aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Change from Method to FunctionChris Lattner2002-03-262-5/+4
* Change references from Method to FunctionChris Lattner2002-03-2621-393/+397
* Convert to use new style casts instead of direct checkingChris Lattner2002-03-261-2/+2
* change refs to Method to FunctionChris Lattner2002-03-263-18/+18
* Change uses of Method to FunctionChris Lattner2002-03-263-13/+9
* Remove unneccesary forward declarations for classesChris Lattner2002-03-263-9/+0
* Transform uses of Method into uses of Function.Chris Lattner2002-03-265-58/+59
* Allow clients to use FunctionType as well as MethodType for nowChris Lattner2002-03-261-0/+2
* Make test more rigorous. It was never reading the non-scalar variablesVikram S. Adve2002-03-241-20/+30
* initialize sum variableChris Lattner2002-03-241-1/+1
* Refix bug: Add back method MachineCodeForInstruction::dropAllReferences.Vikram S. Adve2002-03-242-0/+14
* Fix padding when allocating local variables on stack.Vikram S. Adve2002-03-242-4/+6
* Add methods to support type inquiry. Rename TmpInstruction values.Vikram S. Adve2002-03-241-7/+12
* Moved to directory Scalar/ and renamed.Vikram S. Adve2002-03-241-148/+0
* Destroy MethodLiveVarInfo after register allocation.Vikram S. Adve2002-03-242-0/+2
* Use deterministic iterator for SchedGraphs. This is actually notVikram S. Adve2002-03-242-48/+20
* Bug fix: nextToTry was not being initialized in one case.Vikram S. Adve2002-03-242-6/+10
* Add option to disable scheduling.Vikram S. Adve2002-03-242-0/+2
* Add option to disable scheduling.Vikram S. Adve2002-03-242-78/+106
* Minor changes.Vikram S. Adve2002-03-242-14/+6
* Re-fix bug: Put back MachineCodeForInstruction::dropAllReferences.Vikram S. Adve2002-03-241-4/+24
* Fix padding for variables allocated on stack.Vikram S. Adve2002-03-241-13/+18
* Major overhaul to FoldGetElemPtr to handle mixed array and struct refs.Vikram S. Adve2002-03-242-20/+70
* Use deterministic iterator for treeRoots.Vikram S. Adve2002-03-242-20/+20
* Bug re-fix: put back MachineCodeForInstruction::get(*I).dropAllReferences().Vikram S. Adve2002-03-241-5/+8
* Change latencies for Load, Store and Branch instructions.Vikram S. Adve2002-03-241-40/+42
* Major enhancements to how array and structure indices are handled.Vikram S. Adve2002-03-241-148/+182
* Change treeRoots data structure to make enumeration deterministic.Vikram S. Adve2002-03-241-5/+22
* Change treeRoots data structure to make enumeration deterministic.Vikram S. Adve2002-03-242-30/+48
* Major overhaul to support arbitrary mixed array and structure indices.Vikram S. Adve2002-03-242-70/+103
* Rename pass to DecomposeMultiDimRefs.Vikram S. Adve2002-03-242-4/+13
* Fix out-of-date name.Vikram S. Adve2002-03-241-1/+1
* Regression tests for DecomposeMultiDimRefs pass.Vikram S. Adve2002-03-243-0/+129
* Rename Method to FunctionChris Lattner2002-03-2339-164/+162
* Remove extranous forward declChris Lattner2002-03-231-1/+0
* Remove unneccesary forward definitionsChris Lattner2002-03-231-3/+0
* Add transition header fileChris Lattner2002-03-231-0/+8
* Update documentation, rename Method to Function, move typedef to Value.h for ...Chris Lattner2002-03-231-14/+12
* Change Method to FunctionChris Lattner2002-03-231-8/+6
* Add transition typedef to FunctionChris Lattner2002-03-231-0/+2
* New pass to convert Convert multi-dimensionalVikram S. Adve2002-03-231-0/+16
* Moved to Scalar/ directory.Vikram S. Adve2002-03-231-16/+0
* New pass to decompose multi-dimensional array references intoVikram S. Adve2002-03-231-0/+148
* Remove compilation of __main because we now link -lgcc into programsChris Lattner2002-03-221-5/+0
* Add an assertion that would hopefully catch a problem that was trippingChris Lattner2002-03-221-0/+2
* Fix bug test/Regression/Transforms/LevelRaise/2002-03-21-MissedRaise3.llChris Lattner2002-03-211-1/+1
* New testcaseChris Lattner2002-03-211-0/+23
* Fix test/Regression/Transforms/LevelRaise/2002-03-21-MissedRaise2.llChris Lattner2002-03-211-2/+1
* New testcaseChris Lattner2002-03-211-0/+32
* * AllocationInst ctor moved here from iMemory.hChris Lattner2002-03-211-0/+15