Author: hans Date: Fri Aug 14 16:52:59 2015 New Revision: 245102 URL: http://llvm.org/viewvc/llvm-project?rev=245102&view=rev Log: ReleaseNotes: System/Z changes. By Ulrich Weigand
Modified: llvm/branches/release_37/docs/ReleaseNotes.rst Modified: llvm/branches/release_37/docs/ReleaseNotes.rst URL: http://llvm.org/viewvc/llvm-project/llvm/branches/release_37/docs/ReleaseNotes.rst?rev=245102&r1=245101&r2=245102&view=diff ============================================================================== --- llvm/branches/release_37/docs/ReleaseNotes.rst (original) +++ llvm/branches/release_37/docs/ReleaseNotes.rst Fri Aug 14 16:52:59 2015 @@ -205,6 +205,23 @@ There are numerous improvements to the P * Many bugs have been identified and fixed. +Changes to the System/Z Target +------------------------------ + +* LLVM no longer attempts to automatically detect the current host CPU when + invoked natively. + +* Support for all thread-local storage models. (Previous releases would support + only the local-exec TLS model.) + +* The POPCNT instruction is now used on z196 and above. + +* The RISBGN instruction is now used on zEC12 and above. + +* Support for the transactional-execution facility on zEC12 and above. + +* Support for the z13 processor and its vector facility. + Changes to the OCaml bindings ----------------------------- _______________________________________________ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits