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
*
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
*
Debug Info: according to DWARF 2, FORM_ref_addr the same size as an address on
Manman Ren
2013-04-04
1
-3
/
+1
*
Fix grammar.
Eric Christopher
2013-04-03
1
-1
/
+1
*
Use SmallVectorImpl instead of SmallVector at the uses.
Eric Christopher
2013-03-29
1
-2
/
+2
*
Use 12 as the magic number for our abbreviation data and our
Eric Christopher
2013-03-29
1
-4
/
+4
*
Fix integer comparison in DIEInteger::BestForm.
Hans Wennborg
2013-03-18
1
-3
/
+4
*
Debug Info: use DW_FORM_ref_addr instead of DW_FORM_ref4 if the referenced DIE
Manman Ren
2013-03-12
1
-0
/
+3
*
Whitespace and 80-col.
Eric Christopher
2013-01-07
1
-2
/
+2
*
Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...
Bill Wendling
2012-12-19
1
-1
/
+1
*
Remove unnecessary classof()'s
Sean Silva
2012-10-11
1
-8
/
+0
*
Bit pack DIE structures better.
Benjamin Kramer
2012-01-24
1
-23
/
+23
*
Remove generation of DW_AT_sibling. Nothing as far as I can tell uses it.
Eric Christopher
2012-01-24
1
-10
/
+0
*
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...
David Blaikie
2011-12-20
1
-0
/
+1
*
Always use the string pool, even when it makes the .o larger. This may help
Nick Lewycky
2011-10-28
1
-27
/
+0
*
Remove dead enum value. There is no DIESectionOffset.
Nick Lewycky
2011-10-25
1
-1
/
+0
*
Fix some typo/formatting issues. No functionality change.
Nick Lewycky
2011-10-18
1
-2
/
+2
*
Remove unused virtual dtor.
Benjamin Kramer
2011-03-09
1
-1
/
+0
*
Roll out r126425 and r126450 to see if it fixes the failures on the buildbots.
Cameron Zwarich
2011-02-25
1
-30
/
+0
*
Enable DebugInfo support for COFF object files.
Devang Patel
2011-02-24
1
-0
/
+30
*
First cut at supporting .debug_loc section.
Devang Patel
2010-05-25
1
-0
/
+4
*
Add support to emit dwarf ranges.
Devang Patel
2010-04-16
1
-1
/
+2
*
change SizeOf to take AsmPrinter instead of TargetData,
Chris Lattner
2010-04-05
1
-9
/
+8
*
1) make DIE take AsmPrinter instead of DwarfPrinter.
Chris Lattner
2010-04-05
1
-9
/
+8
*
DwarfDebug: Allocate DIEValues with a BumpPtrAllocator. Most of them are
Benjamin Kramer
2010-03-31
1
-1
/
+1
*
DW_AT_stmt_list attribute attached with a compile unit encodes offset of line...
Devang Patel
2010-03-22
1
-32
/
+0
*
Fix a memory leak from DIE::addSiblingOffset() by adding the DIEValue
Jeffrey Yasskin
2010-03-22
1
-2
/
+4
*
Free DbgScopes in DwarfDebug::endFunction(). Also increased the const-ness of
Jeffrey Yasskin
2010-03-12
1
-5
/
+2
*
simplify EmitSectionOffset to always use .set if it is
Chris Lattner
2010-03-08
1
-3
/
+2
*
merge DIEObjectLabel and DIEDwarfLabel into DIELabel.
Chris Lattner
2010-03-08
1
-34
/
+4
*
elimiante the DWLabel class, using MCSymbol instead. Start
Chris Lattner
2010-03-08
1
-9
/
+10
*
Revert r97917, which was causing Clang Debug self-host failures.
Douglas Gregor
2010-03-08
1
-1
/
+3
*
Roll r97906 forward again, without double-deleting CompileUnit::IndexTyDie.
Jeffrey Yasskin
2010-03-07
1
-3
/
+1
*
teach MCAsmStreamer::EmitBytes to use .ascii and .asciz
Chris Lattner
2010-01-23
1
-1
/
+1
*
move uleb printing from asmprinter to dwarfprinter, mcize,
Chris Lattner
2010-01-22
1
-1
/
+1
*
rename the dwarf class to DwarfPrinter. This matches the filename
Chris Lattner
2010-01-22
1
-10
/
+10
*
Change DIEObjectLabel to take an MCSymbol instead of std::string.
Chris Lattner
2010-01-16
1
-3
/
+4
[next]