summaryrefslogtreecommitdiffstats
path: root/test/OpenMP/nvptx_target_firstprivate_codegen.cpp
Commit message (Expand)AuthorAgeFilesLines
* [OPENMP]Remove debug service variable.Alexey Bataev2019-03-081-2/+1
* [OPENMP]Target region: emit const firstprivates as globals with constantAlexey Bataev2019-03-051-6/+12
* [OPENMP][NVPTX]Emit service debug variable for NVPTX.Alexey Bataev2019-01-281-0/+1
* [OPENMP, NVPTX] Fix linkage of the global entries.Alexey Bataev2018-05-081-1/+1
* Change memcpy/memove/memset to have dest and source alignment attributes (Ste...Daniel Neilson2018-01-191-5/+5
* [OPENMP] Fix debug info for outlined functions in NVPTX + add more tests.Alexey Bataev2018-01-081-0/+6
* Parse and print DIExpressions inline to ease IR and MIR testingReid Kleckner2017-08-231-1/+1
* [OPENMP][DEBUG] Set proper address space info if required by target.Alexey Bataev2017-08-081-36/+34
* Revert "[OPENMP][DEBUG] Set proper address space info if required by target."Alexey Bataev2017-08-081-34/+36
* [OPENMP][DEBUG] Set proper address space info if required by target.Alexey Bataev2017-08-081-36/+34
* Revert "[OPENMP][DEBUG] Set proper address space info if required by target."Alexey Bataev2017-08-081-34/+36
* [OPENMP][DEBUG] Set proper address space info if required by target.Alexey Bataev2017-08-081-36/+34
* Revert "[OPENMP][DEBUG] Set proper address space info if required by target."Alexey Bataev2017-08-041-16/+13
* [OPENMP][DEBUG] Set proper address space info if required by target.Alexey Bataev2017-08-041-13/+16
* [OpenMP] Use fopenmp prefix for all options introduced by the offloading impl...Samuel Antao2016-06-301-4/+4
* [OPENMP] Pass scalar firstprivate vars by value.Alexey Bataev2016-05-171-25/+13
* [OPENMP] Implementation of codegen for firstprivate clause of target directiveCarlo Bertolli2016-03-181-0/+235