aboutsummaryrefslogtreecommitdiff
path: root/Bitcode
AgeCommit message (Expand)Author
2018-08-02cmake: Make benchmark name an argument of llvm_multisource()Matthias Braun
2018-08-01cmake: Remove unused TARGET_VAR arg from llvm_singlesource()Matthias Braun
2018-05-01[ubsan] Make the C++ code here not cast floating point values outsideChandler Carruth
2018-02-11Use CMAKE_DL_LIBS and CMAKE_THREAD_LIBS_INIT for Bitcode testsDimitry Andric
2017-08-29[test-suite] Run x86 simd bicode tests only if avx2 presentAlina Sbirlea
2017-06-23[test-suite:Bitcode] Add fft (from Halide) as regression benchmarkAlina Sbirlea
2017-06-16Regenerate Halide benchmark bitcode files. Resolves TBAA verification failures.Alina Sbirlea
2017-02-16Bitcode: Enable single_source lit configMatthias Braun
2017-01-05Halide::Image has been merely an alias for Halide::Buffer for a while; that a...Eric Christopher
2016-11-07cmake: Consistently use "if(" instead of "if ("; NFCMatthias Braun
2016-11-07cmake: Remove custom llvm_add_subdirectories() usage; NFCMatthias Braun
2016-10-05Document the process of generating bitcode tests/benchmarks from Halide.Alina Sbirlea
2016-09-16Re-enable AArch64 tests for OSX arm64.Alina Sbirlea
2016-09-13[test-suite] Adding three bitcode benchmarks from Halide suiteAlina Sbirlea
2016-09-06[test-suite] Simplify test executable name generation.Artem Belevich
2016-08-09[test-suite] Fix adding the halide runtime file as cxx after file renaming.Alina Sbirlea
2016-08-05[test-suite] Disable AArch64 tests for OSX arm64 to fix green dragon.Alina Sbirlea
2016-08-04[test-suite] Bitcode tests: Update cmake to build driver and halide runtime o...Alina Sbirlea
2016-08-01[Test-suite] Halide bitcode tests for ARM.Alina Sbirlea
2016-07-28cmake: Bitcode tests need mainline clang >= 3.9Matthias Braun
2016-07-27[Test-suite] Halide bitcode tests for AArch64.Alina Sbirlea
2016-07-27[test-suite] Bitcode simd tests: align memory to 128.Alina Sbirlea
2016-07-20[test-suite] Supress warnings of missing reference output files.Alina Sbirlea
2016-07-19Remove tests that fail with verify-machineinstrs until fixed.Alina Sbirlea
2016-07-18[test-suite] Missed cleanup of unused test files.Alina Sbirlea
2016-07-18Test from Halide suite checking simd operations.Alina Sbirlea
2016-05-10Revert r269071 "Add Bitcode tests from Halide suite"Mehdi Amini
2016-05-10Add Bitcode tests from Halide suite Mehdi Amini