summaryrefslogtreecommitdiff
path: root/include/llvm/Analysis
Commit message (Expand)AuthorAge
* 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
* Add a new function attribute 'cold' to functions.Diego Novillo2013-05-24
* Add missing -*- C++ -*- to headersMatt Arsenault2013-05-17
* Fix a typo (ouput => output)Sylvestre Ledru2013-05-17
* Use only explicit bool conversion operatorsDavid Blaikie2013-05-15
* RegionInfo: Add helpers to replace entry/exit recursivelyTobias Grosser2013-04-10
* Revert r176408 and r176407 to address PR15540.Nadav Rotem2013-04-09
* CostModel: Add parameter to instruction cost to further classify operand valuesArnold Schwaighofer2013-04-04
* Fix SCEV forgetMemoizedResults should search and destroy backedge exprs.Andrew Trick2013-03-26
* Add std prefixes to fix the build with xlc.Rafael Espindola2013-03-20
* Remove unneeded #includes.Jakub Staszak2013-03-18
* Remove unneeded #includes. Use forward declarations instead.Jakub Staszak2013-03-10
* Remove unneeded #includes. Use forward declarations instead.Jakub Staszak2013-03-10
* Remove unneeded const_cast.Jakub Staszak2013-03-09
* Use forward declaration instead of #include.Jakub Staszak2013-03-09
* Remove -print-dbginfo as it is unused & bitrotten.David Blaikie2013-03-08
* Memory Dependence Analysis (not mem-dep test) take advantage of "invariant.lo...Shuxin Yang2013-03-06
* Remove duplicated forward declaration.Jakub Staszak2013-03-06
* Fix a few typos in comments.Jakub Staszak2013-03-05
* Add some constantness.Jakub Staszak2013-03-05
* std::distance() == 0 means that iterators are equal. No functionality change.Jakub Staszak2013-03-05
* Use the right number of slashes in comment stringArnold Schwaighofer2013-03-05
* Clarify comment for function getObjectSizeArnold Schwaighofer2013-03-05
* recommit r172363 & r171325 (reverted in r172756)Nuno Lopes2013-03-02
* add getUnderlyingObjectSize()Nuno Lopes2013-03-02
* Use LLVM_DELETED_FUNCTION rather than '// do not implement' comments.David Blaikie2013-02-18
* Pacify -Wnon-virtual-dtorMatt Beaumont-Gay2013-02-15
* capitalize SCEV to match the current naming conventionSebastian Pop2013-02-15
* add ScevApplyRewriterSebastian Pop2013-02-15
* add SCEVParameterRewriterSebastian Pop2013-02-15
* Metadata for annotating loops as parallel. The first consumer for this Pekka Jaaskelainen2013-02-13
* Remove unneeded #includes.Jakub Staszak2013-02-09
* Remove trailing spaces.Jakub Staszak2013-02-09
* Remove unneeded #includes.Jakub Staszak2013-02-09
* Remove #includes from the commonly used LoopInfo.h.Jakub Staszak2013-02-09
* ARM cost model: Address computation in vector mem ops not freeArnold Schwaighofer2013-02-08
* Document another instsimplify assumption.Dan Gohman2013-01-31
* Move isKnownNonNull out of AliasAnalysis.h and into ValueTracking.cpp sinceDan Gohman2013-01-31
* Change GetPointerBaseWithConstantOffset's DataLayout argument from aDan Gohman2013-01-31
* Add a comment mentioning that InstructionSimplify routines do,Dan Gohman2013-01-28
* Begin fleshing out an interface in TTI for modelling the costs ofChandler Carruth2013-01-22
* Switch CodeMetrics itself over to use TTI to determine if an instructionChandler Carruth2013-01-21
* Fix indentation and formatting.Chandler Carruth2013-01-21
* Now that the inline cost analysis is a pass, we can easily have itChandler Carruth2013-01-21
* Make the inline cost a proper analysis pass. This remains essentiallyChandler Carruth2013-01-21