aboutsummaryrefslogtreecommitdiffstats
path: root/tools/bugpoint
Commit message (Expand)AuthorAgeFilesLines
* Remove the C backend.Eric Christopher2012-03-232-132/+3
* Fix two bugpoint bugs:Chris Lattner2012-03-191-5/+7
* Improve handling of blockaddresses in bugpoint when splitting a module. Patc...Eli Friedman2012-02-221-6/+54
* Allow bugpoint to recognize -bb-vectorizeHal Finkel2012-02-071-0/+1
* reapply the patches reverted in r149470 that reenable ConstantDataArray,Chris Lattner2012-02-051-1/+2
* Revert Chris' commits up to r149348 that started causing VMCoreTests unit tes...Argyrios Kyrtzidis2012-02-011-2/+1
* Add a basic-block autovectorization pass.Hal Finkel2012-02-012-2/+2
* eliminate the "string" form of ConstantArray::get, usingChris Lattner2012-01-311-1/+2
* Remove unnecessary default cases in switches that cover all enum values.David Blaikie2012-01-101-3/+0
* Add braces to remove silly warning.Bill Wendling2011-12-251-1/+2
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-203-1/+4
* LLVMBuild: Remove trailing newline, which irked me.Daniel Dunbar2011-12-121-1/+0
* Remove all remaining uses of Value::getNameStr().Benjamin Kramer2011-11-151-1/+1
* LLVMBuild: Add description files for the LLVM tools.Daniel Dunbar2011-11-111-0/+23
* rename getHostTriple into getDefaultTargetTripleSebastian Pop2011-11-011-1/+1
* A couple misc fixes so that bugpoint doesn't explode reducing code containing...Eli Friedman2011-11-011-1/+5
* Remove the Alpha backend.Dan Gohman2011-10-271-2/+1
* build: Tidy up a bunch of tool Makefiles, and simplify where possible using theDaniel Dunbar2011-10-181-5/+4
* Enhance llvm::SourceMgr to support diagnostic ranges, the same way clang does...Chris Lattner2011-10-161-1/+1
* Make it possible to use the linker without destroying the source module. This...Tanya Lattner2011-10-112-4/+7
* Fix bugpoint fallout from the new type system.Nick Lewycky2011-08-121-4/+0
* Move methods in PassManagerBuilder offline.Rafael Espindola2011-08-021-0/+1
* move PassManagerBuilder.h to IPO. This is a non intuitive place to put it,Rafael Espindola2011-08-021-1/+1
* Convert ConstantExpr::getGetElementPtr andJay Foad2011-07-211-2/+1
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-182-4/+4
* Convert CallInst and InvokeInst APIs to use ArrayRef.Jay Foad2011-07-151-6/+4
* Second attempt at de-constifying LLVM Types in FunctionType::get(),Jay Foad2011-07-121-1/+1
* Revert r134893 and r134888 (and related patches in other trees). It was causingBill Wendling2011-07-121-1/+1
* De-constify Types in StructType::get() and TargetData::getIntPtrType().Jay Foad2011-07-111-1/+1
* Land the long talked about "type system rewrite" patch. ThisChris Lattner2011-07-091-2/+0
* Revamp the "ConstantStruct::get" methods. Previously, these were scatteredChris Lattner2011-06-201-6/+9
* Add -O1/2/3 to bugpoint, so when you conclude opt -O2 reproduces an issue, yo...Eli Friedman2011-06-061-2/+28
* switch bugpoint and liblto to PassManagerBuilder.Chris Lattner2011-05-221-12/+10
* Have Program::Wait return -2 for crashed and timeouts instead of embeddingAndrew Trick2011-05-212-10/+5
* Typo and missing checkin from r131186.Andrew Trick2011-05-111-1/+1
* Bugpoint support for miscompilations that result in a crash.Andrew Trick2011-05-113-5/+20
* ADT/Triple: Move a variety of clients to using isOSDarwin() and isOSWindows()Daniel Dunbar2011-04-191-3/+2
* Fix whitespace.Michael J. Spencer2011-03-312-23/+23
* Switch FileRemover from PathV1 to V2.Michael J. Spencer2011-03-314-9/+10
* Remove PHINode::reserveOperandSpace(). Instead, add a parameter toJay Foad2011-03-301-2/+1
* (Almost) always call reserveOperandSpace() on newly created PHINodes.Jay Foad2011-03-301-0/+1
* fit in 80 cols.Chris Lattner2011-02-241-1/+2
* Added bugpoint options: -compile-custom and -compile-command=...Andrew Trick2011-02-083-30/+133
* whitespaceAndrew Trick2011-02-082-12/+12
* Disable debug mode.Devang Patel2011-01-141-2/+2
* Little help to debug the bugpoint itself.Devang Patel2011-01-131-0/+12
* Merge System into Support.Michael J. Spencer2010-11-296-10/+10
* Fix some places where error messages were being swallowed.Dan Gohman2010-11-091-6/+7
* Rename FindExecutable to PrependMainExecutablePath.Mikhail Glushenkov2010-11-032-6/+7
* 80-col violations, trailing whitespace.Mikhail Glushenkov2010-11-032-26/+27