- Apr 02, 2004
-
-
Chris Lattner authored
llvm-svn: 12612
-
Chris Lattner authored
hacking on programs with two functions that have the same name. llvm-svn: 12604
-
- Mar 17, 2004
-
-
Chris Lattner authored
accomplished something when it really did not. This does not fix the bigger problem tho. llvm-svn: 12469
-
- Mar 14, 2004
-
-
Chris Lattner authored
miscompiled, try to use the loop extractor to reduce the program down to a loop nest that is being miscompiled. In practice, the loop extractor appears to have too many bugs for this to be useful, but hopefully they will be fixed soon... llvm-svn: 12398
-
Chris Lattner authored
llvm-svn: 12395
-
Chris Lattner authored
* Make several methods of bugdriver global functions (ParseInputFile, PrintFunctionList) * Make PrintFunctionList truncate the output after 10 entries, like the crash debugger did. This allows code sharing. * Add a couple of methods to BugDriver that allows us to eliminate some friends * Improve comments in ExtractFunction.cpp * Make classes that used to be friends up bugdriver now live in anon namespaces * Rip a bunch of functionality in the miscompilation tester into a new TestMergedProgram function for future code sharing. * Fix a bug in the miscompilation tester induced in my last checkin llvm-svn: 12393
-
Chris Lattner authored
llvm-svn: 12391
-
Chris Lattner authored
llvm-svn: 12388
-
Chris Lattner authored
code duplication. Also, don't use ReduceMiscompilingFunctions::TestFuncs to print out the final message. llvm-svn: 12387
-
- Mar 13, 2004
-
-
Chris Lattner authored
Also remove an option to disable adce :) llvm-svn: 12359
-
- Feb 18, 2004
-
-
Chris Lattner authored
deleteInstructionFromProgram be const llvm-svn: 11606
-
- Dec 07, 2003
-
-
Chris Lattner authored
llvm-svn: 10307
-
- Nov 23, 2003
-
-
Chris Lattner authored
llvm-svn: 10175
-
- Nov 11, 2003
-
-
Brian Gaeke authored
llvm-svn: 9903
-
- Nov 05, 2003
-
-
Chris Lattner authored
in final cleanups. Then you had to run the whole mess again with -disable-final-cleanups. This makes bugpoint run the cleanups in a protected environment so that if they crash, bugpoint itself doesn't crash. This makes things much happier, implements a FIXME, and gets rid of YABPO (yet another bugpoint option). llvm-svn: 9743
-
Chris Lattner authored
llvm-svn: 9740
-
- Oct 23, 2003
-
-
Chris Lattner authored
llvm-svn: 9406
-
- Oct 20, 2003
-
-
Chris Lattner authored
llvm-svn: 9293
-
John Criswell authored
llvm-svn: 9291
-
- Sep 10, 2003
-
-
Brian Gaeke authored
tools/extract instead..... heh llvm-svn: 8464
-
- Aug 07, 2003
-
-
Misha Brukman authored
llvm-svn: 7689
-
- Aug 05, 2003
-
-
Chris Lattner authored
narrowing, no matter what. llvm-svn: 7596
-
- Aug 01, 2003
-
-
Chris Lattner authored
llvm-svn: 7477
-
- Jun 25, 2003
-
-
Chris Lattner authored
llvm-svn: 6896
-
- May 21, 2003
-
-
Chris Lattner authored
llvm-svn: 6271
-
Chris Lattner authored
llvm-svn: 6267
-
- Apr 26, 2003
-
-
Chris Lattner authored
llvm-svn: 5950
-
- Apr 25, 2003
-
-
Chris Lattner authored
llvm-svn: 5917
-
Chris Lattner authored
llvm-svn: 5913
-
- Mar 07, 2003
-
-
Chris Lattner authored
llvm-svn: 5723
-
- Feb 28, 2003
-
-
Chris Lattner authored
- This also speeds it up as the bytecode writer isn't terribly fast. * Add a new cleanup pass after everything else to run -funcresolve -globaldce llvm-svn: 5668
-
- Jan 23, 2003
-
-
Chris Lattner authored
out of a large function to reduce it. llvm-svn: 5408
-
- Nov 20, 2002
-
-
Chris Lattner authored
llvm-svn: 4789
-