summaryrefslogtreecommitdiff
path: root/clang/test/OpenMP/target_codegen_global_capture.cpp
AgeCommit message (Expand)Author
2024-08-09[IRBuilder] Generate nuw GEPs for struct member accesses (#99538)Hari Limaye
2024-03-19[OpenMP] Increment kernel args version, used by runtime for detecting dyn_ptr...dhruvachak
2024-02-21[OpenMP] Remove `register_requires` global constructor (#80460)Joseph Huber
2023-10-31 [OpenMP] Introduce the KernelLaunchEnvironment as implicit argument (#70401)Johannes Doerfert
2023-08-23[OpenMP] Properly set static thread limit (w/o analysis)Johannes Doerfert
2023-04-19[OpenMP] Prefix outlined and reduction func names with original func's nameItay Bookstein
2023-04-19Revert "[OpenMP] Prefix outlined and reduction func names with original func'...Itay Bookstein
2023-04-19[OpenMP] Prefix outlined and reduction func names with original func's nameItay Bookstein
2023-03-17[Clang][OpenMP] Insert alloca for kernel args at function entry block instead...Dhruva Chakrabarti
2023-01-21[OpenMP] Modernize the kernel launching interface and APIsJohannes Doerfert
2022-10-07[OpenMP] Convert more tests to opaque pointers (NFC)Nikita Popov
2022-09-15Revert "[OpenMP] Codegen aggregate for outlined function captures"Dhruva Chakrabarti
2022-09-15[OpenMP] Codegen aggregate for outlined function capturesGiorgis Georgakoudis
2022-07-08[OpenMP] Add loop tripcount argument to kernel launch and remove push functionJoseph Huber
2022-07-08[OpenMP] Change OpenMP code generation for target region entriesJoseph Huber
2022-07-01[OpenMP][NFC] Reuse check lines for Clang/OpenMP testsJohannes Doerfert
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-23[OpenMP] Fix incorrect type when casting from uintptrNikita Popov
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-10-12[CFE][Codegen][In-progress] Remove CodeGenFunction::InitTempAlloca()hsmahesha
2021-09-21Revert "[OpenMP] Codegen aggregate for outlined function captures"Giorgis Georgakoudis
2021-09-21[OpenMP] Codegen aggregate for outlined function capturesGiorgis Georgakoudis
2021-07-19Revert "[OpenMP] Codegen aggregate for outlined function captures"Giorgis Georgakoudis
2021-07-16[OpenMP] Codegen aggregate for outlined function capturesGiorgis Georgakoudis
2021-05-19[OpenMP][NFC] Remove SIMD check lines for non-simd testsJohannes Doerfert
2021-05-05[OpenMP][NFC] Refactor Clang OpenMP tests using update_cc_test_checksGiorgis Georgakoudis
2021-05-04Revert "[OpenMP][NFC] Refactor Clang OpenMP tests using update_cc_test_checks"Giorgis Georgakoudis
2021-05-04[OpenMP][NFC] Refactor Clang OpenMP tests using update_cc_test_checksGiorgis Georgakoudis
2020-12-31[test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none...Fangrui Song
2020-05-19[CGCall] Annotate references with "align" attribute.Eli Friedman
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
2018-04-16[OPENMP] General code improvements.Alexey Bataev
2017-12-29[OPENMP] Support for -fopenmp-simd option with compilation of simd loopsAlexey Bataev
2017-06-29[OPENMP][DEBUG] Generate second function with correct arg types.Alexey Bataev
2016-06-30[OpenMP] Use fopenmp prefix for all options introduced by the offloading impl...Samuel Antao
2016-05-27[OpenMP] Fix SEMA bug in the capture of global variables in template functions.Samuel Antao
2016-03-14[OpenMP] Replace offloading option that start with -o with -fo.Samuel Antao
2016-01-06[OpenMP] Reapply rL256842: [OpenMP] Offloading descriptor registration and de...Samuel Antao
2016-01-05[OpenMP] Revert rL256842: [OpenMP] Offloading descriptor registration and dev...Samuel Antao
2016-01-05[OpenMP] Offloading descriptor registration and device codegen.Samuel Antao
2015-12-02[OpenMP] Update target directive codegen to use 4.5 implicit data mappings.Samuel Antao
2015-10-02[OpenMP] Capture global variables in target regions.Samuel Antao