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

Fix some mismatched free/delete/delete[]'s.

llvm-svn: 21951

7f71fdc8ce4337eacf92cbac01b48523611e87ac authored over 19 years ago by Chris Lattner <[email protected]>
remove ^M's

llvm-svn: 21950

e3eed595913bd1d3b59fb1fe3fec7d7a89344e48 authored over 19 years ago by Chris Lattner <[email protected]>
use delete[] for new[]'d memory

llvm-svn: 21949

48faca40b55431323aa9bee69a99acc5ec8d21e4 authored over 19 years ago by Chris Lattner <[email protected]>
fix problems with new[]/delete

llvm-svn: 21948

a94bc989ca2ea3d508257b742970cfefbfb17b48 authored over 19 years ago by Chris Lattner <[email protected]>
explicitly zero memory, new does not do this

llvm-svn: 21947

6f94328aeb4cd6ae15e3d433e31dba699f960c66 authored over 19 years ago by Chris Lattner <[email protected]>
remove ^M's

llvm-svn: 21946

640932f2ae7bf43545907d3988045cbaa56fb132 authored over 19 years ago by Chris Lattner <[email protected]>
stop testing ctz/clz of zero, as GCC doesn't define these. now, the native/LLC

/CBE outputs should match so this test can finally start passing

llvm-svn: 21933

7725772906d440e94378eaf2527308a5505990a1 authored over 19 years ago by Duraid Madina <[email protected]>
This is gone

llvm-svn: 21921

67d0bd71588229320e1bebcee2b8ea9a870f397b authored over 19 years ago by Chris Lattner <[email protected]>
Use -enable-x86-fastcc for x86 llc-beta

llvm-svn: 21913

43ec1d28a5f3a46412ec4357a1f629a43cc8e53e authored over 19 years ago by Chris Lattner <[email protected]>
Perfect Club is gone

llvm-svn: 21911

3a62088f80a6ffb975af8bce0abb822d40d653ea authored over 19 years ago by Misha Brukman <[email protected]>
Perfect Club doesn't work, at least not with f2c

llvm-svn: 21909

5be71a01db1a542c0b6482a038e777f20b0dee85 authored over 19 years ago by Misha Brukman <[email protected]>
PerfectClub benchmarks don't work, at least not with f2c

llvm-svn: 21908

cd664e555224a26b03e5213789f2a5d61031e838 authored over 19 years ago by Misha Brukman <[email protected]>
Add tests for the 64-bit versions as well

llvm-svn: 21897

cb4650ae3c5fa5cd822df3cba2696827ec7c4777 authored over 19 years ago by Chris Lattner <[email protected]>
add a test of the clz, popcount and ctz builtins

llvm-svn: 21865

2cc306b9e972586c7ed3ddad86e61664d8ecac53 authored over 19 years ago by Duraid Madina <[email protected]>
OK, maybe I should mask the bug the other way after all. ;) SPASS should

now pass on ia64 even with gcc 3.4.

llvm-svn: 21843

7d3408d623df32d2e25e82e82c3e900a5da150d2 authored over 19 years ago by Duraid Madina <[email protected]>
add -DNO_MEMORY_MANAGEMENT again (without this, SPASS violates ANSI

aliasing rules and therefore segfaults when built with gcc 3.4/4.x
regardless of platform)

unfor...

2f2f7d428c2e8d9b9d355fde09589ab4e757e257 authored over 19 years ago by Duraid Madina <[email protected]>
Add a tolerance value from the spec .pm file

llvm-svn: 21813

f73214954a6d5623cdad3bbaa6760519f0b95d99 authored over 19 years ago by Tanya Lattner <[email protected]>
use hand-hacked c files

llvm-svn: 21802

8787c8ca871cc8cbaa6b00e3c5c1ec7f286231ec authored over 19 years ago by Chris Lattner <[email protected]>
If a program has a tolerance set, pass it to bugpoint!

llvm-svn: 21794

0dc486aa42d3fee99ce95aa2197c3434bd0bd882 authored over 19 years ago by Chris Lattner <[email protected]>
add a tolerance value from the spec profile

llvm-svn: 21793

8750d60f7b27d3e3eb3e954500aee0b109b059a0 authored over 19 years ago by Tanya Lattner <[email protected]>
Enable this test. It requires libdl.so so we give it the -ldl flag.

llvm-svn: 21617

0296f58896af82412b5fab06bedb88cbea3af63b authored over 19 years ago by Reid Spencer <[email protected]>
Cut 60-70% off of the file size of the html files.

llvm-svn: 21601

7f6432cd2f2c953a4d897a6e25fb82c814dd7ff0 authored over 19 years ago by Andrew Lenharth <[email protected]>
Disable SPASS on sparc since it seems to be infinitely looping.

llvm-svn: 21588

e9f47362f5adb3b856d6cacbc2bec61eddb9fc8e authored over 19 years ago by Tanya Lattner <[email protected]>
unfortunately, using plain old malloc() breaks CBE on ia64 (claims to be

running out of memory but it shouldn't be)

so for now, back this out

llvm-svn: 21557

f05ea424e50e266a27fb5dfd8dc58670a222e66b authored over 19 years ago by Duraid Madina <[email protected]>
(llc/cbe/native builds were built differently, oops)

llvm-svn: 21556

6b444f316d7a0774b5532a667005f75022c1f094 authored over 19 years ago by Duraid Madina <[email protected]>
Adding makefile!

llvm-svn: 21551

48f301acbb32c55c66bde1a28ef7e861356b45a4 authored over 19 years ago by Tanya Lattner <[email protected]>
adding makefile.

llvm-svn: 21550

0cb469371a8550db6b0808eadfae769fdede3904 authored over 19 years ago by Tanya Lattner <[email protected]>
include Makefile.f2c before listing any source files

llvm-svn: 21549

4d6c13855c3da029cff2015ee0b872df9d3f33a5 authored over 19 years ago by Misha Brukman <[email protected]>
Get arc2d closer to working

llvm-svn: 21538

9a6f4df2d66cb64cf8dfaf3f1b2958259037fe76 authored over 19 years ago by Misha Brukman <[email protected]>
instead of using a custom memory allocator, just use malloc. This slows down

the program a little bit, but not enough to screw analysis :)

llvm-svn: 21531

8654be377600857ce6a3960d5cc008d13cbed3a7 authored over 19 years ago by Chris Lattner <[email protected]>
Add a new program

llvm-svn: 21530

111832f78f95567b36ea7835872dd2cdce6f8cac authored over 19 years ago by Chris Lattner <[email protected]>
add SPASS (GPL) to license.txt

llvm-svn: 21529

e6b07f9e101e4ee67a87ef0e439c0fd47efec565 authored over 19 years ago by Duraid Madina <[email protected]>
add some docs

- for more, see the SPASS homepage: http://spass.mpi-sb.mpg.de/

llvm-svn: 21528

00a3b0ca34e3f5da4603e5805a53945101f681cd authored over 19 years ago by Duraid Madina <[email protected]>
seriously, this program is great. i left it running last night and it

figured out that misha was in fact a plant, all by itself

llvm-svn: 21527

246ffd5067b566355c67f671fba73de56a631774 authored over 19 years ago by Duraid Madina <[email protected]>
Incorporate changes from configure.ac for Perfect Club benchmarks

llvm-svn: 21519

982aa759107e5a282fdde613b4fd1e1aeb90b004 authored over 19 years ago by Misha Brukman <[email protected]>
* Refer to source files relatively, not using absolute path

* include Makefile.perfect not the generic Makefile.multisrc

llvm-svn: 21518

75cdac3254b52a4a702c53be3b91044ca10f2800 authored over 19 years ago by Misha Brukman <[email protected]>
List all benchmarks on one line -- the final \ terminator was breaking things

llvm-svn: 21517

d684f3773dc1abbbd67dbe9244a053a5cf120f09 authored over 19 years ago by Misha Brukman <[email protected]>
* Fix version to reflect it's the CVS version, not final release

* Add a definition for llvm_src directory as it's used in config.status
* Copy over Makefile.perf...

e4d85073faf2ef2428151f70952953200f1ce329 authored over 19 years ago by Misha Brukman <[email protected]>
Add SPEC-like template Makefile and sandbox runner script

llvm-svn: 21514

97e9451fd5c51d915c9f4cad400c16e7850db58f authored over 19 years ago by Misha Brukman <[email protected]>
Fix LEVEL of PerfectClub dir

llvm-svn: 21512

294d909eb1c25c71e2ced0afe3bf300085af8517 authored over 19 years ago by Misha Brukman <[email protected]>
Fix location of perfect club benchmarks

llvm-svn: 21511

267fd18ba8eaa02d7aa4a2fadbf7405d8ac0cdd4 authored over 19 years ago by Misha Brukman <[email protected]>
Add comment for Perfect Club benchmark config

llvm-svn: 21509

591ff1d2110190103b309873fa0c512ad05954da authored over 19 years ago by Misha Brukman <[email protected]>
Enable Perfect Club benchmarks

llvm-svn: 21508

bc2375a2e10b33a4afb87957f1ace250072ffcd7 authored over 19 years ago by Misha Brukman <[email protected]>
Adding Makefile for arc2d. This will be fixed after autoconf support is added.

llvm-svn: 21506

808ee28cd469b47dcf0a9b8d41e9a1fd2ff4a978 authored over 19 years ago by Tanya Lattner <[email protected]>
Adding Makefile for adm. This will be fixed after autoconf support is added.

llvm-svn: 21505

59258d57740800dcb9021cad994005686872afee authored over 19 years ago by Tanya Lattner <[email protected]>
Adding Perfect Club benchmarks.

llvm-svn: 21504

1af628c5f007d47f95167fe2aa0af52f71c805a2 authored over 19 years ago by Tanya Lattner <[email protected]>
add a l_p_s input

llvm-svn: 21488

6e86a1322a96c0fe9d62200809f811cca0d56eb0 authored over 19 years ago by Chris Lattner <[email protected]>
don't let kc++ clobber its own files when it runs the test. This means

that I can finally run the test multiple times now! :)

llvm-svn: 21404

6fa780282755336510d08fb3661f93fbb4794427 authored over 19 years ago by Chris Lattner <[email protected]>
add a LARGE_PROBLEM_SIZE input

llvm-svn: 21375

e80b27de3f753f630172c51decd6b9822b59f7e5 authored over 19 years ago by Chris Lattner <[email protected]>
Fix comment: Makefile.config is a configuration makefile, the "master Makefile"

is Makefile.rules

llvm-svn: 21373

16127ef211b2159f3f93117fe75d9cca265492f7 authored over 19 years ago by Misha Brukman <[email protected]>
Make pattern isel default for ppc

Add new ppc beta option related to using condition registers
Make pattern isel control flag (-ena...

0c5ccd7da3c3bf418440f1ed26bd6a1b4be0448f authored over 19 years ago by Nate Begeman <[email protected]>
make this work on x86

llvm-svn: 21308

a53e84fd2ddb567f55e9aaafec54b85953563f7d authored over 19 years ago by Chris Lattner <[email protected]>
change beta options for alpha (LSR has had it's chance for a while)

llvm-svn: 21290

43fd61c4b4e0842d718ede2657da95849d3345c5 authored over 19 years ago by Andrew Lenharth <[email protected]>
new testcase for 64-bit int -> FP operations

llvm-svn: 21278

c541bb36c60c704b8edb2d6f0ec65252137d46f3 authored over 19 years ago by Chris Lattner <[email protected]>
allow this to pass with l_p_s on apoc

llvm-svn: 21259

cbb8b6e1a71d4216e715d055dca07a58f620b4a6 authored over 19 years ago by Chris Lattner <[email protected]>
fix large problem size

llvm-svn: 21257

d1e1ca9f3b2fc28bfce0170323c5be55009014ff authored over 19 years ago by Chris Lattner <[email protected]>
improve the bm, though it still doesn't work

llvm-svn: 21239

60e1e66ac0a0880deab3ab8f582712b79b57328c authored over 19 years ago by Chris Lattner <[email protected]>
switch from taking 0.05s to ~1.5s on apoc

llvm-svn: 21238

333a91ae429e67f8e8c6c6e261c81da22ca86b39 authored over 19 years ago by Chris Lattner <[email protected]>
add a larger input

llvm-svn: 21237

36c8cd674b2a179e917fd72672f5c6ed072dca9d authored over 19 years ago by Chris Lattner <[email protected]>
add large-problem-size input

llvm-svn: 21235

5288b576debfb9894548c2493124ac27bae3a37a authored over 19 years ago by Chris Lattner <[email protected]>
These benchmarks work for me, enable by default :)

llvm-svn: 21229

3e867eb84e77ce19e08d58d4b78c12debefc440c authored over 19 years ago by Chris Lattner <[email protected]>
add SMG2000 license pointer

llvm-svn: 21219

66505bd81d50073c69dc46e2da1fd81088576e95 authored over 19 years ago by Duraid Madina <[email protected]>
Makefile for the ASCI_Purple directory - will probably add some other

benchmarks in here later

llvm-svn: 21218

e16f3c72b226d4c9b565c3ef38cc606b3e32ed80 authored over 19 years ago by Duraid Madina <[email protected]>
* add the SMG2000 benchmark. This one is brutal on memory, anything

you can do in terms of prefetching/unrolling/SWP will probably help.

llvm-svn: 21217

f2b10dedd3ca08550c3491728f4f59772aef9d7d authored over 19 years ago by Duraid Madina <[email protected]>
Remove extra `)'

llvm-svn: 21194

89bb9d20367ae194452e8080b67bf4cd2ee40cc4 authored over 19 years ago by Misha Brukman <[email protected]>
Make crafty work on ALL THREE platforms.

llvm-svn: 21192

4bdeaa1173ec76788d3181c34cc8d2608b15a2bf authored over 19 years ago by Chris Lattner <[email protected]>
unbreak this on x86 and other platforms. This may break alpha again...

llvm-svn: 21186

28087f556de03370b479224101443584c11eed8d authored over 19 years ago by Chris Lattner <[email protected]>
Fix a strange problem that prevented custom tests from working.

llvm-svn: 21172

4a66d8749022d98caceb7e08e3e13639a24b79b1 authored over 19 years ago by Tanya Lattner <[email protected]>
new testcase that the PPC and X86 backends miscompile

llvm-svn: 21118

0a0966b695b9449cddd77fa3d4aff414ef0225e2 authored over 19 years ago by Chris Lattner <[email protected]>
If either of the program runs takes < 0.1s, don't bother printing a ratio.

llvm-svn: 21100

e62374f8ff8c2f8662d29b2327a1cd823327c7e3 authored over 19 years ago by Chris Lattner <[email protected]>
Add this in hopes of getting the program to work by stopping conflicts on isnumber.

llvm-svn: 21093

b2b47edcb18f13571001c355ed6f0b17bed4285f authored over 19 years ago by Chris Lattner <[email protected]>
Added Alpha (and IA64, because I'm nice like that) compatibility flag

llvm-svn: 21083

6c5b451130c95616a833fba63261847d830e8acf authored over 19 years ago by Andrew Lenharth <[email protected]>
Added Alpha compatibility flag

llvm-svn: 21082

52ac4d48cdddc0f25de0e3661464b8f140805a7c authored over 19 years ago by Andrew Lenharth <[email protected]>
Added Alpha (and IA64, because I'm nice like that) compatibility flag

llvm-svn: 21081

8ffb47d1de23ab36224707ea28a17a8155255d64 authored over 19 years ago by Andrew Lenharth <[email protected]>
Added Alpha Compatibility flag

llvm-svn: 21080

9d941bda8fb70ae370662a8de3a6e8a0ce3a07f4 authored over 19 years ago by Andrew Lenharth <[email protected]>
add anders and newlines to this report

llvm-svn: 21079

5e00e67b623f652ceb7c51caf6c3911967c5bdfc authored over 19 years ago by Chris Lattner <[email protected]>
add anders to this report

llvm-svn: 21078

400b17900ec4a04a3381e02b39eda257a8de15b5 authored over 19 years ago by Chris Lattner <[email protected]>
Change PPC beta option from Loop Strength Reduce to Pattern ISel until

Pattern ISel has subsumed the Simple ISel.

llvm-svn: 20963

ac25a1b4fdba654f2df822954c18a884330185e0 authored over 19 years ago by Nate Begeman <[email protected]>
added define for alpha to get correct prototype for memalign

llvm-svn: 20895

df69212d5592d30e0ec49cb0b29080cec40447af authored over 19 years ago by Andrew Lenharth <[email protected]>
add a row map so that we emit numbers in the same order as the dsgraph report.

llvm-svn: 20876

ba7a64bf4572a1f28712cb3fbbdf51abbc649070 authored over 19 years ago by Chris Lattner <[email protected]>
When printing out a report in CSV for import to a spreadsheet, do so in latex

row order if defined.

llvm-svn: 20875

86f87e0fb8b9a1db31a5303c25f5a6e71ba40f21 authored over 19 years ago by Chris Lattner <[email protected]>
Add ALL mod/ref info

llvm-svn: 20865

2ea22b157f8b4d451c3b4f09e1ca7ec87737e814 authored over 19 years ago by Chris Lattner <[email protected]>
Add information about type safety

llvm-svn: 20846

9df0574999181096e872cd84ebbc947637583c58 authored over 19 years ago by Chris Lattner <[email protected]>
update this to emit the happy latex code that I'm using in my thesis.

llvm-svn: 20835

d435111ac00485e6e0523e4769d667686b9ddd2d authored over 19 years ago by Chris Lattner <[email protected]>
clean up these reports

llvm-svn: 20783

97ae8479fa9c86c2e0680e2123f3e22c96018d5b authored over 19 years ago by Chris Lattner <[email protected]>
add an option to remove all directories from test names.

llvm-svn: 20782

343a745c4effd43da921df66d3c7edef1c9a4f84 authored over 19 years ago by Chris Lattner <[email protected]>
don't accumulate timing runs.

llvm-svn: 20768

72c794604cb475770c7627490d064d7147b4f18c authored over 19 years ago by Chris Lattner <[email protected]>
Clean up this report a LOT. In particular, don't spew tons of crap to the

console and eliminate pointless columns.

The biggest change is that we now run DSA twice: once w...

79e91560f469997eeac266b2d351f883abcb06f4 authored over 19 years ago by Chris Lattner <[email protected]>
add a report for comparing the AA and mod/ref precision of basic-aa,

steensgaards, steensgaards with field sensitivity, and DSA.

llvm-svn: 20661

c5162cc9671731895fc940b37e6f2c967bce3e6b authored over 19 years ago by Chris Lattner <[email protected]>
add tolerances as specified by spec

llvm-svn: 20646

98b5a9feaa9ae0f73f1e90d0529214a8ffc930c8 authored over 19 years ago by Chris Lattner <[email protected]>
pass EXTRA_LINKTIME_OPT_FLAGS after the main program so that we can play with archives.

llvm-svn: 20632

51364a07242f55043f67686f8537e655f8ba1f5d authored over 19 years ago by Chris Lattner <[email protected]>
Add notes on f2c status of program translation

llvm-svn: 20625

cb60788360017eded2dc62a0f627554a561b9640 authored over 19 years ago by Misha Brukman <[email protected]>
Enable the F77 SPECFP2K programs.

llvm-svn: 20624

0de3f99f04fc7e4646eea54d35fad595e5ce9dd5 authored over 19 years ago by Chris Lattner <[email protected]>
Turn off warnings for programs in llvm-test. We are aware of the fact that

they are gross and crufty, they should not need to match the standards of the
main LLVM codebase....

afa0495eb134558ccb6d7dd2d70f8e62ca447666 authored over 19 years ago by Chris Lattner <[email protected]>
apply magic to get this to build on darwin

llvm-svn: 20522

58d9d9ba7b503a817e90240608b46861f9cee036 authored over 19 years ago by Chris Lattner <[email protected]>
Make this build on darwin, whose ctype.h defines isnumber, which conflicts

with a source function.

llvm-svn: 20521

835dd4ff7965f4ad753424fd3e65bbc01c79345c authored over 19 years ago by Chris Lattner <[email protected]>
More FreeBSD fixes for llvm-test.

llvm-svn: 20517

2cdce1cc45aafbd8c48b2b4acc3c123db446f0f0 authored over 19 years ago by Jeff Cohen <[email protected]>
Fix compilation errors on FreeBSD.

llvm-svn: 20510

9ef998e2208f85e400def19579bd4225543a6add authored over 19 years ago by Jeff Cohen <[email protected]>
add lsr to alpha as llcbeta

llvm-svn: 20409

748bfc080326e90c4c3ca11628b0cf210c7f14ee authored over 19 years ago by Andrew Lenharth <[email protected]>
initialize memory, fixing this program's regression in the JIT last night.

llvm-svn: 20403

ea867db7a81c2489f5bc9be2c1bc1d5a0c1620fa authored over 19 years ago by Chris Lattner <[email protected]>