Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add new llvm.loop.unroll.enable metadata for use with "#pragma unroll". | Mark Heffernan | 2015-08-10 | 1 | -5/+4 |
* | Use CGLoopInfo to emit metadata for loop hint pragmas. | Tyler Nowicki | 2015-07-27 | 1 | -2/+22 |
* | Make the variable names match the name of the metadata they control. | Tyler Nowicki | 2015-07-14 | 1 | -16/+16 |
* | Add assume_safety option for pragma loop vectorize and interleave. | Tyler Nowicki | 2015-06-11 | 1 | -1/+4 |
* | Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requirin... | Aaron Ballman | 2015-02-15 | 1 | -2/+2 |
* | Header guard canonicalization, clang part. | Benjamin Kramer | 2014-08-13 | 1 | -3/+3 |
* | Rename metadata llvm.loop.vectorize.unroll to llvm.loop.vectorize.interleave. | Mark Heffernan | 2014-07-21 | 1 | -1/+1 |
* | Rename loop unrolling and loop vectorizer metadata to have a common prefix. | Eli Bendersky | 2014-06-25 | 1 | -4/+4 |
* | This patch adds a helper class (CGLoopInfo) for marking memory instructions w... | Alexander Musman | 2014-05-22 | 1 | -0/+136 |