platform/upstream/llvm.git
2021-10-26 Yuanfang Chen[DebugInfo] Skip ODRUniquing for mismatched tags
2021-10-26 Greg ClaytonAdd new key/value pairs to the module statistics for...
2021-10-26 Nuri AmariRegenerate LC_CODE_SIGNATURE during llvm-objcopy operations
2021-10-26 Danil Stefaniuc[formatters] Add a libstdcpp formatter for bitset and...
2021-10-26 Sanjay Patel[InstCombine] try to canonicalize icmp with trunc op...
2021-10-26 Sanjay Patel[InstCombine] add tests for icmp with trunc op; NFC
2021-10-26 Aart Bik[mlir][sparse] refine trait of sparse_tensor.convert
2021-10-26 William Muir[Bazel] link backtrace library when building llvm/lib...
2021-10-26 Alexey Bataev[SLP][NFC]Add a test for poison-free or reduction.
2021-10-26 Aart Bik[mlir][sparse] refactor loop sequence codegen
2021-10-26 Jon Chesterfield[libomptarget][nfc]Generalise DeviceRTL cmake to allow...
2021-10-26 Jez Ng[lld-macho] Simplify the handling of "no unwind info...
2021-10-26 Jez Ng[lld-macho] Associate compact unwind entries with funct...
2021-10-26 Stanislav Mekhanoshin[InstCombine] Precommit new and-xor-or.ll tests. NFC.
2021-10-26 Valentin Clement[fir] Avoid slice with substr in fir.array_load, fir...
2021-10-26 Alexander Belyaev[mlir] Use float literals to make Windows build happy.
2021-10-26 Vassil VassilevReinstate "[clang-repl] Re-implement clang-interpreter...
2021-10-26 Florian Hahn[Matrix] Replace some err kinds with err_builtin_invali...
2021-10-26 Alexander Belyaev[mlir] Update Erf approximation.
2021-10-26 Valentin Clement[fir][NFC] Move RewritePatterns.td to CanonicalizationP...
2021-10-26 Michał Górny[lldb] [unittests] Fix TcpListen() call in RNBSocketTest
2021-10-26 Julian Lettner[TSan] Ensure test uses tagged pointer
2021-10-26 Alexander Belyaev[mlir] Allow polynomial approximations for N-d vectors.
2021-10-26 Stella Laurenzo[mlir][python] Segment MLIR Python test dialect to...
2021-10-26 Fangrui Song[ARC] Fix `undefined symbol: llvm::MachineFunction...
2021-10-26 Luke Petre[AST] Fix the EndLoc calculation for ObjCObjectPointer
2021-10-26 Zahira AmmarguellatFix indentation and pragma name.
2021-10-26 zhijianaddress an test error on window os , exclude the test...
2021-10-26 Dmitry VyukovRevert "tsan: turn off COMMON_INTERCEPTOR_NOTHING_IS_IN...
2021-10-26 Joe Loser[libc++][NFC] Mark LWG2731 as complete
2021-10-26 Chia-hung Duan[mlir] Placeholder used in predicate should be the...
2021-10-26 Usman Nadeem[NFC][Instcombine] Pre-commit some tests for negative...
2021-10-26 Alexey Bataev[SLP][NFC]Add a test for logical reduction with extra op.
2021-10-26 Stanislav Mekhanoshin[InstCombine] Precommit new and-xor-or.ll tests. NFC.
2021-10-26 Louis Dionne[libc++] Implement shared_ptr methods inline in the...
2021-10-26 Usman Nadeem[NFC][Instcombine] Cleanup some obsolete matches in...
2021-10-26 Rosie Sumpter[LoopVectorize] Clean up VPReductionRecipe::execute...
2021-10-26 Balazs Benics[analyzer] Fix StringChecker for Unknown params
2021-10-26 Amy Zhuang[mlir] Fix getVectorReductionOp
2021-10-26 Kazu Hirata[CodeGen, Hexagon] Use MachineBasicBlock::phis (NFC)
2021-10-26 Florian Hahn[Clang] Add elementwise min/max builtins.
2021-10-26 Sanjay Patel[x86] add test/run for mayLoadFold with alignment; NFC
2021-10-26 Jez Ng[lld-macho] Put GOT into `__DATA` segment where appropriate
2021-10-26 Adam Czachorowski[clangd] AddUsing: Fix support for template specializat...
2021-10-26 Adam Czachorowski[clangd] Fix a hover crash on templated spaceship operator.
2021-10-26 Kirill Bobyrev[clang] Do not traverse EnumDecl's type in RecursiveAST...
2021-10-26 Matt Morehouse[libFuzzer] Improve corpus replacement unit test.
2021-10-26 Jonas Paulsson[SystemZ] Improvement of emitMemMemWrapper()
2021-10-26 Alexey Bataev[SLP]Do not reorder reduction nodes.
2021-10-26 zhijian[AIX][XCOFF] parsing xcoff object file auxiliary header
2021-10-26 Florian HahnSpecify Clang vector builtins.
2021-10-26 Louis Dionne[libc++] Include nasty_macros.h when running tests...
2021-10-26 Dmitry Vyukovtsan: turn off COMMON_INTERCEPTOR_NOTHING_IS_INITIALIZED
2021-10-26 Dmitry Vyukovsanitizer_common: fix deadlock detector output
2021-10-26 Kirill Bobyrev[clangd] IncludeCleaner: don't stop the traversal
2021-10-26 Neubauer, Sebastian[AMDGPU] Remove unused CSR defs
2021-10-26 Ron Lieberman[openmp][lit] Add support to OpenMP lit.cfg for ROCR_VI...
2021-10-26 Nico Weber[clang] Implement CFG construction for @try and @catch
2021-10-26 Nico Weber[clang] Make loop in CFGBuilder::VisitCXXTryStmt()...
2021-10-26 Nico Weber[clang] Simplify CFG block printing code a bit
2021-10-26 Nico Weber[clang] Use consistent punctuation at end of Block...
2021-10-26 Abinav Puthan... [AMDGPU] Add constrained shift pattern matches.
2021-10-26 Louis Dionne[libunwind] Take 2: Use the from-scratch testing config...
2021-10-26 Chen Zheng[PowerPC] use right extend type for SCEV
2021-10-26 Abinav Puthan... [AMDGPU] Enable 48-bit mul in AMDGPUCodeGenPrepare.
2021-10-26 Abinav Puthan... [AMDGPU] Implement llvm.amdgcn.mulhi.[i,u]24 intrinsics.
2021-10-26 Valentin Clement[fir][NFC] Fix indentation for fir.alloca builders
2021-10-26 Sanjay Patel[x86] use cast instead of dyn_cast for unchecked usage...
2021-10-26 Sanjay Patel[x86] add test for vector increment; NFC
2021-10-26 Sam McCall[clangd] Remove tricky integration test that flakes...
2021-10-26 Michał Górny[lldb] [Host] Move port predicate-related logic to...
2021-10-26 Neubauer, Sebastian[AMDGPU] Fix setcc combine for i128
2021-10-26 Jay Foad[AMDGPU] Use standard MachineBasicBlock::getFallThrough...
2021-10-26 Michał Górny[lldb] [lldb-gdbserver] Unify listen/connect code to...
2021-10-26 Pavel Labath[lldb] Fix PlatformAppleSimulator for a458ef4f
2021-10-26 Kirill Bobyrev[clangd] Add a way to enable IncludeCleaner through...
2021-10-26 Uday Bondhugula[MLIR] Fix AffineExpr getLargestKnownDivisor for ceildi...
2021-10-26 Michał Górny[lldb] [Communication] Add a WriteAll() method that...
2021-10-26 Jonas Paulsson[SystemZ] Provide size values for PATCHPOINT, STACKMAP...
2021-10-26 Fraser Cormack[LangRef] Document that DataLayout defaults to little...
2021-10-26 David Green[AArch64] Add a costmodel test for overflowing arithmat...
2021-10-26 Pavel LabathModernize and simplify HostInfo::GetOSKernelDescription
2021-10-26 Nikita Popov[SCEV] Use reverse() (NFC)
2021-10-26 Kirill Bobyrev[clangd] IncludeCleaner: Don't consider the definition...
2021-10-26 Valentin Clement[fir] Add substring to fir.slice operation
2021-10-26 Pavel Labath[lldb] Remove ConstString from Platform plugin names
2021-10-26 Pavel Labath[lldb/DWARF] Move a declaration closer to its use
2021-10-26 Mehdi AminiMake Python MLIR Operation not iterable
2021-10-26 Muhammad Omair... [LLDB] Fix LLDB buildbots break due to --image-base
2021-10-26 wlei[llvm-profgen] Allow unsymbolized profile as perf input
2021-10-26 Max Kazantsev[NFC] Remove obsolete simplifyOnceImpl function
2021-10-26 David Blaikiellvm pretty printers: Fix StringRef and workaround...
2021-10-26 Max Kazantsev[NFC] [LoopPeel] Update IDoms of non-loop blocks domina...
2021-10-26 Carlos Galvez[clang-tidy] Suppress readability-static-access-through...
2021-10-26 Phoebe Wang[X86] Move splat addends from the gather/scatter index...
2021-10-26 Jacques Pienaar[mlir-c] Avoid compiler warning
2021-10-26 Jyun-Yan You[TableGen] Fix codgen of InstrMapping with multiple...
2021-10-26 Jonas Devlieghere[lldb] Skip tests for target var without a proc on...
2021-10-26 Jake Egan[AIX][ZOS] Disable tests due to lack of Objective-C...
2021-10-26 Shoaib Meenai[clangd] Attempt to fix buildbots
next