| commit | 1779314e3c54e6c19dd9df1fabe4b9cf2cb5612e | [log] [tgz] |
|---|---|---|
| author | Daniel Sanders <daniel.sanders@imgtec.com> | Wed Feb 18 16:24:50 2015 +0000 |
| committer | Daniel Sanders <daniel.sanders@imgtec.com> | Wed Feb 18 16:24:50 2015 +0000 |
| tree | eb72a1ebc9ba0e8d0408b76b86874f22dc31dc81 | |
| parent | 298beb5e86f6d92638ccb1c5213c59ebd7e45781 [diff] |
[mips] Add backend support for Mips32r[35] and Mips64r[35]. Summary: These ISA's didn't add any instructions so they are almost identical to Mips32r2 and Mips64r2. Even the ELF e_flags are the same, However the ISA revision in .MIPS.abiflags is 3 or 5 respectively instead of 2. Reviewers: vmedic Reviewed By: vmedic Subscribers: tomatabacu, llvm-commits, atanasyan Differential Revision: http://reviews.llvm.org/D7381 llvm-svn: 229695