platform/upstream/llvm.git
2023-08-21 Fangrui SongLowLevelType: replace a reachable llvm_unreachable...
2023-08-21 Fangrui Song[ARM] Fix abs overflow when encoding instructions like...
2023-08-21 Fangrui Song[llvm-readobj] Fix std::abs overflow after D156821
2023-08-21 Craig Topper[RISCV] Fix a UBSAN failure for passing INT64_MIN to...
2023-08-21 Paul RobinsonReapply "[DebugInfo] Alternate (more efficient) MD5...
2023-08-21 Jonas Hahnfeld[CodeGen] Keep track of eagerly emitted globals
2023-08-21 Jonas Hahnfeld[CodeGen] Restrict addEmittedDeferredDecl to incrementa...
2023-08-21 Jonas Hahnfeld[CodeGen] Clean up access to EmittedDeferredDecls,...
2023-08-21 Jonas Hahnfeld[CodeGen] Remove Constant arguments from linkage functi...
2023-08-21 Jonas Hahnfeld[clang-repl] Disambiguate global namespace identifiers
2023-08-21 Stefan Gränitz[lldb] Fix performance regression after adding GNUstep...
2023-08-21 Nathan Ridge[clangd] Avoid passing -xobjective-c++-header to the...
2023-08-21 Paul KirthRevert "[clang] Preliminary fat-lto-object support"
2023-08-21 Louis Dionne[libc++] Fix a few incorrect CMake configuration options
2023-08-21 Piotr Fusik[libc++] Work around dynamic linking of stringstream...
2023-08-21 Matt ArsenaultAMDGPU: Fix fast f32 exp2
2023-08-21 Matt ArsenaultAMDGPU: Fix fast f32 log/log10
2023-08-21 Matt ArsenaultAMDGPU: Fix fast math log2 f32
2023-08-21 Nikita Popov[PreISelIntrinsicLowering] Use TLI for correct function
2023-08-21 Matt ArsenaultPreISelIntrinsicLowering: Check RuntimeLibcalls instead...
2023-08-21 Konstantin... [libc++][PSTL] Disable `-Wpass-failed`.
2023-08-18 Paul Walker[SelectionDAG] Use TypeSize variant of ComputeValueVTs...
2023-08-18 Paul Walker[NFC][SelectionDAGBuilder] Use getObjectPtrOffset in...
2023-08-18 Paul Walker[SVE] Add test to show incorrect code generation for...
2023-08-18 Fraser Cormack[AArch64] Fix crash when neither Neon nor SVE are enabled
2023-08-17 Derek Schuff[WebAssembly][Objcopy] Write output section headers...
2023-08-17 Craig Topper[RISCV] Stop performFP_TO_INTCombine from folding with...
2023-08-17 Nikita PopovReapply [CHR] Fix up phi nodes with unreachable predece...
2023-08-16 Zequan WuRevert "[Profile] Remove duplicate file locks when...
2023-08-16 Ryan BurnsFix truncated __OPENMP_NVPTX__ preprocessor condition
2023-08-16 Tulio Magno... flang: Fix module-debug-file-loc-linux.f90 in standalone
2023-08-16 Martin Storsjö[clang] Skip stores in init for fields that are empty...
2023-08-15 Anmol P. Paralkar[RISCV] Add bounds check before use on returned iterator.
2023-08-15 Fangrui Song[Driver] Default riscv*- triples to -fdebug-default...
2023-08-15 Piotr Zegar[clang-tidy] Fix crash when diagnostic is emit with...
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...
next