platform/upstream/llvm.git
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...
2022-02-27 Sanjay Patel[SDAG] fold bitwise logic with shifted operands
2022-02-27 Yevgeny RoubanRevert "[Support] Reset option to its default if its...
2022-02-27 Yevgeny Rouban[Support] Reset option to its default if its Default...
2022-02-27 Florian Hahn[VPlan] Add recipe to handle SCEV expansion (NFC).
2022-02-27 Simon Pilgrim[lldb] BreakpointOptions::CommandData::CreateFromStruct...
2022-02-27 Simon Pilgrim[DAG] Ensure type is legal for bswap(shl(x,c)) -> zext...
2022-02-27 Iain Sandoe[C++20][Modules][6/8] Record direct module imports.
2022-02-27 Carl Ritson[AMDGPU] Remove redundant isVALU in SIPreEmitPeephole...
2022-02-27 Fangrui Song[ELF] BitcodeFile: resolve defined symbols before undef...
2022-02-27 Serge Pavlov[ConstantFolding] Fix folding of constrained compare...
2022-02-26 Benjamin Kramer[bazel] Port g95b4e88b1db3
2022-02-26 Simon Pilgrim[clang] MarkVarDeclODRUsed - remove redundant nullptr...
2022-02-26 Sam McCall[clangd] Test fixes missing from 257559ed9
2022-02-26 Sam McCall[clangd] Function return type hints: support lambdas...
2022-02-26 Björn Schäpers[clang-format][NFC] Rename test and remove comments
2022-02-26 Björn Schäpers[clang-format][NFC] Remove redundant semi
2022-02-26 Benjamin KramerUse RegisterInfo::regsOverlaps instead of checking...
2022-02-26 River Riddle[PDLL] Properly error out on returning results from...
2022-02-26 River Riddle[mlir:PDLL] Add support for C++ generation
2022-02-26 River Riddle[mlir:PDLL] Fix handling of unspecified operands/result...
2022-02-26 River Riddle[mlir:PDLL] Add support for PDL MLIR code generation
2022-02-26 David Green[AArch64] Cleanup and extend cast costs. NFC
2022-02-26 Arthur O'Dwyer[libc++] [test] Re-remove C++ comments from generated...
2022-02-26 Martin Storsjö[libcxx] [test] Remove an incorrect XFAIL, fix CI on...
2022-02-26 Groverkss[MLIR][Presburger] Remove redundant check from hasConsi...
2022-02-26 Florian Hahn[VPlan] Remove dead header-phi recipes.
2022-02-26 Nico Weber[gn build] (manually) port 2e6ae1d3f2de more
2022-02-26 Nico Weber[gn build] (manually) port 01ace074fcb6 more
2022-02-26 Nico Weber[gn build] Define _LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER...
2022-02-26 Florian Hahn[LV] Add test with redundant cast in separate latch...
2022-02-26 Sam McCall[clangd] Support IncludeFixer or base specifiers
2022-02-26 Nikita PopovRevert "[Driver] Default CLANG_DEFAULT_PIE_ON_LINUX...
2022-02-26 Groverkss[MLIR][Presburger] Move IdKind specific insert/append
2022-02-26 Sam McCall[clangd] Fix wrong included header. NFC
2022-02-26 Sam McCall[clangd] Fix include-cleaner false-positive bug
2022-02-26 Benjamin Kramer[clangd] Qualify calls to std::move to silence -Wunqual...
2022-02-26 Groverkss[MLIR][Presburger] Factor out various Space equality...
2022-02-26 Arjun P[MLIR][Presburger] coalesce: add assert noting that...
2022-02-26 Nikolas Klauser[libc++] Remove recursion in basic_string::insert(const...
2022-02-26 Benjamin Kramer[clangd] Add a missing include. NFC.
next