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

2006-04-12 Thread Reid Spencer
Changes in directory llvm/lib/Debugger: Makefile updated: 1.2 -> 1.3 --- Log message: Add the README files to the distribution. --- Diffs of the changes: (+1 -0) Makefile |1 + 1 files changed, 1 insertion(+) Index: llvm/lib/Debugger/Makefile diff -u llvm/lib/Debugger/Makefile:1.2 ll

[llvm-commits] CVS: llvm/lib/Target/X86/Makefile

2006-04-12 Thread Reid Spencer
Changes in directory llvm/lib/Target/X86: Makefile updated: 1.25 -> 1.26 --- Log message: Add the README files to the distribution. --- Diffs of the changes: (+1 -0) Makefile |1 + 1 files changed, 1 insertion(+) Index: llvm/lib/Target/X86/Makefile diff -u llvm/lib/Target/X86/Makefil

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

2006-04-12 Thread Reid Spencer
Changes in directory llvm/lib/Target: Makefile updated: 1.26 -> 1.27 --- Log message: Add the README files to the distribution. --- Diffs of the changes: (+1 -0) Makefile |1 + 1 files changed, 1 insertion(+) Index: llvm/lib/Target/Makefile diff -u llvm/lib/Target/Makefile:1.26 llvm/

[llvm-commits] CVS: llvm/lib/Target/PowerPC/Makefile

2006-04-12 Thread Reid Spencer
Changes in directory llvm/lib/Target/PowerPC: Makefile updated: 1.21 -> 1.22 --- Log message: Add the README files to the distribution. --- Diffs of the changes: (+1 -0) Makefile |1 + 1 files changed, 1 insertion(+) Index: llvm/lib/Target/PowerPC/Makefile diff -u llvm/lib/Target/Pow

[llvm-commits] CVS: llvm/lib/Target/Sparc/Makefile

2006-04-12 Thread Reid Spencer
Changes in directory llvm/lib/Target/Sparc: Makefile updated: 1.14 -> 1.15 --- Log message: Add the README files to the distribution. --- Diffs of the changes: (+1 -0) Makefile |1 + 1 files changed, 1 insertion(+) Index: llvm/lib/Target/Sparc/Makefile diff -u llvm/lib/Target/Sparc/M

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

2006-04-12 Thread Reid Spencer
Changes in directory llvm/lib/System: Makefile updated: 1.9 -> 1.10 --- Log message: Add the README files to the distribution. --- Diffs of the changes: (+1 -1) Makefile |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/lib/System/Makefile diff -u llvm/lib/System/Make

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

2006-04-12 Thread Reid Spencer
Changes in directory llvm/utils: Makefile updated: 1.11 -> 1.12 --- Log message: Add missing things to the distribution. --- Diffs of the changes: (+3 -3) Makefile |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) Index: llvm/utils/Makefile diff -u llvm/utils/Makefile:1.11

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

2006-04-12 Thread Reid Spencer
Changes in directory llvm/utils/Burg: Makefile updated: 1.30 -> 1.31 --- Log message: Add missing things to the distribution. --- Diffs of the changes: (+1 -1) Makefile |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/utils/Burg/Makefile diff -u llvm/utils/Burg/Makef

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

2006-04-12 Thread Reid Spencer
Changes in directory llvm/utils/TableGen: Makefile updated: 1.16 -> 1.17 --- Log message: Add missing things to the distribution. --- Diffs of the changes: (+2 -0) Makefile |2 ++ 1 files changed, 2 insertions(+) Index: llvm/utils/TableGen/Makefile diff -u llvm/utils/TableGen/Makefil

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

2006-04-12 Thread Reid Spencer
Changes in directory llvm/projects/Stacker: Makefile updated: 1.9 -> 1.10 --- Log message: Distribute the Stacker samples directory. --- Diffs of the changes: (+1 -1) Makefile |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/projects/Stacker/Makefile diff -u llvm/pro

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

2006-04-12 Thread Evan Cheng
Changes in directory llvm/lib/Target/X86: X86InstrSSE.td updated: 1.84 -> 1.85 --- Log message: psad, pmax, pmin intrinsics. --- Diffs of the changes: (+54 -1) X86InstrSSE.td | 55 ++- 1 files changed, 54 insertions(+), 1 deletion(-)

[llvm-commits] CVS: llvm/include/llvm/IntrinsicsX86.td

2006-04-12 Thread Evan Cheng
Changes in directory llvm/include/llvm: IntrinsicsX86.td updated: 1.24 -> 1.25 --- Log message: pmin, pmax, and psad intrinsics. --- Diffs of the changes: (+15 -0) IntrinsicsX86.td | 15 +++ 1 files changed, 15 insertions(+) Index: llvm/include/llvm/IntrinsicsX86.td diff -u

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

2006-04-12 Thread Evan Cheng
Changes in directory llvm/lib/Target/X86: X86InstrSSE.td updated: 1.83 -> 1.84 --- Log message: Various SSE2 packed integer intrinsics: pmulhuw, pavgw, etc. --- Diffs of the changes: (+71 -4) X86InstrSSE.td | 75 + 1 files changed,

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

2006-04-12 Thread Evan Cheng
Changes in directory llvm/lib/Target/X86: X86ISelLowering.cpp updated: 1.164 -> 1.165 --- Log message: X86 SSE2 supports v8i16 multiplication --- Diffs of the changes: (+1 -0) X86ISelLowering.cpp |1 + 1 files changed, 1 insertion(+) Index: llvm/lib/Target/X86/X86ISelLowering.cpp diff

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

2006-04-12 Thread Evan Cheng
Changes in directory llvm/lib/Target/X86: README.txt updated: 1.86 -> 1.87 --- Log message: Update --- Diffs of the changes: (+12 -0) README.txt | 12 1 files changed, 12 insertions(+) Index: llvm/lib/Target/X86/README.txt diff -u llvm/lib/Target/X86/README.txt:1.86 llvm/li

[llvm-commits] CVS: llvm/include/llvm/IntrinsicsX86.td

2006-04-12 Thread Evan Cheng
Changes in directory llvm/include/llvm: IntrinsicsX86.td updated: 1.23 -> 1.24 --- Log message: pmul*, pmadd*, and pavg* intrinsics. --- Diffs of the changes: (+18 -0) IntrinsicsX86.td | 18 ++ 1 files changed, 18 insertions(+) Index: llvm/include/llvm/IntrinsicsX86.td

[llvm-commits] CVS: llvm/utils/llvm-config/llvm-config.in.in

2006-04-12 Thread Chris Lattner
Changes in directory llvm/utils/llvm-config: llvm-config.in.in updated: 1.3 -> 1.4 --- Log message: one too many l's --- Diffs of the changes: (+1 -1) llvm-config.in.in |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/utils/llvm-config/llvm-config.in.in diff -u llvm/

[llvm-commits] CVS: llvm/CREDITS.TXT

2006-04-12 Thread Andrew Lenharth
Changes in directory llvm: CREDITS.TXT updated: 1.50 -> 1.51 --- Log message: quick update --- Diffs of the changes: (+1 -0) CREDITS.TXT |1 + 1 files changed, 1 insertion(+) Index: llvm/CREDITS.TXT diff -u llvm/CREDITS.TXT:1.50 llvm/CREDITS.TXT:1.51 --- llvm/CREDITS.TXT:1.50

[llvm-commits] CVS: llvm/include/llvm/IntrinsicsX86.td

2006-04-12 Thread Evan Cheng
Changes in directory llvm/include/llvm: IntrinsicsX86.td updated: 1.22 -> 1.23 --- Log message: padds{b|w}, paddus{b|w}, psubs{b|w}, psubus{b|w} intrinsics. --- Diffs of the changes: (+28 -0) IntrinsicsX86.td | 28 1 files changed, 28 insertions(+) Index: l

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

2006-04-12 Thread Evan Cheng
Changes in directory llvm/lib/Target/X86: X86InstrSSE.td updated: 1.82 -> 1.83 --- Log message: padds{b|w}, paddus{b|w}, psubs{b|w}, psubus{b|w} intrinsics. --- Diffs of the changes: (+78 -8) X86InstrSSE.td | 86 +++-- 1 files changed,

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

2006-04-12 Thread Evan Cheng
Changes in directory llvm/lib/Target/X86: X86InstrSSE.td updated: 1.81 -> 1.82 --- Log message: Naming inconsistency. --- Diffs of the changes: (+1 -1) X86InstrSSE.td |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/lib/Target/X86/X86InstrSSE.td diff -u llvm/lib/Targ

[llvm-commits] CVS: llvm/include/llvm/IntrinsicsX86.td

2006-04-12 Thread Evan Cheng
Changes in directory llvm/include/llvm: IntrinsicsX86.td updated: 1.21 -> 1.22 --- Log message: Naming inconsistency. --- Diffs of the changes: (+1 -1) IntrinsicsX86.td |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/include/llvm/IntrinsicsX86.td diff -u llvm/includ

[llvm-commits] CVS: llvm/include/llvm/IntrinsicsX86.td

2006-04-12 Thread Evan Cheng
Changes in directory llvm/include/llvm: IntrinsicsX86.td updated: 1.20 -> 1.21 --- Log message: SSE / SSE2 conversion intrinsics. --- Diffs of the changes: (+11 -7) IntrinsicsX86.td | 18 +++--- 1 files changed, 11 insertions(+), 7 deletions(-) Index: llvm/include/llvm/Intr

[llvm-commits] CVS: llvm/lib/Target/X86/X86InstrMMX.td X86InstrSSE.td

2006-04-12 Thread Evan Cheng
Changes in directory llvm/lib/Target/X86: X86InstrMMX.td updated: 1.10 -> 1.11 X86InstrSSE.td updated: 1.80 -> 1.81 --- Log message: SSE / SSE2 conversion intrinsics. --- Diffs of the changes: (+99 -33) X86InstrMMX.td | 24 X86InstrSSE.td | 108 +

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

2006-04-12 Thread Reid Spencer
Changes in directory llvm/utils: Makefile updated: 1.10 -> 1.11 --- Log message: Fix a typo in the name of a file. --- Diffs of the changes: (+1 -1) Makefile |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/utils/Makefile diff -u llvm/utils/Makefile:1.10 llvm/utils/M

[llvm-commits] CVS: llvm/test/Regression/CodeGen/Alpha/dg.exp

2006-04-12 Thread Tanya Brethour
Changes in directory llvm/test/Regression/CodeGen/Alpha: dg.exp updated: 1.1 -> 1.2 --- Log message: Added the ability to xfail based on llvmgcc version --- Diffs of the changes: (+1 -1) dg.exp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/test/Regression/CodeGen/

[llvm-commits] CVS: llvm/test/Regression/CodeGen/Generic/GC/dg.exp

2006-04-12 Thread Tanya Brethour
Changes in directory llvm/test/Regression/CodeGen/Generic/GC: dg.exp updated: 1.1 -> 1.2 --- Log message: Added the ability to xfail based on llvmgcc version --- Diffs of the changes: (+1 -1) dg.exp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/test/Regression/Cod

[llvm-commits] CVS: llvm/test/Regression/Transforms/LoopStrengthReduce/dg.exp

2006-04-12 Thread Tanya Brethour
Changes in directory llvm/test/Regression/Transforms/LoopStrengthReduce: dg.exp updated: 1.1 -> 1.2 --- Log message: Added the ability to xfail based on llvmgcc version --- Diffs of the changes: (+1 -1) dg.exp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/test/Reg

[llvm-commits] CVS: llvm/test/Regression/CFrontend/dg.exp

2006-04-12 Thread Tanya Brethour
Changes in directory llvm/test/Regression/CFrontend: dg.exp updated: 1.2 -> 1.3 --- Log message: Added the ability to xfail based on llvmgcc version --- Diffs of the changes: (+1 -1) dg.exp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/test/Regression/CFrontend/dg

[llvm-commits] CVS: llvm/test/Regression/Transforms/IPConstantProp/dg.exp

2006-04-12 Thread Tanya Brethour
Changes in directory llvm/test/Regression/Transforms/IPConstantProp: dg.exp updated: 1.2 -> 1.3 --- Log message: Added the ability to xfail based on llvmgcc version --- Diffs of the changes: (+1 -1) dg.exp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/test/Regress

[llvm-commits] CVS: llvm/test/Regression/Transforms/LoopUnswitch/dg.exp

2006-04-12 Thread Tanya Brethour
Changes in directory llvm/test/Regression/Transforms/LoopUnswitch: dg.exp updated: 1.2 -> 1.3 --- Log message: Added the ability to xfail based on llvmgcc version --- Diffs of the changes: (+1 -1) dg.exp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/test/Regressio

[llvm-commits] CVS: llvm/test/Regression/CodeGen/CBackend/dg.exp

2006-04-12 Thread Tanya Brethour
Changes in directory llvm/test/Regression/CodeGen/CBackend: dg.exp updated: 1.2 -> 1.3 --- Log message: Added the ability to xfail based on llvmgcc version --- Diffs of the changes: (+1 -1) dg.exp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/test/Regression/CodeG

[llvm-commits] CVS: llvm/test/Regression/Transforms/RaiseAllocations/dg.exp

2006-04-12 Thread Tanya Brethour
Changes in directory llvm/test/Regression/Transforms/RaiseAllocations: dg.exp updated: 1.2 -> 1.3 --- Log message: Added the ability to xfail based on llvmgcc version --- Diffs of the changes: (+1 -1) dg.exp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/test/Regre

[llvm-commits] CVS: llvm/test/Regression/Transforms/CorrelatedExprs/dg.exp

2006-04-12 Thread Tanya Brethour
Changes in directory llvm/test/Regression/Transforms/CorrelatedExprs: dg.exp updated: 1.2 -> 1.3 --- Log message: Added the ability to xfail based on llvmgcc version --- Diffs of the changes: (+1 -1) dg.exp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/test/Regres

[llvm-commits] CVS: llvm/test/Regression/Transforms/ConstantMerge/dg.exp

2006-04-12 Thread Tanya Brethour
Changes in directory llvm/test/Regression/Transforms/ConstantMerge: dg.exp updated: 1.2 -> 1.3 --- Log message: Added the ability to xfail based on llvmgcc version --- Diffs of the changes: (+1 -1) dg.exp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/test/Regressi

[llvm-commits] CVS: llvm/test/Regression/Verifier/2004-01-22-FloatNormalization.ll 2005-03-21-UndefinedTypeReference.ll dg.exp

2006-04-12 Thread Tanya Brethour
Changes in directory llvm/test/Regression/Verifier: 2004-01-22-FloatNormalization.ll updated: 1.2 -> 1.3 2005-03-21-UndefinedTypeReference.ll updated: 1.1 -> 1.2 dg.exp updated: 1.2 -> 1.3 --- Log message: Added the ability to xfail based on llvmgcc version --- Diffs of the changes: (+2 -3)

[llvm-commits] CVS: llvm/test/Regression/Transforms/DeadArgElim/dg.exp

2006-04-12 Thread Tanya Brethour
Changes in directory llvm/test/Regression/Transforms/DeadArgElim: dg.exp updated: 1.2 -> 1.3 --- Log message: Added the ability to xfail based on llvmgcc version --- Diffs of the changes: (+1 -1) dg.exp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/test/Regression

[llvm-commits] CVS: llvm/test/Regression/Transforms/IndVarsSimplify/dg.exp

2006-04-12 Thread Tanya Brethour
Changes in directory llvm/test/Regression/Transforms/IndVarsSimplify: dg.exp updated: 1.2 -> 1.3 --- Log message: Added the ability to xfail based on llvmgcc version --- Diffs of the changes: (+1 -1) dg.exp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/test/Regres

[llvm-commits] CVS: llvm/test/lib/llvm-dg.exp

2006-04-12 Thread Tanya Brethour
Changes in directory llvm/test/lib: llvm-dg.exp updated: 1.12 -> 1.13 --- Log message: Added the ability to xfail based on llvmgcc version --- Diffs of the changes: (+6 -2) llvm-dg.exp |8 ++-- 1 files changed, 6 insertions(+), 2 deletions(-) Index: llvm/test/lib/llvm-dg.exp diff

[llvm-commits] CVS: llvm/test/Regression/Transforms/FunctionResolve/dg.exp

2006-04-12 Thread Tanya Brethour
Changes in directory llvm/test/Regression/Transforms/FunctionResolve: dg.exp updated: 1.2 -> 1.3 --- Log message: Added the ability to xfail based on llvmgcc version --- Diffs of the changes: (+1 -1) dg.exp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/test/Regres

[llvm-commits] CVS: llvm/test/Regression/Transforms/DecomposeMultiDimRefs/dg.exp

2006-04-12 Thread Tanya Brethour
Changes in directory llvm/test/Regression/Transforms/DecomposeMultiDimRefs: dg.exp updated: 1.2 -> 1.3 --- Log message: Added the ability to xfail based on llvmgcc version --- Diffs of the changes: (+1 -1) dg.exp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/test/

[llvm-commits] CVS: llvm/test/Regression/Transforms/SimplifyLibCalls/dg.exp

2006-04-12 Thread Tanya Brethour
Changes in directory llvm/test/Regression/Transforms/SimplifyLibCalls: dg.exp updated: 1.1 -> 1.2 --- Log message: Added the ability to xfail based on llvmgcc version --- Diffs of the changes: (+1 -1) dg.exp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/test/Regre

[llvm-commits] CVS: llvm/test/Regression/Transforms/DeadStoreElimination/dg.exp

2006-04-12 Thread Tanya Brethour
Changes in directory llvm/test/Regression/Transforms/DeadStoreElimination: dg.exp updated: 1.2 -> 1.3 --- Log message: Added the ability to xfail based on llvmgcc version --- Diffs of the changes: (+1 -1) dg.exp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/test/R

[llvm-commits] CVS: llvm/test/Regression/Analysis/BasicAA/dg.exp

2006-04-12 Thread Tanya Brethour
Changes in directory llvm/test/Regression/Analysis/BasicAA: dg.exp updated: 1.2 -> 1.3 --- Log message: Added the ability to xfail based on llvmgcc version --- Diffs of the changes: (+1 -1) dg.exp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/test/Regression/Analy

[llvm-commits] CVS: llvm/test/Regression/Transforms/TailCallElim/dg.exp

2006-04-12 Thread Tanya Brethour
Changes in directory llvm/test/Regression/Transforms/TailCallElim: dg.exp updated: 1.2 -> 1.3 --- Log message: Added the ability to xfail based on llvmgcc version --- Diffs of the changes: (+1 -1) dg.exp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/test/Regressio

[llvm-commits] CVS: llvm/test/Regression/Transforms/BlockPlacement/dg.exp

2006-04-12 Thread Tanya Brethour
Changes in directory llvm/test/Regression/Transforms/BlockPlacement: dg.exp updated: 1.2 -> 1.3 --- Log message: Added the ability to xfail based on llvmgcc version --- Diffs of the changes: (+1 -1) dg.exp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/test/Regress

[llvm-commits] CVS: llvm/test/Regression/Transforms/LoopSimplify/dg.exp

2006-04-12 Thread Tanya Brethour
Changes in directory llvm/test/Regression/Transforms/LoopSimplify: dg.exp updated: 1.2 -> 1.3 --- Log message: Added the ability to xfail based on llvmgcc version --- Diffs of the changes: (+1 -1) dg.exp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/test/Regressio

[llvm-commits] CVS: llvm/test/Regression/Transforms/CodeExtractor/dg.exp

2006-04-12 Thread Tanya Brethour
Changes in directory llvm/test/Regression/Transforms/CodeExtractor: dg.exp updated: 1.2 -> 1.3 --- Log message: Added the ability to xfail based on llvmgcc version --- Diffs of the changes: (+1 -1) dg.exp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/test/Regressi

[llvm-commits] CVS: llvm/test/Regression/Analysis/LoopInfo/dg.exp

2006-04-12 Thread Tanya Brethour
Changes in directory llvm/test/Regression/Analysis/LoopInfo: dg.exp updated: 1.2 -> 1.3 --- Log message: Added the ability to xfail based on llvmgcc version --- Diffs of the changes: (+1 -1) dg.exp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/test/Regression/Anal

[llvm-commits] CVS: llvm/test/Regression/Analysis/GlobalsModRef/dg.exp

2006-04-12 Thread Tanya Brethour
Changes in directory llvm/test/Regression/Analysis/GlobalsModRef: dg.exp updated: 1.2 -> 1.3 --- Log message: Added the ability to xfail based on llvmgcc version --- Diffs of the changes: (+1 -1) dg.exp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/test/Regression

[llvm-commits] CVS: llvm/test/Regression/Transforms/LowerSwitch/dg.exp

2006-04-12 Thread Tanya Brethour
Changes in directory llvm/test/Regression/Transforms/LowerSwitch: dg.exp updated: 1.2 -> 1.3 --- Log message: Added the ability to xfail based on llvmgcc version --- Diffs of the changes: (+1 -1) dg.exp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/test/Regression

[llvm-commits] CVS: llvm/test/Regression/Transforms/CondProp/dg.exp

2006-04-12 Thread Tanya Brethour
Changes in directory llvm/test/Regression/Transforms/CondProp: dg.exp updated: 1.1 -> 1.2 --- Log message: Added the ability to xfail based on llvmgcc version --- Diffs of the changes: (+1 -1) dg.exp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/test/Regression/Tr

[llvm-commits] CVS: llvm/test/Regression/Transforms/Reassociate/dg.exp

2006-04-12 Thread Tanya Brethour
Changes in directory llvm/test/Regression/Transforms/Reassociate: dg.exp updated: 1.2 -> 1.3 --- Log message: Added the ability to xfail based on llvmgcc version --- Diffs of the changes: (+1 -1) dg.exp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/test/Regression

[llvm-commits] CVS: llvm/test/Regression/CodeGen/X86/dg.exp

2006-04-12 Thread Tanya Brethour
Changes in directory llvm/test/Regression/CodeGen/X86: dg.exp updated: 1.2 -> 1.3 --- Log message: Added the ability to xfail based on llvmgcc version --- Diffs of the changes: (+1 -1) dg.exp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/test/Regression/CodeGen/X8

[llvm-commits] CVS: llvm/test/Regression/Transforms/Mem2Reg/dg.exp

2006-04-12 Thread Tanya Brethour
Changes in directory llvm/test/Regression/Transforms/Mem2Reg: dg.exp updated: 1.2 -> 1.3 --- Log message: Added the ability to xfail based on llvmgcc version --- Diffs of the changes: (+1 -1) dg.exp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/test/Regression/Tra

[llvm-commits] CVS: llvm/test/Regression/Transforms/ScalarRepl/dg.exp

2006-04-12 Thread Tanya Brethour
Changes in directory llvm/test/Regression/Transforms/ScalarRepl: dg.exp updated: 1.2 -> 1.3 --- Log message: Added the ability to xfail based on llvmgcc version --- Diffs of the changes: (+1 -1) dg.exp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/test/Regression/

[llvm-commits] CVS: llvm/test/Regression/Transforms/DSAnalysis/dg.exp

2006-04-12 Thread Tanya Brethour
Changes in directory llvm/test/Regression/Transforms/DSAnalysis: dg.exp updated: 1.2 -> 1.3 --- Log message: Added the ability to xfail based on llvmgcc version --- Diffs of the changes: (+1 -1) dg.exp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/test/Regression/

[llvm-commits] CVS: llvm/test/Regression/Transforms/ArgumentPromotion/dg.exp

2006-04-12 Thread Tanya Brethour
Changes in directory llvm/test/Regression/Transforms/ArgumentPromotion: dg.exp updated: 1.2 -> 1.3 --- Log message: Added the ability to xfail based on llvmgcc version --- Diffs of the changes: (+1 -1) dg.exp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/test/Regr

[llvm-commits] CVS: llvm/test/Regression/CodeGen/Generic/dg.exp

2006-04-12 Thread Tanya Brethour
Changes in directory llvm/test/Regression/CodeGen/Generic: dg.exp updated: 1.2 -> 1.3 --- Log message: Added the ability to xfail based on llvmgcc version --- Diffs of the changes: (+1 -1) dg.exp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/test/Regression/CodeGe

[llvm-commits] CVS: llvm/test/Regression/Transforms/PruneEH/dg.exp

2006-04-12 Thread Tanya Brethour
Changes in directory llvm/test/Regression/Transforms/PruneEH: dg.exp updated: 1.2 -> 1.3 --- Log message: Added the ability to xfail based on llvmgcc version --- Diffs of the changes: (+1 -1) dg.exp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/test/Regression/Tra

[llvm-commits] CVS: llvm/test/Regression/Transforms/LevelRaise/dg.exp

2006-04-12 Thread Tanya Brethour
Changes in directory llvm/test/Regression/Transforms/LevelRaise: dg.exp updated: 1.2 -> 1.3 --- Log message: Added the ability to xfail based on llvmgcc version --- Diffs of the changes: (+1 -1) dg.exp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/test/Regression/

[llvm-commits] CVS: llvm/test/Regression/Transforms/GlobalOpt/dg.exp

2006-04-12 Thread Tanya Brethour
Changes in directory llvm/test/Regression/Transforms/GlobalOpt: dg.exp updated: 1.2 -> 1.3 --- Log message: Added the ability to xfail based on llvmgcc version --- Diffs of the changes: (+1 -1) dg.exp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/test/Regression/T

[llvm-commits] CVS: llvm/test/Regression/Analysis/LoadVN/dg.exp

2006-04-12 Thread Tanya Brethour
Changes in directory llvm/test/Regression/Analysis/LoadVN: dg.exp updated: 1.2 -> 1.3 --- Log message: Added the ability to xfail based on llvmgcc version --- Diffs of the changes: (+1 -1) dg.exp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/test/Regression/Analys

[llvm-commits] CVS: llvm/test/Regression/Analysis/DSGraph/dg.exp

2006-04-12 Thread Tanya Brethour
Changes in directory llvm/test/Regression/Analysis/DSGraph: dg.exp updated: 1.2 -> 1.3 --- Log message: Added the ability to xfail based on llvmgcc version --- Diffs of the changes: (+1 -1) dg.exp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/test/Regression/Analy

[llvm-commits] CVS: llvm/test/Regression/Transforms/SimplifyCFG/dg.exp

2006-04-12 Thread Tanya Brethour
Changes in directory llvm/test/Regression/Transforms/SimplifyCFG: dg.exp updated: 1.2 -> 1.3 --- Log message: Added the ability to xfail based on llvmgcc version --- Diffs of the changes: (+1 -1) dg.exp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/test/Regression

[llvm-commits] CVS: llvm/test/Regression/BugPoint/dg.exp

2006-04-12 Thread Tanya Brethour
Changes in directory llvm/test/Regression/BugPoint: dg.exp updated: 1.2 -> 1.3 --- Log message: Added the ability to xfail based on llvmgcc version --- Diffs of the changes: (+1 -1) dg.exp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/test/Regression/BugPoint/dg.e

[llvm-commits] CVS: llvm/test/Regression/Analysis/Andersens/dg.exp

2006-04-12 Thread Tanya Brethour
Changes in directory llvm/test/Regression/Analysis/Andersens: dg.exp updated: 1.2 -> 1.3 --- Log message: Added the ability to xfail based on llvmgcc version --- Diffs of the changes: (+2 -1) dg.exp |3 ++- 1 files changed, 2 insertions(+), 1 deletion(-) Index: llvm/test/Regression/A

[llvm-commits] CVS: llvm/test/Regression/Transforms/InstCombine/dg.exp

2006-04-12 Thread Tanya Brethour
Changes in directory llvm/test/Regression/Transforms/InstCombine: dg.exp updated: 1.2 -> 1.3 --- Log message: Added the ability to xfail based on llvmgcc version --- Diffs of the changes: (+1 -1) dg.exp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/test/Regression

[llvm-commits] CVS: llvm/test/Regression/CodeGen/SPARC/dg.exp

2006-04-12 Thread Tanya Brethour
Changes in directory llvm/test/Regression/CodeGen/SPARC: dg.exp updated: 1.1 -> 1.2 --- Log message: Added the ability to xfail based on llvmgcc version --- Diffs of the changes: (+1 -1) dg.exp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/test/Regression/CodeGen/

[llvm-commits] CVS: llvm/test/Regression/Transforms/LowerSetJmp/dg.exp

2006-04-12 Thread Tanya Brethour
Changes in directory llvm/test/Regression/Transforms/LowerSetJmp: dg.exp updated: 1.2 -> 1.3 --- Log message: Added the ability to xfail based on llvmgcc version --- Diffs of the changes: (+1 -1) dg.exp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/test/Regression

[llvm-commits] CVS: llvm/test/Regression/Transforms/LowerInvoke/dg.exp

2006-04-12 Thread Tanya Brethour
Changes in directory llvm/test/Regression/Transforms/LowerInvoke: dg.exp updated: 1.2 -> 1.3 --- Log message: Added the ability to xfail based on llvmgcc version --- Diffs of the changes: (+1 -1) dg.exp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/test/Regression

[llvm-commits] CVS: llvm/test/Regression/C++Frontend/dg.exp

2006-04-12 Thread Tanya Brethour
Changes in directory llvm/test/Regression/C++Frontend: dg.exp updated: 1.2 -> 1.3 --- Log message: Added the ability to xfail based on llvmgcc version --- Diffs of the changes: (+1 -1) dg.exp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/test/Regression/C++Fronten

[llvm-commits] CVS: llvm/test/Regression/Transforms/ConstProp/dg.exp

2006-04-12 Thread Tanya Brethour
Changes in directory llvm/test/Regression/Transforms/ConstProp: dg.exp updated: 1.2 -> 1.3 --- Log message: Added the ability to xfail based on llvmgcc version --- Diffs of the changes: (+1 -1) dg.exp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/test/Regression/T

[llvm-commits] CVS: llvm/test/Regression/Transforms/GCSE/dg.exp

2006-04-12 Thread Tanya Brethour
Changes in directory llvm/test/Regression/Transforms/GCSE: dg.exp updated: 1.2 -> 1.3 --- Log message: Added the ability to xfail based on llvmgcc version --- Diffs of the changes: (+1 -1) dg.exp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/test/Regression/Transf

[llvm-commits] CVS: llvm/test/Regression/CodeGen/IA64/dg.exp

2006-04-12 Thread Tanya Brethour
Changes in directory llvm/test/Regression/CodeGen/IA64: dg.exp updated: 1.1 -> 1.2 --- Log message: Added the ability to xfail based on llvmgcc version --- Diffs of the changes: (+1 -1) dg.exp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/test/Regression/CodeGen/I

[llvm-commits] CVS: llvm/test/Regression/Assembler/dg.exp

2006-04-12 Thread Tanya Brethour
Changes in directory llvm/test/Regression/Assembler: dg.exp updated: 1.2 -> 1.3 --- Log message: Added the ability to xfail based on llvmgcc version --- Diffs of the changes: (+1 -1) dg.exp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/test/Regression/Assembler/dg

[llvm-commits] CVS: llvm/test/Regression/CodeGen/SparcV9/dg.exp

2006-04-12 Thread Tanya Brethour
Changes in directory llvm/test/Regression/CodeGen/SparcV9: dg.exp updated: 1.2 -> 1.3 --- Log message: Added the ability to xfail based on llvmgcc version --- Diffs of the changes: (+1 -1) dg.exp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/test/Regression/CodeGe

[llvm-commits] CVS: llvm/test/Regression/Archive/dg.exp

2006-04-12 Thread Tanya Brethour
Changes in directory llvm/test/Regression/Archive: dg.exp updated: 1.2 -> 1.3 --- Log message: Added the ability to xfail based on llvmgcc version --- Diffs of the changes: (+1 -1) dg.exp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/test/Regression/Archive/dg.exp

[llvm-commits] CVS: llvm/test/Regression/Transforms/LICM/dg.exp

2006-04-12 Thread Tanya Brethour
Changes in directory llvm/test/Regression/Transforms/LICM: dg.exp updated: 1.2 -> 1.3 --- Log message: Added the ability to xfail based on llvmgcc version --- Diffs of the changes: (+1 -1) dg.exp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/test/Regression/Transf

[llvm-commits] CVS: llvm/test/Regression/Analysis/Dominators/dg.exp

2006-04-12 Thread Tanya Brethour
Changes in directory llvm/test/Regression/Analysis/Dominators: dg.exp updated: 1.2 -> 1.3 --- Log message: Added the ability to xfail based on llvmgcc version --- Diffs of the changes: (+1 -1) dg.exp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/test/Regression/An

[llvm-commits] CVS: llvm/test/Regression/Transforms/GlobalDCE/dg.exp

2006-04-12 Thread Tanya Brethour
Changes in directory llvm/test/Regression/Transforms/GlobalDCE: dg.exp updated: 1.2 -> 1.3 --- Log message: Added the ability to xfail based on llvmgcc version --- Diffs of the changes: (+1 -1) dg.exp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/test/Regression/T

[llvm-commits] CVS: llvm/test/Regression/Transforms/TailDup/dg.exp

2006-04-12 Thread Tanya Brethour
Changes in directory llvm/test/Regression/Transforms/TailDup: dg.exp updated: 1.2 -> 1.3 --- Log message: Added the ability to xfail based on llvmgcc version --- Diffs of the changes: (+1 -1) dg.exp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/test/Regression/Tra

[llvm-commits] CVS: llvm/test/Regression/TableGen/dg.exp

2006-04-12 Thread Tanya Brethour
Changes in directory llvm/test/Regression/TableGen: dg.exp updated: 1.3 -> 1.4 --- Log message: Added the ability to xfail based on llvmgcc version --- Diffs of the changes: (+1 -1) dg.exp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/test/Regression/TableGen/dg.e

[llvm-commits] CVS: llvm/test/Regression/Bytecode/dg.exp

2006-04-12 Thread Tanya Brethour
Changes in directory llvm/test/Regression/Bytecode: dg.exp updated: 1.2 -> 1.3 --- Log message: Added the ability to xfail based on llvmgcc version --- Diffs of the changes: (+1 -1) dg.exp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/test/Regression/Bytecode/dg.e

[llvm-commits] CVS: llvm/test/Regression/Transforms/LoopUnroll/dg.exp

2006-04-12 Thread Tanya Brethour
Changes in directory llvm/test/Regression/Transforms/LoopUnroll: dg.exp updated: 1.2 -> 1.3 --- Log message: Added the ability to xfail based on llvmgcc version --- Diffs of the changes: (+1 -1) dg.exp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/test/Regression/

[llvm-commits] CVS: llvm/test/Regression/Transforms/Inline/dg.exp

2006-04-12 Thread Tanya Brethour
Changes in directory llvm/test/Regression/Transforms/Inline: dg.exp updated: 1.2 -> 1.3 --- Log message: Added the ability to xfail based on llvmgcc version --- Diffs of the changes: (+1 -1) dg.exp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/test/Regression/Tran

[llvm-commits] CVS: llvm/test/Regression/ExecutionEngine/dg.exp

2006-04-12 Thread Tanya Brethour
Changes in directory llvm/test/Regression/ExecutionEngine: dg.exp updated: 1.2 -> 1.3 --- Log message: Added the ability to xfail based on llvmgcc version --- Diffs of the changes: (+1 -1) dg.exp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/test/Regression/Execut

[llvm-commits] CVS: llvm/test/Regression/Debugger/dg.exp

2006-04-12 Thread Tanya Brethour
Changes in directory llvm/test/Regression/Debugger: dg.exp updated: 1.2 -> 1.3 --- Log message: Added the ability to xfail based on llvmgcc version --- Diffs of the changes: (+1 -1) dg.exp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/test/Regression/Debugger/dg.e

[llvm-commits] CVS: llvm/test/Regression/Transforms/ADCE/dg.exp

2006-04-12 Thread Tanya Brethour
Changes in directory llvm/test/Regression/Transforms/ADCE: dg.exp updated: 1.2 -> 1.3 --- Log message: Added the ability to xfail based on llvmgcc version --- Diffs of the changes: (+1 -1) dg.exp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/test/Regression/Transf

[llvm-commits] CVS: llvm/test/Regression/CodeGen/PowerPC/dg.exp

2006-04-12 Thread Tanya Brethour
Changes in directory llvm/test/Regression/CodeGen/PowerPC: dg.exp updated: 1.2 -> 1.3 --- Log message: Added the ability to xfail based on llvmgcc version --- Diffs of the changes: (+1 -1) dg.exp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/test/Regression/CodeGe

[llvm-commits] CVS: llvm/test/Regression/Transforms/SCCP/dg.exp

2006-04-12 Thread Tanya Brethour
Changes in directory llvm/test/Regression/Transforms/SCCP: dg.exp updated: 1.2 -> 1.3 --- Log message: Added the ability to xfail based on llvmgcc version --- Diffs of the changes: (+1 -1) dg.exp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/test/Regression/Transf

[llvm-commits] CVS: llvm/test/Regression/Other/dg.exp

2006-04-12 Thread Tanya Brethour
Changes in directory llvm/test/Regression/Other: dg.exp updated: 1.2 -> 1.3 --- Log message: Added the ability to xfail based on llvmgcc version --- Diffs of the changes: (+1 -1) dg.exp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/test/Regression/Other/dg.exp dif

[llvm-commits] CVS: llvm/test/Regression/Linker/dg.exp

2006-04-12 Thread Tanya Brethour
Changes in directory llvm/test/Regression/Linker: dg.exp updated: 1.2 -> 1.3 --- Log message: Added the ability to xfail based on llvmgcc version --- Diffs of the changes: (+1 -1) dg.exp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/test/Regression/Linker/dg.exp d

[llvm-commits] CVS: llvm/test/Feature/dg.exp

2006-04-12 Thread Tanya Brethour
Changes in directory llvm/test/Feature: dg.exp updated: 1.3 -> 1.4 --- Log message: Added the ability to xfail based on llvmgcc version --- Diffs of the changes: (+1 -1) dg.exp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/test/Feature/dg.exp diff -u llvm/test/Fea

[llvm-commits] CVS: llvm/CREDITS.TXT

2006-04-12 Thread Evan Cheng
Changes in directory llvm: CREDITS.TXT updated: 1.49 -> 1.50 --- Log message: Update my credits. Can I add "Build breaker" to my entry? --- Diffs of the changes: (+4 -1) CREDITS.TXT |5 - 1 files changed, 4 insertions(+), 1 deletion(-) Index: llvm/CREDITS.TXT diff -u llvm/CREDITS

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

2006-04-12 Thread Evan Cheng
Changes in directory llvm/lib/Target/X86: README.txt updated: 1.85 -> 1.86 X86ISelLowering.cpp updated: 1.163 -> 1.164 X86InstrSSE.td updated: 1.79 -> 1.80 --- Log message: All "integer" logical ops (pand, por, pxor) are now promoted to v2i64. Clean up and fix various logical ops issues. ---

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

2006-04-12 Thread Evan Cheng
Changes in directory llvm/lib/CodeGen/SelectionDAG: LegalizeDAG.cpp updated: 1.363 -> 1.364 --- Log message: Promote vector AND, OR, and XOR --- Diffs of the changes: (+27 -0) LegalizeDAG.cpp | 27 +++ 1 files changed, 27 insertions(+) Index: llvm/lib/CodeGen/Sel

[llvm-commits] CVS: llvm/test/Regression/CodeGen/Generic/vector.ll

2006-04-12 Thread Reid Spencer
Changes in directory llvm/test/Regression/CodeGen/Generic: vector.ll updated: 1.8 -> 1.9 --- Log message: Don't dump the llc assembly output to stdout. --- Diffs of the changes: (+5 -5) vector.ll | 10 +- 1 files changed, 5 insertions(+), 5 deletions(-) Index: llvm/test/Regress

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

2006-04-12 Thread Reid Spencer
Changes in directory llvm/projects/Stacker/lib/compiler: Makefile updated: 1.6 -> 1.7 --- Log message: Distribute the lex/yacc files from the cvs version. --- Diffs of the changes: (+2 -0) Makefile |2 ++ 1 files changed, 2 insertions(+) Index: llvm/projects/Stacker/lib/compiler/Make

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

2006-04-12 Thread Reid Spencer
Changes in directory llvm/lib/AsmParser: Makefile updated: 1.8 -> 1.9 --- Log message: Make sure CVS versions of yacc and lex files get distributed. --- Diffs of the changes: (+2 -0) Makefile |2 ++ 1 files changed, 2 insertions(+) Index: llvm/lib/AsmParser/Makefile diff -u llvm/lib/

  1   2   >