aboutsummaryrefslogtreecommitdiffstats
path: root/tools/bugpoint/OptimizerDriver.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-2/+7
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-1/+1
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-20/+30
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-1/+1
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-7/+9
* Update to LLVM 3.5a.Stephen Hines2014-04-241-2/+2
* [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
* Make EmitProgressBitcode const and add a Module argument to runPasses. UseRafael Espindola2010-08-051-10/+7
* Instead of abusing swapProgramIn, just add a Module argument toRafael Espindola2010-07-281-5/+6
* Speculatively revert r108813, in an attempt to get the self-host buildbots wo...Owen Anderson2010-07-201-4/+4
* Reapply r108794, a fix for the failing test from last time.Owen Anderson2010-07-201-4/+4
* Revert r108794, "Separate PassInfo into two classes: a constructor-freeDaniel Dunbar2010-07-201-4/+4
* Separate PassInfo into two classes: a constructor-free superclass (StaticPass...Owen Anderson2010-07-201-4/+4
* Bugpoint's default memory limit (100MB) was too low for valgrind, soJeffrey Yasskin2010-03-191-2/+0
* Add -output-prefix option to bugpoint (to change the default output name).Daniel Dunbar2009-09-071-3/+6
* Make LLVM command-line tools overwrite their output files without -f.Dan Gohman2009-08-251-3/+3
* Prune #includes from llvm/Linker.h and llvm/System/Path.h,Chris Lattner2009-08-231-20/+18
* eliminate the std::ostream forms of the bitcode writing APIs.Chris Lattner2009-08-231-15/+17
* Include valgrind in the steps to reproduce if valgrind was used to reproduceNick Lewycky2009-08-181-0/+1
* Fix FindExecutable to use sys::Path::GetMainExecutable instead ofDan Gohman2009-08-051-1/+1