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
...
*
[cleanup] Re-sort all the includes with utils/sort_includes.py.
Chandler Carruth
2014-03-04
1
-1
/
+1
*
Add a DIELoc class to cover the DW_FORM_exprloc set of expressions
Eric Christopher
2014-02-16
1
-1
/
+1
*
DebugInfo: Deduplicate entries in the fission address table
David Blaikie
2014-02-15
1
-3
/
+7
*
DwarfUnit: Provide a reference to a defining DwarfCompileUnit from DwarfTypeU...
David Blaikie
2014-02-12
1
-2
/
+2
*
Make the compile unit map a MapVector so that we can assume a stable
Eric Christopher
2014-01-29
1
-1
/
+2
*
Revert r199871 and replace it with a simple check in the debug info
Eric Christopher
2014-01-28
1
-0
/
+4
*
Revert "Use DW_AT_high_pc and DW_AT_low_pc for the high and low pc for a"
Eric Christopher
2014-01-24
1
-1
/
+0
*
Use DW_AT_high_pc and DW_AT_low_pc for the high and low pc for a
Eric Christopher
2014-01-24
1
-0
/
+1
*
Make sure we emit a relocation to the debug_ranges section in the
Eric Christopher
2014-01-15
1
-0
/
+6
*
Revert "Revert r198851, "Prototype of skeleton type units for fission""
David Blaikie
2014-01-10
1
-0
/
+4
*
Revert r198851, "Prototype of skeleton type units for fission"
NAKAMURA Takumi
2014-01-09
1
-4
/
+0
*
Prototype of skeleton type units for fission
David Blaikie
2014-01-09
1
-0
/
+4
*
DwarfDebug: Refactor out common skeleton construction code to be reused for t...
David Blaikie
2014-01-09
1
-0
/
+3
*
DwarfUnit: Rename "Node" to "CUNode" and propagate it through DwarfTypeUnit a...
David Blaikie
2014-01-09
1
-2
/
+2
*
Revert "Revert "Debug Info: Type Units: Simplify type hashing using IR-provid...
David Blaikie
2014-01-03
1
-1
/
+2
*
Revert "Debug Info: Type Units: Simplify type hashing using IR-provided uniqu...
David Blaikie
2014-01-03
1
-2
/
+1
*
Debug Info: Type Units: Simplify type hashing using IR-provided unique names.
David Blaikie
2014-01-03
1
-1
/
+2
*
Revert r198208 and reapply:
Eric Christopher
2013-12-30
1
-1
/
+2
*
Revert r198199 (and r198202). It broke 3 DebugInfo tests for targeting i686-c...
NAKAMURA Takumi
2013-12-30
1
-2
/
+1
*
Fix aranges and split dwarf by ensuring that the symbol and relocation
Eric Christopher
2013-12-30
1
-1
/
+2
*
DebugInfo: Introduce new DIValue, DIETypeSignature to encode references to ty...
David Blaikie
2013-12-17
1
-7
/
+3
*
We never emit info into the macro info section, stop emitting an
Eric Christopher
2013-12-10
1
-3
/
+0
*
Rename CompileUnit->DwarfCompileUnit and TypeUnit->DwarfTypeUnit for
Eric Christopher
2013-12-09
1
-26
/
+26
*
Rename Unit->DwarfUnit to match the file name and make it a bit less
Eric Christopher
2013-12-09
1
-63
/
+64
*
DebugInfo: Include the section and start-of-section label in the unit
David Blaikie
2013-12-06
1
-2
/
+2
*
DebugInfo: Ensure unit IDs (for non-skeletal units) match thein index in the ...
David Blaikie
2013-12-06
1
-3
/
+0
*
Rename DwarfUnits to DwarfFile to help avoid some naming confusion.
Eric Christopher
2013-12-05
1
-6
/
+7
*
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
[prev]
[next]