File tree Expand file tree Collapse file tree 1 file changed +23
-1
lines changed Expand file tree Collapse file tree 1 file changed +23
-1
lines changed Original file line number Diff line number Diff line change @@ -144,7 +144,29 @@ Changes to the MIPS Target
144
144
Changes to the PowerPC Target
145
145
-----------------------------
146
146
147
- During this release ...
147
+ Optimization:
148
+
149
+ * Improved register pressure estimates in the loop vectorizer based on type
150
+ * Improved the PowerPC cost model for the vectorizer
151
+ * Enabled vectorization of math routines on PowerPC using MASSV (Mathematical Acceleration SubSystem) library
152
+
153
+ compiler-rt:
154
+
155
+ * Added/improved conversion functions from IBM long double to 128-bit integers
156
+
157
+ Codegen:
158
+
159
+ * Optimized memory access instructions in loops (pertaining to update-form instructions and address computation)
160
+ * Added options to disable hoisting instructions to hotter blocks based on statically or profile-based block hotness estimates
161
+ * Code generation improvements (particularly with floating point and vector code as well as handling condition registers)
162
+ * Various infrastructural improvements, code refactoring, and bug fixes
163
+ * Optimized handling of control flow based on multiple comparison of same values
164
+
165
+ Tools:
166
+
167
+ * llvm-readobj supports displaying file header, section headers, symbol table and relocation entries for XCOFF object files
168
+ * llvm-objdump supports disassembling physical sections for XCOFF object files
169
+
148
170
149
171
Changes to the X86 Target
150
172
-------------------------
You can’t perform that action at this time.
0 commit comments