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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add (...) around && clause to appeace gcc 4.8's warning
Eli Bendersky
2014-04-28
1
-3
/
+3
*
DebugInfo: Just store the DIE by value in the DwarfUnit
David Blaikie
2014-04-28
1
-11
/
+7
*
Pass DIEs to DwarfUnit constructors by unique_ptr.
David Blaikie
2014-04-28
1
-24
/
+26
*
Reformat, 80-col, tab characters, etc.
Eric Christopher
2014-04-28
1
-14
/
+13
*
Improve explicit memory ownership of DIEs
David Blaikie
2014-04-28
1
-18
/
+18
*
DwarfDebug: Omit DW_AT_object_pointer on inlined_subroutines
David Blaikie
2014-04-28
1
-27
/
+50
*
[C++] Use 'nullptr'.
Craig Topper
2014-04-28
1
-5
/
+5
*
Debug Info: Prepare DebugLocEntry to handle more than a single value per
Adrian Prantl
2014-04-27
1
-21
/
+17
*
DwarfDebug: Roll argument into call.
David Blaikie
2014-04-26
1
-10
/
+6
*
DebugInfo: Fix and test a regression caused by r207263 causing the DW_AT_obje...
David Blaikie
2014-04-26
1
-1
/
+1
*
DWARF Type Units: Avoid emitting type units under fission if the type require...
David Blaikie
2014-04-26
1
-4
/
+41
*
DwarfDebug: Minor refactoring around type unit construction
David Blaikie
2014-04-26
1
-16
/
+15
*
Make sure that rangelists are also relative to the compile unit
Eric Christopher
2014-04-25
1
-2
/
+9
*
DwarfAccelTable: Store the string symbol in the accelerator table to avoid du...
David Blaikie
2014-04-25
1
-8
/
+8
*
Encapsulate the DWARF string pool in a separate type.
David Blaikie
2014-04-25
1
-4
/
+4
*
DIE: Pass ownership of children via std::unique_ptr rather than raw pointer.
David Blaikie
2014-04-25
1
-25
/
+26
*
DIEEntry: Refer to the specified DIE via reference rather than pointer.
David Blaikie
2014-04-25
1
-7
/
+7
*
DwarfUnit: return by reference from createAndAddDIE
David Blaikie
2014-04-25
1
-14
/
+14
*
Return DIE by reference instead of pointer from DwarfUnit::getUnitDie
David Blaikie
2014-04-25
1
-12
/
+12
*
DwarfUnit: Suddently, DIE references, everywhere.
David Blaikie
2014-04-25
1
-44
/
+44
*
[C++] Use 'nullptr'.
Craig Topper
2014-04-24
1
-47
/
+48
*
Remove unused parameter
David Blaikie
2014-04-24
1
-4
/
+3
*
Remove the intermediate AccelTypes maps in DWARF units.
David Blaikie
2014-04-24
1
-15
/
+16
*
Remove the intermediate AccelNamespace maps in DWARF units.
David Blaikie
2014-04-24
1
-13
/
+12
*
Remove the intermediate AccelObjC maps in DWARF units
David Blaikie
2014-04-24
1
-15
/
+14
*
And actually use the DwarfDebug::AccelNames to emit the names.
David Blaikie
2014-04-23
1
-12
/
+2
*
More formatting...
David Blaikie
2014-04-23
1
-1
/
+2
*
Remove intermediate accelerator table for names.
David Blaikie
2014-04-23
1
-6
/
+18
*
DwarfAccelTable: Remove trivial dtor and simplify construction with an array.
David Blaikie
2014-04-23
1
-7
/
+4
*
Move the AddressPool from DwarfFile to DwarfDebug.
David Blaikie
2014-04-23
1
-4
/
+3
*
Separate out the DWARF address pool into its own type/files.
David Blaikie
2014-04-23
1
-3
/
+4
*
Split out DwarfFile from DwarfDebug into its own .h/.cpp files.
David Blaikie
2014-04-23
1
-230
/
+0
*
Requisite reformatting for previous commit.
David Blaikie
2014-04-22
1
-19
/
+16
*
Push memory ownership of DwarfUnits into clients of DwarfFile.
David Blaikie
2014-04-22
1
-125
/
+129
*
Use std::unique_ptr to handle ownership of DwarfUnits in DwarfFile.
David Blaikie
2014-04-22
1
-20
/
+25
*
Simplify address pool index assignment.
David Blaikie
2014-04-22
1
-3
/
+1
*
Revert "Use value semantics to manage DbgVariables rather than dynamic alloca...
David Blaikie
2014-04-22
1
-45
/
+50
*
[Modules] Remove potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-1
/
+2
*
Use value semantics to manage DbgVariables rather than dynamic allocation/poi...
David Blaikie
2014-04-21
1
-50
/
+45
*
Fix bug 19437 - Only add discriminators for DWARF 4 and above.
Diego Novillo
2014-04-17
1
-9
/
+1
*
Use std::unique_ptr for DIE children
David Blaikie
2014-04-14
1
-21
/
+19
*
Use dwarf::Tag rather than unsigned for DIE::Tag to make debugging easier.
David Blaikie
2014-04-12
1
-3
/
+1
*
Debug info: Store the DIVariable in DebugLocEntry also for constants,
Adrian Prantl
2014-04-11
1
-3
/
+5
*
Debug info: Factor the retrieving of the DIVariable from a MachineInstr
Adrian Prantl
2014-04-10
1
-3
/
+2
*
Adjust comments regarding non-relocated abbrev offset in debug_info.dwo
David Blaikie
2014-04-02
1
-1
/
+3
*
Split debug_loc and debug_loc.dwo emission into two separate functions
David Blaikie
2014-04-02
1
-21
/
+29
*
DebugInfo: Introduce DebugLocList to encapsulate a list of DebugLocEntries an...
David Blaikie
2014-04-02
1
-6
/
+7
*
DebugInfo: Factor out common functionality for rendering debug_loc and debug_...
David Blaikie
2014-04-01
1
-10
/
+14
*
Cleanup remaining use of removed variable to fix the build
David Blaikie
2014-04-01
1
-1
/
+1
*
Simplify debug_loc.dwo handling slightly.
David Blaikie
2014-04-01
1
-1
/
+1
[prev]
[next]