platform/upstream/llvm.git
2020-12-08 wlei[llvm-profgen][NFC] Fix test failure by making unwinder...
2020-12-08 Qiu Chaofan[PowerPC] Implement intrinsic for DARN instruction
2020-12-08 Arthur Eubanks[test] Fix Transforms/LoopVersioningLICM under NPM
2020-12-08 Arthur Eubanks[test] Fix Transforms/LoopVectorize under NPM
2020-12-08 Arthur Eubanks[test] Fix store_cost.ll under NPM
2020-12-08 Jonas Devlieghere[lldb] Include thread id in the reproducer trace (NFC)
2020-12-08 Vitaly Buka[NFC][MSan] Round up OffsetPtr in PoisonMembers
2020-12-08 Arthur Eubanks[test] Fix widen-iv.ll under NPM
2020-12-08 Kai Luo[DAGCombine][PowerPC] Simplify nabs by using legal...
2020-12-08 Esme-Yi[PowerPC] Correct the bit-width definition for some...
2020-12-08 Richard SmithFix assertion failure due to incorrect dependence bits...
2020-12-08 Fangrui Song[test] Rewrite split-debug.c
2020-12-08 Arthur Eubanks[test] Fix LoopFusion tests under NewPM
2020-12-08 Jessica Paquette[AArch64][GlobalISel] Refactor G_BRCOND selection
2020-12-08 Valentin Churavy[VNCoercion] Disallow coercion between different ni...
2020-12-08 Yaxun (Sam... Fix lit test failure due to 0b81d9
2020-12-08 Douglas YungFixup test in path to use C:\ instead of D:\ which...
2020-12-08 Richard SmithFix deserialization cycle in preferred_name attribute.
2020-12-07 Yaxun (Sam... [AMDGPU] add -mcode-object-version=n
2020-12-07 Yaxun (Sam... [clang][AMDGPU] remove mxnack and msramecc options
2020-12-07 Yaxun (Sam... [HIP] fix bundle entry ID for --
2020-12-07 Mehdi AminiAdd Python binding for MLIR Type Attribute
2020-12-07 Mehdi AminiCustomize exception thrown from mlir.Operation.create...
2020-12-07 Yaxun (Sam... [clang][AMDGPU] rename sram-ecc as sramecc
2020-12-07 Jessica Paquette[AArch64][GlobalISel] Narrow 128-bit regs to 64-bit...
2020-12-07 Philip ReamesTeach isKnownNonEqual how to recurse through invertible...
2020-12-07 Jann Horn[clang] Fix noderef for AddrOf on MemberExpr
2020-12-07 peter klausler[flang] Improve initializer semantics, esp. for compone...
2020-12-07 Leonard Chan [clang] Fix noderef for array member of deref expr
2020-12-07 Mitch PhillipsRevert "[test] Fix asan/TestCases/Linux/globals-gc...
2020-12-07 Erik Pilkington[clang] Add support for attribute 'swift_async'
2020-12-07 Erik Pilkington[clang] Add a new nullability annotation for swift...
2020-12-07 Mehdi AminiSet the target branch for `arc land` to main
2020-12-07 wlei[CSSPGO][llvm-profgen] Context-sensitive profile data...
2020-12-07 Vitaly Buka[CodeGen][MSan] Don't use offsets of zero-sized fields
2020-12-07 Alex Zinenko[OpenMPIRBuilder] introduce createStaticWorkshareLoop
2020-12-07 Michael Kruse[Polly][CodeGen] Remove use of ScalarEvolution.
2020-12-07 Amy Huang[CodeView] Fix inline sites that are missing code offsets.
2020-12-07 Nico Weberdocs: Add pointer to cmake caches for PGO
2020-12-07 Richard SmithAdd new 'preferred_name' attribute.
2020-12-07 Amara Emerson[AArch64] Fix some minor coding style issues in AArch64...
2020-12-07 Nathan James[llvm][NFC] Made RefCountBase constructors protected
2020-12-07 Nathan James[llvm] Add asserts in (ThreadSafe)?RefCountedBase destr...
2020-12-07 Derek Schuff[WebAssembly] Add Object and ObjectWriter support for...
2020-12-07 Sanjay Patel[SLP] fix typo in debug string; NFC
2020-12-07 Aart Bik[mlir][sparse] hoist loop invariant tensor loads in...
2020-12-07 Erich KeaneStop ExtractTypeForDeductionGuide from recursing on...
2020-12-07 Bardia Mahjour[LV] Epilogue Vectorization with Optimal Control Flow...
2020-12-07 Yu Shan[analyzer] Ignore annotations if func is inlined.
2020-12-07 Valentin Clement[flang][openacc] Add clause validity tests for the...
2020-12-07 Stanislav Mekhanoshin[AMDGPU] Annotate vgpr<->agpr spills in asm
2020-12-07 Marek Kurdej[libc++] [docs] Mark LWG3055 as complete. Use string_vi...
2020-12-07 Florian Hahn[ConstraintElimination] Tweak placement in pipeline.
2020-12-07 Jennifer YuFix missing error for use of 128-bit integer inside...
2020-12-07 Stefan Pintilie[PowerPC] Exploitation of xxeval instruction for AND...
2020-12-07 Richard Sandiford[Sema] Make more overload candidate types use iterator_...
2020-12-07 Craig Topper[RISCV] Form GORCI from (or (rotl/rotr X, Bitwidth...
2020-12-07 Simon Pilgrim[X86] Fix static analyzer warnings. NFCI.
2020-12-07 Simon Pilgrim[DAG] Cleanup by folding some single use VT.getScalarSi...
2020-12-07 Simon Pilgrim[IPO] Fix operator precedence warning. NFCI.
2020-12-07 Anton Afanasyev[SLP][Test] Add test for PR46983
2020-12-07 AndreyChurbanov[OpenMP] NFC: comment adjusted
2020-12-07 Fangrui Song[Parse] Delete unused declarations
2020-12-07 Navdeep Kumar[MLIR][Affine] Add affine.for normalization support
2020-12-07 Hans WennborgTest commit
2020-12-07 AndreyChurbanov[OpenMP] libomp: Fix possible NULL dereferences
2020-12-07 Yitzhak Mandelbaum[libTooling] Add `describe` combinator for formatting...
2020-12-07 Alexey Bataev[SLP]Merge reorder and reuse shuffles.
2020-12-07 David Green[ARM] Revert low overhead loops with calls before regis...
2020-12-07 Jon Chesterfield[libomptarget][amdgpu] Add plumbing to call into hostrp...
2020-12-07 Andy Wingo[WebAssembly][MC] Fix placement of table section
2020-12-07 Jinsong Ji[PowerPC][Clang] Remove QPX support
2020-12-07 Sean Fertile[LLD] Search archives for symbol defs to override COMMO...
2020-12-07 Michał GórnyRevert "[lldb] [POSIX-DYLD] Add libraries from initial...
2020-12-07 Nico Weber[lld/mac] Make X86_64::getImplicitAddend not do heap...
2020-12-07 Alexey Bataev[SLP]Update test checks, NFC.
2020-12-07 Nathan James[clang-tidy][NFC] Streamline CheckOptions error reporting.
2020-12-07 Kazushi (Jam... [VE] Add vcp and vex intrinsic instructions
2020-12-07 Kerry McLaughlin[SVE][CodeGen] Call refineIndexType & refineUniformBase...
2020-12-07 Haojian Wu[MemProf] Fix a potential "permission denied" test...
2020-12-07 Petar Avramovic[AMDGPU] Fix default value of glc for mubuf rtn atomics
2020-12-07 Roman Lebedev[NFC][LoopIdiom] Reshuffle left-shift-until-bittest...
2020-12-07 Kerry McLaughlin[SVE][CodeGen] Lower scalable masked gathers
2020-12-07 Nathan James[clang-tidy][docs] Update check options with boolean...
2020-12-07 Sam McCallAdd ability to load a FixedCompilationDatabase from...
2020-12-07 Georgii Rymar[llvm-readobj/elf] - Refine the implementation of ...
2020-12-07 Sam McCall[clangd] Fix windows slashes in project config diagnostics
2020-12-07 Sam McCall[clangd] Temporarily test that uncovered broken behavio...
2020-12-07 Max Kazantsev[Test] Auto-update test checks
2020-12-07 Kazushi (Jam... [VE] Add vrcp, vrsqrt, vcvt, vmrg, and vshf intrinsic...
2020-12-07 Pedro Tammela[LLDB] fix error message for one-line breakpoint scripts
2020-12-07 Cullen Rhodes[IR] Bail out for scalable vectors in ShuffleVectorInst...
2020-12-07 Cullen Rhodes[IR] Support scalable vectors in ShuffleVectorInst...
2020-12-07 Qiu Chaofan[PowerPC] [Clang] Enable float128 feature on P9 by...
2020-12-07 Kazushi (Jam... [VE] Add vfmad, vfmsb, vfnmad, and vfnmsb intrinsic...
2020-12-07 Michał Górny[lldb] [test] Remove duplicate xfail for Testtypedef
2020-12-07 Sam McCall[clangd] Publish config file errors over LSP
2020-12-07 Haojian Wu[clangd] Add language metrics for recovery AST usage.
2020-12-07 Hafiz Abid... Provide default location of sysroot for Baremetal ...
2020-12-07 Oliver Stannard[Lit] Fix flaky test on heavily loaded bots
next