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

2005-10-29 Thread Chris Lattner
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

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

2005-10-29 Thread Chris Lattner
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.

[llvm-commits] CVS: llvm/lib/Target/IA64/IA64ISelDAGToDAG.cpp IA64InstrInfo.td

2005-10-29 Thread Duraid Madina
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

[llvm-commits] CVS: llvm-www/testresults/index.html

2005-10-29 Thread Chris Lattner
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/

[llvm-commits] CVS: llvm/utils/TableGen/DAGISelEmitter.cpp

2005-10-29 Thread Chris Lattner
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

[llvm-commits] CVS: llvm/lib/Target/Alpha/AlphaISelPattern.cpp

2005-10-29 Thread Chris Lattner
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

[llvm-commits] CVS: llvm/win32/Transforms/Transforms.vcproj

2005-10-29 Thread Jeff Cohen
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

[llvm-commits] CVS: llvm/win32/Analysis/Analysis.vcproj

2005-10-29 Thread Jeff Cohen
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

[llvm-commits] CVS: llvm/utils/NightlyTest.pl

2005-10-29 Thread Chris Lattner
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

[llvm-commits] CVS: llvm/test/Regression/Transforms/LoopStrengthReduce/nested-reduce.ll

2005-10-29 Thread Chris Lattner
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

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

2005-10-29 Thread Chris Lattner
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

[llvm-commits] CVS: llvm/test/Regression/CodeGen/PowerPC/mul-neg-power-2.ll

2005-10-29 Thread Chris Lattner
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

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

2005-10-29 Thread Chris Lattner
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

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

2005-10-29 Thread Chris Lattner
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