Deleted Added
full compact
ChangeLog.gcc43 (259694) ChangeLog.gcc43 (259947)
12007-08-08 Andrew Haley <aph@redhat.com> (r128087)
2
3 * config/arm/libunwind.S (UNWIND_WRAPPER _Unwind_Backtrace): New.
4 * config/arm/unwind-arm.h (__gnu_Unwind_Backtrace): New.
5 * config/arm/unwind-arm.c (__gnu_Unwind_Backtrace): New.
6
72007-07-12 Geoffrey Keating <geoffk@apple.com> (r126588)
8

--- 43 unchanged lines hidden (view full) ---

52 constant extension.
53
542007-05-31 Eric Christopher <echristo@apple.com> (r125246)
55
56 * expr.c (convert_move): Assert that we don't have a BLKmode
57 operand.
58 (store_expr): Handle BLKmode moves by calling emit_block_move.
59
12007-08-08 Andrew Haley <aph@redhat.com> (r128087)
2
3 * config/arm/libunwind.S (UNWIND_WRAPPER _Unwind_Backtrace): New.
4 * config/arm/unwind-arm.h (__gnu_Unwind_Backtrace): New.
5 * config/arm/unwind-arm.c (__gnu_Unwind_Backtrace): New.
6
72007-07-12 Geoffrey Keating <geoffk@apple.com> (r126588)
8

--- 43 unchanged lines hidden (view full) ---

52 constant extension.
53
542007-05-31 Eric Christopher <echristo@apple.com> (r125246)
55
56 * expr.c (convert_move): Assert that we don't have a BLKmode
57 operand.
58 (store_expr): Handle BLKmode moves by calling emit_block_move.
59
602007-05-31 Daniel Berlin <dberlin@dberlin.org> (r125239)
61
62 * c-typeck.c (build_indirect_ref): Include type in error message.
63 (build_binary_op): Pass types to binary_op_error.
64 * c-common.c (binary_op_error): Take two type arguments, print out
65 types with error.
66 * c-common.h (binary_op_error): Update prototype.
67
602007-05-27 Eric Christopher <echristo@apple.com> (r125116)
61
62 * config/rs6000/rs6000.c (rs6000_emit_prologue): Update
63 sp_offset depending on stack size. Save r12 depending
64 on registers we're saving later.
65 (rs6000_emit_epilogue): Update sp_offset depending only
66 on stack size.
67

--- 7 unchanged lines hidden (view full) ---

75 (reg_set_or_used_since_bb_start): Likewise.
76 (eliminate_partially_redundant_load): Use reg_changed_after_insn_p
77 and reg_used_between_p instead of reg_set_or_used_since_bb_start.
78 Use reg_set_between_p instead of reg_set_between_after_reload_p.
79 * rtlanal.c (reg_set_p): Check whether REG overlaps
80 regs_invalidated_by_call, rather than just checking the
81 membership of REGNO (REG).
82
682007-05-27 Eric Christopher <echristo@apple.com> (r125116)
69
70 * config/rs6000/rs6000.c (rs6000_emit_prologue): Update
71 sp_offset depending on stack size. Save r12 depending
72 on registers we're saving later.
73 (rs6000_emit_epilogue): Update sp_offset depending only
74 on stack size.
75

--- 7 unchanged lines hidden (view full) ---

83 (reg_set_or_used_since_bb_start): Likewise.
84 (eliminate_partially_redundant_load): Use reg_changed_after_insn_p
85 and reg_used_between_p instead of reg_set_or_used_since_bb_start.
86 Use reg_set_between_p instead of reg_set_between_after_reload_p.
87 * rtlanal.c (reg_set_p): Check whether REG overlaps
88 regs_invalidated_by_call, rather than just checking the
89 membership of REGNO (REG).
90
912007-05-18 Geoffrey Keating <geoffk@apple.com> (r124839)
92
93 * dwarf2out.c (print_die): Use '%ld' not '%lu' to print a 'long'.
94 (output_die): Use 'unsigned long' with %x.
95 * sched-vis.c (print_value): Use 'unsigned HOST_WIDE_INT' and
96 HOST_WIDE_INT_PRINT_HEX to print HOST_WIDE_INT.
97 * tree-dump.c (dump_pointer): Use 'unsigned long' for %lx.
98
832007-05-16 Eric Christopher <echristo@apple.com> (r124763)
84
85 * config/rs6000/rs6000.c (rs6000_emit_prologue): Move altivec register
86 saving after stack push. Set sp_offset whenever we push.
87 (rs6000_emit_epilogue): Move altivec register restore before stack push.
88
892007-05-03 Ian Lance Taylor <iant@google.com> (r124381)
90

--- 293 unchanged lines hidden (view full) ---

384 * config/i386/i386.c (x86_cmpxchg16b): Remove const.
385 (override_options): Add PTA_CX16 flag. Set x86_cmpxchg16b
386 for CPUs that have PTA_CX16 set.
387
3882007-01-17 Eric Christopher <echristo@apple.com> (r120846)
389
390 * config.gcc: Support core2 processor.
391
992007-05-16 Eric Christopher <echristo@apple.com> (r124763)
100
101 * config/rs6000/rs6000.c (rs6000_emit_prologue): Move altivec register
102 saving after stack push. Set sp_offset whenever we push.
103 (rs6000_emit_epilogue): Move altivec register restore before stack push.
104
1052007-05-03 Ian Lance Taylor <iant@google.com> (r124381)
106

--- 293 unchanged lines hidden (view full) ---

400 * config/i386/i386.c (x86_cmpxchg16b): Remove const.
401 (override_options): Add PTA_CX16 flag. Set x86_cmpxchg16b
402 for CPUs that have PTA_CX16 set.
403
4042007-01-17 Eric Christopher <echristo@apple.com> (r120846)
405
406 * config.gcc: Support core2 processor.
407
4082007-01-08 Geoffrey Keating <geoffk@apple.com> (r120611)
409
410 * target.h (struct gcc_target): New field library_rtti_comdat.
411 * target-def.h (TARGET_CXX_LIBRARY_RTTI_COMDAT): New.
412 (TARGET_CXX): Add TARGET_CXX_LIBRARY_RTTI_COMDAT.
413 * doc/tm.texi (C++ ABI): Document TARGET_CXX_LIBRARY_RTTI_COMDAT.
414 * config/darwin.h (TARGET_CXX_LIBRARY_RTTI_COMDAT): Define.
415
3922007-01-05 Manuel Lopez-Ibanez <manu@gcc.gnu.org> (r120505)
393
394 PR c/19978
395 * tree.h (TREE_OVERFLOW_P): New.
396 * c-typeck.c (parser_build_unary_op): Warn only if result
397 overflowed and operands did not.
398 (parser_build_binary_op): Likewise.
399 (convert_for_assignment): Remove redundant overflow_warning.

--- 295 unchanged lines hidden ---
4162007-01-05 Manuel Lopez-Ibanez <manu@gcc.gnu.org> (r120505)
417
418 PR c/19978
419 * tree.h (TREE_OVERFLOW_P): New.
420 * c-typeck.c (parser_build_unary_op): Warn only if result
421 overflowed and operands did not.
422 (parser_build_binary_op): Likewise.
423 (convert_for_assignment): Remove redundant overflow_warning.

--- 295 unchanged lines hidden ---