[llvm-commits] CVS: llvm/lib/Bytecode/Reader/Reader.h

2006-07-06 Thread Chris Lattner
Changes in directory llvm/lib/Bytecode/Reader: Reader.h updated: 1.29 -> 1.30 --- Log message: Fix a bug in my previous patch which broke building llvm/runtime when using llvm-gcc3. --- Diffs of the changes: (+1 -1) Reader.h |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Inde

[llvm-commits] CVS: llvm/test/Regression/CodeGen/Alpha/2006-07-03-ASMFormalLowering.ll

2006-07-06 Thread Chris Lattner
Changes in directory llvm/test/Regression/CodeGen/Alpha: 2006-07-03-ASMFormalLowering.ll updated: 1.1 -> 1.2 --- Log message: Xfail this --- Diffs of the changes: (+2 -2) 2006-07-03-ASMFormalLowering.ll |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm/test/Regres

[llvm-commits] CVS: llvm/tools/gccas/Makefile

2006-07-06 Thread Chris Lattner
Changes in directory llvm/tools/gccas: Makefile updated: 1.25 -> 1.26 --- Log message: Tools require EH for their top-level try blocks. --- Diffs of the changes: (+1 -0) Makefile |1 + 1 files changed, 1 insertion(+) Index: llvm/tools/gccas/Makefile diff -u llvm/tools/gccas/Makefile:

[llvm-commits] CVS: llvm/tools/bugpoint/Makefile

2006-07-06 Thread Chris Lattner
Changes in directory llvm/tools/bugpoint: Makefile updated: 1.17 -> 1.18 --- Log message: Tools require EH for their top-level try blocks. --- Diffs of the changes: (+1 -0) Makefile |1 + 1 files changed, 1 insertion(+) Index: llvm/tools/bugpoint/Makefile diff -u llvm/tools/bugpoint/

[llvm-commits] CVS: llvm/lib/System/Makefile

2006-07-06 Thread Chris Lattner
Changes in directory llvm/lib/System: Makefile updated: 1.11 -> 1.12 --- Log message: This uses EH extensively --- Diffs of the changes: (+1 -0) Makefile |1 + 1 files changed, 1 insertion(+) Index: llvm/lib/System/Makefile diff -u llvm/lib/System/Makefile:1.11 llvm/lib/System/Makefi

[llvm-commits] CVS: llvm/tools/llc/Makefile

2006-07-06 Thread Chris Lattner
Changes in directory llvm/tools/llc: Makefile updated: 1.83 -> 1.84 --- Log message: Tools require EH for their top-level try blocks. --- Diffs of the changes: (+1 -0) Makefile |1 + 1 files changed, 1 insertion(+) Index: llvm/tools/llc/Makefile diff -u llvm/tools/llc/Makefile:1.83 l

[llvm-commits] CVS: llvm/tools/opt/Makefile

2006-07-06 Thread Chris Lattner
Changes in directory llvm/tools/opt: Makefile updated: 1.55 -> 1.56 --- Log message: Tools require EH for their top-level try blocks. --- Diffs of the changes: (+1 -0) Makefile |1 + 1 files changed, 1 insertion(+) Index: llvm/tools/opt/Makefile diff -u llvm/tools/opt/Makefile:1.55 l

[llvm-commits] CVS: llvm/tools/gccld/Makefile

2006-07-06 Thread Chris Lattner
Changes in directory llvm/tools/gccld: Makefile updated: 1.15 -> 1.16 --- Log message: Tools require EH for their top-level try blocks. --- Diffs of the changes: (+1 -0) Makefile |1 + 1 files changed, 1 insertion(+) Index: llvm/tools/gccld/Makefile diff -u llvm/tools/gccld/Makefile:

[llvm-commits] CVS: llvm/tools/analyze/Makefile

2006-07-06 Thread Chris Lattner
Changes in directory llvm/tools/analyze: Makefile updated: 1.31 -> 1.32 --- Log message: Tools require EH for their top-level try blocks. --- Diffs of the changes: (+1 -0) Makefile |1 + 1 files changed, 1 insertion(+) Index: llvm/tools/analyze/Makefile diff -u llvm/tools/analyze/Mak

[llvm-commits] CVS: llvm/tools/llvm-prof/Makefile

2006-07-06 Thread Chris Lattner
Changes in directory llvm/tools/llvm-prof: Makefile updated: 1.7 -> 1.8 --- Log message: Tools require EH for their top-level try blocks. --- Diffs of the changes: (+1 -0) Makefile |1 + 1 files changed, 1 insertion(+) Index: llvm/tools/llvm-prof/Makefile diff -u llvm/tools/llvm-prof

[llvm-commits] CVS: llvm/tools/llvmc/Makefile

2006-07-06 Thread Chris Lattner
Changes in directory llvm/tools/llvmc: Makefile updated: 1.19 -> 1.20 --- Log message: Tools require EH for their top-level try blocks. --- Diffs of the changes: (+1 -0) Makefile |1 + 1 files changed, 1 insertion(+) Index: llvm/tools/llvmc/Makefile diff -u llvm/tools/llvmc/Makefile:

[llvm-commits] CVS: llvm/tools/llvm-as/Makefile

2006-07-06 Thread Chris Lattner
Changes in directory llvm/tools/llvm-as: Makefile updated: 1.17 -> 1.18 --- Log message: Tools require EH for their top-level try blocks. --- Diffs of the changes: (+1 -0) Makefile |1 + 1 files changed, 1 insertion(+) Index: llvm/tools/llvm-as/Makefile diff -u llvm/tools/llvm-as/Mak

[llvm-commits] CVS: llvm/tools/lli/Makefile

2006-07-06 Thread Chris Lattner
Changes in directory llvm/tools/lli: Makefile updated: 1.48 -> 1.49 --- Log message: Tools require EH for their top-level try blocks. --- Diffs of the changes: (+1 -0) Makefile |1 + 1 files changed, 1 insertion(+) Index: llvm/tools/lli/Makefile diff -u llvm/tools/lli/Makefile:1.48 l

[llvm-commits] CVS: llvm/tools/llvm-bcanalyzer/Makefile

2006-07-06 Thread Chris Lattner
Changes in directory llvm/tools/llvm-bcanalyzer: Makefile updated: 1.5 -> 1.6 --- Log message: Tools require EH for their top-level try blocks. --- Diffs of the changes: (+2 -0) Makefile |2 ++ 1 files changed, 2 insertions(+) Index: llvm/tools/llvm-bcanalyzer/Makefile diff -u llvm/t

[llvm-commits] CVS: llvm/tools/llvm2cpp/Makefile

2006-07-06 Thread Chris Lattner
Changes in directory llvm/tools/llvm2cpp: Makefile updated: 1.6 -> 1.7 --- Log message: Tools require EH for their top-level try blocks. --- Diffs of the changes: (+1 -0) Makefile |1 + 1 files changed, 1 insertion(+) Index: llvm/tools/llvm2cpp/Makefile diff -u llvm/tools/llvm2cpp/Ma

[llvm-commits] CVS: llvm/tools/llvm-ld/Makefile

2006-07-06 Thread Chris Lattner
Changes in directory llvm/tools/llvm-ld: Makefile updated: 1.8 -> 1.9 --- Log message: Tools require EH for their top-level try blocks. --- Diffs of the changes: (+1 -0) Makefile |1 + 1 files changed, 1 insertion(+) Index: llvm/tools/llvm-ld/Makefile diff -u llvm/tools/llvm-ld/Makef

[llvm-commits] CVS: llvm/tools/llvm-dis/Makefile

2006-07-06 Thread Chris Lattner
Changes in directory llvm/tools/llvm-dis: Makefile updated: 1.18 -> 1.19 --- Log message: Tools require EH for their top-level try blocks. --- Diffs of the changes: (+2 -0) Makefile |2 ++ 1 files changed, 2 insertions(+) Index: llvm/tools/llvm-dis/Makefile diff -u llvm/tools/llvm-di

[llvm-commits] CVS: llvm/tools/llvm-link/Makefile

2006-07-06 Thread Chris Lattner
Changes in directory llvm/tools/llvm-link: Makefile updated: 1.13 -> 1.14 --- Log message: Tools require EH for their top-level try blocks. --- Diffs of the changes: (+1 -0) Makefile |1 + 1 files changed, 1 insertion(+) Index: llvm/tools/llvm-link/Makefile diff -u llvm/tools/llvm-li

[llvm-commits] CVS: llvm/tools/llvm-db/Makefile

2006-07-06 Thread Chris Lattner
Changes in directory llvm/tools/llvm-db: Makefile updated: 1.10 -> 1.11 --- Log message: Tools require EH for their top-level try blocks. --- Diffs of the changes: (+1 -0) Makefile |1 + 1 files changed, 1 insertion(+) Index: llvm/tools/llvm-db/Makefile diff -u llvm/tools/llvm-db/Mak

[llvm-commits] CVS: llvm/tools/llvm-nm/Makefile

2006-07-06 Thread Chris Lattner
Changes in directory llvm/tools/llvm-nm: Makefile updated: 1.7 -> 1.8 --- Log message: Tools require EH for their top-level try blocks. --- Diffs of the changes: (+2 -0) Makefile |2 ++ 1 files changed, 2 insertions(+) Index: llvm/tools/llvm-nm/Makefile diff -u llvm/tools/llvm-nm/Mak

[llvm-commits] CVS: llvm/tools/llvm-ar/Makefile

2006-07-06 Thread Chris Lattner
Changes in directory llvm/tools/llvm-ar: Makefile updated: 1.9 -> 1.10 --- Log message: Tools require EH for their top-level try blocks. --- Diffs of the changes: (+1 -0) Makefile |1 + 1 files changed, 1 insertion(+) Index: llvm/tools/llvm-ar/Makefile diff -u llvm/tools/llvm-ar/Make

[llvm-commits] CVS: llvm/tools/llvm-config/Makefile

2006-07-06 Thread Chris Lattner
Changes in directory llvm/tools/llvm-config: Makefile updated: 1.10 -> 1.11 --- Log message: Tools require EH for their top-level try blocks. --- Diffs of the changes: (+1 -0) Makefile |1 + 1 files changed, 1 insertion(+) Index: llvm/tools/llvm-config/Makefile diff -u llvm/tools/llv

[llvm-commits] CVS: llvm/tools/llvm-extract/Makefile

2006-07-06 Thread Chris Lattner
Changes in directory llvm/tools/llvm-extract: Makefile updated: 1.4 -> 1.5 --- Log message: Tools require EH for their top-level try blocks. --- Diffs of the changes: (+1 -0) Makefile |1 + 1 files changed, 1 insertion(+) Index: llvm/tools/llvm-extract/Makefile diff -u llvm/tools/llv

[llvm-commits] CVS: llvm/tools/llvm-ranlib/Makefile

2006-07-06 Thread Chris Lattner
Changes in directory llvm/tools/llvm-ranlib: Makefile updated: 1.4 -> 1.5 --- Log message: Tools require EH for their top-level try blocks. --- Diffs of the changes: (+1 -0) Makefile |1 + 1 files changed, 1 insertion(+) Index: llvm/tools/llvm-ranlib/Makefile diff -u llvm/tools/llvm-

[llvm-commits] CVS: llvm/utils/TableGen/Makefile

2006-07-06 Thread Chris Lattner
Changes in directory llvm/utils/TableGen: Makefile updated: 1.18 -> 1.19 --- Log message: tblgen uses EH --- Diffs of the changes: (+2 -0) Makefile |2 ++ 1 files changed, 2 insertions(+) Index: llvm/utils/TableGen/Makefile diff -u llvm/utils/TableGen/Makefile:1.18 llvm/utils/TableGe

[llvm-commits] CVS: llvm/projects/Stacker/lib/compiler/Makefile

2006-07-06 Thread Chris Lattner
Changes in directory llvm/projects/Stacker/lib/compiler: Makefile updated: 1.8 -> 1.9 --- Log message: Stacker uses EH. --- Diffs of the changes: (+1 -0) Makefile |1 + 1 files changed, 1 insertion(+) Index: llvm/projects/Stacker/lib/compiler/Makefile diff -u llvm/projects/Stacker/li

[llvm-commits] CVS: llvm/projects/Stacker/tools/stkrc/Makefile

2006-07-06 Thread Chris Lattner
Changes in directory llvm/projects/Stacker/tools/stkrc: Makefile updated: 1.11 -> 1.12 --- Log message: Stacker uses EH. --- Diffs of the changes: (+1 -0) Makefile |1 + 1 files changed, 1 insertion(+) Index: llvm/projects/Stacker/tools/stkrc/Makefile diff -u llvm/projects/Stacker/to

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

2006-07-06 Thread Chris Lattner
Changes in directory llvm/include/llvm: ModuleProvider.h updated: 1.12 -> 1.13 --- Log message: Fix an embarassing bug reid noticed --- Diffs of the changes: (+1 -1) ModuleProvider.h |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/include/llvm/ModuleProvider.h diff

[llvm-commits] CVS: llvm/tools/llvm2cpp/Makefile llvm2cpp.cpp

2006-07-06 Thread Chris Lattner
Changes in directory llvm/tools/llvm2cpp: Makefile updated: 1.5 -> 1.6 llvm2cpp.cpp updated: 1.4 -> 1.5 --- Log message: Fix PR819: http://llvm.org/PR819 , llvm2cpp should read .bc files, not .ll files. --- Diffs of the changes: (+56 -83) Makefile |5 -- llvm2cpp.cpp | 134 ++

[llvm-commits] CVS: llvm/include/llvm/Support/SlowOperationInformer.h

2006-07-06 Thread Chris Lattner
Changes in directory llvm/include/llvm/Support: SlowOperationInformer.h updated: 1.7 -> 1.8 --- Log message: Modify the SlowOperationInformer interface to not throw exceptions. --- Diffs of the changes: (+8 -9) SlowOperationInformer.h | 17 - 1 files changed, 8 insertions

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

2006-07-06 Thread Chris Lattner
Changes in directory llvm/lib/Support: SlowOperationInformer.cpp updated: 1.7 -> 1.8 --- Log message: Modify the SlowOperationInformer interface to not throw exceptions. --- Diffs of the changes: (+4 -3) SlowOperationInformer.cpp |7 --- 1 files changed, 4 insertions(+), 3 deletion

[llvm-commits] CVS: llvm/utils/NewNightlyTest.pl

2006-07-06 Thread Patrick Jenkins
Changes in directory llvm/utils: NewNightlyTest.pl updated: 1.1 -> 1.2 --- Log message: Fixed a bug that looked for -Warnings.txt and -Tests.txt in ridiculous places. --- Diffs of the changes: (+2 -2) NewNightlyTest.pl |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index:

[llvm-commits] CVS: llvm/lib/Debugger/ProgramInfo.cpp

2006-07-06 Thread Chris Lattner
Changes in directory llvm/lib/Debugger: ProgramInfo.cpp updated: 1.15 -> 1.16 --- Log message: Modify the SlowOperationInformer interface to not throw exceptions. --- Diffs of the changes: (+4 -2) ProgramInfo.cpp |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) Index: llvm

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

2006-07-06 Thread Chris Lattner
Changes in directory llvm/include/llvm: ModuleProvider.h updated: 1.11 -> 1.12 --- Log message: Change the ModuleProvider interface to not throw exceptions. --- Diffs of the changes: (+16 -10) ModuleProvider.h | 26 -- 1 files changed, 16 insertions(+), 10 deletio

[llvm-commits] CVS: llvm/lib/VMCore/Pass.cpp

2006-07-06 Thread Chris Lattner
Changes in directory llvm/lib/VMCore: Pass.cpp updated: 1.69 -> 1.70 --- Log message: Change the ModuleProvider interface to not throw exceptions. --- Diffs of the changes: (+2 -6) Pass.cpp |8 ++-- 1 files changed, 2 insertions(+), 6 deletions(-) Index: llvm/lib/VMCore/Pass.cpp

[llvm-commits] CVS: llvm/lib/Bytecode/Reader/Reader.h ReaderWrappers.cpp

2006-07-06 Thread Chris Lattner
Changes in directory llvm/lib/Bytecode/Reader: Reader.h updated: 1.28 -> 1.29 ReaderWrappers.cpp updated: 1.54 -> 1.55 --- Log message: Change the ModuleProvider interface to not throw exceptions. --- Diffs of the changes: (+32 -19) Reader.h | 25 - Read

[llvm-commits] CVS: llvm/utils/NewNightlyTest.pl

2006-07-06 Thread Patrick Jenkins
Changes in directory llvm/utils: NewNightlyTest.pl added (r1.1) --- Log message: The first commit of NewNightlyTest.pl which instead of generating a webpage submits the results of the test to a central server for storage and display. --- Diffs of the changes: (+1024 -0) NewNightlyTest.pl

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

2006-07-06 Thread Chris Lattner
Changes in directory llvm/lib/Support: CommandLine.cpp updated: 1.68 -> 1.69 --- Log message: Print LLVM version info like this: Low Level Virtual Machine (http://llvm.org/): llvm version 1.8cvs DEBUG build with assertions. instead of like this: Low Level Virtual Machine (llvm) 1.8cvs (s

[llvm-commits] CVS: llvm/lib/Bytecode/Reader/Analyzer.cpp

2006-07-06 Thread Chris Lattner
Changes in directory llvm/lib/Bytecode/Reader: Analyzer.cpp updated: 1.21 -> 1.22 --- Log message: Change the verifier to never throw an exception. Instead verifyModule canoptionally return the string error, which is an easier api for clients touse anyway. --- Diffs of the changes: (+15 -

[llvm-commits] CVS: llvm/lib/VMCore/Verifier.cpp

2006-07-06 Thread Chris Lattner
Changes in directory llvm/lib/VMCore: Verifier.cpp updated: 1.157 -> 1.158 --- Log message: Change the verifier to never throw an exception. Instead verifyModule canoptionally return the string error, which is an easier api for clients touse anyway. --- Diffs of the changes: (+7 -8) Ver

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

2006-07-06 Thread Chris Lattner
Changes in directory llvm/include/llvm/Analysis: Verifier.h updated: 1.15 -> 1.16 --- Log message: Change the verifier to never throw an exception. Instead verifyModule can optionally return the string error, which is an easier api for clients to use anyway. --- Diffs of the changes: (+4 -2

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

2006-07-06 Thread Chris Lattner
Changes in directory llvm/tools/llvm-bcanalyzer: llvm-bcanalyzer.cpp updated: 1.6 -> 1.7 --- Log message: Change the verifier to never throw an exception. Instead verifyModule canoptionally return the string error, which is an easier api for clients touse anyway. --- Diffs of the changes:

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

2006-07-06 Thread Chris Lattner
Changes in directory llvm/tools/llvm2cpp: llvm2cpp.cpp updated: 1.3 -> 1.4 --- Log message: Change the verifier to never throw an exception. Instead verifyModule canoptionally return the string error, which is an easier api for clients touse anyway. --- Diffs of the changes: (+10 -8) ll

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

2006-07-06 Thread Chris Lattner
Changes in directory llvm/tools/llvm-as: llvm-as.cpp updated: 1.45 -> 1.46 --- Log message: Change the verifier to never throw an exception. Instead verifyModule canoptionally return the string error, which is an easier api for clients touse anyway. --- Diffs of the changes: (+8 -8) llv

[llvm-commits] CVS: llvm/lib/Target/PowerPC/PPCTargetMachine.cpp

2006-07-06 Thread Chris Lattner
Changes in directory llvm/lib/Target/PowerPC: PPCTargetMachine.cpp updated: 1.95 -> 1.96 --- Log message: Undisable ppc64 jit --- Diffs of the changes: (+1 -1) PPCTargetMachine.cpp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/lib/Target/PowerPC/PPCTargetMachine.c

[llvm-commits] CVS: llvm/configure

2006-07-06 Thread Evan Cheng
Changes in directory llvm: configure updated: 1.239 -> 1.240 --- Log message: Fixed a typo. --- Diffs of the changes: (+1 -1) configure |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/configure diff -u llvm/configure:1.239 llvm/configure:1.240 --- llvm/configure:1.23

[llvm-commits] CVS: llvm/autoconf/configure.ac

2006-07-06 Thread Evan Cheng
Changes in directory llvm/autoconf: configure.ac updated: 1.236 -> 1.237 --- Log message: Fixed a typo. --- Diffs of the changes: (+1 -1) configure.ac |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/autoconf/configure.ac diff -u llvm/autoconf/configure.ac:1.236 llvm/