summaryrefslogtreecommitdiff
path: root/tools/bugpoint
Commit message (Expand)AuthorAge
* Enhance llvm::SourceMgr to support diagnostic ranges, the same way clang does...Chris Lattner2011-10-16
* Make it possible to use the linker without destroying the source module. This...Tanya Lattner2011-10-11
* Fix bugpoint fallout from the new type system.Nick Lewycky2011-08-12
* Move methods in PassManagerBuilder offline.Rafael Espindola2011-08-02
* move PassManagerBuilder.h to IPO. This is a non intuitive place to put it,Rafael Espindola2011-08-02
* Convert ConstantExpr::getGetElementPtr andJay Foad2011-07-21
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-18
* Convert CallInst and InvokeInst APIs to use ArrayRef.Jay Foad2011-07-15
* Second attempt at de-constifying LLVM Types in FunctionType::get(),Jay Foad2011-07-12
* Revert r134893 and r134888 (and related patches in other trees). It was causingBill Wendling2011-07-12
* De-constify Types in StructType::get() and TargetData::getIntPtrType().Jay Foad2011-07-11
* Land the long talked about "type system rewrite" patch. ThisChris Lattner2011-07-09
* Revamp the "ConstantStruct::get" methods. Previously, these were scatteredChris Lattner2011-06-20
* Add -O1/2/3 to bugpoint, so when you conclude opt -O2 reproduces an issue, yo...Eli Friedman2011-06-06
* switch bugpoint and liblto to PassManagerBuilder.Chris Lattner2011-05-22
* Have Program::Wait return -2 for crashed and timeouts instead of embeddingAndrew Trick2011-05-21
* Typo and missing checkin from r131186.Andrew Trick2011-05-11
* Bugpoint support for miscompilations that result in a crash.Andrew Trick2011-05-11
* ADT/Triple: Move a variety of clients to using isOSDarwin() and isOSWindows()Daniel Dunbar2011-04-19
* Fix whitespace.Michael J. Spencer2011-03-31
* Switch FileRemover from PathV1 to V2.Michael J. Spencer2011-03-31
* Remove PHINode::reserveOperandSpace(). Instead, add a parameter toJay Foad2011-03-30
* (Almost) always call reserveOperandSpace() on newly created PHINodes.Jay Foad2011-03-30
* fit in 80 cols.Chris Lattner2011-02-24
* Added bugpoint options: -compile-custom and -compile-command=...Andrew Trick2011-02-08
* whitespaceAndrew Trick2011-02-08
* Disable debug mode.Devang Patel2011-01-14
* Little help to debug the bugpoint itself.Devang Patel2011-01-13
* Merge System into Support.Michael J. Spencer2010-11-29
* Fix some places where error messages were being swallowed.Dan Gohman2010-11-09
* Rename FindExecutable to PrependMainExecutablePath.Mikhail Glushenkov2010-11-03
* 80-col violations, trailing whitespace.Mikhail Glushenkov2010-11-03
* Check for (unlikely) errors from FindExecutable.Dan Gohman2010-10-29
* Fix these error messages to not mention PATH in cases whereDan Gohman2010-10-29
* Delete this obsolete comment.Dan Gohman2010-10-29
* Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson2010-10-19
* Be more consistent in using ValueToValueMapTy.Rafael Espindola2010-10-13
* Move tool_output_file into its own file.Dan Gohman2010-10-07
* Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."Michael J. Spencer2010-09-13
* CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.Michael J. Spencer2010-09-10
* Make tool_output_file's raw_ostream instance a member variable insteadDan Gohman2010-09-01
* Straighten out any triple strings passed on the command line beforeDuncan Sands2010-08-28
* Apply "Win32's Hybrid path separator in argv[0] should be accepted to bugpoint",Chris Lattner2010-08-24
* Convert tools to use tool_output_file, and introduce errorDan Gohman2010-08-20
* Use RunPassesOn as in the rest of bugpoint.Rafael Espindola2010-08-10
* Add a opt-args option that can be used to pass arguments to every optRafael Espindola2010-08-08
* Most of bugpoint now only needs to know the pass names.Rafael Espindola2010-08-08
* Try to fix cmake build.Rafael Espindola2010-08-08
* Run opt instead of bugpoint itself.Rafael Espindola2010-08-07
* Move the bugpoint test passes to a plugin in preparation for having bugpointRafael Espindola2010-08-07