Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2019-04-29 | computePolynomialFromPointer - add missing early-out return for non-pointer t... | Simon Pilgrim | 1 | -0/+1 |
2019-02-01 | [opaque pointer types] Pass value type to LoadInst creation. | James Y Knight | 1 | -1/+1 |
2019-01-19 | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 1 | -4/+3 |
2018-11-19 | Fix unused function warning. | Simon Pilgrim | 1 | -6/+0 |
2018-11-19 | Add missing stream operator for Polynomial class to fix debug builds. | Simon Pilgrim | 1 | -0/+7 |
2018-11-19 | [InterleavedLoadCombine] Fix warnings | Martin Elshuber | 1 | -6/+1 |
2018-11-19 | [InterleavedLoadCombine] Fix warning unused variable | Martin Elshuber | 1 | -2/+0 |
2018-11-19 | [InterleavedLoadCombine] Remove unused include. NFC. | Benjamin Kramer | 1 | -1/+0 |
2018-11-19 | Subject: [PATCH] [CodeGen] Add pass to combine interleaved loads. | Martin Elshuber | 1 | -0/+1366 |