summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGStmtOpenMP.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [OPENMP 4.0] Add 'if' clause for 'cancel' directive.Alexey Bataev2015-09-181-1/+9
* [OPENMP] Emit __kmpc_cancel_barrier() and code for 'cancellation point' only ...Alexey Bataev2015-09-151-22/+38
* [OPENMP] Preserve alignment of the original variables for the captured refere...Alexey Bataev2015-09-111-1/+2
* [OPENMP] Outlined function for parallel and other regions with list of captur...Alexey Bataev2015-09-101-2/+113
* Compute and preserve alignment more faithfully in IR-generation.John McCall2015-09-081-104/+113
* [OPENMP] Fix for http://llvm.org/PR24674: assertion failed and and abort trapAlexey Bataev2015-09-041-0/+6
* [OPENMP 4.1] Codegen for extended format of 'if' clause.Alexey Bataev2015-09-031-4/+12
* [OpenMP] Make the filetered clause iterator a real iterator and type safe.Benjamin Kramer2015-08-301-64/+42
* [OPENMP 4.1] Add codegen for 'simdlen' clause.Alexey Bataev2015-08-211-4/+14
* [OPENMP 4.1] Initial support for 'simdlen' clause.Alexey Bataev2015-08-211-0/+1
* [OPENMP 4.1] Allow variables with reference types in private clauses.Alexey Bataev2015-08-181-6/+9
* [OPENMP] Fix for http://llvm.org/PR24371: Assert failure compiling blender 2.75.Alexey Bataev2015-08-141-19/+1
* This patch fixes the assert in emitting captured code in the target data cons...Michael Wong2015-08-111-1/+3
* Propagate SourceLocations through to get a Loc on float_cast_overflowFilipe Cabecinhas2015-08-111-20/+25
* This patch commits OpenMP 4 target device clausesMichael Wong2015-08-071-0/+1
* [OPENMP 4.1] Allow references in init expression for loop-based constructs.Alexey Bataev2015-08-061-8/+18
* [OpenMP] Add capture for threadprivate variables used in copyin clauseSamuel Antao2015-07-271-4/+16
* Commit for http://reviews.llvm.org/D10765Michael Wong2015-07-211-0/+9
* Make the variable names match the name of the metadata they control.Tyler Nowicki2015-07-141-2/+2
* [OPENMP 4.0] Codegen for 'omp cancel' directive.Alexey Bataev2015-07-061-1/+2
* [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
OpenPOWER on IntegriCloud