summaryrefslogtreecommitdiff
path: root/include/llvm/Analysis
Commit message (Expand)AuthorAge
* 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
* Fix an old-style doxygen comment.Chandler Carruth2013-01-21
* Cleanup the formatting of this header. This removes the namespace indentChandler Carruth2013-01-21
* Remove the comma from the last enumerator to fix -pedantic warnings.Chandler Carruth2013-01-21
* Introduce a generic interface for querying an operation's expectedChandler Carruth2013-01-21
* Revert CostTable algorithm, will re-writeRenato Golin2013-01-20
* Sort all of the includes. Several files got checked in with mis-sortedChandler Carruth2013-01-19
* Reverting r171325 & r172363. This was causing a mis-compile on the self-hoste...Bill Wendling2013-01-17
* Change CostTable model to be global to all targetsRenato Golin2013-01-16
* SCEVExpander fix. RAUW needs to update the InsertedExpressions cache.Andrew Trick2013-01-14
* fix compile-time regression report by Joerg Sonnenberger:Nuno Lopes2013-01-13