platform/upstream/llvm.git
2023-06-18 Paul Walker[SVE][AArch64TTI] Fix invalid mla combine that miscompu...
2023-06-18 Paul Walker[NFC][AArch64TTI] Breakout add/sub combines into discre...
2023-06-18 Paul WalkerIncrease test coverage of Transforms/InstCombine/AArch6...
2023-06-18 AMS21[clang-tidy] Improve `performance-move-const-arg` messa...
2023-06-18 AMS21[clang-tidy] Fix `llvmlibc-inline-function-decl` false...
2023-06-18 LLVM GN Syncbot[gn build] Port 845618cf69e8
2023-06-18 AMS21[clang-tidy] Refactor common code from the Noexcept...
2023-06-18 NAKAMURA Takumipr62660-normalization-failure.ll REQUIRES: asserts...
2023-06-18 Youngsuk Kim[clang] Replace uses of CGBuilderTy::CreateElementBitCa...
2023-06-18 Krzysztof Parzyszek[Hexagon] Add missing patterns for boolean [v]selects
2023-06-17 Krzysztof Parzyszek[Hexagon] Handle all compares of i1 and vNi1
2023-06-17 Krzysztof Parzyszek[Hexagon] Add missing patterns for truncate to vNi1
2023-06-17 LLVM GN Syncbot[gn build] Port cea4285949b5
2023-06-17 Nico Weber[gn] fix build after 992cb98462ab
2023-06-17 Fangrui Song[Pseudo Probe] Do not place functions in nodeduplicate...
2023-06-17 Owen Pan[clang-format][NFC] Remove redundant getLLVMStyle(...
2023-06-17 Brad Smith[Support/ELF] - Add OpenBSD PT_OPENBSD_NOBTCFI constant.
2023-06-17 Florian Hahn[LSR] Enable SCEV verification for test from f3a0ad2d...
2023-06-17 Fangrui SongPPCAsmParser: Use parseOptionalToken
2023-06-17 Uday Bondhugula[MLIR] Add support for bare pointer calling convention...
2023-06-17 Florian HahnRevert "[LSR] Consider post-inc form when creating...
2023-06-17 Jeff Niu[mlir][arith] Remove unused ODS class
2023-06-17 Florian Hahn[LSR] Add test for #62660.
2023-06-17 Felipe de Azevedo... [Coding style] Fix incorrect link syntax
2023-06-17 Hui[libc++][NFC] Granularise <thread> header
2023-06-17 Prajwal S N[docs] Fix link for static constructors article
2023-06-17 Florian Hahn[AMDGPU] Update test after abfeda5af329b58.
2023-06-17 Florian Hahn[LSR] Consider post-inc form when creating extends...
2023-06-17 Florian Hahn[LSR] Add test case for #58039.
2023-06-17 Corentin Jabot[Clang] Add the list of core papers approved in Varna...
2023-06-17 Fangrui Song[Pseudo Probe] Make .pseudo_probe GC-able
2023-06-17 Jay Foad[AMDGPU] Generate checks for load-constant tests
2023-06-17 Fangrui Song[bazel] Fix clang after D148094
2023-06-17 Sergei Barannikov[clang][CodeGen] Break up TargetInfo.cpp [8/8]
2023-06-17 Sergei Barannikov[clang][CodeGen] Break up TargetInfo.cpp [7/8]
2023-06-17 Sindhu Chittireddy[NFC] Fix potential dereferencing of null return value.
2023-06-17 Pranav Kant[Bazel][mlir] Port 120cd5aafca2ccc8b04d208598e817ffc6d0b869
2023-06-17 Weining Lu[LoongArch] Fix handling of the chain of CSRWR and...
2023-06-17 Weining Lu[LoongArch][NFC] Precommit test for D153120 (the fix...
2023-06-17 Ashay Rane[MLIR] Register all extensions in CAPI's RegisterEverything
2023-06-17 LiaoChunyu[RISCV] Fold special case (xor (setcc constant, y,...
2023-06-17 Matt Arsenaultclang/AMDGPU: Emit atomicrmw for atomic_inc/dec builtins
2023-06-17 Fangrui Song[MC] Restore a special case to support limited A-B...
2023-06-17 Owen PanReland [clang-format] Fix overlapping whitespace replac...
2023-06-16 Daniel Thornburgh[Fuchsia] Forward libedit flags to stage2
2023-06-16 Philip Reames[RISCV] Fix a latent miscompile in doPeepholeMaskedRVV
2023-06-16 Philip Reames[RISCV] Add a policy operand to VPseudoBinaryNoMaskTU...
2023-06-16 Diego Caballero[mlir][Vector] Fix 0-D tensor vectorization in Linalg
2023-06-16 Owen Pan[clang-format][NFC] Use verifyGoogleFormat in FormatTes...
2023-06-16 Craig Topper[RISCV] Reduce alignment for __attribute__((riscv_rvv_v...
2023-06-16 Luke Lau[RISCV] Refactor vecPolicyOp skip logic in doPeepholeMa...
2023-06-16 Luke Lau[RISCV] Reuse RISCVDAGToDAGISel member TTI in doPeephol...
2023-06-16 Daniel Thornburgh[Fuchsia] Forward terminfo flags to stage 2
2023-06-16 Philip Reames[RISCV] Make all vector binops use the _TU pseudo form
2023-06-16 Nitin John Raj[RISCV] Introduce RISCVISD::VWMACC(U/SU)_VL opcode
2023-06-16 Owen Pan[clang-format][NFC] Clean up unit tests
2023-06-16 Matt ArsenaultTTI: Add function to hasBranchDivergence
2023-06-16 Matt ArsenaultUniformityAnalysis: Skip computation with no branch...
2023-06-16 Daniel HoekwaterPrevent out of range fixup encoding on AArch64
2023-06-16 Krzysztof Parzyszek[Hexagon] Generate correct instruction for store i1...
2023-06-16 Matt ArsenaultRevert "AMDGPU: Drop and auto-upgrade llvm.amdgcn.ldexp...
2023-06-16 Matt ArsenaultAMDGPU: Drop and auto-upgrade llvm.amdgcn.ldexp to...
2023-06-16 Jonas Devlieghere[lldb] Fix Python test formatting (NFC)
2023-06-16 Yaxun (Sam... Fix diag for read-only target features
2023-06-16 Jonas Devlieghere[lldb] Simplify logging in Process settings (NFC)
2023-06-16 Alex Langford[lldb][NFCI] Avoid a few unnecessary ConstString constr...
2023-06-16 Jonas Devlieghere[dsymutil] Update DWARF 5 tests after 8119ab9bf78b
2023-06-16 Arthur EubanksRevert "Revert "ValueTracking: Fix nan result handling...
2023-06-16 Arthur EubanksRevert "Revert "clang: Update tests after InstSimplify...
2023-06-16 Arthur EubanksRevert "Revert "InstSimplify: Remove null parent checks""
2023-06-16 Arthur EubanksRevert "Revert "InstSimplify: Require instruction be...
2023-06-16 Christopher... [scudo] Add mallopt to print stats to the log.
2023-06-16 Alex Langford[DebugInfo][NFCI] Follow-up to 0356ceedf2e9
2023-06-16 Krzysztof Parzyszek[Hexagon] Properly combine overlapping stores in HVC
2023-06-16 Rashmi Mudduluru[-Wunsafe-buffer-usage] Do not emit fixits for C++...
2023-06-16 Jonas Devlieghere[dsymutil] Fix .debug_addr index calculation
2023-06-16 Joseph Huber[libc][Docs] Add some motivation for the GPU libc
2023-06-16 Nathan Ridge[clangd] Handle DependentNameType in HeuristicResolver...
2023-06-16 Fangrui Song[RISCV] relaxDwarfCallFrameFragment: remove unneeded...
2023-06-16 Joseph Huber[libc][Obvious] Fix problem with the variable used...
2023-06-16 Youngsuk Kim[clang] Replace use of Type::getPointerTo() (NFC)
2023-06-16 Joseph Huber[libc] Add an option to use a job pool for GPU tests
2023-06-16 Fangrui Song[xray] Use L* instead of .L* for Mach-O
2023-06-16 Matt ArsenaultAMDGPU: Remove unnecessary Attributor overrides
2023-06-16 Matt ArsenaultAMDGPU: Propagate amdgpu-waves-per-eu with attributor
2023-06-16 Aaron BallmanDiagnose incorrect use of scoped enumerations in format...
2023-06-16 Volodymyr SapsaiRevert "[RISCV] relaxDwarfCallFrameFragment: remove...
2023-06-16 Roland McGrath[fuzzer][fuchsia] Support RISC-V
2023-06-16 Arthur EubanksRevert "InstSimplify: Require instruction be parented"
2023-06-16 Arthur EubanksRevert "InstSimplify: Remove null parent checks"
2023-06-16 Arthur EubanksRevert "clang: Update tests after InstSimplify change"
2023-06-16 Arthur EubanksRevert "ValueTracking: Fix nan result handling for...
2023-06-16 Craig Topper[RISCV] Refactor how we create separate instructions...
2023-06-16 Alex Langford[DebugInfo] Change DWARFDebugAbbrev initialization
2023-06-16 Dave Lee[lldb] De-virtualize applicable functions in ValueObjec...
2023-06-16 Ingo Müller[mlir][async] Update comments about library registratio...
2023-06-16 Alan ZhaoRevert "Revert "InstSimplify: Require instruction be...
2023-06-16 Alex Langford[lldb][NFCI] Remove unused method Properties::GetSubPro...
2023-06-16 Alex Langford[lldb][NFCI] Remove use of ConstString in ProcessStruct...
2023-06-16 Joseph Huber[libc][nfc] Silence two warnings in tests
next