platform/upstream/llvm.git
2023-08-15 Kadir CetinkayaRevert "[Sema] Fix handling of functions that hide...
2023-08-15 Valentin Clement[flang] Add missing dependency on tablegen files
2023-08-15 Nikita Popov[SDAG] Don't transfer !range metadata without !noundef...
2023-08-15 Nikita Popov[X86] Add test for PR64589 (NFC)
2023-08-15 Paul Walker[SelectionDAG] Fix problematic call to EVT::changeVecto...
2023-08-14 Nikita PopovRevert "[AggressiveInstCombine] Fold strcmp for short...
2023-08-14 Tobias Hieta[CMake] Set version suffix to `rc` during the RC phase
2023-08-14 Julian Schmidt[clang-tidy] fix None tmpdir when exporting fixes in...
2023-08-14 Tamir Duberstein[BPF] Don't crash on missing line info
2023-08-14 Jay Foad[AMDGPU] Do not release VGPRs at -O0
2023-08-11 wangpc[RISCV] Fix wrong type prototype of RVVSlideOneBuiltinSet
2023-08-11 Rainer Orth[Driver] Allow for sparcv8plus subdir with Solaris...
2023-08-11 Corentin Jabot[Clang] Backport static_assert messages fixes
2023-08-11 Weining Lu[lld][LoongArch] Support the R_LARCH_PCREL20_S2 relocat...
2023-08-11 Oliver Stannard[AArch64][PtrAuth] Fix unwind state for tail calls
2023-08-11 Anatoly Trosinenko[AArch64] Refactor checks in sign-return-address.ll...
2023-08-11 Sean Fertile[PPC][AIX] Fix toc-data peephole bug and some related...
2023-08-10 Craig Topper[RISCV] Add back handling of X > -1 to ISD::SETCC lowering.
2023-08-10 Amir AyupovBOLT Release Notes
2023-08-10 Martin Storsjö[llvm-rc] Resolve the executable path if not present...
2023-08-10 Mark de Wever[libc++][doc] Updates format related release notes.
2023-08-10 Mehdi Amini[MLIR] Make the `ConversionTarget` const ref in the...
2023-08-10 Mehdi AminiClarify the invariant of the MLIR pass pipeline around...
2023-08-10 Benjamin Maxwell[mlir][VectorOps] Fix folding of vector.extract from...
2023-08-10 Tobias Gysi[mlir] Store segment sizes in std::array
2023-08-10 Mehdi Amini[MLIR][Bytecode] Add missing field initializer in const...
2023-08-10 Valentin Clement[mlir] Reduce warnings for bad assertion in generated...
2023-08-10 Mogball[mlir][llvm] Fix export of 64-bit integer function...
2023-08-10 Nicolas Vasilache[mlir][gpu] NFC - Fail gracefully when type conversion...
2023-08-10 Thomas Raoux[mlir] Fix arith verifier for tensor with encoding
2023-08-10 Alexis Engelke[mlir][LLVMIR] Fix identified structs with same name
2023-08-10 River Riddle[mlir-lsp] Guard writing output to JSONTransport with...
2023-08-10 River Riddle[mlir:bytecode] Only visit the all regions path if...
2023-08-10 River Riddle[mlir:bytecode] Support lazy loading dynamically isolat...
2023-08-10 River Riddle[mlir:bytecode] Fix bytecode lazy loading for ops with...
2023-08-10 Mehdi AminiAdd release notes for MLIR
2023-08-10 Oleg Shyshkov[mlir] Fix assembly format parser generator after 9ea6b...
2023-08-10 Jakub Kuderski[mlir][spirv] Do not introduce vector<1xT> in UnifyAlia...
2023-08-10 Igor Kirillov[CodeGen] Disable FP LD1RX instructions generation...
2023-08-10 Amy HuangReland "Try to implement lambdas with inalloca paramete...
2023-08-10 Guillaume Chatelet[llvm-exegesis] Don't try to use SYS_rseq if it's not...
2023-08-10 Igor Kirillov[CodeGen] Fix incorrect pattern FMLA_* pseudo instructions
2023-08-10 Igor Kirillov[CodeGen] Precommit tests for D157095
2023-08-10 Igor Kirillov[CodeGen] Pre-commit tests showing incorrect pattern...
2023-08-10 David Spickett[lldb][AArch64] Save/restore TLS registers around expre...
2023-08-10 David Spickett[lldb][AArch64] Add reading of TLS tpidr register from...
2023-08-09 Shivam GuptaRevert "[Clang] Fix -Wconstant-logical-operand when...
2023-08-09 Nikolas Klauser[libc++][libunwind] Fixes to allow GCC 13 to compile...
2023-08-09 DianQK[TailCallElim] Remove the readonly attribute of byval.
2023-08-09 DianQK[TailCallElim] Regenerate test checks with --function...
2023-08-09 Weining Lu[LoongArch] Support -march=native and -mtune=
2023-08-09 Steven WuRevert "Reland "[LoongArch] Support -march=native and...
2023-08-09 Louis Dionne[libc++] Deflake the Clang Modules CI job
2023-08-09 Tom Stellardworkflows/release-tasks: Add missing sudo
2023-08-09 Brian Cain[clang][hexagon] Handle library path arguments earlier
2023-08-09 Fangrui Song[PPC32] Parse bl __tls_get_addr(x@tlsgd)@plt+32768
2023-08-09 Igor Kirillov[CodeGen] Improve speed of ComplexDeinterleaving pass
2023-08-08 Tobias HietaBump version to 17.0.0-rc2
2023-08-08 Mark de Wever[libc++][modules] Fixes exporting named declarations.
2023-08-08 zoecarver[clang/cxx-interop] Teach clang to ignore availability...
2023-08-08 Weining Lu[Clang][LoongArch] Fix ABI handling of empty structs...
2023-08-08 Aiden GrossmanRevert "[clang][X86] Add __cpuidex function to cpuid.h"
2023-08-08 Matt ArsenaultAMDGPU: Remove note about spill handling changes
2023-08-08 YunQiang SuMIPS: clear_cache, use _flush_cache instead of cacheflush
2023-08-08 Konstantin... [libc++][print] Mark some more `<print>` tests as requi...
2023-08-07 Alex Bradbury[clang][RISCV] Fix bug in ABI handling of empty structs...
2023-08-07 Vitaly BukaRevert "Reapply: [MemCpyOpt] implement single BB stack...
2023-08-07 Vitaly BukaRevert "[CodeGen]Allow targets to use target specific...
2023-08-07 Rainer Orth[sanitizer_common] Remove hacks for __builtin_return_ad...
2023-08-07 Jon Roelofscmake: add missing dependencies on ClangDriverOptions...
2023-08-07 Steven Wu[SymbolSize] Improve the performance of SymbolSize...
2023-08-07 Simon TathamRetain all jump table range checks when using BTI.
2023-08-07 Konstantin... [libc++][print] Make `<print>` tests require file syste...
2023-08-07 Christian Trott[libc++][mdspan] Fix layout_left::stride(r)
2023-08-07 Yeting Kuo[RISCV] Use max pushed register to get pushed register...
2023-08-07 Richard SmithCommit to a primary definition for a class when we...
2023-08-07 Aaron BallmanRemove stale info and fix superscript numbering
2023-08-07 Fangrui Song[docs] Bump minimum GCC version to 7.4
2023-08-04 wangpc[TableGen] Improve error report of unspecified arguments
2023-08-04 Craig Topper[X86] Workaround possible CPUID bug in Sandy Bridge.
2023-08-04 Michael PlatingsMultilib & mfloat-abi release notes
2023-08-03 Qiu Chaofan[PowerPC][MC] Recognize tlbilx and its mnemonics
2023-08-03 Piotr Fusik[libc++] Fix `std::out_of_range` thrown from `basic_str...
2023-08-03 Jim Lin[RISCV] Fix the CFI offset for callee-saved registers...
2023-08-03 Alexander KornienkoRevert "[AArch64] Merge LDRSWpre-LD[U]RSW pair into...
2023-08-03 Kishan Parmarclang driver throws error for -mabi=elfv2 or elfv2
2023-08-03 Nick Desaulniers[clang] allow const structs/unions/arrays to be constan...
2023-08-02 wangpc[RISCV] Use correct LMUL!=1 types for __attribute__...
2023-08-02 David Green[AArch64] Add some basic handling for bf16 constants.
2023-08-02 Martin Storsjö[libcxx] Add release notes for Windows wide stdio strea...
2023-08-01 eopXD[docs] Add release notes for the LLVM 17 RVV intrinsics...
2023-08-01 Wael Yehia[XCOFF] Do not put MergeableCStrings in their own section
2023-07-31 Tobias Hieta[NFC] Fix version number in release tree
2023-07-31 Martin Storsjö[docs] Add release notes for a Windows specific change...
2023-07-31 Ian Anderson[libc++][Modules] Fix a few module related warnings
2023-07-29 Nikita Popov[ThinLTO] Use module hash instead of module ID for...
2023-07-29 eopXD[Clang][RISCV] Remove RVV intrinsics `vread_csr`,`vwrit...
2023-07-29 Joseph Huber[OpenMP] Do not always emit unused extern variables
2023-07-29 Shoaib Meenai[libunwind] Fix build with -Wunused-function
2023-07-29 Richard SmithAdd release node for exact dynamic_cast optimization.
next