platform/upstream/llvm.git
2023-07-22 Med Ismail... [lldb] Convert script native types to StructuredData...
2023-07-22 Sunil SrivastavaSet default C++ level for PlayStation(r) to C++17.
2023-07-22 Sam McCall[include-cleaner] allow spelling strategies to customiz...
2023-07-21 Felipe de Azevedo... [lldb] Consider OP_addrx in DWARFExpression::Update_DW_...
2023-07-21 TatWai Chong[mlir][tosa][fix] Add proper type checking trait for...
2023-07-21 Evan Wilde[NFC] Remove extra semicolons in clang/lib/APINotes...
2023-07-21 Kazu Hirata[AMDGPU] Fix an unused variable warning
2023-07-21 Jon RoelofsEnable compact unwind in all darwin simulators
2023-07-21 Philip ReamesRevert "[RISCV] Add test which shows alignment of const...
2023-07-21 Nathan ChancellorRevert "Reapply [IR] Mark and constant expressions...
2023-07-21 Matt ArsenaultAMDGPU: Fix variables only used in asserts
2023-07-21 Matt ArsenaultAMDGPU: Implement new 2ulp fdiv lowering
2023-07-21 Matt ArsenaultAMDGPU: Refactor AMDGPUCodeGenPrepare fdiv handling
2023-07-21 Richard SmithTrack the RequestingModule in the HeaderSearch LookupFi...
2023-07-21 Peter Klausler[flang] Fix portability warning that was incorrectly...
2023-07-21 Jakub Kuderski[mlir][arith] Add canon pattern for chained `arith...
2023-07-21 Kirill Stoimenov[HWASAN][LSAN] Replace cstdint with stdint.h
2023-07-21 Peter Klausler[flang] Emit just one warning for a bad format edit...
2023-07-21 Rafael Ubal... TOSA-to-Linalg lowering for element-wise ops
2023-07-21 Philip Reames[RISCV] Add test which shows alignment of constant...
2023-07-21 Peter Klausler[flang][runtime] Fix NORM2([negative, ...])
2023-07-21 Jacques Pienaar[mlir] Move attr -> properties to not require Operation
2023-07-21 Peter Klausler[flang] Strengthen procedure compatibility checking
2023-07-21 Joseph Huber[NVPTX] Add initial support for '.alias' in PTX
2023-07-21 Peter Klausler[flang] Portability warning and documentation for an...
2023-07-21 Sam McCall[clangd] Allow indexing of __reserved_names outside...
2023-07-21 Paul Robinson[Headers][doc] Add SHA1/SHA256 intrinsic descriptions
2023-07-21 Peter Klausler[flang] Rename new test file
2023-07-21 Peter Klausler[flang] Ensure that NULL(without MOLD=) not passed...
2023-07-21 Sam McCall[clangd] Use index for go-to-type
2023-07-21 Sam McCall[clangd] Add BlockEnd comments for control flow statements
2023-07-21 Peter Klausler[flang] Disallow ASYNCHRONOUS for subroutine
2023-07-21 Peter Klausler[flang] Enforce F'2023 C7125
2023-07-21 Joseph Huber[libc] Remove test RPC opcodes from the exported header
2023-07-21 Matt ArsenaultAMDGPU: Overhaul and improve rcp and rsq f32 formation
2023-07-21 Srishti Srivastava[MLIR][ANALYSIS] Add liveness analysis utility
2023-07-21 Peter Klausler[flang] Catch case of character array constructor with...
2023-07-21 Daniel Hoekwater[AArch64] Move branch relaxation after bbsection assignment
2023-07-21 Alexey Bataev[SLP][NFC]Add a test with strided loads, NFC.
2023-07-21 Peter Klausler[flang][runtime] Detect NEWUNIT= without FILE= or STATU...
2023-07-21 Florian Hahn[LV] Replace use of getMaxSafeDepDist with isSafeForAny...
2023-07-21 Matt ArsenaultValueTracking: Implement computeKnownFPClass for frexp
2023-07-21 Matt ArsenaultValueTracking: Add baseline tests for frexp handling...
2023-07-21 Matt ArsenaultAMDGPU: Add baseline test for fdiv combine
2023-07-21 Peter Klausler[flang] Preserve errors from generic matching
2023-07-21 Slava Zakharin[flang][hlfir] Added missing fir.convert for i1 result...
2023-07-21 Slava Zakharin[flang][hlfir] Preserve polymorphism for the result...
2023-07-21 Slava Zakharin[NFC][flang] Distinguish MATMUL and MATMUL-TRANSPOSE...
2023-07-21 Peter Klausler[flang] Stricter checking of DIM= arguments to LBOUND...
2023-07-21 Peter Klausler[flang] Finalize &/or destroy ABSTRACT types
2023-07-21 Noah Goldstein[InstCombine] If there is a known-bit transform is_pow2...
2023-07-21 Noah Goldstein[InstCombine] Add tests for ispow2 comparisons with...
2023-07-21 Noah Goldstein[InstCombine] Canonicalize `(X^(X-1)) u{ge,lt} X` as...
2023-07-21 Noah Goldstein[InstCombine] Add tests for canonicalizing `(X^(X-1...
2023-07-21 Peter Klausler[flang] Support implicit global external as procedure...
2023-07-21 Peter Klausler[flang] Compare component types In AreSameComponent()
2023-07-21 Rahman Lavaee[llvm-objdump] Use BBEntry::BBID to represent basic...
2023-07-21 Joseph Huber[libc] Disable 'DecodeInOtherBases` test on GPU targets
2023-07-21 Simon Pilgrim[X86] combineBitcastvxi1 - don't prematurely create...
2023-07-21 Simon Pilgrim[X86] truncateVectorWithPACK - avoid concat_vectors...
2023-07-21 Stanislav Mekhanoshin[AMDGPU] Remove std::optional from VOPD::ComponentProps...
2023-07-21 Fangrui Song[test] Unsupport CodeGenCXX/destructors for LLVM_ENABLE...
2023-07-21 Uday BondhugulaNFC. Move remaining affine/memref test cases into respe...
2023-07-21 Simon Pilgrim[X86] Add isUpperSubvectorUndef helper to simplify...
2023-07-21 Arthur Eubanks[Sanitizers][Darwin][Test] Mark symbolize_pc test on...
2023-07-21 Peter Klausler[flang] Accept an assumed-rank array as operand of...
2023-07-21 Sylvestre Ledruclang/Debian: add Debian Trixie now that it is in unstable
2023-07-21 Lorenzo Chelini[MLIR][Linalg] Preserve DPS when decomposing Softmax
2023-07-21 Alex Bradbury[RISCV][NFC] Add RISCVSubtarget field to RISCVExpandPse...
2023-07-21 Joseph Huber[libc] Treat the locks array as a bitfield
2023-07-21 Fangrui Song[Support] Implement LLVM_ENABLE_REVERSE_ITERATION for...
2023-07-21 Mikhail Goncharov[bazel] update config.h.cmake
2023-07-21 Fangrui Song[RISCV] Allow delayed decision for ADD/SUB relocations
2023-07-21 Phoebe WangRevert "[X86][BF16] Do not scalarize masked load for...
2023-07-21 Andrzej Warzynski[flang][nfc] Clarify the usage of llvmArgs and mlirArgs
2023-07-21 Phoebe Wang[X86][BF16] Do not scalarize masked load for BF16 when...
2023-07-21 Guray Ozen[mlir][nvgpu] Set useDefaultAttributePrinterParser
2023-07-21 Jakub KuderskiRevert "[mlir][spirv] Add D155747 to `.git-blame-ignore...
2023-07-21 Jay Foad[ARM] Extend regression test for D154281
2023-07-21 Nikita Popov[FunctionAttrs] Add tests for PR63936 (NFC)
2023-07-21 Maciej GabkaAdd missing SLEEF mappings to scalable vector functions...
2023-07-21 Nikita Popov[ValueTracking] Check non-zero operator before dominati...
2023-07-21 Simon Pilgrim[DAG] SimplifyDemandedBits - call ComputeKnownBits...
2023-07-21 Matthias Springer[mlir][linalg] MapCopyToThreadsOp: Support tensor.pad
2023-07-21 Nikita Popov[ValueTracking] Extract isKnownNonZeroFromOperator...
2023-07-21 Maciej GabkaRevert "[TLI][AArch64] Add missing SLEEF mappings to...
2023-07-21 Maciej Gabka[TLI][AArch64] Add missing SLEEF mappings to scalable...
2023-07-21 Matthias Springer[mlir][linalg] BufferizeToAllocationOp: Add option...
2023-07-21 Matthias Springer[mlir][transform] Add `apply_cse` option to `transform...
2023-07-21 Daniel Krupp[clang][analyzer]Fix non-effective taint sanitation
2023-07-21 Corentin Jabot[Clang] Diagnose jumps into statement expressions
2023-07-21 Jie Fu[mlir][nvgpu] Ignore -Wunused-function in NVGPUDialect...
2023-07-21 David Berard[llvm][SLP] Exit early if inputs to comparator are...
2023-07-21 Kadir Cetinkaya[clangd] Prefer definitions for gototype and implementation
2023-07-21 Simon Pilgrim[X86] matchBinaryShuffle - match PACKUS for v2i64 ...
2023-07-21 Simon Pilgrim[X86] Add packus.ll test coverage
2023-07-21 Simon Pilgrim[X86] packss.ll - add SSE4.2 test coverage
2023-07-21 Michael Halkenhaeuser[OpenMP][OMPT] Add 'Initialized' flag
2023-07-21 Haojian Wu[clangd] Make the order of missing-include edits determ...
2023-07-21 Aaron BallmanMark this test as unsupported on Windows systems
next