Age | Commit message (Expand) | Author |
2012-03-23 | Remove the C backend. | Eric Christopher |
2012-03-19 | Fix two bugpoint bugs: | Chris Lattner |
2012-02-22 | Improve handling of blockaddresses in bugpoint when splitting a module. Patc... | Eli Friedman |
2012-02-07 | Allow bugpoint to recognize -bb-vectorize | Hal Finkel |
2012-02-05 | reapply the patches reverted in r149470 that reenable ConstantDataArray, | Chris Lattner |
2012-02-01 | Revert Chris' commits up to r149348 that started causing VMCoreTests unit tes... | Argyrios Kyrtzidis |
2012-02-01 | Add a basic-block autovectorization pass. | Hal Finkel |
2012-01-31 | eliminate the "string" form of ConstantArray::get, using | Chris Lattner |
2012-01-10 | Remove unnecessary default cases in switches that cover all enum values. | David Blaikie |
2011-12-25 | Add braces to remove silly warning. | Bill Wendling |
2011-12-20 | Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_... | David Blaikie |
2011-12-12 | LLVMBuild: Remove trailing newline, which irked me. | Daniel Dunbar |
2011-11-15 | Remove all remaining uses of Value::getNameStr(). | Benjamin Kramer |
2011-11-11 | LLVMBuild: Add description files for the LLVM tools. | Daniel Dunbar |
2011-11-01 | rename getHostTriple into getDefaultTargetTriple | Sebastian Pop |
2011-11-01 | A couple misc fixes so that bugpoint doesn't explode reducing code containing... | Eli Friedman |
2011-10-27 | Remove the Alpha backend. | Dan Gohman |
2011-10-18 | build: Tidy up a bunch of tool Makefiles, and simplify where possible using the | Daniel Dunbar |
2011-10-16 | Enhance llvm::SourceMgr to support diagnostic ranges, the same way clang does... | Chris Lattner |
2011-10-11 | Make it possible to use the linker without destroying the source module. This... | Tanya Lattner |
2011-08-12 | Fix bugpoint fallout from the new type system. | Nick Lewycky |
2011-08-02 | Move methods in PassManagerBuilder offline. | Rafael Espindola |
2011-08-02 | move PassManagerBuilder.h to IPO. This is a non intuitive place to put it, | Rafael Espindola |
2011-07-21 | Convert ConstantExpr::getGetElementPtr and | Jay Foad |
2011-07-18 | land David Blaikie's patch to de-constify Type, with a few tweaks. | Chris Lattner |
2011-07-15 | Convert CallInst and InvokeInst APIs to use ArrayRef. | Jay Foad |
2011-07-12 | Second attempt at de-constifying LLVM Types in FunctionType::get(), | Jay Foad |
2011-07-12 | Revert r134893 and r134888 (and related patches in other trees). It was causing | Bill Wendling |
2011-07-11 | De-constify Types in StructType::get() and TargetData::getIntPtrType(). | Jay Foad |
2011-07-09 | Land the long talked about "type system rewrite" patch. This | Chris Lattner |
2011-06-20 | Revamp the "ConstantStruct::get" methods. Previously, these were scattered | Chris Lattner |
2011-06-06 | Add -O1/2/3 to bugpoint, so when you conclude opt -O2 reproduces an issue, yo... | Eli Friedman |
2011-05-22 | switch bugpoint and liblto to PassManagerBuilder. | Chris Lattner |
2011-05-21 | Have Program::Wait return -2 for crashed and timeouts instead of embedding | Andrew Trick |
2011-05-11 | Typo and missing checkin from r131186. | Andrew Trick |
2011-05-11 | Bugpoint support for miscompilations that result in a crash. | Andrew Trick |
2011-04-19 | ADT/Triple: Move a variety of clients to using isOSDarwin() and isOSWindows() | Daniel Dunbar |
2011-03-31 | Fix whitespace. | Michael J. Spencer |
2011-03-31 | Switch FileRemover from PathV1 to V2. | Michael J. Spencer |
2011-03-30 | Remove PHINode::reserveOperandSpace(). Instead, add a parameter to | Jay Foad |
2011-03-30 | (Almost) always call reserveOperandSpace() on newly created PHINodes. | Jay Foad |
2011-02-24 | fit in 80 cols. | Chris Lattner |
2011-02-08 | Added bugpoint options: -compile-custom and -compile-command=... | Andrew Trick |
2011-02-08 | whitespace | Andrew Trick |
2011-01-14 | Disable debug mode. | Devang Patel |
2011-01-13 | Little help to debug the bugpoint itself. | Devang Patel |
2010-11-29 | Merge System into Support. | Michael J. Spencer |
2010-11-09 | Fix some places where error messages were being swallowed. | Dan Gohman |
2010-11-03 | Rename FindExecutable to PrependMainExecutablePath. | Mikhail Glushenkov |
2010-11-03 | 80-col violations, trailing whitespace. | Mikhail Glushenkov |