Re: [llvm-commits] CVS: llvm/lib/ExecutionEngine/Interpreter/Execution.cpp

2007-03-08 Thread Bill
On 3/8/07, Chris Lattner <[EMAIL PROTECTED]> wrote: > On Mar 8, 2007, at 3:27 PM, Bill Wendling wrote: > > Changes in directory llvm/lib/ExecutionEngine/Interpreter: > > Execution.cpp updated: 1.175 -> 1.176 > > --- > > Log message: > > > > Don&#x

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

2007-03-26 Thread Bill
On 3/26/07, Chris Lattner <[EMAIL PROTECTED]> wrote: > +http://compilers/fernando/projects/soc/";>Project page. > Relative URL alert! -bw ___ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Re: [llvm-commits] CVS: llvm/lib/Target/X86/X86ISelLowering.cpp X86InstrMMX.td

2007-03-27 Thread Bill
On 3/27/07, Chris Lattner <[EMAIL PROTECTED]> wrote: > > On Mar 27, 2007, at 5:57 PM, Bill Wendling wrote: > > > -// This file was developed by the Evan Cheng and is distributed > > under the > > +// This file was developed by Evan Cheng and is distributed under t

Re: [llvm-commits] [126543] Clean up this macro to only eval each argument once.

2007-04-25 Thread Bill
On 4/25/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > #undef MOVE_BY_PIECES_P > -#define MOVE_BY_PIECES_P(SIZE, ALIGN) ((SIZE-SIZE)+(ALIGN-ALIGN)) > +#define MOVE_BY_PIECES_P(SIZE, ALIGN) (0*(SIZE)*(ALIGN)) > Why not just make it: #define MOVE_BY_PIECES_P(SIZE, ALIGN) 0 ? -bw

Re: [llvm-commits] [126543] Clean up this macro to only eval each argument once.

2007-04-25 Thread Bill
On 4/25/07, Chris Lattner <[EMAIL PROTECTED]> wrote: > > On Apr 25, 2007, at 9:56 AM, Bill wrote: > > > On 4/25/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > >> #undef MOVE_BY_PIECES_P > >> -#define MOVE_BY_PIECES_P(SIZE, ALIGN) ((SIZE-SIZE)+(ALIG

Re: [llvm-commits] [126665] Revert previous patch.

2007-04-27 Thread Bill
The newest LLVM-GCC merge has this: for t in $TARGETS ; do - ln -s ../../../libstdc++.6.dylib \ + cp -p /usr/lib/libstdc++.6.dylib \ .$DEST_ROOT/lib/gcc/$t-apple-darwin$DARWIN_VERS/$VERS/libstdc++.dylib \ || exit 1 + strip -x -c .$DEST_ROOT/lib/gcc/$t-apple-darwin$DARWIN_VERS/$VERS/l

Re: [llvm-commits] llvm-gcc mirror problems

2007-05-03 Thread Bill
No clue. It's *way* out of date. It's supposed to be picked up by the rsync gods here, but apparently hasn't. I'll figure out who to ping about it and see what's up. -bw On 5/3/07, Anton Korobeynikov <[EMAIL PROTECTED]> wrote: > Hello, Bill. > > What hap

Re: [llvm-commits] CVS: llvm/test/Transforms/LICM/scalar_promote.ll

2007-05-08 Thread Bill
On 5/8/07, Chris Lattner <[EMAIL PROTECTED]> wrote: > > add the & back. I'm not sure why bill removed it. > That test was failing for me last night, and it seemed like that was part of the problem. Also, I didn't see the |&

Re: [llvm-commits] CVS: llvm/test/Transforms/LICM/scalar_promote.ll

2007-05-08 Thread Bill
Ah! Gotcha. On 5/8/07, Chris Lattner <[EMAIL PROTECTED]> wrote: > On May 8, 2007, at 1:10 PM, Bill wrote: > > On 5/8/07, Chris Lattner <[EMAIL PROTECTED]> wrote: > >> > >> add the & back. I'm not sure why bill removed it. > >> > > T

Re: [llvm-commits] [126997] Fix PR1278.

2007-05-09 Thread Bill
Sorry all. It somehow got dropped from the mirror...It'll be fixed in the next update... -bw On 5/9/07, Lauro Ramos Venancio <[EMAIL PROTECTED]> wrote: > I'm getting an error building the llvm-gcc because this patch was partially > propagated to the svn mirror. The changes in llvm-convert.cpp and

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

2006-08-27 Thread Bill Wendling
ml:1.30 Thu Apr 20 12:42:23 2006 +++ llvm/docs/CodeGenerator.htmlSun Aug 27 21:26:32 2006 @@ -74,7 +74,8 @@ - Written by mailto:[EMAIL PROTECTED]">Chris Lattner + Written by mailto:[EMAIL PROTECTED]">Chris Lattner & + mailto:[EMAIL PROTECTED]">Bill Wend

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

2006-08-27 Thread Bill Wendling
Changes in directory llvm/docs: CodeGenerator.html updated: 1.31 -> 1.32 --- Log message: Messed up and put a "To be written" in a section that was written. --- Diffs of the changes: (+1 -2) CodeGenerator.html |3 +-- 1 files changed, 1 insertion(+), 2 deletions(-) Index: llvm/docs/C

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

2006-08-27 Thread Bill Wendling
Changes in directory llvm/docs: CodeGenerator.html updated: 1.32 -> 1.33 --- Log message: Spell naively with the i-Umlaut... --- Diffs of the changes: (+3 -3) CodeGenerator.html |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) Index: llvm/docs/CodeGenerator.html diff -u ll

[llvm-commits] CVS: llvm-test/External/SPEC/CINT2006/464.h264ref/Makefile

2006-08-31 Thread Bill Wendling
Changes in directory llvm-test/External/SPEC/CINT2006/464.h264ref: Makefile added (r1.1) --- Log message: Initial commit of the Makefiles for the SPEC2006 integer benchmarks. --- Diffs of the changes: (+17 -0) Makefile | 17 + 1 files changed, 17 insertions(+) Index: ll

[llvm-commits] CVS: llvm-test/External/SPEC/CINT2006/462.libquantum/Makefile

2006-08-31 Thread Bill Wendling
Changes in directory llvm-test/External/SPEC/CINT2006/462.libquantum: Makefile added (r1.1) --- Log message: Initial commit of the Makefiles for the SPEC2006 integer benchmarks. --- Diffs of the changes: (+21 -0) Makefile | 21 + 1 files changed, 21 insertions(+) In

[llvm-commits] CVS: llvm-test/External/SPEC/CINT2006/456.hmmer/Makefile

2006-08-31 Thread Bill Wendling
Changes in directory llvm-test/External/SPEC/CINT2006/456.hmmer: Makefile added (r1.1) --- Log message: Initial commit of the Makefiles for the SPEC2006 integer benchmarks. --- Diffs of the changes: (+20 -0) Makefile | 20 1 files changed, 20 insertions(+) Index: l

[llvm-commits] CVS: llvm-test/External/SPEC/CINT2006/Makefile

2006-08-31 Thread Bill Wendling
Changes in directory llvm-test/External/SPEC/CINT2006: Makefile added (r1.1) --- Log message: Initial commit of the Makefiles for the SPEC2006 integer benchmarks. --- Diffs of the changes: (+26 -0) Makefile | 26 ++ 1 files changed, 26 insertions(+) Index: llvm-

[llvm-commits] CVS: llvm-test/External/SPEC/CINT2006/401.bzip2/Makefile

2006-08-31 Thread Bill Wendling
Changes in directory llvm-test/External/SPEC/CINT2006/401.bzip2: Makefile added (r1.1) --- Log message: Initial commit of the Makefiles for the SPEC2006 integer benchmarks. --- Diffs of the changes: (+17 -0) Makefile | 17 + 1 files changed, 17 insertions(+) Index: llvm

[llvm-commits] CVS: llvm-test/External/SPEC/CINT2006/429.mcf/Makefile

2006-08-31 Thread Bill Wendling
Changes in directory llvm-test/External/SPEC/CINT2006/429.mcf: Makefile added (r1.1) --- Log message: Initial commit of the Makefiles for the SPEC2006 integer benchmarks. --- Diffs of the changes: (+20 -0) Makefile | 20 1 files changed, 20 insertions(+) Index: llv

[llvm-commits] CVS: llvm-test/External/SPEC/CINT2006/458.sjeng/Makefile

2006-08-31 Thread Bill Wendling
Changes in directory llvm-test/External/SPEC/CINT2006/458.sjeng: Makefile added (r1.1) --- Log message: Initial commit of the Makefiles for the SPEC2006 integer benchmarks. --- Diffs of the changes: (+17 -0) Makefile | 17 + 1 files changed, 17 insertions(+) Index: llvm

[llvm-commits] CVS: llvm-test/External/SPEC/CINT2006/473.astar/Makefile

2006-08-31 Thread Bill Wendling
Changes in directory llvm-test/External/SPEC/CINT2006/473.astar: Makefile added (r1.1) --- Log message: Initial commit of the Makefiles for the SPEC2006 integer benchmarks. --- Diffs of the changes: (+28 -0) Makefile | 28 1 files changed, 28 insertions(+)

[llvm-commits] CVS: llvm-test/External/SPEC/CINT2006/403.gcc/Makefile

2006-08-31 Thread Bill Wendling
Changes in directory llvm-test/External/SPEC/CINT2006/403.gcc: Makefile added (r1.1) --- Log message: Initial commit of the Makefiles for the SPEC2006 integer benchmarks. --- Diffs of the changes: (+23 -0) Makefile | 23 +++ 1 files changed, 23 insertions(+) Index:

[llvm-commits] CVS: llvm-test/External/SPEC/Makefile.spec2006

2006-08-31 Thread Bill Wendling
Changes in directory llvm-test/External/SPEC: Makefile.spec2006 added (r1.1) --- Log message: Initial commit of the top level Makefile for the SPEC 2006 benchmarks. --- Diffs of the changes: (+28 -0) Makefile.spec2006 | 28 1 files changed, 28 insertions(+)

[llvm-commits] CVS: llvm-test/External/SPEC/CINT2006/471.omnetpp/Makefile

2006-08-31 Thread Bill Wendling
Changes in directory llvm-test/External/SPEC/CINT2006/471.omnetpp: Makefile added (r1.1) --- Log message: Initial commit of the Makefiles for the SPEC2006 integer benchmarks. --- Diffs of the changes: (+24 -0) Makefile | 24 1 files changed, 24 insertions(+) In

[llvm-commits] CVS: llvm-test/External/SPEC/CINT2006/445.gobmk/Makefile

2006-08-31 Thread Bill Wendling
Changes in directory llvm-test/External/SPEC/CINT2006/445.gobmk: Makefile added (r1.1) --- Log message: Initial commit of the Makefiles for the SPEC2006 integer benchmarks. --- Diffs of the changes: (+19 -0) Makefile | 19 +++ 1 files changed, 19 insertions(+) Index: ll

[llvm-commits] CVS: llvm-test/External/SPEC/CINT2006/483.xalancbmk/Makefile

2006-08-31 Thread Bill Wendling
Changes in directory llvm-test/External/SPEC/CINT2006/483.xalancbmk: Makefile added (r1.1) --- Log message: Initial commit of the Makefiles for the SPEC2006 integer benchmarks. --- Diffs of the changes: (+37 -0) Makefile | 37 + 1 files changed, 37 ins

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

2006-09-01 Thread Bill Wendling
by mailto:[EMAIL PROTECTED]">Chris Lattner & - mailto:[EMAIL PROTECTED]">Bill Wendling + Written by mailto:[EMAIL PROTECTED]">Chris Lattner, + mailto:[EMAIL PROTECTED]">Bill Wendling, and +mailto:[E

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

2006-09-01 Thread Bill Wendling
Changes in directory llvm/docs: CodeGenerator.html updated: 1.34 -> 1.35 --- Log message: Fixed formatting problem. --- Diffs of the changes: (+1 -2) CodeGenerator.html |3 +-- 1 files changed, 1 insertion(+), 2 deletions(-) Index: llvm/docs/CodeGenerator.html diff -u llvm/docs/CodeG

[llvm-commits] CVS: llvm-test/External/SPEC/CFP2006/434.zeusmp/Makefile

2006-09-01 Thread Bill Wendling
Changes in directory llvm-test/External/SPEC/CFP2006/434.zeusmp: Makefile added (r1.1) --- Log message: Initial commit for the SPEC2006 floating point Makefiles. --- Diffs of the changes: (+15 -0) Makefile | 15 +++ 1 files changed, 15 insertions(+) Index: llvm-test/Externa

[llvm-commits] CVS: llvm-test/External/SPEC/CFP2006/433.milc/Makefile

2006-09-01 Thread Bill Wendling
Changes in directory llvm-test/External/SPEC/CFP2006/433.milc: Makefile added (r1.1) --- Log message: Initial commit for the SPEC2006 floating point Makefiles. --- Diffs of the changes: (+17 -0) Makefile | 17 + 1 files changed, 17 insertions(+) Index: llvm-test/Externa

[llvm-commits] CVS: llvm-test/External/SPEC/CFP2006/435.gromacs/Makefile

2006-09-01 Thread Bill Wendling
Changes in directory llvm-test/External/SPEC/CFP2006/435.gromacs: Makefile added (r1.1) --- Log message: Initial commit for the SPEC2006 floating point Makefiles. --- Diffs of the changes: (+18 -0) Makefile | 18 ++ 1 files changed, 18 insertions(+) Index: llvm-test/Ext

[llvm-commits] CVS: llvm-test/External/SPEC/CFP2006/447.dealII/Makefile

2006-09-01 Thread Bill Wendling
Changes in directory llvm-test/External/SPEC/CFP2006/447.dealII: Makefile added (r1.1) --- Log message: Initial commit for the SPEC2006 floating point Makefiles. --- Diffs of the changes: (+24 -0) Makefile | 24 1 files changed, 24 insertions(+) Index: llvm-tes

[llvm-commits] CVS: llvm-test/External/SPEC/CFP2006/410.bwaves/Makefile

2006-09-01 Thread Bill Wendling
Changes in directory llvm-test/External/SPEC/CFP2006/410.bwaves: Makefile added (r1.1) --- Log message: Initial commit for the SPEC2006 floating point Makefiles. --- Diffs of the changes: (+13 -0) Makefile | 13 + 1 files changed, 13 insertions(+) Index: llvm-test/External/

[llvm-commits] CVS: llvm-test/External/SPEC/CFP2006/482.sphinx3/Makefile

2006-09-01 Thread Bill Wendling
Changes in directory llvm-test/External/SPEC/CFP2006/482.sphinx3: Makefile added (r1.1) --- Log message: Initial commit for the SPEC2006 floating point Makefiles. --- Diffs of the changes: (+24 -0) Makefile | 24 1 files changed, 24 insertions(+) Index: llvm-te

[llvm-commits] CVS: llvm-test/External/SPEC/CFP2006/481.wrf/Makefile

2006-09-01 Thread Bill Wendling
Changes in directory llvm-test/External/SPEC/CFP2006/481.wrf: Makefile added (r1.1) --- Log message: Initial commit for the SPEC2006 floating point Makefiles. --- Diffs of the changes: (+24 -0) Makefile | 24 1 files changed, 24 insertions(+) Index: llvm-test/E

[llvm-commits] CVS: llvm-test/External/SPEC/CFP2006/416.gamess/Makefile

2006-09-01 Thread Bill Wendling
Changes in directory llvm-test/External/SPEC/CFP2006/416.gamess: Makefile added (r1.1) --- Log message: Initial commit for the SPEC2006 floating point Makefiles. --- Diffs of the changes: (+24 -0) Makefile | 24 1 files changed, 24 insertions(+) Index: llvm-tes

[llvm-commits] CVS: llvm-test/External/SPEC/CFP2006/465.tonto/Makefile

2006-09-01 Thread Bill Wendling
Changes in directory llvm-test/External/SPEC/CFP2006/465.tonto: Makefile added (r1.1) --- Log message: Initial commit for the SPEC2006 floating point Makefiles. --- Diffs of the changes: (+23 -0) Makefile | 23 +++ 1 files changed, 23 insertions(+) Index: llvm-test/

[llvm-commits] CVS: llvm-test/External/SPEC/CFP2006/454.calculix/Makefile

2006-09-01 Thread Bill Wendling
Changes in directory llvm-test/External/SPEC/CFP2006/454.calculix: Makefile added (r1.1) --- Log message: Initial commit for the SPEC2006 floating point Makefiles. --- Diffs of the changes: (+23 -0) Makefile | 23 +++ 1 files changed, 23 insertions(+) Index: llvm-te

[llvm-commits] CVS: llvm-test/External/SPEC/CFP2006/444.namd/Makefile

2006-09-01 Thread Bill Wendling
Changes in directory llvm-test/External/SPEC/CFP2006/444.namd: Makefile added (r1.1) --- Log message: Initial commit for the SPEC2006 floating point Makefiles. --- Diffs of the changes: (+22 -0) Makefile | 22 ++ 1 files changed, 22 insertions(+) Index: llvm-test/Ex

[llvm-commits] CVS: llvm-test/External/SPEC/CFP2006/Makefile

2006-09-01 Thread Bill Wendling
Changes in directory llvm-test/External/SPEC/CFP2006: Makefile added (r1.1) --- Log message: Initial commit for the SPEC2006 floating point Makefiles. --- Diffs of the changes: (+34 -0) Makefile | 34 ++ 1 files changed, 34 insertions(+) Index: llvm-test

[llvm-commits] CVS: llvm-test/External/SPEC/CFP2006/470.lbm/Makefile

2006-09-01 Thread Bill Wendling
Changes in directory llvm-test/External/SPEC/CFP2006/470.lbm: Makefile added (r1.1) --- Log message: Initial commit for the SPEC2006 floating point Makefiles. --- Diffs of the changes: (+14 -0) Makefile | 14 ++ 1 files changed, 14 insertions(+) Index: llvm-test/External/SP

[llvm-commits] CVS: llvm-test/External/SPEC/CFP2006/437.leslie3d/Makefile

2006-09-01 Thread Bill Wendling
Changes in directory llvm-test/External/SPEC/CFP2006/437.leslie3d: Makefile added (r1.1) --- Log message: Initial commit for the SPEC2006 floating point Makefiles. --- Diffs of the changes: (+13 -0) Makefile | 13 + 1 files changed, 13 insertions(+) Index: llvm-test/Externa

[llvm-commits] CVS: llvm-test/External/SPEC/CFP2006/459.GemsFDTD/Makefile

2006-09-01 Thread Bill Wendling
Changes in directory llvm-test/External/SPEC/CFP2006/459.GemsFDTD: Makefile added (r1.1) --- Log message: Initial commit for the SPEC2006 floating point Makefiles. --- Diffs of the changes: (+21 -0) Makefile | 21 + 1 files changed, 21 insertions(+) Index: llvm-test

[llvm-commits] CVS: llvm-test/External/SPEC/CFP2006/450.soplex/Makefile

2006-09-01 Thread Bill Wendling
Changes in directory llvm-test/External/SPEC/CFP2006/450.soplex: Makefile added (r1.1) --- Log message: Initial commit for the SPEC2006 floating point Makefiles. --- Diffs of the changes: (+25 -0) Makefile | 25 + 1 files changed, 25 insertions(+) Index: llvm-te

[llvm-commits] CVS: llvm-test/External/SPEC/CFP2006/436.cactusADM/Makefile

2006-09-01 Thread Bill Wendling
Changes in directory llvm-test/External/SPEC/CFP2006/436.cactusADM: Makefile added (r1.1) --- Log message: Initial commit for the SPEC2006 floating point Makefiles. --- Diffs of the changes: (+14 -0) Makefile | 14 ++ 1 files changed, 14 insertions(+) Index: llvm-test/Exter

[llvm-commits] CVS: llvm-test/External/SPEC/CFP2006/453.povray/Makefile

2006-09-01 Thread Bill Wendling
Changes in directory llvm-test/External/SPEC/CFP2006/453.povray: Makefile added (r1.1) --- Log message: Initial commit for the SPEC2006 floating point Makefiles. --- Diffs of the changes: (+22 -0) Makefile | 22 ++ 1 files changed, 22 insertions(+) Index: llvm-test/

[llvm-commits] CVS: llvm-test/External/SPEC/CINT2006/429.mcf/Makefile

2006-09-01 Thread Bill Wendling
Changes in directory llvm-test/External/SPEC/CINT2006/429.mcf: Makefile updated: 1.1 -> 1.2 --- Log message: Added perlbench Makefile. --- Diffs of the changes: (+0 -1) Makefile |1 - 1 files changed, 1 deletion(-) Index: llvm-test/External/SPEC/CINT2006/429.mcf/Makefile diff -u llvm

[llvm-commits] CVS: llvm-test/External/SPEC/CINT2006/400.perlbench/Makefile

2006-09-01 Thread Bill Wendling
Changes in directory llvm-test/External/SPEC/CINT2006/400.perlbench: Makefile added (r1.1) --- Log message: Added perlbench Makefile. --- Diffs of the changes: (+36 -0) Makefile | 36 1 files changed, 36 insertions(+) Index: llvm-test/External/SPEC/

[llvm-commits] CVS: llvm-test/External/SPEC/CINT2006/401.bzip2/Makefile

2006-09-01 Thread Bill Wendling
Changes in directory llvm-test/External/SPEC/CINT2006/401.bzip2: Makefile updated: 1.1 -> 1.2 --- Log message: Added perlbench Makefile. --- Diffs of the changes: (+2 -2) Makefile |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm-test/External/SPEC/CINT2006/401.bz

[llvm-commits] CVS: llvm-test/External/SPEC/CINT2006/483.xalancbmk/Makefile

2006-09-01 Thread Bill Wendling
Changes in directory llvm-test/External/SPEC/CINT2006/483.xalancbmk: Makefile updated: 1.1 -> 1.2 --- Log message: Added perlbench Makefile. --- Diffs of the changes: (+1 -1) Makefile |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm-test/External/SPEC/CINT2006/483.xa

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

2006-09-01 Thread Bill Wendling
Changes in directory llvm-test/autoconf: configure.ac updated: 1.36 -> 1.37 --- Log message: Added support for SPEC2006. --- Diffs of the changes: (+13 -0) configure.ac | 13 + 1 files changed, 13 insertions(+) Index: llvm-test/autoconf/configure.ac diff -u llvm-test/autoco

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

2006-09-01 Thread Bill Wendling
Changes in directory llvm-test: Makefile.config.in updated: 1.20 -> 1.21 --- Log message: Added support for SPEC2006. --- Diffs of the changes: (+2 -0) Makefile.config.in |2 ++ 1 files changed, 2 insertions(+) Index: llvm-test/Makefile.config.in diff -u llvm-test/Makefile.config.in:

[llvm-commits] CVS: llvm-test/External/SPEC/Makefile Makefile.spec

2006-09-01 Thread Bill Wendling
Changes in directory llvm-test/External/SPEC: Makefile updated: 1.18 -> 1.19 Makefile.spec updated: 1.55 -> 1.56 --- Log message: Added support for SPEC2006. --- Diffs of the changes: (+20 -9) Makefile | 15 +-- Makefile.spec | 14 +++--- 2 files changed, 20 in

[llvm-commits] CVS: llvm-test/External/SPEC/CINT2006/400.perlbench/Makefile

2006-09-01 Thread Bill Wendling
Changes in directory llvm-test/External/SPEC/CINT2006/400.perlbench: Makefile updated: 1.1 -> 1.2 --- Log message: Added RUN_OPTIONS, STD{OUT,IN}_FILENAME flags. Removed redundant "Source" line --- Diffs of the changes: (+11 -10) Makefile | 21 +++-- 1 files changed, 11 i

[llvm-commits] CVS: llvm-test/External/SPEC/CINT2006/429.mcf/Makefile

2006-09-01 Thread Bill Wendling
Changes in directory llvm-test/External/SPEC/CINT2006/429.mcf: Makefile updated: 1.2 -> 1.3 --- Log message: Cosmetic changes --- Diffs of the changes: (+2 -7) Makefile |9 ++--- 1 files changed, 2 insertions(+), 7 deletions(-) Index: llvm-test/External/SPEC/CINT2006/429.mcf/Make

[llvm-commits] CVS: llvm-test/External/SPEC/CINT2006/401.bzip2/Makefile

2006-09-01 Thread Bill Wendling
Changes in directory llvm-test/External/SPEC/CINT2006/401.bzip2: Makefile updated: 1.2 -> 1.3 --- Log message: Cosmetic changes --- Diffs of the changes: (+1 -0) Makefile |1 + 1 files changed, 1 insertion(+) Index: llvm-test/External/SPEC/CINT2006/401.bzip2/Makefile diff -u llvm-tes

[llvm-commits] CVS: llvm-test/External/SPEC/CINT2006/403.gcc/Makefile

2006-09-01 Thread Bill Wendling
Changes in directory llvm-test/External/SPEC/CINT2006/403.gcc: Makefile updated: 1.1 -> 1.2 --- Log message: Cosmetic changes --- Diffs of the changes: (+4 -2) Makefile |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) Index: llvm-test/External/SPEC/CINT2006/403.gcc/Makefil

[llvm-commits] CVS: llvm-test/External/SPEC/CINT2006/445.gobmk/Makefile

2006-09-01 Thread Bill Wendling
Changes in directory llvm-test/External/SPEC/CINT2006/445.gobmk: Makefile updated: 1.1 -> 1.2 --- Log message: Add attempt to handle multiple directories --- Diffs of the changes: (+25 -2) Makefile | 27 +-- 1 files changed, 25 insertions(+), 2 deletions(-) Inde

[llvm-commits] CVS: llvm-test/External/SPEC/CINT2006/471.omnetpp/Makefile

2006-09-01 Thread Bill Wendling
Changes in directory llvm-test/External/SPEC/CINT2006/471.omnetpp: Makefile updated: 1.1 -> 1.2 --- Log message: Add attempt to handle multiple directories --- Diffs of the changes: (+27 -8) Makefile | 35 +++ 1 files changed, 27 insertions(+), 8 deletions

[llvm-commits] CVS: llvm-test/External/SPEC/CINT2006/456.hmmer/Makefile

2006-09-01 Thread Bill Wendling
Changes in directory llvm-test/External/SPEC/CINT2006/456.hmmer: Makefile updated: 1.1 -> 1.2 --- Log message: Cosmetic changes --- Diffs of the changes: (+1 -1) Makefile |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm-test/External/SPEC/CINT2006/456.hmmer/Makefile

[llvm-commits] CVS: llvm-test/External/SPEC/CINT2006/483.xalancbmk/Makefile

2006-09-01 Thread Bill Wendling
Changes in directory llvm-test/External/SPEC/CINT2006/483.xalancbmk: Makefile updated: 1.2 -> 1.3 --- Log message: Cosmetic changes --- Diffs of the changes: (+1 -1) Makefile |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm-test/External/SPEC/CINT2006/483.xalancbmk/M

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

2006-09-03 Thread Bill Wendling
Changes in directory llvm-test: configure updated: 1.38 -> 1.39 --- Log message: Regenerated after adding SPEC2006 support. --- Diffs of the changes: (+112 -29) configure | 141 +- 1 files changed, 112 insertions(+), 29 deletions

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

2006-09-04 Thread Bill Wendling
Changes in directory llvm/docs: CodeGenerator.html updated: 1.35 -> 1.36 --- Log message: First draft of the "Live Interval Analysis" section. This is the "Live Variable Analysis" pass. --- Diffs of the changes: (+189 -1) CodeGenerator.html | 190 ++

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

2006-09-06 Thread Bill Wendling
Changes in directory llvm/docs: CodeGenerator.html updated: 1.36 -> 1.37 --- Log message: Cleaned up some of the grammar in the Live Intervals section. Removed the huge honking FIXME comment. I'll address the "Live Intervals Analysis" section soon. --- Diffs of the changes: (+36 -146) Code

[llvm-commits] CVS: llvm-test/External/SPEC/CFP2006/465.tonto/Makefile

2006-09-06 Thread Bill Wendling
Changes in directory llvm-test/External/SPEC/CFP2006/465.tonto: Makefile updated: 1.1 -> 1.2 --- Log message: Modified Makefiles to handle multiple directories. --- Diffs of the changes: (+2 -2) Makefile |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm-test/Exter

[llvm-commits] CVS: llvm-test/External/SPEC/CFP2006/470.lbm/Makefile

2006-09-06 Thread Bill Wendling
Changes in directory llvm-test/External/SPEC/CFP2006/470.lbm: Makefile updated: 1.1 -> 1.2 --- Log message: Modified Makefiles to handle multiple directories. --- Diffs of the changes: (+1 -1) Makefile |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm-test/External/SP

[llvm-commits] CVS: llvm-test/External/SPEC/CFP2006/444.namd/Makefile

2006-09-06 Thread Bill Wendling
Changes in directory llvm-test/External/SPEC/CFP2006/444.namd: Makefile updated: 1.1 -> 1.2 --- Log message: Modified Makefiles to handle multiple directories. --- Diffs of the changes: (+2 -7) Makefile |9 ++--- 1 files changed, 2 insertions(+), 7 deletions(-) Index: llvm-test/E

[llvm-commits] CVS: llvm-test/External/SPEC/CINT2006/471.omnetpp/Makefile

2006-09-06 Thread Bill Wendling
Changes in directory llvm-test/External/SPEC/CINT2006/471.omnetpp: Makefile updated: 1.2 -> 1.3 --- Log message: Modified Makefiles to handle multiple directories. --- Diffs of the changes: (+3 -0) Makefile |3 +++ 1 files changed, 3 insertions(+) Index: llvm-test/External/SPEC/CINT2

[llvm-commits] CVS: llvm-test/External/SPEC/CFP2006/Makefile

2006-09-06 Thread Bill Wendling
Changes in directory llvm-test/External/SPEC/CFP2006: Makefile updated: 1.1 -> 1.2 --- Log message: Modified Makefiles to handle multiple directories. --- Diffs of the changes: (+1 -1) Makefile |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm-test/External/SPEC/CFP20

[llvm-commits] CVS: llvm-test/External/SPEC/CFP2006/454.calculix/Makefile

2006-09-06 Thread Bill Wendling
Changes in directory llvm-test/External/SPEC/CFP2006/454.calculix: Makefile updated: 1.1 -> 1.2 --- Log message: Modified Makefiles to handle multiple directories. --- Diffs of the changes: (+129 -2) Makefile | 131 ++- 1 files c

[llvm-commits] CVS: llvm-test/External/SPEC/CFP2006/450.soplex/Makefile

2006-09-06 Thread Bill Wendling
Changes in directory llvm-test/External/SPEC/CFP2006/450.soplex: Makefile updated: 1.1 -> 1.2 --- Log message: Modified Makefiles to handle multiple directories. --- Diffs of the changes: (+4 -3) Makefile |7 --- 1 files changed, 4 insertions(+), 3 deletions(-) Index: llvm-test/E

[llvm-commits] CVS: llvm-test/External/SPEC/CFP2006/436.cactusADM/Makefile

2006-09-06 Thread Bill Wendling
Changes in directory llvm-test/External/SPEC/CFP2006/436.cactusADM: Makefile updated: 1.1 -> 1.2 --- Log message: Modified Makefiles to handle multiple directories. --- Diffs of the changes: (+103 -2) Makefile | 105 +-- 1 files

[llvm-commits] CVS: llvm-test/External/SPEC/CFP2006/459.GemsFDTD/Makefile

2006-09-06 Thread Bill Wendling
Changes in directory llvm-test/External/SPEC/CFP2006/459.GemsFDTD: Makefile updated: 1.1 -> 1.2 --- Log message: Modified Makefiles to handle multiple directories. --- Diffs of the changes: (+2 -4) Makefile |6 ++ 1 files changed, 2 insertions(+), 4 deletions(-) Index: llvm-test/

[llvm-commits] CVS: llvm-test/External/SPEC/CFP2006/453.povray/Makefile

2006-09-06 Thread Bill Wendling
Changes in directory llvm-test/External/SPEC/CFP2006/453.povray: Makefile updated: 1.1 -> 1.2 --- Log message: Modified Makefiles to handle multiple directories. --- Diffs of the changes: (+4 -2) Makefile |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) Index: llvm-test/Ex

[llvm-commits] CVS: llvm-test/External/SPEC/CFP2006/482.sphinx3/Makefile

2006-09-06 Thread Bill Wendling
Changes in directory llvm-test/External/SPEC/CFP2006/482.sphinx3: Makefile updated: 1.1 -> 1.2 --- Log message: Modified Makefiles to handle multiple directories. --- Diffs of the changes: (+2 -2) Makefile |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm-test/Ext

[llvm-commits] CVS: llvm-test/External/SPEC/CFP2006/481.wrf/Makefile

2006-09-06 Thread Bill Wendling
Changes in directory llvm-test/External/SPEC/CFP2006/481.wrf: Makefile updated: 1.1 -> 1.2 --- Log message: Modified Makefiles to handle multiple directories. --- Diffs of the changes: (+56 -7) Makefile | 63 --- 1 files changed

[llvm-commits] CVS: llvm-test/External/SPEC/CINT2006/400.perlbench/Makefile

2006-09-06 Thread Bill Wendling
Changes in directory llvm-test/External/SPEC/CINT2006/400.perlbench: Makefile updated: 1.2 -> 1.3 --- Log message: Add the "perlbench" benchmark test to the SPEC2006 testing thingy. --- Diffs of the changes: (+13 -8) Makefile | 21 + 1 files changed, 13 insertions(+),

[llvm-commits] CVS: llvm-test/External/SPEC/CINT2006/Makefile

2006-09-06 Thread Bill Wendling
Changes in directory llvm-test/External/SPEC/CINT2006: Makefile updated: 1.1 -> 1.2 --- Log message: Add the "perlbench" benchmark test to the SPEC2006 testing thingy. --- Diffs of the changes: (+1 -1) Makefile |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm-test/Ex

[llvm-commits] CVS: llvm-test/External/SPEC/CINT2006/400.perlbench/Makefile

2006-09-06 Thread Bill Wendling
Changes in directory llvm-test/External/SPEC/CINT2006/400.perlbench: Makefile updated: 1.3 -> 1.4 --- Log message: Change STDOUT_FILENAME to one which exists in the data/test/output directory so that we don't get an error during testing. --- Diffs of the changes: (+5 -1) Makefile |6 ++

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

2006-09-07 Thread Bill Wendling
Changes in directory llvm/docs: CodeGenerator.html updated: 1.38 -> 1.39 --- Log message: --- Diffs of the changes: (+2 -2) CodeGenerator.html |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm/docs/CodeGenerator.html diff -u llvm/docs/CodeGenerator.html:1.38 llvm/

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

2006-09-07 Thread Bill Wendling
Changes in directory llvm/docs: CodeGenerator.html updated: 1.37 -> 1.38 --- Log message: Fixed my rotten Engrish grammar. --- Diffs of the changes: (+7 -7) CodeGenerator.html | 14 +++--- 1 files changed, 7 insertions(+), 7 deletions(-) Index: llvm/docs/CodeGenerator.html diff

[llvm-commits] CVS: llvm-test/External/SPEC/CINT2006/471.omnetpp/Makefile

2006-09-07 Thread Bill Wendling
Changes in directory llvm-test/External/SPEC/CINT2006/471.omnetpp: Makefile updated: 1.3 -> 1.4 --- Log message: Added support for multi-directories: go benchmark and omnetpp (whatever that is) --- Diffs of the changes: (+50 -7) Makefile | 57 +

[llvm-commits] CVS: llvm-test/External/SPEC/CINT2006/Makefile

2006-09-07 Thread Bill Wendling
Changes in directory llvm-test/External/SPEC/CINT2006: Makefile updated: 1.2 -> 1.3 --- Log message: Added support for multi-directories: go benchmark and omnetpp (whatever that is) --- Diffs of the changes: (+5 -5) Makefile | 10 +- 1 files changed, 5 insertions(+), 5 deletions(

[llvm-commits] CVS: llvm-test/External/SPEC/CINT2006/445.gobmk/Makefile

2006-09-07 Thread Bill Wendling
Changes in directory llvm-test/External/SPEC/CINT2006/445.gobmk: Makefile updated: 1.2 -> 1.3 --- Log message: Added support for multi-directories: go benchmark and omnetpp (whatever that is) --- Diffs of the changes: (+55 -8) Makefile | 63 +++

[llvm-commits] CVS: llvm-test/External/SPEC/CINT2006/400.perlbench/Makefile

2006-09-07 Thread Bill Wendling
Changes in directory llvm-test/External/SPEC/CINT2006/400.perlbench: Makefile updated: 1.4 -> 1.5 --- Log message: Added support for multi-directories: go benchmark and omnetpp (whatever that is) --- Diffs of the changes: (+4 -0) Makefile |4 1 files changed, 4 insertions(+) Ind

[llvm-commits] CVS: llvm-test/External/SPEC/CFP2006/481.wrf/Makefile

2006-09-07 Thread Bill Wendling
Changes in directory llvm-test/External/SPEC/CFP2006/481.wrf: Makefile updated: 1.2 -> 1.3 --- Log message: Added support for SPEC benchmarks with mutiple directories. Stolen from the POVRay way of doing things. --- Diffs of the changes: (+36 -5) Makefile | 41 +++

[llvm-commits] CVS: llvm-test/External/SPEC/CFP2006/454.calculix/Makefile

2006-09-07 Thread Bill Wendling
Changes in directory llvm-test/External/SPEC/CFP2006/454.calculix: Makefile updated: 1.2 -> 1.3 --- Log message: Added support for SPEC benchmarks with mutiple directories. Stolen from the POVRay way of doing things. --- Diffs of the changes: (+248 -35) Makefile | 283

[llvm-commits] CVS: llvm-test/External/SPEC/CFP2006/Makefile

2006-09-07 Thread Bill Wendling
Changes in directory llvm-test/External/SPEC/CFP2006: Makefile updated: 1.2 -> 1.3 --- Log message: Added support for SPEC benchmarks with mutiple directories. Stolen from the POVRay way of doing things. --- Diffs of the changes: (+15 -15) Makefile | 30 +++--- 1

[llvm-commits] CVS: llvm-test/External/SPEC/CFP2006/436.cactusADM/Makefile

2006-09-07 Thread Bill Wendling
Changes in directory llvm-test/External/SPEC/CFP2006/436.cactusADM: Makefile updated: 1.2 -> 1.3 --- Log message: Added support for SPEC benchmarks with mutiple directories. Stolen from the POVRay way of doing things. --- Diffs of the changes: (+124 -17) Makefile | 141 +++

[llvm-commits] CVS: llvm-test/External/SPEC/CINT2006/403.gcc/Makefile

2006-09-08 Thread Bill Wendling
Changes in directory llvm-test/External/SPEC/CINT2006/403.gcc: Makefile updated: 1.2 -> 1.3 --- Log message: The -DINLINE=__inline__ flag is needed. --- Diffs of the changes: (+3 -1) Makefile |4 +++- 1 files changed, 3 insertions(+), 1 deletion(-) Index: llvm-test/External/SPEC/CINT

[llvm-commits] CVS: llvm-test/External/SPEC/CINT2006/400.perlbench/Makefile

2006-09-08 Thread Bill Wendling
Changes in directory llvm-test/External/SPEC/CINT2006/400.perlbench: Makefile updated: 1.5 -> 1.6 --- Log message: Run only the "train" run. This is because the test.pl script the test run runs outputs a timestamp to STDERR. However, the RunSafely.sh script dups STDERR to STDOUT, making compari

[llvm-commits] CVS: llvm-test/External/SPEC/CINT2006/403.gcc/Makefile

2006-09-08 Thread Bill Wendling
Changes in directory llvm-test/External/SPEC/CINT2006/403.gcc: Makefile updated: 1.3 -> 1.4 --- Log message: The -DSPEC_CPU_MACOSX needs to be in the conditional section. --- Diffs of the changes: (+1 -1) Makefile |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm-test

[llvm-commits] CVS: llvm-test/External/SPEC/CFP2006/447.dealII/Makefile

2006-09-12 Thread Bill Wendling
Changes in directory llvm-test/External/SPEC/CFP2006/447.dealII: Makefile updated: 1.1 -> 1.2 --- Log message: dealII: Needed -D flag specified. povray: Output filename changed. --- Diffs of the changes: (+5 -2) Makefile |7 +-- 1 files changed, 5 insertions(+), 2 deletions(-) In

[llvm-commits] CVS: llvm-test/External/SPEC/CFP2006/453.povray/Makefile

2006-09-12 Thread Bill Wendling
Changes in directory llvm-test/External/SPEC/CFP2006/453.povray: Makefile updated: 1.2 -> 1.3 --- Log message: dealII: Needed -D flag specified. povray: Output filename changed. --- Diffs of the changes: (+2 -2) Makefile |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index

[llvm-commits] CVS: llvm-test/External/SPEC/CFP2006/447.dealII/Makefile

2006-09-13 Thread Bill Wendling
Changes in directory llvm-test/External/SPEC/CFP2006/447.dealII: Makefile updated: 1.2 -> 1.3 --- Log message: Errant ';' removed --- Diffs of the changes: (+1 -1) Makefile |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm-test/External/SPEC/CFP2006/447.dealII/Makefil

[llvm-commits] CVS: llvm-test/External/SPEC/CINT2006/403.gcc/Makefile

2006-09-13 Thread Bill Wendling
Changes in directory llvm-test/External/SPEC/CINT2006/403.gcc: Makefile updated: 1.4 -> 1.5 --- Log message: --- Diffs of the changes: (+2 -0) Makefile |2 ++ 1 files changed, 2 insertions(+) Index: llvm-test/External/SPEC/CINT2006/403.gcc/Makefile diff -u llvm-test/External/SPEC/CIN

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

2006-09-21 Thread Bill Wendling
Changes in directory llvm-test/autoconf: configure.ac updated: 1.38 -> 1.39 --- Log message: Added generating of the Makefile.nagfortran in the build directory. --- Diffs of the changes: (+1 -0) configure.ac |1 + 1 files changed, 1 insertion(+) Index: llvm-test/autoconf/configure.ac

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

2006-09-21 Thread Bill Wendling
Changes in directory llvm-test: configure updated: 1.40 -> 1.41 --- Log message: Added generating of the Makefile.nagfortran in the build directory. --- Diffs of the changes: (+29 -23) configure | 52 +--- 1 files changed, 29 insertions(+),

[llvm-commits] CVS: llvm-test/External/SPEC/CFP2006/410.bwaves/Makefile

2006-09-21 Thread Bill Wendling
Changes in directory llvm-test/External/SPEC/CFP2006/410.bwaves: Makefile updated: 1.1 -> 1.2 --- Log message: Needed the stdin/stdout filenames. --- Diffs of the changes: (+5 -1) Makefile |6 +- 1 files changed, 5 insertions(+), 1 deletion(-) Index: llvm-test/External/SPEC/CFP20

[llvm-commits] CVS: llvm-test/Makefile.nagfortran

2006-09-21 Thread Bill Wendling
Changes in directory llvm-test: Makefile.nagfortran updated: 1.6 -> 1.7 --- Log message: Change so that access to the "filepp" shell script is found in the PROJ_SRC_ROOT instead of LEVEL. --- Diffs of the changes: (+2 -2) Makefile.nagfortran |4 ++-- 1 files changed, 2 insertions(+),

  1   2   3   4   5   6   7   8   9   10   >