summaryrefslogtreecommitdiff
path: root/tools/bugpoint/ExtractFunction.cpp
Commit message (Expand)AuthorAge
...
* Move types back to the 2.5 API.Owen Anderson2009-07-29
* Change ConstantArray to 2.5 API.Owen Anderson2009-07-28
* Move ConstantStruct back to 2.5 API.Owen Anderson2009-07-27
* Remove Value::setName(const char*, unsigned).Daniel Dunbar2009-07-26
* Revert the ConstantInt constructors back to their 2.5 forms where possible, t...Owen Anderson2009-07-24
* Switch to getNameStr().Daniel Dunbar2009-07-24
* Get rid of the Pass+Context magic.Owen Anderson2009-07-22
* Convert more tools code from cerr and cout to errs() and outs().Dan Gohman2009-07-16
* Use errs() instead of std::cerr.Dan Gohman2009-07-15
* Move EVER MORE stuff over to LLVMContext.Owen Anderson2009-07-14
* #include "llvm/Assembly/Writer.h" to get the declaration for WriteAsOperand.Dan Gohman2009-07-13
* Fix the build.Owen Anderson2009-07-13
* Begin the painful process of tearing apart the rat'ss nest that is Constants....Owen Anderson2009-07-13
* Switch GlobalVariable ctors to a sane API, where *either* a context or a modu...Owen Anderson2009-07-08
* Push LLVMContext through GlobalVariables and IRBuilder.Owen Anderson2009-07-08
* Use CloneModule's ValueMap in more places, instead of lookingDan Gohman2009-04-22
* Add the private linkage.Rafael Espindola2009-01-15
* 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