| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Rename getMaximumUnrollFactor -> getMaxInterleaveFactor; also rename option ↵ | Sanjay Patel | 2014-09-10 | 1 | -1/+1 |
| | | | | | | | | | | | | names controlling this variable. "Unroll" is not the appropriate name for this variable. Clang already uses the term "interleave" in pragmas and metadata for this. Differential Revision: http://reviews.llvm.org/D5066 llvm-svn: 217528 | ||||
| * | Fix missing CHECK-LABELs | Matt Arsenault | 2013-10-02 | 1 | -1/+1 |
| | | | | | llvm-svn: 191853 | ||||
| * | LoopVectorize: Math functions only read rounding mode | Arnold Schwaighofer | 2013-07-01 | 1 | -0/+32 |
| Math functions are mark as readonly because they read the floating point rounding mode. Because we don't vectorize loops that would contain function calls that set the rounding mode it is safe to ignore this memory read. llvm-svn: 185299 | |||||

