OSDN Git Service

android: Analysis: update sources list
[android-x86/external-llvm.git] / lib / Analysis /
2018-06-10 Mauro Rossiandroid: Analysis: update sources list
2018-06-09 Mauro Rossiandroid: update sources file names for llvm70
2018-06-09 Qiang YuLLVM_GEN_ to LLVM70_GEN_
2018-06-09 Qiang YuLLVM_DEVICE_BUILD_MK to LLVM70_DEVICE_BUILD_MK
2018-06-09 Qiang YuLLVM_HOST_BUILD_MK to LLVM70_HOST_BUILD_MK
2018-06-09 Qiang Yurename libLLVM to libLLVM70
2018-06-09 Qiang Yunow mesa can be compiled
2018-06-09 Qiang Yumove all mk file
2018-06-08 Krzysztof Parzyszek[SCEV] Look through zero-extends in howFarToZero
2018-06-08 Roman Lebedev[NFC][InstSimplify] SimplifyAddInst(): coding style...
2018-06-08 Roman Lebedev[InstSimplify] add nuw %x, -1 -> -1 fold.
2018-06-08 Artur Pilipenko[BPI] Apply invoke heuristic before loop branch heuristic
2018-06-07 Roman Lebedev[InstSimplify] shl nuw C, %x -> C iff signbit is set...
2018-06-07 Sanjay Patel[TargetLibraryInfo] add mappings from LLVM sin/cos...
2018-06-06 Teresa Johnson[ThinLTO] Rename index IsAnalysis flag to HaveGVs ...
2018-06-04 John Brawn[ValueTracking] Match select abs pattern when there...
2018-05-31 David Green[DA] Fix direction vectors for weakZeroSrcSIV
2018-05-30 Karl-Johan Karlsson[ValueTracking] Fix endless recursion in isKnownNonZero()
2018-05-30 Daniel Neilson[AliasSet] Teach the alias set how to handle atomic...
2018-05-29 Daniel Neilson[BasicAA] Teach the analysis about atomic memcpy
2018-05-26 George Burgess IV[MemorySSA] Reflow comments + clean up control flow...
2018-05-26 George Burgess IV[CFLAA] Reflow comments; NFC
2018-05-25 George Burgess IVReplace AA's uses of uint64_t with LocationSize; NFC.
2018-05-25 Craig TopperRecommit r333226 "[ValueTracking] Teach computeKnownBit...
2018-05-25 David Stenberg[MustExecute] Fix a debug invariant issue in isGuarante...
2018-05-25 Craig TopperRevert r333226 "[ValueTracking] Teach computeKnownBits...
2018-05-24 Craig Topper[ValueTracking] Teach computeKnownBits that the result...
2018-05-23 Jakub Kuderski[Dominators] Add PDT constructor from Function
2018-05-23 Piotr PadlewskiFix aliasing of launder.invariant.group
2018-05-22 David Bolvansky[InstCombine] Remove calloc transformations
2018-05-22 David Bolvansky[InstCombine] Calloc-ed strings optimizations
2018-05-22 Simon Pilgrim[TTI] Add uniform/non-uniform constant Pow2 detection...
2018-05-21 Craig Topper[EarlyCSE] Improve EarlyCSE of some absolute value...
2018-05-18 Piotr PadlewskiPropagate nonnull and dereferenceable throught launder
2018-05-18 Piotr PadlewskiDissallow non-empty metadata for invariant.group
2018-05-18 Piotr PadlewskiConstant fold launder of null and undef
2018-05-18 Piotr Padlewski[MemDep] Fixed handling of invariant.group
2018-05-18 Jessica PaquetteAdd remarks describing when a pass changes the IR instr...
2018-05-18 Serguei Katkov[LICM] Extend the MustExecute scope
2018-05-17 George Burgess IVRevert r332657: "[AA] cfl-anders-aa with field sensitivity"
2018-05-17 Heejin Ahn[WebAssembly] Add Wasm personality and isScopedEHPerson...
2018-05-17 David Bolvansky[AA] cfl-anders-aa with field sensitivity
2018-05-17 Mikael HolmenRequire DominatorTree when requiring/preserving LoopInf...
2018-05-17 Martin Storsjo[Analysis] Only use _unlocked stdio functions on linux
2018-05-16 Vedant Kumar[STLExtras] Add size() for ranges, and remove distance()
2018-05-16 Krzysztof Pszeniczny[BasicAA] Fix handling of invariant group launders
2018-05-16 David Bolvansky[SimplifyLibcalls] Replace locked IO with unlocked IO
2018-05-15 Michael Zolotukhin[MemorySSA] Don't sort IDF blocks.
2018-05-14 Nicola ZaghenRename DEBUG macro to LLVM_DEBUG.
2018-05-12 Michael Zolotukhin[IDF] Enforce the returned blocks to be sorted.
2018-05-11 Martin Storsjo[Analysis] Validate the return type of s(n)printf like...
2018-05-10 Wei Mi[SampleFDO] Don't treat warm callsite with inline insta...
2018-05-10 Vedant Kumar[STLExtras] Add distance() for ranges, pred_size()...
2018-05-10 Omer Paparo Bivas[InstCombine] Moving overflow computation logic from...
2018-05-10 David Bolvansky[CFLGraph] Fixed Select instruction handling
2018-05-10 Serguei KatkovSCEV] Do not use induction in isKnownPredicate for...
2018-05-09 Shiva Chen[DebugInfo] Add DILabel metadata and intrinsic llvm...
2018-05-05 Piotr Padlewski[CaptureTracking] Handle capturing of launder.invariant...
2018-05-03 Piotr PadlewskiRename invariant.group.barrier to launder.invariant...
2018-05-03 Max KazantsevRe-enable "[SCEV] Make computeExitLimit more simple...
2018-05-01 David Bolvansky[CFLGraph][NFC] Simplify/reorder switch in visitConstan...
2018-05-01 Adrian PrantlRemove \brief commands from doxygen comments.
2018-04-30 Alina Sbirlea[ModRefInfo] Rename local variable IsMustAlias to avoid...
2018-04-30 Nico WeberIWYU for llvm-config.h in llvm, additions.
2018-04-28 Serguei Katkov[SCEV] Touch the unsused stats variables for product...
2018-04-28 Serguei Katkov[SCEV] Reduce the number of invocation to non trivial...
2018-04-27 Roman Lebedev[PatternMatch] Stabilize the matching order of commutat...
2018-04-27 Philip Reames[MustExecute/LICM] Special case first instruction in...
2018-04-27 Serguei Katkov[SCEV] Add trivial case handling for umin utilities...
2018-04-27 Serguei Katkov[SCEV] Introduce bulk umin creation utilities
2018-04-27 Matt MorehouseRevert "[SimplifyLibcalls] Replace locked IO with unloc...
2018-04-26 David Bolvansky[SimplifyLibcalls] Replace locked IO with unlocked IO
2018-04-26 Matthew Simpson[TTI, AArch64] Add transpose shuffle kind
2018-04-26 Max KazantsevRevert "[SCEV] Make computeExitLimit more simple and...
2018-04-24 Daniel Neilson[CaptureTracking] Fixup const correctness of DomTree...
2018-04-24 Xin Tong[LVI] Fix typo. NFC
2018-04-24 George Burgess IVReland r301880(!): "[InstSimplify] Handle selects of...
2018-04-23 Daniel Neilson[DSE] Teach the pass that atomic memory intrinsics...
2018-04-23 Max Kazantsev[LoopSimplify] Fix incorrect SCEV invalidation
2018-04-22 Sanjay Patel[PatternMatch] allow undef elements when matching a...
2018-04-16 Shiva Chen[BasicAA] Return MayAlias for the pointer plus variable...
2018-04-15 Roman Lebedev[InstCombine] Simplify 'add' to 'or' if no common bits...
2018-04-13 Krzysztof Parzyszek[LV] Introduce TTI::getMinimumVF
2018-04-12 George Burgess IVFix a typo in a comment; NFC
2018-04-10 Sanjay Patel[InstSimplify] fix formatting; NFC
2018-04-10 David Green[DA] Improve alias checking in dependence analysis
2018-04-09 George Burgess IV[MemorySSA] remove cruft; NFC.
2018-04-09 George Burgess IV[MemorySSA] Remove redundant assert; NFC
2018-04-09 Zhaoshi Zheng[MemorySSAUpdater] Mark Phi users of a node being moved...
2018-04-06 Max Kazantsev[NFC] Loosen restriction on preheader to fix buildbot
2018-04-04 Vitaly BukaDon't inline @llvm.icall.branch.funnel
2018-04-04 Zhaoshi Zheng[MemorySSA] Fix spelling errors in MemorySSA.cpp. NFC
2018-04-04 Eric Fiselier[Analysis] Support aligned new/delete functions.
2018-04-04 Eric FiselierRevert "[Analysis] Support aligned new/delete functions."
2018-04-04 Eric Fiselier[Analysis] Support aligned new/delete functions.
2018-04-04 Benjamin KramerMake helpers static. NFC.
2018-04-04 Max Kazantsev[SCEV] Prove implications for SCEVUnknown Phis
2018-04-03 Alexey Bataev[SLP] Fix PR36481: vectorize reassociated instructions.
2018-04-03 Benjamin KramerRevert "[SLP] Fix PR36481: vectorize reassociated instr...
2018-04-03 Serguei Katkov[SCEV] Fix PR36974.
next