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/include/llvm/
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
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(-)
Inde
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
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 pr
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: l
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 llv
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/lib/Target/X86/X86InstrSSE.
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;
}
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
dif
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/lib/Target/PowerPC/PPCInst
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:
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/li
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/lib/Target/X86/X86Inst
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
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 deletions(-
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 deletio
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/lib/Target/X86/X86InstrSS
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
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/lib/Analysis/DataS
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
dif
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 ll
Changes in directory llvm/docs:
ReleaseNotes.html updated: 1.349 -> 1.350
---
Log message:
add some more notes
---
Diffs of the changes: (+40 -4)
ReleaseNotes.html | 44
1 files changed, 40 insertions(+), 4 deletions(-)
Index: llvm/docs/Rele
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/docs/ReleaseNotes.html:
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/docs/ReleaseNotes.ht
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/docs/Release
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/docs/ReleaseNotes.html:1.3
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
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: llvm/lib/Target/PowerPC/README_ALTIVEC.
29 matches
Mail list logo