diff options
author | Daniel Sanders <daniel.sanders@imgtec.com> | 2015-05-04 11:39:04 +0000 |
---|---|---|
committer | Daniel Sanders <daniel.sanders@imgtec.com> | 2015-05-04 11:39:04 +0000 |
commit | e5d2d3d51ff65725c3834ae437ae3ed112717a58 (patch) | |
tree | 0bfc25cc4a2da85f89543025cdc307188b86680e | |
parent | adee87383d60e2e25e615038641a43c3a851fb3d (diff) | |
download | llvm-e5d2d3d51ff65725c3834ae437ae3ed112717a58.zip llvm-e5d2d3d51ff65725c3834ae437ae3ed112717a58.tar.gz llvm-e5d2d3d51ff65725c3834ae437ae3ed112717a58.tar.bz2 |
[mips] Added release notes for 3.6.1.
llvm-svn: 236417
-rw-r--r-- | llvm/docs/ReleaseNotes.rst | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/llvm/docs/ReleaseNotes.rst b/llvm/docs/ReleaseNotes.rst index 04d7f52..72fc157 100644 --- a/llvm/docs/ReleaseNotes.rst +++ b/llvm/docs/ReleaseNotes.rst @@ -25,6 +25,32 @@ them. Non-comprehensive list of changes in this release ================================================= +Changes to the MIPS Target +-------------------------- + +* Added support for 128-bit integers on 64-bit targets. + +* Fixed some remaining N32/N64 calling convention bugs when using small + structures on big-endian targets. + +* Fixed missing sign-extensions that are required by the N32/N64 calling + convention when generating calls to library functions with 32-bit parameters. + +* ``-mno-odd-spreg`` is now honoured for vector insertion/extraction operations + when using ``-mmsa``. + +* Corrected the representation of member function pointers. This makes them + usable on microMIPS targets. + +* Fixed multiple segfaults and assertions in the disassembler when + disassembling instructions that have memory operands. + +* Fixed multiple cases of suboptimal code generation involving ``$zero`` and + redundant sign/zero extension. + +Non-comprehensive list of changes in 3.6.0 +========================================== + .. NOTE For small 1-3 sentence descriptions, just add an entry at the end of this list. If your description won't fit comfortably in one bullet |