platform/upstream/llvm.git
2022-02-03 Nikolas Klauser[libc++][ranges] Add ranges::in_out_out_result
2022-02-03 Richard SmithPR45879: Fix assert when constant evaluating union...
2022-02-03 Benjamin Kramer[bazel] Port ead1107257e6
2022-02-03 Fangrui Song[asan][X86] Change some std::string variables to String...
2022-02-03 Nico Weber[gn build] (manually) port ded733bd4 (llvm-remark-size...
2022-02-03 Kirill Stoimenov[ASan] Added intermediate functions between assembly...
2022-02-03 Jessica PaquetteFix buildbot failure after D112940
2022-02-03 Matt ArsenaultRegScavenger: Add function to externally reserve a...
2022-02-03 Florian Mayer[mte] fix compiler crash with musttail.
2022-02-03 Jessica PaquetteAdd a tool for diffing size remarks
2022-02-03 Florian Mayer[NFC] pull retvec logic to MemoryTaggingSupport.
2022-02-03 Matt ArsenaultAMDGPU: Add second emergency slot for SGPR to vmem...
2022-02-02 Fangrui Song[SimplifyCFG] Fix -Wunused-variable in -DLLVM_ENABLE_AS...
2022-02-02 River Riddle[mlir] Remove dangling reference to std-bufferize which...
2022-02-02 Damian Rouson[flang] Add a semantics test for co_broadcast
2022-02-02 Keith Smiley[lld-macho] Fix duplicate symbols with relocatable...
2022-02-02 James Y KnightSkip exception cleanups when the innermost scope is...
2022-02-02 River Riddle[mlir:Standard] Remove support for creating a `unit...
2022-02-02 River Riddle[mlir] Move StandardOps/Utils to Arithmetic and sever...
2022-02-02 River Riddle[mlir] Move SelectOp from Standard to Arithmetic
2022-02-02 River Riddle[mlir] Split std.splat into tensor.splat and vector...
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
next