Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [mips] Revert r309942 & r309940 | Simon Dardis | 2017-08-03 | 1 | -12/+0 |
| | | | | | | | | This reverts commit r309942 & commit r309940. A revert was requested following post commit review. llvm-svn: 309978 | ||||
* | [mips] Fixup r309940. | Simon Dardis | 2017-08-03 | 1 | -0/+2 |
| | | | | | | Needed a // REQUIRES: mips-registered-target llvm-svn: 309942 | ||||
* | [mips] Implement -muninit-const-in-rodata | Simon Dardis | 2017-08-03 | 1 | -0/+10 |
This option when combined with -mgpopt and -membedded-data places all uninitialized constant variables in the read-only section. Reviewers: atanasyan, nitesh.jain Differential Revision: https://reviews.llvm.org/D35917 llvm-svn: 309940 |