| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Replacing std::iostreams with llvm iostreams. Some of these changes involve | Bill Wendling | 2006-11-29 | 1 | -21/+25 |
* | Add an -append-exit-code option to bugpoint. This will cause bugpoint to | Reid Spencer | 2006-11-28 | 1 | -0/+11 |
* | For PR950: | Reid Spencer | 2006-11-27 | 2 | -4/+4 |
* | Need <iostream> for the time being. | Bill Wendling | 2006-11-17 | 1 | -0/+1 |
* | Minor style fixes from review. | Reid Spencer | 2006-11-11 | 1 | -3/+2 |
* | Add a -disable-loop-extraction option to bugpoint. | Reid Spencer | 2006-11-11 | 1 | -2/+9 |
* | completely revert patrick's enhancement to bugpoint. Though it makes bugpoint | Chris Lattner | 2006-11-09 | 1 | -123/+15 |
* | add a new bugpoint mode -llc-safe. This uses LLC for both halves of a | Chris Lattner | 2006-11-09 | 1 | -3/+9 |
* | Unbreak VC++ build. | Jeff Cohen | 2006-11-05 | 1 | -1/+1 |
* | For PR786: | Reid Spencer | 2006-11-02 | 2 | -2/+1 |
* | Forgot a } | Bill Wendling | 2006-10-27 | 1 | -0/+1 |
* | Re-added the part where it tries to remove all global variables first. | Bill Wendling | 2006-10-27 | 1 | -12/+37 |
* | Fix for PR960. Improves bugpoint so that it removes global variable | Bill Wendling | 2006-10-25 | 3 | -23/+110 |
* | For PR950: | Reid Spencer | 2006-10-20 | 1 | -3/+3 |
* | Make the bugpoint reduction heuristics more effective. Patch submitted by | Chris Lattner | 2006-10-10 | 1 | -2/+58 |
* | Remove a dead var noticed by Yorion | Chris Lattner | 2006-10-09 | 1 | -1/+0 |
* | comment out debug code | Chris Lattner | 2006-09-15 | 1 | -6/+6 |
* | Add a new -cbe-bug mode, which works just like -run-llc, except that it uses | Chris Lattner | 2006-09-15 | 4 | -41/+61 |
* | Fix --enable-valgrind. Add room for the new arguments, and don't keep | Nick Lewycky | 2006-09-14 | 1 | -3/+4 |
* | Add --enable-valgrind option to run optimizations through valgrind to | Nick Lewycky | 2006-09-14 | 1 | -3/+16 |
* | Change DisambiguateGlobalSymbols to not rename asm globals, which breaks | Chris Lattner | 2006-09-07 | 1 | -0/+1 |
* | Use LINK_COMPONENTS to specify *components* to link against instead of | Chris Lattner | 2006-09-04 | 1 | -7/+2 |
* | Code cleanups, no functionality change. | Chris Lattner | 2006-08-29 | 1 | -36/+30 |
* | eliminate RegisterOpt. It does the same thing as RegisterPass. | Chris Lattner | 2006-08-27 | 1 | -1/+1 |
* | analyze no longer exists, don't offer to run it :) | Chris Lattner | 2006-08-27 | 1 | -12/+1 |
* | For PR797: | Reid Spencer | 2006-08-23 | 4 | -15/+75 |
* | For PR797: | Reid Spencer | 2006-08-21 | 2 | -6/+9 |
* | For PR885: | Reid Spencer | 2006-08-21 | 1 | -2/+1 |
* | For PR797: | Reid Spencer | 2006-08-21 | 2 | -1/+3 |
* | For PR797: | Reid Spencer | 2006-08-18 | 1 | -9/+4 |
* | fit in 80 cols | Chris Lattner | 2006-08-17 | 1 | -1/+2 |
* | minor cleanups | Chris Lattner | 2006-08-17 | 1 | -20/+16 |
* | Adding FindBugs.cpp so the -find-bugs option will work. | Patrick Jenkins | 2006-08-15 | 1 | -0/+119 |
* | This commit adds a new feature called find-bugs. The find-bugs option can be ... | Patrick Jenkins | 2006-08-15 | 5 | -26/+73 |
* | Updating the comments above SplitFunctionsOutOfModule in ExtractFunction.cpp ... | Patrick Jenkins | 2006-07-28 | 1 | -5/+0 |
* | This commit improves bugpoints speed. On my G4 this changed caused kimwitu++ ... | Patrick Jenkins | 2006-07-28 | 1 | -15/+132 |
* | Tools require EH for their top-level try blocks. | Chris Lattner | 2006-07-07 | 1 | -0/+1 |
* | Pass -Xlinker flags to gcc when it builds the shared object. | Chris Lattner | 2006-06-27 | 3 | -25/+45 |
* | Don't pass target name into TargetData anymore, it is never used or needed. | Chris Lattner | 2006-06-16 | 2 | -2/+2 |
* | Teach bugpoint to kill optimization passes that run over the timeout limit, | Chris Lattner | 2006-06-13 | 5 | -12/+14 |
* | After telling GCC to type of the input file with -x asm/-x c, switch back to | Chris Lattner | 2006-06-09 | 1 | -0/+2 |
* | Make sure this tool links in all of libVMCore.a because it can --load | Reid Spencer | 2006-06-07 | 1 | -0/+1 |
* | Move ToolRunner.(cpp|h) into the bugpoint directory | Chris Lattner | 2006-06-06 | 6 | -9/+8 |
* | Add the -Xlinker option to bugpoint which allows an option to be passed | Reid Spencer | 2006-06-06 | 3 | -14/+58 |
* | Use archive libraries instead of object files for VMCore, BCReader, | Reid Spencer | 2006-06-01 | 1 | -2/+2 |
* | Patches to make the LLVM sources more -pedantic clean. Patch provided | Chris Lattner | 2006-05-24 | 1 | -1/+1 |
* | print a nice error if bugpoint gets an error reading inputs. Bug identified | Chris Lattner | 2006-05-14 | 1 | -16/+21 |
* | Fix a bug found by inspection. | Chris Lattner | 2006-05-14 | 1 | -1/+5 |
* | Remove dead return value. | Chris Lattner | 2006-05-12 | 1 | -1/+1 |
* | wrap long line | Chris Lattner | 2006-05-04 | 1 | -1/+2 |