summaryrefslogtreecommitdiffstats
path: root/tools/bugpoint/ExtractFunction.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove the default value for ConstantStruct::get's isPacked parameter andNick Lewycky2009-09-191-2/+2
* Add -output-prefix option to bugpoint (to change the default output name).Daniel Dunbar2009-09-071-1/+2
* Make LLVM command-line tools overwrite their output files without -f.Dan Gohman2009-08-251-2/+1
* Prune #includes from llvm/Linker.h and llvm/System/Path.h,Chris Lattner2009-08-231-0/+1
* Change raw_fd_ostream to take flags as an optional bitmask Chris Lattner2009-08-231-3/+2
* Push LLVMContexts through the IntegerType APIs.Owen Anderson2009-08-131-2/+3
* Privatize the StructType table, which unfortunately involves routing contexts...Owen Anderson2009-08-051-1/+2
* Move a few more APIs back to 2.5 forms. The only remaining ones left to chan...Owen Anderson2009-07-311-1/+1
* Move more code back to 2.5 APIs.Owen Anderson2009-07-301-1/+1
* Move types back to the 2.5 API.Owen Anderson2009-07-291-2/+1
* Change ConstantArray to 2.5 API.Owen Anderson2009-07-281-1/+1
* Move ConstantStruct back to 2.5 API.Owen Anderson2009-07-271-1/+1
* Remove Value::setName(const char*, unsigned).Daniel Dunbar2009-07-261-2/+2
* Revert the ConstantInt constructors back to their 2.5 forms where possible, t...Owen Anderson2009-07-241-1/+1
* Switch to getNameStr().Daniel Dunbar2009-07-241-1/+1
* Get rid of the Pass+Context magic.Owen Anderson2009-07-221-1/+1
* Convert more tools code from cerr and cout to errs() and outs().Dan Gohman2009-07-161-10/+11
* Use errs() instead of std::cerr.Dan Gohman2009-07-151-7/+7
* Move EVER MORE stuff over to LLVMContext.Owen Anderson2009-07-141-4/+5
* #include "llvm/Assembly/Writer.h" to get the declaration for WriteAsOperand.Dan Gohman2009-07-131-0/+1
* Fix the build.Owen Anderson2009-07-131-0/+1
* Begin the painful process of tearing apart the rat'ss nest that is Constants....Owen Anderson2009-07-131-1/+1
* Switch GlobalVariable ctors to a sane API, where *either* a context or a modu...Owen Anderson2009-07-081-4/+4
* Push LLVMContext through GlobalVariables and IRBuilder.Owen Anderson2009-07-081-2/+4
* Use CloneModule's ValueMap in more places, instead of lookingDan Gohman2009-04-221-14/+18
* Add the private linkage.Rafael Espindola2009-01-151-1/+1
* Global variables beginning with \01 have special meaning on Darwin, so we nee...Owen Anderson2008-07-081-1/+4
* several multiple-retval fixes for bugpoint.Chris Lattner2008-04-281-1/+3
* 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