summaryrefslogtreecommitdiff
path: root/test/OpenMP
Commit message (Expand)AuthorAgeFilesLines
* [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
* [OPENMP5.0]Allow teams directive outside of the target directives.Alexey Bataev2019-09-103-2/+45
* Re-land Remove REQUIRES:shell from tests that pass for me on WindowsReid Kleckner2019-09-108-16/+4
* Fix for PR43175: compiler crash when trying to emit noncapturableAlexey Bataev2019-09-101-0/+10
* Revert Remove REQUIRES:shell from tests that pass for me on WindowsJames Henderson2019-09-108-4/+16
* Remove REQUIRES:shell from tests that pass for me on WindowsReid Kleckner2019-09-108-16/+4
* [OPENMP][Analysis] Add analysis of the map clauses.Alexey Bataev2019-08-2812-0/+86
* [OPENMP][NVPTX]Fix critical region codegen.Alexey Bataev2019-08-261-1/+2
* [OPENMP5]Use nonmonotonic modifier by default for non-static andAlexey Bataev2019-08-231-5/+12
* [OPENMP5.0]Add support for device_type clause in declare targetAlexey Bataev2019-08-236-9/+116
* [OpenMP] Permit map with DSA on combined directiveJoel E. Denny2019-08-227-22/+214
* [OPENMP]Fix delayed diagnostics for standalone declare target directive.Alexey Bataev2019-08-202-0/+25
* [OPENMP5.0]Diagnose global variables in lambda not marked as declareAlexey Bataev2019-08-161-7/+10
* [OPENMP]Support for non-rectangular loops.Alexey Bataev2019-08-143-10/+177
* [OpenMP] Add support for close map modifier in ClangGheorghe-Teodor Bercea2019-08-094-1/+543
* [OPENMP]Add support for analysis of linear variables and step.Alexey Bataev2019-08-0815-0/+112
* [OPENMP]Set default version to OpenMP 4.5.Alexey Bataev2019-08-072-3/+6
* [OPENMP]Add standard macro value _OPENMP for OpenMP 5.0.Alexey Bataev2019-08-072-0/+4
* [OpenMP 5.0] Codegen support for user-defined mappers.Michael Kruse2019-08-051-60/+382
* Revert "[OpenMP 5.0] Codegen support for user-defined mappers."Michael Kruse2019-08-041-382/+60
* [OpenMP 5.0] Codegen support for user-defined mappers.Michael Kruse2019-08-041-60/+382
* IR: print value numbers for unnamed function argumentsTim Northover2019-08-0346-296/+296
* [OpenMP] Fix declare target link implementationGheorghe-Teodor Bercea2019-08-013-32/+44
* [OPENMP]Add support for analysis of reduction variables.Alexey Bataev2019-07-2628-0/+209
* [OPENMP]Add support for analysis of firstprivate variables.Alexey Bataev2019-07-2224-0/+176
* [OPENMP]Fix sharing of threadprivate variables with TLS support.Alexey Bataev2019-07-181-4/+23
* [OPENMP]Provide correct data sharing attributes for loop controlAlexey Bataev2019-07-1820-60/+75
* [OPENMP][NVPTX]Mark barrier functions calls as convergent.Alexey Bataev2019-07-181-4/+4
* [OPENMP]Fix crash in LoopCounterRefChecker when MemberExpr is not Var or FieldMike Rice2019-07-171-0/+8
* [OPENMP]Add support for analysis of if clauses.Alexey Bataev2019-07-1624-0/+175
* Revert "[OPENMP]Add support for analysis of if clauses."Ali Tamur2019-07-1624-175/+0
* [OPENMP]Add support for analysis of if clauses.Alexey Bataev2019-07-1524-0/+175
* [OPENMP]Improve handling of analysis of unsupported VLAs in reductions.Alexey Bataev2019-07-111-0/+6
* [OPENMP]Initial fix PR42392: Improve -Wuninitialized warnings for OpenMP prog...Alexey Bataev2019-07-1135-1/+242
* Added mapping for pointers captured in Lambdas in OpenMP target regions,Alexey Bataev2019-07-111-0/+125
* [OPENMP]Remove not used check line from the test, NFC.Alexey Bataev2019-07-101-1/+0
* [OPENMP]Fix the float point semantics handling on the device.Alexey Bataev2019-07-092-7/+7
* [OPENMP]Improve error message for device unsupported types.Alexey Bataev2019-07-081-2/+2
* [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392,Alexey Bataev2019-07-08484-1954/+2074
* [OPENMP]Fix handling of lambda captures in target regions.Alexey Bataev2019-07-011-5/+5