summaryrefslogtreecommitdiff
path: root/clang/test/OpenMP/for_simd_codegen.cpp
AgeCommit message (Expand)Author
2023-05-15[clang] Convert a few OpenMP tests to use opaque pointersSergei Barannikov
2022-04-07[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov
2022-01-16[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...hyeongyu kim
2021-12-02[OPENMP]Fix PR50733: unexpected final value of list-item in linear clause in ...Alexey Bataev
2021-11-09Revert "[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analy...hyeongyu kim
2021-11-06[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...hyeongyukim
2021-11-06Revert "[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analy...Juneyoung Lee
2021-11-06[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...Juneyoung Lee
2021-10-18Revert D105169 due to the two-stage failure in ASANJuneyoung Lee
2021-10-16[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...Juneyoung Lee
2021-06-22[Clang][OpenMP] Monotonic does not apply to SIMDGraham Hunter
2020-08-27[OpenMP] Ensure testing for versions 4.5 and default - Part 3Saiyedul Islam
2020-07-15[CodeGen] Emit a call instruction instead of an invoke if the calledAkira Hatanaka
2019-12-23[OPENMP50]Codegen for nontemporal clause.Alexey Bataev
2019-11-21[OPENMP50]Add if clause in for simd directive.Alexey Bataev
2019-01-09[OpenMP] Avoid remainder operations for loop index values on a collapsed loop...Gheorghe-Teodor Bercea
2018-12-20[CodeGen] Generate llvm.loop.parallel_accesses instead of llvm.mem.parallel_l...Michael Kruse
2018-04-16[OPENMP] General code improvements.Alexey Bataev
2018-01-23[OPENMP] Remove more empty SourceLocations() from the code.Alexey Bataev
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-11-24Make these tests work more reliably with Release builds.Douglas Yung
2016-10-21Remove unnecessary x86 backend requirements from OpenMP testsReid Kleckner
2016-05-30[OPENMP 4.5] Additional codegen for statically scheduled loops withAlexey Bataev
2016-05-10[OPENMP 4.5] Add codegen support in runtime for '[non]monotonic'Alexey Bataev
2016-04-22[OPENMP] Fix for LCV in simd directives in explicit clauses.Alexey Bataev
2016-03-09[OPENMP 4.5] Codegen for data members in 'linear' clauseAlexey Bataev
2015-12-31[OPENMP 4.5] Codegen for 'schedule' clause with monotonic/nonmonotonic modifi...Alexey Bataev
2015-10-16Once again fix this test to read from stdin rather than an input fileRichard Barton
2015-10-08Stop messing with the 'g' group of options in CompilerInvocation.Douglas Katzman
2015-10-07Make the test take input from stdin to prevent matching characters in a file ...Richard Barton
2015-09-15[OPENMP] Emit __kmpc_cancel_barrier() and code for 'cancellation point' only ...Alexey Bataev
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-07-03[OPENMP 4.0] Fixed codegen for 'cancellation point' construct.Alexey Bataev
2015-06-18[OPENMP] Add support for 'omp for simd' directive.Alexey Bataev