summaryrefslogtreecommitdiff
path: root/tools/bugpoint/ExtractFunction.cpp
Commit message (Expand)AuthorAge
* Global variables beginning with \01 have special meaning on Darwin, so we nee...Owen Anderson2008-07-08
* several multiple-retval fixes for bugpoint.Chris Lattner2008-04-28
* Fix PR1797Chris Lattner2008-01-08
* remove attributions from tools.Chris Lattner2007-12-29
* Allow the block extractor take to take a list of basic blocks to not extractNick Lewycky2007-11-14
* Deleting redundant copy of block extractor pass. See also PR1775.Gordon Henriksen2007-11-05
* Pretty straightforward replacement of "bytecode" by "bitcode"Gabor Greif2007-07-04
* Drop 'const'Devang Patel2007-05-03
* Use 'static const char' instead of 'static const int'.Devang Patel2007-05-02
* Do not use typeinfo to identify pass in pass manager.Devang Patel2007-05-01
* For PR411:Reid Spencer2007-02-05
* For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoidReid Spencer2007-01-30
* For PR950:Reid Spencer2006-12-31
* For PR950:Reid Spencer2006-11-27
* completely revert patrick's enhancement to bugpoint. Though it makes bugpointChris Lattner2006-11-09
* For PR950:Reid Spencer2006-10-20
* Code cleanups, no functionality change.Chris Lattner2006-08-29
* eliminate RegisterOpt. It does the same thing as RegisterPass.Chris Lattner2006-08-27
* Updating the comments above SplitFunctionsOutOfModule in ExtractFunction.cpp ...Patrick Jenkins2006-07-28
* This commit improves bugpoints speed. On my G4 this changed caused kimwitu++ ...Patrick Jenkins2006-07-28
* Don't pass target name into TargetData anymore, it is never used or needed.Chris Lattner2006-06-16
* 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