| Commit message (Expand) | Author | Age | Files | Lines |
* | Convert RegClass::IsColorUsedArr from a dynamically allocated array to | Chris Lattner | 2002-05-23 | 2 | -11/+11 |
* | Add a new setSuccessor method to terminator instructions | Chris Lattner | 2002-05-23 | 2 | -0/+19 |
* | Implement DataTypes.h in terms of inttypes.h | Chris Lattner | 2002-05-23 | 1 | -0/+2 |
* | Avoid #including CommandLine.h | Chris Lattner | 2002-05-22 | 3 | -28/+2 |
* | Implement a new command line option, -debug, which is meant to unify all of | Chris Lattner | 2002-05-22 | 3 | -0/+63 |
* | Add ability to update existing variables with values read from the command line | Chris Lattner | 2002-05-22 | 2 | -18/+96 |
* | Simplify interface to ConstantFoldTerminator | Chris Lattner | 2002-05-21 | 1 | -2/+1 |
* | Expose CFG simplification pass | Chris Lattner | 2002-05-21 | 1 | -0/+8 |
* | Cleanups, rename IsPowerOf2 to isPowerOf2 | Chris Lattner | 2002-05-19 | 2 | -54/+36 |
* | Added log2 for log-base-2 and also modified IsPower2 to use it. | Vikram S. Adve | 2002-05-19 | 2 | -18/+30 |
* | Added parameter IntRegSize for standard general-purpose register size. | Vikram S. Adve | 2002-05-19 | 1 | -1/+3 |
* | New function CreateSignExtensionInstructions. | Vikram S. Adve | 2002-05-19 | 2 | -56/+98 |
* | Many functions that returned a single MachineInstr now take a | Vikram S. Adve | 2002-05-19 | 1 | -18/+20 |
* | Better interface to generating machine instr for common cases | Vikram S. Adve | 2002-05-19 | 1 | -0/+127 |
* | MachineInstr now inherits from Annotable. | Vikram S. Adve | 2002-05-19 | 1 | -1/+3 |
* | Annotation class for MachineInstr. | Vikram S. Adve | 2002-05-19 | 1 | -0/+96 |
* | Add integer register size field. | Vikram S. Adve | 2002-05-19 | 1 | -6/+11 |
* | Invoke inst has side effects! | Chris Lattner | 2002-05-14 | 1 | -0/+2 |
* | Add method to check to see if two _Instructions_ dominate each other | Chris Lattner | 2002-05-13 | 1 | -0/+7 |
* | Add prototype for LICM pass | Chris Lattner | 2002-05-10 | 1 | -0/+8 |
* | Make sure to call the derived visit versions from the ranged iterator. | Chris Lattner | 2002-05-10 | 1 | -1/+1 |
* | Add explicit abort so optimized build knows that the function does not return | Chris Lattner | 2002-05-10 | 1 | -0/+1 |
* | Add an explicit abort so that the optimized build knows the function does | Chris Lattner | 2002-05-10 | 1 | -0/+1 |
* | Initial checkin of Statistic class | Chris Lattner | 2002-05-10 | 3 | -0/+207 |
* | remove deprecated getInstType() method | Chris Lattner | 2002-05-10 | 2 | -5/+2 |
* | Add prototype for the PiNodeInserter pass | Chris Lattner | 2002-05-10 | 1 | -0/+23 |
* | Add expr reassociation pass prototype | Chris Lattner | 2002-05-08 | 1 | -0/+10 |
* | *** empty log message *** | Sumant Kowshik | 2002-05-08 | 1 | -0/+21 |
* | Spell aggressive right | Chris Lattner | 2002-05-07 | 1 | -2/+2 |
* | Fix misspelling | Chris Lattner | 2002-05-07 | 1 | -1/+1 |
* | These files are supersumed by include/llvm/Transforms/Scalar.h | Chris Lattner | 2002-05-07 | 8 | -172/+0 |
* | New header file to replace all of the Scalar/*.h files. | Chris Lattner | 2002-05-07 | 1 | -0/+120 |
* | Checkin headers for Utils library | Chris Lattner | 2002-05-07 | 2 | -0/+109 |
* | Cleanup implementation a bit + comments | Chris Lattner | 2002-05-07 | 1 | -19/+7 |
* | Update header after moving file | Chris Lattner | 2002-05-07 | 3 | -12/+9 |
* | Remove long dead file | Chris Lattner | 2002-05-07 | 1 | -15/+0 |
* | Factor code out to the Transform Utils library | Chris Lattner | 2002-05-07 | 2 | -42/+3 |
* | Add support for passes to announce that they only depend on the CFG of a | Chris Lattner | 2002-05-06 | 1 | -0/+9 |
* | Move a bunch of code to a .cpp file, don't #include Instruction.h | Chris Lattner | 2002-05-06 | 1 | -43/+12 |
* | * Add getPrimitiveSize method | Chris Lattner | 2002-05-06 | 1 | -18/+28 |
* | Void and Label values cannot be acted on directly so they have zero size | Chris Lattner | 2002-05-06 | 1 | -2/+2 |
* | Implement constant propogation of shift instructions | Chris Lattner | 2002-05-06 | 1 | -0/+22 |
* | Add a range remove method | Chris Lattner | 2002-05-06 | 1 | -4/+5 |
* | Implement remainder | Chris Lattner | 2002-05-03 | 1 | -11/+13 |
* | Make the range insert operation return an iterator, even though the STL | Chris Lattner | 2002-04-29 | 1 | -4/+4 |
* | Remove unused files: This is the old induction varaible cannonicalization | Chris Lattner | 2002-04-29 | 1 | -27/+0 |
* | Change to allow iMemory.h to avoid including DerivedTypes.h | Chris Lattner | 2002-04-29 | 1 | -19/+11 |
* | Remove analysis namespace | Chris Lattner | 2002-04-29 | 1 | -6/+1 |
* | Eliminate duplicate or unneccesary #include's | Chris Lattner | 2002-04-29 | 2 | -4/+2 |
* | Add new optional getPassName() virtual function that a Pass can override | Chris Lattner | 2002-04-29 | 15 | -2/+52 |