summaryrefslogtreecommitdiff
path: root/test/OpenMP
Commit message (Expand)AuthorAgeFilesLines
* [OPENMP50]Add support for master taskloop simd.Alexey Bataev2019-10-1823-0/+6047
* [OPENMP]Dow not emit warnings for uninitialized loop counters.Alexey Bataev2019-10-172-4/+4
* [OPENMP]Improve use of the global tid parameter.Alexey Bataev2019-10-172-9/+7
* [OPENMP]Fix thread id passed to outlined region in sequential parallelAlexey Bataev2019-10-171-10/+10
* [OPENMP]Allow priority clause in combined task-based directives.Alexey Bataev2019-10-161-3/+8
* [OPENMP]Use different addresses for zeroed thread_id/bound_id.Alexey Bataev2019-10-163-6/+14
* [OPENMP]Allow final clause in combined task-based directives.Alexey Bataev2019-10-152-7/+12
* [Clang][OpenMP Offload] Move offload registration code to the wrapperSergey Dmitriev2019-10-1532-861/+252
* [OPNEMP]Allow num_tasks clause in combined task-based directives.Alexey Bataev2019-10-142-7/+8
* [OPNEMP]Allow grainsize clause in combined task-based directives.Alexey Bataev2019-10-141-4/+5
* [OPENMP50]Add support for 'parallel master taskloop' construct.Alexey Bataev2019-10-1417-0/+4893
* [OPENMP]Fix codegen for private variably length vars in combinedAlexey Bataev2019-10-141-17/+21
* [OPENMP50]Support for 'master taskloop' directive.Alexey Bataev2019-10-1019-0/+5418
* [OPENMP50]Support for declare variant directive for NVPTX target.Alexey Bataev2019-10-101-0/+158
* [OPENMP50]Register vendor name only once in vendor context selector.Alexey Bataev2019-10-102-2/+2
* [CUDA][HIP] Fix host/device check with -fopenmpYaxun Liu2019-10-091-2/+2
* [OPENMP50]Fix scoring of contexts with and without user provided scores.Alexey Bataev2019-10-091-2/+2
* [OPENMP50]Multiple vendors in vendor context must be treated as logicalAlexey Bataev2019-10-083-6/+10
* [OPENMP50]Do not allow multiple same context traits in the same contextAlexey Bataev2019-10-084-14/+16
* [OPENMP50]Prohibit multiple context selector sets in context selectors.Alexey Bataev2019-10-084-25/+14
* [OPENMP50]Allow functions in declare variant directive to have differentAlexey Bataev2019-10-083-12/+31
* [OPENMP50]Treat range-based for as canonical loop.Alexey Bataev2019-10-0721-29/+194
* [OPENMP50]Suppport for multiple vendors in the same vendor contextAlexey Bataev2019-10-044-12/+15
* [OPENMP]Fix the test on Windows, NFC.Alexey Bataev2019-10-031-1/+1
* [OPENMP50]Codegen support for scores in context selectors.Alexey Bataev2019-10-031-2/+24
* [OPENMP]Fix emission of the declare target variables in device mode.Alexey Bataev2019-10-031-15/+8
* [OPENMP]Improve diagnostics for not found declare target entries.Alexey Bataev2019-10-031-4/+2
* [OPENMP50]Add parsing/sema analysis for declare variant score.Alexey Bataev2019-10-024-10/+32
* [OPENMP50]Initial codegen for declare variant implementation vendor.Alexey Bataev2019-10-011-0/+91
* [OPENMP]Fix PR43330: OpenMP target: Mapping of partial arrays fails.Alexey Bataev2019-10-011-51/+75
* [OPENMP]Fix PR43516: Compiler crash with collapse(2) on non-rectangularAlexey Bataev2019-10-011-17/+16
* [OPENMP50]Mark declare variant attribute as inheritable.Alexey Bataev2019-09-301-0/+9
* [OPENMP50]Do not emit warning for the function with the currentlyAlexey Bataev2019-09-302-2/+10
* [Clang][OpenMP Offload] Create start/end symbols for the offloading entry tab...Sergey Dmitriev2019-09-2735-288/+288
* [OpenMP 5.0] Fix user-defined mapper lookup in semaMichael Kruse2019-09-262-6/+22
* [OPENMP50]Emit warnings if the functions was defined/used before markedAlexey Bataev2019-09-263-7/+9
* [OPENMP50]Parsing/sema support for 'implementation/vendor' contextAlexey Bataev2019-09-254-28/+62
* [OPENMP]Fix PR43355: DO not emit target calls if only -fopenmp-targetsAlexey Bataev2019-09-231-0/+10
* [OPENMP]Call __kmpc_push_tripcount in task context.Alexey Bataev2019-09-236-28/+9
* [OPENMP]Fix for PR43349: Crash for privatized loop bound.Alexey Bataev2019-09-181-2/+4
* [OPENMP5.0]Allow multiple context selectors in the context selectorAlexey Bataev2019-09-184-18/+21
* [OPENMP] Rework the test, NFC.Alexey Bataev2019-09-171-3/+1
* [OPENMP5.0]Introduce attribute for declare variant directive.Alexey Bataev2019-09-173-0/+186
* [OPENMP]Try to rework the test to pacify the buildbots, NFC.Alexey Bataev2019-09-171-8/+7
* [OPENMP] Fix the test, NFCAlexey Bataev2019-09-171-3/+5
* [OPENMP]Fix the test, NFC.Alexey Bataev2019-09-161-2/+3
* [OPENMP]Fix parsing/sema for function templates with declare simd.Alexey Bataev2019-09-161-0/+9
* [OPENMP5.0]Add basic support for declare variant directive.Alexey Bataev2019-09-132-0/+317
* Improve code generation for thread_local variables:Richard Smith2019-09-121-26/+11
* [OPENMP] Update the diagnosis message for canonical loop form, by ChiAlexey Bataev2019-09-1122-303/+351