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
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
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
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
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 +++
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
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
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
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
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
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
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
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
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
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
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/
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/
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
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
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
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
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
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
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
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
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
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
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
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
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.
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
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 |
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
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/
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
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
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
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 |
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
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
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
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
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
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)
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
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 |
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
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
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
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
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)
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
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)
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
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
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
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)
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
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
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
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
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
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
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
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 ++
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
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
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/
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(-)
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
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.
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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 |
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
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
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
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
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
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 |
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
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
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
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
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 |
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
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 |
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 - 100 of 336 matches
Mail list logo