| Commit message (Expand) | Author | Age | Files | Lines |
* | Convert xforms over to use new pass structure | Chris Lattner | 2002-01-30 | 11 | -23/+98 |
* | Convert analyses over to new Pass framework | Chris Lattner | 2002-01-30 | 6 | -72/+206 |
* | Checkin new pass framework. This one is more useful and automatically | Chris Lattner | 2002-01-30 | 2 | -67/+554 |
* | Don't die on call instructions, which reference methods | Chris Lattner | 2002-01-30 | 1 | -1/+1 |
* | Add rule to build tar.gz file. | Chris Lattner | 2002-01-30 | 1 | -0/+4 |
* | Exclude doxygen docs from srcs | Chris Lattner | 2002-01-30 | 2 | -2/+2 |
* | Check in GCC 3.02 compatiblity headers for GCC 2.95.3 | Chris Lattner | 2002-01-30 | 2 | -0/+4 |
* | Make gcc tests depend on the part of GCC that actually gets updated. | Chris Lattner | 2002-01-26 | 1 | -2/+3 |
* | Remove extraneous #includes | Chris Lattner | 2002-01-26 | 3 | -3/+0 |
* | Remove opt namespace | Chris Lattner | 2002-01-26 | 2 | -7/+1 |
* | Checkin support for building doxygen stuff | Chris Lattner | 2002-01-26 | 3 | -0/+1800 |
* | Accept, but ignore -lfoo options. | Chris Lattner | 2002-01-25 | 2 | -0/+8 |
* | Testcase for SymbolTable.cpp bug | Chris Lattner | 2002-01-25 | 1 | -0/+11 |
* | This checkin fixes the bug described in: | Chris Lattner | 2002-01-25 | 1 | -19/+19 |
* | Check in fix for bug: test/Regression/Assembler/ValueRefineAbsType.ll | Chris Lattner | 2002-01-25 | 1 | -2/+4 |
* | Check in testcase and fix | Chris Lattner | 2002-01-25 | 1 | -0/+24 |
* | New testcase to ensure GCC doesn't emit type identifiers with spaces in them | Chris Lattner | 2002-01-24 | 1 | -0/+9 |
* | Checkin testcase for bug recently fixed | Chris Lattner | 2002-01-24 | 1 | -0/+7 |
* | Initial Checkin of gccld | Chris Lattner | 2002-01-24 | 2 | -0/+137 |
* | Initial Checkin | Chris Lattner | 2002-01-23 | 1 | -0/+16 |
* | Initial checkin of now fixed bug | Chris Lattner | 2002-01-23 | 1 | -0/+9 |
* | Initial Checkin | Chris Lattner | 2002-01-23 | 1 | -0/+16 |
* | Implement the clock() function | Chris Lattner | 2002-01-23 | 1 | -0/+7 |
* | 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 |