aboutsummaryrefslogtreecommitdiff
path: root/tools/bugpoint/ExtractFunction.cpp
AgeCommit message (Expand)Author
2009-09-19Remove the default value for ConstantStruct::get's isPacked parameter andNick Lewycky
2009-09-07Add -output-prefix option to bugpoint (to change the default output name).Daniel Dunbar
2009-08-25Make LLVM command-line tools overwrite their output files without -f.Dan Gohman
2009-08-23Prune #includes from llvm/Linker.h and llvm/System/Path.h,Chris Lattner
2009-08-23Change raw_fd_ostream to take flags as an optional bitmask Chris Lattner
2009-08-13Push LLVMContexts through the IntegerType APIs.Owen Anderson
2009-08-05Privatize the StructType table, which unfortunately involves routing contexts...Owen Anderson
2009-07-31Move a few more APIs back to 2.5 forms. The only remaining ones left to chan...Owen Anderson
2009-07-30Move more code back to 2.5 APIs.Owen Anderson
2009-07-29Move types back to the 2.5 API.Owen Anderson
2009-07-28Change ConstantArray to 2.5 API.Owen Anderson
2009-07-27Move ConstantStruct back to 2.5 API.Owen Anderson
2009-07-26Remove Value::setName(const char*, unsigned).Daniel Dunbar
2009-07-24Revert the ConstantInt constructors back to their 2.5 forms where possible, t...Owen Anderson
2009-07-24Switch to getNameStr().Daniel Dunbar
2009-07-22Get rid of the Pass+Context magic.Owen Anderson
2009-07-16Convert more tools code from cerr and cout to errs() and outs().Dan Gohman
2009-07-15Use errs() instead of std::cerr.Dan Gohman
2009-07-14Move EVER MORE stuff over to LLVMContext.Owen Anderson
2009-07-13#include "llvm/Assembly/Writer.h" to get the declaration for WriteAsOperand.Dan Gohman
2009-07-13Fix the build.Owen Anderson
2009-07-13Begin the painful process of tearing apart the rat'ss nest that is Constants....Owen Anderson
2009-07-08Switch GlobalVariable ctors to a sane API, where *either* a context or a modu...Owen Anderson
2009-07-08Push LLVMContext through GlobalVariables and IRBuilder.Owen Anderson
2009-04-22Use CloneModule's ValueMap in more places, instead of lookingDan Gohman
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