platform/upstream/llvm.git
2021-12-01 Louis Dionne[runtimes] Move WARNING to FATAL_ERROR for folks using...
2021-12-01 Louis Dionne[runtimes] Remove support for GCC-style 32 bit multilib...
2021-12-01 Reid Kleckner[AArch64] Fix unused variable warning with NDEBUG, NFC
2021-12-01 Simon Moll[Clang][VE] Fix toolchain test when -DCLANG_DEFAULT_LIN...
2021-12-01 Omer Aviram[SelectionDAG] Add pattern to haveNoCommonBitsSet
2021-12-01 Dmitry VyukovRevert "tsan: new runtime (v3)"
2021-12-01 Mogball[mlir][ods] AttrOrTypeGen uses Class
2021-12-01 Mogball[llvm][stlextras] Add const methods to concat_range...
2021-12-01 Mark de Wever[libc++][format][1/6] Reduce binary size.
2021-12-01 Nicolas Vasilache[mlir][Vector] Thread 0-d vectors through vector.transf...
2021-12-01 Joseph Huber[OpenMP][FIX] SPMDzation guarding needs to account...
2021-12-01 Simon Pilgrim[X86] combinePMULH - recognise 'cheap' trunctions via...
2021-12-01 Simon Pilgrim[VE] Remove switch with only default case statement...
2021-12-01 Simon Moll[VE][NFC] Use POSIX-compatible stream redirection
2021-12-01 Alexey Bataev[SLP]Improve cost model for the shuffled extracts.
2021-12-01 Fabian Wolff[libc++] Fix `uniform_int_distribution` for 128-bit...
2021-12-01 Yousuf Ali[PowerPC][AIX] Add toc-data support for 64-bit AIX...
2021-12-01 Alexey Bataev[SLP]Introduce isUndefVector function to check for...
2021-12-01 Bradley Smith[AArch64][SVE] Duplicate FP_EXTEND/FP_TRUNC -> LOAD...
2021-12-01 Alexey Bataev[SLP]Improve vectorization of cmp instructions sequences.
2021-12-01 Nikita Popov[Verifier] Make matrix intrinsic verification compatibl...
2021-12-01 Stephan Herhut[mlir][linalg] Disable tensor-matmul test under asan
2021-12-01 David GreenRevert "[ARM] Teach getIntImmCostInst about the cost...
2021-12-01 Florian Hahn[LV] Move code from vectorizeMemoryInstruction to recip...
2021-12-01 Kiran ChandramohanRevert "[Flang] Replace notifyMatchFailure with TODO...
2021-12-01 Alexey Bataev[SLP][NFC]Add a test for inserting into constant undef...
2021-12-01 Florian Hahn[BasicAA] Add memset_chk libfunc tests.
2021-12-01 Florian Hahn[BasicAA] Add strncpy libfunc tests.
2021-12-01 Stephen Tozer[Dexter] Fix address_printing test by requiring lldb
2021-12-01 Simon Moll[VE] Make VE official
2021-12-01 Nico Weber[clang-cl] Set _MSVC_LANG to 202002L with /std:c++20
2021-12-01 Nico Weber[gn build] (manually) port 94d5f2afbef0
2021-12-01 Manuel KlimekFix a violated precondition in clang-format.
2021-12-01 Konstantin... [libcxx][test][NFC] Extend get_allocator() testing...
2021-12-01 Stephen Tozer[Dexter] Add DexDeclareAddress command and address...
2021-12-01 LLVM GN Syncbot[gn build] Port f5f28d5b0ce7
2021-12-01 Ties Stuij[ARM] Implement BTI placement pass for PACBTI-M
2021-12-01 Djordje TodorovicRevert "[LICM] Hoist LOAD without sinking the STORE"
2021-12-01 Djordje Todorovic[LICM] Hoist LOAD without sinking the STORE
2021-12-01 Stanislav FuniakFixed a memory leak in the PDLToPDLInterp RootOrderingTest.
2021-12-01 Ties Stuij[clang][ARM] removing branch protection error cmdline...
2021-12-01 Simon Pilgrim[X86] Add some basic fptosi/fptoui saturate vector...
2021-12-01 Nikita Popov[LICM] Support opaque pointers in scalar promotion
2021-12-01 Bradley Smith[DAGCombiner] When combining REM ensure optimized div...
2021-12-01 Simon Pilgrim[DAG] Apply clang-format to visitMSTORE + visitMLOAD...
2021-12-01 David Green[ARM] Strengthen fpclamptosat.ll triple to attempt...
2021-12-01 Ties Stuij[ARM] emit PACBTI-M build attributes
2021-12-01 Manuel KlimekFix segfault in clang-format.
2021-12-01 Nikita Popov[IRBuilder] Remove deprecated methods
2021-12-01 Nikita Popov[IR] Remove deprecated GetElementPtrInst constructors
2021-12-01 Ties Stuij[ARM] add common parts for PACBTI-M support in the...
2021-12-01 Ties Stuij[clang][ARM] emit PACBTI-M feature defines
2021-12-01 Nikita Popov[IR] Assert on getPointerElementType() on opaque pointe...
2021-12-01 Ties Stuij[clang][ARM] PACBTI-M frontend support
2021-12-01 David Green[ARM] Teach getIntImmCostInst about the cost of saturat...
2021-12-01 Manuel KlimekFix clang-format bug when handling conflict markers.
2021-12-01 Jeroen DobbelaereRevert "[Sema] check PseudoObject when rebuilding CXXOp...
2021-12-01 Florian Hahn[BuildLibCalls] Add argmemonly, writeonly, nounwind...
2021-12-01 David Green[ARM] Fix some identing in ARMAsmPrinter::emitInstructi...
2021-12-01 Jeroen Dobbelaere[Sema] check PseudoObject when rebuilding CXXOperatorCa...
2021-12-01 Matthias Springer[mlir][linalg][bufferize] CallOps do not bufferize...
2021-12-01 Shraiysh Vaishay[OpenMP][IRBuilder] Fix createSections
2021-12-01 Nikita Popov[LoopUnrollRuntime] Remove unnecessary pointer BECount...
2021-12-01 Nikita Popov[SCEV] Track backedge taken count users (NFCI)
2021-12-01 Dylan McKayAdd 'LLVM_DEFAULT_TARGET_TRIPLE' to the documented...
2021-12-01 Alexander Belyaev[mlir] Add a helper for TiledLoopOp to get an operand...
2021-12-01 Florian Hahn[DSE] Allow DSE to optimize MemorySSA by default.
2021-12-01 Guillaume Chatelet[libc] Add _64 element to aarch64
2021-12-01 Kiran Chandramohan[Flang] Replace notifyMatchFailure with TODO hard failures
2021-12-01 Chuanqi Xu[Coroutines] Make suspend_always in test noexcept ...
2021-12-01 Valentin Clement[fir] Add fir reduction builder
2021-12-01 Markus Lavin[NPM] Fix LoopNestPasses in -print-pipeline-passes
2021-12-01 Thomas Raoux[mlir] Make sure linearizeCollapsedDims doesn't drop...
2021-12-01 MaheshRavishankarRevert "[mlir] Make sure linearizeCollapsedDims doesn...
2021-12-01 MaheshRavishankar[mlir] Make sure linearizeCollapsedDims doesn't drop...
2021-12-01 Sergey Dmitriev[clang-offload-bundler] Reuse original file extension...
2021-12-01 Qiu Chaofan[Legalizer] Avoid expansion to BR_CC if illegal
2021-12-01 Vitaly Buka[sanitizer] Add delta compression stack depot
2021-12-01 Snehasish Kumar[memprof] Align each rawprofile section to 8b.
2021-12-01 Jonas Devlieghere[lldb] Temporarily skip TestTsanBasic on Darwin
2021-12-01 Phoebe Wang[X86] Pre-commit tests to show the problem of SQRT...
2021-12-01 Jacques Pienaar[mlir] Update accessors prefixed form (NFC)
2021-12-01 Vitaly Buka[sanitizer] Add compress_stack_depot flag
2021-12-01 Craig Topper[RISCV] Teach RISCVTargetLowering::shouldSinkOperands...
2021-12-01 Kent Ross[libcxx][doc] Document recent spaceship projects progress
2021-12-01 modimoAdd toggling for -fnew-infallible/-fno-new-infallible
2021-12-01 Mircea Trofin[test] Avoid dumping .o in source tree (expand-pseudos.ll)
2021-12-01 Vitaly Buka[NFC][sanitizer] Add entry point for compression
2021-12-01 Aart Bik[mlir][sparse] added sparse out element wise mult integ...
2021-12-01 wlei[llvm-profgen] Truncate the context with zero probe ID
2021-12-01 Vincent Lee[ObjectYAML/obj2yaml/yaml2obj][MachO] Support indirect...
2021-11-30 wlei[FS-AFDO][llvm-profgen] Generate profile with FS-AFDO...
2021-11-30 Kazushi (Jam... [runtimes][openmp] Change to not treat ARCH-unknown...
2021-11-30 Aart Bik[mlir][sparse] fix typos in integration tests
2021-11-30 Peter Klausler[flang] Rearrange prototype & code placement of IsCoarray()
2021-11-30 Stephen NeuendorfferRevert "[MLIR] Update Vector To LLVM conversion to...
2021-11-30 modimo[Clang] Add option to disable -mconstructor-aliases...
2021-11-30 Mircea Trofin[NFC][regalloc] Factor accesses to ExtraRegInfo
2021-11-30 Tarique IslamBig-endian version of vpermxor
2021-11-30 Julian Lettner[TSan][Darwin] Avoid crashes due to interpreting non...
next