| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix bugpoint fallout from the new type system. | Nick Lewycky | 2011-08-12 | 1 | -4/+0 |
* | Move methods in PassManagerBuilder offline. | Rafael Espindola | 2011-08-02 | 1 | -0/+1 |
* | move PassManagerBuilder.h to IPO. This is a non intuitive place to put it, | Rafael Espindola | 2011-08-02 | 1 | -1/+1 |
* | Convert ConstantExpr::getGetElementPtr and | Jay Foad | 2011-07-21 | 1 | -2/+1 |
* | land David Blaikie's patch to de-constify Type, with a few tweaks. | Chris Lattner | 2011-07-18 | 2 | -4/+4 |
* | Convert CallInst and InvokeInst APIs to use ArrayRef. | Jay Foad | 2011-07-15 | 1 | -6/+4 |
* | Second attempt at de-constifying LLVM Types in FunctionType::get(), | Jay Foad | 2011-07-12 | 1 | -1/+1 |
* | Revert r134893 and r134888 (and related patches in other trees). It was causing | Bill Wendling | 2011-07-12 | 1 | -1/+1 |
* | De-constify Types in StructType::get() and TargetData::getIntPtrType(). | Jay Foad | 2011-07-11 | 1 | -1/+1 |
* | Land the long talked about "type system rewrite" patch. This | Chris Lattner | 2011-07-09 | 1 | -2/+0 |
* | Revamp the "ConstantStruct::get" methods. Previously, these were scattered | Chris Lattner | 2011-06-20 | 1 | -6/+9 |
* | Add -O1/2/3 to bugpoint, so when you conclude opt -O2 reproduces an issue, yo... | Eli Friedman | 2011-06-06 | 1 | -2/+28 |
* | switch bugpoint and liblto to PassManagerBuilder. | Chris Lattner | 2011-05-22 | 1 | -12/+10 |
* | Have Program::Wait return -2 for crashed and timeouts instead of embedding | Andrew Trick | 2011-05-21 | 2 | -10/+5 |
* | Typo and missing checkin from r131186. | Andrew Trick | 2011-05-11 | 1 | -1/+1 |
* | Bugpoint support for miscompilations that result in a crash. | Andrew Trick | 2011-05-11 | 3 | -5/+20 |
* | ADT/Triple: Move a variety of clients to using isOSDarwin() and isOSWindows() | Daniel Dunbar | 2011-04-19 | 1 | -3/+2 |
* | Fix whitespace. | Michael J. Spencer | 2011-03-31 | 2 | -23/+23 |
* | Switch FileRemover from PathV1 to V2. | Michael J. Spencer | 2011-03-31 | 4 | -9/+10 |
* | Remove PHINode::reserveOperandSpace(). Instead, add a parameter to | Jay Foad | 2011-03-30 | 1 | -2/+1 |
* | (Almost) always call reserveOperandSpace() on newly created PHINodes. | Jay Foad | 2011-03-30 | 1 | -0/+1 |
* | fit in 80 cols. | Chris Lattner | 2011-02-24 | 1 | -1/+2 |
* | Added bugpoint options: -compile-custom and -compile-command=... | Andrew Trick | 2011-02-08 | 3 | -30/+133 |
* | whitespace | Andrew Trick | 2011-02-08 | 2 | -12/+12 |
* | Disable debug mode. | Devang Patel | 2011-01-14 | 1 | -2/+2 |
* | Little help to debug the bugpoint itself. | Devang Patel | 2011-01-13 | 1 | -0/+12 |
* | Merge System into Support. | Michael J. Spencer | 2010-11-29 | 6 | -10/+10 |
* | Fix some places where error messages were being swallowed. | Dan Gohman | 2010-11-09 | 1 | -6/+7 |
* | Rename FindExecutable to PrependMainExecutablePath. | Mikhail Glushenkov | 2010-11-03 | 2 | -6/+7 |
* | 80-col violations, trailing whitespace. | Mikhail Glushenkov | 2010-11-03 | 2 | -26/+27 |
* | Check for (unlikely) errors from FindExecutable. | Dan Gohman | 2010-10-29 | 1 | -1/+8 |
* | Fix these error messages to not mention PATH in cases where | Dan Gohman | 2010-10-29 | 1 | -6/+6 |
* | Delete this obsolete comment. | Dan Gohman | 2010-10-29 | 1 | -4/+0 |
* | Get rid of static constructors for pass registration. Instead, every pass ex... | Owen Anderson | 2010-10-19 | 1 | -0/+13 |
* | Be more consistent in using ValueToValueMapTy. | Rafael Espindola | 2010-10-13 | 4 | -14/+15 |
* | Move tool_output_file into its own file. | Dan Gohman | 2010-10-07 | 2 | -2/+2 |
* | Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally." | Michael J. Spencer | 2010-09-13 | 1 | -10/+3 |
* | CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally. | Michael J. Spencer | 2010-09-10 | 1 | -3/+10 |
* | Make tool_output_file's raw_ostream instance a member variable instead | Dan Gohman | 2010-09-01 | 2 | -13/+13 |
* | Straighten out any triple strings passed on the command line before | Duncan Sands | 2010-08-28 | 1 | -2/+2 |
* | Apply "Win32's Hybrid path separator in argv[0] should be accepted to bugpoint", | Chris Lattner | 2010-08-24 | 1 | -10/+3 |
* | Convert tools to use tool_output_file, and introduce error | Dan Gohman | 2010-08-20 | 2 | -9/+29 |
* | Use RunPassesOn as in the rest of bugpoint. | Rafael Espindola | 2010-08-10 | 3 | -26/+34 |
* | Add a opt-args option that can be used to pass arguments to every opt | Rafael Espindola | 2010-08-08 | 1 | -0/+6 |
* | Most of bugpoint now only needs to know the pass names. | Rafael Espindola | 2010-08-08 | 8 | -46/+44 |
* | Try to fix cmake build. | Rafael Espindola | 2010-08-08 | 1 | -1/+0 |
* | Run opt instead of bugpoint itself. | Rafael Espindola | 2010-08-07 | 4 | -64/+26 |
* | Move the bugpoint test passes to a plugin in preparation for having bugpoint | Rafael Espindola | 2010-08-07 | 1 | -75/+0 |
* | Reapply r110396, with fixes to appease the Linux buildbot gods. | Owen Anderson | 2010-08-06 | 3 | -4/+6 |
* | Revert r110396 to fix buildbots. | Owen Anderson | 2010-08-06 | 3 | -6/+4 |