summaryrefslogtreecommitdiff
path: root/tools/bugpoint
Commit message (Expand)AuthorAge
...
* 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
* One more step towards making doInitialization and doFinalization useful forPedro Artigas2012-11-29
* Revert r168635 "Step towards implementation of pass manager with doInitializa...Owen Anderson2012-11-27
* Step towards implementation of pass manager with doInitialization and doFinal...Owen Anderson2012-11-26
* Add doInitialization and doFinalization methods to ModulePass's, to allow the...Owen Anderson2012-11-15
* Move TargetData to DataLayout.Micah Villmow2012-10-08
* Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...Sylvestre Ledru2012-09-27
* Fix a typo 'iff' => 'if'Sylvestre Ledru2012-09-27
* Fix a typo (the the => the)Sylvestre Ledru2012-07-23
* Move the CodeExtractor utility to a dedicated header file / source file,Chandler Carruth2012-05-04
* Fix unintentional use of operator bool.John McCall2012-05-02
* Remove the C backend.Eric Christopher2012-03-23
* Fix two bugpoint bugs:Chris Lattner2012-03-19
* Improve handling of blockaddresses in bugpoint when splitting a module. Patc...Eli Friedman2012-02-22
* Allow bugpoint to recognize -bb-vectorizeHal Finkel2012-02-07
* reapply the patches reverted in r149470 that reenable ConstantDataArray,Chris Lattner2012-02-05
* Revert Chris' commits up to r149348 that started causing VMCoreTests unit tes...Argyrios Kyrtzidis2012-02-01
* Add a basic-block autovectorization pass.Hal Finkel2012-02-01
* eliminate the "string" form of ConstantArray::get, usingChris Lattner2012-01-31
* Remove unnecessary default cases in switches that cover all enum values.David Blaikie2012-01-10
* Add braces to remove silly warning.Bill Wendling2011-12-25
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-20
* LLVMBuild: Remove trailing newline, which irked me.Daniel Dunbar2011-12-12