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
/
DIE.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move DwarfCompileUnit from DwarfUnit.h to its own header (DwarfCompileUnit.h)
David Blaikie
2014-10-04
1
-0
/
+2
*
DIEEntry: Refer to the specified DIE via reference rather than pointer.
David Blaikie
2014-04-25
1
-4
/
+4
*
[C++] Use 'nullptr'.
Craig Topper
2014-04-24
1
-2
/
+2
*
Use std::unique_ptr for DIE children
David Blaikie
2014-04-14
1
-9
/
+0
*
DebugInfo: Introduce DebugLocList to encapsulate a list of DebugLocEntries an...
David Blaikie
2014-04-02
1
-1
/
+1
*
Simplify debug_loc.dwo handling slightly.
David Blaikie
2014-04-01
1
-3
/
+1
*
DebugInfo: Support debug_loc under fission
David Blaikie
2014-03-25
1
-4
/
+6
*
Remove the last of the special case code for emitting attributes.
Eric Christopher
2014-03-06
1
-1
/
+20
*
Add a DIELocList class to handle pointers into the location list.
Eric Christopher
2014-03-05
1
-0
/
+31
*
Use a bool for whether or not an abbreviation has children rather than
Eric Christopher
2014-03-05
1
-4
/
+4
*
Use dwarf::Attribute instead of a bare uint16_t.
Eric Christopher
2014-03-05
1
-1
/
+1
*
Revert r201751 and solve the const problem a different way - by
Eric Christopher
2014-02-27
1
-16
/
+12
*
Move get[S|U]LEB128Size() to LEB128.h.
Logan Chien
2014-02-22
1
-6
/
+7
*
Make DIELoc/DIEBlock's ComputeSize method const. Add a setSize
Eric Christopher
2014-02-20
1
-14
/
+18
*
Add a DIELoc class to cover the DW_FORM_exprloc set of expressions
Eric Christopher
2014-02-16
1
-0
/
+55
*
Remove some unused #includes
Eli Bendersky
2014-02-01
1
-1
/
+0
*
Use a slightly smaller hack.
Rafael Espindola
2014-01-16
1
-2
/
+1
*
DebugInfo: Introduce new DIValue, DIETypeSignature to encode references to ty...
David Blaikie
2013-12-17
1
-0
/
+17
*
Reland 196270 "Generalize debug info / EH emission in AsmPrinter"
Timur Iskhodzhanov
2013-12-03
1
-1
/
+3
*
Revert r196270, "Generalize debug info / EH emission in AsmPrinter"
NAKAMURA Takumi
2013-12-03
1
-3
/
+1
*
Generalize debug info / EH emission in AsmPrinter
Timur Iskhodzhanov
2013-12-03
1
-1
/
+3
*
In Dwarf 3 (and Dwarf 2) attributes whose value are offsets into a
Eric Christopher
2013-11-21
1
-0
/
+1
*
Update comment.
Eric Christopher
2013-11-21
1
-2
/
+2
*
Constify the DIEs used for pubname and pubtype tables. Propagate
Eric Christopher
2013-11-21
1
-1
/
+1
*
DebugInfo: Partial implementation of DWARF type units.
David Blaikie
2013-11-19
1
-4
/
+7
*
Debug Info: remove duplication of DIEs when a DIE can be shared across CUs.
Manman Ren
2013-10-31
1
-1
/
+9
*
Debug Info: support for DW_FORM_ref_addr.
Manman Ren
2013-10-29
1
-0
/
+12
*
MCStreamer: Reimplement the virtual EmitRawText as a protected member, EmitRa...
David Blaikie
2013-10-24
1
-1
/
+1
*
Fix the build in DIE.cpp with MSVC 2010
Reid Kleckner
2013-10-21
1
-3
/
+5
*
DebugInfo: Put each kind of constant (form, attribute, tag, etc) into its own...
David Blaikie
2013-10-21
1
-16
/
+17
*
Temporarily revert r176882 as it needs to be implemented in a different
Eric Christopher
2013-10-04
1
-12
/
+0
*
Temporarily revert r191792 as it is causing some LTO debug failures
Eric Christopher
2013-10-04
1
-9
/
+1
*
Debug Info: remove duplication of DIEs when a DIE is part of the type system
Manman Ren
2013-10-01
1
-1
/
+9
*
For COFF only: dwarf debug info output a label reference as a section relativ...
Carlo Kok
2013-08-13
1
-1
/
+3
*
Be more rigorous about the sizes of forms and attributes.
Eric Christopher
2013-08-08
1
-14
/
+14
*
Add a way to grab a particular attribute out of a DIE.
Eric Christopher
2013-08-07
1
-0
/
+12
*
Add preliminary support for hashing DIEs and breaking them into
Eric Christopher
2013-07-26
1
-0
/
+24
*
Debug Info: use module flag to set up Dwarf version.
Manman Ren
2013-07-02
1
-0
/
+11
*
[DebugInfo] Introduce DIEExpr variant of DIEValue to hold MCExpr values
Ulrich Weigand
2013-07-02
1
-2
/
+28
*
DebugInfo: Pass MCSymbolRefExprs for labels instead of MCSymbols
David Blaikie
2013-06-28
1
-2
/
+2
*
Remove a few fixmes, the only work we're doing is getting the string
Eric Christopher
2013-06-10
1
-4
/
+0
*
Const-ify some printing and dumping code for DIEValues.
Eric Christopher
2013-05-31
1
-6
/
+6
*
Make getCompileUnit non-const and return the current DIE if it
Eric Christopher
2013-05-14
1
-2
/
+2
*
Remove unnecessary instance variable and rework logic accordingly.
Eric Christopher
2013-05-06
1
-5
/
+3
*
Grammar.
Eric Christopher
2013-05-06
1
-1
/
+2
*
Debug Info: revert 178722 for now.
Manman Ren
2013-04-04
1
-6
/
+0
*
Debug Info: according to DWARF 2, FORM_ref_addr the same size as an address on
Manman Ren
2013-04-04
1
-0
/
+6
*
Use SmallVectorImpl instead of SmallVector at the uses.
Eric Christopher
2013-03-29
1
-3
/
+3
*
Use 12 as the magic number for our abbreviation data and our
Eric Christopher
2013-03-29
1
-3
/
+3
*
No functionality change. Use unreachable in getCompileUnit.
Manman Ren
2013-03-13
1
-1
/
+1
[next]