OLD | NEW |
| 1 2011-07-06 Gabriel Charette <gchare@google.com> |
| 2 |
| 3 * passes.c (rest_of_decl_compilation): Add FIXME pph comment. |
| 4 |
1 2011-07-05 Diego Novillo <dnovillo@google.com> | 5 2011-07-05 Diego Novillo <dnovillo@google.com> |
2 | 6 |
3 Merge from trunk rev 175832. | 7 Merge from trunk rev 175832. |
4 | 8 |
5 2011-06-14 Lawrence Crowl <crowl@google.com> | 9 2011-06-14 Lawrence Crowl <crowl@google.com> |
6 | 10 |
7 * lto-streamer.h (extern output_struct_function_base): New. | 11 * lto-streamer.h (extern output_struct_function_base): New. |
8 (extern input_struct_function_base): New. | 12 (extern input_struct_function_base): New. |
9 * lto-streamer-out.c (lto_output_ts_function_decl_tree_pointers): | 13 * lto-streamer-out.c (lto_output_ts_function_decl_tree_pointers): |
10 Update comment. | 14 Update comment. |
(...skipping 448 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
459 (TV_PPH_CACHE_IN): Define. | 463 (TV_PPH_CACHE_IN): Define. |
460 (TV_PPH_CACHE_OUT): Define. | 464 (TV_PPH_CACHE_OUT): Define. |
461 (TV_PPH_MANAGE): Define. | 465 (TV_PPH_MANAGE): Define. |
462 * langhooks.h: Add fields pph_catch_tree and pph_uncatch_tree. | 466 * langhooks.h: Add fields pph_catch_tree and pph_uncatch_tree. |
463 * tree-inline.c (copy_tree_r): Tolerate STATEMENT_LISTs | 467 * tree-inline.c (copy_tree_r): Tolerate STATEMENT_LISTs |
464 when DATA is not NULL. | 468 when DATA is not NULL. |
465 * langhooks-def.h (LANG_HOOKS_PPH_UNCATCH_TREE): Define. | 469 * langhooks-def.h (LANG_HOOKS_PPH_UNCATCH_TREE): Define. |
466 (LANG_HOOKS_PPH_CATCH_TREE): Define. | 470 (LANG_HOOKS_PPH_CATCH_TREE): Define. |
467 (LANG_HOOKS_INITIALIZER): Add LANG_HOOKS_PPH_UNCATCH_TREE | 471 (LANG_HOOKS_INITIALIZER): Add LANG_HOOKS_PPH_UNCATCH_TREE |
468 and LANG_HOOKS_PPH_CATCH_TREE. | 472 and LANG_HOOKS_PPH_CATCH_TREE. |
OLD | NEW |