aboutsummaryrefslogtreecommitdiff
path: root/tools/bugpoint
AgeCommit message (Expand)Author
2006-09-14Add --enable-valgrind option to run optimizations through valgrind toNick Lewycky
2006-09-07Change DisambiguateGlobalSymbols to not rename asm globals, which breaksChris Lattner
2006-09-04Use LINK_COMPONENTS to specify *components* to link against instead ofChris Lattner
2006-08-29Code cleanups, no functionality change.Chris Lattner
2006-08-27eliminate RegisterOpt. It does the same thing as RegisterPass.Chris Lattner
2006-08-27analyze no longer exists, don't offer to run it :)Chris Lattner
2006-08-23For PR797:Reid Spencer
2006-08-21For PR797:Reid Spencer
2006-08-21For PR885:Reid Spencer
2006-08-21For PR797:Reid Spencer
2006-08-18For PR797:Reid Spencer
2006-08-17fit in 80 colsChris Lattner
2006-08-17minor cleanupsChris Lattner
2006-08-15Adding FindBugs.cpp so the -find-bugs option will work.Patrick Jenkins
2006-08-15This commit adds a new feature called find-bugs. The find-bugs option can be ...Patrick Jenkins
2006-07-28Updating the comments above SplitFunctionsOutOfModule in ExtractFunction.cpp ...Patrick Jenkins
2006-07-28This commit improves bugpoints speed. On my G4 this changed caused kimwitu++ ...Patrick Jenkins
2006-07-07Tools require EH for their top-level try blocks.Chris Lattner
2006-06-27Pass -Xlinker flags to gcc when it builds the shared object.Chris Lattner
2006-06-16Don't pass target name into TargetData anymore, it is never used or needed.Chris Lattner
2006-06-13Teach bugpoint to kill optimization passes that run over the timeout limit,Chris Lattner
2006-06-09After telling GCC to type of the input file with -x asm/-x c, switch back toChris Lattner
2006-06-07Make sure this tool links in all of libVMCore.a because it can --loadReid Spencer
2006-06-06Move ToolRunner.(cpp|h) into the bugpoint directoryChris Lattner
2006-06-06Add the -Xlinker option to bugpoint which allows an option to be passedReid Spencer
2006-06-01Use archive libraries instead of object files for VMCore, BCReader,Reid Spencer
2006-05-24Patches to make the LLVM sources more -pedantic clean. Patch providedChris Lattner
2006-05-14print a nice error if bugpoint gets an error reading inputs. Bug identifiedChris Lattner
2006-05-14Fix a bug found by inspection.Chris Lattner
2006-05-12Remove dead return value.Chris Lattner
2006-05-04wrap long lineChris Lattner
2006-03-16add an assert to get a slightly better msg about this problemChris Lattner
2006-03-14Convert llvm.cs.uiuc.edu -> llvm.orgReid Spencer
2006-03-08Fix a really annoying bug in bugpoint that made reducing C++ testcasesChris Lattner
2006-03-05For transforms the behave differently if main goes away, add an option to pre...Andrew Lenharth
2006-02-04Let bugpoint work on sparc with v9 instructions enabled.Chris Lattner
2006-01-26Pass plugins on to children when optimizing.Andrew Lenharth
2006-01-23this doesn't work, remove itChris Lattner
2006-01-22add explicit #includes of iostreamChris Lattner
2006-01-22Add explicit #includes of <iostream>Chris Lattner
2006-01-17Revert this, I didn't mean to commit itChris Lattner
2006-01-17Add support for programs with a null argv[0]Chris Lattner
2006-01-08Fix line length of a comment.Reid Spencer
2005-12-23Get bugpoint building with VC++ again.Jeff Cohen
2005-12-22For PR351:Reid Spencer
2005-12-14Fix printing of the instructions.Chris Lattner
2005-12-06This solves the problem of the CBE renaming symbols that start with . but the...Andrew Lenharth
2005-10-27Move some constant folding code shared by Analysis and Transform passesJohn Criswell
2005-10-261. Remove libraries no longer created from the list of libraries linked into theJohn Criswell
2005-10-24Remove a now-unneeded libraryChris Lattner