| Commit message (Expand) | Author | Age | Files | Lines |
* | prune the #includes in raw_ostream.h by moving a | Chris Lattner | 2009-08-24 | 2 | -3/+4 |
* | Prune #includes from llvm/Linker.h and llvm/System/Path.h, | Chris Lattner | 2009-08-23 | 1 | -1/+1 |
* | convert LoopInfo.h and GraphWriter.h to use raw_ostream | Chris Lattner | 2009-08-23 | 1 | -1/+1 |
* | convert the DIE printing stuff to use raw_ostream instead of std::ostream. | Chris Lattner | 2009-08-23 | 4 | -54/+37 |
* | random code cleanups. | Chris Lattner | 2009-08-23 | 1 | -19/+17 |
* | remove some random indentation stuff, yay for efficiency. | Chris Lattner | 2009-08-23 | 2 | -19/+6 |
* | rename TAI -> MAI, being careful not to make MAILJMP instructions :) | Chris Lattner | 2009-08-22 | 6 | -277/+277 |
* | Rename TargetAsmInfo (and its subclasses) to MCAsmInfo. | Chris Lattner | 2009-08-22 | 10 | -39/+39 |
* | Record variable debug info at ISel time directly. | Devang Patel | 2009-08-22 | 4 | -72/+20 |
* | Attempt to comment this code more. | Bill Wendling | 2009-08-20 | 1 | -27/+122 |
* | Add missing includes. | David Greene | 2009-08-19 | 1 | -0/+1 |
* | Add missing includes. | David Greene | 2009-08-19 | 1 | -0/+1 |
* | Add missing includes. | David Greene | 2009-08-19 | 1 | -0/+1 |
* | Switch to SmallString::str from SmallString::c_str, and remove | Daniel Dunbar | 2009-08-19 | 1 | -2/+2 |
* | switch asmprinter to emit alignments through OutStreamer. | Chris Lattner | 2009-08-19 | 1 | -8/+5 |
* | eliminate AsmPrinter::SwitchToSection and just have clients | Chris Lattner | 2009-08-19 | 4 | -61/+72 |
* | Make various changes suggested by Chris. | David Greene | 2009-08-18 | 1 | -36/+48 |
* | fix COFF targets (mingw/cygwin) to provide ehframe and LSDA sections | Chris Lattner | 2009-08-18 | 1 | -8/+2 |
* | Make AsmStreamer maintain a notion of the current section, pushing it up from... | Chris Lattner | 2009-08-18 | 1 | -15/+10 |
* | add a horrible hack to the dwarf printer. It looks like mingw is not specifying | Chris Lattner | 2009-08-18 | 1 | -3/+9 |
* | Remove a bit more cruft from the sjlj moving to a backend pass. | Jim Grosbach | 2009-08-17 | 1 | -3/+0 |
* | Move the sjlj exception handling conversions to a back-end pass where they | Jim Grosbach | 2009-08-17 | 2 | -33/+7 |
* | the MinPad argument to PadToColumn only really makes sense to be 1, | Chris Lattner | 2009-08-17 | 1 | -42/+42 |
* | change AsmPrinter to switch sections using AsmStreamer instead of | Chris Lattner | 2009-08-17 | 1 | -9/+4 |
* | give MCAsmStreamer a TargetAsmInfo. | Chris Lattner | 2009-08-17 | 1 | -1/+1 |
* | Do not completely skip subrange info for a zero sized array. | Devang Patel | 2009-08-14 | 1 | -6/+5 |
* | Add virtual printMCInst method to AsmPrinter, as a quick way to expose the API | Daniel Dunbar | 2009-08-14 | 1 | -0/+4 |
* | Push LLVMContexts through the IntegerType APIs. | Owen Anderson | 2009-08-13 | 1 | -7/+9 |
* | Various AsmWriter output cleanups. Use WriteAsOperand instead of | Dan Gohman | 2009-08-13 | 1 | -29/+29 |
* | Use WriteAsOperand to print BasicBlock names. | Dan Gohman | 2009-08-12 | 1 | -2/+2 |
* | Fix a few more places to use PadToColumn instead of tabs. And fix | Dan Gohman | 2009-08-12 | 1 | -6/+8 |
* | Use PadToColumn instead of tabs for aligning comments. Fix one place | Dan Gohman | 2009-08-12 | 1 | -63/+122 |
* | Add catch block handling to SjLj exception handling. | Jim Grosbach | 2009-08-12 | 1 | -4/+9 |
* | Change the asmprinter to print the comment character before the | Chris Lattner | 2009-08-11 | 1 | -3/+4 |
* | "TAI::JumpTableDirective" is always null for current arm targets, simplify | Chris Lattner | 2009-08-11 | 1 | -14/+12 |
* | SjLj based exception handling unwinding support. This patch is nasty, brutish | Jim Grosbach | 2009-08-11 | 2 | -46/+121 |
* | Add support for printing loop structure information in asm comments. | David Greene | 2009-08-10 | 1 | -3/+99 |
* | sink the 'name' and 'isdirective' state out of MCSection into its derived cla... | Chris Lattner | 2009-08-08 | 1 | -4/+3 |
* | 1. Make MCSection an abstract class. | Chris Lattner | 2009-08-08 | 1 | -12/+1 |
* | eliminate TargetLoweringObjectFileSparc in favor of a TAI hook. | Chris Lattner | 2009-08-08 | 1 | -1/+1 |
* | code cleanup | Chris Lattner | 2009-08-07 | 1 | -20/+18 |
* | remove a bunch of now-dead crud from the asmprinter and TAI interfaces. | Chris Lattner | 2009-08-07 | 1 | -32/+0 |
* | tidy up | Chris Lattner | 2009-08-07 | 1 | -7/+4 |
* | Fix some column padding bugs, reorganize things as suggested by Chris | David Greene | 2009-08-05 | 1 | -2/+16 |
* | remove the 'DataSectionStartSuffix' and 'TextSectionStartSuffix' knobs. | Chris Lattner | 2009-08-05 | 1 | -15/+13 |
* | add a temporary hook to allow reuse of the asmprinter from the disassembler. | Chris Lattner | 2009-08-05 | 1 | -0/+3 |
* | rip out SectionEndDirectiveSuffix support, only uses by | Chris Lattner | 2009-08-04 | 1 | -4/+0 |
* | eliminate CurrentSection, rename CurrentSection_ -> CurrentSection, make it p... | Chris Lattner | 2009-08-03 | 2 | -22/+15 |
* | Kill off SwitchToDataSection and SwitchToTextSection, woo. | Chris Lattner | 2009-08-03 | 1 | -57/+3 |
* | make getObjFileLowering() return a non-const reference. | Chris Lattner | 2009-08-03 | 1 | -1/+1 |