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
/
DwarfUnit.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reapply DW_AT_low/high_pc patch:
Eric Christopher
2014-03-20
1
-6
/
+9
*
Revert "Use the range machinery for DW_AT_ranges and DW_AT_high/lo_pc."
Eric Christopher
2014-03-20
1
-9
/
+6
*
Use the range machinery for DW_AT_ranges and DW_AT_high/lo_pc.
Eric Christopher
2014-03-19
1
-6
/
+9
*
Debug info: Remove OdrMemberMap from DwarfDebug, it's not necessary.
Adrian Prantl
2014-03-18
1
-22
/
+0
*
Replace unnecessary #include directive with forward declarations.
Adrian Prantl
2014-03-18
1
-0
/
+1
*
DebugInfo: Avoid emitting standard opcode lengths in debug_line.dwo headers w...
David Blaikie
2014-03-18
1
-2
/
+2
*
DebugInfo: Implement debug_line.dwo for file names used in type units during ...
David Blaikie
2014-03-18
1
-4
/
+12
*
DebugInfo: Move getOrCreateSourceID from DwarfDebug to DwarfCompileUnit
David Blaikie
2014-03-17
1
-0
/
+4
*
Debug Info: Fix LTO type uniquing for C++ member declarations
Adrian Prantl
2014-03-14
1
-0
/
+22
*
DebugInfo: Emit DW_TAG_subprogram's DW_AT_high_pc as an offset from the low_pc
David Blaikie
2014-03-07
1
-0
/
+4
*
Replace OwningPtr<T> with std::unique_ptr<T>.
Ahmed Charles
2014-03-06
1
-2
/
+1
*
[Layering] Move DebugInfo.h into the IR library where its implementation
Chandler Carruth
2014-03-06
1
-1
/
+1
*
[Layering] Move DIBuilder.h into the IR library where its implementation
Chandler Carruth
2014-03-06
1
-1
/
+1
*
Add a DIELocList class to handle pointers into the location list.
Eric Christopher
2014-03-05
1
-0
/
+3
*
[cleanup] Re-sort all the includes with utils/sort_includes.py.
Chandler Carruth
2014-03-04
1
-1
/
+1
*
Switch all uses of LLVM_OVERRIDE to just use 'override' directly.
Craig Topper
2014-03-02
1
-4
/
+4
*
If we're only emitting line tables for a particular CU then don't add
Eric Christopher
2014-02-27
1
-1
/
+6
*
Address review comments for r202188.
Adrian Prantl
2014-02-25
1
-3
/
+3
*
Debug info: Support variadic functions.
Adrian Prantl
2014-02-25
1
-0
/
+3
*
Revert "Debug info: Support variadic functions."
Adrian Prantl
2014-02-25
1
-3
/
+0
*
Debug info: Support variadic functions.
Adrian Prantl
2014-02-25
1
-0
/
+3
*
Add a DIELoc class to cover the DW_FORM_exprloc set of expressions
Eric Christopher
2014-02-16
1
-9
/
+15
*
DebugInfo: Implement DW_AT_stmt_list for type units
David Blaikie
2014-02-14
1
-0
/
+7
*
DwarfUnit: Remove unnecessarily explicit/out of line virtual dtors.
David Blaikie
2014-02-14
1
-2
/
+0
*
DwarfUnit: Refactor out DW_AT_stmt_list creation into common function for fis...
David Blaikie
2014-02-14
1
-0
/
+2
*
Fix some formatting in my last commit (r201196)
David Blaikie
2014-02-12
1
-6
/
+3
*
DwarfUnit: Provide a reference to a defining DwarfCompileUnit from DwarfTypeU...
David Blaikie
2014-02-12
1
-1
/
+11
*
DwarfUnit: Refactor DW_AT_file creation into a common function.
David Blaikie
2014-02-12
1
-0
/
+2
*
Remove some prototype code accidentally committed in r201043
David Blaikie
2014-02-10
1
-13
/
+0
*
Fix formatting introduced in r200941
David Blaikie
2014-02-09
1
-0
/
+13
*
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
-5
/
+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
/
+5
*
DwarfUnit: Rename "Node" to "CUNode" and propagate it through DwarfTypeUnit a...
David Blaikie
2014-01-09
1
-8
/
+4
*
Revert "DwarfUnit: Move the DICompileUnit Node to the DwarfCompileUnit only"
David Blaikie
2014-01-09
1
-6
/
+6
*
DwarfUnit: Move the DICompileUnit Node to the DwarfCompileUnit only
David Blaikie
2014-01-09
1
-6
/
+6
*
Fix up a couple of review comments:
Eric Christopher
2014-01-02
1
-2
/
+2
*
Revert r198208 and reapply:
Eric Christopher
2013-12-30
1
-0
/
+25
*
Revert r198199 (and r198202). It broke 3 DebugInfo tests for targeting i686-c...
NAKAMURA Takumi
2013-12-30
1
-30
/
+0
*
Fix aranges and split dwarf by ensuring that the symbol and relocation
Eric Christopher
2013-12-30
1
-0
/
+16
*
Reapply r198196 with a fix to zero initialize the skeleton pointer.
Eric Christopher
2013-12-30
1
-0
/
+14
*
Temporarily revert "Use a pointer to keep track of the skeleton unit for
Eric Christopher
2013-12-30
1
-14
/
+0
*
Use a pointer to keep track of the skeleton unit for each normal unit
Eric Christopher
2013-12-30
1
-0
/
+14
*
Add support for a CU to output a set of ranges for the CU. This is useful
Eric Christopher
2013-12-20
1
-0
/
+10
*
DebugInfo: Introduce new DIValue, DIETypeSignature to encode references to ty...
David Blaikie
2013-12-17
1
-0
/
+3
*
Remove weak vtables. No functional change.
Juergen Ributzka
2013-12-14
1
-0
/
+2
*
DebugInfo: Move type units into the debug_types section with appropriate comd...
David Blaikie
2013-12-13
1
-2
/
+16
*
Revert "DebugInfo: Move type units into the debug_types section with appropri...
David Blaikie
2013-12-13
1
-16
/
+2
*
DebugInfo: Move type units into the debug_types section with appropriate comd...
David Blaikie
2013-12-13
1
-2
/
+16
*
Revert "DebugInfo: Move type units into the debug_types section with appropri...
David Blaikie
2013-12-13
1
-16
/
+2
*
DebugInfo: Move type units into the debug_types section with appropriate comd...
David Blaikie
2013-12-13
1
-2
/
+16
[next]