OSDN Git Service

[AArch64] Add a test for float argument passing to win64 vararg functions
[android-x86/external-llvm.git] / lib / Analysis /
2017-07-24 Eugene Zelenko[Analysis] Fix some Clang-tidy modernize-use-using...
2017-07-23 Max Kazantsev[SCEV] Limit max size of AddRecExpr during evolving
2017-07-21 Eugene Zelenko[Analysis] Fix some Clang-tidy modernize and Include...
2017-07-21 Jonas Paulsson[SystemZ, LoopStrengthReduce]
2017-07-19 Chandler Carruth[PM/LCG] Follow-up fix to r308088 to handle deletion...
2017-07-18 Dorit NuzmanPSCEV] Create AddRec for Phis in cases of possible...
2017-07-18 Craig Topper[Analysis] RemoveTotalMemInst counting in InstCount...
2017-07-17 NAKAMURA TakumiAnalysis/MemorySSA.cpp: Prune unused "llvm/Transforms...
2017-07-16 Craig Topper[InstSimplify] Use commutable matchers to simplify...
2017-07-15 Chandler Carruth[PM/LCG] Teach the LazyCallGraph to maintain reference...
2017-07-15 Haicheng Wu[TTI] Refine the cost of EXT in getUserCost()
2017-07-14 Jakub Kuderski[Dominators] Make IsPostDominator a template parameter
2017-07-12 Chandler Carruth[PM] Fix a silly bug in my recent update to the CG...
2017-07-12 Mikael Holmen[MemoryBuiltins] Allow truncation in visitAllocaInst()
2017-07-11 NAKAMURA TakumiWhitespace.
2017-07-11 NAKAMURA TakumiRevert r307581, "Avoid doing conservative phi checks...
2017-07-10 Farhana AleenAvoid doing conservative phi checks in aliasSameBasePoi...
2017-07-10 Hiroshi Inouefix typos in comments and error messages; NFC
2017-07-09 Chandler Carruth[PM] Fix a nasty bug in the new PM where we failed...
2017-07-09 Chandler Carruth[PM] Add unittesting of the call graph update logic...
2017-07-09 Craig Topper[IR] Add Type::isIntOrIntVectorTy(unsigned) similar...
2017-07-09 Craig Topper[IR] Make use of Type::isPtrOrPtrVectorTy/isIntOrIntVec...
2017-07-09 Hiroshi Inouefix trivial typos; NFC
2017-07-09 Chandler Carruth[PM] Finish implementing and fix a chain of bugs uncove...
2017-07-07 Dehao ChenIncrease the import-threshold for crtical functions.
2017-07-07 Sanjay Patel[DemandedBits] fix formatting; NFC
2017-07-07 Chad Rosier[ValueTracking] Fix the identity case (LHS => RHS)...
2017-07-07 Sean FertileExtend memcpy expansion in Transform/Utils to handle...
2017-07-06 Chad Rosier[ValueTracking] Support icmps fed by 'and' and 'or'.
2017-07-06 Craig Topper[Constants] Replace calls to ConstantInt::equalsInt...
2017-07-06 Craig Topper[Constants] If we already have a ConstantInt*, prefer...
2017-07-05 Brendon Cahoon[DependenceAnalysis] Make sure base objects are the...
2017-07-01 Hiroshi Inouefix trivial typos, NFC
2017-07-01 Jakub Kuderski[Dominators] Reapply r306892, r306893, r306893.
2017-06-30 Brian Gesiak[ORE] Add diagnostics hotness threshold
2017-06-30 Jakub KuderskiRevert "[Dominators] Teach IDF to use level information"
2017-06-30 Jakub Kuderski[Dominators] Teach IDF to use level information
2017-06-30 Brian Gesiak[ORE] Unify spelling as "diagnostics hotness"
2017-06-30 Nikolai BozhenovRevert of r306525: "Canonicalize clamp of float types...
2017-06-30 Max Kazantsev[SCEV] Use depth limit instead of local cache for SExt...
2017-06-29 Davide Italiano[CFLAA] Remove unneded function declaration. NFCI.
2017-06-29 Alexandre IsoardReverting r306695 while investigating failing test...
2017-06-29 Alexandre IsoardScalarEvolution: Add URem support
2017-06-29 Florian Hahn[TBAA] Remove metadata keyword from IR examples in...
2017-06-29 Evgeny Astigeevich[TargetTransformInfo, API] Add a list of operands to...
2017-06-28 Eric ChristopherFix a typo.
2017-06-28 Geoff Berry[LoopUnroll] Pass SCEV to getUnrollingPreferences hook...
2017-06-28 Nikolai BozhenovRevert r306528
2017-06-28 Nikolai Bozhenov[ValueTracking] Enabling existing ValueTracking patch...
2017-06-28 Nikolai Bozhenov[InstCombine] Canonicalize clamp of float types to...
2017-06-27 Easwaran Raman[NewPM/Inliner] Reduce threshold for cold callsites...
2017-06-27 Eugene Zelenko[Analysis] Fix some Clang-tidy modernize-use-using...
2017-06-27 Davide Italiano[CFLAA] Move a common function to the header to reduce...
2017-06-27 Davide Italiano[CFLAA] Use raw pointers instead of Optional<Pointer...
2017-06-26 Davide Italiano[CFLAA] Change FunctionHandle to be common to Steensgaa...
2017-06-26 Davide Italiano[CFL-AA] Remove unneeded function declaration. NFCI.
2017-06-25 Davide Italiano[MemDep] Cleanup return after else & use `auto`. NFC.
2017-06-25 Xin Tong[AST] Fix a bug in aliasesUnknownInst. Make sure we...
2017-06-24 Craig Topper[SCEV] Avoid copying ConstantRange just to get the...
2017-06-24 Hiroshi Inouefix trivial typos in comment, NFC
2017-06-24 Craig Topper[IR][AssumptionCache] Add m_Shift and m_BitwiseLogic...
2017-06-24 Craig Topper[ValueTracking][InstCombine] Use m_Shr instead m_Combin...
2017-06-24 Craig Topper[Analysis][Transforms] Use commutable matchers instead...
2017-06-24 Vitaly BukaMake visible isDereferenceableAndAlignedPointer(.....
2017-06-23 Jun Bum Lim[InlineCost] Do not take INT_MAX when Cost is negative
2017-06-23 Craig Topper[JumpThreading] Teach jump threading how to analyze...
2017-06-23 Craig Topper[LVI] Teach LVI to reason about ORs of icmps similar...
2017-06-22 Craig Topper[BasicAA] Add type check and Value equality check aroun...
2017-06-21 Michael Kruse[BasicAA] Use MayAlias instead of PartialAlias for...
2017-06-21 Max Kazantsev[SCEV] Make MulOpsInlineThreshold lower to avoid excess...
2017-06-20 Max Kazantsev[SCEV][NFC] Fix a misleading description of AddOpsInlin...
2017-06-19 Xin Tong[BDCE] Add comments. NFC
2017-06-19 Max Kazantsev[SCEV] Teach SCEVExpander to expand BinPow
2017-06-15 Alexander TimofeevDivergencyAnalysis patch for review
2017-06-15 Craig Topper[BasicAA] Don't call isKnownNonEqual if we might be...
2017-06-15 Max Kazantsev[ScalarEvolution] Apply Depth limit to getMulExpr
2017-06-14 Craig Topper[ValueTracking] Correct early out in computeKnownBitsFr...
2017-06-13 Simon PilgrimStrip UTF8 BOM that got added for some reason in rL305163
2017-06-12 Sanjay Patelfix typos/formatting; NFC
2017-06-12 Yaron KerenAddress bugs.llvm.org/pr32207 by making BannerPrinted...
2017-06-11 Simon PilgrimFix unused variable warning on non-debug EXPENSIVE_CHEC...
2017-06-11 Davide Italiano[MemorySSA] preservesAll() implies preserves<MemorySSA...
2017-06-09 Andrew Kaylor[InstSimplify] Don't constant fold or DCE calls that...
2017-06-09 Craig Topper[LVI] Fix spelling error in comment. NFC
2017-06-09 Craig Topper[LVI] Const correct and rename the LVILatticeVal parame...
2017-06-09 Craig Topper[LazyValueInfo] Don't run the more complex predicate...
2017-06-09 Sanjay Patel[ValueTracking] fix typo; NFC
2017-06-08 Peter CollingbourneWrite summaries for merged modules when splitting modul...
2017-06-08 Craig Topper[LazyValueInfo] Make LVILatticeVal intersect method...
2017-06-08 John Brawn[BPI] Don't assume that strcmp returning >0 is more...
2017-06-07 David BlaikieGlobalsModRef: Ensure optnone+readonly/readnone attribu...
2017-06-07 Alina Sbirlea[mssa] Fix case when there is no definition in a block...
2017-06-07 Craig Topper[InstCombine][InstSimplify] Use APInt::isNullValue...
2017-06-07 NAKAMURA TakumiUpdate libdeps to add BinaryFormat, introduced in r304864.
2017-06-07 NAKAMURA TakumiReorder and reformat.
2017-06-07 Craig Topper[LazyValueInfo] Remove redundant calls to ConstantRange...
2017-06-06 Davide Italiano[CFLAA] Remove unused include. NFCI.
2017-06-06 David BlaikieGlobalsModRef+OptNone: Don't prove readnone/other prope...
2017-06-06 Anna Thomas[LVI Printer] Rely on the LVI analysis functions rather...
2017-06-06 Anna Thomas[Atomics][LoopIdiom] Recognize unordered atomic memcpy
next