summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* added include<iostream> for cerrAnand Shukla2002-06-25
* changes to make it compatible with 64bit gccAnand Shukla2002-06-25
* additions and bug fixesAnand Shukla2002-06-25
* added include<iostream> for cerrAnand Shukla2002-06-25
* changes to make it compatible with 64bit gccAnand Shukla2002-06-25
* changes to make it compatible with 64bit gccAnand Shukla2002-06-25
* changes to make it compatible with 64bit gccAnand Shukla2002-06-25
* changes to make it compatible with 64bit gccAnand Shukla2002-06-25
* minor change in removing endlAnand Shukla2002-06-25
* changes to make it compatible with 64bit gccAnand Shukla2002-06-25
* MEGAPATCH checkin.Chris Lattner2002-06-25
* MEGAPATCH checkin.Chris Lattner2002-06-25
* *** empty log message ***Chris Lattner2002-06-25
* * Update with MegaPatchChris Lattner2002-06-25
* * Update to work with MegapatchChris Lattner2002-06-25
* Remove DynamicConstantMerge pass, because it did not fit in with the PassChris Lattner2002-06-25
* Remove "fixers" for problems in GCC generated code that cannot be generatedChris Lattner2002-06-25
* Relocating Graph.hAnand Shukla2002-06-25
* Fix constnessChris Lattner2002-06-05
* Fix Constness problemsChris Lattner2002-06-05
* Fix constness problemChris Lattner2002-06-05
* Fix constness problems now that the cast operators preserve the constnessChris Lattner2002-06-05
* * Be more typesafe: cast<x> now no longer discards constnessChris Lattner2002-06-04
* Disable debugging outputChris Lattner2002-06-04
* *** empty log message ***Chris Lattner2002-06-03
* Avoid deleting individual instructions until AFTER dead blocks have droppedChris Lattner2002-05-28
* Simplify the interface to local DCE and Constant propChris Lattner2002-05-26
* Support opaque type printing a little bit at leastChris Lattner2002-05-26
* Do not remove type names that contain a .Chris Lattner2002-05-26
* Fix "unimplemented features":Chris Lattner2002-05-24
* Split the FunctionResolution pass out of CleanGCCOutput.cpp.Chris Lattner2002-05-24
* Fix comments to reflect realityChris Lattner2002-05-24
* Support programs that do not #include <malloc.h> or give a full prototypeChris Lattner2002-05-24
* Fold add X, 0 for floating point types as wellChris Lattner2002-05-23
* Fix bug: test/Regression/Transforms/ADCE/2002-05-23-ZeroArgPHITest.llChris Lattner2002-05-23
* Convert RegClass::IsColorUsedArr from a dynamically allocated array toChris Lattner2002-05-23
* Avoid creating the symbol table if we don't need it.Chris Lattner2002-05-22
* Support function declarations with either %XXX or "XXX" style for nowChris Lattner2002-05-22
* Print out function name with % style instead of "" styleChris Lattner2002-05-22
* Convert code to use the DEBUG macro so that debug code can simply beChris Lattner2002-05-22
* Fix and implement ADCE to finally work!Chris Lattner2002-05-22
* Convert transforms over to standardize debugging output on -debug optionChris Lattner2002-05-22
* Use the new DEBUG(x) macro to allow debugging code to be enabled on the comma...Chris Lattner2002-05-22
* Move debug options out of header files so that the header does not haveChris Lattner2002-05-22
* Move the DEBUG_LV option out of the public header file into a private header.Chris Lattner2002-05-22
* Avoid #including CommandLine.hChris Lattner2002-05-22
* Implement a new command line option, -debug, which is meant to unify all ofChris Lattner2002-05-22
* Add ability to update existing variables with values read from the command lineChris Lattner2002-05-22
* Fix bug: test/Regression/Transforms/SCCP/2002-05-21-InvalidSimplify.llChris Lattner2002-05-22
* * Fix typeoChris Lattner2002-05-21