platform/upstream/llvm.git
2023-10-27 Aaron Ballman[C23] Use thread_local semantics (#70107)
2023-10-25 kadir çetinkaya[clangd] Disable crashy unchecked-optional-access tidy...
2023-10-24 Nikita Popov[ConstraintElim] Don't decompose values wider than...
2023-10-24 Nikita Popov[ConstraintElim] Add test for #68751 (NFC)
2023-10-24 Brad Smith[mlir] Avoid including <alloca.h> on DragonFly
2023-10-24 DianQK[LVI][CVP] Treat undef like a full range on abs(x,...
2023-10-24 Martin Storsjö[libcxx] [test] Add a test parameter for disabling...
2023-10-23 Tom Stellardworkflows/release-tasks: Fix release note artifact...
2023-10-23 Tobias HietaBump version to 17.0.4
2023-10-23 Tom Stellardworkflows/release-lit: Pass correct build directory...
2023-10-23 Tom Stellardworkflows/release-lit: Fix dev suffix removal (#69397)
2023-10-17 Fangrui Song[asan] Ensure __asan_register_elf_globals is called...
2023-10-17 Owen Pan[clang-format][doc] Update the Linux kernel coding...
2023-10-17 Owen Pan[clang-format] Fix a serious bug in git-clang-format...
2023-10-17 Artem Dergachev[LSan] Mark create_thread_leak.cpp as UNSUPPORTED:...
2023-10-17 Nikita Popov[PowerPC] Use zext instead of anyext in custom and...
2023-10-17 Nikita Popov[PowerPC] Add test for #68783 (NFC)
2023-10-16 Owen Pan[clang-format] Fix a bug in RemoveParentheses: ReturnSt...
2023-10-16 Noah Goldstein[X86] Fix logic for optimizing movmsk(bitcast(shuffle...
2023-10-16 Noah Goldstein[X86] Add tests for incorrectly optimizing out shuffle...
2023-10-16 Martin Storsjö[clang] [MinGW] Explicitly always pass the -fno-use...
2023-10-16 DianQK[LVI][CVP] Treat undef like a full range (#68190)
2023-10-10 Simon Pilgrim[X86] combineConcatVectorOps - only concatenate single...
2023-10-10 Tobias HietaBump version to 17.0.3
2023-10-10 Arvind Mukund[clang] Correct behavior of `LLVM_UNREACHABLE_OPTIMIZE...
2023-10-10 Martin Storsjö[LLD] [COFF] Fix handling of comdat .drectve sections...
2023-10-10 Tom Stellardworkflows/release-binaries: Use more cores to avoid...
2023-10-10 Martin Storsjö[AArch64] Disable loop alignment for Windows targets...
2023-10-10 Shoaib Meenai[Sema] Use underlying type of scoped enum for -Wformat...
2023-10-03 René RebeFix release/export.sh to export runtimes tarball, too...
2023-10-03 Hui[libc++] Fix `std::pair`'s pair-like constructor's...
2023-10-02 Arthur Eubanks[CodeGen] Don't treat thread local globals as large...
2023-10-02 Tobias Hieta[workflow] Fix abi checker in llvm-tests. Same fix...
2023-10-02 Martin Storsjö[clang] [MinGW] Tolerate mingw specific linker options...
2023-10-02 Martin Storsjö[LLD] [COFF] Restore the current dir as the first entry...
2023-10-02 Martin Storsjö[LLD] [COFF] Clarify -print-search-path for the empty...
2023-10-02 Matheus Izvekov[NFC] clang-format lld/COFF/Driver.cpp and lld/Common...
2023-10-02 Martin Storsjö[compiler-rt] Reinstate removal of CRT choice flags...
2023-09-29 DianQK[MemCpyOpt] Merge alias metadatas when replacing argume...
2023-09-29 Nikita Popov[MemCpyOpt] Add test for #67539 (NFC)
2023-09-29 Argyrios Kyrtzidis[DependencyScanningFilesystem] Make sure the local...
2023-09-29 Shoaib Meenai[Sema] Fix fixit cast printing inside macros (#66853)
2023-09-29 Artem BelevichWork around two more instances of __noinline__ conflict...
2023-09-29 Alex Langford[lldb] Fix building LLDB standlone without framework
2023-09-29 Alex Langford[lldb][NFCI] Change logic to find clang resource dir...
2023-09-29 Wael Yehia[XCOFF] Do not generate the special .ref for zero-lengt...
2023-09-28 dukFix buildbot failure caused by D157623
2023-09-28 namazso[lld][COFF] Remove incorrect flag from EHcont table
2023-09-27 Tulio Magno... workflows/release-tasks: Setup FileCheck and not for...
2023-09-27 Nikita Popov[StackColoring] Handle fixed object index
2023-09-27 Nikita Popov[StackColoring] Handle SEH catch object stack slots...
2023-09-27 Nikita Popov[X86] Add test for #66984 (NFC)
2023-09-27 Nikita Popov[SimpleLoopUnswitch] Fix exponential unswitch
2023-09-27 Nikita Popov[SimpleLoopUnswitch] Fix reversed branch during conditi...
2023-09-27 Antonio Frighetto[clang] Include `expected-no-diagnostics` in newly...
2023-09-27 Antonio Frighetto[clang] Bail out when handling union access with virtua...
2023-09-27 Takuya Shimizu[clang][Diagnostics] Fix wrong line number display...
2023-09-27 Kazu HirataRevert "[InlineCost] Check for conflicting target attri...
2023-09-25 Nikita Popov[GVN] Also remove phi nodes from VN table (PR65447)
2023-09-25 Nikita Popov[GVN] Invalidate MDA when deduplicating phi nodes
2023-09-25 Tobias HietaBump version to 17.0.2
2023-09-25 paulwalker-arm[SVE] Ensure SVE call operands passed via memory are...
2023-09-25 Paul Walker[SVE] Precommit test to show missing initialisation...
2023-09-19 Tobias HietaBump version to 17.0.1
2023-09-19 Tobias HietaRemove RC suffix
2023-09-18 Chuanqi XuRevert "[C++20] [Coroutines] Mark await_suspend as...
2023-09-18 Chuanqi XuRevert "[NFC] [C++20] [Coroutines] Mention the side...
2023-09-18 Kohei Asano[SimplifyCFG] handle monotonic wrapped case for D150943...
2023-09-18 Martin Storsjö[lli] Make sure the exported __chkstk functions are...
2023-09-18 David Green[ARM] Change CRC predicate to just HasCRC
2023-09-14 Peter Klausler[flang] Allow runtime build with AVOID_NATIVE_INT128_T=1
2023-09-11 Sam James[Clang] Fix JIT test on 32-bit systems
2023-09-11 Jessica Clarke[builtins][AArch64] Implement _sync out-of-line atomics
2023-09-11 Wael YehiaFix AIX OS requirements for ThinLTO to 7.2.5 SP7
2023-09-11 Tejas Joshi[SCEV] Fix potentially empty set for unsigned ranges
2023-09-11 Igor Kirillov[CodeGen] Fix incorrect insertion point selection for...
2023-09-11 Danila Malyutin[CodeGen][AArch64] Commit test for #65044
2023-09-11 Konstantin... [libc++][hardening] Remove hardening from release notes...
2023-09-11 Igor Kirillov[LoopVectorize] Fix incorrect order of invariant stores...
2023-09-11 Igor Kirillov[LoopVectorize] Pre-commit tests for D157631
2023-09-06 Arthur Eubanks[RelNotes] Add more details on the removal of the legac...
2023-09-05 Christian Sigg[mlir][nfc] Allow ops to have operands/attributes named...
2023-09-05 DianQK[JumpThreading] Invalidate LVI after `combineMetadataFo...
2023-09-05 DianQK[JumpThreading][NFC] Pre-commit for invalid LVI.
2023-09-05 Takuya ShimizuRevert "[clang][Docs] Added release note for D142609"
2023-09-05 Younan Zhang[clang][clangd] Ensure the stack bottom before building AST
2023-09-05 Younan Zhang[clang] Construct ExprRequirement with SubstitutionDiag...
2023-09-05 Elizabeth Andrews[NFC][Clang] Fix static analyzer concern about null...
2023-09-05 Fangrui Song[sanitizer] scanf interceptor: fix write size for ...
2023-09-04 Vassil Vassilev[CodeGen] First check the kind and then the llvm::Funct...
2023-09-04 Fangrui Song[Driver] Report warnings for unclaimed TargetSpecific...
2023-09-04 hstk30[AArch64] Fix arm neon vstx lane memVT size
2023-09-04 Martin Storsjö[llvm-windres] Implement the windres flag --use-temp...
2023-09-04 Haojian Wu[Tooling/Inclusion] Add std::range symbols in the mapping.
2023-09-01 Fangrui Song[sanitizer][test] -std=c2x instead of -std=c23
2023-09-01 Fangrui Song[Driver] Adjust -fsanitize=function & -mexecute-only...
2023-09-01 Ying Yi[UBSan] Disable the function and kcfi sanitizers on...
2023-09-01 Phoebe Wang[X86][BF16] Lower FP_ROUND for vector types under AVX51...
2023-09-01 Phoebe Wang[X86][BF16] Add test coverage for AVX-NE-CONVERT
2023-09-01 Haojian Wu[clangd] Respect IWYU keep pragma for standard headers.
next