| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't lose namespace qualifications on previous patch. | Chris Lattner | 2002-05-20 | 1 | -2/+2 |
* | InstrnsBefore and InstrnsAfter are now vectors instead of deques. | Vikram S. Adve | 2002-05-19 | 1 | -3/+3 |
* | Better folding getelementptr operations with mixed | Vikram S. Adve | 2002-05-19 | 1 | -41/+61 |
* | cpValue2Value now needs a vector of MachineInstr to store return values. | Vikram S. Adve | 2002-05-19 | 1 | -16/+20 |
* | Annotation class for MachineInstr. | Vikram S. Adve | 2002-05-19 | 1 | -0/+39 |
* | Numerous bug fixes: | Vikram S. Adve | 2002-05-19 | 2 | -27/+58 |
* | Replace all usages of Type::isPointerType with isa<PointerType> | Chris Lattner | 2002-05-06 | 1 | -2/+2 |
* | Add neccesary #include | Chris Lattner | 2002-04-29 | 1 | -0/+1 |
* | Eliminate duplicate or unneccesary #include's | Chris Lattner | 2002-04-29 | 13 | -18/+5 |
* | Add new optional getPassName() virtual function that a Pass can override | Chris Lattner | 2002-04-29 | 2 | -0/+4 |
* | Include appropriate file | Chris Lattner | 2002-04-28 | 1 | -0/+2 |
* | Split ConstantVals.h into Constant.h and Constants.h | Chris Lattner | 2002-04-28 | 2 | -2/+2 |
* | Eliminate the cfg namespace, moving LoopInfo, Dominators, Interval* classes | Chris Lattner | 2002-04-28 | 1 | -6/+4 |
* | Remove all contents of the cfg namespace to the global namespace | Chris Lattner | 2002-04-28 | 1 | -4/+4 |
* | s/Method/Function | Chris Lattner | 2002-04-27 | 5 | -20/+20 |
* | * Rename MethodPass class to FunctionPass | Chris Lattner | 2002-04-27 | 2 | -22/+14 |
* | Don't record instructions for copying method arguments in the | Vikram S. Adve | 2002-04-25 | 1 | -0/+1 |
* | Don't record instructions for copying method arguments in the | Vikram S. Adve | 2002-04-25 | 1 | -66/+78 |
* | 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 |
* | Only emit message if DEBUG_RA is on | Chris Lattner | 2002-04-15 | 1 | -6/+6 |
* | Move FunctionArgument out of iOther.h into Argument.h and rename class to | Chris Lattner | 2002-04-09 | 1 | -1/+1 |
* | No need to reserve space, erasing does not change the size of the container. | Chris Lattner | 2002-04-09 | 1 | -1/+0 |
* | * Add a file header with some information | Chris Lattner | 2002-04-09 | 1 | -35/+25 |
* | Clean up the ownership model a bit so that nodes actually get deleted more | Chris Lattner | 2002-04-09 | 1 | -12/+8 |
* | Convert AddedInstrMapType to contain AddedInstrns by value instead of by | Chris Lattner | 2002-04-09 | 2 | -57/+31 |
* | GCC3.0 is reported to die without an alloca definition. | Chris Lattner | 2002-04-09 | 1 | -0/+1 |
* | Don't leak memory like a seive | Chris Lattner | 2002-04-08 | 1 | -18/+5 |
* | Value cannot be directly instantiated. I think that this code was TRYING to | Chris Lattner | 2002-04-08 | 1 | -5/+3 |
* | s/Method/Function | Chris Lattner | 2002-04-08 | 4 | -14/+13 |
* | s/method/function | Chris Lattner | 2002-04-08 | 2 | -4/+4 |
* | Change references to the Method class to be references to the Function | Chris Lattner | 2002-04-07 | 6 | -124/+102 |
* | Add method clearCallInterference(). | Vikram S. Adve | 2002-03-31 | 1 | -0/+3 |
* | Include temp. values when computing max. size of stack frame! | Vikram S. Adve | 2002-03-31 | 1 | -3/+3 |
* | Fix a bug in previous bug fix. | Vikram S. Adve | 2002-03-31 | 1 | -6/+14 |
* | Bug fix: address used by indirect call instruction should also | Vikram S. Adve | 2002-03-31 | 1 | -16/+21 |
* | Change references from Method to Function | Chris Lattner | 2002-03-26 | 1 | -6/+6 |
* | Destroy MethodLiveVarInfo after register allocation. | Vikram S. Adve | 2002-03-24 | 1 | -0/+1 |
* | Use deterministic iterator for SchedGraphs. This is actually not | Vikram S. Adve | 2002-03-24 | 1 | -24/+10 |
* | Bug fix: nextToTry was not being initialized in one case. | Vikram S. Adve | 2002-03-24 | 1 | -3/+5 |
* | Add option to disable scheduling. | Vikram S. Adve | 2002-03-24 | 1 | -0/+1 |
* | Add option to disable scheduling. | Vikram S. Adve | 2002-03-24 | 1 | -39/+53 |
* | Minor changes. | Vikram S. Adve | 2002-03-24 | 1 | -7/+3 |
* | Re-fix bug: Put back MachineCodeForInstruction::dropAllReferences. | Vikram S. Adve | 2002-03-24 | 1 | -4/+24 |
* | Fix padding for variables allocated on stack. | Vikram S. Adve | 2002-03-24 | 1 | -13/+18 |
* | Major overhaul to FoldGetElemPtr to handle mixed array and struct refs. | Vikram S. Adve | 2002-03-24 | 1 | -10/+35 |
* | Use deterministic iterator for treeRoots. | Vikram S. Adve | 2002-03-24 | 1 | -10/+10 |
* | Change treeRoots data structure to make enumeration deterministic. | Vikram S. Adve | 2002-03-24 | 1 | -15/+24 |
* | Rename Method to Function | Chris Lattner | 2002-03-23 | 3 | -11/+12 |
* | Big bug fix: getUsableUniRegAtMI needed to return values in arguments | Vikram S. Adve | 2002-03-18 | 1 | -3/+3 |