summaryrefslogtreecommitdiff
path: root/tools/bugpoint/OptimizerDriver.cpp
Commit message (Expand)AuthorAge
* [bugpoint] Allow the user to specify the path to opt on the commandline.Michael Gottesman2013-08-05
* Add a wrapper for open.Rafael Espindola2013-07-16
* Add a createUniqueFile function and switch llvm's users of unique_file.Rafael Espindola2013-07-05
* Add a version of unique_file that return just the file name.Rafael Espindola2013-06-18
* Remove usage of PathV1.h from OptimizerDriver.cpp.Rafael Espindola2013-06-18
* Convert some uses of eraseFromDisk.Rafael Espindola2013-06-18
* Don't use PathV1.h in tools/bugpoint/Miscompilation.cpp.Rafael Espindola2013-06-18
* Don't use PathV1.h in FileUtilities.h.Rafael Espindola2013-06-13
* Avoid using PathV1.h in Program.h.Rafael Espindola2013-06-13
* Have sys::FindProgramByName return a std::string.Rafael Espindola2013-06-13
* Remove the program class.Rafael Espindola2013-06-12
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Sort the #include lines for tools/...Chandler Carruth2012-12-04
* Move TargetData to DataLayout.Micah Villmow2012-10-08
* Fix two bugpoint bugs:Chris Lattner2012-03-19
* Have Program::Wait return -2 for crashed and timeouts instead of embeddingAndrew Trick2011-05-21
* fit in 80 cols.Chris Lattner2011-02-24
* Merge System into Support.Michael J. Spencer2010-11-29
* Rename FindExecutable to PrependMainExecutablePath.Mikhail Glushenkov2010-11-03
* 80-col violations, trailing whitespace.Mikhail Glushenkov2010-11-03
* Check for (unlikely) errors from FindExecutable.Dan Gohman2010-10-29
* Delete this obsolete comment.Dan Gohman2010-10-29
* Move tool_output_file into its own file.Dan Gohman2010-10-07
* Make tool_output_file's raw_ostream instance a member variable insteadDan Gohman2010-09-01
* Apply "Win32's Hybrid path separator in argv[0] should be accepted to bugpoint",Chris Lattner2010-08-24
* Convert tools to use tool_output_file, and introduce errorDan Gohman2010-08-20
* Add a opt-args option that can be used to pass arguments to every optRafael Espindola2010-08-08
* Most of bugpoint now only needs to know the pass names.Rafael Espindola2010-08-08
* Run opt instead of bugpoint itself.Rafael Espindola2010-08-07
* Revert bugpoint change due to buildbot breakage.Bob Wilson2010-08-05
* Run opt instead of bugpoint itself.Rafael Espindola2010-08-05
* Make EmitProgressBitcode const and add a Module argument to runPasses. UseRafael Espindola2010-08-05
* Instead of abusing swapProgramIn, just add a Module argument toRafael Espindola2010-07-28
* Speculatively revert r108813, in an attempt to get the self-host buildbots wo...Owen Anderson2010-07-20
* Reapply r108794, a fix for the failing test from last time.Owen Anderson2010-07-20
* Revert r108794, "Separate PassInfo into two classes: a constructor-freeDaniel Dunbar2010-07-20
* Separate PassInfo into two classes: a constructor-free superclass (StaticPass...Owen Anderson2010-07-20
* Bugpoint's default memory limit (100MB) was too low for valgrind, soJeffrey Yasskin2010-03-19
* Add -output-prefix option to bugpoint (to change the default output name).Daniel Dunbar2009-09-07
* Make LLVM command-line tools overwrite their output files without -f.Dan Gohman2009-08-25
* Prune #includes from llvm/Linker.h and llvm/System/Path.h,Chris Lattner2009-08-23
* eliminate the std::ostream forms of the bitcode writing APIs.Chris Lattner2009-08-23
* Include valgrind in the steps to reproduce if valgrind was used to reproduceNick Lewycky2009-08-18
* Fix FindExecutable to use sys::Path::GetMainExecutable instead ofDan Gohman2009-08-05
* Convert more tools code from cerr and cout to errs() and outs().Dan Gohman2009-07-16
* Add a pointer to the owning LLVMContext to Module. This requires threading L...Owen Anderson2009-07-01
* Add -silence-passes option to bugpoint. This option suppresses output generatedMatthijs Kooijman2008-06-12
* Detabify.Bill Wendling2008-02-26
* remove attributions from tools.Chris Lattner2007-12-29
* Allow the block extractor take to take a list of basic blocks to not extractNick Lewycky2007-11-14