summaryrefslogtreecommitdiffstats
path: root/clang/test/OpenMP
Commit message (Expand)AuthorAgeFilesLines
* Make a few OpenMP tests "C++11 clean."Paul Robinson2016-12-193-6/+72
* Undo accidental comitPaul Robinson2016-12-193-72/+6
* Make a few OpenMP tests "C++11 clean."Paul Robinson2016-12-193-6/+72
* [OpenMP] Sema and parsing for 'target teams' pragmaKelvin Li2016-12-1718-12/+3059
* [OpenMP] support the 'is_device_ptr' clause with 'target parallel' pragmaKelvin Li2016-12-162-0/+562
* Fix typo in error messages. NFC.Kelvin Li2016-12-161-4/+4
* [OpenMP] Sema and parsing for 'teams distribute parallel for' pragmaKelvin Li2016-12-0916-0/+3812
* Fixing test to work when the compiler defaults to a different C++ standard ve...Douglas Yung2016-12-081-8/+30
* [OpenMP] Fix typo in the run command in the test case. NFC.Kelvin Li2016-12-061-2/+2
* [OpenMP] Fix typo in the test case. NFC.Kelvin Li2016-12-061-2/+1
* [OpenMP] Sema and parsing for 'teams distribute parallel for simd' pragmaKelvin Li2016-11-3021-7/+4597
* [OPENMP] Fix for PR31137: Wrong DSA for members in struct.Alexey Bataev2016-11-281-17/+19
* Make these tests work more reliably with Release builds.Douglas Yung2016-11-242-761/+761
* [OPENMP] Fixed codegen for 'omp cancel' construct.Alexey Bataev2016-11-171-1/+6
* Revert "[OPENMP] Fixed codegen for 'omp cancel' construct."Vitaly Buka2016-11-161-6/+1
* [OPENMP] Fix for PR30632: Name mangling issue.Alexey Bataev2016-11-151-3/+6
* [OPENMP] Fixed codegen for 'omp cancel' construct.Alexey Bataev2016-11-151-1/+6
* Make output of -ast-print a valid C++ code.Serge Pavlov2016-11-1042-235/+244
* [OPENMP] Fixed codegen for __real/__imag expressions in atomicAlexey Bataev2016-11-071-0/+3
* [OPENMP] Fixed test on MIPS-based buildbots.Alexey Bataev2016-11-071-1/+1
* [OPENMP] Fixed capturing of VLA variables.Alexey Bataev2016-11-071-16/+21
* Revert "[OPENMP] Fixed capturing of VLA variables."Diana Picus2016-11-071-21/+16
* [OPENMP] Fixed capturing of VLA variables.Alexey Bataev2016-11-071-16/+21
* Re-apply patch r279045.Kelvin Li2016-10-2518-2/+4465
* DR583, DR1512: Implement a rewrite to C++'s 'composite pointer type' rules.Richard Smith2016-10-218-8/+16
* Remove unnecessary x86 backend requirements from OpenMP testsReid Kleckner2016-10-2152-52/+1
* Revert "DR583, DR1512: Implement a rewrite to C++'s 'composite pointer type' ...Renato Golin2016-10-218-16/+8
* DR583, DR1512: Implement a rewrite to C++'s 'composite pointer type' rules.Richard Smith2016-10-218-8/+16
* Revert 9 changes from r284793, they still fail on some botsReid Kleckner2016-10-208-9/+9
* Remove 24 instances of 'REQUIRES: shell'Reid Kleckner2016-10-208-9/+9
* Fix for PR30632: Name mangling issue.Alexey Bataev2016-10-141-1/+3
* Fix for PR30639: CGDebugInfo Null dereference with OpenMP arrayAlexey Bataev2016-10-135-6/+19
* [OpenMP] Check if the template specialization is mappable instead of speciali...David Sheinkman2016-10-061-0/+12
* [OpenMP] fix segfault when a variable referenced in reduction clause is a ref...David Sheinkman2016-10-0417-0/+111
* Revert "[OpenMP] Sema and parsing for 'teams distribute simd’ pragma"Diana Picus2016-08-1818-4464/+2
* [OpenMP] Sema and parsing for 'teams distribute simd’ pragmaKelvin Li2016-08-1718-2/+4464
* [OpenMP] Sema and parsing for 'teams distribute' pragmaKelvin Li2016-08-0513-0/+3165
* Change a test to be less prone to random failures due toWolfgang Pieb2016-07-291-55/+55
* [OpenMP] Code generation for the is_device_ptr clauseSamuel Antao2016-07-282-0/+327
* [OpenMP] Codegen for use_device_ptr clause.Samuel Antao2016-07-281-0/+464
* [OpenMP] Add support to map member expressions with references to pointers.Samuel Antao2016-07-271-0/+189
* [OpenMP] Add support for mapping array sections through pointer references.Samuel Antao2016-07-271-4/+97
* Support setting default value for -rtlib at build timeJonas Hahnfeld2016-07-271-8/+10
* [OpenMP] diagnose orphaned teams constructKelvin Li2016-07-261-0/+2
* [OpenMP] Sema and parsing for 'target simd' pragmaKelvin Li2016-07-2021-0/+4892
* [OpenMP] Allow negative lower bound in array sections based on pointersKelvin Li2016-07-2012-11/+39
* [OpenMP] Ignore parens in atomic captureKelvin Li2016-07-202-0/+8
* [OpenMP] Fix incorrect diagnostics in map clauseKelvin Li2016-07-184-16/+21
* [OpenMP] update test cases for -std=c++11 compileKelvin Li2016-07-182-6/+42
* [OpenMP] add check for both simdlen and safelen clauses specifiedKelvin Li2016-07-153-0/+215
OpenPOWER on IntegriCloud