platform/upstream/llvm.git
2023-07-15 Maksim Kita[InstCombine] Generalise ((x1 ^ y1) | (x2 ^ y2)) =...
2023-07-15 Maksim Kita[InstCombine] Generalise ((x1 ^ y1) | (x2 ^ y2)) =...
2023-07-15 Brad Smith[Mips] Set setMaxAtomicSizeInBitsSupported
2023-07-15 Fangrui Song[ELF] Support operator ^ and ^=
2023-07-15 Jon Chesterfield[amdgpu] Accept an optional max to amdgpu-lds-size...
2023-07-15 Stephen PeckhamUse empty symbol name for XCOFF text csect
2023-07-15 Zheng QianAdd option -fkeep-persistent-storage-variables to emit...
2023-07-15 Jon Chesterfield[amdgpu][nfc] Use unsigned for getIntegerPairAttribute...
2023-07-15 Kazuki Sakamoto[lldb][LocateModuleCallback] Fix LocateModuleCallbackTest
2023-07-15 Farid Zakaria[docs] GettingStarted.rst cmake should reference build
2023-07-15 Thomas Köppe[llvm-objcopy] Remove unused internal helper function...
2023-07-15 Craig Topper[RISCV] Use unsigned instead of signed types for Zk...
2023-07-15 Owen Pan[clang-format] Correctly annotate overloaded operator...
2023-07-15 Ian Anderson[libc++][Modules] Restore the <string> include to ...
2023-07-15 Caslyn Tonelli[ubsan] Disable sigaction.cpp on archs for debugging
2023-07-15 Simon Pilgrim[X86] LowerMemArgument - remove else clause after retur...
2023-07-15 Simon Pilgrim[X86] getIRStackGuard - remove else clause after return...
2023-07-15 Simon Pilgrim[X86] Fix znver4 fcmp/fma throughputs
2023-07-15 Mark de Wever[libc++] Adds a missing include.
2023-07-15 Piotr Fusik[libc++][tests] Fix a test testing wrong class
2023-07-15 Mark de Wever[NFC][libc++][bitset] Refactors constructors.
2023-07-15 zhongyunde[ValueTracking] Support vscale assumes for isKnownToBeA...
2023-07-15 zhongyunde[tests] precommit tests for D155350
2023-07-15 Edoardo Sanguineti[libc++] add basic runtime assertions to <barrier>
2023-07-15 Mark de Wever[libc++][chrono] Fixes formatter duration.
2023-07-15 Mark de Wever[libc++] Fixes thread::id's operator<<.
2023-07-15 Nikolas Klauser[libc++][NFC] Remove redundant defined(_LIBCPP_BUILDING...
2023-07-15 khei4Revert "Revert "[MemCpyOpt] implement single BB stack...
2023-07-15 khei4[MemCpyOpt] precommit tests to add multi-BB stack-move...
2023-07-15 Kun Wu[mlir][sparse][gpu] add the 2:4 spmm integration test...
2023-07-15 NAKAMURA TakumiReformat
2023-07-15 NAKAMURA TakumiRevert D150338, "[-Wunsafe-buffer-usage] Improving...
2023-07-15 Craig Topper[RISCV] Split clmul/clmulh/clmulr builtins into _32...
2023-07-15 Advenam Tacet[libc++] Set correct size at the end of growing std...
2023-07-15 Nitin John Raj[RISCV][GlobalISel] Legalize add, sub and binary logica...
2023-07-15 Jeff Niu[mlir] Fix printing of dialect resources
2023-07-15 Zhongyunde[LangRef] vscale_range implies the vscale is power...
2023-07-15 Chris Bieneman[GitHub] Update repo lockdown to exclude lldb
2023-07-15 Johannes Doerfert[OpenMP][FIX] Adjust "known" attributes for runtime...
2023-07-14 varconst[libc++][hardening] Deprecate `_LIBCPP_ENABLE_ASSERTIONS`.
2023-07-14 tomnatan[MLIR] Don't sort operand of commutative ops when compa...
2023-07-14 Peter Hawkins[MLIR:Python] Make DenseElementsAttr.get() only request...
2023-07-14 Shafik Yaghmour[Clang] Fix crash when emitting diagnostic for out...
2023-07-14 Matt ArsenaultAMDGPU: Expand testing of AMDGPUCodeGenPrepare fdiv...
2023-07-14 Eli FriedmanFix nanosecond printing for TimePoint formatter.
2023-07-14 Matt Arsenaultclang: Attach !fpmath metadata to __builtin_sqrt based...
2023-07-14 Matt ArsenaultMachineSink: Remove unnecessary empty block check
2023-07-14 Matt ArsenaultMachineSink: Move helper function and use more const
2023-07-14 Nick Desaulniers[clang][JumpDiagnostics] bring VerifyIndirectOrAsmJumps...
2023-07-14 ziqingluo-90[-Wunsafe-buffer-usage] Improving insertion of the...
2023-07-14 Joseph Huber[OMPT] Fix use of 'DEBUG_PREFIX' in the OMPT headers
2023-07-14 Johannes Doerfert[Attributor] Allow IR-attr deduction for non-IPO amenda...
2023-07-14 Johannes Doerfert[Attributor][NFC] Update all tests with the script
2023-07-14 Johannes DoerfertRevert "[UTC] Add fallback support for specific metadat...
2023-07-14 Johannes DoerfertRevert "[UTC] Fix git URL regex"
2023-07-14 Johannes DoerfertRevert "[UTC] Generalize version regex"
2023-07-14 Johannes DoerfertRevert "[UTC] Adapt version matcher to glob CLANG_VENDOR"
2023-07-14 Jon RoelofsORC: drop a FIXME that was addressed in dc078e6eaacf...
2023-07-14 Jon RoelofsTargetParser: fix getProcessTriple in universal builds
2023-07-14 Sterling AugustineRevert "[clang][Interp][NFC] Trim Source.h includes"
2023-07-14 Anna Thomas[LV] Address post-commit NFC comments in interleave
2023-07-14 Anna ThomasPrecommit follow-up testcase for interleaved miscompile
2023-07-14 Fangrui Song[llvm-objdump] Move printDynamicRelocations into ELFDum...
2023-07-14 Valentin Clement[flang][openacc] Add extent when creating acc.bounds...
2023-07-14 Maurice Heumann[ARM] Adjust strd/ldrd codegen alignment requirements
2023-07-14 Maurice Heumann[DWARF] Fix undefined behaviour in dwarf type printer
2023-07-14 Fangrui Song[llvm-objdump] Create ObjectFile specific dumpers
2023-07-14 Konstantina... [NFC][AMDGPU] Add automated tests in or.ll
2023-07-14 Nikolas Klauser[clang][NFC] Remove trailing whitespace from riscv_vect...
2023-07-14 Mikhail GudimReapply [RISCV] Fold binary op into select if profitable.
2023-07-14 Petr Hosek[CMake] Don't exclude llvm-debuginfod if httplib isn...
2023-07-14 Michael Maitland[llvm-mca][RISCV] Add RISCV-SEW instrument
2023-07-14 Michael Maitland[RISCV] Add SEW to RISCVInversePseudoTable
2023-07-14 Krzysztof Drewniak[mlir][GPU] Initialize LLVM exactly once during GPU...
2023-07-14 Aart Bik[mlir][sparse][gpu][nvidia] add pruning step and check...
2023-07-14 Adrian Munera[OpenMP] Build device runtimes for sm_87
2023-07-14 Kamau Bridgeman[PowerPC][Future] Enable __builtin_mma_xxm[t|f]acc
2023-07-14 Caslyn Tonelli[Debuginfod][unittest] Include llvm/Support/StringExtras.h
2023-07-14 Thomas Köppe[llvm-objcopy] Remove stray periods from usage text
2023-07-14 Joseph Huber[OpenMP] Add documentation on using the `libc` in OpenMP
2023-07-14 Fangrui Song[X86] Fix -Wunused-variable in -DLLVM_ENABLE_ASSERTIONS...
2023-07-14 Craig Topper[RISCV] Support i32 clmul* intrinsics on RV64.
2023-07-14 Craig Topper[RISCV] Make __builtin_riscv_clz/ctz return an unsigned...
2023-07-14 LLVM GN Syncbot[gn build] Port 20c6b9d451ca
2023-07-14 Kamau Bridgeman[PowerPC] Add DFP test instruction definitions and...
2023-07-14 Christian Trott[libc++][mdspan] Implement default_accessor
2023-07-14 Lang Hames[ORC] Switch from strncpy to memcpy to silence more...
2023-07-14 Alex Langford[lldb][NFCI] Remove unneeded temporary std::string...
2023-07-14 Shubham Sandeep... Disable GetOrCreateModuleWithCachedModule and GetOrCrea...
2023-07-14 Kazuki Sakamoto[lldb][Windows] Fix TestLocateModuleCallback
2023-07-14 Simon Cook[RISCV] Cleanups in CORE-V (xcv) extensions
2023-07-14 Garvit Gupta[RISCV] Add support for custom CSRs for Sifive S76.
2023-07-14 Dmitry Vyukovubsan: disable sigaction test for aarch64
2023-07-14 Nikita PopovRevert "[InstSimplify] Make simplifyWithOpReplaced...
2023-07-14 Alex Brachet[clang][Sema] Add fixit for scoped enum format error
2023-07-14 Alex Brachet[clang][Sema] Suggest static_cast in C++ code
2023-07-14 Lei Huang[PowerPC] Add DFP format instructions definitions and...
2023-07-14 David Green[AArch64] Mark some operands as OPERAND_IMMEDIATE.
2023-07-14 Nikolas Klauser[libc++][NFC] Update emojis in the buildkite pipeline
2023-07-14 Shubham Sandeep... Revert "Revert "[lldb][LocateModuleCallback] Fix Locate...
next