| Commit message (Expand) | Author | Age | Files | Lines |
| * | Misc typos fixes in ./lib folder | Raphael Isemann | 2018-12-10 | 1 | -1/+1 |
| * | [OPENMP][NVPTX] Fix globalization of the mapped array sections. | Alexey Bataev | 2018-12-06 | 1 | -3/+5 |
| * | [OPENMP][NVPTX]Fixed emission of the critical region. | Alexey Bataev | 2018-12-04 | 1 | -2/+4 |
| * | [OPENMP][NVPTX]Mark __kmpc_barrier functions as convergent. | Alexey Bataev | 2018-12-04 | 1 | -0/+25 |
| * | [OPENMP][NVPTX]Call get __kmpc_global_thread_num in worker after | Alexey Bataev | 2018-11-29 | 1 | -0/+4 |
| * | [OpenMP] Add a new version of the SPMD deinit kernel function | Gheorghe-Teodor Bercea | 2018-11-29 | 1 | -7/+11 |
| * | [OPENMP][NVPTX]Basic support for reductions across the teams. | Alexey Bataev | 2018-11-27 | 1 | -372/+108 |
| * | [OPENMP][NVPTX]Emit default locations with the correct Exec|Runtime | Alexey Bataev | 2018-11-26 | 1 | -15/+42 |
| * | [OPENMP][NVPTX]Emit default locations as constant with undefined mode. | Alexey Bataev | 2018-11-21 | 1 | -0/+20 |
| * | [OpenMP] Check target architecture supports unified shared memory for require... | Patrick Lyster | 2018-11-19 | 1 | -49/+107 |
| * | Fix unused variable warning. | David L. Jones | 2018-11-17 | 1 | -0/+2 |
| * | [OPENMP][NVPTX]Emit correct reduction code for teams/parallel | Alexey Bataev | 2018-11-16 | 1 | -165/+242 |
| * | [OPENMP][NVPTX]Extend number of constructs executed in SPMD mode. | Alexey Bataev | 2018-11-09 | 1 | -45/+65 |
| * | [OPENMP][NVPTX]Allow to use shared memory for the | Alexey Bataev | 2018-11-09 | 1 | -53/+97 |
| * | [OPENMP][NVPTX]Use __kmpc_data_sharing_coalesced_push_stack function. | Alexey Bataev | 2018-11-02 | 1 | -14/+15 |
| * | [OPENMP][NVPTX]Improve emission of the globalized variables for | Alexey Bataev | 2018-11-02 | 1 | -8/+257 |
| * | [OPENMP] Support for mapping of the lambdas in target regions. | Alexey Bataev | 2018-10-30 | 1 | -0/+53 |
| * | [OpenMP][NVPTX] Use single loops when generating code for distribute parallel... | Gheorghe-Teodor Bercea | 2018-10-29 | 1 | -3/+6 |
| * | [OpenMP][NVPTX] Enable default scheduling for parallel for in non-SPMD cases. | Gheorghe-Teodor Bercea | 2018-10-29 | 1 | -5/+6 |
| * | [OPENMP][NVPTX]Increment iterator only when it is used, NFC. | Alexey Bataev | 2018-10-16 | 1 | -1/+2 |
| * | [OPENMP][NVPTX]Reduce memory usage in target region. | Alexey Bataev | 2018-10-12 | 1 | -12/+17 |
| * | [OPENMP][NVPTX]Reduce memory usage in orphaned functions. | Alexey Bataev | 2018-10-12 | 1 | -8/+71 |
| * | [OPENMP][NVPTX]Reduce memory use for globalized vars in | Alexey Bataev | 2018-10-11 | 1 | -7/+15 |
| * | [OPENMP][NVPTX] Support memory coalescing for globalized variables. | Alexey Bataev | 2018-10-09 | 1 | -37/+95 |
| * | [OPENMP][NVPTX] Fix emission of __kmpc_global_thread_num() for non-SPMD | Alexey Bataev | 2018-10-05 | 1 | -4/+7 |
| * | [OPENMP] Fix emission of the __kmpc_global_thread_num. | Alexey Bataev | 2018-10-05 | 1 | -0/+3 |
| * | [OpenMP][NVPTX] Simplify codegen for orphaned parallel, NFCI. | Jonas Hahnfeld | 2018-10-02 | 1 | -25/+7 |
| * | [OPENMP][NVPTX] Handle `requires datasharing` flag correctly with | Alexey Bataev | 2018-10-01 | 1 | -1/+27 |
| * | [OPENMP] Simplify code, NFC. | Alexey Bataev | 2018-10-01 | 1 | -2/+0 |
| * | [OpenMP] Make default parallel for schedule in NVPTX target regions in SPMD m... | Gheorghe-Teodor Bercea | 2018-09-27 | 1 | -0/+11 |
| * | [OpenMP] Make default distribute schedule for NVPTX target regions in SPMD mo... | Gheorghe-Teodor Bercea | 2018-09-27 | 1 | -0/+12 |
| * | [OPENMP] Add support for OMP5 requires directive + unified_address clause | Kelvin Li | 2018-09-26 | 1 | -0/+4 |
| * | [OPENMP][NVPTX] Enable support for lastprivates in SPMD constructs. | Alexey Bataev | 2018-09-21 | 1 | -69/+127 |
| * | [OPENMP] Fix PR38710: static functions are not emitted as implicitly | Alexey Bataev | 2018-08-30 | 1 | -6/+10 |
| * | [OPENMP][NVPTX] Add options -f[no-]openmp-cuda-force-full-runtime. | Alexey Bataev | 2018-08-30 | 1 | -1/+2 |
| * | [OPENMP][NVPTX] Add support for lightweight runtime. | Alexey Bataev | 2018-08-29 | 1 | -49/+320 |
| * | [OPENMP] Fix processing of declare target construct. | Alexey Bataev | 2018-08-14 | 1 | -12/+2 |
| * | Port getLocStart -> getBeginLoc | Stephen Kelly | 2018-08-09 | 1 | -8/+8 |
| * | [OPENMP] ThreadId in serialized parallel regions is 0. | Alexey Bataev | 2018-07-25 | 1 | -7/+14 |
| * | [OPENMP, NVPTX] Globalize only captured variables. | Alexey Bataev | 2018-07-16 | 1 | -1/+1 |
| * | [OpenMP] Initialize data sharing stack for SPMD case | Gheorghe-Teodor Bercea | 2018-07-13 | 1 | -5/+15 |
| * | [OPENMP, NVPTX] Do not globalize local variables in parallel regions. | Alexey Bataev | 2018-07-09 | 1 | -10/+3 |
| * | [OPENMP, NVPTX] Reduce the number of the globalized variables. | Alexey Bataev | 2018-06-26 | 1 | -9/+43 |
| * | [OPENMP, NVPTX] Fix reduction of the big data types/structures. | Alexey Bataev | 2018-06-22 | 1 | -21/+115 |
| * | [OPENMP, NVPTX] Fix globalization of the variables passed to orphaned | Alexey Bataev | 2018-06-21 | 1 | -43/+55 |
| * | [OPENMP, NVPTX] Emit simple reduction if requested. | Alexey Bataev | 2018-06-18 | 1 | -0/+6 |
| * | [OPENMP, NVPTX] Fixed codegen for orphaned parallel region. | Alexey Bataev | 2018-05-25 | 1 | -25/+19 |
| * | [OPENMP, NVPTX] Add check for SPMD mode in orphaned parallel directives. | Alexey Bataev | 2018-05-16 | 1 | -6/+34 |
| * | [OPENMP, NVPTX] Do not globalize variables with reference/pointer types. | Alexey Bataev | 2018-05-15 | 1 | -20/+19 |
| * | [OPENMP, NVPTX] Do not use SPMD mode for target simd and target teams | Alexey Bataev | 2018-05-11 | 1 | -19/+13 |