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
*
DebugInfo: Simplify subprogram declaration creation/references and accidental...
David Blaikie
2014-05-21
1
-21
/
+18
*
Unbreak the sanitizer buildbots after r209226 due to SROA issue described in ...
David Blaikie
2014-05-20
1
-4
/
+7
*
Fix test breakage introduced in r209223.
David Blaikie
2014-05-20
1
-1
/
+2
*
PR19767: DebugInfo emission of pointer constants.
David Blaikie
2014-05-20
1
-2
/
+13
*
DebugInfo: Handle emitting constants of C++ unicode character type.
David Blaikie
2014-05-16
1
-2
/
+3
*
CodeGen: add parenthesis around complex expression
Saleem Abdulrasool
2014-05-12
1
-5
/
+5
*
DwarfUnit: Make explicit a limitation/bug in enumeration constant emission.
David Blaikie
2014-05-11
1
-4
/
+9
*
DwarfUnit: Pick a winner between isTypeSigned and isUnsignedDIType.
David Blaikie
2014-05-11
1
-23
/
+16
*
DwarfUnit: Factor out calling isUnsignedDIType into a utility function so eac...
David Blaikie
2014-05-11
1
-8
/
+10
*
DwarfUnit: Share common constant value emission between APInts of small (<= 6...
David Blaikie
2014-05-11
1
-40
/
+16
*
DebugInfo: Simplify constant value emission.
David Blaikie
2014-05-11
1
-41
/
+11
*
Revert "Emit DW_AT_object_pointer once, on the declaration, for each function."
David Blaikie
2014-04-30
1
-7
/
+2
*
DebugInfo: Omit DW_AT_artificial on DW_TAG_formal_parameters in DW_TAG_inline...
David Blaikie
2014-04-30
1
-6
/
+7
*
Emit DW_AT_object_pointer once, on the declaration, for each function.
David Blaikie
2014-04-30
1
-2
/
+7
*
Remove DwarfUnit::LabelRange since it's unused.
David Blaikie
2014-04-28
1
-1
/
+0
*
DebugInfo: Just store the DIE by value in the DwarfUnit
David Blaikie
2014-04-28
1
-20
/
+21
*
Pass DIEs to DwarfUnit constructors by unique_ptr.
David Blaikie
2014-04-28
1
-12
/
+13
*
DwarfDebug: Minor refactoring around type unit construction
David Blaikie
2014-04-26
1
-0
/
+6
*
Encapsulate the DWARF string pool in a separate type.
David Blaikie
2014-04-25
1
-3
/
+3
*
DIE: Pass ownership of children via std::unique_ptr rather than raw pointer.
David Blaikie
2014-04-25
1
-5
/
+6
*
DIEEntry: Refer to the specified DIE via reference rather than pointer.
David Blaikie
2014-04-25
1
-12
/
+12
*
DwarfUnit: return by reference from createAndAddDIE
David Blaikie
2014-04-25
1
-32
/
+32
*
Return DIE by reference instead of pointer from DwarfUnit::getUnitDie
David Blaikie
2014-04-25
1
-3
/
+3
*
DwarfUnit: Suddently, DIE references, everywhere.
David Blaikie
2014-04-25
1
-216
/
+207
*
Refactor some common logic in DwarfUnit::constructVariableDIE and pass non-nu...
David Blaikie
2014-04-25
1
-16
/
+18
*
[C++] Use 'nullptr'.
Craig Topper
2014-04-24
1
-13
/
+14
*
Remove the intermediate AccelTypes maps in DWARF units.
David Blaikie
2014-04-24
1
-10
/
+1
*
Remove the intermediate AccelNamespace maps in DWARF units.
David Blaikie
2014-04-24
1
-10
/
+2
*
Remove the intermediate AccelObjC maps in DWARF units
David Blaikie
2014-04-24
1
-8
/
+0
*
Remove intermediate accelerator table for names.
David Blaikie
2014-04-23
1
-14
/
+2
*
Move the AddressPool from DwarfFile to DwarfDebug.
David Blaikie
2014-04-23
1
-3
/
+3
*
Separate out the DWARF address pool into its own type/files.
David Blaikie
2014-04-23
1
-3
/
+4
*
[Modules] Remove potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-2
/
+2
*
Re-apply r206096 after investigating the gdb buildbot failure.
Adrian Prantl
2014-04-14
1
-9
/
+14
*
PR13337: Omit DW_TAG_restrict_type when compiling for DWARF2
David Blaikie
2014-04-12
1
-0
/
+4
*
Revert "Debug info: (bugfix) C++ C/Dtors can be compiled to multiple functions,"
Adrian Prantl
2014-04-12
1
-14
/
+9
*
Use dwarf::Tag rather than unsigned for DIE::Tag to make debugging easier.
David Blaikie
2014-04-12
1
-1
/
+3
*
Debug info: (bugfix) C++ C/Dtors can be compiled to multiple functions,
Adrian Prantl
2014-04-12
1
-9
/
+14
*
DebugInfo: Use a 64 bit type for the subrange
David Blaikie
2014-04-03
1
-4
/
+4
*
Adjust comments regarding non-relocated abbrev offset in debug_info.dwo
David Blaikie
2014-04-02
1
-1
/
+1
*
DebugInfo: Avoid creating unnecessary/empty line tables and remove the specia...
David Blaikie
2014-04-01
1
-11
/
+2
*
Get rid of an unnecessary use of the * and & operators.
Adrian Prantl
2014-03-24
1
-1
/
+1
*
DebugInfo: Don't emit relocations to abbreviations in debug_info.dwo
David Blaikie
2014-03-24
1
-1
/
+5
*
Remove unused parameter
David Blaikie
2014-03-24
1
-5
/
+3
*
Reapply DW_AT_low/high_pc patch:
Eric Christopher
2014-03-20
1
-12
/
+42
*
Revert "Use the range machinery for DW_AT_ranges and DW_AT_high/lo_pc."
Eric Christopher
2014-03-20
1
-42
/
+12
*
Use the range machinery for DW_AT_ranges and DW_AT_high/lo_pc.
Eric Christopher
2014-03-19
1
-12
/
+42
*
Debug info: Remove OdrMemberMap from DwarfDebug, it's not necessary.
Adrian Prantl
2014-03-18
1
-19
/
+3
*
DwarfDebug: Only unique retained types instead of all types.
Adrian Prantl
2014-03-18
1
-3
/
+2
*
Switch the type field in DIVariable and DIGlobalVariable over to DITypeRefs.
Adrian Prantl
2014-03-18
1
-1
/
+1
[next]