aboutsummaryrefslogtreecommitdiffstats
path: root/tools/bugpoint
Commit message (Expand)AuthorAgeFilesLines
* comment out debug codeChris Lattner2006-09-151-6/+6
* Add a new -cbe-bug mode, which works just like -run-llc, except that it usesChris Lattner2006-09-154-41/+61
* Fix --enable-valgrind. Add room for the new arguments, and don't keepNick Lewycky2006-09-141-3/+4
* Add --enable-valgrind option to run optimizations through valgrind toNick Lewycky2006-09-141-3/+16
* Change DisambiguateGlobalSymbols to not rename asm globals, which breaksChris Lattner2006-09-071-0/+1
* Use LINK_COMPONENTS to specify *components* to link against instead ofChris Lattner2006-09-041-7/+2
* Code cleanups, no functionality change.Chris Lattner2006-08-291-36/+30
* eliminate RegisterOpt. It does the same thing as RegisterPass.Chris Lattner2006-08-271-1/+1
* analyze no longer exists, don't offer to run it :)Chris Lattner2006-08-271-12/+1
* For PR797:Reid Spencer2006-08-234-15/+75
* For PR797:Reid Spencer2006-08-212-6/+9
* For PR885:Reid Spencer2006-08-211-2/+1
* For PR797:Reid Spencer2006-08-212-1/+3
* For PR797:Reid Spencer2006-08-181-9/+4
* fit in 80 colsChris Lattner2006-08-171-1/+2
* minor cleanupsChris Lattner2006-08-171-20/+16
* Adding FindBugs.cpp so the -find-bugs option will work.Patrick Jenkins2006-08-151-0/+119
* This commit adds a new feature called find-bugs. The find-bugs option can be ...Patrick Jenkins2006-08-155-26/+73
* Updating the comments above SplitFunctionsOutOfModule in ExtractFunction.cpp ...Patrick Jenkins2006-07-281-5/+0
* This commit improves bugpoints speed. On my G4 this changed caused kimwitu++ ...Patrick Jenkins2006-07-281-15/+132
* Tools require EH for their top-level try blocks.Chris Lattner2006-07-071-0/+1
* Pass -Xlinker flags to gcc when it builds the shared object.Chris Lattner2006-06-273-25/+45
* Don't pass target name into TargetData anymore, it is never used or needed.Chris Lattner2006-06-162-2/+2
* Teach bugpoint to kill optimization passes that run over the timeout limit,Chris Lattner2006-06-135-12/+14
* After telling GCC to type of the input file with -x asm/-x c, switch back toChris Lattner2006-06-091-0/+2
* Make sure this tool links in all of libVMCore.a because it can --loadReid Spencer2006-06-071-0/+1
* Move ToolRunner.(cpp|h) into the bugpoint directoryChris Lattner2006-06-066-9/+8
* Add the -Xlinker option to bugpoint which allows an option to be passedReid Spencer2006-06-063-14/+58
* Use archive libraries instead of object files for VMCore, BCReader,Reid Spencer2006-06-011-2/+2
* Patches to make the LLVM sources more -pedantic clean. Patch providedChris Lattner2006-05-241-1/+1
* print a nice error if bugpoint gets an error reading inputs. Bug identifiedChris Lattner2006-05-141-16/+21
* Fix a bug found by inspection.Chris Lattner2006-05-141-1/+5
* Remove dead return value.Chris Lattner2006-05-121-1/+1
* wrap long lineChris Lattner2006-05-041-1/+2
* add an assert to get a slightly better msg about this problemChris Lattner2006-03-161-0/+3
* Convert llvm.cs.uiuc.edu -> llvm.orgReid Spencer2006-03-141-1/+1
* Fix a really annoying bug in bugpoint that made reducing C++ testcasesChris Lattner2006-03-081-4/+89
* For transforms the behave differently if main goes away, add an option to pre...Andrew Lenharth2006-03-051-0/+13
* Let bugpoint work on sparc with v9 instructions enabled.Chris Lattner2006-02-041-0/+6
* Pass plugins on to children when optimizing.Andrew Lenharth2006-01-261-1/+10
* this doesn't work, remove itChris Lattner2006-01-231-2/+0
* add explicit #includes of iostreamChris Lattner2006-01-222-0/+2
* Add explicit #includes of <iostream>Chris Lattner2006-01-221-0/+1
* Revert this, I didn't mean to commit itChris Lattner2006-01-171-8/+0
* Add support for programs with a null argv[0]Chris Lattner2006-01-171-0/+8
* Fix line length of a comment.Reid Spencer2006-01-081-2/+2
* Get bugpoint building with VC++ again.Jeff Cohen2005-12-231-0/+1
* For PR351:Reid Spencer2005-12-224-65/+97
* Fix printing of the instructions.Chris Lattner2005-12-141-1/+1
* This solves the problem of the CBE renaming symbols that start with . but the...Andrew Lenharth2005-12-061-0/+2