diff options
author | Rickard Green <[email protected]> | 2017-03-13 18:41:05 +0100 |
---|---|---|
committer | Rickard Green <[email protected]> | 2017-03-13 18:41:05 +0100 |
commit | 7cb3d41d40dbe6d72c8d3f5724b62da088dbf189 (patch) | |
tree | af00014f305c643b29d9abf69994ff118c348aa9 /lib/hipe | |
parent | f4e2345949400372e811ee0c4ceff3c7a689b720 (diff) | |
parent | 3b72ab9407945eb7037c608ac2826b64ec17cdc6 (diff) | |
download | otp-7cb3d41d40dbe6d72c8d3f5724b62da088dbf189.tar.gz otp-7cb3d41d40dbe6d72c8d3f5724b62da088dbf189.tar.bz2 otp-7cb3d41d40dbe6d72c8d3f5724b62da088dbf189.zip |
Merge branch 'maint'
* maint:
Fix xml warnings in old release notes
Diffstat (limited to 'lib/hipe')
-rw-r--r-- | lib/hipe/doc/src/notes.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/hipe/doc/src/notes.xml b/lib/hipe/doc/src/notes.xml index 314fd55ba3..82f0c8ec1e 100644 --- a/lib/hipe/doc/src/notes.xml +++ b/lib/hipe/doc/src/notes.xml @@ -130,12 +130,12 @@ </item> <item> <p> - Various fixes and improvements to the HiPE LLVM backend. + Various fixes and improvements to the HiPE LLVM backend.</p> <list> <item>Add support for LLVM 3.7 and 3.8 in the HiPE/LLVM x86_64 backend</item> <item>Reinstate support for the LLVM backend on x86 (works OK for LLVM 3.5 to 3.7 -- LLVM 3.8 has a bug that prevents it from generating - correct native code on x86)</item> </list></p> + correct native code on x86)</item> </list> <p> Own Id: OTP-13626</p> </item> @@ -191,7 +191,7 @@ <item> <p> Fix various binary construction inconsistencies for hipe - compiled code. <list> <item>Passing bad field sizes to + compiled code.</p> <list> <item>Passing bad field sizes to binary constructions would throw <c>badarith</c> rather than <c>badarg</c>. Worse, in guards, when the unit size of the field was 1, the exception would leak rather than @@ -211,7 +211,7 @@ missing check for unit size match when inserting a binary. For example, a faulty expression like <c><<<<1:7>>/binary>></c> would - succeed.</item> </list></p> + succeed.</item> </list> <p> Own Id: OTP-13272</p> </item> |