summaryrefslogtreecommitdiff
path: root/test/OpenMP/atomic_write_codegen.c
AgeCommit message (Expand)Author
2017-12-29[OPENMP] Support for -fopenmp-simd option with compilation of simd loopsAlexey Bataev
2017-09-22[Atomic][X8664] set max atomic inline width according to the targetWei Mi
2016-11-07[OPENMP] Fixed codegen for __real/__imag expressions in atomicAlexey 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-11-18Produce a better diagnostic for global register variables.Akira Hatanaka
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-07Update testcases that use precompiled headers to require a target afterAdrian Prantl
2015-05-20[OPENMP] -fopenmp enables OpenMP support (fix for http://llvm.org/PR23492)Alexey Bataev
2015-05-15[OPENMP] Fixed bug in atomic update/capture/write constructs.Alexey Bataev
2015-04-23[OPENMP] Fix for failed tests for 'omp atomic write' construct.Alexey Bataev
2015-03-19[OPENMP] Fixed bug in codegen of 'atomic write'.Alexey Bataev
2015-03-13Test case updates for explicit type parameter to the gep operatorDavid Blaikie
2015-02-27Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie
2015-02-27Update Clang tests to handle explicitly typed gep changes in LLVM.David Blaikie
2015-02-27[OPENMP] Codegen for "#pragma omp atomic write"Alexey Bataev