[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-commits] CVS: llvm/Makefile.rules

2005-10-26 Thread John Criswell
Changes in directory llvm: Makefile.rules updated: 1.333 - 1.334 --- Log message: 1. Remove libraries no longer created from the list of libraries linked into the SparcV9 JIT. 2. Make LLVMTransformUtils a relinked object file and always link it before LLVMAnalysis.a. These two libraries

[llvm-commits] CVS: llvm/Makefile.rules

2005-10-27 Thread John Criswell
Changes in directory llvm: Makefile.rules updated: 1.334 - 1.335 --- Log message: Move some constant folding code shared by Analysis and Transform passes into the LLVMAnalysis library. This allows LLVMTranform and LLVMTransformUtils to be archives and linked with LLVMAnalysis.a, which provides

[llvm-commits] CVS: llvm/tools/opt/Makefile

2005-10-27 Thread John Criswell
Changes in directory llvm/tools/opt: Makefile updated: 1.52 - 1.53 --- Log message: Move some constant folding code shared by Analysis and Transform passes into the LLVMAnalysis library. This allows LLVMTranform and LLVMTransformUtils to be archives and linked with LLVMAnalysis.a, which

[llvm-commits] CVS: llvm/tools/llc/Makefile

2005-10-27 Thread John Criswell
Changes in directory llvm/tools/llc: Makefile updated: 1.76 - 1.77 --- Log message: Move some constant folding code shared by Analysis and Transform passes into the LLVMAnalysis library. This allows LLVMTranform and LLVMTransformUtils to be archives and linked with LLVMAnalysis.a, which

[llvm-commits] CVS: llvm/tools/gccas/Makefile

2005-10-27 Thread John Criswell
Changes in directory llvm/tools/gccas: Makefile updated: 1.23 - 1.24 --- Log message: Move some constant folding code shared by Analysis and Transform passes into the LLVMAnalysis library. This allows LLVMTranform and LLVMTransformUtils to be archives and linked with LLVMAnalysis.a, which

[llvm-commits] CVS: llvm/tools/llvm-ld/Makefile

2005-10-27 Thread John Criswell
Changes in directory llvm/tools/llvm-ld: Makefile updated: 1.6 - 1.7 --- Log message: Move some constant folding code shared by Analysis and Transform passes into the LLVMAnalysis library. This allows LLVMTranform and LLVMTransformUtils to be archives and linked with LLVMAnalysis.a, which

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

2005-10-27 Thread John Criswell
Changes in directory llvm/lib/Analysis: ConstantFolding.cpp added (r1.1) --- Log message: Move some constant folding functions into LLVMAnalysis since they are used by Analysis and Transformation passes. --- Diffs of the changes: (+172 -0) ConstantFolding.cpp | 172

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

2005-10-27 Thread John Criswell
Changes in directory llvm/include/llvm/Analysis: ConstantFolding.h added (r1.1) --- Log message: Move some constant folding functions into LLVMAnalysis since they are used by Analysis and Transformation passes. --- Diffs of the changes: (+36 -0) ConstantFolding.h | 36

[llvm-commits] CVS: llvm/include/llvm/Transforms/Utils/Local.h

2005-10-27 Thread John Criswell
Changes in directory llvm/include/llvm/Transforms/Utils: Local.h updated: 1.21 - 1.22 --- Log message: Move some constant folding functions into LLVMAnalysis since they are used by Analysis and Transformation passes. --- Diffs of the changes: (+1 -8) Local.h |9 + 1 files

[llvm-commits] [release_16] CVS: llvm/test/Regression/ExecutionEngine/parallel.ll

2005-11-02 Thread John Criswell
Changes in directory llvm/test/Regression/ExecutionEngine: parallel.ll updated: 1.1 - 1.1.4.1 --- Log message: Don't use -q; this option is not available on Solaris grep (and probably other, traditional UNIX greps). --- Diffs of the changes: (+1 -1) parallel.ll |2 +- 1 files changed,

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

2005-11-02 Thread John Criswell
Changes in directory llvm/lib/CodeGen/SelectionDAG: DAGCombiner.cpp updated: 1.58 - 1.58.2.1 --- Log message: Merged in revision 1.60. --- Diffs of the changes: (+5 -5) DAGCombiner.cpp | 10 +- 1 files changed, 5 insertions(+), 5 deletions(-) Index:

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

2005-11-03 Thread John Criswell
Changes in directory llvm/autoconf: configure.ac updated: 1.195 - 1.195.4.1 --- Log message: Updated the version number. Get the UIUC copyright to actually print. --- Diffs of the changes: (+2 -2) configure.ac |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index:

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

2005-11-03 Thread John Criswell
Changes in directory llvm: configure updated: 1.198 - 1.198.4.1 --- Log message: Updated the version number. Get the UIUC copyright to actually print. --- Diffs of the changes: (+11 -11) configure | 22 +++--- 1 files changed, 11 insertions(+), 11 deletions(-) Index:

[llvm-commits] [release_16] CVS: llvm/tools/gccld/GenerateCode.cpp

2005-11-03 Thread John Criswell
Changes in directory llvm/tools/gccld: GenerateCode.cpp updated: 1.54 - 1.54.4.1 --- Log message: Merge in hack from Chris that discards libg. --- Diffs of the changes: (+4 -1) GenerateCode.cpp |5 - 1 files changed, 4 insertions(+), 1 deletion(-) Index:

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

2005-11-03 Thread John Criswell
Changes in directory llvm/docs: GettingStarted.html updated: 1.120 - 1.120.4.1 --- Log message: Include the CVS tag for the 1.6 release. --- Diffs of the changes: (+2 -1) GettingStarted.html |3 ++- 1 files changed, 2 insertions(+), 1 deletion(-) Index: llvm/docs/GettingStarted.html

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

2005-11-04 Thread John Criswell
Changes in directory llvm-gcc/gcc: llvm-types.c updated: 1.30 - 1.30.2.1 --- Log message: Merged in revision 1.31. --- Diffs of the changes: (+39 -3) llvm-types.c | 42 +++--- 1 files changed, 39 insertions(+), 3 deletions(-) Index:

[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] [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-commits] [release_16] CVS: llvm/docs/ReleaseNotes.html

2005-11-08 Thread John Criswell
Changes in directory llvm/docs: ReleaseNotes.html updated: 1.340 - 1.340.2.1 --- Log message: Add a note about the Solaris configure problem that Tanya's seen. --- Diffs of the changes: (+14 -1) ReleaseNotes.html | 15 ++- 1 files changed, 14 insertions(+), 1 deletion(-)

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

2005-11-08 Thread John Criswell
Changes in directory llvm/docs: ReleaseNotes.html updated: 1.340.2.1 - 1.340.2.2 --- Log message: Note that a work-around is available. --- Diffs of the changes: (+2 -2) ReleaseNotes.html |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm/docs/ReleaseNotes.html

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

2005-11-08 Thread John Criswell
Changes in directory llvm-www/releases/1.6: llvm-1.6.tar.gz added (r1.1) llvm-test-1.6.tar.gz added (r1.1) --- Log message: Welcome to the world, LLVM 1.6. --- Diffs of the changes: (+0 -0) llvm-1.6.tar.gz |0 llvm-test-1.6.tar.gz |0 2 files changed Index:

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

2005-11-08 Thread John Criswell
Changes in directory llvm-test: configure updated: 1.28 - 1.29 --- Log message: Merged from RELEASE_16. --- Diffs of the changes: (+9 -9) configure | 18 +- 1 files changed, 9 insertions(+), 9 deletions(-) Index: llvm-test/configure diff -u llvm-test/configure:1.28

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

2005-11-08 Thread John Criswell
Changes in directory llvm/docs: GettingStarted.html updated: 1.122 - 1.123 ReleaseNotes.html updated: 1.341 - 1.342 --- Log message: Merged from RELEASE_16. --- Diffs of the changes: (+16 -2) GettingStarted.html |3 ++- ReleaseNotes.html | 15 ++- 2 files changed, 16

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

2005-11-08 Thread John Criswell
Changes in directory llvm-test/autoconf: configure.ac updated: 1.27 - 1.28 --- Log message: Merged from RELEASE_16. --- 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-commits] CVS: llvm-test/configure

2005-11-08 Thread John Criswell
Changes in directory llvm-test: configure updated: 1.29 - 1.30 --- Log message: Updated to version 1.7cvs. --- Diffs of the changes: (+9 -9) configure | 18 +- 1 files changed, 9 insertions(+), 9 deletions(-) Index: llvm-test/configure diff -u llvm-test/configure:1.29

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

2005-11-08 Thread John Criswell
Changes in directory llvm-test/autoconf: configure.ac updated: 1.28 - 1.29 --- Log message: Updated to version 1.7cvs. --- 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-commits] CVS: llvm/lib/Analysis/DataStructure/Local.cpp

2005-12-19 Thread John Criswell
Changes in directory llvm/lib/Analysis/DataStructure: Local.cpp updated: 1.135 - 1.136 --- Log message: Added a command line option that allows the user to specify a list of functions that allocate memory. --- Diffs of the changes: (+19 -0) Local.cpp | 19 +++ 1 files

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

2005-12-19 Thread John Criswell
Changes in directory llvm/lib/Analysis/DataStructure: Local.cpp updated: 1.136 - 1.137 --- Log message: Added an option to specify the names of heap freeing functions. --- Diffs of the changes: (+20 -0) Local.cpp | 20 1 files changed, 20 insertions(+) Index:

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

2005-12-19 Thread John Criswell
Changes in directory llvm/lib/Analysis/DataStructure: Local.cpp updated: 1.137 - 1.138 --- Log message: Prefix DSA specific options with dsa. Make the dsa-alloc-list and dsa-free-list options hidden. --- Diffs of the changes: (+4 -4) Local.cpp |8 1 files changed, 4

[llvm-commits] CVS: llvm/configure

2005-12-19 Thread John Criswell
Changes in directory llvm: configure updated: 1.203 - 1.204 --- Log message: Added the llvm-kernel project to the list of automatically configured projects. --- Diffs of the changes: (+34 -29) configure | 63 +- 1 files

[llvm-commits] CVS: llvm-poolalloc/runtime/README.txt

2005-12-20 Thread John Criswell
Changes in directory llvm-poolalloc/runtime: README.txt updated: 1.3 - 1.4 --- Log message: Fixed minor typo. --- Diffs of the changes: (+1 -1) README.txt |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm-poolalloc/runtime/README.txt diff -u

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

2006-01-03 Thread John Criswell
Changes in directory llvm: LICENSE.TXT updated: 1.25 - 1.26 --- Log message: Happy New Year, LLVM. --- Diffs of the changes: (+1 -1) LICENSE.TXT |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/LICENSE.TXT diff -u llvm/LICENSE.TXT:1.25 llvm/LICENSE.TXT:1.26 ---

[llvm-commits] CVS: llvm/lib/Linker/Linker.cpp

2006-01-17 Thread John Criswell
Changes in directory llvm/lib/Linker: Linker.cpp updated: 1.9 - 1.10 --- Log message: Fixed style of curly brace. No functionality changes. --- Diffs of the changes: (+1 -2) Linker.cpp |3 +-- 1 files changed, 1 insertion(+), 2 deletions(-) Index: llvm/lib/Linker/Linker.cpp diff -u

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

2006-04-11 Thread John Criswell
Changes in directory llvm/docs: HowToReleaseLLVM.html updated: 1.5 - 1.6 --- Log message: First pass over Reid's document. Changed the order of operations so that more of the fine tuning is performed in the release branch. This should free up mainline sooner to resume development. Removed

[llvm-commits] CVS: llvm-www/pubs/2006-06-18-WIOSCA-LLVAOS.html 2006-06-18-WIOSCA-LLVAOS.pdf 2006-06-18-WIOSCA-LLVAOS.ppt

2006-06-20 Thread John Criswell
=../llvm.css type=text/css media=screen / + titleA Virtual Instruction Set Interface for Operating System Kernels/title + /head + body + + div class=pub_title + A Virtual Instruction Set Interface for Operating System Kernels + /div + div class=pub_author + John Criswell, Brent Monroe, and Vikram

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

2006-06-20 Thread John Criswell
Changes in directory llvm-www/pubs: index.html updated: 1.39 - 1.40 --- Log message: Added the WIOSCA 2006 paper on LLVA-OS to the About LLVM section. Moved the VEE 2006 paper on Vector LLVA to the About LLVM section. These were placed here because they propose extensions to the LLVM

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

2006-06-20 Thread John Criswell
Changes in directory llvm-www/pubs: index.html updated: 1.40 - 1.41 --- Log message: Fix name of file. --- Diffs of the changes: (+1 -1) index.html |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm-www/pubs/index.html diff -u llvm-www/pubs/index.html:1.40

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

2006-06-20 Thread John Criswell
Changes in directory llvm/autoconf: configure.ac updated: 1.234 - 1.235 --- Log message: Added the privbracket project to the list of projects to auto-configure. --- Diffs of the changes: (+1 -0) configure.ac |1 + 1 files changed, 1 insertion(+) Index: llvm/autoconf/configure.ac

[llvm-commits] CVS: llvm/configure

2006-06-20 Thread John Criswell
Changes in directory llvm: configure updated: 1.237 - 1.238 --- Log message: Added the privbracket project to the list of projects to auto-configure. --- Diffs of the changes: (+34 -29) configure | 63 +- 1 files changed, 34

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

2006-06-20 Thread John Criswell
Changes in directory llvm-www/pubs: index.html updated: 1.41 - 1.42 --- Log message: Created one list of all LLVM publications. --- Diffs of the changes: (+28 -39) index.html | 67 + 1 files changed, 28 insertions(+), 39

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

2006-06-20 Thread John Criswell
Changes in directory llvm/docs: index.html updated: 1.52 - 1.53 --- Log message: Added LLVM publications describing the LLVM compiler infrastructure. --- Diffs of the changes: (+37 -1) index.html | 38 +- 1 files changed, 37 insertions(+), 1

[llvm-commits] CVS: CVSROOT/loginfo

2006-06-22 Thread John Criswell
Changes in directory CVSROOT: loginfo updated: 1.10 - 1.11 --- Log message: Send commit diffs to my email address. May update to send to others or commits list depending on what others want. --- Diffs of the changes: (+1 -0) loginfo |1 + 1 files changed, 1 insertion(+) Index:

[llvm-commits] CVS: CVSROOT/loginfo

2006-06-26 Thread John Criswell
Changes in directory CVSROOT: loginfo updated: 1.11 - 1.12 --- Log message: Use a local script for delivering mail since I need to send it to two email addresses. Yes, I know it's a hack. --- Diffs of the changes: (+1 -1) loginfo |2 +- 1 files changed, 1 insertion(+), 1 deletion(-)

[llvm-commits] CVS: llvm-www/safecode/newindex.html newsafecode.css

2006-06-28 Thread John Criswell
Changes in directory llvm-www/safecode: newindex.html added (r1.1) newsafecode.css added (r1.1) --- Log message: Attempt to make a new SAFECode web page. --- Diffs of the changes: (+184 -0) newindex.html | 92 newsafecode.css |

[llvm-commits] CVS: llvm-poolalloc/lib/PoolAllocate/PoolAllocate.h

2006-07-26 Thread John Criswell
Changes in directory llvm-poolalloc/lib/PoolAllocate: PoolAllocate.h (r1.50) removed --- Log message: Moved this to llvm-poolalloc/include/poolalloc. This allows it to be publicly accessible for inclusion in other C source files. --- Diffs of the changes: (+0 -0) 0 files changed

[llvm-commits] CVS: llvm-poolalloc/lib/PoolAllocate/AccessTrace.cpp Heuristic.cpp PointerCompress.cpp PoolAllocate.cpp TransformFunctionBody.cpp

2006-07-26 Thread John Criswell
Changes in directory llvm-poolalloc/lib/PoolAllocate: AccessTrace.cpp updated: 1.4 - 1.5 Heuristic.cpp updated: 1.14 - 1.15 PointerCompress.cpp updated: 1.69 - 1.70 PoolAllocate.cpp updated: 1.124 - 1.125 TransformFunctionBody.cpp updated: 1.55 - 1.56 --- Log message: Changed PoolAllocate.h to

[llvm-commits] CVS: llvm-poolalloc/include/poolalloc/PoolAllocate.h

2006-07-26 Thread John Criswell
Changes in directory llvm-poolalloc/include/poolalloc: PoolAllocate.h updated: 1.50 - 1.51 --- Log message: Fix conditional compilation so that PoolRegister is defined if either SAFECODE, BOUNDS_CHECK, or both are defined. --- Diffs of the changes: (+1 -4) PoolAllocate.h |5 + 1

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

2006-07-26 Thread John Criswell
Changes in directory llvm-poolalloc: LICENSE.TXT updated: 1.4 - 1.5 --- Log message: We've made commits this year; time to update the copyright notice. --- Diffs of the changes: (+1 -1) LICENSE.TXT |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index:

[llvm-commits] CVS: llvm/runtime/GCCLibraries/libc/COPYING.LIB LICENSES LICENSE.TXT qsort.c

2006-07-28 Thread John Criswell
Changes in directory llvm/runtime/GCCLibraries/libc: COPYING.LIB added (r1.1) LICENSES added (r1.1) LICENSE.TXT updated: 1.2 - 1.3 qsort.c updated: 1.2 - 1.3 --- Log message: Added in the LGPL text and copyright information. This needs to be included in the distribution. Also added the glibc

[llvm-commits] CVS: llvm-gcc/README.llvm

2006-08-08 Thread John Criswell
Changes in directory llvm-gcc: README.llvm updated: 1.1 - 1.2 --- Log message: Added copyright, warranty, and source code download information for those components of glibc that we distribute. Serendipitiously updated the copyright years for LLVM. --- Diffs of the changes: (+17 -3)

[llvm-commits] CVS: llvm/runtime/GCCLibraries/libc/LICENSE.TXT

2006-08-08 Thread John Criswell
Changes in directory llvm/runtime/GCCLibraries/libc: LICENSE.TXT updated: 1.3 - 1.4 --- Log message: Make information more complete. --- Diffs of the changes: (+9 -0) LICENSE.TXT |9 + 1 files changed, 9 insertions(+) Index: llvm/runtime/GCCLibraries/libc/LICENSE.TXT diff -u

[llvm-commits] CVS: llvm/runtime/GCCLibraries/libc/remove.c qsort.c

2006-08-08 Thread John Criswell
Changes in directory llvm/runtime/GCCLibraries/libc: remove.c updated: 1.1 - 1.2 qsort.c updated: 1.4 - 1.5 --- Log message: Describe and date modifications we made per LGPL requirements. --- Diffs of the changes: (+16 -1) qsort.c | 10 ++ remove.c |7 ++- 2 files

[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:

[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

[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-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/docs/doxygen.footer

2006-09-12 Thread John Criswell
Changes in directory llvm/docs: doxygen.footer updated: 1.6 - 1.7 --- Log message: Correct the URL to the attrib.incl file. --- Diffs of the changes: (+1 -1) doxygen.footer |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/docs/doxygen.footer diff -u

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

2006-09-12 Thread John Criswell
Changes in directory llvm-www/releases: index.html updated: 1.31 - 1.32 --- Log message: Move the addition of the line (hr) above the UIUC CS attribtuion to the attrib.incl file. --- Diffs of the changes: (+0 -1) index.html |1 - 1 files changed, 1 deletion(-) Index:

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

2006-09-12 Thread John Criswell
Changes in directory llvm-www: attrib.incl updated: 1.3 - 1.4 --- Log message: Reduce the font size of the attribution. --- Diffs of the changes: (+2 -0) attrib.incl |2 ++ 1 files changed, 2 insertions(+) Index: llvm-www/attrib.incl diff -u llvm-www/attrib.incl:1.3

[llvm-commits] CVS: llvm-gcc/gcc/llvm-out.c

2006-09-25 Thread John Criswell
Changes in directory llvm-gcc/gcc: llvm-out.c updated: 1.10 - 1.11 --- Log message: Fix for PR#922. Do not re-assign the input locations when expanding statements; the original GCC code does not do this, and removing this statement generates correct filename output for LLVM debugging

[llvm-commits] CVS: llvm/lib/AsmParser/llvmAsmParser.y llvmAsmParser.y.cvs

2006-10-24 Thread John Criswell
Changes in directory llvm/lib/AsmParser: llvmAsmParser.y updated: 1.269 - 1.270 llvmAsmParser.y.cvs updated: 1.21 - 1.22 --- Log message: Removed extraneous semi-colon; this was prevening the grammar file from bison'ing correctly. --- Diffs of the changes: (+2 -2) llvmAsmParser.y |

[llvm-commits] CVS: llvm-poolalloc/lib/Macroscopic/DeadFieldElimination.cpp

2006-10-24 Thread John Criswell
Changes in directory llvm-poolalloc/lib/Macroscopic: DeadFieldElimination.cpp updated: 1.3 - 1.4 --- Log message: Updated to newer LLVM API: 1) Changed RegisterOpt to RegisterPass 2) Changed Constant[U|S]Int to ConstantInt --- Diffs of the changes: (+1 -1) DeadFieldElimination.cpp |

[llvm-commits] CVS: llvm-poolalloc/lib/PoolAllocate/AccessTrace.cpp PointerCompress.cpp PoolAllocate.cpp PoolOptimize.cpp TransformFunctionBody.cpp

2006-10-24 Thread John Criswell
Changes in directory llvm-poolalloc/lib/PoolAllocate: AccessTrace.cpp updated: 1.5 - 1.6 PointerCompress.cpp updated: 1.70 - 1.71 PoolAllocate.cpp updated: 1.125 - 1.126 PoolOptimize.cpp updated: 1.6 - 1.7 TransformFunctionBody.cpp updated: 1.56 - 1.57 --- Log message: Updated to newer LLVM

[llvm-commits] CVS: CVSROOT/loginfo

2006-11-03 Thread John Criswell
Changes in directory CVSROOT: loginfo updated: 1.12 - 1.13 --- Log message: Testing new logging script. --- Diffs of the changes: (+1 -1) loginfo |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: CVSROOT/loginfo diff -u CVSROOT/loginfo:1.12 CVSROOT/loginfo:1.13 ---

[llvm-commits] CVS: CVSROOT/commit-diffs.pl

2006-11-03 Thread John Criswell
Changes in directory CVSROOT: commit-diffs.pl added (r1.1) --- Log message: Commit diffs script for InternalCVS repository. Simply is able to send email to multiple people. --- Diffs of the changes: (+240 -0) commit-diffs.pl | 240

[llvm-commits] CVS: CVSROOT/loginfo

2006-11-03 Thread John Criswell
Changes in directory CVSROOT: loginfo updated: 1.13 - 1.14 --- Log message: Switch to using a new commit-diffs script for the SAFECode and Privilege Bracketing project. --- Diffs of the changes: (+2 -1) loginfo |3 ++- 1 files changed, 2 insertions(+), 1 deletion(-) Index:

[llvm-commits] CVS: CVSROOT/loginfo

2006-11-03 Thread John Criswell
Changes in directory CVSROOT: loginfo updated: 1.36 - 1.37 --- Log message: Log SAFECode commits by sending me email. --- Diffs of the changes: (+1 -0) Index: CVSROOT/loginfo diff -u CVSROOT/loginfo:1.36 CVSROOT/loginfo:1.37 --- CVSROOT/loginfo:1.36Sun Jan 11 22:38:18 2004 +++

[llvm-commits] CVS: llvm-poolalloc/lib/PoolAllocate/PoolAllocate.cpp PointerCompress.cpp

2006-11-03 Thread John Criswell
Changes in directory llvm-poolalloc/lib/PoolAllocate: PoolAllocate.cpp updated: 1.126 - 1.127 PointerCompress.cpp updated: 1.71 - 1.72 --- Log message: Removed unused variables to quelch new warnings from the LLVM build system. --- Diffs of the changes: (+6 -6) PointerCompress.cpp |8

[llvm-commits] CVS: llvm-poolalloc/lib/PoolAllocate/PoolOptimize.cpp

2006-11-03 Thread John Criswell
Changes in directory llvm-poolalloc/lib/PoolAllocate: PoolOptimize.cpp updated: 1.7 - 1.8 --- Log message: Remove unused variables per the new warnings from the LLVM build system. --- Diffs of the changes: (+2 -2) PoolOptimize.cpp |4 ++-- 1 files changed, 2 insertions(+), 2

[llvm-commits] CVS: llvm/lib/Support/Allocator.cpp

2006-11-08 Thread John Criswell
Changes in directory llvm/lib/Support: Allocator.cpp updated: 1.1 - 1.2 --- Log message: Include llvm/Support/DataTypes.h to define intptr_t. This fixes the build on OpenBSD and potentially other systems. --- Diffs of the changes: (+1 -0) Allocator.cpp |1 + 1 files changed, 1

Re: [llvm-commits] CVS: llvm/lib/CodeGen/LiveIntervalAnalysis.cpp RegAllocLinearScan.cpp

2006-11-08 Thread John Criswell
Dear Mr. Laskey, This change broke the LLVM build on OpenBSD. Would it be possible to use FLT_MAX instead of HUGE_VALF? FLT_MAX from float.h looks more portable. -- John T. Jim Laskey wrote: Changes in directory llvm/lib/CodeGen: LiveIntervalAnalysis.cpp updated: 1.190 - 1.191

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

2006-12-11 Thread John Criswell
Changes in directory llvm/lib/CodeGen/SelectionDAG: ScheduleDAGSimple.cpp updated: 1.20 - 1.21 --- Log message: It seems the llvm::OStream class does not handle stream manipulators. For now, just grab the stream and perform the output on it directly. --- Diffs of the changes: (+7 -7)

[llvm-commits] [release_19] CVS: llvm-poolalloc/lib/DSA/BottomUpClosure.cpp CallTargets.cpp CompleteBottomUp.cpp DataStructure.cpp DataStructureAA.cpp DataStructureOpt.cpp DataStructureStats.cpp Equiv

2006-12-12 Thread John Criswell
Changes in directory llvm-poolalloc/lib/DSA: BottomUpClosure.cpp updated: 1.123 - 1.123.2.1 CallTargets.cpp updated: 1.4 - 1.4.2.1 CompleteBottomUp.cpp updated: 1.37 - 1.37.2.1 DataStructure.cpp updated: 1.248 - 1.248.2.1 DataStructureAA.cpp updated: 1.40 - 1.40.2.1 DataStructureOpt.cpp

[llvm-commits] [release_19] CVS: llvm-poolalloc/include/dsa/DSGraph.h DSNode.h DataStructure.h

2006-12-12 Thread John Criswell
Changes in directory llvm-poolalloc/include/dsa: DSGraph.h updated: 1.110 - 1.110.2.1 DSNode.h updated: 1.58 - 1.58.2.1 DataStructure.h updated: 1.98 - 1.98.2.1 --- Log message: Adjusted DSA to build within the llvm-poolalloc project. Merged in the pool inference code. --- Diffs of the

[llvm-commits] [release_19] CVS: llvm-poolalloc/lib/Makefile

2006-12-12 Thread John Criswell
Changes in directory llvm-poolalloc/lib: Makefile updated: 1.3 - 1.3.2.1 --- Log message: Build DSA and Pool Allocation in parallel. --- Diffs of the changes: (+1 -1) Makefile |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm-poolalloc/lib/Makefile diff -u

[llvm-commits] [release_19] CVS: llvm-poolalloc/include/dsa/DSGraph.h DataStructure.h

2006-12-12 Thread John Criswell
Changes in directory llvm-poolalloc/include/dsa: DSGraph.h updated: 1.110.2.1 - 1.110.2.2 DataStructure.h updated: 1.98.2.1 - 1.98.2.2 --- Log message: Do not build with these enabled by default; let configure script enable them. --- Diffs of the changes: (+0 -3) DSGraph.h |1 -

[llvm-commits] [release_19] CVS: llvm-poolalloc/lib/DSA/DataStructure.cpp

2006-12-13 Thread John Criswell
Changes in directory llvm-poolalloc/lib/DSA: DataStructure.cpp updated: 1.248.2.1 - 1.248.2.2 --- Log message: Do not compile in pool inference code by default. --- Diffs of the changes: (+0 -1) DataStructure.cpp |1 - 1 files changed, 1 deletion(-) Index:

[llvm-commits] [release_19] CVS: llvm-poolalloc/include/dsa/DSGraph.h DSGraphTraits.h DSNode.h

2006-12-13 Thread John Criswell
Changes in directory llvm-poolalloc/include/dsa: DSGraph.h updated: 1.110.2.2 - 1.110.2.3 DSGraphTraits.h updated: 1.25 - 1.25.2.1 DSNode.h updated: 1.58.2.1 - 1.58.2.2 --- Log message: Only use DSA header files from this project. --- Diffs of the changes: (+3 -3) DSGraph.h |2

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

2006-12-13 Thread John Criswell
Changes in directory llvm/include/llvm: LinkAllPasses.h updated: 1.4 - 1.5 --- Log message: Remove DSA. --- Diffs of the changes: (+0 -11) LinkAllPasses.h | 11 --- 1 files changed, 11 deletions(-) Index: llvm/include/llvm/LinkAllPasses.h diff -u

[llvm-commits] CVS: llvm/tools/opt/Makefile

2006-12-13 Thread John Criswell
Changes in directory llvm/tools/opt: Makefile updated: 1.59 - 1.60 --- Log message: Remove DSA. --- Diffs of the changes: (+1 -1) Makefile |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/tools/opt/Makefile diff -u llvm/tools/opt/Makefile:1.59

[llvm-commits] CVS: llvm/lib/Analysis/Makefile

2006-12-13 Thread John Criswell
Changes in directory llvm/lib/Analysis: Makefile updated: 1.11 - 1.12 --- Log message: Remove DSA. --- Diffs of the changes: (+1 -1) Makefile |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/lib/Analysis/Makefile diff -u llvm/lib/Analysis/Makefile:1.11

[llvm-commits] CVS: llvm/tools/bugpoint/Makefile

2006-12-13 Thread John Criswell
Changes in directory llvm/tools/bugpoint: Makefile updated: 1.19 - 1.20 --- Log message: Remove DSA. --- Diffs of the changes: (+1 -1) Makefile |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/tools/bugpoint/Makefile diff -u llvm/tools/bugpoint/Makefile:1.19

[llvm-commits] CVS: llvm/test/Regression/Analysis/DSGraph/.cvsignore

2006-12-13 Thread John Criswell
Changes in directory llvm/test/Regression/Analysis/DSGraph: .cvsignore (r1.2) removed --- Log message: Remove DSA tests. --- Diffs of the changes: (+0 -0) 0 files changed ___ llvm-commits mailing list llvm-commits@cs.uiuc.edu

[llvm-commits] CVS: llvm/test/Regression/Analysis/DSGraph/2003-06-29-IncompleteTDPass.ll 2003-06-29-NodeCollapsing.ll 2003-06-29-NodeCollapsing2.ll 2003-06-30-TopDownResolve.ll 2003-07-01-FieldCollaps

2006-12-13 Thread John Criswell
Changes in directory llvm/test/Regression/Analysis/DSGraph: 2003-06-29-IncompleteTDPass.ll (r1.5) removed 2003-06-29-NodeCollapsing.ll (r1.4) removed 2003-06-29-NodeCollapsing2.ll (r1.5) removed 2003-06-30-TopDownResolve.ll (r1.6) removed 2003-07-01-FieldCollapse.ll (r1.5) removed

[llvm-commits] CVS: llvm/test/Regression/Transforms/DSAnalysis/arraymerge.ll arraytest.ll badcases.ll basictest.ll dg.exp fieldmerge.ll goodcases.ll indcalltest.ll misctests.ll physicalsubtype.ll recu

2006-12-13 Thread John Criswell
Changes in directory llvm/test/Regression/Transforms/DSAnalysis: arraymerge.ll (r1.5) removed arraytest.ll (r1.6) removed badcases.ll (r1.6) removed basictest.ll (r1.6) removed dg.exp (r1.3) removed fieldmerge.ll (r1.6) removed goodcases.ll (r1.5) removed indcalltest.ll (r1.5) removed

[llvm-commits] CVS: llvm/test/Regression/Transforms/DSAnalysis/.cvsignore

2006-12-13 Thread John Criswell
Changes in directory llvm/test/Regression/Transforms/DSAnalysis: .cvsignore (r1.2) removed --- Log message: Remove DSA tests. --- Diffs of the changes: (+0 -0) 0 files changed ___ llvm-commits mailing list llvm-commits@cs.uiuc.edu

[llvm-commits] CVS: llvm/lib/Analysis/DataStructure/BottomUpClosure.cpp CallTargets.cpp CompleteBottomUp.cpp DataStructure.cpp DataStructureAA.cpp DataStructureOpt.cpp DataStructureStats.cpp EquivClas

2006-12-13 Thread John Criswell
Changes in directory llvm/lib/Analysis/DataStructure: BottomUpClosure.cpp (r1.127) removed CallTargets.cpp (r1.7) removed CompleteBottomUp.cpp (r1.39) removed DataStructure.cpp (r1.255) removed DataStructureAA.cpp (r1.40) removed DataStructureOpt.cpp (r1.14) removed DataStructureStats.cpp

[llvm-commits] CVS: llvm/lib/Analysis/Makefile

2006-12-13 Thread John Criswell
Changes in directory llvm/lib/Analysis: Makefile updated: 1.12 - 1.13 --- Log message: Changed from PARALLEL_DIRS to DIRS since we're only building one directory. Thanks Reid. --- Diffs of the changes: (+1 -1) Makefile |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index:

[llvm-commits] CVS: llvm/include/llvm/Analysis/DataStructure/CallTargets.h DSGraph.h DSGraphTraits.h DSNode.h DSSupport.h DataStructure.h

2006-12-13 Thread John Criswell
Changes in directory llvm/include/llvm/Analysis/DataStructure: CallTargets.h (r1.1) removed DSGraph.h (r1.112) removed DSGraphTraits.h (r1.25) removed DSNode.h (r1.60) removed DSSupport.h (r1.41) removed DataStructure.h (r1.98) removed --- Log message: Remove DSA. --- Diffs of the changes:

[llvm-commits] [release_19] CVS: llvm-poolalloc/lib/PoolAllocate/AccessTrace.cpp Heuristic.cpp PointerCompress.cpp PoolAllocate.cpp TransformFunctionBody.cpp

2006-12-13 Thread John Criswell
Changes in directory llvm-poolalloc/lib/PoolAllocate: AccessTrace.cpp updated: 1.6 - 1.6.2.1 Heuristic.cpp updated: 1.15 - 1.15.2.1 PointerCompress.cpp updated: 1.72 - 1.72.2.1 PoolAllocate.cpp updated: 1.127 - 1.127.2.1 TransformFunctionBody.cpp updated: 1.57 - 1.57.2.1 --- Log message:

[llvm-commits] CVS: llvm-poolalloc/lib/PoolAllocate/AccessTrace.cpp PointerCompress.cpp PoolAllocate.cpp PoolOptimize.cpp TransformFunctionBody.cpp

2006-12-13 Thread John Criswell
Changes in directory llvm-poolalloc/lib/PoolAllocate: AccessTrace.cpp updated: 1.6 - 1.7 PointerCompress.cpp updated: 1.72 - 1.73 PoolAllocate.cpp updated: 1.127 - 1.128 PoolOptimize.cpp updated: 1.8 - 1.9 TransformFunctionBody.cpp updated: 1.57 - 1.58 --- Log message: Updated to LLVM Mainline

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

2006-12-13 Thread John Criswell
Changes in directory llvm/include/llvm: LinkAllPasses.h updated: 1.5 - 1.6 --- Log message: Remove DSA header files. --- Diffs of the changes: (+0 -2) LinkAllPasses.h |2 -- 1 files changed, 2 deletions(-) Index: llvm/include/llvm/LinkAllPasses.h diff -u

[llvm-commits] [release_19] CVS: llvm-poolalloc/autoconf/AutoRegen.sh

2006-12-13 Thread John Criswell
Changes in directory llvm-poolalloc/autoconf: AutoRegen.sh added (r1.1.2.1) --- Log message: Added AutoRegen.sh script from the SAFECode project, which is based on the original one from the LLVM project. --- Diffs of the changes: (+30 -0) AutoRegen.sh | 30 ++

[llvm-commits] [release_19] CVS: llvm-poolalloc/include/poolalloc/Config/config.h.in

2006-12-13 Thread John Criswell
Changes in directory llvm-poolalloc/include/poolalloc/Config: config.h.in updated: 1.3 - 1.3.2.1 --- Log message: Grab configuration information from configure script. --- Diffs of the changes: (+10 -0) config.h.in | 10 ++ 1 files changed, 10 insertions(+) Index:

[llvm-commits] [release_19] CVS: llvm-poolalloc/lib/DSA/DataStructure.cpp Local.cpp

2006-12-13 Thread John Criswell
Changes in directory llvm-poolalloc/lib/DSA: DataStructure.cpp updated: 1.248.2.2 - 1.248.2.3 Local.cpp updated: 1.158.2.1 - 1.158.2.2 --- Log message: Grab configuration information from configure script. --- Diffs of the changes: (+2 -0) DataStructure.cpp |1 + Local.cpp |

[llvm-commits] [release_19] CVS: llvm-poolalloc/include/dsa/DSGraph.h DataStructure.h

2006-12-13 Thread John Criswell
Changes in directory llvm-poolalloc/include/dsa: DSGraph.h updated: 1.110.2.3 - 1.110.2.4 DataStructure.h updated: 1.98.2.2 - 1.98.2.3 --- Log message: Grab configuration information from configure script. --- Diffs of the changes: (+3 -2) DSGraph.h |2 ++ DataStructure.h |3

[llvm-commits] [release_19] CVS: llvm-poolalloc/lib/PoolAllocate/PoolAllocate.cpp

2006-12-13 Thread John Criswell
Changes in directory llvm-poolalloc/lib/PoolAllocate: PoolAllocate.cpp updated: 1.127.2.1 - 1.127.2.2 --- Log message: Grab configuration information from configure script. --- Diffs of the changes: (+1 -1) PoolAllocate.cpp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-)

[llvm-commits] [release_19] CVS: llvm-poolalloc/include/poolalloc/PoolAllocate.h

2006-12-13 Thread John Criswell
Changes in directory llvm-poolalloc/include/poolalloc: PoolAllocate.h updated: 1.51 - 1.51.2.1 --- Log message: Grab configuration information from configure script. --- Diffs of the changes: (+2 -3) PoolAllocate.h |5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) Index:

[llvm-commits] [release_19] CVS: llvm-poolalloc/configure

2006-12-13 Thread John Criswell
Changes in directory llvm-poolalloc: configure updated: 1.11.2.1 - 1.11.2.2 --- Log message: Fix configuration when srcdir != objdir. --- Diffs of the changes: (+2 -1) configure |3 ++- 1 files changed, 2 insertions(+), 1 deletion(-) Index: llvm-poolalloc/configure diff -u

  1   2   >