aboutsummaryrefslogtreecommitdiffstats
path: root/tools/bugpoint/ExtractFunction.cpp
Commit message (Expand)AuthorAgeFilesLines
* Be more consistent in using ValueToValueMapTy.Rafael Espindola2010-10-131-3/+3
* Move tool_output_file into its own file.Dan Gohman2010-10-071-1/+1
* Make tool_output_file's raw_ostream instance a member variable insteadDan Gohman2010-09-011-5/+5
* Convert tools to use tool_output_file, and introduce errorDan Gohman2010-08-201-1/+9
* Use RunPassesOn as in the rest of bugpoint.Rafael Espindola2010-08-101-17/+17
* Most of bugpoint now only needs to know the pass names.Rafael Espindola2010-08-081-16/+9
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-061-1/+2
* Revert r110396 to fix buildbots.Owen Anderson2010-08-061-2/+1
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-051-1/+2
* The BlockExtractorPass() constructor was not reading the BlockFile and that wasRafael Espindola2010-07-311-2/+1
* Do not pass a copy of the value map, pass a reference to it.Duncan Sands2010-07-301-1/+1
* Instead of abusing swapProgramIn, just add a Module argument toRafael Espindola2010-07-281-12/+4
* Speculatively revert r108813, in an attempt to get the self-host buildbots wo...Owen Anderson2010-07-201-5/+5
* Reapply r108794, a fix for the failing test from last time.Owen Anderson2010-07-201-5/+5
* Revert r108794, "Separate PassInfo into two classes: a constructor-freeDaniel Dunbar2010-07-201-5/+5
* Separate PassInfo into two classes: a constructor-free superclass (StaticPass...Owen Anderson2010-07-201-5/+5
* Use ValueMap instead of DenseMap.Devang Patel2010-06-241-9/+9
* Run dead type elimination after dead argument elimination.Dan Gohman2010-06-071-1/+2
* Use ->isVoidTy().Dan Gohman2010-06-071-1/+1
* No need to special-case structs here; structs are first-class now.Dan Gohman2010-06-041-3/+1
* Eliminate some unnessary Path::exists() calls.Dan Gohman2010-05-271-2/+1
* There are two ways of checking for a given type, for example isa<PointerType>(T)Duncan Sands2010-02-161-1/+1
* Replace strcpy with memcpy when we have the length around anyway.Benjamin Kramer2010-01-281-6/+2
* 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