summaryrefslogtreecommitdiff
path: root/clang/test/OpenMP/threadprivate_codegen.cpp
AgeCommit message (Expand)Author
2024-08-09[IRBuilder] Generate nuw GEPs for struct member accesses (#99538)Hari Limaye
2024-06-14 [RemoveDIs] Print IR with debug records by default (#91724)Stephen Tozer
2024-06-13Reapply [ConstantFold] Drop gep of gep fold entirely (#95126)Nikita Popov
2024-06-12Revert "[ConstantFold] Drop gep of gep fold entirely (#95126)"Nikita Popov
2024-06-12[ConstantFold] Drop gep of gep fold entirely (#95126)Nikita Popov
2024-06-10[CodeGen] Simplify codegen for array initialization (#93956)Nikita Popov
2024-05-31Revert "[ConstantFold] Remove non-trivial gep-of-gep fold (#93823)"Nikita Popov
2024-05-31[ConstantFold] Remove non-trivial gep-of-gep fold (#93823)Nikita Popov
2024-05-31Reapply [IR] Avoid creating icmp/fcmp constant expressions (#92885)Nikita Popov
2024-05-22Revert "[IR] Avoid creating icmp/fcmp constant expressions" (#93087)Daniel Thornburgh
2024-05-22[IR] Avoid creating icmp/fcmp constant expressions (#92885)Nikita Popov
2024-05-21[OpenMP] Regenerate test checks (NFC)Nikita Popov
2023-07-11clang: Regenerate OpenMP testsMatt Arsenault
2022-12-11[Clang] Use poison instead of undef where its used as placeholder [NFC]Manuel Brito
2022-11-16[Clang] Correct when Itanium ABI guard variables are set for non-block variab...Tom Honermann
2022-10-07[OpenMP] Convert more tests to opaque pointers (NFC)Nikita Popov
2022-09-13[IR] Add alignment for llvm.threadlocal.addressAlexander Shaposhnikov
2022-08-01Use @llvm.threadlocal.address intrinsic to access TLS variableChuanqi Xu
2022-04-07[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov
2022-01-20[IRGen] Do not overwrite existing attributes in CGCall.Florian Hahn
2022-01-16[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...hyeongyu kim
2022-01-04[ConstantFold] Remove unnecessary bounded index restrictionNikita 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-08-24PR48030: Fix COMDAT-related linking problem with C++ thread_local static data...Richard Smith
2021-05-13Return "[CGCall] Annotate `this` argument with alignment"Roman Lebedev
2021-05-06[OpenMP] Overhaul `declare target` handlingJohannes Doerfert
2020-12-31[test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none...Fangrui Song
2020-11-16[CodeGen] Apply 'nonnull' and 'dereferenceable(N)' to 'this' pointerCJ Johnson
2020-10-26Revert "Revert "Ensure that checkInitIsICE is called exactly once for every v...Zequan Wu
2020-10-26Revert "Ensure that checkInitIsICE is called exactly once for every variable"Zequan Wu
2020-10-19Ensure that checkInitIsICE is called exactly once for every variableRichard Smith
2020-08-10[OpenMP][NFC] Reuse OMPIRBuilder `struct ident_t` handling in ClangJohannes Doerfert
2020-06-25[OpenMP] Upgrade default version of OpenMP to 5.0Saiyedul Islam
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-01-13[ItaniumCXXABI] Make tls wrappers properly comdatMartin Storsjö
2019-08-03IR: print value numbers for unnamed function argumentsTim Northover
2019-05-28[OpenMP] Set pragma start loc to `#pragma` locJoel E. Denny
2018-10-15Revert "[CodeGenCXX] Treat 'this' as noalias in constructors"Sean Fertile
2018-10-10[CodeGenCXX] Treat 'this' as noalias in constructorsAnton Bikineev
2018-08-29[OPENMP] Create non-const ident_t objects.Mike Rice
2017-12-29[OPENMP] Support for -fopenmp-simd option with compilation of simd loopsAlexey Bataev
2017-02-13[CodeGen] Treat auto-generated __dso_handle symbol as HiddenVisibilityReid Kleckner
2017-01-13Improve handling of instantiated thread_local variables in Itanium C++ ABI.Richard Smith
2017-01-09[Lit Test] Make tests C++11 compatible - nothrow destructorsCharles Li