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

Test pre-allocation split as x86 llcbeta.

llvm-svn: 63381

99c2cad3dea67fd59c5449b7610a90b981d3df1f authored over 15 years ago by Evan Cheng <[email protected]>
Bump to 2.6svn and regenerate. Previous regen was with the wrong version.

llvm-svn: 62752

6aaa14e9038a1bb292ea49bfdc77a6a9d9fcc842 authored over 15 years ago by Tanya Lattner <[email protected]>
Add SMALL_PROBLEM_SIZE change to a couple of spec makefiles.

llvm-svn: 62513

5bf8e83944d43a4067955f32af567a0a526c6bd3 authored over 15 years ago by Evan Cheng <[email protected]>
specify command line options correctly.

llvm-svn: 62471

a4994e3a370fb05f06149d1d1d923a918437e263 authored almost 16 years ago by Chris Lattner <[email protected]>
New LLCBETA options:

Drop -break-anti-dependencies, which is now on by default with the
post-pass scheduler, and -ena...

a95bea96a022d43a8259983f10273477ad110900 authored almost 16 years ago by Dan Gohman <[email protected]>
make bugpoint-jit should run with -safe-run-llc. CBE often doesn't follow

the same abi as the jit in cases where fastcc occurs etc.

llvm-svn: 62252

ae04faec4837ba4b438dc31743019bd8ba125fcc authored almost 16 years ago by Chris Lattner <[email protected]>
remove uneeded executable bits from a few files (and save some precious disk space :P)

llvm-svn: 62171

bfb2db33adf8f9b0cd5bff23f76f5ceeab6e6824 authored almost 16 years ago by Nuno Lopes <[email protected]>
Rename this to something more meaningful.

llvm-svn: 62141

28b5c1ff6afbd628c06bfe922e7bb9717d0db296 authored almost 16 years ago by Owen Anderson <[email protected]>
Revert previous patch, catering to those who

prefer to keep information hidden.

llvm-svn: 62111

baea99a3eb7813d1d5dcbdd4bbe192abd7df564a authored almost 16 years ago by Dale Johannesen <[email protected]>
Echo commmand line flags of initial (->.bc) compilation.

llvm-svn: 62094

3d347b4a364c35b70a5a50b97a3b5893da25cc29 authored almost 16 years ago by Dale Johannesen <[email protected]>
Add Adobe's C++ benchmark suite.

llvm-svn: 62072

f923f427082ed6db6a77e5cb822b93be5cba1209 authored almost 16 years ago by Owen Anderson <[email protected]>
Fix an int* being used as a void**, which is dubious on LP64 targets.

llvm-svn: 61717

73393a71baa4cf8f37cbb06bd976f73356c042a2 authored almost 16 years ago by Dan Gohman <[email protected]>
Add svn:ignore properties for Output directories.

llvm-svn: 61716

d349dfc7b7f00a80b936b2f4bc30de9f85198fc9 authored almost 16 years ago by Dan Gohman <[email protected]>
Fix this test so that main returns 0 on success.

llvm-svn: 61673

e718898c40df562cf82a32a92c9cf6a809a7dac0 authored almost 16 years ago by Dan Gohman <[email protected]>
Remove DISABLE_STATS - not clear what it is good

for.

llvm-svn: 61473

af3e3afd6c7c2f051aca1fb2784fbc961259c4a1 authored almost 16 years ago by Duncan Sands <[email protected]>
Produce statistics by default. Set DISABLE_STATS

to disable.

llvm-svn: 61472

e495bde1ed05f72a231c52c28e67565a6df3893b authored almost 16 years ago by Duncan Sands <[email protected]>
Remove bashisms - make this script more posix

conformant.

llvm-svn: 61468

630ffc1454c777109f550962133f41d0af360797 authored almost 16 years ago by Duncan Sands <[email protected]>
Don't unconditionally use -stats and -time-passes

with opt: use "make ENABLE_STATS=1" if you want
these. This gets ENABLE_STATS working again by
n...

27785eb8ac9e6cc6f71210402625a5dfc659838a authored almost 16 years ago by Duncan Sands <[email protected]>
remove some old llvm-upgrade cruft.

Instead of emitting the full command line to build each file with
llvm-gcc, just emit a nice "Co...

561fe4afdabcb5f266179cb1208b394410db5335 authored almost 16 years ago by Chris Lattner <[email protected]>
use bugpoint -llc-safe when debugging opt llvm-ld and opt-beta. If we're

debugging the optimizer, we'll assume that llc works. This is less flaky
and faster than dependi...

0c958f4c1e63dddfe000bb258528ee4da822aa8f authored almost 16 years ago by Chris Lattner <[email protected]>
Make this test work if objdir != srcdir.

llvm-svn: 60886

bb283ab7958deb64ff7f3dc6a6c1b31949bb73dc authored almost 16 years ago by Julien Lerouge <[email protected]>
Two changes:

1) opt appends to the .info file, so remove it before opt runs.
2) emit -stats output in the "opt...

e31957a541ceb6c41c6601a79c72049bcff5ee79 authored almost 16 years ago by Chris Lattner <[email protected]>
remove two unnecessary headers.

llvm-svn: 60606

65315d059ce7ace3e27c061dd57b104d0775c13d authored almost 16 years ago by Chris Lattner <[email protected]>
get this working on mac os

llvm-svn: 60533

e991146c61091dced43da4db967a0891aef526ae authored almost 16 years ago by Chris Lattner <[email protected]>
Test post-RA scheduling with anti-dependence breaking with LLCBETA. Currently

this also requires tail-merging to be disabled because tail-merging does
not properly update bloc...

92b26095a10a67a5be26bc5c719d0de1aca2cc50 authored almost 16 years ago by Dan Gohman <[email protected]>
Remove this benchmark, it is using undefined behavior (accessing

at least the 'u' array beyond its bounds in 'init') and is too
brain twisting to fix. Owen, if y...

5acac6186790b3d8e6cc1868f377437093dd52a2 authored almost 16 years ago by Chris Lattner <[email protected]>
switch llc-beta back.

llvm-svn: 60121

3a91603f783c239342ea0f518b4b180eee498808 authored almost 16 years ago by Chris Lattner <[email protected]>
Test my recent CGP changes as llc-beta tonight.

llvm-svn: 60090

f5e5d9cca3b19e6b96dc6d70a54c0b08a09ae37b authored almost 16 years ago by Chris Lattner <[email protected]>
Fix a bashism.

llvm-svn: 59873

bed2a24d3d0f7972a8414c2613fbabcd45ea83df authored almost 16 years ago by Dan Gohman <[email protected]>
fix this test up

llvm-svn: 59813

fc257632f26e0f188c4a04c574aa7045ce07f238 authored almost 16 years ago by Duraid Madina <[email protected]>
pull in another sequoia bench

llvm-svn: 59807

0f66a3b1bdcd79c1765098c18f58ae4cd178007b authored almost 16 years ago by Duraid Madina <[email protected]>
enable the two C sequoia tests (fortran one needs proper llvm-gfortran support

worked into llvm-test config stuff)

llvm-svn: 59804

fc21e0403c7cf7eb4d731ded80b74422d19d4e12 authored almost 16 years ago by Duraid Madina <[email protected]>
make note of ASC sequoia benchmark licenses (which vary)

llvm-svn: 59796

ba1459a2710f8be3c550396e606a717c9a59a0fd authored almost 16 years ago by Duraid Madina <[email protected]>
add some ASC Sequoia benchmarks

llvm-svn: 59793

853217ee948ea0e3542747b055ec12445df79605 authored almost 16 years ago by Duraid Madina <[email protected]>
Add an Obj-C and an Obj-C++ test.

- Only run on x86/Darwin for now.

llvm-svn: 59776

181ad4f694c7e7828f5a6ed866dd46f442b1a647 authored almost 16 years ago by Daniel Dunbar <[email protected]>
Teach test-suite how to build Objective-C[++] programs.

- A little hacky as this just assumes that the C and C++ compilers
can build Objective-C but ...

587a0bdb6d6bbe07b902d3d8d8923946b8499d92 authored almost 16 years ago by Daniel Dunbar <[email protected]>
Add -strip-debug on the command line to remove debug info at the end.

llvm-svn: 59685

069ae59f016ef0c592db207c59da5d541decc9e6 authored almost 16 years ago by Devang Patel <[email protected]>
Test post-pass scheduling with LLCBETA.

llvm-svn: 59680

2bb81ba4831818dfae2fb84f0e7374652c8be4b5 authored almost 16 years ago by Dan Gohman <[email protected]>
$ opt input.bc -strip -std-compile-output -o first.bc

$ opt input.bc -std-compile-output -strip -o second.bc

Here first.bc and second.bc may not match...

a1c4d94fb38d2cef7eb89d0ef1247eb342c444a1 authored almost 16 years ago by Devang Patel <[email protected]>
remove this testcase with Chris's approval

llvm-svn: 59360

30205d742f3c617a765562e90b3bdf1b24a5f4e5 authored almost 16 years ago by Torok Edwin <[email protected]>
Switch x86 llcbeta back to -machine-licm.

llvm-svn: 59347

8bb36369f9f6ebeb5386243199c8e714aad0783e authored almost 16 years ago by Evan Cheng <[email protected]>
Test to check optimizer's behavior in presense of debugging information.

If input.bc includes llvm.dbg intrinsics and llvm.dbg variables then
first.bc and second.bc in f...

218e968e2dcb43d119aa134a999fbecafe2bb7d7 authored almost 16 years ago by Devang Patel <[email protected]>
add missing includes (fix build with g++-4.4.0)

llvm-svn: 59317

e27165219d319519ddf81fb54dc2da8143996326 authored almost 16 years ago by Torok Edwin <[email protected]>
fix build on g++-4.3

llvm-svn: 59315

6a25b380c76d918c8c144b67118376355557d8e6 authored almost 16 years ago by Torok Edwin <[email protected]>
Allow remote JIT testing.

llvm-svn: 59215

605bed939e5b8eec42b1b1a4f175da131a05f90a authored almost 16 years ago by Evan Cheng <[email protected]>
Finish stack protector beta testing.

llvm-svn: 59200

19e1676608288233c498d84afcb7d43a56d1f721 authored almost 16 years ago by Bill Wendling <[email protected]>
Update flag with new syntax.

llvm-svn: 58768

0753b1e16613befd4727286f6173a1069c4d6d93 authored almost 16 years ago by Bill Wendling <[email protected]>
Fix test. The main function should return 0 to indicate a successful execution.

llvm-svn: 58754

c0c247be9b8431d0fbe4ad15147b6893c6dc7830 authored almost 16 years ago by Bill Wendling <[email protected]>
-rsh-host has been renamed to -remote-host; also -rsh-user -> -remote-user.

llvm-svn: 58720

a1fedb94398f1761e277eac6d6f7a818d9e83cce authored almost 16 years ago by Evan Cheng <[email protected]>
Stack protectors aren't Darwin-specific. However, other platforms need to add

the -lssp library or they'll fail.

llvm-svn: 58679

26fbd18117cad2cdc511466cf1b9e87ff5b76646 authored almost 16 years ago by Bill Wendling <[email protected]>
Test stack protectors.

llvm-svn: 58674

5efc408ebb754195bad58e760299ccd830062887 authored almost 16 years ago by Bill Wendling <[email protected]>
Fix a printf format specifier mismatch. This caused spurious failures

on LP64 targets.

llvm-svn: 58543

d3a34bdbd7c3d0a145516e910d094a3dd28af230 authored almost 16 years ago by Dan Gohman <[email protected]>
ENABLE_PROFILING, DISABLE_ASSERTIONS, and ENABLE_OPTIMIZED are {0,1} values, not just checked via ifdef. I.e., Change so 'make ENABLE_OPTIMIZED=0' et. al. behave as expected

llvm-svn: 58454

eeb4ce0f00326d203dcfc4c57c9a73d35d3e6fde authored almost 16 years ago by Jim Grosbach <[email protected]>
add support for using 'make native' as a recursive target.

llvm-svn: 58448

b691474c15aeb7b1bb402c3d31f7d8435d64940e authored almost 16 years ago by Chris Lattner <[email protected]>
Fix cfrac on LP64 platforms. Some prototypes for functions that

return pointer values where mistakenly missing, and the typedef
for u32 was broken.

llvm-svn: 58267

b9022f276e46065fca2e98943f8279b5182a4146 authored almost 16 years ago by Dan Gohman <[email protected]>
Fix test.

llvm-svn: 58259

0a01ea218da36a55ea3098078aa3f7c52b0949c5 authored almost 16 years ago by Evan Cheng <[email protected]>
Don't assume file name is shorter than 100 characters.

llvm-svn: 58258

9cf3265dc5bcd2963d6ca36ba31f03d8816a98f2 authored almost 16 years ago by Evan Cheng <[email protected]>
Print a newline character after the result value.

llvm-svn: 58191

d099c759806393f752a55f6fdeda1ba2a73ecded authored almost 16 years ago by Dan Gohman <[email protected]>
Fix employ's input file so that it doesn't contain invalid data,

so that the test doesn't abort. And add a few more entries,
actually covering all the employee ty...

5853288763d0f6b2a3c8efc25a36c9b0ac763f14 authored almost 16 years ago by Dan Gohman <[email protected]>
Remove unnecessary svn:executable property.

llvm-svn: 58173

73679aac0b77ac60ffac86f57a44d31e341437f9 authored almost 16 years ago by Dan Gohman <[email protected]>
Fix for srcdir != objdir.

llvm-svn: 58170

1fe79c818a78de09d6192a44fc81c2c37aed1555 authored almost 16 years ago by Dan Gohman <[email protected]>
Fix for srcdir != objdir.

llvm-svn: 58169

2f6920c9ecc6dc9eb97b997a631c5134e62710bf authored almost 16 years ago by Dan Gohman <[email protected]>
Fix for srcdir != objdir.

llvm-svn: 58168

c48a2299eac1160430ab6355ae4613e890539f87 authored almost 16 years ago by Dan Gohman <[email protected]>
Print the value of crc_accum instead of returning it from main.

This allows the full value to be compared, since process exit
statuses only preserve 8 bits. Retu...

a8aa3ada5a5bb16592a44751661136fd1dce3286 authored almost 16 years ago by Dan Gohman <[email protected]>
exit(0) on success, non-zero on failure.

llvm-svn: 58166

83a1260cb0b0e245ac499a551320c2723ba5410e authored almost 16 years ago by Dan Gohman <[email protected]>
Return 0 on success.

llvm-svn: 58165

09f2e61818dde8b65b52dc40a25cb2a324d6f56d authored almost 16 years ago by Dan Gohman <[email protected]>
Return 0 on success.

llvm-svn: 58163

797b17a25e5f17dc0b3f71ae52eb325473264d43 authored almost 16 years ago by Dan Gohman <[email protected]>
Make this test return a zero exit status on success.

llvm-svn: 58162

07b40591e6715e8ee6df3ac23551f6ae4f1d0c07 authored almost 16 years ago by Dan Gohman <[email protected]>
Make this test return 0 instead of TestVal. TestVal is already

printed to stdout for comparison.

llvm-svn: 58161

14c287979f7cae579d93c23d8dea1cbd8581a595 authored almost 16 years ago by Dan Gohman <[email protected]>
Fix this test so that it actually works as intended. This lets it

actually pass, instead of failing in the llc/jit/cbe runs the same
way as the native run, which i...

4876ba8f5976bda05c9444d5c5e94dcb2e25c908 authored almost 16 years ago by Dan Gohman <[email protected]>
Don't ignore the exit status from Sandbox.sh running RunSafely.sh.

They will always exit successfully, unless something catestrophic
happens.

llvm-svn: 58158

85662c203369eaf6706c88e9d8d2ecc6e2244f8e authored almost 16 years ago by Dan Gohman <[email protected]>
Using exec in the Sandbox.sh script. This makes it exit with the

same exit status as its child. Currently Sandbox.sh is only used
to run RunSafely.sh, so it will ...

1826b3bb7b5f724c104fadc92350bac46ea75da4 authored almost 16 years ago by Dan Gohman <[email protected]>
Don't ignore the exit status of RunSafely.sh. It now always

exits successfully. Now, if RunSafely.sh somehow doesn't
exit successfully because something cate...

65b4cba96a9919bfce944edb226b54959f6cffb0 authored almost 16 years ago by Dan Gohman <[email protected]>
Workaround for systems where /bin/sh doesn't support {...,...} expansion.

llvm-svn: 58155

1b38722f67f3d24e8253bb5e565592f716faa6e7 authored almost 16 years ago by Dan Gohman <[email protected]>
Treat exit statuses that indicate failure to execute the test program

and exit statuses that indicate that the test program was terminated
by a signal as failures.

Al...

48adaf480b64e72b7e6b51f0568b45fe0a052c91 authored almost 16 years ago by Dan Gohman <[email protected]>
Don't redirect stdout to /dev/null. This lets the output be included

in the test comparison.

llvm-svn: 58153

f33ebe3b4c1f54c02d66ac58c2b5f9f53edea7ee authored almost 16 years ago by Dan Gohman <[email protected]>
Fix a srcdir != objdir bug.

llvm-svn: 58152

84911601860cff057e474a826546b1f1a9e130f8 authored almost 16 years ago by Dan Gohman <[email protected]>
Make this test return 0 on success instead of 1.

llvm-svn: 58151

71d5f0af0c1962e5ac15d161d6bc3cd73101201c authored almost 16 years ago by Dan Gohman <[email protected]>
Change the svn:mime-type from application/x-sh to text/x-sh for these

files so that svn doesn't decline to diff them.

llvm-svn: 58126

171e86581deb07b940417e07fb5b743121ab3fee authored almost 16 years ago by Dan Gohman <[email protected]>
Include the Makefile.spec95 before examining RUN_TYPE, since it is

set with := in Makefile.spec95. This also makes Makefile.spec95
less different from Makefile.spec...

fbcffcac06611149bcead1f9cfabf91e086b50c4 authored almost 16 years ago by Dan Gohman <[email protected]>
Fix the correct soname for libz on "Linux" hosts, fixing a JIT failure.

llvm-svn: 58064

f11528030fc79b854920f3cdf8283393d023cf49 authored almost 16 years ago by Dan Gohman <[email protected]>
Disable the call to setrlimit (which only happened when C_LINUX)

is defined. There's no need to override the core-file settings
in the context of the LLVM test-su...

60f9a9d76b805a6a9271265f04cb808c3c606170 authored almost 16 years ago by Dan Gohman <[email protected]>
Cleanup files like bugpoint.test.bc too.

llvm-svn: 58062

6e46d67408cd2827faca238bd15d3af8045a4884 authored almost 16 years ago by Dan Gohman <[email protected]>
Make this test work if objdir != srcdir.

llvm-svn: 57994

353a6fb7e0497bb4b000687d832f47170a8316f5 authored almost 16 years ago by Julien Lerouge <[email protected]>
remove use of uninitialized memory from this program. This lets it be valgrind

clean.

llvm-svn: 57961

9d207257dbece462e6d0030f34f23cc8d6c3a293 authored almost 16 years ago by Chris Lattner <[email protected]>
Specify the FP tolerance that SPEC uses. This fixes PR2891 by allowing

the CBE to produce a slightly different result than GCC due to awesome
x87 numerical precision fu...

3fa754ebdebed971e2369d1ba3e40290f243f2ac authored almost 16 years ago by Chris Lattner <[email protected]>
make this program work when srcdir != objdir, patch by

Julien Lerouge!
Fixes PR2912

llvm-svn: 57768

ee38630d5892eee069fc9997c9a4dbcf22492989 authored about 16 years ago by Chris Lattner <[email protected]>
Add a path to the input files, to fix this test

for objdir != srcdir.

llvm-svn: 57753

e5c43587616ff5226c8b32060c0eca97b6514a51 authored about 16 years ago by Dan Gohman <[email protected]>
oggenc needs -fno-strict-aliasing to avoid being miscompiled by GCC.

llvm-svn: 57752

2f9bd24aeacdf0e7c0cd9ca2a0d62df14339e0aa authored about 16 years ago by Dan Gohman <[email protected]>
Regenerate configure.

llvm-svn: 57607

ee1a002a9b393d1b18dd1f9b8d807096c4fe9b7c authored about 16 years ago by Dan Gohman <[email protected]>
Set svn:ignore on some Output directories.

llvm-svn: 57474

611972458f5b5388f0fdafc5610ed42a17013a07 authored about 16 years ago by Daniel Dunbar <[email protected]>
manually expand out the result of 'seq', allowing this to pass on

darwin, which doesn't have seq.

llvm-svn: 57448

46493f2295bbe07f8e4bfa9b18b7d52a0dc1d6f3 authored about 16 years ago by Chris Lattner <[email protected]>
Don't run lua when SMALL_PROBLEM_SIZE is defined.

llvm-svn: 57312

fb7e2eafc33f6ca5ed8feca82ea472d2f1ebff3b authored about 16 years ago by Evan Cheng <[email protected]>
Add '=DIR' to the --with-llvmobj help, for consistency with all the

other options.

llvm-svn: 57281

515f52375c4df5e18f29ee1ed5fefbee16d558a3 authored about 16 years ago by Dan Gohman <[email protected]>
Advance to 2.5

llvm-svn: 57234

377f57c62c9467ba3e781b6c7edf8b91ca7ad98c authored about 16 years ago by Tanya Lattner <[email protected]>
lua was added to the testsuite, but it wasn't actually run because it wasn't in

the Makefile. Fixed.

llvm-svn: 57105

7f4c7d4de03d3e51c4f502b22054a5a8a38b4321 authored about 16 years ago by Torok Edwin <[email protected]>
script must be executable

llvm-svn: 57074

697414fc71ea772b5821b24f9c3aee09d92403f0 authored about 16 years ago by Torok Edwin <[email protected]>
Add Lua-5.1.4 and lua_bench-0.1 to the testsuite.

llvm-svn: 57071

37ab6a4d2e4c8e494669197b7e7332e47bfc7853 authored about 16 years ago by Torok Edwin <[email protected]>
Fix ssh remote execution problems.

llvm-svn: 56058

37b1cac76fcf2a0eae2b400ec4cdd5800a477b8e authored about 16 years ago by Evan Cheng <[email protected]>
Remove -fast-isel-no-abort.

llvm-svn: 56041

efdbe550230e7270f59bafe57f7f31a32913c2d4 authored about 16 years ago by Dan Gohman <[email protected]>