| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [LoopDist] Fix typo in diagnostic | Adam Nemet | 2016-07-14 | 1 | -2/+2 |
| | | | | | llvm-svn: 275495 | ||||
| * | [LoopDist] Add missing RUN line in test from r268006 | Adam Nemet | 2016-04-29 | 1 | -0/+2 |
| | | | | | llvm-svn: 268007 | ||||
| * | [LoopDist] Also emit optimization remark on success (-Rpass=) | Adam Nemet | 2016-04-29 | 1 | -0/+56 |
| | | | | | | | | The option -Rpass=loop-distribute now reports the loops that were distributed. llvm-svn: 268006 | ||||
| * | [LoopDist] Emit optimization remarks (-Rpass*) | Adam Nemet | 2016-04-28 | 1 | -0/+118 |
| I closely followed the precedents set by the vectorizer: * With -Rpass-missed, the loop is reported with further details pointing to -Rpass--analysis. * -Rpass-analysis reports the details why distribution has failed. * Regardless of -Rpass*, when distribution fails for a loop where distribution was forced with the pragma, a warning is produced according to -Wpass-failed. In this case the analysis info is also printed even without -Rpass-analysis. llvm-svn: 267952 | |||||

