summaryrefslogtreecommitdiff
path: root/tools/bugpoint
AgeCommit message (Expand)AuthorFilesLines
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
2012-11-27Revert r168635 "Step towards implementation of pass manager with doInitializa...Owen Anderson1-0/+2
2012-11-26Step towards implementation of pass manager with doInitialization and doFinal...Owen Anderson1-2/+0
2012-11-15Add doInitialization and doFinalization methods to ModulePass's, to allow the...Owen Anderson1-0/+2
2012-10-08Move TargetData to DataLayout.Micah Villmow2-2/+2
2012-09-27Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...Sylvestre Ledru1-1/+1
2012-09-27Fix a typo 'iff' => 'if'Sylvestre Ledru1-1/+1
2012-07-23Fix a typo (the the => the)Sylvestre Ledru1-1/+1
2012-05-04Move the CodeExtractor utility to a dedicated header file / source file,Chandler Carruth1-1/+1
2012-05-02Fix unintentional use of operator bool.John McCall1-1/+1
2012-03-23Remove the C backend.Eric Christopher2-132/+3
2012-03-19Fix two bugpoint bugs:Chris Lattner1-5/+7
2012-02-22Improve handling of blockaddresses in bugpoint when splitting a module. Patc...Eli Friedman1-6/+54
2012-02-07Allow bugpoint to recognize -bb-vectorizeHal Finkel1-0/+1
2012-02-05reapply the patches reverted in r149470 that reenable ConstantDataArray,Chris Lattner1-1/+2
2012-02-01Revert Chris' commits up to r149348 that started causing VMCoreTests unit tes...Argyrios Kyrtzidis1-2/+1
2012-02-01Add a basic-block autovectorization pass.Hal Finkel2-2/+2
2012-01-31eliminate the "string" form of ConstantArray::get, usingChris Lattner1-1/+2
2012-01-10Remove unnecessary default cases in switches that cover all enum values.David Blaikie1-3/+0
2011-12-25Add braces to remove silly warning.Bill Wendling1-1/+2
2011-12-20Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie3-1/+4
2011-12-12LLVMBuild: Remove trailing newline, which irked me.Daniel Dunbar1-1/+0
2011-11-15Remove all remaining uses of Value::getNameStr().Benjamin Kramer1-1/+1
2011-11-11LLVMBuild: Add description files for the LLVM tools.Daniel Dunbar1-0/+23