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