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

2006-07-26 Thread Chris Lattner
Changes in directory llvm/include/llvm/ADT: SmallVector.h added (r1.1) --- Log message: Add a new llvm::SmallVector template, which is similar to the vector class, but contains optimizations to avoid heap allocation if the vector size is smaller than some threshold. This can significantly

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

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

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

[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

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

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

[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

[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/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 - 1.15

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

[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

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

[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

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

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

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

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

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

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

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

[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

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

[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-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/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)

[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

[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(-)

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

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

[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

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