summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Eliminate SimplifyCFG.h file, pull everything into the UnifyMethodExitNodes c...Chris Lattner2002-01-312-12/+21
* Remove this file. Folded into UnifyMethodExitNodes passChris Lattner2002-01-311-27/+0
* MethodPass's are now guaranteed to not be run on external methods!Chris Lattner2002-01-315-9/+2
* Convert to use new Pass framework...Chris Lattner2002-01-311-45/+83
* PassManager is now in its own header fileChris Lattner2002-01-311-2/+2
* PassManager is now in it's own header fileChris Lattner2002-01-311-0/+1
* Convert analyze over to use new pass framework for its analysesChris Lattner2002-01-311-148/+192
* Implement new pass frameworkChris Lattner2002-01-311-132/+125
* Convert xforms over to new pass structure.Chris Lattner2002-01-319-54/+115
* If an invalid alternative is listed for an argument, print the valid optionsChris Lattner2002-01-312-6/+24
* Convert analyses to new pass structureChris Lattner2002-01-319-115/+232
* Implement loop depth calculation in terms of dominators instead of intervalsChris Lattner2002-01-311-28/+29
* LoopDepth calculation is now in CFG namespaceChris Lattner2002-01-312-2/+2
* Implement LoopDepth calculation in terms of dominators instead of intervalsChris Lattner2002-01-311-7/+19
* Fix bug where we didn't initialize and finalize basic block passesChris Lattner2002-01-311-6/+22
* Forgot to forceChris Lattner2002-01-311-1/+1
* Testcase broken - Entry node of method cannot have predecessors!Chris Lattner2002-01-311-1/+3
* 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