platform/upstream/llvm.git
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
2022-02-02 Arjun P[MLIR][Presburger] Support isSubsetOf in PresburgerSet...
2022-02-02 Pavel Labath[lldb] Convert "LLDB" log channel to the new API
2022-02-02 Marek Kurdej[clang-format] Use prefix operator--. NFC.
2022-02-02 Marek Kurdej[clang-format] Use llvm::seq instead of std::iota....
2022-02-02 Jeremy Morse[DebugInfo][InstrRef][NFC] Free resources at an earlier...
2022-02-02 Lancelot SIX[Docs][NFC] Contributing.rst: fix wording
2022-02-02 Arjun P[MLIR] PresburgerSet::isIntegerEmpty: address clang...
2022-02-02 Guillaume Chatelet[NFC][libc] Remove unneeded gtest and benchmark configu...
2022-02-02 Jeremy Morse[DebugInfo][InstrRef][NFC] Cache some PHI resolutions
2022-02-02 Arjun P[MLIR][AffineAnalysis] Fix typo in comment (NFC)
2022-02-02 Arjun P[MLIR] Matrix: support matrix-vector multiplication
2022-02-02 Benjamin KramerRevert "[SLP]Alternate vectorization for cmp instructions."
2022-02-02 Malhar Jajoo[LAA] Add Memory dependence remarks.
2022-02-02 Simon Pilgrim[DAG] SimplifyDemandedVectorElts - remove KnownZero...
2022-02-02 Balazs Benics[scan-build] Fix deadlock at failures in libears/ear.c
2022-02-02 Guillaume Chatelet[libc] Fix automemcpy test by adding memmove configuration
2022-02-02 Jeremy MorseRe-apply 3fab2d138e30, now with a triple added
2022-02-02 Nicolas Vasilache[mlir][vector] Avoid hoisting alloca'ed temporary buffe...
2022-02-02 Pierre Gousseau[MSVC] Workaround missing search path for sanitizer...
2022-02-02 Markus Böck[mlir] Fully qualify generated C++ code in RewriterGen.cpp
2022-02-02 Balazs BenicsRevert "[analyzer] Prevent misuses of -analyze-function"
2022-02-02 Nikita Popov[AVR] Avoid reusing the same variable name (NFC)
2022-02-02 Balazs Benics[analyzer] Prevent misuses of -analyze-function
2022-02-02 Sven van Haastregt[OpenCL] Test -fdeclare-opencl-builtins with CL3 and...
2022-02-02 Nicolas Vasilache[mlir][async] Add AutomaticAllocationScope to async...
2022-02-02 Sam Parker[TypePromotion] Avoid some unnecessary truncs
2022-02-02 Nikolas Klauser[libc++][P2321R2] Add specializations of basic_common_r...
2022-02-02 David Sherwood[AArch64][CodeGen] Always use SVE (when enabled) to...
2022-02-02 Florian Hahn[GVN] Replace PointerIntPair with separate pointer...
2022-02-02 Tobias Hieta[compiler-rt][Darwin] Add arm64 to simulator platforms
2022-02-02 Marek Kurdej[clang-format] Correctly parse C99 digraphs: "<:",...
2022-02-02 Florian Hahn[GVN] Support load of pointer-select to value-select...
2022-02-02 gysit[mlir][vector] Make write permutation lowering work...
2022-02-02 Simon Moll[VE] Packed v512f32 binop isel and tests
2022-02-02 Cullen Rhodes[AArch64][SVE] NFC: tidy up isel lowering
2022-02-02 Markus Lavin[llvm-reduce] Display all relevant options in -help
2022-02-02 Nikita Popov[ArgPromotion] Add test for volatile and atomic loads...
2022-02-02 Jean Perier[flang][optimizer] support aggregate types inside tuple...
2022-02-02 Simon Moll[VE] LEGALAVL and staged VVP legalization
2022-02-02 Ayke van Laethem[AVR][NFC] Make atomics tests easier to read
2022-02-02 Ayke van Laethem[AVR] Fix atomicrmw result value
2022-02-02 Tom StellardBump the trunk major version to 15
2022-02-02 Valentin Clement[flang] Lower PAUSE statement
2022-02-02 Tom Stellard[docs] Remove hard-coded version numbers from sphinx...
2022-02-02 Stephen Neuendorffer[cmake][NFC] Configuration for libLLVM.so symbol versioning
2022-02-02 serge-sans... Add missing includes after LLVMCore header cleanup
2022-02-02 Tanya LattnerUpdate status on migration again. Add note about issues...
2022-02-02 Alexander Shaposhnikov[lld][ELF] Add support for ADRP+ADD optimization for...
2022-02-02 serge-sans... Cleanup header dependencies in LLVMCore
2022-02-02 Craig Topper[RISCV] Fix some 80 column violations in ComputeNumSign...
2022-02-02 Craig Topper[TableGen][RISCV] Relax a restriction in generating...
next