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

Darwin (__APPLE__) uses gettimeofday.

This fixes compilation on MacOS X.

llvm-svn: 24006

819e3d823385c459e522aa3396cdded7ac78bdc7 authored almost 19 years ago by John Criswell <[email protected]>
Add sys/types.h, which seems to fix a silly bug in Apple's netinet/in.h

header file where they don't define in_addr_t.

llvm-svn: 24005

1c15ee2784a134decc6d622a83785fe43115711d authored almost 19 years ago by John Criswell <[email protected]>
Restore the file generated from the grammar. Instead fix the program to

write its output to stdout instead of to a file that clobbers one of its
source files.

llvm-svn:...

a9f7090e65397d4bac1b2dea7f0cd7bf901c4ad4 authored about 19 years ago by Chris Lattner <[email protected]>
restore this file

llvm-svn: 23862

dad6234ad1ccb6976108c8ee4416c556ad193cbe authored about 19 years ago by Chris Lattner <[email protected]>
This is not a part of the program, it is generated by running it

llvm-svn: 23861

f5baf7e69fd71dd569fe67b8b630435ca9fff9ad authored about 19 years ago by Chris Lattner <[email protected]>
The variable is Source, not Sources. Also, don't include grammar.g.c: it's

not part of the program, it's a file generated by running the test program.
This stops the infern...

60613d829ebb2d746584cada02fb34c1467f4ae4 authored about 19 years ago by Chris Lattner <[email protected]>
Corrected the inclusion of Makefile.FORTRAN, which is not copied into the

object tree by configure.

llvm-svn: 23825

ac9cf8f4435c7d6692296a7bda0352eaa9f1c768 authored about 19 years ago by John Criswell <[email protected]>
Corrected spelling.

llvm-svn: 23823

7e03d5f682e1a1bbca656a92c84d7aefcb9cc791 authored about 19 years ago by John Criswell <[email protected]>
Makefile.FORTRAN isn't copied into the object tree (and really doesn't need

to be), so just look for it in the source tree instead.

llvm-svn: 23822

667612c9208a9d1d3a96325184f99b89bc50b2b9 authored about 19 years ago by John Criswell <[email protected]>
Missing header file was causing lseek to receive incorrect args. Exposed by the

scheduler.

llvm-svn: 23701

49afa53aa78bb1596229d16547271caf50dcff8d authored about 19 years ago by Jim Laskey <[email protected]>
The dag combiner is on by default for llc now. Make scheduling llc-beta on

ppc again.

llvm-svn: 23683

3dd6417105b6b821b942c0fc41ed825114ee6653 authored about 19 years ago by Chris Lattner <[email protected]>
enable the dag combiner for tonight

llvm-svn: 23675

a0c777cade48d34222728c28c7f192996a21428b authored about 19 years ago by Chris Lattner <[email protected]>
Fix typo, thanks to Vladimir Merzliakov for pointing this out!

llvm-svn: 23607

62d79c780c581ac9c2af49fec4f435b65fbb911d authored about 19 years ago by Chris Lattner <[email protected]>
Don't make the nightly tester colors change all around. We don't want

bisort and em3d's lines to swap datapoints.

llvm-svn: 23598

611a78152c3e850a040a9c1a77c78aa4f0b413ef authored about 19 years ago by Chris Lattner <[email protected]>
Reorder this line so that it matches the nightly tester gnuplot scripts,

which was causing us to get the wrong labels on lines.

llvm-svn: 23597

72fa4e83f97fe932332a3dc11712f0bb84af6be5 authored about 19 years ago by Chris Lattner <[email protected]>
Turn on scheduling as llc-beta until Nate gets a chance to continue work on

the dag combiner

llvm-svn: 23486

c474b93b77182301a680053bf7bb872049ea5c00 authored about 19 years ago by Chris Lattner <[email protected]>
new testcase to generate an ascii-art mandlebrot

llvm-svn: 23429

2771a234af7fb2195e66f55a507fac3464aa633a authored about 19 years ago by Chris Lattner <[email protected]>
Fix these rules to not leave the file around if the diff file doesn't exist

llvm-svn: 23372

a63f3633088fbd46e6110f11271ad39de2b3b637 authored about 19 years ago by Chris Lattner <[email protected]>
Add an option to the DAG Combiner to enable it for beta runs, and turn on

that option for PowerPC's beta.

llvm-svn: 23253

e59aa554b390eb773775eb6520b272341d4e1de3 authored about 19 years ago by Nate Begeman <[email protected]>
This is no longer the beta option

llvm-svn: 23225

979a4d2f9320f536d4751556222bdba3be156301 authored about 19 years ago by Chris Lattner <[email protected]>
remove space from end of line

llvm-svn: 23187

dad733ff69b15a822fbe273c8dc649ecb75aa4f5 authored about 19 years ago by Chris Lattner <[email protected]>
Make this test not get constant folded away.

llvm-svn: 23175

8adba96e0e3605b8ca60f883222f4f9116b08de6 authored about 19 years ago by Chris Lattner <[email protected]>
check in a testcase for PR594 that I forgot to commit earlier

llvm-svn: 23174

ae0f1e3432713f1d2c2508ba23c6ab9aa93bbb47 authored about 19 years ago by Chris Lattner <[email protected]>
Rename the wait function to Wait to prevent it from conflicting with the

unix wait function, allowing it to build on darwin

llvm-svn: 23154

88c81fb08c7192bbf095e789a7b9d7bed00bbecd authored about 19 years ago by Chris Lattner <[email protected]>
dag-isel becomes llc-beta for ppc

llvm-svn: 23102

e5d46bd9e7c7ca0d0b76eec566ab72ebd5d6f550 authored about 19 years ago by Chris Lattner <[email protected]>
Turn off LLCBETA for PPC

llvm-svn: 23057

6c4c16b1e620082a1a9b89968a78ccff06b67b75 authored about 19 years ago by Nate Begeman <[email protected]>
Add new PowerPC beta option

llvm-svn: 22980

e24f47745296c1c80536ba75078f4cb495a57b8f authored about 19 years ago by Nate Begeman <[email protected]>
Make this compile

llvm-svn: 22906

0854c7acb785ae7f51ece861eaa8adbb1b4490d5 authored about 19 years ago by Chris Lattner <[email protected]>
This flag goes away

llvm-svn: 22862

fa8d826811964a37e82f1e96ef051957538fc145 authored about 19 years ago by Chris Lattner <[email protected]>
Adding edge case tests for int to fp casting.

llvm-svn: 22860

ff9267bffda36934237a7e410092431ae1947fef authored about 19 years ago by Jim Laskey <[email protected]>
Allow espresso to build under stricter C standards.

llvm-svn: 22859

7387e00e7d6ba8a76bdf27a9d12010d19beb8e87 authored about 19 years ago by Jim Laskey <[email protected]>
Switch PPC and X86 to test -split-phi-constant-crit-edges tonight

llvm-svn: 22826

050c62fb26428837ba46a0bc0f5b16a347a7b60b authored about 19 years ago by Chris Lattner <[email protected]>
This flag is gone now.

llvm-svn: 22795

900e3507c99089475adae962afda49783fde0eae authored about 19 years ago by Chris Lattner <[email protected]>
Added the configure option for the ALPBench benchmark suite.

llvm-svn: 22713

6f4c2049cbdfdee7b75c6d9bf9b1fa224d898e8a authored about 19 years ago by John Criswell <[email protected]>
get the FTOI opt right

llvm-svn: 22695

029041df9f3365abbda24d33f1c822123e4c2b29 authored about 19 years ago by Andrew Lenharth <[email protected]>
Switch to testing LSR for llc-beta on PowerPC

llvm-svn: 22684

aa155c0c0cc4cb0a4072a8922b77a5e93fd8a56e authored about 19 years ago by Chris Lattner <[email protected]>
No really, add hexxagonCVS: ----------------------------------------------------------------------

llvm-svn: 22674

19ddf1c004c6fb3beb6f10bf2d37a9807e57ab80 authored about 19 years ago by Chris Lattner <[email protected]>
Include missing header, allowing this to build with gcc 4

llvm-svn: 22658

951378a98a1e24c916bd1e9b860f14b0c054a37a authored about 19 years ago by Nate Begeman <[email protected]>
hexxagon works fine on Darwin with the last round of CFE changes

llvm-svn: 22654

cd8d85037c9a11058d0a9340099328eb2a987f4e authored about 19 years ago by Chris Lattner <[email protected]>
try some different llc-beta flags for alpha for a while

llvm-svn: 22645

3c2b7e9e322332fa46041e132cab33e86d58785a authored about 19 years ago by Andrew Lenharth <[email protected]>
so this is spec95 after all. Hope that other 64 bit platforms want the 64 bit flag set for them too

llvm-svn: 22607

a21630264f12abc2081f3cf76c341870b4713eba authored about 19 years ago by Andrew Lenharth <[email protected]>
including Makefile.spec95 at the bottom wipes out the flags. also, use a flag the benchmark cares about. Probably other archs want this too

llvm-svn: 22604

4630d9bb1b7de9dc3d1aae66c8856602b8e0f3a2 authored about 19 years ago by Andrew Lenharth <[email protected]>
Sync up with RunSafely.sh, adding support for cygwin and darwin

llvm-svn: 22600

008a21105ec3687afd4043a2e88d8a3483c2813c authored about 19 years ago by Chris Lattner <[email protected]>
Prevent llvm-test from filling up /cores with giant core files on darwin.

llvm-svn: 22599

4193902d9f120e3ec1cda6803690fc45bf77580b authored about 19 years ago by Chris Lattner <[email protected]>
add darwin compatibility

llvm-svn: 22589

203bac7dffc789a00db1d3e45da1bc7fb2358ce3 authored about 19 years ago by Chris Lattner <[email protected]>
Allow this to find input files with SRCDIR != OBJDIR

llvm-svn: 22552

e97e70ba5439eb79c5e0ad0bd5ac5d5f079cdb4c authored about 19 years ago by Chris Lattner <[email protected]>
Ensure that a corner case in the CFE never gets broken

llvm-svn: 22544

8795db787d455c7d08f9dd73a06dd2c31fae9dfe authored about 19 years ago by Chris Lattner <[email protected]>
Add the tolerance allowed by spec

llvm-svn: 22541

693febcfdda80fb12fd3b80b611e5ff19ffca149 authored about 19 years ago by Chris Lattner <[email protected]>
So if gdb gets in a loop reading stack frames, disks fill up. a backtrace of 100 frames should be enough for anybody

llvm-svn: 22540

2e469dbfcb53bc02a9ac2a1be1fdda263741b883 authored about 19 years ago by Andrew Lenharth <[email protected]>
On darwin, pass a special flag to make the assembler happy with G5-specific

instructions

llvm-svn: 22526

656dff339de0f89e4e6107a6644668e4818397d8 authored about 19 years ago by Chris Lattner <[email protected]>
new testcase, from PR449

llvm-svn: 22514

ad5c6ec19b14bc44c8c0f3f18771e48ec82e4e7a authored about 19 years ago by Chris Lattner <[email protected]>
Oops .. local change committed by accident.

llvm-svn: 22511

d041358630edd621674718f60aae89d55e3d06e0 authored about 19 years ago by Reid Spencer <[email protected]>
Make the configure script work on Solaris too, by removing bash specific

shell syntax (from LLVM's find_std_program.m4 script).

llvm-svn: 22510

2d2eff5b68306eea09709d29d70ff8ae275f41e3 authored about 19 years ago by Reid Spencer <[email protected]>
Add 301.apsi, which I forgot to check in earlier

llvm-svn: 22491

9688c8e0d99f58dc1142761fadb2e9917b8ace9a authored over 19 years ago by Chris Lattner <[email protected]>
Enable new flag for llcbeta on powerpc. This option requires a G5, which

is okay for the nightly tester.

llvm-svn: 22487

9b9360bccfe09fe1dfdac05f0d540a7379326aee authored over 19 years ago by Nate Begeman <[email protected]>
If we have NAG Fortran, run ALL of the CFP2000 tests

llvm-svn: 22482

f3447d9285d4570a61b096a69f583a8333c47c21 authored over 19 years ago by Chris Lattner <[email protected]>
add 178.galgel

llvm-svn: 22481

01e8d62db2b82ecca8eb02c1f91125aebddf4b03 authored over 19 years ago by Chris Lattner <[email protected]>
add facerec, which works with NAG

llvm-svn: 22478

c62a533d87bd71092175d6eb0a36182a4fe8eaa4 authored over 19 years ago by Chris Lattner <[email protected]>
add support for files with the .f90 suffix, pass extra link options to

build programs correctly

llvm-svn: 22477

279045d3ad12f2fb9610aaa3cc0563fcc284b086 authored over 19 years ago by Chris Lattner <[email protected]>
add lucas with the NAG fortran fe

llvm-svn: 22476

1e5d455968adac9085bb5d73d2cdb3aa0d360241 authored over 19 years ago by Chris Lattner <[email protected]>
Add info for this to compile with NAG

llvm-svn: 22475

66f40ccf882ab422ed77df86b63c696bac35bc83 authored over 19 years ago by Chris Lattner <[email protected]>
NAG fortran supports this program, though f2c doesn't.

llvm-svn: 22474

de3d0f151ab33ac923837d9d8f295103a817c1b5 authored over 19 years ago by Chris Lattner <[email protected]>
Make these tests all work with NAG fortran or F2C

llvm-svn: 22473

3cd46abc3f4199409b42f32a7bb16815024e07dc authored over 19 years ago by Chris Lattner <[email protected]>
minor tweaks

llvm-svn: 22472

531dd1d41c45bc6291171d33ef6666b473792ce9 authored over 19 years ago by Chris Lattner <[email protected]>
initial support for NAG fortran

llvm-svn: 22471

edf6836b3711bc49ded7da63ad7e30f7542f1f1a authored over 19 years ago by Chris Lattner <[email protected]>
thorough tests for int-to-fp casting of all sizes

llvm-svn: 22463

17d5335ad630ca82ca52792dcb6446b397ba905f authored over 19 years ago by Chris Lattner <[email protected]>
Rename option to -nag-fortran

llvm-svn: 22462

63a381cab1d3a4e68ed78711df832b939ed1d0c7 authored over 19 years ago by Chris Lattner <[email protected]>
Scratch Chris' itch about alternate names for programs.

llvm-svn: 22460

c8818bc47ef55a65201bcff3b384ddb36f0c1497 authored over 19 years ago by Reid Spencer <[email protected]>
Implement checks for the NAGWare F95 Fortran -> C translator.

llvm-svn: 22459

f2e6bec6392a8e6b5e4d082fecb66bdbca773243 authored over 19 years ago by Reid Spencer <[email protected]>
Switch a __POWERPC__ to a __APPLE__, so that memalign isn't available on

Mac OS X for Intel either.

llvm-svn: 22448

0dd5f3b3eb877e30f43b4d06932336fd7bfb9810 authored over 19 years ago by Nate Begeman <[email protected]>
as per Misha's suggestion

llvm-svn: 22444

7608e25e24123bae508cb75597a6cd02a0c4ae2d authored over 19 years ago by Andrew Lenharth <[email protected]>
So on alpha, gcc misoptimizes things. So conditionally (on if we are on alpha)

change the optimization levels of the cbe and native

note llc compiles things correctly, this is...

dc0d953974f1360ac3ed35347c848110efd55cdd authored over 19 years ago by Andrew Lenharth <[email protected]>
Clean out a layer of PR100 related cruft, making use of the new autoconf

machinery that Reid installed

llvm-svn: 22436

9a19cb064c1aa963ab2dde45ccdd562dc7182345 authored over 19 years ago by Chris Lattner <[email protected]>
Make the search for the f2c program include a search of the user's path.

llvm-svn: 22435

38498730b194bd76b27602161939810b38859b42 authored over 19 years ago by Reid Spencer <[email protected]>
Minor adjustments to make --with-f2c a little easier to use and understand.

llvm-svn: 22431

70bf91330069a92d9c6dfc315e93f86439918b0c authored over 19 years ago by Reid Spencer <[email protected]>
Fix a read-after-free memory error that is causing the test to fail on darwin

llvm-svn: 22427

21d45c68eeebbb05423af944baa414128240e689 authored over 19 years ago by Chris Lattner <[email protected]>
The povray source distro we use has libpng in the source tree. Use this

source instead of depending on having an installed libpng. This gets the
program working on syst...

b61ef46240329136816e0cbd004129c67416fbb6 authored over 19 years ago by Chris Lattner <[email protected]>
Must include Makefile.config before testing OS. This gets 197.parser

building correctly on Darwin.

llvm-svn: 22425

cf1a20047967983ae2d5948e4ae2ed8723b064f4 authored over 19 years ago by Chris Lattner <[email protected]>
disable this test on platforms without the re_* fns

llvm-svn: 22410

c06175210e8b82ee5b0f16c38c02eaee273d8deb authored over 19 years ago by Chris Lattner <[email protected]>
disable this test on systems that don't have re_exec, like darwin

llvm-svn: 22409

297bc9397d4c93ff3ef2eea722ad54af7da92e3a authored over 19 years ago by Chris Lattner <[email protected]>
Test for the re_comp function so that platform differences can be

compensated for via testing in makefiles if HAVE_RE_COMP is defined. With
this change, llvm-test ...

795b4023a3d87a3294c43e7d86a307d90493c31b authored over 19 years ago by Reid Spencer <[email protected]>
Make this work with Mac OS/X

llvm-svn: 22325

651a37f59751aac15493ff2f7eb73b5995837b88 authored over 19 years ago by Chris Lattner <[email protected]>
Make this easier to check

llvm-svn: 22283

bec5d32707a579a285c89794059d4caa67dc480b authored over 19 years ago by Chris Lattner <[email protected]>
Correct some documentation to reflect reality.

llvm-svn: 22229

d007f30430c1988d2bff2b2bf880b2082de52f74 authored over 19 years ago by Reid Spencer <[email protected]>
unbreak reports in this directory

llvm-svn: 22149

e13d1dcc77fa68b238600b7baea0d3a88660c742 authored over 19 years ago by Chris Lattner <[email protected]>
Remove this

llvm-svn: 22144

ff2674369389e15501461ea9f5f694593bf24209 authored over 19 years ago by Chris Lattner <[email protected]>
Updated version to LLVM 1.6 CVS.

llvm-svn: 22122

a44c2ff5172235a595e9fbfc3106e80234543c78 authored over 19 years ago by John Criswell <[email protected]>
Merged in release_15.

llvm-svn: 22120

bf407c79d98ea76daf69361b6ff0b07ec5525dd5 authored over 19 years ago by John Criswell <[email protected]>
Bye-bye, boxed-sim! Regards from Chris.

llvm-svn: 22116

222ad4888b23d49f899a253273dd6d51c7feffde authored over 19 years ago by Misha Brukman <[email protected]>
boxed-sim is history, per Chris' request

llvm-svn: 22115

b3a81ac0910d2027872d597fbaae294ff3da2fe6 authored over 19 years ago by Misha Brukman <[email protected]>
Ignore autoconf-generated entities

llvm-svn: 22114

98e06bb79b2f732b5fd4f4f2068e32b8d1d60b07 authored over 19 years ago by Misha Brukman <[email protected]>
remove this program, it is buggy and has never worked

llvm-svn: 22109

582ead9aa7632564e930aa7e831d5f028e1c1d5b authored over 19 years ago by Chris Lattner <[email protected]>
Add some output for the ffs, ffsl, and their associated builtins to test

the simplify-libcalls for ffs.

llvm-svn: 22066

a2d1ce14e72794aca1d5c745c34765f2d785868a authored over 19 years ago by Reid Spencer <[email protected]>
don't let native compiler failures kill a directory

llvm-svn: 22063

0d3ed15e0c11fc14b03a74dd4a95be0a5f9ad75b authored over 19 years ago by Chris Lattner <[email protected]>
don't let native builds kill a directory

llvm-svn: 22062

e7753d89b892cc5f5dd0036d59d896acd4952707 authored over 19 years ago by Chris Lattner <[email protected]>
stop reading beyond the end of a buffer

llvm-svn: 22043

5894d1098fe1111f6971e56cd27ebb6beaa66696 authored over 19 years ago by Chris Lattner <[email protected]>
Fix the title in the header.

llvm-svn: 22032

1098416c9d04a54afb510f41c645c9950e6e7fea authored over 19 years ago by Reid Spencer <[email protected]>
* Fix the header

* Use "summary" as a better target name
* Don't print the opt command line

llvm-svn: 22031

9d797c992afb99e4c425950fae9c41210cb07917 authored over 19 years ago by Reid Spencer <[email protected]>
Add a new report generator for the simplify-libcalls pass. To use just

"make TEST=libcalls list-calls" which will garner a summary generated by
the pass' statistics.

l...

52e55e7334ddb270ae8b07a1b4e7608db71fcc1a authored over 19 years ago by Reid Spencer <[email protected]>
new testcase that the x86 be fails

llvm-svn: 21983

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