Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

M68k LLVM Development

Motorola 68000 series processors development in upstream LLVM (ex. compiler backend)
Collective - Host: opensource - https://opencollective.com/m68k-llvm-dev - Website: https://m680x0.github.io - Code: https://github.com/m680x0

Make bugpoint automatically get the timeout value from the RUNTIMELIMIT variable,

which defaults to 500s but can be customized in a program makefile or be passed
on the command li...

github.com/llvm/llvm-test-suite - 4d9c989031d4926a49ffc4fc94a6911bbb6b6d27 authored over 20 years ago by Chris Lattner <[email protected]>
CHange llc-ls to llc-beta.

llvm-svn: 15131

github.com/llvm/llvm-test-suite - 62eb9b731e38fa029ed2e3f560e52c4439ed3bbd authored over 20 years ago by Alkis Evlogimenos <[email protected]>
Switch columns to "beta" instead of "ls"

llvm-svn: 15128

github.com/llvm/llvm-test-suite - 95c94e476e4a23f43b10432e64289cdf19521e2d authored over 20 years ago by Chris Lattner <[email protected]>
Switch linscan column to iterative scan now that linscan is the default

llvm-svn: 15127

github.com/llvm/llvm-test-suite - 329861fcae72fafa5065bb1a9fed5d7e00084856 authored over 20 years ago by Chris Lattner <[email protected]>
Switch linscan column to iterativescan

llvm-svn: 15126

github.com/llvm/llvm-test-suite - 6ad142e27eb2a71c9e08d8d1231c22e194d0fb43 authored over 20 years ago by Chris Lattner <[email protected]>
For some reason this test magically started failing last night due to the

definition of fatal. Looking at it, I don't see how it could have worked in
the first place, so j...

github.com/llvm/llvm-test-suite - 15e5ecb03a681478f38781d280f2da09923a37f7 authored over 20 years ago by Chris Lattner <[email protected]>
Add missing function declarations.

llvm-svn: 15076

github.com/llvm/llvm-test-suite - 87fd8069c358562dc91c02c8b10fb3ab66f95f71 authored over 20 years ago by Misha Brukman <[email protected]>
Fix compilation on MacOS X, similar fixes as for FreeBSD.

llvm-svn: 15045

github.com/llvm/llvm-test-suite - 7733223fafff2611698ccf56013da863776ec12e authored over 20 years ago by Misha Brukman <[email protected]>
stdlib is, well, a standard

llvm-svn: 15044

github.com/llvm/llvm-test-suite - 44d65417076bca6b82b049eb43f493eb844522ab authored over 20 years ago by Chris Lattner <[email protected]>
malloc is always located in stdlib.h

llvm-svn: 15043

github.com/llvm/llvm-test-suite - 3e719b0a90352696c0ab708fd5ccfb4b7a1a5484 authored over 20 years ago by Chris Lattner <[email protected]>
MacOS X declares malloc() in <stdlib.h>

llvm-svn: 15041

github.com/llvm/llvm-test-suite - 7c630c4e8b900a74900a9739352db0c26eedf2cf authored over 20 years ago by Misha Brukman <[email protected]>
Unbreak FreeBSD support -- it needs <complex.h>

llvm-svn: 15040

github.com/llvm/llvm-test-suite - 7b8199895ac01b43c0c3b480b12e2def5d2b620a authored over 20 years ago by Misha Brukman <[email protected]>
Some platforms (e.g., MacOS X) define cabs() as:

struct {double x, y;} z;
double cabs(z);
cabs(z) == hypot(x,y) == sqrt(x*x+y*y), so rewrite t...

github.com/llvm/llvm-test-suite - 9858b2894306ad99056184ed1e5dcb95e9a891d2 authored over 20 years ago by Misha Brukman <[email protected]>
* malloc() is declared in <stdlib.h> on MacOS X

* Make file readable: fix whitespace

llvm-svn: 15038

github.com/llvm/llvm-test-suite - 5574f6b23edca7422f3f60d570aac56bceeedb48 authored over 20 years ago by Misha Brukman <[email protected]>
Set FP_TOLERANCE to allow for minor FP differences.

llvm-svn: 15020

github.com/llvm/llvm-test-suite - ac71971d1e7f7a0e3c68a90e98bdea3af450d821 authored over 20 years ago by Misha Brukman <[email protected]>
get rid of incorrect declaration of shmat(). If it isn't in sys/shm.h then

"oh well.."

llvm-svn: 14915

github.com/llvm/llvm-test-suite - 872153cff5ca3da96bdba58e258d5ccaf5478486 authored over 20 years ago by Reid Spencer <[email protected]>
Remove unneeded </a> tag from comments.

llvm-svn: 14889

github.com/llvm/llvm-test-suite - 43ddf4467352a9d02a1a3d265af20e91eedda58c authored over 20 years ago by Misha Brukman <[email protected]>
Fix bogus printf formats. Patch contributed by Vladimir Prus

llvm-svn: 14771

github.com/llvm/llvm-test-suite - 2aef6745a0e3cfe10f85dabadddd4935e4a377a3 authored over 20 years ago by Chris Lattner <[email protected]>
This should have been checked in long ago

llvm-svn: 14752

github.com/llvm/llvm-test-suite - 5bc210ffffe0e8e429001afad410bf73be5aaa96 authored over 20 years ago by Chris Lattner <[email protected]>
Add bugpoint-llc-ls and bugpoint-jit-ls targets for SPEC.

llvm-svn: 14693

github.com/llvm/llvm-test-suite - bb8b8f7b2d4806caad28eca041a765881c1cfd85 authored over 20 years ago by Alkis Evlogimenos <[email protected]>
Pass long longs to the testL function and use the ll modifier to print them with printf. Bug found by Vladimir Prus

llvm-svn: 14688

github.com/llvm/llvm-test-suite - a60ce92362b2c4005738c23924f437d39b993553 authored over 20 years ago by Alkis Evlogimenos <[email protected]>
Correct a format specifier that causes the program to produce incorrect

output. Change suggested by Vladimir Prus.

llvm-svn: 14667

github.com/llvm/llvm-test-suite - f35d0b4406fa893ebf97f56a7a8c4ec756f16cca authored over 20 years ago by Reid Spencer <[email protected]>
Correctly match floating point numbers.

llvm-svn: 14607

github.com/llvm/llvm-test-suite - 33bcc0dd95c75078843a61502ce3e8df6a763783 authored over 20 years ago by Alkis Evlogimenos <[email protected]>
Use efficiency statistic.

llvm-svn: 14591

github.com/llvm/llvm-test-suite - cc49cef4fe5fadb933248b278fe1b3956ccecec3 authored over 20 years ago by Alkis Evlogimenos <[email protected]>
Add treecc and hdb to the list run for all platforms. The tests run to

completion on Sparc/Solaris 8.
The treecc program seems to pass. The hdb program fails the JIT a...

github.com/llvm/llvm-test-suite - 786df0efbe0c669e1cd9cb6790357a0c2bfecf4b authored over 20 years ago by John Criswell <[email protected]>
Eliminate PROGRAM_IS_NONDETERMINISTIC

llvm-svn: 14453

github.com/llvm/llvm-test-suite - a04fab1691022ce054f1254baf534114ac88b0e0 authored over 20 years ago by Chris Lattner <[email protected]>
Make the "time" command output use POSIX standard format. This is the

default on Linux but FreeBSD uses the BSD output format by default.
Patch contributed by Vladimir...

github.com/llvm/llvm-test-suite - 515ac3dd82c4bcd06a08750ded194e3fc58748f2 authored over 20 years ago by Reid Spencer <[email protected]>
Make this benchmark at least compile on Solaris.

llvm-svn: 14415

github.com/llvm/llvm-test-suite - 5b693406439b7efe3fe61501d866e9ff2401313f authored over 20 years ago by Brian Gaeke <[email protected]>
fix the test on FreeBSD, contributed by Vladimir Merzliakov

llvm-svn: 14401

github.com/llvm/llvm-test-suite - 6b7519fc57b063521780a7ba4b73e221779d9760 authored over 20 years ago by Chris Lattner <[email protected]>
Patches to make this benchmakr work better with FreeBSD, contributed by

Vladimir Merzliakov

llvm-svn: 14400

github.com/llvm/llvm-test-suite - 5a14faea972561be030db74e2b0d8c38fcce1b89 authored over 20 years ago by Chris Lattner <[email protected]>
Make 176.gcc bugpoitn compatible

llvm-svn: 14378

github.com/llvm/llvm-test-suite - 6b778d1fb51a5ac819d36fbb2cccefad91144e61 authored over 20 years ago by Chris Lattner <[email protected]>
Rename the logf() function so it doesn't conflict with logf(3) on FreeBSD.

Patch submitted by Vladimir Merzilakov. Thanks, Vladimir!

llvm-svn: 14357

github.com/llvm/llvm-test-suite - 4877e618f2e4cd7dd1b8f82feb45adf6960e23fe authored over 20 years ago by Reid Spencer <[email protected]>
Fix use of memalign on FreeBSD.

Patch contributed by Vladimir Merzliakov. Thanks!

llvm-svn: 14354

github.com/llvm/llvm-test-suite - ea5852ee817d73409249d18c82d2c9831902d8ff authored over 20 years ago by Reid Spencer <[email protected]>
Fixes for FreeBSD to avoid #include <malloc.h>

Patch provided by Vladimir Merzliakov. Thanks, Vladimir!

llvm-svn: 14347

github.com/llvm/llvm-test-suite - 55762e1344855a9f7a454101482aa46459b76a39 authored over 20 years ago by Reid Spencer <[email protected]>
casts are not lvalues in recent GCC releases

llvm-svn: 14341

github.com/llvm/llvm-test-suite - ffb6274a9019e878aabada13c1552ec55e1da542 authored over 20 years ago by Chris Lattner <[email protected]>
Attempt to get this test working on freebsd. Patch contributed by Vladimir Merzliakov

llvm-svn: 14329

github.com/llvm/llvm-test-suite - e8aad0c8de1d4b314193b4d0d76f6ae1dcbdd587 authored over 20 years ago by Chris Lattner <[email protected]>
First baby step to getting test/Programs out of the main CVS tarball.

llvm-svn: 14311

github.com/llvm/llvm-test-suite - 86249eb7189c6a702d939e63034ceec836ab1778 authored over 20 years ago by Chris Lattner <[email protected]>
New self contained testcase for PR377

llvm-svn: 14272

github.com/llvm/llvm-test-suite - e4ddc2408849a0fff93bca271cae24af53450e94 authored over 20 years ago by Chris Lattner <[email protected]>
go REQUIRES 2 integer arguments, otherwise it does bad stuff. This is how

it is supposed to be run in the train mode anyway, and fixes the crash the
JIT has been seeing si...

github.com/llvm/llvm-test-suite - 771f17364f51f5a788cd8041b552a9b7bd422b21 authored over 20 years ago by Chris Lattner <[email protected]>
Remove the # LLVM instructions column from the nightly tester. This is not

really a useful metric, and the -instcount pass prints out TONS of gunk to
the log that is useles...

github.com/llvm/llvm-test-suite - 183a73dfc55c4cefb0a769594ebba6ed60bb1d62 authored over 20 years ago by Chris Lattner <[email protected]>
My css-fu is weak, particularly for tables. However, the sizes of the nightly tester pages are

pretty outrageous. This change degrades the quality of the tables fairly substantially, but
resu...

github.com/llvm/llvm-test-suite - e15d89444c660c796162a321d0bd492304d872fc authored over 20 years ago by Chris Lattner <[email protected]>
Make tests run for a reasonable amount of time. Patch contributed by Valery Khamenya!

llvm-svn: 14180

github.com/llvm/llvm-test-suite - 508e6d779a9bafd467bdfe003a5ce8eeffcff8d8 authored over 20 years ago by Chris Lattner <[email protected]>
Make it link on Mac OS X, where there is no memalign. Of course, we could

use valloc(), but this was just so handy...

llvm-svn: 14174

github.com/llvm/llvm-test-suite - 4353d4c5f7f1128271bd777bbec5c9c51dda08a4 authored over 20 years ago by Brian Gaeke <[email protected]>
Increase the problem sizes of the shootout benchmarks so that they are

less noisy.

Patch contributed by Valery Khamenya

llvm-svn: 14069

github.com/llvm/llvm-test-suite - d42b0412cd066e372aee1653e1003ec7ba58d192 authored over 20 years ago by Chris Lattner <[email protected]>
Testing out a fix for the Interpreter that will not die

llvm-svn: 13991

github.com/llvm/llvm-test-suite - 917ab7639b45125279749db06da56fc93a75a3c1 authored over 20 years ago by Brian Gaeke <[email protected]>
Fix compatibility with cygwin

llvm-svn: 13974

github.com/llvm/llvm-test-suite - 5251d19869a2727a143330586ca6c7ba4d2b368f authored over 20 years ago by Chris Lattner <[email protected]>
Fix compatibility with bison 1.875b

llvm-svn: 13973

github.com/llvm/llvm-test-suite - 83e0fbcf391465622a6dba598123fabcbce97495 authored over 20 years ago by Chris Lattner <[email protected]>
This benchmark is a nasty, distrurbing hell of ifdefs

I though that people didn't write this kind of stuff anymore. :(

llvm-svn: 13972

github.com/llvm/llvm-test-suite - 2ce0eca477d15ca744db130b9063d0966f6495a1 authored over 20 years ago by Chris Lattner <[email protected]>
Silly benchmark, 'extern int errno' is not portable!

llvm-svn: 13971

github.com/llvm/llvm-test-suite - b63b832389603844004e74ddbc815da7b3e2b342 authored over 20 years ago by Chris Lattner <[email protected]>
Add tolerance setting to allow test to pass on win32

llvm-svn: 13970

github.com/llvm/llvm-test-suite - 7b7135b8823cf17eb0339e2663ce3a23d7840033 authored over 20 years ago by Chris Lattner <[email protected]>
Build spiff

llvm-svn: 13932

github.com/llvm/llvm-test-suite - 35986b16b063bf214052e98210e76c26659e4b4f authored over 20 years ago by Brian Gaeke <[email protected]>
Importing spiff

llvm-svn: 13931

github.com/llvm/llvm-test-suite - bd08e02257222efadf871fa694420ab18c3e7176 authored over 20 years ago by Brian Gaeke <[email protected]>
Use head -n 1 instead of the obsolete head -1.

llvm-svn: 13894

github.com/llvm/llvm-test-suite - 265998d80a2a61d862fddb1b97b14f2182ea11fa authored over 20 years ago by Alkis Evlogimenos <[email protected]>
Add a sanity check program

llvm-svn: 13888

github.com/llvm/llvm-test-suite - fcfda3eb0b7aaf81b25fa2e8da487498407cf83d authored over 20 years ago by Chris Lattner <[email protected]>
Fixed myalign() to use memalign() instead of doing it manually, which

causes most heap nodes to be collapsed.

llvm-svn: 13742

github.com/llvm/llvm-test-suite - b6de7a47ed7e779b0cb858d295a4931d6840f546 authored over 20 years ago by Vikram S. Adve <[email protected]>
The syntax for the vim mode is wrong as nothing else can be on the same line.

llvm-svn: 13605

github.com/llvm/llvm-test-suite - 1833484817d73b28a5cf8159699f4bf128212fa1 authored over 20 years ago by Misha Brukman <[email protected]>
Don't use timer interrupts to change the behavior of the program. We like

deterministic programs for the testsuite

llvm-svn: 13469

github.com/llvm/llvm-test-suite - 3843e8d29a3c13c0181da7dc7c76c1c9f52f6976 authored over 20 years ago by Chris Lattner <[email protected]>
Enabling obsequi for automatic testing.

llvm-svn: 13468

github.com/llvm/llvm-test-suite - b8a18be472f163b572ab9964f25752ebb80889c6 authored over 20 years ago by John Criswell <[email protected]>
Input file, based off of the recommendation in the original README file.

llvm-svn: 13467

github.com/llvm/llvm-test-suite - 49619870d32c2c1d7224b614b35be298cbea3539 authored over 20 years ago by John Criswell <[email protected]>
init.c : Changed malloc() to calloc() so that allocated memory is zeroed.

utils.h: Added #include guard to turn off annoying warnings.

llvm-svn: 13466

github.com/llvm/llvm-test-suite - 85426f8c6e187f8f7db452a1e4a4a606c08c4bf6 authored over 20 years ago by John Criswell <[email protected]>
Added notes about what has been removed.

llvm-svn: 13465

github.com/llvm/llvm-test-suite - 92e54e590778c59c63c547c8c8f56983b44c78e6 authored over 20 years ago by John Criswell <[email protected]>
Addition of the obsequi program. This program solves domineering boards.

llvm-svn: 13463

github.com/llvm/llvm-test-suite - aec5cb4c297fc1aea994c137412eb3d280d28f35 authored over 20 years ago by John Criswell <[email protected]>
Pass the -enable-correct-eh-support flag into bugpoint, and implement a new

bugpoint-llc-ls target. Thanks to Brian for adding the bugpoint features
required to do this :)
...

github.com/llvm/llvm-test-suite - b0f7b7c63828f356b6f3d09e3c69df928779d67d authored over 20 years ago by Chris Lattner <[email protected]>
Add a bugpoint-llc-ls target for the day when we support Output/*.bugpoint-llc-ls targets

llvm-svn: 13361

github.com/llvm/llvm-test-suite - 5ebd8e65376dca305e88326074ba31eabcba811c authored over 20 years ago by Chris Lattner <[email protected]>
Make makefile more readable by breaking logical sections with spaces.

llvm-svn: 13144

github.com/llvm/llvm-test-suite - f36814e313a7a5b5fad9cfe2a53237d01f626e51 authored over 20 years ago by Misha Brukman <[email protected]>
Wrap long lines.

llvm-svn: 13131

github.com/llvm/llvm-test-suite - d80059ebdabf4269ef98bd3dac99cbc99f5bf2d4 authored over 20 years ago by Misha Brukman <[email protected]>
Add OPTPASSES debugging support

llvm-svn: 13130

github.com/llvm/llvm-test-suite - 9eeb44e52a39ecb2e614564097fdebed13bc87d4 authored over 20 years ago by Chris Lattner <[email protected]>
Fix the print-profile target for spec, add OPTPASSES debugging support

llvm-svn: 13129

github.com/llvm/llvm-test-suite - ec54696211bc7c5f6e5b40e634c39b19614af50f authored over 20 years ago by Chris Lattner <[email protected]>
Enable some very simple testing of the Interpreter, to help in the

fight against Interpreter bit rot. The Shootout tests should always
all pass in the Interpreter, ...

github.com/llvm/llvm-test-suite - 6eb6472806d38478128dbb54fd9ed58eba44c7a9 authored over 20 years ago by Brian Gaeke <[email protected]>
Choose input file based on test type (test/train).

llvm-svn: 13053

github.com/llvm/llvm-test-suite - 433fb51e9208fd37e2e7c4dc89a7d5ecb813ba49 authored over 20 years ago by Misha Brukman <[email protected]>
Fix filename to capture stdout. This test passed, but now we know for sure.

llvm-svn: 13044

github.com/llvm/llvm-test-suite - f8a875f5a0cb633442d6f18d6352e83c78fe9653 authored over 20 years ago by Misha Brukman <[email protected]>
* If we're going to test perlbmk, spell the test script and output file right

* While we're at it, this test requires an input on STDIN

llvm-svn: 13043

github.com/llvm/llvm-test-suite - 967fc8aab06fcb10729a0e1a784a789506a75752 authored over 20 years ago by Misha Brukman <[email protected]>
The correct output file is train.stdout, not train.net.stdout!

This has not been braking the diffs because we compare jit's outputs with gcc's,
not with the of...

github.com/llvm/llvm-test-suite - aca08ed6faa0a57cd64cbbab922faee29aac4446 authored over 20 years ago by Misha Brukman <[email protected]>
Allow specification of both a relative and abs tolerance

Fix bugpoint-gccld target to run the gccas optimizations first

llvm-svn: 13022

github.com/llvm/llvm-test-suite - c699c5a63e5b67ef29e37a020eb41199f9d57453 authored over 20 years ago by Chris Lattner <[email protected]>
Don't use PROGRAM_IS_NONDTERMINISTIC anymore

llvm-svn: 13021

github.com/llvm/llvm-test-suite - ba6019e8dae50a280bf7241906d8d38423ebbf8b authored over 20 years ago by Chris Lattner <[email protected]>
Changes to allow pi to pass

llvm-svn: 12941

github.com/llvm/llvm-test-suite - ce93cdbc30aed12c914f50e6410e884a6728d556 authored over 20 years ago by Chris Lattner <[email protected]>
Allow eon to pass

llvm-svn: 12933

github.com/llvm/llvm-test-suite - 4913daab216732de25507a9148055641a5c4eac0 authored over 20 years ago by Chris Lattner <[email protected]>
switch to using fpcmp instead of spiff, which really wasn't spiffy.

llvm-svn: 12931

github.com/llvm/llvm-test-suite - 6821abd753c2572570635b677049ffca8b811339 authored over 20 years ago by Chris Lattner <[email protected]>
Allow mesa to pass finally

llvm-svn: 12930

github.com/llvm/llvm-test-suite - b3ab807fbb13b6e1b181e187cccc491218b0ea97 authored over 20 years ago by Chris Lattner <[email protected]>
Make voronoi pass

llvm-svn: 12909

github.com/llvm/llvm-test-suite - 156378f10a65d9560f0c83bddde400e2d3c2cec9 authored over 20 years ago by Chris Lattner <[email protected]>
Specify a tolerance

llvm-svn: 12906

github.com/llvm/llvm-test-suite - 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 ...

github.com/llvm/llvm-test-suite - 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

github.com/llvm/llvm-test-suite - dfc8b7895fda253c0e683841d8f340780f787313 authored over 20 years ago by Chris Lattner <[email protected]>
Fix the bugpoint targets on singlesource tests

llvm-svn: 12827

github.com/llvm/llvm-test-suite - 1d19b448cfe17326257344cdf58dd6d0ccbceb57 authored almost 21 years ago by Chris Lattner <[email protected]>
Don't stop the nightly tester if gccas/gccld crash

llvm-svn: 12812

github.com/llvm/llvm-test-suite - 3faa9d57352eeb576631a17fc89b5848d38af530 authored almost 21 years ago by Chris Lattner <[email protected]>
Try to get perlbmk to work with the training input.

llvm-svn: 12771

github.com/llvm/llvm-test-suite - f9e2b38d101a0be097843eeb57583510be2b101d authored almost 21 years ago by Chris Lattner <[email protected]>
Add kimwitu++ to the list of programs to test for Linux.

llvm-svn: 12724

github.com/llvm/llvm-test-suite - 10f068fb92b3e47b6a76f479eeefbbc3e24583b0 authored almost 21 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

github.com/llvm/llvm-test-suite - 6819f3f422bf550f680cf7f764e67697655a0cd4 authored almost 21 years ago by John Criswell <[email protected]>
Adding in the test input files.

llvm-svn: 12722

github.com/llvm/llvm-test-suite - 2e84e992ca3d5c787a442fa406b8e39008b6615b authored almost 21 years ago by John Criswell <[email protected]>
Adding missing source file.

llvm-svn: 12721

github.com/llvm/llvm-test-suite - c99f69ac4e63f192d6d535a13518a74813b81e39 authored almost 21 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...

github.com/llvm/llvm-test-suite - 17c8db679603b216e395ab8bf049843687f2ad6a authored almost 21 years ago by John Criswell <[email protected]>
Adding Kimwitu++ license file.

llvm-svn: 12718

github.com/llvm/llvm-test-suite - c3505a583281933ffc8462f85a179eb00d6c96a1 authored almost 21 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

github.com/llvm/llvm-test-suite - 4592120aba20f86b4e5e19821c484f07db21a78e authored almost 21 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 ...

github.com/llvm/llvm-test-suite - a079c28766ec9211c531eb82ed0cfc456e49a9dc authored almost 21 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...

github.com/llvm/llvm-test-suite - c6df69e4f10665066f4da0f11bef611648c977d2 authored almost 21 years ago by John Criswell <[email protected]>
Adding in documentation for good measure.

llvm-svn: 12707

github.com/llvm/llvm-test-suite - 17abf4b25d3a7553d1ca84afd86547348078a16e authored almost 21 years ago by John Criswell <[email protected]>
Committing original README file and treecc example input files.

llvm-svn: 12706

github.com/llvm/llvm-test-suite - ed212cb3691d44bdefb5540e8e307a6f4bf27f9f authored almost 21 years ago by John Criswell <[email protected]>
Initial commit of treecc test program.

llvm-svn: 12705

github.com/llvm/llvm-test-suite - 14a708ccd025e5cf9a44747d981a6ecf09b76326 authored almost 21 years ago by John Criswell <[email protected]>
License file for treecc.

llvm-svn: 12704

github.com/llvm/llvm-test-suite - 0cc70b1d4f0966f3ec03be7c7eb8ed46dc818dc0 authored almost 21 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

github.com/llvm/llvm-test-suite - 462c03db370be0dab07a7730ac19cf7ae829f567 authored almost 21 years ago by John Criswell <[email protected]>