summaryrefslogtreecommitdiffstats
path: root/llvm/tools/bugpoint/ExtractFunction.cpp
Commit message (Expand)AuthorAgeFilesLines
* [bugpoint] Update runPasses to take ArrayRef instead of a pointer (NFC)Florian Hahn2019-09-301-2/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen2018-05-141-3/+3
* [bugpoint] Fix crash when testing for miscompilation.Rafael Espindola2018-04-241-3/+3
* Change the BugDriver to store the current module with std::unique_ptr.Rafael Espindola2018-02-141-4/+4
* Pass a module reference to CloneModule.Rafael Espindola2018-02-141-2/+2
* [bugpoint] Simplify reducers which can fail verification, NFCVedant Kumar2018-02-091-3/+2
* [llvm-extract] Support extracting basic blocksVolkan Keles2018-01-231-3/+9
* Convert another use of createUniqueFile to TempFile::create.Rafael Espindola2017-11-161-17/+11
* [Support] Rename tool_output_file to ToolOutputFile, NFCReid Kleckner2017-09-231-1/+1
* Suppress all uses of LLVM_END_WITH_NULL. NFC.Serge Guelton2017-05-091-2/+1
* [bugpoint] Also remove comdat's from externalized GVsHal Finkel2017-04-111-0/+1
* bugpoint: clang-format all of bugpoint. NFCJustin Bogner2016-09-021-78/+78
* [bugpoint] Simplify code by moving exception to only callerPhilip Reames2016-06-291-1/+1
* [Bugpoint] Erase comdat annotations after removing a global's initializer.Justin Lebar2016-06-151-0/+2
* Return std::unique_ptr from SplitFunctionsOutOfModule. NFC.Rafael Espindola2015-12-091-11/+6
* Return a std::unique_ptr from CloneModule. NFC.Rafael Espindola2015-12-081-2/+2
* [bugpoint] Fix "Alias must point to a definition" problemsHal Finkel2015-11-261-2/+34
* bugpoint: Remove implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith2015-10-201-10/+8
* Replace a few instances of NULL with nullptr.David Majnemer2015-02-261-2/+2
* [PM] Remove the old 'PassManager.h' header file at the top level ofChandler Carruth2015-02-131-1/+1
* Return a std::unique_ptr from parseInputFile and propagate. NFC.Rafael Espindola2014-08-261-31/+14
* Remove 'using std::error_code' from tools.Rafael Espindola2014-06-131-2/+1
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-121-0/+1
* [C++] Use 'nullptr'. Tools edition.Craig Topper2014-04-251-11/+11
* [Modules] Make Support/Debug.h modular. This requires it to not changeChandler Carruth2014-04-211-0/+2
* [cleanup] Move the Dominators.h and Verifier.h headers into the IRChandler Carruth2014-01-131-1/+1
* Put the functionality for printing a value to a raw_ostream as anChandler Carruth2014-01-091-3/+2
* Move the LLVM IR asm writer header files into the IR directory, as theyChandler Carruth2014-01-071-1/+1
* 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
OpenPOWER on IntegriCloud