OSDN Git Service

[X86][SSE] Utilize ZeroableElements for canWidenShuffleElements
[android-x86/external-llvm.git] / lib /
2018-07-12 Simon Pilgrim[X86][SSE] Utilize ZeroableElements for canWidenShuffle...
2018-07-12 Simon Pilgrim[X86][AVX] Use Zeroable mask to improve shuffle mask...
2018-07-12 David Green[UnJ] Use SmallPtrSets for block collections. NFC
2018-07-12 Simon Atanasyan[mips] Mark standard encoded instructions as not being...
2018-07-12 Craig Topper[X86] Remove i128 type from FR128 regclass.
2018-07-12 Stefan GranitzFix few typos in comments (write access test commit)
2018-07-12 Craig Topper[X86] Remove patterns and ISD nodes for the old scalar...
2018-07-12 Chen Zheng[InstSimplify] simplify add instruction if two operands...
2018-07-12 Fangrui Song[AsmParser] Fix inconsistent declaration parameter...
2018-07-12 Eric ChristopherTemporarily revert "Recommit r328307: [IPSCCP] Use...
2018-07-12 Chandler Carruth[x86] Fix another trivial bug in x86 flags copy lowerin...
2018-07-12 Craig Topper[X86] Add patterns to use VMOVSS/SD zero masking for...
2018-07-12 Chandler Carruth[x86] Fix EFLAGS copy lowering to correctly handle...
2018-07-12 Craig Topper[X86] Remove and autoupgrade the scalar fma intrinsics...
2018-07-11 Duncan P. N. Exon... IR: Skip -print-*-all after -print-*
2018-07-11 Eli Friedman[CodeGen] Emit more precise AssertZext/AssertSext nodes.
2018-07-11 Craig Topper[LoopIdiomRecognize] Don't convert a do while loop...
2018-07-11 Tom StellardAMDGPU/SI: Initialize InstrInfo before TargetLoweringIn...
2018-07-11 Alina Sbirlea[MemorySSA] Add APIs to move memory accesses between...
2018-07-11 Tom StellardAMDGPU: Remove duplicate call to initializeSubtargetDep...
2018-07-11 Tom StellardAMDGPU: Refactor Subtarget classes
2018-07-11 Fangrui Song[DebugInfo] Fix getPreviousSibling after r336823
2018-07-11 Roman Lebedev[InstCombine] Fold x & (-1 >> y) == x to x u<= ...
2018-07-11 Craig Topper[X86] Remove patterns for inserting a load into a zero...
2018-07-11 Simon Pilgrim[TargetTransformInfo] Add pow2 analysis for scalar...
2018-07-11 Konstantin ZhuravlyovAMDGPU/NFC: Use already available explicit kernarg
2018-07-11 Jonas Devlieghere[DebugInfo] Make children iterator bidirectional
2018-07-11 Andrea Di Biagio[X86] Fix MayLoad/HasSideEffect flag for (V)MOVLPSrm...
2018-07-11 Simon Pilgrim[SLPVectorizer] Add initial alternate opcode support...
2018-07-11 Simon PilgrimRevert rL336804: [SLPVectorizer] Add initial alternate...
2018-07-11 Simon Pilgrim[SLPVectorizer] Add initial alternate opcode support...
2018-07-11 Krzysztof Parzyszek[CodeGen] Ignore debug uses in MachineCopyPropagation
2018-07-11 Simon Atanasyan[mips] Update the P5600 scheduler model not to use...
2018-07-11 Diogo N. Sampaio[NFC][InstCombine] Converts isLegalNarrowLoad into...
2018-07-11 Sjoerd Meijer[ARM] ParallelDSP: multiple reduction stmts in loop
2018-07-11 Jonas DevlieghereUse debug-prefix-map for AT_NAME
2018-07-11 Sander de Smalen[AArch64][SVE] Asm: Support for COMPACT instruction.
2018-07-11 Sander de Smalen[AArch64][SVE] Asm: Support for LAST(A|B) and CLAST...
2018-07-11 Paul Semel[llvm-readobj] Add -hex-dump (-x) option
2018-07-11 Simon Pilgrim[SelectionDAG] Add constant buildvector support to...
2018-07-11 Simon Atanasyan[mips] Remove dead code. NFC
2018-07-11 Simon Pilgrim[DAGCombiner] Support non-uniform X%C -> X-(X/C)*C...
2018-07-11 Simon Pilgrim[DAGCombiner] Add (urem X, -1) -> select(X == -1, 0...
2018-07-11 Simon Tatham[TableGen] Add missing std::moves to fix build failure.
2018-07-11 Simon Tatham[TableGen] Add a general-purpose JSON backend.
2018-07-11 Eric Liu[WebAssembly] Only call llvm::value::dump() in debug...
2018-07-11 Craig Topper[X86] The TEST instruction is eliminated when BSF/TZCNT...
2018-07-11 Lang HamesRevert r336760: "[ORC] Add unit tests for the reexports...
2018-07-11 Craig Topper[X86] Remove some composite MOVSS/MOVSD isel patterns.
2018-07-11 Lang Hames[ORC] Add unit tests for the reexports utility that...
2018-07-11 Sam Clegg[WebAssembly] Add pass to infer prototypes for prototyp...
2018-07-11 Stefan Pintilie[Power9] Add remaining __flaot128 builtin support for...
2018-07-10 Eli Friedman[ARM] Treat cmn immediates as legal in isLegalICmpImmed...
2018-07-10 Lang Hames[ORC] Generalize alias materialization to support re...
2018-07-10 George Burgess IVSort includes + include a missing `extern "C"` header
2018-07-10 Craig Topper[X86] Remove AddedComplexity from all patterns that...
2018-07-10 Richard TrieuFix -Wmismatched-tags warning
2018-07-10 Craig Topper[X86] Teach X86InstrInfo::commuteInstructionImpl to...
2018-07-10 Craig Topper[X86] Remove X86ISD::MOVLPS and X86ISD::MOVLPD. NFCI
2018-07-10 Scott Linder[AMDGPU] Fix layering issue with AMDGPUHSAMetadataStrea...
2018-07-10 Teresa Johnson[ThinLTO] Use std::map to get determistic imports files
2018-07-10 Craig Topper[X86] Remove dead SDNode object from X86InstrFragmentsS...
2018-07-10 Craig Topper[X86] Remove AddedComplexity from register form of...
2018-07-10 Craig Topper[X86] Remove AddedComplexity from MMX_X86movw2d patterns.
2018-07-10 Scott Linder[AMDGPU] Refactor HSAMetadataStream::emitKernel (NFC)
2018-07-10 Alexander Ivchenko[GlobalISel][X86_64] Support for G_SITOFP
2018-07-10 Eugene Leviant[Evaluator] Examine alias when evaluating function...
2018-07-10 Simon Pilgrim[DAGCombiner] Add special case fast paths for udiv...
2018-07-10 Jonas DevlieghereRevert "[AccelTable] Provide abstraction for emitting...
2018-07-10 Konstantin ZhuravlyovAMDGPU: Make hidden argument metadata consistent with
2018-07-10 Sanjay Patel[InstCombine] allow flag propagation when using safe...
2018-07-10 Ulrich Weigand[gcov] Fix ABI when calling llvm_gcov_... routines...
2018-07-10 Jonas Devlieghere[MC] Add interface to finish pending labels.
2018-07-10 Sanjay Patel[InstCombine] safely allow non-commutative binop identi...
2018-07-10 Paul RobinsonSupport -fdebug-prefix-map in llvm-mc. This is useful...
2018-07-10 Sanjay Patel[InstCombine] drop poison flags when shuffle mask undef...
2018-07-10 Sander de Smalen[AArch64][SVE] Asm: Support for predicated unary operat...
2018-07-10 Matt ArsenaultReapply "AMDGPU: Force inlining if LDS global address...
2018-07-10 Sanjay Patel[InstCombine] allow more shuffle-binop folds with safe...
2018-07-10 Anastasis Grammenos[DebugInfo][LoopVectorize] Preserve DL in induction...
2018-07-10 Simon Pilgrim[DAGCombiner] visitREM - call visitSDIVLike/visitUDIVLi...
2018-07-10 Krzysztof Parzyszek[Hexagon] Add implicit uses even when untied explicit...
2018-07-10 Karl-Johan Karlsson[LowerSwitch] Fixed faulty PHI nodes
2018-07-10 Sam McCall[Support] Harded JSON against invalid UTF-8.
2018-07-10 Simon Pilgrim[DAGCombiner] Split SDIV/UDIV optimization expansions...
2018-07-10 Chandler Carruth[PM/Unswitch] Fix unused variable in r336646.
2018-07-10 Chandler Carruth[PM/Unswitch] Fix a collection of closely related issue...
2018-07-10 Simon Pilgrim[X86][SSE] Prefer BLEND(SHL(v,c1),SHL(v,c2)) over MUL...
2018-07-10 Craig Topper[X86] Use IsProfitableToFold to block vinsertf128rm...
2018-07-10 Craig Topper[X86] Remove some seemingly unnecessary patterns.
2018-07-10 Craig Topper[X86] Correct vfixupimm load patterns to look for an...
2018-07-10 Craig Topper[X86] Remove FloatVT from X86VectorVTInfo in X86InstrAV...
2018-07-10 Vlad TsyrklevichRevert "AMDGPU: Force inlining if LDS global address...
2018-07-10 Wolfgang Pieb[DWARF][NFC] Refactor range list emission to use a...
2018-07-09 Sanjay Patel[InstCombine] allow more shuffle folds using safe constants
2018-07-09 Heejin Ahn[WebAssembly] Support for binary atomic RMW instructions
2018-07-09 Manoj Guptallvm: Add support for "-fno-delete-null-pointer-checks"
2018-07-09 Rui UeyamaUse StringRef instead of `const char *`.
2018-07-09 George Burgess IVMake llvm.objectsize more conservative with null
2018-07-09 Lang Hames[ORC] Rename MaterializationResponsibility::delegate...
next