aboutsummaryrefslogtreecommitdiff
path: root/tools/bugpoint
AgeCommit message (Expand)Author
2013-04-12Replace uses of the deprecated std::auto_ptr with OwningPtr.Andy Gibbs
2013-04-04Don't export symbols in every binary on linux.Rafael Espindola
2013-03-26Manually update the dependencies in the Makefiles. It turns out that allChandler Carruth
2013-03-26Split out the IRReader header and the utility functions it provides intoChandler Carruth
2013-01-28Extracted ObjCARC.cpp into its own library libLLVMObjCARCOpts in preparation ...Michael Gottesman
2013-01-24[bugpoint] make tool selection messages uniqueSaleem Abdulrasool
2013-01-24[bugpoint] set Message after tool configurationSaleem Abdulrasool
2013-01-19Sort all of the includes. Several files got checked in with mis-sortedChandler Carruth
2013-01-10Fix #includes after my last commit.Jakub Staszak
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth
2012-12-04Sort the #include lines for tools/...Chandler Carruth
2012-11-29One more step towards making doInitialization and doFinalization useful forPedro Artigas
2012-11-27Revert r168635 "Step towards implementation of pass manager with doInitializa...Owen Anderson
2012-11-26Step towards implementation of pass manager with doInitialization and doFinal...Owen Anderson
2012-11-15Add doInitialization and doFinalization methods to ModulePass's, to allow the...Owen Anderson
2012-10-08Move TargetData to DataLayout.Micah Villmow
2012-09-27Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...Sylvestre Ledru
2012-09-27Fix a typo 'iff' => 'if'Sylvestre Ledru
2012-07-23Fix a typo (the the => the)Sylvestre Ledru
2012-05-04Move the CodeExtractor utility to a dedicated header file / source file,Chandler Carruth
2012-05-02Fix unintentional use of operator bool.John McCall
2012-03-23Remove the C backend.Eric Christopher
2012-03-19Fix two bugpoint bugs:Chris Lattner
2012-02-22Improve handling of blockaddresses in bugpoint when splitting a module. Patc...Eli Friedman
2012-02-07Allow bugpoint to recognize -bb-vectorizeHal Finkel
2012-02-05reapply the patches reverted in r149470 that reenable ConstantDataArray,Chris Lattner
2012-02-01Revert Chris' commits up to r149348 that started causing VMCoreTests unit tes...Argyrios Kyrtzidis
2012-02-01Add a basic-block autovectorization pass.Hal Finkel
2012-01-31eliminate the "string" form of ConstantArray::get, usingChris Lattner
2012-01-10Remove unnecessary default cases in switches that cover all enum values.David Blaikie
2011-12-25Add braces to remove silly warning.Bill Wendling
2011-12-20Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie
2011-12-12LLVMBuild: Remove trailing newline, which irked me.Daniel Dunbar
2011-11-15Remove all remaining uses of Value::getNameStr().Benjamin Kramer
2011-11-11LLVMBuild: Add description files for the LLVM tools.Daniel Dunbar
2011-11-01rename getHostTriple into getDefaultTargetTripleSebastian Pop
2011-11-01A couple misc fixes so that bugpoint doesn't explode reducing code containing...Eli Friedman
2011-10-27Remove the Alpha backend.Dan Gohman
2011-10-18build: Tidy up a bunch of tool Makefiles, and simplify where possible using theDaniel Dunbar
2011-10-16Enhance llvm::SourceMgr to support diagnostic ranges, the same way clang does...Chris Lattner
2011-10-11Make it possible to use the linker without destroying the source module. This...Tanya Lattner
2011-08-12Fix bugpoint fallout from the new type system.Nick Lewycky
2011-08-02Move methods in PassManagerBuilder offline.Rafael Espindola
2011-08-02move PassManagerBuilder.h to IPO. This is a non intuitive place to put it,Rafael Espindola
2011-07-21Convert ConstantExpr::getGetElementPtr andJay Foad
2011-07-18land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner
2011-07-15Convert CallInst and InvokeInst APIs to use ArrayRef.Jay Foad
2011-07-12Second attempt at de-constifying LLVM Types in FunctionType::get(),Jay Foad
2011-07-12Revert r134893 and r134888 (and related patches in other trees). It was causingBill Wendling
2011-07-11De-constify Types in StructType::get() and TargetData::getIntPtrType().Jay Foad