platform/upstream/llvm.git
2021-01-29 J-Y You[TableGen] Fix instantiating multiclass in foreach
2021-01-29 Nico Weberclang-cl: Accept /std:c11, /std:c17 flags
2021-01-29 Nico Weberclang-cl: Invent a /winsysroot concept
2021-01-29 Simon Pilgrim[X86][SSE] combineExtractWithShuffle - support zero...
2021-01-29 Christian Sigg[mlir] Remove mlir_c_runner_utils_static.
2021-01-29 Sam McCallRevert "[clangd] Extract symbol-scope logic out of...
2021-01-29 Sam McCall[clangd] Extract symbol-scope logic out of Quality...
2021-01-29 Sjoerd Meijer[MachineLICM] Fix wrong and confusing comment. NFC.
2021-01-29 Nico Weber[gn build] port e90e455d2a0cc
2021-01-29 Haojian Wu[Syntax] Add syntax-tree-dump in clang-check.
2021-01-29 Abhina Sreeskantharajan[test] Use host platform specific error message substit...
2021-01-29 Nikita Popov[MemCpyOpt] Add test for incorrect optimization across...
2021-01-29 Florian Hahn[LTO] Update splitCodeGen to take a reference to the...
2021-01-29 Nico Weber[gn build] (semi-manually) port 2ff8662b5d16
2021-01-29 Martin Storsjö[libcxx] Sanitize paths before creating symlinks on...
2021-01-29 Martin Storsjö[libcxx] Hook up a number of operation functions to...
2021-01-29 Martin Storsjö[libcxx] Implement _FilesystemClock::now() and __last_w...
2021-01-29 Martin Storsjö[libcxx] Implement the stat function family on top...
2021-01-29 Thomas Preud... Fix macos target assumption in test
2021-01-29 AndreyChurbanov[OpenMP] libomp: fix build by cl with vs2019
2021-01-29 serge-sans... Adapt lldb-instr to d47ee525f9e92898 APi change
2021-01-29 Tres Popp[mlir] Prevent segfault in Tensor canonicalization
2021-01-29 Cheng Wang[libc][Obvious] Fix typo
2021-01-29 serge-sans... [clang-tooling] Prevent llvm::fatal_error on invalid...
2021-01-29 Rafik Zurob[llvm-jitlink] Replace use of deprecated gethostbyname...
2021-01-29 Cheng Wang[libc][Obvious] Remove DEPS for unistd.h in CMake file...
2021-01-29 Georgii Rymar[llvm-readobj/elf] - Report "bitcode files are not...
2021-01-29 Björn SchäpersRevert "[clang-format] Add option to control the spaces...
2021-01-29 Haojian Wu[clangd] Add include-fixer fixit for field_incomplete_o...
2021-01-29 Yang Fan[NFC][ScalarizeMaskedMemIntrin] Fix unused variable...
2021-01-29 Artem Dergachev[clang-tidy] bugprone-assert-side-effect: Warn on NSAss...
2021-01-29 Artem Dergachev[clang-tidy] bugprone-assert-side-effect: Improve warni...
2021-01-29 Kazu Hirata[MustExecute] Use ListSeparator (NFC)
2021-01-29 Kazu Hirata[llvm] Populate SmallVector at construction time (NFC)
2021-01-29 Kazu Hirata[llvm] Forward-declare formatted_raw_ostream (NFC)
2021-01-29 Björn Schäpers[clang-format] Add option to control the spaces in...
2021-01-29 Wei Mi[LiveDebugVariables] Add cache for SkipPHIsLabelsAndDeb...
2021-01-29 Max Kazantsev[SCEV] Do not cache comparison result upon reached...
2021-01-29 Christudasan... Support a list of CostPerUse values
2021-01-29 Jonas Devlieghere[lldb] Use `foo is None` instead of `not foo` in darwin.py
2021-01-29 Yang Fan[NFC][DebugInfo] Fix Wreturn-type gcc warning
2021-01-29 Yang Fan[NFC][llvm-nm] Fix unused variable warning
2021-01-29 Amy HuangFix typo in "[DebugInfo][CodeView] Use <lambda_n> as...
2021-01-29 Amy HuangReland "[DebugInfo][CodeView] Use <lambda_n> as the...
2021-01-29 Casey Carter[libcxx][test] move libc++-specific tests into the...
2021-01-29 Michael Jones[libc][NFC] Add a few casts to suppress loss of precisi...
2021-01-29 Casey Carter[libcxx][test] MoveOnly's comparisons are non-member
2021-01-29 Carl Ritson[AMDGPU] Fix WMM Entry SCC preservation
2021-01-29 Jessica Paquette[GlobalISel] Implement regbankselect for G_ASSERT_ZEXT
2021-01-29 Stephen KellyEnsure that we traverse non-op() method bodys of lambdas
2021-01-29 Carl Ritson[AMDGPU] Mark V_SET_INACTIVE as defining SCC
2021-01-29 Amy HuangRevert "[DebugInfo][CodeView] Use <lambda_n> as the...
2021-01-29 Amara Emerson[AArch64][GlobalISel] Enable CSE for the prelegalizer...
2021-01-29 Jessica Paquette[GlobalISel] Implement computeKnownBits for G_ASSERT_ZEXT
2021-01-29 Amy Huang[DebugInfo][CodeView] Use <lambda_n> as the display...
2021-01-29 Amara Emerson[AArch64][GlobalISel] Add a combine to fold away trunca...
2021-01-29 Mehdi AminiIntroduce a new DialectIdentifier structure, extending...
2021-01-29 Alexander Kornienko[clang-tidy] Applied clang-tidy fixes. NFC
2021-01-28 Greg ClaytonFix windows buildbot build errors from D89845.
2021-01-28 Richard Smith[mlir][Linalg] Fix SFINAE check to actually check the...
2021-01-28 Duncan P. N... ADT: Fix typo in static assert message from 17c584551d5...
2021-01-28 Duncan P. N... ADT: Add SFINAE to the generic IntrusiveRefCntPtr const...
2021-01-28 Dimitry Andric[sanitizer] Fix msan test build on FreeBSD after 7afdc8...
2021-01-28 Jessica PaquetteRecommit "[GlobalISel] Walk through hints in getDefIgno...
2021-01-28 Jessica PaquetteRevert "[GlobalISel] Walk through hints in getDefIgnori...
2021-01-28 Jessica Paquette[GlobalISel] Walk through hints in getDefIgnoringCopies...
2021-01-28 Tony Tye[NFC][AMDGPU] Correct name of DWARF CFA extensions
2021-01-28 MaheshRavishankar[mlir][Linalg] Enable TileAndFusePattern to work with...
2021-01-28 Roman Lebedev[ScalarizeMaskedMemIntrin] Preserve Dominator Tree...
2021-01-28 Roman Lebedev[PartiallyInlineLibCalls] Preserve Dominator Tree,...
2021-01-28 Roman Lebedev[NFC][ScalarizeMaskedMemIntrin] scalarizeMaskedCompress...
2021-01-28 Roman Lebedev[NFC][ScalarizeMaskedMemIntrin] scalarizeMaskedExpandLo...
2021-01-28 Roman Lebedev[NFC][ScalarizeMaskedMemIntrin] scalarizeMaskedScatter...
2021-01-28 Roman Lebedev[NFC][ScalarizeMaskedMemIntrin] scalarizeMaskedGather...
2021-01-28 Roman Lebedev[NFC][ScalarizeMaskedMemIntrin] scalarizeMaskedStore...
2021-01-28 Roman Lebedev[NFC][ScalarizeMaskedMemIntrin] scalarizeMaskedLoad...
2021-01-28 Roman Lebedev[NFC][PartiallyInlineLibCalls] Port to SplitBlockAndIns...
2021-01-28 Roman Lebedev[NFC][EntryExitInstrumenter] Mark Dominator Tree as...
2021-01-28 Cassie Jones[GlobalISel] Implement widenScalar for carry-in add/sub
2021-01-28 Jessica Paquette[GlobalISel] Add G_ASSERT_ZEXT
2021-01-28 AndreyChurbanov[OpenMP] NFC: disabled two flakey tests as the bug...
2021-01-28 Greg ClaytonAdd the ability to extract the unwind rows from DWARF...
2021-01-28 Reid KlecknerRevert "[PDB] Defer relocating .debug$S until commit...
2021-01-28 Petr Hosek[CMake][libc] Support cross-compiling libc-hdrgen
2021-01-28 Petr Hosek[CMake][libc] Don't do CPU feature detection when cross...
2021-01-28 Stephen Kelly[ASTMatchers] Add invocation matcher
2021-01-28 Stephen Kelly[ASTMatchers] Avoid pathological traversal over nested...
2021-01-28 Duncan P. N... Support: Simplify __HAIKU__ #ifdef in llvm::sys::Wait...
2021-01-28 Mike EdwardsRemoving the main to master sync GitHub workflow.
2021-01-28 Albion Fung[PowerPC][Power10] Fix XXSPLI32DX not correctly exploit...
2021-01-28 David BlaikieFix memory leak in 4318028cd2d7633a0cdeb0b5d4d2ed81fab87864
2021-01-28 Hanhan WangRevert "[mlir][Linalg] Replace SimplePad with PadTensor...
2021-01-28 Hanhan Wang[mlir][Linalg] Replace SimplePad with PadTensor in...
2021-01-28 Thomas Lively[WebAssembly] Prototype i8x16 to i32x4 widening instruc...
2021-01-28 Jacques PienaarAdd convenience function for checking arrays of shapes...
2021-01-28 Aart Bik[sparse][mlir] give all sparse kernels an explicit...
2021-01-28 Nico Weber[gn build] (manually) port 081c1db02dd2 more
2021-01-28 Nico Weber[gn build] (manually) port 3b625060fc915
2021-01-28 David BlaikieDebugInfo: Add a DWARF FORM extension for addrx+offset...
2021-01-28 Alex Zinenko[mlir] turn complex-to-llvm into a partial conversion
next