summaryrefslogtreecommitdiff
path: root/tools/bugpoint
Commit message (Expand)AuthorAge
* [CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists.txt.NAKAMURA Takumi2013-12-10
* Use startswith_lower() where possible.Jakub Staszak2013-11-04
* [bugpoint] Increase the default memory limit for subprocesses to 300MB.Daniel Sanders2013-10-25
* Remove several unused variables.Rafael Espindola2013-10-01
* Added std:: qualifier to find() invocationDmitri Gribenko2013-09-02
* [bugpoint] Allow the user to specify the path to opt on the commandline.Michael Gottesman2013-08-05
* Fix invalid function pointers in bugpoint ExtractLoopsHal Finkel2013-08-02
* 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
* Use sys::fs::createTemporaryFile.Rafael Espindola2013-07-05
* Fix bugpoint execution/reference output file nameHal Finkel2013-06-28
* Remove unused includes.Rafael Espindola2013-06-26
* Port GetMainExecutable over to PathV2.Rafael Espindola2013-06-26
* Move GetEXESuffix to the one place it is used.Rafael Espindola2013-06-25
* Convert most uses of PathV1.h in ToolRunner.cpp.Rafael Espindola2013-06-18
* Add a version of unique_file that return just the file name.Rafael Espindola2013-06-18
* Return a std::string from PrependMainExecutablePath.Rafael Espindola2013-06-18
* Remove PathV1.h use from BugDriver.cpp.Rafael Espindola2013-06-18
* Remove use of PathV1.h from ExecutionDriver.cpp.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
* Convert two uses of eraseFromDisk.Rafael Espindola2013-06-17
* Remove usage of PathV1.h in FindBugs.cpp.Rafael Espindola2013-06-17
* Don't use PathV1.h in CrashDebugger.cpp.Rafael Espindola2013-06-17
* Don't use PathV1.h in ToolRunner.h.Rafael Espindola2013-06-17
* Remove CBE related code.Rafael Espindola2013-06-17
* Don't use PathV1.h in ExtractFunction.cpp.Rafael Espindola2013-06-17
* Move PrependMainExecutablePath next to its only user.Rafael Espindola2013-06-14
* Don't use PathV1.h in Signals.h.Rafael Espindola2013-06-13
* 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
* Further reduce usage of sys::Path in bugpoint.Rafael Espindola2013-06-13
* Try to fix the build with libstdc++ 4.4.Rafael Espindola2013-06-13
* Reduce sys::Path usage in bugpoint.Rafael Espindola2013-06-13
* Remove the program class.Rafael Espindola2013-06-12
* Include PathV1.h in files that use it.Rafael Espindola2013-06-11
* Use only explicit bool conversion operatorsDavid Blaikie2013-05-15
* Replace uses of the deprecated std::auto_ptr with OwningPtr.Andy Gibbs2013-04-12
* Don't export symbols in every binary on linux.Rafael Espindola2013-04-04
* Manually update the dependencies in the Makefiles. It turns out that allChandler Carruth2013-03-26
* Split out the IRReader header and the utility functions it provides intoChandler Carruth2013-03-26
* Extracted ObjCARC.cpp into its own library libLLVMObjCARCOpts in preparation ...Michael Gottesman2013-01-28
* [bugpoint] make tool selection messages uniqueSaleem Abdulrasool2013-01-24
* [bugpoint] set Message after tool configurationSaleem Abdulrasool2013-01-24
* Sort all of the includes. Several files got checked in with mis-sortedChandler Carruth2013-01-19
* Fix #includes after my last commit.Jakub Staszak2013-01-10
* 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