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

[Fortran/gfortran] add mechanism to track support for alternate flags

The idea is to add feature gated denylist files to be appended to the
base denylists. The additi...

745f3fdfe3f2f28dcea34e3e55fdc55aca06c00d authored about 1 year ago by Tom Eccles <[email protected]>
[Fortran] Disable test in gfortran/regression/gomp/appendix-a

The a.23.4.f90 test is expected to produce an error but it
passes. It was previously failing wit...

867cb3ed7ee45376799d4d4af418aee31b6596da authored about 1 year ago by Kiran Chandramohan <[email protected]>
[test-suite] Fix custom section test on MachO Platforms

Fix the tests added in https://reviews.llvm.org/D154673 to work on apple
platforms.

Reviewed By...

c37b4205b1221d1b428a27bd6ae81a379fdb8f00 authored about 1 year ago by Steven Wu <[email protected]>
[Fortran/gfortran] support environment flags in compile tests

Adding extra flags to compile tests is useful for testing out new
features (e.g. -flang-experime...

bbe12ad4b182c8c4785cd6f9c5551585689c9c40 authored about 1 year ago by Tom Eccles <[email protected]>
[SingleSource/Vectorizer] Add runtime checks tests for nested loops

This patch adds tests for nested loops like this:

for (int i = 0; i < N; i++) {
for (int ...

7b5b5dcbf9bdde729a14722eb67f9c3ab01647c7 authored about 1 year ago by David Sherwood <[email protected]>
[flang] Disable blockdata_4.f90

The error caught by gfortran in Fortran/gfortran/regression/blockdata_4.f90
is intentionally no ...

065b7c07657da907193bc94444073933227eb7d6 authored over 1 year ago by Peter Klausler <[email protected]>
Add a test for class members in a custom section

Since there were some problems with the result of these cases, leading to invalid assembly/objec...

15b1eb67b79b50ad24d310565d1a89bca44d3739 authored over 1 year ago by David Tenty <[email protected]>
[Fortran/gfortran] Disable test not supported on AArch64.

The test requires the `dg-require-effective-target fortran_real_10` directive
to be handled corr...

9a550fbff87aeb41bcef742c8a155baea4009707 authored over 1 year ago by Tarun Prabhu <[email protected]>
[Fortran/gfortran] Enable all "compile" tests from gfortran test suite

Enable the remaining "compile" tests. Failing tests have been disabled.

Differential Revision: ...

0fe3ef63ce1bc4ba3c8e05659faafa904392c261 authored over 1 year ago by Tarun Prabhu <[email protected]>
[Fortran/gfortran] Enable some "compile" tests

Enable the 'compile' tests from all the directories under Fortran/gfortran/regression
(except fo...

e6e4c6b30bd4f07a25aa6aa4319b9c985f71524d authored over 1 year ago by Tarun Prabhu <[email protected]>
[Fortran/gfortran] Refactor build system

Remove some redundant code from the regression and torture directories and
consolidate most of t...

32eebe58a5b893a8269be81c5a8305001ad665b8 authored over 1 year ago by Tarun Prabhu <[email protected]>
[Fortran/gfortran] Move disabled tests into separate files

At some point, there will be a script to automatically re-enable disabled tests
as features are ...

89d9d319659587c0f045a21b469abf6459d86f5b authored over 1 year ago by Tarun Prabhu <[email protected]>
[Fortran] Remove references to -flang-experimental-exec

Remove all references to -flang-experimental-exec, both in the README's and the
build files sinc...

cb81ffd9468d3c30930a2e5ed4bfb1c1df2254a3 authored over 1 year ago by Tarun Prabhu <[email protected]>
[Fortran/gfortran] Fix build-time and test-time race conditions

Use a dedicated module directory for each test. Any .mod files generated by the
test at build-ti...

98c11fe215481c5ccfb188a5c80a43f81c94f918 authored over 1 year ago by Tarun Prabhu <[email protected]>
Disable tests for benchmark library build

The tests of the google-benchmark package fail to build on systems
that do not have an executbal...

23cd352e8ca0e875aeee1cb1b0d3d019595db402 authored over 1 year ago by Matthias Braun <[email protected]>
[Fortran/gfortran] Disable test which causes non-deterministic test failures.

Commiting without review because it is a one-line change that disables a test
and can cause buil...

d8ab9522ea6e2172b69fbe146866f24c87ba99f2 authored over 1 year ago by Tarun Prabhu <[email protected]>
[Fortran/gfortran] Enable "compile" tests in gfortran torture tests.

The tests are compiled along with the rest of the tests at build-time. Some of
the "compile" tes...

44dac0f649b4693d6c9b5fdd7c80c25b351905c5 authored over 1 year ago by Tarun Prabhu <[email protected]>
[NFC][Py Reformat] Reformat python files in llvm-test-suite

This is an ongoing series of commits that are reformatting our Python
code.

Reformatting is don...

bfb1d050f6024af4fdb654d8288f926741054199 authored over 1 year ago by Matthias Braun <[email protected]>
[test-suite] Add `.cache` to `.gitignore`

This can filter out `clangd` generated index files.

Differential Revision: https://reviews.llvm...

99d48a3ac2cec4e872b422fda156fbec9dfbc894 authored over 1 year ago by Shilei Tian <[email protected]>
[Fortran/UnitTests] Add type finalization unit tests

This suite of tests was created originally by Wileam Phan, Damian Rouson,
and Brad Richardson as...

65b897c929d7ed49c383971614aff721668d3b7c authored over 1 year ago by Zaak Beekman <[email protected]>
[gfortran] Disable some tests that non-deterministically fail when testing in parallel

Several gfortran tests read/write/delete the same file. When running the test
suite in parallel,...

2666b1f4b90b0f0157f33f5a13d19f6206abebb0 authored over 1 year ago by Tarun Prabhu <[email protected]>
Add basic ABI tests for _Float16 type

Just very trivial argument passing, but it can still go wrong in some cases.
I've seen the compi...

9b17e0ee6e4f423d26f09eba469e3465e4300b9c authored over 1 year ago by Tim Northover <[email protected]>
The second of two commits to import the gfortran test suite.

This contains the test files themselves. They have been imported without
modification from the g...

f6d8e5692b65387703a687a556c2f77111cbfaed authored over 1 year ago by Tarun Prabhu <[email protected]>
The first commit of two importing the gfortran test suite into the repo.

This *does not* contain the test files themselves. Those will be added in a
future commit.

This...

af098c0525c8a64daaeea54b1ac4e5dd1e362c01 authored over 1 year ago by Tarun Prabhu <[email protected]>
[SingleSource/Vectorizer] Add unit tests for index-select pattern.

Dedicated unit tests for vectorization of loops which select the index
of the minimum value like...

706748683ed8489fcfb06f1dc4a679b89b7f17ae authored over 1 year ago by Florian Hahn <[email protected]>
[CINT2017] Pin C++ standard to C++14 for 523.xalancbmk_r.

With newer standard versions the benchmark may fail to build with newer
libc++ versions.

1dd439edfcc1c2d039a30b96a8674add45924ea8 authored over 1 year ago by Florian Hahn <[email protected]>
[X86] Add test suite for stack realignment.

Reland patch D145926. Constrain the test to X86 only.

beab9493a86f441ee2bff3535ff178ee192ec0b9 authored over 1 year ago by Luo, Yuanke <[email protected]>
Revert "[X86] Add test suite for stack realignment."

This reverts commit 4b4faa5a42c468056a67a96517f1ccd787f06c9f.

b5b649bd9b687bc540aa22827e6663a35d1e4cdd authored over 1 year ago by Luo, Yuanke <[email protected]>
[X86] Add test suite for stack realignment.

These test case is created to test D145650 and D146862 which create
extra prolog and epilog when...

4b4faa5a42c468056a67a96517f1ccd787f06c9f authored over 1 year ago by Luo, Yuanke <[email protected]>
Remove some whitespace. NFC

6b926a5e2ca030fa550d2720c2c1b5bf4d7d35d4 authored over 1 year ago by Brad Smith <[email protected]>
[test-suite] Avoid segfault in CLAMR test on non-Linux systems

On FreeBSD, the CLAMR test immediately segfaults on startup, when it
parses /proc/pid/status in ...

ccf81ff7776f235e4431f132fc02a692285f27dd authored over 1 year ago by Dimitry Andric <[email protected]>
[test-suite] Disable CLAMR fmemopen() substitute function on FreeBSD / OpenBSD and AIX

FreeBSD (9.2+) / OpenBSD (5.4+) and AIX (6.1+) all have the fmemopen() function nowadays.

Revie...

09df1596d63ef847034c7c6f7234e7de50b60271 authored over 1 year ago by Brad Smith <[email protected]>
Assert in codesize.py that we have exactly one of size..text and size.__text

Make sure that we only get one of these possible output formats to prevent
duplicate data later ...

aa159f7cbc517ca046880bee9058778ac09e3967 authored over 1 year ago by Jessica Paquette <[email protected]>
[cmake] Add O2.cmake cache.

Similar to the existing caches also add one for -O2.

354d87bc63afca0145cc20f0392d68605f5302dd authored over 1 year ago by Florian Hahn <[email protected]>
compare.py: increase --filter-short threshold, and accept optional argument

Option --filter-short now accepts an optional argument:

--filter-short [FILTER_SHORT]
...

f36619ce1b380df1688bb5476347ef7748b00e70 authored over 1 year ago by Sjoerd Meijer <[email protected]>
[test-suite] Fix OpenBSD build

- Some fixes or workarounds (JM) for not having sys/timeb.h / ftime().
- Use rusage() in minisat...

89253c0847a6a4ede6ed310c272b1bbcababc3a3 authored over 1 year ago by Brad Smith <[email protected]>
[test-suite] Fix FreeBSD and OpenBSD builds

With clang 16, SingleSource/Benchmarks/Misc/mandel.c fails to compile on
FreeBSD, complaining th...

7b21b9ec2f2edffd41a9c376f1353be0fe2e6a0b authored over 1 year ago by Dimitry Andric <[email protected]>
[gcc-c-torture] Note undefined behaviour in frame-address.c

In 259fcdabfd843d01fccd9a1aeb44642e9043a883 I disabled this test
due to clang now tail calling o...

099d3c1617e0bf30723c26de3fdb24df3fe797f1 authored over 1 year ago by David Spickett <[email protected]>
[gcc-c-torture] Disable frame-address.c test due to incorrect tail call prevention

These checks were added to the original test by:
https://github.com/gcc-mirror/gcc/commit/0f149d...

259fcdabfd843d01fccd9a1aeb44642e9043a883 authored over 1 year ago by David Spickett <[email protected]>
[SingleSource/Vectorizer] Move helper functions & macros to header.

A couple of macros are used by multiple tests. To allow for easier
re-use, move them into a comm...

319cb30af9af5e6112a279e4a44711db6061f264 authored over 1 year ago by Florian Hahn <[email protected]>
[SPEC2017] Run image validator with TEST_SUITE_RUN_UNDER

Image validators in SPEC CPU 2017 are currently built for the target,
not for the host. When ru...

57500d700a5726100fe3042a12372e3e15aac0e9 authored over 1 year ago by Zhuojia Shen <[email protected]>
[X86][AMX] Add unit tests for AMX feature

Currently, we only test compilation results of AMX cases.

Reviewed By: LuoYuanke

Differential ...

afc7e6588b3b43351e49f697fe48283ec5056c11 authored over 1 year ago by Bing1 Yu <[email protected]>
[SPEC2017] Use -fno-strict-aliasing when compiling 502.gcc_r, 505.mcf_r

As suggested on SPEC's documentation page (Known Portability Issues) [1][2]
the spec_qsort.c rou...

0bf641816abea1f785603193e1ed0d939bae8516 authored almost 2 years ago by Alexandros Lamprineas <[email protected]>
Reland "Enable Fortran testsuite/language when TEST_SUITE_SUBDIRS=Fortran is passed"

This relands 8c18b14334747be33fb0ff45c7faf9142b15372 with a small fix to
use the IN_LIST operato...

de2e530ed27db6a14cf8d420fc721d2e605b31e2 authored almost 2 years ago by Paul Scoropan <[email protected]>
Revert "Guard visibility variables on AIX"

This reverts commit d785c299bdb9494182fd253a5ab5e5dbca725a3c.

ab8ec6cb68ae43c56151583b4329f141a080d588 authored almost 2 years ago by Jake Egan <[email protected]>
[SOLLVE V&V] Disable failing expect-pass tests.

The tests are currenty failing on the openmp-offload-cuda buildbot.
Disable them to eventually m...

36e96bd4ad38e688f6a7663eac38a0b10eaf81db authored almost 2 years ago by Michael Kruse <[email protected]>
Revert "Enable Fortran testsuite when TEST_SUITE_SUBDIRS=Fortran"

This reverts commit 8c18b14334747be33fb0ff45c7faf9142b153727 to unblock
buildbots that are failing.

fe925ab05d2ffc532a5833e674e932569dc68d6b authored almost 2 years ago by Ahsan Saghir <[email protected]>
Enable Fortran testsuite when TEST_SUITE_SUBDIRS=Fortran

Enable Fortran testsuite/language when TEST_SUITE_SUBDIRS=Fortran is passed

Differential Revisi...

8c18b14334747be33fb0ff45c7faf9142b153727 authored almost 2 years ago by Paul Scoropan <[email protected]>
[SPEC2017] Add -fcommon to build ldecod in x264

As stated in
https://www.spec.org/cpu2017/Docs/benchmarks/525.x264_r.html#portability,
building ...

361a7aa2097cd54ce0e30b186512c380e22483bc authored almost 2 years ago by Zhuojia Shen <[email protected]>
Do not include <alloca.h> unconditionally

Some systems (e.g. FreeBSD) do not provide this header. This commit fixes
building the testsuite...

372064913a99243879b727cd2aa92e99f6400456 authored almost 2 years ago by Alex Richardson <[email protected]>
[TSVC] Use fabs in s318 and s3113

In the s318 and s3113 kernels, the integer variant of the abs() function was
used to to determin...

4138f35654ee79f8f9db433714c9fc0f5725b999 authored almost 2 years ago by Sjoerd Meijer <[email protected]>
[MicroBenchmarks,AArch64] Added correctness test & other performance tests for truncate or zero-extend vector operations

This patch adds a correctness test to check the outcome of vectorized truncate or zero-extend op...

08de51078b0a8b4890884ca9009e3306a6c64315 authored almost 2 years ago by Nilanjana Basu <[email protected]>
Updated supported GPU list

973b754e7c66e50da0bc623580cb155d558a2e04 authored almost 2 years ago by Artem Belevich <[email protected]>
Fix platfor => platform typo to fix hash collection.

171c788290d6fc0f97438b0ab142d09c14407e32 authored almost 2 years ago by David Green <[email protected]>
Revert "Reland "Disable benchmarks that require _ALL_SOURCE on AIX""

This reverts commit d52a93a891cde7a76aca63f7a201c5a5fe459f41.
AIX benchmarks no longer need to b...

ca94de843078a078163740383119f55149d65ba0 authored almost 2 years ago by Amy Kwan <[email protected]>
[test-suite] Add strings.h header to ClamAV and define _XOPEN_SOURCE=600 on AIX for ClamAV/archie-client.

The ClamAV and archie-client tests are currently disabled on AIX, and we are now
in the process ...

2a2427ae0e779cce5d35fdd1ae7071297d290789 authored almost 2 years ago by Amy Kwan <[email protected]>
[AIX][test-suite]Workaround other benchmarks affected by the _ALL_SOURCE issue on AIX

On AIX, there are typedefs and struct definitions required by test-suite tests
that are only acc...

17d2e039987d88923a99b453e6d18f9aed96d506 authored almost 2 years ago by Amy Kwan <[email protected]>
[LoongArch] Enable GCC C Torture Suite

Add built-in-setjmp.c and pr84521.c to blacklist because LoongArch
backend doesn't support `__bu...

1a57125a45acdae4a35f1f8a43f35c425b56384f authored almost 2 years ago by Weining Lu <[email protected]>
[test-suite] Add Architecture Detection for LoongArch

The LLVM test suite has its own way of detecting the system
architecture. This adds support in t...

f3d50250fafaed394c5f8a9cc73863b5f4f8a9f5 authored almost 2 years ago by Weining Lu <[email protected]>
[MicroBenchmarks] Add benchmarks to check runtime of truncate or zero-extend vector operations

This patch adds an initial set of benchmarks to check runtime of vectorized truncate or
zero-ext...

3b44b6bdd3e8f165cea302410116f2d257238924 authored almost 2 years ago by Nilanjana Basu <[email protected]>
Fix Solaris compilation

As detailed in Issue #57642, the `test-suite` doesn't compile on Solaris.

This patch fixes the ...

c4c6c75c1ff888f47a203e5aeadc85b1d2aaa172 authored almost 2 years ago by Rainer Orth <[email protected]>
Unit tests to improve code coverage

Adds a batch of C tests that have been found to cover several hundred
lines of Clang/LLVM that a...

d6208534e62d9bc903f60559aab85abb3d53e68b authored about 2 years ago by Arindam Sharma <[email protected]>
Revert "Use -fprofile-use= when TEST_SUITE_USE_IR_PGO is enabled"

This reverts commit c1ea19fe1c3da7d62315b01b4cd4e8c7864d5385.

It looks like this is passing the...

d66d5069cba97b07ce55c6afd6d420bbab1778ee authored about 2 years ago by Florian Hahn <[email protected]>
Use -fprofile-use= when TEST_SUITE_USE_IR_PGO is enabled

`TEST_SUITE_USE_IR_PGO` changes the test-suite to use
`-fprofile-generate=xxx` (instead of `-fpr...

c1ea19fe1c3da7d62315b01b4cd4e8c7864d5385 authored about 2 years ago by Matthias Braun <[email protected]>
[GCC torture tests] Disable 2 tests with array alignment issues

Since https://reviews.llvm.org/D133711 clang has been rejecting
code in these two tests.

Recent...

48adf16285bb390029d10f626071ef083aa2c945 authored about 2 years ago by David Spickett <[email protected]>
[SPEC2000] Disable Wimplicit-int, set CXX standard to fix build errors.

This should make CINT2000/CPF2000 build again with recent Clang builds.

4b482df2cee902b27e322030244812e1bc5f6e1f authored about 2 years ago by Florian Hahn <[email protected]>
[Fortran] adding a new test now that CMake supports LLVMFlang

As of [this CMake merge request](https://gitlab.kitware.com/cmake/cmake/-/merge_requests/7246), ...

edc9be64895f43c79aa34fad32801ada216ce229 authored about 2 years ago by Anthony Cabrera <[email protected]>
[test-suite] Set language level to c++14 to tests failing with gnu++17

The following tests fail to build on the AIX buildbot due to the change to set the
language leve...

9075928d9b24be59ddf8f89102e6aaa7bdeea4d4 authored about 2 years ago by Zarko Todorovski <[email protected]>
Disable MultiSource/UnitTests/C++11/frame_layout on SPARC

As reported in Issue #57626, `frame_layout.cpp` doesn't compile on SPARC
(both Solaris/sparcv9 a...

83de0f31e66f1d1a9706b8e057475efd3ea1ed3a authored about 2 years ago by Rainer Orth <[email protected]>
Set CXX_STANDARD to 14 for SPEC benchmarks which don't work with C++17.

3ce737c43fa947a9098bb3b43ac1289367675340 authored about 2 years ago by Florian Hahn <[email protected]>
Set CMAKE_CXX_STANDARD to 14 for projects which do not work with C++17

b3a89445dc4aed7ee9825e024c32d417e36a3f13 authored about 2 years ago by Fangrui Song <[email protected]>
SPEC 456.hmmer: Disable implicit-function-declaration error

https://reviews.llvm.org/D131351 changed implicit function pointer
cast warning to be an error b...

3b46d62e81caa0c0d7bf907f900823e3b7627089 authored about 2 years ago by Matthias Braun <[email protected]>
[Fortran] Relax relative tolerance for FCVS tests

In one of the tests from FM905.f, flang and gfortran disagree about how
0.25e-10 should be print...

d2d142c91d2d3763b89bb50f178914d8f2fa7c68 authored about 2 years ago by Diana Picus <[email protected]>
Reland "[Fortran] Re-enable FCVS FM905 & FM907"

This reverts commit f024050c4cb4609aee1aaa0bced35dc00952de6a.
The buildmaster has been restarted...

736324639728a50b8b68e2eab638e2fdc9c667a8 authored about 2 years ago by Diana Picus <[email protected]>
Revert "[Fortran] Re-enable FCVS FM905 & FM907"

This reverts commit 8de3e51946e883dea0f48a28ba7355f7ff2e229d.

This is failing on the buildbot b...

f024050c4cb4609aee1aaa0bced35dc00952de6a authored about 2 years ago by Diana Picus <[email protected]>
[Fortran] Re-enable FCVS FM905 & FM907

FM905 and FM907 have been disabled because they use list-directed
output, which gives the compil...

8de3e51946e883dea0f48a28ba7355f7ff2e229d authored about 2 years ago by Diana Picus <[email protected]>
Speculatively fix some more bots after -Wimplicit-function-pointer-types changes

This should fix the failures found by:
https://lab.llvm.org/buildbot/#/builders/57/builds/20887
...

a366a3d372a765a86b1efb53fa04dfb54ae4d9a3 authored about 2 years ago by Aaron Ballman <[email protected]>
Speculatively fix the test-suite build

This should hopefully address the strengthening of the
-Wincompatible-function-pointer-types dia...

5c10ef0969f200c35b93ba2f9645abc69c85495a authored about 2 years ago by Aaron Ballman <[email protected]>
Fix a -Wint-conversion failure in 401.bzip2.

65661324887df4cd22c82428f0df943a82521355 authored about 2 years ago by Florian Hahn <[email protected]>
[llvm-test-suite][Fortran] Temporarily disable some tests

At the moment, the clang-aarch64-full-2stage buildbot is running the
test-suite with `flang-to-e...

797d937f8af2cb553889f8ceca03bee5855e62d4 authored about 2 years ago by Diana Picus <[email protected]>
[SingleSource] Add initial vectorizer tests with recurrences.

This patch adds dedicated test coverage for multi order
recurrences. D119661 will add support fo...

1846f600f7dbd41e82ee7961ab57556a0240bb25 authored about 2 years ago by Florian Hahn <[email protected]>
Fix a -Wint-conversion failure with an AIX test bot

This should address the issue found by:
https://lab.llvm.org/buildbot/#/builders/214/builds/2499

f47d83408790e3558e5fdb871ba66996b1b1183d authored about 2 years ago by Aaron Ballman <[email protected]>
Update the test suite for changes to -Wint-conversion

This updates the test suite to ignore -Wint-conversion warnings which
have been upgraded to an e...

1c09bf48b36b7704467e00f621618fddf612c4c2 authored about 2 years ago by Aaron Ballman <[email protected]>
[fpcmp] Use non-floating point parsing by default.

Unless using the `-a` or `-r` options, do not parse floating point numbers in order to compare i...

6703097ffa34a48277a231b7b2e99b8b074a4584 authored over 2 years ago by Michael Kruse <[email protected]>
[Fortran] Ignore whitespace in FCVS test results

Some tests in the FCVS suite use list-directed output, which may
according to the standard intro...

8e4703af93b04d72e225215e67a89973e84e59fd authored over 2 years ago by Diana Picus <[email protected]>
[CMake][SingleSource] Fix compile with profile generation

Currently, when compiling with the CMake flag
TEST_SUITE_PROFILE_GENERATE set to ON, compare-fp-...

a2f87579869269c8e65354edd6e4a1c0848d4186 authored over 2 years ago by Aiden Grossman <[email protected]>
[test-suite] Fix unaligned uint32_t accesses in ClamAV.

The char* here isn't 4 byte aligned so the cast to int32_t* can
create an unaligned access.

Rep...

75d07279a024184f0eea1bfcb8fe975cff30dd5a authored over 2 years ago by Craig Topper <[email protected]>
[Fortran] Don't add -Werror=date-time for flang

At the moment, flang doesn't support `-Werror=date-time`, so we
shouldn't add it if the Fortran ...

25c31a4e8b54b5e2d4e03b21aa6631fdb248dc6e authored over 2 years ago by Diana Picus <[email protected]>
[Fortran] Forward NO_STOP_MESSAGE to FCVS tests

By default, Flang outputs 'Fortran STOP' as part of the STOP statement,
and sometimes also warni...

f425709b9cd0d64a3fdda86e6da37ca709599c76 authored over 2 years ago by Diana Picus <[email protected]>
[test-suite] Disable RSBench and XSBench running on CSKY

Disable XSBench and RSBench running on CSKY.
Because the biggest alignment of CSKY is 4 bytes so...

a67ae4972b54c52bb96386e9262827d827ac9c69 authored over 2 years ago by Zi Xuan Wu <[email protected]>
[test-suite] Add C-SKY Support in benchmark

Use gettimeofday to get the number of cycles since power-on in CSKY backend.

Differential Revis...

f3a83077a50172c1c946892ba93239cd19d777ec authored over 2 years ago by Zi Xuan Wu <[email protected]>
[External][CUDA] Add option to test with the new driver

Upstream clang supports RDC-mode compilation through the new driver.
This patch adds an option t...

19d530e6aea774e695fc9d5c6e5c451dcd2bd4b3 authored over 2 years ago by Joseph Huber <[email protected]>
[test-suite][CSKY] Add Architecture Detection for C-SKY

The LLVM test suite has its own way of detecting the system
architecture. This adds support in t...

71b23b54c5f848960c0b470eb99619a24de30b31 authored over 2 years ago by Zi Xuan Wu <[email protected]>
Force HAVE_LIB_RT to NO when building with Xcode toolchains

Fixes an issue revealed by https://reviews.llvm.org/D121343, causing several of
the test-suite-v...

33c34454f18c5086eae797850992692e60bed11b authored over 2 years ago by Jon Roelofs <[email protected]>
SPEC2006: Allow building on FreeBSD

For FreeBSD, we also have to pass -DSPEC_CPU_MACOSX to avoid the use of
gcvt() in 400.perlbench ...

11047081ff024bfbda16e35d09c4feb3b0aecd45 authored over 2 years ago by Alex Richardson <[email protected]>
Add unit test with invariant store for vectorizer memory runtime checks

The test is for the functionality implemented in
https://reviews.llvm.org/D110235

Differential ...

2a41ecd2330928dca57343d81528feba040ceb5a authored over 2 years ago by Igor Kirillov <[email protected]>
Speculatively fix more tests for implicit int changes

This should hopefully address the issues found by:
https://lab.llvm.org/buildbot/#/builders/105/...

099fc20d7e352f51d7c76a5d89fecbd15d7fae5e authored over 2 years ago by Aaron Ballman <[email protected]>
Speculatively fix build bots for implicit int changes

This should address most (all?) of the issues found in:
https://lab.llvm.org/buildbot/#/builders...

83e2881b33fbba599dcdd304d7ed6f9edf24f840 authored over 2 years ago by Aaron Ballman <[email protected]>
Disable implicit function declaration warnings

This should address the issue found by:
https://lab.llvm.org/buildbot/#/builders/214/builds/844

6b4b74f6a2a1726eed9efbbcc8fd336f83981eb1 authored over 2 years ago by Aaron Ballman <[email protected]>
Disable implicit function declaration warnings

This addresses the next failure found by:
https://lab.llvm.org/buildbot/#/builders/214/builds/842

e44023892a33ebe0ca6dae2131d9f12cbf0b8a52 authored over 2 years ago by Aaron Ballman <[email protected]>