platform/upstream/llvm.git
2022-02-02 Florian Mayer[mte] support more complicated lifetimes (e.g. for...
2022-02-02 Ellis Hoag[InstrProf][NFC] Remove stray option in InstrProfWriter
2022-02-02 Changpeng FangAMDGPU [NFC]: Fix a few typos in docs AMDGPUUsage.rst
2022-02-02 Zequan Wu[LLDB] add sub regigter enums on x64 Windows
2022-02-02 Louis Dionne[release] Use the Bootstrapping build for building...
2022-02-02 Jez Ng[lld-macho][nfc] Hoist out creation of Section in parse...
2022-02-02 Sanjay Patel[x86] add test for 'sbb' false dependency stall; NFC
2022-02-02 Sanjay Patel[x86] make helper function to create sbb with zero...
2022-02-02 Florian Mayer[mte] work around lifetime issue with setjmp.
2022-02-02 Peter Klausler[flang] Modify right modes for READ/WRITE vs OPEN
2022-02-02 Florian Mayer[NFC] remove excessive whitespace.
2022-02-02 River Riddle[mlir][NFC] Update remaining dialect operations to...
2022-02-02 River Riddle[mlir][NFC] Update PDL operations to use `hasVerifier...
2022-02-02 River Riddle[mlir][NFC] Update GPU/SCF operations to use `hasVerifi...
2022-02-02 River Riddle[mlir][NFC] Update Affine operations to use `hasVerifie...
2022-02-02 River Riddle[mlir][NFC] Update OpenACC/OpenMP operations to use...
2022-02-02 River Riddle[mlir][NFC] Update MemRef/Tensor operations to use...
2022-02-02 River Riddle[mlir][NFC] Update Vector operations to use `hasVerifie...
2022-02-02 River Riddle[mlir][NFC] Update AMX/LLVM/NVVM/X86 vector operations...
2022-02-02 River Riddle[mlir][NFC] Update SPIRV operations to use `hasVerifier...
2022-02-02 River Riddle[mlir][NFC] Update Toy operations to use `hasVerifier...
2022-02-02 River Riddle[mlir] Refactor how additional verification is specifie...
2022-02-02 Konstantin... [libc++][ranges][NFC] Small updates to the Ranges statu...
2022-02-02 LLVM GN Syncbot[gn build] Port 712b31e2d4dc
2022-02-02 Konstantin... [libc++][ranges] Implement `indirectly_copyable{,_stora...
2022-02-02 Florian Mayer[NFC] factor isStandardLifetime out of HWASan
2022-02-02 Konstantin... [libc++][ranges][NFC] In the Ranges status, mark move_s...
2022-02-02 Zahira AmmarguellatThe methods visited for a special class must have an...
2022-02-02 Peter Klausler[flang] Debugging of ACCESS='STREAM' I/O
2022-02-02 Jeremy MorseFollow up to 6e03a68b776dc, squelch another leak
2022-02-02 Konstantin... [libc++][ranges][NFC] Test new requirements for `basic_...
2022-02-02 Konstantin... [libc++][ranges][NFC] Add contiguous_iterator_tag to...
2022-02-02 Shilei Tian[OMPIRBuilder] Add support for atomic compare
2022-02-02 Haowei Wu[libc++] Add UNSUPPORTED for clang-15
2022-02-02 Craig Topper[RISCV] Cleanup some places that assumed VLMaxSentinel...
2022-02-02 Siva Chandra... [libc][bazel overlay] Add a target for strncpy.
2022-02-02 Alexey BataevRevert "[SLP]Alternate vectorization for cmp instructions."
2022-02-02 Anna Thomas[LoopFuse] Change DT to reference in FusionCandidate...
2022-02-02 Rashmi Mudduluru[analyzer] Add support for __attribute__((returns_nonnu...
2022-02-02 Jeremy Morse[DebugInfo] Re-enable instruction referencing for x86_64
2022-02-02 Andrew Litteken[IRSim] Make sure that commutative intrinsics are treat...
2022-02-02 Matt ArsenaultCodeGen: Use asm register names in warning message
2022-02-02 Matt ArsenaultAMDGPU: Implement isAsmClobberable
2022-02-02 Alex Lorenz[clang] fix out of bounds access in an empty string...
2022-02-02 Peter Klausler[flang] Silence bogus error on use after IMPORT
2022-02-02 Jean Perier[flang] prevent rewrite of CMPLX with dynamically optio...
2022-02-02 Peter Klausler[flang] Fix: use right symbol for parent component
2022-02-02 Arthur O'Dwyer[libc++] [NFC] s/__referenceable/__can_reference/
2022-02-02 Alexey Bataev[SLP]Alternate vectorization for cmp instructions.
2022-02-02 Michał Górny[lldb] [Commands] Implement "thread siginfo"
2022-02-02 Masoud Ataei[PowerPC] Fixing buildbod failure ppc64le-lld-multistag...
2022-02-02 Chia-hung Duan[mlir] Support verification order (1/3)
2022-02-02 Rainer Orth[clang][Sparc] Fix __builtin_extract_return_addr etc.
2022-02-02 Craig Topper[RISCV] Add DAG combines to transform ADD_VL/SUB_VL...
2022-02-02 Sam Parker[NFC] TypePromotion tests
2022-02-02 Valentin Clement[flang] Switch return to ExtendedValue in AbstractConve...
2022-02-02 Louis Dionne[libc++] UNSUPPORT GDB pretty printers with Clang 15...
2022-02-02 Peter Klausler[flang] Set right "inNamelist" flag
2022-02-02 Jay Foad[AMDGPU] Use new target MMO flag MONoClobber
2022-02-02 Arthur O'Dwyer[libc++] [test] Fix a couple of copy-paste comments...
2022-02-02 Adrian PrantlAdd missing include diagnosed by the modules build.
2022-02-02 Simon PilgrimRemove redundant LLVM_HAS_RVALUE_REFERENCE_THIS and...
2022-02-02 Alexandros... [Function Specialisation] Fix use after free
2022-02-02 Alex Lorenz[clang][macho] add clang frontend support for emitting...
2022-02-02 Simon PilgrimTrigramIndex.h - move unnecessary StringRef include...
2022-02-02 Arthur O'Dwyer[libc++] Guard bits of 598983d7 against _LIBCPP_HAS_NO_...
2022-02-02 LLVM GN Syncbot[gn build] Port 256d2533322c
2022-02-02 Nikita Popov[IRBuilder] Reformat two functions (NFC)
2022-02-02 Arthur O'Dwyer[libc++] [NFC] Normalize some `#ifndef _LIBCPP_HAS_NO_C...
2022-02-02 Arthur O'Dwyer[libc++] [NFC] s/_LIBCPP_STD_VER > 17 && !defined(_LIBC...
2022-02-02 Jeremy MorseFollow up to 9fd9d56dc6b, avoid a memory leak
2022-02-02 Florian Hahn[ConstraintElimination] Add tests with signed predicate...
2022-02-02 Masoud Ataei[PowerPC] Scalar IBM MASS library conversion pass
2022-02-02 Louis Dionne[libc++] Add CI without experimental features and don...
2022-02-02 Simon Pilgrim[llvm-rc] Use cast<> instead of dyn_cast<> to avoid...
2022-02-02 Simon PilgrimSignposts.h - move unnecessary StringRef include down...
2022-02-02 Mircea TrofinFix buildbreak introduced in ed2deab5956fea9e8f64ef6020...
2022-02-02 Mircea Trofin[nfc][regalloc] Make the max inference cutoff configurable
2022-02-02 Sylvestre LedruAlso document -arch as -arch is mac specific
2022-02-02 Jeremy Morse[DebugInfo][InstrRef] Fix a tombstone-in-DenseMap crash...
2022-02-02 Roman Lebedev[NFC][SimplifyCFG] Merge `FoldTwoEntryPHINode()` into...
2022-02-02 Roman Lebedev[NFC][SimplifyCFG] `FoldTwoEntryPHINode()`: s/BB/MergeBB/
2022-02-02 Roman Lebedev[SimplifyCFG] Start redesigning `FoldTwoEntryPHINode()`.
2022-02-02 Roman Lebedev[NFC][SimplifyCFG] Autogenerate checklines in a few...
2022-02-02 Arjun P[MLIR][Presburger] Simplify checkExplicitRepresentation
2022-02-02 Marek Kurdej[clang-format] Elide unnecessary braces. NFC.
2022-02-02 Prashant Kumar[MLIR][Presburger] Use `SmallVector` instead of `std...
2022-02-02 Guillaume Chatelet[libc] Populate rtti/eh flags for all targets
2022-02-02 Simon Pilgrim[llvm-profgen] Use cast<> instead of dyn_cast<> to...
2022-02-02 Simon Pilgrim[llvm-profgen] Use cast<> instead of dyn_cast<> to...
2022-02-02 Jeremy Morse[DebugInfo][InstrRef][NFC] Use depth-first scope search...
2022-02-02 David Green[AArch64] Genereate CCMP from And CSel
2022-02-02 Nikita Popov[ArgPromotion] Add test with bitcasts (NFC)
2022-02-02 Guillaume Chatelet[libc] use llvm_update_compile_flags to populate rtti...
2022-02-02 Marek Kurdej[clang-format] Elide unnecessary braces. NFC.
2022-02-02 Marek Kurdej[clang-format] Factor out loop variable. NFC.
2022-02-02 Marek Kurdej[clang-format] Simplify use of StringRef::substr()...
2022-02-02 Arjun P[MLIR][Presburger] maybeLocalRepr: rename inEqualityPai...
2022-02-02 Sanjay Patel[x86] invert a vector select IR canonicalization with...
2022-02-02 Nathan Sidwell[clang][NFC] Remove unreachable code
next