platform/upstream/llvm.git
2022-05-11 Craig Topper[RISCV] Enable subregister liveness tracking for RVV.
2022-05-11 Craig Topper[RISCV] Fold addiw from (add X, (addiw (lui C1, C2...
2022-05-11 Florian Hahn[GVN] Add test case for memdep invalidation bug.
2022-05-11 Chris Lattner[AsmParser] Adopt emitWrongTokenError more, improving QoI
2022-05-11 Nikolas Klauser[libc++] Remove __invalidate_all_iterators and replace...
2022-05-11 Nikolas Klauser[libc++] Add a few more debug wrapper functions
2022-05-11 Craig Topper[CodeGenPrepare] Use const reference to avoid unnecessa...
2022-05-11 Philip Reames[test, riscv] Add test illustrating missing handling...
2022-05-11 River Riddle[TableGen] Refactor TableGenParseFile to no longer...
2022-05-11 River Riddle[TableGen] Remove the use of global Record state
2022-05-11 Qiongsi Wu[clang][ppc] Creating Seperate Install Target for PPC...
2022-05-11 Craig Topper[RISCV] Add caching to the gather/scatter to strided...
2022-05-11 Yaxun (Sam... [clang] Fix KEYALL
2022-05-11 Xiang Li[HLSL] add -D option for dxc mode.
2022-05-11 Craig Topper[RISCV] Move implementation of getVLOpNum and getSEWOpN...
2022-05-11 Craig Topper[RISCV] Override TargetLowering::shouldProduceAndByCons...
2022-05-11 Sanjay Patel[InstCombine] freeze operand in sdiv expansion
2022-05-11 Sanjay Patel[InstCombine] update auto-generated CHECK lines in...
2022-05-11 Craig Topper[RISCV] Add a DAG combine to pre-promote (i32 (and...
2022-05-11 Philip Reames[riscv] Canonicalize vsetvli (vsetvli avl, vtype1)...
2022-05-11 Arthur Eubanks[gn build] Use llvm-ar when clang_base_path is specified
2022-05-11 Peter Klausler[flang] Fix check for assumed-size arguments to SHAPE...
2022-05-11 Philip Reames[riscv] Add tests for vsetvli reuse across iterations...
2022-05-11 David Tenty[clang][AIX] Don't ignore XCOFF visibility by default
2022-05-11 Mircea Trofin[mlgo] Fix test
2022-05-11 Peter Klausler[flang] Fold complex component references
2022-05-11 Sanjay Patel[InstCombine] freeze operand in urem expansion
2022-05-11 Amir Ayupov[BOLT][NFC] Add MCPlus::primeOperands iterator_range
2022-05-11 Joseph Huber[OpenMP] Add a check for alignment in the offload packager
2022-05-11 Vibhuti Sawant[Bazel] Add support for s390x build target
2022-05-11 Aaron BallmanFix the Clang sphinx build
2022-05-11 Matthias BraunFix endless loop in optimizePhiConst with integer const...
2022-05-11 Alban Bridonneau[NFC] Change comment number in aarch64 isel
2022-05-11 python3kgae[DirectX backend] Add pass to emit dxil metadata.
2022-05-11 Joe Nash[AMDGPU] gfx11 Decode wider instructions. NFC
2022-05-11 Florian Hahn[ConstraintElimination] Add test where ssub result...
2022-05-11 Joe Nash[AMDGPU] gfx11 subtarget features & early tests
2022-05-11 Shao-Ce SUN[RISCV] Remove some TODOs in tests
2022-05-11 Nikita Popov[InstCombine] Freeze other uses of frozen value
2022-05-11 Philip Reames[riscv] Prefer to use previous VL for scalar move instr...
2022-05-11 Matthias Springer[mlir][bufferize][NFC] Move helper functions to Bufferi...
2022-05-11 Louis Dionne[runtimes] Print the testing configuration in use in...
2022-05-11 Nico Weber[gn build] (manually) port 26eb04268f4c (clang-offload...
2022-05-11 Joseph Huber[Clang] Introduce clang-offload-packager tool to bundle...
2022-05-11 Matt Devereau[AArch64][SVE] Add aarch64_sve_pcs attribute to Clang
2022-05-11 Alexey Bataev[SLP]Further improvement of the cost model for scalars...
2022-05-11 Sanjay Patel[InstCombine] improve auto-generated test checks by...
2022-05-11 Whisperity[ASTMatchers][NFC] Fix name of matcher in docs and...
2022-05-11 Sergey Semushin[clang-format] fix nested angle brackets parse inside...
2022-05-11 Fraser Cormack[RISCV][NFC] Rename variable to appease code style
2022-05-11 Fraser Cormack[RISCV][NFC] Move variable down closer to its first use
2022-05-11 Joseph Huber[CUDA] Add wrapper code generation for registering...
2022-05-11 Joseph Huber[Cuda] Add initial support for wrapping CUDA images...
2022-05-11 Joseph Huber[CUDA] Create offloading entries when using the new...
2022-05-11 Aaron BallmanFix test; we now expect a pedantic warning
2022-05-11 Ken MatsuiAdd extension diagnostic for linemarker directives
2022-05-11 Amir Ayupov[BOLT][TEST] Remove -gdwarf-4 override from %cflags
2022-05-11 Florian Hahn[VPlan] VPInterleaveRecipe only uses first lane if...
2022-05-11 Florian Hahn[LV] Add opaque pointer test for #55375.
2022-05-11 Amir Ayupov[BOLT] Add icp-inline option
2022-05-11 Nikita Popov[IndVarSimplify] Regenerate test checks (NFC)
2022-05-11 CHIANG, YU... [docs][pp-trace] Remove FileNotFound callback
2022-05-11 Nikita Popov[SCEVExpander] Deduplicate min/max expansion code ...
2022-05-11 Nikita Popov[InstCombine] Add additional freeze tests (NFC)
2022-05-11 David Green[TypePromotion] Fix sext vs zext in promoted constant
2022-05-11 Fraser Cormack[SelectionDAG][VP] Rename VP sext/zext/trunc ISD opcodes
2022-05-11 Chris Lattner[AsmParser] Improve error recovery again.
2022-05-11 David Green[TypePromotion] Format Type Promotion. NFC
2022-05-11 Jonas Hahnfeld[ORC] Fix sorting of contructors by priority
2022-05-11 Xiang Li[DirectX backend] Add pass to lower llvm intrinsic...
2022-05-11 Yeting Kuo[RISCV] Make PseudoReadVL have the vtypes of the corres...
2022-05-11 jacquesguan[RISCV] Add rvv codegen support for vp.fpext.
2022-05-11 Peter Steinfeld[flang] Change "bad kind" messages in the runtime to...
2022-05-11 Mingming Liu[X86] Fix 80 column violation in X86InstrInfo.cpp. NFC
2022-05-11 Mingming LiuRevert "[NFC] Run clang-format on llvm/lib/Target/X86...
2022-05-11 Alexander Shaposhnikov[Transform][Utils][NFC] Clean up CtorUtils.cpp
2022-05-11 Xiang1 Zhang[CodeGen] Fix ConvertNodeToLibcall for STRICT_FPOWI
2022-05-11 Mingming Liu[NFC] Run clang-format on llvm/lib/Target/X86/X86Instro...
2022-05-11 Ting Wang[PowerPC] Fix PPCISD::STBRX selection issue on A2
2022-05-11 Eduard Zingerman[BPF] Add a test for making FI_ri as isPseudo
2022-05-11 Eduard Zingerman[BPF] Mark FI_ri as isPseudo to avoid assertion during...
2022-05-11 Florian Mayer[HWASan symbolize] Write error to stderr.
2022-05-10 Florian Mayer[HWASan] deflake hwasan_symbolize test more.
2022-05-10 Peter Klausler[flang] Allow local variables and function result inqui...
2022-05-10 Nick Desaulniers[BuildLibCalls] infer inreg param attrs from NumRegiste...
2022-05-10 Wende Tan[Bitcode] Include indirect users of BlockAddresses...
2022-05-10 Mingming Liu[Peephole-opt][X86] Enhance peephole opt to see through...
2022-05-10 Chia-hung Duan[mlir] Print some message for op-printing verification
2022-05-10 Thomas Raoux[mlir][gpu] Move async copy ops to NVGPU and add cachin...
2022-05-10 Vasileios Porpodas[SLP] Make reordering aware of external vectorizable...
2022-05-10 Philip Reames[riscv] Consolidate logic for SEW/VL operand offset...
2022-05-10 Philip Reames[riscv] Minor style cleanup so that code more obviously...
2022-05-10 Mike Rice[OpenMP] Fix mangling for linear modifiers with variabl...
2022-05-10 LLVM GN Syncbot[gn build] Port f822db7670d4
2022-05-10 Mehdi AminiRemove unused variable (fix -Werror build on MSVC)
2022-05-10 Jan KorousRevert "[utils] Avoid hardcoding metadata ids in update...
2022-05-10 Mingming LiuRevert "Enhance peephole optimization."
2022-05-10 Vasileios Porpodas[SLP][NFC] Precommit a lit test for a followup patch...
2022-05-10 Erich Keane[NFC] Replace not-null and not-isa check with a not...
2022-05-10 Jim InghamAdd the "sent break" message to the "gdb-remote packets...
next