aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter/DwarfPrinter.cpp
AgeCommit message (Expand)Author
2009-09-01Simply LSDA lable emission to use a direct special-case output instead ofJim Grosbach
2009-09-01Clean up LSDA name generation and use for SJLJ exception handling. ThisJim Grosbach
2009-08-24prune the #includes in raw_ostream.h by moving a Chris Lattner
2009-08-22rename TAI -> MAI, being careful not to make MAILJMP instructions :)Chris Lattner
2009-08-22Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner
2009-08-19Add missing includes.David Greene
2009-07-14llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.Torok Edwin
2009-07-11assert(0) -> LLVM_UNREACHABLE.Torok Edwin
2009-06-16Fix typos.Bill Wendling
2009-06-05Remove some unnecessary #includes.Dan Gohman
2009-05-15Split out the Dwarf writer stuff into separate files. This is a much moreBill Wendling