platform/upstream/llvm.git
2023-06-23 Johannes Doerfert[Attributor][NFC] Allow to restrict the Attributor...
2023-06-23 Johannes Doerfert[Attributor] Remove the iteration count verification
2023-06-23 Matt ArsenaultValueTracking: Use new version of cannotBeOrderedLessTh...
2023-06-23 Matt ArsenaultValueTracking: Prepare to phase out CannotBeOrderedLess...
2023-06-23 Paul KirthReland [llvm] Preliminary fat-lto-objects support
2023-06-23 Sami Tolvanen[RISCV] Implement KCFI operand bundle lowering
2023-06-23 Mehdi AminiFix missing return introduced when adding support for...
2023-06-23 Matt ArsenaultValueTracking: Handle cannotBeOrderedLessThanZero for...
2023-06-23 Kazu Hirata[llvm-profdata] Fix mixed-sign comparison warnings
2023-06-23 Vitaly Buka[test][msan] Add test for dc4d9d6
2023-06-23 Vitaly Buka[msan] Optimize zeroing allocated memory
2023-06-23 LLVM GN Syncbot[gn build] Port 31af18bccea9
2023-06-23 William Huang[llvm-profdata] Refactoring Sample Profile Reader to...
2023-06-23 Sami TolvanenRevert "[RISCV] Implement KCFI operand bundle lowering"
2023-06-23 xortoast[WebAssembly] Add lowering for llvm.rint and llvm.roundeven
2023-06-23 Amara EmersonDarwin: Use the GOT to reference ___stack_chk_guard.
2023-06-23 Joseph Huber[libc] Add basic utility support for timing functions...
2023-06-23 Joseph Huber[ClangPackager] Add an option to extract inputs to...
2023-06-23 Florian Hahn[ConstraintElim] Add tests to check negated OR simplifi...
2023-06-23 Matt ArsenaultRevert "OpenMP/cmake: Use list append instead of repeat...
2023-06-23 Joseph Huber[libc][Obvious] Use the current binary dir instead...
2023-06-23 Robert Suderman[mlir][math] Modified the 'math.exp' lowering for highe...
2023-06-23 Matt ArsenaultOpenMP/cmake: Use DEPFILE instead of IMPLICIT_DEPENDS
2023-06-23 Matt ArsenaultOpenMP/cmake: Use list append instead of repeating...
2023-06-23 Zahira AmmarguellatWhen float_t and double_t types are used inside a scope...
2023-06-23 LLVM GN Syncbot[gn build] Port a3800ad9d87f
2023-06-23 Jonas Devlieghere[lldb] Use format specific for unprintabe char in DumpD...
2023-06-23 Chia-hung Duan[scudo] PopBatch after populateFreeList()
2023-06-23 Chia-hung Duan[scudo] update Pushedblocks/PoppedBlocks in Impl functions
2023-06-23 Joseph Huber[libc] Fix installing GPU headers
2023-06-23 Paul KirthRevert "[llvm] Preliminary fat-lto-objects support"
2023-06-23 Sami Tolvanen[RISCV] Implement KCFI operand bundle lowering
2023-06-23 LLVM GN Syncbot[gn build] Port a67208e1c697
2023-06-23 Benjamin KramerRemove unused include. NFC
2023-06-23 Jonas Devlieghere[lldb] Print unprintable characters as unsigned
2023-06-23 Artem Belevich[NVPTX] Lower v2f16 and v2bf16 stores as 32-bit scalars.
2023-06-23 Paul Kirth[llvm] Preliminary fat-lto-objects support
2023-06-23 Artem Belevich[NVPTX] Correctly lower extending loads for fp16 vectors.
2023-06-23 Alex Langford[lldb][NFCI] Remove use of ConstString from StructuredD...
2023-06-23 Valentin Clement[flang][mlir][openacc] Add acc.reduction operation...
2023-06-23 Hongtao Yu[llvm-profgen] Remove target triple check to allow...
2023-06-23 Fangrui Song[llvm-addr2line] Replace checkFileExists with getOrCrea...
2023-06-23 Wenlei He[LoopSink] Allow sinking to PHI-use (2nd attempt)
2023-06-23 Valentin Clement[flang] Enhance getTypeAsString for RecordType
2023-06-23 Fangrui Song[XRay][AArch64] Suppport __xray_customevent/__xray_type...
2023-06-23 Piotr Zegar[clang-tidy] Document modernize-raw-string-literal...
2023-06-23 Ties Stuijdisable execute-only tests which are failing with expen...
2023-06-23 Simon Pilgrim[DAG] mergeTruncStores - early out if we collect more...
2023-06-23 Nikita Popov[LSR] Convert some tests to opaque pointers (NFC)
2023-06-23 Nikita Popov[LSR] Regenerate test checks (NFC)
2023-06-23 Nikita Popov[ArgPromotion] Remove code for handling typed pointers...
2023-06-23 eopXD[RISCV] Add a policy operand to VPseudoBinaryNoMaskTURo...
2023-06-23 Emilia Kond[clang-format] Respect ColumnLimit 0 line breaks in...
2023-06-23 Nikita Popov[InstCombine] Add created extracts to worklist
2023-06-23 David Green[DAG] Fix and expand fmin/fmax reassociation fold.
2023-06-23 Nikita Popov[InstCombine] Track inserted instructions when lowering...
2023-06-23 Takuya Shimizu[clang][Sema] Fix comments to conform to bugprone-argum...
2023-06-23 Alex Bradbury[RISCV][doc] Document support for zvfbfmin and zvfbfwma
2023-06-23 Alex Bradbury[RISCV] Implement support for bf16 truncate/extend...
2023-06-23 Matt ArsenaultHIP: Directly call trunc builtins
2023-06-23 Matt ArsenaultAMDGPU: Don't use old form of fneg in some tests
2023-06-23 Matt ArsenaultAMDGPU: Modernize exp codegen tests
2023-06-23 Alex Bradbury[RISCV][MC] Fix encoding for vfwmaccbf16
2023-06-23 Aaron BallmanFixed failed assertion w/attribute on anon unions
2023-06-23 John Brawn[lld][ARM] Add support for 16-bit thumb group relocations
2023-06-23 Matt ArsenaultAMDGPU: Use correct lowering for llvm.log2.f32
2023-06-23 Ivan Kosarev[AMDGPU][GFX11] Add test coverage for 16-bit conversion...
2023-06-23 Matt ArsenaultAMDGPU: Add more log vector tests
2023-06-23 Marius Brehler[mlir][emitc] Add add and sub operations
2023-06-23 Haojian Wu[clangd] Replace the hacky include-cleaner macro-refere...
2023-06-23 Nikita Popov[SCEV] Add test for alloca ranges (NFC)
2023-06-23 Ivan Kosarev[AMDGPU][AsmParser] Eliminate cvtMtbuf().
2023-06-23 Ivan Kosarev[AMDGPU][GFX11] Add test coverage for 16-bit conversion...
2023-06-23 Nikita Popov[ValueTracking] Correctly check addrspace of alloca
2023-06-23 Aaron BallmanFix a failing assertion with implicit function definitions
2023-06-23 Michael Platings[Clang][Driver] Warn on invalid Arm or AArch64 baremeta...
2023-06-23 Luke Lau[CostModel] Use operands argument in getInstructionCost...
2023-06-23 Nikita Popov[SCEV] Use object size for allocas as well
2023-06-23 Nikita Popov[SCEV] Store getValue() result in variable (NFC)
2023-06-23 David Green[AArch64] Add tests for double reducts of vector.reduce...
2023-06-23 Serge Pavlov[symbolizer] Check existence of input file in GNU mode
2023-06-23 Nikita Popov[ConstantRange] Calculate precise range for multiply...
2023-06-23 Igor KirillovRevert "Revert "[CodeGen] Extend reduction support...
2023-06-23 Ties Stuij[ARM] generate armv6m eXecute Only (XO) code
2023-06-23 pvanhout[NFC] clang-format GlobalISelEmitter.cpp
2023-06-23 pvanhout[NFC] Remove leftover `inline` on some RuleMatcher...
2023-06-23 Jolanta Jensen[SVE ACLE] Remove DAG combines that are no longer relevant.
2023-06-23 Jeremy Furtek[APFloat] Add APFloat semantic support for TF32
2023-06-23 Kazu Hirata[LegacyPM] Remove LowerMatrixIntrinsicsLegacyPass and...
2023-06-23 Kazu Hirata[LegacyPM] Remove unused declaration initializeAnnotati...
2023-06-23 Tamás Danyluk[SCCPSolver] Speed up SCCPSolver by avoiding repeated...
2023-06-23 Alex Zinenko[mlir][transform] don't wrap a warning into silenceable...
2023-06-23 Alex Zinenko[mlir][transform] fix handle invalidation check for...
2023-06-23 Balázs Kéri[clang][ASTImporter] Add import of CXXRewrittenBinaryOp...
2023-06-23 Dhruv Chawla[TargetLowering] Better code generation for ISD::SADDSA...
2023-06-23 Dhruv Chawla[AArch64] Pre-commit test for D153575
2023-06-23 Kazu Hirata[LegacyPM] Remove LoopAccessLegacyAnalysis
2023-06-23 Ulrich WeigandFix bytecode reader/writer on big-endian platforms
2023-06-23 Haojian Wu[clangd] Store offsets in MacroOccurrence
2023-06-23 Jean Perier[flang][hlfir] Simplify hlfir::convertToValue
next