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
*
Typo.
Eric Christopher
2014-03-20
1
-1
/
+1
*
Reapply DW_AT_low/high_pc patch:
Eric Christopher
2014-03-20
1
-12
/
+29
*
Revert "Use the range machinery for DW_AT_ranges and DW_AT_high/lo_pc."
Eric Christopher
2014-03-20
1
-13
/
+3
*
Use the range machinery for DW_AT_ranges and DW_AT_high/lo_pc.
Eric Christopher
2014-03-19
1
-3
/
+13
*
DebugInfo: Use the comp_dir of the referencing type units when building debug...
David Blaikie
2014-03-19
1
-4
/
+11
*
Add back the headers we're getting via (likely) transitive includes.
Eric Christopher
2014-03-18
1
-0
/
+4
*
Fix for coding style.
Eric Christopher
2014-03-18
1
-1
/
+1
*
Remove a bunch of unnecessary includes and forward declarations.
Eric Christopher
2014-03-18
1
-17
/
+4
*
Debug info: Remove OdrMemberMap from DwarfDebug, it's not necessary.
Adrian Prantl
2014-03-18
1
-8
/
+0
*
Switch the type field in DIVariable and DIGlobalVariable over to DITypeRefs.
Adrian Prantl
2014-03-18
1
-4
/
+6
*
Replace unnecessary #include directive with forward declarations.
Adrian Prantl
2014-03-18
1
-1
/
+2
*
Shorten DotDebugLocEntry to just DebugLocEntry and reformat.
Eric Christopher
2014-03-18
1
-19
/
+13
*
DebugInfo: Avoid emitting standard opcode lengths in debug_line.dwo headers w...
David Blaikie
2014-03-18
1
-1
/
+1
*
DebugInfo: Implement debug_line.dwo for file names used in type units during ...
David Blaikie
2014-03-18
1
-0
/
+8
*
DebugInfo: Do not rely on the compilation dir (index 0) for files in line tab...
David Blaikie
2014-03-18
1
-1
/
+2
*
DebugInfo: Move getOrCreateSourceID from DwarfDebug to DwarfCompileUnit
David Blaikie
2014-03-17
1
-6
/
+0
*
DebugInfo: Use MC line table file entry uniquing for non-asm input as well.
David Blaikie
2014-03-17
1
-6
/
+0
*
Debug Info: Fix LTO type uniquing for C++ member declarations
Adrian Prantl
2014-03-14
1
-0
/
+8
*
DebugInfo: Refactor emitDebugPubNames/Types into a common implementation
David Blaikie
2014-03-11
1
-0
/
+5
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-08
1
-6
/
+6
*
Add support for hashing location information for CU level hashes.
Eric Christopher
2014-03-08
1
-3
/
+9
*
Two part patch:
Eric Christopher
2014-03-07
1
-0
/
+4
*
DebugInfo: Refactor high_pc/low_pc construction into reusable function
David Blaikie
2014-03-07
1
-0
/
+3
*
Constify a few things with DotDebugLocEntry.
Eric Christopher
2014-03-06
1
-2
/
+2
*
[Layering] Move DebugInfo.h into the IR library where its implementation
Chandler Carruth
2014-03-06
1
-1
/
+1
*
Remove the last of the special case code for emitting attributes.
Eric Christopher
2014-03-06
1
-0
/
+4
*
constify a few accessors.
Eric Christopher
2014-03-06
1
-3
/
+3
*
Add a DIELocList class to handle pointers into the location list.
Eric Christopher
2014-03-05
1
-0
/
+3
*
[Layering] Move DebugLoc.h into the IR library. The implementation
Chandler Carruth
2014-03-05
1
-1
/
+1
*
[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
[next]