platform/upstream/llvm.git
2021-11-15 Peter Waller[AArch64][SVE] Break false dependencies for inactive...
2021-11-15 Diana Picus[Flang] Fixup some comments. NFC
2021-11-15 Igor Kudrin[ELF] Do not try to assign a memory region to a non...
2021-11-15 Simon Moll[VE] Fix SDNode user loop after efa896e5f7
2021-11-15 Sander de Smalen[LV] Rename blockNeedsPredication to blockNeedsPredicat...
2021-11-15 Nicolas Vasilache[mlir][Linalg] Make depthwise convolution naming scheme...
2021-11-15 Fabian Wolff[clang-tidy] Fix `bugprone-use-after-move` check to...
2021-11-15 Mehdi AminiRevert "[mlir] FlatAffineConstraint parsing for unit...
2021-11-15 Kyungwoo Lee[DebugInfo] Fix Test Targets in D108261
2021-11-15 David BlaikieAdd more test coverage for D77598
2021-11-15 David Blaikieast-print: Avoid extra whitespace before function openi...
2021-11-15 David Blaikieast-dump: Add missing identation of class template...
2021-11-15 David BlaikieAdd test for a case in D77598
2021-11-15 Stella LaurenzoRe-apply "[mlir] Allow out-of-tree python building...
2021-11-15 Kyungwoo Lee[DebugInfo] Fix end_sequence of debug_line in LTO Object
2021-11-15 Vitaly Buka[msan] Fix test with GLIBC 2.34
2021-11-15 Kazu Hirata[llvm] Use range-based for loops with instructions...
2021-11-15 Kazu Hirata[llvm] Use isa instead of dyn_cast (NFC)
2021-11-15 Kazu Hirata[AMDGPU] Remove selectStoreIntrinsic (NFC)
2021-11-15 Mircea Trofin[NFC] Use Optional<ProfileCount> to model invalid counts
2021-11-15 Chen Zheng[PowerPC] guard update form prepare with non-const...
2021-11-15 Shao-Ce SUN[NFC] Trim trailing whitespace in *.rst
2021-11-15 Vitaly Buka[sanitizer] Disable test incompartible with recert...
2021-11-14 Lang Hames[llvm-jitlink] Add an explicit -debugger-support option.
2021-11-14 Matheus IzvekovRevert "[clang] retain type sugar in auto / template...
2021-11-14 Mogball[mlir][ods] AttrOrTypeDef format: parse types
2021-11-14 Mogball[mlir][ods] Fix unused uniqued attr constraint
2021-11-14 LLVM GN Syncbot[gn build] Port 69be352a1961
2021-11-14 Lang HamesReapply "[ORC] Initial MachO debugging support (via...
2021-11-14 Mehdi AminiUse std::make_unique instead of `new` to reinitalize...
2021-11-14 Simon Pilgrim[LoopVectorize] Add PR41179 test case
2021-11-14 David BlaikieFollow-up to D77598: Simplify API by passing template...
2021-11-14 Simon Pilgrim[X86] Add getPack helper
2021-11-14 Florian Hahn[llvm-reduce] Remove unnecessary loop.
2021-11-14 Vitaly Buka[sanitizer] Fix test with GLIBC 2.34
2021-11-14 Koakuma[SPARC] Zero-extend the operands when doing UMULO on...
2021-11-14 Christian Ulmann[mlir] FlatAffineConstraint parsing for unit tests
2021-11-14 Kazu Hirata[clang] Use isa instead of dyn_cast (NFC)
2021-11-14 Kazu Hirata[llvm] Use range-based for loops with User::operands...
2021-11-14 Kazu Hirata[llvm] Use range-based for loops with CallBase::args...
2021-11-14 Roman Lebedev[NFC][X86][Costmodel] Improve test coverage for {i16...
2021-11-14 Roman Lebedev[NFC][X86][Costmodel] Improve test coverage for i8...
2021-11-14 Roman Lebedev[X86][Costmodel] `getReplicationShuffleCost()`: promote...
2021-11-14 Roman Lebedev[NFC][TTI] `getReplicationShuffleCost()`: s/Replicated...
2021-11-14 Mehrnoosh Heidarpour[InstCombine] add tests for or-xor logic fold; NFC
2021-11-14 Ahmed Bougacha[IR] Define ptrauth intrinsics.
2021-11-14 Roman Lebedev[X86][Costmodel] `trunc v8i64 to v16i16/v32i16` can...
2021-11-14 Roman Lebedev[X86][Costmodel] `trunc v16i32 to v32i16` can appear...
2021-11-14 Mircea Trofin[NFC][InlineFunction] Renamed some vars to conform...
2021-11-14 Sanjay Patel[DAGCombiner] match inverted/swapped patterns for vsele...
2021-11-14 mydeveloperday[clang-format][c++2b] support removal of the space...
2021-11-14 Simon Pilgrim[X86] Widen 128/256-bit VPTERNLOG patterns to 512-bit...
2021-11-14 Roman Lebedev[NFC][X86][Costmodel] Improve test coverage for {i32...
2021-11-14 Roman Lebedev[NFC][X86][Costmodel] Improve test coverage for i16...
2021-11-14 Roman Lebedev[NFC][SROA] Revisit test coverage in non-capturing...
2021-11-14 David Green[TypePromotion] Extend TypePromotion::isSafeWrap
2021-11-14 Kristina Bessonova[DwarfCompileUnit] getOrCreateCommonBlock(): check...
2021-11-14 Kristina Bessonova[DwarfCompileUnit] getOrCreateGlobalVariableDIE():...
2021-11-14 Vitaly Buka[sanitizer] Another try to fix the test with GLIBC...
2021-11-14 LLVM GN Syncbot[gn build] Port f55ba3525eb1
2021-11-14 Lang HamesRevert "[ORC] Initial MachO debugging support (via...
2021-11-14 Kazu Hirata[llvm] Use GetElementPtrInst::indices (NFC)
2021-11-14 hyeongyu kim[sanitizer][aarch64] fix clone system call's inline...
2021-11-13 Vitaly Buka[sanitizer] Fix test for GLIBC 2.31
2021-11-13 LLVM GN Syncbot[gn build] Port e1933a0488a5
2021-11-13 Lang Hames[ORC] Initial MachO debugging support (via GDB JIT...
2021-11-13 ksyx[GVN][NFC] Remove redundant check
2021-11-13 Keith Smileyreland: [VFS] Use original path when falling back to...
2021-11-13 Mehdi AminiFix some clang-tidy reports in MLIR (NFC)
2021-11-13 Mogball[mlir][ods] Fix incorrect name in comment (NFC)
2021-11-13 Sam McCall[clangd] Fix function-arg-placeholder suppression with...
2021-11-13 David Green[ARM/AArch64] Move REQUIRES after update_cc_test_checks...
2021-11-13 Keith SmileyRevert "[VFS] Use original path when falling back to...
2021-11-13 Mark de Wever[libc++][NFC] Fixes code alignment.
2021-11-13 Keith Smiley[VFS] Use original path when falling back to external FS
2021-11-13 Raphael IsemannRevert "[lldb] Fix that the embedded Python REPL crashe...
2021-11-13 Matt ArsenaultAMDGPU: Regenerate test checks
2021-11-13 Kazu Hirata[PowerPC] Use SDNode::uses (NFC)
2021-11-13 Kristina Bessonova[DebugInfo][test] Simplify/improve a few tests using...
2021-11-13 mydeveloperday[clang-format] [PR52228] clang-format csharp inconsista...
2021-11-13 Simon Pilgrim[X86] Add getAVX512Node helper. NFC.
2021-11-13 Florian Hahn[SCEV] Update SCEVLoopGuardRewriter to hold reference...
2021-11-13 Dmitry Vyukovtsan: mmap shadow stack
2021-11-13 Vitaly BukaRevert "[sanitizer] Fix test linking"
2021-11-13 Vitaly Buka[sanitizer] Don't test __pthread_mutex_lock with GLIBC...
2021-11-13 Craig Topper[X86] Promote f16 STRICT_FROUND to f32 and call libc.
2021-11-13 Lang Hames[JITLink][MachO] Fix "find-symbol-by-address" logic.
2021-11-13 Kazu Hirata[Target] Use SDNode::uses (NFC)
2021-11-13 Duncan P. N... Support: Pass wrapped Error's error code through FileError
2021-11-13 Duncan P. N... ADT: Fix const-correctness of iterator facade
2021-11-13 Duncan P. N... Support: Make VarStreamArrayIterator iterate over const...
2021-11-13 Tom Stellardtest/ExecutionEngine: Clean up lit.local.cfg
2021-11-13 Keith Smiley[lld-macho] Fix warning
2021-11-13 Keith Smiley[llvm-obcopy][MachO] Add error for MH_PRELOAD
2021-11-13 Vy Nguyen[lld-macho] Allow exporting weak_def_can_be_hidden...
2021-11-13 Matheus Izvekov[clang] retain type sugar in auto / template argument...
2021-11-13 Phoebe Wang[X86][ABI] Change the alignment of f80 in 32-bit callin...
2021-11-13 Vitaly Buka[asan] More leaks in test
2021-11-13 Vy Nguyen[lld-macho] Parallelize scanning the symbol tables...
2021-11-13 Vitaly Buka[asan] Fix "no matching function" on GCC
next