summaryrefslogtreecommitdiff
path: root/tools/bugpoint
Commit message (Expand)AuthorAge
* make all llvm tools call llvm_shutdown when they exit, static'ify some stuff.Chris Lattner2006-12-06
* Replacing std::iostreams with llvm iostreams. Some of these changes involveBill Wendling2006-11-29
* Add an -append-exit-code option to bugpoint. This will cause bugpoint toReid Spencer2006-11-28
* For PR950:Reid Spencer2006-11-27
* Need <iostream> for the time being.Bill Wendling2006-11-17
* Minor style fixes from review.Reid Spencer2006-11-11
* Add a -disable-loop-extraction option to bugpoint.Reid Spencer2006-11-11
* completely revert patrick's enhancement to bugpoint. Though it makes bugpointChris Lattner2006-11-09
* add a new bugpoint mode -llc-safe. This uses LLC for both halves of aChris Lattner2006-11-09
* Unbreak VC++ build.Jeff Cohen2006-11-05
* For PR786:Reid Spencer2006-11-02
* Forgot a }Bill Wendling2006-10-27
* Re-added the part where it tries to remove all global variables first.Bill Wendling2006-10-27
* Fix for PR960. Improves bugpoint so that it removes global variableBill Wendling2006-10-25
* For PR950:Reid Spencer2006-10-20
* Make the bugpoint reduction heuristics more effective. Patch submitted byChris Lattner2006-10-10
* Remove a dead var noticed by YorionChris Lattner2006-10-09
* comment out debug codeChris Lattner2006-09-15
* Add a new -cbe-bug mode, which works just like -run-llc, except that it usesChris Lattner2006-09-15
* Fix --enable-valgrind. Add room for the new arguments, and don't keepNick Lewycky2006-09-14
* Add --enable-valgrind option to run optimizations through valgrind toNick Lewycky2006-09-14
* Change DisambiguateGlobalSymbols to not rename asm globals, which breaksChris Lattner2006-09-07
* Use LINK_COMPONENTS to specify *components* to link against instead ofChris Lattner2006-09-04
* Code cleanups, no functionality change.Chris Lattner2006-08-29
* eliminate RegisterOpt. It does the same thing as RegisterPass.Chris Lattner2006-08-27
* analyze no longer exists, don't offer to run it :)Chris Lattner2006-08-27
* For PR797:Reid Spencer2006-08-23
* For PR797:Reid Spencer2006-08-21
* For PR885:Reid Spencer2006-08-21
* For PR797:Reid Spencer2006-08-21
* For PR797:Reid Spencer2006-08-18
* fit in 80 colsChris Lattner2006-08-17
* minor cleanupsChris Lattner2006-08-17
* Adding FindBugs.cpp so the -find-bugs option will work.Patrick Jenkins2006-08-15
* This commit adds a new feature called find-bugs. The find-bugs option can be ...Patrick Jenkins2006-08-15
* Updating the comments above SplitFunctionsOutOfModule in ExtractFunction.cpp ...Patrick Jenkins2006-07-28
* This commit improves bugpoints speed. On my G4 this changed caused kimwitu++ ...Patrick Jenkins2006-07-28
* Tools require EH for their top-level try blocks.Chris Lattner2006-07-07
* Pass -Xlinker flags to gcc when it builds the shared object.Chris Lattner2006-06-27
* Don't pass target name into TargetData anymore, it is never used or needed.Chris Lattner2006-06-16
* Teach bugpoint to kill optimization passes that run over the timeout limit,Chris Lattner2006-06-13
* After telling GCC to type of the input file with -x asm/-x c, switch back toChris Lattner2006-06-09
* Make sure this tool links in all of libVMCore.a because it can --loadReid Spencer2006-06-07
* Move ToolRunner.(cpp|h) into the bugpoint directoryChris Lattner2006-06-06
* Add the -Xlinker option to bugpoint which allows an option to be passedReid Spencer2006-06-06
* Use archive libraries instead of object files for VMCore, BCReader,Reid Spencer2006-06-01
* Patches to make the LLVM sources more -pedantic clean. Patch providedChris Lattner2006-05-24
* print a nice error if bugpoint gets an error reading inputs. Bug identifiedChris Lattner2006-05-14
* Fix a bug found by inspection.Chris Lattner2006-05-14
* Remove dead return value.Chris Lattner2006-05-12