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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
DwarfDebug/DwarfUnit: Push abbreviation structures down into DwarfUnits to re...
David Blaikie
2013-12-05
1
-23
/
+8
*
DwarfDebug: Avoid unnecessary abbreviation lookup when emitting DIEs
David Blaikie
2013-12-05
1
-1
/
+1
*
DwarfDebug: Remove trivial function wrapper
David Blaikie
2013-12-05
1
-3
/
+0
*
DwarfDebug: Reduce code duplication for sec offset emission
David Blaikie
2013-12-04
1
-0
/
+4
*
Update comment grammar and contents.
Eric Christopher
2013-12-03
1
-1
/
+4
*
Reland 196270 "Generalize debug info / EH emission in AsmPrinter"
Timur Iskhodzhanov
2013-12-03
1
-8
/
+12
*
Revert r196270, "Generalize debug info / EH emission in AsmPrinter"
NAKAMURA Takumi
2013-12-03
1
-13
/
+9
*
Generalize debug info / EH emission in AsmPrinter
Timur Iskhodzhanov
2013-12-03
1
-9
/
+13
*
Refactor the handling of lexical block and inline scope ranges
Eric Christopher
2013-12-03
1
-0
/
+5
*
Update doxygen tags.
Eric Christopher
2013-12-03
1
-2
/
+2
*
Reorder member function declarations to match source order.
Eric Christopher
2013-12-03
1
-3
/
+4
*
Make ranges and range lists be a discrete entity that can be located
Eric Christopher
2013-12-03
1
-2
/
+3
*
DebugInfo: Refactor CompileUnit into a Unit baseclass and CompileUnit/TypeUni...
David Blaikie
2013-12-02
1
-6
/
+5
*
DebugInfo: Type Units: Propagate the correct DW_AT_language into type units.
David Blaikie
2013-12-02
1
-1
/
+1
*
80-column fixups.
Eric Christopher
2013-11-26
1
-1
/
+2
*
DwarfDebug: Include type units in accelerator tables.
David Blaikie
2013-11-26
1
-2
/
+6
*
DwarfDebug: Move ownership of CompileUnits into DwarfUnits
David Blaikie
2013-11-23
1
-3
/
+2
*
Move member variable up to where the rest of non-DWARF5 variables reside.
Eric Christopher
2013-11-21
1
-3
/
+3
*
CR feedback for r195166: Add comments regarding type unit mapping and type un...
David Blaikie
2013-11-20
1
-1
/
+5
*
DebugInfo: Partial implementation of DWARF type units.
David Blaikie
2013-11-19
1
-2
/
+3
*
DwarfCompileUnit: Add type safety by using DICompileUnit rather than raw MDNo...
David Blaikie
2013-11-15
1
-1
/
+1
*
DwarfDebug: Push DISubprogram through updateSubprogramScopeDIE
David Blaikie
2013-11-15
1
-1
/
+1
*
Debug Info: remove duplication of DIEs when a DIE can be shared across CUs.
Manman Ren
2013-10-31
1
-0
/
+12
*
DwarfDebug: Change Abbreviations member from pointer to reference
David Blaikie
2013-10-30
1
-3
/
+3
*
Debug Info: support for DW_FORM_ref_addr.
Manman Ren
2013-10-29
1
-0
/
+3
*
Grammar.
Eric Christopher
2013-10-24
1
-1
/
+1
*
Remove some dead code. (DarwinGDBCompat was retired in r189903).
Adrian Prantl
2013-10-15
1
-8
/
+0
*
Add DbgVariable::resolve per Eric's suggestion.
Manman Ren
2013-10-08
1
-0
/
+5
*
Debug Info: In DIBuilder, the derived-from field of a DW_TAG_pointer_type
Manman Ren
2013-10-05
1
-2
/
+3
*
Fix one comment and update another. Slightly reformat.
Eric Christopher
2013-10-05
1
-3
/
+2
*
Temporarily revert r176882 as it needs to be implemented in a different
Eric Christopher
2013-10-04
1
-4
/
+0
*
Temporarily revert r191792 as it is causing some LTO debug failures
Eric Christopher
2013-10-04
1
-54
/
+2
*
Remove wild .debug_aranges entries generated from unimportant labels
Alexey Samsonov
2013-10-03
1
-3
/
+4
*
Debug Info: In DIBuilder, the derived-from field of a DW_TAG_pointer_type
Manman Ren
2013-10-01
1
-2
/
+3
*
Debug Info: remove duplication of DIEs when a DIE is part of the type system
Manman Ren
2013-10-01
1
-0
/
+51
*
The DW_AT_GNU_pubnames/pubtypes attributes are actually form
Eric Christopher
2013-09-30
1
-0
/
+1
*
Fixed debug_aranges handling for common symbols.
Richard Mitton
2013-09-23
1
-0
/
+7
*
Added support for generate DWARF .debug_aranges sections automatically.
Richard Mitton
2013-09-19
1
-1
/
+14
*
Add initial support for handling gnu style pubnames accepted by some
Eric Christopher
2013-09-13
1
-2
/
+8
*
Revert "Give internal classes hidden visibility."
Benjamin Kramer
2013-09-11
1
-5
/
+5
*
Give internal classes hidden visibility.
Benjamin Kramer
2013-09-11
1
-5
/
+5
*
Debug Info: create scope children DIEs when the scope DIE is not null.
Manman Ren
2013-09-10
1
-0
/
+6
*
Debug Info: define a DIRef template.
Manman Ren
2013-09-10
1
-1
/
+4
*
Debug Info: move DIScope::getContext back from DwarfDebug.
Manman Ren
2013-09-09
1
-3
/
+0
*
Rename for consistency.
Eric Christopher
2013-09-09
1
-1
/
+1
*
Debug Info: move DIScope::getContext to DwarfDebug.
Manman Ren
2013-09-09
1
-0
/
+3
*
Debug Info: Move isSubprogramContext from DebugInfo to DwarfDebug.
Manman Ren
2013-09-09
1
-0
/
+4
*
Debug Info: Rename DITypeRef to DIScopeRef.
Manman Ren
2013-09-09
1
-2
/
+2
*
Debug Info: Use identifier to reference DIType in base type field of
Manman Ren
2013-09-05
1
-0
/
+7
*
Remove support for the .debug_inlined section. No known software
Eric Christopher
2013-08-28
1
-8
/
+0
[next]