summaryrefslogtreecommitdiffstats
path: root/llvm/tools/bugpoint/OptimizerDriver.cpp
Commit message (Expand)AuthorAgeFilesLines
* [bugpoint] Update runPasses to take ArrayRef instead of a pointer (NFC)Florian Hahn2019-09-301-6/+4
* Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFCFangrui Song2019-08-051-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [bugpoint] Find 'opt', etc., in bugpoint directoryBrian Gesiak2018-12-101-1/+3
* Refactor ExecuteAndWait to take StringRefs.Zachary Turner2018-06-121-8/+7
* Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen2018-05-141-4/+4
* Change the BugDriver to store the current module with std::unique_ptr.Rafael Espindola2018-02-141-16/+14
* Pass a reference to a module to the bitcode writer.Rafael Espindola2018-02-141-3/+3
* [bugpoint] Report non-existent opt binaryVedant Kumar2018-02-091-0/+4
* [bugpoint] Delete a dead cl::opt (-child-output)Vedant Kumar2018-02-091-3/+0
* Remove redundant includes from tools.Michael Zolotukhin2017-12-131-4/+0
* Remove unnecessary code.Rafael Espindola2017-11-221-3/+0
* Convert another use of createUniqueFile to TempFile::create.Rafael Espindola2017-11-161-0/+10
* Convert another use of createUniqueFile to TempFile::create.Rafael Espindola2017-11-161-5/+0
* Convert a use of createUniqueFile to TempFile::create.Rafael Espindola2017-11-161-19/+20
* [Support] Rename tool_output_file to ToolOutputFile, NFCReid Kleckner2017-09-231-4/+4
* Convenience/safety fix for llvm::sys::Execute(And|No)WaitAlexander Kornienko2017-09-131-5/+7
* bugpoint: disabling symbolication of bugpoint-executed programsDavid Blaikie2017-06-091-2/+3
* Prefer static namespace-scoped variables over anon namespacing per style guideDavid Blaikie2017-06-011-6/+5
* Split Bitcode/ReaderWriter.h into separate reader and writer headersTeresa Johnson2016-11-111-1/+1
* bugpoint: clang-format all of bugpoint. NFCJustin Bogner2016-09-021-37/+37
* [bugpoint] Simplify code by moving exception to only callerPhilip Reames2016-06-291-8/+1
* uselistorder: Remove the global bitsDuncan P. N. Exon Smith2015-04-151-3/+7
* uselistorder: Pull the bit through WriteToBitcodFile()Duncan P. N. Exon Smith2015-04-151-2/+3
* [PM] Remove the old 'PassManager.h' header file at the top level ofChandler Carruth2015-02-131-1/+1
* Fix style.Michael J. Spencer2014-11-071-8/+6
* Use findProgramByName.Michael J. Spencer2014-11-041-7/+22
* Return a std::unique_ptr from parseInputFile and propagate. NFC.Rafael Espindola2014-08-261-8/+5
* Modernize raw_fd_ostream's constructor a bit.Rafael Espindola2014-08-251-5/+5
* 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-7/+7
* [Modules] Make Support/Debug.h modular. This requires it to not changeChandler Carruth2014-04-211-0/+2
* Replace the F_Binary flag with a F_Text one.Rafael Espindola2014-02-241-1/+1
* [cleanup] Move the Dominators.h and Verifier.h headers into the IRChandler Carruth2014-01-131-1/+1
* [bugpoint] Allow the user to specify the path to opt on the commandline.Michael Gottesman2013-08-051-1/+4
* Add a wrapper for open.Rafael Espindola2013-07-161-1/+1
* Add a createUniqueFile function and switch llvm's users of unique_file.Rafael Espindola2013-07-051-4/+4
* Add a version of unique_file that return just the file name.Rafael Espindola2013-06-181-10/+2
* Remove usage of PathV1.h from OptimizerDriver.cpp.Rafael Espindola2013-06-181-26/+32
* Convert some uses of eraseFromDisk.Rafael Espindola2013-06-181-3/+3
* Don't use PathV1.h in tools/bugpoint/Miscompilation.cpp.Rafael Espindola2013-06-181-11/+19
* Don't use PathV1.h in FileUtilities.h.Rafael Espindola2013-06-131-0/+1
* Avoid using PathV1.h in Program.h.Rafael Espindola2013-06-131-5/+5
* Have sys::FindProgramByName return a std::string.Rafael Espindola2013-06-131-3/+2
* Remove the program class.Rafael Espindola2013-06-121-5/+5
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-2/+2
* Sort the #include lines for tools/...Chandler Carruth2012-12-041-5/+5
* Move TargetData to DataLayout.Micah Villmow2012-10-081-1/+1
* Fix two bugpoint bugs:Chris Lattner2012-03-191-5/+7
OpenPOWER on IntegriCloud