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

2006-08-14 Thread Patrick Jenkins
Changes in directory llvm/utils: NewNightlyTest.pl updated: 1.49 -> 1.50 --- Log message: Added some comments to clarify code around sub TestDirectory --- Diffs of the changes: (+1 -2) NewNightlyTest.pl |3 +-- 1 files changed, 1 insertion(+), 2 deletions(-) Index: llvm/utils/NewNigh

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

2006-08-14 Thread Devang Patel
Changes in directory llvm/docs: LinkTimeOptimization.html added (r1.1) --- Log message: Add lto doc. --- Diffs of the changes: (+361 -0) LinkTimeOptimization.html | 361 ++ 1 files changed, 361 insertions(+) Index: llvm/docs/LinkTimeOptimizati

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

2006-08-14 Thread Devang Patel
Changes in directory llvm/docs: index.html updated: 1.56 -> 1.57 --- Log message: Add lto doc link. --- Diffs of the changes: (+5 -1) index.html |6 +- 1 files changed, 5 insertions(+), 1 deletion(-) Index: llvm/docs/index.html diff -u llvm/docs/index.html:1.56 llvm/docs/index.ht

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

2006-08-14 Thread Devang Patel
Changes in directory llvm/docs: LinkTimeOptimization.html updated: 1.1 -> 1.2 --- Log message: Fix verification failures. --- Diffs of the changes: (+17 -15) LinkTimeOptimization.html | 32 +--- 1 files changed, 17 insertions(+), 15 deletions(-) Index: llvm/

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

2006-08-14 Thread Devang Patel
Changes in directory llvm/docs: LinkTimeOptimization.html updated: 1.2 -> 1.3 --- Log message: Use < and > --- Diffs of the changes: (+2 -2) LinkTimeOptimization.html |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm/docs/LinkTimeOptimization.html diff -u llvm/doc

[llvm-commits] CVS: llvm/utils/NewNightlyTest.pl countloc.sh getsrcs.sh llvmdo llvmgrep userloc.pl

2006-08-14 Thread Reid Spencer
Changes in directory llvm/utils: NewNightlyTest.pl updated: 1.50 -> 1.51 countloc.sh updated: 1.6 -> 1.7 getsrcs.sh updated: 1.21 -> 1.22 llvmdo updated: 1.18 -> 1.19 llvmgrep updated: 1.10 -> 1.11 userloc.pl updated: 1.8 -> 1.9 --- Log message: Make all tools that use llvmdo have a -topdir opt

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

2006-08-14 Thread Rafael Espindola
Changes in directory llvm/test/Regression/CodeGen/ARM: ldr.ll added (r1.1) --- Log message: select code like ldr rx, [ry, #offset] --- Diffs of the changes: (+23 -0) ldr.ll | 23 +++ 1 files changed, 23 insertions(+) Index: llvm/test/Regression/CodeGen/ARM/ldr.ll di

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

2006-08-14 Thread Rafael Espindola
Changes in directory llvm/lib/Target/ARM: ARMISelDAGToDAG.cpp updated: 1.28 -> 1.29 --- Log message: select code like ldr rx, [ry, #offset] --- Diffs of the changes: (+34 -1) ARMISelDAGToDAG.cpp | 35 ++- 1 files changed, 34 insertions(+), 1 deletion(-)

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

2006-08-14 Thread Reid Spencer
Changes in directory llvm/docs: LinkTimeOptimization.html updated: 1.3 -> 1.4 --- Log message: Fix several grammaros and a few HTML usage items. --- Diffs of the changes: (+181 -188) LinkTimeOptimization.html | 369 ++ 1 files changed, 181 inser

[llvm-commits] CVS: nightlytest-serverside/NightlyTestAccept.cgi

2006-08-14 Thread Patrick Jenkins
Changes in directory nightlytest-serverside: NightlyTestAccept.cgi updated: 1.45 -> 1.46 --- Log message: Changed around how lists of added and removed tests are created. --- Diffs of the changes: (+6 -6) NightlyTestAccept.cgi | 12 ++-- 1 files changed, 6 insertions(+), 6 deleti

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

2006-08-14 Thread Reid Spencer
Changes in directory llvm/docs: LinkTimeOptimization.html updated: 1.4 -> 1.5 --- Log message: Fix a typo. --- Diffs of the changes: (+2 -2) LinkTimeOptimization.html |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm/docs/LinkTimeOptimization.html diff -u llvm/doc

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

2006-08-14 Thread Chris Lattner
Changes in directory llvm/docs: LinkTimeOptimization.html updated: 1.5 -> 1.6 --- Log message: typo --- Diffs of the changes: (+2 -2) LinkTimeOptimization.html |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm/docs/LinkTimeOptimization.html diff -u llvm/docs/LinkT

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

2006-08-14 Thread Chris Lattner
Changes in directory llvm/lib/CodeGen/SelectionDAG: SelectionDAG.cpp updated: 1.325 -> 1.326 SelectionDAGCSEMap.cpp updated: 1.5 -> 1.6 --- Log message: Add the actual constant to the hash for ConstantPool nodes. Thanks to Rafael Espindola for pointing this out. --- Diffs of the changes: (

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

2006-08-14 Thread Chris Lattner
Changes in directory llvm/docs: GettingStarted.html updated: 1.141 -> 1.142 --- Log message: Update the example to work with llvm-gcc4. Fix validation errors. --- Diffs of the changes: (+87 -6) GettingStarted.html | 93 1 files chang

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

2006-08-14 Thread Chris Lattner
Changes in directory llvm/docs: GettingStarted.html updated: 1.142 -> 1.143 --- Log message: Fix more validation issues --- Diffs of the changes: (+5 -4) GettingStarted.html |9 + 1 files changed, 5 insertions(+), 4 deletions(-) Index: llvm/docs/GettingStarted.html diff -u ll

[llvm-commits] CVS: llvm-www/demo/index.cgi

2006-08-14 Thread Reid Spencer
Changes in directory llvm-www/demo: index.cgi updated: 1.63 -> 1.64 --- Log message: Actually dereference a variable name in the llvm2cpp command. --- Diffs of the changes: (+4 -3) index.cgi |7 --- 1 files changed, 4 insertions(+), 3 deletions(-) Index: llvm-www/demo/index.cgi d

[llvm-commits] CVS: llvm-www/demo/index.cgi

2006-08-14 Thread Reid Spencer
Changes in directory llvm-www/demo: index.cgi updated: 1.64 -> 1.65 --- Log message: Don't comment out the Mail::Send package! --- Diffs of the changes: (+2 -2) index.cgi |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm-www/demo/index.cgi diff -u llvm-www/demo/in

[llvm-commits] CVS: llvm/test/Regression/Transforms/CondProp/2006-08-14-SingleEntryPhiCrash.ll

2006-08-14 Thread Chris Lattner
Changes in directory llvm/test/Regression/Transforms/CondProp: 2006-08-14-SingleEntryPhiCrash.ll added (r1.1) --- Log message: new testcase from PR877: http://llvm.org/PR877 --- Diffs of the changes: (+466 -0) 2006-08-14-SingleEntryPhiCrash.ll | 466 +

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

2006-08-14 Thread Chris Lattner
Changes in directory llvm/lib/Transforms/Scalar: CondPropagate.cpp updated: 1.4 -> 1.5 --- Log message: Handle single-entry PHI nodes correctly. This fixes PR877: http://llvm.org/PR877 and Transforms/CondProp/2006-08-14-SingleEntryPhiCrash.ll --- Diffs of the changes: (+11 -1) CondPropa

[llvm-commits] CVS: llvm/include/llvm/ADT/SmallVector.h

2006-08-14 Thread Chris Lattner
Changes in directory llvm/include/llvm/ADT: SmallVector.h updated: 1.11 -> 1.12 --- Log message: avoid a warning --- Diffs of the changes: (+1 -1) SmallVector.h |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/include/llvm/ADT/SmallVector.h diff -u llvm/include/llvm/

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

2006-08-14 Thread Chris Lattner
Changes in directory llvm/lib/CodeGen/SelectionDAG: SelectionDAG.cpp updated: 1.326 -> 1.327 SelectionDAGCSEMap.cpp updated: 1.6 -> 1.7 --- Log message: Add code to resize the CSEMap hash table. This doesn't speedup codegen of kimwitu, but seems like a good idea from a "avoid performance clif

[llvm-commits] CVS: llvm/include/llvm/CodeGen/SelectionDAG.h SelectionDAGCSEMap.h SelectionDAGNodes.h

2006-08-14 Thread Chris Lattner
Changes in directory llvm/include/llvm/CodeGen: SelectionDAG.h updated: 1.117 -> 1.118 SelectionDAGCSEMap.h updated: 1.5 -> 1.6 SelectionDAGNodes.h updated: 1.139 -> 1.140 --- Log message: Add code to resize the CSEMap hash table. This doesn't speedup codegen of kimwitu, but seems like a good

[llvm-commits] CVS: llvm-test/External/Povray/.cvsignore

2006-08-14 Thread Chris Lattner
Changes in directory llvm-test/External/Povray: .cvsignore added (r1.1) --- Log message: The makefile copies all the povray source into this dir, don't report them as ?'s when cvs up'ing. --- Diffs of the changes: (+3 -0) .cvsignore |3 +++ 1 files changed, 3 insertions(+) Index: llv

[llvm-commits] CVS: llvm/include/llvm/CodeGen/SelectionDAG.h

2006-08-14 Thread Chris Lattner
Changes in directory llvm/include/llvm/CodeGen: SelectionDAG.h updated: 1.118 -> 1.119 --- Log message: remove SelectionDAG::InsertISelMapEntry, it is dead --- Diffs of the changes: (+0 -7) SelectionDAG.h |7 --- 1 files changed, 7 deletions(-) Index: llvm/include/llvm/CodeGen/Se

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

2006-08-14 Thread Chris Lattner
Changes in directory llvm/lib/CodeGen/SelectionDAG: SelectionDAG.cpp updated: 1.327 -> 1.328 --- Log message: remove SelectionDAG::InsertISelMapEntry, it is dead --- Diffs of the changes: (+0 -9) SelectionDAG.cpp |9 - 1 files changed, 9 deletions(-) Index: llvm/lib/CodeGen/S

[llvm-commits] CVS: llvm/tools/llvm2cpp/CppWriter.cpp

2006-08-14 Thread Reid Spencer
Changes in directory llvm/tools/llvm2cpp: CppWriter.cpp updated: 1.13 -> 1.14 --- Log message: Provide indentation of the generated program. --- Diffs of the changes: (+268 -182) CppWriter.cpp | 450 ++ 1 files changed, 268 insertion

[llvm-commits] CVS: llvm/tools/lto/lto.cpp

2006-08-14 Thread Devang Patel
Changes in directory llvm/tools/lto: lto.cpp updated: 1.3 -> 1.4 --- Log message: Use mangler, instead of addUnderscore(), to get mangled name. Now, LLVMSymbol keeps symbol original name and mangled name. --- Diffs of the changes: (+20 -14) lto.cpp | 34 --

[llvm-commits] CVS: llvm/include/llvm/LinkTimeOptimizer.h

2006-08-14 Thread Devang Patel
Changes in directory llvm/include/llvm: LinkTimeOptimizer.h updated: 1.2 -> 1.3 --- Log message: Use mangler, instead of addUnderscore(), to get mangled name. Now, LLVMSymbol keeps symbol original name and mangled name. --- Diffs of the changes: (+8 -2) LinkTimeOptimizer.h | 10 -

[llvm-commits] CVS: llvm-test/autoconf/AutoRegen.sh configure.ac

2006-08-14 Thread Reid Spencer
Changes in directory llvm-test/autoconf: AutoRegen.sh updated: 1.4 -> 1.5 configure.ac updated: 1.32 -> 1.33 --- Log message: For PR875: http://llvm.org/PR875 : Make the SPEC2000 and SPEC95 checks look for a dir ending in "benchspec" --- Diffs of the changes: (+23 -4) AutoRegen.sh |2 +

[llvm-commits] CVS: llvm/autoconf/m4/find_std_program.m4

2006-08-14 Thread Reid Spencer
Changes in directory llvm/autoconf/m4: find_std_program.m4 updated: 1.3 -> 1.4 --- Log message: For PR876: http://llvm.org/PR876 : Fix problem noticed by Kenneth Hoste. The wrong name for a variable was being set and subsequently uses of the correct name were empty. --- Diffs of the changes:

[llvm-commits] CVS: llvm/autoconf/m4/find_std_program.m4

2006-08-14 Thread Reid Spencer
Changes in directory llvm/autoconf/m4: find_std_program.m4 updated: 1.4 -> 1.5 --- Log message: For PR876: http://llvm.org/PR876 : Fix problem setting the USE_{program} variable. It should be set to a Makefile variable definition line, not just "1". Problem noted by Kenneth Hoste. --- Diffs o

[llvm-commits] CVS: llvm-test/configure

2006-08-14 Thread Reid Spencer
Changes in directory llvm-test: configure updated: 1.34 -> 1.35 --- Log message: For PR876: http://llvm.org/PR876 : Update of the configure script to incorporate changes from llvm/autoconf/m4 --- Diffs of the changes: (+4 -4) configure |8 1 files changed, 4 insertions(+), 4 d

[llvm-commits] CVS: llvm/include/llvm/LinkTimeOptimizer.h

2006-08-14 Thread Devang Patel
Changes in directory llvm/include/llvm: LinkTimeOptimizer.h updated: 1.3 -> 1.4 --- Log message: Avoid extra string copy. --- Diffs of the changes: (+3 -2) LinkTimeOptimizer.h |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) Index: llvm/include/llvm/LinkTimeOptimizer.h diff

[llvm-commits] CVS: llvm/include/llvm/CodeGen/SelectionDAG.h SelectionDAGNodes.h

2006-08-14 Thread Chris Lattner
Changes in directory llvm/include/llvm/CodeGen: SelectionDAG.h updated: 1.119 -> 1.120 SelectionDAGNodes.h updated: 1.140 -> 1.141 --- Log message: Add a new getNode() method that takes a pointer to an already-intern'd list of value-type nodes. This avoids having to do mallocs for std::vectors

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

2006-08-14 Thread Chris Lattner
Changes in directory llvm/lib/CodeGen/SelectionDAG: SelectionDAG.cpp updated: 1.328 -> 1.329 --- Log message: Add a new getNode() method that takes a pointer to an already-intern'd list of value-type nodes. This avoids having to do mallocs for std::vectors of valuetypes when a node returns mor

[llvm-commits] CVS: llvm/tools/lto/lto.cpp

2006-08-14 Thread Devang Patel
Changes in directory llvm/tools/lto: lto.cpp updated: 1.4 -> 1.5 --- Log message: untabify --- Diffs of the changes: (+15 -15) lto.cpp | 30 +++--- 1 files changed, 15 insertions(+), 15 deletions(-) Index: llvm/tools/lto/lto.cpp diff -u llvm/tools/lto/lto.cpp:1.

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

2006-08-14 Thread Chris Lattner
Changes in directory llvm/lib/CodeGen/SelectionDAG: SelectionDAGISel.cpp updated: 1.268 -> 1.269 LegalizeDAG.cpp updated: 1.386 -> 1.387 --- Log message: eliminate use of getNode that takes vector of valuetypes. --- Diffs of the changes: (+30 -30) LegalizeDAG.cpp | 17 --

[llvm-commits] CVS: llvm/include/llvm/CodeGen/SelectionDAG.h

2006-08-14 Thread Chris Lattner
Changes in directory llvm/include/llvm/CodeGen: SelectionDAG.h updated: 1.120 -> 1.121 --- Log message: Make getNodeValueTypes methods public. --- Diffs of the changes: (+8 -6) SelectionDAG.h | 14 -- 1 files changed, 8 insertions(+), 6 deletions(-) Index: llvm/include/llvm

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

2006-08-14 Thread Chris Lattner
Changes in directory llvm/docs: FAQ.html updated: 1.38 -> 1.39 --- Log message: Add a link in a prominant location. --- Diffs of the changes: (+11 -1) FAQ.html | 12 +++- 1 files changed, 11 insertions(+), 1 deletion(-) Index: llvm/docs/FAQ.html diff -u llvm/docs/FAQ.html:1.38

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

2006-08-14 Thread Chris Lattner
Changes in directory llvm/docs: LangRef.html updated: 1.154 -> 1.155 --- Log message: Add a link to the GEP faq. --- Diffs of the changes: (+7 -3) LangRef.html | 10 +++--- 1 files changed, 7 insertions(+), 3 deletions(-) Index: llvm/docs/LangRef.html diff -u llvm/docs/LangRef.html

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

2006-08-14 Thread Reid Spencer
Changes in directory llvm/docs: GetElementPtr.html updated: 1.3 -> 1.4 --- Log message: Rearrange things for clarity, don't talk about "dereferencing" when we shouldn't, and add a better example for one of the questions. Thanks to Chris Lattner for these suggestions. --- Diffs of the changes

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

2006-08-14 Thread Reid Spencer
Changes in directory llvm/docs: GetElementPtr.html updated: 1.4 -> 1.5 --- Log message: Clarify the first question. --- Diffs of the changes: (+18 -6) GetElementPtr.html | 24 ++-- 1 files changed, 18 insertions(+), 6 deletions(-) Index: llvm/docs/GetElementPtr.html

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

2006-08-14 Thread Reid Spencer
Changes in directory llvm/docs: GetElementPtr.html updated: 1.5 -> 1.6 --- Log message: Fix an example. --- Diffs of the changes: (+2 -2) GetElementPtr.html |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm/docs/GetElementPtr.html diff -u llvm/docs/GetElementPtr.h

[llvm-commits] CVS: llvm/utils/llvmgrep

2006-08-14 Thread Reid Spencer
Changes in directory llvm/utils: llvmgrep updated: 1.11 -> 1.12 --- Log message: This script takes arguments so remove the check for number of arguments, just check the first arg to see if its -topdir. --- Diffs of the changes: (+5 -7) llvmgrep | 12 +--- 1 files changed, 5 inser

[llvm-commits] CVS: llvm/utils/getsrcs.sh

2006-08-14 Thread Reid Spencer
Changes in directory llvm/utils: getsrcs.sh updated: 1.22 -> 1.23 --- Log message: Simplify this a little bit. --- Diffs of the changes: (+5 -7) getsrcs.sh | 12 +--- 1 files changed, 5 insertions(+), 7 deletions(-) Index: llvm/utils/getsrcs.sh diff -u llvm/utils/getsrcs.sh:1.2

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

2006-08-14 Thread Reid Spencer
Changes in directory llvm/docs: GetElementPtr.html updated: 1.6 -> 1.7 --- Log message: Some more correction to the examples, thanks to Chris Lattner. --- Diffs of the changes: (+8 -5) GetElementPtr.html | 13 - 1 files changed, 8 insertions(+), 5 deletions(-) Index: llvm/d

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

2006-08-14 Thread Reid Spencer
Changes in directory llvm/docs: GetElementPtr.html updated: 1.7 -> 1.8 --- Log message: Okay, make the prose match the example too. --- Diffs of the changes: (+8 -7) GetElementPtr.html | 15 --- 1 files changed, 8 insertions(+), 7 deletions(-) Index: llvm/docs/GetElementPtr

[llvm-commits] CVS: llvm-test/configure

2006-08-14 Thread Reid Spencer
Changes in directory llvm-test: configure updated: 1.35 -> 1.36 --- Log message: Doh! Fix a bug in my last commit. --- Diffs of the changes: (+1 -1) configure |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm-test/configure diff -u llvm-test/configure:1.35 llvm-test/c

[llvm-commits] CVS: llvm-test/autoconf/configure.ac

2006-08-14 Thread Reid Spencer
Changes in directory llvm-test/autoconf: configure.ac updated: 1.33 -> 1.34 --- Log message: Doh! Fix a bug in my last commit. --- Diffs of the changes: (+1 -1) configure.ac |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm-test/autoconf/configure.ac diff -u llvm-test

[llvm-commits] CVS: llvm-test/autoconf/m4/external_benchmark.m4

2006-08-14 Thread Reid Spencer
Changes in directory llvm-test/autoconf/m4: external_benchmark.m4 updated: 1.3 -> 1.4 --- Log message: One more time, just for fun. --- Diffs of the changes: (+22 -23) external_benchmark.m4 | 45 ++--- 1 files changed, 22 insertions(+), 23 deletion

[llvm-commits] CVS: llvm-test/autoconf/configure.ac

2006-08-14 Thread Reid Spencer
Changes in directory llvm-test/autoconf: configure.ac updated: 1.34 -> 1.35 --- Log message: One more time, just for fun. --- Diffs of the changes: (+1 -1) configure.ac |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm-test/autoconf/configure.ac diff -u llvm-test/auto

[llvm-commits] CVS: llvm-test/configure

2006-08-14 Thread Reid Spencer
Changes in directory llvm-test: configure updated: 1.36 -> 1.37 --- Log message: One more time, just for fun. --- Diffs of the changes: (+184 -192) configure | 376 ++ 1 files changed, 184 insertions(+), 192 deletions(-) Index: