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
...
*
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
*
Fix for coding style.
Eric Christopher
2014-03-18
1
-1
/
+1
*
Remove a bunch of unnecessary includes and forward declarations.
Eric Christopher
2014-03-18
1
-17
/
+4
*
Debug info: Remove OdrMemberMap from DwarfDebug, it's not necessary.
Adrian Prantl
2014-03-18
1
-8
/
+0
*
Switch the type field in DIVariable and DIGlobalVariable over to DITypeRefs.
Adrian Prantl
2014-03-18
1
-4
/
+6
*
Replace unnecessary #include directive with forward declarations.
Adrian Prantl
2014-03-18
1
-1
/
+2
*
Shorten DotDebugLocEntry to just DebugLocEntry and reformat.
Eric Christopher
2014-03-18
1
-19
/
+13
*
DebugInfo: Avoid emitting standard opcode lengths in debug_line.dwo headers w...
David Blaikie
2014-03-18
1
-1
/
+1
*
DebugInfo: Implement debug_line.dwo for file names used in type units during ...
David Blaikie
2014-03-18
1
-0
/
+8
*
DebugInfo: Do not rely on the compilation dir (index 0) for files in line tab...
David Blaikie
2014-03-18
1
-1
/
+2
*
DebugInfo: Move getOrCreateSourceID from DwarfDebug to DwarfCompileUnit
David Blaikie
2014-03-17
1
-6
/
+0
*
DebugInfo: Use MC line table file entry uniquing for non-asm input as well.
David Blaikie
2014-03-17
1
-6
/
+0
*
Debug Info: Fix LTO type uniquing for C++ member declarations
Adrian Prantl
2014-03-14
1
-0
/
+8
*
DebugInfo: Refactor emitDebugPubNames/Types into a common implementation
David Blaikie
2014-03-11
1
-0
/
+5
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-08
1
-6
/
+6
*
Add support for hashing location information for CU level hashes.
Eric Christopher
2014-03-08
1
-3
/
+9
*
Two part patch:
Eric Christopher
2014-03-07
1
-0
/
+4
*
DebugInfo: Refactor high_pc/low_pc construction into reusable function
David Blaikie
2014-03-07
1
-0
/
+3
*
Constify a few things with DotDebugLocEntry.
Eric Christopher
2014-03-06
1
-2
/
+2
*
[Layering] Move DebugInfo.h into the IR library where its implementation
Chandler Carruth
2014-03-06
1
-1
/
+1
*
Remove the last of the special case code for emitting attributes.
Eric Christopher
2014-03-06
1
-0
/
+4
*
constify a few accessors.
Eric Christopher
2014-03-06
1
-3
/
+3
*
Add a DIELocList class to handle pointers into the location list.
Eric Christopher
2014-03-05
1
-0
/
+3
*
[Layering] Move DebugLoc.h into the IR library. The implementation
Chandler Carruth
2014-03-05
1
-1
/
+1
[prev]
[next]