summaryrefslogtreecommitdiff
path: root/test/OpenMP/atomic_write_codegen.c
Commit message (Expand)AuthorAgeFilesLines
* Change memcpy/memove/memset to have dest and source alignment attributes (Ste...Daniel Neilson2018-01-191-2/+2
* [OPENMP] Support for -fopenmp-simd option with compilation of simd loopsAlexey Bataev2017-12-291-0/+5
* [Atomic][X8664] set max atomic inline width according to the targetWei Mi2017-09-221-3/+3
* [OPENMP] Fixed codegen for __real/__imag expressions in atomicAlexey Bataev2016-11-071-0/+3
* Revert "Change memcpy/memset/memmove to have dest and source alignments."Pete Cooper2015-11-191-2/+2
* Change memcpy/memset/memmove to have dest and source alignments.Pete Cooper2015-11-181-2/+2
* Produce a better diagnostic for global register variables.Akira Hatanaka2015-11-181-1/+4
* Revert "Revert r241620 and follow-up commits" and move the initializationAdrian Prantl2015-07-081-1/+1
* Revert r241620 and follow-up commits while investigating linux buildbot failu...Adrian Prantl2015-07-071-1/+1
* Update testcases that use precompiled headers to require a target afterAdrian Prantl2015-07-071-1/+1
* [OPENMP] -fopenmp enables OpenMP support (fix for http://llvm.org/PR23492)Alexey Bataev2015-05-201-3/+3
* [OPENMP] Fixed bug in atomic update/capture/write constructs.Alexey Bataev2015-05-151-35/+20
* [OPENMP] Fix for failed tests for 'omp atomic write' construct.Alexey Bataev2015-04-231-3/+3
* [OPENMP] Fixed bug in codegen of 'atomic write'.Alexey Bataev2015-03-191-12/+12
* Test case updates for explicit type parameter to the gep operatorDavid Blaikie2015-03-131-26/+26
* Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie2015-02-271-81/+81
* Update Clang tests to handle explicitly typed gep changes in LLVM.David Blaikie2015-02-271-10/+10
* [OPENMP] Codegen for "#pragma omp atomic write"Alexey Bataev2015-02-271-0/+524