index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
AsmPrinter
/
DwarfPrinter.cpp
Age
Commit message (
Expand
)
Author
2010-03-08
mc'ize EmitLabel.
Chris Lattner
2010-03-08
elimiante the DWLabel class, using MCSymbol instead. Start
Chris Lattner
2010-02-25
MC'ize padding when padding the ULEB128 value.
Bill Wendling
2010-02-24
LLVM puts padding bytes in the __gcc_except_tab section after the
Bill Wendling
2010-02-15
Preliminary patch to improve dwarf EH generation - Hooks to return Personalit...
Anton Korobeynikov
2010-02-11
Don't print out a default newline when emitting the section offset. There are
Bill Wendling
2010-01-26
emit jump table an alias ".set" directives through MCStreamer as
Chris Lattner
2010-01-26
Eliminate SetDirective, and replace it with HasSetDirective.
Chris Lattner
2010-01-26
eliminate MCAsmInfo::NeedsSet: we now just use .set on any platform
Chris Lattner
2010-01-24
fix some issues where we weren't emitting enough newlines.
Chris Lattner
2010-01-22
move "EOL" from asmprinter to dwarfprinter. It should eventually
Chris Lattner
2010-01-22
add a new EmitCFAByte method and use it.
Chris Lattner
2010-01-22
move uleb printing from asmprinter to dwarfprinter, mcize,
Chris Lattner
2010-01-22
move sleb printing out of asmprinter into dwarf printer, make clients
Chris Lattner
2010-01-22
add a new DwarfPrinter::EmitEncodingByte method which handles
Chris Lattner
2010-01-22
rename the dwarf class to DwarfPrinter. This matches the filename
Chris Lattner
2010-01-22
inline away the trivial AsmPrinter::EOL() method.
Chris Lattner
2010-01-17
now that MCSymbol::print doesn't use it's MAI argument, we can
Chris Lattner
2010-01-17
Switch some functions to take Twines, eliminate uses of StringExtras.h.
Benjamin Kramer
2010-01-16
Change DIEObjectLabel to take an MCSymbol instead of std::string.
Chris Lattner
2009-09-01
Simply LSDA lable emission to use a direct special-case output instead of
Jim Grosbach
2009-09-01
Clean up LSDA name generation and use for SJLJ exception handling. This
Jim Grosbach
2009-08-24
prune the #includes in raw_ostream.h by moving a
Chris Lattner
2009-08-22
rename TAI -> MAI, being careful not to make MAILJMP instructions :)
Chris Lattner
2009-08-22
Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.
Chris Lattner
2009-08-19
Add missing includes.
David Greene
2009-07-14
llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.
Torok Edwin
2009-07-11
assert(0) -> LLVM_UNREACHABLE.
Torok Edwin
2009-06-16
Fix typos.
Bill Wendling
2009-06-05
Remove some unnecessary #includes.
Dan Gohman
2009-05-15
Split out the Dwarf writer stuff into separate files. This is a much more
Bill Wendling
[prev]