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

[CUDA] [test-suite] Test std::min and std::max with C++11.

Summary:
Previously we only tested on C++14 and newer, which let slip a bug where
std::min retur...

e55c40bcb73bd026482a346001f0790c6cf8b4dc authored almost 7 years ago by Justin Lebar <[email protected]>
Revert "[test-suite] Revert rL317483 (HACCKernels Benchmark)"

This reverts r317697 with additon of FP_TOLERANCE to account for
use of -ffast-math.

Commit mes...

e145591597f245a366338089bb7672dcfc66c8e7 authored almost 7 years ago by Brian Homerding <[email protected]>
[test-suite] Revert rL317483 (HACCKernels Benchmark)

Test breaks the AVX2 buildbot. Reverting per request.

Differential Revision: https://reviews.ll...

75a26171e01c97d22cbf8945e6e649942f45368e authored almost 7 years ago by Brian Homerding <[email protected]>
[test-suite] Adding the HACCKernels Benchmark

Description:
The Hardware/Hybrid Accelerated Cosmology Code (HACC), a cosmology N-body-code
fram...

ab95914afc6c7421700f17a13cdba67aada39d4e authored almost 7 years ago by Brian Homerding <[email protected]>
add microbenchmark litsupport plugin

use microbenchmark litsupport plugin for XRay benchmarks

The litsuport module was originally wri...

43558824ba1a4cd0e9b61d1f3521f0aafcb8dec8 authored almost 7 years ago by Eizan Miyamoto <[email protected]>
Remove empty folders, as currently the script is configured to ignore those.

llvm-svn: 317064

b4f73b05c848f5df293327a8cecc7623c2cc8bcd authored almost 7 years ago by George Karpenkov <[email protected]>
Work around crosscompilation problems with xcode SDKs

llvm-svn: 317058

d25777e4b6c357dbf385b69a5f66eff81a6b4958 authored almost 7 years ago by Matthias Braun <[email protected]>
[test-suite] Update bitreverse benchmark.

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

llvm-svn: 316918

5bbca606c723962c1816f7fbe900c5c57ce3e357 authored almost 7 years ago by Fangrui Song <[email protected]>
litsupport: Rework test module support

- Moved modules to litsupport.modules
- Import all modules on startup
- Only apply modules in co...

fab1135df5e983da970fb2a56faafa260ba9c951 authored about 7 years ago by Matthias Braun <[email protected]>
litsupport: Extend documentation

- Write a paragraph about testing modules and how to enable/disable
them.
- Write a paragraph ...

94704ab52f3e4e80b006953e689df267e8873216 authored about 7 years ago by Matthias Braun <[email protected]>
litsupport: Do lit.Test.toMetricValue() in a central place

Every metric collector was calling lit.Test.toMetricValue() and I don't
see a reason to do anyth...

82c8b88d97ccb262a56bf4bfc0720279b9d0d93f authored about 7 years ago by Matthias Braun <[email protected]>
litsupport: Mark file-local functions as such

Start local functions with an underscore `_` for clarity and so that
other modules cannot (easil...

bacab8fb54f11031f00ec56ae580941f576cd3d3 authored about 7 years ago by Matthias Braun <[email protected]>
Allow custom names for lhs/rhs

You often want to give the columns more meaningful names than lhs/rhs
when you merge multiple da...

9538701139d62bbf655bb390ba3ea2ed1d064164 authored about 7 years ago by Matthias Braun <[email protected]>
Fix xray CMakeLists.txt

- cmake would abort with a syntax error if COMPILER_HAS_FXRAY_INSTRUMENT
was empty.
- Simplify...

9dc48668a2cd431af08bf7985b822d1c106340ba authored about 7 years ago by Matthias Braun <[email protected]>
[CUDA] Tests for device-side overloads of non-placement new/delete.

Reviewers: tra

Subscribers: sanjoy, llvm-commits, mgorny

Differential Revision: https://review...

9dda47ca711ec0bac3ed4663811d3d89ca0a95ff authored about 7 years ago by Justin Lebar <[email protected]>
[test-suite] Adding the SimpleMOC proxy app

SimpleMOC: The purpose of this mini-app is to demonstrate the performance
characterterics and vi...

bd3ad267072855689512e7e3d8e993860a39f26d authored about 7 years ago by Hal Finkel <[email protected]>
[test-suite] Adding the RSBench proxy app

RSBench: A mini-app to represent the multipole resonance representation lookup
cross section alg...

ed905e075c2b884984230a3d4bf3ea3d4005a08c authored about 7 years ago by Hal Finkel <[email protected]>
[test-suite] Fix implicit function decl in miniGMG

Causing builds to fail:
http://green.lab.llvm.org/green/job/Compiler_Verifiers/9866/

llvm-svn: ...

05cc9fb5a56a3faaca15f9c1d1dee18a4dc85e69 authored about 7 years ago by Hal Finkel <[email protected]>
[test-suite] Fix local inline functions in miniGMG

These inline functions need to be static inline (in C, this is necessary in
case the functions a...

9194fd0256def36c34d2f4f30f20b42bf9e2a823 authored about 7 years ago by Hal Finkel <[email protected]>
[test-suite] Adding the miniGMG benchmark

miniGMG is a compact benchmark for understanding the performance challenges
associated with geom...

453ce55f870844e7b80e0a42fb0bbe880c2a5b37 authored about 7 years ago by Hal Finkel <[email protected]>
Revert "Revert "[test-suite] Adding the CLAMR mini-app""

This reverts commit r312482 with fixes for ODR violations (at least one of
which was manifesting...

7a6b96361cd8551399858e9b6dbcda7a49ffe966 authored about 7 years ago by Hal Finkel <[email protected]>
Revert "[test-suite] Adding the CLAMR mini-app"

This reverts commit r312465, r312463, as they broke the AArch64
test-suite:

http://lab.llvm.org...

fda8d5dae00daf40b6b978c5e7cc3e9e98766c90 authored about 7 years ago by Renato Golin <[email protected]>
[test-suite] Add non-Linux fmemopen.c to CLAMR

For non-Linux systems, the upsteam sources have an implementation of fmemopen.
I'm adding it her...

ee12c9e032ec1ff757274cb03ed2b7be7aaabcd8 authored about 7 years ago by Hal Finkel <[email protected]>
[test-suite] Adding the CLAMR mini-app

The CLAMR code is a cell-based adaptive mesh refinement (AMR) mini-app
developed as a testbed fo...

c6861984af99fde04144814d9437bd098fcca7d2 authored about 7 years ago by Hal Finkel <[email protected]>
[test-suite] Run x86 simd bicode tests only if avx2 present

llvm-svn: 312065

54ae8d17cb33b3456bef7a853cd0b7f2b7a95c6f authored about 7 years ago by Alina Sbirlea <[email protected]>
[test-suite] Fix uninitialized memory use in PathFinder

We need to use the allocation function here with actually initializes the
structure.

Thanks to ...

6abbd5c926030ab0ac7f7fefdf7041c3631a04a2 authored about 7 years ago by Hal Finkel <[email protected]>
cmake/caches: Add caches for Os and O3 with debug info.

llvm-svn: 311493

1d1f7c028eca1931bea0c8052b3ae4d090e7113c authored about 7 years ago by Michael Zolotukhin <[email protected]>
[test-suite] Fix warnings in Pathfinder

Fix builders that use -Werror; this code triggered some warnings (nothing
serious). Cleaning the...

05f35f40dddd05d449cf9246e128f3727468f24d authored about 7 years ago by Hal Finkel <[email protected]>
[test-suite] Adding the Pathfinder Benchmark

PathFinder searches for "signatures" within graphs. Graphs being searched are
directed and cycli...

ccc86993534d003a300ca084e4fe765de456a341 authored about 7 years ago by Hal Finkel <[email protected]>
[test-suite] Adding the miniFE Benchmark

MiniFE is an proxy application for unstructured implicit finite element codes.
It is similar to ...

3a92edd93b3cc8e75264f727d0bb4d87e058ef62 authored about 7 years ago by Hal Finkel <[email protected]>
[test-suite] Adding the miniAMR Benchmark

miniAMR applies a stencil calculation on a unit cube computational domain,
which is divided into...

d141b739405cbf7a4eff7f20aaca9ac7c79373fc authored about 7 years ago by Hal Finkel <[email protected]>
SPEC2017: Add initial CMakeLists.

Add CMakeLists.txt files for SPEC CPU 2017.

All C/C++-only benchmarks are included, grouped by ...

1127aed04476a2a7348015eeb8c2bb5ce9d0402c authored about 7 years ago by Michael Kruse <[email protected]>
fpmc: Add -i option to ignore whitespace changes.

Add a switch '-i' to fpcmp that allows ignoring whitespace changes.
This is required for SPEC CP...

b26b28051b008e3346b928b9e2b3b78e87605a62 authored about 7 years ago by Michael Kruse <[email protected]>
[XRay] [test-suite] Upgrade Google Benchmark library to 1.2.0

Summary:
Add sources for Google Benchmark 1.2.0
Switch over from using Benchmark 1.1.0 to Benchm...

fba01a9dfd810c52881100ddbf4cdbece53892f6 authored about 7 years ago by Dean Michael Berris <[email protected]>
bitreverse benchmark: has_builtin(__builtin_bitreverse) preprocessor

checks should also disable the benchmark's code

This fixes an issue with our
http://lab.llvm.org...

00bf43804100a0e5f0c920bef0d8d4b7fa584b04 authored about 7 years ago by Alex Lorenz <[email protected]>
Add bitreverse LNT benchmark.

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

llvm-svn: 311010

c0da3f5e87704559127d1a83faee27d5a94e13c6 authored about 7 years ago by Tony Jiang <[email protected]>
[test-suite] Adding a Makefile for PENNANT

llvm-svn: 310993

b0d8d170a764f73af509233de734b94c941c9a39 authored about 7 years ago by Hal Finkel <[email protected]>
[test-suite] Adding PENNANT

PENNANT is an unstructured mesh physics mini-app designed for advanced
architecture research. It...

9f69873c3066c697019f277a07100e0c70f66c4f authored about 7 years ago by Hal Finkel <[email protected]>
[test-suite] Adding the HPCCG benchmark

HPCCG: A simple conjugate gradient benchmark code for a 3D chimney domain on an
arbitrary number...

57afe040d2c3f7290b3f15e2f003f428805a4931 authored about 7 years ago by Hal Finkel <[email protected]>
[XRay] [test-suite] Don't use llvm_multisource macro for XRay tests and use .test files

Summary:
Fix up CMakeLists.txt and add multiple .test files for MicroBenchmarks/XRay/
Follow-up ...

0bc399231c9b0b81bf4cbac18ef91e866d171638 authored about 7 years ago by Dean Michael Berris <[email protected]>
TestSuite.cmake: Improve comments; NFC

llvm-svn: 309828

72383129f6284b6bcd2dc8185af76bc91c602f52 authored about 7 years ago by Matthias Braun <[email protected]>
Followup to r309077: Need to shim more tools

llvm-svn: 309078

40c585009f49a3832ed6ac37b61a8cf496ebeb6a authored about 7 years ago by Matthias Braun <[email protected]>
cmake/xcode_sdk: Work around problems with ranlib/strip

ranlib/strip in LTO builds require libLTO.dylib to read the bitcode
embedded in the .o/.a files....

47c86c0773a06b8aada2d527c85260f7f658cbc5 authored about 7 years ago by Matthias Braun <[email protected]>
Improve cmake caches

- Add some more common configurations.
- Make sure all non -O0 caches respect OPTFLAGS.

llvm-sv...

436ebd3cf1d5aa715fe0e88b8988c915e0f7ce6e authored about 7 years ago by Matthias Braun <[email protected]>
Set higher timeouts for Misc-C++ on AArch64

When running the test-suite on AArch64 at -O0, we sometimes get timeouts
in stepanov-v1p2. It us...

c1d8c39d94ea297134116c0f376a26e8f0e3989b authored over 7 years ago by Diana Picus <[email protected]>
[XRay] Add Google Benchmark library + initial XRay benchmarks

Summary:
Google benchmark library 1.1.0.
Add initial XRay benchmarks (by default not run, you mu...

6daf3cba590854c0480850eb4af0e836efee7981 authored over 7 years ago by Dean Michael Berris <[email protected]>
[lit, test-suite] Fix a reference to FileBasedTest that I missed earlier.

Summary:
The test-suite implements its own specialized lit format for running tests,
which was b...

8e72cccd81f8073cb6d0aa0ead1e97bc8d044d4f authored over 7 years ago by David L. Jones <[email protected]>
[test-suite:Bitcode] Add fft (from Halide) as regression benchmark

llvm-svn: 306108

58284afa3193f44792a1f176c8772c3db801350a authored over 7 years ago by Alina Sbirlea <[email protected]>
Set higher timeouts for PAQ8p and SciMark2-C on AArch64

When running the test-suite on AArch64 at -O0, we sometimes get timeouts
in these 2 benchmarks. ...

8bea81b71bd11f7182e9760117c718a590a4ef8d authored over 7 years ago by Diana Picus <[email protected]>
Regenerate Halide benchmark bitcode files. Resolves TBAA verification failures.

Summary:
Replace old bitcode files generated by Halide with new ones
(optimizations disabled) us...

bd6201cac321467867bf06e2d91036e97bb948c5 authored over 7 years ago by Alina Sbirlea <[email protected]>
litsupport/README: Improve documentation

llvm-svn: 305266

b9dc326e6b1984f031816f9537461520a3ec46e2 authored over 7 years ago by Matthias Braun <[email protected]>
utils/compare.py: Abort on malformed inputs

llvm-svn: 305265

a706d002508ff427ac97cabb5b87253a16d3bac3 authored over 7 years ago by Matthias Braun <[email protected]>
SPEC2006 447.dealII: tolerance level must also be applied to log output.

llvm-svn: 303538

278eec0a8c3a1891bd3ed122d4e7fcdb01fd22ed authored over 7 years ago by Kristof Beyls <[email protected]>
SPEC2006 482.sphinx3: make sure entries in ctlfile are sorted.

llvm-svn: 303430

30abf22a6b691417b1523f9d27f63ed19ef5f248 authored over 7 years ago by Kristof Beyls <[email protected]>
Add -fsigned-char for SPEC2006 482.sphinx3

It relies on this, see
https://www.spec.org/cpu2006/Docs/faq.html#Miscompare.08
Without this, yo...

c68c47433372f11799c079a1bb14058fbce75ca0 authored over 7 years ago by Kristof Beyls <[email protected]>
cmake/SPEC: Add some missing include(CopyDir)

This went unnoticed as it only affects builds with
TEST_SUITE_SUBDIRS=External/SPEC/CFP2006.

ll...

cc9a81691fd79d1794f93f736967bb38cd2eda5d authored over 7 years ago by Matthias Braun <[email protected]>
cmake: Refactor SPEC CMakefiles

Move common macros/adjustments from External/SPEC/CMakeLists.txt into
SpecCPUXXX.cmake this allo...

81e122e210ea665f50bf6032081ae71e49a61852 authored over 7 years ago by Matthias Braun <[email protected]>
cmake/lit: Flip default for config.traditional_output

There are more external suites added nowadays which all require
traditional_output = False, so s...

cd7c2da0165ee89f0216fda0b25485d623768ff9 authored over 7 years ago by Matthias Braun <[email protected]>
cmake: Rework External handling

When doing -DTEST_SUITE_SUBDIRS=External/skidmarks10 then
External/CMakeLists.txt and the macros...

631efe19d35ae5f2338c89f7bc4c21e5ef5dcd75 authored over 7 years ago by Matthias Braun <[email protected]>
Add -lm to plot2fig

This is needed for the calls to fabs in plot2fig/space.c.

We used to be able to get away withou...

776503fb547ce7199222147cc1d7fa25917d6048 authored over 7 years ago by Diana Picus <[email protected]>
CMakeLists: Abort when llvm-size/llvm-profdata are not found

- Also add a new TEST_SUITE_COLLECT_CODE_SIZE option (default On) so
user can opt out of the d...

4dd778b19555084ae5ef1100cab2a591217241c2 authored over 7 years ago by Matthias Braun <[email protected]>
CMakeLists: Rename TEST_SUITE_TAKE_COMPILE_TIME to TEST_SUITE_COLLECT_COMPILE_TIME

COLLECT_COMPILE_TIME is more in line with COLLECT_STATS and the upcoming
COLLECT_CODE_SIZE.

llv...

74e1db069006c8360ff371acb3d9685c8ffbe994 authored over 7 years ago by Matthias Braun <[email protected]>
Make measured perf events configurable.

Sometimes you need more or other events than the default ones.

This patch furthermore changes t...

254397dee096c90cd9a0758c881876b17a227980 authored over 7 years ago by Kristof Beyls <[email protected]>
ClamAV/zlib: Always include unistd.h to get declarations for things like open/close/lseek that gzip is using

llvm-svn: 300774

5ca8cab3a9c351eb89f67a641a6eb0febf334e7c authored over 7 years ago by Matthias Braun <[email protected]>
ClamAV: Copy zlib into ClamAV benchmark

Avoid the external zlib dependency in ClamAV by copying zlib-1.2.11
source into the benchmark.

...

73a72be189c2379a70bb6d9c8696f8847c8d72b2 authored over 7 years ago by Matthias Braun <[email protected]>
Pipe output to /dev/null when running under perf record

... to avoid the test.log growing to 400MB per run of the test-suite
when using the perf record ...

42c14d0d841cde683d3812882f1fa866a6301e2c authored over 7 years ago by Kristof Beyls <[email protected]>
Fix collection of linux perf data as a metric.

llvm-svn: 300695

0fb2cbe53907d53298c141841c561a9dabf2d297 authored over 7 years ago by Kristof Beyls <[email protected]>
SPEC: Fix typo in CMakeLists

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

llvm-svn: 300645

fd3450c118dc653a5ac8ddcb7e6bbf8ea5f09083 authored over 7 years ago by Francis Visoiu Mistrih <[email protected]>
CMakeLists.txt: Allow external dirs in TEST_SUITE_SUBDIRS

We need to compute a binary_dir for the add_subdirectory() call to be
able to include any direct...

f635cc02c85a5258abd9280e4ade2303edb31579 authored over 7 years ago by Matthias Braun <[email protected]>
CMakeLists.txt: Abort if CMAKE_SIZEOF_VOID_P is not set

After a failed compiler detection in a previous run cmake cached the
result and would happily bu...

a67e2bebedb90ec40d362bebc782157dcdb805e9 authored over 7 years ago by Matthias Braun <[email protected]>
cmake/cache/xcode_sdk: Add workaround for missing target flags at try_compile()

llvm-svn: 300090

61788cda76e0ab8b9c68d1ec5742faccf21b20c2 authored over 7 years ago by Matthias Braun <[email protected]>
[PowerPC] Change -faltivec to -maltivec

When we removed -faltivec from Clang in favor of just supporting -maltivec, we
missed updating t...

42fed1d313c34ec9e29edb779819f7db8ad6fd02 authored over 7 years ago by Hal Finkel <[email protected]>
CMakeLists: Improve TEST_SUITE_SUBDIRS behavior

- Do not mark the option as advanced any longer.
- put the set(... CACHE) on the main execution ...

01b894dab921fa66157d6af6d8e2c97ad877cba3 authored over 7 years ago by Matthias Braun <[email protected]>
XSBench/cmake: Append to CPPFLAGS instead of replacing them

llvm-svn: 297765

75d6de4ae17e24b885e8a25b46c0a40a7905dc89 authored over 7 years ago by Matthias Braun <[email protected]>
compare.py: Fix empty names being displayed if no common suffix was found

llvm-svn: 297571

d50815c70ce2730a6cc9650c85d460165889a535 authored over 7 years ago by Matthias Braun <[email protected]>
Improve documentation for lit benchmark runner

llvm-svn: 297570

e6437535bf3e9706c6a800824f3d3d64e782a500 authored over 7 years ago by Matthias Braun <[email protected]>
[PowerPC] Disable oggenc test case in testsuite

This test has problems running on powerpc starting with r295538 and should
be restored when the ...

4d84535e80bbb8cc15af7f496da979149c94596f authored over 7 years ago by Bill Seurer <[email protected]>
Reduced iteration count of indirectbr critical-edge-splitting regression test.

llvm-svn: 296896

cafbca8eb516cb1f0b2e85ffb99d7f7ab71beaac authored over 7 years ago by Michael Kuperstein <[email protected]>
Fix TEST_SUITE_PROFILE_GENERATE for this test

llvm-svn: 296780

fbeaef9a6656b03cd0a817beb2efd8b484e1e211 authored over 7 years ago by Adam Nemet <[email protected]>
[PowerPC] Disable oggenc test case in testsuite

This test has problems running on powerpc starting with r295538 and should
be restored when the ...

b7b895980b1bf24cc6bd0e9996412ec5d55634e0 authored over 7 years ago by Bill Seurer <[email protected]>
[test-suite] Add regression test for indirect branch critical edge splitting

This is a regression test benchmark for indirect branch critical edge
splitting, based on the py...

27b90cdfb3f462cfa4095dccbac0cb7bc41c3edd authored over 7 years ago by Michael Kuperstein <[email protected]>
Identify iOS and arm64 as darwin platform

Autoconf in testsuite has no idea about arm64 architecture or ios
platform. Teach autoconf to re...

2b626f1490940921636ddc91360d928d1379dd5f authored over 7 years ago by Steven Wu <[email protected]>
Add a cache explicitely addressing the MacOSX xcode SDK

llvm-svn: 295338

2f38f1ed1c19d7b2a418453f7cf37a4d2f0b8fba authored over 7 years ago by Matthias Braun <[email protected]>
cmake/modules: Restructuring, add rule for libraries

Restructure the SingleMultiSource.cmake file: The macro in remaining in
the file are considered ...

841285812a517b6fda841313c55d0f9a1d08f584 authored over 7 years ago by Matthias Braun <[email protected]>
cmake/caches: Add some caches with descriptive names

Having the name describe the content makes it more obvious what is going
when seeing logs.

llvm...

7d6c8edb2655b210d485632a9837cdb0900e4a08 authored over 7 years ago by Matthias Braun <[email protected]>
Bitcode: Enable single_source lit config

The compile_time collection fails for the bitcode tests because the test
executable name has no ...

6be366d0ac2d530ed5aef39f5a13b4e168ab4ec5 authored over 7 years ago by Matthias Braun <[email protected]>
Add ReleaseLTO cache file

This is currently a copy of Release with a more obvious name.

llvm-svn: 295147

3d1d8bab8f2fffce844e0be93133fc55771b57c7 authored over 7 years ago by Matthias Braun <[email protected]>
xcode_sdk.cmake: Use xcrun to set CMAKE_LINKER

It seems to be unused in our build, but it shouldn't hurt to initialize
it correctly anyway.

ll...

e565feb02c7f6a73a717621e5e6d86a99b684faf authored over 7 years ago by Matthias Braun <[email protected]>
External/CMakeLists: Skip autodetection if TEST_SUITE_EXTERNALS_DIR is set

Do not perform the autodetection in
${CMAKE_SOURCE_DIR}/test-suite-externals if the user explici...

a4bee32555601cfbc61243c385bf10cb8c22f1d0 authored over 7 years ago by Matthias Braun <[email protected]>
cmake: Use option() instead of set(... CACHE BOOL ...); NFC

They are equivalent; option() seems to be the preferred cmake style.

llvm-svn: 294041

e638c680ff79a551b2224b4d393bcdbba502b8fe authored over 7 years ago by Matthias Braun <[email protected]>
CMakeLists.txt: FORCE the default of CMAKE_BUILD_TYPE to Release

The existing logic to default the CMAKE_BUILT_TYPE to Release did not
actually work without the ...

09da40a6e13e24cdc8b7b71fadcf4875973b711e authored over 7 years ago by Matthias Braun <[email protected]>
cmake: Display a warning for old SPEC versions

llvm-svn: 292523

3073dfafcfab59c46ca6fdaae9d4516b5390073c authored over 7 years ago by Matthias Braun <[email protected]>
Make all lit scripts have a unique name.

When all lit scripts have a unique name, they don't get overwritten
during an execution of the t...

a1c6cbbdae775932baaa99e7f79d892ceff09881 authored almost 8 years ago by Kristof Beyls <[email protected]>
Fix mismatching types in printf call.

The UB caused a failure on GlobalISel AArch64.

llvm-svn: 291971

15221ca704aa6fb462e21a5f9697ebda2c80ff45 authored almost 8 years ago by Tim Northover <[email protected]>
litsupport: Add compatibility cludge so it still works with the pypy version of lit

llvm-svn: 291933

f41445aad6a04fa97c9b0bd16eb0f156d93da1b1 authored almost 8 years ago by Matthias Braun <[email protected]>
litsupport-tests: Add missing file

llvm-svn: 291932

956b57cd9642fe32da7c1346e82e3dbc29d1e910 authored almost 8 years ago by Matthias Braun <[email protected]>
utils/compare.py: Print understandable error message when files have the wrong format

llvm-svn: 291931

e2d99c0959b8c5fbfbb0fd78db0a858f8482c5b6 authored almost 8 years ago by Matthias Braun <[email protected]>
litsupport: Do not report exec_time for empty run scripts

llvm-svn: 291930

ad88248f0b1e0a9f7cad1ba3658d65d5f0d5966c authored almost 8 years ago by Matthias Braun <[email protected]>
slight cleanup

llvm-svn: 291929

47fd55b1c4686196a9e9f493f31b255384cdd0aa authored almost 8 years ago by Matthias Braun <[email protected]>
Halide::Image has been merely an alias for Halide::Buffer for a while; that alias is being removed soon, so update existing usage to say Halide::Buffer explicitly.

llvm-svn: 291181

096ea2e750c097872fb1470f04eccf311eaee33e authored almost 8 years ago by Eric Christopher <[email protected]>