summaryrefslogtreecommitdiff
path: root/test/OpenMP
AgeCommit message (Expand)Author
2017-11-20[OpenMP] Initial implementation of code generation for pragma 'teams distribu...Carlo Bertolli
2017-11-18[OpenMP] Show error if VLAs are not supportedJonas Hahnfeld
2017-11-17[OPENMP] Codegen for `target simd` construct.Alexey Bataev
2017-11-16[OPENMP] Add support for cancelling inside target parallel forAlexey Bataev
2017-11-14[OPENMP] Fix DSA analysis for threadprivates after deserialization.Alexey Bataev
2017-11-10[NFC] Pacify bbot for OpenMP 'teams distribute parallel for'Carlo Bertolli
2017-11-10[OpenMP] Parse+Sema for copyin clause of 'teams distribute parallel for'Carlo Bertolli
2017-11-10[OpenMP] diagnose assign to firstprivate const, patch by Joel E. DennyAlexey Bataev
2017-11-09[OPENMP] Codegen for `#pragma omp target parallel for simd`.Alexey Bataev
2017-11-09[OPENMP] Treat '#pragma omp target parallel for simd' as simd directive.Alexey Bataev
2017-11-08[OPENMP] Codegen for `#pragma omp target parallel for`.Alexey Bataev
2017-11-02[OPENMP] Fix PR35152: Do not use getInvokeDest() function for EH checks.Alexey Bataev
2017-11-02[OPENMP] Fix PR35156: Get correct thread id with windows exceptions.Alexey Bataev
2017-11-02[OpenMP] Extend "Avoid VLAs for reduction" optimization to VLAs as baseJonas Hahnfeld
2017-10-25[OPENMP] Improve debug info for taskgroup implicitly generatedAlexey Bataev
2017-10-24[OPENMP] Fix PR35013: Fix passing VLAs captures to outlined functions.Alexey Bataev
2017-10-23[OpenMP] Avoid VLAs for some reductions on array sectionsJonas Hahnfeld
2017-10-20Revert "[OpenMP] Avoid VLAs for some reductions on array sections"Jonas Hahnfeld
2017-10-20[OpenMP] Avoid VLAs for some reductions on array sectionsJonas Hahnfeld
2017-10-17[OPENMP] Fix capturing of boolean variables in debug mode.Alexey Bataev
2017-10-17[OpenMP] Implement omp_is_initial_device() as builtinJonas Hahnfeld
2017-10-12[OPENMP] Fix PR34927: Emit initializer for reduction array with declareAlexey Bataev
2017-10-12[OPENMP] Fix PR34926: Fix handling of the array sections passed asAlexey Bataev
2017-10-12[OPENMP] Fix PR34925: Fix getting thread_id lvalue for inlined regionsAlexey Bataev
2017-10-11[OPENMP] Fix PR34916: Crash on mixing taskloop|tasks directives.Alexey Bataev
2017-10-10[OPENMP] Add default codegen|tests for 'target parallel for[ simd]'Alexey Bataev
2017-10-06[OPENMP] Do not capture local static variables.Alexey Bataev
2017-10-06[OPENMP] Capture references to global variables.Alexey Bataev
2017-10-05[OPENMP] Fix mapping|privatization of implicitly captured variables.Alexey Bataev
2017-10-04[OpenMP] Initial implementation of teams distribute code generationCarlo Bertolli
2017-10-03[OPENMP] Allow use of declare target directive inside structAlexey Bataev
2017-10-02[OPENMP] Capture argument of `device` clause for target-basedAlexey Bataev
2017-10-02[OPENMP] Fix test, NFC.Alexey Bataev
2017-10-02[OPENMP] Simplify codegen for non-offloading code.Alexey Bataev
2017-09-27[OpenMP] Add an additional test for D34888Gheorghe-Teodor Bercea
2017-09-26Revert commmit 314228.Gheorghe-Teodor Bercea
2017-09-26[OpenMP] Add an additional test for D34888Gheorghe-Teodor Bercea
2017-09-26[OPENMP] Fix handling of implicit mapping of array sections.Alexey Bataev
2017-09-26Revert commit 314210.Gheorghe-Teodor Bercea
2017-09-26[OpenMP] Add an additional test for D34888Gheorghe-Teodor Bercea
2017-09-26[OPENMP] Generate implicit map|firstprivate clauses for target-basedAlexey Bataev
2017-09-22[OPENMP] Handle re-declaration of captured variables in CodeGen.Alexey Bataev
2017-09-22[Atomic][X8664] set max atomic inline width according to the targetWei Mi
2017-09-21[OPENMP] Use canonical declarations for redeclarations checks.Alexey Bataev
2017-09-20[OPENMP] Support for re-declarations when checking captured variables.Alexey Bataev
2017-09-19[OpenMP] fix seg-faults printing diagnostics with invalid ordered(n) valuesRachel Craik
2017-09-13[OPENMP] Fix types for the target specific parameters in debug mode.Alexey Bataev
2017-09-13[OPENMP] Allow all classes as mappable types.Alexey Bataev
2017-09-06[OPENMP] Fix for PR33922: New ident_t flags forAlexey Bataev
2017-09-06[OPENMP] Fix for PR34445: Reduction initializer segfaults at runtime inAlexey Bataev