aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/AsmPrinter
Commit message (Expand)AuthorAgeFilesLines
* prune the #includes in raw_ostream.h by moving a Chris Lattner2009-08-242-3/+4
* Prune #includes from llvm/Linker.h and llvm/System/Path.h,Chris Lattner2009-08-231-1/+1
* convert LoopInfo.h and GraphWriter.h to use raw_ostreamChris Lattner2009-08-231-1/+1
* convert the DIE printing stuff to use raw_ostream instead of std::ostream.Chris Lattner2009-08-234-54/+37
* random code cleanups.Chris Lattner2009-08-231-19/+17
* remove some random indentation stuff, yay for efficiency.Chris Lattner2009-08-232-19/+6
* rename TAI -> MAI, being careful not to make MAILJMP instructions :)Chris Lattner2009-08-226-277/+277
* Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner2009-08-2210-39/+39
* Record variable debug info at ISel time directly.Devang Patel2009-08-224-72/+20
* Attempt to comment this code more.Bill Wendling2009-08-201-27/+122
* Add missing includes.David Greene2009-08-191-0/+1
* Add missing includes.David Greene2009-08-191-0/+1
* Add missing includes.David Greene2009-08-191-0/+1
* Switch to SmallString::str from SmallString::c_str, and removeDaniel Dunbar2009-08-191-2/+2
* switch asmprinter to emit alignments through OutStreamer.Chris Lattner2009-08-191-8/+5
* eliminate AsmPrinter::SwitchToSection and just have clientsChris Lattner2009-08-194-61/+72
* Make various changes suggested by Chris.David Greene2009-08-181-36/+48
* fix COFF targets (mingw/cygwin) to provide ehframe and LSDA sectionsChris Lattner2009-08-181-8/+2
* Make AsmStreamer maintain a notion of the current section, pushing it up from...Chris Lattner2009-08-181-15/+10
* add a horrible hack to the dwarf printer. It looks like mingw is not specifyingChris Lattner2009-08-181-3/+9
* Remove a bit more cruft from the sjlj moving to a backend pass.Jim Grosbach2009-08-171-3/+0
* Move the sjlj exception handling conversions to a back-end pass where theyJim Grosbach2009-08-172-33/+7
* the MinPad argument to PadToColumn only really makes sense to be 1,Chris Lattner2009-08-171-42/+42
* change AsmPrinter to switch sections using AsmStreamer instead ofChris Lattner2009-08-171-9/+4
* give MCAsmStreamer a TargetAsmInfo.Chris Lattner2009-08-171-1/+1
* Do not completely skip subrange info for a zero sized array.Devang Patel2009-08-141-6/+5
* Add virtual printMCInst method to AsmPrinter, as a quick way to expose the APIDaniel Dunbar2009-08-141-0/+4
* Push LLVMContexts through the IntegerType APIs.Owen Anderson2009-08-131-7/+9
* Various AsmWriter output cleanups. Use WriteAsOperand instead ofDan Gohman2009-08-131-29/+29
* Use WriteAsOperand to print BasicBlock names.Dan Gohman2009-08-121-2/+2
* Fix a few more places to use PadToColumn instead of tabs. And fixDan Gohman2009-08-121-6/+8
* Use PadToColumn instead of tabs for aligning comments. Fix one placeDan Gohman2009-08-121-63/+122
* Add catch block handling to SjLj exception handling.Jim Grosbach2009-08-121-4/+9
* Change the asmprinter to print the comment character before theChris Lattner2009-08-111-3/+4
* "TAI::JumpTableDirective" is always null for current arm targets, simplifyChris Lattner2009-08-111-14/+12
* SjLj based exception handling unwinding support. This patch is nasty, brutishJim Grosbach2009-08-112-46/+121
* Add support for printing loop structure information in asm comments.David Greene2009-08-101-3/+99
* sink the 'name' and 'isdirective' state out of MCSection into its derived cla...Chris Lattner2009-08-081-4/+3
* 1. Make MCSection an abstract class.Chris Lattner2009-08-081-12/+1
* eliminate TargetLoweringObjectFileSparc in favor of a TAI hook.Chris Lattner2009-08-081-1/+1
* code cleanupChris Lattner2009-08-071-20/+18
* remove a bunch of now-dead crud from the asmprinter and TAI interfaces.Chris Lattner2009-08-071-32/+0
* tidy upChris Lattner2009-08-071-7/+4
* Fix some column padding bugs, reorganize things as suggested by ChrisDavid Greene2009-08-051-2/+16
* remove the 'DataSectionStartSuffix' and 'TextSectionStartSuffix' knobs.Chris Lattner2009-08-051-15/+13
* add a temporary hook to allow reuse of the asmprinter from the disassembler.Chris Lattner2009-08-051-0/+3
* rip out SectionEndDirectiveSuffix support, only uses byChris Lattner2009-08-041-4/+0
* eliminate CurrentSection, rename CurrentSection_ -> CurrentSection, make it p...Chris Lattner2009-08-032-22/+15
* Kill off SwitchToDataSection and SwitchToTextSection, woo.Chris Lattner2009-08-031-57/+3
* make getObjFileLowering() return a non-const reference.Chris Lattner2009-08-031-1/+1