summaryrefslogtreecommitdiff
path: root/clang/test/OpenMP/target_firstprivate_codegen.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-10-20Diagnose use of VLAs in C++ by defaultAaron Ballman
2023-10-20Revert "Diagnose use of VLAs in C++ by default"Aaron Ballman
2023-10-20Diagnose use of VLAs in C++ by defaultAaron Ballman
2023-08-09Intrinsics: Add type overload to stacksave and stackstoreMatt Arsenault
2023-07-10[OpenMP][OMPIRBuilder] Rename IsEmbedded and IsTargetCodegen flagsSergio Afonso
2023-07-06[clang][CodeGenCXX] Improve handling of itanium ABI member function alignment...David Tenty
2023-05-16[clang] Regenerate checks in OpenMP tests with opaque-pointers enabledSergei Barannikov
2023-03-22Fix accessing of aligned arrays in offloaded target regionsDoru Bercea
2022-10-18[OpenMP] Make kernels have protected visibilityJoseph Huber
2022-07-08[OpenMP] Change OpenMP code generation for target region entriesJoseph Huber
2022-04-07[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov
2022-03-25[OpenMP] Replace device kernel linkage with weak_odrJoseph Huber
2022-02-25[OPENMP]Fix PR50347: Mapping of global scope deep object fails.Alexey Bataev
2022-02-24Revert "[OPENMP]Fix PR50347: Mapping of global scope deep object fails."Alexey Bataev
2022-02-24[OPENMP]Fix PR50347: Mapping of global scope deep object fails.Alexey Bataev
2022-01-16[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...hyeongyu kim
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-07-08[OPENMP]Do no privatize const firstprivates in target regions.Alexey Bataev
2021-07-07[OPENMP]Remove const firstprivate allocation as a variable in a constant space.Alexey Bataev
2021-04-28[OPENMP]Fix PR49098: respect firstprivate of declare target variable.Alexey Bataev
2020-11-19[OpenMP] Add Location Fields to Libomptarget Runtime for DebuggingJoseph Huber
2020-11-18[OpenMP] Add Passing in Original Declaration Names To Mapper APIJoseph Huber
2020-11-17[OPENMP]Fix PR48076: mapping of data member pointer.Alexey Bataev
2020-10-28Revert "[OpenMP] Add Passing in Original Declaration Names To Mapper API"Benjamin Kramer
2020-10-27[OpenMP] Add Passing in Original Declaration Names To Mapper APIJoseph Huber
2020-07-15[OpenMP 5.0] Codegen support to pass user-defined mapper functions to runtimeGeorge Rokos
2020-05-19[CGCall] Annotate references with "align" attribute.Eli Friedman
2020-02-19Reapply [IRBuilder] Always respect inserter/folderNikita Popov
2020-02-19Revert "[IRBuilder] Always respect inserter/folder"Nikita Popov
2020-02-19[IRBuilder] Always respect inserter/folderNikita Popov
2019-06-27[OPENMP]Generate correctly implicit flags for mapped data.Alexey Bataev
2019-06-25[OPENMP]Fix PR41966: type mismatch in runtime functions.Alexey Bataev
2019-04-02[OPENMP]Fix mapping of the pointers captured by reference.Alexey Bataev
2019-03-05[OPENMP]Target region: emit const firstprivates as globals with constantAlexey Bataev
2018-07-19The patch adds support for the new map interface between clang and libomptarg...Alexey Bataev
2018-05-08[OPENMP, NVPTX] Fix linkage of the global entries.Alexey Bataev
2018-01-19Change memcpy/memove/memset to have dest and source alignment attributes (Ste...Daniel Neilson
2017-12-29[OPENMP] Support for -fopenmp-simd option with compilation of simd loopsAlexey Bataev
2017-11-21[Clang][OpenMP] New clang/libomptarget map interface: new function signatures...George Rokos
2017-10-24[OPENMP] Fix PR35013: Fix passing VLAs captures to outlined functions.Alexey Bataev
2017-10-02[OPENMP] Simplify codegen for non-offloading code.Alexey Bataev