aboutsummaryrefslogtreecommitdiffstats
path: root/tools/bugpoint/ExtractFunction.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix PR1797Chris Lattner2008-01-081-0/+3
* remove attributions from tools.Chris Lattner2007-12-291-2/+2
* Allow the block extractor take to take a list of basic blocks to not extractNick Lewycky2007-11-141-3/+47
* Deleting redundant copy of block extractor pass. See also PR1775.Gordon Henriksen2007-11-051-51/+2
* Pretty straightforward replacement of "bytecode" by "bitcode"Gabor Greif2007-07-041-2/+2
* Drop 'const'Devang Patel2007-05-031-2/+2
* Use 'static const char' instead of 'static const int'.Devang Patel2007-05-021-2/+2
* Do not use typeinfo to identify pass in pass manager.Devang Patel2007-05-011-0/+4
* For PR411:Reid Spencer2007-02-051-5/+5
* For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoidReid Spencer2007-01-301-3/+3
* For PR950:Reid Spencer2006-12-311-1/+1
* For PR950:Reid Spencer2006-11-271-1/+1
* completely revert patrick's enhancement to bugpoint. Though it makes bugpointChris Lattner2006-11-091-123/+15
* For PR950:Reid Spencer2006-10-201-3/+3
* Code cleanups, no functionality change.Chris Lattner2006-08-291-36/+30
* eliminate RegisterOpt. It does the same thing as RegisterPass.Chris Lattner2006-08-271-1/+1
* Updating the comments above SplitFunctionsOutOfModule in ExtractFunction.cpp ...Patrick Jenkins2006-07-281-5/+0
* This commit improves bugpoints speed. On my G4 this changed caused kimwitu++ ...Patrick Jenkins2006-07-281-15/+132
* Don't pass target name into TargetData anymore, it is never used or needed.Chris Lattner2006-06-161-1/+1
* Remove dead return value.Chris Lattner2006-05-121-1/+1
* Fix a really annoying bug in bugpoint that made reducing C++ testcasesChris Lattner2006-03-081-4/+89
* add explicit #includes of iostreamChris Lattner2006-01-221-0/+1
* Remove trailing whitespaceMisha Brukman2005-04-221-5/+5
* Replace more a*'s with arg_*'s, thanks to Gabor Greif!Chris Lattner2005-03-151-2/+2
* Fix a bugpoint crash that JeffC noticed, looking like this:Chris Lattner2005-02-231-1/+2
* remove debugging codeChris Lattner2004-11-181-5/+3
* Make this code not depend on LinkModules leaving the second argument unmolested.Chris Lattner2004-11-161-1/+10
* 'Pass' should now not be derived from by clients. Instead, they should deriveChris Lattner2004-09-201-3/+3
* Changes For Bug 352Reid Spencer2004-09-011-3/+3
* If the block extractor fails, actually emit the bc file that failed to extractChris Lattner2004-08-121-1/+5
* These files don't need to include <iostream> since they include "Support/Debu...Brian Gaeke2004-07-211-1/+0
* Add #include <iostream> since Value.h does not include it any more.Reid Spencer2004-07-041-0/+1
* Implement basic block extraction for the miscompilation debugger. This still...Chris Lattner2004-05-111-0/+67
* Minor speedupChris Lattner2004-04-021-10/+5
* Fix a fairly nasty bug that prevented bugpoint from working quite right whenChris Lattner2004-04-021-1/+3
* Fix an inverted condition that causes us to think that loop extractionChris Lattner2004-03-171-1/+1
* After reducing a miscompiled program down to the functions which are beingChris Lattner2004-03-141-1/+5
* Refactor to use a new methodChris Lattner2004-03-141-39/+15
* Refactor and clean up a bunch more code. No major functionality changes.Chris Lattner2004-03-141-2/+4
* Add a method to extract a loopChris Lattner2004-03-141-1/+37
* add a fixmeChris Lattner2004-03-141-0/+5
* Refactor all of the "splitting a module into two pieces" code to avoidChris Lattner2004-03-141-0/+50
* Fix the "infinite looping unless you disable adce" bugChris Lattner2004-03-131-6/+0
* Make more stuff public. Make the instruction argument toChris Lattner2004-02-181-10/+11
* Do not leave a bunch of crud lying aroundChris Lattner2003-12-071-0/+2
* Do not DESTROY programs by default. No wonder bugpoint was not being useful ...Chris Lattner2003-11-231-11/+7
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+11
* I hate it when bugpoint is all ready to give me a bytecode file, then crashesChris Lattner2003-11-051-20/+30
* Simplify the performFinalCleanups interfaceChris Lattner2003-11-051-6/+3
* Fix an assertion failure in BugpointChris Lattner2003-10-231-0/+6