summaryrefslogtreecommitdiff
path: root/include/llvm/Analysis
Commit message (Expand)AuthorAge
* Fix dominator descendants for unreachable blocks.Diego Novillo2013-12-02
* [PM] [cleanup] Rearrange the public and private sections of this classChandler Carruth2013-12-02
* [PM] Remove the underspecified 'getRoot' method from CallGraph. It'sChandler Carruth2013-11-27
* Add PostDominatorTree::getDescendants.Diego Novillo2013-11-26
* [PM] Split the CallGraph out from the ModulePass which creates theChandler Carruth2013-11-26
* [PM] Add a really simple trait to the DOTGraphTraitsPass class templatesChandler Carruth2013-11-26
* [PM] Re-format this code with clang-format before making substantialChandler Carruth2013-11-26
* [PM] Make the (really awesome) file comment here available as part ofChandler Carruth2013-11-26
* [PM] Reformat this file with clang-format. Mostly fixes inconsistentChandler Carruth2013-11-26
* [PM] Sink a trailing comment to be a doxygen comment.Chandler Carruth2013-11-26
* [PM] Rename the 'Mod' member to the more idiomatic 'M'. No functionalityChandler Carruth2013-11-26
* [PM] Clean up a bunch of comments, modernize the doxygen, nuke someChandler Carruth2013-11-26
* [block-freq] Add a method to loop info for returning all loop latches for a s...Michael Gottesman2013-11-22
* 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