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

2006-07-26 Thread Reid Spencer
Changes in directory llvm/docs: GettingStarted.html updated: 1.136.2.3 -> 1.136.2.4 --- Log message: Whoops .. don't commit merge conflict markers. --- Diffs of the changes: (+1 -5) GettingStarted.html |6 +- 1 files changed, 1 insertion(+), 5 deletions(-) Index: llvm/docs/Gettin

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

2006-07-26 Thread Reid Spencer
Changes in directory llvm/docs: GettingStarted.html updated: 1.136.2.2 -> 1.136.2.3 --- Log message: Merge changes from HEAD. --- Diffs of the changes: (+21 -8) GettingStarted.html | 29 + 1 files changed, 21 insertions(+), 8 deletions(-) Index: llvm/docs/Ge

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

2006-07-26 Thread Reid Spencer
Changes in directory llvm/docs: GettingStarted.html updated: 1.138 -> 1.139 --- Log message: Correct a misunderstanding about cross-compiling. Anton's changes don't cause LLVM to become a cross-compiler but rather cross-compile LLVM so that it can execute on a platform other than the build host

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

2006-07-26 Thread Evan Cheng
Changes in directory llvm/lib/Target/PowerPC: PPCISelDAGToDAG.cpp updated: 1.197 -> 1.198 --- Log message: Remove NodeDepth --- Diffs of the changes: (+1 -6) PPCISelDAGToDAG.cpp |7 +-- 1 files changed, 1 insertion(+), 6 deletions(-) Index: llvm/lib/Target/PowerPC/PPCISelDAGToDAG.

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

2006-07-26 Thread Evan Cheng
Changes in directory llvm/lib/Target/IA64: IA64ISelDAGToDAG.cpp updated: 1.44 -> 1.45 --- Log message: Remove NodeDepth --- Diffs of the changes: (+1 -6) IA64ISelDAGToDAG.cpp |7 +-- 1 files changed, 1 insertion(+), 6 deletions(-) Index: llvm/lib/Target/IA64/IA64ISelDAGToDAG.cpp d

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

2006-07-26 Thread Evan Cheng
Changes in directory llvm/lib/CodeGen/SelectionDAG: SelectionDAG.cpp updated: 1.311 -> 1.312 --- Log message: AssignNodeIds assign each node in the DAG an unique id. --- Diffs of the changes: (+12 -0) SelectionDAG.cpp | 12 1 files changed, 12 insertions(+) Index: llvm/lib/

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

2006-07-26 Thread Evan Cheng
Changes in directory llvm/include/llvm/CodeGen: SelectionDAG.h updated: 1.102 -> 1.103 SelectionDAGNodes.h updated: 1.136 -> 1.137 --- Log message: Remove NodeDepth; Add NodeId which is a unique id per node per DAG. It can only be set by SelectionDAG. --- Diffs of the changes: (+21 -41) Se

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

2006-07-26 Thread Evan Cheng
Changes in directory llvm/include/llvm/CodeGen: SelectionDAGISel.h updated: 1.18 -> 1.19 --- Log message: Let each target specific isel provide routine to check if a chain producing node is foldable by another. --- Diffs of the changes: (+5 -1) SelectionDAGISel.h |6 +- 1 files cha

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

2006-07-26 Thread Evan Cheng
Changes in directory llvm/utils/TableGen: DAGISelEmitter.cpp updated: 1.226 -> 1.227 --- Log message: Let each target specific isel provide routine to check if a chain producing node is foldable by another. --- Diffs of the changes: (+2 -8) DAGISelEmitter.cpp | 10 ++ 1 files cha

[llvm-commits] CVS: llvm/lib/ExecutionEngine/JIT/JITEmitter.cpp

2006-07-26 Thread Evan Cheng
Changes in directory llvm/lib/ExecutionEngine/JIT: JITEmitter.cpp updated: 1.107 -> 1.108 --- Log message: Move synchronizeICache from TargetJITInfo into a static function in JITEmitter.cpp --- Diffs of the changes: (+17 -5) JITEmitter.cpp | 22 +- 1 files changed, 17

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

2006-07-26 Thread Evan Cheng
Changes in directory llvm/include/llvm/Target: TargetJITInfo.h updated: 1.8 -> 1.9 --- Log message: Move synchronizeICache from TargetJITInfo into a static function in JITEmitter.cpp --- Diffs of the changes: (+0 -4) TargetJITInfo.h |4 1 files changed, 4 deletions(-) Index: llv

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

2006-07-26 Thread Reid Spencer
Changes in directory llvm/docs: GettingStarted.html updated: 1.136.2.1 -> 1.136.2.2 --- Log message: Merge changes from head. --- Diffs of the changes: (+2 -2) GettingStarted.html |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm/docs/GettingStarted.html diff -u l

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

2006-07-26 Thread Reid Spencer
Changes in directory llvm/docs: GettingStarted.html updated: 1.137 -> 1.138 --- Log message: Fix section title to use lower case. --- Diffs of the changes: (+2 -2) GettingStarted.html |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm/docs/GettingStarted.html diff

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

2006-07-26 Thread Reid Spencer
Changes in directory llvm/docs: GettingStarted.html updated: 1.136 -> 1.136.2.1 --- Log message: Merge documentation change from HEAD. --- Diffs of the changes: (+42 -1) GettingStarted.html | 43 ++- 1 files changed, 42 insertions(+), 1 deletion(-)

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

2006-07-26 Thread Reid Spencer
Changes in directory llvm/docs: GettingStarted.html updated: 1.136 -> 1.137 --- Log message: Add instructions for building a cross-compiler. Patch contributed by Anton Korobeynikov. --- Diffs of the changes: (+42 -1) GettingStarted.html | 43 ++- 1

[llvm-commits] [release_18] CVS: llvm/docs/llvm.css

2006-07-26 Thread Reid Spencer
Changes in directory llvm/docs: llvm.css updated: 1.28 -> 1.28.8.1 --- Log message: Merge from mainline. --- Diffs of the changes: (+1 -1) llvm.css |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/docs/llvm.css diff -u llvm/docs/llvm.css:1.28 llvm/docs/llvm.css:1.28.

[llvm-commits] CVS: llvm/docs/llvm.css

2006-07-26 Thread Reid Spencer
Changes in directory llvm/docs: llvm.css updated: 1.28 -> 1.29 --- Log message: Reduce the padding on the doc_notes style. It was set to 1em which leaves the shaded box with a large blank border, wasting space. --- Diffs of the changes: (+1 -1) llvm.css |2 +- 1 files changed, 1 insert

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

2006-07-26 Thread Chris Lattner
Changes in directory llvm/autoconf: configure.ac updated: 1.238 -> 1.239 --- Log message: Bump version # --- Diffs of the changes: (+1 -1) configure.ac |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/autoconf/configure.ac diff -u llvm/autoconf/configure.ac:1.238 llv

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

2006-07-26 Thread Tanya Lattner
Changes in directory llvm/autoconf: configure.ac updated: 1.238 -> 1.238.2.1 --- Log message: This is the 1.8 release --- Diffs of the changes: (+1 -1) configure.ac |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/autoconf/configure.ac diff -u llvm/autoconf/configure

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

2006-07-26 Thread Chris Lattner
Changes in directory llvm/docs: CodingStandards.html updated: 1.27 -> 1.28 --- Log message: Add some advice --- Diffs of the changes: (+27 -9) CodingStandards.html | 36 +++- 1 files changed, 27 insertions(+), 9 deletions(-) Index: llvm/docs/CodingStanda

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

2006-07-26 Thread Chris Lattner
Changes in directory llvm/include/llvm/ADT: SmallVector.h updated: 1.1 -> 1.2 --- Log message: Use std::copy instead of custom loops to take advantage of STL optimizations. Add a new append method for appending a range. --- Diffs of the changes: (+19 -5) SmallVector.h | 24 ++

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

2006-07-26 Thread Jim Laskey
Changes in directory llvm/lib/Target/X86: X86ATTAsmPrinter.cpp updated: 1.55 -> 1.56 X86AsmPrinter.cpp updated: 1.190 -> 1.191 X86AsmPrinter.h updated: 1.24 -> 1.25 --- Log message: Use the predicate. --- Diffs of the changes: (+15 -15) X86ATTAsmPrinter.cpp | 18 +- X86As

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

2006-07-26 Thread Patrick Jenkins
Changes in directory llvm/utils: NewNightlyTest.pl updated: 1.28 -> 1.29 --- Log message: I made a stupid mistake when adding support for -use-gmake. ~PJ --- Diffs of the changes: (+1 -1) NewNightlyTest.pl |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/utils/NewNig

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

2006-07-26 Thread Patrick Jenkins
Changes in directory nightlytest-serverside: NightlyTestAccept.cgi updated: 1.33 -> 1.34 --- Log message: Some more formatting changes to the nightly test results email. This time we dont print test changes if build fail and instead link to the build log. --- Diffs of the changes: (+17 -8)

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

2006-07-26 Thread Patrick Jenkins
Changes in directory llvm/utils: NewNightlyTest.pl updated: 1.27 -> 1.28 --- Log message: added support for the -use-gmake option. This will come in handy when running the test on SunOS. --- Diffs of the changes: (+10 -12) NewNightlyTest.pl | 22 ++ 1 files changed,

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

2006-07-26 Thread Nate Begeman
Changes in directory llvm/include/llvm/CodeGen: AsmPrinter.h updated: 1.43 -> 1.44 --- Log message: Support jump tables when in PIC relocation model --- Diffs of the changes: (+9 -3) AsmPrinter.h | 12 +--- 1 files changed, 9 insertions(+), 3 deletions(-) Index: llvm/include/ll

[llvm-commits] CVS: llvm/lib/Target/X86/X86ATTAsmPrinter.cpp X86AsmPrinter.cpp

2006-07-26 Thread Nate Begeman
Changes in directory llvm/lib/Target/X86: X86ATTAsmPrinter.cpp updated: 1.54 -> 1.55 X86AsmPrinter.cpp updated: 1.189 -> 1.190 --- Log message: Support jump tables when in PIC relocation model --- Diffs of the changes: (+4 -2) X86ATTAsmPrinter.cpp |4 +++- X86AsmPrinter.cpp|2 +

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

2006-07-26 Thread Nate Begeman
Changes in directory llvm/lib/Target/PowerPC: PPCAsmPrinter.cpp updated: 1.188 -> 1.189 --- Log message: Support jump tables when in PIC relocation model --- Diffs of the changes: (+2 -2) PPCAsmPrinter.cpp |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm/lib/Targ

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

2006-07-26 Thread Nate Begeman
Changes in directory llvm/lib/CodeGen/SelectionDAG: SelectionDAGISel.cpp updated: 1.259 -> 1.260 --- Log message: Support jump tables when in PIC relocation model --- Diffs of the changes: (+10 -4) SelectionDAGISel.cpp | 14 ++ 1 files changed, 10 insertions(+), 4 deletions(-

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

2006-07-26 Thread Nate Begeman
Changes in directory llvm/lib/CodeGen: AsmPrinter.cpp updated: 1.84 -> 1.85 --- Log message: Support jump tables when in PIC relocation model --- Diffs of the changes: (+18 -16) AsmPrinter.cpp | 34 ++ 1 files changed, 18 insertions(+), 16 deletions(-) I

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

2006-07-26 Thread Jim Laskey
Changes in directory llvm/lib/Target/X86: X86AsmPrinter.h updated: 1.23 -> 1.24 --- Log message: Prevent creation of MachineDebugInfo for intel unless it is darwin. RC842. --- Diffs of the changes: (+3 -1) X86AsmPrinter.h |4 +++- 1 files changed, 3 insertions(+), 1 deletion(-) Inde

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

2006-07-26 Thread Patrick Jenkins
Changes in directory llvm/utils: NewNightlyTest.pl updated: 1.26 -> 1.27 --- Log message: This change will allow support for SunOS to the testing script. It adds a check to see if we're running on SunOS and if so, then uses gmake instead of make. --- Diffs of the changes: (+39 -17) NewNig

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

2006-07-26 Thread Patrick Jenkins
Changes in directory nightlytest-serverside: NightlyTestAccept.cgi updated: 1.32 -> 1.33 --- Log message: Some reformatting of the nightly test results email along with a change to accomodate the new database schema for file sizes. --- Diffs of the changes: (+54 -14) NightlyTestAccept.cgi

[llvm-commits] CVS: llvm/lib/ExecutionEngine/JIT/Intercept.cpp

2006-07-26 Thread Chris Lattner
Changes in directory llvm/lib/ExecutionEngine/JIT: Intercept.cpp updated: 1.26 -> 1.27 --- Log message: Fix warning on linux --- Diffs of the changes: (+8 -8) Intercept.cpp | 16 1 files changed, 8 insertions(+), 8 deletions(-) Index: llvm/lib/ExecutionEngine/JIT/Inter

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

2006-07-26 Thread Chris Lattner
Changes in directory llvm/lib/CodeGen/SelectionDAG: LegalizeDAG.cpp updated: 1.382 -> 1.383 --- Log message: Fix a case where LegalizeAllNodesNotLeadingTo could take exponential time. This manifested itself as really long time to compile Regression/CodeGen/Generic/2003-05-28-ManyArgs.ll on ppc

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

2006-07-26 Thread Patrick Jenkins
Changes in directory nightlytest-serverside: drawfilesizegraph.php added (r1.1) --- Log message: Adding a script to create a graph of file sizes. this script hasnt been tested yet and certainly needs debugging. --- Diffs of the changes: (+235 -0) drawfilesizegraph.php | 235 +

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

2006-07-26 Thread Evan Cheng
Changes in directory llvm/utils/TableGen: DAGISelEmitter.cpp updated: 1.225 -> 1.226 --- Log message: Fix for bug 840: http://llvm.org/PR840 . Only use noinline attribute if gcc version >= 3.4 --- Diffs of the changes: (+6 -3) DAGISelEmitter.cpp |9 ++--- 1 files changed, 6 inserti

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

2006-07-26 Thread Evan Cheng
Changes in directory llvm/lib/Target/X86: README.txt updated: 1.121 -> 1.122 --- Log message: New entry. --- Diffs of the changes: (+5 -0) README.txt |5 + 1 files changed, 5 insertions(+) Index: llvm/lib/Target/X86/README.txt diff -u llvm/lib/Target/X86/README.txt:1.121 llvm/lib

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

2006-07-26 Thread Reid Spencer
Changes in directory llvm/autoconf: configure.ac updated: 1.237 -> 1.238 --- Log message: For PR814: http://llvm.org/PR814 : Provide support for making cross-compiling builds. See the PR for details. Patch provided by Anton Korobeynikov. Thanks, Anton! --- Diffs of the changes: (+10 -2) co

[llvm-commits] CVS: llvm/Makefile.config.in Makefile.rules configure

2006-07-26 Thread Reid Spencer
Changes in directory llvm: Makefile.config.in updated: 1.59 -> 1.60 Makefile.rules updated: 1.390 -> 1.391 configure updated: 1.240 -> 1.241 --- Log message: For PR814: http://llvm.org/PR814 : Provide support for making cross-compiling builds. See the PR for details. Patch provided by Anton Kor

[llvm-commits] CVS: llvm/tools/llvm-config/find-cycles.pl

2006-07-26 Thread Chris Lattner
Changes in directory llvm/tools/llvm-config: find-cycles.pl updated: 1.3 -> 1.4 --- Log message: Avoid a "scary" make warning for the 1.8 release. This should be reenabled right after 1.8 "ships". --- Diffs of the changes: (+4 -1) find-cycles.pl |5 - 1 files changed, 4 insertions

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

2006-07-26 Thread Chris Lattner
Changes in directory llvm/include/llvm/Target: TargetMachine.h updated: 1.66 -> 1.67 --- Log message: Rename RelocModel::PIC to PIC_, to avoid conflicts with -DPIC. --- Diffs of the changes: (+1 -1) TargetMachine.h |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/inc

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

2006-07-26 Thread Chris Lattner
Changes in directory llvm/lib/Target/X86: X86ATTAsmPrinter.cpp updated: 1.53 -> 1.54 X86ISelLowering.cpp updated: 1.239 -> 1.240 X86TargetMachine.cpp updated: 1.118 -> 1.119 --- Log message: Rename RelocModel::PIC to PIC_, to avoid conflicts with -DPIC. --- Diffs of the changes: (+7 -7) X8

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

2006-07-26 Thread Chris Lattner
Changes in directory llvm/lib/Target/PowerPC: PPCAsmPrinter.cpp updated: 1.187 -> 1.188 PPCISelLowering.cpp updated: 1.198 -> 1.199 PPCTargetMachine.cpp updated: 1.98 -> 1.99 --- Log message: Rename RelocModel::PIC to PIC_, to avoid conflicts with -DPIC. --- Diffs of the changes: (+7 -7) P

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

2006-07-26 Thread Chris Lattner
Changes in directory llvm/lib/Target: TargetMachine.cpp updated: 1.49 -> 1.50 --- Log message: Rename RelocModel::PIC to PIC_, to avoid conflicts with -DPIC. --- Diffs of the changes: (+1 -1) TargetMachine.cpp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/lib/Targ

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

2006-07-26 Thread Reid Spencer
Changes in directory llvm/autoconf/m4: build_exeext.m4 updated: 1.1 -> 1.2 --- Log message: Remove an extraneous use of ${ac_exeext}. Patch by Anton Korobeynikov. --- Diffs of the changes: (+1 -1) build_exeext.m4 |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/autoc

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

2006-07-26 Thread Reid Spencer
Changes in directory llvm/autoconf/m4: build_exeext.m4 added (r1.1) --- Log message: For PR814: http://llvm.org/PR814 : Add a macro for getting the build host extension for executable. Patch contributed by Anton Korobeynikov. Thanks! --- Diffs of the changes: (+42 -0) build_exeext.m4 | 4

[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-poolalloc/LICENSE.T

[llvm-commits] CVS: llvm/test/Regression/CodeGen/X86/fast-cc-callee-pops.ll

2006-07-26 Thread Chris Lattner
Changes in directory llvm/test/Regression/CodeGen/X86: fast-cc-callee-pops.ll updated: 1.2 -> 1.3 --- Log message: allow this to pass on non-x86 machines --- Diffs of the changes: (+1 -1) fast-cc-callee-pops.ll |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/test/Re

[llvm-commits] CVS: llvm/lib/System/Win32/Memory.inc

2006-07-26 Thread Chris Lattner
Changes in directory llvm/lib/System/Win32: Memory.inc updated: 1.7 -> 1.8 --- Log message: Fix the build on win32 --- Diffs of the changes: (+2 -1) Memory.inc |3 ++- 1 files changed, 2 insertions(+), 1 deletion(-) Index: llvm/lib/System/Win32/Memory.inc diff -u llvm/lib/System/Win3

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

2006-07-26 Thread Chris Lattner
Changes in directory llvm/test/Regression/ExecutionEngine: parallel.ll (r1.2) removed --- Log message: Don't test an example --- Diffs of the changes: (+0 -0) 0 files changed ___ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.

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

2006-07-26 Thread Chris Lattner
Changes in directory llvm: Makefile.rules updated: 1.389 -> 1.390 --- Log message: Reduce work done for directory traversal in srcdir==objdir builds. --- Diffs of the changes: (+16 -0) Makefile.rules | 16 1 files changed, 16 insertions(+) Index: llvm/Makefile.rules di

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

2006-07-26 Thread Chris Lattner
Changes in directory llvm/tools: Makefile updated: 1.49 -> 1.50 --- Log message: Add llvm2cpp to DIRs list --- Diffs of the changes: (+2 -3) Makefile |5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) Index: llvm/tools/Makefile diff -u llvm/tools/Makefile:1.49 llvm/tools/Make

[llvm-commits] CVS: llvm/Makefile

2006-07-26 Thread Chris Lattner
Changes in directory llvm: Makefile updated: 1.62 -> 1.63 --- Log message: Revamp this to use filter-out, which makes the logic simpler and not nested. This restores building of examples and projects! --- Diffs of the changes: (+18 -21) Makefile | 39 ++--

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

2006-07-26 Thread Patrick Jenkins
Changes in directory nightlytest-serverside: NightlyTester.php updated: 1.5 -> 1.6 --- Log message: Changed the functions that return information about a files size to fit the new database schema --- Diffs of the changes: (+35 -48) NightlyTester.php | 83 ++--

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

2006-07-26 Thread Patrick Jenkins
Changes in directory nightlytest-serverside: test.php updated: 1.8 -> 1.9 --- Log message: Eliminated line breaks after links to buildlog and full test results --- Diffs of the changes: (+3 -3) test.php |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) Index: nightlytest-se

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

2006-07-26 Thread Patrick Jenkins
Changes in directory nightlytest-serverside: test.php updated: 1.7 -> 1.8 --- Log message: Fixed test to see if build file exists before we link to it --- Diffs of the changes: (+2 -1) test.php |3 ++- 1 files changed, 2 insertions(+), 1 deletion(-) Index: nightlytest-serverside/test

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

2006-07-26 Thread Patrick Jenkins
Changes in directory nightlytest-serverside: test.php updated: 1.6 -> 1.7 --- Log message: Added a more obvious link to build log and moved link for full test results up to the top of the page --- Diffs of the changes: (+7 -8) test.php | 15 +++ 1 files changed, 7 insertions

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

2006-07-26 Thread Patrick Jenkins
Changes in directory nightlytest-serverside: NightlyTestAccept.cgi updated: 1.31 -> 1.32 --- Log message: Added some comments to hopefully explain some ambiguous code --- Diffs of the changes: (+9 -0) NightlyTestAccept.cgi |9 + 1 files changed, 9 insertions(+) Index: nightly

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

2006-07-26 Thread Patrick Jenkins
Changes in directory nightlytest-serverside: NightlyTestAccept.cgi updated: 1.30 -> 1.31 --- Log message: Added a check so that if the previous nights build failed, all of the tests wont be reported as newly passing --- Diffs of the changes: (+16 -4) NightlyTestAccept.cgi | 20 +

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

2006-07-26 Thread Patrick Jenkins
Changes in directory nightlytest-serverside: NightlyTester.php updated: 1.4 -> 1.5 --- Log message: Fixed the get_a_files and get_o_files functions --- Diffs of the changes: (+22 -17) NightlyTester.php | 39 ++- 1 files changed, 22 insertions(+), 17 de

[llvm-commits] CVS: llvm/tools/llvm-config/Makefile find-cycles.pl

2006-07-26 Thread Reid Spencer
Changes in directory llvm/tools/llvm-config: Makefile updated: 1.11 -> 1.12 find-cycles.pl updated: 1.2 -> 1.3 --- Log message: Make changes necessary for stopping the build if a cyclic library dependency is found. The find-cycles.pl script now exits with a return code that equals the number o

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

2006-07-26 Thread Reid Spencer
Changes in directory llvm/tools: Makefile updated: 1.48 -> 1.49 --- Log message: Build llvm-config to identify library cycles earlier in the build process. --- Diffs of the changes: (+3 -3) Makefile |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) Index: llvm/tools/Makefil

[llvm-commits] CVS: llvm/include/llvm/System/Alarm.h DynamicLibrary.h MappedFile.h Path.h Process.h Program.h Signals.h TimeValue.h

2006-07-26 Thread Reid Spencer
Changes in directory llvm/include/llvm/System: Alarm.h updated: 1.2 -> 1.3 DynamicLibrary.h updated: 1.7 -> 1.8 MappedFile.h updated: 1.9 -> 1.10 Path.h updated: 1.30 -> 1.31 Process.h updated: 1.9 -> 1.10 Program.h updated: 1.10 -> 1.11 Signals.h updated: 1.16 -> 1.17 TimeValue.h updated: 1.14

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

2006-07-26 Thread Reid Spencer
Changes in directory llvm/include/llvm: LinkAllVMCore.h updated: 1.4 -> 1.5 --- Log message: For PR780: http://llvm.org/PR780 : Put the rest of lib/System into LinkAllVMCore.h. This makes all of lib/System available to programs that #include LinkALlVMCore.h so that loadable modules linked into

[llvm-commits] CVS: llvm/lib/System/Alarm.cpp DynamicLibrary.cpp MappedFile.cpp Path.cpp Process.cpp Program.cpp Signals.cpp TimeValue.cpp

2006-07-26 Thread Reid Spencer
Changes in directory llvm/lib/System: Alarm.cpp updated: 1.1 -> 1.2 DynamicLibrary.cpp updated: 1.15 -> 1.16 MappedFile.cpp updated: 1.5 -> 1.6 Path.cpp updated: 1.20 -> 1.21 Process.cpp updated: 1.5 -> 1.6 Program.cpp updated: 1.5 -> 1.6 Signals.cpp updated: 1.5 -> 1.6 TimeValue.cpp updated: 1.

[llvm-commits] CVS: llvm/include/llvm/Support/Dwarf.h Mangler.h MathExtras.h SlowOperationInformer.h IncludeFile.h

2006-07-26 Thread Reid Spencer
Changes in directory llvm/include/llvm/Support: Dwarf.h updated: 1.8 -> 1.9 Mangler.h updated: 1.20 -> 1.21 MathExtras.h updated: 1.33 -> 1.34 SlowOperationInformer.h updated: 1.8 -> 1.9 IncludeFile.h (r1.3) removed --- Log message: For PR780: http://llvm.org/PR780 : 1. Move IncludeFile.h to Sy

[llvm-commits] CVS: llvm/lib/CodeGen/SelectionDAG/Makefile

2006-07-26 Thread Reid Spencer
Changes in directory llvm/lib/CodeGen/SelectionDAG: Makefile updated: 1.6 -> 1.7 --- Log message: For PR780: http://llvm.org/PR780 : 1. Move IncludeFile.h to System library 2. Move IncludeFile.cpp to System library 3. #1 and #2 required to prevent cyclic library dependencies for libSystem 4. Co

[llvm-commits] CVS: llvm/include/llvm/InlineAsm.h IntrinsicInst.h LinkAllVMCore.h PassSupport.h

2006-07-26 Thread Reid Spencer
Changes in directory llvm/include/llvm: InlineAsm.h updated: 1.12 -> 1.13 IntrinsicInst.h updated: 1.17 -> 1.18 LinkAllVMCore.h updated: 1.3 -> 1.4 PassSupport.h updated: 1.23 -> 1.24 --- Log message: For PR780: http://llvm.org/PR780 : 1. Move IncludeFile.h to System library 2. Move IncludeFile

[llvm-commits] CVS: llvm/lib/VMCore/Verifier.cpp

2006-07-26 Thread Reid Spencer
Changes in directory llvm/lib/VMCore: Verifier.cpp updated: 1.159 -> 1.160 --- Log message: For PR780: http://llvm.org/PR780 : 1. Move IncludeFile.h to System library 2. Move IncludeFile.cpp to System library 3. #1 and #2 required to prevent cyclic library dependencies for libSystem 4. Convert

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

2006-07-26 Thread Reid Spencer
Changes in directory llvm/include/llvm/Analysis: AliasAnalysis.h updated: 1.26 -> 1.27 --- Log message: For PR780: http://llvm.org/PR780 : 1. Move IncludeFile.h to System library 2. Move IncludeFile.cpp to System library 3. #1 and #2 required to prevent cyclic library dependencies for libSystem

[llvm-commits] CVS: llvm/lib/System/IncludeFile.cpp Memory.cpp Mutex.cpp

2006-07-26 Thread Reid Spencer
Changes in directory llvm/lib/System: IncludeFile.cpp updated: 1.1 -> 1.2 Memory.cpp updated: 1.5 -> 1.6 Mutex.cpp updated: 1.7 -> 1.8 --- Log message: For PR780: http://llvm.org/PR780 : 1. Move IncludeFile.h to System library 2. Move IncludeFile.cpp to System library 3. #1 and #2 required to p

[llvm-commits] CVS: llvm/include/llvm/System/IncludeFile.h Memory.h Mutex.h

2006-07-26 Thread Reid Spencer
Changes in directory llvm/include/llvm/System: IncludeFile.h updated: 1.3 -> 1.4 Memory.h updated: 1.7 -> 1.8 Mutex.h updated: 1.5 -> 1.6 --- Log message: For PR780: http://llvm.org/PR780 : 1. Move IncludeFile.h to System library 2. Move IncludeFile.cpp to System library 3. #1 and #2 required t

[llvm-commits] CVS: llvm/lib/Support/Dwarf.cpp IsInf.cpp IsNAN.cpp SlowOperationInformer.cpp IncludeFile.cpp

2006-07-26 Thread Reid Spencer
Changes in directory llvm/lib/Support: Dwarf.cpp updated: 1.3 -> 1.4 IsInf.cpp updated: 1.8 -> 1.9 IsNAN.cpp updated: 1.5 -> 1.6 SlowOperationInformer.cpp updated: 1.8 -> 1.9 IncludeFile.cpp (r1.1) removed --- Log message: For PR780: http://llvm.org/PR780 : 1. Move IncludeFile.h to System libra

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

2006-07-26 Thread Reid Spencer
Changes in directory nightlytest-serverside: NightlyTester.php updated: 1.3 -> 1.4 --- Log message: Eliminate syntax errors from this file. --- Diffs of the changes: (+7 -6) NightlyTester.php | 13 +++-- 1 files changed, 7 insertions(+), 6 deletions(-) Index: nightlytest-server

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

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

[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/lib/VMCore/Type.cpp

2006-07-26 Thread Jim Laskey
Changes in directory llvm/lib/VMCore: Type.cpp updated: 1.142 -> 1.143 --- Log message: No Need to live in the past. --- Diffs of the changes: (+0 -3) Type.cpp |3 --- 1 files changed, 3 deletions(-) Index: llvm/lib/VMCore/Type.cpp diff -u llvm/lib/VMCore/Type.cpp:1.142 llvm/lib/VMCo