OSDN Git Service

android-x86/external-llvm.git
2018-06-26 Lang Hames[ORC] Move the VSOList typedef out of VSO.
2018-06-26 Lang Hames[ORC] Add a FIXME.
2018-06-26 Lang Hames[ORC] Fix a FIXME by moving MangleAndInterner to Core.h.
2018-06-26 Jessica PaquetteRevert "[X86][AsmParser] Emit an error when RIP-relativ...
2018-06-26 Jessica Paquette[X86][AsmParser] Emit an error when RIP-relative instru...
2018-06-26 Stanislav Mekhanoshin[AMDGPU] Add llvm.amdgcn.fmad.ftz intrinsic
2018-06-26 Sanjay Patel[DAGCombiner] use isBitwiseNot to simplify code; NFC
2018-06-26 Matt ArsenaultAMDGPU: Add pass to lower kernel arguments to loads
2018-06-26 Matt ArsenaultConstantFold: Don't fold global address vs. null for...
2018-06-26 Vedant KumarUse a variable to appease a no-asserts bot, NFC
2018-06-26 Vedant Kumar[Debugify] Don't treat missing dbg.values as an error...
2018-06-26 Tim Shen[ConstantRange] Add support of mul in makeGuaranteedNoW...
2018-06-26 Matt ArsenaultLoopUnroll: Allow analyzing intrinsic call costs
2018-06-26 Vedant Kumar[Local] Add a convenient insertReplacementDbgValues...
2018-06-26 Vedant Kumar[Local] Sink salvageDI's early exit into helper functio...
2018-06-26 Brendon Cahoon[Hexagon] Add a "generic" cpu
2018-06-26 Simon Pilgrim[DAGCombiner] Don't accept -1 sdiv divisors in sdiv...
2018-06-26 Fangrui SongMove `REQUIRES:` line to the top
2018-06-26 Sanjay Patel[InstSimplify] fold shifts by sext bool
2018-06-26 Sanjay Patel[InstSimplify] add tests for shifts by sext bool; NFC
2018-06-26 Simon Pilgrim[X86][SSE] Add another sdiv by (nonuniform) minus one...
2018-06-26 Sanjay Patel[InstCombine] simplify code for urem fold; NFCI
2018-06-26 Sanjay Patel[InstCombine] fold urem with sext bool divisor
2018-06-26 Simon Pilgrim[SLPVectorizer] Recognise non uniform power of 2 constants
2018-06-26 Sanjay Patel[InstCombine] add tests for urem with sext bool divisor...
2018-06-26 Simon Pilgrim[DAGCombiner] Pull out VT bitwidth in visitSDIV. NFCI.
2018-06-26 Sanjay Patel[InstSimplify] fold srem with sext bool divisor
2018-06-26 James HendersonFix doc title underlining.
2018-06-26 James Henderson[FileCheck] Add CHECK-EMPTY directive for checking...
2018-06-26 Krzysztof ParzyszekSilence "unused variable" warning in LiveIntervals...
2018-06-26 Sanjay Patel[InstSimplify] add tests for srem with sext bool diviso...
2018-06-26 Nico WeberFix LLVM_ENABLE_THREADS=0 builds after r335440.
2018-06-26 Krzysztof ParzyszekAccount for undef values from predecessors in extendSeg...
2018-06-26 Simon Pilgrim[TargetLowering] isVectorClearMaskLegal - use ArrayRef...
2018-06-26 Than McIntosh[X86,ARM] Retain split-stack prolog check for sibling...
2018-06-26 Simon PilgrimFix spelling mistakes in comments. NFCI.
2018-06-26 Teresa Johnson[ThinLTO] Parse module summary index from assembly
2018-06-26 Sanjay Patel[InstCombine] fold udiv with sext bool divisor
2018-06-26 Tim NorthoverARM: add binary file git swallowed.
2018-06-26 Tim NorthoverARM: correctly decode VFP instructions following unpred...
2018-06-26 Tim NorthoverARM: diagnose unpredictable IT instructions
2018-06-26 Andrea Di Biagio[llvm-mca] Removed wrong NDEBUG guards introduced by...
2018-06-26 Clement Courbet[llvm-exegesis][NFC] Fix windows warning in rL335465.
2018-06-26 Simon Pilgrim[X86] Just use ArrayRef instead of SmallVectorImpl...
2018-06-26 Andrea Di Biagio[llvm-mca] Remove unused header files and correctly...
2018-06-26 Florian Hahn[IPSCCP] Change dead blocks to unreachable after visiti...
2018-06-26 Simon PilgrimFix MSVC "signed/unsigned mismatch" warning. NFCI.
2018-06-26 Bernard Ogden[AArch64] Tighten up directives tests
2018-06-26 Bernard Ogden[AArch64] Clean up LSE directive tests
2018-06-26 Simon PilgrimFix MSVC "not all control paths return a value" warning...
2018-06-26 Clement Courbet[llvm-exegesis] Get the BenchmarkRunner from the Exeges...
2018-06-26 Andrei Elovikov[NFC] Prefer (void) to LLVM_ATTRIBUTE_UNUSED for unused...
2018-06-26 Bjorn PetterssonImprove ConvertDebugDeclareToDebugValue
2018-06-26 Gil Rapaport[InstCombine] (A + 1) + (B ^ -1) --> A - B
2018-06-26 Craig Topper[X86] Don't use getScalarShiftAmountTy to get the immed...
2018-06-26 Dan Gohman[WebAssembly] Fix lowering of varargs functions with...
2018-06-26 Craig Topper[X86] Use XOR for SUB (C, X) during isel if will help...
2018-06-26 Dan Gohman[WebAssembly] Fix a typo in a comment.
2018-06-26 Teresa Johnson[ThinLTO] Add string saver onto index for value names
2018-06-26 Craig Topper[X86] Redefine avx512 packed fpclass intrinsics to...
2018-06-26 Teresa Johnson[ThinLTO] Add per-module indexes to combined index...
2018-06-26 Craig TopperRevert r335562 and 335563 "[X86] Redefine avx512 packed...
2018-06-26 Lang Hames[ORC] Add a symbolAliases function to the Core APIs.
2018-06-26 Craig Topper[X86] Redefine avx512 packed fpclass intrinsics to...
2018-06-26 Craig Topperfoo
2018-06-26 Fangrui Song[gdb] Escape unprintable bytes in SmallString and StringRef
2018-06-26 Teresa Johnson[ThinLTO] Compute GUID directly from GV when building...
2018-06-25 Eric ChristopherAdd a warning if someone attempts to add extra section...
2018-06-25 Tim Shen[APInt] Add helpers for rounding u/sdivs.
2018-06-25 Fangrui Song[gdb] Add pretty printer for Expected
2018-06-25 Chandler Carruth[PM/LoopUnswitch] Teach the new unswitch to handle...
2018-06-25 Craig Topper[X86] Update fpclass intrinsic tests to chain their...
2018-06-25 Francis Visoiu... [OrcMCJIT] Fix test after r335508 causing it to fail...
2018-06-25 Eric ChristopherFix unsigned/signed comparison failure in unittest.
2018-06-25 Sanjay Patel[InstCombine] cleanup udiv folds; NFCI
2018-06-25 Sanjay Patel[InstCombine] add/move tests for udiv; NFC
2018-06-25 Benjamin Kramer[Instrumentation] Remove unused include
2018-06-25 Sanjay Patel[InstCombine] fold sdiv with sext bool divisor
2018-06-25 Sanjay Patel[InstCombine] add tests for sdiv with sext bool divisor...
2018-06-25 Vlad TsyrklevichUBSan blacklist workaround for bot timeouts
2018-06-25 Florian HahnRevert r335513: [SCEVExp] Advance found insertion point
2018-06-25 Craig Topper[LoopIdiomRecognize] Fix a couple places where it appea...
2018-06-25 Florian HahnForce vector width for scev-expander-debug.ll test
2018-06-25 Craig Topper[X86] Simplify intrinsic table binary search to not...
2018-06-25 Craig Topper[X86] Add comment about the sorting of the memory foldi...
2018-06-25 Fangrui Song[docs] Update doc after split of -gen-intrinsic in...
2018-06-25 Lei Huang[PowerPC] Fix incorrectly encoded wait instruction
2018-06-25 Florian Hahn[SCEVExp] Advance found insertion point until we find...
2018-06-25 Sanjay Patel[InstSimplify] fold div/rem of zexted bool
2018-06-25 Kamil RytarowskiHandle NetBSD specific path in findDebugBinary()
2018-06-25 Sanjay Patel[InstSimplify] add tests for div/rem with bool divisor...
2018-06-25 Reid KlecknerRe-land r335297 "[X86] Implement more of x86-64 large...
2018-06-25 Sanjay Patel[InstCombine] add tests for add-of-sext-bool; NFC
2018-06-25 Aditya Nandakumar[GISel]: Update the end of GISel Opcode namespace.
2018-06-25 Craig Topper[X86] Sort the static memory folding tables by reg...
2018-06-25 Craig Topper[X86] Allow base and index for gather instructions...
2018-06-25 Vedant Kumar[SelectionDAG] Remove debug locations from ConstantSD...
2018-06-25 Matt Davis[llvm-mca] Rename Backend to Pipeline. NFC.
2018-06-25 Alexander RichardsonAdd Triple::isMIPS()/isMIPS32()/isMIPS64(). NFC
2018-06-25 Matt ArsenaultAMDGPU/GlobalISel: Add support for llvm.amdgcn.kernarg...
next