platform/upstream/llvm.git
2021-04-12 Zakk Chen[RISCV][Clang] Add all RVV Reduction intrinsic functions.
2021-04-12 Zakk Chen[RISCV][Clang] Add RVV merge intrinsic functions.
2021-04-12 Zakk Chen[RISCV][Clang] Add RVV Type-Convert intrinsic functions.
2021-04-12 Zakk Chen[RISCV][Clang] Add some RVV Floating-Point intrinsic...
2021-04-12 Zakk Chen[RISCV][Clang] Add more RVV Floating-Point intrinsic...
2021-04-12 Zakk Chen[RISCV][Clang] Add some RVV Floating-Point intrinsic...
2021-04-12 Zakk Chen[RISCV][Clang] Add RVV Widening Integer Add/Subtract...
2021-04-12 Jim Lin[RISCV][NFC] Remove unneeded explict XLenVT type on...
2021-04-12 Craig Topper[RISCV] Update computeKnownBitsForTargetNode to treat...
2021-04-11 Craig Topper[RISCV] Use SLLI/SRLI instead of SLLIW/SRLIW for (srl...
2021-04-11 Roman Lebedev[NFCI][SimplifyCFG] PerformValueComparisonIntoPredecess...
2021-04-11 Roman Lebedev[NFCI][SimplifyCFG] mergeEmptyReturnBlocks(): improve...
2021-04-11 Roman Lebedev[NFCI][Local] MergeBasicBlockIntoOnlyPred(): improve...
2021-04-11 Roman Lebedev[NFCI][BasicBlockUtils] MergeBlockIntoPredecessor(...
2021-04-11 Roman Lebedev[NFCI][Local] TryToSimplifyUncondBranchFromEmptyBlock...
2021-04-11 Roman Lebedev[NFCI][DomTreeUpdater] applyUpdates(): reserve space...
2021-04-11 Florian Hahn[LoopUnroll] Add AArch64 test case with large vector...
2021-04-11 Florian Hahn[VectorCombine] Add tests for load/extract scalarization.
2021-04-11 Simon Pilgrim[X86][AVX512] Fold not(kmov(x)) -> kmov(not(x)) and...
2021-04-11 Thomas Lively[WebAssembly] Update v128.any_true
2021-04-11 Simon Pilgrim[X86] combineXor - Pull out repeated getOperand() calls...
2021-04-11 Simon Pilgrim[X86] Fold cmpeq/ne(and(X,Y),Y) --> cmpeq/ne(and(~X...
2021-04-11 Craig Topper[RISCV] Drop earlyclobber constraint from vwadd(u)...
2021-04-11 Craig Topper[RISCV] Teach targetShrinkDemandedConstant to preserve...
2021-04-11 Craig Topper[RISCV] Add i8 and i16 srli and srai tests to Zbb/Zbp...
2021-04-11 Roman Lebedev[InstCombine] Improve "get low bit mask upto and includ...
2021-04-11 Roman Lebedev[NFC][InstCombine] Add tests for "get low bit mask...
2021-04-11 Roman Lebedev[InstCombine] (X | Op01C) + Op1C --> X + (Op01C + Op1C...
2021-04-11 Roman Lebedev[NFC][InstCombine] Add a few test of adding to add...
2021-04-11 Roman Lebedev[NFC][LoopVectorize] Autogenerate interleaved-accesses.ll
2021-04-11 Roman Lebedev[LoopIdiom] left-shift-until-bittest: set all allowed...
2021-04-11 Roman Lebedev[NFC][LoopIdiom] left-shift-until-bittest: add small...
2021-04-11 Roman Lebedev[NFC][LoopIdiom] Regenerate left-shift-until-bittest.ll
2021-04-11 Mark de Wever[libc++] [CI] Validate the output of the generated...
2021-04-11 Zhang Qing... Update personal info in CREDITS.TXT
2021-04-11 Sushma UnnibhaviTypo fix
2021-04-11 Sushma UnnibhaviMissing syntax highlighting for LLVM IR in Langref
2021-04-11 Arthur EubanksRevert "Remove "Rewrite Symbols" from codegen pipeline"
2021-04-11 Arthur EubanksRemove "Rewrite Symbols" from codegen pipeline
2021-04-11 patacca[Polly] Partially refactoring of IslAstInfo and IslNode...
2021-04-10 Roman Lebedev[CVP] @llvm.[us]{min,max}() intrinsics handling
2021-04-10 Roman Lebedev[NFC][CVP] Add tests for @llvm.[us]{min,max}() intrinsics
2021-04-10 Nikita Popov[IVUsers] Check LoopSimplify cache earlier (NFC)
2021-04-10 Wenlei He[CSSPGO] Fix dangling context strings and improve profi...
2021-04-10 Roman Lebedev[NFC][JumpThreading] Increment 'NumFolds' statistic...
2021-04-10 Roman Lebedev[NFC][CVP] Add statistic for function pointer argument...
2021-04-10 Roman Lebedev[CVP] LVI: Use in-block values when checking value...
2021-04-10 Roman Lebedev[NFC][LVI] getPredicateAt(): drop default value for...
2021-04-10 Roman Lebedev[NFC] Rename LimitingIntrinsic into MinMaxIntrinsic
2021-04-10 peter klausler[flang] Accept & fold IEEE_SELECTED_REAL_KIND
2021-04-10 Whisperity[libtooling][clang-tidy] Fix off-by-one rendering issue...
2021-04-10 Roman Lebedev[NFC][ConstantRange] Add 'icmp' helper method
2021-04-10 Roman LebedevRevert "[NFC][ConstantRange] Add 'icmp' helper method"
2021-04-10 Roman LebedevRevert "zz"
2021-04-10 Roman Lebedev[NFC][ConstantRange] Add 'icmp' helper method
2021-04-10 Roman Lebedevzz
2021-04-10 Whisperity[libtooling][clang-tidy] Fix diagnostics not highlighti...
2021-04-10 Roman Lebedev[CVP] @llvm.abs() handling
2021-04-10 Roman Lebedev[NFC][CVP] Add `@llvm.abs` test cases
2021-04-10 Saurabh Jha[Matrix] Implement C-style explicit type conversions...
2021-04-10 Hsiangkai Wang[RISCV][Clang] Add RVV vleff intrinsic functions.
2021-04-10 Roman LebedevTemporairly revert "[CGCall] Annotate `this` argument...
2021-04-10 dfukalov[AMDGPU][CostModel] Refine cost model for control-flow...
2021-04-10 Ben Shi[clang][AVR] Support variable decorator '__flash'
2021-04-10 Duncan P. N... Support: Add move semantics to mapped_file_region
2021-04-10 peter klausler[flang] RANDOM_NUMBER, RANDOM_SEED, RANDOM_INIT in...
2021-04-09 Jez Ng[lld-macho][nfc] Remove DYSYM8 reloc attribute
2021-04-09 peter klausler[flang] Enforce a limit on recursive PDT instantiations
2021-04-09 Mitch PhillipsRevert "[AMDGPU] Remove MachineDCE after SIFoldOperands"
2021-04-09 Mitch PhillipsRevert "[AMDGPU] SIFoldOperands: eagerly erase dead...
2021-04-09 Jessica Paquette[AArch64][GlobalISel] Swap compare operands when it...
2021-04-09 peter klausler[flang] Check for conflicting BIND(C) names
2021-04-09 Roman Lebedev[Analysis] isDereferenceableAndAlignedPointer(): recurs...
2021-04-09 Roman Lebedev[NFC][SROA] Add C++'s `std::clamp()` testcase from...
2021-04-09 Mitch Phillips[ASan] Allow new/delete replacement by making intercept...
2021-04-09 Kostya Kortchinsky[scudo][standalone] Use BatchClassId in drain rather...
2021-04-09 Mitch PhillipsRevert "[PowerPC] Add ROP Protection Instructions for...
2021-04-09 Nicolas Vasilache[mlir] NFC - Add help functions to scf.ForOp
2021-04-09 cchen[OpenMP51][DOCS] Claimed masked construct and report...
2021-04-09 Jay Foad[AMDGPU] Remove MachineDCE after SIFoldOperands
2021-04-09 Jay Foad[AMDGPU] SIFoldOperands: eagerly erase dead REG_SEQUENCEs
2021-04-09 Alina Sbirlea[MSSA] Rename uses in IDF regardless of new def positio...
2021-04-09 Louis Dionne[libc++] NFC: Move unused include of <limits> to alloca...
2021-04-09 Stanislav Mekhanoshin[AMDGPU] Added udot2 op_sel test. NFC.
2021-04-09 Stefan PintilieAdd correct types to the xxsplti32dx pattern.
2021-04-09 Shafik Yaghmour[LLDB][NFC] Add clarifying comments for AddCXXSummary...
2021-04-09 cchen[OpenMP51] Initial support for masked directive and...
2021-04-09 Duncan P. N... Support: Remove code duplication for mapped_file_region...
2021-04-09 Martin Storsjö[libcxx] [test] Add more tests for renaming directories...
2021-04-09 Martin Storsjö[libcxx] [test] Use GetWindowsInaccessibleDir() in...
2021-04-09 Martin Storsjö[libcxx] [test] Use GetWindowsInaccessibleDir() instead...
2021-04-09 Thomas Lively[WebAssembly] Add shuffles as an option for lowering...
2021-04-09 Alex RichardsonHandle alloc_size attribute on function pointers
2021-04-09 Alex Richardson[builtins] Avoid enum name conflicts with fenv.h
2021-04-09 Alex Richardson[TableGen] Report an error message on a missing comma
2021-04-09 Amara Emerson[AArch64][GlobalISel] Fix incorrect codegen for <16...
2021-04-09 Stefan Pintilie[PowerPC] Add ROP Protection Instructions for PowerPC
2021-04-09 Paul Robinson[RGT] Disable some tests on Windows at compile-time...
2021-04-09 Adrian PrantlUpdate the linkage name of coro-split functions in...
2021-04-09 Sanjay Patel[PhaseOrdering] add test for llvm.expect; NFC
next