aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Analysis
Commit message (Expand)AuthorAgeFilesLines
* Add missing -*- C++ -*- to headersMatt Arsenault2013-05-171-3/+3
* Fix a typo (ouput => output)Sylvestre Ledru2013-05-171-1/+1
* Use only explicit bool conversion operatorsDavid Blaikie2013-05-151-1/+1
* RegionInfo: Add helpers to replace entry/exit recursivelyTobias Grosser2013-04-101-0/+18
* Revert r176408 and r176407 to address PR15540.Nadav Rotem2013-04-091-11/+1
* CostModel: Add parameter to instruction cost to further classify operand valuesArnold Schwaighofer2013-04-041-1/+10
* Fix SCEV forgetMemoizedResults should search and destroy backedge exprs.Andrew Trick2013-03-261-0/+4
* Add std prefixes to fix the build with xlc.Rafael Espindola2013-03-201-1/+1
* Remove unneeded #includes.Jakub Staszak2013-03-181-1/+0
* Remove unneeded #includes. Use forward declarations instead.Jakub Staszak2013-03-101-5/+4
* Remove unneeded #includes. Use forward declarations instead.Jakub Staszak2013-03-101-3/+5
* Remove unneeded const_cast.Jakub Staszak2013-03-091-5/+5
* Use forward declaration instead of #include.Jakub Staszak2013-03-091-1/+1
* Remove -print-dbginfo as it is unused & bitrotten.David Blaikie2013-03-081-3/+0
* Memory Dependence Analysis (not mem-dep test) take advantage of "invariant.lo...Shuxin Yang2013-03-061-2/+5
* Remove duplicated forward declaration.Jakub Staszak2013-03-061-1/+0
* Fix a few typos in comments.Jakub Staszak2013-03-054-8/+8
* Add some constantness.Jakub Staszak2013-03-051-6/+6
* std::distance() == 0 means that iterators are equal. No functionality change.Jakub Staszak2013-03-051-2/+1
* Use the right number of slashes in comment stringArnold Schwaighofer2013-03-051-3/+3
* Clarify comment for function getObjectSizeArnold Schwaighofer2013-03-051-1/+3
* recommit r172363 & r171325 (reverted in r172756)Nuno Lopes2013-03-021-1/+3
* add getUnderlyingObjectSize()Nuno Lopes2013-03-021-0/+8
* Use LLVM_DELETED_FUNCTION rather than '// do not implement' comments.David Blaikie2013-02-181-2/+2
* Pacify -Wnon-virtual-dtorMatt Beaumont-Gay2013-02-151-0/+2
* capitalize SCEV to match the current naming conventionSebastian Pop2013-02-151-15/+15
* add ScevApplyRewriterSebastian Pop2013-02-151-0/+39
* add SCEVParameterRewriterSebastian Pop2013-02-151-0/+104
* Metadata for annotating loops as parallel. The first consumer for this Pekka Jaaskelainen2013-02-131-0/+14
* Remove unneeded #includes.Jakub Staszak2013-02-091-1/+0
* Remove trailing spaces.Jakub Staszak2013-02-091-37/+37
* Remove unneeded #includes.Jakub Staszak2013-02-091-2/+0
* Remove #includes from the commonly used LoopInfo.h.Jakub Staszak2013-02-092-2/+1
* ARM cost model: Address computation in vector mem ops not freeArnold Schwaighofer2013-02-081-0/+6
* Document another instsimplify assumption.Dan Gohman2013-01-311-0/+7
* Move isKnownNonNull out of AliasAnalysis.h and into ValueTracking.cpp sinceDan Gohman2013-01-312-5/+5
* Change GetPointerBaseWithConstantOffset's DataLayout argument from aDan Gohman2013-01-311-2/+2
* Add a comment mentioning that InstructionSimplify routines do,Dan Gohman2013-01-281-0/+6
* Begin fleshing out an interface in TTI for modelling the costs ofChandler Carruth2013-01-221-0/+49
* Switch CodeMetrics itself over to use TTI to determine if an instructionChandler Carruth2013-01-211-7/+2
* Fix indentation and formatting.Chandler Carruth2013-01-211-71/+71
* Now that the inline cost analysis is a pass, we can easily have itChandler Carruth2013-01-211-0/+2
* Make the inline cost a proper analysis pass. This remains essentiallyChandler Carruth2013-01-211-4/+12
* Fix an old-style doxygen comment.Chandler Carruth2013-01-211-1/+1
* Cleanup the formatting of this header. This removes the namespace indentChandler Carruth2013-01-211-105/+104
* Remove the comma from the last enumerator to fix -pedantic warnings.Chandler Carruth2013-01-211-1/+1
* Introduce a generic interface for querying an operation's expectedChandler Carruth2013-01-211-0/+68
* Revert CostTable algorithm, will re-writeRenato Golin2013-01-201-52/+0
* Sort all of the includes. Several files got checked in with mis-sortedChandler Carruth2013-01-191-1/+1
* Reverting r171325 & r172363. This was causing a mis-compile on the self-hoste...Bill Wendling2013-01-171-3/+1