| Age | Commit message (Expand) | Author |
| 2010-07-24 | Add hook to insert late LLVM=>LLVM passes just before isel | Anton Korobeynikov |
| 2010-07-24 | Add an ILP scheduler. This is a register pressure aware scheduler that's | Evan Cheng |
| 2010-07-22 | Warnings patrol. | Eric Christopher |
| 2010-07-22 | Initial modifications to MCAssembler and TargetMachine for the MCJIT. | Reid Kleckner |
| 2010-05-26 | MC: Add TargetMachine support for setting the value of MCRelaxAll with | Daniel Dunbar |
| 2010-05-20 | Allow targets more controls on what nodes are scheduled by reg pressure, what... | Evan Cheng |
| 2010-05-20 | Add a hybrid bottom up scheduler that reduce register usage while avoiding | Evan Cheng |
| 2010-05-19 | Code refactoring: pull SchedPreference enum from TargetLowering.h to TargetMa... | Evan Cheng |
| 2010-05-11 | Remove the "WantsWholeFile" concept, as it's no longer needed. CBE | Dan Gohman |
| 2010-04-17 | Use const qualifiers with TargetLowering. This eliminates several | Dan Gohman |
| 2010-04-16 | Add a getSelectionDAGInfo member to TargetMachine. | Dan Gohman |
| 2010-04-13 | add llvm codegen support for -ffunction-sections and -fdata-sections, | Chris Lattner |
| 2010-04-07 | Remove late ARM codegen optimization pass committed by accident. | Anton Korobeynikov |
| 2010-04-07 | Add hook to insert late LLVM=>LLVM passes just before isel | Anton Korobeynikov |
| 2010-03-25 | Fix unused parameter warning. | Eric Christopher |
| 2010-03-13 | rearrange MCContext ownership. Before LLVMTargetMachine created it | Chris Lattner |
| 2010-03-11 | MC: Provide MCAssembler with a TargetAsmBackend. | Daniel Dunbar |
| 2010-02-28 | Add a flag to addPassesToEmit* to disable the Verifier pass run | Dan Gohman |
| 2010-02-17 | Fix a few unused parameter warnings. | Eric Christopher |
| 2010-02-15 | Preliminary patch to improve dwarf EH generation - Hooks to return Personalit... | Anton Korobeynikov |
| 2010-02-03 | change addPassesToEmitFile to return true on failure instead of its input, | Chris Lattner |
| 2010-02-02 | Remove a bunch of stuff around the edges of the ELF writer. | Chris Lattner |
| 2010-02-02 | eliminate all the dead addSimpleCodeEmitter implementations. | Chris Lattner |
| 2010-02-02 | eliminate FileModel::Model, just use CodeGenFileType. The client | Chris Lattner |
| 2010-02-02 | remove the remnants of TargetMachOWriterInfo. | Chris Lattner |
| 2010-02-02 | eliminate all forms of addPassesToEmitMachineCode except | Chris Lattner |
| 2010-02-02 | Inline addAssemblyEmitter into its one real caller and delete | Chris Lattner |
| 2010-02-01 | Kill the Mach-O writer, and temporarily make filetype=obj an error. | Nate Begeman |
| 2010-01-21 | remove a couple of asserts that use RTTI. | Chris Lattner |
| 2010-01-18 | - Add getLSDAEncoding to the PowerPC backend. | Bill Wendling |
| 2010-01-18 | - Add a comment to the callback indicating that it's *extremely* not a good | Bill Wendling |
| 2010-01-16 | Retrying r91337: | Bill Wendling |
| 2010-01-15 | Hook up llc's -filetype=obj to use MCStreamer if an MCCodeEmitter is available. | Nate Begeman |
| 2009-12-21 | Fix setting and default setting of code model for jit. Do this | Eric Christopher |
| 2009-10-16 | Add a CodeGenOpt::Less level to match -O1. It'll be used by clients which do ... | Evan Cheng |
| 2009-09-30 | Add a target hook to add pre- post-regalloc scheduling passes. | Evan Cheng |
| 2009-08-22 | Rename TargetAsmInfo (and its subclasses) to MCAsmInfo. | Chris Lattner |
| 2009-08-12 | Change TargetAsmInfo to be constructed via TargetRegistry from a Target+Triple | Chris Lattner |
| 2009-08-11 | pass the TargetTriple down from each target ctor to the | Chris Lattner |
| 2009-08-05 | Delete an obsolete sentance from a comment. | Dan Gohman |
| 2009-08-02 | move an enum from TM -> TargetOptions. This makes TargetOptions.h | Chris Lattner |
| 2009-07-20 | remove dead forward decl | Chris Lattner |
| 2009-07-15 | Lift addAssemblyEmitter into LLVMTargetMachine. | Daniel Dunbar |
| 2009-07-15 | Lift DumpAsm / -print-emitted-asm functionality into LLVMTargetMachine. | Daniel Dunbar |
| 2009-07-15 | Reapply TargetRegistry refactoring commits. | Daniel Dunbar |
| 2009-07-15 | Revert 75762, 75763, 75766..75769, 75772..75775, 75778, 75780, 75782 to repai... | Stuart Hastings |
| 2009-07-15 | Kill off old (TargetMachine level, not Target level) match quality functions. | Daniel Dunbar |
| 2009-07-15 | Provide TargetMachine implementations with reference to Target they were created | Daniel Dunbar |
| 2009-07-14 | Have asm printers use formatted_raw_ostream directly to avoid a | David Greene |
| 2009-07-06 | Add the Object Code Emitter class. Original patch by Aaron Gray, I did some | Bruno Cardoso Lopes |