Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove the -licm pass from the loop vectorizer test because the loop ↵ | Nadav Rotem | 2013-01-09 | 1 | -1/+1 |
| | | | | | | vectorizer does it now. llvm-svn: 171930 | ||||
* | Force a fixed unroll count on the target independent tests. | Nadav Rotem | 2013-01-05 | 1 | -1/+1 |
| | | | | | | This should fix clang-native-arm-cortex-a9. Thanks Renato. llvm-svn: 171582 | ||||
* | Loop Vectorize: optimize the vectorization of trunc(induction_var). The ↵ | Nadav Rotem | 2012-12-11 | 1 | -1/+1 |
| | | | | | | truncation is now done on scalars. llvm-svn: 169904 | ||||
* | LoopVectorizer: Add a basic cost model which uses the VTTI interface. | Nadav Rotem | 2012-10-24 | 1 | -1/+1 |
| | | | | llvm-svn: 166620 | ||||
* | Use the AliasAnalysis isIdentifiedObj because it also understands mallocs ↵ | Nadav Rotem | 2012-10-23 | 1 | -0/+46 |
and c++ news. PR14158. llvm-svn: 166491 |