1 2007-01-08 Nick Clifton <nickc@redhat.com>
3 * config/frv/predicates.md (reg_or_0_operand): Accept
6 2007-01-08 Ralf Corsépius <ralf.corsepius@rtems.org>
8 * config/bfin/rtems.h, config/bfin/t-rtems: New.
9 * config.gcc: Add bfin*-rtems*.
11 2007-01-08 Mark Shinwell <shinwell@codesourcery.com>
13 * c.opt: Add -flax-vector-conversions.
14 * c-typeck.c (convert_for_assignment): Pass flag to
15 vector_types_convertible_p to allow emission of note.
16 (digest_init): Likewise.
17 * c-opts.c: Handle -flax-vector-conversions.
18 * c-common.c (flag_lax_vector_conversions): New.
19 (vector_types_convertible_p): Unless -flax-vector conversions
20 has been passed, disallow conversions between vectors with
21 differing numbers of subparts and/or element types. If such
22 a conversion is disallowed, possibly emit a note on the first
23 occasion only to inform the user of -flax-vector-conversions.
24 The new last argument specifies this.
25 * c-common.h (flag_lax_vector_conversions): New.
26 (vector_types_convertible_p): Add extra argument.
27 * config/i386/i386.c (ix86_init_mmx_sse_builtins): Use
28 char_type_node for V*QI type vectors.
29 * config/rs6000/rs6000-c.c (altivec_overloaded_builtins):
30 Update to satisfy new typechecking rules.
31 * config/rs6000/altivec.h (vec_cmple): Use vec_cmpge, for both
33 * doc/invoke.texi (C Dialect Options): Document
34 -flax-vector-conversions.
36 2007-01-08 Mark Shinwell <shinwell@codesourcery.com>
38 PR tree-optimization/29877
39 * tree-ssa-ter.c (is_replaceable_p): Deem assignments with
40 a register variable on the RHS to not be replaceable.
42 2007-01-08 Chen Liqin <liqin@sunnorth.com.cn>
43 * config/score/t-score-elf (MULTILIB_OPTIONS): Change.
44 * config/score/predicates.md (const_uimm5, sr0_operand, const_simm12,
45 const_simm15, const_pow2, const_npow2): Added.
46 * config/score/misc.md (insv, extv, extzv, movmemsi,
47 move_lbu_a/b, mov_lhu_a/b etc): Added and fix some bug.
48 * config/score/score.c (score_address_cost, score_select_cc_mode):
50 Change CONST_OK_FOR_LETTER_P/EXTRA_CONSTRAINT define.
51 Update score_rtx_costs for MACRO TARGET_RTX_COSTS.
52 Update score_print_operand.
53 * config/score/score.h (DATA_ALIGNMENT, SELECT_CC_MODE): Added.
54 Adjust register allocate order and update some macro define.
55 * config/score/score-mdaux.c (mdx_unaligned_load, mdx_unsigned_store,
56 mdx_block_move_straight, mdx_block_move_loop_head,
57 mdx_block_move_loop_body, mdx_block_move_loop_foot, mdx_block_move_loop,
58 mdx_block_move): Added.
59 (mdx_movsicc, mdp_select_add_imm, mdp_select, mds_zero_extract_andi,
60 mdp_limm): Updated and fix some bug and typo.
61 * config/score/score.md (movqi/hi/si, add/sub/zero/ext): Updated.
62 (movsf, movdf, doloop_end): Added.
64 2007-01-08 Kazu Hirata <kazu@codesourcery.com>
66 * config/arm/arm.c, config/arm/arm.h, config/arm/arm.md,
67 config/arm/thumb2.md: Fix comment typos.
68 * doc/extend.texi: Fix a typo.
70 2007-01-07 Eric Christopher <echristo@apple.com>
72 * configure.ac: Check for __stack_chk_fail for darwin.
73 * configure: Regenerate.
75 2007-01-07 Richard Guenther <rguenther@suse.de>
77 * tree-vrp.c (extract_range_from_assert): CSE calls to
78 compare_values where possible.
79 (extract_range_from_unary_expr): Likewise.
81 2007-01-07 Anatoly Sokolov <aesok@post.ru>
83 * config/avr/avr-protos.h (call_insn_operand): Delete prototype.
84 * config/avr/avr.c (call_insn_operand): Delete function.
85 * config/avr/avr.md (*pushqi, *pushhi, *pushsi, *pushsf): Use REG_SP
86 instead of register number. Use predicates.
87 * config/avr/predicates.md (const0_operand, reg_or_0_operand,
88 call_insn_operand): Add.
90 2007-01-06 Jan Hubicka <jh@suse.cz>
92 * tree-pass.h (pass_build_cgraph_edges): Declare.
93 * cgraphunit.c (record_refernece): Move to cgraphbuild.c
94 (visited_nodes): Remove.
95 (cgraph_create_edges): Move to cgraphbuild.c; rename to
96 build_cgrpah_edges; make visited_nodes local.
97 (cgraph_process_new_functions): DO not call initialize_inline_failed.
98 (record_references_in_initializer): Move to cgraphbuild.c
99 (initialize_inline_failed, rebuild_cgraph_edges,
100 pass_rebuild_cgraph_edges): Move to cgraphbuild.c.
101 (verify_cgraph_node): Make visited_nodes local.
102 (cgraph_analyze_function): Do not call cgraph_create_edges and
103 initialize_inline_failed.
104 (cgraph_expand_function): Do not call cgraph_lower_function;
105 assert that function is already lowered.
106 * Makefile.in (cgraphbuild.o): New.
107 * passes.c (init_optimization_passes): Add pass_build_cgraph_edges
108 at the end of lowering passes.
110 2007-01-06 Steven Bosscher <steven@gcc.gnu.org>
112 * ifcvt.c (cond_move_convert_if_block): New function, code
114 (cond_move_process_if_block): ...here. Call the new function
115 on the THEN and ELSE blocks.
116 (merge_if_block): Do not copy global_live_at_end, merge_blocks
117 already takes care of this.
119 2007-01-05 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
122 * tree.h (TREE_OVERFLOW_P): New.
123 * c-typeck.c (parser_build_unary_op): Warn only if result
124 overflowed and operands did not.
125 (parser_build_binary_op): Likewise.
126 (convert_for_assignment): Remove redundant overflow_warning.
127 * c-common.c (overflow_warning): Don't check or set TREE_OVERFLOW.
129 2007-01-05 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
131 * c-typeck.c (store_init_value): Split over two lines to follow
132 the GNU coding style.
134 2007-01-05 Benjamin Kosnik <bkoz@redhat.com>
136 * c-cppbuiltin.c (c_cpp_builtins): __GXX_EXPERIMENTAL_CPP0X__ to
137 __GXX_EXPERIMENTAL_CXX0X__.
138 * doc/cpp.texi: Same.
140 2007-01-05 Richard Guenther <rguenther@suse.de>
143 * tree.c (get_narrower): Do not construct COMPONENT_REFs
144 with mismatched types. Instead explicitly build a
147 2007-01-05 Ian Lance Taylor <iant@google.com>
149 * c-common.c (decl_with_nonnull_addr_p): New function.
150 (c_common_truthvalue_conversion): Call it.
151 * c-typeck.c (build_binary_op): Likewise.
152 * c-common.h (decl_with_nonnull_addr_p): Declare.
154 2007-01-05 Jakub Jelinek <jakub@redhat.com>
157 * libgcc2.c (__divdc3): Compare c and d against 0.0 instead of
160 2007-01-05 Joel Brobecker <brobecker@adacore.com>
162 * doc/install.texi (Final install): Document the fact that
163 the GNAT runtime should not be stripped.
165 2007-01-04 Jan Hubicka <jh@suse.cz>
167 * tree-inline.c (fold_marked_statements): Update operand caches
170 2007-01-04 Ian Lance Taylor <iant@google.com>
172 * c-common.c (check_function_nonnull): Whitespace fix.
174 2007-01-04 Jan Hubicka <jh@suse.cz>
176 * tree-optimize.c (execute_fixup_cfg): Correct previously mistakely
177 comitted older version of patch.
178 (pass_fixup_cfg): Add TODOs to verify flow and statements, dump
179 function, celanup cfg and collect garbage.
181 2007-01-04 Mike Stump <mrs@apple.com>
183 * Makefile.in (mostlyclean): Don't remove libgcc anymore.
186 2007-01-04 Eric Christopher <echristo@apple.com>
188 * libgcc2.c (__bswapsi2): Use SItype.
189 (__bswapdi2): Use DItype.
190 * libgcc2.h: Update for above.
192 2007-01-04 Paul Brook <paul@codesourcery.com>
194 * config/arm/arm.md (arm_mulsi3, thumb_mulsi3, mulsi3_compare0,
195 mulsi_compare0_scratch, mulsi3addsi, mulsi3addsi_compare0,
196 mulsi3addsi_compare0_scratch, mulsidi3adddi, mulsidi3,
197 umulsidi3, umulsidi3adddi, smulsi3_highpart,
198 umulsi3_highpart): Make conditional on !arm_arch6.
199 (arm_mulsi3_v6, thumb_mulsi3_v6, mulsi3_compare0_v6,
200 mulsi_compare0_scratch_v6, mulsi3addsi_v6, mulsi3addsi_compare0_v6,
201 mulsi3addsi_compare0_scratch_v6, mulsidi3adddi_v6, mulsidi3_v6,
202 umulsidi3_v6, umulsidi3adddi_v6, smulsi3_highpart_v6,
203 umulsi3_highpart_v6): New insns.
205 2007-01-04 Roger Sayle <roger@eyesopen.com>
207 * fold-const.c (fold_convert): When casting an expression to void,
208 fold_ignored_result may discover a GIMPLE_MODIFY_STMT which doesn't
209 have a type. Instead of attempting to build a NOP_EXPR, return
210 these "special" trees directly.
212 2007-01-04 Joseph Myers <joseph@codesourcery.com>
214 * config/rs6000/rs6000.c (rs6000_rtx_costs): Make adjustment for
215 MULT inside MINUS as either argument. Use rs6000_cost->dmul -
216 rs6000_cost->fp not 0 as adjustment for outer NEG.
218 2007-01-04 Jan Hubicka <jh@suse.cz>
220 * cgraph.c (cgraph_release_function_body): New function.
221 (cgraph_remove_node): Use it.
222 * cgraph.h (cgraph_release_function_body): Declare.
223 * cgraphunit.c (cgraph_expand_function): Use it.
224 * ipa.c (cgraph_remove_unreahchable_nodes): Use it.
225 * tree-ssa.c (delete_tree_ssa): Allow to be called before aliasing
226 is initialized and while compilation of other function is running.
227 * tree-optimize.c (execute_free_cfg_annotations): Move code to clear
228 statement CFG annotations from here to ...
229 * tree-cfg.c (delete_tree_cfg_annotations): ... here.
231 2007-01-04 Zdenek Dvorak <dvorakz@suse.cz>
233 * cfgloop.h (enum li_flags): Make the constants powers of two.
235 2007-01-04 Jan Hubicka <jh@suse.cz>
237 * tree-inline.c (copy_bb): Insert new statements to statements_to_fold
239 (fold_marked_statements): New function.
240 (optimize_inline_calls, tree_function_versioning): Fold new statements.
241 * tree-inline.h (copy_body_data): Add statements_to_fold.
243 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
245 * config.gcc: Mention libgcc/config.host.
246 * Makefile.in: Update comments mentioning libgcc.
247 (LIBGCC, INSTALL_LIBGCC, GCC_PARTS, mklibgcc): Delete.
248 (all.cross, start.encap, rest.encap, rest.cross): Update
249 dependencies for libgcc move.
250 (libgcc.mk, LIBGCC_DEPS, libgcov.a, libgcc.a, stmp-multilib)
251 (clean-target, clean-target-libgcc): Delete.
252 (srcdirify, GCC_EXTRA_PARTS): New macros.
253 (libgcc-support, libgcc.mvars): New rules.
254 (distclean): Remove mention of mklibgcc.
255 (install): Don't reference INSTALL_LIBGCC.
256 (install-common): Don't reference EXTRA_PARTS.
257 (install-libgcc, install-multilib): Delete rules.
258 * mklibgcc.in: Delete file.
259 * doc/configfiles.texi: Don't mention mklibgcc.
261 * config/i386/t-darwin (SHLIB_VERPFX): Delete (moved to libgcc).
262 * config/i386/t-darwin64 (SHLIB_VERPFX): Likewise.
263 * config/rs6000/t-darwin (SHLIB_VERPFX): Likewise.
264 * config/rs6000/t-ppccomm (TARGET_LIBGCC2_CFLAGS, SHLIB_MAPFILES)
265 (mklibgcc, ldblspecs): Likewise.
267 * config/i386/t-nwld (libgcc.def, libc.def, libpcre.def)
268 (posixpre.def): Use $(T).
269 (SHLIB_EXT, SHLIB_NAME, SHLIB_SLIBDIR_QUAL, SHLIB_DEF, SHLIB_MAP)
270 (SHLIB_SRC, SHLIB_INSTALL): Delete.
271 (SHLIB_LINK): Make dummy.
272 * config/t-slibgcc-darwin: Delete contents except for dummy SHLIB_LINK.
274 * config/frv/t-linux (EXTRA_MULTILIB_PARTS): Clear.
276 * config/alpha/t-crtfm: Use $(T) in rules for EXTRA_PARTS.
277 * config/alpha/t-vms, config/alpha/t-vms64, config/fr30/t-fr30,
278 config/i386/t-rtems-i386, config/ia64/t-ia64, config/rs6000/t-beos,
279 config/rs6000/t-newas, config/sparc/t-elf: Likewise.
281 * configure.ac (all_outputs): Remove mklibgcc.
282 * configure: Regenerated.
284 2007-01-03 Josh Conner <jconner@apple.com>
287 * calls.c (compute_argument_addresses): Set stack and stack_slot
288 for partial args, too.
289 (store_one_arg): Use locate.size.constant for the size when
290 generating a save_area.
292 2007-01-03 Robert Kennedy <jimbob@google.com>
294 * tree-cfg.c (tree_merge_blocks): Release SSA_NAME phi results
295 whose definitions are deleted due to basic block merging.
297 2007-01-03 Paul Brook <paul@codesourcery.com>
300 * config/arm/arm.c (output_return_instruction): Pop PC in interrupt
302 (use_return_insn): Return 0 for Thumb interrupt functions.
303 (print_multi_reg): Add rfe argument for IRQ returns.
304 (arm_output_epilogue): Pop interrupt return address directly into PC.
305 (arm_expand_prologue): Only adjust IRQ return address in Arm mode.
307 2007-01-03 Paul Brook <paul@codesourcery.com>
309 Merge from sourcerygxx-4_1.
310 * config/arm/thumb2.md: New file.
311 * config/arm/elf.h (JUMP_TABLES_IN_TEXT_SECTION): Return True for
313 * config/arm/coff.h (JUMP_TABLES_IN_TEXT_SECTION): Ditto.
314 * config/arm/aout.h (ASM_OUTPUT_ADDR_VEC_ELT): Add !Thumb-2 assertion.
315 (ASM_OUTPUT_ADDR_DIFF_ELT): Output Thumb-2 jump tables.
316 * config/arm/aof.h (ASM_OUTPUT_ADDR_DIFF_ELT): Output Thumb-2 jump
318 (ASM_OUTPUT_ADDR_VEC_ELT): Add !Thumb-2 assertion.
319 * config/arm/ieee754-df.S: Use macros for Thumb-2/Unified asm
321 * config/arm/ieee754-sf.S: Ditto.
322 * config/arm/arm.c (thumb_base_register_rtx_p): Rename...
323 (thumb1_base_register_rtx_p): ... to this.
324 (thumb_index_register_rtx_p): Rename...
325 (thumb1_index_register_rtx_p): ... to this.
326 (thumb_output_function_prologue): Rename...
327 (thumb1_output_function_prologue): ... to this.
328 (thumb_legitimate_address_p): Rename...
329 (thumb1_legitimate_address_p): ... to this.
330 (thumb_rtx_costs): Rename...
331 (thumb1_rtx_costs): ... to this.
332 (thumb_compute_save_reg_mask): Rename...
333 (thumb1_compute_save_reg_mask): ... to this.
334 (thumb_final_prescan_insn): Rename...
335 (thumb1_final_prescan_insn): ... to this.
336 (thumb_expand_epilogue): Rename...
337 (thumb1_expand_epilogue): ... to this.
338 (arm_unwind_emit_stm): Rename...
339 (arm_unwind_emit_sequence): ... to this.
340 (thumb2_legitimate_index_p, thumb2_legitimate_address_p,
341 thumb1_compute_save_reg_mask, arm_dwarf_handle_frame_unspec,
342 thumb2_index_mul_operand, output_move_vfp, arm_shift_nmem,
343 arm_save_coproc_regs, thumb_set_frame_pointer, arm_print_condition,
344 thumb2_final_prescan_insn, thumb2_asm_output_opcode, arm_output_shift,
345 thumb2_output_casesi): New functions.
346 (TARGET_DWARF_HANDLE_FRAME_UNSPEC): Define.
347 (FL_THUMB2, FL_NOTM, FL_DIV, FL_FOR_ARCH6T2, FL_FOR_ARCH7,
348 FL_FOR_ARCH7A, FL_FOR_ARCH7R, FL_FOR_ARCH7M, ARM_LSL_NAME,
349 THUMB2_WORK_REGS): Define.
350 (arm_arch_notm, arm_arch_thumb2, arm_arch_hwdiv, arm_condexec_count,
351 arm_condexec_mask, arm_condexec_masklen)): New variables.
352 (all_architectures): Add armv6t2, armv7, armv7a, armv7r and armv7m.
353 (arm_override_options): Check new CPU capabilities.
354 Set new architecture flag variables.
355 (arm_isr_value): Handle v7m interrupt functions.
356 (user_return_insn): Return 0 for v7m interrupt functions. Handle
358 (const_ok_for_arm): Handle Thumb-2 constants.
359 (arm_gen_constant): Ditto. Use movw when available.
360 (arm_function_ok_for_sibcall): Return false for v7m interrupt
362 (legitimize_pic_address, arm_call_tls_get_addr): Handle Thumb-2.
363 (thumb_find_work_register, arm_load_pic_register,
364 legitimize_tls_address, arm_address_cost, load_multiple_sequence,
365 emit_ldm_seq, emit_stm_seq, arm_select_cc_mode, get_jump_table_size,
366 print_multi_reg, output_mov_long_double_fpa_from_arm,
367 output_mov_long_double_arm_from_fpa, output_mov_double_fpa_from_arm,
368 output_mov_double_fpa_from_arm, output_move_double,
369 arm_compute_save_reg_mask, arm_compute_save_reg0_reg12_mask,
370 output_return_instruction, arm_output_function_prologue,
371 arm_output_epilogue, arm_get_frame_offsets, arm_regno_class,
372 arm_output_mi_thunk, thumb_set_return_address): Ditto.
373 (arm_expand_prologue): Handle Thumb-2. Use arm_save_coproc_regs.
374 (arm_coproc_mem_operand): Allow POST_INC/PRE_DEC.
375 (arithmetic_instr, shift_op): Use arm_shift_nmem.
376 (arm_print_operand): Use arm_print_condition. Handle '(', ')', '.',
378 (arm_final_prescan_insn): Use extract_constrain_insn_cached.
379 (thumb_expand_prologue): Use thumb_set_frame_pointer.
380 (arm_file_start): Output directive for unified syntax.
381 (arm_unwind_emit_set): Handle stack alignment instruction.
382 * config/arm/lib1funcs.asm: Remove default for __ARM_ARCH__.
383 Add v6t2, v7, v7a, v7r and v7m.
384 (RETLDM): Add Thumb-2 code.
385 (do_it, shift1, do_push, do_pop, COND, THUMB_SYNTAX): New macros.
386 * config/arm/arm.h (TARGET_CPU_CPP_BUILTINS): Define __thumb2__.
387 (TARGET_THUMB1, TARGET_32BIT, TARGET_THUMB2, TARGET_DSP_MULTIPLY,
388 TARGET_INT_SIMD, TARGET_UNIFIED_ASM, ARM_FT_STACKALIGN, IS_STACKALIGN,
389 THUMB2_TRAMPOLINE_TEMPLATE, TRAMPOLINE_ADJUST_ADDRESS,
390 ASM_OUTPUT_OPCODE, THUMB2_GO_IF_LEGITIMATE_ADDRESS,
391 THUMB2_LEGITIMIZE_ADDRESS, CASE_VECTOR_PC_RELATIVE,
392 CASE_VECTOR_SHORTEN_MODE, ADDR_VEC_ALIGN, ASM_OUTPUT_CASE_END,
393 ADJUST_INSN_LENGTH): Define.
394 (TARGET_REALLY_IWMMXT, TARGET_IWMMXT_ABI, CONDITIONAL_REGISTER_USAGE,
395 STATIC_CHAIN_REGNUM, HARD_REGNO_NREGS, INDEX_REG_CLASS,
396 BASE_REG_CLASS, MODE_BASE_REG_CLASS, SMALL_REGISTER_CLASSES,
397 PREFERRED_RELOAD_CLASS, SECONDARY_OUTPUT_RELOAD_CLASS,
398 SECONDARY_INPUT_RELOAD_CLASS, LIBCALL_VALUE, FUNCTION_VALUE_REGNO_P,
399 TRAMPOLINE_SIZE, INITIALIZE_TRAMPOLINE, HAVE_PRE_INCREMENT,
400 HAVE_POST_DECREMENT, HAVE_PRE_DECREMENT, HAVE_PRE_MODIFY_DISP,
401 HAVE_POST_MODIFY_DISP, HAVE_PRE_MODIFY_REG, HAVE_POST_MODIFY_REG,
402 REGNO_MODE_OK_FOR_BASE_P, LEGITIMATE_CONSTANT_P,
403 REG_MODE_OK_FOR_BASE_P, REG_OK_FOR_INDEX_P, GO_IF_LEGITIMATE_ADDRESS,
404 LEGITIMIZE_ADDRESS, THUMB2_LEGITIMIZE_ADDRESS,
405 GO_IF_MODE_DEPENDENT_ADDRESS, MEMORY_MOVE_COST, BRANCH_COST,
406 ASM_APP_OFF, ASM_OUTPUT_CASE_LABEL, ARM_DECLARE_FUNCTION_NAME,
407 FINAL_PRESCAN_INSN, PRINT_OPERAND_PUNCT_VALID_P,
408 PRINT_OPERAND_ADDRESS): Adjust for Thumb-2.
409 (arm_arch_notm, arm_arch_thumb2, arm_arch_hwdiv): New declarations.
410 * config/arm/arm-cores.def: Add arm1156t2-s, cortex-a8, cortex-r4 and
412 * config/arm/arm-tune.md: Regenerate.
413 * config/arm/arm-protos.h: Update prototypes.
414 * config/arm/vfp.md: Enable patterns for Thumb-2.
415 (arm_movsi_vfp): Add movw alternative. Use output_move_vfp.
416 (arm_movdi_vfp, movsf_vfp, movdf_vfp): Use output_move_vfp.
417 (thumb2_movsi_vfp, thumb2_movdi_vfp, thumb2_movsf_vfp,
418 thumb2_movdf_vfp, thumb2_movsfcc_vfp, thumb2_movdfcc_vfp): New.
419 * config/arm/libunwind.S: Add Thumb-2 code.
420 * config/arm/constraints.md: Update include Thumb-2.
421 * config/arm/ieee754-sf.S: Add Thumb-2/Unified asm support.
422 * config/arm/ieee754-df.S: Ditto.
423 * config/arm/bpabi.S: Ditto.
424 * config/arm/t-arm (MD_INCLUDES): Add thumb2.md.
425 * config/arm/predicates.md (low_register_operand,
426 low_reg_or_int_operand, thumb_16bit_operator): New.
427 (thumb_cmp_operand, thumb_cmpneg_operand): Rename...
428 (thumb1_cmp_operand, thumb1_cmpneg_operand): ... to this.
429 * config/arm/t-arm-elf: Add armv7 multilib.
430 * config/arm/arm.md: Update patterns for Thumb-2 and Unified asm.
432 (UNSPEC_STACK_ALIGN, ce_count): New.
433 (arm_incscc, arm_decscc, arm_umaxsi3, arm_uminsi3,
434 arm_zero_extendsidi2, arm_zero_extendqidi2): New
436 * config/arm/fpa.md: Update patterns for Thumb-2 and Unified asm.
437 (thumb2_movsf_fpa, thumb2_movdf_fpa, thumb2_movxf_fpa,
438 thumb2_movsfcc_fpa, thumb2_movdfcc_fpa): New insns.
439 * config/arm/cirrus.md: Update patterns for Thumb-2 and Unified asm.
440 (cirrus_thumb2_movdi, cirrus_thumb2_movsi_insn,
441 thumb2_cirrus_movsf_hard_insn, thumb2_cirrus_movdf_hard_insn): New
443 * doc/extend.texi: Document ARMv7-M interrupt functions.
444 * doc/invoke.texi: Document Thumb-2 new cores+architectures.
446 2007-01-03 Jakub Jelinek <jakub@redhat.com>
448 * unwind-dw2.c (SIGNAL_FRAME_BIT, EXTENDED_CONTEXT_BIT): Define.
449 (struct _Unwind_Context): Rename args_size to flags, remove
450 signal_frame field, add a new args_size field and version field.
451 (_Unwind_IsSignalFrame, _Unwind_SetSignalFrame,
452 _Unwind_IsExtendedContext): New inline functions.
453 (_Unwind_GetGR, _Unwind_SetGR, _Unwind_GetGRPtr, _Unwind_SetGRPtr):
454 Assume by_value array is only present if _Unwind_IsExtendedContext.
455 (_Unwind_GetIPInfo, execute_cfa_program, uw_frame_state_for): Use
456 _Unwind_IsSignalFrame.
457 (__frame_state_for): Initialize context.flags to EXTENDED_CONTEXT_BIT.
458 (uw_update_context_1): Use _Unwind_SetSignalFrame.
459 (uw_init_context_1): Initialize context->flags to
460 EXTENDED_CONTEXT_BIT.
461 * config/rs6000/linux-unwind.h (frob_update_context): Use
462 _Unwind_SetSignalFrame.
464 2007-01-03 Andrew Pinski <andrew_pinski@playstation.sony.com>
467 * gimplify.c (gimplify_modify_expr_complex_part): Move below
468 tree_to_gimple_tuple. Call tree_to_gimple_tuple when we need
471 2007-01-03 Kazu Hirata <kazu@codesourcery.com>
473 * config/i386/i386.h (NON_STACK_REG_P, REGNO_OK_FOR_SIREG_P,
474 REGNO_OK_FOR_DIREG_P, REWRITE_ADDRESS, ASM_OPERAND_LETTER,
476 * config/i386/i386.md (*sse_prologue_save_insn): Use return
479 * alias.c (init_alias_analysis): Use VEC_safe_grow_cleared.
480 * cfgbuild.c (find_basic_blocks): Likewise.
481 * cfgrtl.c (rtl_create_basic_block): Likewise.
482 * function.c (temp_slots_at_level): Likewise.
483 * reg-stack.c (stack_regs_mentioned): Likewise.
484 * regclass.c (allocate_reg_info): Likewise.
485 * tree-cfg.c (init_empty_tree_cfg, build_tree_cfg, create_bb,
486 set_bb_for_stmt, move_block_to_fn): Likewise.
487 * tree-complex.c (tree_lower_complex): Likewise.
488 * vec.h (VEC_safe_grow_cleared): New.
490 * cgraphunit.c, tree-ssa-alias.c: Fix comment typos.
492 2007-01-03 Zdenek Dvorak <dvorakz@suse.cz>
494 * loop-unswitch.c (unswitch_loop): Pass probabilities to loopify.
495 * tree-ssa-loop-unswitch.c (tree_unswitch_loop): Pass probabilities
497 * cfgloopmanip.c (scale_loop_frequencies): Export.
498 (loopify): Scale the frequencies by prescribed coefficients.
499 (set_zero_probability): New function.
500 (duplicate_loop_to_header_edge): Improve updating of frequencies.
501 (lv_adjust_loop_entry_edge, loop_version): Set probabilities
502 and frequencies according to arguments.
503 * tree-ssa-loop-manip.c (tree_unroll_loop): Set probabilities
505 * cfg.c (scale_bbs_frequencies_int): Allow scaling the frequencies up.
506 * modulo-sched.c (sms_schedule): Set probabilities for entering
507 versioned loop correctly.
508 * tree-vect-transform.c (vect_transform_loop): Ditto.
509 * cfgloop.h (loopify, loop_version): Declaration changed.
510 (scale_loop_frequencies): Declared.
512 2007-01-02 Jan Hubicka <jh@suse.cz>
514 * cgraph.c: Include tree-flow.h
515 (cgraph_add_new-function): Handle IPA_SSA mode; execute
517 * cgraph.h (enum cgraph_state): Add CGRAPH_STATE_IPA_SSA.
518 * tree-pass.h (pass_all_early_optimizations): Declare.
519 * cgraphunit.c (cgraph_process_new_functions): Add IPA_SSA; execute
521 (cgraph_analyze_function): Do early_local_passes.
522 * tree-mudflap.c (mf_decl_cache_locals, mf_build_check_statement_for):
523 Do not add referenced vars.
524 * tree-optimize.c (gate_all_optimizations): Do not execute when not in
526 (gate_all_early_local_passes): New gate.
527 (pass_early_local_passes): Use new gate.
528 (execute_early_local_optimizations): New functions.
529 (gate_all_early_optimizations): New gate.
530 (pass_all_early_optimizations): New pass.
531 (execute_free_datastructures): Free SSA only when initialized.
532 (gate_init_datastructures): Init only when optimizing.
533 (tree_lowering_passes): Do early local passes when called late.
534 * tree-profile.c (do_tree_profiling): Don't profile functions added
536 (do_early_tree_profiling, pass_early_tree_profile): Kill.
537 * tree-cfg.c (update_modified_stmts): Do not update when operands are
539 * passes.c (init_optimizations_passes): Reorder so we go into SSA
540 during early_local_passes.
541 * Makefile.in (cgraph.o): Add dependency on tree-flow.h.
544 2007-01-02 Carlos O'Donell <carlos@codesourcery.com>
546 * Makefile.in: Update copyright year.
548 2007-01-02 Carlos O'Donell <carlos@codesourcery.com>
550 * Makefile.in: Export GCC_EXEC_PREFIX before calling $(RUNTEST)
551 in $(lang_checks) and check-consistency targets.
553 2007-01-02 Jan Hubicka <jh@suse.cz>
555 * tree-mudflap.c (mf_decl_cache_locals, mf_build_check_statement_for):
556 Do not add referenced vars.
557 * tree-cfg.c (update_modified_stmts): Do not update when SSA operands
559 * passes.c (init_optimization_passes): Put mudflap_2 after
562 2007-01-02 Jan Hubicka <jh@suse.cz>
564 * tree-optimize (execute_fixup_cfg): Set after_inlining flag.
565 Set NOTHROW flag on call statements proved to be nothrow.
566 Update statement of local calls so new pure/const functions are
567 updated. Update_ssa when in ssa form. Mark PHI nodes of nonlocal
569 (tree_rest_of_compilation): Register hooks and initialize bitmap
570 early. Do not set after_inlining flag.
572 2007-01-02 Steve Ellcey <sje@cup.hp.com>
574 * sbitmap.c (HOST_BITS_PER_LONG_LONG): Change to
575 HOST_BITS_PER_LONGLONG
577 2007-01-02 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
580 * c-typeck.c (store_init_value): Don't emit pedantic overflow
581 warning for non-static initializers.
583 2007-01-02 Steven Bosscher <steven@gcc.gnu.org>
585 * config/alpha/alpha.md, arm/arm.c, darwin.c, frv/frv.md,
586 m32r/m32r.c, m32r/m32r.c, mn10300/mn10300.md, pa/pa.c,
587 rs6000/rs6000.c, s390/s390.md, sh/sh.md, sparc/sparc.c:
588 Always use set_unique_reg_note to add REG_EQUAL notes.
590 2007-01-02 Kazu Hirata <kazu@codesourcery.com>
593 2007-01-02 Kazu Hirata <kazu@codesourcery.com>
595 * alias.c (init_alias_analysis): Use VEC_safe_grow_cleared.
596 * cfgbuild.c (find_basic_blocks): Likewise.
597 * cfgrtl.c (rtl_create_basic_block): Likewise.
598 * function.c (temp_slots_at_level): Likewise.
599 * reg-stack.c (stack_regs_mentioned): Likewise.
600 * regclass.c (allocate_reg_info): Likewise.
601 * tree-cfg.c (init_empty_tree_cfg, build_tree_cfg, create_bb,
602 set_bb_for_stmt, move_block_to_fn): Likewise.
603 * tree-complex.c (tree_lower_complex): Likewise.
604 * vec.h (VEC_safe_grow_cleared): New.
606 2007-01-02 Ian Lance Taylor <iant@google.com>
608 * c-common.c (c_common_truthvalue_conversion): When warning about
609 using an assignment as a truth value, set TREE_NO_WARNING.
611 2007-01-02 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
614 * c.opt (Wold-style-declaration): New.
615 * doc/invoke.texi (C-only Warning Options): New.
616 (Wold-style-declaration): Document it.
617 (Wextra): Enabled by -Wextra.
618 * c-opts.c (c_common_post_options): Enabled by -Wextra.
619 * c-decl.c (declspecs_add_scspec): Replace -Wextra with
620 -Wold-style-declaration.
622 2007-01-02 Kazu Hirata <kazu@codesourcery.com>
624 * alias.c (init_alias_analysis): Use VEC_safe_grow_cleared.
625 * cfgbuild.c (find_basic_blocks): Likewise.
626 * cfgrtl.c (rtl_create_basic_block): Likewise.
627 * function.c (temp_slots_at_level): Likewise.
628 * reg-stack.c (stack_regs_mentioned): Likewise.
629 * regclass.c (allocate_reg_info): Likewise.
630 * tree-cfg.c (init_empty_tree_cfg, build_tree_cfg, create_bb,
631 set_bb_for_stmt, move_block_to_fn): Likewise.
632 * tree-complex.c (tree_lower_complex): Likewise.
633 * vec.h (VEC_safe_grow_cleared): New.
635 2007-01-02 Douglas Gregor <doug.gregor@gmail.com>
637 * c-common.c(c_common_nodes_and_builtins): Since variants of
638 void_type_node get built before it is given a name, we need to
639 give those variants the name, too.
640 (complete_array_type): We need to work with the canonical main
641 type of the array, from which we will build the qualified version.
642 * params.def (PARAM_VERIFY_CANONICAL_TYPES): New.
643 * print-tree.c (print_node): Display canonical type information
645 * stor-layout.c (layout_type): When we don't know the
646 alignment of a type for which we're building an array, we end up
647 guessing wrong, so make the type require structural equality.
648 * tree.c (make_node_stat): When we build a new type, it is its
650 (build_type_attribute_qual_variant): When building an attribute
651 variant, its canonical type is the non-attribute variant. However,
652 if the attributes are target-dependent and they differ, we need to
653 use structural equality checks for this type.
654 (build_qualified_type): A qualified type is not equivalent to its
655 unqualified variant; set the canonical type appropriately.
656 (build_distinct_type_copy): When building a distinct type from
657 another type, the new type is its own canonical type.
658 (build_variant_type_copy): When building a new type variant, we
659 assume that it is equivalent to the original type.
660 (build_pointer_type_for_mode): When building a pointer type, also
661 build a canonical type pointer.
662 (build_reference_type_for_mode): When building a reference type,
663 also build a canonical type reference.
664 (build_index_type): When we can't hash an index type (e.g.,
665 because its maximum value is negative), the index type requires
666 structural equality tests.
667 (build_array_type): Build the canonical form of an array type.
668 (build_function_type): Function types require structural equality,
669 because they contain default arguments, attributes, etc.
670 (build_method_type_directly): Ditto for method types.
671 (build_offset_type): Build the canonical offset type.
672 (build_complex_type): Build the canonical vector type.
673 (make_vector_type): Build the canonical vector type.
674 * tree.h (TYPE_CANONICAL): New.
675 (TYPE_STRUCTURAL_EQUALITY_P): New.
676 (SET_TYPE_STRUCTURAL_EQUALITY): New.
677 (struct tree_type): Added "canonical" field.
678 * params.h (VERIFY_CANONICAL_TYPES): New.
679 * doc/c-tree.texi (TYPE_CANONICAL): Document.
680 (TYPE_STRUCTURAL_EQUALITY_P): Document.
681 (SET_TYPE_STRUCTURAL_EQUALITY): Document.
682 * doc/invoke.texi (verify-canonical-types): Document --param
683 parameter for verifying canonical types.
685 2007-01-02 Joseph Myers <joseph@codesourcery.com>
687 * config.gcc (powerpc-*-eabispe*, powerpc-*-eabisimaltivec*,
688 powerpc-*-eabisim*, powerpc-*-eabialtivec*, powerpc-*-eabi*,
689 powerpc-*-rtems*, powerpc-wrs-vxworks, powerpc-wrs-vxworksae,
690 powerpcle-*-eabisim*, powerpcle-*-eabi*): Add rs6000/e500.h to
692 * config/rs6000/e500.h: New.
693 * config/rs6000/eabi.h (TARGET_SPE_ABI, TARGET_SPE, TARGET_E500,
694 TARGET_ISEL, TARGET_FPRS, TARGET_E500_SINGLE, TARGET_E500_DOUBLE):
696 * config/rs6000/linuxspe.h (TARGET_SPE_ABI, TARGET_SPE,
697 TARGET_E500, TARGET_ISEL, TARGET_FPRS, TARGET_E500_SINGLE,
698 TARGET_E500_DOUBLE): Remove.
699 * config/rs6000/vxworks.h (TARGET_SPE_ABI, TARGET_SPE,
700 TARGET_E500, TARGET_ISEL, TARGET_FPRS): Remove.
701 * config/rs6000/rs6000.h (CHECK_E500_OPTIONS): Define.
702 * config/rs6000/rs6000.c (rs6000_override_options): Use
705 2007-01-02 Joseph Myers <joseph@codesourcery.com>
707 * config/rs6000/rs6000.c (print_operand): Check (TARGET_SPE ||
708 TARGET_E500_DOUBLE), not TARGET_E500, for %y.
709 (rs6000_generate_compare, rs6000_emit_sCOND, output_cbranch,
710 rs6000_emit_cmove): Don't check TARGET_E500.
711 * config/rs6000/rs6000.md (bunordered, bordered, sunordered,
712 sordered): Don't check TARGET_E500.
714 2007-01-01 Eric Christopher <echristo@apple.com>
716 * config/mips/mips.c (mips_regno_mode_ok_for_base_p): Use
719 2007-01-01 Roger Sayle <roger@eyesopen.com>
721 * fold-const.c (fold_binary) <EQ_EXPR>: Fold "(X^C1) eq/ne C2" into
722 "X eq/ne (C1^C2)". Fold "(X^Z) eq/ne (Y^Z)" as "X eq/ne Y" when Z
723 has no side-effects. Fold "(X^C1) eq/ne (Y^C2)" as "(X^(C1^C2))
726 2007-01-01 Mike Stump <mrs@apple.com>
728 * configure.ac: Remove support for building with Apple's gcc-3.1.
730 2007-01-02 Joseph Myers <joseph@codesourcery.com>
733 * caller-save.c (add_stored_regs): Only handle SUBREGs if inner
734 REG is a hard register. Do not modify REG before calling
736 * rtlanal.c (subreg_get_info): Don't assert size of XMODE is a
737 multiple of the size of YMODE for certain lowpart cases.
739 2007-01-01 Andrew Pinski <pinskia@gmail.com>
742 * gimplify (voidify_wrapper_expr): Update for
745 2007-01-01 Andreas Schwab <schwab@suse.de>
748 * config/ia64/ia64.c (ia64_compute_frame_size): Account space for
749 save of BR0 in extra_spill_size instead of spill_size.
750 (ia64_expand_prologue): Save BR0 outside of the gr/br/fr spill
752 (ia64_expand_epilogue): Restore BR0 from its new location.
754 2007-01-01 Andrew Pinski <pinskia@gmail.com>
756 * gimplify.c (gimplify_init_constructor <case VECTOR_TYPE>):
757 Use a temporary variable if the left hand side is not a gimple
760 2007-01-01 Andrew Pinski <pinskia@gmail.com>
762 * gimplify.c (gimplify_return_expr): Make the temporary variable
763 for the return expression, a gimple register variable.
765 2007-01-01 Jan Hubicka <jh@suse.cz>
767 * emit-rtl.c (emit_copy_of_insn_after): Do not call copy_insn_1 for
770 2007-01-01 Mike Stump <mrs@apple.com>
772 * configure.ac (HAVE_GAS_LITERAL16): Add autoconf check for
774 * config/darwin.c (machopic_select_rtx_section): Use
776 (darwin_mergeable_constant_section): Likewise.
777 * configure: Regenerate.
778 * config.in: Regenerate.
780 2007-01-01 Jan Hubicka <jh@suse.cz>
781 Andrew Pinski <pinskia@gmail.com>
783 * cgraphunit.c (cgraph_optimize): Call cgraph_add_new_functions
784 before starting IPA passes.