summaryrefslogtreecommitdiff
path: root/tools/bugpoint/OptimizerDriver.cpp
Commit message (Expand)AuthorAge
* Don't leave dead bytecode.output files around if the optimizer/block extracto...Chris Lattner2004-05-12
* Fix a minor bug in runPassesOnChris Lattner2004-03-14
* Add a new "AutoDebugCrashes" optionChris Lattner2004-03-14
* Add new methodChris Lattner2004-03-14
* Don't crash if there are no passes in the PassesToRun listChris Lattner2004-02-18
* finegrainify namespacificationChris Lattner2004-01-14
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* fix file headersChris Lattner2003-10-20
* Added copyright header to all C++ source files.John Criswell2003-10-20
* Don't include <stdlib.h>.Brian Gaeke2003-10-10
* Fix spelling.Misha Brukman2003-10-10
* File-related functions moved to FileUtilities.h .Misha Brukman2003-08-07
* Re-grouped and alphabetized headers for easier reading and cleaner style.Misha Brukman2003-08-07
* Moved SystemUtils.h to include/Support and SystemUtils.cpp to lib/Support.Misha Brukman2003-08-07
* Fixed misspelling.Misha Brukman2003-07-21
* Give better information about how the passes crashChris Lattner2003-06-02
* Make sure to create a target data that matches the Module's target properties.Chris Lattner2003-04-24
* Remove support for "target data" pass ctorsChris Lattner2003-04-24
* Implement support for bugpoint to identify which FUNCTION an optimizationChris Lattner2003-04-24
* Allow creating of passes like levelraise which use a targetdata ctorChris Lattner2003-01-22
* Implement the start of the miscompilation detection stuffChris Lattner2002-12-23
* Initial checkin of bugpointChris Lattner2002-11-20