summaryrefslogtreecommitdiff
path: root/clang/test/OpenMP/single_codegen.cpp
AgeCommit message (Expand)Author
2018-08-29[OPENMP] Create non-const ident_t objects.Mike Rice
2018-04-16[OPENMP] General code improvements.Alexey Bataev
2018-01-19Change memcpy/memove/memset to have dest and source alignment attributes (Ste...Daniel Neilson
2017-12-29[OPENMP] Support for -fopenmp-simd option with compilation of simd loopsAlexey Bataev
2017-11-02[OPENMP] Fix PR35156: Get correct thread id with windows exceptions.Alexey Bataev
2017-08-16[OPRNMP] Fix for PR33445: ICE: OpenMP target containing ordered for.Alexey Bataev
2016-10-21Remove unnecessary x86 backend requirements from OpenMP testsReid Kleckner
2016-06-16Re-apply r272900 - [OpenMP] Cast captures by copy when passed to fork call so...Samuel Antao
2016-06-16Revert r272900 - [OpenMP] Cast captures by copy when passed to fork call so t...Samuel Antao
2016-06-16[OpenMP] Cast captures by copy when passed to fork call so that they are comp...Samuel Antao
2016-05-17[OPENMP] Pass scalar firstprivate vars by value.Alexey Bataev
2016-03-29[OPENMP] Allow runtime insert its own code inside OpenMP regions.Alexey Bataev
2016-03-28Revert "[OPENMP] Allow runtime insert its own code inside OpenMP regions."Alexey Bataev
2016-03-28[OPENMP] Allow runtime insert its own code inside OpenMP regions.Alexey Bataev
2016-03-28Revert "[OPENMP] Allow runtime insert its own code inside OpenMP regions."Alexey Bataev
2016-03-28[OPENMP] Allow runtime insert its own code inside OpenMP regions.Alexey Bataev
2016-03-17[OPENMP 4.5] Allow to use private data members in 'copyprivate' clause.Alexey Bataev
2015-11-19Revert "Change memcpy/memset/memmove to have dest and source alignments."Pete Cooper
2015-11-18Change memcpy/memset/memmove to have dest and source alignments.Pete Cooper
2015-10-08Stop messing with the 'g' group of options in CompilerInvocation.Douglas Katzman
2015-09-04[OPENMP] Fix for http://llvm.org/PR24674: assertion failed and and abort trapAlexey Bataev
2015-07-13[OpenMP] Add TLS-based implementation for threadprivate directive.Samuel Antao
2015-07-08Revert "Revert r241620 and follow-up commits" and move the initializationAdrian Prantl
2015-07-07Revert r241620 and follow-up commits while investigating linux buildbot failu...Adrian Prantl
2015-07-07Wrap clang modules and pch files in an object file container.Adrian Prantl
2015-07-03[OPENMP 4.0] Fixed codegen for 'cancellation point' construct.Alexey Bataev
2015-05-21[OPENMP] Fixed codegen for parameters privatization.Alexey Bataev
2015-05-20[OPENMP] -fopenmp enables OpenMP support (fix for http://llvm.org/PR23492)Alexey Bataev
2015-05-19[OPENMP] Fixed codegen for copying/initialization of array variables/parameters.Alexey Bataev
2015-04-30[OPENMP] Fixed codegen for 'copyprivate' clause.Alexey Bataev
2015-04-29DebugInfo: Metadata constructs now start with DI*Duncan P. N. Exon Smith
2015-04-24[OPENMP] Do not emit implicit barrier for single directive with 'copyprivate'...Alexey Bataev
2015-04-14[OPENMP] Fixed codegen for arrays in 'copyprivate' clause.Alexey Bataev
2015-04-10[OPENMP] Refactoring of codegen for OpenMP directives.Alexey Bataev
2015-03-30[OPENMP] Improved codegen for implicit/explicit 'barrier' constructs.Alexey Bataev
2015-03-23[OPENMP] Fixed test for 'single' directive codegen.Alexey Bataev
2015-03-23[OPENMP] Codegen for 'copyprivate' clause ('single' directive).Alexey Bataev
2015-03-10[OPENMP] Fixed tests for non-debug builds. NFC.Alexey Bataev
2015-03-10[OPENMP] Improved code for generating debug info + generation of all OpenMP r...Alexey Bataev
2015-03-10Revert "[OPENMP] Improved code for generating debug info + generation of all ...Rafael Espindola
2015-03-10[OPENMP] Improved code for generating debug info + generation of all OpenMP r...Alexey Bataev
2015-02-26[OPENMP] Fixed codegen for directives without function outlining.Alexey Bataev
2015-02-25Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl
2015-02-25Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl
2015-02-05[OPENMP] Initial codegen for 'single' directive.Alexey Bataev