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

2007-06-27 Thread Duraid Madina
Changes in directory llvm-test: Makefile.programs updated: 1.271 - 1.272 --- Log message: spass+oggenc work, therefore everything works(tm) ;) --- Diffs of the changes: (+1 -1) Makefile.programs |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index:

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

2007-06-25 Thread Duraid Madina
Changes in directory llvm-test: Makefile.programs updated: 1.269 - 1.270 --- Log message: give the bigblock allocator a workout --- Diffs of the changes: (+1 -1) Makefile.programs |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm-test/Makefile.programs diff -u

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

2007-05-30 Thread Evan Cheng
Changes in directory llvm-test: Makefile.programs updated: 1.267 - 1.268 --- Log message: Change llcbeta for various targets now that tail merging is on by default for all targets except for ppc. --- Diffs of the changes: (+3 -4) Makefile.programs |7 +++ 1 files changed, 3

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

2007-05-10 Thread Evan Cheng
Changes in directory llvm-test: Makefile.programs updated: 1.266 - 1.267 --- Log message: For ARM / THUMB. Make llcbeta option --enable-tail-merge. --- Diffs of the changes: (+5 -1) Makefile.programs |6 +- 1 files changed, 5 insertions(+), 1 deletion(-) Index:

[llvm-commits] CVS: llvm-test/Makefile.programs RunSafely.sh TimedExec.sh

2007-05-03 Thread Evan Cheng
Changes in directory llvm-test: Makefile.programs updated: 1.264 - 1.265 RunSafely.sh updated: 1.27 - 1.28 TimedExec.sh updated: 1.5 - 1.6 --- Log message: Added support to do remote execution using rsh. e.g. make TARGET_LLCFLAGS=-mcpu=armcpuname TARGET_ARCH=arm REMOTE_HOST=board

Re: [llvm-commits] CVS: llvm-test/Makefile.programs RunSafely.sh TimedExec.sh

2007-05-03 Thread Lauro Ramos Venancio
I think we should coordinate the work. We are doing the same thing in different ways. I will try merge the changes. @@ -229,6 +237,9 @@ ifeq ($(ARCH),Sparc) LLCBETAOPTION := -enable-sparc-v9-insts endif +ifeq ($(TARGET_ARCH),ARM) +LLCBETAOPTION := -march=thumb +endif I think this is not a

Re: [llvm-commits] CVS: llvm-test/Makefile.programs RunSafely.sh TimedExec.sh

2007-05-03 Thread Evan Cheng
That's how I am running my nightly tests now. You can add a couple of lines for your target. e.g. ifeq ($(TARGET_ARCH),ARM4) LLCBETAOPTION := .. endif It's just a makefile. Easy to hack. :-) Evan On May 3, 2007, at 3:00 PM, Lauro Ramos Venancio wrote: I think we should coordinate the work.

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

2007-03-20 Thread Evan Cheng
Changes in directory llvm-test: Makefile.programs updated: 1.262 - 1.263 --- Log message: Test re-materialization on x86. --- Diffs of the changes: (+2 -1) Makefile.programs |3 ++- 1 files changed, 2 insertions(+), 1 deletion(-) Index: llvm-test/Makefile.programs diff -u

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

2007-03-18 Thread Evan Cheng
Changes in directory llvm-test: Makefile.programs updated: 1.261 - 1.262 --- Log message: Reset x86 llcbeta to -enable-tail-merge. --- Diffs of the changes: (+1 -2) Makefile.programs |3 +-- 1 files changed, 1 insertion(+), 2 deletions(-) Index: llvm-test/Makefile.programs diff -u

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

2007-03-17 Thread Evan Cheng
Changes in directory llvm-test: Makefile.programs updated: 1.260 - 1.261 --- Log message: Test -reduce-joining-phy-regs as X86 llcbeta. --- Diffs of the changes: (+1 -1) Makefile.programs |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm-test/Makefile.programs diff -u

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

2007-03-16 Thread Evan Cheng
Changes in directory llvm-test: Makefile.programs updated: 1.259 - 1.260 --- Log message: Test GEP index sinking as llcbeta. --- Diffs of the changes: (+2 -1) Makefile.programs |3 ++- 1 files changed, 2 insertions(+), 1 deletion(-) Index: llvm-test/Makefile.programs diff -u

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

2007-03-05 Thread Dale Johannesen
Changes in directory llvm-test: Makefile.programs updated: 1.257 - 1.258 --- Log message: Add -enable-tail-merge to PPC flags. --- Diffs of the changes: (+1 -1) Makefile.programs |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm-test/Makefile.programs diff -u

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

2007-03-05 Thread Chris Lattner
Changes in directory llvm-test: Makefile.programs updated: 1.258 - 1.259 --- Log message: ppc llc-beta can be just tail merging. --- Diffs of the changes: (+2 -2) Makefile.programs |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm-test/Makefile.programs diff -u

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

2007-02-04 Thread Chris Lattner
Changes in directory llvm-test: Makefile.programs updated: 1.254 - 1.255 --- Log message: fix bugpoint-gccas target --- Diffs of the changes: (+1 -1) Makefile.programs |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm-test/Makefile.programs diff -u

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

2007-02-03 Thread Chris Lattner
Changes in directory llvm-test: Makefile.programs updated: 1.252 - 1.253 --- Log message: fix a makefile bug (pass -f to opt) and make some opt invocations more efficient --- Diffs of the changes: (+3 -3) Makefile.programs |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-)

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

2007-02-03 Thread Reid Spencer
Changes in directory llvm-test: Makefile.programs updated: 1.253 - 1.254 --- Log message: gccas-pass-args is now opt-pass-args --- Diffs of the changes: (+2 -2) Makefile.programs |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm-test/Makefile.programs diff -u

[llvm-commits] CVS: llvm-test/Makefile.programs Makefile.tests TEST.nightly.Makefile

2007-02-02 Thread Reid Spencer
Changes in directory llvm-test: Makefile.programs updated: 1.251 - 1.252 Makefile.tests updated: 1.13 - 1.14 TEST.nightly.Makefile updated: 1.44 - 1.45 --- Log message: For PR1159: http://llvm.org/PR1159 : Avoid going to LLVM assembly files at all to improve performance of the nightly test.

[llvm-commits] CVS: llvm-test/Makefile.programs TEST.nightly.Makefile

2007-02-01 Thread Devang Patel
Changes in directory llvm-test: Makefile.programs updated: 1.250 - 1.251 TEST.nightly.Makefile updated: 1.43 - 1.44 --- Log message: Provide hook to add gccas switch (e.g. -inline-threshold=xyz). --- Diffs of the changes: (+4 -4) Makefile.programs |4 ++-- TEST.nightly.Makefile |

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

2007-01-16 Thread Reid Spencer
Changes in directory llvm-test: Makefile.programs updated: 1.249 - 1.250 --- Log message: Add a new feature; USE_REFERENCE_OUTPUT. This allows a directory to opt for providing its own reference output instead of generating it with the gcc compiler. This is useful in cases where the gcc

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

2007-01-12 Thread Reid Spencer
Changes in directory llvm-test: Makefile.programs updated: 1.248 - 1.249 --- Log message: Revert unintentionally committed portion of last patch. --- Diffs of the changes: (+2 -1) Makefile.programs |3 ++- 1 files changed, 2 insertions(+), 1 deletion(-) Index:

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

2007-01-11 Thread Reid Spencer
Changes in directory llvm-test: Makefile.programs updated: 1.246 - 1.247 --- Log message: Add a rule for bugpointing cbe --- Diffs of the changes: (+5 -1) Makefile.programs |6 +- 1 files changed, 5 insertions(+), 1 deletion(-) Index: llvm-test/Makefile.programs diff -u

Re: [llvm-commits] CVS: llvm-test/Makefile.programs

2007-01-11 Thread Chris Lattner
On Jan 11, 2007, at 12:17 PM, Reid Spencer wrote: Add a rule for bugpointing cbe cool --- llvm-test/Makefile.programs:1.246 Thu Nov 30 17:00:41 2006 +++ llvm-test/Makefile.programs Thu Jan 11 14:16:47 2007 @@ -103,7 +103,7 @@ # the libraries of lli. LLVMGCCLD := $(CC) ifdef

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

2006-11-30 Thread Reid Spencer
Changes in directory llvm-test: Makefile.programs updated: 1.245 - 1.246 --- Log message: Add a facility for linking test programs against the llvm-gcc libraries that it was produced with. Some programs will use libstdc++.a or libgcc.a in such a way that it matters which version of those

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

2006-11-27 Thread Reid Spencer
Changes in directory llvm-test: Makefile.programs updated: 1.244 - 1.245 --- Log message: Make bugpoint always run with the -append-exit-code option so that it will write out exit retval to the end of the test program's output file. This causes it to mimic RunSafely.sh's behavior and prevents

[llvm-commits] CVS: llvm-test/Makefile.programs RunSafely.sh RunSafelyAndStable.sh

2006-11-25 Thread Reid Spencer
Changes in directory llvm-test: Makefile.programs updated: 1.242 - 1.243 RunSafely.sh updated: 1.21 - 1.22 RunSafelyAndStable.sh updated: 1.5 - 1.6 --- Log message: Fix the way exit code handling was being done so that it actually works. Previously the exit code of awk was being recorded. Not

[llvm-commits] CVS: llvm-test/Makefile.programs RunSafely.sh

2006-11-25 Thread Reid Spencer
Changes in directory llvm-test: Makefile.programs updated: 1.243 - 1.244 RunSafely.sh updated: 1.22 - 1.23 --- Log message: Move an error message out of multiple locations in the Makefile and into one location in RunSafely.sh. Also, if exit code checking has been enabled, emit the exit code to

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

2006-11-18 Thread Chris Lattner
Changes in directory llvm-test: Makefile.programs updated: 1.239 - 1.240 --- Log message: When comparing LLC to CBE, we're only interested in codegen differences, we don't want GCC's inliner to factor into the picture. --- Diffs of the changes: (+1 -1) Makefile.programs |2 +- 1 files

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

2006-11-18 Thread Chris Lattner
Changes in directory llvm-test: Makefile.programs updated: 1.240 - 1.241 --- Log message: make clean in llvm-test removes bugpoint output too --- Diffs of the changes: (+2 -0) Makefile.programs |2 ++ 1 files changed, 2 insertions(+) Index: llvm-test/Makefile.programs diff -u

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

2006-11-15 Thread Reid Spencer
Changes in directory llvm-test: Makefile.programs updated: 1.238 - 1.239 --- Log message: Add a facility for using the -disable-loop-extraction option with bugpoint. --- Diffs of the changes: (+4 -0) Makefile.programs |4 1 files changed, 4 insertions(+) Index:

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

2006-11-09 Thread Chris Lattner
Changes in directory llvm-test: Makefile.programs updated: 1.237 - 1.238 --- Log message: enable preinc for llc-beta. --- Diffs of the changes: (+2 -1) Makefile.programs |3 ++- 1 files changed, 2 insertions(+), 1 deletion(-) Index: llvm-test/Makefile.programs diff -u

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

2006-11-07 Thread Chris Lattner
Changes in directory llvm-test: Makefile.programs updated: 1.236 - 1.237 --- Log message: disable majik-f00 --- Diffs of the changes: (+2 -4) Makefile.programs |6 ++ 1 files changed, 2 insertions(+), 4 deletions(-) Index: llvm-test/Makefile.programs diff -u

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

2006-11-06 Thread Chris Lattner
Changes in directory llvm-test: Makefile.programs updated: 1.235 - 1.236 --- Log message: regalloc hack = llc-beta tonight. --- Diffs of the changes: (+4 -2) Makefile.programs |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) Index: llvm-test/Makefile.programs diff -u

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

2006-10-31 Thread Chris Lattner
Changes in directory llvm-test: Makefile.programs updated: 1.234 - 1.235 --- Log message: switch llcbeta back to tail merging --- Diffs of the changes: (+4 -2) Makefile.programs |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) Index: llvm-test/Makefile.programs diff -u

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

2006-10-23 Thread Chris Lattner
Changes in directory llvm-test: Makefile.programs updated: 1.233 - 1.234 --- Log message: revert llcbeta option --- Diffs of the changes: (+2 -2) Makefile.programs |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm-test/Makefile.programs diff -u

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

2006-10-20 Thread Chris Lattner
Changes in directory llvm-test: Makefile.programs updated: 1.231 - 1.232 --- Log message: make tail merging be llc beta tonight --- Diffs of the changes: (+1 -1) Makefile.programs |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm-test/Makefile.programs diff -u

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

2006-10-20 Thread Chris Lattner
Changes in directory llvm-test: Makefile.programs updated: 1.232 - 1.233 --- Log message: enable tail merging for X86 llcbeta tonight --- Diffs of the changes: (+1 -1) Makefile.programs |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm-test/Makefile.programs diff -u

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

2006-10-12 Thread Jim Laskey
Changes in directory llvm-test: Makefile.programs updated: 1.230 - 1.231 --- Log message: Test combiner alias analysis on powerpc and intel. --- Diffs of the changes: (+2 -2) Makefile.programs |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index:

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

2006-10-05 Thread Chris Lattner
Changes in directory llvm-test: Makefile.programs updated: 1.229 - 1.230 --- Log message: Test pic codegen tonight --- Diffs of the changes: (+1 -1) Makefile.programs |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm-test/Makefile.programs diff -u

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

2006-09-27 Thread Jim Laskey
Changes in directory llvm-test: Makefile.programs updated: 1.227 - 1.228 --- Log message: Disable -combiner-alias-analysis LLCBETA for the time being --- Diffs of the changes: (+2 -2) Makefile.programs |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index:

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

2006-09-27 Thread Jim Laskey
Changes in directory llvm-test: Makefile.programs updated: 1.228 - 1.229 --- Log message: Setting LLCBETAOPTION to something useful --- Diffs of the changes: (+2 -2) Makefile.programs |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm-test/Makefile.programs diff -u

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

2006-09-26 Thread Jim Laskey
Changes in directory llvm-test: Makefile.programs updated: 1.226 - 1.227 --- Log message: Set combiner-alias-analysis as llc-beta for PPC and x86 --- Diffs of the changes: (+2 -2) Makefile.programs |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index:

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

2006-09-15 Thread Chris Lattner
Changes in directory llvm-test: Makefile.programs updated: 1.225 - 1.226 --- Log message: fix bugpoint-gccld target --- Diffs of the changes: (+2 -2) Makefile.programs |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm-test/Makefile.programs diff -u

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

2006-09-14 Thread Chris Lattner
Changes in directory llvm-test: Makefile.programs updated: 1.224 - 1.225 --- Log message: Speed up the nightly tester by asking the JIT to not spew core files. We won't be able to really understand them anyway, as the code will be all machine generated with debug symbols. --- Diffs of the

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

2006-08-28 Thread Reid Spencer
Changes in directory llvm-test: Makefile.programs updated: 1.220 - 1.221 --- Log message: Don't try to link with crtend if the llvm-gcc version is 4. This just eliminates gccld warning messages about not being able to find the crtend library if it hasn't been built. --- Diffs of the changes:

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

2006-08-28 Thread Evan Cheng
Changes in directory llvm-test: Makefile.programs updated: 1.221 - 1.222 --- Log message: Set x86 llcbeta to -enable-x86-isel-preprocessing. --- Diffs of the changes: (+1 -1) Makefile.programs |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm-test/Makefile.programs

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

2006-06-27 Thread Chris Lattner
Changes in directory llvm-test: Makefile.programs updated: 1.219 - 1.220 --- Log message: Pass EXTRA_FLAGS to bugpoint. --- Diffs of the changes: (+1 -1) Makefile.programs |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm-test/Makefile.programs diff -u

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

2006-06-26 Thread Chris Lattner
Changes in directory llvm-test: Makefile.programs updated: 1.218 - 1.219 --- Log message: Add a make file target so the nightly tester can know what llc-beta means for a night. --- Diffs of the changes: (+3 -0) Makefile.programs |3 +++ 1 files changed, 3 insertions(+) Index:

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

2006-06-24 Thread Evan Cheng
Changes in directory llvm-test: Makefile.programs updated: 1.217 - 1.218 --- Log message: Switch x86 llcbeta back to -enable-x86-fastcc --- Diffs of the changes: (+1 -1) Makefile.programs |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm-test/Makefile.programs diff -u

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

2006-06-13 Thread Chris Lattner
Changes in directory llvm-test: Makefile.programs updated: 1.215 - 1.216 --- Log message: Use the new bugpoint -Xlinker option to pass down LDFLAGS to bugpoint, allowing us to debug NAG Fortran programs and povray without ugly hacks --- Diffs of the changes: (+4 -0) Makefile.programs |

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

2006-06-13 Thread Chris Lattner
Changes in directory llvm-test: Makefile.programs updated: 1.216 - 1.217 --- Log message: For good measure, test that -fast doesn't expose any bugs either. --- Diffs of the changes: (+1 -1) Makefile.programs |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index:

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

2006-06-09 Thread Chris Lattner
Changes in directory llvm-test: Makefile.programs updated: 1.214 - 1.215 --- Log message: llvmgcc4 uses -regalloc=local at -O0. As it turns out, it's massively buggy, we should fix it, and fixing it requires testing it. --- Diffs of the changes: (+1 -1) Makefile.programs |2 +- 1

[llvm-commits] CVS: llvm-test/Makefile.programs Makefile.rules Makefile.tests

2006-06-06 Thread Evan Cheng
Changes in directory llvm-test: Makefile.programs updated: 1.213 - 1.214 Makefile.rules updated: 1.11 - 1.12 Makefile.tests updated: 1.7 - 1.8 --- Log message: Clean up makefiles. --- Diffs of the changes: (+19 -16) Makefile.programs | 10 +++--- Makefile.rules| 17

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

2006-05-11 Thread Evan Cheng
Changes in directory llvm-test: Makefile.programs updated: 1.211 - 1.212 --- Log message: Set x86 llcbeta to -sched-commute-nodes --- Diffs of the changes: (+1 -1) Makefile.programs |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm-test/Makefile.programs diff -u

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

2006-05-04 Thread Evan Cheng
Changes in directory llvm-test: Makefile.programs updated: 1.209 - 1.210 --- Log message: Set -sched-vertically for x86 llcbeta --- Diffs of the changes: (+1 -1) Makefile.programs |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm-test/Makefile.programs diff -u

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

2006-05-02 Thread Evan Cheng
Changes in directory llvm-test: Makefile.programs updated: 1.208 - 1.209 --- Log message: x86 LLCBETA back to -enable-x86-fastcc --- Diffs of the changes: (+1 -1) Makefile.programs |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm-test/Makefile.programs diff -u

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

2006-05-01 Thread Evan Cheng
Changes in directory llvm-test: Makefile.programs updated: 1.206 - 1.207 --- Log message: Revert x86 llcbeta to -enable-x86-fastcc --- Diffs of the changes: (+1 -1) Makefile.programs |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm-test/Makefile.programs diff -u

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

2006-05-01 Thread Evan Cheng
Changes in directory llvm-test: Makefile.programs updated: 1.207 - 1.208 --- Log message: Set llcbeta to -sched-ignore-store to test a scheduler tweak. (This option turns off the tweak.) --- Diffs of the changes: (+1 -1) Makefile.programs |2 +- 1 files changed, 1 insertion(+), 1

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

2006-04-30 Thread Evan Cheng
Changes in directory llvm-test: Makefile.programs updated: 1.205 - 1.206 --- Log message: Temporarily set x86 llc-beta to -spiller-check-liveout. --- Diffs of the changes: (+1 -1) Makefile.programs |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index:

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

2006-04-27 Thread Evan Cheng
Changes in directory llvm-test: Makefile.programs updated: 1.203 - 1.204 --- Log message: Temporarily set -no-isel-fold-inflight to LLCBETAOPTION. --- Diffs of the changes: (+1 -1) Makefile.programs |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index:

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

2006-04-08 Thread Chris Lattner
Changes in directory llvm-test: Makefile.programs updated: 1.202 - 1.203 --- Log message: switch back to fastcc for x86 llcbeta --- Diffs of the changes: (+1 -1) Makefile.programs |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm-test/Makefile.programs diff -u

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

2006-03-26 Thread Nate Begeman
Changes in directory llvm-test: Makefile.programs updated: 1.201 - 1.202 --- Log message: Make disable-lower-switch the default tonight for x86 --- Diffs of the changes: (+1 -1) Makefile.programs |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index:

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

2006-03-09 Thread Andrew Lenharth
Changes in directory llvm-test: Makefile.programs updated: 1.197 - 1.198 --- Log message: change alpha beta --- Diffs of the changes: (+0 -0) 0 files changed ___ llvm-commits mailing list llvm-commits@cs.uiuc.edu

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

2006-03-09 Thread Chris Lattner
Changes in directory llvm-test: Makefile.programs updated: 1.198 - 1.199 --- Log message: Switch PPC beta back to list-td --- Diffs of the changes: (+2 -2) Makefile.programs |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm-test/Makefile.programs diff -u

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

2006-03-09 Thread Evan Cheng
Changes in directory llvm-test: Makefile.programs updated: 1.199 - 1.200 --- Log message: x86 llc-beta sets -enable-x86-lsr to turn on loop strength reduction. --- Diffs of the changes: (+1 -1) Makefile.programs |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index:

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

2006-03-06 Thread Chris Lattner
Changes in directory llvm-test: Makefile.programs updated: 1.195 - 1.196 --- Log message: Enable the td scheduler for llcbeta --- Diffs of the changes: (+1 -1) Makefile.programs |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm-test/Makefile.programs diff -u

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

2006-02-26 Thread Evan Cheng
Changes in directory llvm-test: Makefile.programs updated: 1.193 - 1.194 --- Log message: Pass -mdynamic-no-pic to build cbe executable. --- Diffs of the changes: (+1 -1) Makefile.programs |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm-test/Makefile.programs diff

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

2006-02-17 Thread Evan Cheng
Changes in directory llvm-test: Makefile.programs updated: 1.192 - 1.193 --- Log message: Add -mdynamic-no-pic to native compiler (gcc) options for Darwin. --- Diffs of the changes: (+4 -0) Makefile.programs |4 1 files changed, 4 insertions(+) Index:

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

2006-02-14 Thread Evan Cheng
Changes in directory llvm-test: Makefile.programs updated: 1.191 - 1.192 --- Log message: Set -enable-x86-fastcc as X86 llc-beta option --- Diffs of the changes: (+1 -1) Makefile.programs |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm-test/Makefile.programs diff -u

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

2006-02-08 Thread Chris Lattner
Changes in directory llvm-test: Makefile.programs updated: 1.189 - 1.190 --- Log message: turn on lsr for Sparc llc-beta --- Diffs of the changes: (+1 -1) Makefile.programs |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm-test/Makefile.programs diff -u

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

2006-01-29 Thread Chris Lattner
Changes in directory llvm-test: Makefile.programs updated: 1.187 - 1.188 --- Log message: set llcbeta on sparc --- Diffs of the changes: (+3 -0) Makefile.programs |3 +++ 1 files changed, 3 insertions(+) Index: llvm-test/Makefile.programs diff -u llvm-test/Makefile.programs:1.187

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

2006-01-23 Thread Andrew Lenharth
Changes in directory llvm-test: Makefile.programs updated: 1.185 - 1.186 --- Log message: change alpha beta to lsmark --- Diffs of the changes: (+1 -1) Makefile.programs |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm-test/Makefile.programs diff -u

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

2006-01-19 Thread Duraid Madina
Changes in directory llvm-test: Makefile.programs updated: 1.184 - 1.185 --- Log message: look at those cute little opcodes running around!! --- Diffs of the changes: (+1 -1) Makefile.programs |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm-test/Makefile.programs

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

2005-12-21 Thread Chris Lattner
Changes in directory llvm-test: Makefile.programs updated: 1.181 - 1.182 --- Log message: Change beta options back --- Diffs of the changes: (+2 -4) Makefile.programs |6 ++ 1 files changed, 2 insertions(+), 4 deletions(-) Index: llvm-test/Makefile.programs diff -u

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

2005-12-04 Thread Chris Lattner
Changes in directory llvm-test: Makefile.programs updated: 1.180 - 1.181 --- Log message: Add a new llc-beta option for PPC and X86 tonight --- Diffs of the changes: (+4 -2) Makefile.programs |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) Index:

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

2005-11-29 Thread Andrew Lenharth
Changes in directory llvm-test: Makefile.programs updated: 1.179 - 1.180 --- Log message: Why not. Performance sucks, but correctness sucks more, so sounds just right for beta. Maybe I will be surprised. --- Diffs of the changes: (+2 -2) Makefile.programs |4 ++-- 1 files changed, 2

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

2005-11-03 Thread Duraid Madina
Changes in directory llvm-test: Makefile.programs updated: 1.176 - 1.177 --- Log message: fun with scheduling on ia64 --- Diffs of the changes: (+1 -1) Makefile.programs |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm-test/Makefile.programs diff -u

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

2005-11-03 Thread Duraid Madina
Changes in directory llvm-test: Makefile.programs updated: 1.177 - 1.178 --- Log message: chicken out: sched=simple breaks quite a bit of the testsuite currently. will look at this again later :) --- Diffs of the changes: (+1 -1) Makefile.programs |2 +- 1 files changed, 1

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

2005-10-31 Thread Andrew Lenharth
Changes in directory llvm-test: Makefile.programs updated: 1.175 - 1.176 --- Log message: issolate LSR on alpha-beta --- Diffs of the changes: (+2 -2) Makefile.programs |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm-test/Makefile.programs diff -u

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

2005-10-28 Thread Chris Lattner
Changes in directory llvm-test: Makefile.programs updated: 1.174 - 1.175 --- Log message: As usual, Duraid is trying to use subversive techniques to kill x86. --- Diffs of the changes: (+1 -1) Makefile.programs |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: