Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix some DOS-style line endings that I suspect snuck in from one of the | Chandler Carruth | 2016-12-23 | 1 | -99/+99 |
| | | | | | | | frustrating Subversion clients that fails to do line ending translation of text files. llvm-svn: 290404 | ||||
* | [GVN] Fold constant expression in GVN. | Ekaterina Romanova | 2016-07-14 | 1 | -0/+99 |
Fix for PR 28418. opt never finishes compiling a test when -gvn option is passed. The problem is caused by the fact that GVN fails to fold a constant expression. Differential Revision: https://reviews.llvm.org/D22185 llvm-svn: 275483 |