1 2007-01-01 Mike Stump <mrs@apple.com>
3 * configure.ac: Remove support for building with Apple's gcc-3.1.
5 2007-01-02 Joseph Myers <joseph@codesourcery.com>
8 * caller-save.c (add_stored_regs): Only handle SUBREGs if inner
9 REG is a hard register. Do not modify REG before calling
11 * rtlanal.c (subreg_get_info): Don't assert size of XMODE is a
12 multiple of the size of YMODE for certain lowpart cases.
14 2007-01-01 Andrew Pinski <pinskia@gmail.com>
17 * gimplify (voidify_wrapper_expr): Update for
20 2007-01-01 Andreas Schwab <schwab@suse.de>
23 * config/ia64/ia64.c (ia64_compute_frame_size): Account space for
24 save of BR0 in extra_spill_size instead of spill_size.
25 (ia64_expand_prologue): Save BR0 outside of the gr/br/fr spill
27 (ia64_expand_epilogue): Restore BR0 from its new location.
29 2007-01-01 Andrew Pinski <pinskia@gmail.com>
31 * gimplify.c (gimplify_init_constructor <case VECTOR_TYPE>):
32 Use a temporary variable if the left hand side is not a gimple
35 2007-01-01 Andrew Pinski <pinskia@gmail.com>
37 * gimplify.c (gimplify_return_expr): Make the temporary variable
38 for the return expression, a gimple register variable.
40 2007-01-01 Jan Hubicka <jh@suse.cz>
42 * emit-rtl.c (emit_copy_of_insn_after): Do not call copy_insn_1 for
45 2007-01-01 Mike Stump <mrs@apple.com>
47 * configure.ac (HAVE_GAS_LITERAL16): Add autoconf check for
49 * config/darwin.c (machopic_select_rtx_section): Use
51 (darwin_mergeable_constant_section): Likewise.
52 * configure: Regenerate.
53 * config.in: Regenerate.
55 2007-01-01 Jan Hubicka <jh@suse.cz>
56 Andrew Pinski <pinskia@gmail.com>
58 * cgraphunit.c (cgraph_optimize): Call cgraph_add_new_functions
59 before starting IPA passes.