| Commit message (Expand) | Author | Age | Files | Lines |
* | More rules checked in | Chris Lattner | 2002-01-23 | 2 | -38/+47 |
* | Failure.sh moved up a level | Chris Lattner | 2002-01-23 | 3 | -4/+4 |
* | Initial checkin of Makefile, just a dummy file for now. | Chris Lattner | 2002-01-23 | 1 | -0/+2 |
* | Initial checkin | Chris Lattner | 2002-01-23 | 2 | -0/+44 |
* | Change test scripts so that they do not stop on failure, they just print | Chris Lattner | 2002-01-23 | 2 | -35/+40 |
* | Initial checking of Failure.sh | Chris Lattner | 2002-01-23 | 1 | -0/+7 |
* | New minimal makefile | Chris Lattner | 2002-01-23 | 1 | -36/+2 |
* | Removal of more unnecesary stuff | Chris Lattner | 2002-01-23 | 1 | -9/+5 |
* | * Expose new command line arg --debug-pass for gccas and llc debugging | Chris Lattner | 2002-01-23 | 1 | -9/+60 |
* | Implement new DeadInstElmination pass | Chris Lattner | 2002-01-23 | 1 | -1/+5 |
* | Make it build with 2.95.3 | Chris Lattner | 2002-01-23 | 2 | -2/+2 |
* | * Expose new pass DeadInstElimination | Chris Lattner | 2002-01-23 | 1 | -0/+25 |
* | Pull run() into Pass.cpp | Chris Lattner | 2002-01-23 | 1 | -7/+3 |
* | Add := to make stuff more efficient | Chris Lattner | 2002-01-23 | 2 | -22/+22 |
* | In an amazing fit of stupidity, I flipped the conditional and didn't test | Chris Lattner | 2002-01-22 | 10 | -18/+18 |
* | Only run DeadInst elimination early, because it is quick and painless and | Chris Lattner | 2002-01-22 | 1 | -1/+1 |
* | Moved to Programs/SingleSource | Chris Lattner | 2002-01-22 | 1 | -30/+0 |
* | Move some makefile stuff to subdirectories | Chris Lattner | 2002-01-22 | 1 | -48/+22 |
* | These are unneccesary now | Chris Lattner | 2002-01-22 | 2 | -8/+0 |
* | Misc cleanups. Allocate ofstream statically, and use a pass to write out the... | Chris Lattner | 2002-01-22 | 1 | -11/+7 |
* | Oops, misnamed function, didn't override correctly, drat. | Chris Lattner | 2002-01-22 | 1 | -1/+1 |
* | Don't insert a useless cast | Chris Lattner | 2002-01-22 | 1 | -2/+1 |
* | Try again, now it works right | Chris Lattner | 2002-01-22 | 1 | -1/+2 |
* | Rename LowerAllocations.h to ChangeAllocations.h since it now contains the | Chris Lattner | 2002-01-22 | 4 | -4/+4 |
* | Fix ordering dependency problem | Chris Lattner | 2002-01-22 | 1 | -1/+1 |
* | Ooops, forgot to implement void PassManager::add(BasicBlockPass *BBP) | Chris Lattner | 2002-01-22 | 1 | -6/+18 |
* | Pull RaiseAllocations stuff out of the CleanGCC pass into it's own pass in | Chris Lattner | 2002-01-22 | 6 | -81/+103 |
* | LowerAllocations is really a BasicBlock pass. Make it so. | Chris Lattner | 2002-01-21 | 2 | -62/+57 |
* | Move stuff out of the Optimizations directories into the appropriate Transforms | Chris Lattner | 2002-01-21 | 19 | -92/+73 |
* | Chuck fixed the GCC problems so this hack is now unneccesary | Chris Lattner | 2002-01-21 | 3 | -3/+0 |
* | Elminate an unused variable | Chris Lattner | 2002-01-21 | 1 | -1/+0 |
* | Reenable warning now that Chuck fixed GCC | Chris Lattner | 2002-01-21 | 2 | -2/+2 |
* | Eliminate opt library | Chris Lattner | 2002-01-21 | 6 | -8/+9 |
* | Remove dead variable | Chris Lattner | 2002-01-21 | 1 | -1/+1 |
* | Remove dead variable. | Chris Lattner | 2002-01-21 | 1 | -1/+0 |
* | Fix for problem that caused both HUGE and INVALID latencies to be negative | Chris Lattner | 2002-01-21 | 1 | -1/+1 |
* | Include all header files individually instead of this one | Chris Lattner | 2002-01-21 | 1 | -42/+0 |
* | Pull stuff out of opt namespace | Chris Lattner | 2002-01-21 | 4 | -14/+0 |
* | Rename SwapStructureContents -> IPO/SimpleStructMutation | Chris Lattner | 2002-01-21 | 3 | -6/+7 |
* | Moved header | Chris Lattner | 2002-01-21 | 1 | -1/+1 |
* | Implementation of the new spiffy pass system | Chris Lattner | 2002-01-21 | 1 | -0/+117 |
* | Implement a more powerful, simpler, pass system. This pass system can figure | Chris Lattner | 2002-01-21 | 32 | -208/+238 |
* | Implement a more powerful, simpler, pass system. This pass system can figure | Chris Lattner | 2002-01-21 | 1 | -87/+118 |
* | Add a path to LD_LIBRARY_PATH so that programs can find the stdC++ libraries | Chris Lattner | 2002-01-21 | 2 | -2/+2 |
* | Oops lost a parenthesis somehow :( | Chris Lattner | 2002-01-21 | 2 | -2/+2 |
* | Changes to build successfully with GCC 3.02 | Chris Lattner | 2002-01-20 | 230 | -2440/+2368 |
* | Add a note about endl semantics | Chris Lattner | 2002-01-20 | 1 | -1/+15 |
* | *** empty log message *** | Ruchira Sasanka | 2002-01-08 | 1 | -2/+17 |
* | Fixed a bug in spill cost estimation | Ruchira Sasanka | 2002-01-08 | 2 | -8/+12 |
* | PhyRegAlloc.cpp: Added temp area resetting before every call | Ruchira Sasanka | 2002-01-07 | 4 | -4/+6 |