Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/llvm/llvm-test-suite


https://github.com/llvm/llvm-test-suite

Disable 473.astar for SMALL_PROBLEM_SIZE for now.

llvm-svn: 78390

85af784e5bb270128bc0cb7e4b5e408c571819c5 authored about 15 years ago by Evan Cheng <[email protected]>
Skip 470.lbm when SMALL_PROBLEM_SIZE is defined.

This test will not run on a system with limited memory.

llvm-svn: 78353

b439b5c756099257ecfbdf8c7157e7e768b3975b authored about 15 years ago by Bob Wilson <[email protected]>
-strict-index-regclass is now on by default. Switch x86's LLCBETA

option to -combiner-alias-analysis. LSR is now preserving
getelementptrs, so perhaps this option ...

90131e2514c007cf0739df559e948787175a73ea authored about 15 years ago by Dan Gohman <[email protected]>
Test -strict-index-regclass with LLCBETA.

llvm-svn: 77567

69e9f79e703aa69a1f14213adc86d9701db57de6 authored about 15 years ago by Dan Gohman <[email protected]>
Add makefile variable DISABLE_BLOCK_EXTRACTION that can be used to disable bugpoint block extraction.

llvm-svn: 77390

363a04d0bc4c947c44733f8fde800ea28b800c21 authored about 15 years ago by David Goodwin <[email protected]>
Use bugpoint's new -std-compile-opts and -std-link-opts options

instead of doing tricks to get this information.

llvm-svn: 77278

5d0a4d58785af2040341ecf04ffdce038bec401b authored about 15 years ago by Dan Gohman <[email protected]>
Tweak svn:ignore

llvm-svn: 76204

f95f2c1b31a1dab7b6e0bf2f3bbee81fa1a46ec5 authored over 15 years ago by Daniel Dunbar <[email protected]>
Add autorelease pool.

llvm-svn: 76203

74c75d97a4bc2af18afcab169f468339d1e9eee8 authored over 15 years ago by Daniel Dunbar <[email protected]>
Stop suppressing echo of compile commands.

- Since we make no attempt to suppress other commands, I see no good reason to
hide these, it...

d3cb1fef109f7005cbb615c52c981ac7462a9ac5 authored over 15 years ago by Daniel Dunbar <[email protected]>
Don't try to run JIT tests for Obj-C, they are XFAIL.

llvm-svn: 76191

c0fb642f5b5f422c985e9b5bd7d21904026d02e6 authored over 15 years ago by Daniel Dunbar <[email protected]>
Mark numThreads volatile.

llvm-svn: 76190

ce88b5ebed6ccd06c45d7938517384d5b11ca228 authored over 15 years ago by Daniel Dunbar <[email protected]>
Add a number of new ObjC test cases.

llvm-svn: 76142

2770382cc16c3d929ad97a2387d9aca44ff7f3a9 authored over 15 years ago by Daniel Dunbar <[email protected]>
Unbreak this test.

llvm-svn: 75653

b21ec093b3911dbbf7b0dd1ecf92fbfe0b718332 authored over 15 years ago by Dan Gohman <[email protected]>
Remove warning.

llvm-svn: 75624

231dd9ca707b9acc05b54212211ba672526df9da authored over 15 years ago by Bill Wendling <[email protected]>
Use $CURDIR to get the current directory.

llvm-svn: 75475

8bcbcae219db267e6d3baa25827794b590bc056e authored over 15 years ago by David Goodwin <[email protected]>
Fix Makefile and PWD weirdness. Make sure PWD gets set before bugpoint is run.

llvm-svn: 75307

fcaaccc74d7cbb6d5ae273776f6338140322fe1a authored over 15 years ago by David Goodwin <[email protected]>
Pass all remote paramters to bugpoint.

llvm-svn: 75293

120852a636ed383334fd727094804e8659639452 authored over 15 years ago by David Goodwin <[email protected]>
Fix several bugs in MultiSource/Benchmarks/MallocBench/gs. This is enough

to get this test to execute as successfully on x86-64 as it does on x86-32.

llvm-svn: 74425

95b0fef1740b631317717f4cb69e47e2a9ceed94 authored over 15 years ago by Dan Gohman <[email protected]>
Use EXTRA_LLIFLAGS instead of EXTRA_{LLI,JIT}_OPTS.

This unbreaks JIT for ClamAV (which needs to load libz).

llvm-svn: 74308

e4f2544adae4f747fb4e42c5aefa59f45f6114b8 authored over 15 years ago by Torok Edwin <[email protected]>
Disable a little-endian specific benchmark on

big-endian targets.

llvm-svn: 74088

a0455e2786296f056ef2abccc766c8d24064cbd6 authored over 15 years ago by Dale Johannesen <[email protected]>
Cause -faltivec -maltivec to be passed on PPC target.

Don't ask me why -DSSE2 causes Altivec code to be
generated on this target, but it does.

llvm-sv...

3f53f7573849d7a4e365345c00fe2c2bc98f6f4a authored over 15 years ago by Dale Johannesen <[email protected]>
Make the command line override for FPU_WORDS_BIGENDIAN

actually work. This doesn't affect behavior on PPC though.

llvm-svn: 73593

46895488b7543f8bbdccbcee4275e72e63f620f4 authored over 15 years ago by Dale Johannesen <[email protected]>
Add a facility for skipping individual SingleSource tests.

- Makefiles can define PROGRAMS_TO_SKIP to a list of programs which shouldn't
be tested.

- ...

af1dd3c87a5f0c023b71fca95bdc9ae35302be0f authored over 15 years ago by Daniel Dunbar <[email protected]>
Reenable 2006-01-23-UnionInit for ARM. It seems to be working now.

llvm-svn: 72487

07a1ed8a59de475a81286cf5d806131b35263379 authored over 15 years ago by Bob Wilson <[email protected]>
Modify this test to avoid spurious diffs.

llvm-svn: 72438

f067e51322b17bc78885df4ed764d90d13b802e7 authored over 15 years ago by Bob Wilson <[email protected]>
Unbreak nightlytest JIT results.

- EXTRA_LLIFLAGS needs to always be present in {LLI,JIT}_OPTS, since the
nightlytest report M...

b6de5a9f65b36e71a608c93b3d2adfccba86075d authored over 15 years ago by Daniel Dunbar <[email protected]>
Fix format code for printing long long

llvm-svn: 72421

af81316b1f703fb11f2b7116a26ef2293388b602 authored over 15 years ago by Daniel Dunbar <[email protected]>
Look at the last "Total Execution Time" line for the execution time.

There are multiple categories each with their own "total execution time" which
is just the subto...

6f1d07956c5220d869bcd02a36121f1cdbcd1229 authored over 15 years ago by Nick Lewycky <[email protected]>
Play a game of go against the computer player so that this test actually

does something interesting instead of just bailing out after running
the startup code.

llvm-svn:...

ec38b5082c49d20ba18dbe158e0682f3a5ee82fb authored over 15 years ago by Dan Gohman <[email protected]>
Change this test's random seed to use a fixed value instead of using

gettimeofday.

llvm-svn: 72307

9b0afaa387c1974db9fa833ce769df53049e2930 authored over 15 years ago by Dan Gohman <[email protected]>
Change this test to return 0 on success, non-zero on failure, instead

of the other way around.

llvm-svn: 71732

a42d730ce9de2083dd31c356938d11bee2528e92 authored over 15 years ago by Dan Gohman <[email protected]>
Run llc / lli at -O3 to match gcc optimization level.

llvm-svn: 71374

658598cec971fdc60540ab41603ea95203231860 authored over 15 years ago by Evan Cheng <[email protected]>
add testcase for rdar://6861719

llvm-svn: 71103

a9f6a34fba542f0da97b0d67776dbed0210ee840 authored over 15 years ago by Chris Lattner <[email protected]>
Run llc / lli with -O3 option to match gcc.

llvm-svn: 70935

dd4294884a75ae526391c9e53d7fee82b00aea56 authored over 15 years ago by Evan Cheng <[email protected]>
sampo's vector goodness will hopefully do something to this

llvm-svn: 70287

e8b9724c18a3eb86f38fd5ef386f350b7a3d7691 authored over 15 years ago by Duraid Madina <[email protected]>
Change the '-fast' flag to '-O0' to coincide with the llc flag change.

llvm-svn: 70271

346d7c3ef596e03e3addc639941aff91d38381b8 authored over 15 years ago by Bill Wendling <[email protected]>
cast long to int for %d

llvm-svn: 70184

5811a3004a290ec8dc1df3c787b7e210bc318a51 authored over 15 years ago by Chris Lattner <[email protected]>
add a testcase for rdar://6828787

llvm-svn: 70182

362148dc07bd50323e1a07c54973f172d35102d2 authored over 15 years ago by Chris Lattner <[email protected]>
make this test produce output so that the tester verifies it works

intead of just verifying the compiler doesn't crash.

llvm-svn: 69513

dd32c8a2d93edc8dc62acf02f1fd8cbf2ada3640 authored over 15 years ago by Chris Lattner <[email protected]>
testcase for crash compiling llvm-gcc.

llvm-svn: 69399

46ab28c6617e5fca3f06fd5ec814057c4c3be4f1 authored over 15 years ago by Chris Lattner <[email protected]>
testcase for 471.omnetpp miscompile with my llvm-gcc patch.

llvm-svn: 69397

832e0189a87f237991ce03c0f47e8ea084070778 authored over 15 years ago by Chris Lattner <[email protected]>
add rdar #

llvm-svn: 69339

34d5e54789c0e4b18228f78e0e8f171436445b69 authored over 15 years ago by Chris Lattner <[email protected]>
new testcase for PR3510

llvm-svn: 69338

f05f29031111582b6e8a9f9c9b9b54a545c684a6 authored over 15 years ago by Chris Lattner <[email protected]>
Remove extraneous svn:executable properties.

llvm-svn: 69289

4426dc7e2e7a53ecb7c5b23d4acd552ac47c8318 authored over 15 years ago by Dan Gohman <[email protected]>
Add svn:ignore properties.

llvm-svn: 69288

97d37d42e4fe8bcd1e1076a96b3ca7ad6181f7dc authored over 15 years ago by Dan Gohman <[email protected]>
HMMER uses pthreads, so it needs -lpthread.

llvm-svn: 69120

a12905b3fff6b4bdd39a2f65480e449ab44317bd authored over 15 years ago by Dan Gohman <[email protected]>
Add test case for various parts of Objective-C parameter passing.

llvm-svn: 69068

70edb16dbe80dd53559d740c1cefc62e88c6c944 authored over 15 years ago by Daniel Dunbar <[email protected]>
Match LLVM name.

llvm-svn: 67834

3f083d1720d30c0cc2088d6335a3771fe777e1b3 authored over 15 years ago by Duncan Sands <[email protected]>
Match the LLVM name.

llvm-svn: 67832

196752a914b50391a29e4014d04e8a5fde990f66 authored over 15 years ago by Duncan Sands <[email protected]>
Don't generate the "compile" report if LLVM bytecode files are

not being generated. And set REPORT_DEPENDENCIES according to
the tools that are actually being t...

9dc0d64d36792c111b098db82c8ef3079509a4c4 authored over 15 years ago by Dan Gohman <[email protected]>
OPTBETA tests depend on opt. CBE tests depend on LLC, now

that the CBE is built into llc.

llvm-svn: 67781

c23c78853b8ca73a389f8f2756d3d6d5967ca50b authored over 15 years ago by Dan Gohman <[email protected]>
Remove unncessary strcat declaration.

llvm-svn: 66872

28a9af0c7ac5dd9ad171ace8fd103214a7fc2f15 authored over 15 years ago by Evan Cheng <[email protected]>
Remove unncessary strcat declaration.

llvm-svn: 66871

96d343e1b6c3231cf327aa6b6963a1e070670eac authored over 15 years ago by Evan Cheng <[email protected]>
Also pass -m32 / -m64 to bugpoint as part of -gcc-tool-args.

llvm-svn: 66747

e7e381b20277809e96edf6ea31dc2845bc6eec8d authored over 15 years ago by Evan Cheng <[email protected]>
Remove PRECIOUS targets no longer built.

llvm-svn: 66570

763ed2e0c437f3c90ff79891ee0341af91ce55a7 authored over 15 years ago by Dale Johannesen <[email protected]>
Remove FIXME; I fixed it.

llvm-svn: 66569

6f1a321b4a79c672f9b9058bc313713f14c6a471 authored over 15 years ago by Dale Johannesen <[email protected]>
Add TEST=ipodbgopt to compare optimization with and

without debug info, after llvm-ld -disable-opt.

llvm-svn: 66568

7a0f6018ecc376acc986050f014f5f1e3f7cde09 authored over 15 years ago by Dale Johannesen <[email protected]>
Have the testsuite use the right build if configured

with -enable-expensive-checks.

llvm-svn: 66379

8ca7c41da07d07f944cf1d2e597d378d99e8e2f7 authored over 15 years ago by Duncan Sands <[email protected]>
The -mdynamic-no-pic option is darwin specific.

llvm-svn: 66332

0f602f3d01a64a10f9a54b0d5408f1fd8539cb16 authored over 15 years ago by Duncan Sands <[email protected]>
Add a new benchmark to this suite.

llvm-svn: 66329

2183434331cd3959e35fcc4372aaf59f497f266d authored over 15 years ago by Owen Anderson <[email protected]>
1. If ARCH is x86, explicitly specify -m32. Like wise, specify -m64 when ARCH is x86_64. This avoids mismatch between system compiler and llvm-gcc.

2. Split TARGET_LLCFLAGS into TARGET_LLCFLAGS and EXTRA_LLCFLAGS. The later is used for user to s...

c0c0f13cc62da0c9246d0f6b0ba68aaa2b844ceb authored over 15 years ago by Evan Cheng <[email protected]>
This benchmark wants SPEC_CPU_LINUX on "Linux" targets.

llvm-svn: 65917

75ed166b0f6a14684a2405fefaa108b6231dbd2b authored over 15 years ago by Dan Gohman <[email protected]>
Use separate invocation of 'opt' so that pass manager can not play tricks here.

llvm-svn: 65890

bb774bc9469973baf7c52c3cd20898cc31f8d68e authored over 15 years ago by Devang Patel <[email protected]>
Enable 450.soplex.

llvm-svn: 65888

859e3489b5e78efce6018e78cfa8371aa76aee38 authored over 15 years ago by Dan Gohman <[email protected]>
Fix STDOUT_FILENAME for 450.soplex, and add "ref" parameters.

llvm-svn: 65887

f53097b0d9501a11560ad5b531fbf0b4825ab327 authored over 15 years ago by Dan Gohman <[email protected]>
Enable 483.xalancbmk.

llvm-svn: 65883

1a53dbd67626e9ae2dc5cafc66907ec9640f8a3c authored over 15 years ago by Dan Gohman <[email protected]>
Tests like 'ifeq ($(RUN_TYPE),test' must be done after including

Makefile.spec2006, which sets RUN_TYPE. Also, don't duplicate
Makefile.spec2006's setting of RUN_...

8e542adba4995edf7c204b984831c24375f09c3c authored over 15 years ago by Dan Gohman <[email protected]>
Tests like 'ifeq ($(RUN_TYPE),test' must be done after including

Makefile.spec2006, which sets RUN_TYPE.

llvm-svn: 65874

02cf5215007f81e102a3393f959016db468f5620 authored over 15 years ago by Dan Gohman <[email protected]>
Tests like 'ifeq ($(RUN_TYPE),test' must be done after including

Makefile.spec2006, which sets RUN_TYPE.

llvm-svn: 65873

71f30c4c207383fb30f9d89cdbab6d406af884eb authored over 15 years ago by Dan Gohman <[email protected]>
Use '$(if ...)' instead of 'ifdef' because the former allows variables

expanded in the condition to be "recursively expanded variables"
rather than just "immediately ex...

78b7c4de90e36b578338909a9a179f6808ea23a0 authored over 15 years ago by Dan Gohman <[email protected]>
This code for setting RUN_TYPE is redundant with that in Makefile.spec2000.

llvm-svn: 65871

48f622e28a12a7abc94a590c1385fb3c084e27b6 authored over 15 years ago by Dan Gohman <[email protected]>
add Jon Harrop's text-mandelbrot.

llvm-svn: 65636

ac9d7403d21989ffc946314fa1c7f9c7d1e84742 authored over 15 years ago by Chris Lattner <[email protected]>
Tolerate floating point error.

llvm-svn: 65294

b48bb0567c497530e62b2aeb2f55e19d172a9d97 authored over 15 years ago by Nick Lewycky <[email protected]>
Add mafft to testsuite (PR3533).

Also enable PAQ8p and mafft in Makefile.

llvm-svn: 65043

857460679e5c2c53c7de8edea3931aa21d8bc519 authored over 15 years ago by Torok Edwin <[email protected]>
Add PAQ8p (arithmetic compression program) as benchmark.

Although not seen from the test reports, gcc -O2 is about 15%-35% faster than
gcc at -O3, or llvm...

8df92cb9a99d398795efda7ce14eda35c2dbdb42 authored over 15 years ago by Torok Edwin <[email protected]>
Switch ppc llcbeta to -regalloc=local -fast.

llvm-svn: 64931

8c5d109bc8114686aeb38bcd3fefaa2eecb4c063 authored over 15 years ago by Evan Cheng <[email protected]>
Oops. Accidentailly checked in local change.

llvm-svn: 64777

a1b2f7a781bc0ec70e237939ab94aabc35d90b62 authored over 15 years ago by Evan Cheng <[email protected]>
Shrinkify tests for SMALL_PROBLEM_SIZE.

llvm-svn: 64744

53f431d5ea1f93e8fce028b1f35214dac9affd7b authored over 15 years ago by Evan Cheng <[email protected]>
Command line option -enable-sinking has been removed.

llvm-svn: 64734

657a669be05608267a04e0219f9a88a9ac74ce3a authored over 15 years ago by Evan Cheng <[email protected]>
Test ObjC on Darwin when ARCH=x86_64 too.

llvm-svn: 64398

2055b303c1c542982abe855ba12d222a7b2891f8 authored over 15 years ago by Dan Gohman <[email protected]>
add a missing header for better 64-bit cleanness :)

llvm-svn: 64360

d7fab72338511f32c9812ad539dd1861bb3a421e authored over 15 years ago by Chris Lattner <[email protected]>
Fix 186.crafty's Makefile to handle ARCH=x86_64. Predefine the

individual macros instead of using LINUX_i386, so that crafy's
preset values don't override the M...

8ce834d00d0fcc19855dc4a9814b53fdd59203f5 authored over 15 years ago by Dan Gohman <[email protected]>
Include <stdlib.h> as needed.

llvm-svn: 64253

3088d3eda15f5511eabffab42a1510e83c498383 authored over 15 years ago by Daniel Dunbar <[email protected]>
Include <stdlib.h> as needed.

llvm-svn: 64241

6f8e2c2342da89a8b97743aa07dcbfbab555d2a9 authored over 15 years ago by Daniel Dunbar <[email protected]>
include the right header to get a malloc prototype.

llvm-svn: 64228

46facd4fc9925f07223bfe7598fad999db4a786a authored over 15 years ago by Chris Lattner <[email protected]>
factor out constant.

llvm-svn: 64227

8ecd09728b1faeef4b02bb766ed6f33066a9481f authored over 15 years ago by Chris Lattner <[email protected]>
Add -DSPEC_CPU2000_LP64 and -DSPEC_CPU_LP64 to CPPFLAGS in the top-level

SPEC Makefiles, instead of in individual benchmark Makefiles. Also, set
them when ARCH is x86_64....

941e7083ee6a70814ea738d6ea3f4f98f9762bf8 authored over 15 years ago by Dan Gohman <[email protected]>
Fix 80-col violations in comments.

llvm-svn: 64218

a62fdb6350152de55ea264986cedbe10461cc85e authored over 15 years ago by Dan Gohman <[email protected]>
Handle ARCH=x86_64 the same as ARCH=x86 here.

llvm-svn: 64176

bc46f458e8564815801dc69188317c5d014d00fc authored over 15 years ago by Dan Gohman <[email protected]>
Remove the predefine of __NO_MATH_INLINES. It is now predefined

by llvm-gcc. See PR879 for details.

llvm-svn: 64174

97e4baa39019c3711f6f1906e9eee03b1ca3b9f5 authored over 15 years ago by Dan Gohman <[email protected]>
Machine sinking is now on by default.

llvm-svn: 64172

43e9f98645b7c84f2b19a7df3e1a0c8d91f34bc9 authored over 15 years ago by Evan Cheng <[email protected]>
Run the SSE tests when ARCH is x86_64.

llvm-svn: 64171

fcc46164d2386073d6963c8e659655e72aeb0f2c authored over 15 years ago by Dan Gohman <[email protected]>
Add svn:ignore properties for Output directories.

llvm-svn: 64170

5a576ac0d67681faac36828f1d15efd74691ea4d authored over 15 years ago by Dan Gohman <[email protected]>
Switch ppc llcbeta to machine sinking. Machine LICM is no more.

llvm-svn: 63948

b4bfe0ff6fc7074c7a016084f6a6c6679a58a900 authored over 15 years ago by Evan Cheng <[email protected]>
add header file needed by this test, PR3479

llvm-svn: 63835

c46f12957f668081d6c6f041646638268febd43b authored over 15 years ago by Chris Lattner <[email protected]>
250 MB wasn't enough for me (or rather, it wasn't enough for

MultiSource/Benchmarks/NPB-serial/is).

llvm-svn: 63818

a44876a7453b0ee0c545cc368e11b57376115fd4 authored over 15 years ago by Daniel Dunbar <[email protected]>
Use "-mllvm -disable-llvm-optzns" instead of -O0 to disable preliminary

optimizations when LTO is being used. The front-end behaves differently
at -O0.

llvm-svn: 63801

48aede0f746921f342a078498c2620a3dc6f3184 authored over 15 years ago by Dan Gohman <[email protected]>
Fix 473.astar's Makefile to include Makefile.spec2006 before

using RUN_TYPE. This unbreaks 473.astar.

llvm-svn: 63783

197e643871f3c02376c77cfb72873ff435f37e48 authored over 15 years ago by Dan Gohman <[email protected]>
Test disable-post-RA scheduler with LLCBETA.

llvm-svn: 63465

adbad33edebe1275b4990eaf74ac4265e82653f4 authored over 15 years ago by Dan Gohman <[email protected]>
Add an svn:ignore property for the Output directory.

llvm-svn: 63397

2324c3d31c4f877bd29cbb53c7cf88343b6fdf9b authored over 15 years ago by Dan Gohman <[email protected]>