platform/upstream/llvm.git
2022-03-17 Uday Bondhugula[MLIR] Add affine.load fold hook on global constant...
2022-03-17 Johannes DoerfertReapply "[OpenMP][FIX] Allow device constructors for...
2022-03-17 Johannes DoerfertAdd another office hour
2022-03-17 Julian LettnerLower `@llvm.global_dtors` using `__cxa_atexit` on...
2022-03-17 Jim Kitchen[mlir][sparse] Introduce new binary and unary op
2022-03-17 Archibald Elliott[ARM] Fix Decode of tsb csync
2022-03-17 Augusto Noronha[dsymutil] Apply relocations present in Swift reflectio...
2022-03-17 Dominic Chen[scudo][tests] Pass read-only vector by reference
2022-03-17 Dominic Chen[scudo] Fix test harness integration
2022-03-17 Dominic Chen[scudo] Use nullptr instead of integer-to-pointer cast
2022-03-17 Dominic Chen[scudo] Don't unmap other low memory pages if mapping...
2022-03-17 Dominic Chen[scudo] Explicitly mark enum as unsigned
2022-03-17 Dominic Chen[scudo] Remove unused vector value initializer
2022-03-17 Ellis Hoag[AlwaysInliner] Check inliner errors even without assserts
2022-03-17 Zixu Wang[NFC] Disable clang/SymbolGraph test
2022-03-17 Craig Topper[RISCV] Mention Zvfh extension in release notes. NFC
2022-03-17 Yuanfang Chen[PS4] Make __BIGGEST_ALIGNMENT__ 32bytes
2022-03-17 Matt ArsenaultRevert "RegAllocGreedy: Fix last chance recolor assert...
2022-03-17 Stanislav Gatev[clang][dataflow] Model the behavior of non-standard...
2022-03-17 Craig Topper[RISCV] Add +experimental-zvfh extension to cover half...
2022-03-17 Florian Hahn[LoopSimplifyCFG] Add test case for PR54023.
2022-03-17 LLVM GN Syncbot[gn build] Port 1af5fbd5c605
2022-03-17 Sterling AugustineRevert "Use a stable-sort when combining bases"
2022-03-17 David GoldmanAttempt forward fix for Linux buildbots for D116385
2022-03-17 Andrzej Warzynski[flang][nfc] Move a test
2022-03-17 Craig Topper[RISCV] Simplify scalable vector case in lowerVectorMas...
2022-03-17 Ingo Mueller[mlir][docs] Fix formatting issue in Dialects/Vector.md.
2022-03-17 Andrew Wei[NFC][ InstCombine] precommit test for D121585
2022-03-17 Yonghong Song[BPF] Fix a bug in BPFAdjustOpt pass for icmp transform...
2022-03-17 Amy Zhuang[mlir] Extend SimplifyTrivialLoops
2022-03-17 Matt Devereau[AArch64][SVE] InstCombine llvm.aarch64.sve.sel to...
2022-03-17 Valentin Clement[flang] Lower some numeric intrinsics
2022-03-17 Valentin Clement[flang] Add equivalence lowering tests
2022-03-17 Simon Pilgrim[clang] AddObjCKeyValueCompletions - use castAs<> inste...
2022-03-17 Valentin Clement[flang] Add more lowering tests for dummy arguments
2022-03-17 Sterling AugustineUse a stable-sort when combining bases
2022-03-17 Valentin Clement[flang] Add IO lowering test
2022-03-17 Marco Elver[AtomicExpandPass][NFC] Reformat with clang-format
2022-03-17 henry wong[LTO][ELF] Require asserts for --stats-file= tests.
2022-03-17 Nikita Popov[CodeGen] Avoid pointer element type access for blocks
2022-03-17 Shafik Yaghmour[LLDB] Modifying expression code in MakeLoadImageUtilit...
2022-03-17 Fraser Cormack[Coroutines][NFC] Format line to 80 cols
2022-03-17 Siva Chandra... [libc][NFC] Add a separate flag for capturing the ...
2022-03-17 Arthur Eubanks[OpaquePtr][LLParser] Automatically detect opaque point...
2022-03-17 Nikita Popov[CodeGen] Avoid some pointer element type accesses
2022-03-17 Jonas Devlieghere[lldb] Skip invalid-condition.test on Windows
2022-03-17 Nikita Popov[CodeGen] Avoid some pointer element type accesses
2022-03-17 David Goldman[clangd] Code action for creating an ObjC initializer
2022-03-17 Dávid Bolvanský[Clang] Added info about noinline/always_inline stateme...
2022-03-17 David Green[AArch64] Add extra insert-subvector tests. NFC
2022-03-17 Jay Foad[AMDGPU] Stop using getMinimalPhysRegClass in LowerForm...
2022-03-17 Jeremy Morse[DebugInfo][InstrRef] Prefer stack locations for variables
2022-03-17 Nikita Popov[CodeGen] Avoid some pointer element type accesses
2022-03-17 Marco Elver[Instruction] Introduce getAtomicSyncScopeID()
2022-03-17 Nikita Popov[CGObjCGNU] Remove pointer element type uses
2022-03-17 Kiran Chandramohan[Flang] Lower the repeat intrinsic
2022-03-17 Valentin Clement[flang] Lower command and environment intrinsics
2022-03-17 Florian Hahn[LV] Use usesScalars in widenPHIInstruction.
2022-03-17 Kiran Chandramohan[Flang] Lower the transpose intrinsic
2022-03-17 Sanjay Patel[x86] try harder to use shift instead of test if it...
2022-03-17 Haojian Wu[pseudo] Tweak some docs, NFC
2022-03-17 Haojian Wu[clangd] Re-enable clang-tidy's nolint blocks
2022-03-17 Haojian Wu[pseudo] Split greatergreater token.
2022-03-17 Kiran Chandramohan[Flang] Lower the trim intrinsic
2022-03-17 Kiran Chandramohan[Flang] Lower Matmul intrinsic
2022-03-17 Sanjay Patel[Sema] add warning for tautological FP compare with...
2022-03-17 Valentin Clement[flang] Lower misc intrinsics
2022-03-17 Valentin Clement[flang] Lower present intrinsic
2022-03-17 Valentin Clement[flang] Lower exit intrinsic
2022-03-17 Andrzej Warzynski[flang][lowering] Add support for lowering of the ...
2022-03-17 Florian Hahn[VPlan] VPInterleaveRecipe only requires the first...
2022-03-17 Andrzej Warzynski[flang][nfc] Update comment in test
2022-03-17 Dmitry Preobrazhensky[AMDGPU][MC] A fix for commit 5977dfb
2022-03-17 Shreyas Atre[clang-tidy][run-clang-tidy.py] Add --config-file=...
2022-03-17 Evgeny Shulgin[clang-tidy] Don't check decltype return types in ...
2022-03-17 Nikita Popov[SLP] Avoid unnecessary getIncomingValueForBlock()...
2022-03-17 David SpickettRevert "[libcxx][CI] Use temporary clang-13 bots for...
2022-03-17 Simon Pilgrim[X86] Use the unaligned vector typedefs for the lddqu...
2022-03-17 Alex Zinenko[mlir][bazel] make .pyi files available to Bazel
2022-03-17 Jean Perier[flang] handle allocatable components when creating...
2022-03-17 Adrian Kuegel[Bazel] Update Bazel build to add symbol_graph.
2022-03-17 Kazushi (Jam... [Clang][VE] Add vector mask intrinsics to clang
2022-03-17 Jay Foad[LegacyPassManager] Move structural hashing into Pass...
2022-03-17 David Green[AArch64] Combine ISD::AND into AArch64ISD::ANDS
2022-03-17 Adrian Kuegel[mlir][Bazel] Add missing dependency.
2022-03-17 Adrian Kuegel[mlir][Bazel] Adapt BUILD.bazel for move of lsp-server...
2022-03-17 Nikita PopovReapply [InstCombine] Support switch in phi to cond...
2022-03-17 Haojian Wu[pseudo] Fix some naming-style violations.
2022-03-17 Krystian Kuzniarek[clang-format][docs] Regenerate ClangFormatStyleOptions.rst
2022-03-17 Adrian Kuegel[mlir][Bazel] Also fix mlir/unittests/BUILD.bazel.
2022-03-17 Marek Kurdej[clang-format] Correctly recognize binary operators...
2022-03-17 Yi KongReland "[clang][driver] Emit a warning if -xc/-xc+...
2022-03-17 Marek Kurdej[clang-format] Reformat. NFC.
2022-03-17 Adrian Kuegel[mlir][Bazel] Adapt to move of FuncOp.
2022-03-17 Adrian Kuegel[mlir] Make header standalone (NFC)
2022-03-17 Lian Wang[RISCV] Add patterns for vnsrl.wi and vnsra.wi instructions
2022-03-17 River Riddle[mlir][NFC] Move the LSP agnostic files to a new lsp...
2022-03-17 River Riddle[PDLL] Add proper expansive documentation for PDLL
2022-03-17 Valentin Clement[flang] Lower array related intrinsics
2022-03-17 Jonas Devlieghere[lldb] Migrate runtime instrumentation plugins to Repor...
next