summaryrefslogtreecommitdiff
path: root/test/OpenMP/for_simd_codegen.cpp
Commit message (Expand)AuthorAgeFilesLines
* [OpenMP] Avoid remainder operations for loop index values on a collapsed loop...Gheorghe-Teodor Bercea2019-01-091-11/+62
* [CodeGen] Generate llvm.loop.parallel_accesses instead of llvm.mem.parallel_l...Michael Kruse2018-12-201-8/+8
* [OPENMP] General code improvements.Alexey Bataev2018-04-161-31/+31
* [OPENMP] Remove more empty SourceLocations() from the code.Alexey Bataev2018-01-231-0/+1
* [OPENMP] Support for -fopenmp-simd option with compilation of simd loopsAlexey Bataev2017-12-291-0/+6
* [OPENMP] Fix PR35156: Get correct thread id with windows exceptions.Alexey Bataev2017-11-021-1/+1
* [OPRNMP] Fix for PR33445: ICE: OpenMP target containing ordered for.Alexey Bataev2017-08-161-1/+1
* Make these tests work more reliably with Release builds.Douglas Yung2016-11-241-55/+55
* Remove unnecessary x86 backend requirements from OpenMP testsReid Kleckner2016-10-211-1/+0
* [OPENMP 4.5] Additional codegen for statically scheduled loops withAlexey Bataev2016-05-301-2/+3
* [OPENMP 4.5] Add codegen support in runtime for '[non]monotonic'Alexey Bataev2016-05-101-2/+2
* [OPENMP] Fix for LCV in simd directives in explicit clauses.Alexey Bataev2016-04-221-3/+4
* [OPENMP 4.5] Codegen for data members in 'linear' clauseAlexey Bataev2016-03-091-1/+2
* [OPENMP 4.5] Codegen for 'schedule' clause with monotonic/nonmonotonic modifi...Alexey Bataev2015-12-311-81/+81
* Once again fix this test to read from stdin rather than an input fileRichard Barton2015-10-161-4/+4
* Stop messing with the 'g' group of options in CompilerInvocation.Douglas Katzman2015-10-081-5/+4
* Make the test take input from stdin to prevent matching characters in a file ...Richard Barton2015-10-071-4/+4
* [OPENMP] Emit __kmpc_cancel_barrier() and code for 'cancellation point' only ...Alexey Bataev2015-09-151-2/+2
* 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 4.0] Fixed codegen for 'cancellation point' construct.Alexey Bataev2015-07-031-8/+8
* [OPENMP] Add support for 'omp for simd' directive.Alexey Bataev2015-06-181-0/+686