summaryrefslogtreecommitdiffstats
path: root/test/Driver/openmp-offload.c
Commit message (Expand)AuthorAgeFilesLines
* Further relax restriction in tests to include where "-E" and "-S" must appear.Douglas Yung2019-02-141-30/+30
* Relax restriction in tests to where "-emit-llvm-bc" and "-emit-obj" must appear.Douglas Yung2019-02-141-16/+16
* [DRIVER][OFFLOAD] Do not invoke unbundler on unsupported file types.Alexey Bataev2018-09-281-2/+4
* Revert "[DRIVER][OFFLOAD] Do not invoke unbundler on unsupported fileAlexey Bataev2018-09-251-1/+1
* [OPENMP] Fix the test, NFC.Alexey Bataev2018-09-251-3/+2
* [OPENMP] Fix failed test, NFC.Alexey Bataev2018-09-251-1/+0
* [DRIVER][OFFLOAD] Do not invoke unbundler on unsupported file types.Alexey Bataev2018-09-251-2/+4
* [ADT] Normalize empty triple componentsPetr Hosek2018-08-081-68/+68
* [test] Pass in fixed triple for openmp-offload.cJonas Hahnfeld2017-10-041-2/+2
* [OpenMP] Fix passing of -m arguments correctlyJonas Hahnfeld2017-10-041-0/+8
* [OpenMP] Fix passing of -m arguments to device toolchainJonas Hahnfeld2017-09-271-0/+48
* Fix memory leak in ToolChain::TranslateOpenMPTargetArgsJonas Hahnfeld2017-08-141-3/+0
* Disabling openmp-offload.c on linux until it is stabilized on all local confi...Alex Shlyapnikov2017-08-111-0/+3
* [OpenMP] Move failing flag tests to disabled GPUGheorghe-Teodor Bercea2017-08-111-32/+0
* [OpenMP] Enable previously successful offloading tests.Gheorghe-Teodor Bercea2017-08-111-21/+0
* Disabling openmp-offload.c on linux until it is stabilized on all local confi...Alex Shlyapnikov2017-08-101-0/+3
* [OpenMP] Delete tests in openmp-offload.c which cuase failuresGheorghe-Teodor Bercea2017-08-101-65/+0
* Revert r310489 and follow-up commits r310505, r310519, r310537 and r310549Alex Lorenz2017-08-101-19/+3
* [OpenMP] Remove offending test.Gheorghe-Teodor Bercea2017-08-091-8/+0
* [OpenMP] Fix failing test for D29660.Gheorghe-Teodor Bercea2017-08-091-3/+1
* [OpenMP] Make the PTX version tests general enough to work on all toolchains.Gheorghe-Teodor Bercea2017-08-091-6/+22
* [OpenMP] Add flag for overwriting default PTX version for OpenMP targetsGheorghe-Teodor Bercea2017-08-091-2/+12
* [OpenMP] Add flag for disabling the default generation of relocatable OpenMP ...Gheorghe-Teodor Bercea2017-08-091-0/+17
* [OpenMP] Make OpenMP generated code for the NVIDIA device relocatable by defaultGheorghe-Teodor Bercea2017-08-091-0/+8
* [OpenMP] Fix bug regarding cubin integration into host binaryGheorghe-Teodor Bercea2017-08-091-0/+20
* Non-functional change. Fix test for D29654.Gheorghe-Teodor Bercea2017-08-081-1/+1
* [OpenMP] OpenMP device offloading code generation produces a cubin file which...Gheorghe-Teodor Bercea2017-08-081-0/+38
* Revert r310291, r310300 and r310332 because of test failure on DarwinAlex Lorenz2017-08-081-48/+0
* Fix openmp-offload.c test on WindowsReid Kleckner2017-08-081-2/+2
* [OpenMP] Make OpenMP generated code for the NVIDIA device relocatable by defaultGheorghe-Teodor Bercea2017-08-071-0/+8
* [OpenMP] Integrate OpenMP target region cubin into host binaryGheorghe-Teodor Bercea2017-08-071-0/+40
* Add some missing -no-canonical-prefixes.Benjamin Kramer2017-08-071-4/+4
* [OpenMP] Add flag for specifying the target device architecture for OpenMP de...Gheorghe-Teodor Bercea2017-08-071-0/+32
* Add -no-canonical-prefixes to the test line so that we can handle different b...Eric Christopher2017-06-301-1/+1
* Fix openmp-offload.c test on WindowsReid Kleckner2017-06-291-2/+2
* [OpenMP] Fix test for revision D29645. NFCGheorghe-Teodor Bercea2017-06-291-5/+3
* [OpenMP] Pass -fopenmp-is-device to preprocessing and machine specific code g...Gheorghe-Teodor Bercea2017-06-291-0/+10
* [OpenMP] Add support for auxiliary triple specificationGheorghe-Teodor Bercea2017-06-291-28/+28
* [OpenMP][Driver] Put target binary for each offload target into aAlexey Bataev2017-05-301-3/+5
* Fix this test when we have clang-offload-bundler.exe.Rafael Espindola2016-10-311-10/+10
* clang/test/Driver/openmp-offload.c: Relax expressions if "ld.exe" exists, lik...NAKAMURA Takumi2016-10-301-18/+18
* Define extra variable in OpenMP offloading driver tests.Samuel Antao2016-10-281-5/+8
* Change OpenMP offload driver tests so that it doesn't use the full file path ...Samuel Antao2016-10-281-87/+197
* [openmp] Remove test assumption that canonical binary name contains "clang"Benjamin Kramer2016-10-281-15/+15
* Use -fopenmp=libomp in all OpenMP offloading tests.Samuel Antao2016-10-271-24/+20
* [Driver][OpenMP] Add support to create jobs for unbundling actions.Samuel Antao2016-10-271-2/+91
* [Driver][OpenMP] Add support to create jobs for bundling actions.Samuel Antao2016-10-271-0/+34
* [Driver][OpenMP] Update actions builder to create unbundling action when nece...Samuel Antao2016-10-271-0/+53
* [Driver][OpenMP] Update actions builder to create bundling action when necess...Samuel Antao2016-10-271-0/+28
* [Driver][OpenMP] Add logic for offloading-specific argument translation.Samuel Antao2016-10-271-6/+6