summaryrefslogtreecommitdiff
path: root/clang/test/OpenMP/simd_codegen.cpp
AgeCommit message (Expand)Author
2023-06-15[OpenMP] Update the default version of OpenMP to 5.1Animesh Kumar
2023-05-17[clang] Convert remaining OpenMP tests to 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
2020-09-12Reland [AssumeBundles] Use operand bundles to encode alignment assumptionsTyker
2020-07-16Temporarily Revert "[AssumeBundles] Use operand bundles to encode alignment a...Eric Christopher
2020-07-15[CodeGen] Emit a call instruction instead of an invoke if the calledAkira Hatanaka
2020-07-14[AssumeBundles] Use operand bundles to encode alignment assumptionsTyker
2020-07-04Revert "[AssumeBundles] Use operand bundles to encode alignment assumptions"Roman Lebedev
2020-06-25[AssumeBundles] Use operand bundles to encode alignment assumptionsTyker
2020-01-02[OPENMP50]Codegen for lastprivate conditional list items.Alexey Bataev
2019-12-23[OPENMP50]Codegen for nontemporal clause.Alexey Bataev
2019-11-19[OPENMP50]Add if clause in 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-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
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-04-27[OPENMP] Fix for codegen of captured variables in inlined directives.Alexey Bataev
2016-04-22[OPENMP] Fix for LCV in simd directives in explicit clauses.Alexey Bataev
2016-03-29[OPENMP 4.5] Allow data members in 'aligned' clause.Alexey Bataev
2016-03-29[OPENMP] Remove extra code transformation.Alexey Bataev
2015-10-08Stop messing with the 'g' group of options in CompilerInvocation.Douglas Katzman
2015-09-04[OPENMP] Fix for http://llvm.org/PR24674: assertion failed and and abort trapAlexey Bataev
2015-08-21[OPENMP 4.1] Improved codegen for 'uval' qualifier of 'linear' clause.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-07Wrap clang modules and pch files in an object file container.Adrian Prantl
2015-06-17[OPENMP] Fixed failed test for reduction clause in simd constructs.Alexey Bataev
2015-06-17[OPENMP] Code reformatting for omp simd codegen, NFC.Alexey Bataev
2015-06-17[OPENMP] Supported reduction clause in omp simd construct.Alexey Bataev
2015-06-16[OPENMP] Support lastprivate clause in omp simd directive.Alexey Bataev
2015-06-16[OPENMP] Remove last iteration separation for loop-based constructs.Alexey Bataev
2015-05-20[OPENMP] -fopenmp enables OpenMP support (fix for http://llvm.org/PR23492)Alexey Bataev
2015-04-29DebugInfo: Metadata constructs now start with DI*Duncan P. N. Exon Smith
2015-04-22[OPENMP] Fixed test incompatibility for simd codegen.Alexey Bataev
2015-04-22[OPENMP] Fix use of unsigned counters in loops with zero trip count.Alexey Bataev
2015-03-21Small test fix for r232890Alexander Musman
2015-03-21[OPENMP] CodeGen of the 'linear' clause for the 'omp simd' directive.Alexander Musman
2015-03-16[OPENMP] Enable codegen of the ‘private’ clause for ‘omp simd’ directiveAlexander Musman
2015-03-10[OPENMP] Fixed tests for non-debug builds. NFC.Alexey Bataev
2015-03-10[OPENMP] Improved code for generating debug info + generation of all OpenMP r...Alexey Bataev