OSDN Git Service

android-x86/external-llvm.git
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...
2018-11-19 Simon PilgrimFix Wdocumentation warning. NFCI.
2018-11-19 Simon PilgrimFix unused function warning.
2018-11-19 Simon Pilgrim[TargetLowering] expandFP_TO_UINT - improve fp16 support
2018-11-19 Roman Lebedev[IR] DISubprogram::toSPFlags(): fix "enumeral and non...
2018-11-19 Simon PilgrimAdd missing stream operator for Polynomial class to...
2018-11-19 Craig Topper[X86][CostModel] Don't lookup intrinsic cost tables...
2018-11-19 Simon PilgrimAdd missing closing bracket.
2018-11-19 Paul RobinsonFix build break from r347239
2018-11-19 Simon PilgrimFix Wdocumentation warning. NFCI.
2018-11-19 Simon Pilgrim[X86][SSE] Remove unnecessary bit-and in pshufb vector...
2018-11-19 Martin Elshuber[InterleavedLoadCombine] Fix warnings
2018-11-19 Craig Topper[X86] Attempt to improve v32i8/v64i8 multiply lowering...
2018-11-19 Paul Robinson[DebugInfo] DISubprogram flags get their own flags...
2018-11-19 Sam Parker[ARM] Attempt to fix arm selfhost bots after rL347191
2018-11-19 Fangrui Song[AMDGPU] Fix -Wunused-variable
2018-11-19 Stanislav Mekhanoshin[AMDGPU] Convert insert_vector_elt into set of selects
2018-11-19 Francis Visoiu... [llvm-nm] Fix use-after-free for MachOUniversalBinaries
2018-11-19 Martin Elshuber[InterleavedLoadCombine] Fix warning unused variable
2018-11-19 Wouter van... [WebAssembly] replaced .param/.result by .functype
2018-11-19 Sanjay Patel[SelectionDAG] simplify vector select with undef operand(s)
2018-11-19 Benjamin Kramer[InterleavedLoadCombine] Remove unused include. NFC.
2018-11-19 Benjamin KramerRevert "[LICM] Make LICM able to hoist phis"
2018-11-19 David Stuttard[AMDGPU] Derive GCNSubtarget from MF to get overridden...
2018-11-19 Anna Thomas[LV] Avoid vectorizing unsafe dependencies in uniform...
2018-11-19 Sanjay Patel[Hexagon] make test immune to improvements in undef...
2018-11-19 Sanjay Patel[x86] add/make tests immune to improvements in undef...
2018-11-19 Zachary TurnerFix some issues with LLDB's lit configuration files.
2018-11-19 Fedor Sergeev[LoopPass] fixing 'Modification' messages in -debug...
2018-11-19 Sanjay Patel[SelectionDAG] simplify select FP with undef condition
2018-11-19 Sanjay Patel[x86] add test for select FP with undef condition; NFC
2018-11-19 Sanjay Patel[SelectionDAG] add simplifySelect() to reduce code...
2018-11-19 Clement Courbet[llvm-exegesis][NFC] More tests for ExegesisTarget...
2018-11-19 Martin ElshuberSubject: [PATCH] [CodeGen] Add pass to combine interlea...
2018-11-19 Eugene Leviant[ThinLTO] Fix comment. NFC
2018-11-19 Sanjay Patel[SelectionDAG] fix formatting; NFC
2018-11-19 Roman Lebedev[llvm-exegesis] (+final perf overview) InstructionBench...
2018-11-19 Roman Lebedev[llvm-exegesis] Move InstructionBenchmarkClustering...
2018-11-19 Roman Lebedev[llvm-exegesis] InstructionBenchmarkClustering::rangeQu...
2018-11-19 Roman Lebedev[llvm-exegesis] InstructionBenchmarkClustering::dbScan...
2018-11-19 Roman Lebedev[llvm-exegesis] InstructionBenchmarkClustering::rangeQu...
2018-11-19 Roman Lebedev[llvm-exegesis] Analysis: writeMeasurementValue():...
2018-11-19 Roman Lebedev[llvm-exegesis] Analysis::writeSnippet(): be smarter...
2018-11-19 Roman Lebedev[llvm-exegesis] InstructionBenchmarkClustering::dbScan...
2018-11-19 Simon Pilgrim[X86] Add codegen tests for slow-shld scalar funnel...
2018-11-19 Michael PlatingsTest commit - delete a trailing space.
2018-11-19 Nicolai HaehnleAMDGPU/InsertWaitcnts: Some more const-correctness
2018-11-19 Sam Parker[ARM] Remove trunc sinks in ARM CGP
2018-11-19 John Brawn[LICM] Make LICM able to hoist phis
2018-11-19 Anton Korobeynikov[MSP430] Optimize srl/sra in case of A >> (8 + N)
2018-11-19 Serge GueltonFix disturbing warning - NFCI
2018-11-19 Craig Topper[X86] Use a pcmpgt with 0 instead of psrad 31, to fill...
2018-11-19 Fangrui Song[LoopSimplifyCFG] Add requires: asserts after rL347183
2018-11-19 Max Kazantsev[LoopSimplifyCFG] Teach LoopSimplifyCFG to constant...
2018-11-19 Vedant Kumar[ProfileSummary] Standardize methods and fix comment
2018-11-19 Craig Topper[X86] Use compare with 0 to fill an element with sign...
2018-11-19 Craig Topper[X86] Remove most of the SEXTLOAD Custom setOperationAc...
next