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

Need -fast-isel-no-abort in addition to -fast-isel or a whole bunch of tests will fail.

llvm-svn: 55981

0879c1be5815850b1c8b78da5b943b9c56ed36e1 authored about 16 years ago by Evan Cheng <[email protected]>
Allow use of ssh to perform remote execution.

llvm-svn: 55980

14f575d24200aef0d7118404c613a81922c1ef5d authored about 16 years ago by Evan Cheng <[email protected]>
Don't do -aggressive-remat as llcbeta. It's causing llc to hang on sqlite3. Switch to -fast-isel on x86, -machine-licm on ppc.

llvm-svn: 55905

048a8d1d2e62823e6d2731789d68ba7d7335f732 authored about 16 years ago by Evan Cheng <[email protected]>
Test aggressive-remat in llcbeta.

llvm-svn: 55890

8ca859016e8af21a00621553cf0c002bd0937cc0 authored about 16 years ago by Dan Gohman <[email protected]>
-two-addr-remat has been removed.

llvm-svn: 55464

99b720bbe6a4c88b3b4262aff495fb5207a61592 authored about 16 years ago by Evan Cheng <[email protected]>
Turn on Machine LICM for a beta build.

llvm-svn: 55088

8780f2a299953bdcf90344036c7eeb718d10bead authored about 16 years ago by Bill Wendling <[email protected]>
Use <stdlib.h>, fixing an infelicity on platforms where

size_t is not unsigned int.

llvm-svn: 54747

6c9cf4ae55d41f214c55fb366484f11203fcce85 authored about 16 years ago by Dan Gohman <[email protected]>
Fix source bug: write off end of array.

llvm-svn: 54390

d12c99a61bfab4b306d78caa23e78c791f61d41a authored about 16 years ago by Dale Johannesen <[email protected]>
Add several svn:ignore properties

llvm-svn: 54256

4e2cd601a2051f10778d9ac04bf59f13da24c17a authored about 16 years ago by Daniel Dunbar <[email protected]>
Give this test's main function a return value so that it

doesn't spuriously fail.

llvm-svn: 54145

1c8354a8f066b7107417bf8e394906c82ab3e8b5 authored about 16 years ago by Dan Gohman <[email protected]>
Raise the virtual memory limit by 50MB to 250MB. This allows Obsequi to pass

on my Linux box. (225MB is not enough for JIT, 200MB fails both JIT and LLC).

llvm-svn: 53847

c1952e731260bb989886f34405755d4d0adea146 authored about 16 years ago by Nick Lewycky <[email protected]>
Add header <algorithm> for std::find.

llvm-svn: 53840

5432663dfc8168f4cf23a797a837055745f59e92 authored about 16 years ago by Nick Lewycky <[email protected]>
Add <cstring> needed for strcpy under gcc 4.3.

llvm-svn: 53839

457ef78fb6eaa41014f2deb0245f41e1c2db511d authored about 16 years ago by Nick Lewycky <[email protected]>
Add missing include.

Const correct this code. "foo" is const-qualified.

llvm-svn: 53838

8648662523f57f5c1284f1c4b03654aeee4f984d authored about 16 years ago by Nick Lewycky <[email protected]>
Fix build with GCC 4.3.

llvm-svn: 53829

337c8bcb5dad2cf650c1d21da438a4e7fdea9eb6 authored about 16 years ago by Nick Lewycky <[email protected]>
Add <cstring> for strlen() and <cstdlib> for free(). Fixed build on GCC 4.3.

PR2572

llvm-svn: 53828

374813194b7173ad45d5830e4a2bf2d331802bd3 authored about 16 years ago by Nick Lewycky <[email protected]>
ULONG_MAX is defined in header "climits". Fixes build with gcc 4.3.

llvm-svn: 53815

8aa502dc8f9c2e74054bab105b47fe5a608b1f61 authored over 16 years ago by Nick Lewycky <[email protected]>
More atoi requiring cstdlib

llvm-svn: 53814

a214be97541f50fcd690790dab5011683345d5ed authored over 16 years ago by Nick Lewycky <[email protected]>
Unbreak these tests on linux, where you need cstdlib to define atoi.

llvm-svn: 53813

90e64705c987d6b73164c28ac1e791944b420da8 authored over 16 years ago by Nick Lewycky <[email protected]>
Add a simple perlin noise generator testcase where GCC beats us slightly.

llvm-svn: 53708

33a90818888883723d8e1f0d4f60fdfed64af54a authored over 16 years ago by Owen Anderson <[email protected]>
Stop LLCBETA from using LegalizeTypes - it didn't

catch anything.

llvm-svn: 53668

2693ff1046c15b62a268fc9b00e94d05a2de0199 authored over 16 years ago by Duncan Sands <[email protected]>
Himeno is now under Misc.

llvm-svn: 53543

4ff57d344d212919701a8380ae684ca77beca11e authored over 16 years ago by Owen Anderson <[email protected]>
Move the himeno benchmark into SingleSource/Misc.

llvm-svn: 53542

5f89ed0d525593e0a255a5f9567d24d488b1e229 authored over 16 years ago by Owen Anderson <[email protected]>
new testcase for PR2486

llvm-svn: 53539

8824fcbdea550eb4cbb8a3e9485c7622e20aa7bd authored over 16 years ago by Chris Lattner <[email protected]>
Give LegalizeTypes a whirl in the nightly testers.

llvm-svn: 53509

43f87ede32529868d799fee3bc5d5c1e711a152e authored over 16 years ago by Duncan Sands <[email protected]>
Add the Himeno floating point benchmark, which actually appear to do well on (1.82 GCC/LLC).

llvm-svn: 53497

94b45f7f132e11a77a38d0615c76168aaa9123e2 authored over 16 years ago by Owen Anderson <[email protected]>
Remove BitBench/huffman. It appears to be pretty broken (always segfaults

due to excessive memory allocation).

llvm-svn: 53037

e78a8a9bf566832c0cb60c0591fadd6afc3f721c authored over 16 years ago by Owen Anderson <[email protected]>
Test new spilling heuristic.

llvm-svn: 52573

f0cc23f15897657fcd2a273715aefcc2c08ad2ec authored over 16 years ago by Evan Cheng <[email protected]>
Make HTMLColDiff properly show differences for non-numeric fields, it used to

output the original value twice.

Make HTMLColDiff mark tests that compiled before but are now fa...

3a0876dba076be6e192fde1ce8e401c89575f73a authored over 16 years ago by Matthijs Kooijman <[email protected]>
forgot to commit this last night :(

llvm-svn: 52416

6969c870591c55e36cd6372ba05caa5b7ceacd30 authored over 16 years ago by Chris Lattner <[email protected]>
Remove empty block indexing from llc-beta.

llvm-svn: 52330

1a6421446c5927c3a4a76a488bfc240c804283a9 authored over 16 years ago by Owen Anderson <[email protected]>
Enable empty BB indexing in LLC beta.

llvm-svn: 52307

2afdaa16ac77c55f4f1f1b2f0987d1e5dd28e14b authored over 16 years ago by Owen Anderson <[email protected]>
Make this depend on llvm-gcc-4.2 not 4.0.

llvm-svn: 52211

71e9d0b25d61bd87225a226a36bbbcfc96cb9c87 authored over 16 years ago by Duncan Sands <[email protected]>
Switch llcbeta to -enable-sinking.

llvm-svn: 52088

5784ff0e84531fdd90cac40ec546308f9967501f authored over 16 years ago by Evan Cheng <[email protected]>
Try stack coloring as llcbeta for x86 and ARM.

llvm-svn: 51935

a3871712abb6edb9a02e6edb7c6abed2947d596b authored over 16 years ago by Evan Cheng <[email protected]>
Reduce testsize even more. This is needed at least on x86-32/linux

llvm-svn: 51905

076a1506f07636399458f46c2e4a146f0643fe2a authored over 16 years ago by Anton Korobeynikov <[email protected]>
Add -lm, needed by the CBE.

llvm-svn: 51903

ce681328fb41a52e45c4bb665de9efa2f4ca4894 authored over 16 years ago by Duncan Sands <[email protected]>
Fix PR2215

llvm-svn: 51637

8bd4fcc08ff1b075ef089ef5939dec656b5e916f authored over 16 years ago by Chris Lattner <[email protected]>
Temporarily revert this patch until we can evaluate the impact on the

testers.

llvm-svn: 51603

84e0ee2f58b9a78efc6706e3e7ab3aaa2a845cab authored over 16 years ago by Chris Lattner <[email protected]>
Don't pass -time-passes to opt by default, this breaks ENABLE_STATS (because

then -time-passes is passed twice).

llvm-svn: 51593

a86d2570b75f090f6e25310694b9ab6ae0e7b859 authored over 16 years ago by Matthijs Kooijman <[email protected]>
Finished testing 2-addr remat.

llvm-svn: 51571

01922e0b43d2e5e40541152ebd072603fc7d83f6 authored over 16 years ago by Bill Wendling <[email protected]>
Enable remat in 2-address conversion.

llvm-svn: 51564

307ee05e2d63b83499eeb52bfb1b2ee3ee1d685c authored over 16 years ago by Bill Wendling <[email protected]>
reduce the input size of this benchmark to fit in the 200M heap limit

impossed by RunSafely.

llvm-svn: 51537

29148ad43ec48a2a48011af944070805154241b8 authored over 16 years ago by Chris Lattner <[email protected]>
Add support for opt-beta runs without disturbing current TEST=nightly setup.

llvm-svn: 51495

c7358a0d4cb71e2ff4b513af17af2ab5b8944f6d authored over 16 years ago by Devang Patel <[email protected]>
Fix row colouring.

llvm-svn: 51428

aa66d2e076be42dc9624d142a6bb85f583cea5a1 authored over 16 years ago by Matthijs Kooijman <[email protected]>
Largely rewrite HTMLColDiff.pl, a utility that was meant to show differences

between to text files containing tables. The script is now aimed at
nightly.report.txt files. Sim...

cbcb6ca7b4a18e943c5b6350c4d3362180fc02c2 authored over 16 years ago by Matthijs Kooijman <[email protected]>
Run test-suite commands in (another) subshell. This ensures that the output of

the program and the time command is properly separated. This used to work only
on shells that hav...

0c9612bff2f970181bfb7ca67540abbd38b57c7f authored over 16 years ago by Matthijs Kooijman <[email protected]>
Move LDFLAGS definition ahead of include that uses it.

llvm-svn: 51355

cea3489979ec2138b9346589ffa8952c36758cd9 authored over 16 years ago by Dale Johannesen <[email protected]>
Move LDFLAGS definition after include that uses it.

llvm-svn: 51354

2af9b34b5c32967b1c9b006deaa52e3d42994d8d authored over 16 years ago by Dale Johannesen <[email protected]>
Move LDFLAGS definition ahead of include that uses it.

llvm-svn: 51353

fd278db99df258a3de067ac62b9221a7df4a62a3 authored over 16 years ago by Dale Johannesen <[email protected]>
Move definition of LDFLAGS ahead of the include

that uses it.

llvm-svn: 51352

2c55d8a43bbfe31f41c8d3cbe35b56f8ca8131e8 authored over 16 years ago by Dale Johannesen <[email protected]>
Add comment.

llvm-svn: 51334

f64e9b5078f6fb28cdda5f7354ab78d9b4f71a3c authored over 16 years ago by Dale Johannesen <[email protected]>
Make the example test use wc to count bytes instead of characters, words and lines as before. wc doesn't like counting these in binary files that contain invalid multibyte characters.

llvm-svn: 51315

f10fe49d19e061c177b469a9a813fb1063f1e1ba authored over 16 years ago by Matthijs Kooijman <[email protected]>
Experiment over.

llvm-svn: 51058

4d41d7adba27cfdc937596e76e511cb9a2717af9 authored over 16 years ago by Bill Wendling <[email protected]>
Enable MachineLICM for the beta tester.

llvm-svn: 51010

820cf017fffabe9ea7b2e968da56ca5dfd3cdceb authored over 16 years ago by Bill Wendling <[email protected]>
Setting to 2.4 and regenerating configure.

llvm-svn: 50937

9203bfa9ef944db9ad24216025b102d8f0733663 authored over 16 years ago by Tanya Lattner <[email protected]>
(no commit message)

llvm-svn: 50936

1447f6c4b7a12a12293356c6189f00e271fa63aa authored over 16 years ago by Tanya Lattner <[email protected]>
Don't forget $(EXTRA_LINKTIME_OPT_FLAGS). Fix bugpoint-opt-beta.

llvm-svn: 50712

45e29d3364ed768fadf3b9014978cc9130c95b11 authored over 16 years ago by Devang Patel <[email protected]>
Do not update report.html for OPT_BETA support.

llvm-svn: 50685

8bca7b226a79a84b06c416243bcf0486ef211ca0 authored over 16 years ago by Devang Patel <[email protected]>
Add OPT_BETA support.

Now you can do
make TEST=nightly ENABLE_OPTBETA=1 OPTBETAOPTIONS="-verify"
to see whether -...

caca503fb40c65aba7f71642391e3865900afa8a authored over 16 years ago by Devang Patel <[email protected]>
Wrap text to 80 columns.

No functionality changes.

llvm-svn: 50438

925ee57566e922fdb6fde6c6ba37b44fe154b582 authored over 16 years ago by John Criswell <[email protected]>
Makefile.spec.config is in the source tree; look for it there.

llvm-svn: 50306

c8686c9b03a42c173cd7ffa75ce972e9919ecb4b authored over 16 years ago by John Criswell <[email protected]>
New test. Pedantic changes to previous test.

llvm-svn: 49992

d2f50651ad3ce6fca4cc662d856e49d8316a2ee6 authored over 16 years ago by Dale Johannesen <[email protected]>
'word' was not 32-bit wide on x86-64, and this caused PR2199.

Fix by making sure it is 32-bit.

llvm-svn: 49952

8097f90ef3f19c584a636afe21e66b63dfd77161 authored over 16 years ago by Torok Edwin <[email protected]>
New test.

llvm-svn: 49930

ed9ad8f488cb34df6ef1f4a588527e8c2778f215 authored over 16 years ago by Dale Johannesen <[email protected]>
Add a test for atomic builtins.

llvm-svn: 49919

2fa84138109b64d5dac2836f1b3537b9ee2924cb authored over 16 years ago by Evan Cheng <[email protected]>
SMALL_PROBLEM_SIZE

llvm-svn: 49508

d552639763c48967a624dc453bd111c256852c8d authored over 16 years ago by Evan Cheng <[email protected]>
Shrink test size for SMALL_PROBLEM_SIZE=1.

llvm-svn: 49507

621093d550f14a3b6da5fde0bb8066b59be6577b authored over 16 years ago by Evan Cheng <[email protected]>
Regenerate configure.

llvm-svn: 49439

43388707e3d9ca341912784a6c3e8f8cfc6e3fe1 authored over 16 years ago by Tanya Lattner <[email protected]>
Use svn:ignore to ignore Output directories.

llvm-svn: 49395

58a5728c9a7b434d1670098c3c71c71a6a07e679 authored over 16 years ago by Dan Gohman <[email protected]>
remove llvm-gcc3 specific cruft

llvm-svn: 49255

f3a376e50def0f7ebf737410ba2ec1e06c70199f authored over 16 years ago by Gabor Greif <[email protected]>
correct some typos

llvm-svn: 49254

11eedaca3fa83a8f368dd784c8095a3c0c313e5c authored over 16 years ago by Gabor Greif <[email protected]>
Add testcases from the Benchmark Game: http://shootout.alioth.debian.org/

llvm-svn: 49249

5a528223607e59785fcb8823d25895344256bd7e authored over 16 years ago by Owen Anderson <[email protected]>
Add the fbench and ffbench benchmarks from Fourmi Lab.

llvm-svn: 49159

3e9506171dccff661bd92b57508ce8f90c2df565 authored over 16 years ago by Owen Anderson <[email protected]>
Remove an untrue comment.

llvm-svn: 49154

06e17885f514318cb5f61012a159750cf293d69f authored over 16 years ago by Owen Anderson <[email protected]>
Add a version of the Livermore Loops benchmark.

llvm-svn: 49153

a11252fabdaba0bda39811545ace66b80ab878b7 authored over 16 years ago by Owen Anderson <[email protected]>
Add the rest of BitBench.

llvm-svn: 49147

33590bdf87e270e78bdd6f3b03b6e0a67c7b0873 authored over 16 years ago by Owen Anderson <[email protected]>
Add the BitBench benchmark, from http://user.it.uu.se/~pergu/bitbench/

llvm-svn: 49146

13055f1e52ed6f0c6a8db74473f445a08ff83b91 authored over 16 years ago by Owen Anderson <[email protected]>
Disable dc until it works at -j2+

llvm-svn: 49143

3c7c5e1faed10092f7fc6239bad55e7d748fc491 authored over 16 years ago by Chris Lattner <[email protected]>
Add Stepanov's benchmark of STL container performance.

llvm-svn: 49140

376a4e9ea2817906752e72d5ca88375ba3d668e5 authored over 16 years ago by Owen Anderson <[email protected]>
Add the other C benchmark from the NPB suite.

llvm-svn: 49134

d91152aca7692e159ccfff8666216b63a8b84879 authored over 16 years ago by Owen Anderson <[email protected]>
Add the is benchmark from the NASA Parallel Benchmark suite.

llvm-svn: 49125

f1c84d86b8b5f97074995fdcd763b35b6336b540 authored over 16 years ago by Owen Anderson <[email protected]>
re-remove -enable-eh, hopefully permanently this time

llvm-svn: 49067

ac88a612e9789a0c914282cf0a54b43c0ad7bafc authored over 16 years ago by Dale Johannesen <[email protected]>
Enable SPEC benchmark with objdir != srcdir. Patch by Julien Lerouge.

llvm-svn: 49063

820f6aae39fbca35ea2bf0d9f5aefb56560c7858 authored over 16 years ago by Evan Cheng <[email protected]>
Put -enable-eh back for the moment.

llvm-svn: 49047

2088055b8bf66f4ec4721cee2de9b6a64c0e4aef authored over 16 years ago by Dale Johannesen <[email protected]>
Unbreak sqlite when objdir == srcdir. This hopefully allow objdir != srcdir to work as well.

llvm-svn: 49039

1475d04b98c2d3db5052f868a076db08b5756e02 authored over 16 years ago by Evan Cheng <[email protected]>
Remove -enable-eh; it is no longer required.

llvm-svn: 49007

d4659edc89213ef38a988f39fa962c600174b079 authored over 16 years ago by Dale Johannesen <[email protected]>
Support building with objdir != srcdir. Patch by Julien Lerough.

llvm-svn: 48975

90ff79fed5567d8d88beb56c2edf71cb3099e2b8 authored over 16 years ago by Evan Cheng <[email protected]>
Added sqlite3 and lemon to llvm test suite. Thanks to Török Edwin!

llvm-svn: 48828

34477c28ef098a4a8ee26e21eae1e3950b537356 authored over 16 years ago by Evan Cheng <[email protected]>
Make 3.80 on darwin does not like this syntax.

Patch by Julien Lerouge.

llvm-svn: 48549

981395f3c5ba44a1c499866f0accb55591fdc3f2 authored over 16 years ago by Tanya Lattner <[email protected]>
Fix LLVMSource Makefile's LEVEL.

llvm-svn: 48473

840bc5904df7b95dc6ec6161c4c34904efc59786 authored over 16 years ago by Dan Gohman <[email protected]>
Shrink the test.

llvm-svn: 48352

3f5fcf5e7a172a52dc833ab47edab9988b6550be authored over 16 years ago by Evan Cheng <[email protected]>
Test -schedule-livein-copies on ARM and X86.

llvm-svn: 48308

53fca9486fb45d019e67f5251b400fc1c454f8c8 authored over 16 years ago by Evan Cheng <[email protected]>
My bad. Unbreak RunSafely.sh.

llvm-svn: 47997

eb15c696063d1556df7768bc42c671d56483f7a9 authored over 16 years ago by Evan Cheng <[email protected]>
Re-apply fix for PR1437 that I accidentially removed.

llvm-svn: 47983

356956634978d33917907271f2ee2bcc6045620f authored over 16 years ago by Evan Cheng <[email protected]>
Implement SMALL_PROBLEM_SIZE.

llvm-svn: 47963

637a098c70d3780ba048323eda30c7d264985969 authored over 16 years ago by Lauro Ramos Venancio <[email protected]>
Initialize a variable.

llvm-svn: 47949

9b5e672eb1f523748f1fe240b2478c0542675e05 authored over 16 years ago by Evan Cheng <[email protected]>
Add a test for _mm_slli_epi16 and _mm_srli_epi16.

llvm-svn: 47942

fc690e4e3bbf8d419afd2dce9a260f41bde7d5fe authored over 16 years ago by Evan Cheng <[email protected]>
Fix JIT tests.

llvm-svn: 47885

8a818b7a225b22927ebf9d449223c599e084f3ec authored over 16 years ago by Lauro Ramos Venancio <[email protected]>
Fix remote tests on Linux.

llvm-svn: 47846

556d35d8b7040c1e25454236c2bc316a15d3d6b6 authored over 16 years ago by Lauro Ramos Venancio <[email protected]>