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

Experimental support for spec 2017 on Apple platforms

7114cae7cb79b3a20c165bef3a94883155332546 authored over 4 years ago by Chris Matthews <[email protected]>
Add a missing #include to tramp3d-v4.cpp

This was failing to build because of a libcxx change: https://reviews.llvm.org/D71214

0d59095493ec8d189240307396e28105fc75ac37 authored over 4 years ago by Erik Pilkington <[email protected]>
Fix undefined behaviour in ldecod

The NUM_BLOCK_TYPES macro is defined to 10, but the arrays in
ctx_tables.h only have 8 elements ...

90595f186d00a0e6ad63e95e4226e34f139627f7 authored over 4 years ago by Oliver Stannard <[email protected]>
[PowerPC] Force ffp-contract=off

Sync fix from https://reviews.llvm.org/rL181270 to CMakefiles.

In order for the test-suite outp...

c04a7178a3a50fe919964df59b041c5671db50f7 authored over 4 years ago by Jinsong Ji <[email protected]>
Rename test-suite test case to prevent NOEXE failures

In the test-suite, we have two files:
SingleSource/UnitTests/Vector/Altivec/ld.reference_outpu...

b7ba2103c1cfdb7e717a8d02a58b1452aef0b636 authored over 4 years ago by Lei Huang <[email protected]>
tools/timeit.sh: be flexible while parsing perf-stat output

Summary:
There are some minor changes on the perf-stat output that needs to be
accommodated so w...

a10baf9207bd83c1cbddecbfc79511bb32a753e5 authored almost 5 years ago by Yuanfang Chen <[email protected]>
[SPECCPU2017] Add CXXPORTABILITY flags for 526.blender_r

Summary:
as suggested by `config/Example-aocc-linux-x86.cfg` (v1.1) or `config/Example-clang-llv...

5f13cb8e5e03c5bea2ef6feea04584b18f708249 authored almost 5 years ago by Yuanfang Chen <[email protected]>
Rename optopt to follow convention in unix-smail

Follow conventions in https://reviews.llvm.org/D40075.

a8c64f2bdd2b4295e5d52a63fb18409365d62bd3 authored almost 5 years ago by Qiu Chaofan <[email protected]>
Add Darwin blacklist to GCC torture suite's CMakeLists.txt

Some of these tests use features which are not supported on Darwin. (E.g.
aliases)

As a result ...

23a0cb4cad594eb0e7ecb40813c2e70987c14e4a authored almost 5 years ago by Jessica Paquette <[email protected]>
[PowerPC] Fix name conflict in unix-smail

Fix issue on PowerPC that unix-smail fails to compile, which should
be a name conflict about `op...

737ca6c604698b9404ecf79248031b3c0f72dd9a authored almost 5 years ago by Qiu Chaofan <[email protected]>
[X86] Bugfix for rL349334

Since the width of a bit field cannot exceed the width of the underlying
type, we should change f...

16265f5a73211d7497e41af43e895eb230c13b89 authored almost 5 years ago by Yu, Bing1 <[email protected]>
[sollve_vv] Add CMake include.

include(External) is necessary with TEST_SUITE_SUBDIRS=External/sollve_vv.
Before this patch, it...

cb9a2c9176e942b35d6a219a8a82a6e1a829f46b authored almost 5 years ago by Michael Kruse <[email protected]>
Add sollve_vv external project.

sollve_vv is the OpenMP Validation & Verification suite to test
conformance to with the OpenMP s...

9a9a976cb5cc73a411df8e6f1a1e2d49c804b858 authored almost 5 years ago by Michael Kruse <[email protected]>
[test-suite][mips] Enable GCC C Torture Suite

45c8b7666f59248b7917cd8e72e6e579c1ecdc83 authored almost 5 years ago by Simon Atanasyan <[email protected]>
[SystemZ] Enable GCC C Torture Suite

Review: Ulrich Weigand

6448db5d19a310665441a44945bf00467529113b authored almost 5 years ago by Jonas Paulsson <[email protected]>
[test-suite] Exclude gcc-c-torture/execute/pr38212.c due to UB

c58aa73ffd22468d80b6611e27af4e442e1135c8 authored almost 5 years ago by Sam Elliott <[email protected]>
[SPECCPU2017] Check for 'all' input data directory before generating command

Summary: As of SPEC CPU2017 1.0.5, 526.blender_r/data does not contain an 'all' subdirectory, wh...

bcad7a46b6a21f3d0e0d0a92a094218f0b9abf4c authored almost 5 years ago by Dominic Chen <[email protected]>
[test-suite] Guard DG_CFLAGS filtering

llvm-svn: 374295

ae6c21adfe7b49db292717735437f01605e8de92 authored about 5 years ago by Sam Elliott <[email protected]>
[test-suite] Add Architecture Detection for RISC-V

Summary:
The LLVM test suite has its own way of detecting the system
architecture. This adds sup...

8b963b6e05088793a3e920fd7faaeb6e7de27d08 authored about 5 years ago by Sam Elliott <[email protected]>
Add GCC Torture Suite Sources

llvm-svn: 374156

8e6f3ef1b8f30cca66fd1a4e35d16bdfd0c622ba authored about 5 years ago by Sam Elliott <[email protected]>
[test-suite] Add GCC C Torture Suite

Summary:
This patch adds support for testing clang/LLVM against the GCC Torture
suite.

This pat...

8578ec30677f1a13b0e74362d81c09e0ac13cd33 authored about 5 years ago by Sam Elliott <[email protected]>
MultiSource/Applications/d: applying zero offset to null pointer is UB in C

Caught by https://reviews.llvm.org/D67122

Address of the zero-th element of an array is identic...

8432c9363fc21f079db985d0537c1391a974077c authored about 5 years ago by Roman Lebedev <[email protected]>
Support for codesigning executables on Darwin

Mirror LLVM's cmake llvm_codesign function into the test-suite and apply
to all executables.

ll...

337ffe9cc92a702f19938bed792271bcf046bc2b authored about 5 years ago by Chris Matthews <[email protected]>
MallocBench: gs: zarray: zastore(): correctly subtract unsigned offset

By adding negated unsigned offset, while with wrapping semantics
you indeed get a smaller pointe...

4f0a2c294bc09e9a5c0988682f57b42415f9f256 authored about 5 years ago by Roman Lebedev <[email protected]>
[MiBench] consumer-typeset: z31: GetMemory(): don't apply offset to nullptr, it's UB

Caught by D67122

/repositories/llvm-test-suite/MultiSource/Benchmarks/MiBench/consumer-typeset/...

ad126dc5e7622c6c6f451477fdc52eeef4b837fe authored about 5 years ago by Roman Lebedev <[email protected]>
[MemFunctions] Add c++11 flag.

We're using constexpr in the code, so this breaks in older systems.

MicroBenchmarks/MemFunction...

244acbf1e23ea39ed5ecddeebce700c34e2415ed authored about 5 years ago by Clement Courbet <[email protected]>
[MemFunctions] Add microbenchmarks for memory functions.

Summary:
Memory functions (memcmp, memcpy, ...) are typically recognized by the
compiler and exp...

67828b2196cb05acc4f4279ec66ad858f312cc8b authored about 5 years ago by Clement Courbet <[email protected]>
Add geomean column earlier to dataout as Series in compare.py.

This fixes the following error when using --all.

Traceback (most recent call last):

File "...

c726835c52612c54c1e85c6f6c2f7574d9c591ca authored about 5 years ago by Florian Hahn <[email protected]>
Skip test earlier if metric is not found in compare.py

This speeds up processing for inputs with lots of missing metrics, by
avoiding adding them to na...

900dc528d15cf7d31a4f0eee18dcbc7c7116cc14 authored about 5 years ago by Florian Hahn <[email protected]>
Fix more -Werror issues with obsequi.

llvm-svn: 366290

398b84c65f10d8714929ac0a6fb4f000ed108ae0 authored over 5 years ago by Amara Emerson <[email protected]>
Obsequi: fix implicit declaration of a function, breaks -Werror builds.

llvm-svn: 366287

24139acf199f98ed33820aad0c690484d69c6878 authored over 5 years ago by Amara Emerson <[email protected]>
Enable the obsequi application for Darwin. It seems to run with no issues.

llvm-svn: 366277

7ed359798102722091a426439b74fa8445c393d4 authored over 5 years ago by Amara Emerson <[email protected]>
Fix support for user mode emulation when using cmake/lit.

When using user mode emulation, i.e. cross-compiling programs for a
different target and running...

9973673c0f7e7797a49e303f1c965032282716d4 authored over 5 years ago by Kristof Beyls <[email protected]>
[test-suite] Fix RISC-V Support in benchmark 1.3.0

Summary:
Fixed by backporting the upstream fix from here:
https://github.com/google/benchmark/...

00bd6ede14d1e0e0a98a003bb2ae38f78afbeeaf authored over 5 years ago by Sam Elliott <[email protected]>
Revert "[test-suite] Signal error if llvm-lit was not found"

As disscussed in post-commit review, the LIT is not specified
in the zorg/buildbot/builders/Clan...

6389144869ccaaa25990e38c3b8e4ae699b45642 authored over 5 years ago by Roman Lebedev <[email protected]>
[test-suite] Signal error if llvm-lit was not found

Summary:
I'm not sure if that was intentional or not?
I found it quite surprising when trying to...

3509bfa91543810e45fddf0f016bbd51c55a6d55 authored over 5 years ago by Roman Lebedev <[email protected]>
Made lambda test more robust.

The test used a lambda that could be optimized out as a constexpr lambda in
the C++17 mode, lea...

002d73c358b6390287113621573a7ed44905f464 authored over 5 years ago by Sunil Srivastava <[email protected]>
Document how to use the 'vs' mode in compare.py

llvm-svn: 358206

fdc3546216461b576bfea923993b73500cc51cbe authored over 5 years ago by Amara Emerson <[email protected]>
[test-suite] litsupport/modules/perf.py: store profile filename in context.profilefile

Summary:
This
1. Removes duplication
2. Provides that filename to be potentially used by other m...

200024417d25a04409dd374db68550c3b60cf99f authored over 5 years ago by Roman Lebedev <[email protected]>
[test-suite] There is no such thing as CMAKE_C_CFLAGS, it's CMAKE_C_FLAGS

Summary: Noticed by accident.

Reviewers: homerdin, MatzeB, hfinkel, fhahn

Reviewed By: fhahn

...

9628c598fe79920315abd7f833b1f519a6a95bcd authored over 5 years ago by Roman Lebedev <[email protected]>
Fix siod's gc implementation when used with GLIBC.

Patch from LuoYuanke --

In the siod gc, it depends on setjmp(...) to get the value of callee
sa...

2696b9c6e1bd926a4dcada6a9fb2db3dadeaf0c9 authored over 5 years ago by James Y Knight <[email protected]>
[test-suite] Update test-suite microbenchmarks to use JSON (fix bug 41327)

Google benchmark is hoping to drop the CSV output format. This updates the microbenchmark module...

13c70c65f392e25c113e8e8e307995ca975db55c authored over 5 years ago by Brian Homerding <[email protected]>
[test-suite,CUDA] Add #include <stdio.h> to test_round.cu to fix a build error.

Subscribers: jlebar, llvm-commits

Tags: #llvm

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

0d87980d78aa31a0102b56503c1da41b521d2aab authored over 5 years ago by Bixia Zheng <[email protected]>
[test-suite,CUDA] Add a test case to test the edge cases for the implementation of llvm.round intrinsic in the PTX backend.

Reviewers: tra

Subscribers: sanjoy, mgorny, jlebar, jdoerfert, llvm-commits

Tags: #llvm

Diffe...

9c1d30bbc6820fc625a23d0e9dd92c7433f95a42 authored over 5 years ago by Bixia Zheng <[email protected]>
[test-suite][mips] Fix compile options for tramp3d-v4 test

The -mxgot flag was negatively effecting certain micromips builds.
This patch narrows its use to...

1db9040ab573c5b509004b961660974449e5a4d3 authored over 5 years ago by Simon Atanasyan <[email protected]>
Add geomean summary row to output from utils/compare.py.

This change adds a summary row with the geometric mean of the selected
metric to the output of u...

0ee69b891c3b167474212eb996b78c23f82bc13d authored over 5 years ago by Florian Hahn <[email protected]>
[CMake] Support alternative C++ ABI library

Do not assume that every platform has libsupc++.

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

1b240a7613fa932c7ee3b3761d504f6eeb642419 authored over 5 years ago by Petr Hosek <[email protected]>
[test-suite] Add cmake option to use IR PGO (TEST_SUITE_USE_IR_PGO)

This allows building programs in the test suite with LLVM's IR PGO
feature. Support for re-build...

40cb96271c3b372be41db8508e0469aa67a58496 authored over 5 years ago by Vedant Kumar <[email protected]>
Python Compat: print statements

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

llvm-svn: 353169

eb249d070165c6b054d8996fceafc9425b394c4d authored over 5 years ago by Serge Guelton <[email protected]>
[test-suite] Fix stdthreadbug when building static

This patch adds necessary flags for the test stdthreadbug.cpp, so it can
be executed without err...

ce298fe37abc41df324093244500f7a3f0bcd69a authored over 5 years ago by Aleksandar Beserminji <[email protected]>
[test-suite] Adding CoMD Proxy App

CoMD is a reference implementation of typical classical molecular dynamics
algorithms and worklo...

a3eea31b0498b2e268af72ab5f22fd2ddac247a3 authored over 5 years ago by Brian Homerding <[email protected]>
Update remaining file headers of LLVM-project code to the new license.

For details, see r351675 which intalled the new license for the test
suite, and r351676 which ha...

45e9fc8137dbac868dfea1012ce29fd65a6d6c7c authored over 5 years ago by Chandler Carruth <[email protected]>
Update the file headers used throughout the ABI testsuite to reflect the

new license. Separating these updates from the rest of the testsuite due
to the size of files and...

38461f7bf1ce2c39d71d046d88826b1da502694d authored over 5 years ago by Chandler Carruth <[email protected]>
Update LICENSE file for the test-suite to the new license.

See r351631 to LLVM which installed the new license and developer policy
for subsequent contribu...

f0975205102071420bc4afb47cbfa109247dd387 authored over 5 years ago by Chandler Carruth <[email protected]>
Consistently use unix line endings on all the source code in the test

suite. Only a specific subset were using Windows encodings, and the
inconsistency makes updating ...

b4e35a80cefbf4f65d1bf2150033b840fc177061 authored over 5 years ago by Chandler Carruth <[email protected]>
test-suite: add avx512 tests with move-load-store intrinsics

Summary: Here is the next bunch of avx512 tests. In each test we do some load, store or move ope...

d73a0119a44b82a20d11b1ba38004fa325fe51f0 authored almost 6 years ago by Ilia Taraban <[email protected]>
Make Python scripts portable across Python 2/3

Mostly:

- harmonize print function
- harmonize item iteration
- explicitly force list creation ...

7dc389953bbb66f78a0f6ad407f5a46fe2275e30 authored almost 6 years ago by Serge Guelton <[email protected]>
Modernize Python scripts

Use type destructuring instead of explicit indexing.
This is preparatory work for python2/3 comp...

dec7fd61ef8a899585502e28f056335341a98788 authored almost 6 years ago by Serge Guelton <[email protected]>
[test-suite][mips] Disable setlocale calls in consumer-typeset test

When running the test-suite through qemu an error can occur when the
host and target architectur...

471b1e475464498a3ce7e429e1e2c5a392aba757 authored almost 6 years ago by Simon Atanasyan <[email protected]>
[test-suite] Revert rL349493 (Adding CoMD Proxy App)

Test failing. Reverting till fixed.

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

ll...

3824679a0e1618c7aff400910b2eb01b5c5a1eaa authored almost 6 years ago by Brian Homerding <[email protected]>
[test-suite] Adding CoMD Proxy App

Re-commiting CoMD test after fixing the Makefile build.

CoMD is a reference implementation of t...

1dfb738c799ad53134523bbac14521a640b4aebb authored almost 6 years ago by Brian Homerding <[email protected]>
[test-suite] Revert rL349493 (Adding CoMD Proxy App)

Test failing. Reverting till fixed.

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

ll...

3b8e581ce4df0876a7376e84c029732847fb16c3 authored almost 6 years ago by Brian Homerding <[email protected]>
[test-suite] Adding CoMD Proxy App

Adding floating point tolerance.

CoMD is a reference implementation of typical classical molecu...

a0e3c5f174db59334ed499781c5007771ab93fce authored almost 6 years ago by Brian Homerding <[email protected]>
[test-suite] Adding CoMD Proxy App

CoMD is a reference implementation of typical classical molecular dynamics
algorithms and worklo...

39e6f18b429c8bb8d1e4cd5c6f2a46aa386747f3 authored almost 6 years ago by Brian Homerding <[email protected]>
test-suite: add avx512 tests with miscellaneous intrinsics

Summary: Here is another bunch of avx512 tests. In each test we do miscellaneous operations(shuf...

9a910480c86745b604f2d63a7ab7a6c895512207 authored almost 6 years ago by Ilia Taraban <[email protected]>
[test-suite] Fix NetBSD build

No functional change intended for other OSes.

llvm-svn: 349273

bf15c3b9b356c6acc4cc8ae23a9244ee34208dd4 authored almost 6 years ago by Kamil Rytarowski <[email protected]>
[test-suite] Fix NetBSD support in benchmark 1.3.0

Fixed by backporting the upstream fix from here:
https://github.com/google/benchmark/pull/482
...

bf9d2f1e894d142bb4e06b109a1c7df59a92a887 authored almost 6 years ago by Kamil Rytarowski <[email protected]>
test-suite: divide avx512 tests to instruction set subdirectories

Summary:
This patch separates current avx512 tests to avx512f, avx512bw and other instruction se...

7027018907ed918a5aa69adeaa147fb9ff46db4e authored almost 6 years ago by Ilia Taraban <[email protected]>
[MicroBenchmark] Add initial LoopInterchange test/benchmark.

This patch adds a first test case specifically for LoopInterchange. I am
not sure if MicroBenchm...

a4755f4e14b51aa769cee9ba5f7c503a02cd81b9 authored almost 6 years ago by Florian Hahn <[email protected]>
CMakeLists.txt: Only add rsync target if TEST_SUITE_REMOTE_HOST was specified

llvm-svn: 345539

0fe899aeab4fd730a949ada912c0804dd9d8f16e authored almost 6 years ago by Matthias Braun <[email protected]>
cmake: Add TEST_SUITE_EXTRA_*_FLAGS variable

Introduce TEST_SUITE_EXTRA_C_FLAGS, TEST_SUITE_EXTRA_CXX_FLAGS
and TEST_SUITE_EXTRA_EXE_LINKER_F...

0e0324ba1725d32f221331de8c9ddacfc7387356 authored about 6 years ago by Matthias Braun <[email protected]>
CTMark: Copy lit.local.cfg

Running the benchmarks (as opposed to just compiling them) didn't work
without a lit.local.cfg f...

6e548601fe7710631eeffb808629dfa46a6a6901 authored about 6 years ago by Matthias Braun <[email protected]>
More fixes for UBs in Bullet

llvm-svn: 343219

5f93ba25ce286585f70226bb58a763873dc0bcb5 authored about 6 years ago by Anton Korobeynikov <[email protected]>
Fix UB (signed int overflow) in Bullet. The change is the same as already present in Bullet mainline.

llvm-svn: 343186

40bf4a3f1e9029f70c0193b551dd6a674c06ae9f authored about 6 years ago by Anton Korobeynikov <[email protected]>
[test-suite, CUDA] Enable tests w/ CUDA-10.0

llvm-svn: 342931

bdccb1ce82c995b6e9e41d4dcda0833e4400a7bd authored about 6 years ago by Artem Belevich <[email protected]>
Disable test MicroBenchmarks/XRay/FDRMode/fdrmode-bench.test on Darwin.

Test is failing because `__xray_log_select_mode("xray-fdr")` returns
XRAY_MODE_NOT_FOUND. Disabl...

5aa2fb7a43bf110549102a8ef0c652e28ace40a5 authored about 6 years ago by Volodymyr Sapsai <[email protected]>
[XRay] Remove use of deprecated options

In D51606 we deleted the FDR options struct, but forgot to remove those
from the test suite benc...

651437f48ac451d9275a7a2b5c153989ccd29580 authored about 6 years ago by Dean Michael Berris <[email protected]>
[test-suite, CUDA] Update CUDA cmake files.

This should unbreak CUDA buildbots.
The problem is that CUDA test suite is generating multiple
t...

a086e609ae7be23c1b4b86e79a7e25d9bf278085 authored about 6 years ago by Artem Belevich <[email protected]>
Update docu link; Add the O0 + O3 cmake cache

The O3 cache was mentioned in example in the docu, so we should make
sure it actually exists :)
...

a659d5c2ff130fcd33bb4b25a648cd151f86149c authored about 6 years ago by Matthias Braun <[email protected]>
litsupport/remote: Work without shared filesystem

Change litsupport/remote code to not assume a shared filesystem anymore:
- Assumes we can run co...

3ff8dfbce0315cf0b26af61d650c70645acd8c26 authored about 6 years ago by Matthias Braun <[email protected]>
cmake: Copy HashProgramOutput.sh to build dir

This avoids needing to reference the test-suite source directory when
running benchmarks.

llvm-...

41d067ce0d793ca2781b72d392551fa3533e599f authored about 6 years ago by Matthias Braun <[email protected]>
cmake: Specify reference outputs in llvm_test_data()

Specify reference outputs in llvm_test_data() so they get copied to the
builddir and used from t...

f74601fbc1190757f5ab163329cd16633049c8de authored about 6 years ago by Matthias Braun <[email protected]>
litsupport: fix pycodestyle/pyflakes reports; NFC

llvm-svn: 341225

5b54aad0fb57b03bd4f90492deaa8bbecb3344ce authored about 6 years ago by Matthias Braun <[email protected]>
lit.cfg: Initialize remote_host if missing

This should fix the tests in litsupport-tests

llvm-svn: 341224

158c38619fec48611067e6d7f38a84bb498f5fa4 authored about 6 years ago by Matthias Braun <[email protected]>
[test-suite, CUDA] Fix some CMake problems

1. The regex was matching any number in the path which is a problem
if your path to external/...

37d54bdc42a2adac3cfa2926d8aaf7c454b865c0 authored about 6 years ago by Jonas Hahnfeld <[email protected]>
cmake: Explicitely specify benchmark data

Explicitely declare what files are used as inputs for the benchmarks.
This changes the benchmark...

43b2eb6604c53cb3b99ecc477288f257591fb5a3 authored about 6 years ago by Matthias Braun <[email protected]>
cmake: Use ON/OFF for boolean constants; NFC

While the previously used On/Off work fine, cmake itselfs and the
documentation tend to use ON/O...

2b6ce0451e8b20b467908555d5ba42128f385d4f authored about 6 years ago by Matthias Braun <[email protected]>
CMakeLists.txt: Fix comment; NFC

llvm-svn: 340363

98e3dd28be903fef8e1cc8caec010aac40d705a2 authored about 6 years ago by Matthias Braun <[email protected]>
cmake/lit: Add remote module in lit.cfg

This allows to override/specify the remote to run on as a parameter to lit.

This means we don't...

17d52a22c0954022207ad2d788b9e4e7da4669eb authored about 6 years ago by Matthias Braun <[email protected]>
cmake/litsupport: Remove TEST_SUITE_REMOTE_USER + TEST_SUITE_REMOTE_PORT

Nobody is using these and you can always set them (and many
other) options in your $HOME/.ssh/co...

988fad796c6fb561e7e35d48de521434054716f6 authored about 6 years ago by Matthias Braun <[email protected]>
cmake: Remove TOOLLINKOPTS variable usage

The variable usage was a remnant from the initial makefile conversion
and wasn't really used in ...

6ac00d613b57a0d9669e1bb611d1fef3c46c9d31 authored about 6 years ago by Matthias Braun <[email protected]>
cmake/litsupport: Always use timeit-target in lit; NFC

Simplify things by always using timeit-target instead of switching
between timeit/timeit-target ...

5c3f072c250fffa6bb3c575c9209e844bf8b4d4d authored about 6 years ago by Matthias Braun <[email protected]>
ABI-Testsuite: Force the old c++11 ABI in mangling/test.xpp

Summary:
The check lines for this test assume the old c++11 ABI.

This resolved PR33132.

Review...

f67192dc81e04b0d1a8a77425644759423a3827d authored about 6 years ago by Tom Stellard <[email protected]>
MultiSource/Benchmarks/DOE-ProxyApps-C++/CLAMP: Fix build with newer libstdc++

Summary: llvm.org/PR38654

Reviewers: homerdin

Reviewed By: homerdin

Subscribers: cfe-commits,...

7864622c47cbc23d305f601016d99d796d42fa55 authored about 6 years ago by Tom Stellard <[email protected]>
lua/generate_inputs.sh: Remove noise from build output; NFC

llvm-svn: 340299

1422523b83dd12708301abf575be956474862172 authored about 6 years ago by Matthias Braun <[email protected]>
cmake: Use functions instead of macros where possible; NFC

llvm-svn: 340298

9c4043a62b8c4b84dbe2ad0b26ef6a288f7fd087 authored about 6 years ago by Matthias Braun <[email protected]>
TestFile.cmake: Support WORKDIR argument in llvm_test_prepare() and llvm_test_verify()

This makes usage consistent with llvm_test_run().

I will use this in an upcoming commit.

llvm-...

e0aea80dc17b5a884a5803bd1f319dbe702b137b authored about 6 years ago by Matthias Braun <[email protected]>
litsupport: Fix stdout/stderr redirection in combination with chdir

We failed to take the work directory into account when specifying
relative paths for stdout/stde...

16060706a20eb8f722f1db8f72b907b3bc79cff4 authored about 6 years ago by Matthias Braun <[email protected]>
[SingleSource] update the protocols.m test after r340102

The forward declared protocols are no longer valid in @protocol expressions.

rdar://43516174

l...

85a73f3f7909afed90a9b4447a216ee1d9602542 authored about 6 years ago by Alex Lorenz <[email protected]>
Add BilateralFiltering kernel using Benchmark Library

A bilateral filter is a non-linear, edge-preserving,
and noise-reducing smoothing filter for ima...

30b9616bbe50d6fb942365c10a9d42833e0da23b authored about 6 years ago by Pankaj Kukreja <[email protected]>