File tree Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Original file line number Diff line number Diff line change 177
177
178
178
< ol >
179
179
180
- < li > < a href ="http://llvm.cs.uiuc.edu/PR29 "> C++ front-end is not generating
181
- linkonce linkage type when it can</ a > </ li >
180
+ < li > The C++ front-end now compiles functions to
181
+ < a href ="http://llvm.cs.uiuc.edu/PR29 "> use the linkonce linkage type</ a >
182
+ more, giving the optimizer more freedom.</ a > </ li >
182
183
183
- < li > < a href ="http://llvm.cs.uiuc.edu/PR84 "> C front-end generates non-type-safe code for expressions it could generate type-safe code</ a > </ li >
184
+ < li > The C front-end now < a href ="http://llvm.cs.uiuc.edu/PR84 "> generates
185
+ type-safe code</ a > in several cases that it did not before, which prevented
186
+ some important optimizations.</ li >
184
187
185
- < li > < a href ="http://llvm.cs.uiuc.edu/PR96 "> Bad path to the C/C++ frontend causes
186
- build problems</ a > </ li >
188
+ < li > The LLVM build system has been taught to catch some common configuration
189
+ problems that < a href ="http://llvm.cs.uiuc.edu/PR96 "> caused it to get
190
+ horribly confused</ a > before.</ li >
187
191
188
- < li > < a href ="http://llvm.cs.uiuc.edu/PR114 "> LLVM header files should be -Wold-style-cast clean</ a > </ li >
192
+ < li > The LLVM header files are now
193
+ < a href ="http://llvm.cs.uiuc.edu/PR114 "> -Wold-style-cast clean</ a > .</ li >
189
194
190
195
< li > The LLVM bytecode reader has been < a
191
196
href ="http://llvm.cs.uiuc.edu/PR127 "> sped up a lot</ a > (up to 4x in some
You can’t perform that action at this time.
0 commit comments