summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/atomicinit.cpp
AgeCommit message (Expand)Author
2024-08-09[IRBuilder] Generate nuw GEPs for struct member accesses (#99538)Hari Limaye
2024-07-03[clang][Interp] Fix initializing atomic record typesTimm Bäder
2024-05-20[ConstantFolding] Canonicalize constexpr GEPs to i8 (#89872)Nikita Popov
2023-06-08[ExprConstant] fix ICE from Evaluate on _Atomic structsNick Desaulniers
2022-10-06[CodeGenCXX] Convert some tests to opaque pointers (NFC)Nikita Popov
2022-04-11[test] Remove various legacy pass manager testsArthur Eubanks
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-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-11NFC: update clang tests to check ordering and alignment for atomicrmw/cmpxchg.James Y Knight
2020-12-30[test] Add {{.*}} to make tests immune to dso_local/dso_preemptable/(none) di...Fangrui Song
2020-11-16[CodeGen] Apply 'nonnull' and 'dereferenceable(N)' to 'this' pointerCJ Johnson
2019-11-26Revert "Revert "As a follow-up to my initial mail to llvm-dev here's a first ...Eric Christopher
2019-11-26Revert "As a follow-up to my initial mail to llvm-dev here's a first pass at ...Muhammad Omair Javaid
2019-11-25As a follow-up to my initial mail to llvm-dev here's a first pass at the O1 d...Eric Christopher
2019-06-05[Clang] Disable new PM for tests that use optimization level -O1, -O2 and -O3Petr Hosek
2018-10-15Revert "[CodeGenCXX] Treat 'this' as noalias in constructors"Sean Fertile
2018-10-10[CodeGenCXX] Treat 'this' as noalias in constructorsAnton Bikineev
2016-07-25Update test to account for r276604David Majnemer
2016-06-14Update clang for D20348Peter Collingbourne
2015-06-16Adjust clang side tests effected by 239795 before reapplying said changePhilip Reames
2015-03-13Test case updates for explicit type parameter to the gep operatorDavid Blaikie
2014-12-28Sema: Permit an atomic type to be initialized by the same atomic typeDavid Majnemer
2014-10-19CodeGen: ConstStructBuilder must verify packed constraints after paddingDavid Majnemer
2014-07-31PR18097: Support initializing an _Atomic(T) from an object of C++ class type TRichard Smith
2013-08-15CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin
2012-04-12Fix some i1/i8 confusion within _Atomic(bool) in IR generation, bothDouglas Gregor
2012-04-11Update recently-added test to use new __c11_ form of atomic builtins.Richard Smith
2012-04-11Make __atomic_init() (soon to be __c11_atomic_init()) work with non-scalar ty...David Chisnall
2012-04-11Allow c++ initialisers to initialise _Atomic fields.David Chisnall