summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGStmtOpenMP.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [OPENMP 4.0] Fixed codegen for 'cancellation point' construct.Alexey Bataev2015-07-031-21/+24
* Switch users of the 'for (StmtRange range = stmt->children(); range; ++range)...Benjamin Kramer2015-07-021-2/+3
* [OPENMP 4.0] Initial support for 'omp cancel' construct.Alexey Bataev2015-07-021-0/+4
* [OPENMP 4.0] Codegen for 'cancellation point' directive.Alexey Bataev2015-07-021-35/+41
* [OPENMP] Introduced type trait "__builtin_omp_required_simd_align" for defaul...Alexey Bataev2015-07-021-2/+4
* [OPENMP 4.0] Initial support for 'omp cancellation point' construct.Alexey Bataev2015-07-011-0/+7
* [OPENMP] Codegen for 'depend' clause (OpenMP 4.0).Alexey Bataev2015-06-241-1/+10
* [OPENMP] Initial support for 'depend' clause (4.0).Alexey Bataev2015-06-231-0/+1
* [OPENMP] Codegen for 'proc_bind' clause (4.0).Alexey Bataev2015-06-181-0/+6
* [OPENMP] Support for '#pragma omp taskgroup' directive.Alexey Bataev2015-06-181-0/+10
* [OPENMP] Add support for 'omp parallel for' directive.Alexey Bataev2015-06-181-10/+32
* [OPENMP] Add support for 'omp for simd' directive.Alexey Bataev2015-06-181-33/+55
* [OPENMP] Code reformatting for omp simd codegen, NFC.Alexey Bataev2015-06-171-103/+103
* [OPENMP] Supported reduction clause in omp simd construct.Alexey Bataev2015-06-171-1/+5
* [OPENMP] Support lastprivate clause in omp simd directive.Alexey Bataev2015-06-161-17/+31
* [OPENMP] Remove last iteration separation for loop-based constructs.Alexey Bataev2015-06-161-14/+6
* [OPENMP] Fox for http://llvm.org/PR23663: OpenMP crashAlexey Bataev2015-06-111-24/+26
* [OPENMP] Prepare codegen for privates in tasks for non-capturing of privates ...Alexey Bataev2015-05-221-33/+71
* [OPENMP] Fixed codegen for parameters privatization.Alexey Bataev2015-05-211-9/+0
* [OPENMP] Fixed codegen for lastprivate LCV in worksharing constructs.Alexey Bataev2015-05-211-3/+35
* [OPENMP] Fix codegen for ordered loop directives.Alexey Bataev2015-05-201-26/+28
* [OPENMP] Fixed codegen for copying/initialization of array variables/parameters.Alexey Bataev2015-05-191-8/+19
* [OPENMP] Fixed codegen for firstprivate variables, also marked as lastprivate.Alexey Bataev2015-05-131-11/+13
* [OPENMP] Fixed support for 'schedule' clause with non-constant chunk size.Alexey Bataev2015-05-121-11/+39
* [OPENMP] Fixed atomic construct with non-integer expressions.Alexey Bataev2015-05-081-4/+5
* [OPENMP] Code cleanup for capturing of variables in OpenMP regions.Alexey Bataev2015-05-081-1/+21
* [OPENMP] Generate !llvm.mem.loop_parallel_access metadata for loops with dyna...Alexey Bataev2015-05-071-0/+5
* [OPENMP] Codegen for 'firstprivate' clause in 'task' directive.Alexey Bataev2015-05-051-4/+24
* Make helper functions static. NFC.Benjamin Kramer2015-05-011-4/+5
* [OPENMP] Codegen for 'private' clause in 'task' directive.Alexey Bataev2015-04-301-2/+18
* [OPENMP] Fix crash on loop control vars explicitly marked as private.Alexey Bataev2015-04-281-4/+1
* [OPENMP] Simplified iteration over clauses, NFC.Alexey Bataev2015-04-271-66/+21
* [OPENMP] Codegen for 'taskwait' directive.Alexey Bataev2015-04-271-2/+2
* [OPENMP] Codegen for 'reduction' clause in 'sections' directive.Alexey Bataev2015-04-271-6/+17
* [OPENMP] Codegen for 'lastprivate' clause in 'sections' directive.Alexey Bataev2015-04-271-5/+31
* [OPENMP] Codegen for 'private' clause in 'sections' directive.Alexey Bataev2015-04-271-0/+2
* [OPENMP] Codegen for 'private' clause in 'single' directive.Alexey Bataev2015-04-271-0/+1
* [OPENMP] Codegen for 'firstprivate' clause in 'single' directive.Alexey Bataev2015-04-241-5/+13
* [OPENMP] Do not emit implicit barrier for single directive with 'copyprivate'...Alexey Bataev2015-04-241-2/+3
* [OPENMP] Codegen for 'firstprivate' clause in 'sections' directive.Alexey Bataev2015-04-241-1/+25
* InstrProf: Stop using RegionCounter outside of CodeGenPGO (NFC)Justin Bogner2015-04-231-10/+7
* [OPENMP] Codegen for 'atomic capture'.Alexey Bataev2015-04-231-42/+164
* [OPENMP] Codegen for 'if' clause in 'task' directive.Alexey Bataev2015-04-221-74/+19
* [OPENMP] Codegen for 'reduction' clause in 'for' directive.Alexey Bataev2015-04-221-0/+2
* [OPENMP] Codegen for 'private' clause in 'for' directive.Alexey Bataev2015-04-221-11/+16
* [OPENMP] Fix use of unsigned counters in loops with zero trip count.Alexey Bataev2015-04-221-51/+90
* [OPENMP] Codegen for 'ordered' directive.Alexey Bataev2015-04-221-19/+40
* Make helper function static. NFC.Benjamin Kramer2015-04-181-3/+3
* [OPENMP] Codegen for 'copyin' clause in 'parallel' directive.Alexey Bataev2015-04-161-2/+62
* [OPENMP] Codegen for 'lastprivate' clause in 'for' directive.Alexey Bataev2015-04-161-4/+106
OpenPOWER on IntegriCloud