platform/upstream/llvm.git
2022-05-12 Mogball[mlir][ods] (NFC) don't use std::function for map_range
2022-05-12 Mogball[mlir] (NFC) Use assembly format for test.graph_region
2022-05-12 bzcheeseman[MLIR][Operation] Simplify Operation casting, NFC
2022-05-12 bzcheeseman[LLVM][Casting.h] Update dyn_cast machinery to provide...
2022-05-12 Fangrui Song[Bitcode] Simplify code after FUNC_CODE_BLOCKADDR_USERS...
2022-05-12 Jim Lin[BPF] Implement mod operation
2022-05-12 Lian Wang[LegalizeVectorTypes] Enable WidenVecRes_SETCC work...
2022-05-12 Ping Deng[RISCV][NFC] Simplify tests by reorganizing check prefixes
2022-05-12 grosul1[mlir] Fix loop unrolling: properly replace the argumen...
2022-05-12 Weining Lu[LoongArch] Check msb is not less than lsb for the...
2022-05-12 David TentyRevert "[NFC][tests][AIX] XFAIL test for lack of visibi...
2022-05-12 Tapan Thaker[lld/macho] Fixes the -ObjC flag
2022-05-11 Vasileios PorpodasRecommit "[SLP] Make reordering aware of external vecto...
2022-05-11 Amir Ayupov[BOLT][NFC] Use BitVector::set_bits
2022-05-11 Greg ClaytonAdd "indexedVariables" to variables with lots of children.
2022-05-11 Simon Dardis[MIPS] Remove an incorrect microMIPS instruction alias
2022-05-11 Arthur EubanksRevert "[SLP] Make reordering aware of external vectori...
2022-05-11 Alan ZhaoExplicitly add -target for Windows builds in file_test_...
2022-05-11 Yuanfang Chen[Driver][test] run one test in darwin-dsymutil.c for...
2022-05-11 Alan Zhao[clang] Add the flag -ffile-reproducible
2022-05-11 Mike Rice[OpenMP] Fix mangling for linear parameters with negati...
2022-05-11 Xiang LiRevert "[HLSL] add -D option for dxc mode."
2022-05-11 Joseph Huber[LinkerWrapper][Fix} Fix bad alignment from extracted...
2022-05-11 Austin Kerbow[AMDGPU] Add llvm.amdgcn.sched.barrier intrinsic
2022-05-11 Florian Hahn[ConstraintElimination] Add extra tests for different...
2022-05-11 Philip Reames[riscv] Add a bunch of tests exploring switch lowering
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
next