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
*
Revert "DebugInfo: Don't put fission type units in comdat sections."
David Blaikie
2014-05-21
1
-1
/
+0
*
DebugInfo: Ensure concrete out of line variables from inlined functions refer...
David Blaikie
2014-05-21
1
-1
/
+2
*
DwarfDebug: Refactor AT_ranges/AT_high_pc+AT_low_pc emission into helper func...
David Blaikie
2014-05-16
1
-0
/
+2
*
DebugInfo: Don't put fission type units in comdat sections.
David Blaikie
2014-05-15
1
-0
/
+1
*
DebugInfo: Do not delay attaching DW_AT_inline attribute to abstract definiti...
David Blaikie
2014-05-14
1
-3
/
+0
*
Use a single data structure to store all user variables in DwarfDebug
Alexey Samsonov
2014-04-30
1
-4
/
+1
*
Revert "Emit DW_AT_object_pointer once, on the declaration, for each function."
David Blaikie
2014-04-30
1
-1
/
+1
*
Move logic for calculating DBG_VALUE history map into separate file/class.
Alexey Samsonov
2014-04-30
1
-5
/
+2
*
Emit DW_AT_object_pointer once, on the declaration, for each function.
David Blaikie
2014-04-30
1
-1
/
+1
*
Fix the clang-cl self-host build by defining ~DwarfDebug out of line
Reid Kleckner
2014-04-30
1
-0
/
+2
*
Fix some 80 cols violations committed in r207539
David Blaikie
2014-04-29
1
-2
/
+4
*
DwarfDebug: Split the initialization of abstract and non-abstract subprogram ...
David Blaikie
2014-04-29
1
-3
/
+7
*
Improve explicit memory ownership of DIEs
David Blaikie
2014-04-28
1
-5
/
+8
*
DwarfDebug: Omit DW_AT_object_pointer on inlined_subroutines
David Blaikie
2014-04-28
1
-0
/
+2
*
[C++] Use 'nullptr'.
Craig Topper
2014-04-28
1
-4
/
+4
*
DWARF Type Units: Avoid emitting type units under fission if the type require...
David Blaikie
2014-04-26
1
-0
/
+2
*
DIE: Pass ownership of children via std::unique_ptr rather than raw pointer.
David Blaikie
2014-04-25
1
-1
/
+1
*
DwarfUnit: return by reference from createAndAddDIE
David Blaikie
2014-04-25
1
-5
/
+5
*
DwarfUnit: Suddently, DIE references, everywhere.
David Blaikie
2014-04-25
1
-5
/
+5
*
Refactor some common logic in DwarfUnit::constructVariableDIE and pass non-nu...
David Blaikie
2014-04-25
1
-1
/
+1
*
Remove unused parameter
David Blaikie
2014-04-24
1
-1
/
+1
*
Remove the intermediate AccelTypes maps in DWARF units.
David Blaikie
2014-04-24
1
-0
/
+3
*
Remove the intermediate AccelNamespace maps in DWARF units.
David Blaikie
2014-04-24
1
-0
/
+3
*
Remove the intermediate AccelObjC maps in DWARF units
David Blaikie
2014-04-24
1
-0
/
+3
*
Remove intermediate accelerator table for names.
David Blaikie
2014-04-23
1
-0
/
+7
*
Move the AddressPool from DwarfFile to DwarfDebug.
David Blaikie
2014-04-23
1
-0
/
+4
*
Split out DwarfFile from DwarfDebug into its own .h/.cpp files.
David Blaikie
2014-04-23
1
-90
/
+1
*
Push memory ownership of DwarfUnits into clients of DwarfFile.
David Blaikie
2014-04-22
1
-17
/
+20
*
Use std::unique_ptr to handle ownership of DwarfUnits in DwarfFile.
David Blaikie
2014-04-22
1
-6
/
+5
*
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
-12
/
+4
*
Use value semantics to manage DbgVariables rather than dynamic allocation/poi...
David Blaikie
2014-04-21
1
-4
/
+12
*
Use std::unique_ptr for DIE children
David Blaikie
2014-04-14
1
-2
/
+2
*
Use dwarf::Tag rather than unsigned for DIE::Tag to make debugging easier.
David Blaikie
2014-04-12
1
-1
/
+1
*
Split debug_loc and debug_loc.dwo emission into two separate functions
David Blaikie
2014-04-02
1
-0
/
+3
*
DebugInfo: Introduce DebugLocList to encapsulate a list of DebugLocEntries an...
David Blaikie
2014-04-02
1
-3
/
+5
*
DebugInfo: Split DebugLocEntry into its own file.
David Blaikie
2014-04-01
1
-85
/
+1
*
DwarfDebug: Prevent DebugLocEntry merging from coalescing two different
Adrian Prantl
2014-04-01
1
-2
/
+9
*
DebugInfo: Factor out common functionality for rendering debug_loc and debug_...
David Blaikie
2014-04-01
1
-0
/
+3
*
Simplify debug_loc.dwo handling slightly.
David Blaikie
2014-04-01
1
-4
/
+1
*
DebugInfo: Support debug_loc under fission
David Blaikie
2014-03-25
1
-1
/
+4
*
DebugInfo: Simplify debug loc list handling by keeping separate lists
David Blaikie
2014-03-24
1
-2
/
+3
*
DwarfDebug: Simplify debug_loc merging
David Blaikie
2014-03-24
1
-14
/
+10
*
DwarfDebug: Remove an unused parameter
David Blaikie
2014-03-24
1
-2
/
+1
*
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
[next]