aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/bugpoint/ExtractFunction.cpp
AgeCommit message (Expand)AuthorFilesLines
2023-02-27[IPO] Remove various legacy passesArthur Eubanks1-1/+0
2022-11-23[NFC] Replaced BB->getInstList().{erase(),pop_front(),pop_back()} with eraseF...Vasileios Porpodas1-1/+1
2020-07-27Use llvm::is_contained where appropriate (NFC)Kazu Hirata1-1/+1
2019-09-30[bugpoint] Update runPasses to take ArrayRef instead of a pointer (NFC)Florian Hahn1-2/+1
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-05-14Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen1-3/+3
2018-04-24[bugpoint] Fix crash when testing for miscompilation.Rafael Espindola1-3/+3
2018-02-14Change the BugDriver to store the current module with std::unique_ptr.Rafael Espindola1-4/+4
2018-02-14Pass a module reference to CloneModule.Rafael Espindola1-2/+2
2018-02-09[bugpoint] Simplify reducers which can fail verification, NFCVedant Kumar1-3/+2
2018-01-23[llvm-extract] Support extracting basic blocksVolkan Keles1-3/+9
2017-11-16Convert another use of createUniqueFile to TempFile::create.Rafael Espindola1-17/+11
2017-09-23[Support] Rename tool_output_file to ToolOutputFile, NFCReid Kleckner1-1/+1
2017-05-09Suppress all uses of LLVM_END_WITH_NULL. NFC.Serge Guelton1-2/+1
2017-04-11[bugpoint] Also remove comdat's from externalized GVsHal Finkel1-0/+1
2016-09-02bugpoint: clang-format all of bugpoint. NFCJustin Bogner1-78/+78
2016-06-29[bugpoint] Simplify code by moving exception to only callerPhilip Reames1-1/+1
2016-06-15[Bugpoint] Erase comdat annotations after removing a global's initializer.Justin Lebar1-0/+2
2015-12-09Return std::unique_ptr from SplitFunctionsOutOfModule. NFC.Rafael Espindola1-11/+6
2015-12-08Return a std::unique_ptr from CloneModule. NFC.Rafael Espindola1-2/+2
2015-11-26[bugpoint] Fix "Alias must point to a definition" problemsHal Finkel1-2/+34
2015-10-20bugpoint: Remove implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith1-10/+8
2015-02-26Replace a few instances of NULL with nullptr.David Majnemer1-2/+2
2015-02-13[PM] Remove the old 'PassManager.h' header file at the top level ofChandler Carruth1-1/+1
2014-08-26Return a std::unique_ptr from parseInputFile and propagate. NFC.Rafael Espindola1-31/+14
2014-06-13Remove 'using std::error_code' from tools.Rafael Espindola1-2/+1
2014-06-12Don't use 'using std::error_code' in include/llvm.Rafael Espindola1-0/+1
2014-04-25[C++] Use 'nullptr'. Tools edition.Craig Topper1-11/+11
2014-04-21[Modules] Make Support/Debug.h modular. This requires it to not changeChandler Carruth1-0/+2
2014-01-13[cleanup] Move the Dominators.h and Verifier.h headers into the IRChandler Carruth1-1/+1
2014-01-09Put the functionality for printing a value to a raw_ostream as anChandler Carruth1-3/+2
2014-01-07Move the LLVM IR asm writer header files into the IR directory, as theyChandler Carruth1-1/+1
2013-07-05Add a createUniqueFile function and switch llvm's users of unique_file.Rafael Espindola1-2/+2
2013-06-17Don't use PathV1.h in ExtractFunction.cpp.Rafael Espindola1-19/+12
2013-06-13Don't use PathV1.h in Signals.h.Rafael Espindola1-1/+2
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth1-5/+5
2012-12-04Sort the #include lines for tools/...Chandler Carruth1-8/+8
2012-10-08Move TargetData to DataLayout.Micah Villmow1-1/+1
2012-05-04Move the CodeExtractor utility to a dedicated header file / source file,Chandler Carruth1-1/+1
2012-02-22Improve handling of blockaddresses in bugpoint when splitting a module. Patc...Eli Friedman1-6/+54
2011-11-15Remove all remaining uses of Value::getNameStr().Benjamin Kramer1-1/+1
2011-07-18land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner1-1/+1
2011-07-12Second attempt at de-constifying LLVM Types in FunctionType::get(),Jay Foad1-1/+1
2011-07-12Revert r134893 and r134888 (and related patches in other trees). It was causingBill Wendling1-1/+1
2011-07-11De-constify Types in StructType::get() and TargetData::getIntPtrType().Jay Foad1-1/+1
2011-07-09Land the long talked about "type system rewrite" patch. ThisChris Lattner1-2/+0
2011-06-20Revamp the "ConstantStruct::get" methods. Previously, these were scatteredChris Lattner1-6/+9
2010-11-29Merge System into Support.Michael J. Spencer1-2/+2
2010-10-13Be more consistent in using ValueToValueMapTy.Rafael Espindola1-3/+3
2010-10-07Move tool_output_file into its own file.Dan Gohman1-1/+1