Changes in directory llvm/include/llvm/Target:
TargetLowering.h updated: 1.67 -> 1.68
---
Log message:
Provide a default impl of LowerArguments
---
Diffs of the changes: (+1 -1)
TargetLowering.h |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/include/llvm/Target/Tar
Changes in directory llvm/lib/CodeGen/SelectionDAG:
LegalizeDAG.cpp updated: 1.361 -> 1.362
SelectionDAG.cpp updated: 1.298 -> 1.299
SelectionDAGISel.cpp updated: 1.221 -> 1.222
---
Log message:
Implement support for the formal_arguments node. To get this, targets
shouldcustom legalize it and
Changes in directory llvm/lib/CodeGen/SelectionDAG:
LegalizeDAG.cpp updated: 1.362 -> 1.363
---
Log message:
Vector type promotion for ISD::LOAD and ISD::SELECT
---
Diffs of the changes: (+23 -9)
LegalizeDAG.cpp | 32 +++-
1 files changed, 23 insertions(+), 9 d
On Wed, 12 Apr 2006, Reid Spencer wrote:
Make sure both member variables are initialized in the default constructor
for SDOperand. This gets rid of numerous warnings in lib/CodeGen and
lib/Target when compiled with GCC 4.0.2
It's lame when we have to sacrifice (even small amounts of) performanc
Changes in directory llvm/include/llvm/CodeGen:
SelectionDAGNodes.h updated: 1.128 -> 1.129
---
Log message:
Make sure both member variables are initialized in the default constructor
for SDOperand. This gets rid of numerous warnings in lib/CodeGen and
lib/Target when compiled with GCC 4.0.2
Changes in directory llvm/test/Regression/CodeGen/PowerPC:
vxor-canonicalize.ll added (r1.1)
---
Log message:
new testcase
---
Diffs of the changes: (+9 -0)
vxor-canonicalize.ll |9 +
1 files changed, 9 insertions(+)
Index: llvm/test/Regression/CodeGen/PowerPC/vxor-canonicali
Changes in directory llvm/lib/Target/PowerPC:
PPCISelLowering.cpp updated: 1.144 -> 1.145
PPCInstrAltivec.td updated: 1.47 -> 1.48
---
Log message:
Ensure that zero vectors are always v4i32, which forces them to CSE with
each other. This implements CodeGen/PowerPC/vxor-canonicalize.ll
---
D
Changes in directory llvm/test/Regression/CodeGen/PowerPC:
vxor-canonicalize.ll updated: 1.1 -> 1.2
---
Log message:
Make this test more interesting by checking that the 0.0 used to implement
vector fmul gets cse'd also.
---
Diffs of the changes: (+7 -3)
vxor-canonicalize.ll | 10 ++
Changes in directory llvm/test/Regression/CodeGen/PowerPC:
buildvec_canonicalize.ll added (r1.1)
vxor-canonicalize.ll (r1.2) removed
---
Log message:
Rename this file
---
Diffs of the changes: (+13 -0)
buildvec_canonicalize.ll | 13 +
1 files changed, 13 insertions(+)
Index
Changes in directory llvm/lib/Target/X86:
X86ISelLowering.cpp updated: 1.162 -> 1.163
X86InstrSSE.td updated: 1.78 -> 1.79
---
Log message:
Promote v4i32, v8i16, v16i8 load to v2i64 load.
---
Diffs of the changes: (+41 -57)
X86ISelLowering.cpp |7 +---
X86InstrSSE.td | 91 ++
Changes in directory llvm/test/Regression/CodeGen/PowerPC:
buildvec_canonicalize.ll updated: 1.1 -> 1.2
---
Log message:
two equivalent vsplti*s in different types should be CSEd.
---
Diffs of the changes: (+12 -2)
buildvec_canonicalize.ll | 14 --
1 files changed, 12 inserti
Changes in directory llvm/lib/Target/PowerPC:
PPCISelLowering.cpp updated: 1.145 -> 1.146
PPCISelLowering.h updated: 1.45 -> 1.46
PPCInstrAltivec.td updated: 1.48 -> 1.49
---
Log message:
Rename get_VSPLI_elt -> get_VSPLTI_elt
Canonicalize BUILD_VECTOR's that match VSPLTI's into a single type
Changes in directory llvm/docs:
ExtendingLLVM.html updated: 1.26 -> 1.27
---
Log message:
Update adding an intrinsic to describe that you can now just plop it into the
target .td file instead of adding SDNodes etc.
---
Diffs of the changes: (+13 -21)
ExtendingLLVM.html | 34 +
Changes in directory llvm/utils:
OldenDataRecover.pl added (r1.1)
---
Log message:
make recovering running_Olden data easier when the nightly tester eats the
graphs
---
Diffs of the changes: (+37 -0)
OldenDataRecover.pl | 37 +
1 files changed, 37 inse
Changes in directory llvm/lib/VMCore:
AutoUpgrade.cpp updated: 1.17 -> 1.18
---
Log message:
Don't emit useless warning messages.
---
Diffs of the changes: (+3 -2)
AutoUpgrade.cpp |5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
Index: llvm/lib/VMCore/AutoUpgrade.cpp
diff -
Changes in directory llvm/test/Regression/Transforms/InstCombine:
cast.ll updated: 1.26 -> 1.27
---
Log message:
These casts should turn into gep instructions
---
Diffs of the changes: (+12 -1)
cast.ll | 13 -
1 files changed, 12 insertions(+), 1 deletion(-)
Index: llvm/tes
Changes in directory llvm/test:
Makefile updated: 1.85 -> 1.86
---
Log message:
Added llvmgcc version to allow tests to be xfailed by frontend version.
---
Diffs of the changes: (+1 -0)
Makefile |1 +
1 files changed, 1 insertion(+)
Index: llvm/test/Makefile
diff -u llvm/test/Makefil
Changes in directory llvm/lib/Transforms/Scalar:
InstructionCombining.cpp updated: 1.464 -> 1.465
---
Log message:
Turn casts into getelementptr's when possible. This enables SROA to be more
aggressive in some cases where LLVMGCC 4 is inserting casts for no reason.
This implements InstCombine
Changes in directory llvm:
Makefile.rules updated: 1.361 -> 1.362
---
Log message:
Make sure that the C Frontend's runtime library directory is included as
a -L option to gccld whenever we're building a bytecode module or archive.
This gets around the "Cannot find library 'crtend'" warning mess
Changes in directory llvm/test/Regression/CodeGen/PowerPC:
vec_constants.ll added (r1.1)
---
Log message:
new testcase
---
Diffs of the changes: (+20 -0)
vec_constants.ll | 20
1 files changed, 20 insertions(+)
Index: llvm/test/Regression/CodeGen/PowerPC/vec_consta
Changes in directory llvm/utils:
Makefile updated: 1.8 -> 1.9
---
Log message:
Add the llvm-config directory to the EXTRA_DIST line so it gets distributed
even though its not being built currently. This prevents dist-check from
failing because configure can't find llvm-config.in.in
---
Diffs
Changes in directory llvm/lib/Target/PowerPC:
PPCISelLowering.cpp updated: 1.146 -> 1.147
README_ALTIVEC.txt updated: 1.20 -> 1.21
---
Log message:
Add a new way to match vector constants, which make it easier to bang bits of
different types.
Codegen spltw(0x7FFF) and spltw(0x8000) wit
Changes in directory llvm/lib/Transforms/Scalar:
LoopStrengthReduce.cpp updated: 1.82 -> 1.83
---
Log message:
Get rid of a signed/unsigned compare warning.
---
Diffs of the changes: (+1 -1)
LoopStrengthReduce.cpp |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/lib/
Changes in directory llvm:
Makefile updated: 1.57 -> 1.58
---
Log message:
Include the win32 and Xcode directories in the distribution.
---
Diffs of the changes: (+1 -1)
Makefile |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/Makefile
diff -u llvm/Makefile:1.57 llv
Changes in directory llvm/utils:
Makefile updated: 1.9 -> 1.10
---
Log message:
Additional files to distribute.
---
Diffs of the changes: (+7 -5)
Makefile | 12 +++-
1 files changed, 7 insertions(+), 5 deletions(-)
Index: llvm/utils/Makefile
diff -u llvm/utils/Makefile:1.9 llvm
Changes in directory llvm/tools/llvmc:
Makefile updated: 1.15 -> 1.16
---
Log message:
Distribute CVS versions of lex files
---
Diffs of the changes: (+1 -1)
Makefile |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/tools/llvmc/Makefile
diff -u llvm/tools/llvmc/Makef
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/
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
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
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
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.
---
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
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
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
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
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
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
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
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
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
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
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
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
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
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/
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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/
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
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
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
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
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/
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
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
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
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/
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
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
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/
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
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
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
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
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
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
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
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
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
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/
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
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
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
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
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
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
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
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
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)
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
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
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
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
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
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
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
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
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
1 - 100 of 126 matches
Mail list logo