summaryrefslogtreecommitdiffstats
path: root/clang/test/OpenMP/parallel_copyin_codegen.cpp
Commit message (Expand)AuthorAgeFilesLines
* Pass a concrete triple for two OpenMP tests that depend on TLSNico Weber2018-12-261-20/+20
* [OPENMP] Create non-const ident_t objects.Mike Rice2018-08-291-2/+2
* Bring r325915 back.Rafael Espindola2018-02-231-10/+10
* Change memcpy/memove/memset to have dest and source alignment attributes (Ste...Daniel Neilson2018-01-191-6/+6
* [OPENMP] Support for -fopenmp-simd option with compilation of simd loopsAlexey Bataev2017-12-291-0/+16
* [OPENMP] Allow runtime insert its own code inside OpenMP regions.Alexey Bataev2016-03-291-7/+9
* Revert "[OPENMP] Allow runtime insert its own code inside OpenMP regions."Alexey Bataev2016-03-281-9/+7
* [OPENMP] Allow runtime insert its own code inside OpenMP regions.Alexey Bataev2016-03-281-7/+9
* Revert "[OPENMP] Allow runtime insert its own code inside OpenMP regions."Alexey Bataev2016-03-281-9/+7
* [OPENMP] Allow runtime insert its own code inside OpenMP regions.Alexey Bataev2016-03-281-7/+9
* [Cygwin] Enable TLS as emutls.NAKAMURA Takumi2015-12-211-1/+0
* [TLS on Darwin] use CXX_FAST_TLS calling convention for access functions.Manman Ren2015-12-171-9/+9
* Revert "Change memcpy/memset/memmove to have dest and source alignments."Pete Cooper2015-11-191-6/+6
* Change memcpy/memset/memmove to have dest and source alignments.Pete Cooper2015-11-181-6/+6
* [OPENMP] Emit __kmpc_cancel_barrier() and code for 'cancellation point' only ...Alexey Bataev2015-09-151-12/+12
* [OPENMP] Propagate alignment from original variables to the private copies.Alexey Bataev2015-09-101-16/+16
* [OPENMP] Outlined function for parallel and other regions with list of captur...Alexey Bataev2015-09-101-93/+51
* [OpenMP] Fix copyin codegen test regression in order used in compareSamuel Antao2015-07-271-3/+3
* [OpenMP] Fix copyin clause codegen regression caused by r243277. Samuel Antao2015-07-271-13/+13
* [OpenMP] Add TLS requirement for the copyin clause codegen test. This is anSamuel Antao2015-07-271-1/+1
* [OpenMP] Add capture for threadprivate variables used in copyin clauseSamuel Antao2015-07-271-2/+257
* [OpenMP] Add TLS-based implementation for threadprivate directive.Samuel Antao2015-07-131-6/+6
* Account for calling convention specifiers in function definitions in IR test ...David Blaikie2015-06-291-34/+34
* [OPENMP] -fopenmp enables OpenMP support (fix for http://llvm.org/PR23492)Alexey Bataev2015-05-201-6/+6
* [OPENMP] Fixed codegen for copying/initialization of array variables/parameters.Alexey Bataev2015-05-191-0/+24
* [opaque pointer types] Explicit non-pointer type for call expressionsDavid Blaikie2015-04-161-8/+8
* [OPENMP] Codegen for 'copyin' clause in 'parallel' directive.Alexey Bataev2015-04-161-0/+272
OpenPOWER on IntegriCloud