OSDN Git Service

android-x86/external-llvm.git
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 ...
2018-02-10 Simon Pilgrim[X86][SSE] Increase PMULLD costs to better match hardware
2018-02-10 Craig Topper[X86] Custom legalize (v2i32 (setcc (v2f32))) so that...
2018-02-10 Craig Topper[X86] Extend inputs with elements smaller than i32...
2018-02-10 Craig Topper[X86] Remove some check-prefixes from avx512-cvt.ll...
2018-02-10 Sanjay Patel[x86] preserve test intent by removing undef
2018-02-10 Sanjay Patel[x86] preserve test intent by removing undef
2018-02-10 Simon PilgrimFix Wdocumentation warning. NFCI.
2018-02-10 Sanjay Patel[ARM] preserve test intent by removing undef
2018-02-10 Simon PilgrimFix Wdocumentation warnings. NFCI.
2018-02-10 Simon Pilgrim[X86][SSE] Regenerate old sitofp v2i32 test
2018-02-10 Craig Topper[X86] Custom legalize (v2i1 (fp_to_uint/fp_to_sint...
2018-02-10 Craig Topper[X86] Legalize zero extends from vXi1 to vXi16/vXi32...
2018-02-10 Craig Topper[X86] Teach combineExtSetcc to handle ZERO_EXTEND by...
2018-02-10 Fangrui Song[utils] Refactor utils/update_{,llc_}test_checks.py...
2018-02-10 Nirav Dave[DAG] Make early exit hasPredecessorHelper return true...
2018-02-10 Craig Topper[X86] Teach combineInsertSubvector how to combine some...
2018-02-10 George KarpenkovMake LLVM timer reprintable: that is, make more than...
2018-02-10 David BlaikieREQUIRES: shell a couple of tests that require the...
2018-02-10 Mircea Trofin[LV] Fix analyzeInterleaving when -pass-remarks enabled
2018-02-09 Daniel Neilson[Hexagon] Update uses of deprecated IRBuilder CreateMem...
2018-02-09 Alexander Shaposhnikov[llvm-objcopy] Make modifications in-place if output...
2018-02-09 Craig Topper[X86] Teach lower1BitVectorShuffle to recognize shuffle...
2018-02-09 Daniel Neilson[ARMFastISel] Replace deprecated calls to MemoryIntrins...
2018-02-09 Justin BognerCMake: Allow specifying arbitrary CCACHE parameters
2018-02-09 Dan Gohman[WebAssembly] Add mechanisms for specifying an explicit...
2018-02-09 Dan Gohman[WebAssembly] Add an LLVM_FALLTHROUGH to address a...
2018-02-09 Daniel Neilson[AMDGPUPromoteAlloca] Replace deprecated memory intrins...
2018-02-09 Daniel Neilson[AArch64FastISel] Replace deprecated calls to MemoryInt...
2018-02-09 Francis Visoiu... [X86][MC] Fix assembling rip-relative addressing +...
next