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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
DIE: Document some learnings about why the world isn't perfect.
David Blaikie
2014-04-28
1
-0
/
+6
*
DIE: Pass ownership of children via std::unique_ptr rather than raw pointer.
David Blaikie
2014-04-25
1
-2
/
+2
*
DIEEntry: Refer to the specified DIE via reference rather than pointer.
David Blaikie
2014-04-25
1
-4
/
+3
*
[C++] Use 'nullptr'.
Craig Topper
2014-04-24
1
-2
/
+2
*
Use std::unique_ptr for DIE children
David Blaikie
2014-04-14
1
-4
/
+5
*
Use dwarf::Tag rather than unsigned for DIE::Tag to make debugging easier.
David Blaikie
2014-04-12
1
-3
/
+8
*
More header and forward declaration cleanup.
Eric Christopher
2014-03-18
1
-3
/
+1
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-08
1
-30
/
+30
*
Add a DIELocList class to handle pointers into the location list.
Eric Christopher
2014-03-05
1
-1
/
+33
*
Make the DIEValue constructor even more explicit.
Eric Christopher
2014-03-05
1
-6
/
+6
*
Use a bool for whether or not an abbreviation has children rather than
Eric Christopher
2014-03-05
1
-9
/
+11
*
Use dwarf::Attribute instead of a bare uint16_t.
Eric Christopher
2014-03-05
1
-1
/
+1
*
Expand slightly on comment.
Eric Christopher
2014-03-05
1
-1
/
+2
*
Unindent namespace.
Eric Christopher
2014-03-05
1
-414
/
+436
*
Revert r201751 and solve the const problem a different way - by
Eric Christopher
2014-02-27
1
-10
/
+2
*
Make DIELoc/DIEBlock's ComputeSize method const. Add a setSize
Eric Christopher
2014-02-20
1
-2
/
+10
*
Add a DIELoc class to cover the DW_FORM_exprloc set of expressions
Eric Christopher
2014-02-16
1
-8
/
+47
*
Re-sort all of the includes with ./utils/sort_includes.py so that
Chandler Carruth
2014-01-07
1
-1
/
+1
*
DebugInfo: Introduce new DIValue, DIETypeSignature to encode references to ty...
David Blaikie
2013-12-17
1
-0
/
+29
*
Constify the DIEs used for pubname and pubtype tables. Propagate
Eric Christopher
2013-11-21
1
-1
/
+1
*
Remove polymorphic destruction for DIE. DIEBlocks are owned elsewhere
Eric Christopher
2013-11-20
1
-1
/
+1
*
DebugInfo: Partial implementation of DWARF type units.
David Blaikie
2013-11-19
1
-5
/
+5
*
Formatting and 80-col.
Eric Christopher
2013-11-19
1
-2
/
+2
*
Debug Info: remove duplication of DIEs when a DIE can be shared across CUs.
Manman Ren
2013-10-31
1
-0
/
+3
*
Debug Info: support for DW_FORM_ref_addr.
Manman Ren
2013-10-29
1
-0
/
+3
*
DIEHash: Refactor ref attribute hashing into smaller functions
David Blaikie
2013-10-24
1
-0
/
+1
*
Remove unused debug-only member variable.
David Blaikie
2013-10-24
1
-4
/
+0
*
DebugInfo: Put each kind of constant (form, attribute, tag, etc) into its own...
David Blaikie
2013-10-21
1
-33
/
+33
*
Remove some dead code.
David Blaikie
2013-10-04
1
-2
/
+0
*
Temporarily revert r176882 as it needs to be implemented in a different
Eric Christopher
2013-10-04
1
-3
/
+0
*
Temporarily revert r191792 as it is causing some LTO debug failures
Eric Christopher
2013-10-04
1
-3
/
+0
*
DebugInfo: Avoid redundantly adding child DIEs to parents.
David Blaikie
2013-10-03
1
-4
/
+1
*
Debug Info: remove duplication of DIEs when a DIE is part of the type system
Manman Ren
2013-10-01
1
-0
/
+3
*
Revert "Give internal classes hidden visibility."
Benjamin Kramer
2013-09-11
1
-11
/
+11
*
Give internal classes hidden visibility.
Benjamin Kramer
2013-09-11
1
-11
/
+11
*
Be more rigorous about the sizes of forms and attributes.
Eric Christopher
2013-08-08
1
-24
/
+24
*
Add a way to grab a particular attribute out of a DIE.
Eric Christopher
2013-08-07
1
-0
/
+4
*
Add preliminary support for hashing DIEs and breaking them into
Eric Christopher
2013-07-26
1
-0
/
+30
*
Debug Info: use module flag to set up Dwarf version.
Manman Ren
2013-07-02
1
-1
/
+5
*
[DebugInfo] Introduce DIEExpr variant of DIEValue to hold MCExpr values
Ulrich Weigand
2013-07-02
1
-6
/
+33
*
DebugInfo: Pass MCSymbolRefExprs for labels instead of MCSymbols
David Blaikie
2013-06-28
1
-3
/
+7
*
Formatting.
Eric Christopher
2013-06-11
1
-1
/
+1
*
Fix up comment.
Eric Christopher
2013-06-10
1
-1
/
+1
*
Remove unused function.
Eric Christopher
2013-06-10
1
-6
/
+0
*
IndentCount is only used within NDEBUG code.
Eric Christopher
2013-06-10
1
-0
/
+2
*
Const-ify some printing and dumping code for DIEValues.
Eric Christopher
2013-05-31
1
-7
/
+7
*
Make getCompileUnit non-const and return the current DIE if it
Eric Christopher
2013-05-14
1
-1
/
+1
*
Assert that DIEEntries are constructed with non-null DIEs
David Blaikie
2013-05-14
1
-1
/
+3
*
Remove unnecessary instance variable and rework logic accordingly.
Eric Christopher
2013-05-06
1
-3
/
+2
*
Debug Info: revert 178722 for now.
Manman Ren
2013-04-04
1
-1
/
+3
[next]