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-test/Makefile.program
Changes in directory llvm-test:
Makefile.programs updated: 1.270 -> 1.271
---
Log message:
switch back to local. Duraid has plenty of todo items from last night's run :)
---
Diffs of the changes: (+1 -1)
Makefile.programs |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index:
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-
Changes in directory llvm-test:
Makefile.programs updated: 1.268 -> 1.269
TEST.nightly.Makefile updated: 1.47 -> 1.48
---
Log message:
Don't run the optimizations twice when performing a nightly build. Just record
the results the first time.
---
Diffs of the changes: (+2 -4)
Makefile.pro
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 insert
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-test/Makefile
Changes in directory llvm-test:
Makefile.programs updated: 1.265 -> 1.266
Makefile.config.in updated: 1.25 -> 1.26
---
Log message:
Merge Evan's remote test implementation with mine: Allow to define the
crosscompilers (cross gcc and cross llvm-gcc).
---
Diffs of the changes: (+33 -1)
Mak
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.
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
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
REMOTE_U
Changes in directory llvm-test:
Makefile.programs updated: 1.263 -> 1.264
---
Log message:
X86 llcbeta back 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 llv
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-test/M
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 ll
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
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-tes
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 l
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-te
Changes in directory llvm-test:
Makefile.programs updated: 1.256 -> 1.257
Makefile.rules updated: 1.24 -> 1.25
---
Log message:
Remove last vestiges of GCCAS/gccas, GCCLD/gccld
---
Diffs of the changes: (+1 -6)
Makefile.programs |2 +-
Makefile.rules|5 -
2 files changed, 1
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-test/Makefile
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 llv
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(-)
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.
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 |
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 compile
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-test/Makefile.pro
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
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 llvm-te
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 libra
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 " to the end of the test program's output file.
This causes it to mimic RunSafely.sh's behavior and prevents it f
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 t
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.
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-t
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
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-test/Makefi
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-test/Make
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-test/Makefile.p
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
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 ll
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-test/Makefile
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
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-t
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-test/Makefile.program
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-test/Makefile.
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
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-test/Makefil
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-test/Makefile.pr
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-test/Mak
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 c
Changes in directory llvm-test:
Makefile.programs updated: 1.223 -> 1.224
---
Log message:
Fix PR891: http://llvm.org/PR891
---
Diffs of the changes: (+3 -3)
Makefile.programs |6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
Index: llvm-test/Makefile.programs
diff -u llvm
Changes in directory llvm-test:
Makefile.programs updated: 1.222 -> 1.223
---
Log message:
Check 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
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
di
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:
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-test/Make
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-t
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
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-test/Make
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 |
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 fil
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 ++
Changes in directory llvm-test:
Makefile.programs updated: 1.212 -> 1.213
---
Log message:
Set x86 llcbeta to -sched=list-tdrr
---
Diffs of the changes: (+1 -1)
Makefile.programs |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm-test/Makefile.programs
diff -u llvm-test
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
Changes in directory llvm-test:
Makefile.programs updated: 1.210 -> 1.211
---
Log message:
Set x86 llcbeta to -sched-lower-defnuse
---
Diffs of the changes: (+1 -1)
Makefile.programs |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm-test/Makefile.programs
diff -u llvm-
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-te
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-
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 dele
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
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-test/Makefile.progr
Changes in directory llvm-test:
Makefile.programs updated: 1.204 -> 1.205
---
Log message:
Remove the temporary option: -no-isel-fold-inflight
---
Diffs of the changes: (+1 -1)
Makefile.programs |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm-test/Makefile.programs
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-test/Makefile.prog
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-
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-test/Makefile.program
Changes in directory llvm-test:
Makefile.programs updated: 1.200 -> 1.201
---
Log message:
Switch x86 llc-beta back to -enable-x86-fastcc now that LSR is on by default
---
Diffs of the changes: (+1 -1)
Makefile.programs |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm
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-test/
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-tes
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
http://lists.cs.uiuc.edu/mai
Changes in directory llvm-test:
Makefile.programs updated: 1.196 -> 1.197
---
Log message:
test -use-sched-latencies as 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
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-tes
Changes in directory llvm-test:
Makefile.programs updated: 1.194 -> 1.195
---
Log message:
Added -fomit-frame-pointer to TARGET_CFLAGS for Darwin
---
Diffs of the changes: (+1 -1)
Makefile.programs |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm-test/Makefile.program
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 -
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-test/Makefile.program
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
Changes in directory llvm-test:
Makefile.programs updated: 1.190 -> 1.191
---
Log message:
change the beta option back
---
Diffs of the changes: (+1 -1)
Makefile.programs |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm-test/Makefile.programs
diff -u llvm-test/Makefi
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-test/Mak
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 ll
Changes in directory llvm-test:
Makefile.programs updated: 1.186 -> 1.187
---
Log message:
X86 llc-beta option: -enable-x86-sse
---
Diffs of the changes: (+1 -1)
Makefile.programs |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm-test/Makefile.programs
diff -u llvm-te
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-test/Makefil
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
Changes in directory llvm-test:
Makefile.programs updated: 1.183 -> 1.184
---
Log message:
Turning on x86 DAG isel (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-tes
Changes in directory llvm-test:
Makefile.programs updated: 1.182 -> 1.183
---
Log message:
make beta non-dag
---
Diffs of the changes: (+1 -1)
Makefile.programs |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm-test/Makefile.programs
diff -u llvm-test/Makefile.programs
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-test/Mak
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-test/Makefile.progr
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
Changes in directory llvm-test:
Makefile.programs updated: 1.178 -> 1.179
---
Log message:
LSR is on by default, switch beta to something else
---
Diffs of the changes: (+2 -2)
Makefile.programs |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Index: llvm-test/Makefile.progra
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 insertion(
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-test/Makef
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-test/Make
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: llvm-test/M
Changes in directory llvm-test:
Makefile.programs updated: 1.173 -> 1.174
---
Log message:
track the ia64 DAG->DAG instruction selector as llcbeta.
---
Diffs of the changes: (+4 -1)
Makefile.programs |5 -
1 files changed, 4 insertions(+), 1 deletion(-)
Index: llvm-test/Makefil
98 matches
Mail list logo