| Commit message (Expand) | Author | Age | Files | Lines |
* | Eliminate the PromoteInstance class, incorporating it into the PromotePass | Chris Lattner | 2002-04-28 | 1 | -63/+57 |
* | Eliminate visited, CurrentValue, and WriteSets as instance variables of | Chris Lattner | 2002-04-28 | 1 | -53/+54 |
* | * Fix bug: test/Regression/Transforms/Mem2Reg/2002-03-28-UninitializedVal.ll | Chris Lattner | 2002-04-28 | 1 | -4/+12 |
* | This huge changeset is a strictly cleanup change | Chris Lattner | 2002-04-28 | 1 | -228/+174 |
* | Eliminate the cfg namespace, moving LoopInfo, Dominators, Interval* classes | Chris Lattner | 2002-04-28 | 14 | -115/+105 |
* | Remove all contents of the cfg namespace to the global namespace | Chris Lattner | 2002-04-28 | 2 | -8/+8 |
* | Remove extra unused argument from CheckFailed method | Chris Lattner | 2002-04-28 | 1 | -10/+10 |
* | The check to see if an external function was marked internal was not reachable! | Chris Lattner | 2002-04-28 | 1 | -4/+6 |
* | Be careful not to make "external" function internal | Chris Lattner | 2002-04-28 | 1 | -2/+3 |
* | Initial checkin of new "Internalize" pass for GCCLD | Chris Lattner | 2002-04-28 | 1 | -0/+38 |
* | Minor changes to allow Modules (which are no longer Values) to work | Chris Lattner | 2002-04-28 | 2 | -14/+15 |
* | Eliminate use of SymTabValue class | Chris Lattner | 2002-04-28 | 1 | -4/+4 |
* | The contents of the SymTabValue class have been incorporated into the | Chris Lattner | 2002-04-28 | 1 | -41/+1 |
* | * Incorporate the contents of SymTabValue into Function and Module | Chris Lattner | 2002-04-28 | 2 | -5/+50 |
* | Module's are no longer values | Chris Lattner | 2002-04-28 | 1 | -5/+0 |
* | Simplify code | Chris Lattner | 2002-04-28 | 1 | -15/+5 |
* | Remove unneccesary #include | Chris Lattner | 2002-04-28 | 1 | -1/+0 |
* | Module's are no longer Value subclasses | Chris Lattner | 2002-04-28 | 1 | -1/+1 |
* | Fix signed/unsigned comparison warning | Chris Lattner | 2002-04-28 | 1 | -1/+1 |
* | Initial checkin of simple&fast SSA based GCSE algorithm | Chris Lattner | 2002-04-28 | 1 | -0/+272 |
* | Change the Dominator info and LoopInfo classes to keep track of BasicBlock's,... | Chris Lattner | 2002-04-28 | 6 | -45/+45 |
* | s/Method/Function | Chris Lattner | 2002-04-27 | 21 | -117/+118 |
* | * Rename MethodPass class to FunctionPass | Chris Lattner | 2002-04-27 | 40 | -372/+331 |
* | Changes because the Terminator::getSuccessor function now FAILS if successor | Chris Lattner | 2002-04-27 | 2 | -6/+11 |
* | Use the cast<> operator in favor of C style casts | Chris Lattner | 2002-04-27 | 1 | -3/+3 |
* | * Change Constant::getNullConstant to Constant::getNullValue | Chris Lattner | 2002-04-27 | 1 | -35/+51 |
* | Add support for tracking array allocations | Chris Lattner | 2002-04-27 | 2 | -2/+13 |
* | Allow the inline limit to be modified on the commandline for debugging | Chris Lattner | 2002-04-27 | 1 | -1/+6 |
* | Trivial simplification of code | Chris Lattner | 2002-04-27 | 1 | -2/+1 |
* | * Change Constant::getNullConstant to Constant::getNullValue | Chris Lattner | 2002-04-27 | 1 | -33/+1 |
* | Change Constant::getNullConstant to Constant::getNullValue | Chris Lattner | 2002-04-27 | 6 | -17/+14 |
* | Simplify code a bit | Chris Lattner | 2002-04-27 | 1 | -6/+5 |
* | Don't record instructions for copying method arguments in the | Vikram S. Adve | 2002-04-25 | 2 | -0/+2 |
* | Don't pad spills and temp. stack areas for alignment. | Vikram S. Adve | 2002-04-25 | 1 | -4/+5 |
* | Major changes to how int and FP arguments are handled. Varargs | Vikram S. Adve | 2002-04-25 | 1 | -189/+254 |
* | Added functions to compute which register, if any, to use | Vikram S. Adve | 2002-04-25 | 1 | -15/+20 |
* | Insert copy operations for FP arguments to a varargs function, | Vikram S. Adve | 2002-04-25 | 1 | -31/+69 |
* | Implementation of class MachineFrameInfo. | Vikram S. Adve | 2002-04-25 | 1 | -0/+50 |
* | Don't record instructions for copying method arguments in the | Vikram S. Adve | 2002-04-25 | 2 | -132/+156 |
* | Improve printing during dumps. | Vikram S. Adve | 2002-04-25 | 1 | -28/+16 |
* | Optional args are no longer allocated as they are discovered. | Vikram S. Adve | 2002-04-25 | 1 | -51/+22 |
* | * Abort program on verification errors | Chris Lattner | 2002-04-24 | 1 | -1/+41 |
* | Add some basic checks of CallInst's. | Chris Lattner | 2002-04-18 | 1 | -8/+17 |
* | Programs that actually free memory were broken | Chris Lattner | 2002-04-18 | 1 | -1/+1 |
* | * Convert the verifier to use an InstVisitor to be better structured | Chris Lattner | 2002-04-18 | 1 | -137/+154 |
* | Add new api for basic signal handling for tools | Chris Lattner | 2002-04-18 | 1 | -0/+53 |
* | Move asmwriter/getStrValue cruft into AsmWriter.cpp file. | Chris Lattner | 2002-04-18 | 1 | -128/+0 |
* | Pull all of the getStrValue implementation cruft out of Constants.cpp and | Chris Lattner | 2002-04-18 | 1 | -24/+94 |
* | Add a fixme so that we don't forget this is broken. | Chris Lattner | 2002-04-18 | 1 | -0/+3 |
* | * getAsString requires that the input array is string compatible, so | Chris Lattner | 2002-04-18 | 1 | -33/+32 |