aboutsummaryrefslogtreecommitdiffstats
path: root/tools/bugpoint/ExtractFunction.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-3/+3
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-31/+14
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-1/+1
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-11/+13
* Update to LLVM 3.5a.Stephen Hines2014-04-241-4/+3
* Add a createUniqueFile function and switch llvm's users of unique_file.Rafael Espindola2013-07-051-2/+2
* Don't use PathV1.h in ExtractFunction.cpp.Rafael Espindola2013-06-171-19/+12
* Don't use PathV1.h in Signals.h.Rafael Espindola2013-06-131-1/+2
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-5/+5
* Sort the #include lines for tools/...Chandler Carruth2012-12-041-8/+8
* Move TargetData to DataLayout.Micah Villmow2012-10-081-1/+1
* Move the CodeExtractor utility to a dedicated header file / source file,Chandler Carruth2012-05-041-1/+1
* Improve handling of blockaddresses in bugpoint when splitting a module. Patc...Eli Friedman2012-02-221-6/+54
* Remove all remaining uses of Value::getNameStr().Benjamin Kramer2011-11-151-1/+1
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-181-1/+1
* Second attempt at de-constifying LLVM Types in FunctionType::get(),Jay Foad2011-07-121-1/+1
* Revert r134893 and r134888 (and related patches in other trees). It was causingBill Wendling2011-07-121-1/+1
* De-constify Types in StructType::get() and TargetData::getIntPtrType().Jay Foad2011-07-111-1/+1
* Land the long talked about "type system rewrite" patch. ThisChris Lattner2011-07-091-2/+0
* Revamp the "ConstantStruct::get" methods. Previously, these were scatteredChris Lattner2011-06-201-6/+9
* Merge System into Support.Michael J. Spencer2010-11-291-2/+2
* 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