platform/upstream/llvm.git
2021-10-21 AndreyChurbanov[OpenMP][NFC] skip atomic tests for non-x86 arch
2021-10-21 Nikita Popov[InstCombine] Add additional store forwarding test...
2021-10-21 Arthur Eubanks[test] Make sure plugin actually runs in clear-ast...
2021-10-21 David BlaikieEnable libc++ in the build for libcxx initializerlist...
2021-10-21 David BlaikieRecommit: Compress formatting of array type names ...
2021-10-21 Fangrui Song[Triple] Don't repeat the function name in comments...
2021-10-21 Nikita Popov[CodeMetrics] Don't require speculatability for ephemer...
2021-10-21 Kirill BobyrevFollow-up on https://github.com/llvm/llvm-project/commi...
2021-10-21 Pirama Arumuga... Revert "[compiler-rt/profile] Hide __llvm_profile_raw_v...
2021-10-21 Craig Topper[RISCV] Expand scalable vector CTTZ/CTLZ/CTPOP.
2021-10-21 Arthur EubanksRevert "[IPT] Restructure cache to allow lazy update...
2021-10-21 Aaron BallmanAdd the papers that were applied to the latest C2x...
2021-10-21 Petr HosekRevert "[CMake] Cache the compiler-rt library search...
2021-10-21 Florian Hahn[SLP] Add additional tests which caused crashes with...
2021-10-21 River Riddle[mlir:GreedyPatternRewriter] Add debug logging for...
2021-10-21 River Riddle[NFC] Clean up a few methods within GreedyPatternRewriter
2021-10-21 Ahmed TaeiAvoid infinity arithmetics when computing exp approxima...
2021-10-21 Ben Langmuir[test][ORC-RT] Disable x86_64 tests when target arch...
2021-10-21 Valentin Clement[fir] Add Character helper
2021-10-21 Sanjay Patel[VectorCombine] fold shuffle-of-binops with common...
2021-10-21 Arthur EubanksReland [clang] Pass -clear-ast-before-backend in Clang...
2021-10-21 Fraser Cormack[RISCV] Add a test showing incorrect VSETVLI insertion
2021-10-21 Philip Reames[IPT] Restructure cache to allow lazy update following...
2021-10-21 Aaron BallmanUpdate the title and encoding for the C++ status page
2021-10-21 Aaron BallmanUpdate the C++ and C status pages now that Clang 13...
2021-10-21 Arthur Eubanks[clang] Don't clear AST if we have consumers running...
2021-10-21 Ben LangmuirReapply [ORC-RT] Configure the ORC runtime for more...
2021-10-21 Kazu Hirata[clang] Use StringRef::contains (NFC)
2021-10-21 Yonghong Song[DebugInfo] Support typedef with btf_decl_tag attributes
2021-10-21 Yonghong Song[Clang] Support typedef with btf_decl_tag attributes
2021-10-21 Mark de Wever[libc++] Use addressof in vector.
2021-10-21 Jez Ng[lld-macho] Simplify lc-linker-option.ll and re-enable...
2021-10-21 Lang Hames[ORC-RT] Remove stray printf debugging output.
2021-10-21 Nicolas Vasilache[mlir][Linalg] Improve conv vectorization for the strid...
2021-10-21 Jon Chesterfield[libomptarget][DeviceRTL] Generalise and simplify cmake...
2021-10-21 Sanjay Patel[InstCombine] generalize reassociated Demorgan folds
2021-10-21 Sanjay Patel[InstCombine] add tests for DeMorgan with reassociation...
2021-10-21 Kirill BobyrevDo not downcast uint64_t to unsigned in UniqueID hash...
2021-10-21 Louis Dionne[runtimes] Properly handle the sysroot/triple/gcc-toolchain
2021-10-21 Anirudh Prasad[SystemZ][z/OS] Initial implementation for lowerCall...
2021-10-21 Sanjay Patel[DAGCombiner] fold bit-hack form of usubsat
2021-10-21 Anirudh Prasad[SystemZ][z/OS] Additional test coverage for validating...
2021-10-21 Alexey Bataev[SLP]Unify vectorization of PHI and store nodes with...
2021-10-21 Matthias Springer[mlir][linalg][bufferize] Fix bufferizesToMemoryWrite...
2021-10-21 Matthias Springer[mlir][linalg][bufferize] Fix bug in getInplaceableOpResult
2021-10-21 Matthias Springer[mlir][linalg][bufferize] Avoid creating copies that...
2021-10-21 Matthias Springer[mlir][linalg][bufferize] Eliminate InitTensorOps of...
2021-10-21 Jon ChesterfieldRelax assert in ExprConstant to a return None.
2021-10-21 Jan Svoboda[clang][deps] Make resource directory deduction configu...
2021-10-21 Pavel Labath[lldb] Fix a thinko in 2ace1e57
2021-10-21 Kerry McLaughlin[SVE] Fix selection failure when splitting extended...
2021-10-21 YunQiang Su[MIPS] Fix switching between 32/64-bit variants of...
2021-10-21 David Green[ARM] Add new abs test. NFC
2021-10-21 Jan Svoboda[clang][deps] NFC: Rename building CompilerInvocation
2021-10-21 Jan Svoboda[clang][deps] NFC: Rename scanning CompilerInstance
2021-10-21 Jan Svoboda[clang][deps] NFC: Remove redundant CompilerInstance...
2021-10-21 Jan Svoboda[clang][deps] Ensure reported context hash is strict
2021-10-21 Aaron BallmanRevert "AddGlobalAnnotations for function with or witho...
2021-10-21 Benjamin Kramer[lldb] Silence -Wpessimizing-move warning
2021-10-21 Pavel Labath[lldb] Remove ConstString from GetPluginNameStatic...
2021-10-21 Benjamin Kramer[mlir] Fix a crash when creating a 1d zero element...
2021-10-21 Adrian Kuegel[mlir] Use empty() calls where possible.
2021-10-21 Jaroslav Sevcik[lldb] Add omitted abstract formal parameters in DWARF...
2021-10-21 Dawid Jurczak[NFC][LoopIdiom] Make for loops more readable
2021-10-21 Mikhail Maltsev[libcxx] Throw correct exception from std::vector:...
2021-10-21 Mikhail Maltsev[libcxx] Support allocators with explicit c-tors in...
2021-10-21 Valentin ClementRevert "[fir] Add Character helper"
2021-10-21 Frederic Cambus[clang] Support __float128 on DragonFlyBSD.
2021-10-21 Frederic Cambus[docs] Fix broken link rendering in the LLVM Coding...
2021-10-21 Michał Górny[lldb] [Host/SerialPort] Add std::moves for better...
2021-10-21 Michał Górny[lldb] [Host/Terminal] Add missing #ifdef for baudRateT...
2021-10-21 Michał Górny[lldb] [unittest] Disable SetParity() tests on Linux...
2021-10-21 Michał Górny[lldb] Add serial:// protocol for connecting to serial...
2021-10-21 Evgeniy Brevnov[NARY-REASSOCIATE][NFC] Simplify min/max handling
2021-10-21 Matthias Springer[mlir][linalg][bufferize][NFC] Change findValueInRevers...
2021-10-21 David Sherwood[SVE][Analysis] Tune the cost model according to the...
2021-10-21 Michał Górny[lldb] [Host] Add setters for common teletype propertie...
2021-10-21 Peixin-Qiao[MLIR][OpenMP] Add support for ordered construct
2021-10-21 Matthias Springer[mlir][linalg][bufferize][NFC] Check return value of...
2021-10-21 Matthias Springer[mlir][linalg][bufferize] Bufferize using PostOrder...
2021-10-21 Raphael Isemann[lldb][NFC] clang-format CPlusPlusLanguage.cpp
2021-10-21 Valentin Clement[fir] Add Character helper
2021-10-21 eopXD[NFC][LoopIdiom] Add more test case to runtime-determin...
2021-10-21 Daniel Jalkut[LLDB] [NFC] Typo fix in usage text for "type filter...
2021-10-21 Yi Kong[opt-viewer] Use safe yaml load_all
2021-10-21 Mehdi AminiRevert "[MLIR][OpenMP] Add support for ordered construct"
2021-10-21 Igor Kudrin[ELF] Avoid adding an orphan section to a less suitable...
2021-10-21 Vitaly Buka[NFC][msan] Add NormalArgAfterNoUndef testcase
2021-10-21 Vitaly Buka[NFC][msan] Rerun update_test_checks.py for a test
2021-10-21 Vitaly Buka[NFC][msan] Break the loop when done
2021-10-21 Vy Nguyen[lld-macho][nfc] Added some notes on deliberate differe...
2021-10-21 Shengchen Kan[Codegen] Set ARITH_FENCE as meta-instruction
2021-10-21 Volodymyr Sapsai[modules] While merging ObjCInterfaceDecl definitions...
2021-10-21 Peixin-Qiao[MLIR][OpenMP] Add support for ordered construct
2021-10-21 Brad Smith[Driver][OpenBSD] Some improvements to the external...
2021-10-21 Craig Topper[ARM] Use correct name of floating point ceil intrinsic...
2021-10-21 Nikita Malyavin[msan] Add stat-family interceptors on Linux
2021-10-21 Jez Ng[lld-macho] Temporarily disable lc-linker-option.ll...
2021-10-20 Arthur Eubanks[SelectionDAG] Bail out of mergeTruncStores when not...
2021-10-20 Pavel Kosov[ARM] Fix inline assembly referencing floating point...
next