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

2006-04-26 Thread Reid Spencer
Changes in directory llvm/docs: FAQ.html updated: 1.31 - 1.32 --- Log message: Add some notes about the current state of source (front end) languages so we can point to them on llvm-dev. --- Diffs of the changes: (+44 -1) FAQ.html | 45 - 1

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

2006-04-26 Thread Reid Spencer
Changes in directory llvm/docs: FAQ.html updated: 1.32 - 1.33 --- Log message: Fix some anchors. --- Diffs of the changes: (+8 -8) FAQ.html | 16 1 files changed, 8 insertions(+), 8 deletions(-) Index: llvm/docs/FAQ.html diff -u llvm/docs/FAQ.html:1.32

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

2006-04-26 Thread Jeff Cohen
Changes in directory llvm/docs: FAQ.html updated: 1.33 - 1.34 --- Log message: Fix typo. --- Diffs of the changes: (+2 -2) FAQ.html |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm/docs/FAQ.html diff -u llvm/docs/FAQ.html:1.33 llvm/docs/FAQ.html:1.34 ---

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

2006-04-26 Thread Chris Lattner
Changes in directory llvm/docs: FAQ.html updated: 1.34 - 1.35 --- Log message: Unfortunately this really isn't the place for advertisement. --- Diffs of the changes: (+1 -4) FAQ.html |5 + 1 files changed, 1 insertion(+), 4 deletions(-) Index: llvm/docs/FAQ.html diff -u

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

2006-04-26 Thread Evan Cheng
Changes in directory llvm/lib/Target/X86: X86ISelLowering.cpp updated: 1.188 - 1.189 --- Log message: Fix fastcc failures. --- Diffs of the changes: (+3 -0) X86ISelLowering.cpp |3 +++ 1 files changed, 3 insertions(+) Index: llvm/lib/Target/X86/X86ISelLowering.cpp diff -u

[llvm-commits] CVS: llvm/test/Regression/Transforms/IndVarsSimplify/complex-scev.ll

2006-04-26 Thread Chris Lattner
Changes in directory llvm/test/Regression/Transforms/IndVarsSimplify: complex-scev.ll added (r1.1) --- Log message: new testcase --- Diffs of the changes: (+28 -0) complex-scev.ll | 28 1 files changed, 28 insertions(+) Index:

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

2006-04-26 Thread Chris Lattner
Changes in directory llvm/lib/Analysis: ScalarEvolution.cpp updated: 1.47 - 1.48 --- Log message: Implement Transforms/IndVarsSimplify/complex-scev.ll, a case where we didn't recognize some simple affine IV's. --- Diffs of the changes: (+25 -0) ScalarEvolution.cpp | 25

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

2006-04-26 Thread Jeff Cohen
Changes in directory llvm/docs: FAQ.html updated: 1.35 - 1.36 --- Log message: Actually, semantical doesn't appear to be a word. --- Diffs of the changes: (+2 -2) FAQ.html |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm/docs/FAQ.html diff -u

[llvm-commits] CVS: llvm/lib/Transforms/Utils/PromoteMemoryToRegister.cpp

2006-04-26 Thread Chris Lattner
Changes in directory llvm/lib/Transforms/Utils: PromoteMemoryToRegister.cpp updated: 1.82 - 1.83 --- Log message: Fix some nondeterminstic behavior in the mem2reg pass that (in addition to nondeterminism being bad) could cause some trivial missed optimizations (dead phi nodes being left

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

2006-04-26 Thread Evan Cheng
Changes in directory llvm/lib/Target/X86: X86ISelLowering.cpp updated: 1.189 - 1.190 X86ISelLowering.h updated: 1.60 - 1.61 --- Log message: - Clean up formal argument lowering code. Prepare for vector pass by value work. - Fixed vararg support. --- Diffs of the changes: (+237 -215)

[llvm-commits] CVS: llvm/test/Regression/CodeGen/Generic/2006-04-26-SetCCAnd.ll

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

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

2006-04-26 Thread Chris Lattner
Changes in directory llvm/lib/CodeGen/SelectionDAG: SelectionDAG.cpp updated: 1.302 - 1.303 --- Log message: Fix Regression/CodeGen/Generic/2006-04-26-SetCCAnd.ll and PR748: http://llvm.cs.uiuc.edu/PR748 . --- Diffs of the changes: (+29 -1) SelectionDAG.cpp | 30

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

2006-04-26 Thread Evan Cheng
Changes in directory llvm/lib/Target/X86: X86ISelLowering.cpp updated: 1.190 - 1.191 --- Log message: Bug fix: not updating NumIntRegs. --- Diffs of the changes: (+65 -60) X86ISelLowering.cpp | 125 +++- 1 files changed, 65 insertions(+), 60

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

2006-04-26 Thread Evan Cheng
Changes in directory llvm/lib/Target/X86: X86ISelLowering.cpp updated: 1.191 - 1.192 --- Log message: Oops --- Diffs of the changes: (+1 -1) X86ISelLowering.cpp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/lib/Target/X86/X86ISelLowering.cpp diff -u