aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/CodeGen/CGExpr.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-04-03[𝘀𝗽𝗿] changes to main this commit is based onusers/Prabhuk/sprmain.asmprintercallgraphsection-emit-call-graph-sectionNecip Fazil Yildiran1-0/+5
2024-04-03Revert "Revert "Revert "[clang][UBSan] Add implicit conversion check for bitf...Vitaly Buka1-35/+2
2024-04-03Revert "Revert "[clang][UBSan] Add implicit conversion check for bitfields"" ...Vitaly Buka1-2/+35
2024-04-03Revert "[clang][UBSan] Add implicit conversion check for bitfields" (#87518)Vitaly Buka1-35/+2
2024-04-03[CodeGen] Fix a warningKazu Hirata1-1/+1
2024-04-03[clang][UBSan] Add implicit conversion check for bitfields (#75481)Axel Lundberg1-2/+35
2024-04-01[ubsan][NFC] Remove recently added `cl::init(false)`Vitaly Buka1-2/+1
2024-04-01[HLSL] Implement array temporary support (#79382)Chris B1-0/+1
2024-03-28[CodeGen][arm64e] Add methods and data members to Address, which are needed t...Akira Hatanaka1-108/+119
2024-03-27Revert "[CodeGen][arm64e] Add methods and data members to Address, which are ...Akira Hatanaka1-119/+108
2024-03-27[CodeGen][arm64e] Add methods and data members to Address, which are needed t...Akira Hatanaka1-108/+119
2024-03-27[cfi][CodeGen] Call SetLLVMFunctionAttributes{,ForDefinition} on __cf… (#78...Pavel Kosov1-2/+19
2024-03-26Revert "[CodeGen][arm64e] Add methods and data members to Address, which are ...Akira Hatanaka1-119/+108
2024-03-25[CodeGen][arm64e] Add methods and data members to Address, which are needed t...Akira Hatanaka1-108/+119
2024-03-20Turn 'counted_by' into a type attribute and parse it into 'CountAttributedTyp...Yeoul Na1-28/+9
2024-02-15[HLSL] Vector standard conversions (#71098)Chris B1-0/+1
2024-01-31[clang] static operators should evaluate object argument (reland) (#80108)Tianlan Zhou1-2/+15
2024-01-30Revert "[clang] static operators should evaluate object argument (#68485)"Aaron Ballman1-15/+2
2024-01-30[clang] static operators should evaluate object argument (#68485)Tianlan Zhou1-2/+15
2024-01-27[Clang][C++26] Implement Pack Indexing (P2662R3). (#72644)cor3ntin1-0/+2
2024-01-25[clang] Silence warning when compiling with MSVC targetting x86Alexandre Ganea1-1/+1
2024-01-21[c++20] P1907R1: Support for generalized non-type template arguments of scala...Andrey Ali Khan Bolshakov1-3/+9
2024-01-16[Clang] Implement the 'counted_by' attribute (#76348)Bill Wendling1-6/+334
2024-01-15Revert "[Clang] Implement the 'counted_by' attribute (#76348)"Rashmi Mudduluru1-334/+6
2024-01-10[Clang] Implement the 'counted_by' attribute (#76348)Bill Wendling1-6/+334
2024-01-10Revert "[Clang] Implement the 'counted_by' attribute (#76348)"Nico Weber1-334/+6
2024-01-10[Clang] Implement the 'counted_by' attribute (#76348)Bill Wendling1-6/+334
2023-12-18Revert counted_by attribute feature (#75857)Bill Wendling1-126/+3
2023-12-13[clang] Use StringRef::{starts,ends}_with (NFC) (#75149)Kazu Hirata1-2/+2
2023-12-05[BPF] Attribute preserve_static_offset for structsEduard Zingerman1-0/+34
2023-11-30Revert "[BPF] Attribute preserve_static_offset for structs"Eduard Zingerman1-34/+0
2023-11-30[BPF] Attribute preserve_static_offset for structsEduard Zingerman1-0/+34
2023-11-29[HLSL] Support vector swizzles on scalars (#67700)Chris B1-4/+29
2023-11-29[clang][CodeGen] Handle template parameter objects with explicit address spac...Alex Voicu1-3/+14
2023-11-09[CodeGen] Revamp counted_by calculations (#70606)Bill Wendling1-32/+97
2023-11-06[clang][NFC] Refactor `ImplicitParamDecl::ImplicitParamKind`Vlad Serebrennikov1-2/+2
2023-11-02[clang][CGExpr] Remove no-op ptr-to-ptr bitcasts (NFC)Youngsuk Kim1-21/+2
2023-10-14[Clang] Implement the 'counted_by' attribute (#68750)Bill Wendling1-3/+61
2023-10-09Revert "[Clang] Implement the 'counted_by' attribute" (#68603)alexfh1-61/+3
2023-10-04[Clang] Implement the 'counted_by' attributeBill Wendling1-3/+61
2023-10-02[C++] Implement "Deducing this" (P0847R7)Corentin Jabot1-12/+35
2023-09-29Modify BoundsSan to improve debuggability (#65972)Oskar Wirga1-12/+22
2023-09-25[clang][CodeGen] Simplify code based on opaque pointers (#65624)Björn Pettersson1-2/+2
2023-09-23Propagate the volatile qualifier of exp to store /load operations .Umesh Kalappa1-0/+3
2023-08-17Reland^2 "Fix __cfi_check not aligned to 4k on relocatable files with no exec...Yi Kong1-6/+4
2023-08-17[CodeGen] Remove Constant arguments from linkage functions, NFCI.Jonas Hahnfeld1-5/+4
2023-08-14Make globals with mutable members non-constant, even in custom sectionsDavid Blaikie1-1/+1
2023-08-04Revert "Reland "Fix __cfi_check not aligned to 4k on relocatable files with n...Florian Mayer1-4/+9
2023-08-04Reland "Fix __cfi_check not aligned to 4k on relocatable files with no execut...Yi Kong1-9/+4
2023-08-03[clang][CodeGen] Drop some typed pointer bitcastsBjorn Pettersson1-30/+11