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

Added execution for tracing framework executables

llvm-svn: 7200

63cdb37cfadfea70fbf7ccd44f8340da852badca authored over 21 years ago by Anand Shukla <[email protected]>
Program to execute tracing framework executables

llvm-svn: 7199

5ee00374dfdb5aa8e27090645da4f6e7278adf3c authored over 21 years ago by Anand Shukla <[email protected]>
Added functionality to run new lightweight tracing framework

llvm-svn: 7198

25998f7e2588749f5cc35f4fe9bb30db7167361c authored over 21 years ago by Anand Shukla <[email protected]>
Program to compare LLC time with tracing framework time

llvm-svn: 7197

4f13bbad3db1eb478871216178c5b6d3711a9e54 authored over 21 years ago by Anand Shukla <[email protected]>
We have gnuchess, Ularn, flex, moria and povray again!

llvm-svn: 7196

4db245c2824f8b516b4bf23fb32974df83280a87 authored over 21 years ago by Vikram S. Adve <[email protected]>
A tiny input file for vor.

llvm-svn: 7167

06f29e22eadaae0c50d6a652d27e58cd86facbf5 authored over 21 years ago by Brian Gaeke <[email protected]>
This one wasn't really failing; it just takes a loooong time.

llvm-svn: 7166

d06799849ee62be7896c513d8270685e1ec06119 authored over 21 years ago by Brian Gaeke <[email protected]>
If we are using the tracing mechanism, and the program crashes or we choose to

abort it earlier, keep the output file so we at least have something to compare.

llvm-svn: 7164

493d5e6dc6ba014786e212e24e4bc7faade320a8 authored over 21 years ago by Misha Brukman <[email protected]>
Gave the file a more consistent indentation scheme.

llvm-svn: 7163

c1cc85df7e670514994cf2aebee4b2df6ac3e75e authored over 21 years ago by Misha Brukman <[email protected]>
Converted tabs to spaces, lined things up better.

llvm-svn: 7162

6e9cbf64f902d2f850daa60837b889dc1869fa3e authored over 21 years ago by Misha Brukman <[email protected]>
Make bytecode target work with recursive makes (see Makefile.common).

Also, add an optional "remote" version of the llc command; this is
commented out for now for manu...

8c43304bca46b6c658196e6732a05e512b3fa840 authored over 21 years ago by Vikram S. Adve <[email protected]>
Fix parentheses for casts to _Bool.

llvm-svn: 7146

c4790d56992f02b8aa0f401be6abebf0a755e766 authored over 21 years ago by Vikram S. Adve <[email protected]>
Four new unit tests for different situations with integer values:

(1) SignConversions: Basic signed/unsigned conversions.
(2) IntOverflow: Operations after one...

05bc612939ca927930d23378f90af9a0abac1a70 authored over 21 years ago by Vikram S. Adve <[email protected]>
Add arithmetic with small signed and unsigned values.

Lots of errors are masked when simply passing shorts around as arguments.

llvm-svn: 7144

72cdd5994310a804e14cd32e19af2ef430a80074 authored over 21 years ago by Vikram S. Adve <[email protected]>
Use smaller input -- this code takes way too long.

llvm-svn: 7143

9105f5998723b2e701e200857625d4130b0e60ac authored over 21 years ago by Vikram S. Adve <[email protected]>
Make these runs shorter!

llvm-svn: 7137

4ee4345c94c3e637732f875d0696bc3d8e944743 authored over 21 years ago by Vikram S. Adve <[email protected]>
Adding boolean not tests, which are more complicated on a

machine with condition codes!

llvm-svn: 7136

0e2a33c7ec1980faa703bf88e7f39894915b384f authored over 21 years ago by Vikram S. Adve <[email protected]>
Changed default targets when tracing so out-llc and out-cbe are

generated by default.

llvm-svn: 7134

3a42dcf4bc038fbe1cd2321bf76e16a5b558f020 authored over 21 years ago by Vikram S. Adve <[email protected]>
Added a final "opt -$(OPTPASSES)" pass before generating Output/PROG.llvm.bc.

This allows any opt passes to be run after linking.
Most immediately, this vastly simplified the ...

60f449b2ecc513ccbc6035aa073c17dcc4a589c8 authored over 21 years ago by Vikram S. Adve <[email protected]>
bytecode rule did not work for SingleSource.

llvm-svn: 7131

112e23d7f3ed11bccc0e5f9feb3905b1279f92ff authored over 21 years ago by Vikram S. Adve <[email protected]>
Add several more cast-to-bool cases that cast from bit-wise

and boolean operations to bools.

llvm-svn: 7127

b2af096cbcff93030f3b4b1ccabcc1c13162d14b authored over 21 years ago by Vikram S. Adve <[email protected]>
Made this much more useful by using

(a) larger shifts than just 1,
(b) shifts with different ranges, and
(c) separate tests for 32-bi...

b3cdd318f747df0a65b8d6fdb3118e8c721ae26d authored over 21 years ago by Vikram S. Adve <[email protected]>
SPEC portability note for GCC says GCC is not 64-bit clean and says to

use these flags, use a moderate level of optimization, and cross fingers!
CPPFLAGS += -DHOST_WO...

5ddf4533bf321aa58c6fb6e67303226f370b7e29 authored over 21 years ago by Vikram S. Adve <[email protected]>
Use LP64 flag on Sparc only.

llvm-svn: 7107

a77e30373319c00c9cf13326efc1d85eeb087278 authored over 21 years ago by Vikram S. Adve <[email protected]>
SPEC portability note says to use -DSPEC_CPU2000_LP64 flag for LP64 machines.

llvm-svn: 7106

e75ac87625d59026f402ced5e29bc7ae06fb2ce8 authored over 21 years ago by Vikram S. Adve <[email protected]>
Fixed the time command code (once again) so that it conforms to proper

Borne syntax.
Added code that generates stack traces using gdb-64 when on Sparc.

llvm-svn: 7101

94e3f4f746953207ac81c9054dd2534ff6bc8581 authored over 21 years ago by John Criswell <[email protected]>
Clean up report, add new benchmarks

llvm-svn: 7094

16b7d378ce8d0f4a29315116b1944793cb2a719e authored over 21 years ago by Chris Lattner <[email protected]>
Remove obsolete benchmarks, add more spec bm's

llvm-svn: 7091

92df10923e6a9d1f2fdbbf27efb51b1293e0328b authored over 21 years ago by Chris Lattner <[email protected]>
Remove andersens

llvm-svn: 7086

e1c37900092f13a630b543f606850fc13180c9e0 authored over 21 years ago by Chris Lattner <[email protected]>
Remove support for andersens

llvm-svn: 7085

ea53dbc7517830fe10532487f7ed7b47136e0fd0 authored over 21 years ago by Chris Lattner <[email protected]>
Modified the time command so that it correctly logs program output in the

correct file and logs time information into the another file.

llvm-svn: 7077

2ef376de4419d52d348930f160b30936e54fcf9d authored over 21 years ago by John Criswell <[email protected]>
Use a longer RUNTIMELIMIT on Sparcs... like about 8x longer.

llvm-svn: 7068

a22e1f8317ac43fc1445d3ff419a22459ba18589 authored over 21 years ago by Vikram S. Adve <[email protected]>
LLVMSource programs don't interact well with the nightly tester. Disable them until I get back

llvm-svn: 7067

268707669fd1f1f750884ae68b258d7626417f9e authored over 21 years ago by Chris Lattner <[email protected]>
Rules to run LLVMprograms

llvm-svn: 7042

83b6ce77ada966405fe8739b35d7498583917c57 authored over 21 years ago by Chris Lattner <[email protected]>
Rules to run LLVMPROGRAMS

llvm-svn: 7041

71364733c4d11bf23f091996660ca6bbae2b3ace authored over 21 years ago by Chris Lattner <[email protected]>
Rules for running .ll programs

llvm-svn: 7040

4f9e9bfb2dba49ece19ac60828cc322304810571 authored over 21 years ago by Chris Lattner <[email protected]>
If the program exits with code 0, make a file

llvm-svn: 7039

b4a887cddd8d998a391f1e4b97df0d1a34262329 authored over 21 years ago by Chris Lattner <[email protected]>
Moved test

llvm-svn: 7038

ea3c3edc30b3674e3cc9cb49b28ae9478aa75282 authored over 21 years ago by Chris Lattner <[email protected]>
Made the source look more pleasing to the eye.

llvm-svn: 7036

a275069be0d87be14450a0565a2b18d338aeff2e authored over 21 years ago by Misha Brukman <[email protected]>
Count size of llvm.bc file, not gccas output

llvm-svn: 6922

0cd1650d6f0c22286b510c95866f83fd68b99688 authored over 21 years ago by Chris Lattner <[email protected]>
Add a testcase to ensure that ctor/dtor attributes work in C

llvm-svn: 6919

73616762f4191a2e33c0c50822c4a8680f923702 authored over 21 years ago by Chris Lattner <[email protected]>
Add dependency on GCCLD

llvm-svn: 6915

577551baa741a5fefa6409a1c26d117015a1ecdb authored over 21 years ago by Chris Lattner <[email protected]>
Hopefully this will finally get crafty working

llvm-svn: 6906

0670872d99e0017099793044ea21383ea0ae9e6d authored over 21 years ago by Chris Lattner <[email protected]>
Silence a silly warning

llvm-svn: 6878

6e05d92d67408116feff46a188b9bc32f19b97bb authored over 21 years ago by Chris Lattner <[email protected]>
Really fix crafty in nightly tester

llvm-svn: 6877

2675fd7b30d0180cbfc104e4993a963a2710270e authored over 21 years ago by Chris Lattner <[email protected]>
Prevent crafty from stopping the nightly tester!

llvm-svn: 6875

6d8b5757e6eee7f7fd1a41d3e4209b4b40e2634e authored over 21 years ago by Chris Lattner <[email protected]>
Add support for disabled directories

llvm-svn: 6874

69ef58ced1e4359e4f7f955af1812e925c868be1 authored over 21 years ago by Chris Lattner <[email protected]>
New testcase

llvm-svn: 6864

9afd2500f5541e348ebc410625de1fc60b8f5a81 authored over 21 years ago by Chris Lattner <[email protected]>
Initial checkin

llvm-svn: 6861

a02b33665c5a9def6b97aad61bc892338785bbac authored over 21 years ago by Chris Lattner <[email protected]>
Initial checkin of new bm

llvm-svn: 6860

f215346140cb56a9d68fff16c270c57eab7e6aed authored over 21 years ago by Chris Lattner <[email protected]>
Maybe this will at least cause the OOM failure to not kill the tester

llvm-svn: 6851

f39fda3566b7c2238a791f573fbd41e3d39486a7 authored over 21 years ago by Chris Lattner <[email protected]>
Well the --speed-large-files option did not fix the crafty test on the nightly tester, so remove it.

llvm-svn: 6850

d51141cb34c6d62b0b5482e5f1993019af39605b authored over 21 years ago by Chris Lattner <[email protected]>
Fix comments

llvm-svn: 6848

73421e5ba9116f51a1fe2a849571b2f53576af2c authored over 21 years ago by Chris Lattner <[email protected]>
Use the "fast" method of diffing so we don't get out-of-memory errors when diffing 'crafty' output.

llvm-svn: 6845

5de70cb17ef516e6b909970cf84b746d19d5ac8a authored over 21 years ago by Chris Lattner <[email protected]>
Make spec tests work, which run in a different directory

llvm-svn: 6838

0dc344e8c985849839025ed0e1326e26e5861a23 authored over 21 years ago by Chris Lattner <[email protected]>
Reorganize columns

llvm-svn: 6834

1a48da6beec90004904366d9eae62f77731a25d3 authored over 21 years ago by Chris Lattner <[email protected]>
Fix the 'nat' column of the nightly tester

llvm-svn: 6832

aab70a24e38e87f162c703351ef940a6a5df1463 authored over 21 years ago by Chris Lattner <[email protected]>
Test should not set cflags

llvm-svn: 6827

601dd4c0f872282aa19670d3d289afa6f84417f7 authored over 21 years ago by Chris Lattner <[email protected]>
Set CPPFLAGS not CFLAGS

llvm-svn: 6826

7088682e784634278defbc010315dc08769e58c9 authored over 21 years ago by Chris Lattner <[email protected]>
add native execution time to the table

llvm-svn: 6825

ff27438b0ef4d3803f9260449545a70c3e8a6086 authored over 21 years ago by Chris Lattner <[email protected]>
Add native execution time to the table

llvm-svn: 6824

30aa43288d35c63a0a19c811e7f84d9e43c8842c authored over 21 years ago by Chris Lattner <[email protected]>
Run external tests by default also

llvm-svn: 6823

7481f148cd55e8a1b26eb8d987540a4b7a9fcd62 authored over 21 years ago by Chris Lattner <[email protected]>
Remove obsolete file

llvm-svn: 6822

9dd5ca55de5936d4ea31093976ddf06a56777c01 authored over 21 years ago by Chris Lattner <[email protected]>
add scripts used to generate numbers for the MICRO paper

llvm-svn: 6820

94b84c4c78c34a26d89efbe74020a591f60f53a1 authored over 21 years ago by Chris Lattner <[email protected]>
Add optional larger inputs with the LARGE_PROBLEM_SIZE variable

llvm-svn: 6819

8e01832f280ab7821bc8867da347750ed35ee8b4 authored over 21 years ago by Chris Lattner <[email protected]>
Increase execution time

llvm-svn: 6818

dc416efcbaa38344f9245fb6c01d04d395fa3049 authored over 21 years ago by Chris Lattner <[email protected]>
I don't know how vpr built before, but now it requires this...

llvm-svn: 6817

6dd5106a5e3f085607cbc31d3e1d725aff0903d8 authored over 21 years ago by Chris Lattner <[email protected]>
Add support for sorting numerically, not textually

llvm-svn: 6816

7b3ef5873b67cc27a87881d25fc7be62f4175e3f authored over 21 years ago by Chris Lattner <[email protected]>
Make it take time like the other ptrdist bms

llvm-svn: 6813

eab4579454d52229ace3e293284d51f5cd0d8269 authored over 21 years ago by Chris Lattner <[email protected]>
Increase problem size

llvm-svn: 6811

df2f65a0b022136e1ced1c3165ab67b1dcefc886 authored over 21 years ago by Chris Lattner <[email protected]>
* Add support for LARGE_PROBLEM_SIZE (autoselect train inputs)

* Add support for .time files

llvm-svn: 6810

3b60fb042828d529069c976066669895959f0467 authored over 21 years ago by Chris Lattner <[email protected]>
FINALLY FIX THE STUPID PROBLEM with copying input for 197.parser!

yaay!

llvm-svn: 6809

3cb7aaed8412d8b9605d75c2227f308842530f62 authored over 21 years ago by Chris Lattner <[email protected]>
Revert previous change, the test I was looking at had sources set wrong

llvm-svn: 6808

613c8639aa084ba33733953a68d7ea81be483e80 authored over 21 years ago by Chris Lattner <[email protected]>
Minor nonfunctional change

llvm-svn: 6807

2b3dc75253ce1fe4cfedd43a6fe27f1541c0cb80 authored over 21 years ago by Chris Lattner <[email protected]>
Add correct path information to source files

llvm-svn: 6806

6265c2574b79630e9a7407bd58daa7b2421c3dd0 authored over 21 years ago by Chris Lattner <[email protected]>
Fix parens

llvm-svn: 6804

00392faff98c70d2725ec1f2f0772abf33c73223 authored over 21 years ago by Chris Lattner <[email protected]>
Add support for the .time files

llvm-svn: 6803

017d6dce147097102eeacc2fbe019bbeea69af46 authored over 21 years ago by Chris Lattner <[email protected]>
Add a top level "bytecode" target

llvm-svn: 6802

2e16d488d9ed6a757dc6db8ffa0e23335e665b78 authored over 21 years ago by Chris Lattner <[email protected]>
Add support for wc'ing tests not in the source tree

llvm-svn: 6801

a668e7241bc09b48f0520449e31194df10ad420c authored over 21 years ago by Chris Lattner <[email protected]>
Switch to building dirs in parallel, not serial

llvm-svn: 6786

5d84be646eed60434160367d4673126d7421fae6 authored over 21 years ago by Chris Lattner <[email protected]>
Trim back program size

llvm-svn: 6768

e76a5e6e115dbf39653ad396875382cb990e2b2d authored over 21 years ago by Chris Lattner <[email protected]>
Trim back execution time

llvm-svn: 6767

ff31629a77ab77feeb37e1e5a13459755935794c authored over 21 years ago by Chris Lattner <[email protected]>
Capture the stderr output of the program as well as the stdout

llvm-svn: 6766

2c5a587ef4acc59f443ff798dcf390a839800673 authored over 21 years ago by Chris Lattner <[email protected]>
Remove undefined behavior from the benchmark

llvm-svn: 6764

3fa5887c629df1a4722f47750db9cca2ac422d60 authored over 21 years ago by Chris Lattner <[email protected]>
Reduce memory consumption of testcase

llvm-svn: 6763

255e22fb9ddc1d833c5bb7e688bc9b30786f6072 authored over 21 years ago by Chris Lattner <[email protected]>
Last patch accidentially forced the compilation of the .llc file, instead of

just the .llc.s file. This doesn't work on X86.

llvm-svn: 6730

dfee52efc7c5106f4200edb15f307567b333c312 authored over 21 years ago by Chris Lattner <[email protected]>
Arg, sparc doesn't have correct things in math.h!

llvm-svn: 6729

69b6b9dae433a9e563e8bf29a2725f10a04424e1 authored over 21 years ago by Chris Lattner <[email protected]>
Remove the interpreter from the nightly tests, it's just too slow

llvm-svn: 6718

a7af7d610586bed0bcf35024f88dcdb5c8d2a50d authored over 21 years ago by Chris Lattner <[email protected]>
If CBE is enabled, but CBE_diffs are not, build the .cbe file AS WELL AS the .cbe.c file

llvm-svn: 6717

e293561907c8bc853db64277ac6ca9371b380410 authored over 21 years ago by Chris Lattner <[email protected]>
Refactor argument

llvm-svn: 6716

37cb323ef0b41c15c4cedeffeab46953cf3fce97 authored over 21 years ago by Chris Lattner <[email protected]>
Add #MCInstrs column

llvm-svn: 6715

19b4127889c6eb72c8f6e92f6cc736c256bc9fcf authored over 21 years ago by Chris Lattner <[email protected]>
Increase problem size

llvm-svn: 6714

b5c8f298b3dc51955326ef381470c0f6c63a98a3 authored over 21 years ago by Chris Lattner <[email protected]>
Add LOC counting support for .cpp files

llvm-svn: 6713

f1a554dab6582a5353a97d551eb4c95fb6588685 authored over 21 years ago by Chris Lattner <[email protected]>
Minor tweak to make testcase less simple

llvm-svn: 6710

ec781fc012f8085f1b0ce4098dd4bb3f8fb074db authored over 21 years ago by Chris Lattner <[email protected]>
New testcase identified by joel

llvm-svn: 6709

ffc7f850392e5c3eda8d25844cdd5e93a1e64a67 authored over 21 years ago by Chris Lattner <[email protected]>
New testcase identified by joel

llvm-svn: 6708

238b71fdc499b6d855f1243e8ed8a12e8bc450c2 authored over 21 years ago by Chris Lattner <[email protected]>
Fix final linking errors

llvm-svn: 6707

1f796d6dc9d2b2dc29dc8891c24f46b1e50554d6 authored over 21 years ago by Chris Lattner <[email protected]>
Fix link errors by adding main's

llvm-svn: 6706

9f9c0a89f6e8120f31ca049f317f9f5e50b4d4e2 authored over 21 years ago by Chris Lattner <[email protected]>
Fix link problem

llvm-svn: 6705

cd61efb4a4830aa64910489571a14328d480810b authored over 21 years ago by Chris Lattner <[email protected]>
Allow individual BMs to define source, add 'bytecode' target

llvm-svn: 6702

089fdbd3f99061b180817b4f61ac28597f2f9d6a authored over 21 years ago by Chris Lattner <[email protected]>