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
*
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
*
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
-3
/
+13
*
DebugInfo: Move getOrCreateSourceID from DwarfDebug to DwarfCompileUnit
David Blaikie
2014-03-17
1
-2
/
+12
*
Debug info: Unique types before emitting them to DWARF, where applicable.
Adrian Prantl
2014-03-14
1
-0
/
+3
*
Debug Info: Fix LTO type uniquing for C++ member declarations
Adrian Prantl
2014-03-14
1
-1
/
+22
*
typo
Adrian Prantl
2014-03-14
1
-1
/
+1
*
Use DW_AT_linkage_name when we're emitting DWARF4 or above.
Eric Christopher
2014-03-13
1
-1
/
+2
*
When computing the size of a base type be conservative if the type
Eric Christopher
2014-03-12
1
-2
/
+3
*
Use values we've already computed, update comment.
Eric Christopher
2014-03-12
1
-4
/
+3
*
DebugInfo: Omit pubnames/pubtypes when compiling with -gmlt
David Blaikie
2014-03-12
1
-2
/
+5
*
DebugInfo: Emit DW_TAG_subprogram's DW_AT_high_pc as an offset from the low_pc
David Blaikie
2014-03-07
1
-0
/
+6
*
DebugInfo: Shrink pubnames/pubtypes in the presence of type units by only emi...
David Blaikie
2014-03-06
1
-2
/
+2
*
[Layering] Move DIBuilder.h into the IR library where its implementation
Chandler Carruth
2014-03-06
1
-1
/
+1
*
Add a DIELocList class to handle pointers into the location list.
Eric Christopher
2014-03-05
1
-2
/
+11
*
Revert r201751 and solve the const problem a different way - by
Eric Christopher
2014-02-27
1
-2
/
+2
*
Remove unnecessary llvm:: qualification.
Eric Christopher
2014-02-26
1
-1
/
+1
*
Address review comments for r202188.
Adrian Prantl
2014-02-25
1
-11
/
+11
*
Debug info: Support variadic functions.
Adrian Prantl
2014-02-25
1
-20
/
+23
*
Revert "Debug info: Support variadic functions."
Adrian Prantl
2014-02-25
1
-23
/
+20
*
Debug info: Support variadic functions.
Adrian Prantl
2014-02-25
1
-20
/
+23
*
Make DIELoc/DIEBlock's ComputeSize method const. Add a setSize
Eric Christopher
2014-02-20
1
-2
/
+2
*
Remove FIXME that had snuck in.
Eric Christopher
2014-02-20
1
-1
/
+0
*
Add a DIELoc class to cover the DW_FORM_exprloc set of expressions
Eric Christopher
2014-02-16
1
-55
/
+62
*
DebugInfo: Deduplicate entries in the fission address table
David Blaikie
2014-02-15
1
-4
/
+4
*
DebugInfo: Implement DW_AT_stmt_list for type units
David Blaikie
2014-02-14
1
-0
/
+8
*
DwarfUnit: Remove unnecessarily explicit/out of line virtual dtors.
David Blaikie
2014-02-14
1
-4
/
+0
*
DwarfUnit: Remove unnecessary (void)t; that was previously used to suppress -...
David Blaikie
2014-02-14
1
-1
/
+0
*
DwarfUnit: Refactor out DW_AT_stmt_list creation into common function for fis...
David Blaikie
2014-02-14
1
-0
/
+27
*
Reformat a few lines with clang-format.
Eric Christopher
2014-02-12
1
-4
/
+8
*
80-col.
Eric Christopher
2014-02-12
1
-1
/
+2
*
Debug info: Bugfix for r201190: DW_OP_piece takes bytes, not bits.
Adrian Prantl
2014-02-12
1
-1
/
+2
*
DwarfUnit: Include type unit's file strings in the defining compile unit's fi...
David Blaikie
2014-02-12
1
-1
/
+2
*
DwarfUnit: Provide a reference to a defining DwarfCompileUnit from DwarfTypeU...
David Blaikie
2014-02-12
1
-3
/
+5
[next]