Merging r259236:
[oota-llvm.git] / lib / Analysis /
2016-01-26 Sanjoy DasMerging r258184:
2016-01-26 James MolloyMerging r258690:
2016-01-13 Sanjay Patelfix typo
2016-01-13 Sanjay Patelfix typo
2016-01-12 Fiona GlaserCannotBeOrderedLessThanZero: add some missing cases
2016-01-11 Sanjay PatelgetParent()->getParent() == getFunction() and clang...
2016-01-11 Sanjay Pateldon't repeat function names in comments; NFC
2016-01-08 Justin BognerLoopInfo: Simplify ownership of Loop objects
2016-01-08 Kyle Butt[Vectorization] Actually return from error case in...
2016-01-07 James Molloy[GlobalsAA] Partially back out r248576
2016-01-06 Weiming ZhaoRecommit r256952 "Filtering IR printing for print-after...
2016-01-06 Weiming ZhaoRevert r256952 due to lit test fails.
2016-01-06 Weiming ZhaoFiltering IR printing for print-after-all/print-before-all
2016-01-06 Philip Reames[BasicAA] Extract WriteOnly predicate on parameters...
2016-01-06 Amaury SechetRevert "GlobalsAA: Take advantage of ArgMemOnly, Inacce...
2016-01-06 Philip Reames[BasicAA] Remove special casing of memset_pattern16...
2016-01-06 Philip Reames[BasicAA] Delete dead code related to memset/memcpy...
2016-01-05 Manuel Jacob[Statepoints] Refactor GCRelocateOperands into an intri...
2016-01-05 Philip Reames[MDA] Don't be quite as conservative for noalias functions
2016-01-04 Philip Reames[MemoryBuiltins] Remove isOperatorNewLike by consolidat...
2016-01-04 Nick LewyckyFix comment in typo. NFC
2016-01-04 Chandler CarruthFix a horrible infloop in value tracking in the face...
2016-01-03 Craig TopperUse std::is_sorted and std::none_of instead of manual...
2015-12-30 Sanjay Patel[ValueTracking] fix bug computing isKnownToBeAPowerOfTw...
2015-12-29 Philip Reames[MemoryBuiltins] Delete dead code [NFC]
2015-12-28 Easwaran RamanRefactor inline costs analysis by removing the InlineCo...
2015-12-28 Elena DemikhovskyImplemented cost model for masked gather and scatter...
2015-12-28 Chandler Carruth[lcg] Fix a few more formatting goofs found by clang...
2015-12-24 Chandler CarruthAdd a missing const qualifier on the context instructio...
2015-12-23 JF BastienFix SCEV r256338.
2015-12-23 Sanjoy Das[SCEV] Fix getLoopBackedgeTakenCounts
2015-12-23 David Majnemer[OperandBundles] Have GlobalsModRef play nice with...
2015-12-22 Akira HatanakaProvide a way to specify inliner's attribute compatibil...
2015-12-22 Cong Hou[BPI] Fix two potential divide-by-zero operations that...
2015-12-22 Akira HatanakaRevert r256277 and r256279.
2015-12-22 Akira HatanakaProvide a way to specify inliner's attribute compatibil...
2015-12-22 Cong Hou[BPI] Replace weights by probabilities in BPI.
2015-12-21 Jun Bum LimEnhance BranchProbabilityInfo::calcUnreachableHeuristic...
2015-12-21 Michael Zolotukhin[ValueTracking] Properly handle non-sized types in...
2015-12-18 Jingyue Wu[DivergenceAnalysis] fix a bug in computing influence...
2015-12-18 Rafael EspindolaRevert "Enhance BranchProbabilityInfo::calcUnreachableH...
2015-12-18 Jun Bum LimEnhance BranchProbabilityInfo::calcUnreachableHeuristic...
2015-12-18 Andrew Kaylor[WinEH] Update LCSSA to handle catchswitch with handler...
2015-12-18 Vaivaswatha NagarajGlobalsAA: Take advantage of ArgMemOnly, InaccessibleMe...
2015-12-17 Sanjoy Das[SCEV] Add and use SCEVConstant::getAPInt; NFCI
2015-12-17 Andy GibbsRevert r254592 (virtual dtor in SCEVPredicate).
2015-12-16 Justin BognerLPM: Make callers of LPM.deleteLoopFromQueue update...
2015-12-16 Justin BognerFix typo in r255720
2015-12-16 Justin BognerLPM: Simplify how passes mark loops for deletion. NFC
2015-12-15 Nicolai HahnleAMDGPU: mark ldexp LibCalls as unavailable
2015-12-14 David Majnemer[IR] Remove terminatepad
2015-12-12 David MajnemerTry to appease a buildbot
2015-12-12 David Majnemer[IR] Reformulate LLVM's EH funclet IR
2015-12-11 Akira Hatanaka[LazyValueInfo] Stop inserting overdefined values into...
2015-12-09 Silviu BarangaRe-commit r255115, with the PredicatedScalarEvolution...
2015-12-09 Silviu BarangaRevert r255115 until we figure out how to fix the bot...
2015-12-09 Silviu Baranga[LV][LAA] Add a layer over SCEV to apply run-time check...
2015-12-08 Sanjoy Das[SCEV] Use for-each; NFC
2015-12-08 Sanjoy Das[SCEV] Move some struct declarations inside functions...
2015-12-08 Sanjoy Das[SCEV] Fix indentation; NFC
2015-12-08 Sanjoy Das[IndVars] Have getInsertPointForUses preserve LCSSA
2015-12-08 Sanjoy Das[SCEVExpander] Have hoistIVInc preserve LCSSA
2015-12-07 Easwaran RamanUse updated threshold for indirect call bonus
2015-12-07 Sanjay Patelfix 'the the '; NFC
2015-12-03 David Majnemer[Analysis] Become aware of MSVC's new/delete functions
2015-12-03 Easwaran RamanTest commit.
2015-12-03 Andy GibbsFix class SCEVPredicate has virtual functions and acces...
2015-12-02 David MajnemerForgot to add this file with r254562.
2015-12-02 David MajnemerMove EH-specific helper functions to a more appropriate...
2015-12-01 Elena DemikhovskyFixed a failure in getSpaltValue()
2015-12-01 Elena DemikhovskyFixed a failure in cost calculation for vector GEP
2015-12-01 Sanjoy DasIntroduce a range version of std::find, and use in...
2015-12-01 Sanjoy DasIntroduce a range version of std::any_of, and use it...
2015-12-01 Cong HouReplace all weight-based interfaces in MBB with probabi...
2015-12-01 Hans WennborgRevert r254348: "Replace all weight-based interfaces...
2015-12-01 Cong HouReplace all weight-based interfaces in MBB with probabi...
2015-11-29 Sanjoy Das[SCEV] Use lambda instead of std::bind; NFC
2015-11-29 Sanjoy Das[SCEV] Use range version of all_of; NFC
2015-11-29 Craig TopperRemove unnecessary intermediate lambda. NFC
2015-11-26 Charlie Turner[LoopVectorize] Use MapVector rather than DenseMap...
2015-11-23 Davide Italiano[Analysis/CallGraph] Switch dump() definitions over...
2015-11-22 Sanjoy Das[SCEV] Use C++11'isms
2015-11-21 Sanjoy Das[SCEVExpander] Use C++isms; NFC
2015-11-20 Rong XuAdd some constantness to GetSuccessorNumber().
2015-11-20 Peter CollingbourneScalarEvolution: do not set nuw when creating exprs...
2015-11-19 Pete CooperRevert "Change memcpy/memset/memmove to have dest and...
2015-11-18 Pete CooperChange memcpy/memset/memmove to have dest and source...
2015-11-18 Igor LaevskyRevert "Revert "Strip metadata when speculatively hoist...
2015-11-18 Rafael EspindolaDefault SetVector to use a DenseSet.
2015-11-17 George Burgess IVSpecify explicit storage type for AllocType. NFC.
2015-11-17 David Majnemer[AliasAnalysis] CatchPad and CatchRet can modify escape...
2015-11-17 David MajnemerFix a typo in BasicAliasAnalysis
2015-11-16 Benjamin KramerMove helper classes into anonymous namespaces. NFC.
2015-11-13 Akira HatanakaRevert r252990.
2015-11-13 Akira HatanakaProvide a way to specify inliner's attribute compatibil...
2015-11-12 Akira HatanakaRevert r252949.
2015-11-12 Akira HatanakaProvide a way to specify inliner's attribute compatibil...
2015-11-12 Sanjoy DasRevert r243347 "Add TargetTransformInfo::isZExtFree."
2015-11-11 Sanjoy Das[ValueTracking] Remove untested / unreachable code...
2015-11-10 Sanjoy Das[ValueTracking] Teach isImpliedCondition a new bitwise...
next