platform/upstream/llvm.git
2020-03-23 Raphael Isemann[lldb] Mark expressions that couldn't be parsed or...
2020-03-23 Ram NalamothuImplement wave32 DWARF register mapping
2020-03-23 Florian Hahn[SCCP] Precommit additional range propagation test.
2020-03-23 Sanjay Patel[VectorUtils] move x86's scaleShuffleMask to generic...
2020-03-23 Nathan James[clang-tidy] Fix RenamerClangTidy handling qualified...
2020-03-23 Jonathan Coe[clang-format] Reflow long C# generic type constraints...
2020-03-23 Sanjay Patel[VectorCombine] add more tests for extract-extract...
2020-03-23 John BrawnAdd ParsedAttrInfo::handleDeclAttribute
2020-03-23 Jonas Paulsson[SystemZ] Perform instruction shortening for fused...
2020-03-23 Guillaume Chatelet[Alignment][NFC] Deprecate VectorUtils::getAlignment
2020-03-23 Guillaume Chatelet[Alignment][NFC] Use TFL::getStackAlign()
2020-03-23 Simon Pilgrim[InstCombine] Add ub-safe negation patterns (PR27817)
2020-03-23 Florian Hahn[SCCP] Extend test coverage in conditions-ranges.ll...
2020-03-23 James Henderson[llvm-readobj] Derive dynamic symtab size from DT_HASH
2020-03-23 Simon Pilgrim[InstCombine] Add CTPOP -> CTTZ simplifications (PR43513)
2020-03-23 Momchil VelikovApply function attributes through array declarators
2020-03-23 Christian SiggFix all-reduce int tests by host-registering memrefs.
2020-03-23 Guillaume Chatelet[Alignment][NFC] Deprecate ensureMaxAlignment
2020-03-23 Simon PilgrimMergeFunctions.rst - multiply vs shift typo (PR44717)
2020-03-23 Whisperity[clang-tidy][NFC] Add missing check group docs and...
2020-03-23 Jay FoadMake use of APInt::countLeadingOnes. NFC.
2020-03-23 Sam Parker[DAGCombine] Skip PostInc combine with later users
2020-03-23 Sam Parker[NFC][DAGCombine] Refactor post-inc logic
2020-03-23 Dominik Montada[GlobalISel] support widen unmerge if WideTy > SrcTy
2020-03-23 Fangrui Song[llvm-objdump][test] Improve PowerPC branch offset...
2020-03-23 Alex Brachet[libc] Don't configure test and fuzzer when -DLLVM_INCL...
2020-03-23 David BlaikieBuildbot debugging of 0d0b90105f92f6cd9cc7004d565834f44...
2020-03-23 Juneyoung LeeAdd test cases that are addressed by D76010
2020-03-23 Qiu Chaofan[NFC] [PowerPC] Prepare test for FMA negate check
2020-03-23 Uday Bondhugula[MLIR][NFC] Move some of the affine transforms / tests...
2020-03-23 Uday Bondhugula[MLIR][NFC] rename ConvertStandardToLLVM, ConvertLoopTo...
2020-03-23 David BlaikieRevert "[FIX] Do not copy an llvm::function_ref if...
2020-03-23 David BlaikieRoll an expression into an assert to remove the need...
2020-03-22 Craig Topper[X86] Remove maximum vector length limit from combineBa...
2020-03-22 Sylvestre Ledrudoc: use the right url to bugzilla
2020-03-22 Sylvestre LedruDoc: Links should use https
2020-03-22 Florian Hahn[SCCP] Add a few more tests for conditional propagation...
2020-03-22 Sylvestre Ledruupdate of the llvm doc: we moved to git
2020-03-22 Craig Topper[X86] More accurately model the cost of horizontal...
2020-03-22 Sylvestre Ledruclang/release notes: s/Subversion/git/
2020-03-22 Simon Atanasyan[mips] Implement .cpadd directive
2020-03-22 Simon Atanasyan[mips] Implement sne pseudo instruction
2020-03-22 Simon Atanasyan[mips] Implement sle/sleu pseudo instructions
2020-03-22 Simon Atanasyan[mips] Remove instructions related to "wired paired...
2020-03-22 Simon Atanasyan[mips] Add HasMips3D to the list of features unsupporte...
2020-03-22 Simon Atanasyan[mips] Rename target feature Mips3D => HasMips3D. NFC
2020-03-22 Jacques Pienaar[mlir] Change include image to be toplevel
2020-03-22 Alex Brachet[libc][NFC] Fix typo in milliseconds
2020-03-22 Yaxun (Sam... [NFC] Refactor handling of Xarch option
2020-03-22 Yaxun (Sam... Add Triple::isAMDGPU
2020-03-22 Alex Brachet[libc] Add signal
2020-03-22 Craig Topper[X86] Remove maximum vector width restriction from...
2020-03-22 Nico WeberRemove a dead function.
2020-03-22 Matt ArsenaultVerifier: Check bswap is supported size
2020-03-22 Nikita Popov[InstCombine] Remove ExpensiveCombines option
2020-03-22 Matt ArsenaultUtils: Mostly convert memcpy expansion to use Align
2020-03-22 Qiu Chaofan[DAGCombiner] Require nsz for aggressive fma fold
2020-03-22 Qiu Chaofan[NFC] [PowerPC] Remove unsafe-fp-math in FMA test
2020-03-22 Simon Pilgrim[X86][SSE] Add some additional irregular AVG tests
2020-03-22 Bjorn Pettersson[ValueTracking] Avoid blind cast from Operator to Instr...
2020-03-22 Nikita Popov[SLP] Avoid repeated visitation in getVectorElementSize...
2020-03-22 Qiu Chaofan[NFC] [PowerPC] Update FMA association test
2020-03-22 River Riddle[mlir] Move the testing pass for GpuKernelToCubin to...
2020-03-22 River Riddle[mlir][NFC] Remove Analysis/Passes.h
2020-03-22 River Riddle[mlir] Move several static cl::opts to be pass options...
2020-03-22 Nikita Popov[LVI] Use SmallDenseMap for getValueFromCondition(...
2020-03-22 Fangrui Song[AsmPrinter] Simplify AsmPrinter::emitXXStructorList...
2020-03-22 Fangrui SongDelete TargetLoweringObjectFile::Ctx
2020-03-22 Fangrui Song[X86] Delete unneeded X86ELFTargetObjectFile::Initializ...
2020-03-22 David BlaikieRevert "EHScopeStack::Cleanup has virtual functions...
2020-03-22 Lang Hames[ORC] Move ostream operators for debugging output out...
2020-03-22 Craig Topper[X86] Add nonloop v64i8 test to sad.ll.
2020-03-22 Uday Bondhugula[MLIR][NFC] fix memref type doc comment on dynamic...
2020-03-21 Craig Topper[X86] Add test for v4i8 loop sad pattern.
2020-03-21 LLVM GN Syncbot[gn build] Port 34fd007aaf8
2020-03-21 Ehud KatzRevert "[ADT] Implement the Waymarking as an independen...
2020-03-21 Eric Fiselier[libc++] tolerate missing diagnostic with modules enabled
2020-03-21 Aaron BallmanThe generated code does not need to check for a null...
2020-03-21 Simon Pilgrim[InstCombine] Add ctpop -> cttz combine tests (PR43513)
2020-03-21 Simon Pilgrim[X86] getTargetShuffleAndZeroables - add insert_subvect...
2020-03-21 Simon Pilgrim[X86][AVX] Add HADDPD test case for PR44694
2020-03-21 Florian Hahn[clang/docs] Fix various sphinx warnings/errors in...
2020-03-21 Georgii Rymar[obj2yaml] - Simplify and reduce `ELFDumper<ELFT>:...
2020-03-21 Eric Fiselier[libc++] Fix URL to llvm github
2020-03-21 Eric Fiselier[libc++] Rework buildbot configuration for the greater...
2020-03-21 Eric Fiselier[libc++] fix some non-modular tests
2020-03-21 Dmitry Vyukovtsan: fix deadlock with pthread_atfork callbacks
2020-03-21 Simon Pilgrim[X86] Combine concat(shufps,shufps) -> shufps(concat...
2020-03-21 Nikita Popov[ValueTracking] Short-circuit computeKnownBitsAddSub...
2020-03-21 LLVM GN Syncbot[gn build] Port 73cf8abbe69
2020-03-21 Ehud Katz[ADT] Implement the Waymarking as an independent utility
2020-03-21 Simon PilgrimRevert rGe6a7e3b5e3e7 "[X86][SSE] matchShuffleWithSHUFP...
2020-03-21 Baden HughesUpdate ConversionToLLVMDialect.md
2020-03-21 Guillaume Chatelet[clang] Fix crash during template sema checking
2020-03-21 Simon PilgrimRevert rGd5d8569df14e95e2c53d167bd1b37995bcbec565 ...
2020-03-21 Simon PilgrimFix static analysis warnings about classes with virtual...
2020-03-21 Simon Pilgrim[InstCombine][X86] simplifyX86immShift - remove Constan...
2020-03-21 abelkocsis[clang-tidy] my work: fix sphinx docs
2020-03-21 Simon PilgrimFix Wdocumentation warning. NFCI.
2020-03-21 Simon PilgrimFix Wdocumentation warning. NFCI.
next