platform/upstream/llvm.git
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
2023-06-16 Alex Langford[lldb][NFCI] Remove custom matcher classes in Listener...
2023-06-16 Alex Langford[lldb][NFCI] TypeSystemClang::GetTypeForIdentifier...
2023-06-16 Alan ZhaoRevert "InstSimplify: Require instruction be parented"
2023-06-16 Louis Dionne[libc++] Fix signedness comparison issue on GCC in...
2023-06-16 Paul Scoropan[Flang] Split PowerPC-specific code out of IntrinsicCal...
2023-06-16 Steven Wu[CMake] Add missing dependency in llvm Support unittests
2023-06-16 Alex Zinenko[mlir] don't install tutorial libraries
2023-06-16 Craig Topper[RISCV] Treat __riscv_vsetvl_*(-1) as vlmax.
2023-06-16 Jay Foad[AMDGPU] Stop replacing amdgcn.ballot(1) with amdgcn...
2023-06-16 Jingu Kang[AArch64] Try to convert vector shift operation into...
2023-06-16 Joseph Huber[libc] Add a test for `fputs` to check using `stdout...
2023-06-16 Felipe de Azevedo... [nfc][AppleTables] Rename iterator
2023-06-16 Dan McGregor[clang] Apply -fmacro-prefix-map to anonymous tags...
2023-06-16 Wanyi Ye[llvm-gsymutil] Fix command descriptions introduced...
2023-06-16 Alex Brachet[libc] Add LIBC_INLINE_VAR for inline variables
2023-06-16 Mark de Wever[Clang] Fixes a diagnostic typo.
2023-06-16 Mark de Wever[libc++][doc] Move not yet adopted issues to C++26.
2023-06-16 Amaury Séchet[NFC] Autogenerate CodeGen/ARM/vlddup.ll
2023-06-16 Fangrui Song[Driver] Allow warning for unclaimed TargetSpecific...
2023-06-16 Amaury Séchet[NFC] Autogenerate CodeGen/ARM/sub-cmp-peephole.ll
2023-06-16 Florian Hahn[LV] Use VPValues when creating GEP with all invariant...
2023-06-16 LLVM GN Syncbot[gn build] Port 31eeba3f7c0e
2023-06-16 Nikolas Klauser[libc++] Introduce __make_uninitialized_buffer and...
2023-06-16 Ingo Müller[mlir] Move symbol loading from mlir-cpu-runner to...
2023-06-16 Kazu Hirata[Driver] Use DenseSet::contains (NFC)
2023-06-16 Kazu Hirata[BOLT] Use {StringMap,DenseMapBase}::lookup (NFC)
2023-06-16 Jay Foad[AMDGPU] Regenerate llvm.amdgcn.s.buffer.load checks
2023-06-16 Simon Pilgrim[GlobalISel][X86] Add handling of scalar G_UADDO/G_USUB...
2023-06-16 Saleem AbdulrasoolRevert "[lit] Avoid os.path.realpath in lit.py due...
2023-06-16 Timm Bäder[clang][Interp] Handle PredefinedExprs
2023-06-16 Nikita Popov[CGP] Fix infinite loop in icmp operand swapping
2023-06-16 Louis Dionne[libc++][NFC] Consistently qualify malloc and free...
2023-06-16 Louis Dionne[libc++] Make libc++ and libc++abi's definitions of...
2023-06-16 Timm Bäder[clang][Interp] Check inc/dec family of ops for initial...
2023-06-16 Alan Hu[OCaml] Rename link_modules' to link_modules
2023-06-16 Haojian Wu[clangd] Remove unused includes in IncludeCleaner.cpp...
next