aboutsummaryrefslogtreecommitdiffstats
path: root/tools/bugpoint
Commit message (Expand)AuthorAgeFilesLines
* Fix Android.mk files for plugins on darwin.Stephen Hines2015-06-081-0/+4
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-184-5/+11
* Export all dynamic symbols for opt and bugpointPirama Arumuga Nainar2015-04-301-0/+1
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-094-19/+24
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-234-8/+8
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-0211-187/+154
* Update LLVM for rebase to r212749.Stephen Hines2014-07-215-13/+13
* Adds the ability to run the llvm test suite in-tree.Chris Wailes2014-06-061-0/+58
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-2911-64/+76
* Update to LLVM 3.5a.Stephen Hines2014-04-2413-124/+165
* Use startswith_lower() where possible.Jakub Staszak2013-11-041-1/+1
* [bugpoint] Increase the default memory limit for subprocesses to 300MB.Daniel Sanders2013-10-251-3/+3
* Remove several unused variables.Rafael Espindola2013-10-011-1/+0
* Added std:: qualifier to find() invocationDmitri Gribenko2013-09-021-4/+4
* [bugpoint] Allow the user to specify the path to opt on the commandline.Michael Gottesman2013-08-051-1/+4
* Fix invalid function pointers in bugpoint ExtractLoopsHal Finkel2013-08-021-7/+42
* 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-054-13/+13
* Use sys::fs::createTemporaryFile.Rafael Espindola2013-07-052-10/+10
* Fix bugpoint execution/reference output file nameHal Finkel2013-06-282-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
* Add a version of unique_file that return just the file name.Rafael Espindola2013-06-182-19/+3
* Return a std::string from PrependMainExecutablePath.Rafael Espindola2013-06-181-6/+7
* Remove PathV1.h use from BugDriver.cpp.Rafael Espindola2013-06-181-3/+2
* Remove use of PathV1.h from ExecutionDriver.cpp.Rafael Espindola2013-06-181-24/+37
* 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-183-30/+49
* Convert two uses of eraseFromDisk.Rafael Espindola2013-06-171-2/+2
* Remove usage of PathV1.h in FindBugs.cpp.Rafael Espindola2013-06-171-2/+2
* Don't use PathV1.h in CrashDebugger.cpp.Rafael Espindola2013-06-171-8/+5
* Don't use PathV1.h in ToolRunner.h.Rafael Espindola2013-06-177-13/+18
* Remove CBE related code.Rafael Espindola2013-06-171-50/+0
* Don't use PathV1.h in ExtractFunction.cpp.Rafael Espindola2013-06-171-19/+12
* Move PrependMainExecutablePath next to its only user.Rafael Espindola2013-06-141-0/+22
* Don't use PathV1.h in Signals.h.Rafael Espindola2013-06-131-1/+2
* Don't use PathV1.h in FileUtilities.h.Rafael Espindola2013-06-132-2/+3
* Avoid using PathV1.h in Program.h.Rafael Espindola2013-06-132-18/+10
* Have sys::FindProgramByName return a std::string.Rafael Espindola2013-06-132-9/+8
* Further reduce usage of sys::Path in bugpoint.Rafael Espindola2013-06-132-11/+11
* 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-122-13/+12
* Include PathV1.h in files that use it.Rafael Espindola2013-06-111-0/+1
* Use only explicit bool conversion operatorsDavid Blaikie2013-05-151-1/+1
* Replace uses of the deprecated std::auto_ptr with OwningPtr.Andy Gibbs2013-04-121-1/+1
* Don't export symbols in every binary on linux.Rafael Espindola2013-04-041-0/+1