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

switch to using fpcmp instead of spiff, which really wasn't spiffy.

llvm-svn: 12931

6821abd753c2572570635b677049ffca8b811339 authored over 20 years ago by Chris Lattner <[email protected]>
Allow mesa to pass finally

llvm-svn: 12930

b3ab807fbb13b6e1b181e187cccc491218b0ea97 authored over 20 years ago by Chris Lattner <[email protected]>
Make voronoi pass

llvm-svn: 12909

156378f10a65d9560f0c83bddde400e2d3c2cec9 authored over 20 years ago by Chris Lattner <[email protected]>
Specify a tolerance

llvm-svn: 12906

6de6ff3aa9685e928900f8f1b3c81aeb20a31051 authored over 20 years ago by Chris Lattner <[email protected]>
Use spiff to perform our diffs. This is nice for two reasons:

1. We can eliminate the nasty code looking for gdiff/diff
2. We can specify a tolerance that ...

9c5ecf8096ca1a027037bc1bef18e85e40cac268 authored over 20 years ago by Chris Lattner <[email protected]>
Add target back to unbreak singlesource tests if you don't have a tree fully

populated with files already.

llvm-svn: 12828

dfc8b7895fda253c0e683841d8f340780f787313 authored over 20 years ago by Chris Lattner <[email protected]>
Fix the bugpoint targets on singlesource tests

llvm-svn: 12827

1d19b448cfe17326257344cdf58dd6d0ccbceb57 authored over 20 years ago by Chris Lattner <[email protected]>
Don't stop the nightly tester if gccas/gccld crash

llvm-svn: 12812

3faa9d57352eeb576631a17fc89b5848d38af530 authored over 20 years ago by Chris Lattner <[email protected]>
Try to get perlbmk to work with the training input.

llvm-svn: 12771

f9e2b38d101a0be097843eeb57583510be2b101d authored over 20 years ago by Chris Lattner <[email protected]>
Add kimwitu++ to the list of programs to test for Linux.

llvm-svn: 12724

10f068fb92b3e47b6a76f479eeefbbc3e24583b0 authored over 20 years ago by John Criswell <[email protected]>
Set the suffix option of generated files so that they are not used to

compile kimwitu++ upon subsequent test runs.

llvm-svn: 12723

6819f3f422bf550f680cf7f764e67697655a0cd4 authored over 20 years ago by John Criswell <[email protected]>
Adding in the test input files.

llvm-svn: 12722

2e84e992ca3d5c787a442fa406b8e39008b6615b authored over 20 years ago by John Criswell <[email protected]>
Adding missing source file.

llvm-svn: 12721

c99f69ac4e63f192d6d535a13518a74813b81e39 authored over 20 years ago by John Criswell <[email protected]>
Initial import of kimwitu++. This is based on version 2.3.8.

Kimwitu++ is analagous to a midterm exam for LLVM C++ programs. If LLVM
can handle kimwitu++, we...

17c8db679603b216e395ab8bf049843687f2ad6a authored over 20 years ago by John Criswell <[email protected]>
Adding Kimwitu++ license file.

llvm-svn: 12718

c3505a583281933ffc8462f85a179eb00d6c96a1 authored over 20 years ago by John Criswell <[email protected]>
Since we don't have the data file to use with this benchmark, just input

it manually. This prevents it from segfaulting on every execution!

llvm-svn: 12717

4592120aba20f86b4e5e19821c484f07db21a78e authored over 20 years ago by Chris Lattner <[email protected]>
Added treecc to the list of program to test on Linux. I'm hoping that

treecc will be usable for pool allocation, and it's one more program that
to put LLVM through to ...

a079c28766ec9211c531eb82ed0cfc456e49a9dc authored over 20 years ago by John Criswell <[email protected]>
Corrected run time options. Currently, this only runs treecc on the input

and then terminates (i.e. the -n option means "no output"). Eventually,
the code will need to be...

c6df69e4f10665066f4da0f11bef611648c977d2 authored over 20 years ago by John Criswell <[email protected]>
Adding in documentation for good measure.

llvm-svn: 12707

17abf4b25d3a7553d1ca84afd86547348078a16e authored over 20 years ago by John Criswell <[email protected]>
Committing original README file and treecc example input files.

llvm-svn: 12706

ed212cb3691d44bdefb5540e8e307a6f4bf27f9f authored over 20 years ago by John Criswell <[email protected]>
Initial commit of treecc test program.

llvm-svn: 12705

14a708ccd025e5cf9a44747d981a6ecf09b76326 authored over 20 years ago by John Criswell <[email protected]>
License file for treecc.

llvm-svn: 12704

0cc70b1d4f0966f3ec03be7c7eb8ed46dc818dc0 authored over 20 years ago by John Criswell <[email protected]>
Added hbd (Homebrew Decompiler) to the list of tests run on Linux.

It should work on other platforms; I just haven't tested it yet.

llvm-svn: 12697

462c03db370be0dab07a7730ac19cf7ae829f567 authored over 20 years ago by John Criswell <[email protected]>
Don't print out the primes field, which is causing the diff to fail because

of use of uninitialized memory. If someone can figure out how to FIX espresso,
we could enable t...

0c3568e7625895287c8508dd10dbc8358b947b8f authored over 20 years ago by Chris Lattner <[email protected]>
Fix spurious diff failures due to printing argv[0] and timings

llvm-svn: 12665

e3f8e5bd81d35f5f76f370787a399397e77665de authored over 20 years ago by Chris Lattner <[email protected]>
Fix spurious testcase failures

llvm-svn: 12664

ceb509ff1b02055d67853925fa1545665d6cc584 authored over 20 years ago by Chris Lattner <[email protected]>
Finally, fix the last perl bug that prevented it from working with LLVM:

No, memcpy is NOT allowed when the src & dest overlap!

llvm-svn: 12663

5672865e1df1d19b7d528813cc2d89fd7eac3f33 authored over 20 years ago by Chris Lattner <[email protected]>
Add #include so that we get the prototype for atof.

llvm-svn: 12662

520b32c73b7d98bc0f627fbc62f202a21b2cc4f7 authored over 20 years ago by Chris Lattner <[email protected]>
Disable the custom allocator that is really buggy

llvm-svn: 12661

fa8b31f3cad67139bf8a558583fc8137cc013b69 authored over 20 years ago by Chris Lattner <[email protected]>
This file doesn't belong here

llvm-svn: 12660

b7f5a6ad967861174399b998e923b835044c2e76 authored over 20 years ago by Chris Lattner <[email protected]>
Generate more regalloc specific stats

llvm-svn: 12557

332b7c320bbb7d38637aaeb28d6d9a30ced0c5d3 authored over 20 years ago by Alkis Evlogimenos <[email protected]>
Add option to generate csv output

llvm-svn: 12535

43511c34630331342232dbcb8ea95126e706aef3 authored over 20 years ago by Alkis Evlogimenos <[email protected]>
Use newly added helper function

llvm-svn: 12528

a837498a43ab5ea46eec163b75e9958c0c5dfc3f authored over 20 years ago by Alkis Evlogimenos <[email protected]>
Add column adding helper function

llvm-svn: 12527

5b2aa5b0dc5f766eb48cdb13744a9e3d3e2ef4ae authored over 20 years ago by Alkis Evlogimenos <[email protected]>
Fix compilation of benchmark

llvm-svn: 12459

7aca33c05e1ce3523d967eb396af02de5ae9bf09 authored over 20 years ago by Chris Lattner <[email protected]>
New testcase for PR273

llvm-svn: 12438

ed976e3df2493216ffa5637482077dd282a0a1ad authored over 20 years ago by Chris Lattner <[email protected]>
Actually print out the Fibonacci number.

llvm-svn: 12346

e733f243fea472709fec447a99673928b4d01481 authored over 20 years ago by Brian Gaeke <[email protected]>
Make siod compile on solaris/sparc; update README

llvm-svn: 12342

444dec7a0e7e061cbc888eb4caff5e180faf21c2 authored over 20 years ago by Brian Gaeke <[email protected]>
Enabled d on all platforms (works on Solaris and Linux now).

llvm-svn: 12262

20f00762a7027088503a63eac722379c65be1196 authored over 20 years ago by John Criswell <[email protected]>
Fix benchmark. Now it should run properly on test, train and ref

inputs.

llvm-svn: 12261

64ac51f0cda41731a7d223880703918a84c64328 authored over 20 years ago by Alkis Evlogimenos <[email protected]>
default to gathering edge profiles

llvm-svn: 12235

a295ef850066535601a94eacf40b70bd4be8e7a8 authored over 20 years ago by Chris Lattner <[email protected]>
Specify full pathname of the input file.

llvm-svn: 12222

64ddbe0fea49589c8b9d70013193b162e11cfa7f authored over 20 years ago by John Criswell <[email protected]>
Fix the failures in this dir

llvm-svn: 12206

06b28f4189b43bb45bb744e3b41e2fc174a99f55 authored over 20 years ago by Chris Lattner <[email protected]>
Remove gross hack

llvm-svn: 12191

1706909973b8d20c4f74942dbdc3ab50e1e423e6 authored over 20 years ago by Chris Lattner <[email protected]>
Make benchmark work with both test nad train inputs

llvm-svn: 12181

deb4e3547b24b155d9a646a2392dee80d69eeab2 authored over 20 years ago by Alkis Evlogimenos <[email protected]>
Make benchmark work with both test and train inputs

llvm-svn: 12179

5d4bf88ca89a9465803ba76ee41a9deefcac1f7c authored over 20 years ago by Alkis Evlogimenos <[email protected]>
Make benchmark work with both train and test inputs

llvm-svn: 12165

7281dcbf5ebb4bbb0a7e3174bb08a373aec10c4e authored over 20 years ago by Alkis Evlogimenos <[email protected]>
fix bug in paths

llvm-svn: 12162

4fdf22a735433d0ccb5c13bdca4f7fda2312f3a5 authored over 20 years ago by Chris Lattner <[email protected]>
Checkin of 197.parser but that does not use a custom allocator

llvm-svn: 12154

43884f5eddc16076d5436de7044e953c3b04c436 authored over 20 years ago by Chris Lattner <[email protected]>
Temporary hack

llvm-svn: 12153

cbdae53cdc9dd4a0cd3d78b7a59fa518b1a55455 authored over 20 years ago by Chris Lattner <[email protected]>
Add a stub implementation of xalloc.c that eliminates the custom memory allocator

llvm-svn: 12147

b4ea8a4e0746a5f191d10c57b7480cf3c0376076 authored over 20 years ago by Chris Lattner <[email protected]>
don't let floating point stuff cause us to fail diffs

llvm-svn: 12138

a23e67392338748384ef3a342a2472f5d61cd172 authored over 20 years ago by Chris Lattner <[email protected]>
Adding two missing files.

llvm-svn: 12097

b97e4811e2acf5597a1cd32cf50d65f9d1946342 authored over 20 years ago by John Criswell <[email protected]>
Increase the problem size to 5s or so

llvm-svn: 12093

1416d47f442a8475268fc8e5c3ec82129d1cdb0b authored over 20 years ago by Chris Lattner <[email protected]>
Change input so that the diffs match

llvm-svn: 12076

e29081f7bedbce0735c2914ff8aaed04338fd97e authored over 20 years ago by Chris Lattner <[email protected]>
Removed tests specific to pool allocation. They now live in

poolalloc/test/TEST.pavtl.Makefile.

llvm-svn: 12074

9bc908a0475f7a9419fc48875f36367238ef0644 authored over 20 years ago by John Criswell <[email protected]>
Added support for STDIN_FILENAME and RUN_OPTIONS.

llvm-svn: 12059

8cd5578c9695c2643f53597f3114f21102fe38eb authored over 20 years ago by John Criswell <[email protected]>
Switched over to Pentium 4 events.

Added code to run pool allocation tests as well.
Updated comment.

llvm-svn: 12049

5ecc0e8172daece6ea3d8179fc4e5ff4d4a8d5a3 authored over 20 years ago by John Criswell <[email protected]>
Test input file that I forgot to commit.

Lo siento.

llvm-svn: 12048

d3d8599e285d8332e5207b73f45b140bc511bad3 authored over 20 years ago by John Criswell <[email protected]>
Work with both test and train inputs

llvm-svn: 12047

7e063bef1592340472a3a7f7b8876400c41d13a6 authored over 20 years ago by Alkis Evlogimenos <[email protected]>
Move spec95 to the end of the list so that it doesn't kill spec 2k if it

has issues

llvm-svn: 12046

342356ba3fa5665a6850a6dec7249e14052b623b authored over 20 years ago by Chris Lattner <[email protected]>
fix a wierd jit-ls bug in the nightly tester

llvm-svn: 12042

efec055090ee12e807f7cef49b6d7760946d0ba3 authored over 20 years ago by Chris Lattner <[email protected]>
Resistance is futile

llvm-svn: 12041

8ff66255d49f5a127ffdaf396f07a61f146c6222 authored over 20 years ago by Chris Lattner <[email protected]>
The programs in this directory were either moved to SingleSource/Regression

or Benchmarks/Misc.

llvm-svn: 12040

1b96330abeb3388ec03b2f02d3aca643f460a6bd authored over 20 years ago by Chris Lattner <[email protected]>
Benchmark moved

llvm-svn: 12039

f10713a352119c5363edb0ddfb1b04ea1125c22a authored over 20 years ago by Chris Lattner <[email protected]>
This benchmark was moved to Benchmarks/Misc

llvm-svn: 12038

b38b2f049cef99056145e691e1a81ae8513d4a77 authored over 20 years ago by Chris Lattner <[email protected]>
Increase problem size, decrease io

llvm-svn: 12037

86b94e590911638840fcb01cb0168c541b3f3efa authored over 20 years ago by Chris Lattner <[email protected]>
This must be the most slowly converting approx of pi I have ever seen!

llvm-svn: 12036

6c8dd2c2a8d3cf83c6a0cf9f5632357470ece2fa authored over 20 years ago by Chris Lattner <[email protected]>
increase problem sizes

llvm-svn: 12035

22aedab0dde64043caf7d6d08fbb931bc904aea8 authored over 20 years ago by Chris Lattner <[email protected]>
Make siod grind a little, but don't print out GC messages

llvm-svn: 12034

291f795a6348eadae560ae1e387cc544bb3211b8 authored over 20 years ago by Chris Lattner <[email protected]>
Make this program take ~4.3s to run instead of 1s

llvm-svn: 12033

e91090e3bf8850ef8b36c84b875950ad4f752cfc authored over 20 years ago by Chris Lattner <[email protected]>
Remove "progress messages" that I added a long time ago

Increase the problem size. The commit message says that the runtime was reduced
*shudder* for th...

0d3df22148d9b58beef8f69b123de22c80b586fe authored over 20 years ago by Chris Lattner <[email protected]>
Make this work with both train inputs.

llvm-svn: 12024

37fe01def999d816f69589897d66dd55be94d76c authored over 20 years ago by Alkis Evlogimenos <[email protected]>
Make this work with both train inputs.

llvm-svn: 12022

68e8f0f42a8140372345de0045b52ecd6689da8e authored over 20 years ago by Alkis Evlogimenos <[email protected]>
Make this work with both test and train inputs.

llvm-svn: 12020

3f6b44c97d2ec2f5495c06d2daf579aab9b56126 authored over 20 years ago by Alkis Evlogimenos <[email protected]>
Really make this work with both test and train inputs.

llvm-svn: 12019

d86cfd32382fe4614b0416ef90e460b68bafa034 authored over 20 years ago by Alkis Evlogimenos <[email protected]>
Make this work with both test and train inputs.

llvm-svn: 12018

4d2aadab5e64600052d7cf7298f2dc025437aa40 authored over 20 years ago by Alkis Evlogimenos <[email protected]>
Make this work with the train inputs.

llvm-svn: 12017

0bdcaf655aa243eb145858a5b616f7166d965021 authored over 20 years ago by Alkis Evlogimenos <[email protected]>
Use train as the default and ref a LARGE_PROBLEM_SIZE.

llvm-svn: 12016

da50b1deec5ef80a9d1d30c44fa79991703d8b06 authored over 20 years ago by Alkis Evlogimenos <[email protected]>
Fix bug in benchmark

llvm-svn: 11993

8a89d8226626e0691bbf3817c7a8aad940b92193 authored over 20 years ago by Chris Lattner <[email protected]>
Enable link-time inlining in the test-suite. This was disabled while I was

working on the CGO paper, where we were comparing code sizes vs GCC. Since
GCC didn't do link-ti...

af1e86cd886eb4c4ee592d4d4a9e3e3c387d2f0e authored over 20 years ago by Chris Lattner <[email protected]>
write this correctly

llvm-svn: 11953

5098e7917d83e5168ad03260142133ae69ab25c2 authored over 20 years ago by Chris Lattner <[email protected]>
Provide the right input file

llvm-svn: 11952

928f76f5a63a8c760057ffdee0c16f0d23d77fc9 authored over 20 years ago by Chris Lattner <[email protected]>
Make SPEC95 always use ref inputs and switch SPEC2000 to use train inputs for short tests and ref inputs for long tets. Also override the input for CINT2000/188.ammp because it running for too long with these new defaults

llvm-svn: 11924

334421f72a7eabfb77ec90dd9b3899e1ac6c7109 authored over 20 years ago by Alkis Evlogimenos <[email protected]>
Fix .a file ordering problem. libpng depends on libz

llvm-svn: 11920

0228191d83a2c24a2112edc3727f77e5358fd1a1 authored over 20 years ago by Chris Lattner <[email protected]>
Initial commit of hbd.

llvm-svn: 11918

fb9c1a0fafcc04f0e124c4852c4be9c19b27d657 authored over 20 years ago by John Criswell <[email protected]>
Input file for hbd tests. Based off of code I did for a homework

assignment.
Needs to be bigger.

llvm-svn: 11917

e6a0ab448c8bf52d1aaa492c329c6ecc3710d75c authored over 20 years ago by John Criswell <[email protected]>
Adding hbd license information.

llvm-svn: 11916

00431983c179c6d704b0691d561f4ee8bb6b4ffa authored over 20 years ago by John Criswell <[email protected]>
This needs libm for the CBE

llvm-svn: 11914

470c9ee99f4ca8465637d78c673b291f4d099e14 authored over 20 years ago by Chris Lattner <[email protected]>
Get rid of libtiff, libjpeg, and the remaining libstdc++. They are not

needed by Povray 3.1g.

llvm-svn: 11910

925a1fef341ad520c41269ff92f2b33aa1315822 authored over 20 years ago by John Criswell <[email protected]>
This doesn't need libstdc++, and libstdc++ makes the pool allocator unhappy.

llvm-svn: 11909

f37f8fef82e5cb1c210f907d4be262266a9c71c8 authored over 20 years ago by Chris Lattner <[email protected]>
Look in the source tree for project report and plotting files. These are

not copied over to the build tree, and I don't see why they would need to
be copied into the obje...

6b11c10ff2cb3226419df4b98877eed4e72a92d4 authored over 20 years ago by John Criswell <[email protected]>
Run povray after spec, in case it doesn't work.

llvm-svn: 11897

b3d94fc9d495e01381ad8747b3a0b160fc30d6bf authored over 20 years ago by Chris Lattner <[email protected]>
Enable Povray for testing.

llvm-svn: 11893

c93ca7be0cb277de596a3ae37bd8dea85caf70a0 authored over 20 years ago by John Criswell <[email protected]>
Makefile for Povray 3.1g.

llvm-svn: 11880

a78d262e35fd3c16a0960908eb48dc7251ff1f75 authored over 20 years ago by John Criswell <[email protected]>
Fix problem -lm not being passed to the linker

llvm-svn: 11869

eeb011682fe7c0f43fd685edf28c7eefae462455 authored over 20 years ago by Alkis Evlogimenos <[email protected]>
Split SetjmpLongjmp tests in C and C++ subdirectories

llvm-svn: 11860

80714c8b39ba9c618a9360aaa0bca74f272e7eef authored over 20 years ago by Alkis Evlogimenos <[email protected]>
Make SPEC tests share a common Makefile.

llvm-svn: 11856

032892d8e93384c5a5c3d3bc245804d8d6b7fe96 authored over 20 years ago by Alkis Evlogimenos <[email protected]>
Fix bugs found with recent addition of assertions in

MRegisterInfo::is{Physical,Virtual}Register.

llvm-svn: 11849

5b8815b97f7526a6c6f33bf1e2136b2ba2865670 authored over 20 years ago by Alkis Evlogimenos <[email protected]>
Update column offsets after jit-ls addition.

llvm-svn: 11825

ece2017d3fcc40b9abb612ecc86d71c78a7623ee authored over 20 years ago by Alkis Evlogimenos <[email protected]>