platform/upstream/llvm.git
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.
2023-09-01 Craig Topper[RISCV] Prevent tryToFoldBNEOnCmpXchgResult from deleti...
2023-09-01 Amy Kwan[PowerPC][lld] Account for additional X-Forms -> D...
2023-08-31 Simon Tatham[AArch64] Add Defs=[NZCV] to MTE loop pseudos.
2023-08-31 Mark de Wever[libc++][format] Fixes out of bounds access.
2023-08-31 Yuxuan Shui[lldb][windows] _wsopen_s does not accept bits other...
2023-08-31 Garvit Gupta[RISCV] Fix assertion failure when zcmp extension is...
2023-08-31 Markus Böck[mlir] Fix infinite recursion in alias initializer
2023-08-31 Matthias Springer[mlir] Fix crash when adding nested dialect extensions
2023-08-31 Balaji V. Iyer[mlir][math] Modify math.powf to handle negative bases.
2023-08-31 Matthias Springer[mlir][memref] Fix crash in SubViewReturnTypeCanonicalizer
2023-08-30 Lei Huang[PowerPC] Update V17.0.0 release notes
2023-08-30 Serge Pavlov[clang][test] Make check pattern shorter
2023-08-30 Serge Pavlov[clang] Run test for concrete target
2023-08-30 Serge Pavlov[clang] Set FP options in Sema when instantiating Compo...
2023-08-30 Tom Stellardworkflows: Fix libclang-abi test after update to use...
2023-08-30 Aaron BallmanSilently accept -Wgnu-empty-initializer
2023-08-30 Jon Roelofs[CMake] Add a few more missing dependencies on ClangDri...
2023-08-30 Owen Pan[clang-format] Exclude kw_decltype in RemoveParentheses
2023-08-30 Luke Lau[RISCV] Don't relax policy to ta when vmerge's VL shrin...
2023-08-30 Luke Lau[RISCV] Add test case showing vmerge fold miscompile...
2023-08-30 Fangrui SongFunction multi-versioning: disable ifunc for ELF target...
2023-08-30 Brooks Davis[msan] Fix compilation on non-glibc
2023-08-30 Martin Storsjö[compiler-rt] [test] Adjust an XFAIL for strtoll_strict...
2023-08-30 Fangrui Song[sanitizer] Intercept glibc 2.38 __isoc23_* functions
2023-08-30 Fangrui Song[asan] Intercept atoll and strtoll on Windows
2023-08-30 dingfei[clang] Update NumFunctionDeclBits for FunctionDeclBitf...
2023-08-30 Galen Elias[clang-format] Fix braced initializer with templated...
2023-08-30 Takuya Shimizu[clang][ExprConstant] Fix crash on uninitialized base...
2023-08-30 Vassil VassilevReland "[clang-repl] Adapt to the recent dylib-related...
2023-08-30 Phoebe Wang[X86][BF16] Lower FP_EXTEND for vector types under...
2023-08-30 Erik Desjardins[Tests][ConstraintElim] autogen newly-added case in...
2023-08-30 Erik Desjardins[ConstraintElim] fix crash with large constants in...
2023-08-30 Khem Raj[llvm-exegesis] Use mmap2 when mmap is unavailable...
2023-08-30 Aaron BallmanFix up release note; NFC
2023-08-29 Amy Huang[llvm-rc] Continue to use Argv[0] to resolve executable...
2023-08-29 Fangrui Song[Driver,X86] Ignore -mfpmath= for assembler input
2023-08-28 Tobias HietaRevert "[clang] Set FP options in Sema when instantiati...
2023-08-28 Tobias HietaRevert "[clang] Run test for concrete target"
2023-08-27 Rainer Orth[Driver] Add PIE support on Solaris
2023-08-27 Samuel Thibault[libc++] Fix GNU/Hurd build
2023-08-27 David Tellenbach[AArch64] Check opcode before trying to extract registe...
2023-08-27 Lei Huang[PowerPC] Exclude frexp(long double) on linux
2023-08-27 Denis Revunov[BOLT][Instrumentation] Add test for append-pid option
2023-08-27 Denis Revunov[BOLT][Instrumentation] Fix indirect call profile in PIE
2023-08-27 Chuanqi Xu[NFC] [C++20] [Coroutines] Mention the side effect...
2023-08-27 Chuanqi Xu[C++20] [Coroutines] Mark await_suspend as noinline...
2023-08-27 Ian Anderson[libc++][Modules] locale fails to compile with clang...
2023-08-27 Konstantin... [libc++] Increase the constexpr steps limit on some...
2023-08-27 Konstantin... [libc++][ranges] Fix `ranges::to` test.
2023-08-27 Ian Anderson[libc++][Modules] Simplify the __std_clang_module heade...
2023-08-27 Ian Anderson[libc++][Modules] Generate the __std_clang_module header
2023-08-27 Ian Anderson[libc++][Modules] Remove unnecessary `requires` from...
2023-08-27 Ian Anderson[libc++] Move header_information.py up from tests
2023-08-27 Nikolas Klauser[libc++] Fix problems with GCC 13 and switch to it...
2023-08-25 XinWang10Fix regression of D157680
2023-08-25 Mehdi AminiFix ODS verifier emission for DerivedAttr when Properti...
2023-08-25 Mehdi AminiFix canonicalizer to copy the entire GreedyRewriteConfi...
2023-08-25 Mehdi AminiFix MSAN error: use of unitialized value when hashing...
2023-08-25 Mehdi AminiFix MLIR pass manager initialization: hash the pass...
2023-08-25 Mehdi AminiFix some missing fully qualified namespaces in MLIR...
2023-08-25 Mehdi AminiFix MLIR build failure: error: no member named 'getValu...
2023-08-25 Mehdi AminiFinish renaming getOperandSegmentSizeAttr() from `opera...
2023-08-25 Serge Pavlov[clang] Run test for concrete target
2023-08-25 Serge Pavlov[clang] Set FP options in Sema when instantiating Compo...
2023-08-25 Nico Weberclang: Fix x86-no-gather-no-scatter.cpp on macOS after...
2023-08-25 Karl-Johan... [MachineLICM][WinEH] Don't hoist register reloads out...
2023-08-25 Denis Revunov[BOLT][Instrumentation] Keep profile open in WatchProcess
2023-08-25 Chuanqi Xu[Coroutines] [CoroElide] Don't think exceptional termin...
2023-08-25 eopXD[CGCall][RISCV] Handle function calls with parameter...
2023-08-25 Michael Halkenhaeuser[OpenMP][OMPT] Fix `target enter data` callback orderin...
2023-08-25 Michael Halkenhaeuser[OpenMP][OMPT] Fix reported target pointer for data...
2023-08-25 Craig Topper[RISCV] Check type size for lax conversions between...
2023-08-25 Jessica Clarke[compiler-rt] Use .globl for FreeBSD/NetBSD interceptor...
2023-08-22 Sean FertileRevert "[XCOFF][AIX] Peephole optimization for toc...
2023-08-22 Sean FertileRevert "[PPC][AIX] Fix toc-data peephole bug and some...
2023-08-22 Nikita Popov[InstCombine] Fix select + cast fold with constant...
2023-08-22 Koakuma[SPARC][IAS] Add support for v9 DONE, RETRY, SAVED...
2023-08-22 Simon Pilgrim[DAG] replaceStoreOfInsertLoad - don't fold if the...
2023-08-22 Simon Pilgrim[X86] Add test case for Issue #64655
2023-08-22 wangpc[RISCV] Support global address as inline asm memory...
2023-08-22 wangpc[RISCV][NFC] Move tests of inline asm memory constraint...
2023-08-22 Martin Storsjö[AArch64] [GlobalISel] Fix clobbered callee saved regis...
2023-08-22 Aaron BallmanRemove a release note that should not have snuck in
2023-08-22 Aaron BallmanRemove a merge conflict marker that was missed; NFC
2023-08-22 Aaron BallmanNo longer hang on typeof of a function type
next