summaryrefslogtreecommitdiffstats
path: root/llvm/tools/bugpoint/OptimizerDriver.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Have Program::Wait return -2 for crashed and timeouts instead of embeddingAndrew Trick2011-05-211-1/+1
* fit in 80 cols.Chris Lattner2011-02-241-1/+2
* Merge System into Support.Michael J. Spencer2010-11-291-2/+2
* Rename FindExecutable to PrependMainExecutablePath.Mikhail Glushenkov2010-11-031-1/+2
* 80-col violations, trailing whitespace.Mikhail Glushenkov2010-11-031-4/+4
* Check for (unlikely) errors from FindExecutable.Dan Gohman2010-10-291-1/+8
* Delete this obsolete comment.Dan Gohman2010-10-291-4/+0
* 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-8/+8
* Apply "Win32's Hybrid path separator in argv[0] should be accepted to bugpoint",Chris Lattner2010-08-241-10/+3
* Convert tools to use tool_output_file, and introduce errorDan Gohman2010-08-201-8/+20
* Add a opt-args option that can be used to pass arguments to every optRafael Espindola2010-08-081-0/+6
* Most of bugpoint now only needs to know the pass names.Rafael Espindola2010-08-081-4/+4
* Run opt instead of bugpoint itself.Rafael Espindola2010-08-071-35/+19
* Revert bugpoint change due to buildbot breakage.Bob Wilson2010-08-051-19/+35
* Run opt instead of bugpoint itself.Rafael Espindola2010-08-051-35/+19
OpenPOWER on IntegriCloud