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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
-22
/
+11
*
Use DW_AT_high_pc and DW_AT_low_pc for the high and low pc for a
Eric Christopher
2014-01-24
1
-11
/
+22
*
Avoid emitting a DWARF type attribute for an ObjC property of type
Eric Christopher
2014-01-23
1
-1
/
+2
*
Debug info (LTO): Move the creation of accessibility flags to
Adrian Prantl
2014-01-18
1
-15
/
+16
*
Revert "Revert r198851, "Prototype of skeleton type units for fission""
David Blaikie
2014-01-10
1
-1
/
+3
*
Revert r198851, "Prototype of skeleton type units for fission"
NAKAMURA Takumi
2014-01-09
1
-3
/
+1
*
Prototype of skeleton type units for fission
David Blaikie
2014-01-09
1
-1
/
+3
*
DwarfUnit: Rename "Node" to "CUNode" and propagate it through DwarfTypeUnit a...
David Blaikie
2014-01-09
1
-6
/
+5
*
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
*
Move the llvm mangler to lib/IR.
Rafael Espindola
2014-01-07
1
-1
/
+1
*
Re-sort all of the includes with ./utils/sort_includes.py so that
Chandler Carruth
2014-01-07
1
-2
/
+2
*
Revert "Revert "Debug Info: Type Units: Simplify type hashing using IR-provid...
David Blaikie
2014-01-03
1
-40
/
+7
*
Revert "Debug Info: Type Units: Simplify type hashing using IR-provided uniqu...
David Blaikie
2014-01-03
1
-7
/
+40
*
Debug Info: Type Units: Simplify type hashing using IR-provided unique names.
David Blaikie
2014-01-03
1
-40
/
+7
*
Revert "Reverting r193835 due to weirdness with Go..."
David Blaikie
2014-01-03
1
-4
/
+8
*
Reverting r193835 due to weirdness with Go...
David Blaikie
2014-01-03
1
-4
/
+5
*
Simplify conditional.
Eric Christopher
2014-01-02
1
-1
/
+1
*
Revert "Debug info: Add enumerators to the __apple_names accelerator table."
Adrian Prantl
2014-01-02
1
-3
/
+0
*
Refactor and reduce code duplication for non-split dwarf strings.
Eric Christopher
2013-12-30
1
-18
/
+9
*
Revert r198208 and reapply:
Eric Christopher
2013-12-30
1
-1
/
+1
*
Revert r198199 (and r198202). It broke 3 DebugInfo tests for targeting i686-c...
NAKAMURA Takumi
2013-12-30
1
-18
/
+1
*
Reapply r198196 with a fix to zero initialize the skeleton pointer.
Eric Christopher
2013-12-30
1
-1
/
+18
*
Temporarily revert "Use a pointer to keep track of the skeleton unit for
Eric Christopher
2013-12-30
1
-17
/
+0
*
Use a pointer to keep track of the skeleton unit for each normal unit
Eric Christopher
2013-12-30
1
-0
/
+17
*
Remove AsmPrinter::needsRelocationsForDwarfStringPool() since it's
Eric Christopher
2013-12-28
1
-2
/
+3
*
Debug info: Add enumerators to the __apple_names accelerator table.
Adrian Prantl
2013-12-23
1
-0
/
+3
*
Debug info: Implement (rvalue) reference qualifiers for C++11 non-static
Adrian Prantl
2013-12-18
1
-0
/
+12
*
DebugInfo: Introduce new DIValue, DIETypeSignature to encode references to ty...
David Blaikie
2013-12-17
1
-0
/
+5
*
Remove weak vtables. No functional change.
Juergen Ributzka
2013-12-14
1
-0
/
+3
*
DebugInfo: Move type units into the debug_types section with appropriate comd...
David Blaikie
2013-12-13
1
-0
/
+24
*
Revert "DebugInfo: Move type units into the debug_types section with appropri...
David Blaikie
2013-12-13
1
-24
/
+0
*
DebugInfo: Move type units into the debug_types section with appropriate comd...
David Blaikie
2013-12-13
1
-0
/
+24
*
Revert "DebugInfo: Move type units into the debug_types section with appropri...
David Blaikie
2013-12-13
1
-24
/
+0
*
DebugInfo: Move type units into the debug_types section with appropriate comd...
David Blaikie
2013-12-13
1
-0
/
+24
*
Revert "DebugInfo: Move type units into the debug_types section with appropri...
David Blaikie
2013-12-11
1
-24
/
+0
*
DebugInfo: Move type units into the debug_types section with appropriate comd...
David Blaikie
2013-12-11
1
-0
/
+24
*
DwarfUnit: LLVM_OVERRIDE and constify some functions
David Blaikie
2013-12-11
1
-1
/
+1
*
Rename CompileUnit->DwarfCompileUnit and TypeUnit->DwarfTypeUnit for
Eric Christopher
2013-12-09
1
-17
/
+20
*
Rename Unit->DwarfUnit to match the file name and make it a bit less
Eric Christopher
2013-12-09
1
-86
/
+97
*
DebugInfo: Include the section and start-of-section label in the unit
David Blaikie
2013-12-06
1
-1
/
+1
*
Rename DwarfUnits to DwarfFile to help avoid some naming confusion.
Eric Christopher
2013-12-05
1
-3
/
+3
*
Fix comment.
Eric Christopher
2013-12-05
1
-2
/
+2
*
DwarfUnit: Correct comment by generalizing over all units, not just compilati...
David Blaikie
2013-12-04
1
-3
/
+3
*
Use move and stack allocation for RangeSpanLists. As a result make
Eric Christopher
2013-12-04
1
-4
/
+0
*
DebugInfo: Remove unused start/end labels for the debug_abbrevs section
David Blaikie
2013-12-04
1
-2
/
+4
*
Make ranges and range lists be a discrete entity that can be located
Eric Christopher
2013-12-03
1
-0
/
+4
*
DebugInfo: Rename generic unit references to "TheU" instead of TheCU now that...
David Blaikie
2013-12-02
1
-8
/
+8
*
DebugInfo: Rename DwarfCompileUnit.* to DwarfUnit.* to match their contents.
David Blaikie
2013-12-02
1
-0
/
+1983