| Age | Commit message (Expand) | Author |
| 2009-08-13 | Revert 78892 and 78895, these break generating working executables on | Daniel Dunbar |
| 2009-08-13 | Add callback to allow target to adjust latency of schedule dependency edge. | David Goodwin |
| 2009-08-13 | fix a minor fixme. When building with SL and later tools, the ".eh" symbols | Chris Lattner |
| 2009-08-13 | Change MCSectionELF to represent a section semantically instead of | Bruno Cardoso Lopes |
| 2009-08-13 | sink uniquing of sections out of MCContext into the ELF and PECOFF TLOF imple... | Chris Lattner |
| 2009-08-13 | reject invalid code like: | Chris Lattner |
| 2009-08-12 | implement support for uniquing MachO sections. | Chris Lattner |
| 2009-08-12 | reduce #includage | Chris Lattner |
| 2009-08-12 | Add a new "SDTCisVec" SDTypeConstraint. This complements the vAny type. | Bob Wilson |
| 2009-08-12 | Enhance the InstrStage object to enable the specification of an Itinerary wit... | David Goodwin |
| 2009-08-12 | Change TargetAsmInfo to be constructed via TargetRegistry from a Target+Triple | Chris Lattner |
| 2009-08-12 | Add contexts to some of the MVT APIs. No functionality change yet, just the ... | Owen Anderson |
| 2009-08-11 | Add 'isCodeGenOnly' bit to Instruction .td records. | Daniel Dunbar |
| 2009-08-11 | llvm-mc/AsmParser: Allow target to specific a comment delimiter, which will be | Daniel Dunbar |
| 2009-08-11 | Split EVT into MVT and EVT, the former representing _just_ a primitive type, ... | Owen Anderson |
| 2009-08-11 | pass the TargetTriple down from each target ctor to the | Chris Lattner |
| 2009-08-11 | split "JumpTableDirective" (an existing hack) into a PIC and nonPIC | Chris Lattner |
| 2009-08-11 | SjLj based exception handling unwinding support. This patch is nasty, brutish | Jim Grosbach |
| 2009-08-10 | Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ... | Owen Anderson |
| 2009-08-10 | llvm-mc/AsmParser: Allow .td users to redefine the names of the methods to call | Daniel Dunbar |
| 2009-08-10 | SimpleValueType-ify a few more methods on TargetLowering. | Owen Anderson |
| 2009-08-10 | Continue the SimpleValueType-ification. | Owen Anderson |
| 2009-08-10 | Start moving TargetLowering away from using full MVTs and towards SimpleValue... | Owen Anderson |
| 2009-08-10 | llvm-mc/AsmMatcher: Change assembler parser match classes to their own record | Daniel Dunbar |
| 2009-08-10 | Post RA scheduler changes. Introduce a hazard recognizer that uses the target... | David Goodwin |
| 2009-08-10 | Make the big switch: Change MCSectionMachO to represent a section *semantically* | Chris Lattner |
| 2009-08-09 | Extend comment on ParserMatchClass .td field, and add some missing | Daniel Dunbar |
| 2009-08-09 | llvm-mc/AsmParser: Define match classes in the .td file. | Daniel Dunbar |
| 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-08 | now that getOrCreateSection is all object-file specific, | Chris Lattner |
| 2009-08-08 | sink getOrCreateSection down into all the object file implementations, | Chris Lattner |
| 2009-08-07 | remove a bunch of now-dead crud from the asmprinter and TAI interfaces. | Chris Lattner |
| 2009-08-07 | fix the column output stuff in the asmwriter from being dynamic and | Chris Lattner |
| 2009-08-07 | fix comment pastos | Chris Lattner |
| 2009-08-06 | Fix several fixmes and clean up code by sinking *all* section | 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 | Delete an obsolete sentance from a comment. | Dan Gohman |
| 2009-08-05 | - Remove custom handling of jumptables by the elf writter (this was | Bruno Cardoso Lopes |
| 2009-08-05 | expose SectionKindForGlobal to curious clients, named as | Chris Lattner |
| 2009-08-05 | Major calling convention code refactoring. | Dan Gohman |
| 2009-08-04 | rip out SectionEndDirectiveSuffix support, only uses by | Chris Lattner |
| 2009-08-04 | enhance codegen to put 16-bit character strings into the | Chris Lattner |
| 2009-08-04 | fix a fixme: don't create an explicit "CStringSection" for ELF, | Chris Lattner |
| 2009-08-04 | Remove unused function. | Daniel Dunbar |
| 2009-08-04 | Remove now unused Module argument to createTargetMachine. | Daniel Dunbar |
| 2009-08-03 | Eliminate textual section switching from the x86 backend, one | Chris Lattner |
| 2009-08-03 | make getObjFileLowering() return a non-const reference. | Chris Lattner |
| 2009-08-03 | llvm_report_error already prints "LLVM ERROR:". So stop reporting errors like... | Benjamin Kramer |