[llvm-commits] [release_16] CVS: llvm-gcc/gcc/version.c

2005-10-24 Thread John Criswell
Changes in directory llvm-gcc/gcc: version.c updated: 1.3 -> 1.3.10.1 --- Log message: Changed the version and build date. --- Diffs of the changes: (+1 -1) version.c |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm-gcc/gcc/version.c diff -u llvm-gcc/gcc/version.c:1.

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

2005-10-24 Thread Chris Lattner
Changes in directory llvm/utils/TableGen: CodeEmitterGen.cpp updated: 1.41 -> 1.42 --- Log message: Fix an incompatibility with GCC 4.1, thanks to Vladimir Merzliakov for pointing this out! --- Diffs of the changes: (+0 -3) CodeEmitterGen.cpp |3 --- 1 files changed, 3 deletions(-) I

[llvm-commits] CVS: llvm-www/pubs/2005-08-EUROPAR-PerformanceLibs.html 2005-08-EUROPAR-PerformanceLibs.pdf index.html

2005-10-24 Thread Chris Lattner
Changes in directory llvm-www/pubs: 2005-08-EUROPAR-PerformanceLibs.html added (r1.1) 2005-08-EUROPAR-PerformanceLibs.pdf added (r1.1) index.html updated: 1.31 -> 1.32 --- Log message: Add another paper --- Diffs of the changes: (+53 -0) 2005-08-EUROPAR-PerformanceLibs.html | 47

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

2005-10-24 Thread Jeff Cohen
Changes in directory llvm/win32/CodeGen: CodeGen.vcproj updated: 1.14 -> 1.15 --- Log message: Keep Visual Studio up to date. --- Diffs of the changes: (+0 -3) CodeGen.vcproj |3 --- 1 files changed, 3 deletions(-) Index: llvm/win32/CodeGen/CodeGen.vcproj diff -u llvm/win32/CodeGen/Co

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

2005-10-24 Thread John Criswell
Changes in directory llvm/docs: LangRef.html updated: 1.112 -> 1.113 --- Log message: Grammar and punctuation fixes. --- Diffs of the changes: (+11 -11) LangRef.html | 22 +++--- 1 files changed, 11 insertions(+), 11 deletions(-) Index: llvm/docs/LangRef.html diff -u ll

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

2005-10-24 Thread John Criswell
Changes in directory llvm/docs: BytecodeFormat.html updated: 1.41 -> 1.42 --- Log message: Fixed a grammar issue. --- Diffs of the changes: (+2 -2) BytecodeFormat.html |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm/docs/BytecodeFormat.html diff -u llvm/docs/Byt

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

2005-10-24 Thread Chris Lattner
Changes in directory llvm/docs: ReleaseNotes.html updated: 1.335 -> 1.336 --- Log message: Andrew says that alpha basically works --- Diffs of the changes: (+2 -2) ReleaseNotes.html |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm/docs/ReleaseNotes.html diff -u l

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

2005-10-24 Thread John Criswell
Changes in directory llvm/docs: CFEBuildInstrs.html updated: 1.53 -> 1.54 --- Log message: Attempt to make terminology more consistent. --- Diffs of the changes: (+4 -3) CFEBuildInstrs.html |7 --- 1 files changed, 4 insertions(+), 3 deletions(-) Index: llvm/docs/CFEBuildInstrs.h

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

2005-10-24 Thread John Criswell
Changes in directory llvm/docs: Projects.html updated: 1.18 -> 1.19 --- Log message: Added a note to remove CVS directories when copying the sample project to a new project. Kudos to Rob for suggesting that I add this important step. --- Diffs of the changes: (+7 -1) Projects.html |8 +

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

2005-10-24 Thread John Criswell
Changes in directory llvm/docs: MakefileGuide.html updated: 1.25 -> 1.26 --- Log message: Fixed spelling. --- Diffs of the changes: (+2 -2) MakefileGuide.html |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm/docs/MakefileGuide.html diff -u llvm/docs/MakefileGuide

[llvm-commits] CVS: llvm/docs/CodeGenerator.html TableGenFundamentals.html

2005-10-24 Thread Jeff Cohen
Changes in directory llvm/docs: CodeGenerator.html updated: 1.27 -> 1.28 TableGenFundamentals.html updated: 1.13 -> 1.14 --- Log message: Fix spelling of 'separate'. --- Diffs of the changes: (+5 -5) CodeGenerator.html|4 ++-- TableGenFundamentals.html |6 +++--- 2 files cha

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

2005-10-24 Thread John Criswell
Changes in directory llvm/docs: BytecodeFormat.html updated: 1.42 -> 1.43 --- Log message: Updated bytecode version numbers. --- Diffs of the changes: (+4 -2) BytecodeFormat.html |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) Index: llvm/docs/BytecodeFormat.html diff -u

[llvm-commits] [vector_llvm] CVS: llvm/examples/SIMD/Makefile Makefile.common README.txt _malloc.c _malloc.h

2005-10-24 Thread Robert L. Bocchino Jr.
Changes in directory llvm/examples/SIMD: Makefile added (r1.1.2.1) Makefile.common added (r1.1.2.1) README.txt added (r1.1.2.1) _malloc.c added (r1.1.2.1) _malloc.h added (r1.1.2.1) --- Log message: Examples to illustrate Vector LLVM's SIMD support. --- Diffs of the changes: (+150 -0) Make

[llvm-commits] CVS: llvm-www/developers.cgi developers.txt

2005-10-24 Thread Jim Laskey
Changes in directory llvm-www: developers.cgi added (r1.1) developers.txt added (r1.1) --- Log message: First attempt to automate the developers page. --- Diffs of the changes: (+194 -0) developers.cgi | 177 + developers.txt | 17

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

2005-10-24 Thread Jim Laskey
Changes in directory llvm-www: developers.cgi updated: 1.1 -> 1.2 --- Log message: Oops. --- Diffs of the changes: (+3 -5) developers.cgi |8 +++- 1 files changed, 3 insertions(+), 5 deletions(-) Index: llvm-www/developers.cgi diff -u llvm-www/developers.cgi:1.1 llvm-www/develope

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

2005-10-24 Thread Jim Laskey
Changes in directory llvm-www: developers.cgi updated: 1.2 -> 1.3 --- Log message: Third and final attempt. --- Diffs of the changes: (+1 -1) developers.cgi |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm-www/developers.cgi diff -u llvm-www/developers.cgi:1.2 llvm-w

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

2005-10-24 Thread Jim Laskey
Changes in directory llvm-www: header.incl updated: 1.42 -> 1.43 --- Log message: Going live with automated people. --- Diffs of the changes: (+1 -1) header.incl |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm-www/header.incl diff -u llvm-www/header.incl:1.42 llvm-w

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

2005-10-24 Thread LLVM
Changes in directory llvm-www: Developers.html (r1.31) removed --- Log message: Obsolete. --- Diffs of the changes: (+0 -0) 0 files changed ___ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-c