summaryrefslogtreecommitdiffstats
path: root/clang/test/OpenMP
Commit message (Expand)AuthorAgeFilesLines
* [OPENMP]Do not emit special virtual function for NVPTX target.Alexey Bataev2020-01-141-0/+34
* [OPENMP]Improve handling of possibly incorrectly mapped types.Alexey Bataev2020-01-141-10/+23
* [ItaniumCXXABI] Make tls wrappers properly comdatMartin Storsjö2020-01-131-3/+3
* [OPENMP]Allow comma in combiner expression.Alexey Bataev2020-01-081-2/+12
* [OPENMP]Allow using of members in standalone declaration pragmas.Alexey Bataev2020-01-073-2/+17
* [OPENMP]Do not diagnose references to non-integral types for ref inAlexey Bataev2020-01-071-1/+2
* [OPENMP50]Support lastprivate conditional updates in inc/dec unary ops.Alexey Bataev2020-01-062-20/+60
* [OPENMP]Fix crash on error message for declare reduction.Alexey Bataev2020-01-031-2/+2
* [OpenMP] diagnose zero-length array section in the depend clauseKelvin Li2020-01-0314-20/+17
* [OPENMP50]Codegen for lastprivate conditional list items.Alexey Bataev2020-01-022-15/+86
* [OPENMP] Restore allowing of braced initializers in the declare reductionAlexey Bataev2020-01-021-0/+2
* [OpenMP] Fix formatting of OpenMP error message, by Wang Tianqing.Alexey Bataev2020-01-0210-0/+35
* [OPENMP]Emit artificial threprivate vars as threadlocal, if possible.Alexey Bataev2019-12-316-24/+19
* [OpenMP][FIX] Generalize a test check lineJohannes Doerfert2019-12-301-2/+2
* [OpenMP] Use the OpenMPIRBuilder for `omp parallel`Johannes Doerfert2019-12-302-94/+142
* [OPENMP50]Basic support for conditional lastprivate.Alexey Bataev2019-12-2434-85/+244
* [OPENMP50]Codegen for nontemporal clause.Alexey Bataev2019-12-238-92/+164
* [OPENMP50]Add parsing/sema analysis for nontemporal clause.Alexey Bataev2019-12-1727-57/+1310
* [OPENMP50]Add if clause in target teams idistribute simd directive.Alexey Bataev2019-12-163-113/+201
* [OPENMP50]Add if clause in target teams distribute parallel for simd directive.Alexey Bataev2019-12-162-11/+29
* [OPENMP]Fix skipping of functions body.Alexey Bataev2019-12-132-10/+30
* [OPENMP50]Fix possible conflict when emitting an alias for the functionsAlexey Bataev2019-12-121-0/+49
* [OPENMP50]Improve checks for declare variant functions compatibility.Alexey Bataev2019-12-122-8/+17
* [OpenMP][Test] Add check for aux-triple predefined macrosAlexey Bader2019-12-121-0/+5
* [OpenMP] Use the OpenMP-IR-BuilderJohannes Doerfert2019-12-112-2/+21
* [OPENMP50]Add if clause in teams distribute parallel for simd directive.Alexey Bataev2019-12-113-16/+39
* [OPENMP50]Fix capturing of if condition in target parallel for simdAlexey Bataev2019-12-111-4/+6
* [OPENMP50]Add if clause in teams distribute simd directive.Alexey Bataev2019-12-113-20/+176
* [OPENMP50]Do not mark the function as used if referenced only in declareAlexey Bataev2019-12-101-0/+11
* [OPENMP50]Add if clause in target simd directive.Alexey Bataev2019-12-103-109/+203
* [OPENMP]Remove extra space from error message.Alexey Bataev2019-12-105-16/+16
* [OPENMP50]Add if clause in target parallel for simd directive.Alexey Bataev2019-12-103-46/+151
* [Frontend] Allow OpenMP offloading to aarch64Bryan Chan2019-12-081-1/+2
* [OpenMP] Require trivially copyable type for mappingJonas Hahnfeld2019-12-0729-159/+159
* [OPENMP50]Add if clause in distribute simd directive.Alexey Bataev2019-12-063-17/+212
* [OPENMP]Reorganize OpenMP warning groups.Alexey Bataev2019-12-064-38/+44
* [OPENMP]Moved warning fo mapping non-trivially copiable types into aAlexey Bataev2019-12-0676-548/+548
* [OpenMP50] Add parallel master constructcchen2019-12-0513-0/+2709
* [OPENMP50]Add support for if clause for simd part in distribute parallel for ...Alexey Bataev2019-12-052-8/+31
* [OPENMP50]Add support for if clause for simd part in parallel master taskloop...Alexey Bataev2019-12-052-12/+35
* [OPENMP50]Add support for if clause for simd part in master taskloop simd dir...Alexey Bataev2019-12-052-17/+42
* Revert "[OpenMP50] Add parallel master construct, by Chi Chun Chen."Reid Kleckner2019-12-0413-2709/+0
* [OPENMP50]Add support for if clause for simd part in taskloop simdAlexey Bataev2019-12-042-13/+33
* [OpenMP50] Add parallel master construct, by Chi Chun Chen.cchen2019-12-0413-0/+2709
* [OPENMP]Fix PR44133: Emit definitions of used constructors/functions.Alexey Bataev2019-12-021-5/+7
* [OpenMP][test] Fix test on MIPS-based buildbotsMiloš Stojanović2019-11-281-1/+1
* [OPENMP50]Add if clause in parallel for simd directive.Alexey Bataev2019-11-271-43/+124
* [OPENMP]Fix PR44133: crash on lambda reductions in templates.Alexey Bataev2019-11-261-0/+43
* [OPENMP]Fix PR41826: symbols visibility in device code.Alexey Bataev2019-11-255-27/+27
* [OPENMP]Fix behaviour of defaultmap for OpenMP 4.5.Alexey Bataev2019-11-221-7/+7
OpenPOWER on IntegriCloud