OSDN Git Service

android-x86/external-llvm.git
2018-11-22 Andrea Di Biagio[llvm-mca] Fix an invalid memory read introduced by...
2018-11-22 Max Kazantsev[NFC] Assert that all blocks staying in loop are live
2018-11-22 Max Kazantsev[NFC] Ensure deterministic order of dead exit blocks
2018-11-22 John Brawn[AArch64] Fix SelectionDAG infinite loop for v1i64...
2018-11-22 Max Kazantsev[NFC] Simplify code by using standard exit blocks colle...
2018-11-22 Chandler Carruth[TI removal] Leverage the fact that TerminatorInst...
2018-11-22 Haojian WuRevert r343473 "Move llvm util dependencies from clang...
2018-11-22 Diana Picus[ARM GlobalISel] Add test for BFC. NFCI
2018-11-22 Jonas Paulsson[SystemZTTIImpl] Give correct cost values for vector...
2018-11-22 Fangrui Song[llvm-size] Use empty() and range-based for loop. NFC
2018-11-22 Evandro Menezes[llvm-mca] Add test case (NFC)
2018-11-21 Sanjay Patel[x86] use FileCheck to verify output; NFC
2018-11-21 Evandro Menezes[llvm-mca] Add test case (NFC)
2018-11-21 Peter CollingbourneAdd a ubsan blacklist entry for libstdc++ 8.0.1.
2018-11-21 Evandro Menezes[llvm-mca] Add test case (NFC)
2018-11-21 Vladimir StefanovicRemoving test/MC/Mips/reloc-directive-label-offset...
2018-11-21 Fedor Sergeev[PM] correcting return value for new-pass-manager versi...
2018-11-21 Reid Kleckner[mingw] Use unmangled name after the $ in the section...
2018-11-21 Stefan Pintilie[PowerPC][NFC] Split PPCMCCodeEmitter into header and...
2018-11-21 Sanjay Patel[DAGCombiner] refactor select-of-FP-constants transform
2018-11-21 Stefan Pintilie[PowerPC][NFC] Minor Code Cleaup for PPCMCCodeEmitter.
2018-11-21 Eric Fiselier[LLVM] Allow modulemap installation
2018-11-21 Nikita Popov[InstCombine] Add tests for funnel shift with zero...
2018-11-21 Sanjay Patel[DAGCombiner] reduce code duplication; NFC
2018-11-21 Nikita Popov[MergeFuncs] Generate alias instead of thunk if possible
2018-11-21 Sanjay Patel[x86] add tests for select-of-FP-constants; NFC
2018-11-21 Sanjay Patel[x86] fix predicate for avoiding vblendv
2018-11-21 Sanjay Patel[x86] add test for FP select with constant; NFC
2018-11-21 Vladimir Stefanovic[mips][mc] Add basic support for R_MIPS_JALR/R_MICROMIP...
2018-11-21 Vladimir Stefanovic[MC] Support labels as offsets in .reloc directive
2018-11-21 Sanjay Patel[x86] add checks for asm to test; NFC
2018-11-21 Simon Pilgrim[TargetLowering] SimplifyDemandedBits - only reduce...
2018-11-21 Mikael Holmen[PM] Port Scalarizer to the new pass manager.
2018-11-21 Michal Gorny[nios2] Add missing Nios2CodeGen -> Nios2AsmPrinter...
2018-11-21 Simon Pilgrim[X86][AVX] Remove BROADCAST if we only need the 0'th...
2018-11-21 Nikita PopovTest commit: Delete trailing space in comment
2018-11-21 Max Kazantsev[NFC] More complex tests for LoopSimplifyCFG
2018-11-21 Max Kazantsev[NFC] Add some sophisticated tests on LoopSimplifyCFG
2018-11-21 Craig Topper[X86] In getScalarMaskingNode, replace scalar_to_vector...
2018-11-21 John Regehr[LVI] run transfer function for binary operator even...
2018-11-21 Nemanja Ivanovic[PowerPC] Do not use vectors to codegen bswap with...
2018-11-21 Craig Topper[X86] Correct 256 vpmovzx/vpmovsx isel patterns to...
2018-11-21 Craig Topper[X86] Add a copy of avx512-trunc.ll with -x86-experimen...
2018-11-21 Michael Kruse[docs] Add C++ Performance Benchmark to test-suite...
2018-11-20 Craig Topper[X86] Emit a PACKUS instead of a VECTOR_SHUFFLE from...
2018-11-20 Zachary TurnerFix pointer options mask. It was off by 1 bit.
2018-11-20 Sanjay Patel[DAGCombiner] look through bitcasts when trying to...
2018-11-20 Zachary Turner[CodeView] Add support for ref-qualified member functions.
2018-11-20 Zachary Turner[CodeView] Mark this pointers as const.
2018-11-20 Zachary Turner[CodeView] RelocPtr points to little endian data.
2018-11-20 Craig Topper[X86] Emit a single shuffle for the v16i8->v4i32 step...
2018-11-20 Simon Atanasyan[unittests] Fix ExpandTilde test to match handling...
2018-11-20 Aaron BallmanSilence C4709 in MSVC because it is buggy.
2018-11-20 Sanjay Patel[x86] add tests for 8-bit multiply with constant; NFC
2018-11-20 Sam Clegg[WebAssembly] WebAssemblyLowerEmscriptenEHSjLj: use...
2018-11-20 Michal Gorny[unittest] Skip W+X MappedMemoryTests when MPROTECT...
2018-11-20 Simon Pilgrim[X86] Remove -verify-machineinstrs=0 now that PR38391...
2018-11-20 Leonard Chan[Docs] Documentation for the saturation addition and...
2018-11-20 Sanjay Patel[InstCombine] add tests for funnel shifts; NFC
2018-11-20 Sanjay Patel[InstSimplify] fold funnel shifts with undef operands
2018-11-20 Sanjay Patel[InstSimplify] add tests for funnel shift with undef...
2018-11-20 Sanjay Patel[InstructionSimplify] Add support for saturating add/sub
2018-11-20 Sanjay Patel[ConstantFolding] Add support for saturating add/sub
2018-11-20 Simon Pilgrim[AMDGPU] Regenerate weird stores tests.
2018-11-20 Guozhi Wei[LoopSink] Add preheader to alias set
2018-11-20 Sanjay Patel[APInt] Add methods for saturated add and sub
2018-11-20 Sanjay Patel[PatternMatch] Handle undef vectors consistently
2018-11-20 Sanjay Patel[AArch64, x86] add tests for shift-not (PR39657); NFC
2018-11-20 Simon Pilgrim[DAGCombine] Add calls to SimplifyDemandedVectorElts...
2018-11-20 Jinsong Ji[PowerPC] Add Itineraries for STWU/STWUX etc
2018-11-20 Jinsong Ji[PowerPC][NFC]Add testcase for STWU scheduling check
2018-11-20 Jinsong Ji[llvm-exegesis][NFC] Some code style cleanup
2018-11-20 Simon PilgrimFix MSVC 'truncation of constant value' warning. NFCI.
2018-11-20 Simon Pilgrim[X86][SSE] Add computeKnownBits/ComputeNumSignBits...
2018-11-20 Simon Pilgrim[X86][SSE] XFormVExtractWithShuffleIntoLoad - getVector...
2018-11-20 Simon Pilgrim[TargetLowering] Improve SimplifyDemandedVectorElts...
2018-11-20 Simon Pilgrim[X86][SSE] Lower immediately to PACKUS instead of VECTO...
2018-11-20 Simon Pilgrim[X86][SSE] Add SimplifyDemandedVectorElts support for...
2018-11-20 Craig Topper[X86] Preserve undef information when creating a punpck...
2018-11-20 Craig Topper[X86] Add custom type legalization for v8i8->v8i32...
2018-11-20 Craig Topper[X86] Replace more calls to getZeroVector with regular...
2018-11-20 Max KazantsevRecommit "[LoopSimplifyCFG] Teach LoopSimplifyCFG to...
2018-11-20 Nemanja Ivanovic[PowerPC] Don't combine to bswap store on 1-byte trunca...
2018-11-20 Craig Topper[SelectionDAG] Compute known bits and num sign bits...
2018-11-20 Lang Hames[ExecutionEngine][Interpreter] Fix out-of-bounds array...
2018-11-20 Sanjay Patel[DAGCombiner] reduce code duplication in visitXOR; NFC
2018-11-20 Heejin Ahn[WebAssembly] Remove unused function return types ...
2018-11-20 Zachary Turner[CodeView] Don't print PointerAttributes when dumping.
2018-11-19 Stanislav MekhanoshinImplement computeKnownBits for scalar_to_vector
2018-11-19 Paul RobinsonIt's its
2018-11-19 Reid Kleckner[Transforms] Prefer static and avoid namespaces, NFC
2018-11-19 Craig Topper[X86] Rename combineVSZext->combineExtendVectorInreg...
2018-11-19 Craig Topper[X86] Add test case to show missed opportunity to use...
2018-11-19 Konstantin... AMDGPU: Fix V_FMA_F16 selection on GFX9
2018-11-19 Benjamin KramerRevert "[LoopSimplifyCFG] Teach LoopSimplifyCFG to...
2018-11-19 Stanislav Mekhanoshin[AMDGPU] Restored selection of scalar_to_vector (v2x16)
2018-11-19 Vedant Kumar[InstCombine] Set debug loc on `mergeStoreIntoSuccessor...
2018-11-19 Vedant Kumar[IR] Add hasNPredecessors, hasNPredecessorsOrMore to...
2018-11-19 Simon Pilgrim[DAGCombine] SimplifyNodeWithTwoResults - ensure same...
2018-11-19 Reid KlecknerFix clang test suite on Windows by reverting part of...
next