aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-02-06[C++20] [Modules] Introduce -fskip-odr-check-in-gmf (#79959)llvmorg-18.1.0-rc2Chuanqi Xu15-30/+167
2024-02-06[C++20] [Modules] Remove previous workaround for odr hashing enumsChuanqi Xu3-51/+52
2024-02-06[C++20] [Modules] Don't perform ODR checks in GMFChuanqi Xu10-83/+68
2024-02-06[AArch64] Add some release notes items (#79983)Momchil Velikov2-0/+13
2024-02-06[clang-format] Fix a bug in AnnotatingParser::rParenEndsCast() (#79549)Owen Pan2-0/+7
2024-02-06[Release Notes][FMV] Document support for rcpc3 and mops features. (#80152)Alexandros Lamprineas1-0/+6
2024-02-06[Clang][Sema] Fix regression due to missing ambiguity check before attempting...Shafik Yaghmour2-1/+24
2024-02-06Revert "[SemaCXX] Implement CWG2137 (list-initialization from objects of the ...alexfh1-5/+0
2024-02-06[🍒] Unconditionally lower std::string's alignment requirement from 16 to 8...Eric6-32/+17
2024-02-06Refactor recomputeLiveIns to operate on whole CFG (#79498) (#79641)Oskar Wirga12-46/+98
2024-02-06[X86][tablgen] Fix the broadcast tables (#79675)Shengchen Kan5-237/+223
2024-02-06[LV] Fix handling of interleaving linear args (#78725)Graham Hunter2-24/+42
2024-02-06[libcxx] Add a release note for Clang-cl specific features (#80010)Martin Storsjö1-0/+3
2024-02-06[docs] Add release notes for Windows specific changes in 18.x (#80011)Martin Storsjö3-0/+37
2024-02-06PR for llvm/llvm-project#79568 (#80120)Younan Zhang3-2/+29
2024-02-06[clang-format] Simplify the AfterPlacementOperator option (#79796)Owen Pan6-130/+38
2024-02-06[ConstraintElim] Make sure min/max intrinsic results are not poison.Florian Hahn3-4/+13
2024-02-06[ConstraintElim] Add tests for #78621.Florian Hahn1-0/+60
2024-02-06[AArch64][TargetParser] Add mcpu alias for Microsoft Azure Cobalt 100. (#79614)Alexandros Lamprineas4-4/+8
2024-02-06[MIPS] Use generic isBlockOnlyReachableByFallthrough (#80799)Fangrui Song8-58/+17
2024-02-06[CLANG] Fix INF/NAN warning. (#80290)Zahira Ammarguellat7-22/+126
2024-02-06[Profile][Windows] Drop extern for __buildid. (#80700)Zequan Wu1-1/+1
2024-02-06[Github] Fix triggers formatting in code format actionAiden Grossman1-3/+4
2024-02-06[workflows] Only run code formatter on the main branch (#80348)Tom Stellard1-0/+3
2024-02-06[InstCombine] Fix assertion failure in issue80597 (#80614)Yingwei Zheng2-0/+36
2024-02-06[BPI] Transfer value-handles when assign/move constructing BPI (#77774)Jeremy Morse1-2/+11
2024-02-06[CMake][PGO] Add option for using an external project to generate profile dat...Tom Stellard3-12/+46
2024-02-05AMDGPU: Set max supported div/rem size to 64 (#80669)Matt Arsenault3-6/+5469
2024-02-05[libc++] Rename __bit_reference template parameter to avoid conflict (#80661)Dimitry Andric1-5/+5
2024-02-05[libc++] Add missing conditionals for feature-test macros (#80168)Louis Dionne7-122/+254
2024-02-05[AMDGPU][PromoteAlloca] Support memsets to ptr allocas (#80678)Pierre van Houtryve2-4/+66
2024-02-05[clang] Add GCC-compatible code model names for sparc64Koakuma2-0/+14
2024-02-05[AA][JumpThreading] Don't use DomTree for AA in JumpThreading (#79294)Nikita Popov5-9/+24
2024-02-05[JumpThreading] Add test for #79175 (NFC)Nikita Popov1-0/+64
2024-02-05[Loads] Use BatchAAResults for available value APIs (NFCI)Nikita Popov5-18/+20
2024-02-05[compiler-rt] Remove duplicate MS names for chkstk symbols (#80450)Martin Storsjö2-4/+0
2024-02-05[Coverage] Let `Decision` take account of expansions (#78969)NAKAMURA Takumi5-43/+378
2024-02-05CoverageMappingWriter: Emit `Decision` before `Expansion` (#78966)NAKAMURA Takumi2-1/+45
2024-02-05[MSSAUpdater] Handle simplified accesses when updating phis (#78272)Nikita Popov2-19/+107
2024-02-05[Clang][AArch64] Emit 'unimplemented' diagnostic for SME (#80295)Sander de Smalen3-29/+40
2024-02-03[LoongArch] Fixing the incorrect return value of LoongArchTTIImpl::getRegiste...wanglei1-4/+7
2024-02-03[clang] Represent array refs as `TemplateArgument::Declaration` (#80050)Andrey Ali Khan Bolshakov2-20/+37
2024-02-03ReleaseNotes: add lld/ELF notes (#80393)Fangrui Song1-0/+42
2024-02-03[ELF] Fix compareSections assertion failure when OutputDescs in sectionComman...Fangrui Song2-9/+14
2024-02-03Backport '[clang] static operators should evaluate object argument (reland)' ...Tianlan Zhou10-47/+160
2024-02-03[LAA] Drop alias scope metadata that is not valid across iterations (#79161)Nikita Popov3-84/+63
2024-02-03[PhaseOrdering] Add additional test for #79161 (NFC)Nikita Popov1-0/+147
2024-02-03[Clang][AArch64] Add missing SME macros (#80293)Sander de Smalen4-0/+39
2024-02-02[libc++][modules] Support using the module std with -fno-char8_t. (#79155)Po-yao Chang4-0/+10
2024-02-02[TLI][AArch64] Adjust TLI mappings to vector functions taking linear pointers...Maciej Gabka3-71/+905