platform/upstream/llvm.git
2022-08-28 Florian Hahn[VPlan] Use range check in VPHeaderPHIRecipe::classof...
2022-08-28 Sanjay Patel[InstCombine] allow sext in fold of mask using signbit
2022-08-28 Sanjay Patel[InstCombine] add tests for inverted signbit splat...
2022-08-28 Anubhab Ghosh[Orc] Use MapperJITLinkMemoryManager with SharedMemoryM...
2022-08-28 Benjamin Kramer[bazel] Add missing dependency after 1b002d27683522e15d...
2022-08-28 Pavel Samolysov[Pipelines] Introduce DAE after ArgumentPromotion
2022-08-28 Daniel Bertalan[llvm-objdump] Add -dyld_info to llvm-otool
2022-08-28 Sheng[NFC] Fix typo
2022-08-28 Kazu Hirata[Transform] Use range-based for loops (NFC)
2022-08-28 Kazu Hirata[Utils] Remove redundaunt declarations (NFC)
2022-08-28 Kazu Hirata[llvm] Use std::gcd (NFC)
2022-08-28 Kazu Hirata[flang] Use std::clamp (NFC)
2022-08-28 Amir Ayupov[BOLT][NFC] Use llvm::any_of
2022-08-28 Kazu Hirata[Support] Use std::clamp (NFC)
2022-08-28 Kazu Hirata[lldb] Use nullptr instead of NULL (NFC)
2022-08-28 Kazu Hirata[lldb] Remove a redundaunt return statement (NFC)
2022-08-28 Kazu Hirata[flang] Simplify string comparisons (NFC)
2022-08-28 Kazu Hirata[Transforms] Qualify auto in range-based for loops...
2022-08-28 Kazu HirataUse llvm::is_contained (NFC)
2022-08-28 Kazu HirataUse std::gcd (NFC)
2022-08-28 Arnab DuttaFold memref.expand_shape and memref.collapse_shape ops
2022-08-27 Nathan James[clang-tidy] Tweak diagnostics for bugprone-assign...
2022-08-27 Shafik Yaghmour[Clang] Avoid crashes when parsing using enum declarations
2022-08-27 owenca[clang-format] Rework removeBraces() in Format.cpp
2022-08-27 Florian Hahn[VPlan] Verify that header only contains header phi...
2022-08-27 Akira Hatanaka[compiler-rt][builtins] Pass -Werror to check_cxx_compi...
2022-08-27 Nikolas Klauser[libc++] Mark everything in <deque> as _LIBCPP_HIDE_FRO...
2022-08-27 Nathan James[clang-tidy] Add missing header from 6bd98b4f2d
2022-08-27 Nathan James[clang-tidy] Fix a false positive in bugprone-assignmen...
2022-08-27 Arthur Eubanks[LazyCallGraph] Update libcall list when replacing...
2022-08-27 Kazu Hirata[GlobalISel] Use std::lcm (NFC)
2022-08-27 Kazu Hirata[mlir] Use std::lcm (NFC)
2022-08-27 Kazu HirataUse std::clamp (NFC)
2022-08-27 Kazu HirataUse llvm::is_contained (NFC)
2022-08-27 Kazu HirataUse llvm::all_equal (NFC)
2022-08-27 Emil Kieri[flang] Don't emit faulty warnings for illegal COMMON...
2022-08-27 Sanjay Patel[InstCombine] allow poison (undef) element in vector...
2022-08-27 Sanjay Patel[InstCombine] add tests for signbit splat mask; NFC
2022-08-27 Jun ZhangAvoid else-if after return, NFC
2022-08-27 Jun Zhang[CodeGen] Track DeferredDecls that have been emitted
2022-08-27 Benjamin KramerUse std::uninitialized_move where appropriate. NFCI.
2022-08-27 Sanjay Patel[InstCombine] fold signbit splat pattern that uses...
2022-08-27 Sanjay Patel[InstCombine] add tests for signbit-smear; NFC
2022-08-27 Mark de Wever[libc++][CI] Increases the Clang version used.
2022-08-27 Nathan James[clang-tidy] Move bugprone-assignment-in-if-condition...
2022-08-27 Shoaib Meenai[MachO] Fix dead-stripping __eh_frame
2022-08-27 Benjamin Kramer[tblgen] Use std::variant to simplify code. NFCI.
2022-08-27 Benjamin Kramer[libTooling] Simplify code with constexpr if. NFCI.
2022-08-27 Nikolas Klauser[libc++] Simplify type_traits a bit more
2022-08-27 Stanislav Mekhanoshin[AMDGPU] Detect uniformness of TID / wavefrontsize
2022-08-27 Rainer Orth[asan][test] Fix typo in Unit/lit.site.cfg.py.in
2022-08-27 Anubhab Ghosh[Orc] Use MapperJITLinkMemoryManager with InProcessMapp...
2022-08-27 Mircea Trofin[mlgo] Fix flaky test
2022-08-27 Chelsea Cassanova[lldb][docs] Fix formatting in fuzzing doc
2022-08-27 Anubhab Ghosh[Orc] Take offset inside slab into account in SharedMem...
2022-08-27 Amir Ayupov[BOLT][UTILS] Stash including untracked in nfc-check...
2022-08-27 Julian Lettner[Clang][Driver] Temporarily disable failing DriverKit...
2022-08-27 Lang Hames[ORC-RT] Remove __orc_rt::apply_tuple.
2022-08-26 Craig Topper[RISCV] Pre-commit tests for D132771. NFC
2022-08-26 Chelsea Cassanova[lldb][docs] Add documentation for LLDB fuzzers
2022-08-26 Vitaly Buka[msan] Enable msan-check-constant-shadow by default
2022-08-26 Julian Lettner[TSan] Fix pointer/type-mismatch bug in test that has...
2022-08-26 Julian Lettner[Clang][Driver] Refine/refactor DriverKit support
2022-08-26 Lang Hames[ORC-RT] Add "wrap" and "unwrap" steps to __orc_rt...
2022-08-26 Lang Hames[ORC-RT] Add a std::identity substitute.
2022-08-26 Vitaly Buka[msan] Fix handling of constant shadow
2022-08-26 Wei Yi TeeRevert "[clang][dataflow] Extend transfer functions...
2022-08-26 Nico Weber[clang] Better warning-fix follow-up to D131632
2022-08-26 Wei Yi Tee[clang][dataflow] Extend transfer functions for other...
2022-08-26 Nico Weber[clang] Add __is_target_variant_{os,environment} builtins
2022-08-26 Vitaly Buka[NFC][msan] Clang-format the file
2022-08-26 Vitaly Buka[test] Add msan-check-constant-shadow=0 tests
2022-08-26 Lang HamesReapply "[ORC] Add "wrap" and "unwrap" steps to Executo...
2022-08-26 Philip Reames[RISCV] Enable fixed length vectors and loop vectorizat...
2022-08-26 Julian Lettner[Tests][TSan] Remove bash-ism `|&`, which is unsupporte...
2022-08-26 Eric Gullufsen[InstCombine] Canonicalize "and, add", "or, add", ...
2022-08-26 Philip Reames[RISCV] Disable SLP vectorization by default due to...
2022-08-26 Abraham Corea... [clang][NFC] silences warnings
2022-08-26 Lang HamesRevert "[ORC] Add "wrap" and "unwrap" steps to Executor...
2022-08-26 Vitaly Buka[test][msan] Simplify test with implicit-check-not
2022-08-26 River Riddle[mlir] Add bytecode encoding for the remaining builtin...
2022-08-26 River Riddle[mlir][NFC] Cleanup builtin dialect bytecode encoding
2022-08-26 River Riddle[mlir:Bytecode] Add encoding support for builtin locati...
2022-08-26 River Riddle[mlir:Bytecode] Add encoding support for a majority...
2022-08-26 Joseph Huber[CUDA] Fix arguments after removing unused private...
2022-08-26 Paul Kirth[llvm][ir][NFC] Clean up "if after return" in ProfDataU...
2022-08-26 Paul Kirth[llvm][misexpect] Re-enable MisExpect for SampleProfiling
2022-08-26 Aart Bik[mlir][sparse] move sparse2sparse conversion to own...
2022-08-26 Nikolas Klauser[libc++] Remove __deque_base
2022-08-26 Nikolas Klauser[libc++][NFC] Remove some of the code duplication in...
2022-08-26 ziqingluo-90[clang-tidy] Adding the missing handling of "noreturn...
2022-08-26 Sterling AugustineRemove unused private variable.
2022-08-26 Sterling AugustineEliminate unused-variable warning.
2022-08-26 Florian Hahn[LAA] Require AddRecs to be in the innermost loop for...
2022-08-26 Lang Hames[ORC] Add "wrap" and "unwrap" steps to ExecutorAddr...
2022-08-26 Peter Klausler[flang][runtime] Corrections for byte-swapped I/O
2022-08-26 Siva Chandra... [libc] Implement POSIX truncate and ftruncate functions...
2022-08-26 LLVM GN Syncbot[gn build] Port 82e893c47c77
2022-08-26 ziqingluo-90[analyzer] Fixing a bug raising false positives of...
2022-08-26 Siva Chandra... [libc] Add Linux implementation of GNU extension functi...
next