aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Analysis
AgeCommit message (Expand)Author
2013-04-10RegionInfo: Add helpers to replace entry/exit recursivelyTobias Grosser
2013-04-09Revert r176408 and r176407 to address PR15540.Nadav Rotem
2013-04-04CostModel: Add parameter to instruction cost to further classify operand valuesArnold Schwaighofer
2013-03-26Fix SCEV forgetMemoizedResults should search and destroy backedge exprs.Andrew Trick
2013-03-20Add std prefixes to fix the build with xlc.Rafael Espindola
2013-03-18Remove unneeded #includes.Jakub Staszak
2013-03-10Remove unneeded #includes. Use forward declarations instead.Jakub Staszak
2013-03-10Remove unneeded #includes. Use forward declarations instead.Jakub Staszak
2013-03-09Remove unneeded const_cast.Jakub Staszak
2013-03-09Use forward declaration instead of #include.Jakub Staszak
2013-03-08Remove -print-dbginfo as it is unused & bitrotten.David Blaikie
2013-03-06Memory Dependence Analysis (not mem-dep test) take advantage of "invariant.lo...Shuxin Yang
2013-03-06Remove duplicated forward declaration.Jakub Staszak
2013-03-05Fix a few typos in comments.Jakub Staszak
2013-03-05Add some constantness.Jakub Staszak
2013-03-05std::distance() == 0 means that iterators are equal. No functionality change.Jakub Staszak
2013-03-05Use the right number of slashes in comment stringArnold Schwaighofer
2013-03-05Clarify comment for function getObjectSizeArnold Schwaighofer
2013-03-02recommit r172363 & r171325 (reverted in r172756)Nuno Lopes
2013-03-02add getUnderlyingObjectSize()Nuno Lopes
2013-02-18Use LLVM_DELETED_FUNCTION rather than '// do not implement' comments.David Blaikie
2013-02-15Pacify -Wnon-virtual-dtorMatt Beaumont-Gay
2013-02-15capitalize SCEV to match the current naming conventionSebastian Pop
2013-02-15add ScevApplyRewriterSebastian Pop
2013-02-15add SCEVParameterRewriterSebastian Pop
2013-02-13Metadata for annotating loops as parallel. The first consumer for this Pekka Jaaskelainen
2013-02-09Remove unneeded #includes.Jakub Staszak
2013-02-09Remove trailing spaces.Jakub Staszak
2013-02-09Remove unneeded #includes.Jakub Staszak
2013-02-09Remove #includes from the commonly used LoopInfo.h.Jakub Staszak
2013-02-08ARM cost model: Address computation in vector mem ops not freeArnold Schwaighofer
2013-01-31Document another instsimplify assumption.Dan Gohman
2013-01-31Move isKnownNonNull out of AliasAnalysis.h and into ValueTracking.cpp sinceDan Gohman
2013-01-31Change GetPointerBaseWithConstantOffset's DataLayout argument from aDan Gohman
2013-01-28Add a comment mentioning that InstructionSimplify routines do,Dan Gohman
2013-01-22Begin fleshing out an interface in TTI for modelling the costs ofChandler Carruth
2013-01-21Switch CodeMetrics itself over to use TTI to determine if an instructionChandler Carruth
2013-01-21Fix indentation and formatting.Chandler Carruth
2013-01-21Now that the inline cost analysis is a pass, we can easily have itChandler Carruth
2013-01-21Make the inline cost a proper analysis pass. This remains essentiallyChandler Carruth
2013-01-21Fix an old-style doxygen comment.Chandler Carruth
2013-01-21Cleanup the formatting of this header. This removes the namespace indentChandler Carruth
2013-01-21Remove the comma from the last enumerator to fix -pedantic warnings.Chandler Carruth
2013-01-21Introduce a generic interface for querying an operation's expectedChandler Carruth
2013-01-20Revert CostTable algorithm, will re-writeRenato Golin
2013-01-19Sort all of the includes. Several files got checked in with mis-sortedChandler Carruth
2013-01-17Reverting r171325 & r172363. This was causing a mis-compile on the self-hoste...Bill Wendling
2013-01-16Change CostTable model to be global to all targetsRenato Golin
2013-01-14SCEVExpander fix. RAUW needs to update the InsertedExpressions cache.Andrew Trick
2013-01-13fix compile-time regression report by Joerg Sonnenberger:Nuno Lopes