summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* MEGAPATCH checkin.Chris Lattner2002-06-2526-726/+654
* *** empty log message ***Chris Lattner2002-06-2543-684/+652
* Description of a large patch that I checked inChris Lattner2002-06-251-0/+72
* Simplify the code that adds passes so compilation can stop after any stepChris Lattner2002-06-251-29/+66
* * Update with MegaPatchChris Lattner2002-06-252-278/+250
* * Update to work with MegapatchChris Lattner2002-06-251-105/+153
* Remove DynamicConstantMerge pass, because it did not fit in with the PassChris Lattner2002-06-251-64/+27
* Remove "fixers" for problems in GCC generated code that cannot be generatedChris Lattner2002-06-251-187/+11
* Relocating Graph.hAnand Shukla2002-06-251-0/+465
* Test more thoroughlyChris Lattner2002-06-241-1/+9
* Expose the analyzerChris Lattner2002-06-241-0/+1
* Basic test of the inlinrChris Lattner2002-06-242-0/+23
* Testcase for unimplemented featureChris Lattner2002-06-241-0/+17
* Checkin descriptive noteChris Lattner2002-06-241-0/+15
* Mark some stuff as doneChris Lattner2002-06-101-5/+0
* New testcases for verifierChris Lattner2002-06-082-0/+23
* Fix constnessChris Lattner2002-06-051-1/+1
* Fix Constness problemsChris Lattner2002-06-051-13/+13
* Fix const problemsChris Lattner2002-06-051-4/+4
* Fix constness problemChris Lattner2002-06-051-2/+2
* Fix constness problems now that the cast operators preserve the constnessChris Lattner2002-06-052-5/+5
* * Be more typesafe: cast<x> now no longer discards constnessChris Lattner2002-06-041-61/+61
* Disable debugging outputChris Lattner2002-06-041-1/+1
* *** empty log message ***Chris Lattner2002-06-031-1/+1
* Allow const bb's to be checked for containment in a loopChris Lattner2002-06-031-1/+1
* Avoid deleting individual instructions until AFTER dead blocks have droppedChris Lattner2002-05-281-17/+20
* New testcase that is a distilled form of the other oneChris Lattner2002-05-282-1/+18
* New testcase that crashes ADCEChris Lattner2002-05-281-0/+54
* Simplify the interface to local dce and constpropChris Lattner2002-05-261-2/+2
* Simplify the interface to local DCE and Constant propChris Lattner2002-05-264-9/+9
* Support opaque type printing a little bit at leastChris Lattner2002-05-261-0/+2
* Do not remove type names that contain a .Chris Lattner2002-05-261-4/+0
* Fix "unimplemented features":Chris Lattner2002-05-241-6/+37
* Testcases to show what -funcresolve does.Chris Lattner2002-05-244-0/+70
* Run FuncResolve testsChris Lattner2002-05-241-2/+3
* Split the FunctionResolution pass out of CleanGCCOutput.cpp.Chris Lattner2002-05-242-218/+226
* Fix comments to reflect realityChris Lattner2002-05-241-4/+4
* Support programs that do not #include <malloc.h> or give a full prototypeChris Lattner2002-05-241-3/+42
* New testcase, to be inspected by handChris Lattner2002-05-231-0/+13
* No need to run dce with adce right behind!Chris Lattner2002-05-231-1/+0
* New testcaseChris Lattner2002-05-231-0/+14
* Make sure the extracted function has external linkage, so that it doesn'tChris Lattner2002-05-232-0/+6
* New testcaseChris Lattner2002-05-231-0/+9
* Fold add X, 0 for floating point types as wellChris Lattner2002-05-231-2/+1
* Fix bug: test/Regression/Transforms/ADCE/2002-05-23-ZeroArgPHITest.llChris Lattner2002-05-231-1/+4
* New testcaseChris Lattner2002-05-231-0/+33
* Convert RegClass::IsColorUsedArr from a dynamically allocated array toChris Lattner2002-05-2310-106/+90
* Add a new setSuccessor method to terminator instructionsChris Lattner2002-05-232-0/+19
* Implement DataTypes.h in terms of inttypes.hChris Lattner2002-05-231-0/+2
* Avoid creating the symbol table if we don't need it.Chris Lattner2002-05-221-2/+2