[llvm-commits] CVS: llvm/tools/llvm-ld/Optimize.cpp

2006-08-20 Thread Reid Spencer
Changes in directory llvm/tools/llvm-ld: Optimize.cpp updated: 1.9 - 1.10 --- Log message: Convert llvm-ld to use the PluginLoader like opt instead of having its one-off (and broken) RunOptimizations function. Also, run some cleanup passes after the user's loaded passes run. This make sure to

[llvm-commits] CVS: llvm/tools/llvm-ld/Optimize.cpp

2006-08-20 Thread Reid Spencer
Changes in directory llvm/tools/llvm-ld: Optimize.cpp updated: 1.10 - 1.11 --- Log message: Rename the -verify option to be -verify-each so that it doesn't conflict with the -verify pass option. It is also more accurate in that this option causes a verify option to be run after every pass.

[llvm-commits] CVS: llvm/tools/llvm-ld/Optimize.cpp

2006-08-20 Thread Reid Spencer
Changes in directory llvm/tools/llvm-ld: Optimize.cpp updated: 1.11 - 1.12 --- Log message: Make sure the verify pass gets run after the user's loaded passes as well when the verify-each option is given. --- Diffs of the changes: (+2 -3) Optimize.cpp |5 ++--- 1 files changed, 2

[llvm-commits] CVS: llvm/llvm.spec.in

2006-08-20 Thread Reid Spencer
Changes in directory llvm: llvm.spec.in updated: 1.6 - 1.7 --- Log message: Minor technical correction in documentation. --- Diffs of the changes: (+1 -1) llvm.spec.in |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/llvm.spec.in diff -u llvm/llvm.spec.in:1.6

[llvm-commits] CVS: llvm/tools/opt/opt.cpp

2006-08-20 Thread Reid Spencer
Changes in directory llvm/tools/opt: opt.cpp updated: 1.112 - 1.113 --- Log message: For PR797: http://llvm.org/PR797 : Make sys::Program::ExecuteAndWait not throw exceptions and update any affected code. It now return - to signal that the program couldn't be executed. Only one case (in

[llvm-commits] CVS: llvm/tools/opt/opt.cpp

2006-08-20 Thread Nate Begeman
Changes in directory llvm/tools/opt: opt.cpp updated: 1.113 - 1.114 --- Log message: Fix a build failure --- Diffs of the changes: (+1 -1) opt.cpp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/tools/opt/opt.cpp diff -u llvm/tools/opt/opt.cpp:1.113

[llvm-commits] CVS: llvm/include/llvm/Transforms/LinkAllPasses.h

2006-08-20 Thread LLVM
Changes in directory llvm/include/llvm/Transforms: LinkAllPasses.h (r1.32) removed --- Log message: For PR885: http://llvm.org/PR885 : Consolidate the LinkAllAnalyses.h and LinkAllPasses.h headers into one so there is no dupliation. --- Diffs of the changes: (+0 -0) 0 files changed