| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactor the code that adds standard LLVM codegen passes into | Dan Gohman | 2008-09-25 | 1 | -1/+7 |
* | Accidental commit of partial 'stack canaries' code | Bill Wendling | 2008-09-08 | 1 | -9/+0 |
* | Reverting r55898 to r55909. One of these patches was causing an ICE during th... | Bill Wendling | 2008-09-08 | 1 | -0/+9 |
* | Use raw_ostream throughout the AsmPrinter. | Owen Anderson | 2008-08-21 | 1 | -4/+5 |
* | Prune and tidy #includes. | Dan Gohman | 2008-05-29 | 1 | -1/+1 |
* | Remove warnings about unused parameters and shadowed variables. | Bill Wendling | 2008-05-19 | 1 | -21/+22 |
* | Add facility for pre-RA passes | Anton Korobeynikov | 2008-04-23 | 1 | -1/+8 |
* | Use PassManagerBase instead of FunctionPassManager for functions | Dan Gohman | 2008-03-11 | 1 | -13/+13 |
* | Rename MRegisterInfo to TargetRegisterInfo. | Dan Gohman | 2008-02-10 | 1 | -2/+2 |
* | rename TargetInstrDescriptor -> TargetInstrDesc. | Chris Lattner | 2008-01-07 | 1 | -1/+0 |
* | Don't attribute in file headers anymore. See llvmdev for the | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | Remove meaningless qualifiers from return types, avoiding compiler warnings. | Dan Gohman | 2007-11-19 | 1 | -2/+2 |
* | Fix the comments for the 'fast' parameter in addPassesToEmitFile. | Dan Gohman | 2007-07-30 | 1 | -4/+6 |
* | Added -print-emitted-asm to print out JIT generated asm to cerr. | Evan Cheng | 2007-07-20 | 1 | -4/+5 |
* | Make stable_sort in tail merging actually be stable (it never was, but didn't | Dale Johannesen | 2007-05-29 | 1 | -2/+2 |
* | Disable Tail Merging for now. | Devang Patel | 2007-05-25 | 1 | -2/+2 |
* | name change requested by review of previous patch | Dale Johannesen | 2007-05-22 | 1 | -4/+4 |
* | Make tail merging the default, except on powerPC. There was no prior art | Dale Johannesen | 2007-05-22 | 1 | -0/+8 |
* | Added new method to finish up the addition of passes to emit files. This | Bill Wendling | 2007-02-08 | 1 | -23/+52 |
* | Accessor for the TargetELFWriterInfo class object. | Bill Wendling | 2007-01-27 | 1 | -1/+7 |
* | A virtual method to return the TargetMachOWriterInfo object. This returns | Bill Wendling | 2007-01-24 | 1 | -0/+6 |
* | Revert patch. | Bill Wendling | 2007-01-17 | 1 | -18/+3 |
* | The TargetObjInfo object goes here. | Bill Wendling | 2007-01-17 | 1 | -3/+18 |
* | 1. Remove condition on delete. | Jim Laskey | 2006-09-07 | 1 | -4/+4 |
* | Make target asm info a property of the target machine. | Jim Laskey | 2006-09-07 | 1 | -1/+19 |
* | Completely rearchitect the interface between targets and the pass manager. | Chris Lattner | 2006-09-04 | 1 | -6/+96 |
* | Eliminate target name. | Chris Lattner | 2006-09-03 | 1 | -14/+3 |
* | Rename RelocModel::PIC to PIC_, to avoid conflicts with -DPIC. | Chris Lattner | 2006-07-26 | 1 | -1/+1 |
* | Added option -code-model to set code model (only used in 64-bit) mode. Valid | Evan Cheng | 2006-07-06 | 1 | -0/+18 |
* | Refactor a bunch of includes so that TargetMachine.h doesn't have to include | Owen Anderson | 2006-05-12 | 1 | -1/+3 |
* | Refactor TargetMachine, pushing handling of TargetData into the target-specif... | Owen Anderson | 2006-05-03 | 1 | -10/+2 |
* | Remove some obsolete interfaces | Chris Lattner | 2006-04-20 | 1 | -6/+0 |
* | Eliminate IntrinsicLowering from TargetMachine. | Chris Lattner | 2006-03-23 | 1 | -14/+3 |
* | Added getTargetLowering() - returns DAG lowering info. | Evan Cheng | 2006-03-13 | 1 | -0/+3 |
* | - Added option -relocation-model to set relocation model. Valid values includ... | Evan Cheng | 2006-02-22 | 1 | -0/+17 |
* | Add a new option to indicate we want the code generator to emit code quickly, | Chris Lattner | 2005-11-08 | 1 | -3/+4 |
* | Allow itineraries to be passed through the Target Machine. | Jim Laskey | 2005-11-01 | 1 | -0/+8 |
* | Since getSubtarget() always provides a const Subtarget, dont' require the user | Chris Lattner | 2005-08-05 | 1 | -3/+3 |
* | Eliminate tabs and trailing spaces. | Jeff Cohen | 2005-07-27 | 1 | -1/+1 |
* | Clean up and add comments to the newly implemented subtarget code. | Nate Begeman | 2005-07-12 | 1 | -3/+10 |
* | Implement Subtarget support | Nate Begeman | 2005-07-12 | 1 | -0/+8 |
* | add some new file types | Chris Lattner | 2005-06-25 | 1 | -1/+1 |
* | refactor these interfaces a bit | Chris Lattner | 2005-06-25 | 1 | -5/+12 |
* | Remove trailing whitespace | Misha Brukman | 2005-04-21 | 1 | -8/+8 |
* | Add new constructor. | Misha Brukman | 2004-08-10 | 1 | -0/+3 |
* | * Add a BoolAlignment field to TargetData, default is 1 byte | Misha Brukman | 2004-07-23 | 1 | -1/+2 |
* | Add two new "virtual static" methods to the TargetMachine class | Chris Lattner | 2004-07-11 | 1 | -0/+14 |
* | * Doxygenify comments | Misha Brukman | 2004-07-01 | 1 | -11/+13 |
* | Collapse together the abstract superclass TargetRegInfo and SparcV9RegInfo, its | Brian Gaeke | 2004-06-03 | 1 | -2/+2 |
* | Delete the V9 specific findOptimalStorageSize method, inlining it into all ca... | Chris Lattner | 2004-06-02 | 1 | -12/+6 |