aboutsummaryrefslogtreecommitdiff
path: root/External
AgeCommit message (Expand)Author
2018-08-02cmake: Remove unused variablesMatthias Braun
2018-08-01cmake: Amend to llvm_test_traditional() changesMatthias Braun
2018-07-27[test-suite, CUDA] Filter out long-running redundant SIMD tests.Artem Belevich
2018-07-23[CUDA, test-suite] Adjust path to libc++ headers in clang's build dir.Artem Belevich
2018-07-20[CUDA, test-suite] Disable "compiletime" metric collector.Artem Belevich
2018-07-20[CUDA, test-suite] Added test cases for the integet SIMD math functions.Artem Belevich
2018-07-20Added support for CUDA 9.2Artem Belevich
2018-07-17[SPECCPU2017] Add additional platform options and missing flags.Michael Kruse
2018-06-30[CUDA] Add tests that, in C++14 mode, min/max are constexpr.Justin Lebar
2018-06-30[CUDA] Add tests to ensure that std::min/max can be called from __host__ __de...Justin Lebar
2018-06-21[SPEC] Set the language standard to C++98.Michael Kruse
2018-05-17[test-suite] Enable CUDA complex tests with libc++ now that D25403 is resolved.Justin Lebar
2018-05-17[test-suite] Test CUDA in C++14 mode with C++11 stdlibs.Justin Lebar
2018-01-30[test-suite, CUDA] fixed use of a wrong target name.Artem Belevich
2018-01-08[test-suite, CUDA] Make sure we use the thrust library from test external dir.Artem Belevich
2018-01-08[test-suite, CUDA] Improve handling of GPUs not supported by particular CUDA ...Artem Belevich
2017-12-09Support C++14 as a default in ClangTim Northover
2017-11-17[CUDA] [test-suite] Remove references to nexttoward in CUDA tests.Justin Lebar
2017-11-11[CUDA] [test-suite] Test std::min and std::max with C++11.Justin Lebar
2017-09-07[CUDA] Tests for device-side overloads of non-placement new/delete.Justin Lebar
2017-08-21SPEC2017: Add initial CMakeLists.Michael Kruse
2017-05-22SPEC2006 447.dealII: tolerance level must also be applied to log output.Kristof Beyls
2017-05-19SPEC2006 482.sphinx3: make sure entries in ctlfile are sorted.Kristof Beyls
2017-05-19Add -fsigned-char for SPEC2006 482.sphinx3Kristof Beyls
2017-05-12cmake/SPEC: Add some missing include(CopyDir)Matthias Braun
2017-05-12cmake: Refactor SPEC CMakefilesMatthias Braun
2017-05-12cmake/lit: Flip default for config.traditional_outputMatthias Braun
2017-05-12cmake: Rework External handlingMatthias Braun
2017-04-19SPEC: Fix typo in CMakeListsFrancis Visoiu Mistrih
2017-02-03External/CMakeLists: Skip autodetection if TEST_SUITE_EXTERNALS_DIR is setMatthias Braun
2017-01-19cmake: Display a warning for old SPEC versionsMatthias Braun
2016-12-14[test-suite,CUDA] disable [l]lrint(1.f) checks on CUDA 7.0,7.5Artem Belevich
2016-12-14[test-suite, CUDA] Added lit.local.cfg for CUDA tests.Artem Belevich
2016-12-13[test-suite, CUDA] Added targets for running simple CUDA tests.Artem Belevich
2016-12-13[test-suite] Test output should not depend on file path.Artem Belevich
2016-12-12[test-suite] Adjust include path for the new location of cxxabi.hArtem Belevich
2016-12-06Add missing -lm to the CMake configuration of 433.milcJohannes Doerfert
2016-11-15Sort the files generated by SPEC benchmarksJohannes Doerfert
2016-11-15[test-suite] Always use -std=gnu89 for 253.perlbmkJohannes Doerfert
2016-11-08cmake: Do not use llvm_multisource() in External directoryMatthias Braun
2016-11-08cmake: Move logic from llvm_test_executable() to llvm_{single|multi}source()Matthias Braun
2016-11-08cmake: Use if(XXX) instead of if(DEFINED XXX)Matthias Braun
2016-11-07cmake: Consistently use "if(" instead of "if ("; NFCMatthias Braun
2016-11-07cmake: Only put preprocessor flags in CPPFLAGSMatthias Braun
2016-11-07cmake: Remove custom llvm_add_subdirectories() usage; NFCMatthias Braun
2016-10-26[CUDA] [test-suite] Add tests for std::complex.Justin Lebar
2016-09-27[CUDA] [test-suite] Always enable assert()s in our builds.Justin Lebar
2016-09-20cmake/447.dealII: Increase fp tolerance levelsMatthias Braun
2016-09-20cmake/447.dealII: Do not force -stdlib=libstdc++Matthias Braun
2016-09-16[CUDA] [test-suite] Add <algorithm> test.Justin Lebar