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
*
Fix a pair of bugs in the emission of pubname tables:
Eric Christopher
2013-10-16
1
-3
/
+11
*
Make sure we're not attempting to construct a subprogram DIE
Eric Christopher
2013-10-15
1
-16
/
+18
*
Remove some dead code. (DarwinGDBCompat was retired in r189903).
Adrian Prantl
2013-10-15
1
-5
/
+2
*
Debug Info: remove form from function addDIEEntry.
Manman Ren
2013-10-11
1
-12
/
+6
*
Debug Info: In DIBuilder, the context field of subprogram is updated to use
Manman Ren
2013-10-10
1
-3
/
+4
*
Add DbgVariable::resolve per Eric's suggestion.
Manman Ren
2013-10-08
1
-2
/
+9
*
Remove some really nasty uses of hasRawTextSupport.
Rafael Espindola
2013-10-05
1
-7
/
+7
*
Debug Info: In DIBuilder, the derived-from field of a DW_TAG_pointer_type
Manman Ren
2013-10-05
1
-8
/
+8
*
Temporarily revert r176882 as it needs to be implemented in a different
Eric Christopher
2013-10-04
1
-34
/
+4
*
Temporarily revert r191792 as it is causing some LTO debug failures
Eric Christopher
2013-10-04
1
-47
/
+13
*
Fixed a bug with section names containing special characters.
Richard Mitton
2013-10-03
1
-8
/
+24
*
DebugInfo: Avoid redundantly adding child DIEs to parents.
David Blaikie
2013-10-03
1
-6
/
+0
*
Make sure we emit a section for pubnames even if that section is
Eric Christopher
2013-10-03
1
-3
/
+0
*
Fix cut and paste typo.
Eric Christopher
2013-10-03
1
-2
/
+2
*
Remove wild .debug_aranges entries generated from unimportant labels
Alexey Samsonov
2013-10-03
1
-6
/
+3
*
Debug Info: In DIBuilder, the derived-from field of a DW_TAG_pointer_type
Manman Ren
2013-10-01
1
-8
/
+8
*
Debug Info: remove duplication of DIEs when a DIE is part of the type system
Manman Ren
2013-10-01
1
-5
/
+39
*
Add the DW_AT_GNU_ranges_base attribute if we've emitted any ranges
Eric Christopher
2013-10-01
1
-2
/
+11
*
Update comments.
Eric Christopher
2013-10-01
1
-2
/
+2
*
The DW_AT_GNU_pubnames/pubtypes attributes are actually form
Eric Christopher
2013-09-30
1
-6
/
+57
*
Unify conditionals and reformat.
Eric Christopher
2013-09-27
1
-16
/
+16
*
Rename IsStatic variable to Linkage in order to be a bit more descriptive.
Eric Christopher
2013-09-23
1
-3
/
+3
*
Handle gnu pubtypes sections:
Eric Christopher
2013-09-23
1
-5
/
+11
*
Fixed debug_aranges handling for common symbols.
Richard Mitton
2013-09-23
1
-5
/
+10
*
Move emission of the debug string table to early in the debug
Eric Christopher
2013-09-20
1
-6
/
+8
*
DebugInfo: GDBIndexEntry*String conversion functions now return const char* f...
David Blaikie
2013-09-20
1
-2
/
+2
*
Added support for generate DWARF .debug_aranges sections automatically.
Richard Mitton
2013-09-19
1
-11
/
+195
*
DebugInfo: llvm-dwarfdump support for gnu_pubnames section
David Blaikie
2013-09-19
1
-2
/
+2
*
DebugInfo: Improve IR annotation comments for GNU pubthings.
David Blaikie
2013-09-19
1
-4
/
+10
*
Unshift the GDB index/GNU pubnames constants modified in r191025
David Blaikie
2013-09-19
1
-13
/
+14
*
DebugInfo: Simplify gnu_pubnames index computation.
David Blaikie
2013-09-19
1
-35
/
+10
*
Remove unnecessary conditional operators performing bool->bool conversion.
David Blaikie
2013-09-19
1
-2
/
+2
*
Fix a typo and simplify a boolean expression.
David Blaikie
2013-09-19
1
-3
/
+2
*
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
[next]