platform/upstream/llvm.git
2021-08-31 David Green[ARM] Add missing validForTailPredication for VMINNM...
2021-08-31 David Green[ARM] Test for VMINNM/VMAXNM in tail predicated loops.
2021-08-31 Raphael Isemann[lldb] Don't save empty expressions in the multiline...
2021-08-31 LLVM GN Syncbot[gn build] Port e983a659e51c
2021-08-31 Mark de Wever[libc++][NFC] split <charconv>.
2021-08-31 Philip Reames[runtime] Move prolog/epilog block to a post-simplify...
2021-08-31 Philip Reames[AlignFromAssume] Bailout w/non-constant alignments...
2021-08-31 Shilei Tian[OpenMP] Fix task wait doesn't work as expected in...
2021-08-31 Sanjay Patel[InstCombine] fix typos in comments; NFC
2021-08-31 Yaron Keren[llvm-lit] unbreak clang-only builds by not assuming...
2021-08-31 Kazu Hirata[clang] Remove redundant calls to c_str() (NFC)
2021-08-31 Fanbo Meng[SystemZ][z/OS] Create html report file with text flag
2021-08-31 Philip Reames[SCEV] If max BTC is zero, then so is the exact BTC...
2021-08-31 Paul RobinsonMake a generic test generic again.
2021-08-31 gbreynoo[OptTable] Improve error message output for grouped...
2021-08-31 Vassil Vassilev[clang-repl] Install clang-repl
2021-08-31 Hussain Kadhem[VP] implementation of sdag support for VP memory intri...
2021-08-31 Louis Dionne[libc++][NFC] Add missing HIDE_FROM_ABI on implementati...
2021-08-31 Nemanja IvanovicRevert "[DebugInfo] Emit DW_TAG_namelist and DW_TAG_nam...
2021-08-31 Kuba Mracek[GlobalDCE] Handle relative pointers in VFE (for Swift...
2021-08-31 Sanjay Patel[InstCombine] fix propagation of FMF through select...
2021-08-31 LLVM GN Syncbot[gn build] Port 3285c7a4364e
2021-08-31 Xiang Xiao[libcxx] Remove the locale fallback for NuttX
2021-08-31 Anton Afanasyev[SLPVectorizer][Test] Add test for extractelements...
2021-08-31 Sanjay Patel[InstCombine] add tests for FMF propagation for select...
2021-08-31 Sanjay Patel[InstCombine] fix typo; NFC
2021-08-31 Anton AfanasyevRevert "[SLP]No need to schedule/check parent for extra...
2021-08-31 Michał Górny[lldb] [gdb-remote client] Remove breakpoints in forked...
2021-08-31 Andy YankovskyRevert "[lldb] Add minidump save-core functionality...
2021-08-31 Simon Pilgrim[MCA][X86] Add basic coverage for icelake arch
2021-08-31 Andrej Korman[lldb] Add minidump save-core functionality to ELF...
2021-08-31 Simon Pilgrim[X86] Copy X86SchedSkylakeServer.td to X86SchedIceLake.td
2021-08-31 Douglas YungFix test by adding REQUIRES: x86-registered-target...
2021-08-31 Tres Popp[mlir] Prevent assertion failure in DropUnitDims
2021-08-31 marina kolpakova... [mlir][gpu] folds memref.dim of gpu.alloc
2021-08-31 Justas Janickas[OpenCL] Defines helper function for kernel language...
2021-08-31 Jason MolendaUse dSYM's file addr for Sections when it doesn't match...
2021-08-31 Shivam Gupta[NFC] Correct typo in CodeGenMapTable.cpp, patch by...
2021-08-31 Simon Wallis[Arm] Add assert in T2 Imm7s code emitter
2021-08-31 Shivam GuptaFix typo in two files in Clang, patch by FusionBolt
2021-08-31 Shivam Gupta[clang] Fix Typo in AST Matcher Reference
2021-08-31 Kai Luo[AIX] Rename shared_libraries_to_archive -> objects_to_...
2021-08-31 Doug BeckFix typo s/beloinging/belonging
2021-08-31 Alexander PivovarovFix typo in comments
2021-08-31 Shivam Gupta[LLDB][Docs] Move best-practices.txt contain to resourc...
2021-08-31 Shivam Gupta[LLDB][Docs] Convert some .txt files to .rst
2021-08-31 Shivam Gupta[Docs][Phabricator] Mention how to create a draft revision
2021-08-31 Shivam Gupta[Docs] Remove subversion reference from MyFirstTypoFix.rst
2021-08-31 David BlaikieDebugInfo: Refactor/deduplicate various template argume...
2021-08-31 Stella Laurenzo[mlir][python] Apply py::module_local() to all classes.
2021-08-31 Heejin Ahn[WebAssembly] Free setjmpTable before exiting calls...
2021-08-31 Heejin Ahn[WebAssembly] Share rethrowing BBs in LowerEmscriptenEHSjLj
2021-08-31 Hongtao Yu[CSSPGO] Split context string to deduplicate function...
2021-08-31 MaheshRavishankarFix unused variable in release build.
2021-08-31 Xu Mingjie[tsan] Add environment variable TSAN_SYMBOLIZER_PATH...
2021-08-31 Nico Weber[lld/mac] Leave more room for thunks in thunk placement...
2021-08-31 Volodymyr Sapsai[modules] Fix miscompilation when using two RecordDecl...
2021-08-31 Keith Smiley[llvm-cov][NFC] Add test for coverage-prefix-map remappings
2021-08-30 MaheshRavishankar[mlir] Add an interface to allow operations to specify...
2021-08-30 peter klausler[flang] Fold EOSHIFT
2021-08-30 Chris Lattner[Builder] Eliminate the StringRef/StringAttr forms...
2021-08-30 Michael Jones[libc][nfc][obvious] fix typos in FPUtil
2021-08-30 Keno Fischer[COFF] Force Symbols containing '.' to be quoted
2021-08-30 Artem Belevich[MemCpyOpt] Allow specifying --enable-memcpyopt-without...
2021-08-30 Siva Chandra... [libc] Add mtx_destroy which does nothing.
2021-08-30 Andrew Litteken[IROutliner] Changing outliner to prioritize reductions...
2021-08-30 Nikita Popov[TTI] Sink IVDescriptors.h include (NFC)
2021-08-30 natashaknk[mlir][tosa] Small refactor to the functionality of...
2021-08-30 Craig Topper[LegalizeTypes][X86] Improve ExpandIntRes_FP_TO_SINT...
2021-08-30 Bjorn Pettersson[SelectionDAG] Fix miscompile bugs related to smul...
2021-08-30 peter klausler[flang] Fold CSHIFT
2021-08-30 Owen AndersonTeach the AArch64 backend patterns to generate the...
2021-08-30 Fangrui Song[libc++] Support -DLLVM_ENABLE_PER_TARGET_RUNTIME_DIR...
2021-08-30 Chih-Ping Chen[DebugInfo] Remove the restriction on the size of DIStr...
2021-08-30 Ellis Hoag[DIBuilder] Do not replace empty enum types
2021-08-30 pooja2299[docs][GlobalISel]Adding info for G_JUMP_TABLE generic...
2021-08-30 David Green[ARM] Workaround tailpredication min/max costmodel
2021-08-30 Nico Weber[lld/mac] Tweak estimateStubsInRangeVA a bit
2021-08-30 Nikita Popov[InstrInfo] Use 64-bit immediates for analyzeCompare...
2021-08-30 Xiang Xiao[libc++abi] Avoid the warning: "__EXCEPTIONS" is not...
2021-08-30 David BlaikieDebugInfo: Correct printing empty template parameter...
2021-08-30 Mikhail GoncharovRevert "[SLP]Improve graph reordering."
2021-08-30 Hongtao Yu[CSSPGO] Avoid repeatedly computing md5 hash code for...
2021-08-30 Nikita Popov[AsmParser] Support %ty* in force-opaque-pointers mode
2021-08-30 Joe Loser[libcxx][docs] Mark LWG3348 as complete
2021-08-30 Philip Reames[SCEV] Clarify the overflow precondition of computeMaxB...
2021-08-30 Andrei Elovikov[NFC][clang] Move IR-independent parts of target MV...
2021-08-30 Louis Dionne[libc++] Various cleanups in the ranges tests
2021-08-30 Nico Weber[lld/mac] Set branchRange a bit more carefully
2021-08-30 Andrew Litteken[IROutliner] Ensure instructions at end of candidate...
2021-08-30 Daniil Fukalov[AMDGPU][CostModel] Update shuffle instruction tests...
2021-08-30 Kazu Hirata[llvm] Remove redundant calls to str() and c_str()...
2021-08-30 Craig Topper[RISCV] Enable CONCAT_VECTORS for fixed FP vectors.
2021-08-30 Craig Topper[DAGCombiner][RISCV] Don't use vector types in DAGCombi...
2021-08-30 Danila Malyutin[LSR][NFC] Add test case for pr42770
2021-08-30 Andrew Litteken[IRSim] Adding missing comments canonical relation...
2021-08-30 Joachim Protze[libomptarget][amdcgn] Only add opt/llvm-link dependenc...
2021-08-30 Stella Laurenzo[mlir][python] Extend C/Python API to be usable for...
2021-08-30 Jake Egan[AIX] Suppress -Waix-compat warning with SmallVector...
2021-08-30 Victor Huang[PowerPC][NFC] Rename P10 builtins vec_clrl, vec_clrr...
next