summaryrefslogtreecommitdiff
path: root/tools/bugpoint
Commit message (Expand)AuthorAge
* Use $(PLATFORMLIBDL) to selectively bring in -ldl only on those platforms whereBrian Gaeke2003-06-17
* Actually, change it to use explicit new/delete, which is more likely to beChris Lattner2003-06-16
* Remove usage of allocaChris Lattner2003-06-16
* Isolate machine-dependent use of <alloca.h> in "Support/Alloca.h",Brian Gaeke2003-06-16
* Remove stupid thinko that was preventing bugpoint from workingChris Lattner2003-06-02
* Give better information about how the passes crashChris Lattner2003-06-02
* Clarify BugDriver.cpp:BugDriver::ParseInputFile()'s return values in itsBrian Gaeke2003-05-23
* Allow disabling final cleanupsChris Lattner2003-05-21
* Increase odds that this won't bork thingsChris Lattner2003-05-21
* Print filename correctlyChris Lattner2003-05-12
* Make a comment more accurateChris Lattner2003-05-03
* Add support for debugging miscompilations with the use of the JIT or CBE!Chris Lattner2003-05-03
* Bugpoint is always verbose, eliminate optionChris Lattner2003-05-03
* The Grammar Police is out on patrol.Misha Brukman2003-05-03
* Add options to disable simplification with passes, in case one of them crashesChris Lattner2003-04-25
* Rename Kept -> SuffixChris Lattner2003-04-25
* Rename Kept -> SuffixChris Lattner2003-04-25
* Big programs have tons of global variable initializers, and most passes don't...Chris Lattner2003-04-25
* When cleaning up the final bytecode file, make sure to run DTE as wellChris Lattner2003-04-25
* Speed up convergence significantly and also reduce the size of testcases by m...Chris Lattner2003-04-24
* The big fix is this change:Chris Lattner2003-04-24
* Remove dead functionsChris Lattner2003-04-24
* Make sure that deleted functions have external linkageChris Lattner2003-04-24
* Use the list reducer to improve convergence speed and to support crashes thatChris Lattner2003-04-24
* Adjust to match new ListReducer interfaceChris Lattner2003-04-24
* Allow reducer interfaces to mutate the lists passed inChris Lattner2003-04-24
* Move function from Miscompilation.cppChris Lattner2003-04-24
* Move the ListReducer Class into it's own header file instead of living in Mis...Chris Lattner2003-04-24
* Allow bugpoint to try new an different methods for pruning down listsChris Lattner2003-04-24
* 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
* Print where reference output goesChris Lattner2003-04-23
* Allow specifying an input file for the program being executedChris Lattner2003-04-23
* Remove unnecessary &*Chris Lattner2003-04-23
* Make sure that intermediate code is verifier clean to avoid wierd problems.Chris Lattner2003-03-07
* * Reduce the number of useless bytecode files produced by bugpoint.Chris Lattner2003-02-28
* Fix build problem on sparcChris Lattner2003-01-29
* Make bugpoint *much* more powerful, giving it the capability to delete instru...Chris Lattner2003-01-23
* Allow creating of passes like levelraise which use a targetdata ctorChris Lattner2003-01-22
* Link in lots o librariesChris Lattner2003-01-14
* Fix compilation on GCC 3.2Chris Lattner2002-12-24
* New files for miscompilation detectionChris Lattner2002-12-23
* Implement the start of the miscompilation detection stuffChris Lattner2002-12-23
* Initial checkin of bugpointChris Lattner2002-11-20