| Age | Commit message (Expand) | Author |
| 2007-07-30 | Fix the comments for the 'fast' parameter in addPassesToEmitFile. | Dan Gohman |
| 2007-07-20 | Added -print-emitted-asm to print out JIT generated asm to cerr. | Evan Cheng |
| 2007-05-29 | Make stable_sort in tail merging actually be stable (it never was, but didn't | Dale Johannesen |
| 2007-05-25 | Disable Tail Merging for now. | Devang Patel |
| 2007-05-22 | name change requested by review of previous patch | Dale Johannesen |
| 2007-05-22 | Make tail merging the default, except on powerPC. There was no prior art | Dale Johannesen |
| 2007-02-08 | Added new method to finish up the addition of passes to emit files. This | Bill Wendling |
| 2007-01-27 | Accessor for the TargetELFWriterInfo class object. | Bill Wendling |
| 2007-01-24 | A virtual method to return the TargetMachOWriterInfo object. This returns | Bill Wendling |
| 2007-01-17 | Revert patch. | Bill Wendling |
| 2007-01-17 | The TargetObjInfo object goes here. | Bill Wendling |
| 2006-09-07 | 1. Remove condition on delete. | Jim Laskey |
| 2006-09-07 | Make target asm info a property of the target machine. | Jim Laskey |
| 2006-09-04 | Completely rearchitect the interface between targets and the pass manager. | Chris Lattner |
| 2006-09-03 | Eliminate target name. | Chris Lattner |
| 2006-07-26 | Rename RelocModel::PIC to PIC_, to avoid conflicts with -DPIC. | Chris Lattner |
| 2006-07-06 | Added option -code-model to set code model (only used in 64-bit) mode. Valid | Evan Cheng |
| 2006-05-12 | Refactor a bunch of includes so that TargetMachine.h doesn't have to include | Owen Anderson |
| 2006-05-03 | Refactor TargetMachine, pushing handling of TargetData into the target-specif... | Owen Anderson |
| 2006-04-20 | Remove some obsolete interfaces | Chris Lattner |
| 2006-03-23 | Eliminate IntrinsicLowering from TargetMachine. | Chris Lattner |
| 2006-03-13 | Added getTargetLowering() - returns DAG lowering info. | Evan Cheng |
| 2006-02-22 | - Added option -relocation-model to set relocation model. Valid values includ... | Evan Cheng |
| 2005-11-08 | Add a new option to indicate we want the code generator to emit code quickly, | Chris Lattner |
| 2005-11-01 | Allow itineraries to be passed through the Target Machine. | Jim Laskey |
| 2005-08-05 | Since getSubtarget() always provides a const Subtarget, dont' require the user | Chris Lattner |
| 2005-07-27 | Eliminate tabs and trailing spaces. | Jeff Cohen |
| 2005-07-12 | Clean up and add comments to the newly implemented subtarget code. | Nate Begeman |
| 2005-07-12 | Implement Subtarget support | Nate Begeman |
| 2005-06-25 | add some new file types | Chris Lattner |
| 2005-06-25 | refactor these interfaces a bit | Chris Lattner |
| 2005-04-21 | Remove trailing whitespace | Misha Brukman |
| 2004-08-10 | Add new constructor. | Misha Brukman |
| 2004-07-23 | * Add a BoolAlignment field to TargetData, default is 1 byte | Misha Brukman |
| 2004-07-11 | Add two new "virtual static" methods to the TargetMachine class | Chris Lattner |
| 2004-07-01 | * Doxygenify comments | Misha Brukman |
| 2004-06-03 | Collapse together the abstract superclass TargetRegInfo and SparcV9RegInfo, its | Brian Gaeke |
| 2004-06-02 | Delete the V9 specific findOptimalStorageSize method, inlining it into all ca... | Chris Lattner |
| 2004-03-03 | Add a new constructor | Chris Lattner |
| 2004-03-01 | TargetCacheInfo has been removed; its only uses were to propagate a constant | Brian Gaeke |
| 2003-12-28 | Clean up a lot of the code I added yesterday by exposing the IntrinsicLowering | Chris Lattner |
| 2003-12-20 | Rip JIT specific stuff out of TargetMachine, as per PR176 | Chris Lattner |
| 2003-12-12 | Add new getJITStubForFunction method, which may optionally be implemented by | Chris Lattner |
| 2003-11-11 | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke |
| 2003-10-20 | Added LLVM copyright header (for lack of a better term). | John Criswell |
| 2003-10-20 | Make replaceMachineCodeForFunction return void. | Brian Gaeke |
| 2003-10-17 | Add stub version of replaceMachineCodeForFunction. It will live here until | Brian Gaeke |
| 2003-09-30 | Standardize header file comments | Chris Lattner |
| 2003-09-01 | No longer require an OptInfo | Chris Lattner |
| 2003-08-15 | Remove extraneous #include | Chris Lattner |