summaryrefslogtreecommitdiff
path: root/clang/lib/CodeGen/CGExpr.cpp
AgeCommit message (Expand)Author
2024-04-10[codegen] Emit missing cleanups for stmt-expr and coro suspensions [take-2] (...Utkarsh Saxena
2024-04-08Fix "[clang][UBSan] Add implicit conversion check for bitfields" (#87761)Axel Lundberg
2024-04-05[clang][CodeGen] Guard ubsan checks with `llvm.allow.ubsan.check` (#87436)Vitaly Buka
2024-04-03Revert "Revert "Revert "[clang][UBSan] Add implicit conversion check for bitf...Vitaly Buka
2024-04-03Revert "Revert "[clang][UBSan] Add implicit conversion check for bitfields"" ...Vitaly Buka
2024-04-03Revert "[clang][UBSan] Add implicit conversion check for bitfields" (#87518)Vitaly Buka
2024-04-03[CodeGen] Fix a warningKazu Hirata
2024-04-03[clang][UBSan] Add implicit conversion check for bitfields (#75481)Axel Lundberg
2024-04-01[ubsan][NFC] Remove recently added `cl::init(false)`Vitaly Buka
2024-04-01[HLSL] Implement array temporary support (#79382)Chris B
2024-03-28[CodeGen][arm64e] Add methods and data members to Address, which are needed t...Akira Hatanaka
2024-03-27Revert "[CodeGen][arm64e] Add methods and data members to Address, which are ...Akira Hatanaka
2024-03-27[CodeGen][arm64e] Add methods and data members to Address, which are needed t...Akira Hatanaka
2024-03-27[cfi][CodeGen] Call SetLLVMFunctionAttributes{,ForDefinition} on __cf… (#78...Pavel Kosov
2024-03-26Revert "[CodeGen][arm64e] Add methods and data members to Address, which are ...Akira Hatanaka
2024-03-25[CodeGen][arm64e] Add methods and data members to Address, which are needed t...Akira Hatanaka
2024-03-20Turn 'counted_by' into a type attribute and parse it into 'CountAttributedTyp...Yeoul Na
2024-02-15[HLSL] Vector standard conversions (#71098)Chris B
2024-01-31[clang] static operators should evaluate object argument (reland) (#80108)Tianlan Zhou
2024-01-30Revert "[clang] static operators should evaluate object argument (#68485)"Aaron Ballman
2024-01-30[clang] static operators should evaluate object argument (#68485)Tianlan Zhou
2024-01-27[Clang][C++26] Implement Pack Indexing (P2662R3). (#72644)cor3ntin
2024-01-25[clang] Silence warning when compiling with MSVC targetting x86Alexandre Ganea
2024-01-21[c++20] P1907R1: Support for generalized non-type template arguments of scala...Andrey Ali Khan Bolshakov
2024-01-16[Clang] Implement the 'counted_by' attribute (#76348)Bill Wendling
2024-01-15Revert "[Clang] Implement the 'counted_by' attribute (#76348)"Rashmi Mudduluru
2024-01-10[Clang] Implement the 'counted_by' attribute (#76348)Bill Wendling
2024-01-10Revert "[Clang] Implement the 'counted_by' attribute (#76348)"Nico Weber
2024-01-10[Clang] Implement the 'counted_by' attribute (#76348)Bill Wendling
2023-12-18Revert counted_by attribute feature (#75857)Bill Wendling
2023-12-13[clang] Use StringRef::{starts,ends}_with (NFC) (#75149)Kazu Hirata
2023-12-05[BPF] Attribute preserve_static_offset for structsEduard Zingerman
2023-11-30Revert "[BPF] Attribute preserve_static_offset for structs"Eduard Zingerman
2023-11-30[BPF] Attribute preserve_static_offset for structsEduard Zingerman
2023-11-29[HLSL] Support vector swizzles on scalars (#67700)Chris B
2023-11-29[clang][CodeGen] Handle template parameter objects with explicit address spac...Alex Voicu
2023-11-09[CodeGen] Revamp counted_by calculations (#70606)Bill Wendling
2023-11-06[clang][NFC] Refactor `ImplicitParamDecl::ImplicitParamKind`Vlad Serebrennikov
2023-11-02[clang][CGExpr] Remove no-op ptr-to-ptr bitcasts (NFC)Youngsuk Kim
2023-10-14[Clang] Implement the 'counted_by' attribute (#68750)Bill Wendling
2023-10-09Revert "[Clang] Implement the 'counted_by' attribute" (#68603)alexfh
2023-10-04[Clang] Implement the 'counted_by' attributeBill Wendling
2023-10-02[C++] Implement "Deducing this" (P0847R7)Corentin Jabot
2023-09-29Modify BoundsSan to improve debuggability (#65972)Oskar Wirga
2023-09-25[clang][CodeGen] Simplify code based on opaque pointers (#65624)Björn Pettersson
2023-09-23Propagate the volatile qualifier of exp to store /load operations .Umesh Kalappa
2023-08-17Reland^2 "Fix __cfi_check not aligned to 4k on relocatable files with no exec...Yi Kong
2023-08-17[CodeGen] Remove Constant arguments from linkage functions, NFCI.Jonas Hahnfeld
2023-08-14Make globals with mutable members non-constant, even in custom sectionsDavid Blaikie
2023-08-04Revert "Reland "Fix __cfi_check not aligned to 4k on relocatable files with n...Florian Mayer