summaryrefslogtreecommitdiff
path: root/test/OpenMP/atomic_update_codegen.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* Sema: disable implicit conversion from _Complex to real types in C++.Tim Northover2017-08-081-42/+0
* Remove unnecessary x86 backend requirements from OpenMP testsReid Kleckner2016-10-211-1/+0
* 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-281/+149
* [OPENMP] Fixed atomic construct with non-integer expressions.Alexey Bataev2015-05-081-0/+3
* [OPENMP] Codegen for 'atomic update' construct.Alexey Bataev2015-03-301-0/+1070