OSDN Git Service

android-x86/external-llvm.git
2018-02-13 Craig Topper[X86] Add a blsr test case with a shift from PR35792...
2018-02-13 Craig Topper[X86] Teach EVEX->VEX pass to turn VRNDSCALE into VROUN...
2018-02-13 Craig Topper[X86] Autogenerate complete checks. NFC
2018-02-13 Vedant Kumar[Utils] Salvage debug info from all no-op casts
2018-02-13 David BlaikieRevert "Rewrite the cached map used for locating the...
2018-02-13 Craig Topper[X86] Use getTypeAction in most places that were checki...
2018-02-13 Craig Topper[X86] Remove duplicate CHECK-LABEL line the update...
2018-02-13 Adrian PrantlRevert "Document the shortcomings of DwarfExpression...
2018-02-13 Vedant Kumar[Utils] Salvage debug info of DCE'ed mul/sdiv/srem...
2018-02-13 Vedant Kumar[Utils] Salvage debug info of DCE'ed shl/lhsr/ashr...
2018-02-13 Vedant Kumar[Utils] Salvage the debug info of DCE'ed 'sub' instructions
2018-02-13 Vedant Kumar[Utils] Salvage the debug info of DCE'ed 'xor' instructions
2018-02-13 Adrian PrantlDocument the shortcomings of DwarfExpression::addMachin...
2018-02-13 Volkan KelesGlobalISel: IRTranslate llvm.fmuladd.* intrinsic
2018-02-12 Sanjay Patel[InstSimplify] allow exp/log simplifications with only...
2018-02-12 Sam Clegg[WebAssembly] Update ADT/TripleTest.cpp now that defaul...
2018-02-12 Craig Topper[X86] Auto generate complete checks. NFC
2018-02-12 Sanjay Patel[InstSimplify] change tests to 'fast' to reflect curren...
2018-02-12 Jakub Kuderski[Dominators] Always recalculate postdominators when...
2018-02-12 Sanjay Patel[InstSimplify] consolidate tests for log-exp inverse...
2018-02-12 Daniel Neilson[InstCombine] Simplify MemTransferInst's source and...
2018-02-12 Adam NemetRevert "[LSR] Avoid UB overflow when examining reuse...
2018-02-12 Sam Clegg[WebAssembly] MC: Remove redundant struct types
2018-02-12 Daniel Neilson[SafeStack] Use updated CreateMemCpy API to set more...
2018-02-12 Craig Topper[X86] Reverse the operand order of the autoupgrade...
2018-02-12 Sam Clegg[WebAssembly] MC: Remove redundant `private` specifiers
2018-02-12 Sanjay Patel[x86] add select test to show there's no single right...
2018-02-12 Adrian PrantlSimplify switch statement (NFC)
2018-02-12 Gerolf Hoflehner[LSR] Avoid UB overflow when examining reuse opportunities
2018-02-12 Jacob Gravelle[WebAssembly] Fix casting MCSymbol to MCSymbolWasm...
2018-02-12 Sanjay Patel[DAG] make binops with undef operands consistent with IR
2018-02-12 Craig Topper[X86] Simplify X86DAGToDAGISel::matchBEXTRFromAnd by...
2018-02-12 Craig Topper[X86] Remove unused multiclass argument. NFC
2018-02-12 Martin Storsjo[GlobalMerge] Allow merging of dllexported variables
2018-02-12 Adrian PrantlFix the syntax highlighting of strings in dwarfdump.
2018-02-12 Adrian PrantlFactor out common condition into an easier to understan...
2018-02-12 Vedant KumarMove the debuginfo-dce-or test into debuginfo-variables...
2018-02-12 Volodymyr SapsaiRevert "[ThinLTO] Add GraphTraits for FunctionSummaries"
2018-02-12 Volodymyr SapsaiRevert "Follow on to rL324854 (Added tests)" as part...
2018-02-12 Scott Linder[DebugInfo] Unify ChecksumKind and Checksum value in...
2018-02-12 Sanjay Patel[InstCombine] X / (X * Y) --> 1.0 / Y
2018-02-12 Sanjay Patel[InstCombine] add tests for missing fdiv fold; NFC
2018-02-12 Sanjay Patel[InstCombine] regenerate checks; NFC
2018-02-12 Sanjay Patel[InstCombine] various clean-ups for div transforms...
2018-02-12 Jun Bum Lim[LICM] update BlockColors after splitting predecessors
2018-02-12 Abderrazek... [AArch64] Fixes for ARMv8.2-A FP16 scalar intrinsic...
2018-02-12 Simon Pilgrim[X86] Add missing scheduling class tag for i64 absolute...
2018-02-12 Oliver Stannard[AArch64] Improve v8.1-A code-gen for atomic load-and
2018-02-12 Simon Pilgrim[X86][AVX512] Add missing scheduling class tag for...
2018-02-12 Evandro Menezes[AArch64] Refactor identification of SIMD immediates
2018-02-12 Simon Pilgrim[X86][AVX512] Add missing scheduling class tag for...
2018-02-12 Momchil VelikovRe-commit r324489: [DebugInfo] Improvements to represen...
2018-02-12 Simon Pilgrim[X86] Tag CET-IBT instruction scheduler classes
2018-02-12 Simon Pilgrim[X86][MMX] Add missing scheduling class tag for EMMS...
2018-02-12 Krzysztof Parzyszek[NFC] Fix comment of class InstrStage
2018-02-12 Alexey Bataev[SLP] Take user instructions cost into consideration...
2018-02-12 Oliver Stannard[AArch64] Improve v8.1-A code-gen for atomic load-subtract
2018-02-12 Sanjay Patel[InstCombine] various clean-ups for commonIDivTransform...
2018-02-12 Nicholas WilsonTest commit: reformat comment
2018-02-12 Hans WennborgRevert r324835 "[X86] Reduce Store Forward Block issues...
2018-02-12 Simon Atanasyan[mips] Fix 'l' constraint handling for types smaller...
2018-02-12 Simon Atanasyan[mips] Revert rL324869
2018-02-12 Florian Hahn[LoopInterchange] Simplify splitInnerLoopHeader logic...
2018-02-12 David Green[CodeGen] Add a -trap-unreachable option for debugging
2018-02-12 Sam McCall[gtest] Support raw_ostream printing functions more...
2018-02-12 Simon Atanasyan[mips] Fix 'l' constraint handling for types smaller...
2018-02-12 Gerolf Hoflehner[MC] Issue error message when data region is not terminated
2018-02-12 Max Kazantsev[NFC] Fix typos
2018-02-12 Max Kazantsev[SCEV] Make getPostIncExpr guaranteed to return AddRec
2018-02-12 Craig Topper[X86] Don't look for TEST instruction shrinking opportu...
2018-02-12 Craig Topper[X86] Remove check for X86ISD::AND with no flag users...
2018-02-12 Craig Topper[X86] Change some compare patterns to use loadi8/loadi1...
2018-02-12 Craig Topper[X86] Autogenerate complete checks. NFC
2018-02-12 Craig Topper[X86] Add KADD X86ISD opcode instead of reusing ISD...
2018-02-12 Craig Topper[X86] Allow zextload/extload i1->i8 to be folded into...
2018-02-12 Charles SaternosFollow on to rL324854 (Added tests)
2018-02-11 Craig Topper[X86] Remove MASK_BINOP intrinsic type. NFC
2018-02-11 Craig Topper[X86] Remove dead code from getMaskNode that looked...
2018-02-11 Craig Topper[X86] Remove LowerBoolVSETCC_AVX512, we get this with...
2018-02-11 Charles Saternos[ThinLTO] Add GraphTraits for FunctionSummaries
2018-02-11 Brock Wyma[CodeView] Allow variable names to be as long as the...
2018-02-11 Craig Topper[X86] Update some required-vector-width.ll test cases...
2018-02-11 Simon Pilgrim[X86][SSE] Use SplitBinaryOpsAndApply to recognise...
2018-02-11 Sanjay Patel[InstCombine] X / (X * Y) -> 1 / Y if the multiplicatio...
2018-02-11 Craig Topper[X86] Use min/max for vector ult/ugt compares if avoids...
2018-02-11 Simon Pilgrim[X86][SSE] Moved SplitBinaryOpsAndApply earlier so...
2018-02-11 Sanjay Patel[InstCombine] add tests for div-mul folds; NFC
2018-02-11 Sanjay Patel[TargetLowering] try to create -1 constant operand...
2018-02-11 Simon Pilgrim[X86] Add PR33747 test case
2018-02-11 Simon Pilgrim[X86][SSE] Enable SMIN/SMAX/UMIN/UMAX custom lowering...
2018-02-11 Lama Sabafix test/CodeGen/X86/fixup-sfb.ll test failure after...
2018-02-11 Lama Saba[X86] Reduce Store Forward Block issues in HW
2018-02-11 Craig Topper[X86] Don't make 512-bit vectors legal when preferred...
2018-02-11 Craig Topper[X86] Remove setOperationAction lines for promoting...
2018-02-11 Craig Topper[SelectionDAG] Remove TargetLowering::getConstTrueVal...
2018-02-11 Craig Topper[X86] Remove some redundant qualifications from the...
2018-02-10 Simon Pilgrim[X86][SSE] Add SMIN/SMAX combine test
2018-02-10 Craig Topper[X86] Change signatures of avx512 packed fp compare...
2018-02-10 Simon Pilgrim[X86][SSE] Add UMIN/UMAX combine test
2018-02-10 Simon Pilgrim[InstCombine] Add constant vector support for ~(C ...
next