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