index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
AsmPrinter
/
DwarfCompileUnit.h
Age
Commit message (
Expand
)
Author
2012-06-28
Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp and
Bill Wendling
2012-03-29
Add support for objc property decls according to the page at:
Eric Christopher
2012-03-28
Fix the output of the DW_TAG_friend tag to include DW_AT_friend
Eric Christopher
2012-02-22
Add the source language into the compile unit.
Eric Christopher
2012-01-06
As part of the ongoing work in finalizing the accelerator tables, extend
Eric Christopher
2011-11-10
Make types and namespaces take multiple DIEs for the accelerator tables
Eric Christopher
2011-11-10
Rework adding function names to the dwarf accelerator tables, allow
Eric Christopher
2011-11-09
Remove the pubnames section, no one consumes it.
Eric Christopher
2011-11-07
Add the support code to enable the dwarf accelerator tables. Upcoming patches
Eric Christopher
2011-11-07
Typo.
Eric Christopher
2011-10-27
Teach our Dwarf emission to use the string pool.
Nick Lewycky
2011-08-16
Until now all debug info MDNodes referred to a root MDNode, a compile unit. T...
Devang Patel
2011-08-15
Refactor. Variables are part of compile unit so let CompileUnit create new va...
Devang Patel
2011-08-15
Refactor. Global variables are part of compile unit so let CompileUnit create...
Devang Patel
2011-08-15
Refactor. A subprogram is part of compile unit so let CompileUnit construct n...
Devang Patel
2011-06-24
Handle debug info for i128 constants.
Devang Patel
2011-06-01
Incomplete type may not have corresponding DIE, so do not check DIEEntry eage...
Devang Patel
2011-05-31
Refactor.
Devang Patel
2011-05-27
Select DW_AT_const_value size based on variable size.
Devang Patel
2011-05-20
Fix typo.
Jim Grosbach
2011-04-27
Simplify handling of variables with complex address (i.e. blocks variables)
Devang Patel
2011-04-26
Refactor code. Keep dwarf register operation selection logic at one place.
Devang Patel
2011-04-25
Rename a method to match what it really does.
Devang Patel
2011-04-12
Do not reuse parameter name.
Devang Patel
2011-04-12
This mechanical patch moves type handling into CompileUnit from DwarfDebug. I...
Devang Patel
2011-04-12
Refactor CompileUnit into a separate header.
Devang Patel