summaryrefslogtreecommitdiff
path: root/llvm/tools/bugpoint/ExtractFunction.cpp
AgeCommit message (Expand)Author
2025-11-20Revert "[NFC][bugpoint] Namespace cleanup in `bugpoint`" (#168961)Rahul Joshi
2025-11-20[NFC][bugpoint] Namespace cleanup in `bugpoint` (#168921)Rahul Joshi
2025-10-13[NFC][LLVM] Code cleanup in bugpoint (#162909)Rahul Joshi
2023-02-27[IPO] Remove various legacy passesArthur Eubanks
2022-11-23[NFC] Replaced BB->getInstList().{erase(),pop_front(),pop_back()} with eraseF...Vasileios Porpodas
2020-07-27Use llvm::is_contained where appropriate (NFC)Kazu Hirata
2019-09-30[bugpoint] Update runPasses to take ArrayRef instead of a pointer (NFC)Florian Hahn
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-05-14Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen
2018-04-24[bugpoint] Fix crash when testing for miscompilation.Rafael Espindola
2018-02-14Change the BugDriver to store the current module with std::unique_ptr.Rafael Espindola
2018-02-14Pass a module reference to CloneModule.Rafael Espindola
2018-02-09[bugpoint] Simplify reducers which can fail verification, NFCVedant Kumar
2018-01-23[llvm-extract] Support extracting basic blocksVolkan Keles
2017-11-16Convert another use of createUniqueFile to TempFile::create.Rafael Espindola
2017-09-23[Support] Rename tool_output_file to ToolOutputFile, NFCReid Kleckner
2017-05-09Suppress all uses of LLVM_END_WITH_NULL. NFC.Serge Guelton
2017-04-11[bugpoint] Also remove comdat's from externalized GVsHal Finkel
2016-09-02bugpoint: clang-format all of bugpoint. NFCJustin Bogner
2016-06-29[bugpoint] Simplify code by moving exception to only callerPhilip Reames
2016-06-15[Bugpoint] Erase comdat annotations after removing a global's initializer.Justin Lebar
2015-12-09Return std::unique_ptr from SplitFunctionsOutOfModule. NFC.Rafael Espindola
2015-12-08Return a std::unique_ptr from CloneModule. NFC.Rafael Espindola
2015-11-26[bugpoint] Fix "Alias must point to a definition" problemsHal Finkel
2015-10-20bugpoint: Remove implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith
2015-02-26Replace a few instances of NULL with nullptr.David Majnemer
2015-02-13[PM] Remove the old 'PassManager.h' header file at the top level ofChandler Carruth
2014-08-26Return a std::unique_ptr from parseInputFile and propagate. NFC.Rafael Espindola
2014-06-13Remove 'using std::error_code' from tools.Rafael Espindola
2014-06-12Don't use 'using std::error_code' in include/llvm.Rafael Espindola
2014-04-25[C++] Use 'nullptr'. Tools edition.Craig Topper
2014-04-21[Modules] Make Support/Debug.h modular. This requires it to not changeChandler Carruth
2014-01-13[cleanup] Move the Dominators.h and Verifier.h headers into the IRChandler Carruth
2014-01-09Put the functionality for printing a value to a raw_ostream as anChandler Carruth
2014-01-07Move the LLVM IR asm writer header files into the IR directory, as theyChandler Carruth
2013-07-05Add a createUniqueFile function and switch llvm's users of unique_file.Rafael Espindola
2013-06-17Don't use PathV1.h in ExtractFunction.cpp.Rafael Espindola
2013-06-13Don't use PathV1.h in Signals.h.Rafael Espindola
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth
2012-12-04Sort the #include lines for tools/...Chandler Carruth
2012-10-08Move TargetData to DataLayout.Micah Villmow
2012-05-04Move the CodeExtractor utility to a dedicated header file / source file,Chandler Carruth
2012-02-22Improve handling of blockaddresses in bugpoint when splitting a module. Patc...Eli Friedman
2011-11-15Remove all remaining uses of Value::getNameStr().Benjamin Kramer
2011-07-18land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner
2011-07-12Second attempt at de-constifying LLVM Types in FunctionType::get(),Jay Foad
2011-07-12Revert r134893 and r134888 (and related patches in other trees). It was causingBill Wendling
2011-07-11De-constify Types in StructType::get() and TargetData::getIntPtrType().Jay Foad
2011-07-09Land the long talked about "type system rewrite" patch. ThisChris Lattner
2011-06-20Revamp the "ConstantStruct::get" methods. Previously, these were scatteredChris Lattner