aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/bugpoint
AgeCommit message (Expand)AuthorFilesLines
2013-11-04Use startswith_lower() where possible.Jakub Staszak1-1/+1
2013-10-25[bugpoint] Increase the default memory limit for subprocesses to 300MB.Daniel Sanders1-3/+3
2013-10-01Remove several unused variables.Rafael Espindola1-1/+0
2013-09-02Added std:: qualifier to find() invocationDmitri Gribenko1-4/+4
2013-08-05[bugpoint] Allow the user to specify the path to opt on the commandline.Michael Gottesman1-1/+4
2013-08-02Fix invalid function pointers in bugpoint ExtractLoopsHal Finkel1-7/+42
2013-07-16Add a wrapper for open.Rafael Espindola1-1/+1
2013-07-05Add a createUniqueFile function and switch llvm's users of unique_file.Rafael Espindola4-13/+13
2013-07-05Use sys::fs::createTemporaryFile.Rafael Espindola2-10/+10
2013-06-28Fix bugpoint execution/reference output file nameHal Finkel2-2/+2
2013-06-26Remove unused includes.Rafael Espindola1-1/+0
2013-06-26Port GetMainExecutable over to PathV2.Rafael Espindola1-2/+2
2013-06-25Move GetEXESuffix to the one place it is used.Rafael Espindola1-1/+7
2013-06-18Convert most uses of PathV1.h in ToolRunner.cpp.Rafael Espindola1-25/+35
2013-06-18Add a version of unique_file that return just the file name.Rafael Espindola2-19/+3
2013-06-18Return a std::string from PrependMainExecutablePath.Rafael Espindola1-6/+7
2013-06-18Remove PathV1.h use from BugDriver.cpp.Rafael Espindola1-3/+2
2013-06-18Remove use of PathV1.h from ExecutionDriver.cpp.Rafael Espindola1-24/+37
2013-06-18Remove usage of PathV1.h from OptimizerDriver.cpp.Rafael Espindola1-26/+32
2013-06-18Convert some uses of eraseFromDisk.Rafael Espindola1-3/+3
2013-06-18Don't use PathV1.h in tools/bugpoint/Miscompilation.cpp.Rafael Espindola3-30/+49
2013-06-17Convert two uses of eraseFromDisk.Rafael Espindola1-2/+2
2013-06-17Remove usage of PathV1.h in FindBugs.cpp.Rafael Espindola1-2/+2
2013-06-17Don't use PathV1.h in CrashDebugger.cpp.Rafael Espindola1-8/+5
2013-06-17Don't use PathV1.h in ToolRunner.h.Rafael Espindola7-13/+18
2013-06-17Remove CBE related code.Rafael Espindola1-50/+0
2013-06-17Don't use PathV1.h in ExtractFunction.cpp.Rafael Espindola1-19/+12
2013-06-14Move PrependMainExecutablePath next to its only user.Rafael Espindola1-0/+22
2013-06-13Don't use PathV1.h in Signals.h.Rafael Espindola1-1/+2
2013-06-13Don't use PathV1.h in FileUtilities.h.Rafael Espindola2-2/+3
2013-06-13Avoid using PathV1.h in Program.h.Rafael Espindola2-18/+10
2013-06-13Have sys::FindProgramByName return a std::string.Rafael Espindola2-9/+8
2013-06-13Further reduce usage of sys::Path in bugpoint.Rafael Espindola2-11/+11
2013-06-13Try to fix the build with libstdc++ 4.4.Rafael Espindola1-1/+2
2013-06-13Reduce sys::Path usage in bugpoint.Rafael Espindola1-47/+47
2013-06-12Remove the program class.Rafael Espindola2-13/+12
2013-06-11Include PathV1.h in files that use it.Rafael Espindola1-0/+1
2013-05-15Use only explicit bool conversion operatorsDavid Blaikie1-1/+1
2013-04-12Replace uses of the deprecated std::auto_ptr with OwningPtr.Andy Gibbs1-1/+1
2013-04-04Don't export symbols in every binary on linux.Rafael Espindola1-0/+1
2013-03-26Manually update the dependencies in the Makefiles. It turns out that allChandler Carruth1-1/+1
2013-03-26Split out the IRReader header and the utility functions it provides intoChandler Carruth3-3/+3
2013-01-28Extracted ObjCARC.cpp into its own library libLLVMObjCARCOpts in preparation ...Michael Gottesman4-3/+4
2013-01-24[bugpoint] make tool selection messages uniqueSaleem Abdulrasool1-1/+1
2013-01-24[bugpoint] set Message after tool configurationSaleem Abdulrasool1-1/+1
2013-01-19Sort all of the includes. Several files got checked in with mis-sortedChandler Carruth1-1/+1
2013-01-10Fix #includes after my last commit.Jakub Staszak1-1/+1
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth6-18/+18
2012-12-04Sort the #include lines for tools/...Chandler Carruth10-34/+34
2012-11-29One more step towards making doInitialization and doFinalization useful forPedro Artigas1-2/+0