[llvm-commits] CVS: llvm-www/cvsweb/cvsweb.conf

2005-11-07 Thread Chris Lattner
Changes in directory llvm-www/cvsweb: cvsweb.conf updated: 1.2 -> 1.3 --- Log message: unfortunately annotate requires R/W access to the repo (!?!), disable it as cvsweb (rightfully) runs as nobody. --- Diffs of the changes: (+2 -2) cvsweb.conf |4 ++-- 1 files changed, 2 insertions(+)

[llvm-commits] CVS: llvm-www/cvsweb/cvsweb.conf

2005-11-07 Thread Chris Lattner
Changes in directory llvm-www/cvsweb: cvsweb.conf updated: 1.1 -> 1.2 --- Log message: customize this, make it work better on our machine --- Diffs of the changes: (+12 -33) cvsweb.conf | 45 - 1 files changed, 12 insertions(+), 33 deletions(-

[llvm-commits] CVS: llvm-www/cvsweb/cvsweb.cgi

2005-11-07 Thread Chris Lattner
Changes in directory llvm-www/cvsweb: cvsweb.cgi updated: 1.1 -> 1.2 --- Log message: get this actually working with our version of perl and apache --- Diffs of the changes: (+13 -13) cvsweb.cgi | 26 +- 1 files changed, 13 insertions(+), 13 deletions(-) Index:

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

2005-11-07 Thread Chris Lattner
Changes in directory llvm-www/cvsweb: index.html updated: 1.1 -> 1.2 --- Log message: forward to the right page --- Diffs of the changes: (+1 -1) index.html |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm-www/cvsweb/index.html diff -u llvm-www/cvsweb/index.html:1.1

[llvm-commits] CVS: llvm-www/cvsweb/icons/back.gif dir.gif miniback.gif minidir.gif minitext.gif text.gif

2005-11-07 Thread Chris Lattner
Changes in directory llvm-www/cvsweb/icons: back.gif added (r1.1) dir.gif added (r1.1) miniback.gif added (r1.1) minidir.gif added (r1.1) minitext.gif added (r1.1) text.gif added (r1.1) --- Log message: initial checkin of cvsweb support --- Diffs of the changes: (+0 -0) back.gif |

[llvm-commits] CVS: llvm-www/cvsweb/icons/

2005-11-07 Thread Chris Lattner
Changes in directory llvm-www/cvsweb/icons: --- Log message: Directory /home/vadve/shared/PublicCVS/llvm-www/cvsweb/icons added to the repository --- Diffs of the changes: (+0 -0) 0 files changed ___ llvm-commits mailing list llvm-commits@cs.

[llvm-commits] CVS: llvm-www/cvsweb/docs/

2005-11-07 Thread Chris Lattner
Changes in directory llvm-www/cvsweb/docs: --- Log message: Directory /home/vadve/shared/PublicCVS/llvm-www/cvsweb/docs added to the repository --- Diffs of the changes: (+0 -0) 0 files changed ___ llvm-commits mailing list llvm-commits@cs.ui

[llvm-commits] CVS: llvm-www/cvsweb/

2005-11-07 Thread Chris Lattner
Changes in directory llvm-www/cvsweb: --- Log message: Directory /home/vadve/shared/PublicCVS/llvm-www/cvsweb added to the repository --- Diffs of the changes: (+0 -0) 0 files changed ___ llvm-commits mailing list llvm-commits@cs.uiuc.edu http

[llvm-commits] CVS: llvm/lib/Target/PowerPC/PPCTargetMachine.cpp PPCTargetMachine.h

2005-11-07 Thread Chris Lattner
Changes in directory llvm/lib/Target/PowerPC: PPCTargetMachine.cpp updated: 1.76 -> 1.77 PPCTargetMachine.h updated: 1.15 -> 1.16 --- Log message: Add a new option to indicate we want the code generator to emit code quickly, not spending tons of time microoptimizing it. This is useful for an -

[llvm-commits] CVS: llvm/lib/Target/Skeleton/SkeletonTargetMachine.cpp SkeletonTargetMachine.h

2005-11-07 Thread Chris Lattner
Changes in directory llvm/lib/Target/Skeleton: SkeletonTargetMachine.cpp updated: 1.5 -> 1.6 SkeletonTargetMachine.h updated: 1.4 -> 1.5 --- Log message: Add a new option to indicate we want the code generator to emit code quickly,not spending tons of time microoptimizing it. This is useful f

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

2005-11-07 Thread Chris Lattner
Changes in directory llvm/lib/Target/X86: X86TargetMachine.cpp updated: 1.86 -> 1.87 X86TargetMachine.h updated: 1.30 -> 1.31 --- Log message: Add a new option to indicate we want the code generator to emit code quickly,not spending tons of time microoptimizing it. This is useful for an -O0s

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

2005-11-07 Thread Chris Lattner
Changes in directory llvm/tools/llc: llc.cpp updated: 1.116 -> 1.117 --- Log message: Add a new -fast option, which generates code quickly. --- Diffs of the changes: (+5 -1) llc.cpp |6 +- 1 files changed, 5 insertions(+), 1 deletion(-) Index: llvm/tools/llc/llc.cpp diff -u llvm/

[llvm-commits] CVS: llvm/lib/Target/IA64/IA64TargetMachine.cpp IA64TargetMachine.h

2005-11-07 Thread Chris Lattner
Changes in directory llvm/lib/Target/IA64: IA64TargetMachine.cpp updated: 1.7 -> 1.8 IA64TargetMachine.h updated: 1.4 -> 1.5 --- Log message: Add a new option to indicate we want the code generator to emit code quickly,not spending tons of time microoptimizing it. This is useful for an -O0st

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

2005-11-07 Thread Chris Lattner
Changes in directory llvm/lib/Target/Alpha: AlphaTargetMachine.cpp updated: 1.15 -> 1.16 AlphaTargetMachine.h updated: 1.10 -> 1.11 --- Log message: Add a new option to indicate we want the code generator to emit code quickly,not spending tons of time microoptimizing it. This is useful for an

[llvm-commits] CVS: llvm/lib/Target/SparcV9/SparcV9TargetMachine.cpp SparcV9TargetMachine.h

2005-11-07 Thread Chris Lattner
Changes in directory llvm/lib/Target/SparcV9: SparcV9TargetMachine.cpp updated: 1.143 -> 1.144 SparcV9TargetMachine.h updated: 1.14 -> 1.15 --- Log message: Add a new option to indicate we want the code generator to emit code quickly,not spending tons of time microoptimizing it. This is usefu

[llvm-commits] CVS: llvm/lib/Target/CBackend/CTargetMachine.h Writer.cpp

2005-11-07 Thread Chris Lattner
Changes in directory llvm/lib/Target/CBackend: CTargetMachine.h updated: 1.8 -> 1.9 Writer.cpp updated: 1.246 -> 1.247 --- Log message: Add a new option to indicate we want the code generator to emit code quickly,not spending tons of time microoptimizing it. This is useful for an -O0style of

[llvm-commits] CVS: llvm/lib/Target/SparcV8/SparcV8TargetMachine.cpp SparcV8TargetMachine.h

2005-11-07 Thread Chris Lattner
Changes in directory llvm/lib/Target/SparcV8: SparcV8TargetMachine.cpp updated: 1.30 -> 1.31 SparcV8TargetMachine.h updated: 1.7 -> 1.8 --- Log message: Add a new option to indicate we want the code generator to emit code quickly,not spending tons of time microoptimizing it. This is useful fo

[llvm-commits] CVS: llvm/include/llvm/Target/TargetMachine.h

2005-11-07 Thread Chris Lattner
Changes in directory llvm/include/llvm/Target: TargetMachine.h updated: 1.58 -> 1.59 --- Log message: Add a new option to indicate we want the code generator to emit code quickly, not spending tons of time microoptimizing it. This is useful for an -O0 style of build. --- Diffs of the changes

[llvm-commits] [release_16] CVS: llvm-test/MultiSource/Applications/Makefile

2005-11-07 Thread John Criswell
Changes in directory llvm-test/MultiSource/Applications: Makefile updated: 1.21 -> 1.21.2.1 --- Log message: The hexxagon test does not work on Solaris as it lacks stdint.h. --- Diffs of the changes: (+1 -0) Makefile |1 + 1 files changed, 1 insertion(+) Index: llvm-test/MultiSource/

[llvm-commits] CVS: llvm-www/releases/1.6/cfrontend-1.6.source.tar.gz

2005-11-07 Thread John Criswell
Changes in directory llvm-www/releases/1.6: cfrontend-1.6.source.tar.gz updated: 1.1 -> 1.2 --- Log message: Merged in a fix from Chris. --- Diffs of the changes: (+0 -0) cfrontend-1.6.source.tar.gz |0 1 files changed Index: llvm-www/releases/1.6/cfrontend-1.6.source.tar.gz ___

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

2005-11-07 Thread Jim Laskey
Changes in directory llvm/lib/CodeGen/SelectionDAG: ScheduleDAG.cpp updated: 1.42 -> 1.43 --- Log message: Let's try ignoring resource utilization on the backward pass. --- Diffs of the changes: (+2 -0) ScheduleDAG.cpp |2 ++ 1 files changed, 2 insertions(+) Index: llvm/lib/CodeGen/S

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

2005-11-07 Thread Andrew Lenharth
Changes in directory llvm-www/testresults: index.html updated: 1.39 -> 1.40 --- Log message: My machine only is run occasionally to test uncommitted patches, so remove it. fenris has been switched to release build. add nick's tester as it is the only alpha tester running a debug build. --- Di

[llvm-commits] CVS: llvm-www/releases/1.6/cfrontend-1.6.i686-redhat-linux-gnu.tar.gz cfrontend-1.6.powerpc-apple-darwin7.9.0.tar.gz cfrontend-1.6.sparc-sun-solaris2.8.tar.gz

2005-11-07 Thread John Criswell
Changes in directory llvm-www/releases/1.6: cfrontend-1.6.i686-redhat-linux-gnu.tar.gz updated: 1.1 -> 1.2 cfrontend-1.6.powerpc-apple-darwin7.9.0.tar.gz updated: 1.1 -> 1.2 cfrontend-1.6.sparc-sun-solaris2.8.tar.gz updated: 1.1 -> 1.2 --- Log message: Re-built with Chris's SPEC fixes. Remember