File tree Expand file tree Collapse file tree 1 file changed +24
-1
lines changed Expand file tree Collapse file tree 1 file changed +24
-1
lines changed Original file line number Diff line number Diff line change @@ -144,7 +144,30 @@ Changes to the MIPS Target
144
144
Changes to the PowerPC Target
145
145
-----------------------------
146
146
147
- During this release ...
147
+ * Improved handling of TOC pointer spills for indirect calls
148
+
149
+ * Improve precision of square root reciprocal estimate
150
+
151
+ * Enabled MachinePipeliner support for P9 with -ppc-enable-pipeliner.
152
+
153
+ * MMX/SSE/SSE2 intrinsics headers have been ported to PowerPC using Altivec.
154
+
155
+ * Machine verification failures cleaned, EXPENSIVE_CHECKS will run
156
+ MachineVerification by default now.
157
+
158
+ * PowerPC scheduling enhancements, with customized PPC specific scheduler
159
+ strategy.
160
+
161
+ * Inner most loop now always align to 32 bytes.
162
+
163
+ * Enhancements of hardware loops interaction with LSR.
164
+
165
+ * New builtins added, eg: __builtin_setrnd.
166
+
167
+ * Various codegen improvements for both scalar and vector code
168
+
169
+ * Various new exploitations and bug fixes, eg: exploited P9 maddld.
170
+
148
171
149
172
Changes to the SystemZ Target
150
173
-----------------------------
You can’t perform that action at this time.
0 commit comments