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

This is actually a C benchmark

llvm-svn: 17456

370506c452f89e8a0f270639713b09bc59ab9cbb authored almost 20 years ago by Chris Lattner <[email protected]>
Yes, I'm paranoid.

llvm-svn: 17455

d59ce2a7796e5febec2041d95c4b9f20215af6d6 authored almost 20 years ago by John Criswell <[email protected]>
Original email detailing what this code does.

llvm-svn: 17454

f802785685a33ca4e7b0eca678f9b60970410772 authored almost 20 years ago by John Criswell <[email protected]>
Re-enable FPGrowth at Chris's request.

llvm-svn: 17453

af38f64bea7c2c4cdc5f7ef03923933d0d361a5d authored almost 20 years ago by John Criswell <[email protected]>
Remove FPGrowth for now. I thought it worked, but it doesn't.

Time to put it back on the TODO list.

llvm-svn: 17452

bcfc1695abc0dbe200e578f4c8d07dc6503c8866 authored almost 20 years ago by John Criswell <[email protected]>
Rename benchmark

llvm-svn: 17451

ffcbae7cebf16ad1ce151c7cdae87eea88fb6dd7 authored almost 20 years ago by Chris Lattner <[email protected]>
Add FPGrowth to the list of programs to test.

llvm-svn: 17445

ed78cadf976854c0424782ce980858b1ecdc7663 authored almost 20 years ago by John Criswell <[email protected]>
Make this more portable

llvm-svn: 17355

551fe2af2ce77e1e18f4d8200cc7f016014f5766 authored almost 20 years ago by Chris Lattner <[email protected]>
calloc(0) is nonportable.

llvm-svn: 17345

3125a6ab7cb6211c1453d482d3cc5640e1d27304 authored almost 20 years ago by Brian Gaeke <[email protected]>
cfree doesn't exist; they really want to call free.

llvm-svn: 17344

ee13ee4215fcf80231975c0a3a1f47e52cca6cf4 authored almost 20 years ago by Brian Gaeke <[email protected]>
This test now does not fill zion's disk up anymore, reenable

llvm-svn: 17277

edd804dc3983539d92b31b3817b0cc293b041511 authored almost 20 years ago by Chris Lattner <[email protected]>
Hack bison out until it stops filling the zion disk

llvm-svn: 17272

b05a4b4b3acf38bbee0153e04294bed25e370aa2 authored almost 20 years ago by Chris Lattner <[email protected]>
Really filter these out

llvm-svn: 17237

2c032a07cc2524421842156a966e9ab7f93a8343 authored almost 20 years ago by Chris Lattner <[email protected]>
Really disable these directories

llvm-svn: 17236

e0856e8d0c669f976a39f7c2126565b0a56821c4 authored almost 20 years ago by Chris Lattner <[email protected]>
Reduce the size of the out-* files from 1.37M to 1K for each configuration

llvm-svn: 17229

a2103bb56951e11af8453bcf8d73c7b4dd53c7e5 authored almost 20 years ago by Chris Lattner <[email protected]>
Reduce the output file generated by each configuration from 14M to 55K.

llvm-svn: 17228

3d8d0dcf40c4566c0816ca5763a6f4ef671d891d authored almost 20 years ago by Chris Lattner <[email protected]>
Use a better-behaved and more-recent f2c.

Eliminate >&, which does not work in Makefile shell scripts, which are
executed by some flavor of...

390d2f01978b1ac95384eda906216f52843bb47a authored almost 20 years ago by Brian Gaeke <[email protected]>
Adjust the inclusion of Makefile.rules so that we always get it from the

source tree (instead of the object tree, where it may not be).
This gets SRCDIR != OBJDIR working...

bc133ab7f6882fc886777c3f41a9b7350ceea5d4 authored almost 20 years ago by John Criswell <[email protected]>
Namd is broken on SPARC and hangs the nightly tester

llvm-svn: 17194

ff6b90a935c39a71f8d6e52e26988604774b04d2 authored almost 20 years ago by Misha Brukman <[email protected]>
Dissociate llvm-test from the LLVM Makefile.rules. The *only* remaining

dependency for llvm-test is on the Makefile.config. That dependency should
probably remain. With ...

2884f7f6c493eaeb09b90207d6fc540f141691c8 authored almost 20 years ago by Reid Spencer <[email protected]>
Disable timing related output to make this deterministic

llvm-svn: 17159

9827f039747596ac392381e363fcae1de543a1da authored almost 20 years ago by Chris Lattner <[email protected]>
Enable SciMark2-C

llvm-svn: 17158

6a8a4f580c2bd6e805c10f6d733793ad2e063992 authored almost 20 years ago by Brian Gaeke <[email protected]>
Initial commit of the FPGrowth benchmark.

llvm-svn: 17154

515cb6cd908625b0732719eaac7356456529b822 authored about 20 years ago by John Criswell <[email protected]>
Fixed the check for sweep3d.

Added the macro checks for sweep3d and fpgrowth into Makefile.config.in.

llvm-svn: 17153

e525390bb5c402a3befc7a734c4a41b79dfc7b66 authored about 20 years ago by John Criswell <[email protected]>
Added checks for Sweep3D and fpgrowth.

llvm-svn: 17152

6b3310f23f7b93edb57af610d46d6068d3f7132c authored about 20 years ago by John Criswell <[email protected]>
Adding benchmark.

llvm-svn: 17145

84c3d8847c8dabab43c9cd3ce693b1943a590e0e authored about 20 years ago by Brian Gaeke <[email protected]>
Set the tolerance levels from the SPEC .pm run file. Thanks to Brian Gaeke.

llvm-svn: 17133

534324053ebd2b9ae37b622b428f7d2bcf1b624f authored about 20 years ago by Misha Brukman <[email protected]>
Cut this down to one iteration. First, it runs a bit faster than 2 its,

second, it doesn't print out 'numeric test failed!' errors (both with
the native and LLVM compile...

14baecbb8112ae07b07015300101ccbd9207d459 authored about 20 years ago by Chris Lattner <[email protected]>
This is not an official spec program

llvm-svn: 17120

64c8b10f2e047fd8126217a962c884eb9c0825c0 authored about 20 years ago by Chris Lattner <[email protected]>
Get rid of erroneous bzero definition.

llvm-svn: 17119

e64c5484dd465b4f50529b3c7847a1baaec1d90b authored about 20 years ago by Reid Spencer <[email protected]>
Fix broken project support for TEST reports

llvm-svn: 17060

ed05a693b54914fb71281292484f5a0fb65b71c1 authored about 20 years ago by Chris Lattner <[email protected]>
Reduce to 2 iterations to save time.

llvm-svn: 17021

7e90c40bf2ec0040a3f7edf8b4f87345d7c08511 authored about 20 years ago by John Criswell <[email protected]>
Expand the time limit as this benchmark can easily exceed it.

Now I understand why Chris asked me how long it took to run.
:)

llvm-svn: 17020

5e8023394428d1256222639c34624ca12bab527e authored about 20 years ago by John Criswell <[email protected]>
No space is allowed betweeen -L and the directory name.

llvm-svn: 17019

3efe441d56636481b7c6b1ae6436f76642281953 authored about 20 years ago by Brian Gaeke <[email protected]>
Set FP relative tolerance according to spec95 fpppp.pm file

llvm-svn: 17018

813f528702b5167ceada331108caca74b8c34fef authored about 20 years ago by Brian Gaeke <[email protected]>
Get the configuration from the Makefile.config file.

llvm-svn: 17015

490fe73367aefc0a2966266c7a93565ab279c00d authored about 20 years ago by John Criswell <[email protected]>
Add Namd.

llvm-svn: 17014

315b1243bd8d8d39ee45d9d5e274ceef040b3b14 authored about 20 years ago by John Criswell <[email protected]>
Added namd as an external test.

llvm-svn: 17013

237a431db8aa0d671d880665ba99593d73fbb96b authored about 20 years ago by John Criswell <[email protected]>
Makefile for the external benchmark namd. This currently runs five (5)

iterations because the program fails to generate correct output after five
iterations.

llvm-svn:...

bd2dd9bdecab9ff0f408d6119b100ad5988cbfc0 authored about 20 years ago by John Criswell <[email protected]>
Remove old tracing hacks

llvm-svn: 16960

7fdf4f624e18f389dcf0a28ba694bc59b3e7a8b1 authored about 20 years ago by Chris Lattner <[email protected]>
Get rid of wierd tracing targets and "performance" target

llvm-svn: 16959

eba93218a28f17afc1668df76bccae4bd4da1d26 authored about 20 years ago by Chris Lattner <[email protected]>
Two changes: stop passing things like ../../Output/foo.llvm.bc, when we can

just pass ../foo.llvm.bc

Second, unbreak the profile target as LLVM_OBJ_ROOT is now absolute, so...

3d600ff4579058e4ee733e23bc18d54983e92c24 authored about 20 years ago by Chris Lattner <[email protected]>
The MallocBench/perl test is so broken, it's not worth attempting to compile it

llvm-svn: 16938

31c82690ab1ab8e8f32f5fbc0682092660fbe742 authored about 20 years ago by Misha Brukman <[email protected]>
* Check for f2c, f2c.h, and libf2c in all the following dirs:

/usr, /usr/local, /sw, and /opt; in that order.
* Change -with-f2c* options to have a hyphen be...

5c74aa7921addf92489d277a202ea563cadf6873 authored about 20 years ago by Misha Brukman <[email protected]>
No need to specify source .f files since we already pattern-match on them

llvm-svn: 16823

c89b29c75af8febc9ae911b4a43503a334ed902c authored about 20 years ago by Misha Brukman <[email protected]>
Since we now pattern-match on .f files, we don't need to specify them

llvm-svn: 16822

3f42086bacdf2a4d94a32a084df3d310b119054d authored about 20 years ago by Misha Brukman <[email protected]>
Fortran files are program files, too

llvm-svn: 16821

1fe3325f14cb5770da3879e720acc72334ce5530 authored about 20 years ago by Misha Brukman <[email protected]>
We can now compile most of CFP95 using F2C

llvm-svn: 16820

7c1c7f6d0f37b2537ba45029f437c366cfabe384 authored about 20 years ago by Misha Brukman <[email protected]>
Condition compilation of these Fortran benchmarks on USE_F2C

llvm-svn: 16819

83dcc08f596b70d7ab7712ea830b88fd6c1b269a authored about 20 years ago by Misha Brukman <[email protected]>
Check for f2c using $prefix and manual directory specification

llvm-svn: 16818

062ee7c385a2e6a63a67da5bbec0ad9a993cde4f authored about 20 years ago by Misha Brukman <[email protected]>
Add F2C-related config variables

llvm-svn: 16817

10783fd63d810fc56b7c78493e2325154354384d authored about 20 years ago by Misha Brukman <[email protected]>
* Check for f2c using the two methods: $prefix and manual

* Copy Makefile.f2c into the $BUILD_ROOT

llvm-svn: 16816

0119788b85f8495310a9dff67806d08d9ef8faa0 authored about 20 years ago by Misha Brukman <[email protected]>
2 flavors of checking for f2c installation:

* specify $prefix, we check for f2c files in $prefix/{bin,include,lib}, OR
* specify f2cbin, f2ci...

eea20e96a03c6f5e2be5c78c3020941682bf6eb1 authored about 20 years ago by Misha Brukman <[email protected]>
Make sure to clean the .c file. For some reason f2cdir doesn't get set

if it's indented for me...

llvm-svn: 16807

a2fe39b3a13ef0fdfd9150c38b5ab0b11d5a4a3c authored about 20 years ago by Chris Lattner <[email protected]>
Run 173.applu via f2c

llvm-svn: 16796

97f1a61f989e328ccacc95a2c5fa067ca0a4acd5 authored about 20 years ago by Misha Brukman <[email protected]>
Run 172.mgrid via f2c

llvm-svn: 16795

5ff279db52cca5b385941a87631525f0414020f4 authored about 20 years ago by Misha Brukman <[email protected]>
Run 171.swim via f2c

llvm-svn: 16794

93c0b1e3ce546d9ab52f8067cf608ab499906ecb authored about 20 years ago by Misha Brukman <[email protected]>
Run 168.wupwise via f2c

llvm-svn: 16792

a0cac2e0e84ce341ba8522987e9d1b6be45e07f6 authored about 20 years ago by Misha Brukman <[email protected]>
Recurse into subdirs that have a chance of working via f2c

llvm-svn: 16790

0e3eb2c3bf2b5e8e15fab8a2bc79d4dd78198482 authored about 20 years ago by Misha Brukman <[email protected]>
Run 145.fpppp via f2c

llvm-svn: 16789

af0e95a2fc701a59176d2e1d30cd929048b344ba authored about 20 years ago by Misha Brukman <[email protected]>
Run 125.turb3d via f2c

llvm-svn: 16788

56bcb506e250129619b723685a49ed9d977d9aa7 authored about 20 years ago by Misha Brukman <[email protected]>
Run 141.apsi via f2c

llvm-svn: 16787

4c95e6ed9aaf10e59de423a9088ce036516c1741 authored about 20 years ago by Misha Brukman <[email protected]>
Run 146.wave5 via f2c

llvm-svn: 16786

39e1d1134c25bca0432566be678fb62775c424a2 authored about 20 years ago by Misha Brukman <[email protected]>
If we specify the source as .f files, interestingly enough, it still works.

llvm-svn: 16785

a5db85c629c4dbcd7760e5d3d7d5d8f33162679e authored about 20 years ago by Misha Brukman <[email protected]>
Run 110.applu via f2c

llvm-svn: 16784

5de2971638e15cebd2721b973a698398fa5dd7f0 authored about 20 years ago by Misha Brukman <[email protected]>
Specifying 'Output/' is unnecessary for f2c-generated .c files

llvm-svn: 16783

d55888cb5f8b35021432b71a9f9565b38c9606c8 authored about 20 years ago by Misha Brukman <[email protected]>
Run 107.mgrid via f2c

llvm-svn: 16782

578963d7545b467917b102d644a91e1654608b17 authored about 20 years ago by Misha Brukman <[email protected]>
Run 104.hydro2d via f2c

llvm-svn: 16781

03277fbfd1de9519610b1a600ead79bdb8070e70 authored about 20 years ago by Misha Brukman <[email protected]>
Run 103.su2cor via f2c

llvm-svn: 16780

a24712c40cabe9281c3421ff56fda31d72eeebb1 authored about 20 years ago by Misha Brukman <[email protected]>
Run 102.swim via f2c

llvm-svn: 16778

78e6c021672cbb6db3f8ae41083bd81a4169b2fe authored about 20 years ago by Misha Brukman <[email protected]>
Run 101.tomcatv via f2c (currently fails in the JIT only)

llvm-svn: 16777

3359cbfb474a20f49d058cdf12d9e64667c9046e authored about 20 years ago by Misha Brukman <[email protected]>
Utility for running Fortran tests via f2c until we have a Fortran front-end

llvm-svn: 16776

1bceaa9f717cce50b63e34e54b5a49a02f472a75 authored about 20 years ago by Misha Brukman <[email protected]>
Disable kimwitu++ on solaris

llvm-svn: 16775

36ea8e5e236bcb771f84ed968c649ee62b66c82c authored about 20 years ago by Brian Gaeke <[email protected]>
Oops, forgot to commit this

llvm-svn: 16767

380357275eaf21ffbc326d279211bbc5c7122e9c authored about 20 years ago by Chris Lattner <[email protected]>
Add new suite

llvm-svn: 16754

96f6764a1c9ec943c612c1054ede880eb792b13a authored about 20 years ago by Chris Lattner <[email protected]>
Add makefile

llvm-svn: 16752

fe15377cb115cc36011cd94b1f9e0b44953e565b authored about 20 years ago by Chris Lattner <[email protected]>
add missing file

llvm-svn: 16746

e0f7c547c7eebef1da4c031e97f05144349a89f9 authored about 20 years ago by Chris Lattner <[email protected]>
ADd prefix

llvm-svn: 16745

d2fa6a9a52ed1c5b077bd0c288ad2fe926a83e73 authored about 20 years ago by Chris Lattner <[email protected]>
new bm

llvm-svn: 16744

7878953ad6b1a09d4c4cade7997ca8eee907cc0a authored about 20 years ago by Chris Lattner <[email protected]>
New benchmark, no input duh

llvm-svn: 16743

02a09c2bd1fab09040978117361d1b050ecff94d authored about 20 years ago by Chris Lattner <[email protected]>
New benchmarks (related to 300.twolf?) without an input, of course.

llvm-svn: 16742

122d1f64de0a3ef9c9bb7c453a3a024dda558336 authored about 20 years ago by Chris Lattner <[email protected]>
New program, guess what? No input

llvm-svn: 16740

66cb543b1585eb1aa15768e22c9b0881479c8ec9 authored about 20 years ago by Chris Lattner <[email protected]>
Another benchmark without an input

llvm-svn: 16738

8c6b72828fd923ac259c069f2c5ee8848ba9d821 authored about 20 years ago by Chris Lattner <[email protected]>
New program

llvm-svn: 16737

926b9e6370d6a76d8cebe657fec611d5f393dd8b authored about 20 years ago by Chris Lattner <[email protected]>
Move this to the McGill directory

llvm-svn: 16736

5f0ac724807f5a9a36a102c0763ceaf57bc06a95 authored about 20 years ago by Chris Lattner <[email protected]>
New benchmarks

llvm-svn: 16735

1d0d900354157960ac3d3f945a50625654a7f0f1 authored about 20 years ago by Chris Lattner <[email protected]>
New testcase

llvm-svn: 16734

a4120cbaa707d951c64ce03ceb01b4701062319d authored about 20 years ago by Chris Lattner <[email protected]>
New benchmark: gnu go 1.1.

This also has no input, but should at least be easier to come up with one

llvm-svn: 16733

2891ba4f82c2b2db4df1231b9ff4365b0601d01e authored about 20 years ago by Chris Lattner <[email protected]>
This program fixes the output of something.

llvm-svn: 16732

585eeea8c6443ad1576c65a272b5c20ffbc2e604 authored about 20 years ago by Chris Lattner <[email protected]>
Another "benchmark" without an input

llvm-svn: 16731

54a710aeee769f0b481d700e67f8a29a20966d5e authored about 20 years ago by Chris Lattner <[email protected]>
New benchmark, also missing an input

llvm-svn: 16730

a719e16fdb5e6f4159ade29622ed861d60499096 authored about 20 years ago by Chris Lattner <[email protected]>
New benchmark

llvm-svn: 16729

48478454503bc0ac5ea92c85a850368ce06b3b3e authored about 20 years ago by Chris Lattner <[email protected]>
Make it run

llvm-svn: 16725

fc93939dbfe1272c6c443f77aeac9a086247a313 authored about 20 years ago by Chris Lattner <[email protected]>
Initial checkin

llvm-svn: 16723

944076bb3eeed7f8b3e327419e424939a39224cd authored about 20 years ago by Chris Lattner <[email protected]>
Another benchmark. This is apparently an assembler for some target I

couldn't figure out. There are also no input files for this :(

Agg, and the source looks like p...

ef0e88198a05c5a3f48f9c8fc29d05181e250640 authored about 20 years ago by Chris Lattner <[email protected]>
New "Benchmark". Of course running it just prints usage info, but whatever.

llvm-svn: 16721

53bb35cc51a205853f1d94782c026de3f637d6eb authored about 20 years ago by Chris Lattner <[email protected]>
new benchmark

llvm-svn: 16720

5d50097a9c2baf92b4f7db20478db83596b371a3 authored about 20 years ago by Chris Lattner <[email protected]>
new suite

llvm-svn: 16713

16067c60f5ff715682c5b22676cfa0a2834ee68e authored about 20 years ago by Chris Lattner <[email protected]>
New benchmark

llvm-svn: 16712

a23d3270f9c36b4a1f6f54133c4374565e555abd authored about 20 years ago by Chris Lattner <[email protected]>
Move C++ test to Misc-C++

llvm-svn: 16711

18712a88ee1a3c255b4bbadc0b3809113a57849e authored about 20 years ago by Chris Lattner <[email protected]>