index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
CodeGen
/
AsmPrinter
/
DwarfDebug.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add initial support for handling gnu style pubnames accepted by some
Eric Christopher
2013-09-13
1
-6
/
+109
*
Reformat and hoist section grabbing to top level.
Eric Christopher
2013-09-13
1
-25
/
+30
*
Debug info: add more comments.
Manman Ren
2013-09-11
1
-2
/
+14
*
Hoist section call out of loop.
Eric Christopher
2013-09-10
1
-2
/
+2
*
Debug Info: create scope children DIEs when the scope DIE is not null.
Manman Ren
2013-09-10
1
-19
/
+48
*
Debug Info: define a DIRef template.
Manman Ren
2013-09-10
1
-5
/
+0
*
Debug Info: move DIScope::getContext back from DwarfDebug.
Manman Ren
2013-09-09
1
-23
/
+0
*
Always add global names. We're adding them in the rest of the code
Eric Christopher
2013-09-09
1
-3
/
+2
*
Rename for consistency.
Eric Christopher
2013-09-09
1
-3
/
+3
*
Debug Info: Use DIScopeRef for DIType::getContext.
Manman Ren
2013-09-09
1
-2
/
+2
*
Debug Info: move DIScope::getContext to DwarfDebug.
Manman Ren
2013-09-09
1
-0
/
+23
*
Debug Info: Move isSubprogramContext from DebugInfo to DwarfDebug.
Manman Ren
2013-09-09
1
-0
/
+13
*
Debug Info: Rename DITypeRef to DIScopeRef.
Manman Ren
2013-09-09
1
-3
/
+3
*
Debug Info: Use identifier to reference DIType in base type field of
Manman Ren
2013-09-05
1
-0
/
+6
*
Move accelerator table defines and constants to Dwarf.h since
Eric Christopher
2013-09-05
1
-6
/
+6
*
Remove hack ensuring that darwin didn't produce dwarf > 3 for modules
Eric Christopher
2013-09-04
1
-5
/
+1
*
Revert "Revert r189902 as the workaround shouldn't be necessary anymore."
Eric Christopher
2013-09-04
1
-1
/
+5
*
Revert r189902 as the workaround shouldn't be necessary anymore.
Eric Christopher
2013-09-04
1
-5
/
+1
*
Unify and clean up.
Eric Christopher
2013-09-04
1
-9
/
+4
*
Revert "Revert "Remove the darwin gdb option, that version of gdb is now dead...
Michael Gottesman
2013-09-04
1
-15
/
+2
*
Revert "Remove the darwin gdb option, that version of gdb is now dead and the...
Michael Gottesman
2013-09-04
1
-2
/
+15
*
Remove the darwin gdb option, that version of gdb is now dead and
Eric Christopher
2013-09-04
1
-15
/
+2
*
Make the default dwarf version 3 for darwin when we can't find one
Eric Christopher
2013-09-04
1
-1
/
+5
*
Don't bother emitting the pubtypes section on darwin since there aren't
Eric Christopher
2013-08-30
1
-7
/
+3
*
Reformat slightly.
Eric Christopher
2013-08-30
1
-4
/
+4
*
Remove support for the .debug_inlined section. No known software
Eric Christopher
2013-08-28
1
-105
/
+0
*
Make the lifetime of the DICompileUnit we're constructing from the
Eric Christopher
2013-08-26
1
-2
/
+1
*
Have the skeleton compile unit construction method take the CU it
Eric Christopher
2013-08-26
1
-5
/
+5
*
Remove duplicate set of CompilationDir.
Eric Christopher
2013-08-26
1
-1
/
+0
*
Remove the language parameter and variable from the compile unit. We
Eric Christopher
2013-08-26
1
-6
/
+4
*
Treat the pubtypes section similarly to the pubnames section and emit
Eric Christopher
2013-08-26
1
-14
/
+14
*
Only emit the section sym if we're emitting the section.
Eric Christopher
2013-08-26
1
-1
/
+2
*
Fix thinko.
Eric Christopher
2013-08-26
1
-1
/
+1
*
Add a function object to compare the first or second component of a std::pair.
Benjamin Kramer
2013-08-24
1
-12
/
+4
*
Simplify code. No functionality change.
Benjamin Kramer
2013-08-24
1
-6
/
+1
*
DwarfDebug: Delete orphaned children.
Benjamin Kramer
2013-08-24
1
-1
/
+4
*
DebugInfo: Do not use the DWARF Version for the .debug_pubnames or .debug_pub...
David Majnemer
2013-08-21
1
-2
/
+3
*
Use less verbose code and update comments.
Eric Christopher
2013-08-19
1
-23
/
+16
*
Turn on pubnames by default on linux.
Eric Christopher
2013-08-19
1
-10
/
+21
*
Output DW_AT_stmt_list dwarf debug info as DW_FORM_sec_offset instead of DW_F...
Carlo Kok
2013-08-13
1
-1
/
+1
*
Add the start of DIE hashing for DWARF4 type units and split dwarf
Eric Christopher
2013-08-13
1
-2
/
+12
*
Move the addition of the dwo_id as late as possible after everything
Eric Christopher
2013-08-12
1
-21
/
+24
*
Move hash computation code into a separate class and file.
Eric Christopher
2013-08-08
1
-99
/
+9
*
Reflow for loop.
Eric Christopher
2013-08-08
1
-2
/
+2
*
Be more rigorous about the sizes of forms and attributes.
Eric Christopher
2013-08-08
1
-2
/
+2
*
Remove some parens. No functional change.
Eric Christopher
2013-08-07
1
-4
/
+4
*
Add a way to grab a particular attribute out of a DIE.
Eric Christopher
2013-08-07
1
-14
/
+6
*
Move somewhat messy conditional out of line.
Eric Christopher
2013-08-07
1
-7
/
+11
*
Recommit previous cleanup with a fix for c++98 ambiguity.
Eric Christopher
2013-08-05
1
-5
/
+2
*
Revert "Use existing builtin hashing functions to make this routine more"
Eric Christopher
2013-08-05
1
-2
/
+5
[prev]
[next]