summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump version to 17.0.1llvmorg-17.0.1Tobias Hieta2023-09-194-4/+4
* Remove RC suffixTobias Hieta2023-09-191-1/+1
* Revert "[C++20] [Coroutines] Mark await_suspend as noinline if the awaiter is...llvmorg-17.0.0Chuanqi Xu2023-09-186-358/+0
* Revert "[NFC] [C++20] [Coroutines] Mention the side effect of a fix may bring...Chuanqi Xu2023-09-181-3/+0
* [SimplifyCFG] handle monotonic wrapped case for D150943 (#65882)Kohei Asano2023-09-182-4/+37
* [lli] Make sure the exported __chkstk functions are included when exporting themMartin Storsjö2023-09-181-0/+14
* [ARM] Change CRC predicate to just HasCRCDavid Green2023-09-186-26/+29
* [flang] Allow runtime build with AVOID_NATIVE_INT128_T=1Peter Klausler2023-09-144-18/+39
* [Clang] Fix JIT test on 32-bit systemsSam James2023-09-111-1/+1
* [builtins][AArch64] Implement _sync out-of-line atomicsJessica Clarke2023-09-112-4/+38
* Fix AIX OS requirements for ThinLTO to 7.2.5 SP7Wael Yehia2023-09-111-1/+1
* [SCEV] Fix potentially empty set for unsigned rangesTejas Joshi2023-09-112-1/+12
* [CodeGen] Fix incorrect insertion point selection for reduction nodes in Comp...Igor Kirillov2023-09-112-2/+16
* [CodeGen][AArch64] Commit test for #65044Danila Malyutin2023-09-111-0/+27
* [libc++][hardening] Remove hardening from release notes, undeprecate safe modeKonstantin Varlamov2023-09-11127-249/+354
* [LoopVectorize] Fix incorrect order of invariant stores when there are multip...Igor Kirillov2023-09-112-10/+42
* [LoopVectorize] Pre-commit tests for D157631Igor Kirillov2023-09-111-0/+121
* [RelNotes] Add more details on the removal of the legacy optimization pipelineArthur Eubanks2023-09-061-1/+3
* [mlir][nfc] Allow ops to have operands/attributes named `context`.llvmorg-17.0.0-rc4Christian Sigg2023-09-051-2/+2
* [JumpThreading] Invalidate LVI after `combineMetadataForCSE`.DianQK2023-09-054-5/+25
* [JumpThreading][NFC] Pre-commit for invalid LVI.DianQK2023-09-051-0/+53
* Revert "[clang][Docs] Added release note for D142609"Takuya Shimizu2023-09-051-3/+0
* [clang][clangd] Ensure the stack bottom before building ASTYounan Zhang2023-09-056-1/+34
* [clang] Construct ExprRequirement with SubstitutionDiagnostic on SubstFailureYounan Zhang2023-09-056-16/+85
* [NFC][Clang] Fix static analyzer concern about null value dereferenceElizabeth Andrews2023-09-051-2/+4
* [sanitizer] scanf interceptor: fix write size for %mc/%mC/%mSFangrui Song2023-09-052-13/+37
* [CodeGen] First check the kind and then the llvm::Function properties.Vassil Vassilev2023-09-041-1/+1
* [Driver] Report warnings for unclaimed TargetSpecific options for assembler i...Fangrui Song2023-09-047-12/+30
* [AArch64] Fix arm neon vstx lane memVT sizehstk302023-09-044-17/+185
* [llvm-windres] Implement the windres flag --use-temp-fileMartin Storsjö2023-09-043-7/+18
* [Tooling/Inclusion] Add std::range symbols in the mapping.Haojian Wu2023-09-042-0/+59
* [sanitizer][test] -std=c2x instead of -std=c23Fangrui Song2023-09-012-2/+2
* [Driver] Adjust -fsanitize=function & -mexecute-only interop after D158614Fangrui Song2023-09-016-19/+18
* [UBSan] Disable the function and kcfi sanitizers on an execute-only target.Ying Yi2023-09-016-0/+62
* [X86][BF16] Lower FP_ROUND for vector types under AVX512BF16Phoebe Wang2023-09-015-252/+660
* [X86][BF16] Add test coverage for AVX-NE-CONVERTPhoebe Wang2023-09-012-107/+664
* [clangd] Respect IWYU keep pragma for standard headers.Haojian Wu2023-09-012-2/+7
* [RISCV] Prevent tryToFoldBNEOnCmpXchgResult from deleting AND if it has other...Craig Topper2023-09-012-0/+57
* [PowerPC][lld] Account for additional X-Forms -> D-Form/DS-Forms load/stores ...Amy Kwan2023-09-016-43/+287
* [AArch64] Add Defs=[NZCV] to MTE loop pseudos.Simon Tatham2023-08-312-1/+60
* [libc++][format] Fixes out of bounds access.Mark de Wever2023-08-313-0/+19
* [lldb][windows] _wsopen_s does not accept bits other than `_S_IREAD | _S_IWRITE`Yuxuan Shui2023-08-311-0/+2
* [RISCV] Fix assertion failure when zcmp extension is enabled.Garvit Gupta2023-08-312-1/+160
* [mlir] Fix infinite recursion in alias initializerMarkus Böck2023-08-316-3/+98
* [mlir] Fix crash when adding nested dialect extensionsMatthias Springer2023-08-312-5/+54
* [mlir][math] Modify math.powf to handle negative bases.Balaji V. Iyer2023-08-313-15/+34
* [mlir][memref] Fix crash in SubViewReturnTypeCanonicalizerMatthias Springer2023-08-312-32/+49
* [PowerPC] Update V17.0.0 release notesLei Huang2023-08-302-10/+86
* [clang][test] Make check pattern shorterSerge Pavlov2023-08-301-1/+1
* [clang] Run test for concrete targetSerge Pavlov2023-08-301-1/+1