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

2006-03-23 Thread Chris Lattner
Changes in directory llvm/lib/Target/PowerPC: PPCISelLowering.cpp updated: 1.109 -> 1.110 --- Log message: Disable the i32->float G5 optimization. It is unsafe, as documented in the comment. This fixes 177.mesa, and McCat/09-vor with the td scheduler. --- Diffs of the changes: (+7 -1) PP

[llvm-commits] CVS: llvm/lib/Target/PowerPC/PPCISelLowering.cpp PPCISelLowering.h PPCInstrInfo.td

2006-03-23 Thread Chris Lattner
Changes in directory llvm/lib/Target/PowerPC: PPCISelLowering.cpp updated: 1.108 -> 1.109 PPCISelLowering.h updated: 1.31 -> 1.32 PPCInstrInfo.td updated: 1.205 -> 1.206 --- Log message: add support for using vxor to build zero vectors. This implements Regression/CodeGen/PowerPC/vec_zero.ll

[llvm-commits] CVS: llvm/test/Regression/CodeGen/PowerPC/vec_zero.ll

2006-03-23 Thread Chris Lattner
Changes in directory llvm/test/Regression/CodeGen/PowerPC: vec_zero.ll added (r1.1) --- Log message: new testcase --- Diffs of the changes: (+8 -0) vec_zero.ll |8 1 files changed, 8 insertions(+) Index: llvm/test/Regression/CodeGen/PowerPC/vec_zero.ll diff -c /dev/null llvm

[llvm-commits] CVS: llvm/Makefile.rules

2006-03-23 Thread Reid Spencer
Changes in directory llvm: Makefile.rules updated: 1.353 -> 1.354 --- Log message: Add a facility for invoking the llvm-config tool when linking a program. This facility allows LLVMLIBS to be specified with something like: LLVMLIBS = config --libs jit instead of: LLVMLIBS = JIT with the same ef

[llvm-commits] CVS: llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp

2006-03-23 Thread Chris Lattner
Changes in directory llvm/lib/CodeGen/SelectionDAG: LegalizeDAG.cpp updated: 1.336 -> 1.337 --- Log message: prefer to generate constant pool loads over splats. This prevents us from using a splat for {1.0,1.0,1.0,1.0} --- Diffs of the changes: (+33 -34) LegalizeDAG.cpp | 67 +++

[llvm-commits] CVS: llvm/lib/Target/X86/X86ISelLowering.cpp X86ISelLowering.h X86InstrFPStack.td X86InstrSSE.td

2006-03-23 Thread Evan Cheng
Changes in directory llvm/lib/Target/X86: X86ISelLowering.cpp updated: 1.128 -> 1.129 X86ISelLowering.h updated: 1.40 -> 1.41 X86InstrFPStack.td updated: 1.5 -> 1.6 X86InstrSSE.td updated: 1.23 -> 1.24 --- Log message: Handle BUILD_VECTOR with all zero elements. --- Diffs of the changes: (+73

[llvm-commits] CVS: llvm/docs/LangRef.html

2006-03-23 Thread Chris Lattner
Changes in directory llvm/docs: LangRef.html updated: 1.142 -> 1.143 --- Log message: Fix a typo, thanks to Gabor Greif --- Diffs of the changes: (+2 -2) LangRef.html |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm/docs/LangRef.html diff -u llvm/docs/LangRef.htm

[llvm-commits] CVS: llvm/lib/CodeGen/SelectionDAG/ScheduleDAG.cpp

2006-03-23 Thread Chris Lattner
Changes in directory llvm/lib/CodeGen/SelectionDAG: ScheduleDAG.cpp updated: 1.80 -> 1.81 --- Log message: fix spello --- Diffs of the changes: (+1 -1) ScheduleDAG.cpp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/lib/CodeGen/SelectionDAG/ScheduleDAG.cpp diff -u l

[llvm-commits] CVS: llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp

2006-03-23 Thread Chris Lattner
Changes in directory llvm/lib/Transforms/Scalar: LoopStrengthReduce.cpp updated: 1.81 -> 1.82 --- Log message: Fix spello --- Diffs of the changes: (+2 -2) LoopStrengthReduce.cpp |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm/lib/Transforms/Scalar/LoopStrengthR

[llvm-commits] CVS: llvm/lib/Transforms/Scalar/LoopUnswitch.cpp

2006-03-23 Thread Chris Lattner
Changes in directory llvm/lib/Transforms/Scalar: LoopUnswitch.cpp updated: 1.35 -> 1.36 --- Log message: add the actual cost to the debug info --- Diffs of the changes: (+4 -2) LoopUnswitch.cpp |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) Index: llvm/lib/Transforms/Sca

[llvm-commits] CVS: llvm/test/Regression/CodeGen/X86/overlap-add.ll overlap-shift.ll

2006-03-23 Thread Chris Lattner
Changes in directory llvm/test/Regression/CodeGen/X86: overlap-add.ll updated: 1.2 -> 1.3 overlap-shift.ll updated: 1.3 -> 1.4 --- Log message: fix two spellos --- Diffs of the changes: (+2 -2) overlap-add.ll |2 +- overlap-shift.ll |2 +- 2 files changed, 2 insertions(+), 2 dele

[llvm-commits] CVS: llvm/lib/Target/PowerPC/PPCInstrInfo.td

2006-03-23 Thread Chris Lattner
Changes in directory llvm/lib/Target/PowerPC: PPCInstrInfo.td updated: 1.204 -> 1.205 --- Log message: Gabor points out that we can't spell. :) --- Diffs of the changes: (+1 -1) PPCInstrInfo.td |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/lib/Target/PowerPC/PPCIn

[llvm-commits] CVS: llvm/lib/Target/X86/README.txt X86ISelLowering.cpp

2006-03-23 Thread Chris Lattner
Changes in directory llvm/lib/Target/X86: README.txt updated: 1.72 -> 1.73 X86ISelLowering.cpp updated: 1.127 -> 1.128 --- Log message: Gabor points out that we can't spell. :) --- Diffs of the changes: (+4 -4) README.txt |4 ++-- X86ISelLowering.cpp |4 ++-- 2 files chang

[llvm-commits] CVS: llvm-test/MultiSource/Applications/JM/ldecod/.cvsignore

2006-03-23 Thread Reid Spencer
Changes in directory llvm-test/MultiSource/Applications/JM/ldecod: .cvsignore updated: 1.2 -> 1.3 --- Log message: Fix list of files to be ignored. --- Diffs of the changes: (+0 -6) .cvsignore |6 -- 1 files changed, 6 deletions(-) Index: llvm-test/MultiSource/Applications/JM/lde

[llvm-commits] CVS: llvm-test/MultiSource/Applications/JM/lencod/.cvsignore

2006-03-23 Thread Reid Spencer
Changes in directory llvm-test/MultiSource/Applications/JM/lencod: .cvsignore updated: 1.1 -> 1.2 --- Log message: Fix list of files to be ignored. --- Diffs of the changes: (+6 -0) .cvsignore |6 ++ 1 files changed, 6 insertions(+) Index: llvm-test/MultiSource/Applications/JM/le

[llvm-commits] CVS: llvm-test/MultiSource/Applications/JM/ldecod/.cvsignore

2006-03-23 Thread Reid Spencer
Changes in directory llvm-test/MultiSource/Applications/JM/ldecod: .cvsignore updated: 1.1 -> 1.2 --- Log message: Stop warning about generated files. --- Diffs of the changes: (+8 -0) .cvsignore |8 1 files changed, 8 insertions(+) Index: llvm-test/MultiSource/Applications/

[llvm-commits] CVS: llvm-test/MultiSource/Applications/JM/ldecod/data/.cvsignore

2006-03-23 Thread Reid Spencer
Changes in directory llvm-test/MultiSource/Applications/JM/ldecod/data: .cvsignore updated: 1.1 -> 1.2 --- Log message: Stop warning about generated files. --- Diffs of the changes: (+1 -0) .cvsignore |1 + 1 files changed, 1 insertion(+) Index: llvm-test/MultiSource/Applications/JM/

[llvm-commits] CVS: llvm-test/MultiSource/Applications/Burg/.cvsignore

2006-03-23 Thread Reid Spencer
Changes in directory llvm-test/MultiSource/Applications/Burg: .cvsignore updated: 1.2 -> 1.3 --- Log message: Ignore some more intermediate, generated files. --- Diffs of the changes: (+4 -0) .cvsignore |4 1 files changed, 4 insertions(+) Index: llvm-test/MultiSource/Applicatio

[llvm-commits] CVS: llvm/docs/HowToReleaseLLVM.html

2006-03-23 Thread Reid Spencer
Changes in directory llvm/docs: HowToReleaseLLVM.html updated: 1.1 -> 1.2 --- Log message: Remove a spurious tag. --- Diffs of the changes: (+1 -3) HowToReleaseLLVM.html |4 +--- 1 files changed, 1 insertion(+), 3 deletions(-) Index: llvm/docs/HowToReleaseLLVM.html diff -u llvm/docs

[llvm-commits] CVS: llvm/lib/Target/X86/README.txt X86ISelLowering.cpp

2006-03-23 Thread Evan Cheng
Changes in directory llvm/lib/Target/X86: README.txt updated: 1.71 -> 1.72 X86ISelLowering.cpp updated: 1.126 -> 1.127 --- Log message: All v2f64 shuffle cases can be handled. --- Diffs of the changes: (+8 -1) README.txt |4 X86ISelLowering.cpp |5 - 2 files change

[llvm-commits] CVS: llvm/include/llvm/ExecutionEngine/Interpreter.h JIT.h

2006-03-23 Thread Jeff Cohen
Changes in directory llvm/include/llvm/ExecutionEngine: Interpreter.h updated: 1.2 -> 1.3 JIT.h updated: 1.2 -> 1.3 --- Log message: Fix headers --- Diffs of the changes: (+2 -2) Interpreter.h |2 +- JIT.h |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) Index: llvm

[llvm-commits] CVS: llvm/examples/ParallelJIT/ParallelJIT.cpp

2006-03-23 Thread Jeff Cohen
Changes in directory llvm/examples/ParallelJIT: ParallelJIT.cpp updated: 1.4 -> 1.5 --- Log message: Minor corrections. --- Diffs of the changes: (+2 -1) ParallelJIT.cpp |3 ++- 1 files changed, 2 insertions(+), 1 deletion(-) Index: llvm/examples/ParallelJIT/ParallelJIT.cpp diff -u ll

[llvm-commits] CVS: llvm/examples/Fibonacci/fibonacci.cpp

2006-03-23 Thread Jeff Cohen
Changes in directory llvm/examples/Fibonacci: fibonacci.cpp updated: 1.10 -> 1.11 --- Log message: Minor corrections. --- Diffs of the changes: (+2 -1) fibonacci.cpp |3 ++- 1 files changed, 2 insertions(+), 1 deletion(-) Index: llvm/examples/Fibonacci/fibonacci.cpp diff -u llvm/examp

[llvm-commits] CVS: llvm/examples/HowToUseJIT/HowToUseJIT.cpp

2006-03-23 Thread Jeff Cohen
Changes in directory llvm/examples/HowToUseJIT: HowToUseJIT.cpp updated: 1.10 -> 1.11 --- Log message: Minor corrections. --- Diffs of the changes: (+2 -1) HowToUseJIT.cpp |3 ++- 1 files changed, 2 insertions(+), 1 deletion(-) Index: llvm/examples/HowToUseJIT/HowToUseJIT.cpp diff -u

[llvm-commits] CVS: llvm/include/llvm/ExecutionEngine/Interpreter.h JIT.h

2006-03-23 Thread Jeff Cohen
Changes in directory llvm/include/llvm/ExecutionEngine: Interpreter.h updated: 1.1 -> 1.2 JIT.h updated: 1.1 -> 1.2 --- Log message: Minor corrections. --- Diffs of the changes: (+3 -1) Interpreter.h |1 + JIT.h |3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) Index

[llvm-commits] CVS: llvm/lib/Target/X86/X86ISelLowering.cpp X86ISelLowering.h X86InstrSSE.td

2006-03-23 Thread Evan Cheng
Changes in directory llvm/lib/Target/X86: X86ISelLowering.cpp updated: 1.125 -> 1.126 X86ISelLowering.h updated: 1.39 -> 1.40 X86InstrSSE.td updated: 1.22 -> 1.23 --- Log message: More efficient v2f64 shuffle using movlhps, movhlps, unpckhpd, and unpcklpd. --- Diffs of the changes: (+128 -12

[llvm-commits] CVS: llvm/lib/Target/X86/README.txt

2006-03-23 Thread Evan Cheng
Changes in directory llvm/lib/Target/X86: README.txt updated: 1.70 -> 1.71 --- Log message: A new entry --- Diffs of the changes: (+11 -0) README.txt | 11 +++ 1 files changed, 11 insertions(+) Index: llvm/lib/Target/X86/README.txt diff -u llvm/lib/Target/X86/README.txt:1.70 llv

[llvm-commits] CVS: llvm/test/Regression/CodeGen/X86/vec_shuffle.ll

2006-03-23 Thread Evan Cheng
Changes in directory llvm/test/Regression/CodeGen/X86: vec_shuffle.ll updated: 1.1 -> 1.2 --- Log message: Add a v2f64 shuffle case. --- Diffs of the changes: (+9 -1) vec_shuffle.ll | 10 +- 1 files changed, 9 insertions(+), 1 deletion(-) Index: llvm/test/Regression/CodeGen/X86

[llvm-commits] CVS: llvm/include/llvm/ExecutionEngine/Interpreter.h JIT.h

2006-03-23 Thread Jeff Cohen
Changes in directory llvm/include/llvm/ExecutionEngine: Interpreter.h added (r1.1) JIT.h added (r1.1) --- Log message: Get JIT/Interpreter working on Windows again. --- Diffs of the changes: (+78 -0) Interpreter.h | 39 +++ JIT.h | 39

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

2006-03-23 Thread Jeff Cohen
Changes in directory llvm/tools/lli: lli.cpp updated: 1.55 -> 1.56 --- Log message: Get JIT/Interpreter working on Windows again. --- Diffs of the changes: (+2 -1) lli.cpp |3 ++- 1 files changed, 2 insertions(+), 1 deletion(-) Index: llvm/tools/lli/lli.cpp diff -u llvm/tools/lli/lli.

[llvm-commits] CVS: llvm/lib/ExecutionEngine/JIT/JIT.cpp

2006-03-23 Thread Jeff Cohen
Changes in directory llvm/lib/ExecutionEngine/JIT: JIT.cpp updated: 1.60 -> 1.61 --- Log message: Get JIT/Interpreter working on Windows again. --- Diffs of the changes: (+5 -0) JIT.cpp |5 + 1 files changed, 5 insertions(+) Index: llvm/lib/ExecutionEngine/JIT/JIT.cpp diff -u llvm

[llvm-commits] CVS: llvm-test/MultiSource/Applications/treecc/.cvsignore

2006-03-23 Thread Reid Spencer
Changes in directory llvm-test/MultiSource/Applications/treecc: .cvsignore updated: 1.1 -> 1.2 --- Log message: Add and improve .cvsignore files to get rid of warnings about Output files generated when llvm-test is built with objdir = srcdir. --- Diffs of the changes: (+1 -0) .cvsignore |

[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/mediabench/mpeg2/data/.cvsignore

2006-03-23 Thread Reid Spencer
Changes in directory llvm-test/MultiSource/Benchmarks/mediabench/mpeg2/data: .cvsignore added (r1.1) --- Log message: Add and improve .cvsignore files to get rid of warnings about Output files generated when llvm-test is built with objdir = srcdir. --- Diffs of the changes: (+5 -0) .cvsig

[llvm-commits] CVS: llvm/lib/ExecutionEngine/Interpreter/Interpreter.cpp

2006-03-23 Thread Jeff Cohen
Changes in directory llvm/lib/ExecutionEngine/Interpreter: Interpreter.cpp updated: 1.28 -> 1.29 --- Log message: Get JIT/Interpreter working on Windows again. --- Diffs of the changes: (+5 -0) Interpreter.cpp |5 + 1 files changed, 5 insertions(+) Index: llvm/lib/ExecutionEngine/

[llvm-commits] CVS: llvm/test/Regression/CodeGen/X86/vec_shuffle.ll

2006-03-23 Thread Evan Cheng
Changes in directory llvm/test/Regression/CodeGen/X86: vec_shuffle.ll added (r1.1) --- Log message: Add a vector shuffle test case --- Diffs of the changes: (+10 -0) vec_shuffle.ll | 10 ++ 1 files changed, 10 insertions(+) Index: llvm/test/Regression/CodeGen/X86/vec_shuffle.ll

[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/MallocBench/p2c/INPUT/.cvsignore

2006-03-23 Thread Reid Spencer
Changes in directory llvm-test/MultiSource/Benchmarks/MallocBench/p2c/INPUT: .cvsignore added (r1.1) --- Log message: Add and improve .cvsignore files to get rid of warnings about Output files generated when llvm-test is built with objdir = srcdir. --- Diffs of the changes: (+1 -0) .cvsig

[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/MallocBench/cfrac/INPUT/.cvsignore

2006-03-23 Thread Reid Spencer
Changes in directory llvm-test/MultiSource/Benchmarks/MallocBench/cfrac/INPUT: .cvsignore added (r1.1) --- Log message: Add and improve .cvsignore files to get rid of warnings about Output files generated when llvm-test is built with objdir = srcdir. --- Diffs of the changes: (+1 -0) .cvs

[llvm-commits] CVS: llvm-test/MultiSource/Applications/kimwitu++/.cvsignore

2006-03-23 Thread Reid Spencer
Changes in directory llvm-test/MultiSource/Applications/kimwitu++: .cvsignore added (r1.1) --- Log message: Add and improve .cvsignore files to get rid of warnings about Output files generated when llvm-test is built with objdir = srcdir. --- Diffs of the changes: (+16 -0) .cvsignore |

[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/MallocBench/gawk/INPUT/.cvsignore

2006-03-23 Thread Reid Spencer
Changes in directory llvm-test/MultiSource/Benchmarks/MallocBench/gawk/INPUT: .cvsignore added (r1.1) --- Log message: Add and improve .cvsignore files to get rid of warnings about Output files generated when llvm-test is built with objdir = srcdir. --- Diffs of the changes: (+1 -0) .cvsi

[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/mediabench/adpcm/data/.cvsignore

2006-03-23 Thread Reid Spencer
Changes in directory llvm-test/MultiSource/Benchmarks/mediabench/adpcm/data: .cvsignore added (r1.1) --- Log message: Add and improve .cvsignore files to get rid of warnings about Output files generated when llvm-test is built with objdir = srcdir. --- Diffs of the changes: (+1 -0) .cvsig

[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/ASCI_Purple/SMG2000/docs/.cvsignore

2006-03-23 Thread Reid Spencer
Changes in directory llvm-test/MultiSource/Benchmarks/ASCI_Purple/SMG2000/docs: .cvsignore added (r1.1) --- Log message: Add and improve .cvsignore files to get rid of warnings about Output files generated when llvm-test is built with objdir = srcdir. --- Diffs of the changes: (+1 -0) .cv

[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/Prolangs-C/assembler/.cvsignore

2006-03-23 Thread Reid Spencer
Changes in directory llvm-test/MultiSource/Benchmarks/Prolangs-C/assembler: .cvsignore added (r1.1) --- Log message: Add and improve .cvsignore files to get rid of warnings about Output files generated when llvm-test is built with objdir = srcdir. --- Diffs of the changes: (+1 -0) .cvsign

[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/MallocBench/make/INPUT/.cvsignore

2006-03-23 Thread Reid Spencer
Changes in directory llvm-test/MultiSource/Benchmarks/MallocBench/make/INPUT: .cvsignore added (r1.1) --- Log message: Add and improve .cvsignore files to get rid of warnings about Output files generated when llvm-test is built with objdir = srcdir. --- Diffs of the changes: (+1 -0) .cvsi

[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/mediabench/g721/g721encode/.cvsignore

2006-03-23 Thread Reid Spencer
Changes in directory llvm-test/MultiSource/Benchmarks/mediabench/g721/g721encode: .cvsignore added (r1.1) --- Log message: Add and improve .cvsignore files to get rid of warnings about Output files generated when llvm-test is built with objdir = srcdir. --- Diffs of the changes: (+1 -0)

[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/Prolangs-C/archie-client/.cvsignore

2006-03-23 Thread Reid Spencer
Changes in directory llvm-test/MultiSource/Benchmarks/Prolangs-C/archie-client: .cvsignore added (r1.1) --- Log message: Add and improve .cvsignore files to get rid of warnings about Output files generated when llvm-test is built with objdir = srcdir. --- Diffs of the changes: (+1 -0) .cv

[llvm-commits] CVS: llvm-test/MultiSource/Applications/Burg/.cvsignore

2006-03-23 Thread Reid Spencer
Changes in directory llvm-test/MultiSource/Applications/Burg: .cvsignore updated: 1.1 -> 1.2 --- Log message: Add and improve .cvsignore files to get rid of warnings about Output files generated when llvm-test is built with objdir = srcdir. --- Diffs of the changes: (+2 -2) .cvsignore |

[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/FreeBench/pcompress2/.cvsignore

2006-03-23 Thread Reid Spencer
Changes in directory llvm-test/MultiSource/Benchmarks/FreeBench/pcompress2: .cvsignore added (r1.1) --- Log message: Add and improve .cvsignore files to get rid of warnings about Output files generated when llvm-test is built with objdir = srcdir. --- Diffs of the changes: (+1 -0) .cvsign

[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/mediabench/mpeg2/mpeg2dec/.cvsignore

2006-03-23 Thread Reid Spencer
Changes in directory llvm-test/MultiSource/Benchmarks/mediabench/mpeg2/mpeg2dec: .cvsignore added (r1.1) --- Log message: Add and improve .cvsignore files to get rid of warnings about Output files generated when llvm-test is built with objdir = srcdir. --- Diffs of the changes: (+1 -0) .c

[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/Prolangs-C/TimberWolfMC/.cvsignore

2006-03-23 Thread Reid Spencer
Changes in directory llvm-test/MultiSource/Benchmarks/Prolangs-C/TimberWolfMC: .cvsignore added (r1.1) --- Log message: Add and improve .cvsignore files to get rid of warnings about Output files generated when llvm-test is built with objdir = srcdir. --- Diffs of the changes: (+1 -0) .cvs

[llvm-commits] CVS: llvm-test/MultiSource/Applications/lambda-0.1.3/config/.cvsignore

2006-03-23 Thread Reid Spencer
Changes in directory llvm-test/MultiSource/Applications/lambda-0.1.3/config: .cvsignore added (r1.1) --- Log message: Add and improve .cvsignore files to get rid of warnings about Output files generated when llvm-test is built with objdir = srcdir. --- Diffs of the changes: (+1 -0) .cvsig

[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/MallocBench/espresso/INPUT/.cvsignore

2006-03-23 Thread Reid Spencer
Changes in directory llvm-test/MultiSource/Benchmarks/MallocBench/espresso/INPUT: .cvsignore added (r1.1) --- Log message: Add and improve .cvsignore files to get rid of warnings about Output files generated when llvm-test is built with objdir = srcdir. --- Diffs of the changes: (+1 -0)

[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/mediabench/jpeg/jpeg-6a/.cvsignore

2006-03-23 Thread Reid Spencer
Changes in directory llvm-test/MultiSource/Benchmarks/mediabench/jpeg/jpeg-6a: .cvsignore added (r1.1) --- Log message: Add and improve .cvsignore files to get rid of warnings about Output files generated when llvm-test is built with objdir = srcdir. --- Diffs of the changes: (+1 -0) .cvs

[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/mediabench/adpcm/rawdaudio/.cvsignore

2006-03-23 Thread Reid Spencer
Changes in directory llvm-test/MultiSource/Benchmarks/mediabench/adpcm/rawdaudio: .cvsignore added (r1.1) --- Log message: Add and improve .cvsignore files to get rid of warnings about Output files generated when llvm-test is built with objdir = srcdir. --- Diffs of the changes: (+1 -0)

[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/mediabench/jpeg/data/.cvsignore

2006-03-23 Thread Reid Spencer
Changes in directory llvm-test/MultiSource/Benchmarks/mediabench/jpeg/data: .cvsignore added (r1.1) --- Log message: Add and improve .cvsignore files to get rid of warnings about Output files generated when llvm-test is built with objdir = srcdir. --- Diffs of the changes: (+1 -0) .cvsign

[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/Prolangs-C++/objects/.cvsignore

2006-03-23 Thread Reid Spencer
Changes in directory llvm-test/MultiSource/Benchmarks/Prolangs-C++/objects: .cvsignore added (r1.1) --- Log message: Add and improve .cvsignore files to get rid of warnings about Output files generated when llvm-test is built with objdir = srcdir. --- Diffs of the changes: (+1 -0) .cvsign

[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/MallocBench/gs/INPUT/.cvsignore

2006-03-23 Thread Reid Spencer
Changes in directory llvm-test/MultiSource/Benchmarks/MallocBench/gs/INPUT: .cvsignore added (r1.1) --- Log message: Add and improve .cvsignore files to get rid of warnings about Output files generated when llvm-test is built with objdir = srcdir. --- Diffs of the changes: (+1 -0) .cvsign

[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/mediabench/adpcm/rawcaudio/.cvsignore

2006-03-23 Thread Reid Spencer
Changes in directory llvm-test/MultiSource/Benchmarks/mediabench/adpcm/rawcaudio: .cvsignore added (r1.1) --- Log message: Add and improve .cvsignore files to get rid of warnings about Output files generated when llvm-test is built with objdir = srcdir. --- Diffs of the changes: (+1 -0)

[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/Prolangs-C/unix-smail/.cvsignore

2006-03-23 Thread Reid Spencer
Changes in directory llvm-test/MultiSource/Benchmarks/Prolangs-C/unix-smail: .cvsignore added (r1.1) --- Log message: Add and improve .cvsignore files to get rid of warnings about Output files generated when llvm-test is built with objdir = srcdir. --- Diffs of the changes: (+1 -0) .cvsig

[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/mediabench/gsm/toast/.cvsignore

2006-03-23 Thread Reid Spencer
Changes in directory llvm-test/MultiSource/Benchmarks/mediabench/gsm/toast: .cvsignore added (r1.1) --- Log message: Add and improve .cvsignore files to get rid of warnings about Output files generated when llvm-test is built with objdir = srcdir. --- Diffs of the changes: (+1 -0) .cvsign

[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/MallocBench/espresso/.cvsignore

2006-03-23 Thread Reid Spencer
Changes in directory llvm-test/MultiSource/Benchmarks/MallocBench/espresso: .cvsignore added (r1.1) --- Log message: Add and improve .cvsignore files to get rid of warnings about Output files generated when llvm-test is built with objdir = srcdir. --- Diffs of the changes: (+1 -0) .cvsign

[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/MallocBench/perl/INPUT/.cvsignore

2006-03-23 Thread Reid Spencer
Changes in directory llvm-test/MultiSource/Benchmarks/MallocBench/perl/INPUT: .cvsignore added (r1.1) --- Log message: Add and improve .cvsignore files to get rid of warnings about Output files generated when llvm-test is built with objdir = srcdir. --- Diffs of the changes: (+1 -0) .cvsi

[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/Prolangs-C/simulator/.cvsignore

2006-03-23 Thread Reid Spencer
Changes in directory llvm-test/MultiSource/Benchmarks/Prolangs-C/simulator: .cvsignore added (r1.1) --- Log message: Add and improve .cvsignore files to get rid of warnings about Output files generated when llvm-test is built with objdir = srcdir. --- Diffs of the changes: (+1 -0) .cvsign

[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/FreeBench/fourinarow/.cvsignore

2006-03-23 Thread Reid Spencer
Changes in directory llvm-test/MultiSource/Benchmarks/FreeBench/fourinarow: .cvsignore added (r1.1) --- Log message: Add and improve .cvsignore files to get rid of warnings about Output files generated when llvm-test is built with objdir = srcdir. --- Diffs of the changes: (+1 -0) .cvsign

[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/mediabench/g721/data/.cvsignore

2006-03-23 Thread Reid Spencer
Changes in directory llvm-test/MultiSource/Benchmarks/mediabench/g721/data: .cvsignore added (r1.1) --- Log message: Add and improve .cvsignore files to get rid of warnings about Output files generated when llvm-test is built with objdir = srcdir. --- Diffs of the changes: (+1 -0) .cvsign

[llvm-commits] CVS: llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp

2006-03-23 Thread Chris Lattner
Changes in directory llvm/lib/CodeGen/SelectionDAG: LegalizeDAG.cpp updated: 1.335 -> 1.336 --- Log message: legalize vbit_convert nodes whose result is a legal type. Legalize intrinsic nodes. --- Diffs of the changes: (+38 -0) LegalizeDAG.cpp | 38 ++

[llvm-commits] CVS: llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp

2006-03-23 Thread Chris Lattner
Changes in directory llvm/lib/CodeGen/SelectionDAG: SelectionDAGISel.cpp updated: 1.202 -> 1.203 --- Log message: Lower target intrinsics into an INTRINSIC node --- Diffs of the changes: (+80 -4) SelectionDAGISel.cpp | 84 --- 1 files chang

[llvm-commits] CVS: llvm/tools/llvmc/.cvsignore

2006-03-23 Thread Reid Spencer
Changes in directory llvm/tools/llvmc: .cvsignore added (r1.1) --- Log message: Ignore the lexer output. --- Diffs of the changes: (+1 -0) .cvsignore |1 + 1 files changed, 1 insertion(+) Index: llvm/tools/llvmc/.cvsignore diff -c /dev/null llvm/tools/llvmc/.cvsignore:1.1 *** /dev/nu

[llvm-commits] CVS: llvm/lib/Target/SparcV9/.cvsignore

2006-03-23 Thread Reid Spencer
Changes in directory llvm/lib/Target/SparcV9: .cvsignore updated: 1.2 -> 1.3 --- Log message: Ignore the burg output files. --- Diffs of the changes: (+3 -0) .cvsignore |3 +++ 1 files changed, 3 insertions(+) Index: llvm/lib/Target/SparcV9/.cvsignore diff -u llvm/lib/Target/SparcV9/

[llvm-commits] CVS: llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp

2006-03-23 Thread Chris Lattner
Changes in directory llvm/lib/CodeGen/SelectionDAG: SelectionDAG.cpp updated: 1.280 -> 1.281 --- Log message: fix some bogus assertions: noop bitconverts are legal --- Diffs of the changes: (+4 -10) SelectionDAG.cpp | 14 -- 1 files changed, 4 insertions(+), 10 deletions(-)

[llvm-commits] CVS: llvm/win32/CodeGen/CodeGen.vcproj

2006-03-23 Thread Jeff Cohen
Changes in directory llvm/win32/CodeGen: CodeGen.vcproj updated: 1.21 -> 1.22 --- Log message: Get Visual Studio happy again. --- Diffs of the changes: (+3 -0) CodeGen.vcproj |3 +++ 1 files changed, 3 insertions(+) Index: llvm/win32/CodeGen/CodeGen.vcproj diff -u llvm/win32/CodeGen/C

[llvm-commits] CVS: llvm/win32/VMCore/VMCore.vcproj

2006-03-23 Thread Jeff Cohen
Changes in directory llvm/win32/VMCore: VMCore.vcproj updated: 1.17 -> 1.18 --- Log message: Get Visual Studio happy again. --- Diffs of the changes: (+3 -0) VMCore.vcproj |3 +++ 1 files changed, 3 insertions(+) Index: llvm/win32/VMCore/VMCore.vcproj diff -u llvm/win32/VMCore/VMCore.

[llvm-commits] CVS: llvm-test/SingleSource/Benchmarks/Stanford/.cvsignore

2006-03-23 Thread Reid Spencer
Changes in directory llvm-test/SingleSource/Benchmarks/Stanford: .cvsignore added (r1.1) --- Log message: Add some more .cvsignore files to rid us of complaints about build ouptut files. --- Diffs of the changes: (+1 -0) .cvsignore |1 + 1 files changed, 1 insertion(+) Index: llvm-te

[llvm-commits] CVS: llvm-test/SingleSource/Benchmarks/McGill/.cvsignore

2006-03-23 Thread Reid Spencer
Changes in directory llvm-test/SingleSource/Benchmarks/McGill: .cvsignore added (r1.1) --- Log message: Add some more .cvsignore files to rid us of complaints about build ouptut files. --- Diffs of the changes: (+1 -0) .cvsignore |1 + 1 files changed, 1 insertion(+) Index: llvm-test

[llvm-commits] CVS: llvm-test/SingleSource/CustomChecked/.cvsignore

2006-03-23 Thread Reid Spencer
Changes in directory llvm-test/SingleSource/CustomChecked: .cvsignore added (r1.1) --- Log message: Add some more .cvsignore files to rid us of complaints about build ouptut files. --- Diffs of the changes: (+1 -0) .cvsignore |1 + 1 files changed, 1 insertion(+) Index: llvm-test/Sin

[llvm-commits] CVS: llvm-test/SingleSource/Benchmarks/Shootout-C++/.cvsignore

2006-03-23 Thread Reid Spencer
Changes in directory llvm-test/SingleSource/Benchmarks/Shootout-C++: .cvsignore added (r1.1) --- Log message: Add some more .cvsignore files to rid us of complaints about build ouptut files. --- Diffs of the changes: (+1 -0) .cvsignore |1 + 1 files changed, 1 insertion(+) Index: llv

[llvm-commits] CVS: llvm-test/SingleSource/Benchmarks/Misc-C++-EH/.cvsignore

2006-03-23 Thread Reid Spencer
Changes in directory llvm-test/SingleSource/Benchmarks/Misc-C++-EH: .cvsignore added (r1.1) --- Log message: Add some more .cvsignore files to rid us of complaints about build ouptut files. --- Diffs of the changes: (+1 -0) .cvsignore |1 + 1 files changed, 1 insertion(+) Index: llvm

[llvm-commits] CVS: llvm-test/SingleSource/Benchmarks/Dhrystone/.cvsignore

2006-03-23 Thread Reid Spencer
Changes in directory llvm-test/SingleSource/Benchmarks/Dhrystone: .cvsignore added (r1.1) --- Log message: Add some more .cvsignore files to rid us of complaints about build ouptut files. --- Diffs of the changes: (+1 -0) .cvsignore |1 + 1 files changed, 1 insertion(+) Index: llvm-t

[llvm-commits] CVS: llvm-test/SingleSource/Regression/C++/EH/.cvsignore

2006-03-23 Thread Reid Spencer
Changes in directory llvm-test/SingleSource/Regression/C++/EH: .cvsignore added (r1.1) --- Log message: Add some more .cvsignore files to rid us of complaints about build ouptut files. --- Diffs of the changes: (+1 -0) .cvsignore |1 + 1 files changed, 1 insertion(+) Index: llvm-test

[llvm-commits] CVS: llvm-test/SingleSource/Regression/C/.cvsignore

2006-03-23 Thread Reid Spencer
Changes in directory llvm-test/SingleSource/Regression/C: .cvsignore added (r1.1) --- Log message: Add some more .cvsignore files to rid us of complaints about build ouptut files. --- Diffs of the changes: (+1 -0) .cvsignore |1 + 1 files changed, 1 insertion(+) Index: llvm-test/Sing

[llvm-commits] CVS: llvm-test/SingleSource/Regression/C++/.cvsignore

2006-03-23 Thread Reid Spencer
Changes in directory llvm-test/SingleSource/Regression/C++: .cvsignore added (r1.1) --- Log message: Add some more .cvsignore files to rid us of complaints about build ouptut files. --- Diffs of the changes: (+1 -0) .cvsignore |1 + 1 files changed, 1 insertion(+) Index: llvm-test/Si

[llvm-commits] CVS: llvm-test/SingleSource/Benchmarks/Misc/.cvsignore

2006-03-23 Thread Reid Spencer
Changes in directory llvm-test/SingleSource/Benchmarks/Misc: .cvsignore added (r1.1) --- Log message: Add some more .cvsignore files to rid us of complaints about build ouptut files. --- Diffs of the changes: (+1 -0) .cvsignore |1 + 1 files changed, 1 insertion(+) Index: llvm-test/S

[llvm-commits] CVS: llvm-test/SingleSource/Benchmarks/CoyoteBench/.cvsignore

2006-03-23 Thread Reid Spencer
Changes in directory llvm-test/SingleSource/Benchmarks/CoyoteBench: .cvsignore added (r1.1) --- Log message: Add some more .cvsignore files to rid us of complaints about build ouptut files. --- Diffs of the changes: (+1 -0) .cvsignore |1 + 1 files changed, 1 insertion(+) Index: llvm

[llvm-commits] CVS: llvm-test/SingleSource/Benchmarks/Shootout/.cvsignore

2006-03-23 Thread Reid Spencer
Changes in directory llvm-test/SingleSource/Benchmarks/Shootout: .cvsignore added (r1.1) --- Log message: Add some more .cvsignore files to rid us of complaints about build ouptut files. --- Diffs of the changes: (+1 -0) .cvsignore |1 + 1 files changed, 1 insertion(+) Index: llvm-te

[llvm-commits] CVS: llvm-test/SingleSource/Benchmarks/Misc-C++/.cvsignore

2006-03-23 Thread Reid Spencer
Changes in directory llvm-test/SingleSource/Benchmarks/Misc-C++: .cvsignore added (r1.1) --- Log message: Add some more .cvsignore files to rid us of complaints about build ouptut files. --- Diffs of the changes: (+1 -0) .cvsignore |1 + 1 files changed, 1 insertion(+) Index: llvm-te

[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/Prolangs-C++/deriv2/.cvsignore

2006-03-23 Thread Reid Spencer
Changes in directory llvm-test/MultiSource/Benchmarks/Prolangs-C++/deriv2: .cvsignore added (r1.1) --- Log message: Add and improve .cvsignore files to get rid of warnings about Output files generated when llvm-test is built with objdir = srcdir. --- Diffs of the changes: (+1 -0) .cvsigno

[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/MallocBench/p2c/.cvsignore

2006-03-23 Thread Reid Spencer
Changes in directory llvm-test/MultiSource/Benchmarks/MallocBench/p2c: .cvsignore added (r1.1) --- Log message: Add and improve .cvsignore files to get rid of warnings about Output files generated when llvm-test is built with objdir = srcdir. --- Diffs of the changes: (+1 -0) .cvsignore |

[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/Prolangs-C/compiler/.cvsignore

2006-03-23 Thread Reid Spencer
Changes in directory llvm-test/MultiSource/Benchmarks/Prolangs-C/compiler: .cvsignore added (r1.1) --- Log message: Add and improve .cvsignore files to get rid of warnings about Output files generated when llvm-test is built with objdir = srcdir. --- Diffs of the changes: (+1 -0) .cvsigno

[llvm-commits] CVS: llvm-test/MultiSource/Applications/kimwitu++/inputs/.cvsignore

2006-03-23 Thread Reid Spencer
Changes in directory llvm-test/MultiSource/Applications/kimwitu++/inputs: .cvsignore added (r1.1) --- Log message: Add and improve .cvsignore files to get rid of warnings about Output files generated when llvm-test is built with objdir = srcdir. --- Diffs of the changes: (+1 -0) .cvsignor

[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/Prolangs-C/dixie/.cvsignore

2006-03-23 Thread Reid Spencer
Changes in directory llvm-test/MultiSource/Benchmarks/Prolangs-C/dixie: .cvsignore added (r1.1) --- Log message: Add and improve .cvsignore files to get rid of warnings about Output files generated when llvm-test is built with objdir = srcdir. --- Diffs of the changes: (+1 -0) .cvsignore

[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/Prolangs-C/allroots/.cvsignore

2006-03-23 Thread Reid Spencer
Changes in directory llvm-test/MultiSource/Benchmarks/Prolangs-C/allroots: .cvsignore added (r1.1) --- Log message: Add and improve .cvsignore files to get rid of warnings about Output files generated when llvm-test is built with objdir = srcdir. --- Diffs of the changes: (+1 -0) .cvsigno

[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/FreeBench/analyzer/.cvsignore

2006-03-23 Thread Reid Spencer
Changes in directory llvm-test/MultiSource/Benchmarks/FreeBench/analyzer: .cvsignore added (r1.1) --- Log message: Add and improve .cvsignore files to get rid of warnings about Output files generated when llvm-test is built with objdir = srcdir. --- Diffs of the changes: (+1 -0) .cvsignor

[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/MallocBench/gs/.cvsignore

2006-03-23 Thread Reid Spencer
Changes in directory llvm-test/MultiSource/Benchmarks/MallocBench/gs: .cvsignore added (r1.1) --- Log message: Add and improve .cvsignore files to get rid of warnings about Output files generated when llvm-test is built with objdir = srcdir. --- Diffs of the changes: (+1 -0) .cvsignore |

[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/Prolangs-C++/primes/.cvsignore

2006-03-23 Thread Reid Spencer
Changes in directory llvm-test/MultiSource/Benchmarks/Prolangs-C++/primes: .cvsignore added (r1.1) --- Log message: Add and improve .cvsignore files to get rid of warnings about Output files generated when llvm-test is built with objdir = srcdir. --- Diffs of the changes: (+1 -0) .cvsigno

[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/Prolangs-C/loader/.cvsignore

2006-03-23 Thread Reid Spencer
Changes in directory llvm-test/MultiSource/Benchmarks/Prolangs-C/loader: .cvsignore added (r1.1) --- Log message: Add and improve .cvsignore files to get rid of warnings about Output files generated when llvm-test is built with objdir = srcdir. --- Diffs of the changes: (+1 -0) .cvsignore

[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/FreeBench/distray/.cvsignore

2006-03-23 Thread Reid Spencer
Changes in directory llvm-test/MultiSource/Benchmarks/FreeBench/distray: .cvsignore added (r1.1) --- Log message: Add and improve .cvsignore files to get rid of warnings about Output files generated when llvm-test is built with objdir = srcdir. --- Diffs of the changes: (+1 -0) .cvsignore

[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/mediabench/gsm/data/.cvsignore

2006-03-23 Thread Reid Spencer
Changes in directory llvm-test/MultiSource/Benchmarks/mediabench/gsm/data: .cvsignore added (r1.1) --- Log message: Add and improve .cvsignore files to get rid of warnings about Output files generated when llvm-test is built with objdir = srcdir. --- Diffs of the changes: (+1 -0) .cvsigno

[llvm-commits] CVS: llvm-test/MultiSource/Applications/kimwitu++/doc/.cvsignore

2006-03-23 Thread Reid Spencer
Changes in directory llvm-test/MultiSource/Applications/kimwitu++/doc: .cvsignore added (r1.1) --- Log message: Add and improve .cvsignore files to get rid of warnings about Output files generated when llvm-test is built with objdir = srcdir. --- Diffs of the changes: (+1 -0) .cvsignore |

[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/Prolangs-C++/office/.cvsignore

2006-03-23 Thread Reid Spencer
Changes in directory llvm-test/MultiSource/Benchmarks/Prolangs-C++/office: .cvsignore added (r1.1) --- Log message: Add and improve .cvsignore files to get rid of warnings about Output files generated when llvm-test is built with objdir = srcdir. --- Diffs of the changes: (+1 -0) .cvsigno

[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/mediabench/g721/.cvsignore

2006-03-23 Thread Reid Spencer
Changes in directory llvm-test/MultiSource/Benchmarks/mediabench/g721: .cvsignore added (r1.1) --- Log message: Add and improve .cvsignore files to get rid of warnings about Output files generated when llvm-test is built with objdir = srcdir. --- Diffs of the changes: (+1 -0) .cvsignore |

[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/Prolangs-C++/employ/.cvsignore

2006-03-23 Thread Reid Spencer
Changes in directory llvm-test/MultiSource/Benchmarks/Prolangs-C++/employ: .cvsignore added (r1.1) --- Log message: Add and improve .cvsignore files to get rid of warnings about Output files generated when llvm-test is built with objdir = srcdir. --- Diffs of the changes: (+1 -0) .cvsigno

  1   2   3   4   >