- Mar 14, 2004
-
-
Chris Lattner authored
llvm-svn: 12395
-
Chris Lattner authored
llvm-svn: 12394
-
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
-
- Mar 12, 2004
-
-
Brian Gaeke authored
print out the name of the function being used. llvm-svn: 12347
-
- Feb 20, 2004
-
-
Chris Lattner authored
we can get. llvm-svn: 11653
-
Chris Lattner authored
very helpful. Let bugpoint favor being helpful instead of determined. llvm-svn: 11652
-
Chris Lattner authored
llvm-svn: 11651
-
- Feb 19, 2004
-
-
Chris Lattner authored
to the tool. llvm-svn: 11634
-
Chris Lattner authored
llvm-svn: 11624
-
Alkis Evlogimenos authored
interface: getMessage() is gone, use what() instead. llvm-svn: 11621
-
Chris Lattner authored
llvm-svn: 11617
-
Chris Lattner authored
* Implement a new code generator crash debugger which uses this predicate llvm-svn: 11614
-
Chris Lattner authored
llvm-svn: 11613
-
Chris Lattner authored
llvm-svn: 11612
-
- Feb 18, 2004
-
-
Chris Lattner authored
files. llvm-svn: 11607
-
Chris Lattner authored
deleteInstructionFromProgram be const llvm-svn: 11606
-
Chris Lattner authored
llvm-svn: 11605
-
Chris Lattner authored
classes in an anon namespace llvm-svn: 11604
-
Chris Lattner authored
many 'friends' of bugdriver. llvm-svn: 11603
-
Chris Lattner authored
llvm-svn: 11602
-
Chris Lattner authored
variable and the CBE variable are pointer equal. llvm-svn: 11599
-
Chris Lattner authored
llvm-svn: 11595
-
Chris Lattner authored
llvm-svn: 11594
-
Chris Lattner authored
llvm-svn: 11584
-
Chris Lattner authored
llvm-svn: 11583
-
- Feb 17, 2004
-
-
Chris Lattner authored
llvm-svn: 11534
-
- Feb 11, 2004
-
-
Brian Gaeke authored
Add ProgramExitedNonzero argument to executeProgram(), and make it tell its caller whether the program exited nonzero. Move executeProgramWithCBE() out of line, to ExecutionDriver.cpp, and remove its extra arguments which are always defaulted. Make it turn off check-exit-code if the program exits nonzero while generating a reference output. Make diffProgram() assume that any nonzero exit code is a failure, if check-exit-code is turned on. llvm-svn: 11325
-
- Jan 14, 2004
-
-
Chris Lattner authored
llvm-svn: 10839
-
- Dec 07, 2003
-
-
Chris Lattner authored
llvm-svn: 10308
-
Chris Lattner authored
llvm-svn: 10307
-
- Nov 29, 2003
-
-
Chris Lattner authored
llvm-svn: 10265
-
- Nov 23, 2003
-
-
Chris Lattner authored
llvm-svn: 10175
-
- Nov 22, 2003
-
-
Chris Lattner authored
llvm-svn: 10160
-
Chris Lattner authored
llvm-svn: 10159
-
- 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
-