summaryrefslogtreecommitdiff
path: root/include/llvm/Analysis
Commit message (Expand)AuthorAge
* ScalarEvolution: Warn if the result of setFlags/clearFlags is unused.Benjamin Kramer2013-11-16
* Added BlockFrequencyInfo::view for displaying the block frequency propagation...Michael Gottesman2013-11-14
* delinearization of arraysSebastian Pop2013-11-12
* remove virtual methods in SCEVApplyRewriter and SCEVParameterRewriterSebastian Pop2013-11-12
* GraphViz CFGPrinter: wrap long lines.Andrew Trick2013-11-12
* whitespaceAndrew Trick2013-11-12
* Change data structure to memorize computed result in ScalarEvolutionWan Xiaofei2013-11-12
* Move the old pass manager infrastructure into a legacy namespace andChandler Carruth2013-11-09
* Rewrite SCEV's backedge taken count computation.Andrew Trick2013-11-06
* Merge CallGraph and BasicCallGraph.Rafael Espindola2013-10-31
* Quick look-up for block in loop.Wan Xiaofei2013-10-26
* Fix SCEVExpander: don't try to expand quadratic recurrences outside a loop.Andrew Trick2013-10-25
* Call destroy from ~BasicCallGraph.Rafael Espindola2013-10-25
* fix PR17635: false positive with packed structuresNuno Lopes2013-10-24
* Speling fixes.Benjamin Kramer2013-10-22
* Remove unused SCEV functionsMatt Arsenault2013-10-21
* Rename DataLayout variables TD -> DLMatt Arsenault2013-10-03
* Remove the very substantial, largely unmaintained legacy PGOChandler Carruth2013-10-02
* Convert manual insert point restores to the new RAII object.Benjamin Kramer2013-09-30
* Teach MemoryBuiltins and InstructionSimplify that operator new never returns ...Benjamin Kramer2013-09-24
* Add function DominatorTree::getDescendants(). Shuxin Yang2013-09-19
* Costmodel: Add support for horizontal vector reductionsArnold Schwaighofer2013-09-17
* Add getUnrollingPreferences to TTIHal Finkel2013-09-11
* Teach ScalarEvolution about pointer address spacesMatt Arsenault2013-09-10
* Revert: r189565 - Add getUnrollingPreferences to TTIHal Finkel2013-08-29
* Add getUnrollingPreferences to TTIHal Finkel2013-08-29
* Turn MipsOptimizeMathLibCalls into a target-independent scalar transformRichard Sandiford2013-08-23
* Add some constantness.Jakub Staszak2013-08-20
* Fix an oversight in isPotentiallyReachable where we wouldn't do any CFG-walkingNick Lewycky2013-08-13
* Fix missing -*- C++ -*-sMatt Arsenault2013-08-06
* Reimplement isPotentiallyReachable to make nocapture deduction much stronger.Nick Lewycky2013-07-27
* SimplifyCFG: Use parallel-and and parallel-or mode to consolidate branch cond...Tom Stellard2013-07-27
* Fix typo (ponted -> pointed)Matt Arsenault2013-07-22
* Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...Craig Topper2013-07-14
* Fixed 80+ violation and added C++ to header.Michael Gottesman2013-07-12
* TargetTransformInfo: address calculation parameter for gather/scatherArnold Schwaighofer2013-07-12
* Fixed comment in header of Block Frequency Impl and added text for C++ mode.Michael Gottesman2013-07-12
* Stylistic change.Shuxin Yang2013-07-12
* Fix a SCEV update problem.Shuxin Yang2013-07-08
* extending the interface of Dependence slightly to support future workPreston Briggs2013-06-28
* Try to unbreak Linux buildbots.Jakob Stoklund Olesen2013-06-28
* Minimize precision loss when computing cyclic probabilities.Jakob Stoklund Olesen2013-06-28
* Merge isReachable into isBackedge.Jakob Stoklund Olesen2013-06-25
* BlockFrequency: Bump up the entry frequency a bit.Benjamin Kramer2013-06-25
* Add a const version of findNearestCommonDominator to PostDom for convenience.Benjamin Kramer2013-06-09
* Remove unneeded #include.Jakub Staszak2013-06-06
* Loop Strength Reduce: Scaling factor cost.Quentin Colombet2013-05-31
* Fix ScalarEvolution::ComputeExitLimitFromCond for 'or' conditions.Andrew Trick2013-05-31
* Add support for llvm.vectorizer metadataPaul Redmond2013-05-28
* Make BasicAliasAnalysis recognize the fact a noalias argument cannot alias an...Michael Kuperstein2013-05-28