Changes in directory llvm/docs:
ReleaseNotes.html updated: 1.337 -> 1.338
---
Log message:
First hack-and-slash on the release notes. Comments and improvements welcome
---
Diffs of the changes: (+168 -24)
ReleaseNotes.html | 192 +++---
1 f
Changes in directory llvm/docs:
ReleaseNotes.html updated: 1.338 -> 1.339
---
Log message:
Fix <> in html
---
Diffs of the changes: (+3 -3)
ReleaseNotes.html |6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.
Changes in directory llvm/lib/Target/IA64:
IA64ISelDAGToDAG.cpp updated: 1.2 -> 1.3
IA64InstrInfo.td updated: 1.17 -> 1.18
---
Log message:
add some FP stuff, some mix.* stuff, and constant pool support to the
DAG instruction selector, which should be destroyed one day (in the pattern
isel also
Changes in directory llvm-www/testresults:
index.html updated: 1.36 -> 1.37
---
Log message:
Reid says his tester is out of action
---
Diffs of the changes: (+0 -3)
index.html |3 ---
1 files changed, 3 deletions(-)
Index: llvm-www/testresults/index.html
diff -u llvm-www/testresults/
Changes in directory llvm/utils/TableGen:
DAGISelEmitter.cpp updated: 1.70 -> 1.71
---
Log message:
Make negative immediates in patterns work correctly, silence some warnings
building the itanium backend.
---
Diffs of the changes: (+1 -1)
DAGISelEmitter.cpp |2 +-
1 files changed, 1 in
Changes in directory llvm/lib/Target/Alpha:
AlphaISelPattern.cpp updated: 1.176 -> 1.177
---
Log message:
Make -time-passes output prettier
---
Diffs of the changes: (+4 -0)
AlphaISelPattern.cpp |4
1 files changed, 4 insertions(+)
Index: llvm/lib/Target/Alpha/AlphaISelPattern.c
Changes in directory llvm/win32/Transforms:
Transforms.vcproj updated: 1.15 -> 1.16
---
Log message:
More files deleted.
---
Diffs of the changes: (+0 -3)
Transforms.vcproj |3 ---
1 files changed, 3 deletions(-)
Index: llvm/win32/Transforms/Transforms.vcproj
diff -u llvm/win32/Transf
Changes in directory llvm/win32/Analysis:
Analysis.vcproj updated: 1.14 -> 1.15
---
Log message:
More files deleted.
---
Diffs of the changes: (+0 -6)
Analysis.vcproj |6 --
1 files changed, 6 deletions(-)
Index: llvm/win32/Analysis/Analysis.vcproj
diff -u llvm/win32/Analysis/Anal
Changes in directory llvm/utils:
NightlyTest.pl updated: 1.98 -> 1.99
---
Log message:
Revert an accidental commit.
---
Diffs of the changes: (+1 -1)
NightlyTest.pl |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/utils/NightlyTest.pl
diff -u llvm/utils/NightlyTest.p
Changes in directory llvm/test/Regression/Transforms/LoopStrengthReduce:
nested-reduce.ll added (r1.1)
---
Log message:
new testcase
---
Diffs of the changes: (+57 -0)
nested-reduce.ll | 57 +++
1 files changed, 57 insertions(+)
Index
Changes in directory llvm/lib/Analysis:
ScalarEvolutionExpander.cpp updated: 1.1 -> 1.2
---
Log message:
Fix a problem that Nate noticed with LSR:
When inserting code for an addrec expression with a non-unit stride, be
more careful where we insert the multiply. In particular, insert the multi
Changes in directory llvm/test/Regression/CodeGen/PowerPC:
mul-neg-power-2.ll added (r1.1)
---
Log message:
new testcase
---
Diffs of the changes: (+9 -0)
mul-neg-power-2.ll |9 +
1 files changed, 9 insertions(+)
Index: llvm/test/Regression/CodeGen/PowerPC/mul-neg-power-2.ll
Changes in directory llvm/lib/CodeGen/SelectionDAG:
DAGCombiner.cpp updated: 1.57 -> 1.58
---
Log message:
Codegen mul by negative power of two with a shift and negate.
This implements test/Regression/CodeGen/PowerPC/mul-neg-power-2.ll,
producing:
_foo:
slwi r2, r3, 1
subfic r3
Changes in directory llvm/lib/Target/PowerPC:
README.txt updated: 1.36 -> 1.37
---
Log message:
This is implemented
---
Diffs of the changes: (+0 -19)
README.txt | 19 ---
1 files changed, 19 deletions(-)
Index: llvm/lib/Target/PowerPC/README.txt
diff -u llvm/lib/Target
14 matches
Mail list logo