summaryrefslogtreecommitdiffstats
path: root/clang/test/OpenMP
Commit message (Expand)AuthorAgeFilesLines
* [OpenMP] Parsing + Sema for nowait clause on target directiveArpith Chacko Jacob2016-01-212-0/+30
* [OpenMP] Check for at least one map clause on target data directive.Arpith Chacko Jacob2016-01-214-49/+54
* [OPENMP] Fix crash on reduction for complex variables.Alexey Bataev2016-01-211-0/+4
* [OPENMP 4.0] Fix for codegen of 'cancel' directive within 'sections' directive.Alexey Bataev2016-01-201-2/+2
* [OPENMP 4.5] Allow to use non-static data members in non-static member functi...Alexey Bataev2016-01-2018-22/+994
* [OpenMP] Detect implicit map type to report unspecified map type for target e...Samuel Antao2016-01-192-0/+2
* [OpenMP] Parsing + sema for "target exit data" directive.Samuel Antao2016-01-195-0/+375
* [OpenMP] Parsing + sema for "target enter data" directive.Samuel Antao2016-01-195-1/+375
* Activate OpenMP private clause for target construct and a regression test.Carlo Bertolli2016-01-191-0/+121
* Add OpenMP dist_schedule clause to distribute directive and related regressio...Carlo Bertolli2016-01-152-0/+169
* [CodeGen] Attach attributes to thread local wrapper function.Akira Hatanaka2016-01-151-4/+4
* [OPENMP] Fix for declarative/standalone directives use.Alexey Bataev2016-01-138-20/+59
* [OpenMP] Fix issue in the offloading metadata testing.Samuel Antao2016-01-072-28/+28
* [OpenMP] Reapply rL256842: [OpenMP] Offloading descriptor registration and de...Samuel Antao2016-01-066-120/+663
* [OpenMP] Revert rL256842: [OpenMP] Offloading descriptor registration and dev...Samuel Antao2016-01-056-663/+120
* [OpenMP] Allow file ID to be signed in the offloading metadata.Samuel Antao2016-01-052-6/+6
* [OpenMP] Offloading descriptor registration and device codegen.Samuel Antao2016-01-056-120/+663
* [OPENMP 4.5] Codegen for 'schedule' clause with monotonic/nonmonotonic modifi...Alexey Bataev2015-12-314-164/+358
* [OPENMP 4.5] Allow 'ordered' clause on 'loop simd' constructs.Alexey Bataev2015-12-307-12/+50
* [OPENMP 4.5] Sema/parsing support for extended format of 'schedule' clause.Alexey Bataev2015-12-284-24/+52
* [OPENMP 4.5] Do not allow 'linear' clause along with 'ordered(expr)' clause.Alexey Bataev2015-12-283-4/+8
* [OPENMP] Do not allow to use threadprivate or thread local variables as loop ...Alexey Bataev2015-12-257-0/+14
* [OPENMP 4.5] Parsing/sema for 'depend(sink:vec)' clause in 'ordered' directive.Alexey Bataev2015-12-232-10/+48
* [OPENMP] Revert r256238 to fix the problem with tests on Linux.Alexey Bataev2015-12-222-48/+10
* [OPENMP 4.5] Parsing/sema for 'depend(sink:vec)' clause in 'ordered' directive.Alexey Bataev2015-12-222-10/+48
* [Cygwin] Enable TLS as emutls.NAKAMURA Takumi2015-12-211-1/+0
* [OPENMP] Remove explicit call for implicit barrierAlexey Bataev2015-12-1815-68/+1
* [OPENMP] Fix for http://llvm.org/PR25878: Error compiling an OpenMP programAlexey Bataev2015-12-182-0/+44
* [OPENMP 4.5] Parsing/sema analysis for 'depend(source)' clause in 'ordered' d...Alexey Bataev2015-12-183-1/+70
* [OPENMP] Fix for http://llvm.org/PR25142: openmp: Assertion failed: DD && "qu...Alexey Bataev2015-12-171-0/+18
* [TLS on Darwin] use CXX_FAST_TLS calling convention for access functions.Manman Ren2015-12-171-9/+9
* [OPENMP 4.5] Fix test compatibility with 32 bit mode.Alexey Bataev2015-12-151-1/+1
* [OPENMP 4.5] Codegen for 'hint' clause of 'critical' directiveAlexey Bataev2015-12-151-0/+6
* [OPENMP 4.5] Parsing/sema for 'hint' clause of 'critical' directive.Alexey Bataev2015-12-152-11/+109
* Add parse and sema of OpenMP distribute directive with all clauses except dis...Carlo Bertolli2015-12-145-0/+1041
* [OPENMP] Fix debug info for 'atomic' construct.Alexey Bataev2015-12-141-4/+4
* [OPENMP] Fixed processing of predetermined data-sharing attributesAlexey Bataev2015-12-1021-45/+50
* Revert r255001, "Add parse and sema for OpenMP distribute directive and all i...NAKAMURA Takumi2015-12-095-1041/+0
* [OPENMP 4.5] Parsing/sema for 'num_tasks' clause.Alexey Bataev2015-12-086-8/+218
* Add parse and sema for OpenMP distribute directive and all its clauses exclud...Carlo Bertolli2015-12-085-0/+1041
* [OPENMP 4.5] parsing/sema support for 'grainsize' clause.Alexey Bataev2015-12-074-8/+194
* [OPENMP 4.5] parsing/sema support for 'nogroup' clause.Alexey Bataev2015-12-074-8/+16
* [OPENMP 4.5] Parsing/sema support for 'omp taskloop simd' directive.Alexey Bataev2015-12-0314-0/+2940
* [OpenMP] Update target directive codegen to use 4.5 implicit data mappings.Samuel Antao2015-12-023-192/+1329
* [OPENMP 4.5] Parsing/sema analysis for 'priority' clause.Alexey Bataev2015-12-0139-155/+295
* [OPENMP 4.5] Parsing/sema analysis for 'taskloop' directive.Alexey Bataev2015-12-018-0/+2567
* [OpenMP] Parsing and sema support for thread_limit clause.Kelvin Li2015-11-272-6/+117
* [OPENMP 4.5] Fixed rules for 'ordered' clause.Alexey Bataev2015-11-261-0/+16
* [OpenMP] Parsing and sema support for num_teams clauseKelvin Li2015-11-242-6/+117
* [OPENMP] Fix crash on codegen for 'task' directive with no shared variables.Alexey Bataev2015-11-241-0/+3
OpenPOWER on IntegriCloud