aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* More rules checked inChris Lattner2002-01-232-38/+47
* Failure.sh moved up a levelChris Lattner2002-01-233-4/+4
* Initial checkin of Makefile, just a dummy file for now.Chris Lattner2002-01-231-0/+2
* Initial checkinChris Lattner2002-01-232-0/+44
* Change test scripts so that they do not stop on failure, they just printChris Lattner2002-01-232-35/+40
* Initial checking of Failure.shChris Lattner2002-01-231-0/+7
* New minimal makefileChris Lattner2002-01-231-36/+2
* Removal of more unnecesary stuffChris Lattner2002-01-231-9/+5
* * Expose new command line arg --debug-pass for gccas and llc debuggingChris Lattner2002-01-231-9/+60
* Implement new DeadInstElmination passChris Lattner2002-01-231-1/+5
* Make it build with 2.95.3Chris Lattner2002-01-232-2/+2
* * Expose new pass DeadInstEliminationChris Lattner2002-01-231-0/+25
* Pull run() into Pass.cppChris Lattner2002-01-231-7/+3
* Add := to make stuff more efficientChris Lattner2002-01-232-22/+22
* In an amazing fit of stupidity, I flipped the conditional and didn't testChris Lattner2002-01-2210-18/+18
* Only run DeadInst elimination early, because it is quick and painless andChris Lattner2002-01-221-1/+1
* Moved to Programs/SingleSourceChris Lattner2002-01-221-30/+0
* Move some makefile stuff to subdirectoriesChris Lattner2002-01-221-48/+22
* These are unneccesary nowChris Lattner2002-01-222-8/+0
* Misc cleanups. Allocate ofstream statically, and use a pass to write out the...Chris Lattner2002-01-221-11/+7
* Oops, misnamed function, didn't override correctly, drat.Chris Lattner2002-01-221-1/+1
* Don't insert a useless castChris Lattner2002-01-221-2/+1
* Try again, now it works rightChris Lattner2002-01-221-1/+2
* Rename LowerAllocations.h to ChangeAllocations.h since it now contains theChris Lattner2002-01-224-4/+4
* Fix ordering dependency problemChris Lattner2002-01-221-1/+1
* Ooops, forgot to implement void PassManager::add(BasicBlockPass *BBP)Chris Lattner2002-01-221-6/+18
* Pull RaiseAllocations stuff out of the CleanGCC pass into it's own pass inChris Lattner2002-01-226-81/+103
* LowerAllocations is really a BasicBlock pass. Make it so.Chris Lattner2002-01-212-62/+57
* Move stuff out of the Optimizations directories into the appropriate TransformsChris Lattner2002-01-2119-92/+73
* Chuck fixed the GCC problems so this hack is now unneccesaryChris Lattner2002-01-213-3/+0
* Elminate an unused variableChris Lattner2002-01-211-1/+0
* Reenable warning now that Chuck fixed GCCChris Lattner2002-01-212-2/+2
* Eliminate opt libraryChris Lattner2002-01-216-8/+9
* Remove dead variableChris Lattner2002-01-211-1/+1
* Remove dead variable.Chris Lattner2002-01-211-1/+0
* Fix for problem that caused both HUGE and INVALID latencies to be negativeChris Lattner2002-01-211-1/+1
* Include all header files individually instead of this oneChris Lattner2002-01-211-42/+0
* Pull stuff out of opt namespaceChris Lattner2002-01-214-14/+0
* Rename SwapStructureContents -> IPO/SimpleStructMutationChris Lattner2002-01-213-6/+7
* Moved headerChris Lattner2002-01-211-1/+1
* Implementation of the new spiffy pass systemChris Lattner2002-01-211-0/+117
* Implement a more powerful, simpler, pass system. This pass system can figureChris Lattner2002-01-2132-208/+238
* Implement a more powerful, simpler, pass system. This pass system can figureChris Lattner2002-01-211-87/+118
* Add a path to LD_LIBRARY_PATH so that programs can find the stdC++ librariesChris Lattner2002-01-212-2/+2
* Oops lost a parenthesis somehow :(Chris Lattner2002-01-212-2/+2
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-20230-2440/+2368
* Add a note about endl semanticsChris Lattner2002-01-201-1/+15
* *** empty log message ***Ruchira Sasanka2002-01-081-2/+17
* Fixed a bug in spill cost estimationRuchira Sasanka2002-01-082-8/+12
* PhyRegAlloc.cpp: Added temp area resetting before every callRuchira Sasanka2002-01-074-4/+6