index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
AsmPrinter
/
DIE.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Add support to emit debug info for C++ namespaces.
Devang Patel
2009-12-15
1
-8
/
+12
*
Clarify that DIEString does not keep a copy of the string.
Devang Patel
2009-12-02
1
-1
/
+1
*
Use StringRef instead of std::string in DIEString.
Devang Patel
2009-11-24
1
-2
/
+2
*
Cosmetic changes, which were long overdue, in DwarfDebug.cpp.
Devang Patel
2009-11-21
1
-13
/
+7
*
There is no need to use FoldingSet to unique DIEs.
Devang Patel
2009-11-21
1
-50
/
+2
*
Remove VISIBILITY_HIDDEN from the classes in this directory. Fixes bug 5507.
Nick Lewycky
2009-11-17
1
-12
/
+12
*
convert the DIE printing stuff to use raw_ostream instead of std::ostream.
Chris Lattner
2009-08-23
1
-22
/
+12
*
Down with _even more_ statics!
Owen Anderson
2009-06-24
1
-1
/
+5
*
Split out the DwarfDebug module from the DwarfWriter module.
Bill Wendling
2009-05-15
1
-2
/
+2
*
Mark class as hidden.
Bill Wendling
2009-05-15
1
-1
/
+1
*
Split out the Dwarf writer stuff into separate files. This is a much more
Bill Wendling
2009-05-15
1
-0
/
+549