File tree Expand file tree Collapse file tree 3 files changed +18
-0
lines changed Expand file tree Collapse file tree 3 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -1387,6 +1387,11 @@ NetBSD Support
13871387
13881388- Removed support for building NetBSD/i386 6.x or older binaries.
13891389
1390+ SystemZ Support
1391+ ^^^^^^^^^^^^^^^ 
1392+ - Properly support 16 byte atomic int/fp types and ops. Atomic __int128 (and
1393+   long double) variables are now aligned to 16 bytes by default (like gcc 14).
1394+ 
13901395WebAssembly Support
13911396^^^^^^^^^^^^^^^^^^^ 
13921397
Original file line number Diff line number Diff line change @@ -251,6 +251,17 @@ Changes to the RISC-V Backend
251251* ``-mcpu=native `` now detects available features with hwprobe (RISC-V Hardware Probing Interface) on Linux 6.4 or later.
252252* The version of Zicfilp/Zicfiss is updated to 1.0.
253253
254+ Changes to the SystemZ Backend
255+ ------------------------------ 
256+ 
257+ * Properly support 16 byte atomic int/fp types and ops.
258+ * Support i128 as legal type in VRs.
259+ * Add an i128 cost model.
260+ * Support building individual functions with backchain using the
261+   __attribute__((target("backchain"))) syntax.
262+ * Add exception handling for XPLINK.
263+ * Add support for llvm-objcopy.
264+ 
254265Changes to the WebAssembly Backend
255266---------------------------------- 
256267
Original file line number Diff line number Diff line change @@ -19,3 +19,5 @@ from the `LLVM releases web site <https://llvm.org/releases/>`_.
1919
2020Non-comprehensive list of changes in this release
2121================================================= 
22+ 
23+ * SystemZ support added.
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments