Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert Sparc and SparcV9 to external assembler. Now that the CPU | Joerg Sonnenberger | 2015-11-27 | 1 | -0/+14 |
| | | | | | | | | handling is corrected, the primary reason for forcing IAS as default is gone and the remaining issues are still somewhat problematic in common situations. llvm-svn: 254199 | ||||
* | Reorganise CPU handling for Sparc. When using -mcpu=v9 and co, __sparcv8 | Joerg Sonnenberger | 2015-11-09 | 1 | -0/+72 |
is not defined for 32bit mode, but __sparcv9 is. Pass down the correct -target-cpu flags to the backend, so that instruction restrictions are applied correctly. Pass down the correct -A flag when not using IAS. The latter is limited to NetBSD targets in this commit. llvm-svn: 252545 |