aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Convert xforms over to use new pass structureChris Lattner2002-01-3011-23/+98
* Convert analyses over to new Pass frameworkChris Lattner2002-01-306-72/+206
* Checkin new pass framework. This one is more useful and automaticallyChris Lattner2002-01-302-67/+554
* Don't die on call instructions, which reference methodsChris Lattner2002-01-301-1/+1
* Add rule to build tar.gz file.Chris Lattner2002-01-301-0/+4
* Exclude doxygen docs from srcsChris Lattner2002-01-302-2/+2
* Check in GCC 3.02 compatiblity headers for GCC 2.95.3Chris Lattner2002-01-302-0/+4
* Make gcc tests depend on the part of GCC that actually gets updated.Chris Lattner2002-01-261-2/+3
* Remove extraneous #includesChris Lattner2002-01-263-3/+0
* Remove opt namespaceChris Lattner2002-01-262-7/+1
* Checkin support for building doxygen stuffChris Lattner2002-01-263-0/+1800
* Accept, but ignore -lfoo options.Chris Lattner2002-01-252-0/+8
* Testcase for SymbolTable.cpp bugChris Lattner2002-01-251-0/+11
* This checkin fixes the bug described in:Chris Lattner2002-01-251-19/+19
* Check in fix for bug: test/Regression/Assembler/ValueRefineAbsType.llChris Lattner2002-01-251-2/+4
* Check in testcase and fixChris Lattner2002-01-251-0/+24
* New testcase to ensure GCC doesn't emit type identifiers with spaces in themChris Lattner2002-01-241-0/+9
* Checkin testcase for bug recently fixedChris Lattner2002-01-241-0/+7
* Initial Checkin of gccldChris Lattner2002-01-242-0/+137
* Initial CheckinChris Lattner2002-01-231-0/+16
* Initial checkin of now fixed bugChris Lattner2002-01-231-0/+9
* Initial CheckinChris Lattner2002-01-231-0/+16
* Implement the clock() functionChris Lattner2002-01-231-0/+7
* 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