summaryrefslogtreecommitdiffstats
path: root/llvm/tools/bugpoint/ExtractFunction.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* I hate it when bugpoint is all ready to give me a bytecode file, then crashesChris Lattner2003-11-051-20/+30
| | | | | | | | | | | in final cleanups. Then you had to run the whole mess again with -disable-final-cleanups. This makes bugpoint run the cleanups in a protected environment so that if they crash, bugpoint itself doesn't crash. This makes things much happier, implements a FIXME, and gets rid of YABPO (yet another bugpoint option). llvm-svn: 9743
* Simplify the performFinalCleanups interfaceChris Lattner2003-11-051-6/+3
| | | | llvm-svn: 9740
* Fix an assertion failure in BugpointChris Lattner2003-10-231-0/+6
| | | | llvm-svn: 9406
* fix file headersChris Lattner2003-10-201-1/+0
| | | | llvm-svn: 9293
* Added copyright header to all C++ source files.John Criswell2003-10-201-0/+8
| | | | llvm-svn: 9291
* Check in the fix I meant to apply here, but mistakenly applied toBrian Gaeke2003-09-101-0/+1
| | | | | | tools/extract instead..... heh llvm-svn: 8464
* Re-grouped and alphabetized headers for easier reading and cleaner style.Misha Brukman2003-08-071-3/+3
| | | | llvm-svn: 7689
* If we're debugging the SimplifyCFG pass, we _REALLY_ don't want to use it forChris Lattner2003-08-051-3/+5
| | | | | | narrowing, no matter what. llvm-svn: 7596
* Parameterize the performFinalCleanups a bitChris Lattner2003-08-011-3/+3
| | | | llvm-svn: 7477
* Run dead arg elimination, and tell it that it's ok to hack up non-internal ↵Chris Lattner2003-06-251-0/+1
| | | | | | functions llvm-svn: 6896
* Allow disabling final cleanupsChris Lattner2003-05-211-1/+11
| | | | llvm-svn: 6271
* Increase odds that this won't bork thingsChris Lattner2003-05-211-0/+5
| | | | llvm-svn: 6267
* Add options to disable simplification with passes, in case one of them crashesChris Lattner2003-04-251-3/+16
| | | | llvm-svn: 5950
* When cleaning up the final bytecode file, make sure to run DTE as wellChris Lattner2003-04-251-1/+2
| | | | llvm-svn: 5917
* Remove dead functionsChris Lattner2003-04-241-28/+1
| | | | llvm-svn: 5913
* Make sure that intermediate code is verifier clean to avoid wierd problems.Chris Lattner2003-03-071-0/+5
| | | | llvm-svn: 5723
* * Reduce the number of useless bytecode files produced by bugpoint.Chris Lattner2003-02-281-0/+13
| | | | | | | - This also speeds it up as the bytecode writer isn't terribly fast. * Add a new cleanup pass after everything else to run -funcresolve -globaldce llvm-svn: 5668
* Make bugpoint *much* more powerful, giving it the capability to delete ↵Chris Lattner2003-01-231-2/+51
| | | | | | | | instructions out of a large function to reduce it. llvm-svn: 5408
* Initial checkin of bugpointChris Lattner2002-11-201-0/+34
llvm-svn: 4789
OpenPOWER on IntegriCloud