|
| 1 | +2012-11-27 Uros Bizjak < [email protected]> |
| 2 | + |
| 3 | + * config/i386/i386.md |
| 4 | + (*jcc<X87MODEF:mode>_<SWI24:mode>_i387 splitters): Remove |
| 5 | + unneeded temporary. |
| 6 | + |
1 | 7 | 2012-11-27 Dehao Chen < [email protected]>
|
2 | 8 |
|
3 | 9 | * cfgrtl.c (rtl_merge_blocks): Check with UNKNOWN_LOCATION correctly.
|
|
219 | 225 |
|
220 | 226 | 2012-11-23 Tobias Burnus < [email protected]>
|
221 | 227 |
|
222 |
| - * doc/invoke.texi (-fsanitize=address): Remove obsolete |
223 |
| - remark. |
| 228 | + * doc/invoke.texi (-fsanitize=address): Remove obsolete remark. |
224 | 229 |
|
225 | 230 | 2012-11-23 Jakub Jelinek < [email protected]>
|
226 | 231 |
|
|
229 | 234 | * gimple-low.c: Include langhooks.c.
|
230 | 235 | (block_may_fallthru): Handle TARGET_EXPR and ERROR_MARK,
|
231 | 236 | by default call lang_hooks.block_may_fallthru.
|
232 |
| - * langhooks.h (struct lang_hooks): Add block_may_fallthru |
233 |
| - langhook. |
| 237 | + * langhooks.h (struct lang_hooks): Add block_may_fallthru langhook. |
234 | 238 | * langhooks-def.h (LANG_HOOKS_BLOCK_MAY_FALLTHRU): Define.
|
235 | 239 | (LANG_HOOKS_INITIALIZER): Use it.
|
236 | 240 |
|
|
321 | 325 | 2012-11-22 Dmitry Vyukov < [email protected]>
|
322 | 326 |
|
323 | 327 |
|
324 |
| - * builtins.def (DEF_SANITIZER_BUILTIN): Define tsan builtins. |
325 |
| - * sanitizer.def: Ditto. |
326 |
| - * Makefile.in (tsan.o): Add tsan.o target. |
| 328 | + * builtins.def (DEF_SANITIZER_BUILTIN): Define tsan builtins. |
| 329 | + * sanitizer.def: Ditto. |
| 330 | + * Makefile.in (tsan.o): Add tsan.o target. |
327 | 331 | (BUILTINS_DEF): Add sanitizer.def.
|
328 | 332 | * passes.c (init_optimization_passes): Add tsan passes.
|
329 | 333 | * tree-pass.h (register_pass_info): Ditto.
|
330 |
| - * toplev.c (compile_file): Ditto. |
| 334 | + * toplev.c (compile_file): Ditto. |
331 | 335 | * doc/invoke.texi: Document tsan related options.
|
332 | 336 | * gcc.c (LINK_COMMAND_SPEC): Add LIBTSAN_SPEC in link command if
|
333 | 337 | -fsanitize=thread.
|
|
0 commit comments