| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-10-24 | LoopVectorizer: Add a basic cost model which uses the VTTI interface. | Nadav Rotem | |
| git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@166620 91177308-0d34-0410-b5e6-96231b3b80d8 | |||
| 2012-10-20 | Vectorize: teach cavVectorizeMemory to distinguish between A[i]+=x and ↵ | Nadav Rotem | |
| A[B[i]]+=x. If the pointer is consecutive then it is safe to read and write. If the pointer is non-loop-consecutive then it is unsafe to vectorize it because we may hit an ordering issue. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@166371 91177308-0d34-0410-b5e6-96231b3b80d8 | |||
