[llvm-commits] CVS: llvm/lib/Target/ARM/ARMAsmPrinter.cpp

2006-09-11 Thread Rafael Espindola
Changes in directory llvm/lib/Target/ARM: ARMAsmPrinter.cpp updated: 1.17 -> 1.18 --- Log message: call AsmPrinter::doInitialization in ARMAsmPrinter::doInitialization --- Diffs of the changes: (+1 -0) ARMAsmPrinter.cpp |1 + 1 files changed, 1 insertion(+) Index: llvm/lib/Target/ARM

[llvm-commits] CVS: llvm/test/Regression/CodeGen/ARM/select.ll

2006-09-11 Thread Rafael Espindola
Changes in directory llvm/test/Regression/CodeGen/ARM: select.ll updated: 1.6 -> 1.7 --- Log message: implement unconditional branches fix select.ll --- Diffs of the changes: (+0 -1) select.ll |1 - 1 files changed, 1 deletion(-) Index: llvm/test/Regression/CodeGen/ARM/select.ll dif

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

2006-09-11 Thread John Criswell
Changes in directory llvm-www: www-index.html updated: 1.129 -> 1.130 --- Log message: First crack at adding an attribution notice to the LLVM web page. --- Diffs of the changes: (+3 -0) www-index.html |3 +++ 1 files changed, 3 insertions(+) Index: llvm-www/www-index.html diff -u ll

[llvm-commits] CVS: llvm-www/attrib.incl

2006-09-11 Thread John Criswell
Changes in directory llvm-www: attrib.incl added (r1.1) --- Log message: Include file that contains HTML for the UIUC CS department attribution that we're required to put on the web site. --- Diffs of the changes: (+4 -0) attrib.incl |4 1 files changed, 4 insertions(+) Index: l

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

2006-09-11 Thread John Criswell
Changes in directory llvm-www/releases: index.html updated: 1.29 -> 1.30 --- Log message: Added UIUC CS attribution. --- Diffs of the changes: (+3 -0) index.html |3 +++ 1 files changed, 3 insertions(+) Index: llvm-www/releases/index.html diff -u llvm-www/releases/index.html:1.29 llv

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

2006-09-11 Thread John Criswell
Changes in directory llvm-www/releases: index.html updated: 1.30 -> 1.31 --- Log message: Fix the include of the attribution. --- Diffs of the changes: (+1 -1) index.html |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm-www/releases/index.html diff -u llvm-www/releas

[llvm-commits] CVS: llvm/docs/doxygen.footer

2006-09-11 Thread John Criswell
Changes in directory llvm/docs: doxygen.footer updated: 1.5 -> 1.6 --- Log message: Include the UIUC CS department attribution on the main doxygen page. --- Diffs of the changes: (+4 -0) doxygen.footer |4 1 files changed, 4 insertions(+) Index: llvm/docs/doxygen.footer diff -u

[llvm-commits] CVS: llvm-www/attrib.incl

2006-09-11 Thread Chris Lattner
Changes in directory llvm-www: attrib.incl updated: 1.1 -> 1.2 --- Log message: Web -> web. Clarify that "support" means web hosting. --- Diffs of the changes: (+1 -1) attrib.incl |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm-www/attrib.incl diff -u llvm-www/attr

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

2006-09-11 Thread LLVM
Changes in directory llvm/utils: NightlyTest.pl (r1.113) removed --- Log message: No longer used, and confuses maintainers --- Diffs of the changes: (+0 -0) 0 files changed ___ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.

[llvm-commits] CVS: nightlytest-serverside/ProgramResults.php

2006-09-11 Thread Jim Laskey
Changes in directory nightlytest-serverside: ProgramResults.php updated: 1.46 -> 1.47 --- Log message: Strip extraneous colon --- Diffs of the changes: (+23 -17) ProgramResults.php | 40 +++- 1 files changed, 23 insertions(+), 17 deletions(-) Index: n

[llvm-commits] CVS: nightlytest-serverside/ProgramResults.php

2006-09-11 Thread Jim Laskey
Changes in directory nightlytest-serverside: ProgramResults.php updated: 1.47 -> 1.48 --- Log message: Strip extraneous colon attempt #2 --- Diffs of the changes: (+8 -8) ProgramResults.php | 16 1 files changed, 8 insertions(+), 8 deletions(-) Index: nightlytest-server

[llvm-commits] CVS: llvm/lib/Transforms/Scalar/PredicateSimplifier.cpp

2006-09-11 Thread Nick Lewycky
Changes in directory llvm/lib/Transforms/Scalar: PredicateSimplifier.cpp updated: 1.6 -> 1.7 --- Log message: Skip the linear search if the answer is already known. --- Diffs of the changes: (+22 -20) PredicateSimplifier.cpp | 42 ++ 1 files change

[llvm-commits] CVS: llvm/lib/Target/ARM/ARMAsmPrinter.cpp ARMISelDAGToDAG.cpp ARMInstrInfo.cpp ARMInstrInfo.td ARMRegisterInfo.cpp

2006-09-11 Thread Rafael Espindola
Changes in directory llvm/lib/Target/ARM: ARMAsmPrinter.cpp updated: 1.18 -> 1.19 ARMISelDAGToDAG.cpp updated: 1.41 -> 1.42 ARMInstrInfo.cpp updated: 1.5 -> 1.6 ARMInstrInfo.td updated: 1.25 -> 1.26 ARMRegisterInfo.cpp updated: 1.17 -> 1.18 --- Log message: partial implementation of the ARM Add

[llvm-commits] CVS: llvm/LICENSE.TXT

2006-09-11 Thread Chris Lattner
Changes in directory llvm: LICENSE.TXT updated: 1.27 -> 1.28 --- Log message: burg is gone --- Diffs of the changes: (+0 -1) LICENSE.TXT |1 - 1 files changed, 1 deletion(-) Index: llvm/LICENSE.TXT diff -u llvm/LICENSE.TXT:1.27 llvm/LICENSE.TXT:1.28 --- llvm/LICENSE.TXT:1.27 Th

[llvm-commits] CVS: nightlytest-serverside/ProgramResults.php

2006-09-11 Thread Jim Laskey
Changes in directory nightlytest-serverside: ProgramResults.php updated: 1.48 -> 1.49 --- Log message: Isolating why #1 --- Diffs of the changes: (+6 -1) ProgramResults.php |7 ++- 1 files changed, 6 insertions(+), 1 deletion(-) Index: nightlytest-serverside/ProgramResults.php dif

[llvm-commits] CVS: nightlytest-serverside/ProgramResults.php

2006-09-11 Thread Jim Laskey
Changes in directory nightlytest-serverside: ProgramResults.php updated: 1.49 -> 1.50 --- Log message: Isolating why #2 --- Diffs of the changes: (+2 -7) ProgramResults.php |9 ++--- 1 files changed, 2 insertions(+), 7 deletions(-) Index: nightlytest-serverside/ProgramResults.php

[llvm-commits] CVS: nightlytest-serverside/ProgramResults.php

2006-09-11 Thread Jim Laskey
Changes in directory nightlytest-serverside: ProgramResults.php updated: 1.50 -> 1.51 --- Log message: Isolating why #3 --- Diffs of the changes: (+2 -1) ProgramResults.php |3 ++- 1 files changed, 2 insertions(+), 1 deletion(-) Index: nightlytest-serverside/ProgramResults.php diff -u

[llvm-commits] CVS: nightlytest-serverside/ProgramResults.php

2006-09-11 Thread Jim Laskey
Changes in directory nightlytest-serverside: ProgramResults.php updated: 1.51 -> 1.52 --- Log message: Isolating why #4 --- Diffs of the changes: (+10 -3) ProgramResults.php | 13 ++--- 1 files changed, 10 insertions(+), 3 deletions(-) Index: nightlytest-serverside/ProgramResult

[llvm-commits] CVS: nightlytest-serverside/ProgramResults.php

2006-09-11 Thread Jim Laskey
Changes in directory nightlytest-serverside: ProgramResults.php updated: 1.52 -> 1.53 --- Log message: Isolating why #5 --- Diffs of the changes: (+2 -2) ProgramResults.php |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: nightlytest-serverside/ProgramResults.php diff

[llvm-commits] CVS: nightlytest-serverside/ProgramResults.php

2006-09-11 Thread Jim Laskey
Changes in directory nightlytest-serverside: ProgramResults.php updated: 1.53 -> 1.54 --- Log message: Isolating why #6 --- Diffs of the changes: (+1 -9) ProgramResults.php | 10 +- 1 files changed, 1 insertion(+), 9 deletions(-) Index: nightlytest-serverside/ProgramResults.php

[llvm-commits] CVS: nightlytest-serverside/ProgramResults.php

2006-09-11 Thread Jim Laskey
Changes in directory nightlytest-serverside: ProgramResults.php updated: 1.54 -> 1.55 --- Log message: Isolating why #7 --- Diffs of the changes: (+1 -1) ProgramResults.php |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: nightlytest-serverside/ProgramResults.php diff -u n

[llvm-commits] CVS: llvm/lib/Target/ARM/ARMInstrInfo.td

2006-09-11 Thread Rafael Espindola
Changes in directory llvm/lib/Target/ARM: ARMInstrInfo.td updated: 1.26 -> 1.27 --- Log message: implement SRL and MUL --- Diffs of the changes: (+9 -0) ARMInstrInfo.td |9 + 1 files changed, 9 insertions(+) Index: llvm/lib/Target/ARM/ARMInstrInfo.td diff -u llvm/lib/Target/A

[llvm-commits] CVS: llvm/lib/Target/ARM/ARMISelDAGToDAG.cpp

2006-09-11 Thread Rafael Espindola
Changes in directory llvm/lib/Target/ARM: ARMISelDAGToDAG.cpp updated: 1.42 -> 1.43 --- Log message: add the correct fallback for ARMDAGToDAGISel::SelectAddrMode1 --- Diffs of the changes: (+3 -6) ARMISelDAGToDAG.cpp |9 +++-- 1 files changed, 3 insertions(+), 6 deletions(-) Inde

[llvm-commits] CVS: nightlytest-serverside/ProgramResults.php

2006-09-11 Thread Jim Laskey
Changes in directory nightlytest-serverside: ProgramResults.php updated: 1.55 -> 1.56 --- Log message: Trim excess path #1 --- Diffs of the changes: (+23 -11) ProgramResults.php | 34 +++--- 1 files changed, 23 insertions(+), 11 deletions(-) Index: nightlytes

[llvm-commits] CVS: nightlytest-serverside/ProgramResults.php

2006-09-11 Thread Jim Laskey
Changes in directory nightlytest-serverside: ProgramResults.php updated: 1.56 -> 1.57 --- Log message: Trim excess path #2 --- Diffs of the changes: (+1 -1) ProgramResults.php |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: nightlytest-serverside/ProgramResults.php diff -

[llvm-commits] CVS: llvm/lib/Transforms/Scalar/InstructionCombining.cpp

2006-09-11 Thread Chris Lattner
Changes in directory llvm/lib/Transforms/Scalar: InstructionCombining.cpp updated: 1.503 -> 1.504 --- Log message: Fix PR905: http://llvm.org/PR905 and InstCombine/2006-09-11-EmptyStructCrash.ll --- Diffs of the changes: (+2 -1) InstructionCombining.cpp |3 ++- 1 files changed, 2 ins

[llvm-commits] CVS: llvm/test/Regression/Transforms/InstCombine/2006-09-11-EmptyStructCrash.ll

2006-09-11 Thread Chris Lattner
Changes in directory llvm/test/Regression/Transforms/InstCombine: 2006-09-11-EmptyStructCrash.ll added (r1.1) --- Log message: new testcase for PR905: http://llvm.org/PR905 --- Diffs of the changes: (+47 -0) 2006-09-11-EmptyStructCrash.ll | 47 +

[llvm-commits] CVS: llvm/test/Regression/CFrontend/2006-09-11-BitfieldRefCrash.c

2006-09-11 Thread Chris Lattner
Changes in directory llvm/test/Regression/CFrontend: 2006-09-11-BitfieldRefCrash.c added (r1.1) --- Log message: new testcase for PR906: http://llvm.org/PR906 --- Diffs of the changes: (+12 -0) 2006-09-11-BitfieldRefCrash.c | 12 1 files changed, 12 insertions(+) Index: l

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

2006-09-11 Thread Chris Lattner
Changes in directory llvm/lib/Target/X86: README.txt updated: 1.126 -> 1.127 --- Log message: add compilable testcase --- Diffs of the changes: (+6 -1) README.txt |7 ++- 1 files changed, 6 insertions(+), 1 deletion(-) Index: llvm/lib/Target/X86/README.txt diff -u llvm/lib/Target

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

2006-09-11 Thread Chris Lattner
Changes in directory llvm/lib/Target/X86: README.txt updated: 1.127 -> 1.128 --- Log message: Testcase noticed from PR906: http://llvm.org/PR906 --- Diffs of the changes: (+34 -0) README.txt | 34 ++ 1 files changed, 34 insertions(+) Index: llvm/lib/Tar

[llvm-commits] CVS: llvm/include/llvm/Analysis/Dominators.h

2006-09-11 Thread Nick Lewycky
Changes in directory llvm/include/llvm/Analysis: Dominators.h updated: 1.59 -> 1.60 --- Log message: Add ability to remove nodes from DominatorTree, for when a BasicBlock is being removed. --- Diffs of the changes: (+8 -0) Dominators.h |8 1 files changed, 8 insertions(+) In

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

2006-09-11 Thread Chris Lattner
Changes in directory llvm/lib/Target/X86: README.txt updated: 1.128 -> 1.129 --- Log message: add a note --- Diffs of the changes: (+14 -0) README.txt | 14 ++ 1 files changed, 14 insertions(+) Index: llvm/lib/Target/X86/README.txt diff -u llvm/lib/Target/X86/README.txt:1.1