summaryrefslogtreecommitdiff
path: root/lib/Analysis/README.txt
Commit message (Collapse)AuthorAge
* When checking whether the special handling for an addrec increment whichDan Gohman2010-04-26
| | | | | | | | | | doesn't dominate the header is needed, don't check whether the increment expression has computable loop evolution. While the operands of an addrec are required to be loop-invariant, they're not required to dominate any part of the loop. This fixes PR6914. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102389 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix LSR to tolerate cases where ScalarEvolution initiallyDan Gohman2010-04-23
| | | | | | | | misses an opportunity to fold add operands, but folds them after LSR has separated them out. This fixes rdar://7886751. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102157 91177308-0d34-0410-b5e6-96231b3b80d8
* Create a README.txt for lib/Analysis, and add an entry.Dan Gohman2009-09-28
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83001 91177308-0d34-0410-b5e6-96231b3b80d8