summaryrefslogtreecommitdiff
path: root/clang/test/OpenMP/for_codegen.cpp
AgeCommit message (Expand)Author
2023-06-15[OpenMP] Update the default version of OpenMP to 5.1Animesh Kumar
2023-02-14[OpenMP]Fix PR55970: Miscompile of collapse(3) with non-rectangular loop nest.Alexey Bataev
2022-10-07[OpenMP] Convert tests to opaque pointers (NFC)Nikita Popov
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-29Reapply "[OpenMP][NFCI] Embed the source location string size in the ident_t"Johannes Doerfert
2021-12-29Revert "[OpenMP][NFCI] Embed the source location string size in the ident_t"Mehdi Amini
2021-12-28[OpenMP][NFCI] Embed the source location string size in the ident_tJohannes Doerfert
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-02-02[OpenMP] Fix iterations calculation for dependent counters.Mike Rice
2020-12-31[test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none...Fangrui Song
2020-08-27[OpenMP] Ensure testing for versions 4.5 and default - Part 3Saiyedul Islam
2020-08-10[OpenMP][NFC] Reuse OMPIRBuilder `struct ident_t` handling in ClangJohannes Doerfert
2020-07-15[CodeGen] Emit a call instruction instead of an invoke if the calledAkira Hatanaka
2020-07-05[Driver] Pass -gno-column-info instead of -dwarf-column-infoFangrui Song
2020-06-25[OpenMP] Upgrade default version of OpenMP to 5.0Saiyedul Islam
2020-06-17[OPENMP]Fix overflow during counting the number of iterations.Alexey Bataev
2020-02-03Revert "[CodeGenModule] Assume dso_local for -fpic -fno-semantic-interposition"Fangrui Song
2020-02-03[CodeGenModule] Assume dso_local for -fpic -fno-semantic-interpositionFangrui Song
2020-02-03[OPENMP50]Codegen support for order(concurrent) clause.Alexey Bataev
2019-11-04[OPENMP50]Support for imperfectly nested loops.Alexey Bataev
2019-10-01[OPENMP]Fix PR43516: Compiler crash with collapse(2) on non-rectangularAlexey Bataev
2019-08-23[OPENMP5]Use nonmonotonic modifier by default for non-static andAlexey Bataev
2019-08-14[OPENMP]Support for non-rectangular loops.Alexey Bataev
2019-01-29[OPENMP]Make the loop with unsigned counter countable.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-11-20[OpenMP] Update CHECK-DAG usage in for_codegen.cppJoel E. Denny
2018-08-29[OPENMP] Create non-const ident_t objects.Mike Rice
2018-07-11[FileCheck] Add -allow-deprecated-dag-overlap to failing clang testsJoel E. Denny
2018-04-16[OPENMP] General code improvements.Alexey Bataev
2018-03-07[OPENMP] Fix lifetime of the loop counters.Alexey Bataev
2017-12-29[OPENMP] Support for -fopenmp-simd option with compilation of simd loopsAlexey Bataev
2017-12-08[OPENMP] Simplify codegen for loop iteration variables in loop preamble.Alexey Bataev
2017-12-04[OPENMP] Fix PR35486: crash when collapsing loops with dependent iteration sp...Alexey Bataev
2017-11-02[OPENMP] Fix PR35156: Get correct thread id with windows exceptions.Alexey Bataev
2017-09-06[OPENMP] Fix for PR33922: New ident_t flags forAlexey Bataev
2017-08-31[OPENMP] Fix the test, NFC.Alexey Bataev
2017-08-31[OPENMP] Fix for PR34398: assert with random access iterator if theAlexey Bataev
2017-08-16[OPRNMP] Fix for PR33445: ICE: OpenMP target containing ordered for.Alexey Bataev
2017-08-14[OPENMP] Fix for PR33922: New ident_t flags forAlexey Bataev
2016-12-20[OPENMP] Fix for PR31416: Clang crashes on OMPCapturedExpr during sourceAlexey Bataev
2016-10-21Remove unnecessary x86 backend requirements from OpenMP testsReid Kleckner
2016-06-15[OPENMP] Fix crash for 'schedule|dist_schedule' clauses duringAlexey Bataev
2016-05-10[OPENMP 4.5] Add codegen support in runtime for '[non]monotonic'Alexey Bataev