]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/ChangeLog
re PR middle-end/47650 (wrong output of print_generic_decl() called from a plugin)
[thirdparty/gcc.git] / gcc / ChangeLog
CommitLineData
930672ad
RG
12011-03-15 Richard Guenther <rguenther@suse.de>
2
3 PR middle-end/47650
4 * tree-pretty-print.c (dump_function_declaration): Properly
5 dump unprototyped and varargs function types.
6
c7ee7b45
RG
72011-03-15 Richard Guenther <rguenther@suse.de>
8
9 PR tree-optimization/13954
10 * tree-ssa-sccvn.c (vn_reference_lookup_3): Look through memcpy
11 and friends.
12
b2ad5e37
RG
132011-03-15 Richard Guenther <rguenther@suse.de>
14
15 PR tree-optimization/48037
16 * tree-ssa.c (maybe_rewrite_mem_ref_base): Rewrite vector
17 selects into BIT_FIELD_REFs.
18 (non_rewritable_mem_ref_base): Check if a MEM_REF is a
19 vector select.
20
7ee93d4e
JJ
212011-03-15 Jakub Jelinek <jakub@redhat.com>
22
23 PR tree-optimization/48129
24 * builtins.c (fold_builtin_snprintf): Convert to type of
25 built_in_decls[BUILT_IN_SNPRINTF] retval instead of
26 implicit_built_in_decls[BUILT_IN_SNPRINTF] retval.
27
e106efc7
RG
282011-03-15 Richard Guenther <rguenther@suse.de>
29
30 PR tree-optimization/41490
31 * tree-ssa-dce.c (propagate_necessity): Handle returns without
32 value but with VUSE.
33 * tree-ssa-operands.c (parse_ssa_operands): Add a VUSE on all
34 return statements.
35 * tree-ssa-sink.c (statement_sink_location): Fix store sinking.
36 * tree-ssa-phiopt.c (tree_ssa_phiopt_worker): Handle virtual PHIs.
37 * tree-tailcall.c (find_tail_calls): Ignore returns.
38
17dea42f
RG
392011-03-15 Richard Guenther <rguenther@suse.de>
40
41 PR middle-end/48031
42 * fold-const.c (fold_indirect_ref_1): Do not create new variable-sized
43 or variable-indexed array accesses when in gimple form.
44
01c77a60
RG
452011-03-15 Richard Guenther <rguenther@suse.de>
46
47 * config/i386/i386.c (ix86_emit_swdivsf): Implement more
48 efficiently.
49
77b0791e
AM
502011-03-15 Alan Modra <amodra@gmail.com>
51
52 PR target/48032
53 * config/rs6000/rs6000.c (offsettable_ok_by_alignment): Do not
54 presume symbol_refs without a symbol_ref_decl are suitably
55 aligned, nor other trees we may see here. Handle anchor symbols.
56 (legitimate_constant_pool_address_p): Comment. Add mode param.
57 Check cmodel=medium addresses. Adjust all calls.
58 (rs6000_emit_move): Don't call offsettable_ok_by_alignment on
59 creating cmodel=medium optimized access to locals.
60 * config/rs6000/constraints.md (R): Pass QImode to
61 legitimate_constant_pool_address_p.
62 * config/rs6000/predicates.md (input_operand): Pass mode to
63 legitimate_constant_pool_address_p.
64 * config/rs6000/rs6000-protos.h (legitimate_constant_pool_address_p):
65 Update prototype.
66
35f61ba4
MM
672011-03-14 Michael Meissner <meissner@linux.vnet.ibm.com>
68
69 PR target/48053
70 * config/rs6000/rs6000.md (movdi split for 32-bit): Don't split up
71 64-bit constants being loaded into registers other than GPRs such
72 as loading 0 into a VSX register.
73
07332e6d
RO
742011-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
75
76 * config/sol2.c (solaris_assemble_visibility): Remove obsolete
77 URLs.
78
de888d90
JJ
792011-03-14 Jakub Jelinek <jakub@redhat.com>
80
ba3ceb2d
JJ
81 PR middle-end/47917
82 * builtins.c (fold_builtin_snprintf): New function.
83 (fold_builtin_3): Call it for BUILT_IN_SNPRINTF.
84 (fold_builtin_4): Likewise.
85
2e64f8b8
JJ
86 PR middle-end/38878
87 * fold-const.c (fold_binary_loc) <case EQ_EXPR, NE_EXPR>: Add
88 STRIP_NOPS on arg0 and arg1. When optimizing X +- C == X
89 and C - X == X also strip nops from +/-/p+ operand.
90 When optimizing -X == C, fold C to arg0's type.
91
de888d90
JJ
92 PR debug/47946
93 * dwarf2out.c (add_bit_offset_attribute): If bit_offset is negative,
94 emit it as add_AT_int instead of add_AT_unsigned.
95
962011-03-14 Tom Tromey <tromey@redhat.com>
f4e749b4
TT
97
98 * unwind-dw2.c: Include sys/sdt.h if it exists.
99 (_Unwind_DebugHook): Use STAP_PROBE2.
100 * config.in, configure: Rebuild.
101 * configure.ac: Check for sys/sdt.h.
102
d34abfd2
UB
1032011-03-14 Uros Bizjak <ubizjak@gmail.com>
104
105 * config/i386/i386.md (ROUND_FLOOR): New constant.
106 (ROUND_CEIL): Ditto.
107 (ROUND_TRUNC): Ditto.
108 (ROUND_MXCSR): Ditto.
109 (ROUND_NO_EXC): Ditto.
110 (rint<mode>2): Use new defines instead of numerical constants.
111 (floor<mode>2): Ditto.
112 (ceil<mode>2): Ditto.
113 (btrunc<mode>2): Ditto.
114 * config/i386/i386-builtin-types.def: Define ROUND function type
115 aliases.
116 * config/i386/i386.c (enum ix86_builtins): Add
117 IX86_BUILTIN_{FLOOR,CEIL,TRUNC,RINT}{PS,PD}{,256} defines.
118 (struct builtin_description): Add
119 __builtin_ia32_{floor,ceil,trunc,rint}{pd,ps}{,256} descriptions.
120 (ix86_expand_sse_round): New static function.
121 (ix86_expand_args_builtin): Call ix86_expand_sse_round for ROUND
122 function types.
123 (ix86_builtin_vectorized_function): Handle
124 BUILT_IN_{FLOOR,CEIL,TRUNC,RINT}{,F} builtins.
125
87f9e23d
TT
1262011-03-14 Tom Tromey <tromey@redhat.com>
127
128 * c-parser.c (c_parser_asm_string_literal): Clear
129 warn_overlength_strings.
130
b3ab9ea2
TT
1312011-03-14 Tom Tromey <tromey@redhat.com>
132
133 * c-parser.c (disable_extension_diagnostics): Save
134 warn_overlength_strings.
135 (restore_extension_diagnostics): Restore warn_overlength_strings.
136
6bd73dd8
JJ
1372011-03-14 Jakub Jelinek <jakub@redhat.com>
138
139 * BASE-VER: Change to 4.7.0.
140
7f4d6e1b
RG
1412011-03-14 Richard Guenther <rguenther@suse.de>
142
143 PR middle-end/48098
144 * tree.c (build_vector_from_val): Adjust assert to requirements
145 and reality.
146
c6104ef1
JJ
1472011-03-14 Jakub Jelinek <jakub@redhat.com>
148
149 PR bootstrap/48102
d34abfd2 150 * graphite-cloog-compat.h (build_cloog_prog): Remove STATE parameter.
c6104ef1 151
dfa95e19
AT
1522011-03-14 Andreas Tobler <andreast@fgznet.ch>
153
154 * config/rs6000/freebsd.h: (RELOCATABLE_NEEDS_FIXUP): Define in
155 terms of target_flags_explicit. Adjust copyright year.
156
157 * config.gcc: Add FreeBSD PowerPC soft-float libgcc bits.
158 * config/rs6000/t-freebsd: New file. Add override for
159 LIB2FUNCS_EXTRA.
160
bb322018
CD
1612011-03-13 Chris Demetriou <cgd@google.com>
162
163 * doc/invoke.texi (-fdiagnostics-show-option): Replace with...
164 (-fno-diagnostics-show-option): this, to reflect current default.
165 (-Werror=): Update text about -fno-diagnostics-show-option.
166
12b1c80b
PB
1672011-03-12 Peter Bergner <bergner@vnet.ibm.com>
168
169 PR target/48053
170 * config/rs6000/predicates.md (easy_vector_constant_add_self,
171 easy_vector_constant_msb): Do not handle V2DImode and V2DFmode.
172 * config/rs6000/rs6000.c (const_vector_elt_as_int): Add assert that
173 mode is not V2DImode or V2DFmode.
174 (vspltis_constant): Do not handle V2DImode and V2DFmode.
175 (rs6000_expand_vector_init): Replace copy_to_reg with copy_to_mode_reg.
176 * config/rs6000/rs6000.md (movdi_internal32): Allow setting VSX
177 registers to 0.
178 (movdi_internal64): Likewise.
179
57d598f7
SP
1802011-03-12 Sebastian Pop <sebastian.pop@amd.com>
181
182 PR tree-optimization/47127
183 * graphite-clast-to-gimple.c (build_cloog_prog): Removed state
184 parameter.
185 (set_cloog_options): Same.
186 (scop_to_clast): Same.
187 (print_clast_stmt): Do not call cloog_state_malloc and
188 cloog_state_free.
189 (print_generated_program): Same.
190 (gloog): Same.
191 * graphite-clast-to-gimple.h (cloog_state): Declared.
192 (scop_to_clast): Adjust declaration.
193 * graphite.c (cloog_state): Defined here.
194 (graphite_initialize): Call cloog_state_malloc.
195 (graphite_finalize): Call cloog_state_free.
196
f231b5ff
JM
1972011-03-11 Jason Merrill <jason@redhat.com>
198
199 * attribs.c (lookup_attribute_spec): Take const_tree.
200 * tree.h: Adjust.
201
6a4e2bd5
JM
2022011-03-11 Joseph Myers <joseph@codesourcery.com>
203
204 * config/sparc/sparc.c (sparc_option_override): Use
205 PROCESSOR_NIAGARA2 not PROCESSOR_NIAGARA for "niagara2".
206
a758fd67
RG
2072011-03-11 Richard Guenther <rguenther@suse.de>
208
209 PR tree-optimization/48067
210 * tree-ssa-math-opts.c (convert_mult_to_fma): Verify the
211 multiplication result will be only used once on the target
212 stmt.
213
03dfda54
RG
2142011-03-11 Richard Guenther <rguenther@suse.de>
215
216 * doc/invoke.texi (max-inline-insns-single): Adjust default value.
217
5f11a50a
RG
2182011-03-11 Richard Guenther <rguenther@suse.de>
219
220 PR lto/48073
221 * tree.c (find_decls_types_r): Do not walk types only reachable
222 from IDENTIFIER_NODEs.
223
4074f163
JJ
2242011-03-11 Jakub Jelinek <jakub@redhat.com>
225
226 PR middle-end/48044
227 * ipa.c (cgraph_remove_unreachable_nodes): Enqueue
228 all vnode->force_output nodes as needed.
229
30f7cdcd
JM
2302011-03-11 Jason Merrill <jason@redhat.com>
231
232 PR c++/48069
233 * tree.c (type_hash_eq): Use COMPLETE_TYPE_P, not
234 COMPLETE_OR_UNBOUND_ARRAY_TYPE_P.
235
62ecfeb8
MJ
2362011-03-11 Martin Jambor <mjambor@suse.cz>
237
238 * cgraphunit.c (verify_cgraph_node): Call cgraph_get_node instead of
239 cgraph_node.
240
e89e03ab
JJ
2412011-03-11 Jakub Jelinek <jakub@redhat.com>
242
243 PR tree-optimization/48063
244 * ipa-inline.c (cgraph_decide_inlining): Don't try to
245 inline functions called once if !tree_can_inline_p (node->callers).
246
efbe978b 2472011-03-11 Chen Liqin <liqin.gcc@gmail.com>
9d6193a7 248
efbe978b
EB
249 * config.gcc (score-*-elf): Add extra_parts .., update tmake_file and
250 extra_objs.
9d6193a7
CL
251 * config/score/score3.c: Delete.
252 * config/score/score3.h: Delete.
253 * config/score/mul-div.S: Delete.
254 * config/score/sfp-machine.h: Add new file.
255 * config/score/constraints.md: Add new file.
256 * config/score/t-score-softfp: Add new file.
efbe978b 257 * config/score/t-score-elf: Remove score3.o, do not generate multilib.
9d6193a7
CL
258 * config/score/score7.c (score7_const_ok_for_letter_p): Delete.
259 (score7_extra_constraint): Delete.
efbe978b 260 (score7_option_override): Remove unused code.
9d6193a7
CL
261 * config/score/score.c: Remove score3 and score5 define and code.
262 * config/score/score.h: Remove score3 and score5 define and code.
efbe978b 263 * config/score/score.md: Remove score3 template and unusual insn.
9d6193a7
CL
264 * config/score/score.opt: Remove score3 and score5 options.
265
5de27cca
JDA
2662011-03-10 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
267
268 * config/pa/pa-hpux10.h (TARGET_OS_CPP_BUILTINS): Define _REENTRANT
269 when _HPUX_SOURCE is defined.
270 (LIB_SPEC): Use -lc instead of -lc_r when -threads is specified.
271
18d92053
JM
2722011-03-10 Jason Merrill <jason@redhat.com>
273
274 PR c++/48029
275 * stor-layout.c (layout_type): Don't set structural equality
276 on arrays of incomplete type.
277 * tree.c (type_hash_eq): Handle comparing them properly.
278
67a2f76d
JJ
2792011-03-10 Jakub Jelinek <jakub@redhat.com>
280
281 PR debug/48043
18d92053 282 * config/s390/s390.c (s390_delegitimize_address): Make sure the
67a2f76d
JJ
283 result mode matches original rtl mode.
284
d845b2f9
NC
2852011-03-10 Nick Clifton <nickc@redhat.com>
286
287 * config/rx/rx.md (bitset_in_memory, bitclr_in_memory: Fix timings.
39242686 288 (andsi3, andsi3_flags): Fix timings for three operand alternative.
d845b2f9 289
db7ec035
JJ
2902011-03-09 Jakub Jelinek <jakub@redhat.com>
291
292 PR rtl-optimization/47866
293 * expr.c (store_field): If MEM_SCALAR_P (target), don't use
294 MEM_SET_IN_STRUCT_P (to_rtx, 1), just set MEM_IN_STRUCT_P (to_rtx)
295 if target wasn't scalar.
296 * function.c (assign_stack_temp_for_type): Assert that neither
297 MEM_SCALAR_P nor MEM_IN_STRUCT_P is set previously, set either
298 MEM_IN_STRUCT_P or MEM_SCALAR_P instead of using MEM_SET_IN_STRUCT_P
299 macro.
300 * rtl.h (MEM_SET_IN_STRUCT_P): Removed.
301
5d304e47
AK
3022011-03-09 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
303
304 * config/s390/s390-protos.h (s390_label_align): New prototype.
305 * config/s390/s390.c (s390_label_align): New function.
306 * config/s390/s390.h (LABEL_ALIGN): New target macro definition.
307
93b826f0
MM
3082011-03-08 Michael Meissner <meissner@linux.vnet.ibm.com>
309
310 PR target/47755
311 * config/rs6000/rs6000.c (easy_altivec_constant): Correctly handle
312 V2DI/V2DF constants. Only all 0's or all 1's are easy.
313 (output_vec_const_move): Ditto.
314
ef78aed6
AS
3152011-03-08 Anatoly Sokolov <aesok@post.ru>
316
317 * config/mips/mips.h (PREFERRED_RELOAD_CLASS): Remove macro.
318 * config/mips/mips-protos.h (mips_preferred_reload_class): Remove.
319 * config/mips/mips.c (mips_preferred_reload_class): Make static.
320 Change 'rclass' argument and result type to reg_class_t.
321 (TARGET_PREFERRED_RELOAD_CLASS): Define.
322
5f892aa0
GJL
3232011-03-08 Georg-Johann Lay <avr@gjlay.de>
324
325 * config/avr/avr.h (REGISTER_MOVE_COST, MEMORY_MOVE_COST): Remove.
326 * config/avr/avr.c (TARGET_REGISTER_MOVE_COST,
327 TARGET_MEMORY_MOVE_COST): Define.
328 (avr_register_move_cost, avr_memory_move_cost): New Functions.
329
32bd2409
JJ
3302011-03-08 Jakub Jelinek <jakub@redhat.com>
331
530a4800
JJ
332 PR debug/47881
333 * ira.c (ira): Call df_analyze again if delete_trivially_dead_insns
334 removed anything.
335
32bd2409
JJ
336 PR tree-optimization/48022
337 * fold-const.c (fold_comparison): Don't call fold_overflow_warning
338 for EQ/NE_EXPR.
339
c7148991
JJ
3402011-03-07 Jakub Jelinek <jakub@redhat.com>
341
342 PR debug/47991
343 * var-tracking.c (find_use_val): Return NULL for
344 cui->sets && cui->store_p BLKmode MEMs.
345
43070a6e
AS
3462011-03-07 Anatoly Sokolov <aesok@post.ru>
347
348 * config/stormy16/stormy16.h (PRINT_OPERAND, PRINT_OPERAND_ADDRESS):
349 Remove.
350 * config/stormy16/stormy16-protos.h (xstormy16_print_operand,
351 xstormy16_print_operand_address): Remove.
352 * config/stormy16/stormy16.c (xstormy16_print_operand,
353 xstormy16_print_operand_address): Make static.
354 (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS): Define.
355
efbe978b 3562011-03-07 Pat Haugen <pthaugen@us.ibm.com>
79eefb0d
PH
357
358 PR target/47862
359 * config/rs6000/rs6000.h (HARD_REGNO_CALLER_SAVE_MODE): Define.
360 * config/rs6000/e500.h (HARD_REGNO_CALLER_SAVE_MODE): Undefine
361 before definition.
362
cec8ac0b
ZD
3632011-03-07 Zdenek Dvorak <ook@ucw.cz>
364
365 PR bootstrap/48000
366 * cfgloopmanip.c (fix_bb_placements): Return immediately
367 if FROM is BASE_LOOP's header.
368
59527282
PW
3692011-03-07 Paul Wögerer <paul_woegerer@mentor.com>
370
371 * gimplify.c (gimplify_function_tree): Fix building calls
372 to __builtin_return_address.
373
617718f7
AM
3742011-03-07 Alan Modra <amodra@gmail.com>
375
376 * config/rs6000/linux.h (TARGET_ASM_FILE_END): Don't define.
377 * config/rs6000/linux64.h (TARGET_ASM_FILE_END): Don't define.
378 * config/rs6000/sysv4.h (TARGET_ASM_FILE_END): Define.
379 * config/rs6000/rs6000-protos.h (init_cumulative_args): Add fndecl and
380 return_mode args.
381 * config/rs6000/rs6000.h (CUMULATIVE_ARGS): Add "escapes".
382 (INIT_CUMULATIVE_ARGS): Pass FNDECL, VOIDmode.
383 (INIT_CUMULATIVE_INCOMING_ARGS): Pass current_function_decl, VOIDmode.
384 (INIT_CUMULATIVE_LIBCALL_ARGS): Pass NULL_TREE, MODE.
385 * config/rs6000/rs6000.c
386 (rs6000_elf_end_indicate_exec_stack): Rename to..
387 (rs6000_elf_file_end): ..this. Only call file_end_indicate_exec_stack
388 for POWERPC_LINUX. Move code emitting .gnu_attribute to here, from..
389 (rs6000_file_start): ..here.
390 (rs6000_passes_float, rs6000_passes_vector, rs6000_returns_struct): New
391 file scope variables.
392 (call_ABI_of_interest): New function.
393 (init_cumulative_args): Set above vars when function return value
394 is a float, vector, or small struct.
395 (rs6000_function_arg_advance_1): Likewise for function args.
396 (rs6000_va_start): Set rs6000_passes_float if variable arg function
397 references float args.
398
38528d50
MX
3992011-03-07 Mingjie Xing <mingjie.xing@gmail.com>
400
401 * doc/cfg.texi: Remove "See" before @ref.
402 * doc/invoke.texi: Likewise.
403
f42cf4f4
JM
4042011-03-05 Jason Merrill <jason@redhat.com>
405
406 * doc/invoke.texi (C++ Dialect Options): Document ABI v5.
407
804a304d
AG
4082011-03-05 Anthony Green <green@moxielogic.com>
409
410 * config.gcc (moxie-*-elf): Add newlib-stdint.h to tmfile.
411
634ee309
ZD
4122011-03-05 Zdenek Dvorak <ook@ucw.cz>
413
414 PR rtl-optimization/47899
415 * cfgloopmanip.c (fix_bb_placements): Fix first argument
416 to flow_loop_nested_p when moving the loop upward.
417
6fe471c8
RE
4182011-03-05 Richard Earnshaw <rearnsha@arm.com>
419
420 PR target/47719
421 * arm.md (movhi_insn_arch4): Accept any immediate constant.
422
cc58ceee
JJ
4232011-03-05 Jakub Jelinek <jakub@redhat.com>
424
425 PR tree-optimization/47967
426 * ipa-cp.c (build_const_val): Return NULL instead of creating
427 VIEW_CONVERT_EXPR for mismatching sizes.
428 (ipcp_create_replace_map): Return NULL if build_const_val failed.
429 (ipcp_insert_stage): If ipcp_create_replace_map returns NULL,
430 give up on versioning.
431
ea868305
AM
4322011-03-05 Alan Modra <amodra@gmail.com>
433
434 PR target/47986
435 * config/rs6000/rs6000.c (rs6000_delegitimize_address): Handle
436 full cmodel medium/large lo_sum + high addresses.
437
bc6ce334
AK
4382011-03-04 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
439
440 * config/s390/s390.c (s390_decompose_address): Reject non-literal
441 pool references in UNSPEC_LTREL_OFFSET.
442
87e7b310
JH
4432011-03-04 Jan Hubicka <jh@suse.cz>
444
445 PR lto/47497
446 * lto-symtab.c (lto_cgraph_replace_node): Do not set thunk.alias.
447 (lto_symtab_merge_cgraph_nodes_1): Update thunk.alias pointers here.
d34abfd2
UB
448 * cgraph.h (cgraph_same_body_alias, cgraph_add_thunk):
449 Add node pointers.
87e7b310
JH
450 * cgraph.c (cgraph_same_body_alias_1, cgraph_same_body_alias,
451 cgraph_add_thunk): Add node pointers.
452 * lto-cgraph.c (lto_output_node): Verify that thunks&aliases are
453 associated to right node.
454 (input_node): Update use of cgraph_same_body_alias
455 and cgraph_add_thunk.
456
d9c64246
CF
4572011-03-04 Changpeng Fang <changpeng.fang@amd.com>
458
459 * config/i386/i386.opt (mprefer-avx128): New flag.
d34abfd2
UB
460 * config/i386/i386.c (ix86_preferred_simd_mode): Prefer 128-bit AVX
461 modes when the flag -mprefer-avx128 is on.
d9c64246 462
08707076
RS
4632011-03-04 Richard Sandiford <richard.sandiford@linaro.org>
464
465 * dwarf2out.c (compare_loc_operands): Fix address handling.
466
52517c81
AM
4672011-03-04 Alan Modra <amodra@gmail.com>
468
469 * tree.h (TREE_ADDRESSABLE): Update FUNCTION_DECL comment.
470
b147c5b9
RG
4712011-03-04 Richard Guenther <rguenther@suse.de>
472
473 PR middle-end/47968
474 * expmed.c (extract_bit_field_1): Prefer vector modes that
475 vec_extract patterns can handle.
476
8750672f
RG
4772011-03-04 Richard Guenther <rguenther@suse.de>
478
479 PR middle-end/47975
480 * optabs.c (optab_for_tree_code): Do not use VECTOR_MODE_P.
481
9eac0f2a
RH
4822011-03-04 Richard Henderson <rth@redhat.com>
483
484 * explow.c (emit_stack_save): Remove 'after' parameter.
485 (emit_stack_restore): Likewise.
486 * expr.h: Update to match.
487 * builtins.c, calls.c, stmt.c: Likewise.
488 * config/alpha/alpha.md, config/avr/avr.md: Likewise.
489 * config/mips/mips.md, config/pa/pa.md, config/vax/vax.md: Likewise.
490 * function.c (expand_function_end): Insert the emit_stack_save
491 sequence before parm_birth_insn instead of after.
492
dfee1406
UB
4932011-03-03 Uros Bizjak <ubizjak@gmail.com>
494
495 * config/i386/sse.md (*avx_pmaddubsw128): Fix mode of VEC_SELECT RTX.
496 (ssse3_pmaddubsw128): Ditto.
497 (ssse3_pmaddubsw): Ditto.
498
f1d4c3de
SE
4992011-03-03 Steve Ellcey <sje@cup.hp.com>
500
501 * config/ia64/t-hpux: Add $(srcdir)/unwind-c.c to LIB2ADDEH
502
71f3a3f5
JJ
5032011-03-03 Jakub Jelinek <jakub@redhat.com>
504
423ed416
JJ
505 PR c/47963
506 * gimplify.c (omp_add_variable): Only call omp_notice_variable
507 on TYPE_SIZE_UNIT if it is a DECL.
508
71f3a3f5
JJ
509 PR debug/47283
510 * cfgexpand.c (expand_debug_expr) <case MEM_REF>: If MEM_REF
511 first operand is not is_gimple_mem_ref_addr, try to fold it.
512 If the operand still isn't is_gimple_mem_ref_addr, clear
513 MEM_EXPR on op0.
514
4b1a5c0d
RG
5152011-03-03 Richard Guenther <rguenther@suse.de>
516
517 PR middle-end/47283
518 * tree-ssa-alias.c (ptr_deref_may_alias_decl_p): Make code
519 match comment.
520 (refs_may_alias_p_1): For release branches return true if
521 we are confused by our input.
522
b46616fd
AK
5232011-03-03 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
524
525 * config/s390/s390.c (s390_function_value): Rename to ...
526 (s390_function_and_libcall_value): ... this.
527 (s390_function_value): New function.
528 (s390_libcall_value): New function.
dfee1406 529 (TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE): Define target hooks.
b46616fd
AK
530 * config/s390/s390.h (FUNCTION_VALUE, LIBCALL_VALUE): Remove
531 target macro definitions.
532 * config/s390/s390-protos.h (s390_function_value): Remove prototype.
533
46d8fabb
JM
5342011-03-02 Joseph Myers <joseph@codesourcery.com>
535
536 * config/i386/freebsd64.h (CC1_SPEC): Define.
537 * config/i386/linux64.h (CC1_SPEC): Define.
538 * config/i386/x86-64.h (CC1_SPEC): Don't define.
539
6b1ce545
AS
5402011-03-02 Anatoly Sokolov <aesok@post.ru>
541
542 * config/stormy16/stormy16.h (REGISTER_MOVE_COST, MEMORY_MOVE_COST):
543 Remove.
544 * config/stormy16/stormy16.c: Include reload.h.
545 (xstormy16_memory_move_cost): New function.
546 (TARGET_MEMORY_MOVE_COST): Define.
547
34161e98
RS
5482011-03-02 Richard Sandiford <richard.sandiford@linaro.org>
549
550 PR rtl-optimization/47925
551 * cse.c (count_reg_usage): Don't ignore the SET_DEST of instructions
552 with side effects. Remove the more-specific check for volatile asms.
553
f60a97cf
AM
5542011-03-02 Alan Modra <amodra@gmail.com>
555
556 PR target/47935
557 * config/rs6000/predicates.md (lwa_operand): Check cmodel medium
558 toc relative addresses for valid offsets.
559
f2ca11ca
RG
5602011-03-01 Richard Guenther <rguenther@suse.de>
561
562 PR tree-optimization/47890
563 * tree-vect-loop.c (get_initial_def_for_induction): Set
564 related stmt properly.
565
7a00d9ea
RG
5662011-03-01 Richard Guenther <rguenther@suse.de>
567
568 PR lto/47924
569 * lto-streamer.c (lto_record_common_node): Also register
570 the canonical type.
571
06c7edcc
RG
5722011-03-01 Richard Guenther <rguenther@suse.de>
573
574 PR lto/46911
575 * lto-streamer-in.c (lto_input_ts_decl_common_tree_pointers):
576 Do not stream DECL_ABSTRACT_ORIGIN.
577 (lto_input_ts_block_tree_pointers): Nor BLOCK_SOURCE_LOCATION,
578 BLOCK_NONLOCALIZED_VARS or BLOCK_ABSTRACT_ORIGIN.
579 * lto-streamer-out.c (lto_output_ts_decl_common_tree_pointers):
580 Do not stream DECL_ABSTRACT_ORIGIN.
581 (lto_output_ts_block_tree_pointers): Nor BLOCK_SOURCE_LOCATION,
582 BLOCK_NONLOCALIZED_VARS or BLOCK_ABSTRACT_ORIGIN.
583
998871e9
AS
5842011-02-28 Anatoly Sokolov <aesok@post.ru>
585
586 * config/stormy16/stormy16.h (FUNCTION_VALUE, LIBCALL_VALUE,
587 FUNCTION_VALUE_REGNO_P): Remove.
b2e2ea67 588 * config/stormy16/stormy16-protos.h (xstormy16_function_value): Remove.
998871e9
AS
589 * config/stormy16/stormy16.c (xstormy16_function_value): Make static.
590 Add 'outgoing' argument.
591 (xstormy16_libcall_value, xstormy16_function_value_regno_p): New
592 function.
593 (TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE,
594 TARGET_FUNCTION_VALUE_REGNO_P): Define.
595
94369251
KT
5962011-02-28 Kai Tietz <kai.tietz@onevision.com>
597
598 PR debug/28047
599 * dwarf2out.c (file_table_eq): Use filename_cmp instead of strcmp.
600 (lookup_filename): Likewise.
b2e2ea67 601 * final.c (remap_debug_filename): Use filename_ncmp instead of strncmp.
94369251 602
80a832cd
JJ
6032011-02-28 Bernd Schmidt <bernds@codesourcery.com>
604 Jakub Jelinek <jakub@redhat.com>
605
606 PR middle-end/47893
607 * rtl.h (ASLK_REDUCE_ALIGN, ASLK_RECORD_PAD): Define.
608 (assign_stack_local_1): Change last argument type to int.
609 * function.c (assign_stack_local_1): Replace reduce_alignment_ok
610 argument with kind. If bit ASLK_RECORD_PAD is not set in it,
b2e2ea67 611 don't record padding space into frame_space_list nor use those areas.
80a832cd
JJ
612 (assign_stack_local): Adjust caller.
613 (assign_stack_temp_for_type): Call assign_stack_local_1 instead
614 of assign_stack_local, pass 0 as last argument.
615 * caller-save.c (setup_save_areas): Adjust assign_stack_local_1
616 callers.
617
1b500976
JJ
6182011-02-28 Jakub Jelinek <jakub@redhat.com>
619
f61c6f34
JJ
620 PR debug/47283
621 * cfgexpand.c (convert_debug_memory_address): Add AS parameter.
622 Use target address_mode and pointer_mode hooks instead of hardcoded
623 Pmode and ptr_mode. Handle some simple cases of extending if
624 POINTERS_EXTEND_UNSIGNED < 0.
625 (expand_debug_expr) <case MEM_REF, INDIRECT_REF, TARGET_MEM_REF>:
626 Call convert_debug_memory_address.
627 (expand_debug_expr) <case ADDR_EXPR>: Pass as to
628 convert_debug_memory_address.
629
1b500976
JJ
630 PR middle-end/46790
631 * configure.ac (HAVE_LD_EH_GC_SECTIONS_BUG): New test.
632 * configure: Regenerated.
633 * config.in: Regenerated.
634 * varasm.c (default_function_section): Return NULL
b2e2ea67 635 if HAVE_LD_EH_GC_SECTIONS_BUG and decl has implicit section name.
1b500976 636
2f2935b6
MJ
6372011-02-28 Martin Jambor <mjambor@suse.cz>
638
639 * ipa-inline.c (cgraph_decide_inlining_of_small_functions): Fix
640 the description to match the printed values.
641
474086eb
RG
6422011-02-28 Richard Guenther <rguenther@suse.de>
643
644 * tree-inline.c (tree_function_versioning): Set BLOCK_SUPERCONTEXT
645 of the copied scope tree.
646
15bf6f3a
RW
6472011-02-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
648
649 * doc/extend.texi (Function Attributes): Avoid deeply (and
650 wrongly) nested tables.
651
f6b439c9
JJ
6522011-02-27 Jakub Jelinek <jakub@redhat.com>
653
654 PR middle-end/47903
655 * real.c (real_arithmetic) <case PLUS_EXPR, MINUS_EXPR,
656 MULT_EXPR, RDIV_EXPR>: Clear padding bits in *r first if
657 r isn't op0 nor op1.
658
1d8ca2c7
GJL
6592011-02-23 Georg-Johann Lay <avr@gjlay.de>
660
661 * config/avr/avr.md: Remove magic comment for emacs.
662
593fca4b
GJL
6632011-02-23 Georg-Johann Lay <avr@gjlay.de>
664
665 PR target/45261
666 * config/avr/avr.c (avr_option_override): Use error on bad options.
667 (avr_help): New function.
668 (TARGET_HELP): Define.
669
6609216e
GJL
6702011-02-22 Georg-Johann Lay <avr@gjlay.de>
671
672 PR target/42240
673 * config/avr/avr.c (avr_cannot_modify_jumps_p): New function.
674 (TARGET_CANNOT_MODIFY_JUMPS_P): Define.
675
03d458af
GP
6762011-02-26 Gerald Pfeifer <gerald@pfeifer.com>
677
678 * doc/invoke.texi (ARC Options): Use CPU instead of cpu.
679 (ARM Options): Ditto.
680 (i386 and x86-64 Options): Ditto.
681 (RX Options): Ditto.
682 (SPARC Options): Ditto.
683
1c379b78
TC
6842011-02-26 Tijl Coosemans <tijl@coosemans.org>
685
686 * config.gcc (i386-*-freebsd*): Make i486 the default arch on
687 FreeBSD 6 and later. Generally use cpu generic.
688
d5ed058c 6892011-02-25 Gerald Pfeifer <gerald@pfeifer.com>
b2e2ea67 690
d5ed058c
GP
691 * doc/cpp.texi: Update copyright years.
692
509d65dd 6932011-02-25 Sebastien Bourdeauducq <sebastien@milkymist.org>
308d39cd 694
509d65dd 695 PR target/46898
308d39cd
SB
696 * config/lm32/lm32.md (ashrsi3): Added needed variable.
697
509d65dd 6982011-02-25 Jon Beniston <jon@beniston.com>
308d39cd 699
509d65dd 700 PR target/46898
308d39cd
SB
701 * config/lm32/lm32.h (INCOMING_RETURN_ADDR_RTX): New.
702 * config/lm32/lm32.md (ashlsi3): Remove unused variable.
703 * config/lm32/lm32.c (TARGET_EXCEPT_UNWIND_INFO): New.
704 (lm32_block_move_inline): Add type cast to remove warning.
b2e2ea67 705 (lm32_expand_prologue): Generate fp in a way compatible with dwarf2out.
308d39cd
SB
706 (gen_int_relational): Move declarations to start of function.
707
822ba6d7
EB
7082011-02-25 Eric Botcazou <ebotcazou@adacore.com>
709
710 PR tree-optimization/45470
711 * tree-vect-data-refs.c (vect_analyze_data_refs): Fail if a statement
712 can throw internally only.
713 * tree-vect-stmts.c (vectorizable_call): Likewise.
714
ef795fc2
AS
7152011-02-24 Anatoly Sokolov <aesok@post.ru>
716
717 * config/stormy16/stormy16.h (PREFERRED_RELOAD_CLASS,
718 PREFERRED_OUTPUT_RELOAD_CLASS): Remove.
719 * config/stormy16/stormy16-protos.h
720 (xstormy16_preferred_reload_class): Remove.
721 * config/stormy16/stormy16.c (xstormy16_preferred_reload_class): Make
722 static. Change 'rclass' argument and return type to reg_class_t.
723 (TARGET_PREFERRED_RELOAD_CLASS,
724 TARGET_PREFERRED_OUTPUT_RELOAD_CLASS): Define.
725
1c3277ee
RG
7262011-02-24 Richard Guenther <rguenther@suse.de>
727
728 * lto-streamer-in.c (input_bb): Do not find referenced vars
729 in debug statements.
730
67e18edb
JM
7312011-02-23 Jason Merrill <jason@redhat.com>
732
733 * common.opt (fabi-version): Document v5 and v6.
734
b14fad9d
RG
7352011-02-23 Richard Guenther <rguenther@suse.de>
736
737 PR tree-optimization/47849
738 * tree-if-conv.c (main_tree_if_conversion): Free postdom info.
739
7fcf46f5
JZ
7402011-02-23 Jie Zhang <jie@codesourcery.com>
741
742 * opts-common.c (decode_cmdline_option): Print empty string
743 argument as "" in decoded->orig_option_with_args_text.
744 * gcc.c (execute): Print empty string argument as ""
745 in the verbose output.
746 (do_spec_1): Keep empty string argument.
747
f85b70fd
NF
7482011-02-23 Nathan Froyd <froydnj@codesourcery.com>
749
750 * config.gcc: Declare score-* and crx-* obsolete.
751
b152a615
JZ
7522011-02-23 Jie Zhang <jie@codesourcery.com>
753
754 PR rtl-optimization/47763
755 * web.c (web_main): Ignore naked clobber when replacing register.
756
bb6e77bc
AS
7572011-02-22 Anatoly Sokolov <aesok@post.ru>
758
759 * config/stormy16/stormy16.h (REG_OK_FOR_BASE_P, REG_OK_FOR_INDEX_P):
760 Remove.
761
68bf6491
SP
7622011-02-22 Sebastian Pop <sebastian.pop@amd.com>
763
764 PR doc/47848
765 * doc/invoke.texi: Do not mention -ftree-loop-if-convert-memory-writes.
766
88ee1fc7
MS
7672011-02-22 Mike Stump <mikestump@comcast.net>
768
769 * acinclude.m4 (gcc_cv_gas_vers): Add -arch ppc for probing darwin
770 assembler.
771 * configure: Regenerate.
772
6042d1dd
CLT
7732011-02-21 Chung-Lin Tang <cltang@codesourcery.com>
774
775 PR rtl-optimization/46002
776 * ira-color.c (update_copy_costs): Change class intersection
777 test to reg_class_contents[] test of 'hard_regno'.
778
7de97f9e
JM
7792011-02-21 Joseph Myers <joseph@codesourcery.com>
780
781 * config/alpha/osf5.opt (mno-mips-tfile): Mark as Target rather
782 than Driver option.
783 * config/hpux11.opt (mt): Likewise.
784 * config/microblaze/microblaze.opt (mxl-mode-xilkernel): Likewise.
785 * config/rs6000/xilinx.opt (mno-clearbss, mppcperflib): Likewise.
786 * config/vax/elf.opt (mno-asm-pic): Likewise.
787 * config/vms/vms.opt (map, mvms-return-codes): Likewise.
788
d1d46f9f
MS
7892011-02-21 Mike Stump <mikestump@comcast.net>
790
791 PR target/47822
792 * config/darwin-protos.h (darwin_init_cfstring_builtins): Return a
793 tree so we can get save the type.
794 * config/i386/darwin.h (SUBTARGET_INIT_BUILTINS): Reserve builtin slot
795 for CFString instead of trying to use past the end of the builtins.
796 * config/i386/i386.c (IX86_BUILTIN_CFSTRING): Likewise.
797 * config/rs6000/rs6000-builtin.def (RS6000_BUILTIN_CFSTRING): Likewise.
798 * config/rs6000/darwin.h (SUBTARGET_INIT_BUILTINS): Likewise.
799 * config/darwin.c (DARWIN_BUILTIN_CFSTRINGMAKECONSTANTSTRING):
800 Rename to darwin_builtin_cfstring.
801 (darwin_init_cfstring_builtins): Return the built type.
802
23e0d930
UB
8032011-02-21 Uros Bizjak <ubizjak@gmail.com>
804
805 PR target/47840
806 * config/i386/avxintrin.h (_mm256_insert_epi32): Use _mm_insert_epi32.
807 (_mm256_insert_epi64): Use _mm_insert_epi64.
808
192997cf
AS
8092011-02-21 Anatoly Sokolov <aesok@post.ru>
810
811 * config/stormy16/stormy16.h (GO_IF_MODE_DEPENDENT_ADDRESS): Remove.
812 * config/stormy16/stormy16-protos.h
813 (xstormy16_mode_dependent_address_p): Remove.
814 * config/stormy16/stormy16.c (xstormy16_mode_dependent_address_p):
815 Make static. Change return type to bool. Change argument type to
816 const_rtx. Remove dead code.
817 (TARGET_MODE_DEPENDENT_ADDRESS_P): Define.
818
e292d003
RG
8192011-02-21 Richard Guenther <rguenther@suse.de>
820
821 PR lto/47820
822 * lto-streamer-in.c (lto_input_ts_decl_common_tree_pointers):
823 Do not stream DECL_INITIAL for TRANSLATION_UNIT_DECLs.
824 (lto_input_ts_block_tree_pointers): Hook a BLOCK into the
825 TUs context.
23e0d930 826 * lto-streamer-out.c (lto_output_ts_decl_common_tree_pointers):
e292d003
RG
827 Do not stream DECL_INITIAL for TRANSLATION_UNIT_DECLs.
828
77f846e9
RG
8292011-02-20 Richard Guenther <rguenther@suse.de>
830
831 PR lto/47822
832 * tree.c (free_lang_data_in_decl): Clean builtins from
833 the TU decl BLOCK_VARS.
23e0d930 834
b2cddfc8
AO
8352011-02-19 Alexandre Oliva <aoliva@redhat.com>
836
837 PR debug/47620
838 PR debug/47630
839 * haifa-sched.c (fix_tick_ready): Skip tick computation
840 for debug insns.
841
becf4c11
RG
8422011-02-19 Richard Guenther <rguenther@suse.de>
843
844 PR lto/47647
845 * lto-streamer-in.c (lto_input_ts_decl_minimal_tree_pointers):
846 Remove lazy BLOCK_VARS streaming.
847 (lto_input_ts_block_tree_pointers): Likewise.
848 * lto-streamer-out.c (lto_output_ts_block_tree_pointers): Likewise.
849
27f98305
JM
8502011-02-19 Joseph Myers <joseph@codesourcery.com>
851
852 * config.gcc (i[34567]86-pc-msdosdjgpp*): Use i386/djgpp-stdint.h.
853
064bf3f4
JM
8542011-02-19 Joseph Myers <joseph@codesourcery.com>
855
856 * config/i386/biarch32.h, config/i386/mach.h,
857 config/rs6000/aix.opt, config/sh/superh64.h: Remove.
858
9215ddc3
JJ
8592011-02-19 Jakub Jelinek <jakub@redhat.com>
860
861 PR target/47800
862 * config/i386/i386.md (peephole2 for shift and plus): Use
863 operands[1] original mode in the first insn.
864
8b021004
MS
8652011-02-18 Mike Stump <mikestump@comcast.net>
866
65ded153 867 * config/t-darwin (TM_H): Add dependency on darwin-sections.def.
8b021004 868
f84ae14c
JH
8692011-02-18 Jan Hubicka <jh@suse.cz>
870
871 PR middle-end/47788
65ded153
EB
872 * ipa-inline.c (compute_inline_parameters): Set disregard_inline_limits
873 to zero when the function is not inlinable at all.
f84ae14c 874
eddabc80
JDA
8752011-02-18 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
876
877 * config.gcc (hppa[12]*-*-hpux11*): Set extra_parts.
878 * config/pa/stublib.c (pthread_default_stacksize_np, pthread_mutex_lock,
879 pthread_mutex_unlock, pthread_once): Reinstate pthread stubs.
880 * config/pa/t-pa-hpux11: Add rules to build pthread stubs.
881 * config/pa/t-pa64: Likewise.
882 * config/pa/pa-hpux11.h (LINK_GCC_C_SEQUENCE_SPEC): Define.
883
ca3da783
JJ
8842011-02-18 Jakub Jelinek <jakub@redhat.com>
885
886 PR driver/47787
887 * gcc.c (default_compilers): Clear combinable field for "@cpp-output".
888
430aa868
JDA
8892011-02-18 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
890
891 PR target/47792
892 * gthr-dce.h (__gthread_mutx_destroy): Fix typo in name.
893
4bf7ff7e
AS
8942011-02-18 Anatoly Sokolov <aesok@post.ru>
895
896 * config/m32r/m32r.h (REG_OK_FOR_BASE_P, REG_OK_FOR_INDEX_P,
897 RTX_OK_FOR_BASE_P, RTX_OK_FOR_OFFSET_P, LEGITIMATE_OFFSET_ADDRESS_P,
898 LEGITIMATE_LO_SUM_ADDRESS_P, LOAD_POSTINC_P, STORE_PREINC_PREDEC_P,
899 GO_IF_LEGITIMATE_ADDRESS): Remove macros.
900 * config/m32r/m32r.c (TARGET_LEGITIMATE_ADDRESS_P): Define.
901 (m32r_rtx_ok_for_base_p, m32r_rtx_ok_for_offset_p,
902 m32r_legitimate_offset_addres_p, m32r_legitimate_lo_sum_addres_p,
903 m32r_load_postinc_p, m32r_store_preinc_predec_p,
904 m32r_legitimate_address_p): New functions.
905 * config/m32r/constraints.md (constraint "S"): Don't use
906 STORE_PREINC_PREDEC_P.
907 (constraint "U"): Don't use LOAD_POSTINC_P.
908
7efcf910
CLT
9092011-02-18 Chung-Lin Tang <cltang@codesourcery.com>
910
911 PR rtl-optimization/46178
912 * ira.c (setup_hard_regno_class): Use ira_class_translate[] to
913 compute ira_hard_regno_cover_class[].
914
237d6259
RG
9152011-02-18 Richard Guenther <rguenther@suse.de>
916
917 PR lto/47798
918 * lto-streamer.h (lto_global_var_decls): Declare.
919 * lto-streamer-in.c (lto_register_var_decl_in_symtab): Register
920 statics for global var processing.
921
12d80acc
RG
9222011-02-18 Richard Guenther <rguenther@suse.de>
923
924 PR tree-optimization/47737
925 * tree-ssa-loop-im.c (extract_true_false_args_from_phi): Fix
926 edge dominance check.
927
abfea58d
JJ
9282011-02-18 Jakub Jelinek <jakub@redhat.com>
929
930 PR debug/47780
931 * cfgexpand.c (expand_debug_expr) <case SSA_NAME>: Call copy_rtx to
932 avoid invalid rtx sharing.
933
f73c8882
GP
9342011-02-18 Gerald Pfeifer <gerald@pfeifer.com>
935
936 * doc/cpp.texi (Obsolete Features): Add background on the
937 origin of assertions.
938
d764a8e6
IS
9392011-02-17 Iain Sandoe <iains@gcc.gnu.org>
940
941 * config/darwin-c.c (darwin_cpp_builtins): Define __OBJC2__ for
23e0d930 942 objc_abi == 2.
d764a8e6
IS
943 * config/darwin.c (output_objc_section_asm_op): Added support for
944 ABI v1 and v2.
945 (is_objc_metadata): New.
946 (darwin_objc2_section): New.
947 (darwin_objc1_section): New.
948 (machopic_select_section): Added support for ABI v1 and v2.
949 (darwin_emit_objc_zeroed): New.
950 (darwin_output_aligned_bss): Detect objc metadata and treat it
951 appropriately.
952 (darwin_asm_output_aligned_decl_common): Same.
953 (darwin_asm_output_aligned_decl_local): Same.
954 * config/darwin-sections.def: Updated for ABI v1 and v2.
955 * config/darwin.h (SUBTARGET_C_COMMON_OVERRIDE_OPTIONS): When
956 compiling Objective-C code for the NeXT runtime, default to using
957 ABI version 0 for 32-bit, and version 2 for 64-bit.
958
0a8134ca
JM
9592011-02-17 Joseph Myers <joseph@codesourcery.com>
960
961 * common.opt (optimize_fast): New Variable.
962 * opts.c (default_options_optimization): Use opts->x_optimize_fast
963 instead of local variable ofast.
964
0a256240
NP
9652011-02-17 Nicola Pero <nicola.pero@meta-innovation.com>
966
967 * doc/invoke.texi (fobjc-abi-version): Documented.
968 (fobjc-nilcheck): Documented.
969 (fno-nil-receiver): Updated documentation to refer to the NeXT ABI
970 version.
971
fa381cb2
JM
9722011-02-17 Joseph Myers <joseph@codesourcery.com>
973
974 PR driver/47390
975 * common.opt (export-dynamic): New Driver option.
976 * gcc.c (LINK_COMMAND_SPEC): Add comment about %{e*}.
977
5437eaa6
JM
9782011-02-17 Joseph Myers <joseph@codesourcery.com>
979
980 * config/rx/rx.h (LIB_SPEC): Match -msim not -msim*.
981
bb7e6d55
AO
9822011-02-17 Alexandre Oliva <aoliva@redhat.com>
983 Jan Hubicka <jh@suse.cz>
984
985 PR debug/47106
986 PR debug/47402
987 * cfgexpand.c (account_used_vars_for_block): Remove.
988 (estimated_stack_frame_size): Use referenced vars.
989 * tree-inline.c (remap_decl): Only mark VAR_DECLs as referenced
990 that were referenced in the original function. Test src_fn
991 rather than cfun. Drop redundant get_var_ann.
992 (setup_one_parameter): Drop redundant get_var_ann.
993 (declare_return_variable): Likewise.
994 (copy_decl_for_dup_finish): Mark VAR_DECLs referenced in src_fn.
995 (copy_arguments_for_versioning): Drop redundant get_var_ann.
996 * ipa-inline.c (compute_inline_parameters): Do not compute
997 disregard_inline_limits here.
bb7e6d55
AO
998 (compute_inlinable_for_current, pass_inlinable): New.
999 (pass_inline_parameters): Require PROP_referenced_vars.
1000 * cgraphunit.c (cgraph_process_new_functions): Don't run
23e0d930 1001 compute_inline_parameters explicitly unless function is in SSA form.
bb7e6d55
AO
1002 (cgraph_analyze_function): Set .disregard_inline_limits.
1003 * tree-sra.c (convert_callers): Compute inliner parameters
1004 only for functions already in SSA form.
1005
f181a8a7
JM
10062011-02-17 Joseph Myers <joseph@codesourcery.com>
1007
1008 * config/sparc/sparc.h (CPP_ENDIAN_SPEC): Don't handle
1009 -mlittle-endian-data.
1010
c6869789
JM
10112011-02-17 Joseph Myers <joseph@codesourcery.com>
1012
1013 * config/sparc/linux64.h (OPTION_DEFAULT_SPECS): Match -mfpu and
1014 -mno-fpu, not -fpu and -no-fpu.
1015 * config/sparc/sol2-bi.h (OPTION_DEFAULT_SPECS): Likewise.
1016 * config/sparc/sparc.h (OPTION_DEFAULT_SPECS): Likewise.
1017
fbf4bfd3
UB
10182011-02-17 Uros Bizjak <ubizjak@gmail.com>
1019
1020 PR target/43653
1021 * config/i386/i386.c (ix86_secondary_reload): Handle SSE
1022 input reload with PLUS RTX.
1023
70be5dc7
JM
10242011-02-16 Joseph Myers <joseph@codesourcery.com>
1025
1026 * config/mips/mips.opt (mno-mdmx): Use Var(TARGET_MDMX, 0) instead
1027 of InverseVar(MDMX).
1028
30b1646e
JM
10292011-02-16 Joseph Myers <joseph@codesourcery.com>
1030
1031 * config/sh/embed-elf.h (LIBGCC_SPEC): Match -m4-340 instead of
1032 --m4-340.
1033
ab7b71e9
JM
10342011-02-16 Joseph Myers <joseph@codesourcery.com>
1035
1036 * config/mn10300/mn10300.opt (mno-crt0): New.
1037
466f3f08
JM
10382011-02-16 Joseph Myers <joseph@codesourcery.com>
1039
1040 * config/m68k/uclinux.opt (static-libc): New Driver option.
1041
8226cd7b
JM
10422011-02-16 Joseph Myers <joseph@codesourcery.com>
1043
1044 * config/m32c/m32c.h (LIB_SPEC): Match -msim not -msim*.
1045
45cab1d7
JM
10462011-02-16 Joseph Myers <joseph@codesourcery.com>
1047
1048 * config/lm32/lm32.h (ASM_SPEC): Use %{muser-enabled} instead of
1049 %{muser-extend-enabled}.
1050
65aab64f
RG
10512011-02-16 Richard Guenther <rguenther@suse.de>
1052
1053 PR tree-optimization/47738
1054 * tree-ssa-loop.c (run_tree_predictive_commoning): Return
1055 the TODO from tree_predictive_commoning.
1056
fc2fa4fb
JL
10572011-02-15 Jeff Law <law@redhat.com>
1058
1059 Revert
1060 2011-01-25 Jeff Law <law@redhat.com>
1061
1062 PR rtl-optimization/37273
1063 * ira-costs.c (scan_one_insn): Detect constants living in memory and
1064 handle them like argument loads from stack slots. Do not double
1065 count memory for memory constants and argument loads from stack slots.
1066
4e380b8e
L
10672011-02-15 H.J. Lu <hongjiu.lu@intel.com>
1068
1069 PR middle-end/47725
1070 * combine.c (cant_combine_insn_p): Revert the last change.
1071
e3a69bb4
MM
10722011-02-15 Michael Meissner <meissner@linux.vnet.ibm.com>
1073
1074 PR target/47755
1075 * config/rs6000/predicates.md (easy_vector_constant): Allow V2DI
1076 mode for vector constants. Remove code that checks for TImode.
1077
de650422
AO
10782011-02-15 Alexandre Oliva <aoliva@redhat.com>
1079
1080 PR debug/47106
1081 PR debug/47402
1082 * cgraph.h (compute_inline_parameters): Return void.
1083 * ipa-inline.c (compute_inline_parameters): Adjust.
1084
30925d94
AO
10852011-02-15 Alexandre Oliva <aoliva@redhat.com>
1086
1087 PR debug/47106
1088 PR debug/47402
1089 * tree-inline.h (estimated_stack_frame_size): Take cgraph node
1090 rather than decl.
1091 * cfgexpand.c (estimated_stack_frame_size): Likewise.
1092 * ipa-inline.c (compute_inline_parameters): Adjust.
1093
1b9a784a
AO
10942011-02-15 Alexandre Oliva <aoliva@redhat.com>
1095
1096 PR debug/47106
1097 PR debug/47402
1098 * tree-flow.h (FOR_EACH_REFERENCED_VAR): Add FN argument.
1099 Adjust all users. Pass FN to...
1100 * tree-flow-inline.h (first_referenced_var): ... this. Add
1101 fn argument.
1102 * ipa-struct-reorg.c: Adjust.
1103 * tree-dfa.c: Adjust.
1104 * tree-into-ssa.c: Adjust.
1105 * tree-sra.c: Adjust.
1106 * tree-ssa-alias.c: Adjust.
1107 * tree-ssa-live.c: Adjust.
1108 * tree-ssa.c: Adjust.
1109 * tree-ssanames.c: Adjust.
1110 * tree-tailcall.c: Adjust.
1111
27c6b086
AO
11122011-02-15 Alexandre Oliva <aoliva@redhat.com>
1113
1114 PR debug/47106
1115 PR debug/47402
1116 * tree-flow.h (referenced_var_lookup): Add fn parameter.
1117 Adjust all callers.
1118 * tree-dfa.c (referenced_var_lookup): Use fn instead of cfun.
1119 * tree-flow-inline.h: Adjust.
1120 * gimple-pretty-print.c: Adjust.
1121 * tree-into-ssa.c: Adjust.
1122 * tree-ssa.c: Adjust.
1123 * cfgexpand.c: Adjust.
1124
679e8183
NF
11252011-02-15 Nathan Froyd <froydnj@codesourcery.com>
1126
fbf4bfd3
UB
1127 * config/iq2000/i2000.h (REG_CLASS_FROM_LETTER): Delete.
1128 (CONST_OK_FOR_LETTER_P, CONST_DOUBLE_OK_FOR_LETTER_P): Delete.
1129 (EXTRA_CONSTRAINT): Delete.
1130 * config/iq2000/constraints.md: New file.
1131 * config/iq2000/iq2000.md: Include it.
679e8183
NF
1132 (define_insn ""): Delete.
1133 (movsi_internal2, movhi_internal2, movqi_internal2): Delete
1134 unsupported constraint letters from patterns.
1135 (call_value, call_value_internal1): Likewise.
1136 (call_value_multiple_internal1): Likewise.
1137
a45d420a
NC
11382011-02-15 Nick Clifton <nickc@redhat.com>
1139
1140 * config/mn10300/mn10300.c: Include tm-constrs.h.
1141 (struct liw_data): New data structure describing an LIW candidate
1142 instruction.
1143 (extract_bundle): Use struct liw_data. Allow small integer
1144 operands for some instructions.
1145 (check_liw_constraints): Use struct liw_data. Remove swapped
1146 parameter. Add comments describing the checks. Fix bug when
1147 assigning the source of liw1 to the source of liw2.
1148 (liw_candidate): Delete. Code moved into extract_bundle.
1149 (mn10300_bundle_liw): Use struct liw_data. Check constraints
1150 before swapping.
1151 * config/mn10300/predicates.md (liw_operand): New predicate.
1152 Allows registers and small integer constants.
1153 * config/mn10300/constraints.md (O): New constraint. Accetps
1154 integers in the range -8 to +7 inclusive.
1155 * config/mn10300/mn10300.md (movesi_internal): Add an alternative
1156 for moving a small integer into a register. Give this alternative
1157 LIW attributes.
1158 (addsi3, subsi3, cmpsi, lshrsi3, ashrsi3): Likewise.
1159 (ashlsi3): Likewise, plus give LIW attributes to the alternatives
1160 using the J,K,L and M constraints,
1161 (liw): Remove SI mode on second operands to allow for HI and QI
1162 mode values.
1163 (cmp_liw, liw_cmp): Likewise. Plus fix order of operands in the
1164 instruction.
1165
8a73faf1
L
11662011-02-15 H.J. Lu <hongjiu.lu@intel.com>
1167
1168 PR middle-end/47725
1169 * combine.c (cant_combine_insn_p): Check zero/sign extended
1170 hard registers.
1171
48feba28
RG
11722011-02-15 Richard Guenther <rguenther@suse.de>
1173
1174 PR tree-optimization/47743
1175 * tree-ssa-pre.c (phi_translate_1): If we didn't get a value-number
1176 for a non-type-compatible VN lookup bail out.
1177
ad1c1eeb
NF
11782011-02-15 Nathan Froyd <froydnj@codesourcery.com>
1179
1180 * config/fr30/constraints.md: New file.
1181 * config/fr30/fr30.md: Include it.
1182 * config/fr30/fr30.h (REG_CLASS_FROM_LETTER): Delete.
1183 (CONST_OK_FOR_LETTER_P, CONST_DOUBLE_OK_FOR_LETTER_P): Delete.
1184 (EXTRA_CONSTRAINT): Delete.
1185
49ac143d
NF
11862011-02-15 Nathan Froyd <froydnj@codesourcery.com>
1187
1188 * config/frv/constraints.md: New file.
1189 * config/frv/predicates.md: Include it.
1190 * config/frv/frv.c (reg_class_from_letter): Delete.
1191 (frv_option_override): Don't initialize it.
1192 * config/frv/frv.h (REG_CLASS_FROM_LETTER): Delete.
1193 (CONST_OK_FOR_I, CONST_OK_FOR_J, CONST_OK_FOR_K): Delete.
1194 (CONST_OK_FOR_L, CONST_OK_FOR_M, CONST_OK_FOR_N): Delete.
1195 (CONST_OK_FOR_O, CONST_OK_FOR_P, CONST_OK_FOR_LETTER_P): Delete.
1196 (CONST_DOUBLE_OK_FOR_G, CONST_DOUBLE_OK_FOR_H): Delete.
1197 (CONST_DOUBLE_OK_FOR_LETTER_P): Delete.
1198 (EXTRA_CONSTRAINT_FOR_Q, EXTRA_CONSTRAINT_FOR_R): Delete.
1199 (EXTRA_CONSTRAINT_FOR_S, EXTRA_CONSTRAINT_FOR_T): Delete.
1200 (EXTRA_CONSTRAINT_FOR_U, EXTRA_CONSTRAINT): Delete.
1201 (EXTRA_MEMORY_CONSTRAINT, CONSTRAINT_LEN): Delete.
1202 (REG_CLASS_FROM_CONSTRAINT): Delete.
1203
c95f9494
JJ
12042011-02-15 Jakub Jelinek <jakub@redhat.com>
1205
1206 PR middle-end/47581
1207 * config/i386/i386.c (ix86_compute_frame_size): Don't align offset
1208 if frame size is 0 in a leaf function.
1209
13aed611
RO
12102011-02-15 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1211
1212 PR pch/14940
1213 * config/alpha/host-osf.c: New file.
1214 * config/alpha/x-osf: New file.
1215 * config.host (alpha*-dec-osf*): Use it.
1216
b09c3081
AS
12172011-02-14 Anatoly Sokolov <aesok@post.ru>
1218
1219 * config/rx/rx.h (GO_IF_MODE_DEPENDENT_ADDRESS): Remove.
1220 * config/rx/rx-protos.h (rx_is_mode_dependent_addr): Remove.
1221 * config/xtensa/xtensa.c (rx_is_mode_dependent_addr): Rename to...
1222 (rx_mode_dependent_address_p): ...this. Make static. Change argument
1223 type to const_rtx.
1224 (TARGET_MODE_DEPENDENT_ADDRESS_P): Define.
1225
d634083b
NF
12262011-02-14 Nathan Froyd <froydnj@codesourcery.com>
1227
1228 * config/stormy16/constraints.md: New file.
1229 * config/stormy16/predicates.md (nonimmediate_nonstack_operand):
1230 Use satisfies_constraint_Q and satisfies_constraint_R.
1231 * config/stormy16/stomry16-protos.h (xstormy16_extra_constraint_p):
1232 Delete.
1233 (xstormy16_legitiamte_address_p): Declare.
1234 * config/stormy16/stormy16.h (REG_CLASS_FROM_LETTER): Delete.
1235 (CONST_OK_FOR_LETTER_P, CONST_DOUBLE_OK_FOR_LETTER_P): Delete.
1236 (EXTRA_CONSTRAINT): Delete.
fbf4bfd3 1237 * config/stormy16/stormy16.c (xstormy16_legitimate_address_p):
d634083b
NF
1238 Un-staticize.
1239 (xstormy16_extra_constraint_p): Delete.
1240
c7dd803e
EB
12412011-02-14 Eric Botcazou <ebotcazou@adacore.com>
1242
1243 PR tree-optimization/46494
1244 * loop-unroll.c (split_edge_and_insert): Adjust comment.
1245 * loop-init.c (loop_optimizer_finalize): Do not call verify_flow_info.
1246 (pass_rtl_loop_done): Add TODO_verify_flow.
1247 * fwprop.c (pass_rtl_fwprop): Likewise.
1248 * modulo-sched.c (pass_sms): Likewise.
1249 * tree-ssa-dom.c (pass_dominator): Likewise.
1250 * tree-ssa-loop-ch.c (pass_ch): Likewise.
1251 * tree-ssa-loop.c (pass_complete_unrolli): Likewise.
1252 (pass_tree_loop_done): Likewise.
1253 * tree-ssa-pre.c (execute_pre): Likewise.
1254 * tree-ssa-reassoc.c (pass_reassoc): Likewise.
1255 * tree-ssa-sink.c (pass_sink_code): Likewise.
1256 * tree-vrp.c (pass_vrp): Likewise.
1257
c6150df6
NF
12582011-02-14 Nathan Froyd <froydnj@codesourcery.com>
1259
c7dd803e
EB
1260 * config/v850/constraints.md: New file.
1261 * config/v850/v850.md: Include it.
1262 * config/v850/predicates.md (reg_or_0_operand): Use
1263 satisfies_constraint_G.
1264 (special_symbolref_operand): Use satisfies_constraint_K.
1265 * config/v850/v850.h (CONSTANT_ADDRESS_P): Use constraint_satisfied_p.
1266 (GO_IF_LEGITIMATE_ADDRESS): Likewise.
1267 (REG_CLASS_FROM_LETTER, INT_7_BITS, INT_8_BITS): Delete.
1268 (CONST_OK_FOR_P, CONST_OK_FOR_LETTER_P): Delete.
1269 (EXTRA_CONSTRAINT): Delete.
1270 (CONST_OK_FOR_I, CONST_OK_FOR_J): Use insn_const_int_ok_for_constraint.
1271 (CONST_OK_FOR_K, CONST_OK_FOR_L, CONST_OK_FOR_M): Likewise.
1272 (CONST_OK_FOR_N, CONST_OK_FOR_O): Likewise.
c6150df6 1273
30dd1ea3
AS
12742011-02-14 Anatoly Sokolov <aesok@post.ru>
1275
1276 PR target/47696
1277 * config/avr/avr-devices.c (avr_mcu_types): Fix ATmega2560 device
1278 description.
1279
944f4bb3
NF
12802011-02-14 Nathan Froyd <froydnj@codesourcery.com>
1281
1282 * config/mcore/constraints.md: New file.
1283 * config/mcore/mcore.md: Include it.
1284 * config/mcore/mcore.c (reg_class_from_letter): Delete.
1285 * config/mcore/mcore.h (reg_class_from_letter): Delete.
1286 (REG_CLASS_FROM_LETTER): Delete.
1287 (CONST_OK_FOR_I, CONST_OK_FOR_J, CONST_OK_FOR_L): Use
1288 insn_const_int_ok_for_constraint.
1289 (CONST_OK_FOR_K, CONST_OK_FOR_M, CONST_OK_FOR_N): Likewise.
1290 (CONST_OK_FOR_O, CONST_OK_FOR_P): Likewise.
1291 (CONST_OK_FOR_LETTER_P, CONST_DOUBLE_OK_FOR_LETTER_P): Delete.
1292 (EXTRA_CONSTRAINT): Delete.
1293
ad56a54c
RO
12942011-02-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1295
1296 PR ada/41929
1297 * config/sparc/sol2-unwind.h: Include <sys/frame.h>, <sys/stack.h>
1298 (IS_SIGHANDLER): Define.
1299 (sparc64_is_sighandler): New function, split off from
1300 sparc64_fallback_frame_state.
1301 (sparc_is_sighandler): New function, split off from
1302 sparc_fallback_frame_state.
1303 (sparc64_fallback_frame_state): Merge with ...
1304 (sparc_fallback_frame_state): ... this into ...
1305 (MD_FALLBACK_FRAME_STATE_FOR): ... this.
fbf4bfd3
UB
1306 Change new_cfa to long. Remove regs_off, fpu_save_off, fpu_save.
1307 Define nframes, mctx. Use IS_SIGHANDLER, handler_args, mctx, walk
1308 stack instead of hardcoded offsets.
ad56a54c 1309
fbf4bfd3 13102011-02-14 Andriy Gapon <avg@freebsd.org>
67932abf
AG
1311
1312 PR target/45808
1313 * config/freebsd-spec.h (FBSD_LIB_SPEC): Handle the shared case.
1314
029c8f3e
RW
13152011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1316
1317 * configure: Regenerate.
1318
a016dc83
JM
13192011-02-12 Joseph Myers <joseph@codesourcery.com>
1320
1321 PR driver/45731
1322 * gcc.c (asm_options): Correct spec matching --target-help.
1323
8957a0ec
MJ
13242011-02-12 Martin Jambor <mjambor@suse.cz>
1325
1326 * tree-cfg.c (verify_gimple_call): Return true upon invalid argument
1327 to gimple call error.
1328
6ef828bc
MS
13292011-02-12 Mike Stump <mikestump@comcast.net>
1330
1331 * config/frv/frv.h (TRANSFER_FROM_TRAMPOLINE): Canonicalize
1332 comments in backslash regions.
1333
a4015be5
MS
13342011-02-12 Mike Stump <mikestump@comcast.net>
1335 Jakub Jelinek <jakub@redhat.com>
1336 Iain Sandoe <iains@gcc.gnu.org>
1337
1338 PR target/47324
1339 * dwarf2out.c (output_cfa_loc): When required, apply the
1340 DWARF2_FRAME_REG_OUT macro to adjust register numbers.
1341 (output_loc_sequence): Likewise.
1342 (output_loc_operands_raw): Likewise.
1343 (output_loc_sequence_raw): Likewise.
1344 (output_cfa_loc): Likewise.
1345 (output_loc_list): Suppress register number adjustment when
1346 calling output_loc_sequence()
1347 (output_die): Likewise.
1348
5378dda2
AS
13492011-02-12 Anatoly Sokolov <aesok@post.ru>
1350
1351 * config/xtensa/xtensa.h (REGISTER_MOVE_COST, MEMORY_MOVE_COST):
1352 Remove macros.
1353 * config/xtensa/xtensa.c (xtensa_register_move_cost,
1354 xtensa_memory_move_cost): New functions.
1355 (TARGET_REGISTER_MOVE_COST, TARGET_REGISTER_MOVE_COST): Define.
1356
f3d533d3
AO
13572011-02-12 Alexandre Oliva <aoliva@redhat.com>
1358
1359 PR lto/47225
1360 * configure.ac (gcc_cv_lto_plugin): Test for liblto_plugin.la
1361 in the current directory.
1362 * configure: Rebuilt.
1363
9d53403c
IS
13642011-02-12 Iain Sandoe <iains@gcc.gnu.org>
1365
1366 * config/darwin.c (darwin_override_options): Add a hunk missed
fbf4bfd3 1367 from the commit of r168571. Trim comment line lengths and
9d53403c
IS
1368 correct indents of the preceding block.
1369
a350a6c8
IS
13702011-02-12 Iain Sandoe <iains@gcc.gnu.org>
1371
1372 * gcc.c (driver_handle_option): Concatenate the argument to -F with
1373 the switch.
1374
bab79a40
JM
13752011-02-11 Joseph Myers <joseph@codesourcery.com>
1376
1377 * common.opt (nostartfiles): New Driver option.
1378
1bbc6693
XDL
13792011-02-11 Xinliang David Li <davidxl@google.com>
1380
1381 PR tree-optimization/47707
1382 * tree-chrec.c (convert_affine_scev): Keep type precision.
1383
1da7d8c0
EB
13842011-02-11 Eric Botcazou <ebotcazou@adacore.com>
1385
1386 PR tree-optimization/47420
1387 * ipa-split.c (visit_bb): Punt on any kind of GIMPLE_RESX.
1388
13892011-02-11 Pat Haugen <pthaugen@us.ibm.com>
3f82421f
PH
1390
1391 PR rtl-optimization/47614
1392 * rtl.h (check_for_inc_dec): Declare.
1393 * dse.c (check_for_inc_dec): Externalize...
1394 * postreload.c (reload_cse_simplify): ...use it before deleting stmt.
1395 (reload_cse_simplify_operands): Don't simplify opnds with side effects.
1396
4df47bca
JM
13972011-02-11 Joseph Myers <joseph@codesourcery.com>
1398
1399 PR driver/47678
1400 * gcc.c (main): Do not compile inputs if there were errors in
1401 option handling.
1402 * opts-common.c (read_cmdline_option): Check for wrong language
1403 after other error checks.
1404
61502ca8
NF
14052011-02-11 Nathan Froyd <froydnj@codesourcery.com>
1406
1407 * cgraph.c: Fix comment typos.
1408 * cgraph.h: Likewise.
1409 * cgraphunit.c: Likewise.
1410 * ipa-cp.c: Likewise.
1411 * ipa-inline.c: Likewise.
1412 * ipa-prop.c: Likewise.
1413 * ipa-pure-const.c: Likewise.
1414 * ipa-ref.c: Likewise.
1415 * ipa-reference.c: Likewise.
1416
b63f974e
JJ
14172011-02-11 Jakub Jelinek <jakub@redhat.com>
1418
d50c5e0c
JJ
1419 PR debug/47684
1420 * tree-predcom.c (single_nonlooparound_use): Ignore debug uses.
b63f974e 1421
6dd2a13c
RO
14222011-02-11 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1423
1424 PR testsuite/47400
1425 * doc/sourcebuild.texi (Require Support): Document
1426 dg-require-ascii-locale.
1427
4a087ccf
MX
14282011-02-11 Mingjie Xing <mingjie.xing@gmail.com>
1429
1430 * doc/lto.texi (Write summary): Fix missing parentheses.
1431
a4403164
DD
14322011-02-10 DJ Delorie <dj@redhat.com>
1433
1434 * config/m32c/m32c.c (m32c_option_override): Disable
1435 -fcombine-stack-adjustments until flag value tracking and compare
1436 optimization can be rewritten.
1437
4fac45bd
PB
14382011-02-10 Peter Bergner <bergner@vnet.ibm.com>
1439
1440 * config/rs6000/linux64.h (PROCESSOR_DEFAULT): Change to
1441 PROCESSOR_POWER7.
1442 (PROCESSOR_DEFAULT64): Likewise.
1443
72602cd1
RH
14442011-02-10 Richard Henderson <rth@redhat.com>
1445
1446 * config/rx/predicates.md (rx_zs_comparison_operator): Revert
1447 change from 2011-02-03.
1448 * config/rx/rx.c (flags_from_code): Likewise.
1449 (rx_print_operand) ['B']: For LT/GE, use lt/ge if overflow flag
1450 is valid, n/pz otherwise.
1451 (rx_select_cc_mode): Return CCmode if Y is not zero.
1452
ea57f573
RG
14532011-02-10 Richard Guenther <rguenther@suse.de>
1454
ea4c3e65 1455 * tree-ssa-structalias.c (bitpos_of_field): Use BITS_PER_UNIT, not 8.
ea57f573 1456
92b1d23b
RG
14572011-02-10 Richard Guenther <rguenther@suse.de>
1458
1459 PR tree-optimization/47677
1460 * tree-vrp.c (vrp_bitmap_equal_p): Fix comparison of empty bitmaps.
1461
525a2d06
JJ
14622011-02-10 Jakub Jelinek <jakub@redhat.com>
1463
1464 PR target/47665
1465 * combine.c (make_compound_operation): Only change shifts into
1466 multiplication for SCALAR_INT_MODE_P.
1467
06c969bd
JZ
14682011-02-10 Jie Zhang <jie@codesourcery.com>
1469
1470 PR testsuite/47622
1471 Revert
1472 2011-02-05 Jie Zhang <jie@codesourcery.com>
1473 PR debug/42631
1474 * web.c (entry_register): Don't clobber the number of the
1475 first uninitialized reference in used[].
1476
282ec48e
RG
14772011-02-09 Richard Guenther <rguenther@suse.de>
1478
1479 PR tree-optimization/47664
1480 * ipa-inline.c (cgraph_decide_inlining_incrementally): Visit
1481 all edges again.
1482
df98c3e8
DE
14832011-02-09 David Edelsohn <dje.gcc@gmail.com>
1484
d0f21cd6
DE
1485 PR target/46481
1486 PR target/47032
df98c3e8
DE
1487 * config/rs6000/aix61.h (PROCESSOR_DEFAULT): Change to
1488 PROCESSOR_POWER7.
1489 (PROCESSOR_DEFAULT64): Same.
1490 (RS6000_DEFAULT_LONG_DOUBLE_SIZE): Delete.
1491
67b6839f
RO
14922011-02-09 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1493
1494 * config/mips/iris6.h (TARGET_C99_FUNCTIONS): Define.
1495
4fd73214
MJ
14962011-02-09 Martin Jambor <mjambor@suse.cz>
1497
1498 PR middle-end/45505
1499 * tree-sra.c (struct access): New flags grp_scalar_read and
1500 grp_scalar_write. Changed description of assignment read and write
1501 flags.
1502 (dump_access): Dump new flags, reorder all of them.
1503 (sort_and_splice_var_accesses): Set the new flag accordingly, use them
1504 to detect multiple scalar reads.
1505 (analyze_access_subtree): Use the new scalar read write flags instead
1506 of the old flags. Adjusted comments.
1507
91140cd3
DD
15082011-02-08 DJ Delorie <dj@redhat.com>
1509
1510 PR target/47548
1511 * config/m32c/m32c.c (m32c_subreg): Don't try to validate interim
1512 patterns.
1513
4254bbfe
JM
15142011-02-08 Joseph Myers <joseph@codesourcery.com>
1515
1516 * config/m68k/uclinux.opt: New.
1517 * config.gcc (m68k-*-uclinux*): Use m68k/uclinux.opt.
1518
f1fda84e
JM
15192011-02-08 Joseph Myers <joseph@codesourcery.com>
1520
1521 * config/cris/elf.opt (sim): New Driver option.
1522
4933ae74
JM
15232011-02-08 Joseph Myers <joseph@codesourcery.com>
1524
1525 * config/xtensa/elf.opt: New.
1526 * config.gcc (xtensa*-*-elf*): Use xtensa/elf.opt.
1527
4ad70280
JM
15282011-02-08 Joseph Myers <joseph@codesourcery.com>
1529
1530 * config/vax/elf.opt: New.
1531 * config.gcc (vax-*-linux*, vax-*-netbsdelf*): Use vax/elf.opt.
1532
20893707
JM
15332011-02-08 Joseph Myers <joseph@codesourcery.com>
1534
1535 * config/rs6000/aix64.opt (posix, pthread): New Driver options.
1536
b8e7038e
JM
15372011-02-08 Joseph Myers <joseph@codesourcery.com>
1538
1539 * config/gnu-user.opt: New.
1540 * config.gcc (*-*-linux* | frv-*-*linux* | *-*-kfreebsd*-gnu |
1541 *-*-knetbsd*-gnu | *-*-gnu* | *-*-kopensolaris*-gnu,
1542 *-*-uclinux*): Use gnu-user.opt.
1543
e1c5225a
TS
15442011-02-08 Thomas Schwinge <thomas@schwinge.name>
1545
1546 * config/gnu.h (CPP_SPEC, LIB_SPEC): Remove handling of -bsd option.
1547 * config/i386/gnu.h (CPP_SPEC): Likewise.
1548
5e46b0c6
ILT
15492011-02-08 Ian Lance Taylor <iant@google.com>
1550
1551 * common.opt (fcx-limited-range): Add SetByCombined flag.
1552 (ffinite-math-only, fmath-errno, frounding-math): Likewise.
1553 (fsignaling-nans, fsigned-zeros, ftrapping-math): Likewise.
1554 (fassociative-math, freciprocal-math): Likewise.
1555 (funsafe-math-optimizations): Likewise.
1556 * opth-gen.awk: Handle SetByCombined.
1557 * optc-gen.awk: Likewise.
ea4c3e65 1558 * opts.c (set_fast_math_flags): Don't override flag if set by frontend.
5e46b0c6
ILT
1559 (set_unsafe_math_optimizations_flags): Likewise.
1560 * doc/options.texi (Option properties): Document SetByCombined.
1561
32243d46
JM
15622011-02-08 Joseph Myers <joseph@codesourcery.com>
1563
1564 * config.gcc (arc-*, alpha*-*-gnu*, arm*-*-netbsd*, arm-*-pe*,
1565 i[34567]86-*-interix3*, i[34567]86-*-netbsd*, i[34567]86-*-pe,
1566 m68hc11-*-*, m6811-*-*, m68hc12-*-*, m6812-*-*,
1567 m68k-*-uclinuxoldabi*, mcore-*-pe*, powerpc*-*-gnu*,
1568 sh*-*-symbianelf*, vax-*-netbsd*): Mark obsolete.
1569
479c1fb3
SP
15702011-02-08 Sebastian Pop <sebastian.pop@amd.com>
1571
1572 PR tree-optimization/46834
1573 PR tree-optimization/46994
1574 PR tree-optimization/46995
1575 * graphite-sese-to-poly.c (used_outside_reduction): New.
1576 (detect_commutative_reduction): Call used_outside_reduction.
1577 (rewrite_commutative_reductions_out_of_ssa_close_phi): Call
1578 translate_scalar_reduction_to_array only when at least one
1579 loop-phi/close-phi tuple has been detected.
1580
3865a06f
RG
15812011-02-08 Richard Guenther <rguenther@suse.de>
1582
1583 PR middle-end/47639
1584 * tree-vect-generic.c (expand_vector_operations_1): Update
1585 stmts here ...
1586 (expand_vector_operations): ... not here. Cleanup EH info
1587 and the CFG if required.
1588
62902f3f
RG
15892011-02-08 Richard Guenther <rguenther@suse.de>
1590
1591 PR tree-optimization/47641
1592 * tree-ssa.c (execute_update_addresses_taken): For asm outputs
1593 require type compatibility.
1594
0efb9d64
AK
15952011-02-08 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
1596
1597 * gimple-low.c (lower_function_body): Don't remove the location of
1598 the return statement here.
1599 (lower_gimple_return): Do it here instead but only if the return
1600 statement is actually used twice.
1601
034b8ae4
RG
16022011-02-08 Richard Guenther <rguenther@suse.de>
1603
1604 PR tree-optimization/47632
1605 * tree-ssa-forwprop.c (remove_prop_source_from_use): Remove
1606 unused up_to_stmt parameter, return whether cfg-cleanup is
1607 necessary, remove EH info properly.
1608 (forward_propagate_into_gimple_cond): Adjust caller.
1609 (forward_propagate_into_cond): Likewise.
1610 (forward_propagate_comparison): Likewise.
1611 (tree_ssa_forward_propagate_single_use_vars): Make
1612 forward_propagate_comparison case similar to the two others.
1613
298362c8
NC
16142011-02-08 Nick Clifton <nickc@redhat.com>
1615
1616 * config/mn10300/mn10300.opt (mliw): New command line option.
1617 * config/mn10300/mn10300.md (UNSPEC_LIW): New unspec.
1618 (liw_bundling): New automaton.
1619 (liw): New attribute.
1620 (liw_op): New attribute.
1621 (liw_op1, liw_op2, liw_both, liw_either): New reservations.
1622 (movsi_internal): Add LIW attributes.
1623 (andsi3): Likewise.
1624 (iorsi3): Likewise.
1625 (xorsi3): Likewise.
1626 (addsi3): Separate register and immediate alternatives.
1627 Add LIW attributes.
1628 (subsi3): Likewise.
1629 (cmpsi): Likewise.
1630 (aslsi3): Likewise.
1631 (lshrsi3): Likewise.
1632 (ashrsi3): Likewise.
1633 (liw): New pattern.
1634 * config/mn10300/mn10300.c (liw_op_names): New
1635 (mn10300_print_operand): Handle 'W' operand descriptor.
1636 (extract_bundle): New function.
1637 (check_liw_constraints): New function.
1638 (liw_candidate): New function.
1639 (mn10300_bundle_liw): New function.
1640 (mn10300_reorg): New function.
1641 (TARGET_MACHINE_DEPENDENT_REORG): Define.
1642 (TARGET_DEFAULT_TARGET_FLAGS): Add MASK_ALLOW_LIW.
1643 * config/mn10300/mn10300.h (TARGET_CPU_CPP_BUILTINS): Define
1644 __LIW__ or __NO_LIW__.
1645 * doc/invoke.texi: Describe the -mliw command line option.
1646
90488014
JDA
16472011-02-07 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1648
1649 * config.gcc (hppa[12]*-*-hpux11*): Don't set extra_parts.
1650 * config/pa/stublib.c (pthread_default_stacksize_np, pthread_mutex_lock,
1651 pthread_mutex_unlock): Remove.
1652 * config/pa/t-pa-hpux11: Remove rules to build pthread stubs.
1653 * config/pa/t-pa64: Likewise.
1654 * config/pa/pa64-hpux.h (LIB_SPEC): In static links, link against
1655 shared libc if not linking against libpthread.
1656 * config/pa/pa-hpux11.h (LIB_SPEC): Likewise.
1657
689ff841
IS
16582011-02-07 Iain Sandoe <iains@gcc.gnu.org>
1659
1660 PR target/47558
1661 * config/darwin10.h (LINK_GCC_C_SEQUENCE_SPEC): Put -lSystem first
1662 on 10.6 and later to ensure that we always use the unwinder from
1663 the system. Only add -no_compact_unwind when tarteting darwin
1664 10.6 or later.
1665
821014aa
SE
16662011-02-07 Steve Ellcey <sje@cup.hp.com>
1667
1668 PR target/46997
1669 * vect.md (vec_interleave_highv2sf): Change fmix for TARGET_BIG_ENDIAN.
1670 (vec_interleave_lowv2sf): Ditto.
1671 (vec_extract_evenv2sf): Add TARGET_BIG_ENDIAN check.
1672 (vec_extract_oddv2sf): Ditto.
1673
41cf94fb
MS
16742011-02-07 Mike Stump <mikestump@comcast.net>
1675
62dea57d 1676 PR target/42333
41cf94fb
MS
1677 Add __ieee_divdc3 entry point.
1678 * config/i386/darwin.h (DECLARE_LIBRARY_RENAMES): Retain ___divdc3
1679 entry point.
1680 (SUBTARGET_INIT_BUILTINS): Call darwin_rename_builtins.
1681 * config/i386/i386.c (TARGET_INIT_LIBFUNCS): Likewise.
1682 * config/darwin.c (darwin_rename_builtins): Add.
1683 * config/darwin-protos.h (darwin_rename_builtins): Add.
1684
ee09a3dd
MM
16852011-02-07 Michael Meissner <meissner@linux.vnet.ibm.com>
1686
1687 PR target/47636
1688 * config/rs6000/rs6000.md (rsqrt<mode>2): Use the correct macro
1689 for the condition.
1690
83296cd0
MS
16912011-02-07 Mike Stump <mikestump@comcast.net>
1692
ea4c3e65 1693 * config/darwin.opt (mmacosx-version-min): Update default OS version.
83296cd0 1694
0f4e946f
DC
16952011-02-07 Denis Chertykov <chertykov@gmail.com>
1696
1697 PR target/47534
1698 * config/avr/libgcc.S (exit): Move .endfunc
1699
1ec87690
RG
17002011-02-07 Richard Guenther <rguenther@suse.de>
1701
1702 PR tree-optimization/47615
1703 * tree-ssa-sccvn.h (run_scc_vn): Take a vn-walk mode argument.
1704 * tree-ssa-sccvn.c (default_vn_walk_kind): New global.
1705 (run_scc_vn): Initialize it.
1706 (visit_reference_op_load): Use it.
1707 * tree-ssa-pre.c (execute_pre): Use VN_WALK if in PRE.
1708
b46ae6da
UW
17092011-02-07 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1710
1711 * config/spu/spu.c (spu_init_libfuncs): Install SImode and
1712 DImode trapping arithmetic libfuncs.
1713
c0aae19c
RG
17142011-02-07 Richard Guenther <rguenther@suse.de>
1715
1716 PR tree-optimization/47621
1717 * tree-ssa.c (non_rewritable_lvalue_p): New function, split out from
1718 two duplicates ...
1719 (execute_update_addresses_taken): ... here. Make it more
1720 conservative in what we accept.
1721
295d926b
JM
17222011-02-06 Joseph Myers <joseph@codesourcery.com>
1723
1724 * config/sparc/freebsd.h (ASM_SPEC): Define.
1725 * config/sparc/vxworks.h (ASM_SPEC): Define.
1726
bdeb2471
JM
17272011-02-06 Joseph Myers <joseph@codesourcery.com>
1728
1729 * config/sparc/sol2-bi.h (CC1_SPEC): Remove %{sun4:} %{target:}.
1730
d5d3781a
SB
17312011-02-06 Steven Bosscher <steven@gcc.gnu.org>
1732
1733 * doc/invoke.texi: Remove reference to compiler internals from
1734 user documentation.
1735
1736 * reg-notes.def: Remove REG_VALUE_PROFILE.
1737 * combine.c (distribute_notes): Do not handle REG_VALUE_PROFILE.
1738
c42c09fc
JJ
17392011-02-05 Jakub Jelinek <jakub@redhat.com>
1740
1741 PR middle-end/47610
1742 * varasm.c (default_section_type_flags): If decl is NULL,
38be4072 1743 and name is .data.rel.ro or .data.rel.ro.local, set SECTION_RELRO bit.
c42c09fc 1744
beea2755
JZ
17452011-02-05 Jie Zhang <jie@codesourcery.com>
1746
1747 PR debug/42631
1748 * web.c (entry_register): Don't clobber the number of the
1749 first uninitialized reference in used[].
1750
a130584a
SP
17512011-02-04 Sebastian Pop <sebastian.pop@amd.com>
1752
1753 PR tree-optimization/46194
1754 * tree-data-ref.c (analyze_miv_subscript): Remove comment.
1755 (build_classic_dist_vector_1): Do not represent classic distance
1756 vectors when the access functions are variating in different loops.
1757
962101ac
JM
17582011-02-04 Joseph Myers <joseph@codesourcery.com>
1759
1760 * config/mips/iris6.opt: New.
1761 * config.gcc (mips-sgi-irix6.5*): Use mips/iris6.opt.
1762
55eaaa5b
RH
17632011-02-04 Richard Henderson <rth@redhat.com>
1764 Steve Ellcey <sje@cup.hp.com>
1765
1766 PR target/46997
1767 * config/ia64/predicates.md (mux1_brcst_element): New.
1768 * config/ia64/ia64-protos.h (ia64_unpack_assemble): New.
1769 * config/ia64/ia64.c (ia64_unpack_assemble): New.
1770 (ia64_unpack_sign): New.
1771 (ia64_expand_unpack): Rewrite using new routines.
1772 (ia64_expand_widen_sum): Ditto.
1773 (ia64_expand_dot_prod_v8qi): Ditto.
1774 * config/ia64/vect.md (mulv8qi3): Rewrite to use new
1775 routines, add endian check.
1776 (pmpy2_even): Rename from pmpy2_r, add endian check.
1777 (pmpy2_odd): Rename from pmpy2_l, add endian check.
1778 (vec_widen_smult_lo_v4hi): Rewrite using new routines.
1779 (vec_widen_smult_hi_v4hi): Ditto.
1780 (vec_widen_umult_lo_v4hi): Ditto.
1781 (vec_widen_umult_hi_v4hi): Ditto.
1782 (mulv2si3): Change endian checks.
1783 (sdot_prodv4hi): Rewrite with new calls.
1784 (udot_prodv4hi): New.
1785 (vec_pack_ssat_v4hi): Add endian check.
1786 (vec_pack_usat_v4hi): Ditto.
1787 (vec_pack_ssat_v2si): Ditto.
1788 (max1_even): Rename from max1_r, add endian check.
1789 (max1_odd): Rename from max1_l, add endian check.
1790 (*mux1_rev): Format change.
1791 (*mux1_mix): Ditto.
1792 (*mux1_shuf): Ditto.
1793 (*mux1_alt): Ditto.
1794 (*mux1_brcst_v8qi): Use new predicate.
1795 (vec_extract_evenv8qi): Remove endian check.
1796 (vec_extract_oddv8qi): Ditto.
1797 (vec_interleave_lowv4hi): Format change.
1798 (vec_interleave_highv4hi): Ditto.
1799 (mix2_even): Rename from mix2_r, add endian check.
1800 (mix2_odd): Rename from mux2_l, add endian check.
1801 (*mux2): Fix mask setting for TARGET_BIG_ENDIAN.
1802 (vec_extract_evenodd_helper): Format change.
1803 (vec_extract_evenv4hi): Remove endian check.
1804 (vec_extract_oddv4hi): Remove endian check.
1805 (vec_interleave_lowv2si): Format change.
1806 (vec_interleave_highv2si): Format change.
1807 (vec_initv2si): Remove endian check.
1808 (vecinit_v2si): Add endian check.
1809 (reduc_splus_v2sf): Add endian check.
1810 (reduc_smax_v2sf): Ditto.
1811 (reduc_smin_v2sf): Ditto.
1812 (vec_initv2sf): Remove endian check.
1813 (fpack): Add endian check.
1814 (fswap): Add endian check.
1815 (vec_interleave_highv2sf): Add endian check.
1816 (vec_interleave_lowv2sf): Add endian check.
1817 (fmix_lr): Add endian check.
1818 (vec_setv2sf): Format change.
1819 (*vec_extractv2sf_0_be): Use shift to extract operand.
1820 (*vec_extractv2sf_1_be): New.
1821 (vec_pack_trunc_v4hi): Add endian check.
1822 (vec_pack_trunc_v2si): Format change.
1823
dcde5957
JJ
18242011-02-04 Jakub Jelinek <jakub@redhat.com>
1825
1826 PR inline-asm/23200
1827 * tree-ssa-ter.c (is_replaceable_p): Add TER argument. Don't
38be4072 1828 do bb, locus and block comparison and disallow loads if it is not set.
dcde5957
JJ
1829 (stmt_is_replaceable_p): New function.
1830 (process_replaceable, find_replaceable_in_bb): Adjust is_replaceable_p
1831 callers.
1832 * expr.c (expand_expr_real_1) <case SSA_NAME>: If
1833 get_gimple_for_ssa_name try for EXPAND_INITIALIZER harder to use
1834 SSA_NAME_DEF_STMT.
1835 * tree-flow.h (stmt_is_replaceable_p): New prototype.
1836
a64a8e5a
JM
18372011-02-04 Joseph Myers <joseph@codesourcery.com>
1838
1839 * config/rs6000/xilinx.opt: New.
1840 * config.gcc (powerpc-xilinx-eabi*): Use rs6000/xilinx.opt.
1841
4da2ed2f
JM
18422011-02-04 Joseph Myers <joseph@codesourcery.com>
1843
1844 * config/mips/mips.opt (EB, EL, noasmopt): New Driver options.
1845
a6e508f9
AS
18462011-02-03 Anatoly Sokolov <aesok@post.ru>
1847
1848 * config/xtensa/xtensa.h (PREFERRED_RELOAD_CLASS,
1849 PREFERRED_OUTPUT_RELOAD_CLASS): Remove.
1850 * config/xtensa/xtensa-protos.h (xtensa_preferred_reload_class,
1851 secondary_reload_info, xtensa_secondary_reload): Remove.
1852 * config/xtensa/xtensa.c (TARGET_PREFERRED_RELOAD_CLASS,
1853 TARGET_PREFERRED_OUTPUT_RELOAD_CLASS): Define.
1854 (xtensa_preferred_reload_class): Make static. Change return and
1855 'rclass' argument type to reg_class_t. Remove 'isoutput' argument.
1856 Use CONST_DOUBLE_P predicate.
1857 (xtensa_preferred_output_reload_class): New function.
1858 (xtensa_secondary_reload): Make static.
1859
82dc0de3
JM
18602011-02-03 Joseph Myers <joseph@codesourcery.com>
1861
1862 * config/microblaze/microblaze.opt (Zxl-mode-bootstrap,
1863 Zxl-mode-executable, Zxl-mode-novectors, Zxl-mode-xilkernel,
1864 Zxl-mode-xmdstub, mxl-mode-xilkernel): New Driver options.
1865
7fece979
JJ
18662011-02-03 Jakub Jelinek <jakub@redhat.com>
1867
1868 PR middle-end/31490
1869 * output.h (SECTION_RELRO): Define.
1870 (SECTION_MACH_DEP): Adjust.
1871 (get_variable_section): New prototype.
1872 * varpool.c (varpool_finalize_named_section_flags): New function.
1873 (varpool_assemble_pending_decls): Call it.
1874 * cgraph.h (varpool_finalize_named_section_flags): New prototype.
1875 * cgraphunit.c (cgraph_output_in_order): Call
1876 varpool_finalize_named_section_flags.
1877 * varasm.c (get_section): Allow section flags conflicts between
1878 relro and read-only sections if the section hasn't been declared yet.
1879 Set SECTION_OVERRIDE after diagnosing section type conflict.
1880 (get_variable_section): No longer static.
1881 (default_section_type_flags): Use SECTION_WRITE | SECTION_RELRO for
1882 readonly sections that need relocations.
1883 (decl_readonly_section_1): New function.
1884 (decl_readonly_section): Use it.
1885
1886 Revert:
509d65dd 1887 2010-11-17 Dinar Temirbulatov <dtemirbulatov@gmail.com>
7fece979
JJ
1888 Steve Ellcey <sje@cup.hp.com>
1889
1890 PR middle-end/31490
1891 * varasm.c (categorize_decl_for_section): Ignore reloc_rw_mask
1892 if section attribute used.
1893
d18d5478
JJ
18942011-02-03 Jakub Jelinek <jakub@redhat.com>
1895
1896 * config/darwin.h (SECTION_NO_ANCHOR): Remove.
1897 * config/darwin.c (SECTION_NO_ANCHOR): Define.
1898 (darwin_init_sections): Remove assertion.
1899
6479ed4b
NC
19002011-02-03 Nick Clifton <nickc@redhat.com>
1901
1902 * config/rx/predicates.md (rx_zs_comparison_operator): Remove
1903 lt and ge.
38be4072 1904 * config/rx/rx.md (abssi2_flags): Use CC_ZSmode rather than CC_ZSOmode.
6479ed4b
NC
1905 * config/rx/rx.c (rx_print_operand): Use "lt" and "ge" suffixes
1906 instead of "n" and "pz".
1907 (flags_from_code): LT and GE tests need CC_FLAG_O as well as
1908 CC_FLAG_S.
1909
89843f5d
JJ
19102011-02-03 Jakub Jelinek <jakub@redhat.com>
1911
65450d64
JJ
1912 PR target/47312
1913 * expr.c (expand_expr_real_2) <case FMA_EXPR>: If target doesn't expand
1914 fma, expand FMA_EXPR as fma{,f,l} call.
1915
7d58701c
JJ
1916 PR lto/47274
1917 * lto-streamer-out.c (write_symbol): When writing kind and visibility,
1918 copy them into a unsigned char variable and pass address of it to
1919 lto_output_data_stream.
1920
89843f5d
JJ
1921 PR target/47564
1922 * toplev.c (target_reinit): Save and restore *crtl and regno_reg_rtx
1923 around backend_init_target and lang_dependent_init_target calls.
1924 * cgraphunit.c (cgraph_debug_gimple_stmt): New function.
1925 (verify_cgraph_node): Don't call set_cfun here. Use
1926 cgraph_debug_gimple_stmt instead of debug_gimple_stmt.
1927 Set error_found for incorrectly represented calls to thunks.
1928
4deef538
AO
19292011-02-03 Alexandre Oliva <aoliva@redhat.com>
1930
1931 PR debug/43092
1932 PR rtl-optimization/43494
1933 * rtl.h (for_each_inc_dec_fn): New type.
1934 (for_each_inc_dec): Declare.
1935 * rtlanal.c (struct for_each_inc_dec_ops): New type.
1936 (for_each_inc_dec_find_inc_dec): New fn.
1937 (for_each_inc_dec_find_mem): New fn.
1938 (for_each_inc_dec): New fn.
1939 * dse.c (struct insn_size): Remove.
1940 (replace_inc_dec, replace_inc_dec_mem): Remove.
1941 (emit_inc_dec_insn_before): New fn.
1942 (check_for_inc_dec): Use it, along with for_each_inc_dec.
1943 (canon_address): Pass mem modes to cselib_lookup.
1944 * cselib.h (cselib_lookup): Add memmode argument. Adjust callers.
1945 (cselib_lookup_from_insn): Likewise.
1946 (cselib_subst_to_values): Likewise.
1947 * cselib.c (find_slot_memmode): New var.
1948 (cselib_find_slot): New fn. Use it instead of
1949 htab_find_slot_with_hash everywhere.
1950 (entry_and_rtx_equal_p): Use find_slot_memmode.
1951 (autoinc_split): New fn.
1952 (rtx_equal_for_cselib_p): Rename and implement in terms of...
1953 (rtx_equal_for_cselib_1): ... this. Take memmode, pass it on.
1954 Deal with autoinc. Special-case recursion into MEMs.
1955 (cselib_hash_rtx): Likewise.
1956 (cselib_lookup_mem): Infer pmode from address mode. Distinguish
1957 address and MEM modes.
1958 (cselib_subst_to_values): Add memmode, pass it on.
1959 Deal with autoinc.
1960 (cselib_lookup): Add memmode argument, pass it on.
1961 (cselib_lookup_from_insn): Add memmode.
1962 (cselib_invalidate_rtx): Discard obsolete push_operand handling.
1963 (struct cselib_record_autoinc_data): New.
1964 (cselib_record_autoinc_cb): New fn.
1965 (cselib_record_sets): Use it, along with for_each_inc_dec. Pass MEM
1966 mode to cselib_lookup. Reset autoinced REGs here instead of...
1967 (cselib_process_insn): ... here.
1968 * var-tracking.c (replace_expr_with_values, use_type): Pass MEM mode
1969 to cselib_lookup.
1970 (add_uses): Likewise, also to cselib_subst_to_values.
1971 (add_stores): Likewise.
1972 * sched-deps.c (add_insn_mem_dependence): Pass mode to
1973 cselib_subst_to_values.
1974 (sched_analyze_1, sched_analyze_2): Likewise. Adjusted.
1975 * gcse.c (do_local_cprop): Adjusted.
1976 * postreload.c (reload_cse_simplify_set): Adjusted.
1977 (reload_cse_simplify_operands): Adjusted.
1978 * sel-sched-dump (debug_mem_addr_value): Pass mode.
1979
1551d44a
AO
19802011-02-03 Alexandre Oliva <aoliva@redhat.com>
1981
1982 PR tree-optimization/45122
1983 * tree-ssa-loop-niter.c (number_of_iterations_exit): Don't make
1984 unsafe assumptions when there's more than one loop exit.
1985
c9485473
MM
19862011-02-02 Michael Meissner <meissner@linux.vnet.ibm.com>
1987
1988 PR target/47272
1989 * doc/extend.texi (PowerPC AltiVec/VSX Built-in Functions):
1990 Document using vector double with the load/store builtins, and
1991 that the load/store builtins always use Altivec instructions.
1992
1993 * config/rs6000/vector.md (vector_altivec_load_<mode>): New insns
1994 to use altivec memory instructions, even on VSX.
1995 (vector_altivec_store_<mode>): Ditto.
1996
1997 * config/rs6000/rs6000-protos.h (rs6000_address_for_altivec): New
1998 function.
1999
2000 * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
2001 V2DF, V2DI support to load/store overloaded builtins.
2002
2003 * config/rs6000/rs6000-builtin.def (ALTIVEC_BUILTIN_*): Add
2004 altivec load/store builtins for V2DF/V2DI types.
2005
2006 * config/rs6000/rs6000.c (rs6000_option_override_internal): Don't
2007 set avoid indexed addresses on power6 if -maltivec.
2008 (altivec_expand_ld_builtin): Add V2DF, V2DI support, use
2009 vector_altivec_load/vector_altivec_store builtins.
2010 (altivec_expand_st_builtin): Ditto.
2011 (altivec_expand_builtin): Add VSX memory builtins.
2012 (rs6000_init_builtins): Add V2DI types to internal types.
2013 (altivec_init_builtins): Add support for V2DF/V2DI altivec
2014 load/store builtins.
2015 (rs6000_address_for_altivec): Insure memory address is appropriate
2016 for Altivec.
2017
2018 * config/rs6000/vsx.md (vsx_load_<mode>): New expanders for
2019 vec_vsx_ld and vec_vsx_st.
2020 (vsx_store_<mode>): Ditto.
2021
2022 * config/rs6000/rs6000.h (RS6000_BTI_long_long): New type
2023 variables to hold long long types for VSX vector memory builtins.
2024 (RS6000_BTI_unsigned_long_long): Ditto.
2025 (long_long_integer_type_internal_node): Ditti.
2026 (long_long_unsigned_type_internal_node): Ditti.
2027
2028 * config/rs6000/altivec.md (UNSPEC_LVX): New UNSPEC.
2029 (altivec_lvx_<mode>): Make altivec_lvx use a mode iterator.
2030 (altivec_stvx_<mode>): Make altivec_stvx use a mode iterator.
2031
2032 * config/rs6000/altivec.h (vec_vsx_ld): Define VSX memory builtin
2033 short cuts.
2034 (vec_vsx_st): Ditto.
2035
b24d1acf
JM
20362011-02-02 Joseph Myers <joseph@codesourcery.com>
2037
2038 * config/pa/pa-hpux10.opt: New.
2039 * config/hpux11.opt (pthread): New Driver option.
2040 * config/pa/pa-hpux.opt (nolibdld, rdynamic): New Driver options.
2041 * config.gcc (hppa[12]*-*-hpux10*): Use pa/pa-hpux10.opt.
2042
aa18dd0f
JM
20432011-02-02 Joseph Myers <joseph@codesourcery.com>
2044
2045 * config/ia64/vms.opt: New.
2046 * config.gcc (ia64-hp-*vms*): Use ia64/vms.opt.
2047
28fc3eee
MM
20482011-02-01 Michael Meissner <meissner@linux.vnet.ibm.com>
2049
2050 PR target/47580
2051 * config/rs6000/vsx.md (vsx_float<VSi><mode>2): Use
2052 gpc_reg_operand instead of vsx_register_operand to match rs6000.md
2053 generator functions.
2054 (vsx_floatuns<VSi><mode>2): Ditto.
2055 (vsx_fix_trunc<mode><VSi>2): Ditto.
2056 (vsx_fixuns_trunc<mode><VSi>2): Ditto.
2057
b5838b1f
JM
20582011-02-02 Joseph Myers <joseph@codesourcery.com>
2059
2060 * config/i386/djgpp.opt (posix): New Driver option.
2061
0db8fa89
GP
20622011-02-02 Gerald Pfeifer <gerald@pfeifer.com>
2063
2064 * config.gcc (*-*-freebsd[12], *-*-freebsd[12].*, *-*-freebsd*aout*):
2065 Move to the unsupported targets list.
2066
9cd4f22a
PB
20672011-02-02 Peter Bergner <bergner@vnet.ibm.com>
2068
2069 PR rtl-optimization/47525
2070 * df-scan.c: Update copyright years.
2071 (df_get_call_refs): Do not mark global registers as DF_REF_REG_USE
2072 and non-clobber DF_REF_REG_DEF for calls to const and pure functions.
2073
9ed8059c
RO
20742011-02-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2075
2076 * config/i386/sysv4.h (TARGET_VERSION): Remove.
2077 (SUBTARGET_RETURN_IN_MEMORY): Remove.
2078 (ASM_OUTPUT_ASCII): Remove.
2079 * config/i386/sol2.h (SUBTARGET_RETURN_IN_MEMORY): Remove #undef.
2080
2a737389
JL
20812011-02-02 Jeff Law <law@redhat.com>
2082
2083 PR middle-end/47543
2084 * reload.c (find_reloads_address): Handle reg+d address where both
2085 components are invalid by reloading the entire address.
2086
9dac82c4
SP
20872011-02-02 Sebastian Pop <sebastian.pop@amd.com>
2088 Richard Guenther <rguenther@suse.de>
2089
2090 PR tree-optimization/40979
2091 PR bootstrap/47044
2092 * passes.c (init_optimization_passes): After LIM call copy_prop
2093 and DCE to clean up.
2094 * tree-ssa-loop.c (pass_graphite_transforms): Add TODO_dump_func.
2095
14dd9aab
SP
20962011-02-02 Sebastian Pop <sebastian.pop@amd.com>
2097
2098 PR tree-optimization/47576
2099 PR tree-optimization/47555
2100 * doc/invoke.texi (scev-max-expr-complexity): Documented.
2101 * params.def (PARAM_SCEV_MAX_EXPR_SIZE): Bump the value to 100.
2102 (PARAM_SCEV_MAX_EXPR_COMPLEXITY): Declared.
2103 * tree-scalar-evolution.c (follow_ssa_edge): Use
2104 PARAM_SCEV_MAX_EXPR_COMPLEXITY.
2105
5cbf5c20
RG
21062011-02-02 Richard Guenther <rguenther@suse.de>
2107
2108 PR tree-optimization/47566
2109 * builtins.c (builtin_save_expr): No SAVE_EXPR for SSA_NAMEs.
2110
83d70792
AO
21112011-02-02 Alexandre Oliva <aoliva@redhat.com>
2112
e829c321
AO
2113 PR debug/47106
2114 PR debug/47402
2115 * tree-inline.c (declare_return_variable): Remove unused caller
2116 variable.
2117
83d70792
AO
2118 PR debug/47106
2119 PR debug/47402
2120 * tree-flow-inline.h (clear_is_used, is_used_p): New.
2121 * cfgexpand.c (account_used_vars_for_block): Use them.
2122 * tree-nrv.c (tree_nrv): Likewise.
2123 * tree-ssa-live.c (remove_unused_scope_block_p): Likewise.
2124 (dump_scope_block): Likewise.
2125 (remove_unused_locals): Likewise.
2126
aaa2ac93
AO
2127 PR debug/47106
2128 PR debug/47402
2129 * tree-inline.c (declare_return_variable): Add result decl to
2130 local decls only once.
2131 * gimple-low.c (record_vars_into): Mark newly-created variables
2132 as referenced.
2133
a59d15cf
AO
21342011-02-02 Alexandre Oliva <aoliva@redhat.com>
2135
2136 PR debug/47498
2137 PR debug/47501
2138 PR debug/45136
2139 PR debug/45130
2140 * haifa-sched.c (get_ebb_head_tail): Move notes across boundary
2141 debug insns.
2142 (no_real_insns_p, schedule_block, set_priorities): Drop special
2143 treatment of boundary debug insns.
38be4072 2144 * sched-deps.c (sd_init_insn, sd_finish_insn): Don't mark debug insns.
a59d15cf
AO
2145 * sched-ebb.c (schedule_ebbs): Adjust skipping of debug insns.
2146 * sched-int.h (DEBUG_INSN_SCHED_P): Remove.
2147 (BOUNDARY_DEBUG_INSN_P): Likewise.
2148 (SCHEDULE_DEBUG_INSN_P): Likewise.
2149 * sched-rgn.c (init_ready_list): Drop special treatment of
2150 boundary debug insns.
2151 * final.c (rest_of_clean_state): Clear notes' BB.
2152
6fc2f091
JM
21532011-02-01 Joseph Myers <joseph@codesourcery.com>
2154
2155 * config/openbsd.opt (assert=): New Driver option.
2156
fc523387
JM
21572011-02-01 Joseph Myers <joseph@codesourcery.com>
2158
2159 * config/i386/nto.opt: New.
2160 * config.gcc (i[34567]86-*-nto-qnx*): Use i386/nto.opt.
2161
6d9821e5
JM
21622011-02-01 Joseph Myers <joseph@codesourcery.com>
2163
2164 * config/i386/netware.opt: New.
2165 * config.gcc (i[3456x]86-*-netware*): Use i386/netware.opt.
2166
cef932d4
JM
21672011-02-01 Joseph Myers <joseph@codesourcery.com>
2168
2169 * config/interix.opt (posix): New Driver option.
2170
22843acd
DD
21712011-02-01 DJ Delorie <dj@redhat.com>
2172
56490b74
DD
2173 * config/m32c/m32c.h (PTRDIFF_TYPE): Remove extra definition.
2174
22843acd
DD
2175 * config/m32c/m32c.c (m32c_regno_reg_class): Return smallest reg
2176 class for A0/A1.
2177
199c8f2f
SP
21782011-02-01 Sebastian Pop <sebastian.pop@amd.com>
2179
2180 PR tree-optimization/47561
2181 * toplev.c (process_options): Print the Graphite flags. Add
2182 flag_loop_flatten to the list of options requiring Graphite.
2183
926bcf22
JM
21842011-02-01 Joseph Myers <joseph@codesourcery.com>
2185
2186 * config/i386/cygming.opt (posix): New Driver option.
2187
59793c51
JM
21882011-02-01 Joseph Myers <joseph@codesourcery.com>
2189
2190 * config/arm/vxworks.opt: New.
2191 * config.gcc (arm-wrs-vxworks): Use arm/vxworks.opt.
2192
183c38a4
JM
21932011-02-01 Joseph Myers <joseph@codesourcery.com>
2194
2195 * config/alpha/elf.opt: New.
2196 * config.gcc (alpha*-*-linux*, alpha*-*-gnu*, alpha*-*-freebsd*,
2197 alpha*-*-netbsd*, alpha*-*-openbsd*): Use alpha/elf.opt.
2198
9939e416
RG
21992011-02-01 Richard Guenther <rguenther@suse.de>
2200
2201 PR tree-optimization/47559
2202 * tree-ssa-loop-im.c (can_sm_ref_p): Do not perform
2203 store-motion on references that can throw.
2204
4a3c9687
BS
22052011-02-01 Bernd Schmidt <bernds@codesourcery.com>
2206
2207 * tree-dump.c (dump_option_value_info): Add entry for TDF_CSELIB.
2208 * tree-pass.h (TDF_CSELIB): New macro.
2209 * cselib.c (new_cselib_val, expand_loc, cselib_expand_value_rtx_1,
2210 cselib_lookup): Check for it rather than for TDF_DETAILS.
2211
dd3b31fb
L
22122011-02-01 H.J. Lu <hongjiu.lu@intel.com>
2213
2214 PR driver/47547
2215 * lto-wrapper.c (run_gcc): Don't add -dumpdir if linker_output
2216 is HOST_BIT_BUCKET.
2217
2218 * opts.c (finish_options): Don't add x_aux_base_name if it is
2219 HOST_BIT_BUCKET.
2220
34c1de79
RG
22212011-02-01 Richard Guenther <rguenther@suse.de>
2222
2223 PR tree-optimization/47555
2224 Revert
2225 2010-07-15 Sebastian Pop <sebastian.pop@amd.com>
2226
2227 * params.def (PARAM_SCEV_MAX_EXPR_SIZE): Bump the value to 100.
2228
dd2804d2
SB
22292011-02-01 Sebastien Bourdeauducq <sebastien@milkymist.org>
2230
2231 PR gcc/46692
2232 * config/lm32/t-lm32: Add multilib for all CPU options.
2233
3fd3b156
RG
22342011-02-01 Richard Guenther <rguenther@suse.de>
2235
2236 PR tree-optimization/47541
2237 * tree-ssa-structalias.c (push_fields_onto_fieldstack): Make
2238 sure to have a field at offset zero.
2239
f16072b6
JM
22402011-01-31 Joseph Myers <joseph@codesourcery.com>
2241
2242 * config/arc/arc.opt (EB, EL): New Driver options.
2243
6456cf2e
JM
22442011-01-31 Joseph Myers <joseph@codesourcery.com>
2245
2246 * config/alpha/osf5.opt: New.
2247 * config.gcc (alpha*-dec-osf5.1*): Use alpha/osf5.opt.
2248
cdde6ab4
JM
22492011-01-31 Joseph Myers <joseph@codesourcery.com>
2250
2251 * config/vms/vms.opt (map, mvms-return-codes): New Driver options.
2252
7633415c
SP
22532011-01-31 Sebastian Pop <sebastian.pop@amd.com>
2254
2255 * common.opt (ftree-loop-linear): Use Alias to make it an alias of
2256 -floop-interchange.
2257 * invoke.texi (-ftree-loop-linear): Make it clear that this flag
2258 is an alias of -floop-interchange and that it requires the
2259 Graphite infrastructure.
2260 * tree-ssa-loop.c (gate_graphite_transforms): Do not set
2261 flag_loop_interchange based on the value of flag_tree_loop_linear.
2262
0425d6f5
JJ
22632011-01-31 Jakub Jelinek <jakub@redhat.com>
2264 Richard Guenther <rguenther@suse.de>
2265
2266 PR tree-optimization/47538
2267 * tree-ssa-ccp.c (bit_value_binop_1): For uns computation use
2268 type instead of r1type, except for comparisons. For right
2269 shifts and comparisons punt if there are mismatches in
2270 sizetype vs. non-sizetype types.
2271
500b16c3
RO
22722011-01-31 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2273
2274 * doc/sourcebuild.texi (Effective-Target Keywords): Document
2275 avx_runtime.
2276
e279edb0
RO
22772011-01-31 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2278
2279 * configure.ac (gcc_cv_ld_eh_frame_hdr): Update minimal Sun ld
2280 version number.
2281 * configure: Regenerate.
2282
c6092243
RO
22832011-01-31 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2284
2285 * configure.ac (gcc_cv_ld_static_option): Define.
2286 (gcc_cv_ld_dynamic_option): Define.
2287 (gcc_cv_ld_static_dynamic): Tru64 UNIX support -noso/-so_archive
2288 instead.
2289 (HAVE_LD_STATIC_DYNAMIC): Update message.
2290 (LD_STATIC_OPTION): Define.
2291 (LD_DYNAMIC_OPTION): Define.
2292 * configure: Regenerate.
2293 * config.in: Regenerate.
2294 * gcc.c (init_spec) [USE_LIBUNWIND_EXCEPTIONS &&
2295 HAVE_LD_STATIC_DYNAMIC]: Use them.
2296
d7862be3
NC
22972011-01-31 Nick Clifton <nickc@redhat.com>
2298
2299 * config/rx/rx.c (rx_get_stack_layout): Only save call clobbered
2300 registers inside interrupt handlers if the handler is not a leaf
2301 function.
2302
ba4ec0e0
NC
23032011-01-31 Nick Clifton <nickc@redhat.com>
2304
2305 * config/mn10300/mn10300.c (mn10300_regno_in_class_p): Check for
2306 reg_renumber returning an INVALID_REGNUM.
2307
29a63921
AO
23082011-01-31 Alexandre Oliva <aoliva@redhat.com>
2309
2310 PR libgcj/44341
2311 * doc/install.texi: Document host options discarded when cross
2312 configuring target libraries.
2313
ef591d3f
AO
23142011-01-31 Alexandre Oliva <aoliva@redhat.com>
2315
2316 Reverted:
2317 2011-01-25 Alexandre Oliva <aoliva@redhat.com>
2318 PR debug/45136
2319 PR debug/45130
2320 * haifa-sched.c (get_ebb_head_tail): Move notes across boundary
2321 debug insns.
2322 (no_real_insns_p, schedule_block, set_priorities): Drop special
2323 treatment of boundary debug insns.
38be4072 2324 * sched-deps.c (sd_init_insn, sd_finish_insn): Don't mark debug insns.
ef591d3f
AO
2325 * sched-ebb.c (schedule_ebbs): Don't skip debug insns.
2326 * sched-int.h (DEBUG_INSN_SCHED_P): Remove.
2327 (BOUNDARY_DEBUG_INSN_P): Likewise.
2328 (SCHEDULE_DEBUG_INSN_P): Likewise.
2329 * sched-rgn.c (init_ready_list): Drop special treatment of
2330 boundary debug insns.
2331 * final.c (rest_of_clean-state): Clear notes' BB.
2332
61052244
AM
23332011-01-31 Alan Modra <amodra@gmail.com>
2334
2335 * config/rs6000/rs6000.c (print_operand): Rearrange addends in
2336 toc relative expressions as we do in print_operand_address.
2337
c4c8962b
KH
23382011-01-30 Kazu Hirata <kazu@codesourcery.com>
2339
2340 * doc/extend.texi: Follow spelling conventions.
2341 * doc/invoke.texi: Fix a typo.
2342
e543b94c
JM
23432011-01-30 Joseph Myers <joseph@codesourcery.com>
2344
2345 * config/hpux11.opt: New.
2346 * config.gcc (hppa*64*-*-hpux11*, hppa[12]*-*-hpux11*,
2347 ia64*-*-hpux*): Use hpux11.opt.
2348
509d65dd 23492011-01-30 Jonathan Yong <jon_y@users.sourceforge.net>
a70e0551
JY
2350
2351 * config.gcc (i[34567]86-*-pe | i[34567]86-*-cygwin*): Add t-dfprules
2352 to tmake_file.
2353
7be03a0e
GP
23542011-01-30 Gerald Pfeifer <gerald@pfeifer.com>
2355
2356 * doc/install.texi (hppa-hp-hpux10): Remove references to HP
2357 support sites.
2358
419d1d37
GP
23592011-01-30 Gerald Pfeifer <gerald@pfeifer.com>
2360
b596ed64
GP
2361 * doc/install.texi (Binaries): Remove outdated reference for
2362 Motorola 68HC11/68HC12 downloads.
2363
23642011-01-30 Gerald Pfeifer <gerald@pfeifer.com>
61052244 2365
419d1d37
GP
2366 * doc/extend.texi (Thread-Local): Adjust reference to Ulrich
2367 Drepper's paper.
2368
4406d0e9
JW
23692011-01-29 Jonathan Wakely <jwakely.gcc@gmail.com>
2370
2371 PR bootstrap/47147
2372 * ginclude/stddef.h: Check for _X86_64_ANSI_H_ and _I386_ANSI_H_ as
2373 used by NetBSD.
2374
38be4072 23752011-01-28 Ahmad Sharif <asharif@google.com>
e0b77418
AS
2376
2377 * value-prof.c (check_counter): Corrected error message.
2378
0cd98787
JZ
23792011-01-29 Jie Zhang <jie@codesourcery.com>
2380
2381 * config/arm/arm.c (arm_legitimize_reload_address): New.
2382 * config/arm/arm.h (ARM_LEGITIMIZE_RELOAD_ADDRESS): Use
2383 arm_legitimize_reload_address.
38be4072 2384 * config/arm/arm-protos.h (arm_legitimize_reload_address): Declare.
0cd98787 2385
9b798ac5
ILT
23862011-01-28 Ian Lance Taylor <iant@google.com>
2387
2388 * godump.c (go_define): Ignore macros whose definitions include
2389 two adjacent operands.
2390
591e29d9
JJ
23912011-01-28 Jakub Jelinek <jakub@redhat.com>
2392
2393 PR target/42894
2394 * varasm.c (force_const_mem): Store copy of x in desc->constant
2395 instead of x itself.
2396 * expr.c (emit_move_insn): Add a copy of y_cst instead of y_cst
2397 itself into REG_EQUAL note.
2398
62dcc44a
JM
23992011-01-28 Joseph Myers <joseph@codesourcery.com>
2400
2401 * config/freebsd.opt (posix, rdynamic): New Driver options.
2402
c9f58b9a
RO
24032011-01-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2404
2405 * configure.ac (gcc_cv_ld_static_dynamic): IRIX 6 ld supports
2406 -Bstatic/-Bdynamic.
2407 * configure: Regenerate.
2408
5f02b9db
JM
24092011-01-27 Joseph Myers <joseph@codesourcery.com>
2410
2411 * config/rs6000/sysv4.h (LIB_NETBSD_SPEC): Don't handle -profile.
2412 * config/rs6000/vxworks.h (CC1_SPEC): Don't handle -profile.
2413
5df97412
AS
24142011-01-27 Anatoly Sokolov <aesok@post.ru>
2415
2416 * config/s390/s390.h (PREFERRED_RELOAD_CLASS): Remove.
2417 * config/s390/s390-protos.h (s390_preferred_reload_class): Remove.
2418 * config/s390/s390.c (TARGET_PREFERRED_RELOAD_CLASS): Define.
2419 (s390_preferred_reload_class): Make static. Change return and
2420 'rclass' argument type to reg_class_t.
2421
779d4b91
JH
24222011-01-27 Jan Hubicka <jh@suse.cz>
2423
2424 PR middle-end/46949
2425 * cgraphunit.c (process_common_attributes): Fix use of remove_attribute.
2426 (process_function_and_variable_attributes): Check defined weakrefs.
2427
e80b21ed
MJ
24282011-01-27 Martin Jambor <mjambor@suse.cz>
2429
2430 PR tree-optimization/47228
2431 * tree-sra.c (sra_modify_assign): Use build_ref_for_model instead of
2432 build_ref_for_offset.
2433
6dcc4f31
UW
24342011-01-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2435
2436 * config/spu/spu-elf.h (ASM_SPEC): Remove.
2437
509d65dd 24382011-01-26 Mikael Pettersson <mikpe@it.uu.se>
3b8ff89f
MP
2439
2440 PR rtl-optimization/46856
2441 * postreload.c (reload_combine_recognize_const_pattern): Do not
2442 separate cc0 setter and user on cc0 targets.
2443
04af8788
NP
24442011-01-26 Nicola Pero <nicola.pero@meta-innovation.com>
2445
2446 PR c/43082
2447 * c-typeck.c (c_objc_common_truthvalue_conversion): If we are
2448 passed a VOID_TYPE expression, immediately emit an error and
2449 return error_mark_node.
2450
f7a60085
JL
24512011-01-26 Jeff Law <law@redhat.com>
2452
2453 PR rtl-optimization/47464
2454 * df-problems.c (can_move_insn_across): Use may_trap_or_fault_p
2455 rather than may_trap_p as needed.
2456
5c2917ec
DD
24572011-01-26 DJ Delorie <dj@redhat.com>
2458
2459 PR rtl-optimization/46878
2460 * combine.c (insn_a_feeds_b): Check for the implicit cc0
2461 setter/user dependency as well.
2462
bef16e87
EB
24632011-01-26 Eric Botcazou <ebotcazou@adacore.com>
2464
2465 PR rtl-optimization/44469
2466 * cfgcleanup.c (try_optimize_cfg): Iterate in CFG layout mode too
2467 after removing trivially dead basic blocks.
2468
c75d884b
JM
24692011-01-26 Joseph Myers <joseph@codesourcery.com>
2470
2471 * config/bfin/bfin.h (LINK_SPEC): Remove %{Qy:} %{!Qn:-Qy}.
2472 * config/frv/frv.h (LINK_SPEC): Likewise.
2473 * config/i386/netware.h (LINK_SPEC): Likewise.
2474 * config/m68k/linux.h (ASM_SPEC): Likewise.
2475 * config/rs6000/linux64.h (ASM_SPEC_COMMON): Likewise.
2476 * config/rs6000/sysv4.h (LINK_SPEC): Likewise.
2477 * config/rs6000/vxworks.h (ASM_SPEC): Likewise.
2478 * config/sparc/linux.h (ASM_SPEC): Likewise.
2479 * config/sparc/linux64.h (ASM_SPEC): Likewise.
2480 * config/sparc/sp-elf.h (ASM_SPEC): Likewise.
2481
d3153553
JM
24822011-01-26 Joseph Myers <joseph@codesourcery.com>
2483
2484 * config/bfin/bfin.h (ASM_SPEC): Remove %{Ym,*}.
2485 * config/frv/frv.h (ASM_SPEC): Likewise.
2486 * config/m68k/linux.h (ASM_SPEC): Likewise.
2487 * config/pa/pa-linux.h (ASM_SPEC): Likewise.
2488 * config/rs6000/linux64.h (ASM_SPEC): Likewise.
2489 * config/rs6000/vxworks.h (ASM_SPEC): Likewise.
2490 * config/sparc/linux.h (ASM_SPEC): Likewise.
2491 * config/sparc/linux64.h (ASM_SPEC): Likewise.
2492 * config/sparc/sp-elf.h (ASM_SPEC): Likewise.
2493
b89b1e9d
JM
24942011-01-26 Joseph Myers <joseph@codesourcery.com>
2495
2496 * config/bfin/bfin.h (LINK_SPEC): Remove %{YP,*}.
2497 * config/frv/frv.h (LINK_SPEC): Likewise.
2498 * config/rs6000/sysv4.h (LINK_SPEC): Likewise.
2499
12eb1a9c
JM
25002011-01-26 Joseph Myers <joseph@codesourcery.com>
2501
2502 * config/bfin/bfin.h (ASM_SPEC): Remove %{Yd,*}.
2503 * config/frv/frv.h (ASM_SPEC): Likewise.
2504 * config/i386/sol2-10.h (ASM_SPEC): Likewise.
2505 * config/m68k/linux.h (ASM_SPEC): Likewise.
2506 * config/pa/pa-linux.h (ASM_SPEC): Likewise.
2507 * config/rs6000/linux64.h (ASM_SPEC32): Likewise.
2508 * config/rs6000/vxworks.h (ASM_SPEC): Likewise.
2509 * config/sol2.h (ASM_SPEC): Remove comment about -Yd,.
2510 * config/sparc/linux.h (ASM_SPEC): Likewise.
2511 * config/sparc/linux64.h (ASM_SPEC): Likewise.
2512 * config/sparc/sp-elf.h (ASM_SPEC): Likewise.
2513 * config/sparc/sysv4.h (ASM_SPEC): Remove %{Yd,*}.
2514
e435f098
SE
25152011-01-26 Steve Ellcey <sje@cup.hp.com>
2516
2517 PR target/46997
2518 * config/ia64/vect.md (mulv2si3): Enable and fix for TARGET_BIG_ENDIAN.
2519 (*mux2): Ditto.
2520 (vec_extract_evenodd_help): Ditto.
2521 (vec_extract_evenv4hi): Ditto.
2522 (vec_extract_oddv4hi): Ditto.
2523 (vec_interleave_lowv2si): Ditto.
2524 (vec_interleave_highv2si): Ditto.
2525 (vec_extract_evenv2si): Ditto.
2526 (vec_extract_oddv2si: Ditto.
2527 (vec_pack_trunc_v2si): Ditto.
2528
34f0eee0
JH
25292011-01-22 Jan Hubicka <jh@suse.cz>
2530
2531 PR target/47237
2532 * cgraph.h (cgraph_local_info): New field can_change_signature.
2533 * ipa-cp.c (ipcp_update_callgraph): Only compute args_to_skip if callee
2534 signature can change.
2535 (ipcp_estimate_growth): Call sequence simplify only if calle signature
2536 can change.
2537 (ipcp_insert_stage): Only compute args_to_skip if signature can change.
2538 (cgraph_function_versioning): We can not change signature of functions
2539 that don't allow that.
2540 * lto-cgraph.c (lto_output_node): Stream local.can_change_signature.
2541 (lto_input_node): Likewise.
38be4072
UB
2542 * ipa-inline.c (compute_inline_parameters): Compute
2543 local.can_change_signature.
34f0eee0 2544 * ipa-split.c (visit_bb): Never split away APPLY_ARGS.
38be4072
UB
2545 * tree-sra.c (ipa_sra_preliminary_function_checks): Give up on
2546 functions that can not change signature.
34f0eee0 2547 * i386.c (ix86_function_regparm, ix86_function_sseregparm,
38be4072
UB
2548 init_cumulative_args): Do not use local calling conventions
2549 for functions that can not change signature.
34f0eee0 2550
980ca891
JH
25512011-01-22 Jan Hubicka <jh@suse.cz>
2552
2553 * doc/invoke.texi (hot-bb-frequency-fraction): Commit forgotten hunk.
2554
768e3c60
RG
25552011-01-26 Richard Guenther <rguenther@suse.de>
2556
2557 PR tree-optimization/47190
61052244
AM
2558 * cgraphunit.c (process_common_attributes): New function.
2559 (process_function_and_variable_attributes): Use it.
768e3c60 2560
21d6a1c7
RG
25612011-01-26 Richard Guenther <rguenther@suse.de>
2562
2563 PR lto/47423
2564 * cgraphbuild.c (record_eh_tables): Record reference to personality
2565 function.
2566
48bb58b1
AO
25672011-01-26 Alexandre Oliva <aoliva@redhat.com>
2568
2569 PR debug/45454
2570 * sel-sched.c (moveup_expr): Don't let debug insns prevent
2571 non-debug insns from moving up.
2572
58c741a6
DK
25732011-01-26 Dave Korn <dave.korn.cygwin@gmail.com>
2574
2575 PR target/40125
2576 * config.gcc (i[34567]86-*-pe | i[34567]86-*-cygwin*): Select suitable
2577 t-dlldir{,-x} fragment for build and add it to tmake_file.
2578 (i[34567]86-*-mingw* | x86_64-*-mingw*): Likewise.
2579 * Makefile.in (libgcc.mvars): Also export SHLIB_DLLDIR to libgcc.
2580 * config/i386/t-dlldir: New file.
2581 (SHLIB_DLLDIR): Define.
2582 * config/i386/t-dlldir-x: New file.
2583 (SHLIB_DLLDIR): Define.
2584 * config/i386/t-cygming: Error out if SHLIB_DLLDIR is not set.
2585 (SHLIB_INSTALL): Use it.
2586
bff99262
CLT
25872011-01-26 Chung-Lin Tang <cltang@codesourcery.com>
2588
2589 PR target/47246
2590 * config/arm/arm.c (thumb2_legitimate_index_p): Change the
2591 lower bound of the allowed Thumb-2 coprocessor load/store
2592 index range to -256. Add explaining comment.
2593
82c03907
ILT
25942011-01-25 Ian Lance Taylor <iant@google.com>
2595
2596 * godump.c (go_define): Improve lexing of macro expansion to only
2597 accept expressions which match Go spec.
2598
47ea1edf
DK
25992011-01-26 Dave Korn <dave.korn.cygwin@gmail.com>
2600
d4dba752 2601 PR c++/43601
47ea1edf
DK
2602 * tree.c (handle_dll_attribute): Handle it.
2603 * doc/extend.texi (@item dllexport): Mention it.
2604 * doc/invoke.texi (@item -fno-keep-inline-dllexport): Document it.
2605
744f0946
ILT
26062011-01-25 Ian Lance Taylor <iant@google.com>
2607
2608 PR tree-optimization/26854
2609 * c-decl.c (struct c_scope): Add field has_jump_unsafe_decl.
2610 (decl_jump_unsafe): Move higher in file, with no other change.
2611 (bind): Set has_jump_unsafe_decl if appropriate.
2612 (update_label_decls): Test has_jump_unsafe_decl to avoid loop.
2613 (check_earlier_gotos): Likewise.
2614 (c_check_switch_jump_warnings): Likewise.
2615
5734f2b3
JW
26162011-01-25 Jonathan Wakely <jwakely.gcc@gmail.com>
2617
2618 * doc/invoke.texi (Warning Options): Add missing hyphen.
2619 (-fprofile-dir): Minor grammatical fixes.
2620 (-fbranch-probabilities): Likewise.
2621
9bdbdcef
AO
26222011-01-25 Alexandre Oliva <aoliva@redhat.com>
2623
2624 PR debug/45136
2625 PR debug/45130
2626 * haifa-sched.c (get_ebb_head_tail): Move notes across boundary
2627 debug insns.
2628 (no_real_insns_p, schedule_block, set_priorities): Drop special
2629 treatment of boundary debug insns.
38be4072 2630 * sched-deps.c (sd_init_insn, sd_finish_insn): Don't mark debug insns.
9bdbdcef
AO
2631 * sched-ebb.c (schedule_ebbs): Don't skip debug insns.
2632 * sched-int.h (DEBUG_INSN_SCHED_P): Remove.
2633 (BOUNDARY_DEBUG_INSN_P): Likewise.
2634 (SCHEDULE_DEBUG_INSN_P): Likewise.
2635 * sched-rgn.c (init_ready_list): Drop special treatment of
2636 boundary debug insns.
2637 * final.c (rest_of_clean-state): Clear notes' BB.
2638
b305e3da
SP
26392011-01-25 Sebastian Pop <sebastian.pop@amd.com>
2640
2641 * Makefile.in (LAMBDA_H): Removed.
2642 (TREE_DATA_REF_H): Remove dependence on LAMBDA_H.
2643 (OBJS-common): Remove dependence on lambda-code.o, lambda-mat.o,
2644 lambda-trans.o, and tree-loop-linear.o.
2645 (lto-symtab.o): Remove dependence on LAMBDA_H.
2646 (tree-loop-linear.o): Remove rule.
2647 (lambda-mat.o): Same.
2648 (lambda-trans.o): Same.
2649 (lambda-code.o): Same.
2650 (tree-vect-loop.o): Add missing dependence on TREE_DATA_REF_H.
2651 (tree-vect-slp.o): Same.
2652 * hwint.h (gcd): Moved here.
2653 (least_common_multiple): Same.
2654 * lambda-code.c: Removed.
2655 * lambda-mat.c: Removed.
2656 * lambda-trans.c: Removed.
2657 * lambda.h: Removed.
2658 * tree-loop-linear.c: Removed.
2659 * lto-symtab.c: Do not include lambda.h.
2660 * omega.c (gcd): Removed.
2661 * passes.c (init_optimization_passes): Remove pass_linear_transform.
2662 * tree-data-ref.c (print_lambda_vector): Moved here.
2663 (lambda_vector_copy): Same.
2664 (lambda_matrix_copy): Same.
2665 (lambda_matrix_id): Same.
2666 (lambda_vector_first_nz): Same.
2667 (lambda_matrix_row_add): Same.
2668 (lambda_matrix_row_exchange): Same.
2669 (lambda_vector_mult_const): Same.
2670 (lambda_vector_negate): Same.
2671 (lambda_matrix_row_negate): Same.
2672 (lambda_vector_equal): Same.
2673 (lambda_matrix_right_hermite): Same.
2674 * tree-data-ref.h: Do not include lambda.h.
2675 (lambda_vector): Moved here.
2676 (lambda_matrix): Same.
2677 (dependence_level): Same.
2678 (lambda_transform_legal_p): Removed declaration.
2679 (lambda_collect_parameters): Same.
2680 (lambda_compute_access_matrices): Same.
2681 (lambda_vector_gcd): Same.
2682 (lambda_vector_new): Same.
2683 (lambda_vector_clear): Same.
2684 (lambda_vector_lexico_pos): Same.
2685 (lambda_vector_zerop): Same.
2686 (lambda_matrix_new): Same.
2687 * tree-flow.h (least_common_multiple): Removed declaration.
2688 * tree-parloops.c (lambda_trans_matrix): Moved here.
2689 (LTM_MATRIX): Same.
2690 (LTM_ROWSIZE): Same.
2691 (LTM_COLSIZE): Same.
2692 (LTM_DENOMINATOR): Same.
2693 (lambda_trans_matrix_new): Same.
2694 (lambda_matrix_vector_mult): Same.
2695 (lambda_transform_legal_p): Same.
2696 * tree-pass.h (pass_linear_transform): Removed declaration.
2697 * tree-ssa-loop.c (tree_linear_transform): Removed.
2698 (gate_tree_linear_transform): Removed.
2699 (pass_linear_transform): Removed.
2700 (gate_graphite_transforms): Make flag_tree_loop_linear an alias of
2701 flag_loop_interchange.
2702
6bdfdb96
JJ
27032011-01-25 Jakub Jelinek <jakub@redhat.com>
2704
2705 PR tree-optimization/47265
2706 PR tree-optimization/47443
2707 * tree-ssa-forwprop.c (forward_propagate_addr_expr): Return false
2708 if name still has some uses.
2709
e4cba915
MJ
27102011-01-25 Martin Jambor <mjambor@suse.cz>
2711
2712 PR tree-optimization/47382
2713 * gimple-fold.c (gimple_fold_obj_type_ref_call): Removed.
2714 (gimple_fold_call): Do not call gimple_fold_obj_type_ref_call.
2715
509d65dd 27162011-01-25 Joel Sherrill <joel.sherrill@oarcorp.com>
f822b8ea
JS
2717
2718 * config/m32r/m32r.c: Define TARGET_EXCEPT_UNWIND_INFO to
2719 sjlj_except_unwind_info.
2720
194313e2
RG
27212011-01-25 Richard Guenther <rguenther@suse.de>
2722
2723 PR tree-optimization/47426
2724 * tree-ssa-structalias.c (ipa_pta_execute): Make externally
2725 visible functions results escape.
2726
147a0bcf
JJ
27272011-01-25 Jakub Jelinek <jakub@redhat.com>
2728
2729 PR target/45701
2730 * config/arm/arm.c (any_sibcall_uses_r3): New function.
2731 (arm_get_frame_offsets): Use it.
2732
db963b52
SP
27332011-01-25 Sebastian Pop <sebastian.pop@amd.com>
2734 Jakub Jelinek <jakub@redhat.com>
2735
2736 PR tree-optimization/47271
2737 * tree-if-conv.c (bb_postdominates_preds): New.
2738 (if_convertible_bb_p): Call bb_postdominates_preds.
2739 (if_convertible_loop_p_1): Compute CDI_POST_DOMINATORS.
2740 (predicate_scalar_phi): Call bb_postdominates_preds.
2741
bcddd3b9
NC
27422011-01-25 Nick Clifton <nickc@redhat.com>
2743
2744 * config/rx/rx.h (LIBCALL_VALUE): Do not promote complex types.
2745 * config/rx/rx.c (rx_function_value): Likewise.
2746 (rx_promote_function_mode): Likewise.
2747 (gen_safe_add): Place an outsized immediate value inside an UNSPEC
2748 in order to make it legitimate.
38be4072
UB
2749 * config/rx/rx.md (adddi3_internal): If the second operand is a MEM
2750 make sure that the first operand is the same as the result register.
bcddd3b9
NC
2751 (addsi3_unspec): Delete.
2752 (subdi3): Do not accept immediate operands.
2753 (subdi3_internal): Likewise.
2754
7e6cb022
JL
27552011-01-25 Jeff Law <law@redhat.com>
2756
2757 PR rtl-optimization/37273
2758 * ira-costs.c (scan_one_insn): Detect constants living in memory and
2759 handle them like argument loads from stack slots. Do not double
2760 count memory for memory constants and argument loads from stack slots.
2761
9ffa621e
JJ
27622011-01-25 Jakub Jelinek <jakub@redhat.com>
2763
2764 PR tree-optimization/47427
2765 PR tree-optimization/47428
2766 * tree-ssa-copyrename.c (copy_rename_partition_coalesce): Don't
2767 coalesce if the new root var would be TREE_READONLY.
2768
5bd6e652
RG
27692011-01-25 Richard Guenther <rguenther@suse.de>
2770
2771 PR middle-end/47414
2772 * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Use the
2773 correct type for TBAA.
2774
7c48ea69
SP
27752011-01-25 Sebastian Pop <sebastian.pop@amd.com>
2776
2777 * graphite-sese-to-poly.c (dr_indices_valid_in_loop): New.
2778 (close_phi_written_to_memory): Call for_each_index with
2779 dr_indices_valid_in_loop.
2780
38013f25
SP
27812011-01-25 Sebastian Pop <sebastian.pop@amd.com>
2782
2783 * graphite-sese-to-poly.c (new_pbb_from_pbb): Only copy PBB_DOMAIN
2784 when it is initialized.
2785
5c640e29
SP
27862011-01-25 Sebastian Pop <sebastian.pop@amd.com>
2787
2788 * graphite-scop-detection.c (stmt_has_simple_data_refs_p): Update
2789 call to graphite_find_data_references_in_stmt.
2790 * graphite-sese-to-poly.c (outermost_loop_in_sese_1): New.
2791 (try_generate_gimple_bb): Call outermost_loop_in_sese_1. Update
2792 call to graphite_find_data_references_in_stmt.
2793 (analyze_drs_in_stmts): Same.
2794 * tree-data-ref.c (dr_analyze_indices): Pass in parameter the loop
2795 in which the scalar analysis of indices is performed.
2796 (create_data_ref): Same. Update call to dr_analyze_indices.
2797 (find_data_references_in_stmt): Update call to create_data_ref.
2798 (graphite_find_data_references_in_stmt): Same.
2799 * tree-data-ref.h (graphite_find_data_references_in_stmt): Update
2800 declaration.
2801 (create_data_ref): Same.
2802 * tree-ssa-loop-prefetch.c (determine_loop_nest_reuse): Update
2803 call to create_data_ref.
2804
ac53c069
SP
28052011-01-25 Sebastian Pop <sebastian.pop@amd.com>
2806
2807 * graphite-sese-to-poly.c (build_poly_scop): Move
38be4072 2808 rewrite_commutative_reductions_out_of_ssa before find_scop_parameters.
ac53c069 2809
3d17df15
SP
28102011-01-25 Sebastian Pop <sebastian.pop@amd.com>
2811
2812 * graphite-sese-to-poly.c (close_phi_written_to_memory): Also allow
2813 VAR_DECL, PARM_DECL, and RESULT_DECL.
2814
c513da01
SP
28152011-01-25 Sebastian Pop <sebastian.pop@amd.com>
2816
2817 * graphite-dependences.c (reduction_dr_1): Allow several reductions
2818 in a reduction PBB.
2819 * graphite-sese-to-poly.c (split_reduction_stmt): Do not split PBBs
2820 that have already been marked as PBB_IS_REDUCTION.
2821
3a292d59
SP
28222011-01-25 Sebastian Pop <sebastian.pop@amd.com>
2823
2824 * graphite-scop-detection.c (same_close_phi_node): New.
2825 (remove_duplicate_close_phi): New.
2826 (make_close_phi_nodes_unique): New.
2827 (canonicalize_loop_closed_ssa): Call make_close_phi_nodes_unique.
2828
ba858447
SP
28292011-01-25 Sebastian Pop <sebastian.pop@amd.com>
2830
2831 * graphite-dependences.c (new_poly_ddr): Call same_pdr_p.
2832 * graphite-poly.h (same_pdr_p): Do not expect that the PDR_TYPE
2833 of both data references to be the same.
2834
8d865c56
SP
28352011-01-25 Sebastian Pop <sebastian.pop@amd.com>
2836
38be4072
UB
2837 * graphite-dependences.c (build_lexicographical_constraint): Remove
2838 the gdim parameter.
2839 (build_lexicographical_constraint): Adjust call to
2840 ppl_powerset_is_empty.
8d865c56
SP
2841 (dependence_polyhedron): Same.
2842 (graphite_legal_transform_dr): Same.
2843 (graphite_carried_dependence_level_k): Same.
38be4072
UB
2844 * graphite-ppl.c (ppl_powerset_is_empty): Remove the nb_params
2845 parameter.
8d865c56
SP
2846 * graphite-ppl.h (ppl_powerset_is_empty): Adjust declaration.
2847
50034a36
SP
28482011-01-25 Sebastian Pop <sebastian.pop@amd.com>
2849
2850 * graphite-sese-to-poly.c
2851 (translate_scalar_reduction_to_array_for_stmt): Call unshare_expr.
2852 (close_phi_written_to_memory): New.
2853 (translate_scalar_reduction_to_array): Call close_phi_written_to_memory
2854 and unshare_expr.
2855
0deada9e
SP
28562011-01-25 Sebastian Pop <sebastian.pop@amd.com>
2857
2858 * doc/install.texi: Update the expected version number of PPL to 0.11.
2859 * graphite-ppl.c (ppl_powerset_is_empty): Remove now dead code under
2860 #if PPL_VERSION_MINOR < 11.
2861
d7d3d6af
SP
28622011-01-25 Sebastian Pop <sebastian.pop@amd.com>
2863
2864 * graphite-dependences.c: Include graphite-cloog-util.h.
2865 (new_poly_ddr): Inlined into dependence_polyhedron.
2866 (free_poly_ddr): Moved close by new_poly_ddr.
2867 (dependence_polyhedron_1): Renamed dependence_polyhedron.
2868 Early return NULL when ppl_powerset_is_empty returns true.
2869 (dependence_polyhedron): Renamed new_poly_ddr. Call only once
2870 poly_drs_may_alias_p. Avoid one call to ppl_powerset_is_empty.
2871 (graphite_legal_transform_dr): Call new_poly_ddr.
2872 (graphite_carried_dependence_level_k): Same.
2873 (dot_original_deps_stmt_1): Renamed dot_deps_stmt_2. Use new_poly_ddr.
2874 (dot_transformed_deps_stmt_1): Removed.
2875 (dot_deps_stmt_1): Call dot_deps_stmt_2.
2876 (dot_original_deps): Renamed dot_deps_2. Call new_poly_ddr.
2877 (dot_deps_1): Call dot_deps_2.
2878 * Makefile.in (graphite-dependences.o): Add missing dependence on
2879 graphite-cloog-util.h.
2880
28c5db57
SP
28812011-01-25 Sebastian Pop <sebastian.pop@amd.com>
2882
2883 * graphite-dependences.c (new_poly_dr): Call ppl_powerset_is_empty.
2884 (build_lexicographical_constraint): Same.
2885 (dependence_polyhedron_1): Same.
2886 (graphite_legal_transform_dr): Same.
2887 (graphite_carried_dependence_level_k): Same.
2888 * graphite-ppl.c (ppl_powerset_is_empty): New.
2889 * graphite-ppl.h (ppl_powerset_is_empty): Declared.
2890 * tree-data-ref.c (dump_data_reference): Print the basic block index.
2891
5168d98f
SP
28922011-01-25 Sebastian Pop <sebastian.pop@amd.com>
2893
2894 * graphite-dependences.c (build_pairwise_scheduling): Correctly compute
2895 the "a followed by b" relation and document it.
2896
4a40293a
SP
28972011-01-25 Sebastian Pop <sebastian.pop@amd.com>
2898
2899 * graphite-dependences.c (build_lexicographical_constraint): Stop the
2900 iteration when the bag of constraints is empty.
2901
271fb6fa
SP
29022011-01-25 Sebastian Pop <sebastian.pop@amd.com>
2903
2904 * graphite-poly.c (pbb_remove_duplicate_pdrs): Make it work.
2905
92d23680
SP
29062011-01-25 Sebastian Pop <sebastian.pop@amd.com>
2907
2908 * graphite-interchange.c (lst_interchange_profitable_p): Takes a loop
2909 nest and two loop depths as parameters.
2910 (lst_try_interchange_loops): Call lst_interchange_profitable_p after
2911 lst_perfect_nestify.
2912
2f51deff
SP
29132011-01-25 Sebastian Pop <sebastian.pop@amd.com>
2914
2915 * graphite-dependences.c (print_pddr): Call
2916 ppl_io_fprint_Pointset_Powerset_C_Polyhedron.
2917
07f3593c
SP
29182011-01-25 Sebastian Pop <sebastian.pop@amd.com>
2919
2920 * graphite-ppl.c (debug_gmp_value): New.
2921 * graphite-ppl.h (debug_gmp_value): Declared.
2922
3fae6099
TG
29232011-01-25 Tobias Grosser <grosser@fim.uni-passau.de>
2924
2925 * doc/install.texi: Document availability of cloog-0.16.
2926
1c3ba85b
SP
29272011-01-25 Vladimir Kargov <kargov@gmail.com>
2928
2929 * graphite-scop-detection.c (canonicalize_loop_closed_ssa): Free
2930 invalid postdominance info.
2931
e8ba94fc
JH
29322011-01-24 Jan Hubicka <jh@suse.cz>
2933
2934 PR c/21659
2935 * doc/extend.texi (weak pragma): Drop claim that it must
2936 appear before definition.
2937 * varasm.c (merge_weak, declare_weak): Only sanity check
2938 that DECL is not output at a time it is declared weak.
2939
2b6e2d13
KZ
29402011-01-24 Kenneth Zadeck <zadeck@naturalbridge.com>
2941
2942 * machmode.def: Fixed comments.
1c3ba85b 2943
9841210f
KT
29442011-01-24 Kai Tietz <kai.tietz@onevision.com>
2945
2946 * emit-rtl.c (reg_attrs_htab_hash): Replace long by intptr_t.
2947
29482011-01-24 Paul Koning <ni1d@arrl.net>
e046112d
PK
2949
2950 * builtins.c (c_readstr): Fix byte order if BYTES_BIG_ENDIAN !=
1c3ba85b 2951 WORDS_BIG_ENDIAN.
e046112d 2952
a6c5070a
L
29532011-01-24 H.J. Lu <hongjiu.lu@intel.com>
2954
2955 PR target/46519
2956 * config/i386/i386.c: Include sbitmap.h and fibheap.h.
2957 (block_info): Add scanned and prev.
2958 (move_or_delete_vzeroupper_2): Return if the basic block
2959 has been scanned and the upper 128bit state is unchanged
2960 from the last scan.
2961 (move_or_delete_vzeroupper_1): Return true if the exit
2962 state is changed.
2963 (move_or_delete_vzeroupper): Visit basic blocks using the
2964 work-list based algorithm based on vt_find_locations in
2965 var-tracking.c.
2966
2967 * config/i386/t-i386: Also depend on sbitmap.h and $(FIBHEAP_H).
2968
a40d79d7
NC
29692011-01-24 Nick Clifton <nickc@redhat.com>
2970
2971 * config/v850/v850.opt (mv850es): New option - alias for -mv850e1.
2972 * config/v850/v850.h (ASM_SPEC): If -mv850es is specified pass
2973 -mv850e1 to the assembler. If -mv850e1 or -mv850es is specified
2974 then define __v850e1__.
2975 * doc/invoke.texi: Document -mv850es.
2976
440eb8de
RH
29772011-01-24 Richard Henderson <rth@redhat.com>
2978
2979 * config/rx/predicates.md (rx_fp_comparison_operator): Don't accept
2980 compound unordered comparisons.
2981 * config/rx/rx.c (rx_split_fp_compare): Remove.
2982 * config/rx/rx-protos.h: Update.
2983 * config/rx/rx.md (gcc_conds, rx_conds): Remove.
2984 (cbranchsf4): Don't call rx_split_fp_compare.
2985 (*cbranchsf4): Use rx_split_cbranch.
2986 (*cmpsf): Don't accept "i" constraint.
2987 (*conditional_branch): Only valid after reload.
2988 (cstoresf4): Merge expander with insn. Don't call rx_split_fp_compare.
2989
3ff79f99
MM
29902011-01-24 Michael Meissner <meissner@linux.vnet.ibm.com>
2991
2992 PR target/47385
2993 * config/rs6000/altivec.md (vector constant splitters): Add
2994 support for creating vector single precision constants if -mvsx is
2995 used and we would create the constant using Altivec primitives.
2996
ff3d9d08
BS
29972011-01-23 Bernd Schmidt <bernds@codesourcery.com>
2998 Richard Sandiford <rdsandiford@googlemail.com>
2999
3000 PR rtl-optimization/47166
3001 * reload1.c (emit_reload_insns): Disable the spill_reg_store
3002 mechanism for PRE_MODIFY and POST_MODIFY.
3003 (inc_for_reload): For PRE_MODIFY, return the insn that sets the
3004 reloadreg.
3005
7fcaf152
AS
30062011-01-23 Andreas Schwab <schwab@linux-m68k.org>
3007
8788adb6 3008 * compare-elim.c (maybe_select_cc_mode): Add ATTRIBUTE_UNUSED markers.
7fcaf152 3009
d09b58c4
JH
30102011-01-22 Jan Hubicka <jh@suse.cz>
3011
3012 PR lto/47333
3013 * lto-cgraph.c (reachable_from_this_partition_p): Fix pasto.
3014
e8ff8c5a
JH
30152011-01-22 Jan Hubicka <jh@suse.cz>
3016
3017 PR tree-optimization/43884
3018 PR lto/44334
8788adb6 3019 * predict.c (maybe_hot_frequency_p): Use entry block frequency as base.
e8ff8c5a
JH
3020 * doc/invoke.texi (hot-bb-frequency-fraction): Update docs.
3021
ccaed3ba
AS
30222011-01-22 Anatoly Sokolov <aesok@post.ru>
3023
3024 * config/s390/s390.h (REGISTER_MOVE_COST, MEMORY_MOVE_COST): Remove.
3025 * config/s390/s390.c (s390_register_move_cost,
3026 s390_memory_move_cost): New.
3027 (TARGET_REGISTER_MOVE_COST, TARGET_MEMORY_MOVE_COST): Define.
3028
0cecee06
UW
30292011-01-22 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3030
3031 PR middle-end/47401
3032 * except.c (sjlj_assign_call_site_values): Move setting the
3033 crtl->uses_eh_lsda flag to ...
3034 (sjlj_mark_call_sites): ... here.
3035 (sjlj_emit_function_enter): Support NULL dispatch label.
3036 (sjlj_build_landing_pads): In a function with no landing pads
3037 that still has must-not-throw regions, generate code to register
3038 a personality function with empty LSDA.
3039
e692f276
RH
30402011-01-21 Richard Henderson <rth@redhat.com>
3041
1b7ae0b7
RH
3042 * config/rx/rx.c (TARGET_FLAGS_REGNUM): New.
3043
3843787f
RH
3044 * config/mn10300/mn10300.c (TARGET_FLAGS_REGNUM): New.
3045
e692f276
RH
3046 * compare-elim.c: New file.
3047 * Makefile.in (OBJS-common): Add it.
3048 (compare-elim.o): New.
3049 * common.opt (fcompare-elim): New.
3050 * opts.c (default_options_table): Add OPT_fcompare_elim.
3051 * tree-pass.h (pass_compare_elim_after_reload): New.
3052 * passes.c (init_optimization_passes): Add it.
3053 * recog.h: Protect against re-inclusion.
3054 * target.def (TARGET_FLAGS_REGNUM): New POD hook.
3055 * doc/invoke.texi (-fcompare-elim): Document it.
3056 * doc/tm.texi.in (TARGET_FLAGS_REGNUM): Document it.
3057 * doc/tm.texi: Rebuild.
3058
9a7c2050
NC
30592011-01-22 Nick Clifton <nickc@redhat.com>
3060
3061 * config/rx/rx.md (cstoresf4): Pass comparison operator to
3062 rx_split_fp_compare.
3063
15ba5696
NC
30642011-01-22 Nick Clifton <nickc@redhat.com>
3065
3066 * config/rx/rx.md (UNSPEC_CONST): New.
3067 (deallocate_and_return): Wrap the amount popped off the stack in
3068 an UNSPEC_CONST in order to stop it being rejected by
3069 -mmax-constant-size.
3070 (pop_and_return): Add a "(return)" rtx.
3071 (call): Drop the immediate operand.
3072 (call_internal): Likewise.
3073 (call_value): Likewise.
3074 (call_value_internal): Likewise.
3075 (sibcall_internal): Likewise.
3076 (sibcall_value_internal): Likewise.
3077 (sibcall): Likewise. Generate an explicit call using
3078 sibcall_internal.
3079 (sibcall_value): Likewise.
3080 (mov<>): FAIL if a constant operand is not legitimate.
3081 (addsi3_unpsec): New pattern.
9a7c2050 3082
38be4072 3083 * config/rx/rx.c (rx_print_operand_address): Handle UNSPEC CONSTs.
15ba5696
NC
3084 (ok_for_max_constant): New function.
3085 (gen_safe_add): New function.
3086 (rx_expand_prologue): Use gen_safe_add.
3087 (rx_expand_epilogue): Likewise.
3088 (rx_is_legitimate_constant): Use ok_for_max_constant. Handle
3089 UNSPEC CONSTs.
3090
caaf13d3
JL
30912011-01-21 Jeff Law <law@redhat.com>
3092
3093 PR tree-optimization/47053
3094 * tree-ssa-dse.c (need_eh_cleanup): New bitmap.
3095 (dse_optimize_stmt): Set the appropriate bit in NEED_EH_CLEANUP when
3096 statements are deleted.
3097 (tree_ssa_dse): Allocate & free NEED_EH_CLEANUP. If NEED_EH_CLEANUP
3098 is nonempty, then purge dead edges and cleanup the CFG.
3099
12c30f2f
AO
31002011-01-21 Alexandre Oliva <aoliva@redhat.com>
3101
3102 PR debug/47402
3103 Temporarily revert:
3104 2011-01-21 Alexandre Oliva <aoliva@redhat.com>
3105 PR debug/47106
3106 * tree-dfa.c (create_var_ann): Mark variable as used.
3107
7360d2ac
JJ
31082011-01-21 Jakub Jelinek <jakub@redhat.com>
3109
aaa52a96
JJ
3110 PR middle-end/45566
3111 * except.c (convert_to_eh_region_ranges): Emit queued no-region
3112 notes from other section in hot/cold partitioning even if
3113 last_action is -3. Increment call_site_base.
3114
7360d2ac
JJ
3115 PR rtl-optimization/47366
3116 * fwprop.c (forward_propagate_into): Return bool. If
3117 any changes are made, -fnon-call-exceptions is used and
3118 REG_EH_REGION note is present, call purge_dead_edges
3119 and return true if it purged anything.
3120 (fwprop_addr): Adjust callers, call cleanup_cfg (0) if
3121 any EH edges were purged.
3122
e90b336f
JL
31232011-01-21 Jeff Law <law@redhat.com>
3124
3125 PR rtl-optimization/41619
3126 * caller-save.c (setup_save_areas): Break out code to determine
3127 which hard regs are live across calls by examining the reload chains
3128 so that it is always used.
3129 Eliminate code which checked REG_N_CALLS_CROSSED.
3130
3ffe07e1
JJ
31312011-01-21 Jakub Jelinek <jakub@redhat.com>
3132
3133 PR tree-optimization/47355
3134 * tree-eh.c (cleanup_empty_eh_merge_phis): Give up if
3135 NOP has non-debug uses beyond PHIs in new_bb.
3136
1c7d0b34
AO
31372011-01-21 Alexandre Oliva <aoliva@redhat.com>
3138
3139 PR debug/47106
3140 * cfgexpand.c (account_used_vars_for_block): Only account vars
3141 that are annotated as used.
3142 (estimated_stack_frame_size): Don't set TREE_USED.
3143 * tree-dfa.c (create_var_ann): Mark variable as used.
3144
f99cc488
RG
31452011-01-21 Richard Guenther <rguenther@suse.de>
3146
3147 PR middle-end/47395
3148 * tree.def (WIDEN_MULT_MINUS_EXPR): Fix printed name.
3149
3bc27de7
RG
31502011-01-21 Richard Guenther <rguenther@suse.de>
3151
3152 PR tree-optimization/47365
3153 * tree-ssa-sccvn.h (vn_lookup_kind): Declare.
3154 (vn_reference_lookup_pieces): Adjust.
3155 (vn_reference_lookup): Likewise.
3156 * tree-ssa-sccvn.c (vn_walk_kind): New static global.
3157 (vn_reference_lookup_3): Only look through kills if in
3158 VN_WALKREWRITE mode.
3159 (vn_reference_lookup_pieces): Adjust.
3160 (vn_reference_lookup): Likewise.
3161 (visit_reference_op_load): Likewise.
3162 (visit_reference_op_store): Likewise.
3163 * tree-ssa-pre.c (phi_translate_1): Use VN_WALK mode.
3164 (compute_avail): Likewise.
3165 (eliminate): Likewise.
3166
d8debb1d
JJ
31672011-01-21 Jakub Jelinek <jakub@redhat.com>
3168
3169 * tree-ssa-live.c (remove_unused_scope_block_p): Don't remove
3170 DECL_IGNORED_P non-reg vars if they are used.
3171
3a2df831
JJ
3172 PR tree-optimization/47391
3173 * varpool.c (const_value_known_p): Return false if
3174 decl is volatile.
3175
1dd584a2
KT
31762011-01-21 Kai Tietz <kai.tietz@onevision.com>
3177
3178 PR bootstrap/47215
3179 * config/i386/i386.c (ix86_local_alignment): Handle
3180 case for va_list_type_node is nil.
3181 (ix86_canonical_va_list_type): Likewise.
3182
7f9f095e
AM
31832011-01-21 Alan Modra <amodra@gmail.com>
3184
3185 * config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): Add
3186 builtin_define __CMODEL_MEDIUM__ and __CMODEL_LARGE__.
3187
837b01f6
RR
31882011-01-20 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
3189
3190 * config/arm/arm.md (define_attr type): Rename f_load
3191 and f_store to f_fpa_load and f_fpa_store. Update.
3192 (write_conflict): Deal with rename fallout.
3193 (*push_fp_multi): Likewise.
3194 * config/arm/fpa.md (f_load): Use f_fpa_load.
3195 (f_store): Use f_fpa_store.
3196 (*movsf_fpa): Likewise.
3197 (*movdf_fpa): Likewise.
3198 (*movxf_fpa): Likewise.
3199 (*thumb2_movsf_fpa): Likewise.
3200 (*thumb2_movdf_fpa): Likewise.
3201 (*thumb2_movxf_fpa): Likewise.
3202 * config/arm/vfp.md (*thumb2_movdf_vfp): Fix attribute to
3203 f_loadd and f_stored.
3204 (*thumb2_movdi_vfp): Likewise.
3205 (*thumb2_movsf_vfp): Fix attribute to f_loads.
3206 (*thumb2_movsi_vfp): Likewise.
3207 * config/arm/cortex-m4-fpu.md (cortex_m4_f_load):
3208 Use f_loads instead of f_load.
3209 * config/arm/cortex-a5.md (cortex_a5_f_loads): Remove f_load.
3210
a1a79768
AS
32112011-01-20 Anatoly Sokolov <aesok@post.ru>
3212
3213 * config/xtensa/xtensa.h (GO_IF_MODE_DEPENDENT_ADDRESS): Remove.
3214 * config/xtensa/xtensa-protos.h (constantpool_address_p): Remove.
3215 * config/xtensa/xtensa.c (TARGET_MODE_DEPENDENT_ADDRESS_P): Define.
3216 (xtensa_mode_dependent_address_p): New function.
3217 (constantpool_address_p): Make static. Change return type to bool.
3218 Change argument type to const_rtx. Use CONST_INT_P predicate.
3219
427f6cec
AO
32202011-01-20 Alexandre Oliva <aoliva@redhat.com>
3221
3222 PR debug/46583
3223 * tree-ssa-live.c (remove_unused_scope_block_p): Keep type decls.
3224
583ac69c
JJ
32252011-01-20 Jakub Jelinek <jakub@redhat.com>
3226
3227 PR debug/47283
3228 * cfgexpand.c (expand_debug_expr): Instead of generating
3229 (mem (debug_implicit_ptr)) for MEM_REFs use COMPONENT_REF
3230 etc. handling.
3231
93e452ed
RG
32322011-01-20 Richard Guenther <rguenther@suse.de>
3233
3234 PR middle-end/47370
3235 * tree-inline.c (remap_gimple_op_r): Recurse manually for
3236 the pointer operand of MEM_REFs.
3237
28fc44f3
JJ
32382011-01-20 Jakub Jelinek <jakub@redhat.com>
3239
3240 PR tree-optimization/46130
3241 * ipa-split.c (consider_split): If return_bb contains non-virtual
3242 PHIs other than for retval or if split_function would not adjust it,
3243 refuse to split.
3244
ddd268f2
RG
32452011-01-20 Richard Guenther <rguenther@suse.de>
3246
3247 PR tree-optimization/47167
3248 * tree-ssa-copyrename.c (copy_rename_partition_coalesce):
3249 Revert previous change, only avoid enumeral type changes.
3250
882020aa
MS
32512011-01-19 Mike Stump <mikestump@comcast.net>
3252
3253 * doc/tm.texi.in (BRANCH_COST): Englishify.
3254 * doc/tm.texi (BRANCH_COST): Likewise.
3255
7edb6247
DS
32562011-01-19 Dodji Seketeli <dodji@redhat.com>
3257
3258 PR c++/47291
3259 * dwarf2out.c (generic_type_p, schedule_generic_params_dies_gen)
61052244
AM
3260 (gen_scheduled_generic_parms_dies): New functions.
3261 (gen_struct_or_union_type_die): Schedule template parameters DIEs
3262 generation for the end of CU compilation.
3263 (dwarf2out_finish): Generate template parameters DIEs here.
7edb6247 3264
23d5ed5d
AO
32652011-01-19 Alexandre Oliva <aoliva@redhat.com>
3266
3267 PR debug/46240
3268 * tree-into-ssa.c (maybe_register_def): Do not attempt to add
3269 debug bind stmt on merge edges.
3270
37d6a488
AO
32712011-01-19 Alexandre Oliva <aoliva@redhat.com>
3272
3273 PR debug/47079
3274 PR debug/46724
3275 * function.c (instantiate_expr): Instantiate incoming rtl of
3276 implicit arguments, and recurse on VALUE_EXPRs.
3277 (instantiate_decls): Instantiate rtl and VALUE_EXPR of result.
3278 * var-tracking.c (adjust_mems): Reject virtual_incoming_args_rtx.
3279
689f2c82
AO
32802011-01-19 Alexandre Oliva <aoliva@redhat.com>
3281
3282 * c-parser.c (c_parser_for_statement): Initialize
3283 collection_expression.
3284
03029de4
JM
32852011-01-19 Joseph Myers <joseph@codesourcery.com>
3286
3287 * config/spu/spu-elf.h (ASM_SPEC): Remove %{w:-W}.
3288
3e03217e
JM
32892011-01-19 Joseph Myers <joseph@codesourcery.com>
3290
3291 * config/rs6000/sysv4.h (LINK_PATH_SPEC): Remove.
3292 (LINK_SHLIB_SPEC): Don't use %(link_path).
3293 (SUBTARGET_EXTRA_SPECS): Remove link_path.
3294
5bbe9b3f
JM
32952011-01-19 Joseph Myers <joseph@codesourcery.com>
3296
3297 * config/rs6000/sysv4.h (SHARED_LIB_SUPPORT): Remove conditional.
3298 (NO_SHARED_LIB_SUPPORT): Remove.
3299 (LINK_SHLIB_SPEC): Remove one conditional definition.
3300
368e0b39
JM
33012011-01-19 Joseph Myers <joseph@codesourcery.com>
3302
3303 * config/mips/linux64.h (LINK_SPEC): Remove %{non_shared}
3304 %{call_shared}.
3305 * config/mips/mips.h (LINK_SPEC): Remove %{non_shared}.
3306 * config/mips/netbsd.h (LINK_SPEC): Remove %{call_shared}.
3307 * config/mips/openbsd.h (LINK_SPEC): Remove %{non_shared}
3308 %{call_shared} and conditionals on these options not being passed.
3309 * config/mips/sde.h (LINK_SPEC): Remove %{non_shared}
3310 %{call_shared}.
3311
ed7656f6
JJ
33122011-01-19 Jakub Jelinek <jakub@redhat.com>
3313
68457901
JJ
3314 * ipa-split.c (find_return_bb): Use single_pred_p/single_pred_edge,
3315 simplify.
3316
ed7656f6
JJ
3317 * ipa-split.c: Spelling fixes.
3318
e0d1958f
RH
33192011-01-19 Richard Henderson <rth@redhat.com>
3320
3321 * config/mn10300/mn10300.md (mulsi3): Use reg_or_am33_const_operand.
3322 (*mulsi3): Likewise.
3323
27098b6b
RH
3324 * longlong.h [__mn10300__] (count_leading_zeros): New.
3325 [__mn10300__] (umul_ppmm, smul_ppmm): New.
3326 [__mn10300__] (add_ssaaaa, subddmmss): New.
3327 [__mn10300__] (udiv_qrnnd, sdiv_qrnnd): New.
3328 [__mn10300__] (UMUL_TIME, UDIV_TIME): New.
3329
d6be7c36
UW
33302011-01-19 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3331
3332 * config/spu/spu.h (MOVE_RATIO): Return 4 in the !speed case.
3333
b1efde2a
RH
33342011-01-19 Richard Henderson <rth@redhat.com>
3335
44217823
RH
3336 * config/mn10300/mn10300.md (addsi3_flags): New.
3337 (addc_internal, adddi3, adddi3_internal, *adddi3_degenerate): New.
3338 (subsi3_flags, subc_internal, subdi3): New.
3339 (subdi3_internal, *subdi3_degenerate): New.
3340 * config/mn10300/predicates.md (reg_or_am33_const_operand): New.
3341
37a185d7
RH
3342 * config/mn10300/mn10300.c (mn10300_can_use_retf_insn): New.
3343 (mn10300_can_use_rets_insn): Rename from mn10300_can_use_return_insn.
3344 (mn10300_expand_epilogue): Use it. Compute REG_SAVE_BYTES once.
3345 * config/mn10300/mn10300-protos.h: Update.
3346 * config/mn10300/mn10300.md (return): Use mn10300_can_use_retf_insn.
3347 (return_ret): Likewise. Rename from return_internal_regs.
3348 (return_internal): Remove.
3349
040c5757
RH
3350 * config/mn10300/mn10300.c (mn10300_unspec_int_label_counter): Remove.
3351 (mn10300_asm_output_addr_const_extra): Don't handle UNSPEC_INT_LABEL.
3352 (mn10300_legitimate_constant_p): Likewise.
3353 (mn10300_can_use_return_insn): Use mn10300_initial_offset.
3354 (mn10300_frame_size): New.
3355 (mn10300_expand_prologue): Use it.
3356 (mn10300_expand_epilogue): Likewise.
3357 (mn10300_initial_offset): Likewise.
3358 * config/mn10300/mn10300-protos.h: Update.
3359 * config/mn10300/mn10300.h (mn10300_unspec_int_label_counter): Remove.
3360 * config/mn10300/mn10300.md (UNSPEC_INT_LABEL): Remove.
3361 (prologue, epilogue, return_internal): Tidy output code.
3362 (mn10300_store_multiple_operation, return): Likewise.
3363 (int_label, pop_pic_reg, GOTaddr2picreg): Remove.
3364 (am33_loadPC, mn10300_loadPC, call_next_insn): Remove.
3365 (add_GOT_to_pic_reg, add_GOT_to_any_reg): Remove.
3366 (load_pic, am33_load_pic): New.
3367 (mn10300_load_pic0, mn10300_load_pic1): New.
3368
bad41521
RH
3369 * config/mn10300/mn10300-modes.def (CCZN, CCZNC): New modes.
3370 * config/mn10300/mn10300.c (CC_FLAG_Z): New.
3371 (CC_FLAG_N, CC_FLAG_C, CC_FLAG_V): New.
3372 (cc_flags_for_mode, cc_flags_for_code): New.
3373 (mn10300_print_operand) ['B']: Use nc/ns for GE/LT when the
3374 overflow flag is not valid. Validate that the flags we need
3375 for the comparison are valid.
3376 (mn10300_output_cmp): Remove.
3377 (mn10300_output_add): New.
3378 (mn10300_select_cc_mode): Use cc_flags_for_code.
3379 (mn10300_split_cbranch): New.
3380 (mn10300_match_ccmode): New.
3381 (mn10300_split_and_operand_count): New.
3382 * config/mn10300/mn10300.h (SELECT_CC_MODE): Pass all of the arguments
3383 to the function.
3384 * config/mn10300/mn10300.md (*am33_addsi3, *mn10300_addsi3): Merge...
3385 (addsi3): ... here. Use mn10300_output_add.
3386 (*addsi3_flags): New.
3387 (*am33_subsi3, *mn10300_subsi3): Merge...
3388 (subsi3): ... here. Use attribute isa.
3389 (*subsi3_flags): New.
3390 (negsi2): Rewrite from expander to insn_and_split. Use NOT+INC
3391 when possible.
3392 (*am33_andsi3, *mn10300_andsi3): Merge...
3393 (andsi3): ... here.
3394 (*andsi3_flags): New.
3395 (andsi3 splitters): New.
3396 (*am33_iorsi3, *mn10300_iorsi3): Merge...
3397 (iorsi3): ... here.
3398 (*iorsi3_flags): New.
3399 (*am33_xorsi3, *mn10300_xorsi3): Merge...
3400 (xorsi3): ... here.
3401 (*xorsi3_flags): New.
3402 (*am33_cmpsi2, *mn10300_cmplsi2): Merge...
3403 (one_cmplsi2): ... here.
3404 (*one_cmplsi2_flags): New.
3405 (*cbranchsi4_cmp): Rename from cbranchsi4_post_reload. Use "r"
3406 instead of "dax" in constraints. Use mn10300_split_cbranch.
3407 (*cmpsi): Rename from cmpsi. Do not use mn10300_output_cmp. Do not
3408 use matching constraints to eliminate a self-comparison.
3409 (*integer_conditional_branch): Rename from integer_conditional_branch.
3410 Use int_mode_flags to match CC_REG.
3411 (*cbranchsi4_btst, *btstsi): New.
3412 (*cbranchsf4_cmp): Rename from *cbranchsf4_post_reload. Use
3413 mn10300_split_cbranch.
3414 (*am33_cmpsf): Rename from am33_cmpsf.
3415 (*float_conditional_branch): Rename from float_conditional_branch.
3416 (*zero_extendqisi2_am33, *zero_extendqisi2_mn10300): Merge...
3417 (zero_extendqisi2): ... here.
3418 (*zero_extendhisi2_am33, *zero_extendhisi2_mn10300): Merge...
3419 (zero_extendhisi2): ... here.
3420 (*extendqisi2_am33, *extendqisi2_mn10300): Merge...
3421 (extendqisi2): ... here.
3422 (*extendhisi2_am33, *extendhisi2_mn10300): Merge...
3423 (extendhisi2): ... here.
3424 (*am33_ashlsi3, *mn10300_ashlsi3): Merge...
3425 (ashlsi3): ... here.
3426 (*am33_lshrsi3, *mn10300_lshrsi3): Merge...
3427 (lshrsi3): ... here.
3428 (*am33_ashrisi3, *mn10300_ashrsi3): Merge...
3429 (ashrsi3): ... here.
3430 (consecutive add peephole): Remove.
3431 * config/mn10300/predicates.md (label_ref_operand): New.
3432 (int_mode_flags): New.
3433 (CCZN_comparison_operator): New.
3434
9efb4993
RH
3435 * config/mn10300/mn10300.md (UNSPEC_EXT): New.
3436 (throughput_42_latency_43): New reservation.
3437 (mulsidi3, umulsidi3): New expanders.
3438 (mulsidi3_internal): Rewrite from old mulsidi3 pattern. Expose
3439 the MDR register to allocation; separately allocate the low and
3440 high parts of the DImode result.
3441 (umulsidi3_internal): Similarly.
3442 (*am33_mulsi3, *mn10300_mulsi3): Merge into ...
3443 (*mulsi3): ... here. Clobber MDR as a scratch as necessary.
3444 (udivsi3, umodsi3): Remove.
3445 (udivmodsi4, divmodsi4): New expanders.
3446 (*udivmodsi4): Rename from udivmodsi4. Expose MDR properly.
3447 (*divmodsi4): Simiarly.
3448 (ext_internal): New.
3449
c25a21f5
RH
3450 * config/mn10300/constraints.md ("z"): New constraint.
3451 * config/mn10300/mn10300.h (MDR_REGNUM): Remove.
3452 (FIXED_REGISTERS): Don't fix MDR.
3453 (CALL_USED_REGSITERS): Reformat nicely.
3454 (REG_ALLOC_ORDER): Add MDR.
3455 (enum regclass): Add MDR_REGS.
3456 (REG_CLASS_NAMES, REG_CLASS_CONTENTS): Update to match.
3457 (IRA_COVER_CLASSES): Add MDR_REGS.
3458 (REGNO_REG_CLASS): Handle MDR_REG.
3459 * config/mn10300/mn10300.c (mn10300_secondary_reload): Handle MDR_REGS.
3460 (mn10300_register_move_cost): Likewise.
3461 * config/mn10300/mn10300.md (MDR_REG): New.
3462 (*movsi_internal): Handle moves to/from MDR_REGS.
3463
36846b26
RH
3464 * config/mn10300/mn10300.c (mn10300_print_operand_address): Handle
3465 POST_MODIFY.
3466 (mn10300_secondary_reload): Tidy combination reload classes.
3467 (mn10300_legitimate_address_p): Allow post-modify and reg+reg
3468 addresses for AM33. Allow symbolic offsets for reg+imm.
3469 (mn10300_regno_in_class_p): New.
3470 (mn10300_legitimize_reload_address): New.
3471 * config/mn10300/mn10300.h (enum reg_class): Remove
3472 DATA_OR_ADDRESS_REGS, DATA_OR_EXTENDED_REGS, ADDRESS_OR_EXTENDED_REGS,
3473 SP_OR_EXTENDED_REGS, SP_OR_ADDRESS_OR_EXTENDED_REGS. Add
3474 SP_OR_GENERAL_REGS.
3475 (REG_CLASS_NAMES): Update to match.
3476 (REG_CLASS_CONTENTS): Likewise.
3477 (INDEX_REG_CLASS): Use GENERAL_REGS for AM33.
3478 (BASE_REG_CLASS): Use SP_OR_GENERAL_REGS for AM33.
3479 (REGNO_IN_RANGE_P): Remove.
3480 (REGNO_DATA_P): Use mn10300_regno_in_class_p.
3481 (REGNO_ADDRESS_P, REGNO_EXTENDED_P): Likewise.
3482 (REGNO_STRICT_OK_FOR_BASE_P): Likewise.
3483 (REGNO_STRICT_OK_FOR_BIT_BASE_P): Likewise.
3484 (REGNO_STRICT_OK_FOR_INDEX_P): Likewise.
3485 (REGNO_SP_P, REGNO_AM33_P, REGNO_FP_P): Remove.
3486 (REGNO_GENERAL_P): New.
3487 (HAVE_POST_MODIFY_DISP): New.
3488 (USE_LOAD_POST_INCREMENT, USE_STORE_POST_INCREMENT): New.
3489 (LEGITIMIZE_RELOAD_ADDRESS): New.
3490 * config/mn10300/mn10300-protos.h: Update.
3491
8b119bb6
RH
3492 * config/mn10300/mn10300.c (mn10300_preferred_reload_class): Allow
3493 DATA_REGS for AM33 stack-pointer destination.
3494 (mn10300_preferred_output_reload_class): Likewise.
3495 (mn10300_secondary_reload): Rearrange mn10300_secondary_reload_class
3496 into a form appropriate for ...
3497 (TARGET_SECONDARY_RELOAD): New.
3498 * config/mn10300/mn10300.h (SECONDARY_RELOAD_CLASS): Remove.
3499 * config/mn10300/mn10300-protos.h: Update.
3500 * config/mn10300/mn10300.md (reload_plus_sp_const): Rename from
3501 reload_insi; use the "A" constraint for the scratch; handle AM33
3502 moves of sp to non-address registers.
3503
b1efde2a
RH
3504 * config/mn10300/mn10300.md (*am33_movqi, *mn10300_movqi): Merge into
3505 (*movqi_internal): ... here.
3506 (*am33_movhi, *mn10300_movhi): Merge into...
3507 (*movhi_internal): ... here.
3508 (*movsi_internal): Use "r" instead of "dax" in constraints. Use "A"
3509 as the source/destination of moves from/to SP.
3510 (movsf): Only allow for AM33-2.
1c3ba85b 3511 (*movsf_internal): Use "r" instead of "dax"; use "F" instead of
b1efde2a
RH
3512 any integer constant constraint. Only allow for AM33-2. Tidy
3513 all of the alternative outputs.
3514 (movdi, movdf, *am33_2_movdf, *mn10300_movdf): Remove.
3515 (udivmodsi4): Delete expander and promote *udivmodsi4. Disallow
3516 for MN103.
3517 (udivsi3, umodsi3): New patterns for MN103 only.
3518
b899fd78
JR
35192011-01-19 Joern Rennecke <amylaar@spamcop.net>
3520
3521 * doc/tm.texi.in: Spell out that a lack of register class unions
3522 can lead to ICEs.
3523 * doc/tm.texi: Regenerate.
3524
afaaa67d
JJ
35252011-01-19 Jakub Jelinek <jakub@redhat.com>
3526
2e0642cd
JJ
3527 PR rtl-optimization/47337
3528 * dce.c (check_argument_store): New function.
3529 (find_call_stack_args): Ignore debug insns. Use check_argument_store.
3530
afaaa67d
JJ
3531 PR tree-optimization/47290
3532 * tree-eh.c (infinite_empty_loop_p): New function.
3533 (cleanup_empty_eh): Use it.
3534
d2cd871f
SE
35352011-01-18 Steve Ellcey <sje@cup.hp.com>
3536
3537 PR target/46997
3538 * ia64.c (ia64_expand_unpack): Fix code for TARGET_BIG_ENDIAN.
3539 (a64_expand_widen_sum): Ditto.
3540 * vect.md (mulv2si3): Disable for TARGET_BIG_ENDIAN.
3541 (vec_extract_evenodd_help): Ditto.
3542 (vec_extract_evenv4hi): Ditto.
3543 (vec_extract_oddv4hi): Ditto.
3544 (vec_extract_evenv2si): Ditto.
3545 (vec_extract_oddv2si): Ditto.
3546 (vec_extract_evenv2sf): Ditto.
3547 (vec_extract_oddv2sf): Ditto.
3548 (vec_pack_trunc_v4hi: Ditto.
3549 (vec_pack_trunc_v2si): Ditto.
3550 (vec_interleave_lowv8qi): Fix for TARGET_BIG_ENDIAN.
3551 (vec_interleave_highv8qi): Ditto.
3552 (mix1_r): Ditto.
3553 (vec_extract_oddv8qi): Ditto.
3554 (vec_interleave_lowv4hi): Ditto.
3555 (vec_interleave_highv4hi): Ditto.
3556 (vec_interleave_lowv2si): Ditto.
3557 (vec_interleave_highv2si): Ditto.
3558
41a1208a
JDA
35592011-01-18 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3560
3561 * doc/extend.texi: Mention __float128 support on hppa HP-UX.
3562 * config/pa/pa-hpux.h (HPUX_LONG_DOUBLE_LIBRARY): Define to 1.
3563 * config/pa/pa.c (pa_expand_builtin): New. Include "langhooks.h".
3564 (pa_c_mode_for_suffix): New.
3565 (TARGET_EXPAND_BUILTIN): Define.
3566 (TARGET_C_MODE_FOR_SUFFIX): Define.
3567 (pa_builtins): Define.
3568 (pa_init_builtins): Register __float128 type and init new support
3569 builtins.
3570 * config/pa/pa.h (HPUX_LONG_DOUBLE_LIBRARY): Define if not defined.
3571 * config/pa/quadlib.c (_U_Qfcopysign): New.
3572
1ecad98e
EB
35732011-01-18 Eric Botcazou <ebotcazou@adacore.com>
3574
3575 PR middle-end/46894
3576 * explow.c (allocate_dynamic_stack_space): Do not assume more than
3577 BITS_PER_UNIT alignment if STACK_DYNAMIC_OFFSET or STACK_POINTER_OFFSET
3578 are defined.
3579
d4f2460a
UW
35802011-01-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3581
3582 PR tree-optimization/47179
3583 * config/spu/spu.c (spu_ref_may_alias_errno): New function.
3584 (TARGET_REF_MAY_ALIAS_ERRNO): Define.
3585
4994da65
RG
35862011-01-18 Richard Guenther <rguenther@suse.de>
3587
3588 PR rtl-optimization/47216
3589 * emit-rtl.c: Include tree-flow.h.
3590 (set_mem_attributes_minus_bitpos): Use tree_could_trap_p instead
3591 of replicating it with different semantics.
3592 * Makefile.in (emit-rtl.o): Adjust.
3593
1eb458d1
RR
35942011-01-18 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
3595
38be4072 3596 * config/arm/cortex-a9.md (cortex-a9-neon.md): Actually include.
61052244 3597 (cortex_a9_dp): Handle neon types correctly.
1eb458d1 3598
e7ef91dc
JJ
35992011-01-18 Jakub Jelinek <jakub@redhat.com>
3600
3601 PR rtl-optimization/47299
3602 * expr.c (expand_expr_real_2) <case WIDEN_MULT_EXPR>: Don't use
38be4072 3603 subtarget. Use normal multiplication if both operands are constants.
e7ef91dc
JJ
3604 * expmed.c (expand_widening_mult): Don't try to optimize constant
3605 multiplication if op0 has VOIDmode. Convert op1 constant to mode
3606 before using it.
3607
535b7874
RW
36082011-01-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3609
3610 * doc/lto.texi (LTO): Ensure two spaces after period. Fix
3611 spacing after 'e.g.', typos, comma, hyphenation.
3612
27bf36f3
RH
36132011-01-17 Richard Henderson <rth@redhat.com>
3614
8a5b5449
RH
3615 * config/rx/predicates.md (rx_constshift_operand): Use match_test.
3616 (rx_restricted_mem_operand): New.
3617 (rx_shift_operand): Use register_operand.
3618 (rx_source_operand, rx_compare_operand): Likewise.
3619 * config/rx/rx.md (addsi3_flags): New expander.
3620 (adddi3): Rewrite as expander.
3621 (adc_internal, *adc_flags, adddi3_internal): New patterns.
3622 (subsi3_flags): New expander.
3623 (subdi3): Rewrite as expander.
3624 (sbb_internal, *sbb_flags, subdi3_internal): New patterns.
3625
784f69be
RH
3626 * config/rx/rx.c (RX_BUILTIN_SAT): Remove.
3627 (rx_init_builtins): Remove sat builtin.
3628 (rx_expand_builtin): Likewise.
3629 * config/rx/rx.md (ssaddsi3): New.
3630 (*sat): Rename from sat. Represent the CC_REG input.
3631
f033541c
RH
3632 * config/rx/predicates.md (rshift_operator): New.
3633 * config/rx/rx.c (rx_expand_insv): Remove.
3634 * config/rx/rx-protos.h: Update.
3635 * config/rx/rx.md (*bitset): Rename from bitset. Swap the ashift
3636 operand to the canonical position.
3637 (*bitset_in_memory, *bitinvert, *bitinvert_in_memory): Similarly.
3638 (*bitclr, *bitclr_in_memory): Similarly.
3639 (*insv_imm, rx_insv_reg, *insv_cond, *bmcc, *insv_cond_lt): New.
3640 (insv): Retain the zero_extract in the expansion.
3641
34fee389
RH
3642 * config/rx/rx.md (bswapsi2): Use = not + for output reload.
3643 (bswaphi2, bitinvert, revw): Likewise.
3644
265c835f
RH
3645 * config/rx/rx.c (gen_rx_store_vector): Use VOIDmode for gen_rtx_SET.
3646 (gen_rx_rtsd_vector, gen_rx_popm_vector): Likewise.
3647 * config/rx/rx.md (pop_and_return): Use VOIDmode for SET.
3648 (stack_push, stack_pushm, stack_pop, stack_popm): Likewise.
3649 (bitset, bitset_in_memory): Likewise.
3650 (bitinvert, bitinvert_in_memory): Likewise.
3651 (bitclr, bitclr_in_memory): Likewise.
3652 (insv, sync_lock_test_and_setsi, movstr, rx_movstr): Likewise.
3653 (rx_strend, rx_cmpstrn): Likewise.
3654 (rx_setmem): Likewise. Make the source BLKmode to match the dest.
3655 (bitop peep2 patterns): Remove.
3656
b4d83be3
RH
3657 * config/rx/rx.c (rx_match_ccmode): New.
3658 * config/rx/rx-protos.h: Update.
3659 * config/rx/rx.md (abssi2): Clobber, don't set flags.
3660 (addsi3, adddi3, andsi3, negsi2, one_cmplsi2, iorsi3): Likewise.
3661 (rotlsi3, rotrsi3, ashrsi3, lshrsi3, ashlsi3): Likewise.
3662 (subsi3, subdi3, xorsi3, addsf3, divsf3, mulsf3, subsf3): Likewise.
3663 (fix_truncsfsi2, floatsisf2): Likewise.
3664 (*abssi2_flags, *addsi3_flags, *andsi3_flags, *negsi2_flags): New.
3665 (*one_cmplsi2_flags, *iorsi3_flags, *rotlsi3_flags): New.
3666 (*rotrsi3_flags, *ashrsi3_flags, *lshrsi3_flags, *ashlsi3_flags): New.
3667 (*subsi3_flags, *xorsi3_flags): New.
3668
d0acb939
RH
3669 * config/rx/rx.md (cstoresf4, *cstoresf4): New patterns.
3670
c06fc3d9
RH
3671 * config/rx/rx.c (rx_print_operand): Remove workaround for
3672 unsplit comparison operations.
3673
2882702b
RH
3674 * config/rx/rx.md (movsicc): Split after reload.
3675 (*movsicc): Merge *movsieq and *movsine via match_operator.
3676 (*stcc): New pattern.
3677
6f7310f2
RH
3678 * config/rx/rx.c (rx_float_compare_mode): Remove.
3679 * config/rx/rx.h (rx_float_compare_mode): Remove.
3680 * config/rx/rx.md (cstoresi4): Split after reload.
3681 (*sccc): New pattern.
3682
e963cb1a
RH
3683 * config/rx/predicates.md (label_ref_operand): New.
3684 (rx_z_comparison_operator): New.
3685 (rx_zs_comparison_operator): New.
3686 (rx_fp_comparison_operator): New.
3687 * config/rx/rx.c (rx_print_operand) [B]: Examine comparison modes.
3688 Validate that the flags are set properly for the comparison.
3689 (rx_gen_cond_branch_template): Remove.
3690 (rx_cc_modes_compatible): Remove.
3691 (mode_from_flags): New.
3692 (flags_from_code): Rename from flags_needed_for_conditional.
3693 (rx_cc_modes_compatible): Re-write in terms of flags_from_mode.
3694 (rx_select_cc_mode): Likewise.
3695 (rx_split_fp_compare): New.
3696 (rx_split_cbranch): New.
3697 * config/rx/rx.md (most_cond, zs_cond): Remove iterators.
3698 (*cbranchsi4): Use match_operator and rx_split_cbranch.
3699 (*cbranchsf4): Similarly.
3700 (*cbranchsi4_tst): Rename from *tstbranchsi4_<code>. Use
3701 match_operator and rx_split_cbranch.
3702 (*cbranchsi4_tst_ext): Combine *tstbranchsi4m_eq and
3703 tstbranchsi4m_ne. Use match_operator and rx_split_cbranch.
3704 (*cmpsi): Rename from cmpsi.
3705 (*tstsi): Rename from tstsi.
3706 (*cmpsf): Rename from cmpsf; use CC_Fmode.
3707 (*conditional_branch): Rename from conditional_branch.
3708 (*reveresed_conditional_branch): Remove.
3709 (b<code>): Remove expander.
3710 * config/rx/rx-protos.h: Update.
3711
af530bb4
RH
3712 * config/rx/rx.c (rx_compare_redundant): Remove.
3713 * config/rx/rx.md (cmpsi): Don't use it.
3714 * config/rx/rx-protos.h: Update.
3715
27bf36f3
RH
3716 * config/rx/rx-modes.def (CC_F): New mode.
3717 * config/rx/rx.c (rx_select_cc_mode): New.
3718 * config/rx/rx.h (SELECT_CC_MODE): Use it.
3719 * config/rx/rx-protos.h: Update.
3720
d7fde127
RH
37212011-01-17 Richard Henderson <rth@redhat.com>
3722
3723 * except.c (dump_eh_tree): Fix stray ; after for statement.
3724
6ff38230
RG
37252011-01-17 Richard Guenther <rguenther@suse.de>
3726
3727 PR tree-optimization/47313
3728 * tree-inline.c (tree_function_versioning): Move DECL_RESULT
3729 handling before copying the body. Properly deal with
3730 by-reference result in SSA form.
3731
114ce554
ILT
37322011-01-17 Ian Lance Taylor <iant@google.com>
3733
bf5cd92b 3734 PR target/47219
114ce554
ILT
3735 * config/sparc/sparc.c (sparc_sr_alias_set): Don't define.
3736 (struct_value_alias_set): Don't define.
3737 (sparc_option_override): Don't set sparc_sr_alias_set and
3738 struct_value_alias_set.
3739 (save_or_restore_regs): Use gen_frame_mem rather than calling
3740 set_mem_alias_set.
3741 (sparc_struct_value_rtx): Likewise.
3742
98c6d93c
L
37432011-01-17 H.J. Lu <hongjiu.lu@intel.com>
3744
3745 PR target/47318
3746 * config/i386/avxintrin.h (_mm_maskload_pd): Change mask to
3747 __m128i.
3748 (_mm_maskstore_pd): Likewise.
3749 (_mm_maskload_ps): Likewise.
3750 (_mm_maskstore_ps): Likewise.
3751 (_mm256_maskload_pd): Change mask to __m256i.
3752 (_mm256_maskstore_pd): Likewise.
3753 (_mm256_maskload_ps): Likewise.
3754 (_mm256_maskstore_ps): Likewise.
3755
3756 * config/i386/i386-builtin-types.def: Updated.
3757 (ix86_expand_special_args_builtin): Likewise.
3758
3759 * config/i386/i386.c (bdesc_special_args): Update
3760 __builtin_ia32_maskloadpd, __builtin_ia32_maskloadps,
3761 __builtin_ia32_maskloadpd256, __builtin_ia32_maskloadps256,
3762 __builtin_ia32_maskstorepd, __builtin_ia32_maskstoreps,
3763 __builtin_ia32_maskstorepd256 and __builtin_ia32_maskstoreps256.
3764
3765 * config/i386/sse.md (avx_maskload<ssemodesuffix><avxmodesuffix>):
3766 Use <avxpermvecmode> on mask register.
3767 (avx_maskstore<ssemodesuffix><avxmodesuffix>): Likewise.
3768
b9361af2 37692011-01-17 Olivier Hainque <hainque@adacore.com>
61052244
AM
3770 Michael Haubenwallner <michael.haubenwallner@salomon.at>
3771 Eric Botcazou <ebotcazou@adacore.com>
b9361af2
OH
3772
3773 PR target/46655
3774 * xcoffout.c (ASM_OUTPUT_LINE): Output line only if positive, and only
3775 if <= USHRT_MAX in 32-bit mode.
3776
b7ae9eb5
RW
37772011-01-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3778
3779 * doc/install.texi (Configuration, Specific): Wrap long
3780 lines in examples. Allow line wrapping in long options
3781 and URLs where beneficial for PDF output.
3782
4377fad9
RS
37832011-01-16 Richard Sandiford <rdsandiford@googlemail.com>
3784
3785 * config/mips/mips.c (mips_classify_symbol): Don't return
3786 SYMBOL_PC_RELATIVE for nonlocal labels.
3787
55959ffa 37882011-01-15 Eric Botcazou <ebotcazou@adacore.com>
be46831f 3789
55959ffa
EB
3790 * config/sparc/sol2-bi.h (CC1_SPEC): Fix typo.
3791
37922011-01-15 Jan Hubicka <jh@suse.cz>
3793
3794 PR tree-optimization/47276
be46831f
JH
3795 * ipa.c (function_and_variable_visibility): Do not try to mark alias
3796 declarations as needed.
3797
05842ff5
MJ
37982011-01-15 Martin Jambor <mjambor@suse.cz>
3799
3800 * common.opt (fdevirtualize): New flag.
3801 * doc/invoke.texi (Option Summary): Document it.
3802 * opts.c (default_options_table): Add devirtualize flag.
3803 * ipa-prop.c (detect_type_change): Return immediately if
3804 devirtualize flag is not set.
3805 (detect_type_change_ssa): Likewise.
3806 (compute_known_type_jump_func): Likewise.
3807 (ipa_analyze_virtual_call_uses): Likewise.
3808
f65cf2b7
MJ
38092011-01-14 Martin Jambor <mjambor@suse.cz>
3810
3811 PR tree-optimization/45934
3812 PR tree-optimization/46302
3813 * ipa-prop.c (type_change_info): New type.
3814 (stmt_may_be_vtbl_ptr_store): New function.
3815 (check_stmt_for_type_change): Likewise.
3816 (detect_type_change): Likewise.
3817 (detect_type_change_ssa): Likewise.
3818 (compute_complex_assign_jump_func): Check for dynamic type change.
3819 (compute_complex_ancestor_jump_func): Likewise.
3820 (compute_known_type_jump_func): Likewise.
3821 (compute_scalar_jump_functions): Likewise.
3822 (ipa_analyze_virtual_call_uses): Likewise.
3823 (ipa_analyze_node): Push and pop cfun, set current_function_decl.
3824
eb5bb0fd
JM
38252011-01-14 Joseph Myers <joseph@codesourcery.com>
3826
3827 * config/i386/i386.h (CC1_CPU_SPEC_1): Don't handle -msse5.
3828 * config/i386/i386.opt (msse5): New Alias.
3829
f2060fbe
JM
38302011-01-14 Joseph Myers <joseph@codesourcery.com>
3831
3832 * config/sparc/linux.h (CC1_SPEC): Remove %{sun4:} %{target:}.
3833 * config/sparc/linux64.h (CC1_SPEC): Likewise.
3834 * config/sparc/netbsd-elf.h (CC1_SPEC32, CC1_SPEC64): Likewise.
3835 * config/sparc/sparc.h (CC1_SPEC): Likewise.
3836
3a7b4385
JM
38372011-01-14 Joseph Myers <joseph@codesourcery.com>
3838
3839 * config/sparc/linux.h (CC1_SPEC): Don't handle old equivalents of
3840 -mcpu options.
3841 * config/sparc/linux64.h (CC1_SPEC): Likewise.
3842 * config/sparc/netbsd-elf.h (CC1_SPEC32, CC1_SPEC64): Likewise.
3843 * config/sparc/sol2-bi.h (CPP_CPU_SPEC, CC1_SPEC): Likewise.
3844 * config/sparc/sparc.h (CPP_CPU_SPEC, CC1_SPEC, ASM_CPU_SPEC):
3845 Likewise.
3846 * config/sparc/t-elf (MULTILIB_MATCHES): Don't handle -mv8.
3847
a7b778f8
JM
38482011-01-14 Joseph Myers <joseph@codesourcery.com>
3849
38be4072 3850 * config/rs6000/vxworks.h (CC1_SPEC): Don't handle -fvec or -fvec-eabi.
a7b778f8 3851
a7edae0a
MS
38522011-01-14 Mike Stump <mikestump@comcast.net>
3853
3854 * config/alpha/alpha.md (umk_mismatch_args): Don't put a mode on set.
3855 * config/fr30/fr30.md: Likweise
3856 (movsi_push): Likewise.
3857 (movsi_pop): Likewise.
3858 (enter_func): Likewise.
3859 * config/moxie/moxie.md (movsi_push): Likewise.
3860 (movsi_pop): Likewise.
3861
cbabf03f
JM
38622011-01-14 Joseph Myers <joseph@codesourcery.com>
3863
3864 * config/mips/linux64.h (LINK_SPEC): Remove %{bestGnum}
3865 %{no_archive} %{exact_version}.
3866 * config/mips/mips.h (LINK_SPEC): Remove %{bestGnum}.
3867 * config/mips/netbsd.h (LINK_SPEC): Remove %{bestGnum}
3868 %{no_archive} %{exact_version}.
3869 * config/mips/openbsd.h (LINK_SPEC): Likewise.
3870 * config/mips/sde.h (LINK_SPEC): Remove %{bestGnum}.
3871 * config/mips/vxworks.h: Likewise.
3872
438da41a
JM
38732011-01-14 Joseph Myers <joseph@codesourcery.com>
3874
38be4072 3875 * config/microblaze/microblaze.h (ASM_SPEC): Remove %{microblaze1}.
438da41a 3876
da290a42
JM
38772011-01-14 Joseph Myers <joseph@codesourcery.com>
3878
3879 * config/m32r/little.h (CPP_ENDIAN_SPEC, CC1_ENDIAN_SPEC,
3880 ASM_ENDIAN_SPEC, LINK_ENDIAN_SPEC): Remove.
3881
8989d00e
JM
38822011-01-14 Joseph Myers <joseph@codesourcery.com>
3883
3884 * config/i386/nwld.h (LINK_SPEC): Check -nodefaultlibs not
3885 -nodefaultlib.
3886
a3010a69
JM
38872011-01-14 Joseph Myers <joseph@codesourcery.com>
3888
3889 * config/cris/cris.h (ASM_SPEC, CRIS_ASM_SUBTARGET_SPEC): Check
3890 for mcpu not cpu.
3891 * config/cris/linux.h (CRIS_CPP_SUBTARGET_SPEC,
3892 CRIS_CC1_SUBTARGET_SPEC, CRIS_ASM_SUBTARGET_SPEC): Check for mcpu
3893 not cpu.
3894 (CRIS_LINK_SUBTARGET_SPEC): Don't generate -rpath-link options.
3895 Don't handle -shlib.
3896
e7f2f537
JM
38972011-01-14 Joseph Myers <joseph@codesourcery.com>
3898
3899 * config/avr/avr.h (CPP_SPEC): Don't handle -posix.
3900 (CC1_SPEC): Don't handle -profile.
3901
34830bfd
JM
39022011-01-14 Joseph Myers <joseph@codesourcery.com>
3903
3904 * config/microblaze/microblaze.h (CC1_SPEC): Remove -gline spec.
3905 * config/mips/mips.h (CC1_SPEC): Likewise.
3906
b2d36e74
JM
39072011-01-14 Joseph Myers <joseph@codesourcery.com>
3908
3909 * config/microblaze/microblaze.h (CC1_SPEC): Remove %{save-temps: }.
3910 * config/mips/mips.h (CC1_SPEC): Likewise.
3911
dabadc52
JM
39122011-01-14 Joseph Myers <joseph@codesourcery.com>
3913
3914 * config/i386/linux.h (LINK_SPEC): Don't use %{!ibcs:} conditional.
3915 * config/m32r/linux.h (LINK_SPEC): Likewise.
3916 * config/mips/linux.h (LINK_SPEC): Likewise.
3917 * config/mips/linux64.h (LINK_SPEC): Likewise.
3918 * config/sparc/linux.h (LINK_SPEC): Likewise.
3919 * config/sparc/linux64.h (LINK_ARCH32_SPEC, LINK_ARCH64_SPEC,
3920 LINK_SPEC): Likewise.
3921 * config/xtensa/linux.h (LINK_SPEC): Likewise.
3922
43ee6785
JM
39232011-01-14 Joseph Myers <joseph@codesourcery.com>
3924
3925 * config/arm/linux-elf.h (LINUX_TARGET_LINK_SPEC): Remove
3926 %{version:-v}.
3927 * config/lm32/uclinux-elf.h (LINK_SPEC): Likewise.
3928
45e79dfd
JM
39292011-01-14 Joseph Myers <joseph@codesourcery.com>
3930
3931 * config/sparc/sp-elf.h (ASM_SPEC): Remove %{v:-V}.
3932 * config/sparc/sp64-elf.h (ASM_SPEC): Likewise.
3933
37e9e71d
JM
39342011-01-14 Joseph Myers <joseph@codesourcery.com>
3935
3936 * config/arm/linux-elf.h (LINUX_TARGET_LINK_SPEC): Remove %{b}.
3937
bb127cd8
RO
39382011-01-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3939
3940 * configure.ac (gcc_cv_ld_static_dynamic): Solaris 2 ld always
3941 supports -Bstatic/-Bdynamic.
3942 * configure: Regenerate.
3943
89a012ea 39442011-01-14 Jan Hubicka <jh@suse.cz>
509d65dd 3945 Jack Howarth <howarth@bromo.med.uc.edu>
89a012ea
JH
3946
3947 PR target/46037
3948 * config/darwin.c (darwin_override_options): Honor flag_gtoggle
3949 when checking debug_info_level. Test write_symbols instead of
3950 debug_hooks->var_location when setting flag_var_tracking_uninit.
3951
7352c013
RG
39522011-01-14 Richard Guenther <rguenther@suse.de>
3953
3954 PR tree-optimization/47179
3955 * target.def (ref_may_alias_errno): New target hook.
3956 * targhooks.h (default_ref_may_alias_errno): Declare.
3957 * targhooks.c: Include tree-ssa-alias.h and tree-flow.h.
3958 (default_ref_may_alias_errno): New function.
3959 * target.h (struct ao_ref_s): Declare.
3960 * tree-ssa-alias.c: Include target.h.
3961 (call_may_clobber_ref_p_1): Use the ref_may_alias_errno target hook.
3962 * Makefile.in (tree-ssa-alias.o): Adjust dependencies.
3963 (targhooks.o): Likewise.
3964 * doc/tm.texi.in (TARGET_REF_MAY_ALIAS_ERRNO): Document.
3965 * doc/tm.texi (TARGET_REF_MAY_ALIAS_ERRNO): Copy documentation.
3966
9a6c9288
RG
39672011-01-14 Richard Guenther <rguenther@suse.de>
3968
3969 * tree-ssa-structalias.c (new_var_info): Use DECL_HARD_REGISTER.
3970
0fdb0d27
RG
39712011-01-14 Richard Guenther <rguenther@suse.de>
3972
3973 PR tree-optimization/47280
3974 * tree-ssa-forwprop.c (associate_plusminus): Cleanup EH and
3975 return CFG changes.
3976 (tree_ssa_forward_propagate_single_use_vars): Deal with
3977 CFG changes from associate_plusminus.
3978
8f66db3b
RG
39792011-01-14 Richard Guenther <rguenther@suse.de>
3980
3981 PR middle-end/47281
3982 Revert
3983 2011-01-11 Richard Guenther <rguenther@suse.de>
3984
280d9630
EB
3985 PR tree-optimization/46076
3986 * tree-ssa.c (useless_type_conversion_p): Conversions from
3987 unprototyped to empty argument list function types are useless.
8f66db3b 3988
6c0c92e6
RG
39892011-01-14 Richard Guenther <rguenther@suse.de>
3990
3991 PR tree-optimization/47286
280d9630 3992 * tree-ssa-structalias.c (new_var_info): Register variables are global.
6c0c92e6 3993
db09f943
MJ
39942011-01-14 Martin Jambor <mjambor@suse.cz>
3995
3996 PR middle-end/46823
3997 * tree-inline.c (expand_call_inline): Get fndecl from call graph edge.
3998
dde8a3a4
AS
39992011-01-13 Anatoly Sokolov <aesok@post.ru>
4000
4001 * config/xtensa/xtensa.h (XTENSA_LIBCALL_VALUE, LIBCALL_VALUE,
4002 LIBCALL_OUTGOING_VALUE, FUNCTION_VALUE_REGNO_P): Remove macros.
4003 * config/xtensa/xtensa.c (xtensa_libcall_value,
4004 xtensa_function_value_regno_p): New functions.
4005 (TARGET_LIBCALL_VALUE, TARGET_FUNCTION_VALUE_REGNO_P): Define.
4006
a2b63a20
KT
40072011-01-13 Kai Tietz <kai.tietz@onevision.com>
4008
4009 PR c++/47213
4010 * config/i386/cygming.h (TARGET_ASM_ASSEMBLE_VISIBILITY):
4011 PE specific hook.
4012 * config/i386/i386-protos.h (i386_pe_assemble_visibility):
4013 New function prototype.
4014 * config/i386/winnt.c (i386_pe_assemble_visibility):
4015 Warn only if attribute was specified by user.
4016
b41f0b34
MM
40172011-01-13 Michael Meissner <meissner@linux.vnet.ibm.com>
4018
4019 PR target/47251
4020 * config/rs6000/rs6000.md (floatunsdidf2): Add check for hardware
4021 floating point.
4022 (floatunsdidf2_fcfidu): Ditto.
4023
3f3c098d
AK
40242011-01-13 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
4025
4026 * config/s390/s390.c (print_operand_address): Replace 'error' with
4027 'output_operand_lossage'.
4028 (print_operand): Likewise.
4029
29fa95ed
JL
40302011-01-13 Jeff Law <law@redhat.com>
4031
280d9630 4032 PR rtl-optimization/39077
29fa95ed
JL
4033 * doc/invoke.texi (max-gcse-insertion-ratio): Document.
4034 * params.h (MAX_GCSE_INSERTION_RATIO): Define.
4035 * params.def (PARAM_MAX_GCSE_INSERTION_RATIO): Define.
4036 * lcm.c (pre_edge_lcm): Properly initialize output sbitmaps.
4037 * gcse.c (prune_insertions_deletions): New function.
4038 (compute_pre_data): Use it.
4039
71d12276
DS
40402011-01-13 Dodji Seketeli <dodji@redhat.com>
4041
4042 PR debug/PR46973
4043 * dwarf2out.c (prune_unused_types_mark_generic_parms_dies): New
4044 static function.
61052244 4045 (prune_unused_types_mark): Use it.
71d12276 4046
9b0f04e7
AB
40472011-01-13 Andrey Belevantsev <abel@ispras.ru>
4048
4049 PR rtl-optimization/45352
1c3ba85b 4050 * sel-sched.c: Update copyright years.
9b0f04e7 4051 (reset_sched_cycles_in_current_ebb): Also recheck the DFA state
1c3ba85b 4052 in the advancing loop when we have issued issue_rate insns.
9b0f04e7 4053
d6a3e264
RH
40542011-01-12 Richard Henderson <rth@redhat.com>
4055
a49b692a
RH
4056 * config/mn10300/mn10300.c (mn10300_md_asm_clobbers): New.
4057 (TARGET_MD_ASM_CLOBBERS): New.
4058
126b1483
RH
4059 * config/mn10300/mn10300.c (mn10300_delegitimize_address): New.
4060 (TARGET_DELEGITIMIZE_ADDRESS): New.
4061
f3d9d2e0
RH
4062 * config/mn10300/mn10300.md (UNSPEC_BSCH): New.
4063 (clzsi2, *bsch): New patterns.
4064
d84760c9
RH
4065 * config/mn10300/mn10300.md (INT): New mode iterator.
4066 (*mov<INT>_clr): New pattern, and peep2 to generate it.
4067
ec815d65
RH
4068 * config/mn10300/mn10300.c (mn10300_option_override): Force enable
4069 flag_split_wide_types.
4070
d6a3e264
RH
4071 * config/mn10300/mn10300.c (mn10300_asm_trampoline_template): Remove.
4072 (mn10300_trampoline_init): Rewrite without a template, an immediate
4073 load and a direct branch.
4074 * config/mn10300/mn10300.h (TRAMPOLINE_SIZE): Reduce to 16.
4075
0f8ab434
AS
40762011-01-12 Anatoly Sokolov <aesok@post.ru>
4077
4078 * config/s390/s390.h (OUTPUT_ADDR_CONST_EXTRA): Remove.
4079 * config/s390/s390-protos.h (s390_output_addr_const_extra): Remove.
4080 * config/s390/s390.c (s390_output_addr_const_extra): Make static.
4081 (TARGET_ASM_OUTPUT_ADDR_CONST_EXTRA): Define.
4082
d8a24b65
KT
40832011-01-12 Kai Tietz <kai.tietz@onevision.com>
4084
4085 PR debug/47209
4086 * dwarfout2.c (should_emit_struct_debug): Use TYPE_MAIN_VARIANT
4087 of type.
4088
56e22cab
JH
40892011-01-12 Jan Hubicka <jh@suse.cz>
4090
4091 PR driver/47244
4092 * gcc.c (PLUGIN_COND): Update to disable plugin unless -flto is used.
4093 (PLUGIN_COND_CLOSE): New macro.
4094 (LINK_COMMAND_SPEC): Update to use PLUGIN_COND_CLOSE.
4095
4b18b3c2
RG
40962011-01-12 Richard Guenther <rguenther@suse.de>
4097
4098 PR lto/47259
4099 * lto-streamer-out.c (output_gimple_stmt): Do not wrap
4100 register variables in a MEM_REF.
4101
8e38461c
JM
41022011-01-12 Joseph Myers <joseph@codesourcery.com>
4103
4104 * config.gcc (arm*-*-linux*, bfin*-uclinux*, bfin*-linux-uclibc*,
4105 crisv32-*-linux* | cris-*-linux*, frv-*-*linux*, moxie-*-uclinux*,
4106 hppa*64*-*-linux*, hppa*-*-linux*, i[34567]86-*-linux* |
4107 i[34567]86-*-kfreebsd*-gnu | i[34567]86-*-knetbsd*-gnu |
4108 i[34567]86-*-gnu* | i[34567]86-*-kopensolaris*-gnu,
4109 x86_64-*-linux* | x86_64-*-kfreebsd*-gnu | x86_64-*-knetbsd*-gnu,
4110 ia64*-*-linux*, lm32-*-uclinux*, m32r-*-linux*, m32rle-*-linux*,
4111 m68k-*-uclinux*, m68k-*-linux*, microblaze*-linux*,
4112 mips64*-*-linux* | mipsisa64*-*-linux*, mips*-*-linux*,
4113 s390-*-linux*, s390x-*-linux*, sh*-*-linux*, sparc-*-linux*,
4114 sparc64-*-linux*, vax-*-linux*, xtensa*-*-linux*,
4115 am33_2.0-*-linux*): Use gnu-user.h before linux.h.
4116 * config/gnu-user.h: New. Copied from linux.h.
4117 (LINUX_TARGET_STARTFILE_SPEC): Rename to
4118 GNU_USER_TARGET_STARTFILE_SPEC.
4119 (LINUX_TARGET_ENDFILE_SPEC): Rename to
4120 GNU_USER_TARGET_ENDFILE_SPEC.
4121 (LINUX_TARGET_CC1_SPEC): Rename to GNU_USER_TARGET_CC1_SPEC.
4122 (LINUX_TARGET_LIB_SPEC): Rename to GNU_USER_TARGET_LIB_SPEC.
4123 (OPTION_GLIBC, OPTION_UCLIBC, OPTION_BIONIC,
4124 LINUX_TARGET_OS_CPP_BUILTINS, CHOOSE_DYNAMIC_LINKER1,
4125 CHOOSE_DYNAMIC_LINKER, UCLIBC_DYNAMIC_LINKER,
4126 UCLIBC_DYNAMIC_LINKER32, UCLIBC_DYNAMIC_LINKER64,
4127 BIONIC_DYNAMIC_LINKER, BIONIC_DYNAMIC_LINKER32,
4128 BIONIC_DYNAMIC_LINKER64, LINUX_DYNAMIC_LINKER,
4129 LINUX_DYNAMIC_LINKER32, LINUX_DYNAMIC_LINKER64,
4130 TARGET_C99_FUNCTIONS, TARGET_HAS_SINCOS): Remove.
4131 * config/arm/linux-eabi.h (CC1_SPEC): Use
4132 GNU_USER_TARGET_CC1_SPEC.
4133 (LIB_SPEC): Use GNU_USER_TARGET_LIB_SPEC.
4134 (STARTFILE_SPEC): Use GNU_USER_TARGET_STARTFILE_SPEC.
4135 (ENDFILE_SPEC): Use GNU_USER_TARGET_ENDFILE_SPEC
4136 * config/linux.h (NO_IMPLICIT_EXTERN_C, ASM_APP_ON, ASM_APP_OFF,
4137 LINUX_TARGET_STARTFILE_SPEC, STARTFILE_SPEC,
4138 LINUX_TARGET_ENDFILE_SPEC, ENDFILE_SPEC, LINUX_TARGET_CC1_SPEC,
4139 CC1_SPEC, CPLUSPLUS_CPP_SPEC, LINUX_TARGET_LIB_SPEC, LIB_SPEC,
4140 LINK_EH_SPEC, LINK_GCC_C_SEQUENCE_SPEC, USE_LD_AS_NEEDED): Remove.
4141
a570fc16
RG
41422011-01-12 Richard Guenther <rguenther@suse.de>
4143
4144 PR other/46946
4145 * doc/invoke.texi (ffast-math): Document it is turned on
4146 with -Ofast.
4147
b0223c3e
JH
41482011-01-12 Jan Hubicka <jh@suse.cz>
4149
4150 PR tree-optimization/47233
ca1e00b3
EB
4151 * opts.c (common_handle_option): Disable ipa-reference with profile
4152 feedback.
b0223c3e 4153
1c3ba85b 41542011-01-12 Nicola Pero <nicola.pero@meta-innovation.com>
d853ee42
NP
4155
4156 * c-parser.c (c_parser_objc_at_property_declaration): Improved
ca1e00b3
EB
4157 error message.
4158
d853ee42
NP
41592011-01-12 Nicola Pero <nicola.pero@meta-innovation.com>
4160
4161 * c-parser.c (c_lex_one_token): Updated and reindented some
4162 comments. No changes in code.
4163
4053a5a0
ILT
41642011-01-11 Ian Lance Taylor <iant@google.com>
4165
4166 * godump.c (go_output_var): Don't output the variable if there is
4167 already a type with the same name.
4168
fa3e04d2
ILT
41692011-01-11 Ian Lance Taylor <iant@google.com>
4170
4171 * godump.c (go_format_type): Don't generate float80.
4172
885fe07c
RH
41732011-01-11 Richard Henderson <rth@redhat.com>
4174
72d6e3c5
RH
4175 * config/mn10300/mn10300.c (mn10300_address_cost): Remove forward
4176 declaration. Rewrite for both speed and size.
4177 (mn10300_address_cost_1): Remove.
4178 (mn10300_register_move_cost): New.
4179 (mn10300_memory_move_cost): New.
4180 (mn10300_rtx_costs): Rewrite for both speed and size. Don't handle
4181 ZERO_EXTRACT. Do handle UNSPEC, arithmetic, logicals, compare,
4182 extensions, shifts, BSWAP, CLZ.
4183 (mn10300_wide_const_load_uses_clr): Remove.
4184 (TARGET_REGISTER_MOVE_COST): New.
4185 (TARGET_MEMORY_MOVE_COST): New.
4186 * config/mn10300/mn10300-protos.h: Update.
4187 * config/mn10300/mn10300.h (REGISTER_MOVE_COST): Remove.
4188
df37c023
RH
4189 * config/mn10300/constraints.md ("R", "T"): Remove constraints.
4190 * config/mn10300/mn10300.c (mn10300_mask_ok_for_mem_btst): Remove.
4191 * config/mn10300/mn10300-protos.h: Update.
4192 * config/mn10300/mn10300.md (movsi_internal): Don't use "R".
4193 (*byte_clear, *byte_set, *bit_clear1, *bit_clear2, *bit_set): Remove.
4194 (iorqi3, *am33_iorqi3, *mn10300_iorqi3): Remove.
4195 (*test_int_bitfield, *test_byte_bitfield): Remove.
4196 (*bit_test, *subreg_bit_test): Remove.
62d3f9b2 4197 * config/mn10300/predicates.md (const_8bit_operand): Remove.
df37c023 4198
85a337b5
RH
4199 * config/mn10300/constraints.md ("c"): Rename from "A".
4200 ("A", "D"): New constraint letters.
4201 * config/mn10300/mn10300.md (fmasf4): Use the "c" constraint.
4202 (fmssf4, fnmasf4, fnmssf4): Likewise.
4203
a5c727e3
RH
4204 * config/mn10300/mn10300.md (isa): New attribute.
4205 (enabled): New attribute.
4206
0d9e23f4
RH
4207 * config/mn10300/mn10300.md (absdf2, negdf2): Remove.
4208 (abssf2, negsf2): Define only for hardware fp.
4209 (sqrtsf2): Reformat.
4210 (addsf3, subsf3, mulsf3): Merge expander and insn.
4211
c157b3f0
RH
4212 * config/mn10300/mn10300.h (ARG_PIONTER_CFA_OFFSET): New.
4213 (DEBUGGER_AUTO_OFFSET): Remove.
4214 (DEBUGGER_ARG_OFFSET): Remove.
4215
cc909bba
RH
4216 * config/mn10300/mn10300.c (mn10300_gen_multiple_store): Make static.
4217 Emit register stores with the same offsets as the hardware.
4218 (mn10300_store_multiple_operation): Don't check that the register
4219 save offsets are monotonic.
4220 * config/mn10300/mn10300-protos.h: Update.
4221
e3b5c2f3
RH
4222 * config/mn10300/mn10300.h (ASM_PN_FORMAT): Delete.
4223
885fe07c
RH
4224 * config/mn10300/mn10300.h (INCOMING_RETURN_ADDR_RTX): Define
4225 in terms of the value on the stack, not the MDR register.
4226
6e701822
JH
42272011-01-11 Jan Hubicka <jh@suse.cz>
4228
4229 PR lto/45721
4230 PR lto/45375
4231 * tree.h (symbol_alias_set_t): Move typedef here from varasm.c
4232 (symbol_alias_set_destroy, symbol_alias_set_contains,
4233 propagate_aliases_backward): Declare.
4234 * lto-streamer-out.c (struct sets): New sturcture.
4235 (trivally_defined_alias): New function.
4236 (output_alias_pair_p): Rewrite.
4237 (output_unreferenced_globals): Fix output of alias pairs.
4238 (produce_symtab): Likewise.
4239 * ipa.c (function_and_variable_visibility): Set weak alias destination
4240 as needed in lto.
4241 * varasm.c (symbol_alias_set_t): Remove.
4242 (symbol_alias_set_destroy): Export.
4243 (propagate_aliases_forward, propagate_aliases_backward): New functions
4244 based on ...
4245 (compute_visible_aliases): ... this one; remove.
4246 (trivially_visible_alias): New
4247 (trivially_defined_alias): New.
4248 (remove_unreachable_alias_pairs): Rewrite.
4249 (finish_aliases_1): Reorganize code checking if alias is defined.
4250 * passes.c (rest_of_decl_compilation): Do not call assemble_alias when
4251 in LTO mode.
4252
1b248907
RG
42532011-01-11 Richard Guenther <rguenther@suse.de>
4254
4255 PR tree-optimization/46076
4256 * tree-ssa.c (useless_type_conversion_p): Conversions from
4257 unprototyped to empty argument list function types are useless.
4258
b1923f0a
RG
42592011-01-11 Richard Guenther <rguenther@suse.de>
4260
4261 PR middle-end/45235
4262 * emit-rtl.c (set_mem_attributes_minus_bitpos): Do not mark
4263 volatile MEMs as MEM_READONLY_P.
4264
e98965af
RG
42652011-01-11 Richard Guenther <rguenther@suse.de>
4266
4267 PR tree-optimization/47239
4268 * tree-ssa-ccp.c (get_value_from_alignment): Punt for FUNCTION_DECLs.
4269
9f9ca914
JL
42702011-01-11 Jeff Law <law@redhat.com>
4271
1ee3ea05 4272 PR tree-optimization/47086
9f9ca914
JL
4273 * tree-ssa-loop-ivopts.c (find_givs_in_stmt_scev): Do not record
4274 IVs from statements that might throw.
4275
345fdcb7
JH
42762011-01-10 Jan Hubicka <jh@suse.cz>
4277
4278 PR lto/45375
4279 * lto-cgraph.c (input_profile_summary): Remove overactive sanity check.
4280
c459c97b
JH
42812011-01-10 Jan Hubicka <jh@suse.cz>
4282
4283 PR lto/45375
4284 * profile.c (read_profile_edge_counts): Ignore profile inconistency
4285 when correcting profile.
4286
06c9eb51
JH
42872011-01-10 Jan Hubicka <jh@suse.cz>
4288
4289 PR lto/46083
4290 * lto-streamer-out.c (pack_ts_function_decl_value_fields): Store
4291 DECL_FINI_PRIORITY.
4292 * lto-streamer-in.c (unpack_ts_function_decl_value_fields):
4293 Restore DECL_FINI_PRIORITY.
4294
ae9fd815
RW
42952011-01-10 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4296
4297 * doc/gimple.texi: Fix quoting of multi-word return values in
4298 @deftypefn statements. Ensure presence of return value. Wrap
4299 overlong @deftypefn lines.
4300 (is_gimple_operand, is_gimple_min_invariant_address): Remove
4301 descriptions of removed functions.
4302 * doc/hostconfig.texi (Host Common): Wrap long line, fix quoting
4303 of multi-word return value in @deftypefn statement.
4304
0ecb4a7c
RW
43052011-01-10 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4306
4307 * doc/gimple.texi (Temporaries, Operands, Compound Lvalues)
4308 (Conditional Expressions, Logical Operators)
4309 (Statement and operand traversals): Do not indent smallexample
4310 code. Fix duplicate function argument in example.
4311
2e5e346d
JL
43122011-01-10 Jeff Law <law@redhat.com>
4313
1ee3ea05 4314 PR tree-optimization/47141
2e5e346d
JL
4315 * ipa-split.c (split_function): Handle case where we are
4316 returning a value and the return block has a virtual operand phi.
4317
cf9712cc
JH
43182011-01-10 Jan Hubicka <jh@suse.cz>
4319
1c3ba85b 4320 PR tree-optimization/47234
cf9712cc
JH
4321 * tree-pass.h (TODO_rebuild_cgraph_edges): New TODO.
4322 (pass_feedback_split_functions): Declare.
4323 * passes.c (init_optimization_passes): Add ipa-split as subpass of
4324 tree-profile.
4325 * ipa-split.c (gate_split_functions): Update comments; disable
4326 split-functions for profile_arc_flag and branch_probabilities.
4327 (gate_feedback_split_functions): New function.
4328 (execute_feedback_split_functions): New function.
4329 (pass_feedback_split_functions): New global var.
4330
94cd932c
L
43312011-01-10 H.J. Lu <hongjiu.lu@intel.com>
4332
4333 PR lto/46760
4334 * tree-inline.c (tree_can_inline_p): Check e->call_stmt before
4335 calling gimple_call_set_cannot_inline.
4336
fbbfcaf1
IS
43372011-01-10 Iain Sandoe <iains@gcc.gnu.org>
4338
4339 * config/darwin-sections.def: Remove unused section.
4340
d06865bf
DK
43412011-01-10 Dave Korn <dave.korn.cygwin@gmail.com>
4342
4343 PR c++/47218
4344 * cgraphunit.c (assemble_thunk): Call resolve_unique_section.
4345
96bbfbac
NP
43462011-01-09 Nicola Pero <nicola.pero@meta-innovation.com>
4347
4348 PR objc/47232
4349 * c-parser.c (c_parser_declaration_or_fndef): Improved
4350 error message.
4351
1ba6516f
KT
43522011-01-09 Kai Tietz <kai.tietz@onevision.com>
4353
4354 * config/i386/winnt.c (i386_pe_start_function): Make sure
4355 to switch back to function's section.
4356
0c5d770e
IS
43572011-01-09 Iain Sandoe <iains@gcc.gnu.org>
4358
4359 PR gcc/46902
4360 PR testsuite/46912
4361 * plugin.c: Move include of dlfcn.h from here...
4362 * system.h: ... to here.
4363
43642011-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4ee1aa2a
RW
4365
4366 * doc/cpp.texi (C++ Named Operators): Fix markup for header
4367 file name.
4368 * doc/cppinternals.texi (Top): Wrap node in @ifnottex to avoid
4369 two extra empty pages in PDF output.
4370
046608a3
NP
43712011-01-08 Nicola Pero <nicola.pero@meta-innovation.com>
4372
4373 PR objc/47078
4374 * c-parser.c (c_parser_objc_type_name): If the type is unknown,
4375 for error recovery purposes behave as if it was not specified so
4376 that the default type is usd.
4377
8cb114b9
JH
43782011-01-07 Jan Hubicka <jh@suse.cz>
4379
4380 PR tree-optmization/46469
4381 * ipa.c (function_and_variable_visibility): Clear needed flags on
4382 nodes with external decls; handle weakrefs merging correctly.
4383
b294a75e
JM
43842011-01-07 Joseph Myers <joseph@codesourcery.com>
4385
4386 * opts.c (finish_options): Set opts->x_flag_opts_finished to true,
4387 not false.
4388
96bdf9b4
JH
43892011-01-07 Jan Hubicka <jh@suse.cz>
4390
4391 * doc/invoke.texi: (-flto, -fuse-linker-plugin): Update defaults
4392 and no longer claim that gold is required for linker plugin.
4393 * configure: Regenerate.
4394 * gcc.c (PLUGIN_COND): New macro.
4395 (LINK_COMMAND_SPEC): Use it.
4396 (main): Default to plugin enabled with HAVE_LTO_PLUGIN is set.
4397 * config.in (HAVE_LTO_PLUGIN): New.
4398 * configure.ac (--with-lto-plugin): New parameter; autodetect
4399 HAVE_LTO_PLUGIN.
4400
17afc0fe
JH
44012011-01-07 Jan Hubicka <jh@suse.cz>
4402
4403 PR tree-optimization/46367
4404 * ipa-inline.c (cgraph_clone_inlined_nodes): Use original function only
4405 when we can update original.
4406 (cgraph_mark_inline_edge): Sanity check.
4407 * ipa-prop.c (ipa_make_edge_direct_to_target): Sanity check.
4408
d4c48c0f
UW
44092011-01-07 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4410
4411 * config/spu/spu.h (ASM_COMMENT_START): Define.
4412
96f5b137
L
44132011-01-07 H.J. Lu <hongjiu.lu@intel.com>
4414
4415 PR driver/42445
4416 * gcc.c (%>S): New.
4417 (SWITCH_KEEP_FOR_GCC): Likewise.
4418 (set_collect_gcc_options): Check SWITCH_KEEP_FOR_GCC.
4419 (do_spec_1): Handle "%>".
4420
4421 * config/i386/i386.h (CC1_CPU_SPEC): Replace "%<" with "%>".
4422
c6a8f6de
JJ
44232011-01-07 Jakub Jelinek <jakub@redhat.com>
4424
c21bbd7a
JJ
4425 PR target/47201
4426 * config/i386/i386.c (ix86_delegitimize_address): If
4427 simplify_gen_subreg fails, return orig_x.
4428
c6a8f6de
JJ
4429 PR bootstrap/47187
4430 * value-prof.c (gimple_stringop_fixed_value): Handle
4431 lhs of the call properly.
4432
fe95fbf9
JH
44332011-01-07 Jan Hubicka <jh@suse.cz>
4434
4435 PR lto/45375
4436 * lto-opt.c (lto_reissue_options): Set flag_shlib.
4437
14d11d40
IS
44382011-01-07 Iain Sandoe <iains@gcc.gnu.org>
4439
72e961c8
EB
4440 * target.def (function_switched_text_sections): New hook.
4441 * doc/tm.texi: Regenerated.
4442 * doc/tm.texi.in (TARGET_ASM_FUNCTION_SWITCHED_TEXT_SECTIONS): New.
14d11d40 4443 * final.c (default_function_switched_text_sections): New.
72e961c8
EB
4444 (final_scan_insn): Call function_switched_text_sections when a
4445 mid-function section change occurs.
14d11d40 4446 * output.h (default_function_switched_text_sections): Declare.
72e961c8
EB
4447 * config/darwin-protos.h (darwin_function_switched_text_sections):
4448 Likewise.
14d11d40 4449 * config/darwin.c (darwin_function_switched_text_sections): New.
72e961c8 4450 * config/darwin.h (TARGET_ASM_FUNCTION_SWITCHED_TEXT_SECTIONS): New.
14d11d40 4451
0b764288
IS
44522011-01-07 Iain Sandoe <iains@gcc.gnu.org>
4453
4454 * dwarf2out.c (gen_subprogram_die): Add pubnames with code ranges for
4455 DWARF >= 3. Add pubnames for the primary section and a reduced DIE for
4456 the secondary code fragment when outputting for DWARF == 2.
4457
2ac6bb04
AS
44582011-01-07 Anatoly Sokolov <aesok@post.ru>
4459
4460 * config/xtensa/xtensa.h (OUTPUT_ADDR_CONST_EXTRA): Remove.
4461 * config/xtensa/xtensa-protos.h (xtensa_output_addr_const_extra):
4462 Remove.
4463 * config/xtensa/xtensa.c (xtensa_output_addr_const_extra): Make static.
4464 (TARGET_ASM_OUTPUT_ADDR_CONST_EXTRA): Define.
4465
9f82de11
EB
44662011-01-06 Eric Botcazou <ebotcazou@adacore.com>
4467
4468 PR debug/46704
280d9630
EB
4469 * dwarf2out.c (dwarf2out_finish): Output the debug_aranges section only
4470 when it is not empty.
9f82de11
EB
4471
44722011-01-06 Changpeng Fang <changpeng.fang@amd.com>
14b52538 4473
1ed72abf 4474 Bobcat Enablement
14b52538 4475 * config.gcc (i[34567]86-*-linux* | ...): Add btver1.
1ed72abf 4476 (case ${target}): Add btver1.
14b52538 4477 * config/i386/driver-i386.c (host_detect_local_cpu): Let
1ed72abf 4478 -march=native recognize btver1 processors.
14b52538 4479 * config/i386/i386-c.c (ix86_target_macros_internal): Add
1ed72abf 4480 btver1 def_and_undef
14b52538 4481 * config/i386/i386.c (struct processor_costs btver1_cost): New
1ed72abf
CF
4482 btver1 cost table.
4483 (m_BTVER1): New definition.
4484 (m_AMD_MULTIPLE): Includes m_BTVER1.
4485 (initial_ix86_tune_features): Add btver1 tune.
4486 (processor_target_table): Add btver1 entry.
4487 (static const char *const cpu_names): Add btver1 entry.
4488 (software_prefetching_beneficial_p): Add btver1.
4489 (ix86_option_override_internal): Add btver1 instruction sets.
4490 (ix86_issue_rate): Add btver1.
4491 (ix86_adjust_cost): Add btver1.
14b52538 4492 * config/i386/i386.h (TARGET_BTVER1): New definition.
1ed72abf
CF
4493 (enum target_cpu_default): Add TARGET_CPU_DEFAULT_btver1.
4494 (enum processor_type): Add PROCESSOR_BTVER1.
14b52538
CF
4495 * config/i386/i386.md (define_attr "cpu"): Add btver1.
4496
e1a973d8
RO
44972011-01-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4498
4499 PR target/43309
4500 * config/i386/i386.c (legitimize_tls_address)
4501 <TLS_MODEL_INITIAL_EXEC>: Handle TARGET_64BIT && TARGET_SUN_TLS.
4502 * config/i386/i386.md (UNSPEC_TLS_IE_SUN): Declare.
4503 (tls_initial_exec_64_sun): New pattern.
4504
c73f67c5
GP
45052011-01-06 Gerald Pfeifer <gerald@pfeifer.com>
4506
4507 * doc/invoke.texi (Overall Options): Improve wording and markup
4508 of the description of -wrapper.
4509
bc4c6f9c
JM
45102011-01-06 Joseph Myers <joseph@codesourcery.com>
4511
4512 * config/sol2.opt (G, YP,, Ym,, compat-bsd, pthread, pthreads,
4513 rdynamic, threads): New Driver options.
4514
adb75db0
RO
45152011-01-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4516
4517 PR target/38118
4518 * config/sol2.h (ASM_OUTPUT_ALIGNED_COMMON): Also switch to .bss
4519 if coming from .tdata.
4520 * config/i386/sol2-10.h (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
4521
402c1cb4
JH
45222011-01-06 Jan Hubicka <jh@suse.cz>
4523
4524 PR lto/47188
4525 * collect2.c (main): Do not enable LTOmode when plugin is active.
4526
a4da6485
RO
45272011-01-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4528
4529 PR other/45915
4530 * configure.ac (gcc_cv_as_gnu_unique_object): Only use ldd
4531 --version output if supported.
4532 * configure: Regenerate.
4533
028dbdf4
JM
45342011-01-06 Joseph Myers <joseph@codesourcery.com>
4535
4536 * config/linux-android.opt (tno-android-cc, tno-android-ld): New
4537 Driver options.
4538
dfe776dd
JJ
45392011-01-06 Jakub Jelinek <jakub@redhat.com>
4540
4541 PR c/47150
4542 * c-convert.c (convert): When converting a complex expression
4543 other than COMPLEX_EXPR to a different complex type, ensure
4544 c_save_expr is called instead of save_expr, unless in_late_binary_op.
4545 * c-typeck.c (convert_for_assignment): Set in_late_binary_op also
4546 when converting COMPLEX_TYPE.
4547
210dedfe
IR
45482011-01-06 Ira Rosen <irar@il.ibm.com>
4549
4550 PR tree-optimization/47139
4551 * tree-vect-loop.c (vect_is_simple_reduction_1): Check that
4552 only the last reduction value is used outside the loop. Update
4553 documentation.
4554
cd33a412
JM
45552011-01-05 Joseph Myers <joseph@codesourcery.com>
4556
4557 * config/rtems.opt: New.
4558 * config.gcc (*-*-rtems*): Use rtems.opt.
4559
819edd94
CF
45602011-01-05 Changpeng Fang <changpeng.fang@amd.com>
4561
4562 * config/i386/i386.c (ix86_option_override_internal): Bulldozer
4563 processors do not support 3DNow instructions.
4564
dc242c4a
UW
45652011-01-05 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4566
4567 * config/spu/spu.c (spu_option_override): Set parameter
4568 PARAM_MAX_COMPLETELY_PEEL_TIMES to 4 instead of 1.
4569
be286227
JH
45702011-01-05 Jan Hubicka <jh@suse.cz>
4571
4572 * lto-wrapper.c (run_gcc): Default to WHOPR mode when none is specified
4573 at the command line.
4574
644e637f
MJ
45752011-01-05 Martin Jambor <mjambor@suse.cz>
4576
4577 PR lto/47162
4578 * lto-cgraph.c (output_cgraph_opt_summary_p): Also check for thunk
4579 deltas on streamed outgoing edges.
4580 (output_node_opt_summary): Output info for outgoing edges only when
4581 the node is in new parameter set.
4582 (output_cgraph_opt_summary): New parameter set, passed to the two
4583 aforementioned functions. Update its forward declaration and its
4584 callee too.
4585
7bd11157
TT
45862011-01-05 Tom Tromey <tromey@redhat.com>
4587
4588 * c-parser.c (c_parser_omp_atomic): Pass location of assignment
4589 operator to c_finish_omp_atomic.
4590 * c-typeck.c (lvalue_or_else): Add 'loc' argument.
4591 (build_unary_op): Update.
4592 (build_modify_expr): Update.
4593 (build_asm_expr): Update.
4594
f626b979
UW
45952011-01-05 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4596
4597 * config/spu/spu.c (emit_nop_for_insn): Set INSN_LOCATOR for
4598 newly inserted insns.
4599 (pad_bb): Likewise.
4600 (spu_emit_branch_hint): Likewise.
4601 (insert_hbrp_for_ilb_runout): Likewise.
4602 (spu_machine_dependent_reorg): Call df_finish_pass after
4603 schedule_insns returns.
4604
4c825c02
UW
46052011-01-05 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4606
4607 * config/spu/spu.c (spu_expand_prologue): Support -fstack-usage.
4608
5e9fba51
EB
46092011-01-05 Eric Botcazou <ebotcazou@adacore.com>
4610
4611 PR tree-optimization/47005
4612 * tree-sra.c (struct access): Add 'non_addressable' bit.
4613 (create_access): Set it for a DECL_NONADDRESSABLE_P field.
4614 (decide_one_param_reduction): Return 0 if the parameter is passed by
4615 reference and one of the accesses in the group is non_addressable.
4616
3ebb5ca6
EB
46172011-01-04 Eric Botcazou <ebotcazou@adacore.com>
4618
4619 PR tree-optimization/47056
4620 * cgraphbuild.c (mark_address): Remove ATTRIBUTE_UNUSED markers.
4621 (mark_load): Likewise. Handle FUNCTION_DECL specially.
4622 (mark_store): Likewise. Pass STMT to ipa_record_reference.
4623
d5d4d14e
EB
46242011-01-04 Eric Botcazou <ebotcazou@adacore.com>
4625
4626 * dwarf2out.c (rtl_for_decl_init): Strip no-op conversions off the
4627 initializer. Skip view conversions from aggregate types.
4628
d996ef70
KT
46292011-01-04 Kai Tietz <kai.tietz@onevision.com>
4630
4631 PR bootstrap/47055
4632 * libgcov.c (gcov_exit): Check for HAS_DRIVE_SPEC.
4633
509d65dd 46342011-01-04 Philipp Thomas <pth@suse.de>
017096ca
PT
4635
4636 * config/microblaze/microbalse.opt (mxl-float-convert): Fix
4637 obvious typo.
4638
55c623b5
UW
46392011-01-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4640
4641 * function.c (thread_prologue_and_epilogue_insns): Do not crash
4642 on empty epilogue sequences.
4643
b98d6b35
JM
46442011-01-04 Joseph Myers <joseph@codesourcery.com>
4645
4646 * config/vxworks.opt (Bdynamic, Bstatic, Xbind-lazy, Xbind-now,
4647 non-static): New Driver options.
4648
a0d43bac
JZ
46492011-01-04 Jie Zhang <jie@codesourcery.com>
4650
4651 PR driver/47137
4652 * gcc.c (default_compilers[]): Set combinable field to 0
4653 for all assembly languages.
4654
2b18eb32
MX
46552011-01-04 Mingjie Xing <mingjie.xing@gmail.com>
4656
4657 * config/mips/loongson3a.md: New file.
4658 * config/mips/mips.md: Include loongson3a.md.
4659 * config/mips/mips.c (mips_multipass_dfa_lookahead): Return 4 when
4660 TUNE_LOONGSON_3A.
4661
42a48c4f
EB
46622011-01-03 Eric Botcazou <ebotcazou@adacore.com>
4663
4664 PR middle-end/47017
4665 * expr.c (expand_expr_real_1) <MEM_REF>: Call memory_address_addr_space
4666 instead of convert_memory_address_addr_space on the base expression.
4667
9c1732c4
UW
46682011-01-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4669
4670 * config/spu/spu.c (spu_option_override): Update error text
4671 for bad -march= / -mtune= values.
4672
aa474365
UW
46732011-01-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4674
4675 * config/spu/spu.c (asm_file_start): Only reset flag_var_tracking
4676 if branch-hint optimization will be performed.
4677
9766135b
JJ
46782011-01-03 Jakub Jelinek <jakub@redhat.com>
4679
371556ee
JJ
4680 PR tree-optimization/47148
4681 * ipa-split.c (split_function): Convert arguments to
4682 DECL_ARG_TYPE if possible.
4683
1ac12fa2
JJ
4684 PR tree-optimization/47155
4685 * tree-ssa-ccp.c (bit_value_binop_1): Use r1type instead of type
4686 when computing uns.
4687
9766135b
JJ
4688 PR rtl-optimization/47157
4689 * combine.c (try_combine): If undobuf.other_insn becomes
4690 (set (pc) (pc)) jump, call update_cfg_for_uncondjump on it
4691 and set *new_direct_jump_p too.
4692
f4a2e571
SP
46932011-01-03 Sebastian Pop <sebastian.pop@amd.com>
4694
4695 PR tree-optimization/47021
4696 * graphite-sese-to-poly.c (scan_tree_for_params): Handle ADDR_EXPR.
4697
9f8e43c0
JJ
46982011-01-03 Jakub Jelinek <jakub@redhat.com>
4699
4700 * gcc.c (process_command): Update copyright notice dates.
4701 * gcov.c (print_version): Likewise.
4702 * gcov-dump.c (print_version): Likewise.
4703 * mips-tfile.c (main): Likewise.
4704 * mips-tdump.c (main): Likewise.
4705
1a2e38f3
MJ
47062011-01-03 Martin Jambor <mjambor@suse.cz>
4707
4708 PR tree-optimization/46801
4709 * tree-sra.c (type_internals_preclude_sra_p): Check whether
4710 aggregate fields start at byte boundary instead of the bit-field flag.
4711
56b721c5
L
47122011-01-03 H.J. Lu <hongjiu.lu@intel.com>
4713
4714 PR driver/47137
4715 * gcc.c (main): Revert revision 168407.
4716
839d549b
MJ
47172011-01-03 Martin Jambor <mjambor@suse.cz>
4718
4719 * lto-cgraph.c (input_cgraph_opt_section): Use the correct section type.
4720
4ce99a20 47212011-01-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2fa6eeff
UW
4722
4723 * tree-vect-generic.c (expand_vector_operations_1): When using vector/
4724 vector optab to expand vector/scalar shift, update gimple to vector.
4725
76df0ae6
MJ
47262011-01-03 Martin Jambor <mjambor@suse.cz>
4727
4728 * cgraphunit.c (verify_cgraph_node): Verify there is no direct call to
4729 a thunk.
4730
ce47fda3
MJ
47312011-01-03 Martin Jambor <mjambor@suse.cz>
4732
4733 PR tree-optimization/46984
4734 * cgraph.h (cgraph_indirect_call_info): make field thunk_delta
4735 HOST_WIDE_INT.
4736 (cgraph_create_indirect_edge): Fixed line length.
4737 (cgraph_indirect_call_info): Declare.
4738 (cgraph_make_edge_direct) Update declaration.
4739 * cgraph.c (cgraph_allocate_init_indirect_info): New function.
4740 (cgraph_create_indirect_edge): Use it.
4741 (cgraph_make_edge_direct): Made delta HOST_WIDE_INT. Updated all
4742 callees.
4743 * cgraphunit.c (cgraph_redirect_edge_call_stmt_to_callee): Update for
4744 the new thunk_delta representation.
4745 * ipa-prop.c (ipa_make_edge_direct_to_target): Convert delta to
4746 HOST_WIDE_INT.
4747 (ipa_write_indirect_edge_info): Remove streaming of thunk_delta.
4748 (ipa_read_indirect_edge_info): Likewise.
4749 * lto-cgraph.c (output_edge_opt_summary): New function.
4750 (output_node_opt_summary): Call it on all outgoing edges.
4751 (input_edge_opt_summary): New function.
4752 (input_node_opt_summary): Call it on all outgoing edges.
4753
1e67fa1f
L
47542011-01-02 H.J. Lu <hongjiu.lu@intel.com>
4755
4756 PR driver/47137
4757 * gcc.c (main): Don't check have_o when settting combine_inputs.
4758
6656b2ac
EB
47592011-01-02 Eric Botcazou <ebotcazou@adacore.com>
4760
4761 * regrename.c: Add general comment describing the pass.
4762 (struct du_head): Remove 'length' field.
4763 (get_element, merge_sort_comparison, merge, sort_du_head): Remove.
4764 (regrename_optimize): Do not sort chains. Rework comments, add others.
4765 Force renaming to the preferred class (if any) in the first pass and do
4766 not consider registers that belong to it in the second pass.
4767 (create_new_chain): Do not set 'length' field.
4768 (scan_rtx_reg): Likewise.
4769
bc470c24
JJ
47702011-01-02 Jakub Jelinek <jakub@redhat.com>
4771
4e996296
JJ
4772 PR tree-optimization/47140
4773 * tree-ssa-ccp.c (evaluate_stmt): For binary assignments, use
4774 TREE_TYPE (lhs) instead of TREE_TYPE (rhs1) as second argument
4775 to bit_value_binop.
4776
bc470c24 4777 PR rtl-optimization/47028
6656b2ac
EB
4778 * cfgexpand.c (gimple_expand_cfg): Insert entry edge insertions after
4779 parm_birth_insn instead of at the beginning of first bb.
bc470c24 4780
5af62fcd 47812011-01-02 Mingjie Xing <mingjie.xing@gmail.com>
0d52f2a8
MX
4782
4783 * doc/generic.texi: Remove duplicated "@subsubsection Statements".
4784 Remove the word "see" before "@pxref".
4785 * doc/rtl.texi: Remove the word "see" before "@pxref".
4786
0e20c89f
JH
47872011-01-01 Jan Hubicka <jh@suse.cz>
4788
6656b2ac
EB
4789 * tree-loop-distribution.c (tree_loop_distribution): Do not use freed
4790 memory.
0e20c89f 4791
220e83ca
KT
47922011-01-01 Kai Tietz <kai.tietz@onevision.com>
4793
4794 PR target/38662
6656b2ac 4795 * tree.c (type_hash_eq): Call language hook for METHOD_TYPEs, too.
220e83ca 4796
ad41bd84 4797\f
797103eb 4798Copyright (C) 2011 Free Software Foundation, Inc.
ad41bd84
JM
4799
4800Copying and distribution of this file, with or without modification,
4801are permitted in any medium without royalty provided the copyright
4802notice and this notice are preserved.