summaryrefslogtreecommitdiff
path: root/tools/bugpoint/ExtractFunction.cpp
Commit message (Expand)AuthorAge
* Remove dead return value.Chris Lattner2006-05-12
* Fix a really annoying bug in bugpoint that made reducing C++ testcasesChris Lattner2006-03-08
* add explicit #includes of iostreamChris Lattner2006-01-22
* Remove trailing whitespaceMisha Brukman2005-04-22
* Replace more a*'s with arg_*'s, thanks to Gabor Greif!Chris Lattner2005-03-15
* Fix a bugpoint crash that JeffC noticed, looking like this:Chris Lattner2005-02-23
* remove debugging codeChris Lattner2004-11-18
* Make this code not depend on LinkModules leaving the second argument unmolested.Chris Lattner2004-11-16
* 'Pass' should now not be derived from by clients. Instead, they should deriveChris Lattner2004-09-20
* Changes For Bug 352Reid Spencer2004-09-01
* If the block extractor fails, actually emit the bc file that failed to extractChris Lattner2004-08-12
* These files don't need to include <iostream> since they include "Support/Debu...Brian Gaeke2004-07-21
* Add #include <iostream> since Value.h does not include it any more.Reid Spencer2004-07-04
* Implement basic block extraction for the miscompilation debugger. This still...Chris Lattner2004-05-11
* Minor speedupChris Lattner2004-04-02
* Fix a fairly nasty bug that prevented bugpoint from working quite right whenChris Lattner2004-04-02
* Fix an inverted condition that causes us to think that loop extractionChris Lattner2004-03-17
* After reducing a miscompiled program down to the functions which are beingChris Lattner2004-03-14
* Refactor to use a new methodChris Lattner2004-03-14
* Refactor and clean up a bunch more code. No major functionality changes.Chris Lattner2004-03-14
* Add a method to extract a loopChris Lattner2004-03-14
* add a fixmeChris Lattner2004-03-14
* Refactor all of the "splitting a module into two pieces" code to avoidChris Lattner2004-03-14
* Fix the "infinite looping unless you disable adce" bugChris Lattner2004-03-13
* Make more stuff public. Make the instruction argument toChris Lattner2004-02-18
* Do not leave a bunch of crud lying aroundChris Lattner2003-12-07
* Do not DESTROY programs by default. No wonder bugpoint was not being useful ...Chris Lattner2003-11-23
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* I hate it when bugpoint is all ready to give me a bytecode file, then crashesChris Lattner2003-11-05
* Simplify the performFinalCleanups interfaceChris Lattner2003-11-05
* Fix an assertion failure in BugpointChris Lattner2003-10-23
* fix file headersChris Lattner2003-10-20
* Added copyright header to all C++ source files.John Criswell2003-10-20
* Check in the fix I meant to apply here, but mistakenly applied toBrian Gaeke2003-09-10
* Re-grouped and alphabetized headers for easier reading and cleaner style.Misha Brukman2003-08-07
* If we're debugging the SimplifyCFG pass, we _REALLY_ don't want to use it forChris Lattner2003-08-05
* Parameterize the performFinalCleanups a bitChris Lattner2003-08-01
* Run dead arg elimination, and tell it that it's ok to hack up non-internal fu...Chris Lattner2003-06-25
* Allow disabling final cleanupsChris Lattner2003-05-21
* Increase odds that this won't bork thingsChris Lattner2003-05-21
* Add options to disable simplification with passes, in case one of them crashesChris Lattner2003-04-25
* When cleaning up the final bytecode file, make sure to run DTE as wellChris Lattner2003-04-25
* Remove dead functionsChris Lattner2003-04-24
* 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
* Make bugpoint *much* more powerful, giving it the capability to delete instru...Chris Lattner2003-01-23
* Initial checkin of bugpointChris Lattner2002-11-20