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
...
*
Rename Unit->DwarfUnit to match the file name and make it a bit less
Eric Christopher
2013-12-09
1
-48
/
+44
*
DwarfDebug/Unit: Remove another case of label recreation by storing the gnu_r...
David Blaikie
2013-12-09
1
-6
/
+4
*
DebugInfo: Move unit begin/end labels into the unit
David Blaikie
2013-12-06
1
-21
/
+7
*
DebugInfo: Include the section and start-of-section label in the unit
David Blaikie
2013-12-06
1
-13
/
+32
*
DwarfDebug: Walk skeletons during fission pubtypes/pubnames emission
David Blaikie
2013-12-06
1
-10
/
+10
*
DebugInfo: Ensure unit IDs (for non-skeletal units) match thein index in the ...
David Blaikie
2013-12-06
1
-9
/
+9
*
Rename DwarfUnits to DwarfFile to help avoid some naming confusion.
Eric Christopher
2013-12-05
1
-16
/
+16
*
DwarfDebug/DwarfUnit: Push abbreviation structures down into DwarfUnits to re...
David Blaikie
2013-12-05
1
-26
/
+13
*
DwarfDebug: Avoid unnecessary abbreviation lookup when emitting DIEs
David Blaikie
2013-12-05
1
-17
/
+15
*
DwarfDebug: Remove trivial function wrapper
David Blaikie
2013-12-05
1
-6
/
+2
*
80-column.
Eric Christopher
2013-12-05
1
-1
/
+2
*
Remove special handling for DW_AT_ranges support by constructing the
Eric Christopher
2013-12-05
1
-20
/
+12
*
Update comment.
Eric Christopher
2013-12-04
1
-1
/
+2
*
Update comment.
Eric Christopher
2013-12-04
1
-1
/
+1
*
Make RangeSpanList take a symbol for the beginning of the range
Eric Christopher
2013-12-04
1
-6
/
+5
*
DwarfDebug: Unconditionalize trivial asm comments
David Blaikie
2013-12-04
1
-10
/
+5
*
DwarfDebug: Reduce code duplication for sec offset emission
David Blaikie
2013-12-04
1
-56
/
+28
*
Couple of small logical cleanups to use !empty rather than other
Eric Christopher
2013-12-04
1
-2
/
+2
*
Use move and stack allocation for RangeSpanLists. As a result make
Eric Christopher
2013-12-04
1
-11
/
+11
*
DebugInfo: Remove unused start/end labels for the debug_abbrevs section
David Blaikie
2013-12-04
1
-6
/
+0
*
DebugInfo: Avoid recreating matching labels in disparate places.
David Blaikie
2013-12-04
1
-20
/
+16
*
Reland 196270 "Generalize debug info / EH emission in AsmPrinter"
Timur Iskhodzhanov
2013-12-03
1
-16
/
+34
*
Revert r196270, "Generalize debug info / EH emission in AsmPrinter"
NAKAMURA Takumi
2013-12-03
1
-27
/
+17
*
Generalize debug info / EH emission in AsmPrinter
Timur Iskhodzhanov
2013-12-03
1
-17
/
+27
*
Refactor the handling of lexical block and inline scope ranges
Eric Christopher
2013-12-03
1
-36
/
+25
*
Make ranges and range lists be a discrete entity that can be located
Eric Christopher
2013-12-03
1
-50
/
+90
*
DebugInfo: Rename generic unit references to "TheU" instead of TheCU now that...
David Blaikie
2013-12-02
1
-50
/
+50
*
DebugInfo: Rename DwarfCompileUnit.* to DwarfUnit.* to match their contents.
David Blaikie
2013-12-02
1
-1
/
+1
*
DebugInfo: Refactor CompileUnit into a Unit baseclass and CompileUnit/TypeUni...
David Blaikie
2013-12-02
1
-44
/
+43
*
DebugInfo: Type Units: Propagate the correct DW_AT_language into type units.
David Blaikie
2013-12-02
1
-5
/
+5
*
80-column fixups.
Eric Christopher
2013-11-26
1
-1
/
+3
*
DwarfDebug: Include type units in accelerator tables.
David Blaikie
2013-11-26
1
-23
/
+25
*
DebugInfo: Pubtypes: Coelesce pubtype registration with accelerator type regi...
David Blaikie
2013-11-26
1
-3
/
+0
*
DwarfDebug: Move ownership of CompileUnits into DwarfUnits
David Blaikie
2013-11-23
1
-10
/
+6
*
Refactor DW_AT_ranges handling to use labels for ranges rather than
Eric Christopher
2013-11-23
1
-23
/
+24
*
In Dwarf 3 (and Dwarf 2) attributes whose value are offsets into a
Eric Christopher
2013-11-21
1
-40
/
+51
*
Constify the DIEs used for pubname and pubtype tables. Propagate
Eric Christopher
2013-11-21
1
-9
/
+9
*
DebugInfo: Partial implementation of DWARF type units.
David Blaikie
2013-11-19
1
-18
/
+56
*
DebugInfo: Constify accelerator table handling, and separate type accelarator...
David Blaikie
2013-11-19
1
-26
/
+32
*
Fix comment.
Eric Christopher
2013-11-19
1
-1
/
+2
*
Refactor the section emission code to remove duplicates now that
Eric Christopher
2013-11-19
1
-39
/
+15
*
Reformat file.
Eric Christopher
2013-11-19
1
-249
/
+283
*
DwarfDebug: Move trailing else to the same line as prior closing brace
David Blaikie
2013-11-18
1
-4
/
+2
*
DwarfDebug: Remove some more redundant explicit constructions.
David Blaikie
2013-11-18
1
-4
/
+3
*
DwarfCompileUnit: Add type safety to createGlobalVariableDIE
David Blaikie
2013-11-17
1
-1
/
+1
*
For dwarf4 use the correct form for referencing debug_loc locations,
Eric Christopher
2013-11-16
1
-1
/
+1
*
DwarfCompileUnit: Add type safety to CompileUnit::getNode by returning DIComp...
David Blaikie
2013-11-15
1
-4
/
+3
*
DwarfCompileUnit: Add type safety by using DICompileUnit rather than raw MDNo...
David Blaikie
2013-11-15
1
-7
/
+7
*
DwarfDebug: Push DISubprogram through updateSubprogramScopeDIE
David Blaikie
2013-11-15
1
-6
/
+4
*
DwarfCompileUnit: Push DIDescriptors through a getDIE/insertDIE
David Blaikie
2013-11-15
1
-1
/
+1
[prev]
[next]