platform/upstream/llvm.git
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...
2021-10-20 Ben LangmuirRevert "[ORC-RT] Configure the ORC runtime for more...
2021-10-20 Louis Dionne[runtimes] Rename CI job from "Runtimes build" to ...
2021-10-20 Louis Dionne[libunwind] Revert "Use the from-scratch testing config...
2021-10-20 Louis Dionne[libc++abi] Guard include of <unistd.h> behind __has_in...
2021-10-20 Nikita Popov[Tests] Add tests for non-speculatable ephemeral values
2021-10-20 Valentin ClementRevert "[fir] Add Character helper"
2021-10-20 Sanjay Patel[x86] add special-case lowering for usubsat for AVX512
2021-10-20 Louis Dionne[libc++] Fix incorrect main() signatures in the tests
2021-10-20 Stanislav Mekhanoshin[InstCombine] Fold `(a & ~b) & ~c` to `a & ~(b | c)`
2021-10-20 Erich KeaneRemove include of 'type_info' from ext-int test.
2021-10-20 Stanislav MekhanoshinPrecommit updated InstCombine/and-xor-or.ll test. NFC.
2021-10-20 Florian Hahn[IndVars] Invalidate SCEV when IR is changed in rewrite...
2021-10-20 Aart Bik[mlir][sparse] make index type explicit in public API...
2021-10-20 Erich KeaneMake dr177x.cpp test work with Windows-32 bit platfroms...
2021-10-20 Valentin Clement[fir] Add Character helper
2021-10-20 Erich KeaneUpdate ext-int test to have x86 linux/windows before...
2021-10-20 Ahmed S. TaeiDrop transfer_read inner most unit dimensions
2021-10-20 Jon Roelofs[AArch64][GlobalISel] combine (and (or x, c1), c2)...
2021-10-20 Jonas Devlieghere[lldb] Remove variable "any" which is set but not used
2021-10-20 Stanislav Mekhanoshin[AMDGPU] MachineLICM cannot hoist VALU
2021-10-20 Stanislav Mekhanoshin[AMDGPU] Allow rematerialization of SOP with virtual...
2021-10-20 Leonard Grey[MC] Recursively calculate symbol offset
2021-10-20 Nico Weber[lld/mac] Remove else-after-return in ICF code
2021-10-20 Sanjay Patel[InstCombine] fold fake vector insert to bit-logic
2021-10-20 Ben Langmuir[ORC-RT] Configure the ORC runtime for more architectur...
2021-10-20 Nico Weber[clang] Disallow mixing SEH and Objective-C exceptions
2021-10-20 Stanislav MekhanoshinPrecommit InstCombine/and-xor-or.ll test. NFC.
2021-10-20 Muiez AhmedRaise compile error when using unimplemented functions
2021-10-20 Arthur Eubanks[NFC] De-template LazyCallGraph::visitReferences()...
next