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

2006-04-18 Thread Chris Lattner
Changes in directory llvm/docs: ReleaseNotes.html updated: 1.347 - 1.348 --- Log message: add a bunch of stuff, pieces still missing --- Diffs of the changes: (+171 -47) ReleaseNotes.html | 218 ++ 1 files changed, 171 insertions(+), 47

[llvm-commits] CVS: llvm/autoconf/m4/config_project.m4

2006-04-18 Thread Reid Spencer
Changes in directory llvm/autoconf/m4: config_project.m4 updated: 1.1 - 1.2 --- Log message: Make it possible to default the llvm_src and llvm_obj variables based on the arguments to the macro. This better supports the AutoRegen.sh script in projects/sample/autoconf. --- Diffs of the

[llvm-commits] CVS: llvm/projects/sample/autoconf/AutoRegen.sh configure.ac

2006-04-18 Thread Reid Spencer
Changes in directory llvm/projects/sample/autoconf: AutoRegen.sh updated: 1.2 - 1.3 configure.ac updated: 1.4 - 1.5 --- Log message: Have the AutoRegen.sh script prompt the user for the LLVM src and obj directories if it can't find them. Then, replace those values into the configure.ac script

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

2006-04-18 Thread Chris Lattner
Changes in directory llvm/docs: ReleaseNotes.html updated: 1.348 - 1.349 --- Log message: Add some more notes, many still missing --- Diffs of the changes: (+31 -2) ReleaseNotes.html | 33 +++-- 1 files changed, 31 insertions(+), 2 deletions(-) Index:

[llvm-commits] CVS: llvm/include/llvm/CodeGen/MachineConstantPool.h

2006-04-18 Thread Nate Begeman
Changes in directory llvm/include/llvm/CodeGen: MachineConstantPool.h updated: 1.14 - 1.15 --- Log message: Fix a copy paste error from long ago. --- Diffs of the changes: (+1 -1) MachineConstantPool.h |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index:

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

2006-04-18 Thread Chris Lattner
Changes in directory llvm/lib/Target/X86: X86InstrInfo.cpp updated: 1.48 - 1.49 --- Log message: Teach the codegen about instructions used for SSE spill code, allowing it to optimize cases where it has to spill a lot --- Diffs of the changes: (+4 -0) X86InstrInfo.cpp |4 1 files

[llvm-commits] CVS: llvm/lib/Target/PowerPC/README_ALTIVEC.txt

2006-04-18 Thread Chris Lattner
Changes in directory llvm/lib/Target/PowerPC: README_ALTIVEC.txt updated: 1.28 - 1.29 --- Log message: move some stuff around, clean things up --- Diffs of the changes: (+11 -14) README_ALTIVEC.txt | 25 +++-- 1 files changed, 11 insertions(+), 14 deletions(-)

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

2006-04-18 Thread Chris Lattner
Changes in directory llvm/test/Regression/CodeGen/PowerPC: vec_br_cmp.ll added (r1.1) --- Log message: new testcase --- Diffs of the changes: (+22 -0) vec_br_cmp.ll | 22 ++ 1 files changed, 22 insertions(+) Index: llvm/test/Regression/CodeGen/PowerPC/vec_br_cmp.ll

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

2006-04-18 Thread Chris Lattner
Changes in directory llvm/lib/Target/PowerPC: PPCISelLowering.cpp updated: 1.164 - 1.165 PPCISelLowering.h updated: 1.46 - 1.47 PPCInstrInfo.td updated: 1.215 - 1.216 README_ALTIVEC.txt updated: 1.29 - 1.30 --- Log message: Implement an important entry from README_ALTIVEC: If an altivec

[llvm-commits] CVS: llvm-poolalloc/Regressions/2006-04-13.MixedAllocaGlobals.ll

2006-04-18 Thread Andrew Lenharth
Changes in directory llvm-poolalloc/Regressions: 2006-04-13.MixedAllocaGlobals.ll added (r1.1) --- Log message: another regression --- Diffs of the changes: (+41 -0) 2006-04-13.MixedAllocaGlobals.ll | 41 +++ 1 files changed, 41 insertions(+) Index:

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

2006-04-18 Thread Chris Lattner
Changes in directory llvm/lib/Target/PowerPC: PPCISelLowering.cpp updated: 1.165 - 1.166 --- Log message: pretty print node name --- Diffs of the changes: (+1 -0) PPCISelLowering.cpp |1 + 1 files changed, 1 insertion(+) Index: llvm/lib/Target/PowerPC/PPCISelLowering.cpp diff -u

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

2006-04-18 Thread Evan Cheng
Changes in directory llvm/lib/Target/X86: X86InstrSSE.td updated: 1.100 - 1.101 --- Log message: Fixed an encoding bug: movd from XMM to R32. --- Diffs of the changes: (+1 -1) X86InstrSSE.td |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index:

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

2006-04-18 Thread Chris Lattner
Changes in directory llvm/lib/Target/PowerPC: PPCISelLowering.cpp updated: 1.166 - 1.167 --- Log message: Fix a crash on: void foo2(vector float *A, vector float *B) { vector float C = (vector float)vec_cmpeq(*A, *B); if (!vec_any_eq(*A, *B)) *B = (vector float){0,0,0,0}; *A = C; }

[llvm-commits] CVS: llvm/lib/Target/PowerPC/README_ALTIVEC.txt

2006-04-18 Thread Chris Lattner
Changes in directory llvm/lib/Target/PowerPC: README_ALTIVEC.txt updated: 1.30 - 1.31 --- Log message: add a note --- Diffs of the changes: (+23 -0) README_ALTIVEC.txt | 23 +++ 1 files changed, 23 insertions(+) Index: llvm/lib/Target/PowerPC/README_ALTIVEC.txt

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

2006-04-18 Thread Chris Lattner
Changes in directory llvm/lib/Target/PowerPC: PPCInstrInfo.td updated: 1.216 - 1.217 --- Log message: These are correctly encoded by the JIT. I checked :) --- Diffs of the changes: (+0 -2) PPCInstrInfo.td |2 -- 1 files changed, 2 deletions(-) Index:

[llvm-commits] CVS: llvm/lib/Analysis/DataStructure/Local.cpp

2006-04-18 Thread Andrew Lenharth
Changes in directory llvm/lib/Analysis/DataStructure: Local.cpp updated: 1.145 - 1.146 --- Log message: llvm.memc* improvements. helps PA a lot in some specmarks --- Diffs of the changes: (+11 -4) Local.cpp | 15 +++ 1 files changed, 11 insertions(+), 4 deletions(-) Index:

[llvm-commits] CVS: llvm/lib/Analysis/DataStructure/Local.cpp

2006-04-18 Thread Andrew Lenharth
Changes in directory llvm/lib/Analysis/DataStructure: Local.cpp updated: 1.146 - 1.147 --- Log message: llvm.memc* improvements. helps PA a lot in some specmarks --- Diffs of the changes: (+7 -2) Local.cpp |9 +++-- 1 files changed, 7 insertions(+), 2 deletions(-) Index:

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

2006-04-18 Thread Evan Cheng
Changes in directory llvm/lib/Target/X86: X86InstrSSE.td updated: 1.101 - 1.102 --- Log message: Left a pattern out --- Diffs of the changes: (+4 -0) X86InstrSSE.td |4 1 files changed, 4 insertions(+) Index: llvm/lib/Target/X86/X86InstrSSE.td diff -u

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

2006-04-18 Thread Evan Cheng
Changes in directory llvm/lib/Target/X86: X86InstrSSE.td updated: 1.102 - 1.103 --- Log message: Name change for clarity sake --- Diffs of the changes: (+4 -4) X86InstrSSE.td |8 1 files changed, 4 insertions(+), 4 deletions(-) Index: llvm/lib/Target/X86/X86InstrSSE.td diff

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

2006-04-18 Thread Evan Cheng
Changes in directory llvm/lib/Target/X86: X86RegisterInfo.cpp updated: 1.140 - 1.141 --- Log message: Encoding bug: CMPPSrmi, CMPPDrmi dropped operand 2 (condtion immediate). --- Diffs of the changes: (+2 -2) X86RegisterInfo.cpp |4 ++-- 1 files changed, 2 insertions(+), 2

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

2006-04-18 Thread Evan Cheng
Changes in directory llvm/lib/Target/X86: X86RegisterInfo.cpp updated: 1.141 - 1.142 --- Log message: SHUFP{S|D}, PSHUF* encoding bugs. Left out the mask immediate operand. --- Diffs of the changes: (+5 -5) X86RegisterInfo.cpp | 10 +- 1 files changed, 5 insertions(+), 5

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

2006-04-18 Thread Evan Cheng
Changes in directory llvm/lib/Target/X86: X86InstrSSE.td updated: 1.103 - 1.104 --- Log message: Name change for clarity sake --- Diffs of the changes: (+9 -9) X86InstrSSE.td | 18 +- 1 files changed, 9 insertions(+), 9 deletions(-) Index:

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

2006-04-18 Thread Evan Cheng
Changes in directory llvm/lib/Target/X86: X86RegisterInfo.cpp updated: 1.142 - 1.143 X86InstrSSE.td updated: 1.104 - 1.105 --- Log message: - PEXTRW cannot take a memory location as its first source operand. - PINSRWrmi encoding bug. --- Diffs of the changes: (+1 -9) X86InstrSSE.td |

[llvm-commits] CVS: llvm/lib/Analysis/DataStructure/Local.cpp

2006-04-18 Thread Andrew Lenharth
Changes in directory llvm/lib/Analysis/DataStructure: Local.cpp updated: 1.147 - 1.148 --- Log message: I understand now. Shoot. --- Diffs of the changes: (+3 -21) Local.cpp | 24 +++- 1 files changed, 3 insertions(+), 21 deletions(-) Index:

[llvm-commits] CVS: llvm/tools/analyze/AnalysisWrappers.cpp

2006-04-18 Thread Andrew Lenharth
Changes in directory llvm/tools/analyze: AnalysisWrappers.cpp updated: 1.17 - 1.18 --- Log message: fix printing call graphs --- Diffs of the changes: (+1 -1) AnalysisWrappers.cpp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/tools/analyze/AnalysisWrappers.cpp

[llvm-commits] CVS: llvm/lib/Analysis/DataStructure/Local.cpp

2006-04-18 Thread Andrew Lenharth
Changes in directory llvm/lib/Analysis/DataStructure: Local.cpp updated: 1.148 - 1.149 --- Log message: stupid stuff --- Diffs of the changes: (+7 -3) Local.cpp | 10 +++--- 1 files changed, 7 insertions(+), 3 deletions(-) Index: llvm/lib/Analysis/DataStructure/Local.cpp diff -u

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

2006-04-18 Thread Chris Lattner
Changes in directory llvm/docs: ReleaseNotes.html updated: 1.350 - 1.351 --- Log message: add a note --- Diffs of the changes: (+3 -2) ReleaseNotes.html |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) Index: llvm/docs/ReleaseNotes.html diff -u

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

2006-04-18 Thread Chris Lattner
Changes in directory llvm/docs: ReleaseNotes.html updated: 1.351 - 1.352 --- Log message: Change wording --- Diffs of the changes: (+2 -2) ReleaseNotes.html |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm/docs/ReleaseNotes.html diff -u

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

2006-04-18 Thread Chris Lattner
Changes in directory llvm/docs: ReleaseNotes.html updated: 1.352 - 1.353 --- Log message: Fix a bug owen noticed --- Diffs of the changes: (+2 -2) ReleaseNotes.html |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm/docs/ReleaseNotes.html diff -u

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

2006-04-18 Thread Chris Lattner
Changes in directory llvm/docs: ReleaseNotes.html updated: 1.353 - 1.354 --- Log message: grammaro --- Diffs of the changes: (+2 -2) ReleaseNotes.html |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm/docs/ReleaseNotes.html diff -u

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

2006-04-18 Thread Chris Lattner
Changes in directory llvm/lib/Target/X86: README.txt updated: 1.92 - 1.93 --- Log message: Add a note. --- Diffs of the changes: (+58 -0) README.txt | 58 ++ 1 files changed, 58 insertions(+) Index: llvm/lib/Target/X86/README.txt

[llvm-commits] CVS: llvm/lib/Target/PowerPC/README_ALTIVEC.txt

2006-04-18 Thread Chris Lattner
Changes in directory llvm/lib/Target/PowerPC: README_ALTIVEC.txt updated: 1.31 - 1.32 --- Log message: add a note --- Diffs of the changes: (+30 -0) README_ALTIVEC.txt | 30 ++ 1 files changed, 30 insertions(+) Index: