aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/CodeGen
AgeCommit message (Expand)AuthorFilesLines
2024-01-24Revert "[c++20] P1907R1: Support for generalized non-type template arguments ...revert-78041-p1907r1Erich Keane2-19/+3
2024-01-24[AMDGPU] Add GFX12 WMMA and SWMMAC instructions (#77795)Mirko Brkušanin1-13/+164
2024-01-23[clang][FatLTO] Avoid UnifiedLTO until it can support WPD/CFI (#79061)Paul Kirth1-4/+4
2024-01-23[Clang] Amend SME attributes with support for ZT0. (#77941)Sander de Smalen2-0/+12
2024-01-22[Coverage] Map regions from system headers (#76950)ManuelvOK2-2/+4
2024-01-22Arm64EC entry/exit thunks, consolidated. (#79067)Eli Friedman1-0/+5
2024-01-22[Coverage][clang] Ensure bitmap for ternary condition is updated before visit...Alan Phipps1-4/+14
2024-01-22[OpenMP][USM] Introduces -fopenmp-force-usm flag (#76571)Jan Patrick Lehr1-0/+7
2024-01-22Fix a bug in implementation of Smith's algorithm used in complex div. (#78330)Zahira Ammarguellat1-2/+8
2024-01-22[AArch64][Clang] Fix linker error for function multiversioning (#74358)Dani1-18/+10
2024-01-22[AArch64][SME2] Refine fcvtu/fcvts/scvtf/ucvtf (#77947)Matthew Devereau1-1/+1
2024-01-22[coverage] skipping code coverage for 'if constexpr' and 'if consteval' (#78033)Hana Dusíková1-32/+182
2024-01-22Enable direct methods and fast alloc calls for libobjc2. (#78030)David Chisnall1-24/+190
2024-01-21[c++20] P1907R1: Support for generalized non-type template arguments of scala...Andrey Ali Khan Bolshakov2-3/+19
2024-01-20[clang] Use SmallString::operator std::string (NFC)Kazu Hirata1-1/+1
2024-01-19Add a "don't override" mapping for -fvisibility-from-dllstorageclass (#74629)bd1976bris1-27/+54
2024-01-18[clang] Add size filter for stack auto init (#74777)Haopeng Liu1-0/+14
2024-01-18[clang] Fix parenthesized list initialization of arrays not working with `new...Alan Zhao1-18/+42
2024-01-18[clang][CoverageMapping] Refactor setting MC/DC True/False Condition IDs (#78...Alan Phipps1-119/+102
2024-01-18[Clang][NFC] Rename CXXMethodDecl::isPure -> is VirtualPure (#78463)cor3ntin2-2/+2
2024-01-18[AMDGPU] Add global_load_tr for GFX12 (#77772)Piotr Sobczak1-0/+39
2024-01-17[clang] Upstream XROS support in Clang (#78392)Jonas Devlieghere1-0/+5
2024-01-17[clang][CodeGen] Fix gcc warning about unused variable [NFC]Mikael Holmen1-1/+1
2024-01-17[X86] Use vXi1 for `k` constraint in inline asm (#77733)Phoebe Wang2-2/+7
2024-01-16[Clang] Implement the 'counted_by' attribute (#76348)Bill Wendling3-6/+596
2024-01-16Recommit "[AST] Use APIntStorage to fix memory leak in EnumConstantDecl. (#78...Craig Topper1-1/+1
2024-01-16Revert "[AST] Use APIntStorage to fix memory leak in EnumConstantDecl. (#78311)"Craig Topper1-1/+1
2024-01-16[AST] Use APIntStorage to fix memory leak in EnumConstantDecl. (#78311)Craig Topper1-1/+1
2024-01-16[RISCV] CodeGen of RVE and ilp32e/lp64e ABIs (#76777)Wang Pengcheng3-12/+29
2024-01-15Revert "[Clang] Implement the 'counted_by' attribute (#76348)"Rashmi Mudduluru3-596/+6
2024-01-15[SystemZ][z/OS] Add support for recognizing z/OS personality function in Clan...Yusra Syeda2-0/+5
2024-01-15[Clang][AArch64] Change SME attributes for shared/new/preserved state. (#76971)Sander de Smalen2-9/+15
2024-01-12[CodeGen] Use DenseMap::contains (NFC)Kazu Hirata1-3/+3
2024-01-12[clang] Adjust -mlarge-data-threshold handling (#77958)Arthur Eubanks1-1/+1
2024-01-12[ObjC]: Make type encoding safe in symbol names (#77797)Frederik Carlier1-13/+17
2024-01-11[clang][AArch64] Add a -mbranch-protection option to enable GCS (#75486)John Brawn2-0/+4
2024-01-11[Clang] Set writable and dead_on_unwind attributes on sret arguments (#77116)Nikita Popov1-0/+2
2024-01-10[Clang] Implement the 'counted_by' attribute (#76348)Bill Wendling3-6/+596
2024-01-10Revert "[Clang] Implement the 'counted_by' attribute (#76348)"Nico Weber3-596/+6
2024-01-10[Clang] Update 'counted_by' documentationBill Wendling1-1/+1
2024-01-10[Clang] Implement the 'counted_by' attribute (#76348)Bill Wendling3-6/+596
2024-01-10[Clang][LLVM][AArch64]SVE2.1 update the intrinsics according to acle[1] (#76844)CarolineConcatto1-2/+2
2024-01-10Objective C: use C++ exceptions on MinGW+GNUstep (#77255)Frederik Carlier2-14/+28
2024-01-10[clang][coverage] Fix "if constexpr" and "if consteval" coverage report (#77214)Hana Dusíková1-2/+11
2024-01-09Set dllstorage on ObjectiveC ivar offsets (#77385)Frederik Carlier1-0/+2
2024-01-06[clang] Add per-global code model attribute (#72078)hev1-0/+4
2024-01-05[X86] Add ABI handling for __float128 to match with GCC (#75156)Phoebe Wang1-0/+3
2024-01-04[Coverage][clang] Enable MC/DC Support in LLVM Source-based Code Coverage (3/3)Alan Phipps9-70/+857
2024-01-04[IR] Fix GEP offset computations for vector GEPs (#75448)Jannik Silvanus1-2/+2
2024-01-02[OpenMP] atomic compare fail : Codegen support (#75709)SunilKuravinakop1-21/+40