summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [C++20] [Modules] Introduce -fskip-odr-check-in-gmf (#79959)llvmorg-18.1.0-rc2Chuanqi Xu2024-02-0615-30/+167
* [C++20] [Modules] Remove previous workaround for odr hashing enumsChuanqi Xu2024-02-063-51/+52
* [C++20] [Modules] Don't perform ODR checks in GMFChuanqi Xu2024-02-0610-83/+68
* [AArch64] Add some release notes items (#79983)Momchil Velikov2024-02-062-0/+13
* [clang-format] Fix a bug in AnnotatingParser::rParenEndsCast() (#79549)Owen Pan2024-02-062-0/+7
* [Release Notes][FMV] Document support for rcpc3 and mops features. (#80152)Alexandros Lamprineas2024-02-061-0/+6
* [Clang][Sema] Fix regression due to missing ambiguity check before attempting...Shafik Yaghmour2024-02-062-1/+24
* Revert "[SemaCXX] Implement CWG2137 (list-initialization from objects of the ...alexfh2024-02-061-5/+0
* [🍒] Unconditionally lower std::string's alignment requirement from 16 to 8...Eric2024-02-066-32/+17
* Refactor recomputeLiveIns to operate on whole CFG (#79498) (#79641)Oskar Wirga2024-02-0612-46/+98
* [X86][tablgen] Fix the broadcast tables (#79675)Shengchen Kan2024-02-065-237/+223
* [LV] Fix handling of interleaving linear args (#78725)Graham Hunter2024-02-062-24/+42
* [libcxx] Add a release note for Clang-cl specific features (#80010)Martin Storsjö2024-02-061-0/+3
* [docs] Add release notes for Windows specific changes in 18.x (#80011)Martin Storsjö2024-02-063-0/+37
* PR for llvm/llvm-project#79568 (#80120)Younan Zhang2024-02-063-2/+29
* [clang-format] Simplify the AfterPlacementOperator option (#79796)Owen Pan2024-02-066-130/+38
* [ConstraintElim] Make sure min/max intrinsic results are not poison.Florian Hahn2024-02-063-4/+13
* [ConstraintElim] Add tests for #78621.Florian Hahn2024-02-061-0/+60
* [AArch64][TargetParser] Add mcpu alias for Microsoft Azure Cobalt 100. (#79614)Alexandros Lamprineas2024-02-064-4/+8
* [MIPS] Use generic isBlockOnlyReachableByFallthrough (#80799)Fangrui Song2024-02-068-58/+17
* [CLANG] Fix INF/NAN warning. (#80290)Zahira Ammarguellat2024-02-067-22/+126
* [Profile][Windows] Drop extern for __buildid. (#80700)Zequan Wu2024-02-061-1/+1
* [Github] Fix triggers formatting in code format actionAiden Grossman2024-02-061-3/+4
* [workflows] Only run code formatter on the main branch (#80348)Tom Stellard2024-02-061-0/+3
* [InstCombine] Fix assertion failure in issue80597 (#80614)Yingwei Zheng2024-02-062-0/+36
* [BPI] Transfer value-handles when assign/move constructing BPI (#77774)Jeremy Morse2024-02-061-2/+11
* [CMake][PGO] Add option for using an external project to generate profile dat...Tom Stellard2024-02-063-12/+46
* AMDGPU: Set max supported div/rem size to 64 (#80669)Matt Arsenault2024-02-053-6/+5469
* [libc++] Rename __bit_reference template parameter to avoid conflict (#80661)Dimitry Andric2024-02-051-5/+5
* [libc++] Add missing conditionals for feature-test macros (#80168)Louis Dionne2024-02-057-122/+254
* [AMDGPU][PromoteAlloca] Support memsets to ptr allocas (#80678)Pierre van Houtryve2024-02-052-4/+66
* [clang] Add GCC-compatible code model names for sparc64Koakuma2024-02-052-0/+14
* [AA][JumpThreading] Don't use DomTree for AA in JumpThreading (#79294)Nikita Popov2024-02-055-9/+24
* [JumpThreading] Add test for #79175 (NFC)Nikita Popov2024-02-051-0/+64
* [Loads] Use BatchAAResults for available value APIs (NFCI)Nikita Popov2024-02-055-18/+20
* [compiler-rt] Remove duplicate MS names for chkstk symbols (#80450)Martin Storsjö2024-02-052-4/+0
* [Coverage] Let `Decision` take account of expansions (#78969)NAKAMURA Takumi2024-02-055-43/+378
* CoverageMappingWriter: Emit `Decision` before `Expansion` (#78966)NAKAMURA Takumi2024-02-052-1/+45
* [MSSAUpdater] Handle simplified accesses when updating phis (#78272)Nikita Popov2024-02-052-19/+107
* [Clang][AArch64] Emit 'unimplemented' diagnostic for SME (#80295)Sander de Smalen2024-02-053-29/+40
* [LoongArch] Fixing the incorrect return value of LoongArchTTIImpl::getRegiste...wanglei2024-02-031-4/+7
* [clang] Represent array refs as `TemplateArgument::Declaration` (#80050)Andrey Ali Khan Bolshakov2024-02-032-20/+37
* ReleaseNotes: add lld/ELF notes (#80393)Fangrui Song2024-02-031-0/+42
* [ELF] Fix compareSections assertion failure when OutputDescs in sectionComman...Fangrui Song2024-02-032-9/+14
* Backport '[clang] static operators should evaluate object argument (reland)' ...Tianlan Zhou2024-02-0310-47/+160
* [LAA] Drop alias scope metadata that is not valid across iterations (#79161)Nikita Popov2024-02-033-84/+63
* [PhaseOrdering] Add additional test for #79161 (NFC)Nikita Popov2024-02-031-0/+147
* [Clang][AArch64] Add missing SME macros (#80293)Sander de Smalen2024-02-034-0/+39
* [libc++][modules] Support using the module std with -fno-char8_t. (#79155)Po-yao Chang2024-02-024-0/+10
* [TLI][AArch64] Adjust TLI mappings to vector functions taking linear pointers...Maciej Gabka2024-02-023-71/+905