summaryrefslogtreecommitdiff
path: root/tools/bugpoint/OptimizerDriver.cpp
Commit message (Expand)AuthorAge
* 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