aboutsummaryrefslogtreecommitdiff
path: root/tools/bugpoint/ExtractFunction.cpp
AgeCommit message (Expand)Author
2009-01-15Add the private linkage.Rafael Espindola
2008-07-08Global variables beginning with \01 have special meaning on Darwin, so we nee...Owen Anderson
2008-04-28several multiple-retval fixes for bugpoint.Chris Lattner
2008-01-08Fix PR1797Chris Lattner
2007-12-29remove attributions from tools.Chris Lattner
2007-11-14Allow the block extractor take to take a list of basic blocks to not extractNick Lewycky
2007-11-05Deleting redundant copy of block extractor pass. See also PR1775.Gordon Henriksen
2007-07-04Pretty straightforward replacement of "bytecode" by "bitcode"Gabor Greif
2007-05-03Drop 'const'Devang Patel
2007-05-02Use 'static const char' instead of 'static const int'.Devang Patel
2007-05-01Do not use typeinfo to identify pass in pass manager.Devang Patel
2007-02-05For PR411:Reid Spencer
2007-01-30For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoidReid Spencer
2006-12-31For PR950:Reid Spencer
2006-11-27For PR950:Reid Spencer
2006-11-09completely revert patrick's enhancement to bugpoint. Though it makes bugpointChris Lattner
2006-10-20For PR950:Reid Spencer
2006-08-29Code cleanups, no functionality change.Chris Lattner
2006-08-27eliminate RegisterOpt. It does the same thing as RegisterPass.Chris Lattner
2006-07-28Updating the comments above SplitFunctionsOutOfModule in ExtractFunction.cpp ...Patrick Jenkins
2006-07-28This commit improves bugpoints speed. On my G4 this changed caused kimwitu++ ...Patrick Jenkins
2006-06-16Don't pass target name into TargetData anymore, it is never used or needed.Chris Lattner
2006-05-12Remove dead return value.Chris Lattner
2006-03-08Fix a really annoying bug in bugpoint that made reducing C++ testcasesChris Lattner
2006-01-22add explicit #includes of iostreamChris Lattner
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