| Age | Commit message (Expand) | Author |
| 2009-08-17 | Remove a bit more cruft from the sjlj moving to a backend pass. | Jim Grosbach |
| 2009-08-17 | Move the sjlj exception handling conversions to a back-end pass where they | Jim Grosbach |
| 2009-08-17 | the MinPad argument to PadToColumn only really makes sense to be 1, | Chris Lattner |
| 2009-08-17 | change AsmPrinter to switch sections using AsmStreamer instead of | Chris Lattner |
| 2009-08-17 | give MCAsmStreamer a TargetAsmInfo. | Chris Lattner |
| 2009-08-14 | Do not completely skip subrange info for a zero sized array. | Devang Patel |
| 2009-08-14 | Add virtual printMCInst method to AsmPrinter, as a quick way to expose the API | Daniel Dunbar |
| 2009-08-13 | Push LLVMContexts through the IntegerType APIs. | Owen Anderson |
| 2009-08-13 | Various AsmWriter output cleanups. Use WriteAsOperand instead of | Dan Gohman |
| 2009-08-12 | Use WriteAsOperand to print BasicBlock names. | Dan Gohman |
| 2009-08-12 | Fix a few more places to use PadToColumn instead of tabs. And fix | Dan Gohman |
| 2009-08-12 | Use PadToColumn instead of tabs for aligning comments. Fix one place | Dan Gohman |
| 2009-08-12 | Add catch block handling to SjLj exception handling. | Jim Grosbach |
| 2009-08-11 | Change the asmprinter to print the comment character before the | Chris Lattner |
| 2009-08-11 | "TAI::JumpTableDirective" is always null for current arm targets, simplify | Chris Lattner |
| 2009-08-11 | SjLj based exception handling unwinding support. This patch is nasty, brutish | Jim Grosbach |
| 2009-08-10 | Add support for printing loop structure information in asm comments. | David Greene |
| 2009-08-08 | sink the 'name' and 'isdirective' state out of MCSection into its derived cla... | Chris Lattner |
| 2009-08-08 | 1. Make MCSection an abstract class. | Chris Lattner |
| 2009-08-08 | eliminate TargetLoweringObjectFileSparc in favor of a TAI hook. | Chris Lattner |
| 2009-08-07 | code cleanup | Chris Lattner |
| 2009-08-07 | remove a bunch of now-dead crud from the asmprinter and TAI interfaces. | Chris Lattner |
| 2009-08-07 | tidy up | Chris Lattner |
| 2009-08-05 | Fix some column padding bugs, reorganize things as suggested by Chris | David Greene |
| 2009-08-05 | remove the 'DataSectionStartSuffix' and 'TextSectionStartSuffix' knobs. | Chris Lattner |
| 2009-08-05 | add a temporary hook to allow reuse of the asmprinter from the disassembler. | Chris Lattner |
| 2009-08-04 | rip out SectionEndDirectiveSuffix support, only uses by | Chris Lattner |
| 2009-08-03 | eliminate CurrentSection, rename CurrentSection_ -> CurrentSection, make it p... | Chris Lattner |
| 2009-08-03 | Kill off SwitchToDataSection and SwitchToTextSection, woo. | Chris Lattner |
| 2009-08-03 | make getObjFileLowering() return a non-const reference. | Chris Lattner |
| 2009-08-03 | make SwitchToSection accept null sections for now. | Chris Lattner |
| 2009-08-02 | move dwarf debug info section selection stuff from TAI to | Chris Lattner |
| 2009-08-02 | convert EHFrameSection to be managed by TLOF instead of TAI. | Chris Lattner |
| 2009-08-02 | Fix some fixme's in #if 0'd code by making it dependent on the structural | Chris Lattner |
| 2009-08-02 | move getDwarfExceptionSection from TAI to TLOF and rename it to | Chris Lattner |
| 2009-08-02 | convert ctors/dtors section to be in TLOF instead of | Chris Lattner |
| 2009-08-01 | (re)introduce new simpler apis for creation sectionkinds. | Chris Lattner |
| 2009-08-01 | Remove "JumpTableDataSection" from TAI, instead, have AsmPrinter | Chris Lattner |
| 2009-08-01 | loweringinfo is always non-null. | Chris Lattner |
| 2009-08-01 | fix a problem Eli noticed where we would compile the attached ptrtoint | Chris Lattner |
| 2009-08-01 | Change SectionKind to be a property that is true of a *section*, it | Chris Lattner |
| 2009-07-31 | Use setPreservesAll and setPreservesCFG in CodeGen passes. | Dan Gohman |
| 2009-07-31 | add some comments on how this is *supposed* to work. We don't | Chris Lattner |
| 2009-07-31 | rearrange a conditional. Even if this weren't #if 0'd out, this would | Chris Lattner |
| 2009-07-31 | Simplify operand padding by keying off tabs in the asm stream. If | David Greene |
| 2009-07-31 | PreferredEHDataFormat is always call with data and global, but this whole | Chris Lattner |
| 2009-07-31 | move emitUsedDirectiveFor to TargetLoweringObjectFile and rename it to | Chris Lattner |
| 2009-07-31 | switch off of 'Section' onto MCSection. We're not properly using | Chris Lattner |
| 2009-07-31 | refactor section construction in TLOF to be through an explicit | Chris Lattner |
| 2009-07-30 | Start using DebugInfoFinder. | Devang Patel |