[llvm-commits] CVS: llvm/tools/bugpoint/CrashDebugger.cpp ExtractFunction.cpp Miscompilation.cpp

2007-02-05 Thread Reid Spencer
Changes in directory llvm/tools/bugpoint: CrashDebugger.cpp updated: 1.55 - 1.56 ExtractFunction.cpp updated: 1.57 - 1.58 Miscompilation.cpp updated: 1.85 - 1.86 --- Log message: For PR411: http://llvm.org/PR411 : This patch replaces the SymbolTable class with ValueSymbolTable which does not

[llvm-commits] CVS: llvm/tools/bugpoint/CrashDebugger.cpp ExtractFunction.cpp Miscompilation.cpp

2007-01-30 Thread Reid Spencer
Changes in directory llvm/tools/bugpoint: CrashDebugger.cpp updated: 1.54 - 1.55 ExtractFunction.cpp updated: 1.56 - 1.57 Miscompilation.cpp updated: 1.84 - 1.85 --- Log message: For PR1136: http://llvm.org/PR1136 : Rename GlobalVariable::isExternal as isDeclaration to avoid confusion with

[llvm-commits] CVS: llvm/tools/bugpoint/CrashDebugger.cpp

2007-01-05 Thread Reid Spencer
Changes in directory llvm/tools/bugpoint: CrashDebugger.cpp updated: 1.53 - 1.54 --- Log message: For PR411: http://llvm.org/PR411 : Take an incremental step towards type plane elimination. This change separates types from values in the symbol tables by finally making use of the

[llvm-commits] CVS: llvm/tools/bugpoint/CrashDebugger.cpp Miscompilation.cpp

2006-11-02 Thread Reid Spencer
Changes in directory llvm/tools/bugpoint: CrashDebugger.cpp updated: 1.52 - 1.53 Miscompilation.cpp updated: 1.77 - 1.78 --- Log message: For PR786: http://llvm.org/PR786 : Turn on -Wunused and -Wno-unused-parameter. Clean up most of the resulting fall out by removing unused variables.

[llvm-commits] CVS: llvm/tools/bugpoint/CrashDebugger.cpp

2006-10-27 Thread Bill Wendling
Changes in directory llvm/tools/bugpoint: CrashDebugger.cpp updated: 1.50 - 1.51 --- Log message: Re-added the part where it tries to remove all global variables first. --- Diffs of the changes: (+38 -13) CrashDebugger.cpp | 51 ++- 1

[llvm-commits] CVS: llvm/tools/bugpoint/CrashDebugger.cpp

2006-03-16 Thread Chris Lattner
Changes in directory llvm/tools/bugpoint: CrashDebugger.cpp updated: 1.46 - 1.47 --- Log message: add an assert to get a slightly better msg about this problem --- Diffs of the changes: (+3 -0) CrashDebugger.cpp |3 +++ 1 files changed, 3 insertions(+) Index:

[llvm-commits] CVS: llvm/tools/bugpoint/CrashDebugger.cpp

2006-03-05 Thread Andrew Lenharth
Changes in directory llvm/tools/bugpoint: CrashDebugger.cpp updated: 1.45 - 1.46 --- Log message: For transforms the behave differently if main goes away, add an option to prevent bugpoint from removing main --- Diffs of the changes: (+13 -0) CrashDebugger.cpp | 13 + 1