[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 inser

[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/l

[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 b

[llvm-commits] CVS: llvm/include/llvm/System/Program.h

2006-08-20 Thread Reid Spencer
Changes in directory llvm/include/llvm/System: Program.h updated: 1.11 -> 1.12 --- 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

[llvm-commits] CVS: llvm/lib/System/Unix/Program.inc

2006-08-20 Thread Reid Spencer
Changes in directory llvm/lib/System/Unix: Program.inc updated: 1.19 -> 1.20 --- 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 ca

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

2006-08-20 Thread Reid Spencer
Changes in directory llvm/tools/bugpoint: OptimizerDriver.cpp updated: 1.40 -> 1.41 ToolRunner.cpp updated: 1.54 -> 1.55 --- 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 t

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

2006-08-20 Thread Reid Spencer
Changes in directory llvm/tools/lto: lto.cpp updated: 1.5 -> 1.6 --- 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 bugpo

[llvm-commits] CVS: llvm/lib/Support/CommandLine.cpp GraphWriter.cpp

2006-08-20 Thread Reid Spencer
Changes in directory llvm/lib/Support: CommandLine.cpp updated: 1.71 -> 1.72 GraphWriter.cpp updated: 1.2 -> 1.3 --- 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 progr

[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/tools/opt/

[llvm-commits] CVS: llvm/include/llvm/Analysis/LinkAllAnalyses.h

2006-08-20 Thread LLVM
Changes in directory llvm/include/llvm/Analysis: LinkAllAnalyses.h (r1.6) 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

[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 ___

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

2006-08-20 Thread Reid Spencer
Changes in directory llvm/include/llvm: LinkAllPasses.h added (r1.1) --- 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: (+142 -0) LinkAllPasses.h | 142 +++

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

2006-08-20 Thread Reid Spencer
Changes in directory llvm/tools/opt: opt.cpp updated: 1.114 -> 1.115 --- 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: (+1 -1) opt.cpp |2 +- 1 files changed,

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

2006-08-20 Thread Reid Spencer
Changes in directory llvm/tools/bugpoint: bugpoint.cpp updated: 1.32 -> 1.33 --- 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: (+1 -2) bugpoint.cpp |3 +-- 1 f

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

2006-08-20 Thread Reid Spencer
Changes in directory llvm/include/llvm: LinkAllPasses.h updated: 1.1 -> 1.2 --- Log message: Fix the documentation for this file. --- Diffs of the changes: (+3 -3) LinkAllPasses.h |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) Index: llvm/include/llvm/LinkAllPasses.h dif

[llvm-commits] CVS: llvm/include/llvm/System/Program.h

2006-08-20 Thread Reid Spencer
Changes in directory llvm/include/llvm/System: Program.h updated: 1.12 -> 1.13 --- Log message: For PR797: http://llvm.org/PR797 : Change interface for error recovery without exceptions. --- Diffs of the changes: (+10 -8) Program.h | 18 ++ 1 files changed, 10 insertions(

[llvm-commits] CVS: llvm/lib/System/Win32/Program.inc Win32.h

2006-08-20 Thread Reid Spencer
Changes in directory llvm/lib/System/Win32: Program.inc updated: 1.16 -> 1.17 Win32.h updated: 1.6 -> 1.7 --- Log message: For PR797: http://llvm.org/PR797 : Remove all exception code from Program.inc and implement its new interface with an ErrMsg string argument. --- Diffs of the changes:

[llvm-commits] CVS: llvm/lib/System/Unix/Program.inc Unix.h

2006-08-20 Thread Reid Spencer
Changes in directory llvm/lib/System/Unix: Program.inc updated: 1.20 -> 1.21 Unix.h updated: 1.15 -> 1.16 --- Log message: For PR797: http://llvm.org/PR797 : Remove all exception code from Program.inc and implement its new interface with an ErrMsg string argument. --- Diffs of the changes:

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

2006-08-20 Thread Reid Spencer
Changes in directory llvm/tools/bugpoint: OptimizerDriver.cpp updated: 1.41 -> 1.42 ToolRunner.cpp updated: 1.55 -> 1.56 --- Log message: For PR797: http://llvm.org/PR797 : Adjust usage of the ExecuteAndWait function to use the last argument which is the ErrMsg string. This is necessitated beca

[llvm-commits] CVS: llvm/lib/Support/GraphWriter.cpp

2006-08-20 Thread Reid Spencer
Changes in directory llvm/lib/Support: GraphWriter.cpp updated: 1.3 -> 1.4 --- Log message: For PR797: http://llvm.org/PR797 : Adjust usage of the ExecuteAndWait function to use the last argument which is the ErrMsg string. This is necessitated because this function no longer throws exceptions

[llvm-commits] CVS: llvm/tools/llvmc/CompilerDriver.cpp CompilerDriver.h llvmc.cpp

2006-08-20 Thread Reid Spencer
Changes in directory llvm/tools/llvmc: CompilerDriver.cpp updated: 1.38 -> 1.39 CompilerDriver.h updated: 1.20 -> 1.21 llvmc.cpp updated: 1.29 -> 1.30 --- Log message: For PR797: http://llvm.org/PR797 : Adjust usage of the ExecuteAndWait function to use the last argument which is the ErrMsg str

[llvm-commits] CVS: llvm/tools/gccld/GenerateCode.cpp gccld.cpp gccld.h

2006-08-20 Thread Reid Spencer
Changes in directory llvm/tools/gccld: GenerateCode.cpp updated: 1.59 -> 1.60 gccld.cpp updated: 1.108 -> 1.109 gccld.h updated: 1.18 -> 1.19 --- Log message: For PR797: http://llvm.org/PR797 : Adjust usage of the ExecuteAndWait function to use the last argument which is the ErrMsg string. This

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

2006-08-20 Thread Reid Spencer
Changes in directory llvm/tools/llvm-ld: llvm-ld.cpp updated: 1.33 -> 1.34 --- Log message: For PR797: http://llvm.org/PR797 : Adjust usage of the ExecuteAndWait function to use the last argument which is the ErrMsg string. This is necessitated because this function no longer throws exceptions