summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* MEGAPATCH checkin.Chris Lattner2002-06-2524-705/+634
* *** empty log message ***Chris Lattner2002-06-2520-408/+342
* * 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
* Fix constnessChris Lattner2002-06-051-1/+1
* Fix Constness problemsChris Lattner2002-06-051-13/+13
* 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
* Avoid deleting individual instructions until AFTER dead blocks have droppedChris Lattner2002-05-281-17/+20
* 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
* 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
* 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
* Convert RegClass::IsColorUsedArr from a dynamically allocated array toChris Lattner2002-05-238-95/+79
* Avoid creating the symbol table if we don't need it.Chris Lattner2002-05-221-2/+2
* Support function declarations with either %XXX or "XXX" style for nowChris Lattner2002-05-221-2/+4
* Print out function name with % style instead of "" styleChris Lattner2002-05-221-2/+2
* Convert code to use the DEBUG macro so that debug code can simply beChris Lattner2002-05-225-197/+147
* Fix and implement ADCE to finally work!Chris Lattner2002-05-221-136/+159
* Convert transforms over to standardize debugging output on -debug optionChris Lattner2002-05-223-76/+26
* Use the new DEBUG(x) macro to allow debugging code to be enabled on the comma...Chris Lattner2002-05-224-62/+36
* Move debug options out of header files so that the header does not haveChris Lattner2002-05-228-20/+28
* Move the DEBUG_LV option out of the public header file into a private header.Chris Lattner2002-05-222-0/+18
* Avoid #including CommandLine.hChris Lattner2002-05-222-8/+4
* Implement a new command line option, -debug, which is meant to unify all ofChris Lattner2002-05-221-0/+3
* Add ability to update existing variables with values read from the command lineChris Lattner2002-05-221-1/+1
* Fix bug: test/Regression/Transforms/SCCP/2002-05-21-InvalidSimplify.llChris Lattner2002-05-221-12/+12
* * Fix typeoChris Lattner2002-05-212-2/+4
* Add implementation of SimplifyCFGChris Lattner2002-05-211-0/+198
* New CFG Simplification pass: removed from the old DCE passChris Lattner2002-05-211-0/+100
* Simplify interface to ConstantFoldTerminatorChris Lattner2002-05-211-3/+3
* Fix bug: test/Regression/Transforms/CFGSimplify/2002-05-21-PHIElimination.llChris Lattner2002-05-211-4/+21
* Fix bug: test/Regression/CBackend/2002-05-21-MissingReturn.llChris Lattner2002-05-212-2/+6
* Fixed the makefile to not die when compiling a new, empty, source directoryMehwish Nagda2002-05-211-0/+3
* * Change commandline options a bit to be nicerChris Lattner2002-05-201-42/+47
* Hide debugging optionsChris Lattner2002-05-208-8/+8
* Remove explicit support for tracing code. It should be linked into theChris Lattner2002-05-201-43/+10
* Remove tracing code hackChris Lattner2002-05-201-1/+1
* Fix bug: test/Regression/Transforms/SCCP/2002-05-20-MissedIncomingValue.llChris Lattner2002-05-201-1/+11