platform/upstream/llvm.git
2022-02-28 Louis Dionne[libc++][NFC] Fix typo in comment
2022-02-28 Louis Dionne[libc++][NFC] Remove unused Lit feature in the test...
2022-02-28 Lei Zhang[mlir][linalg] Enhance FoldInsertPadIntoFill to support...
2022-02-28 Lei Zhang[mlir][linalg] Fold tensor.pad when inserting into...
2022-02-28 Martin Storsjö[libcxx] [test] Fix the monetary locale curr_symbol...
2022-02-28 Yaxun (Sam... [HIP] File device library ABI version file name
2022-02-28 Philip Reames[SLP] Check invariant that all instructions in bundle...
2022-02-28 Scott Linder[YAMLParser] Add multi-line literal folding support
2022-02-28 Jorge Gorbe... [NFC] Don't pass temporary LangOptions to Lexer
2022-02-28 Arthur Eubanks[docs] Add note about interaction between clang plugins...
2022-02-28 Craig Topper[RISCV] Only enable combineROTR_ROTL_RORW_ROLW with...
2022-02-28 Valentin Clement[flang][NFC] Add complex operations lowering tests
2022-02-28 Dávid Bolvanský[Clang] noinline call site attribute
2022-02-28 Erich Keane[NFC] Make 1st param to getTemplateInstantiationArgs...
2022-02-28 LLVM GN Syncbot[gn build] Port a3255f219a86
2022-02-28 Arthur O'Dwyer[libc++] Explicitly reject `uniform_int_distribution...
2022-02-28 Arthur O'Dwyer[libc++] [ranges] Permit std::mergeable and std::sortab...
2022-02-28 Dawid Jurczak[NFC] Don't pass temporary LangOptions to Lexer
2022-02-28 Stanislav Mekhanoshin[AMDGPU] Extend SILoadStoreOptimizer to handle flat...
2022-02-28 Fangrui Song[ELF] Change some non-null pointer parameters to refere...
2022-02-28 Haowei Wu[doc] Add llvm-ifs commandline guide
2022-02-28 Okwan KwonRevert "[mlir] Fold Arithmetic::ConstantOp and Tensor...
2022-02-28 Sanjay Patel[InstCombine] fold mul-with-overflow intrinsic with...
2022-02-28 Andrei Elovikov[NFC][LoopVectorizer] Simplify LoopVectorize/X86/gather...
2022-02-28 Craig Topper[RISCV] Don't call combineROTR_ROTL_RORW_ROLW for SLLW...
2022-02-28 Chia-hung Duan[mlir-tblgen] Fix non-deterministic generating static...
2022-02-28 Joseph Huber[OpenMP] Add verbose output for linker wrapper
2022-02-28 Fangrui Song[ELF] Rename Symbol::compare to shouldReplace. NFC
2022-02-28 Konstantin... [libc++] Fix double file closing in `std::filesystem...
2022-02-28 Okwan Kwon[mlir] Fold Arithmetic::ConstantOp and Tensor::ExtractS...
2022-02-28 luxufan[JITLink] Add R_RISCV_SUB6 relocation
2022-02-28 Craig Topper[RISCV] Custom type legalize i32 ISD::ABS on RV64 witho...
2022-02-28 Arthur O'Dwyer[clang] Remove unused variable AllElementsInt.
2022-02-28 Sanjay Patel[InstCombine] fold select-of-zero-or-ones with negated op
2022-02-28 Sanjay Patel[InstCombine] add tests for select of zero or all ones...
2022-02-28 Sanjay Patel[InstCombine] add tests for mul-with-overflow by -1...
2022-02-28 Erich KeaneClarify documentation of cpu_dispatch/cpu_specific
2022-02-28 Alexey Bataev[SLP]Improve bottom-to-top reordering.
2022-02-28 Dawid Jurczak[NFC][Lexer] Make Lexer::LangOpts const reference
2022-02-28 Nikita Popov[InlineCost] Use SmallPtrSet for DeadBlocks (NFC)
2022-02-28 Archibald Elliott[NFC][Clang][AArch64] Clean up AArch64TargetInfo::hasFe...
2022-02-28 Sander de Smalen[AArch64][SVE] Fold away SETCC if original input was...
2022-02-28 Florian HahnRecommit "[VPlan] Introduce recipe to build scalar...
2022-02-28 Timm Bäder[clang][tests] Fix ve-toolchain tests with CLANG_DEFAUL...
2022-02-28 Valentin Clement[flang] Lower power operations
2022-02-28 Momchil Velikov[AArch64] Async unwind - function prologues
2022-02-28 Adrian Kuegel[mlir] Apply ClangTidy performance fixes (NFC)
2022-02-28 Sander de Smalen[AArch64][SVE] Handle more cases in findMoreOptimalInde...
2022-02-28 David Spickett[compiler-rt] Disable coverage trace pc guard tests...
2022-02-28 gysit[mlir][linalg] Check the iterator types are valid.
2022-02-28 Florian Hahn[LV] Remove induction recipes only used outside vector...
2022-02-28 David GreenPartially revert "[SchedModels][CortexA55] Add ASIMD...
2022-02-28 Luis Penagos[clang-format] Treat && followed by noexcept operator...
2022-02-28 Adrian Kuegel[mlir] Remove unused static variables (NFC)
2022-02-28 Florian Hahn[LV] Add test with dead induction in vector loop used...
2022-02-28 Endre Fülöp[analyzer] Add more sources to Taint analysis
2022-02-28 LLVM GN Syncbot[gn build] Port 61835d19a848
2022-02-28 Nikita Popov[InstCombine] Remove not of SPF min/max fold (NFCI)
2022-02-28 esmeyi[llvm-objcopy] Initial XCOFF32 support.
2022-02-28 Nikita Popov[InstCombine] Remove sub of SPF min/max fold (NFCI)
2022-02-28 Florian Hahn[LV] Add test with IV that needs scalar steps and user...
2022-02-28 Nikita Popov[InstCombine] Don't call matchSAddSubSat() for SPF...
2022-02-28 Nikita Popov[InstCombine] Remove SPF moveAddAfterMinMax() (NFC)
2022-02-28 Nikita Popov[InstCombine] Remove SPF moveNotAfterMinMax() (NFC)
2022-02-28 Nikita Popov[InstCombine] Remove SPF factorizeMinMaxTree() (NFC)
2022-02-28 Mehdi AminiAdd explicit `this->` to access method in attempt to...
2022-02-28 Shraiysh Vaishay[mlir][OpenMP][NFC] Removing unnecessary builders for...
2022-02-28 Iain Sandoe[C++20][Modules][7/8] Find the primary interface name...
2022-02-28 Fangrui Song[ELF] Replace an unneeded dyn_cast_or_null with dyn_cas...
2022-02-28 Fangrui Song[ELF] Optimize SectionBase::Kind values to make isa...
2022-02-28 Fangrui Song[ELF] Make InputSection::classof inline. NFC
2022-02-28 Alexander Belyaev[mlir] Purge linalg.tiled_loop.
2022-02-28 Fangrui Song[ELF] Move SyntheticSection check from InputSection...
2022-02-28 Ilya NozhkinSet error message if ValueObjectRegister fails to write...
2022-02-28 eric.tang[RISCV] Support hypervisor extention instructions
2022-02-28 eric.tang[RISCV] Support Sinval extension and hypervisor memory...
2022-02-28 Eric Tang[RISCV] Change GPRMemAtomic to GPRMemZeroOffset for...
2022-02-28 Zi Xuan Wu[Support] Fix the build errors because missing CSKYTarg...
2022-02-28 Zi Xuan Wu[Support] Add CSKY target parser and attributes parser
2022-02-28 Chenbing Zheng[RISCV] Optimize (sext.w, srli) to sraiw with Zba.
2022-02-28 Kai Luo[AIX][cmake][NFC] Customize name of output atomic library
2022-02-28 Todd Mortimer[Driver][OpenBSD] Enable unwind tables on all architectures
2022-02-27 Mehdi AminiAdd explicit capture for `this` pointer in attempt...
2022-02-27 Fangrui Song[ELF] Enforce double-dash form --error-limit
2022-02-27 Jessica Clarke[RISCV] Fix parseBareSymbol to not double-parse top...
2022-02-27 Fangrui Song[ELF] Use --error-limit instead of -error-limit
2022-02-27 Fangrui Song[ELF] Change global variable backwardReferences to...
2022-02-27 Fangrui Song[ELF] Move --print-archive-stats= and --why-extract...
2022-02-27 Martin Storsjö[libcxx] [test] Fix one failing part of dsl.sh.py on...
2022-02-27 Martin Storsjö[libcxx] [test] Fix the monetary locale pos/neg_format...
2022-02-27 Xiaodong Liu[sancov] Add SPARC support for getPreviousInstructionPc
2022-02-27 Philip Reames[SLP] Remove field unused after 33ce97f to silence...
2022-02-27 Florian HahnRevert "[VPlan] Introduce recipe to build scalar steps."
2022-02-27 Philip Reames[SLP] Use BatchAA to reduce capture analysis cost ...
2022-02-27 Florian Hahn[VPlan] Introduce recipe to build scalar steps.
2022-02-27 Arthur O'Dwyer[libc++] [test] Check the presence of "pragma include_i...
2022-02-27 Groverkss[MLIR][Presburger] Move IntegerPolyhedron::reset to...
2022-02-27 Sanjay Patel[SDAG] fold (rotate X) eq/ne (0/-1)
2022-02-27 Sanjay Patel[x86] add tests for setcc eq/ne 0/-1 of rotate; NFC
2022-02-27 Simon Pilgrim[X86][SSE] Attempt to lower vec_reduce_add patterns...
next