aboutsummaryrefslogtreecommitdiffstats
path: root/tools/bugpoint/ToolRunner.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-12/+21
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-4/+4
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-18/+19
* Update to LLVM 3.5a.Stephen Hines2014-04-241-48/+48
* Use startswith_lower() where possible.Jakub Staszak2013-11-041-1/+1
* Add a createUniqueFile function and switch llvm's users of unique_file.Rafael Espindola2013-07-051-4/+4
* Use sys::fs::createTemporaryFile.Rafael Espindola2013-07-051-2/+2
* Remove unused includes.Rafael Espindola2013-06-261-1/+0
* Port GetMainExecutable over to PathV2.Rafael Espindola2013-06-261-2/+2
* Move GetEXESuffix to the one place it is used.Rafael Espindola2013-06-251-1/+7
* Convert most uses of PathV1.h in ToolRunner.cpp.Rafael Espindola2013-06-181-25/+35
* Return a std::string from PrependMainExecutablePath.Rafael Espindola2013-06-181-6/+7
* Don't use PathV1.h in ToolRunner.h.Rafael Espindola2013-06-171-7/+8
* Move PrependMainExecutablePath next to its only user.Rafael Espindola2013-06-141-0/+22
* Avoid using PathV1.h in Program.h.Rafael Espindola2013-06-131-13/+5
* Have sys::FindProgramByName return a std::string.Rafael Espindola2013-06-131-6/+6
* Further reduce usage of sys::Path in bugpoint.Rafael Espindola2013-06-131-8/+8
* Try to fix the build with libstdc++ 4.4.Rafael Espindola2013-06-131-1/+2
* Reduce sys::Path usage in bugpoint.Rafael Espindola2013-06-131-47/+47
* Remove the program class.Rafael Espindola2013-06-121-8/+7
* [bugpoint] set Message after tool configurationSaleem Abdulrasool2013-01-241-1/+1
* Sort the #include lines for tools/...Chandler Carruth2012-12-041-2/+2
* Fix unintentional use of operator bool.John McCall2012-05-021-1/+1
* Remove the C backend.Eric Christopher2012-03-231-88/+0
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-201-0/+2
* Remove the Alpha backend.Dan Gohman2011-10-271-2/+1
* Have Program::Wait return -2 for crashed and timeouts instead of embeddingAndrew Trick2011-05-211-9/+4
* Typo and missing checkin from r131186.Andrew Trick2011-05-111-1/+1
* Bugpoint support for miscompilations that result in a crash.Andrew Trick2011-05-111-2/+16
* ADT/Triple: Move a variety of clients to using isOSDarwin() and isOSWindows()Daniel Dunbar2011-04-191-3/+2
* Switch FileRemover from PathV1 to V2.Michael J. Spencer2011-03-311-3/+3
* Added bugpoint options: -compile-custom and -compile-command=...Andrew Trick2011-02-081-24/+108
* Merge System into Support.Michael J. Spencer2010-11-291-1/+1
* Fix some places where error messages were being swallowed.Dan Gohman2010-11-091-6/+7
* Rename FindExecutable to PrependMainExecutablePath.Mikhail Glushenkov2010-11-031-5/+5
* 80-col violations, trailing whitespace.Mikhail Glushenkov2010-11-031-22/+23
* Fix these error messages to not mention PATH in cases whereDan Gohman2010-10-291-6/+6
* Use the right gcc tool args for IsARMArchitecture.Jakob Stoklund Olesen2010-07-291-3/+3
* Revert unintended white space change.Rafael Espindola2010-07-241-1/+1
* Fix a trivial use after free.Rafael Espindola2010-07-241-2/+6
* Apply timeouts and memory limits in more places. In particular, whenDuncan Sands2010-05-241-14/+24
* Fix complete badness in bugpoint's IsARMArchitecture() function.Jakob Stoklund Olesen2010-05-131-3/+2
* Add command line option --gcc to bugpoint.Kalle Raiskila2010-05-101-6/+8
* The llc -f flag was removed.Nick Lewycky2010-04-291-1/+0
* Remove use of exceptions from bugpoint. No deliberate functionality change!Nick Lewycky2010-04-121-43/+50
* add support for bugpointing the integrated assembler. Something like thisChris Lattner2010-03-161-33/+49
* Make bugpoint pass -load arguments to LLI. This lets one use bugpoint withDuncan Sands2009-11-171-4/+5
* Add compare_lower and equals_lower methods to StringRef. Switch all users ofBenjamin Kramer2009-11-121-3/+3
* Make LLVM command-line tools overwrite their output files without -f.Dan Gohman2009-08-251-1/+0
* prune the #includes in raw_ostream.h by moving a Chris Lattner2009-08-241-0/+1