]> gcc.gnu.org Git - gcc.git/blame - gcc/ChangeLog
arm-protos.h (arm_function_arg_advance): Delete.
[gcc.git] / gcc / ChangeLog
CommitLineData
9c6a2bee
NF
12010-08-31 Nathan Froyd <froydnj@codesourcery.com>
2
3 * config/arm/arm-protos.h (arm_function_arg_advance): Delete.
4 (arm_function_arg): Delete.
5 (arm_needs_doubleword_align): Take a const_tree.
6 * config/arm/arm.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
7 * config/arm/arm.c (aapcs_select_call_coproc): Take a const_tree.
8 (aapcs_layout_arg, arm_needs_doubleword_align): Likewise.
9 (arm_function_arg): Make static. Take a const_tree and a bool.
10 (arm_function_arg_advance): Likewise.
11 (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
12
a478ffff
AK
132010-08-31 Andi Kleen <ak@linux.intel.com>
14
15 * common.opt (fwhopr=): Update for -fwhopr=jobserver
16 * doc/invoke.texi (fwhopr): Document -fwhopr=jobserver.
17 * lto-wrapper.c (run_gcc): Add jobserver mode.
18 * opts.c (common_handle_option): Fix OPT_fwhopr for non numeric
19 argument.
20
7d2c38c0
UB
212010-08-31 Uros Bizjak <ubizjak@gmail.com>
22
23 * config/i386/i386.md (popdi1): Rewrite using POST_INC memory operand.
24 (popsi1): Ditto.
25 (*popdi1_epilogue): Ditto.
26 (*popsi1_epilogue): Ditto.
27 (popsi, popdi peephole2 patterns): Update peepholes for changed
28 pop{si,di}1 and *pop{si,di}1_epilogue patterns.
29
30 (pop<mode>1): Macroize insn from pop{si,di}1 using P code iterator.
31 (*pop<mode>1_epilogue): Ditto from *pop{si,di}1_epilogue.
32
33 * config/i386/i386.c (*ix86_gen_pop1): Remove indirect function.
34 (override_options): Do not initialize removed ix86_gen_pop1.
35 (gen_pop): New static function.
36 (ix86_expand_prologue): Use gen_pop instead of ix86_gen_pop1.
37 (release_scratch_register_on_entry): Ditto.
38 (ix86_restore_reg_using_pop): Ditto.
39 (ix86_expand_epilogue): Ditto.
40
0f643366
JJ
412010-08-31 Jakub Jelinek <jakub@redhat.com>
42
43 PR middle-end/45461
44 * builtins.c (dummy_object): Return a MEM_REF instead of INDIRECT_REF.
45
08350106
NF
462010-08-31 Nathan Froyd <froydnj@codesourcery.com>
47
48 * config/fr30/fr30.c (fr30_move_double): Delete `dregno' and extra
49 semicolons.
50
6cea734d
FXC
512010-08-31 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
52
53 * doc/extend.texi: Fix documentation of the return value of
54 __builtin_choose_expr.
55
74a3d2c3
NF
562010-08-31 Nathan Froyd <froydnj@codesourcery.com>
57
58 * config/v850/v850-protos.h (function_arg): Delete.
59 * config/v850/v850.h (FUNCTION_ARG): Delete.
60 (FUNCTION_ARG_ADVANCE): Move code to...
61 * config/v850/v850.c (v850_function_arg_advance): ...here.
62 (v850_function_arg): Make static. Take a const_tree and a bool.
63 (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
64
6fadd9bb
NF
652010-08-31 Nathan Froyd <froydnj@codesourcery.com>
66
67 * config/m32r/m32r.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Move
68 these...
69 (ROUND_ADVANCE, ROUND_ADVANCE_ARG, ROUND_ADVANCE_CUM, PASS_IN_REG_P):
70 ...and these...
71 * config/m32r/m32r.c (m32r_function_arg, m32r_function_arg_advance):
72 ..to here..
73 (ROUND_ADVANCE, ROUND_ADVANCE_ARG, ROUND_ADVANCE_CUM, PASS_IN_REG_P):
74 ...and here.
75 (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
76
3968a1c0
NF
772010-08-31 Nathan Froyd <froydnj@codesourcery.com>
78
79 * config/rx/rx-protos.h (rx_function_arg, rx_function_arg_size):
80 Delete.
81 * config/rx/rx.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
82 * config/rx/rx.c (rx_function_arg_size): Make static.
83 (rx_function_arg): Likewise.
84 (rx_function_arg_advance): New function.
85 (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
86
4546a2ef
JT
872010-08-31 John Tytgat <John.Tytgat@aaug.net>
88
89 * config/arm/arm.c (arm_override_options): Remove superfluous test.
90 Fix indentation.
91
658af27d
EB
922010-08-31 Eric Botcazou <ebotcazou@adacore.com>
93
94 * dwarf2out.c (gen_decl_die) <CONST_DECL>: Do not skip in Ada.
95 (dwarf2out_decl) <CONST_DECL>: Likewise.
96
d3c12306
EB
972010-08-30 Eric Botcazou <ebotcazou@adacore.com>
98
99 Stack usage support
100 * common.opt (-fstack-usage): New option.
101 * doc/invoke.texi (Debugging options): Document it.
102 * builtins.c (expand_builtin_apply): Pass TRUE as 4th argument to
103 allocate_dynamic_stack_space.
104 (expand_builtin_alloca): Add 4th bool parameter CANNOT_ACCUMULATE
105 and propagate it to allocate_dynamic_stack_space.
106 (expand_builtin) <BUILT_IN_ALLOCA>: Adjust for above change.
107 * calls.c (initialize_argument_information): Pass TRUE as 4th
108 argument to allocate_dynamic_stack_space.
109 (expand_call): Set current_function_has_unbounded_dynamic_stack_size
110 to 1 when pushing a variable-sized argument onto the stack. Pass
111 TRUE as 4th argument to allocate_dynamic_stack_space.
112 Update current_function_pushed_stack_size.
113 (emit_library_call_value_1): Likewise.
114 * explow.c (allocate_dynamic_stack_space): Add 4th bool parameter
115 CANNOT_ACCUMULATE. If flag_stack_usage, look into the size and
116 attempt to find an upper bound. Remove redundant code for the
117 SETJMP_VIA_SAVE_AREA case.
118 * expr.h (allocate_dynamic_stack_space): Add 4th bool parameter.
119 * function.h (struct stack_usage): New structure.
120 (current_function_static_stack_size): New macro.
121 (current_function_dynamic_stack_size): Likewise.
122 (current_function_pushed_stack_size): Likewise.
123 (current_function_dynamic_alloc_count): Likewise.
124 (current_function_has_unbounded_dynamic_stack_size): Likewise.
125 (current_function_allocates_dynamic_stack_space): Likewise.
126 (struct function): Add new field 'su'.
127 * function.c (instantiate_virtual_regs): If SETJMP_VIA_SAVE_AREA,
128 add the value of the dynamic offset to the dynamic stack usage.
129 (gimplify_parameters): Set ALLOCA_FOR_VAR_P on call to BUILT_IN_ALLOCA
130 for variable-sized objects.
131 (prepare_function_start): Allocate cfun->su if flag_stack_usage.
132 (rest_of_handle_thread_prologue_and_epilogue): Call output_stack_usage.
133 * gimplify.c (gimplify_decl_expr): Set ALLOCA_FOR_VAR_P on call to
134 BUILT_IN_ALLOCA for variable-sized objects.
135 * output.h (output_stack_usage): Declare.
136 * toplev.c (stack_usage_file): New file pointer.
137 (output_stack_usage): New function.
138 (open_auxiliary_file): Likewise.
139 (lang_dependent_init): Open file if flag_stack_usage is set.
140 (finalize): Close file if stack_usage_file is not null.
141 * tree.h (ALLOCA_FOR_VAR_P): New macro.
142 * config/alpha/alpha.c (compute_frame_size): New function.
143 (alpha_expand_prologue): Use it.
144 (alpha_start_function): Likewise.
145 (alpha_expand_epilogue): Likewise. Set stack usage info.
146 * config/i386/i386.c (ix86_expand_prologue): Likewise.
147 * config/ia64/ia64.c (ia64_expand_prologue): Likewise.
148 * config/mips/mips.c (mips_expand_prologue): Likewise.
149 * config/pa/pa.c (hppa_expand_prologue): Likewise.
150 * config/rs6000/rs6000.c (rs6000_emit_prologue): Likewise.
151 * config/sparc/sparc.c (sparc_expand_prologue): Likewise.
152
1987baa3
ZD
1532010-08-30 Zdenek Dvorak <ook@ucw.cz>
154
155 PR tree-optimization/45427
156 * tree-ssa-loop-niter.c (number_of_iterations_ne_max): Rewritten.
157 Handle the case that the exit is never taken correctly.
158 (number_of_iterations_ne): Pass exit_must_be_taken to
159 number_of_iterations_ne_max.
160
d3c12306 1612010-08-30 Catherine Moore <clm@codesourcery.com>
037f9973
CM
162
163 * config/mips/mips.h (BASE_DRIVER_SELF_SPECS):
164 Infer -mdspr2 for the the 74K.
165
f2b11865
JJ
1662010-08-30 Jakub Jelinek <jakub@redhat.com>
167
b0268cc0
JJ
168 PR debug/45419
169 * tree-ssa-live.c (dump_enumerated_decls): Clear the whole wi variable.
170
f2b11865
JJ
171 PR middle-end/45423
172 * gimplify.c (goa_stabilize_expr): Handle TRUTH_NOT_EXPR
173 and TRUTH_{AND,OR,XOR}_EXPR.
174 * c-parser.c (c_parser_omp_atomic): Handle boolean
175 {PRE,POST}_{INC,DEC}REMENT.
176
626a4b31
NF
1772010-08-30 Nathan Froyd <froydnj@codesourcery.com>
178
179 * config/xtensa/xtensa-protos.h (function_arg_advance): Delete.
180 (function_arg): Delete.
181 * config/xtensa/xtensa.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
182 (FUNCTION_INCOMING_ARG): Delete.
183 * config/xtensa/xtensa.c (function_arg_advance): Rename to...
184 (xtensa_function_arg_advance): ...this. Make static. Take a const_tree
185 and a bool.
186 (function_arg): Rename to...
187 (xtensa_function_arg_1): ...this. Make static. Take a const_tree and
188 a bool.
189 (xtensa_function_arg, xtensa_function_incoming_arg): Nex functions.
190 (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
191 (TARGET_FUNCTION_INCOMING_ARG): Define.
192
2e481a2f
RG
1932010-08-30 Richard Guenther <rguenther@suse.de>
194
195 PR tree-optimization/21602
196 * builtins.c (fold_builtin_memory_op): Fold memmove to memcpy
197 using points-to information.
198
a95054c1
L
1992010-08-30 H.J. Lu <hongjiu.lu@intel.com>
200
201 * config/linux.h (TARGET_HAS_SINCOS): Replace | with ||.
202
525fb35c
RG
2032010-08-30 Richard Guenther <rguenther@suse.de>
204
205 PR tree-optimization/45449
206 * tree-ssa-live.c (remove_unused_locals): Also remove address-taken
207 variables.
208
184eb658
JM
2092010-08-30 Joseph Myers <joseph@codesourcery.com>
210
211 * opts.h (CL_ERR_NEGATIVE): Define.
212 * opts.c (unknown_option_callback): Don't postpone warnings for
213 options marked with CL_ERR_NEGATIVE.
214 * opts-common.c (decode_cmdline_option): Set CL_ERR_NEGATIVE error
215 for negative versions of CL_REJECT_NEGATIVE options.
216
9552aca7
UB
2172010-08-30 Uros Bizjak <ubizjak@gmail.com>
218
219 * config/i386/i386.md (zero_extendsidi2_1): Rename from
220 zero_extendsidi2_32.
221 (zero_extend<mode>di2): Macroize insn from zero_extend{qi,hi}di2
222 using SWI12 mode iterator.
223 (zero_extendhisi2_and): Merge insn pattern and corresponding spliter
224 to define_insn_and_split pattern.
225 (zero_extendqi<mode>2): Macroize expander from zero_extendqi{hi,si}2
226 using SWI24 mode iterator.
227 (*zero_extendqi<mode>2_and): Macroize insn from
228 *zero_extendqi{hi,si}2_and using SWI24 mode iterator.
229 (*zero_extendqi<mode>2_movzbl_and): Macroize insn from
230 *zero_extendqihi2_movzbw_and and *zero_extendqisi2_movzbl_and using
231 SWI24 mode iterator.
232 (*zero_extendqi<mode>2_movzbl): Ditto from
233 *zero_extendqi{hi,si}2_movzbl.
234 (extendsidi2_1): Rename from extendsidi2_32.
235 (extend<mode>di2): Macroize insn from extend{qi,hi}di2 using
236 SWI12 mode iterator.
237
33620355
EB
2382010-08-29 Eric Botcazou <ebotcazou@adacore.com>
239
240 * config/ia64/ia64.h (HARD_REGNO_NREGS): Return 1 for CCImode in
241 general purpose registers.
242 (HARD_REGNO_MODE_OK): Accept CCImode in general purpose registers.
243 * config/ia64/ia64.md (*movcci): Change to named pattern. Deal
244 with general purpose registers and memory operands. Add associated
245 CCImode post-reload splitter.
246 * config/ia64/div.md: Change BImode to CCImode throughout.
247
bf321310
EB
2482010-08-28 Eric Botcazou <ebotcazou@adacore.com>
249
250 * config/ia64/ia64.md (cstorebi4): Fix thinko.
251
179ba6b8
HS
2522010-08-28 Hariharan Sandanagobalane <hariharan@picochip.com>
253
254 * config/picochip/picochip.c (reorder_var_tracking_notes): This
255 function was dropping debug insns which caused PR45299.
ee9dd92e 256
179ba6b8 2572010-08-28 Uros Bizjak <ubizjak@gmail.com>
bf321310 258
ee9dd92e
UB
259 * config/i386/sse.md (extsuffix): New code attribute.
260 (sse4_1_<code>v8qiv8hi2): Macroize insn from sse4_1_extendv8qiv8hi2
261 and sse4_1_zero_extendv8qiv8hi2 using any_extend code iterator.
262 (sse4_1_<code>v4qiv4si2): Ditto from sse4_1_extendv4qiv4si2
263 and sse4_1_zero_extendv4qiv4si2.
264 (sse4_1_<code>v2qiv2di2): Ditto from sse4_1_extendv2qiv2di2
265 and sse4_1_zero_extendv2qiv2di2.
266 (sse4_1_<code>v4hiv4si2): Ditto from sse4_1_extendv4hiv4si2
267 and sse4_1_zero_extendv4hiv4si2.
268 (sse4_1_<code>v2hiv2di2): Ditto from sse4_1_extendv2hiv2di2
269 and sse4_1_zero_extendv2hiv2di2.
270 (sse4_1_extendv2siv2di2): Ditto from sse4_1_extendv2siv2di2
271 and sse4_1_zero_extendv2siv2di2
272
273 (<s>mulv8hi3_highpart): Macroize expander from {u,s}mulv8hi3_highpart
274 using any_extend code iterator.
275 (*avx_<s>mulv8hi3_highpart): Macroize insn from
276 *avx_{u,s}mulv8hi3_highpart using any_extend code iterator.
277 (*<s>mulv8hi3_highpart): Ditto from *{u,s}mulv8hi3_highpart.
278
279 * config/i386/i386.c (ix86_expand_sse4_unpack): Update for renamed
280 gen_sse4_1_sign_extend* functions.
281 (struct builtin_description bdesc_args): Ditto.
282
f06e400f
XDL
2832010-08-27 Xinliang David Li <davidxl@google.com>
284
285 PR/45422
286 * tree-ssa-loop-ivopts.c (iv_ca_get_num_inv_exprs): Remove.
287 (iv_ca_set_no_cp): Update used inv expr count.
288 (iv_ca_set_cp): Ditto.
289 (iv_ca_new): Initialize new member.
290 (iv_ca_free): Free memory.
291
b64336b8
NF
2922010-08-27 Nathan Froyd <froydnj@codesourcery.com>
293
294 * config/sh/sh-protos.h (sh_function_arg): Delete.
295 (sh_function_arg_advance): Delete.
296 * config/sh/sh.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
297 (PASS_IN_REG_P): Eliminate cast.
298 * config/sh/sh.c (sh_function_arg_advance): Make static. Take a
299 const_tree and a bool.
300 (sh_function_arg): Likewise.
301 (sh_output_mi_thunk): Call sh_function_arg_advance) and
302 sh_function_arg.
303 (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
304
91a19652
N
3052010-08-27 Naveen H.S <naveen.S@kpitcummins.com>
306 Kaz Kojima <kkojima@gcc.gnu.org>
307
308 * config/sh/sh.c (push_regs): Emit movml for interrupt handler
309 when possible.
310 (sh_expand_epilogue): Likewise.
311 * config/sh/sh.md (movml_push_banked): New insn.
312 (movml_pop_banked): Likewise.
313
c1cb371a
BS
3142010-08-28 Bernd Schmidt <bernds@codesourcery.com>
315
316 * genautomata.c (gen_regexp_repeat, gen_regexp_allof,
317 gen_regexp_oneof, gen_regexp_sequence): Use the string found
318 in vector element 0 rather than the original string when there's
319 only one element.
320 (gen_regexp): Remove extra semicolon.
321
f8045c41
BS
322 * config/arm/vfp.md (arm_movsi_vfp, thumb2_movsi_vfp, movsf_vfp,
323 thumb2_movsf_vfp): Set attribute "insn".
324 * config/arm/arm.md (arm_ashrdi3_1bit, arm_lshrdi3_1bit, not_shiftsi,
325 not_shiftsi_compare0, not_shiftsi_compare0_scratch, arm_one_cmplsi2,
326 thumb1_one_cmplsi2, notsi_compare0, notsi_compare0_scratch,
327 arm_zero_extendsidi2, arm_extendsidi2, thumb1_movdi_insn,
328 arm_movsi_insn, movhi_insn_arch4, movhi_bytes, arm_movqi_insn,
329 thumb1_movqi_insn arm32_movhf, thumb1_movhf, arm_movsf_soft_insn,
330 thumb1_movsf_insn, thumb_movdf_insn, mov_scc, mov_negscc, mov_notscc,
331 movsicc_insn, movsfcc_soft_insn, and_scc, cond_move, if_move_not,
332 if_not_move, if_shift_move, if_move_shift, if_shift_shift,
333 if_not_arith, if_arith_not, cond_move_not): Likewise.
334
7042fe5e
MM
3352010-08-23 Michael Meissner <meissner@linux.vnet.ibm.com>
336
337 * config/rs6000/rs6000-protos.h (rs6000_address_for_fpconvert):
338 New declaration.
339 (rs6000_allocate_stack_temp): Ditto.
340 (rs6000_expand_convert_si_to_sfdf): Ditto.
341
342 * config/rs6000/rs6000.c (rs6000_override_options): Adjust long
343 line. Update the options set if power6 or power7 server/embedded
344 type options are used. If we give a warning for no vsx under
345 -mcpu=power7 -mno-altivec, mark -mvsx as an explicit option.
346 (rs6000_allocate_stack_temp): New function to allocate a stack
347 tempoary and adjust the address so it meets either REG+OFFSET or
348 REG+REG addressing requirements.
349 (rs6000_address_for_fpconvert): Adjust REG+OFFSET addresses so
350 that they can be used with the LFIWAX/LFIWZX instrucitons.
351 (rs6000_expand_convert_si_to_sfdf): New helper funciton for
352 converting signed/unsigned SImode to either SFmode/DFmode.
353
354 * config/rs6000/rs6000.h (TARGET_FCFID): New macros to determine
355 whether certain instructions can be generated.
356 (TARGET_FCTIDZ): Ditto.
357 (TARGET_STFIWX): Ditto.
358 (TARGET_LFIWAX): Ditto.
359 (TARGET_LFIWZX): Ditto.
360 (TARGET_FCFIDS): Ditto.
361 (TARGET_FCFIDU): Ditto.
362 (TARGET_FCFIDUS): Ditto.
363 (TARGET_FCTIDUZ): Ditto.
364 (TARGET_FCTIWUZ): Ditto.
365
366 * config/rs6000/rs6000.md (UNSPEC_FCTIW): New unspec constants.
367 (UNSPEC_FCTID): Ditto.
368 (UNSPEC_LFIWAX): Ditto.
369 (UNSPEC_LFIWZX): Ditto.
370 (UNSPEC_FCTIWUZ): Ditto.
371 (rreg): Use correct constraints.
372 (SI_CONVERT_FP): New mode attribute for floating point conversion
373 tests.
374 (E500_CONVERT): Ditto.
375 (lfiwax): New insns for converting from integer to floating point
376 utilizing newer instructions. Attempt to optimize conversions
377 that come from memory so that we don't load the value into a GPR,
378 spill it to the stack and reload it into a FPR.
379 (floatsi<mode>2_lfiwax): Ditto.
380 (floatsi<mode>2_lfiwax_mem): Ditto.
381 (floatsi<mode>2_lfiwax_mem2): Ditto.
382 (lfiwzx): Ditto.
383 (floatunssi<mode>2_lfiwzx): Ditto.
384 (floatunssi<mode>2_lfiwzx_mem): Ditto.
385 (floatunssi<mode>2_lfiwzx_mem2): Ditto.
386 (floatdidf2_mem): Ditto.
387 (floatunsdidf2_fcfidu): Ditto.
388 (floatunsdidf2_mem): Ditto.
389 (floatunsdisf2): Ditto.
390 (floatunsdisf2_fcfidus): Ditto.
391 (floatunsdisf2_mem): Ditto.
392 (floatsidf2): Add support for LFIWAX/LFIWZX/FCFIDS/FCFIDU/FCFIDUS.
393 Use FCFID on 32-bit hosts that support it.
394 (floatsidf2_internal): Ditto.
395 (floatunssisf2): Ditto.
396 (floatunssidf2): Ditto.
397 (floatunssidf2_internal): Ditto.
398 (floatsisf2): Ditto.
399 (floatdidf2): Ditto.
400 (floatdidf2_fpr): Ditto.
401 (floatunsdidf2): Ditto.
402 (floatdisf2): Ditto.
403 (floatdisf2_fcfids): Ditto.
404 (floatdisf2_internal1): Ditto.
405 (fixuns_truncsfsi2): Delete, merge into common pattern for both
406 SF/DF. Add power7 support.
407 (fix_truncsfsi2): Ditto.
408 (fixuns_truncdfsi2): Ditto.
409 (fixuns_truncdfdi2): Ditto.
410 (fix_truncdfsi2): Ditto.
411 (fix_truncdfsi2_internal): Ditto.
412 (fix_truncdfsi2_internal_gfxopt): Ditto.
413 (fix_truncdfsi2_mfpgpr): Ditto.
414 (fctiwz): Ditto.
415 (btruncdf2): Ditto.
416 (btruncdf2_fpr): Ditto.
417 (btructsf2): Ditto.
418 (ceildf2): Ditto.
419 (ceildf2_fpr): Ditto.
420 (ceilsf2): Ditto.
421 (floordf2): Ditto.
422 (floordf2_fpr): Ditto.
423 (floorsf2): Ditto.
424 (rounddf2): Ditto.
425 (rounddf2_fpr): Ditto.
426 (roundsf2): Ditto.
427 (fix_trunc<mode>si2): Combine SF/DF conversion into one insn.
428 (fix_trunc<mode>di2): Ditto.
429 (fixuns_trunc<mode>si2): Ditto.
430 (fixuns_trunc<mode>di2): Ditto.
431 (fctiwz_<mode>): Ditto.
432 (btrunc<mode>2): Ditto.
433 (btrunc<mode>2_fpr): Ditto.
434 (ceil<mode>2): Ditto.
435 (ceil<mode>2_fpr): Ditto.
436 (floor<mode>2): Ditto.
437 (float<mode>2_fpr): Ditto.
438 (round<mode>2): Ditto.
439 (round<mode>2_fpr): Ditto.
440 (fix_trunc<mode>si2_stfiwx): New insn for machines with STFIWX.
441 (fixuns_trunc<mode>si2_stfiwx): Ditto.
442 (fix_truncdfsi2_internal): Ditto.
443 (fix_trunc<mode>si2_mem): Combiner pattern to eliminate storing
444 converted value on stack, loaded into GPR, and then stored into
445 the final destination.
446 (fix_trunc<mode>di2_fctidz): New pattern for targets supporting
447 FCTIDZ.
448 (lrint<mode>di2): New insn, provide the lrint builtin functions.
449 (ftruncdf2): Delete, unused.
450 (fix_trunctfsi2_internal): Use gen_fctiwz_df, not gen_fctiwz.
451
452 * config/rs6000/vsx.md (toplevel): Update copyright year.
453 (VSr2): Use "ws" contraint for DFmode, not "!r#r".
454 (VSr3): Ditto.
6ba2db5e
BS
455
4562010-08-27 Basile Starynkevitch <basile@starynkevitch.net>
7d2c38c0 457 Jeremie Salvucci <jeremie.salvucci@free.fr>
6ba2db5e 458
7d2c38c0 459 * gengtype.c (output_type_enum): Test the right union member.
6ba2db5e 460
83d58961
UB
4612010-08-27 Uros Bizjak <ubizjak@gmail.com>
462
463 PR target/41484
464 * config/i386/sse.md (sse4_1_extendv8qiv8hi2): Also accept memory
465 operands for operand 1.
466 (sse4_1_extendv4qiv4si2): Ditto.
467 (sse4_1_extendv2qiv2di2): Ditto.
468 (sse4_1_extendv4hiv4si2): Ditto.
469 (sse4_1_extendv2hiv2di2): Ditto.
470 (sse4_1_extendv2siv2di2): Ditto.
471 (sse4_1_zero_extendv8qiv8hi2): Ditto.
472 (sse4_1_zero_extendv4qiv4si2): Ditto.
473 (sse4_1_zero_extendv2qiv2di2): Ditto.
474 (sse4_1_zero_extendv4hiv4si2): Ditto.
475 (sse4_1_zero_extendv2hiv2di2): Ditto.
476 (sse4_1_zero_extendv2siv2di2): Ditto.
477 (*sse4_1_extendv8qiv8hi2): Remove insn pattern.
478 (*sse4_1_extendv4qiv4si2): Ditto.
479 (*sse4_1_extendv2qiv2di2): Ditto.
480 (*sse4_1_extendv4hiv4si2): Ditto.
481 (*sse4_1_extendv2hiv2di2): Ditto.
482 (*sse4_1_extendv2siv2di2): Ditto.
483 (*sse4_1_zero_extendv8qiv8hi2): Ditto.
484 (*sse4_1_zero_extendv4qiv4si2): Ditto.
485 (*sse4_1_zero_extendv2qiv2di2): Ditto.
486 (*sse4_1_zero_extendv4hiv4si2): Ditto.
487 (*sse4_1_zero_extendv2hiv2di2): Ditto.
488 (*sse4_1_zero_extendv2siv2di2): Ditto.
489
c8717ea3
NF
4902010-08-27 Nathan Froyd <froydnj@codesourcery.com>
491
492 * config/mips/mips-protos.h (mips_function_arg_advance): Delete
493 (mips_function_arg): Delete.
494 (mips_function_arg_boundary): Take a const_tree.
495 * config/mips/mips.c (mips_function_arg_boundary): Likewise.
496 (mips_arg_info): Likewise.
497 (mips_setup_incoming_varargs): Call mips_function_arg_advance
498 instead of FUNCTION_ARG_ADVANCE.
499 (mips_function_arg_advance): Adjust prototype. Make static.
500 (mips_function_arg): Likewise.
501 (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
502 * config/mips/mips.h (FUNCTION_ARG_ADVANCE, FUNCTION_ARG): Delete.
503
7c8232a2
NF
5042010-08-27 Nathan Froyd <froydnj@codesourcery.com>
505
506 * config/rs6000/rs6000.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
507 * config/rs6000/rs6000-protos.h (function_arg_advance): Delete.
508 (function_arg): Delete.
509 (function_arg_boundary): Take a const_tree.
510 * config/rs6000/rs6000.c (function_arg_boundary): Likewise.
511 (rs6000_spe_function_arg): Likewise.
512 (rs6000_parm_start): Likewise.
513 (rs6000_arg_size): Likewise.
514 (rs6000_darwin64_record_arg_advance_recurse): Likewise.
83d58961 515 (rs6000_darwin64_record_arg): Likewise. Take a bool instead of an int.
7c8232a2
NF
516 (rs6000_mixed_function_arg): Likewise.
517 (function_arg): Rename to...
518 (rs6000_function_arg): ...this.
519 (function_arg_advance): Rename to...
520 (rs6000_function_arg_advance_1): ...this
521 (rs6000_function_arg_advance): New function. Call it.
522 (setup_incoming_varargs): Call rs6000_function_arg_advance_1.
523 (rs6000_return_in_memory): Adjust call to rs6000_darwin64_record_arg.
524 (rs6000_function_value): Likewise.
525 (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
526
da787dec
RR
5272010-08-27 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
528
529 * config/arm/arm.md (enabled): Test the value of arch_enabled
ee9dd92e 530 rather than just using it.
da787dec 531
d32f725a 5322010-08-27 Olivier Hainque <hainque@adacore.com>
ee9dd92e 533 Eric Botcazou <ebotcazou@adacore.com>
d32f725a
OH
534
535 * dse.c (group_info.base_mem, get_group_info): Use BLKmode to
536 cover all the possible offsets from this base.
537 (scan_reads_nospill): Pass base_mem's mode to canon_true_dependence.
538
9e3920e9
JJ
5392010-08-26 Jakub Jelinek <jakub@redhat.com>
540
541 PR tree-optimization/44485
542 * calls.c (flags_from_decl_or_type): For const or pure
543 noreturn functions return ECF_LOOPING_CONST_OR_PURE|ECF_NORETURN
544 together with ECF_CONST resp. ECF_PURE.
545 * builtins.c (expand_builtin): Use flags_from_decl_or_type
546 instead of querying flags directly.
547 * tree-ssa-loop-niter.c (finite_loop_p): Likewise.
548 * tree-ssa-dce.c (find_obviously_necessary_stmts): Likewise.
549
4be4cd6d
RG
5502010-08-26 Richard Guenther <rguenther@suse.de>
551
552 PR tree-optimization/45255
83d58961
UB
553 * tree.c (decl_address_invariant_p): DECL_DLLIMPORT_P statics
554 and externals are also invariant.
4be4cd6d 555
932c9bff
JJ
5562010-08-25 Jakub Jelinek <jakub@redhat.com>
557
ea9f1d6f
JJ
558 PR rtl-optimization/44858
559 * combine.c (try_combine): If recog_for_combine added CLOBBERs to
560 newi2pat, make sure they don't affect newpat.
561
932c9bff
JJ
562 PR rtl-optimization/45400
563 * combine.c (simplify_shift_const_1) <case SUBREG>: Only use
564 SUBREG_REG if both modes are of MODE_INT class.
565
d8099dd8
JB
5662010-08-25 Julian Brown <julian@codesourcery.com>
567
568 * config/arm/arm.c (arm_issue_rate): Return 2 for Cortex-A5.
569 * config/arm/arm.md (generic_sched): No for Cortex-A5.
570 (generic_vfp): Likewise.
571 (cortex-a5.md): Include.
572 * config/arm/cortex-a5.md: New.
573
0ceb0201
RG
5742010-08-25 Richard Guenther <rguenther@suse.de>
575
83d58961 576 * alias.c (get_alias_set): Assign a single alias-set to all pointers.
0ceb0201
RG
577 * gimple.c (gimple_get_alias_set): Remove special handling
578 for pointers.
579
4942fc56
BS
5802010-08-25 Bernd Schmidt <bernds@codesourcery.com>
581
582 PR middle-end/45355
583 * combine.c (try_combine): Use reg_overlap_mentioned_p rather than
584 dead_or_set_p when computing i0_feeds_i2_n.
585
0cdf7b49
BS
586 * combine.c (find_split_point): Undo canonicalization of multiply-add
587 to (minus x (mult)) when it seems likely that this will increase the
588 chances of a split.
589
1cf01301
RG
5902010-08-25 Richard Guenther <rguenther@suse.de>
591
592 PR lto/44562
593 * lto-streamer.c (lto_record_common_node): Do not mess with
594 TYPE_CANONICAL when not in lto.
595 * gimple.c (gimple_register_type): Likewise.
596
a2c0ed2e
RG
5972010-08-25 Richard Guenther <rguenther@suse.de>
598
599 PR tree-optimization/45316
600 * tree-ssa-pre.c (eliminate): Properly clean EH info.
601
90bc1cb8
RG
6022010-08-25 Richard Guenther <rguenther@suse.de>
603
604 PR tree-optimization/45393
605 * tree-ssa-math-opts.c (execute_cse_sincos_1): Properly transfer
606 and clean EH info. Avoid SSA update.
607 (execute_cse_sincos): Cleanup the CFG if it has changed.
608
9407f6bc
RG
6092010-08-25 Richard Guenther <rguenther@suse.de>
610
611 PR middle-end/45379
612 * emit-rtl.c (set_mem_attributes_minus_bitpos): Handle
613 TARGET_MEM_REF in alignment computation.
614
ca046f7f
JJ
6152010-08-25 Jakub Jelinek <jakub@redhat.com>
616
617 PR tree-optimization/45059
618 * tree-ssa-reassoc.c (eliminate_redundant_comparison): Strip useless
619 type conversions from newop{1,2}. Assert t is a comparison and
620 newop{1,2} after the stripping are gimple vals.
621
46b57af1
TB
6222010-08-25 Tejas Belagod <tejas.belagod@arm.com>
623
624 * config/arm/iterators.md (VU, SE, V_widen_l): New.
625 (V_unpack, US): New.
83d58961 626 * config/arm/neon.md (vec_unpack<US>_hi_<mode>): Expansion for vmovl.
46b57af1
TB
627 (vec_unpack<US>_lo_<mode>): Likewise.
628 (neon_vec_unpack<US>_hi_<mode>): Instruction pattern for vmovl.
629 (neon_vec_unpack<US>_lo_<mode>): Likewise.
630 (vec_widen_<US>mult_lo_<mode>): Expansion for vmull.
631 (vec_widen_<US>mult_hi_<mode>): Likewise.
632 (neon_vec_<US>mult_lo_<mode>"): Instruction pattern for vmull.
633 (neon_vec_<US>mult_hi_<mode>"): Likewise.
634 (neon_unpack<US>_<mode>): Widening move intermediate step for
635 vectorizing without -mvectorize-with-neon-quad.
636 (neon_vec_<US>mult_<mode>): Widening multiply intermediate step
637 for vectorizing without -mvectorize-with-neon-quad.
638 * config/arm/predicates.md (vect_par_constant_high): Check for
639 high-half lanes of a vector.
640 (vect_par_constant_low): Check for low-half lanes of a vector.
641
4b9c23ea
SP
6422010-08-24 Sebastian Pop <sebastian.pop@amd.com>
643
644 * tree-if-conv.c (struct ifc_dr): New.
645 (IFC_DR): New.
646 (DR_WRITTEN_AT_LEAST_ONCE): New.
647 (DR_RW_UNCONDITIONALLY): New.
648 (memref_read_or_written_unconditionally): Use the cached values
649 when possible.
650 (write_memref_written_at_least_once): Same.
651 (if_convertible_loop_p): Initialize and free DR->aux fields.
652
e1fd038a
SP
6532010-08-24 Sebastian Pop <sebastian.pop@amd.com>
654
655 * gimple.c (gimple_could_trap_p_1): Not static anymore.
656 Pass an extra bool parameter include_mem.
657 (gimple_could_trap_p): Adjust call to gimple_could_trap_p_1.
658 (gimple_assign_rhs_could_trap_p): Same.
659 * gimple.h (gimple_could_trap_p_1): Declared.
660 * tree-data-ref.h (same_data_refs_base_objects): New.
661 (same_data_refs): New.
662 * tree-if-conv.c (memrefs_read_or_written_unconditionally): New.
663 (write_memrefs_written_at_least_once): New.
664 (ifcvt_memrefs_wont_trap): New.
665 (operations_could_trap): New.
666 (ifcvt_could_trap_p): New.
667 (if_convertible_gimple_assign_stmt_p): Call ifcvt_could_trap_p.
668 Gets a vector of data refs.
669 (if_convertible_stmt_p): Same.
670 (if_convertible_loop_p_1): New.
671 (if_convertible_loop_p): Call if_convertible_loop_p_1.
672
bd544141
SP
6732010-08-24 Sebastian Pop <sebastian.pop@amd.com>
674
675 * common.opt (ftree-loop-if-convert-stores): New flag.
676 * doc/invoke.texi (ftree-loop-if-convert-stores): Documented.
677 * tree-if-conv.c (ifc_temp_var): Pass an extra parameter GSI. Insert
678 the created statement before GSI.
679 (if_convertible_phi_p): Allow virtual phi nodes when
680 flag_loop_if_convert_stores is set.
681 (if_convertible_gimple_assign_stmt_p): Allow memory reads and writes
682 Do not handle types that do not match is_gimple_reg_type.
683 Remove loop and bb parameters. Call gimple_could_trap_p instead of
684 when flag_loop_if_convert_stores is set, as LHS can contain
685 memory refs.
686 (if_convertible_stmt_p): Remove loop and bb parameters. Update calls
687 to if_convertible_gimple_assign_stmt_p.
688 (if_convertible_loop_p): Update call to if_convertible_stmt_p.
689 (replace_phi_with_cond_gimple_assign_stmt): Renamed
690 predicate_scalar_phi. Do not handle virtual phi nodes.
691 (ifconvert_phi_nodes): Renamed predicate_all_scalar_phis.
692 Call predicate_scalar_phi.
693 (insert_gimplified_predicates): Insert the gimplified predicate of a BB
694 just after the labels for flag_loop_if_convert_stores, otherwise
695 insert the predicate in the end of the BB.
696 (predicate_mem_writes): New.
697 (combine_blocks): Call predicate_all_scalar_phis. When
698 flag_loop_if_convert_stores is set, call predicate_mem_writes.
699 (tree_if_conversion): Call mark_sym_for_renaming when
700 flag_loop_if_convert_stores is set.
701 (main_tree_if_conversion): Return TODO_update_ssa_only_virtuals when
702 flag_loop_if_convert_stores is set.
703
8a5b8538
AS
7042010-08-24 Anatoly Sokolov <aesok@post.ru>
705
706 * config/pa/pa.c (hppa_register_move_cost, pa_libcall_value,
707 pa_function_value_regno_p, pa_print_operand_punct_valid_p): New.
708 (pa_function_value): Make static.
709 (override_options): Rename to...
710 (pa_option_override): ...this. Make static.
711 (TARGET_PRINT_OPERAND_PUNCT_VALID_P, TARGET_REGISTER_MOVE_COST,
712 TARGET_LIBCALL_VALUE, TARGET_FUNCTION_VALUE_REGNO_P,
713 TARGET_OPTION_OVERRIDE): Define.
714 * config/pa/pa.h (OVERRIDE_OPTIONS, FUNCTION_VALUE_REGNO_P,
715 LIBCALL_VALUE, REGISTER_MOVE_COST, PRINT_OPERAND_PUNCT_VALID_P):
716 Remove.
717 * config/pa/pa-protos.h (override_options): Remove.
718
d15adbeb
RG
7192010-08-24 Richard Guenther <rguenther@suse.de>
720
721 PR middle-end/45379
722 * tree-ssa-address.c (create_mem_ref_raw): Drop to MEM_REF
723 if addr->index is NULL or zero.
724 * tree-ssa-alias.c (indirect_refs_may_alias_p): Handle
725 TARGET_MEM_REF more properly.
726 (indirect_ref_may_alias_decl_p): Likewise.
727 * emit-rtl.c (set_mem_attributes_minus_bitpos): Keep TARGET_MEM_REFs.
83d58961 728 * alias.c (ao_ref_from_mem): Handle TARGET_MEM_REF more properly.
d15adbeb 729
f28f2337
AS
7302010-08-23 Anatoly Sokolov <aesok@post.ru>
731
732 * config/m32c/m32c.c (m32c_function_value_regno_p): Make static.
733 (m32c_override_options): Rename to...
734 (m32c_option_override): ...this. Make static.
735 (TARGET_FUNCTION_VALUE_REGNO_P, TARGET_OPTION_OVERRIDE): Define.
736 * config/m32c/m32c.h (OVERRIDE_OPTIONS, FUNCTION_VALUE_REGNO_P):
737 Remove.
738 * config/m32c/m32c-protos.h (m32c_override_options,
739 m32c_function_value_regno_p): Remove.
740
756f50ce
CF
7412010-08-23 Changpeng Fang <changpeng.fang@amd.com>
742
743 * tree-ssa-loop-prefetch.c (gather_memory_references_ref) :
744 Fix a typo in a previous commit.
745
0b3f0088
KT
7462010-08-23 Kai Tietz <kai.tietz@onevision.com>
747
748 * tree-vect-loop.c (vect_get_single_scalar_iteraion_cost):
749 Pre-initialize innerloop_iters to one.
750
bc068a23
CF
7512010-08-23 Changpeng Fang <changpeng.fang@amd.com>
752
753 * tree-flow.h (may_be_nonaddressable_p): New definition. Make the
754 existing static function global.
755
83d58961 756 * tree-ssa-loop-ivopts.c (may_be_nonaddressable_p): This function
bc068a23
CF
757 is changed to global.
758
83d58961 759 * tree-ssa-loop-prefetch.c (gather_memory_references_ref): Call
bc068a23
CF
760 may_be_nonaddressable_p on base, and don't collect this reference
761 if the address of the base could not be taken.
762
8bcc0304
MM
7632010-08-23 Michael Meissner <meissner@linux.vnet.ibm.com>
764
b36cf9d2
MM
765 * config/rs6000/rs6000.opt (-mveclibabi=mass): New option to
766 enable the compiler to autovectorize mathmetical functions for
767 power7 using the Mathematical Acceleration Subsystem library.
8bcc0304 768
b36cf9d2
MM
769 * config/rs6000/rs6000.c (rs6000_veclib_handler): New variable to
770 handle which vector math library we have.
771 (rs6000_override_options): Add -mveclibabi=mass support.
772 (rs6000_builtin_vectorized_libmass): New function to handle auto
773 vectorizing math functions that are in the MASS library.
8bcc0304
MM
774 (rs6000_builtin_vectorized_function): Call it.
775
b36cf9d2
MM
776 * doc/invoke.texi (RS/6000 and PowerPC Options): Document
777 -mveclibabi=mass.
8bcc0304 778
8c157f90
JDA
7792010-08-22 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
780
781 PR boehm-gc/34544
782 * gthr-posix.h (__gthread_active_init): Delete.
783 (__gthread_active_p): Do activity check here.
784 Don't include errno.h on hppa-hpux. Update comment.
785 * gthr-posix95.h (__gthread_active_init): Delete.
786 (__gthread_active_p): Do activity check here.
787 Don't include errno.h on hppa-hpux. Update comment.
788 * config.gcc (hppa[12]*-*-hpux11*): Define extra_parts.
789 * config/pa/pa64-hpux.h (LIB_SPEC): When -static is specified, only
790 add -lpthread when -mt or -pthread is specified.
791 * config/pa/pa-hpux11.h (LIB_SPEC): likewise.
792 (LINK_GCC_C_SEQUENCE_SPEC): Define.
793 * config/pa/t-pa-hpux11 (LIBGCCSTUB_OBJS): Define.
794 (stublib.c, pthread_default_stacksize_np-stub.o,
795 pthread_mutex_lock-stub.o, pthread_mutex_unlock-stub.o,
796 $(T)libgcc_stub.a): Add methods.
797 * config/pa/t-pa64 (LIBGCCSTUB_OBJS): Add pthread stubs.
798 (stublib.c, pthread_default_stacksize_np-stub.o,
799 pthread_mutex_lock-stub.o, pthread_mutex_unlock-stub.o): Add methods.
800 * config/pa/stublib.c (pthread_default_stacksize_np, pthread_mutex_lock,
801 pthread_mutex_unlock): New stubs.
802
d9d16a19
JM
8032010-08-22 Joseph Myers <joseph@codesourcery.com>
804
805 * Makefile.in (gccspec.o, cppspec.o): Update dependencies.
806 * common.opt (L, nodefaultlibs, nostdlib, pg, static): New
807 options.
808 * config/avr/avr.h (LIBSTDCXX): Remove initial "-l".
809 * config/freebsd.h (MATH_LIBRARY_PROFILE): Remove initial "-l".
810 * config/i386/djgpp.h (LIBSTDCXX): Remove initial "-l".
811 * config/rs6000/aix.h (LIBSTDCXX_STATIC): Remove initial "-l".
812 * config/s390/tpf.h (MATH_LIBRARY, LIBSTDCXX): Remove initial
813 "-l".
814 * cppspec.c: Include opts.h.
815 (lang_specific_driver): Use cl_decoded_option structures.
816 * doc/tm.texi.in (MATH_LIBRARY): Update documentation.
817 * doc/tm.texi: Regenerate.
818 * gcc.c (translate_options): Translate -d to -foutput-class-dir=.
819 (driver_handle_option): Allow driver options needing no special
820 processing.
821 (process_command): Decode options before call to
822 lang_specific_driver. Pass decoded options to
823 lang_specific_driver.
824 * gcc.h (lang_specific_driver): Update prototype.
825 * gccspec.c: Include opts.h.
826 (lang_specific_driver): Use cl_decoded_option structures.
827 * opts-common.c (option_ok_for_language, generate_option,
828 generate_option_input_file): New.
829 (decode_cmdline_option): Use option_ok_for_language.
830 (decode_cmdline_options_to_array): Use generate_option_input_file.
831 (handle_generated_option): Use generate_option.
832 * opts.h (generate_option, generate_option_input_file): Declare.
833
525c561d
AS
8342010-08-22 Anatoly Sokolov <aesok@post.ru>
835
836 * config/mips/mips.c (mips_override_options): Rename to...
837 (mips_option_override): ...this. Make static.
838 (TARGET_OPTION_OVERRIDE): Define.
839 (mips_in_small_data_p): Update comment.
840 * config/mips/mips.h (OVERRIDE_OPTIONS): Remove.
841 (FIXED_REGISTERS): Update comment.
842 * config/mips/mips-protos.h (mips_override_options): Remove.
843
65f1047a
OH
8442010-08-21 Olivier Hainque <hainque@adacore.com>
845
846 * config/rs6000/vxworks.h (TARGET_OS_CPP_BUILTINS): Define __PPC__.
847
b3552548
OH
8482010-08-21 Olivier Hainque <hainque@adacore.com>
849
74025114 850 * config/rs6000/vxworks.h (PREFERRED_STACK_BOUNDARY,
b3552548
OH
851 ABI_STACK_BOUNDARY): Ensure STACK_BOUNDARY is honored despite EABI.
852
9e97ff61
JH
8532010-08-20 Jan Hubicka <jh@suse.cz>
854
855 * tree-pass.h (pass_ipa_cdtor_merge): New function.
856 * cgraphunit.c (static_ctors, static_dtors): Move to ipa.c; make
857 heap allocated.
858 (record_cdtor_fn): Move to ipa.c; do not test for
859 have_ctors_dtors.
860 (build_cdtor): Move to ipa.c; add code avoiding construction
861 when target have ctors/dtors and there is only one ctor/dtor at given
862 priority.
757fc8ed
EB
863 (compare_ctor, compare_dtor): Move to ipa.c; use DECL_UID to stabilize
864 sort; reverse order of constructors.
83d58961 865 (cgraph_build_cdtor_fns): Move to ipa.c; rename to build_cdtor_fns.
9e97ff61
JH
866 (cgraph_finalize_function): Do not call record_cdtor_fn.
867 (cgraph_finalize_compilation_unit): Do not call cgraph_build_cdtor_fns.
868 (cgraph_build_static_cdtor): Move to ipa.c.
869 * ipa.c: Include target.h and tree-iterator.h.
870 (cgraph_build_static_cdtor, static_ctors, static_dtors,
871 record_cdtor_fn, build_cdtor, compare_ctor, compare_dtor,
872 build_cdtor_fns, ipa_cdtor_merge, gate_ipa_cdtor_merge,
873 pass_ipa_cdtor_merge): New.
874 * passes.c (init_optimization_passes): Enqueue pass_ipa_cdtor_merge.
757fc8ed
EB
875 * ipa-prop.c (update_indirect_edges_after_inlining): Avoid out of
876 bounds access.
9e97ff61 877
508e4757
JH
8782010-08-20 Jan Hubicka <jh@suse.cz>
879
880 PR c++/45307
881 PR c++/17736
882 * cgraph.h (cgraph_only_called_directly_p,
883 cgraph_can_remove_if_no_direct_calls_and_refs_p): Handle
884 static cdtors.
885 * cgraphunit.c (cgraph_decide_is_function_needed): Static cdtors
886 are not needed.
887 (cgraph_finalize_function): Static cdtors are reachable.
888 (cgraph_mark_functions_to_output): Use cgraph_only_called_directly_p.
889
f1395d4a
JH
8902010-08-20 Jan Hubicka <jh@suse.cz>
891
757fc8ed
EB
892 * lto-cgraph.c (lto_output_edge): Use gimple_has_body_p instead of
893 flag_wpa.
f1395d4a 894 * lto-streamer-out.c (lto_output): Likewise.
83d58961
UB
895 * passes.c (ipa_write_optimization_summaries): Initialize statement
896 uids.
f1395d4a 897
b4d456ff
OH
8982010-08-20 Olivier Hainque <hainque@adacore.com>
899
900 * tree.h (alias_diag_flags): New enum.
901 (alias_pair): Add an 'emitted_diags' field.
902 * varasm.c (finish_aliases_1): Honor and update p->emitted_diags.
903 (assemble_alias): Initialize emitted_diags of new pairs.
904
39acb18f
EB
9052010-08-20 Eric Botcazou <ebotcazou@adacore.com>
906
907 * config/rs6000/aix.h (STACK_CHECK_STATIC_BUILTIN): Define to 1.
908 * config/rs6000/linux.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
909 * config/rs6000/linux64.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
910 (STACK_CHECK_PROTECT): Define.
911 * config/rs6000/rs6000.c (rs6000_emit_probe_stack_range): New function.
912 (output_probe_stack_range): Likewise.
913 (rs6000_emit_prologue): Invoke rs6000_emit_probe_stack_range if static
914 builtin stack checking is enabled.
915 * config/rs6000/rs6000-protos.h (output_probe_stack_range): Declare.
916 * config/rs6000/rs6000.md (UNSPECV_PROBE_STACK_RANGE): New constant.
917 (probe_stack_range): New insn.
918
410841c6
L
9192010-08-20 H.J. Lu <hongjiu.lu@intel.com>
920
921 PR target/45336
922 * config/i386/emmintrin.h (_mm_extract_epi16): Cast to unsigned
923 short first.
924
925 * config/i386/smmintrin.h (_mm_extract_epi8): Cast to unsigned
926 char first.
927
50d724a7
JJ
9282010-08-20 Jakub Jelinek <jakub@redhat.com>
929
930 PR target/45336
931 * config/i386/sse.md (*sse4_1_pextrb): Add SWI48 mode iterator
932 to cover zero extension into 64-bit register.
933 (*sse2_pextrw): Likewise.
934 (*sse4_1_pextrd_zext): New insn.
935
c6d8116a
IS
9362010-08-20 Iain Sandoe <iains@gcc.gnu.org>
937
938 revert r163410, partially revert r163267.
939 * config/rs6000/darwin.h (LIB_SPEC): Remove.
83d58961 940 * config/darwin.h (REAL_LIBGCC_SPEC): Link lgcc for all
c6d8116a 941 Darwin versions.
83d58961 942
994fc9ab
JJ
9432010-08-20 Jakub Jelinek <jakub@redhat.com>
944
945 PR middle-end/44974
946 * builtins.c (expand_builtin): Don't optimize away
947 calls to DECL_LOOPING_CONST_OR_PURE_P builtins.
948
6c334090
UB
9492010-08-20 Uros Bizjak <ubizjak@gmail.com>
950
83d58961 951 * config/i386/i386.md (ashift %rsp splitter): Remove splitter.
6c334090
UB
952 (pro_epilogue_adjust_stack_di_2): Use "l" constraint for
953 alternative 1 of operand 2.
954
561da6bc
JJ
9552010-08-20 Jakub Jelinek <jakub@redhat.com>
956 Paolo Bonzini <bonzini@gnu.org>
957
958 * simplify-rtx.c (simplify_unary_operation_1): Optimize
6c334090 959 (sign_extend (zero_extend (...)) and
561da6bc
JJ
960 ({sign,zero}_extend (lshiftrt (ashift X (const_int I)) (const_int I))).
961
89ad0f25
JJ
9622010-08-20 Jakub Jelinek <jakub@redhat.com>
963
964 PR rtl-optimization/45353
965 * sel-sched-ir.c (sel_bb_head): Return NULL even if next_nonnote_insn
966 after bb_note is a BARRIER.
967
bf794e41
IS
9682010-08-20 Iain Sandoe <iains@gcc.gnu.org>
969
6c334090 970 * config/rs6000/darwin.h (LIB_SPEC): New. Provide saveFP/restFP by
bf794e41 971 linking libgcc.a.
6c334090 972
521fdcda
JJ
9732010-08-20 Jakub Jelinek <jakub@redhat.com>
974 Michael Matz <matz@suse.de>
975
6c334090 976 * tree-ssa-address.c (tree_mem_ref_addr): Convert offset to sizetype.
521fdcda 977
71bb2d86
NF
9782010-08-20 Nathan Froyd <froydnj@codesourcery.com>
979
980 * ggc-common.c (ggc_mark_root_tab): New function, split out from...
981 (ggc_mark_roots): ...here.
982
ac47786e
NF
9832010-08-20 Nathan Froyd <froydnj@codesourcery.com>
984
985 * vec.h (FOR_EACH_VEC_ELT): Define.
986 * c-decl.c: Use it.
987 * cfgloop.c: Likewise.
988 * cfgloopmanip.c: Likewise.
989 * cgraph.c: Likewise.
990 * cgraphunit.c: Likewise.
991 * combine.c: Likewise.
992 * config/bfin/bfin.c: Likewise.
993 * config/mips/mips.c: Likewise.
994 * config/rs6000/rs6000.c: Likewise.
995 * dbxout.c: Likewise.
996 * df-scan.c: Likewise.
997 * dominance.c: Likewise.
998 * dse.c: Likewise.
999 * dwarf2out.c: Likewise.
1000 * except.c: Likewise.
1001 * expr.c: Likewise.
1002 * function.c: Likewise.
1003 * gcse.c: Likewise.
1004 * genattr.c: Likewise.
1005 * ggc-common.c: Likewise.
1006 * gimplify.c: Likewise.
1007 * graphite-blocking.c: Likewise.
1008 * graphite-clast-to-gimple.c: Likewise.
1009 * graphite-dependences.c: Likewise.
1010 * graphite-interchange.c: Likewise.
1011 * graphite-poly.c: Likewise.
1012 * graphite-scop-detection.c: Likewise.
1013 * graphite-sese-to-poly.c: Likewise.
1014 * graphite.c: Likewise.
1015 * haifa-sched.c: Likewise.
1016 * ifcvt.c: Likewise.
1017 * implicit-zee.c: Likewise.
1018 * ipa-prop.c: Likewise.
1019 * ipa-struct-reorg.c: Likewise.
1020 * ipa.c: Likewise.
1021 * ira-build.c: Likewise.
1022 * ira-color.c: Likewise.
1023 * ira-emit.c: Likewise.
1024 * lambda-code.c: Likewise.
1025 * loop-invariant.c: Likewise.
1026 * loop-unroll.c: Likewise.
1027 * lower-subreg.c: Likewise.
1028 * lto-cgraph.c: Likewise.
1029 * lto-opts.c: Likewise.
1030 * lto-streamer-in.c: Likewise.
1031 * lto-streamer-out.c: Likewise.
1032 * lto-streamer.c: Likewise.
1033 * lto-symtab.c: Likewise.
1034 * matrix-reorg.c: Likewise.
1035 * opts.c: Likewise.
1036 * predict.c: Likewise.
1037 * print-tree.c: Likewise.
1038 * sdbout.c: Likewise.
1039 * sel-sched-dump.c: Likewise.
1040 * sel-sched-ir.c: Likewise.
1041 * sel-sched.c: Likewise.
1042 * sese.c: Likewise.
1043 * stor-layout.c: Likewise.
1044 * tree-cfg.c: Likewise.
1045 * tree-cfgcleanup.c: Likewise.
1046 * tree-chrec.c: Likewise.
1047 * tree-data-ref.c: Likewise.
1048 * tree-emutls.c: Likewise.
1049 * tree-inline.c: Likewise.
1050 * tree-into-ssa.c: Likewise.
1051 * tree-loop-distribution.c: Likewise.
1052 * tree-loop-linear.c: Likewise.
1053 * tree-mudflap.c: Likewise.
1054 * tree-outof-ssa.c: Likewise.
1055 * tree-parloops.c: Likewise.
1056 * tree-predcom.c: Likewise.
1057 * tree-pretty-print.c: Likewise.
1058 * tree-scalar-evolution.c: Likewise.
1059 * tree-ssa-live.c: Likewise.
1060 * tree-ssa-loop-im.c: Likewise.
1061 * tree-ssa-loop-ivcanon.c: Likewise.
1062 * tree-ssa-loop-ivopts.c: Likewise.
1063 * tree-ssa-loop-manip.c: Likewise.
1064 * tree-ssa-loop-niter.c: Likewise.
1065 * tree-ssa-loop-prefetch.c: Likewise.
1066 * tree-ssa-phiprop.c: Likewise.
1067 * tree-ssa-pre.c: Likewise.
1068 * tree-ssa-reassoc.c: Likewise.
1069 * tree-ssa-sccvn.c: Likewise.
1070 * tree-ssa-structalias.c: Likewise.
1071 * tree-ssa.c: Likewise.
1072 * tree-vect-data-refs.c: Likewise.
1073 * tree-vect-loop-manip.c: Likewise.
1074 * tree-vect-loop.c: Likewise.
1075 * tree-vect-patterns.c: Likewise.
1076 * tree-vect-slp.c: Likewise.
1077 * tree-vect-stmts.c: Likewise.
1078 * tree-vrp.c: Likewise.
1079 * tree.c: Likewise.
1080 * value-prof.c: Likewise.
1081 * var-tracking.c: Likewise.
1082 * varasm.c: Likewise.
1083 * vmsdbgout.c: Likewise.
1084
1f5a46fe
NS
10852010-08-19 Nathan Sidwell <nathan@codesourcery.com>
1086 Richard Guenther <richard.guenther@gmail.com>
1087
1088 * gimplify.c (gimplify_modify_expr): When assigning to volatiles,
1089 copy the src value and return a copy.
1090 * doc/extend.texi (Volatiles): Move from C++ to C and expand.
1091 (C++ Volatiles): Adjust to describe C++ semantics only.
1092
f8fe0a4a
JM
10932010-08-20 Joseph Myers <joseph@codesourcery.com>
1094
1095 * doc/tm.texi.in (PIC_OFFSET_TABLE_REG_CALL_CLOBBERED): Document to
1096 be zero or nonzero.
1097 * doc/tm.texi: Regenerate.
1098 * defaults.h (PIC_OFFSET_TABLE_REG_CALL_CLOBBERED): Define.
1099 * df-scan.c (df_get_exit_block_use_set), reginfo.c
1100 (init_reg_sets_1), rtlanal.c (rtx_unstable_p, rtx_varies_p):
1101 Handle new PIC_OFFSET_TABLE_REG_CALL_CLOBBERED semantics.
1102 * config/ia64/ia64.h (PIC_OFFSET_TABLE_REG_CALL_CLOBBERED): Define
1103 to 1.
1104
891aa2ec
OH
11052010-08-20 Olivier Hainque <hainque@adacore.com>
1106
1107 * config/sparc/sparc.c (sparc_asm_function_epilogue): Don't output
1108 an extra nop past a sibling call at the very end.
1109
b98425da
BS
11102010-08-19 Bernd Schmidt <bernds@codesourcery.com>
1111
1112 PR bootstrap/45350
1113 * combine.c (try_combine): Initialize i1_is_used and i2_is_used. Fix
1114 a comment.
1115
29e88142
NF
11162010-08-19 Nathan Froyd <froydnj@codesourcery.com>
1117
1118 * target.def (function_arg, function_incoming_arg): Remove const
1119 qualifier on CUMULATIVE_ARGS parameter.
1120 * targhooks.h (default_function_arg, default_function_incoming_arg):
1121 Likewise.
1122 * targhooks.c (default_function_arg, default_function_incoming_arg):
1123 Likewise.
1124 * config/i386/i386.c (ix86_function_arg): Likewise.
1125
a5d8253f
JJ
11262010-08-19 Jakub Jelinek <jakub@redhat.com>
1127
1128 PR target/45336
1129 * simplify-rtx.c (simplify_unary_operation_1): Optimize nested
1130 SIGN_EXTENDs or ZERO_EXTENDs.
1131
0524d2d6
BS
11322010-08-19 Bernd Schmidt <bernds@codesourcery.com>
1133
1134 PR target/42172
1135 * combine.c (combine_validate_cost): New arg I0. All callers changed.
1136 Take its cost into account if nonnull.
1137 (insn_a_feeds_b): New static function.
1138 (combine_instructions): Look for four-insn combinations.
1139 (can_combine_p): New args PRED2, SUCC2. All callers changed. Take
1140 them into account when computing all_adjacent and looking for other
1141 uses.
1142 (combinable_i3pat): New args I0DEST, I0_NOT_IN_SRC. All callers
1143 changed. Treat them like I1DEST and I1_NOT_IN_SRC.
1144 (try_combine): New arg I0. Handle four-insn combinations.
1145 (distribute_notes): New arg ELIM_I0. All callers changed. Treat it
1146 like ELIM_I1.
1147
ce3beba3
JM
11482010-08-19 Jason Merrill <jason@redhat.com>
1149
1150 PR c++/45307
1151 * gimplify.c (gimplify_init_constructor): Just return GS_UNHANDLED
1152 if ctor is empty.
1153 (gimplify_modify_expr_rhs): Adjust.
1154
fcaa4ca4
NF
11552010-08-19 Nathan Froyd <froydnj@codesourcery.com>
1156
1157 * cfgloop.c (get_loop_body_in_bfs_order): Avoid redundant call to
1158 bitmap_bit_p.
1159 * config/bfin/bifn.c (bfin_discover_loop): Likewise.
1160 * dominance.c (iterate_fix_dominators): Likewise.
1161 * dse.c (set_usage_bits): Likewise.
1162 (set_position_unneeded, record_store): Likewise.
1163 * gimple-fold.c (get_maxval_strlen): Likewise.
1164 * haifa-sched.c (fix_inter_tick, fix_recovery_deps): Likewise.
1165 * ipa-inline.c (update_caller_keys): Likewise.
1166 * ipa-split.c (verify_non_ssa_vars): Likewise.
1167 * ipa-type-escape.c (mark_type, close_type_seen): Likewise.
1168 (close_type_exposed_parameter, close_type_full_escape): Likewise.
1169 (close_addressof_down): Likewise.
1170 * ira-color.c (assign_hard_reg, push_allocno_to_stack): Likewise.
1171 (setup_allocno_left_conflicts_size): Likewise.
1172 (ira_reassign_conflict_allocnos): Likewise.
1173 (ira_reassign_pseudos): Likewise.
1174 * ira-emit.c (change_loop): Likewise.
1175 * loop-invariant.c (mark_regno_live, mark_regno_death): Likewise.
1176 * lto-streamer-out.c (write_symbol): Likewise.
1177 * predict.c (expr_expected_value_1): Likewise.
1178 * regstat.c (regstat_bb_compute_ri): Likewise.
1179 * sel-sched.c (create_block_for_bookkeeping): Likewise.
1180 (track_scheduled_insns_and_blocks, sel_sched_region_1): Likewise.
1181 * stmt.c (expand_case): Likewise.
1182 * tree-eh.c (emit_eh_dispatch): Likewise.
1183 * tree-into-ssa.c (prune_unused_phi_nodes): Likewise.
1184 * tree-loop-distribution.c (make_nodes_having_upstream_mem_writes):
1185 Likewise.
1186 (rdg_flag_vertex, rdg_flag_loop_exits): Likewise.
1187 (rdg_build_components): Likewise.
1188 * tree-object-size.c (collect_object_sizes_for): Likewise.
1189 * tree-sra.c (convert_callers): Likewise.
1190 * tree-ssa-coalesce.c (live_track_add_partition): Likewise.
1191 * tree-ssa-live.c (mark_all_vars_used_1): Likewise.
1192 * tree-ssa-pre.c (bitmap_set_replace_value): Likewise.
1193
f1b62c9f
UB
11942010-08-19 Uros Bizjak <ubizjak@gmail.com>
1195
1196 * config/i386/i386.md (*lea_1): Use P mode iterator.
1197 (lea add splitter): Also handle DImode operands.
1198 (DImode lea add splitter): Use x86_64_immediate_operand for operand 2
1199 predicate. Do not use ix86_lea_for_add_ok.
1200 (zext DImode lea add splitter): Use ix86_lea_for_add_ok.
1201 (lea ashift splitter): Also handle DImode operands.
1202 (DImode lea ashift splitter): Remove splitter.
1203
12042010-08-19 Uros Bizjak <ubizjak@gmail.com>
1205
1206 * config/i386/i386.md (*add<SWI:mode>3_cconly_overflow): Do not use
1207 ix86_binary_operator_ok.
1208
5e841c82
AB
12092010-08-19 Andrey Belevantsev <abel@ispras.ru>
1210
1211 PR rtl-optimization/44691
1212 * sel-sched.c (count_occurrences_1): Also punt when SUBREG_REG
f1b62c9f 1213 is not a register.
5e841c82 1214
c92f1823
IB
12152010-08-19 Ian Bolton <ian.bolton@arm.com>
1216
1217 PR target/45070
1218 * config/arm/arm.c (arm_output_epilogue): Ensure that return
1219 value of size 1-3 is handled correctly.
1220
f096c02a
IB
12212010-08-19 Ian Bolton <ian.bolton@arm.com>
1222
1223 * tree-switch-conversion.c (gen_inbound_check): Ensure that the
1224 type for the conditional has wide enough range.
1225
0fb2f9b1
UB
12262010-08-18 Uros Bizjak <ubizjak@gmail.com>
1227
1228 PR target/45327
1229 * config/i386/i386.md (<any_or:code><SWI:mode>_3): Do not use
1230 ix86_binary_operator_ok.
1231
21667997
UB
12322010-08-18 Uros Bizjak <ubizjak@gmail.com>
1233
1234 * config/i386/i386.md (*add<mode>_1) <TYPE_LEA>: Split insn to lea.
1235 <default>: Swap operands 1 and 2 for alternative 2 to use existing
1236 code to output insn mnemonic. Fix comment.
1237 (*addsi_1_zext): Add r-r-0 alternative 1.
1238 <TYPE_LEA>: Split insn to lea.
1239 <default>: Handle alternative 1.
1240 (*addhi_1_lea): Add r-r-0 alternative 2. Use cond RTX instead of
1241 multi-level if_then_else RTX to set "type" attribute.
1242 <default>: Handle alternative 2.
1243 (*addqi_1_lea): Add q-q-0 alternative 2 and r-r-0 alternative 4.
1244 Use cond RTX instead of multi-level if_then_else RTX to set
1245 "type" attribute.
1246 <default>: Handle alternatives 2 and 4.
1247 (lea splitters): Update calls to ix86_lea_for_add_ok.
1248
1249 * config/i386/i386.c (ix86_lea_for_add_ok): Remove unused "code"
1250 argument.
1251 * config/i386/i386-protos.h (ix86_lea_for_add_ok): Update prototype.
1252
480161b5
RG
12532010-08-18 Richard Guenther <rguenther@suse.de>
1254
1255 * tree-ssa-uninit.c (find_uninit_use): Disregard debug stmts,
1256 use operand helpers.
1257
e5f5fa2d
PB
12582010-08-18 Paolo Bonzini <bonzini@gnu.org>
1259
1260 PR middle-end/45292
1261 * optabs.c (expand_bool_compare_and_swap): Expand pending
1262 pops before trying the optab.
1263
8019fcfb
YQ
12642010-08-18 Yao Qi <yao@codesourcery.com>
1265
1266 PR target/45094
21667997 1267 * config/arm/arm.c (output_move_double): Fix typo generating
8019fcfb
YQ
1268 instructions ('ldr'->'str').
1269
c701e857
MK
12702010-08-18 Maxim Kuvyrkov <maxim@codesourcery.com>
1271
1272 PR rtl-optimization/42575
1273 * optabs.c (expand_doubleword_mult): Generate new pseudos to shorten
1274 live ranges.
1275
029e79eb
MS
12762010-08-18 Marcus Shawcroft <marcus.shawcroft@arm.com>
1277
1278 * config/arm/arm-protos.h (arm_expand_sync): New.
1279 (arm_output_memory_barrier, arm_output_sync_insn): New.
1280 (arm_sync_loop_insns): New.
1281 * config/arm/arm.c (FL_ARCH7): New.
1282 (FL_FOR_ARCH7): Include FL_ARCH7.
1283 (arm_arch7): New.
1284 (arm_print_operand): Support %C markup.
1285 (arm_legitimize_sync_memory): New.
1286 (arm_emit, arm_insn_count, arm_count, arm_output_asm_insn): New.
1287 (arm_process_output_memory_barrier, arm_output_memory_barrier): New.
1288 (arm_ldrex_suffix, arm_output_ldrex, arm_output_strex): New.
1289 (arm_output_op2, arm_output_op3, arm_output_sync_loop): New.
1290 (arm_get_sync_operand, FETCH_SYNC_OPERAND): New.
1291 (arm_process_output_sync_insn, arm_output_sync_insn): New.
1292 (arm_sync_loop_insns,arm_call_generator, arm_expand_sync): New.
1293 * config/arm/arm.h (struct arm_sync_generator): New.
1294 (TARGET_HAVE_DMB, TARGET_HAVE_DMB_MCR): New.
1295 (TARGET_HAVE_MEMORY_BARRIER): New.
1296 (TARGET_HAVE_LDREX, TARGET_HAVE_LDREXBHD): New.
1297 * config/arm/arm.md: Include sync.md.
1298 (UNSPEC_MEMORY_BARRIER): New.
1299 (VUNSPEC_SYNC_COMPARE_AND_SWAP, VUNSPEC_SYNC_LOCK): New.
1300 (VUNSPEC_SYNC_OP):New.
1301 (VUNSPEC_SYNC_NEW_OP, VUNSPEC_SYNC_OLD_OP): New.
1302 (sync_result, sync_memory, sync_required_value): New attributes.
1303 (sync_new_value, sync_t1, sync_t2): Likewise.
1304 (sync_release_barrier, sync_op): Likewise.
1305 (length): Add logic to length attribute defintion to call
1306 arm_sync_loop_insns when appropriate.
1307 * config/arm/sync.md: New file.
1308
a085a55a
JJ
13092010-08-17 Jakub Jelinek <jakub@redhat.com>
1310
1311 * tree.h (host_integerp): Add ATTRIBUTE_PURE when not
1312 ENABLE_TREE_CHECKING.
1313 (tree_low_cst): Add inline version for !ENABLE_TREE_CHECKING
1314 and GCC >= 4.3.
1315
1c111d0a
L
13162010-08-17 H.J. Lu <hongjiu.lu@intel.com>
1317
1318 * config/i386/i386.c (ix86_lea_for_add_ok): For !TARGET_OPT_AGU
1319 or optimizing for size, always avoid lea if possible.
1320
21667997 1321 * config/i386/i386.md (*add<mode>_1): Always avoid lea if possible.
1c111d0a 1322
e2a1fcf0
IS
13232010-08-17 Iain Sandoe <iains@gcc.gnu.org>
1324
1325 * unwind-dw2-fde-darwin.c (_darwin10_Unwind_FindEnclosingFunction):
21667997 1326 Dunmmy function with NULL return unless the target is
e2a1fcf0 1327 OSX >= 10.6 (Darwin10).
21667997 1328
2642f659
JH
13292010-08-17 Jack Howarth <howarth@bromo.med.uc.edu>
1330
1331 * gcc.c (spec_function): Add remove-outfile.
1332 (remove_outfile_spec_function): New function.
21667997 1333 * config/darwin.h (LINK_SPEC): Add removal of -ldl, -lm and -lpthread.
2642f659
JH
1334 * invoke.texi (replace-outfile): Document.
1335
2c65142a
UB
13362010-08-17 Uros Bizjak <ubizjak@gmail.com>
1337
1338 PR target/45296
1339 * reginfo.c (globalize_reg): Reject stack registers.
1340
fd4a760e
RG
13412010-08-17 Richard Guenther <rguenther@suse.de>
1342
1343 * tree-ssa-dom.c (struct edge_info): Use a VEC for the
1344 list of conditional equivalences.
1345 (free_all_edge_infos): Adjust.
1346 (record_equivalences_from_incoming_edge): Likewise.
1347 (record_cond): Likewise.
1348 (build_and_record_new_cond): Likewise.
1349 (record_conditions): Likewise.
1350 (dom_opt_leave_block): Likewise.
1351
b17b584f
KT
13522010-08-17 Kai Tietz <kai.tietz@onevision.com>
1353
1354 * doc/invoke.texi (ms-extension): Add documentation.
1355
743ad76e
RG
13562010-08-17 Richard Guenther <rguenther@suse.de>
1357
21667997 1358 * fold-const.c (fold_comparison): Strip nops inside POINTER_PLUS_EXPR.
743ad76e 1359
51f4ec66
SZ
13602010-08-17 Shujing Zhao <pearly.zhao@oracle.com>
1361
1362 PR c/40563
1363 * c-decl.c (diagnose_uninitialized_cst_member): New function.
1364 (finish_decl): Use it to issue a -Wc++-compat warning about
1365 uninitialized const field in struct or union.
2c65142a 1366
51f4ec66
SZ
1367 (finish_struct): Use strip_array_types.
1368
3373692b
JJ
13692010-08-17 Jakub Jelinek <jakub@redhat.com>
1370
1371 * function.c (block_fragments_nreverse, blocks_nreverse_all): New
1372 functions.
1373 (reorder_blocks): Use blocks_nreverse_all instead of blocks_nreverse.
1374 (reorder_blocks_1): Assert BLOCK_FRAGMENT_ORIGIN is NULL. Don't
1375 call block_nreverse here.
1376 (blocks_nreverse): Rename decl temporary to block.
1377
c29e2982
BS
13782010-08-16 Bernd Schmidt <bernds@codesourcery.com>
1379
1380 * config/arm/thumb2.md (thumb2_notsi_shiftsi,
1381 thumbsi_notsi_shiftsi_compare0, thumb2_not_shiftsi_compare0_scratch,
1382 thumb2_cmpsi_shiftsi, thumb2_cmpsi_shiftsi_swp, thumb2_arith_shiftsi,
1383 thumb2_arith_shiftsi splitter, thumb2_arith_shiftsi_compare0,
1384 thumb2_arith_shiftsi_compare0_scratch, thumb2_sub_shiftsi,
1385 thumb2_sub_shiftsi_compare0, thumb2_sub_shiftsi_compare0_scratch,
1386 thumb2_iorsi3): Delete.
1387 (orsi_notsi_si): No longer a named pattern.
1388 (orsi_not_shiftsi_si): Renamed from thumb_orsi_not_shiftsi_si.
1389 * config/arm/predicates.md (shift_amount_operand): New.
1390 (mult_operator): New.
1391 * config/arm/arm.md (attr arch, attr arch_enabled, attr insn_enabled,
1392 attr enabled): New.
1393 (iorsi3_insn): Renamed from arm_iorsi3. Handle a new alternative if
1394 arch matches t2.
1395 (not_shiftsi): Renamed from arm_notsi_shiftsi. Handle Thumb2 variant.
1396 (not_shiftsi_compare0): Likewise, renamed from
1397 arm_notsi_shiftsi_compare0.
1398 (not_shiftsi_compare0_scratch): Likweise, renamed from
1399 arm_notsi_shiftsi_compare0_scratch.
1400 (cmpsi_shiftsi): Likewise, renamed from arm_cmpsi_shiftsi.
1401 (cmpsi_shiftsi_swp): Likewise, renamed from arm_cmpsi_shiftsi_swp.
1402 (arith_shiftsi): Handle Thumb2 variant. Set insn_enabled attribute
1403 so that the register alternative is disabled when the shift_operator
1404 is MULT. Use "M" as the constraint for constants.
1405 (arith_shiftsi splitter): Enable for TARGET_32BIT.
1406 (arith_shiftsi_compare0): Handle Thumb2 variant. Use "M" as the
1407 constraint for constants.
1408 (arith_shiftsi_compare0_scratch): Likewise.
1409 (sub_shiftsi, sub_shiftsi_compare0, sub_shiftsi_compare0_scratch):
1410 Handle Thumb2 alternative.
1411
c878765b
JM
14122010-08-16 Joseph Myers <joseph@codesourcery.com>
1413
1414 * doc/options.texi (NoDriverArg): Document.
1415 * gcc.c (cpp_unique_options): Generate -MD and -MMD instead of
1416 -MDX and -MMDX.
1417 * opt-functions.awk (switch_flags): Handle NoDriverArg.
1418 * opts-common.c (decode_cmdline_option): Ignore CL_SEPARATE
1419 marking for CL_NO_DRIVER_ARG options when in the driver.
1420 * opts.h (CL_NO_DRIVER_ARG): Define.
1421 (CL_PARAMS, CL_WARNING, CL_OPTIMIZATION, CL_DRIVER, CL_TARGET,
1422 CL_COMMON): Update values.
1423
603349bf
JM
14242010-08-16 Joseph Myers <joseph@codesourcery.com>
1425
1426 * common.opt: Add driver options.
1427 (auxbase, auxbase-strip, quiet, version): Mark RejectDriver.
1428 * doc/options.texi (Driver, RejectDriver): Document.
1429 * gcc.c (pass_exit_codes, print_search_dirs, print_file_name,
1430 print_prog_name, print_multi_directory, print_sysroot,
1431 print_multi_os_directory, print_multi_lib,
1432 print_sysroot_headers_suffix, report_times, combine_flag,
1433 use_pipes, wrapper_string): Remove.
1434 (save_switch, driver_unknown_option_callback,
1435 driver_wrong_lang_callback, driver_post_handling_callback,
1436 driver_handle_option): New.
1437 (spec_lang, last_language_n_infiles): Make file-scope static
1438 instead of local to process_command.
1439 (process_command): Use decode_cmdline_options_to_array and
1440 read_cmdline_option for option processing. Compute have_c in
1441 prescan of decoded options.
1442 * opt-functions.awk (switch_flags): Handle Driver and
1443 RejectDriver.
1444 (var_type, var_type_struct): Handle Separate options as generating
1445 const char * variables.
1446 * opts-common.c (decode_cmdline_option): Expect CL_COMMON and
1447 CL_TARGET to be passed by caller if required.
1448 (decode_cmdline_options_to_array): Update comment.
1449 * opts.c (complain_wrong_lang): Handle options only valid for the
1450 driver.
1451 (decode_options): Update call to decode_cmdline_options_to_array.
1452 (print_filtered_help): Ignore driver-only options.
1453 (print_specific_help): Ignore CL_DRIVER.
2c65142a 1454 (common_handle_option): Don't call print_specific_help for CL_DRIVER.
603349bf
JM
1455 * opts.h (CL_DRIVER, CL_REJECT_DRIVER): Define.
1456 (CL_PARAMS, CL_WARNING, CL_OPTIMIZATION, CL_TARGET, CL_COMMON):
1457 Update values.
1458
4b228e61
RG
14592010-08-16 Richard Guenther <rguenther@suse.de>
1460
1461 * tree-cfg.c (verify_types_in_gimple_reference): Verify
1462 TARGET_MEM_REF a bit.
1463 * tree-ssa-address.c (addr_for_mem_ref): Adjust.
1464 (create_mem_ref_raw): Always create TMR_OFFSET, store the
1465 alias pointer type via it.
1466 (copy_mem_ref_info): Adjust.
1467 (maybe_fold_tmr): Likewise.
1468 * tree.c (mem_ref_offset): Also handle TARGET_MEM_REF.
1469 (reference_alias_ptr_type): Likewise.
1470 * tree.def (TARGET_MEM_REF): Remove TMR_ORIGINAL operand,
1471 adjust documentation of TMR_OFFSET operand.
1472 * alias.c (get_alias_set): Do not look at TMR_ORIGINAL but
1473 use the alias pointer type.
1474 * expr.c (expand_expr_real_1): Do not use TMR_ORIGINAL to
1475 initialize mem attrs but the TMR itself.
1476 * tree-eh.c (tree_could_trap_p): Handle TARGET_MEM_REF
1477 similar to MEM_REF.
1478 * tree-pretty-print.c (dump_generic_node): Do not dump TMR_ORIGINAL.
1479 * tree-ssa-loop-ivopts.c (idx_remove_ssa_names): Remove.
1480 (unshare_and_remove_ssa_names): Likewise.
1481 (copy_ref_info): Adjust.
1482 * tree-ssa-pre.c (create_component_ref_by_pieces_1): Simplify
1483 TARGET_MEM_REF case.
1484 * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Do not look
1485 at TMR_ORIGINAL.
1486 * tree.h (TMR_ORIGINAL): Remove.
1487 * gimple.c (get_base_address): For TARGET_MEM_REF with a
1488 symbol return that.
1489 * tree-dfa.c (get_ref_base_and_extent): Handle TARGET_MEM_REF
1490 with a symbol.
1491 (get_addr_base_and_unit_offset): Likewise.
1492 * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Handle
1493 TARGET_MEM_REFs.
1494 (indirect_ref_may_alias_decl_p): Likewise.
1495 (refs_may_alias_p_1): Do not bail out for TARGET_MEM_REFs.
1496
ef7e0035
UB
14972010-08-15 Uros Bizjak <ubizjak@gmail.com>
1498
1499 * doc/invoke.texi (-fomit-frame-pointer): Document that starting
1500 with GCC version 4.6, the default setting (when not optimizing
1501 for size) for 32-bit Linux x86 and 32-bit Darwin x86 targets has
1502 been changed to -fomit-frame-pointer.
1503
5fc265c1
IS
15042010-08-15 Iain Sandoe <iains@gcc.gnu.org>
1505
ef7e0035 1506 * config/darwin.h (REAL_LIBGCC_SPEC): Remove libgcc_s.10.5 stub for
5fc265c1
IS
1507 Darwin10. Do not link libgcc.a for Darwin >= 9.
1508
09ccff9f
GP
15092010-08-15 Gerald Pfeifer <gerald@pfeifer.com>
1510
1511 * doc/invoke.texi (Warning Options): Fix terminology and markup
1512 in the description of how unknown warning options are handled.
1513
69f11a13
IR
15142010-08-15 Ira Rosen <irar@il.ibm.com>
1515
1516 * tree-vect-data-refs.c (vect_setup_realignment): Support realignment
1517 in basic blocks.
1518 (vect_supportable_dr_alignment): Check alignment for basic blocks.
ef7e0035 1519 * tree-vect-slp.c (vect_build_slp_tree): Allow different codes for
69f11a13
IR
1520 data references.
1521 (vect_bb_vectorization_profitable_p): New function.
1522 (vect_slp_analyze_bb): Call vect_bb_vectorization_profitable_p() to
1523 check if it's worthwhile to vectorize the basic block.
1524
faa832a7
AS
15252010-08-14 Anatoly Sokolov <aesok@post.ru>
1526
1527 * reload.h (register_move_cost, memory_move_secondary_cost,
1528 secondary_reload_class): Adjust prototype.
1529 * rtl.h (reg_class_subset_p): Adjust prototype.
1530 * reload.c (secondary_reload_class): Change arguments type from
1531 enum reg_class to reg_class_t. Change result type to reg_class_t.
1532 * reginfo.c (register_move_cost, reg_class_subset_p): Change
1533 arguments type from enum reg_class to reg_class_t.
1534 (memory_move_secondary_cost): Change arguments type from
1535 enum reg_class to reg_class_t. Change type of saved_flags to
1536 reg_class_t.
1537
ef7e0035 1538 * config/mips/mips.h (REGISTER_MOVE_COST, MEMORY_MOVE_COST):
faa832a7
AS
1539 Remove macros.
1540 (mips_cost): Remove.
1541 (struct mips_rtx_cost_data): Moved to mips.c.
1542 * config/mips/mips-protos.h (mips_register_move_cost): Remove.
1543 * config/mips/mips.c (struct mips_rtx_cost_data): Moved from mips.h.
1544 (mips_cost): Make static.
1545 (mips_canonicalize_move_class): Change argument type to reg_class_t.
1546 Change result type to reg_class_t.
1547 (mips_move_to_gpr_cost, mips_move_from_gpr_cost): Change arguments
1548 type from enum reg_class to reg_class_t.
1549 (mips_register_move_cost): Make static. Change arguments
1550 type from enum reg_class to reg_class_t.
1551 (mips_memory_move_cost): New function.
1552 (TARGET_REGISTER_MOVE_COST, TARGET_MEMORY_MOVE_COST): Define.
1553
6d1e1a26
RS
15542010-08-14 Richard Sandiford <rdsandiford@googlemail.com>
1555
1556 PR rtl-optimization/43358
1557 * ira-lives.c (process_single_reg_class_operands): Adjust the costs
1558 of a single hard register, using simplify_subreg_regno to decide
1559 what that register should be.
1560
a44ecea1
MX
15612010-08-14 Mingjie Xing <mingjie.xing@gmail.com>
1562
1563 * config/mips/mips.c (CODE_FOR_loongson_pmullh): Define.
1564 * config/mips/loongson.md (UNSPEC_LOONGSON_PMULL): Delete.
1565 (loongson_pmull<V_suffix>): Rename to...
1566 (mul<mode>3): ...this and use MULT instead of an UNSPEC.
1567
1b2d4118
JH
15682010-08-13 Jack Howarth <howarth@bromo.med.uc.edu>
1569
1570 * gcc/configure.ac: Enable -fomit-frame-pointer on darwin
1571 which support dwarf2.
1572 * config/i386/i386.c (override_options): Same.
1573
9b821a09
JZ
15742010-08-13 Jie Zhang <jie@codesourcery.com>
1575
ef7e0035 1576 * config/arm/arm.md (cstoredf4): Only valid when !TARGET_VFP_SINGLE.
9b821a09 1577
644fa7ac
JM
15782010-08-12 Joseph Myers <joseph@codesourcery.com>
1579
1580 * gcc.c (cpp_unique_options): Generate -MDX and -MMDX from -MD and
1581 -MMD.
1582
3cb35c12
CF
15832010-08-12 Changpeng Fang <changpeng.fang@amd.com>
1584
1585 * tree-vect-patterns.c (vect_recog_dot_prod_pattern): Give
1586 up dot_prod pattern searching if a stmt is outside the loop.
1587
d79389af
L
15882010-08-12 H.J. Lu <hongjiu.lu@intel.com>
1589 Uros Bizjak <ubizjak@gmail.com>
1590
1591 * config.gcc: Handle --enable-frame-pointer.
1592
1593 * configure.ac: Add --enable-frame-pointer.
1594 * configure: Regenerated.
1595
1596 * config/i386/i386.c (USE_IX86_FRAME_POINTER): Default to 0.
1597 (override_options): If not configured with --enable-frame-pointer,
1598 enable -fomit-frame-pointer (but not for TARGET_MACHO or when
1599 optimizing for size), -fasynchronous-unwind-tables and
1600 -maccumulate-outgoing-args by default.
1601
d2be8071
JJ
16022010-08-12 Jakub Jelinek <jakub@redhat.com>
1603
ef7e0035 1604 * builtins.c (fold_builtin_memory_op): Avoid -Wsign-compare warning.
d2be8071 1605
a8c56818
JJ
1606 PR middle-end/45262
1607 * fold-const.c (make_range) <case NEGATE_EXPR>: Punt if
1608 -a overflows. Normalize the range.
1609
2d698d3b
RG
16102010-08-12 Richard Guenther <rguenther@suse.de>
1611
1612 PR tree-optimization/45232
1613 * tree-ssa-reassoc.c (can_reassociate_p): Disable re-association
1614 for types with undefined overflow.
1615 (reassociate_bb): Allow re-associating of bit and min/max
1616 operations for types with undefined overflow.
1617 * tree-ssa-forwprop.c (associate_plusminus): New function.
1618 (tree_ssa_forward_propagate_single_use_vars): Call it.
1619
1be38ccb
RG
16202010-08-12 Richard Guenther <rguenther@suse.de>
1621
1622 * tree-flow.h (struct ptr_info_def): Add align and misalign fields.
1623 * tree-ssa-alias.c (get_ptr_info): Move ...
1624 * tree-ssanames.c (get_ptr_info): ... here. Initialize
1625 align and misalign fields conservatively.
1626 * tree-ssa-ccp.c (ccp_finalize): From partially constant pointers
1627 derive alignment information.
1628 (evaluate_stmt): Derive alignment information from memory
1629 allocation functions.
1630 * tree.h (get_pointer_alignment): Make unsigned.
1631 * builtins.c (get_object_alignment): Use alignment information we
1632 have computed for pointers.
1633 (get_pointer_alignment): Likewise. Make conservative, return
1634 and unsigned value.
1635 (expand_builtin_strlen): Adjust.
1636 (expand_builtin_memcmp): Likewise.
1637 (expand_builtin_strcmp): Likewise.
1638 (expand_builtin_strncmp): Likewise.
1639 (get_builtin_sync_mem): Use at least mode alignment.
1640 (fold_builtin_memset): Adjust.
1641 (fold_builtin_memory_op): Likewise.
1642 * gimple-pretty-print.c (dump_gimple_phi): Alongside alias
1643 information also dump pointer alignment knowledge.
1644 (dump_gimple_stmt): Likewise.
1645
a96ad348
UB
16462010-08-12 Uros Bizjak <ubizjak@gmail.com>
1647
1648 * config/i386/i386.c (LONG_TYPE_SIZE): Remove.
1649 (EMPTY_FIELD_BOUNDARY): Remove.
1650 * config/i386/i386-interix.h (PCC_BITFIELD_TYPE_MATTERS): Remove.
1651
49b48605
JJ
16522010-08-12 Jakub Jelinek <jakub@redhat.com>
1653
1654 PR debug/45259
1655 * caller-save.c (save_call_clobbered_regs): Only swap notes with
1656 DEBUG_INSNs if n_regs_saved.
1657
3565ffed
WG
16582010-08-12 Wei Guozhi <carrot@google.com>
1659
1660 PR target/44999
1661 * config/arm/arm.md (andsi3): Change to zero extension if possible.
1662 * config/arm/thumb2.md (thumb2_zero_extendqisi2_v6): Change the name.
1663
183c87cd
VM
16642010-08-11 Vladimir Makarov <vmakarov@redhat.com>
1665
1666 * ira-int.h (ira_remove_allocno_copy_from_list): Remove.
1667
1668 * ira-build.c (ira_remove_allocno_copy_from_list): Remove.
1669
cb5da135 16702010-08-11 Sebastian Pop <sebastian.pop@amd.com>
9707eeb0
SP
1671
1672 * graphite-sese-to-poly.c (rewrite_close_phi_out_of_ssa): Add back
1673 the case removed in the previous patch, when the only phi argument
1674 is defined in the same loop as the phi node itself. Handle it
1675 separately from the invariant case by both propagating it outside
1676 the region and replacing the phi node with an assign.
1677
cb5da135 16782010-08-11 Sebastian Pop <sebastian.pop@amd.com>
974335d6
SP
1679
1680 * graphite-sese-to-poly.c (rewrite_close_phi_out_of_ssa): The only
1681 constant phi nodes with one argument are is_gimple_min_invariant
1682 and SSA_NAME_IS_DEFAULT_DEF.
1683
cb5da135 16842010-08-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
85437633
AS
1685
1686 * graphite-cloog-util.c (oppose_constraint):
1687 Extend loop counter's value range (CLOOG_ORG).
1688 (cloog_matrix_to_ppl_constraint): Same.
1689 (new_Constraint_System_from_Cloog_matrix): Same.
1690 * graphite-cloog-compat.h (matrix_num_type): New.
1691
cb5da135 16922010-08-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
85437633
AS
1693
1694 * graphite.c (graphite_initialize): Do not initialize
1695 CLooG and initialize the Parma Polyhedra Library
1696 manually when using CLOOG_ORG.
1697 (graphite_finalize): Do not finalize CLooG and finalize
1698 the Parma Polyhedra Library manually when using CLOOG_ORG.
1699 * graphite-cloog-compat.h (cloog_initialize): Hide function
1700 when using CLOOG_ORG.
1701 (cloog_finalize): Same.
1702
cb5da135 17032010-08-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
1461761b
AS
1704
1705 * graphite-clast-to-gimple.c (free_scattering): Change
1706 CloogDomainList/CloogDomain to CloogScatteringList/CloogScattering
1707 (CLOOG_ORG).
1708 (build_cloog_prog): Same.
1709 * graphite-cloog-compat.h (cloog_domain): Removed.
1710 (cloog_scattering): New.
1711 (cloog_set_domain): Removed.
1712 (cloog_set_scattering): New.
1713 (cloog_next_domain): Removed.
1714 (cloog_next_scattering): New.
1715 (cloog_set_next_domain): Removed.
1716 (cloog_set_next_scattering): New.
1717 (CloogScatteringList): New.
1718 (CloogScattering): New.
1719 (cloog_scattering_free): New.
1720 (new_Cloog_Scattering_from_ppl_Polyhedron): New.
1721 * graphite-cloog-util.c (new_Cloog_Scattering_from_ppl_Polyhedron):
1722 New.
1723
cb5da135 17242010-08-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
60f87855
AS
1725
1726 * graphite-clast-to-gimple.c (build_cloog_prog): Extend with
1727 CloogState.
1728 (set_cloog_options): Same.
1729 (print_clast_stmt): Same.
1730 (scop_to_clast): Same.
1731 (print_generated_program): Same.
1732 (gloog): Same.
1733 * graphite-clast-to-gimple.h: Include graphite-cloog-util.h.
1734 (scop_to_clast): Extend with CloogState.
1735 * graphite-cloog-util.c: Include graphite-cloog-compat.h
1736 (new_Cloog_Domain_from_ppl_Polyhedron):
1737 Extend with CloogState. Use cloog_domain_from_cloog_matrix (CLOOG_ORG).
1738 (new_Cloog_Domain_from_ppl_Pointset_Powerset): Extend with CloogState.
1739 (new_Cloog_Domain_from_ppl_Polyhedron): Same.
1740 * graphite-cloog-util.h (build_cloog_prog): Same.
1741 * graphite-cloog-copat.h (build_cloog_prog): New.
1742 (CloogState): New.
1743 (cloog_state_malloc): New.
1744 (cloog_state_free): New.
1745 (cloog_loop_malloc): New.
1746 (cloog_options_malloc): New.
1747 (cloog_statement_alloc): New.
1748 (cloog_domain_from_cloog_matrix): New.
1749 (new_Cloog_Domain_from_ppl_Pointset_Powerset): New.
1750 (new_Cloog_Domain_from_ppl_Polyhedron): New.
1751
cb5da135 17522010-08-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
4431102b
AS
1753
1754 * graphite-clast-to-gimple.c (clast_name_to_gcc): Parameter
1755 type of NAME now depends on used CLooG version.
1756 (clast_to_gcc_expression): Replace expr_* with clast_expr_*.
1757 (gcc_type_for_clast_expr): Same.
1758 (print_clast_stmt): Replace pprint with clast_pprint.
1759 * graphite-cloog-compat.h: Provide compatibility macros for
1760 CLooG Legacy.
1761 (clast_name_p): New.
1762 (clast_expr_term): New.
1763 (clast_expr_red): New.
1764 (clast_expr_bin): New.
1765 (clast_pprint): New.
1766
cb5da135 17672010-08-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
ac3b070a
AS
1768
1769 * graphite-clast-to-gimple.c (set_cloog_options): Make CLooG options
1770 compatible to newer CLooG releases (CLOOG_ORG).
1771 (build_cloog_prog): Pass CloogOptions to more functions (CLOOG_ORG).
1772 (scop_to_clast): Pass CloogOptions to build_cloog_prog (CLOOG_ORG).
1773 * graphite-cloog-compat.h: Add compatibility macros for CLooG Legacy.
1774 (build_cloog_prog) : New.
1775 (cloog_program_extract_scalars): New.
1776 (cloog_program_scatter): New.
1777
cb5da135 17782010-08-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
2bbb190a
AS
1779
1780 * graphite-clast-to-gimple.c: Include graphite-cloog-compat.h
1781 conditionally (CLOOG_ORG).
1782 * graphite-cloog-compat.h: New. Include graphite-cloog-compat.h.
1783 (cloog_statement_usr): New.
1784 (cloog_domain): Same.
1785 (cloog_set_domain): Same.
1786 (cloog_next_domain): Same.
1787 (cloog_set_next_domain): Same.
1788 (cloog_program_nb_scattdims): Same.
1789 (cloog_program_set_nb_scattdims): Same.
1790 (cloog_program_names): Same.
1791 (cloog_program_set_names): Same.
1792 (cloog_program_set_context): Same.
1793 (cloog_program_set_loop): Same.
1794 (cloog_program_blocklist): Same.
1795 (cloog_program_set_blocklist): Same.
1796 (cloog_program_scaldims): Same.
1797 (cloog_program_set_scaldims): Same.
1798 (cloog_names_nb_parameters): Same.
1799 (cloog_names_set_nb_parameters): Same.
1800 (cloog_names_parameters): Same.
1801 (cloog_names_set_parameters): Same.
1802 (cloog_names_set_nb_iterators): Same.
1803 (cloog_names_set_iterators): Same.
1804 (cloog_names_set_nb_scattering): Same.
1805 (cloog_names_set_scattering): Same.
1806 (cloog_statement_set_usr): Same.
1807 (cloog_loop_set_next): Same.
1808 (cloog_loop_set_domain): Same.
1809 (cloog_loop_set_block): Same.
1810 (cloog_block_list_next): Same.
1811 (cloog_block_list_set_next):
1812 (cloog_block_list_set_block): Same.
1813
cb5da135 18142010-08-11 Sebastian Pop <sebastian.pop@amd.com>
5d737345
SP
1815
1816 * graphite-sese-to-poly.c (rewrite_cross_bb_scalar_deps): Returns
1817 a bool.
1818 (rewrite_commutative_reductions_out_of_ssa_close_phi): Same.
1819 (rewrite_commutative_reductions_out_of_ssa_loop): Same.
1820 (rewrite_cross_bb_scalar_deps_out_of_ssa): Call scev_reset_htab
1821 when something has been changed.
1822 (rewrite_commutative_reductions_out_of_ssa): Same.
1823
cb5da135 18242010-08-11 Sebastian Pop <sebastian.pop@amd.com>
4ee23fa8 1825
ab756588
SP
1826 * graphite-sese-to-poly.c (propagate_expr_outside_region): Also
1827 handle the case when def is in the sese region.
1828 (rewrite_close_phi_out_of_ssa): Call propagate_expr_outside_region
1829 for invariant expressions.
1830 (rewrite_cross_bb_phi_deps): Removed.
1831 (rewrite_cross_bb_scalar_deps): Also handle GIMPLE_PHI nodes.
1832 (rewrite_cross_bb_scalar_deps_out_of_ssa): Do not call
cb5da135 1833 rewrite_cross_bb_phi_deps.
ab756588 1834
cb5da135 18352010-08-11 Sebastian Pop <sebastian.pop@amd.com>
ab756588 1836
4ee23fa8
SP
1837 * graphite-sese-to-poly.c
1838 (rewrite_commutative_reductions_out_of_ssa_loop): Call
1839 scev_analyzable_p only on is_gimple_reg
1840
cb5da135 18412010-08-11 Sebastian Pop <sebastian.pop@amd.com>
1c2a7491
SP
1842
1843 * graphite-sese-to-poly.c (propagate_expr_outside_region): New.
1844 (rewrite_close_phi_out_of_ssa): Propagate constant values or
1845 parametric expressions outside the scop region.
1846 (rewrite_cross_bb_scalar_deps): Same.
1847 * sese.c (rename_uses): Use NULL_TREE instead of NULL for trees.
1848
cb5da135 18492010-08-11 Sebastian Pop <sebastian.pop@amd.com>
320532a8
SP
1850
1851 * graphite-sese-to-poly.c (rewrite_phi_out_of_ssa): Use
1852 SSA_NAME_DEF_STMT only on SSA_NAMEs.
1853
cb5da135 18542010-08-11 Sebastian Pop <sebastian.pop@amd.com>
2847388e
SP
1855
1856 * tree-scalar-evolution.c (instantiate_scev_name): Do not
1857 instantiate default definitions.
1858
cb5da135 18592010-08-11 Vladimir Kargov <kargov@gmail.com>
f4ce375d
VK
1860 Sebastian Pop <sebastian.pop@amd.com>
1861
1862 * cfgloop.c (is_loop_exit): Renamed loop_exits_to_bb_p.
1863 (loop_exits_from_bb_p): New.
1864 * cfgloop.h (is_loop_exit): Renamed loop_exits_to_bb_p.
1865 (loop_exits_from_bb_p): Declared.
1866 * graphite-scop-detection.c (scopdet_basic_block_info): Call
1867 loop_exits_to_bb_p.
1868
cb5da135 18692010-08-11 Sebastian Pop <sebastian.pop@amd.com>
a7d00e71
SP
1870
1871 * graphite-sese-to-poly.c (rewrite_close_phi_out_of_ssa): Add an
1872 extra parameter for the region. Call scev_analyzable_p.
1873 (rewrite_reductions_out_of_ssa): Update call to
1874 rewrite_close_phi_out_of_ssa.
1875 (rewrite_cross_bb_phi_deps): Same.
1876 (rewrite_commutative_reductions_out_of_ssa_loop): Add an extra
1877 parameter for the region. Call scev_analyzable_p.
1878 (rewrite_commutative_reductions_out_of_ssa): Update call to
1879 rewrite_commutative_reductions_out_of_ssa_loop.
1880
cb5da135 18812010-08-11 Sebastian Pop <sebastian.pop@amd.com>
6f23dd91
SP
1882
1883 * sese.c (rename_uses): Call unshare_expr before force_gimple_operand.
1884
cb5da135 18852010-08-11 Sebastian Pop <sebastian.pop@amd.com>
87b28340
SP
1886
1887 * graphite-sese-to-poly.c (reduction_phi_p): Do not rewrite out of
1888 SSA scalar phi nodes that can be scev_analyzable_p.
1889
cb5da135 18902010-08-11 Sebastian Pop <sebastian.pop@amd.com>
3dd2dd57
SP
1891
1892 * graphite-sese-to-poly.c (rewrite_close_phi_out_of_ssa): Correctly
1893 handle SSA_NAME_IS_DEFAULT_DEF.
1894
cb5da135 18952010-08-11 Sebastian Pop <sebastian.pop@amd.com>
a0dd1502
SP
1896
1897 * sese.c (rename_uses): Handl unconditionally gimple_debug statements.
1898
cb5da135 18992010-08-11 Sebastian Pop <sebastian.pop@amd.com>
8af6d9cd
SP
1900
1901 * graphite-sese-to-poly.c (rewrite_close_phi_out_of_ssa): Special
1902 case non close-phi nodes with one argument.
1903
cb5da135 19042010-08-11 Sebastian Pop <sebastian.pop@amd.com>
f36fc876
SP
1905
1906 * sese.h (scev_analyzable_p): Scevs could be expressions without
1907 chrecs and still be scev_analyzable_p.
1908
cb5da135 19092010-08-11 Sebastian Pop <sebastian.pop@amd.com>
57fe3c87
SP
1910
1911 * params.def (PARAM_SCEV_MAX_EXPR_SIZE): Bump the value to 100.
1912
cb5da135 19132010-08-11 Sebastian Pop <sebastian.pop@amd.com>
a0d1afb3
SP
1914
1915 * cfgloop.c (alloc_loop): Remove initialization of loop->single_iv.
1916 * cfgloop.h (struct loop): Remove single_iv field.
1917 * graphite-sese-to-poly.c (graphite_loop_normal_form): Removed.
1918 (scop_canonicalize_loops): Removed.
1919 (scop_ivs_can_be_represented): Do not use loop->single_iv. Iterate
1920 over all the loop phi nodes in loop->header.
1921 (build_poly_scop): Remove use of scop_canonicalize_loops.
1922
cb5da135 19232010-08-11 Sebastian Pop <sebastian.pop@amd.com>
dba9acfa
SP
1924
1925 * graphite-sese-to-poly.c (rewrite_cross_bb_scalar_deps): Also
1926 handle GIMPLE_CALL.
1927
cb5da135 19282010-08-11 Sebastian Pop <sebastian.pop@amd.com>
8b059232
SP
1929
1930 * tree-chrec.c (chrec_apply): Should only apply to the specified
1931 variable. Also handle multivariate chains of recurrences that
1932 satisfy evolution_function_is_affine_p. Also handle CASE_CONVERT.
1933
cb5da135 19342010-08-11 Sebastian Pop <sebastian.pop@amd.com>
2e286fd2
SP
1935
1936 * graphite-clast-to-gimple.c (debug_clast_name_index): Removed.
1937 (debug_clast_name_indexes_1): Removed.
1938 (debug_clast_name_indexes): Removed.
1939 (pbb_to_depth_to_oldiv): Removed.
1940 (build_iv_mapping): Replace the use of rename_map with iv_map.
1941 (translate_clast_user): Remove uses of rename_map. Allocate and
1942 free iv_map.
1943 (translate_clast_for_loop): Remove uses of rename_map.
1944 (translate_clast_for): Same.
1945 (translate_clast_guard): Same.
1946 (translate_clast): Same.
1947 (gloog): Same.
1948 * graphite-clast-to-gimple.h (debug_clast_name_indexes): Removed.
1949 * graphite-sese-to-poly.c (scev_analyzable_p): Moved...
1950 * sese.c (set_rename): Now static.
1951 (rename_variables_in_stmt): Removed.
1952 (rename_uses): New.
1953 (is_parameter): Removed.
1954 (is_iv): Removed.
1955 (expand_scalar_variables_call): Removed.
1956 (expand_scalar_variables_ssa_name): Removed.
1957 (expand_scalar_variables_expr): Removed.
1958 (expand_scalar_variables_stmt): Removed.
1959 (expand_scalar_variables): Removed.
1960 (rename_variables): Removed.
1961 (remove_condition): Removed.
1962 (get_true_edge_from_guard_bb): Removed.
1963 (get_false_edge_from_guard_bb): Removed.
1964 (struct igp): Removed.
1965 (default_before_guard): Removed.
1966 (convert_for_phi_arg): Removed.
1967 (add_guard_exit_phis): Removed.
1968 (insert_guard_phis): Removed.
1969 (graphite_copy_stmts_from_block): Now also uses iv_map and a
1970 region. Do not copy conditions. Do not copy induction variables.
1971 Call rename_uses.
1972 (copy_bb_and_scalar_dependences): Allocate a local rename_map for
1973 the translated statement. Use the iv_map for the induction
1974 variable renaming.
1975 * sese.h (copy_bb_and_scalar_dependences): Update declaration.
1976 (set_rename): Removed declaration.
1977 (scev_analyzable_p): ...here.
1978 * tree-chrec.c (chrec_apply_map): New.
1979 * tree-chrec.h (chrec_apply_map): Declared.
1980
cb5da135 19812010-08-11 Sebastian Pop <sebastian.pop@amd.com>
e11d25e0
SP
1982
1983 * graphite-clast-to-gimple.c (translate_clast_for_loop): Do not call
1984 insert_loop_close_phis.
1985 * sese.c (name_defined_in_loop_p): Removed.
1986 (expr_defined_in_loop_p): Removed.
1987 (alive_after_loop): Removed.
1988 (close_phi_not_yet_inserted_p): Removed.
1989 (struct alep): Removed.
1990 (add_loop_exit_phis): Removed.
1991 (insert_loop_close_phis): Removed.
1992
cb5da135 19932010-08-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
61298f69
AS
1994
1995 * graphite-cloog-util.c
1996 (cloog_matrix_to_ppl_constraint): Fix flipped condition.
1997 * graphite-poly.c
1998 (psct_scattering_dim_for_loop_depth): Same.
1999
cb5da135 20002010-08-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
a9c2ba8f
AS
2001
2002 * graphite-cloog-util.h: Added cloog.h.
2003 * graphite-blocking.c: Removed cloog.h.
2004 * graphite-dependences.c: Same.
2005 * graphite-interchange.c: Same.
2006 * graphite-poly.c: Same.
2007 * graphite-ppl.c: Same.
2008 * graphite-scop-detection.c: Same.
2009 * graphite-sese-to-poly.c:
2010 Removed cloog.h.
2011 Removed graphite-clast-to-gimple.h.
2012 (check_poly_representation): Removed (unused).
2013 * graphite-sese-to-poly.h
2014 (check_poly_representation): Removed (unused).
2015
cb5da135 20162010-08-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
0647324a
AS
2017
2018 * Makefile.in (OBJS-common): Added graphite-cloog-util.o.
2019 (graphite-clast-to-gimple.o): Added graphite-cloog-util.h.
2020 (graphite-cloog-util.o): New.
2021 (graphite-ppl.o): Added graphite-cloog-util.h.
2022 * graphite-clast-to-gimple.c:
2023 Added graphite-cloog-util.h to include statements.
2024 * graphite-cloog-util.c: New.
2025 (new_Cloog_Matrix_from_ppl_Polyhedron): Moved from graphite-ppl.c.
2026 (new_Cloog_Domain_from_ppl_Polyhedron): Same.
2027 (new_Cloog_Domain_from_ppl_Pointset_Powerset): Same.
2028 (new_C_Polyhedron_from_Cloog_Matrix): Same.
2029 (insert_constraint_into_matrix): Same.
2030 (ppl_Constrain_System_number_of_constraints): Same.
2031 (new_Cloog_Matrix_from_ppl_Constraint_System): Same.
2032 (oppose_constraint): Same.
2033 (cloog_matrix_to_ppl_constraint): Same.
2034 (new_Constraint_System_from_Cloog_Matrix): Same.
2035 * graphite-cloog-util.h: New.
2036 (new_Cloog_Matrix_from_ppl_Polyhedron): Moved from graphite-ppl.h.
2037 (new_Cloog_Domain_from_ppl_Polyhedron): Same.
2038 (new_Cloog_Domain_from_ppl_Pointset_Powerset): Same.
2039 (new_C_Polyhedron_from_Cloog_Matrix): Same.
2040 (insert_constraint_into_matrix): Same.
2041 * graphite-ppl.c:
2042 Added graphite-cloog-util.h to include statements.
2043 (new_Cloog_Matrix_from_ppl_Polyhedron): Moved to graphite-cloog-util.c.
2044 (new_Cloog_Domain_from_ppl_Polyhedron): Same.
2045 (new_Cloog_Domain_from_ppl_Pointset_Powerset): Same.
2046 (new_C_Polyhedron_from_Cloog_Matrix): Same.
2047 (insert_constraint_into_matrix): Same.
2048 (ppl_Constrain_System_number_of_constraints): Same.
2049 (new_Cloog_Matrix_from_ppl_Constraint_System): Same.
2050 (oppose_constraint): Same.
2051 (cloog_matrix_to_ppl_constraint): Same.
2052 (new_Constraint_System_from_Cloog_Matrix): Same.
2053 * graphite-ppl.h:
2054 (new_Cloog_Matrix_from_ppl_Polyhedron): Moved to
2055 graphite-cloog-util.h.
2056 (new_Cloog_Domain_from_ppl_Polyhedron): Same.
2057 (new_Cloog_Domain_from_ppl_Pointset_Powerset): Same.
2058 (new_C_Polyhedron_from_Cloog_Matrix): Same.
2059 (insert_constraint_into_matrix): Same.
2060
cb5da135 20612010-08-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
589ac63c
AS
2062
2063 * graphite-clast-to-gimple.c
2064 (precision_for_value): Resolve value_* calls to matching mpz_* calls.
2065 (precision_for_interval): Same.
2066 (gcc_type_for_interval): Same.
2067 (compute_type_for_level): Same.
2068 * graphite-interchange.c
2069 (lst_interchange_profitable_p): Same.
2070 * graphite-poly.c
2071 (psct_scattering_dim_for_loop_depth): Same.
2072 * graphite-ppl.c
2073 (ppl_max_for_le_pointset): Same.
2074 (ppl_min_for_le_pointset): Same.
2075
cb5da135 20762010-08-11 Sebastian Pop <sebastian.pop@amd.com>
d3e7b889
SP
2077
2078 * graphite-sese-to-poly.c (rewrite_degenerate_phi): New.
2079 (rewrite_reductions_out_of_ssa): Call it for degenerate_phi_result.
2080
cb5da135 20812010-08-11 Sebastian Pop <sebastian.pop@amd.com>
aedede66
SP
2082
2083 * graphite-sese-to-poly.c (rewrite_cross_bb_phi_deps): Call
2084 rewrite_close_phi_out_of_ssa.
2085
cb5da135 20862010-08-11 Sebastian Pop <sebastian.pop@amd.com>
f2c51113
SP
2087
2088 * graphite-sese-to-poly.c (rewrite_cross_bb_phi_deps): Remove dead code.
2089
cb5da135 20902010-08-11 Sebastian Pop <sebastian.pop@amd.com>
32e68db9
SP
2091
2092 * graphite-clast-to-gimple.c (build_iv_mapping): Rename map with
2093 rename_map.
2094 * sese.c (debug_rename_map): Same.
2095 (get_rename): Same.
2096 (set_rename): Same.
2097 (rename_variables_in_stmt): Same.
2098 (expand_scalar_variables_call): Same.
2099 (expand_scalar_variables_ssa_name): Same.
2100 (expand_scalar_variables_expr): Same.
2101 (expand_scalar_variables_stmt): Same.
2102 (expand_scalar_variables): Same.
2103 (rename_variables): Same.
2104 (graphite_copy_stmts_from_block): Same.
2105 (copy_bb_and_scalar_dependences): Same.
2106
cb5da135 21072010-08-11 Sebastian Pop <sebastian.pop@amd.com>
8b164754
SP
2108
2109 * graphite-clast-to-gimple.c (copy_renames): Removed.
2110 (translate_clast_for): Do not call copy_renames.
2111 (translate_clast_guard): Same.
2112
cb5da135 21132010-08-11 Sebastian Pop <sebastian.pop@amd.com>
9773d730
SP
2114
2115 * graphite-sese-to-poly.c (rewrite_reductions_out_of_ssa): Moved up.
2116 (rewrite_cross_bb_phi_deps): Split out of rewrite_cross_bb_scalar_deps.
2117 (rewrite_cross_bb_scalar_deps_out_of_ssa): Run rewrite_cross_bb_phi_deps
2118 before rewrite_cross_bb_scalar_deps.
2119
cb5da135 21202010-08-11 Sebastian Pop <sebastian.pop@amd.com>
cc588970
SP
2121
2122 * graphite-sese-to-poly.c (rewrite_commutative_reductions_out_of_ssa):
2123 Early return in when flag_associative_math is not set.
2124
cb5da135 21252010-08-11 Sebastian Pop <sebastian.pop@amd.com>
4aa9a167
SP
2126
2127 * graphite-sese-to-poly.c (rewrite_phi_out_of_ssa): Always insert out
2128 of SSA copies on edges except for loop->latch.
2129
cb5da135 21302010-08-11 Sebastian Pop <sebastian.pop@amd.com>
ee646fc6
SP
2131
2132 * graphite-sese-to-poly.c (rewrite_cross_bb_scalar_deps_out_of_ssa):
2133 Split out of rewrite_reductions_out_of_ssa.
2134 * graphite-sese-to-poly.h (rewrite_cross_bb_scalar_deps_out_of_ssa):
2135 Declared.
2136 * graphite.c (graphite_transform_loops): Call it.
2137
cb5da135 21382010-08-11 Sebastian Pop <sebastian.pop@amd.com>
6a7441f5
SP
2139
2140 * graphite.c (graphite_transform_loops): Add two more dbg_cnt calls.
2141
cb5da135 21422010-08-11 Alexander Monakov <amonakov@ispras.ru>
6a7441f5
SP
2143
2144 * dbgcnt.def (graphite_scop): New counter.
2145 * graphite.c: Include dbgcnt.h.
2146 (graphite_transform_loops): Use new counter to limit transformations.
2147 * Makefile.in (graphite.o): Depend on DBGCNT_H.
2148
cb5da135 21492010-08-11 Sebastian Pop <sebastian.pop@amd.com>
d4332d00
SP
2150
2151 * passes.c (init_optimization_passes): Add pass_graphite.
2152 Schedule a pass_copy_prop before pass_graphite_transforms.
2153 * timevar.def (TV_GRAPHITE): Declared.
2154 * tree-pass.h (pass_graphite): Declared.
2155 * tree-ssa-loop.c (pass_graphite): New.
2156
cb5da135 21572010-08-11 Sebastian Pop <sebastian.pop@amd.com>
14d0e129
SP
2158
2159 * graphite-clast-to-gimple.c (gloog): Do not pass scops in parameter.
2160 Remove calls to rename_nb_iterations and rename_sese_parameters.
2161 * graphite-clast-to-gimple.h (gloog): Update declaration.
2162 * graphite.c (graphite_transform_loops): Update call to gloog.
2163 * sese.c (rename_variables_in_expr): Removed.
2164 (rename_nb_iterations): Removed.
2165 (rename_sese_parameters): Removed.
2166 * sese.h (rename_nb_iterations): Removed.
2167 (rename_sese_parameters): Removed.
2168
cb5da135 21692010-08-11 Sebastian Pop <sebastian.pop@amd.com>
d1ba0721
SP
2170
2171 * graphite-clast-to-gimple.c (gloog): Remove call to
2172 sese_adjust_liveout_phis.
2173 * graphite-sese-to-poly.c (scev_analyzable_p): When scev returns an
2174 SSA_NAME, allow it to be handled by rewrite_cross_bb_scalar_deps.
2175 (rewrite_cross_bb_scalar_deps): Handle GIMPLE_PHI nodes: call
2176 rewrite_phi_out_of_ssa.
2177 * sese.c (get_vdef_before_sese): Removed.
2178 (sese_adjust_vphi): Removed.
2179 (sese_adjust_liveout_phis): Removed.
2180 * sese.h (sese_adjust_liveout_phis): Removed.
2181
cb5da135 21822010-08-11 Sebastian Pop <sebastian.pop@amd.com>
5fed5769
SP
2183
2184 * graphite-sese-to-poly.c (insert_out_of_ssa_copy): Pass an extra
2185 argument for the place after which to insert the out of SSA copy.
2186 (rewrite_close_phi_out_of_ssa): Update calls to insert_out_of_ssa_copy.
2187 (rewrite_phi_out_of_ssa): Same.
2188 (rewrite_cross_bb_scalar_deps): Same.
2189 (insert_copyout): Removed.
2190 (insert_copyin): Removed.
2191 (translate_scalar_reduction_to_array): Call insert_out_of_ssa_copy and
2192 insert_out_of_ssa_copy_on_edge instead of insert_copyout and
2193 insert_copyin.
2194
cb5da135 21952010-08-11 Sebastian Pop <sebastian.pop@amd.com>
3a7086cc
SP
2196
2197 * graphite-sese-to-poly.c (build_scop_bbs): Not static anymore.
2198 (rewrite_reductions_out_of_ssa): Same.
2199 (rewrite_commutative_reductions_out_of_ssa): Same.
2200 (build_poly_scop): Do not call these functions.
2201 * graphite-sese-to-poly.h (build_poly_scop): Declared.
2202 (rewrite_reductions_out_of_ssa): Declared.
2203 (rewrite_commutative_reductions_out_of_ssa): Declared.
2204 * graphite.c (graphite_transform_loops): Call on every scop
2205 rewrite_commutative_reductions_out_of_ssa before calling
2206 rewrite_reductions_out_of_ssa and build_scop_bbs.
2207
cb5da135 22082010-08-11 Sebastian Pop <sebastian.pop@amd.com>
61ca46ce
SP
2209
2210 * graphite-dependences.c (dot_deps): Make system call to dotty run
2211 in background.
2212 (dot_deps_stmt): Same.
2213 * graphite-poly.c (dot_lst): Same.
2214
cb5da135 22152010-08-11 Sebastian Pop <sebastian.pop@amd.com>
159e4616
SP
2216
2217 * graphite-sese-to-poly.c (loop_entry_phi_arg): Renamed
2218 phi_arg_in_outermost_loop.
2219 (remove_simple_copy_phi): Call phi_arg_in_outermost_loop.
2220 (remove_invariant_phi): Same.
2221
6cbd8875
AS
22222010-08-11 Anatoly Sokolov <aesok@post.ru>
2223
2224 * target.def (output_addr_const_extra): New hook.
2225 * doc/tm.texi.in (TARGET_ASM_OUTPUT_ADDR_CONST_EXTRA): Document.
2226 * doc/tm.texi: Regenerate.
2227 * targhooks.c (default_asm_output_addr_const_extra): New function.
2228 * targhooks.h (default_asm_output_addr_const_extra): Declare.
2229 * final.c: (output_addr_const): Use TARGET_ASM_OUTPUT_ADDR_CONST_EXTRA
2230 target hook.
2231
2232 * config/i386/i386.h (OUTPUT_ADDR_CONST_EXTRA): Remove.
2233 * config/i386/i386-protos.h (output_addr_const_extra): Remove.
2234 * config/i386/i386.h (output_addr_const_extra): Rename to...
2235 (i386_asm_output_addr_const_extra): ...this. Make static.
2236 (TARGET_ASM_OUTPUT_ADDR_CONST_EXTRA): Define.
2237
51ba747a
RH
22382010-08-11 Richard Henderson <rth@redhat.com>
2239
2240 * config/i386/i386.h (HARD_REGNO_CALL_PART_CLOBBERED): New.
2241
bfd71bc1
NC
22422010-08-11 Nick Clifton <nickc@redhat.com>
2243
2244 * config/stormy16/stormy16-lib2.c (__cmpsi2): New function.
2245 * config/stormy16/stormy16-lib2-cmpsi2.c: New file.
2246 * config/stormy16/t-stormy16 (LIB2FUNCS_EXTRA): Add
2247 stormy16-lib2-cmpsi.c.
2248
2249 * config/stormy16/t-stormy16 (TARGET_LIBGCC2_CFLAGS): Change to
2250 -O2.
2251
481e1176
JM
22522010-08-11 Joseph Myers <joseph@codesourcery.com>
2253
2254 * opts.h (struct cl_option_handler_func): Make handler take
2255 cl_decoded_option structure as parameter, not individual elements.
2256 (struct cl_option_handlers): Make callbacks take cl_decoded_option
2257 structure as parameter, not individual elements.
2258 (handle_option): Take cl_decoded_option structure as parameter,
2259 not individual elements.
2260 (handle_generated_option): Declare.
2261 * opts-common.c (handle_option): Take cl_decoded_option structure
2262 as parameter, not individual elements. Update calls to callback
2263 and handler functions.
2264 (handle_generated_option): New.
2265 (read_cmdline_option): Update calls to callback functions and
2266 handle_option.
2267 * opts.c (common_handle_option, complain_wrong_lang,
2268 unknown_option_callback, post_handling_callback,
2269 lang_handle_option, target_handle_option): Take cl_decoded_option
2270 structure as parameter, not individual elements.
2271 (lang_handle_option, target_handle_option, common_handle_option):
2272 Assert option has at most one argument.
2273 (enable_warning_as_error): Call handle_generated_option instead of
2274 handle_option. Do not pass -Werror argument as argument of
2275 generated option.
2276
e5fbc9bf
JDA
22772010-08-10 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2278
2279 * config/pa/linux-atomic.c (SUBWORD_VAL_CAS): Instantiate with
2280 'unsigned short' and 'unsigned char' instead of 'short' and 'char'.
2281 (SUBWORD_BOOL_CAS): Likewise.
2282 (SUBWORD_SYNC_OP): Likewise.
2283 (SUBWORD_TEST_AND_SET): Likewise.
2284 (FETCH_AND_OP_WORD): Parenthesise INF_OP
2285 (SUBWORD_SYNC_OP): Likewise.
2286 (OP_AND_FETCH_WORD): Likewise.
2287
d6fa2d17
XDL
22882010-08-10 Xinliang David Li <davidxl@google.com>
2289
2290 * tree-ssa-loop-ivopts.c (get_address_cost): Properly
2291 compute max/min offset in address.
2292
9995f209
VM
22932010-08-10 Vladimir Makarov <vmakarov@redhat.com>
2294
2295 * ira-live.c: Include sbitmap.h.
2296 (remove_some_program_points_and_update_live_ranges): Use sbitmaps.
2297 Compress live ranges even more.
2298
175a62b7
NF
22992010-08-10 Nathan Froyd <froydnj@codesourcery.com>
2300
2301 * coverage.c (ctr_labels): Delete.
2302
8f4c6e28
BS
23032010-08-10 Bernd Schmidt <bernds@codesourcery.com>
2304
2305 PR bootstrap/45177
2306 * config/arm/arm.c (multiple_operation_profitable_p): Move xscale
2307 test here from arm_gen_load_multiple_1.
2308 (arm_gen_load_multiple_1, arm_gen_store_multiple_1): Use
2309 multiple_operation_profitable_p.
2310
a72ae88a
NF
23112010-08-10 Nathan Froyd <froydnj@codesourcery.com>
2312
009c04bf 2313 * tree-ssa-pre.c (init_pre): Call alloc_aux_for_blocks.
a72ae88a
NF
2314 (fini_pre): Call free_aux_for_blocks. Delete unused bb variable.
2315
35b15a46
RH
23162010-08-10 Richard Henderson <rth@redhat.com>
2317
2318 * config/i386/i386.c (ix86_compute_frame_layout): Re-align stack
2319 after saving registers. Assert that SSE registers are only saved
2320 with a sufficiently aligned frame.
2321 (ix86_emit_save_reg_using_mov): Assert realigned only with DRAP;
2322 remove stack_realign_fp handling.
2323 (ix86_expand_prologue): Save int registers before stack_realign_fp,
2324 and do not mark the stack alignment as frame related.
2325 (ix86_expand_epilogue): SP is now invalid with stack_realign_fp.
2326
2327 * dwarf2out.c (dwarf2out_frame_debug_expr): Flush queued register
2328 saves when re-aligning the stack.
2329
a398224a
NF
23302010-08-10 Nathan Froyd <froydnj@codesourcery.com>
2331
2332 * basic-block.h (alloc_aux_for_block, alloc_aux_for_edge): Delete.
2333 * cfg.c (alloc_aux_for_block, alloc_aux_for_edge): Make static.
2334 (alloc_aux_for_blocks, clear_aux_for_blocks): Use FOR_ALL_BB.
2335
774038e6
NF
23362010-08-10 Nathan Froyd <froydnj@codesourcery.com>
2337
2338 * dwarf2out.c (struct die_struct): Move die_tag to the end.
2339
ceddf62c
SN
23402010-08-09 Sofiane Naci <sofiane.naci@arm.com>
2341
f6aa1e0f
RR
2342 * config/arm/iterators.md: New file.
2343 * config/arm/arm.md: Include iterators.md.
2344 (QHSI): Move to new file.
2345 (LTUGEU, cnb, optab, ior_xor): Likewise.
2346 * config/arm/iwmmxt.md (VMMX): Move to new file.
2347 (VSHFT, MMX_char): Likewise.
2348 * config/arm/neon.md (VD): Move to new file.
2349 (VDX, VDI, VQ, VQX, VQI, VQXMOV, VSTRUCT, VTAB, V_TAB_n, VW): Likewise.
2350 (VN, VDQ, VDQW, VDQIW, VCVTF, VCVTI, VMD, VMQ, VMDQ, VMDI): Likewise.
2351 (VMDQI, VX, VE, V64, V32, V_CVTTO, V_elem, V_ext): Likewise.
2352 (V_two_elem, V_three_elem, V_four_elem, V_req, V_widen): Likewise.
2353 (V_narrow, V_HALF, V_half,V_DOUBLE, V_double): Likewise.
2354 (V_double_width, V_cmp_result, V_if_elem, V_s_elem): Likewise.
2355 (V_u_elem, V_uf_sclr, V_sz_elem, VD_dup): Likewise.
2356 (V_PAIR, vqh_ops, vqhs_ops, VQH_mnem, VQH_sign, V_suf64): Likewise.
2357 (scalar_mul_constraint,Is_float_mode, Scalar_mul_8_16): Likewise.
2358 (Is_d_reg, V_mode_nunits): Likewise.
2359 * config/arm/vec-common.md (VALL): Move to new file.
2360 (VALLW, VINT, VINTW): Likewise.
ceddf62c 2361
5466d63d
BS
23622010-08-10 Bernd Schmidt <bernds@codesourcery.com>
2363
2364 PR middle-end/45182
2365 * combine.c (make_compound_operation): Don't try to convert
2366 shifts into multiplications for modes that aren't SCALAR_INT_MODE_P.
2367
e80c2726
RG
23682010-08-10 Richard Guenther <rguenther@suse.de>
2369
2370 * tree.h (get_object_alignment): Adjust prototype.
2371 * builtins.c (get_object_alignment): Return unsigned int,
2372 drop the align parameter. Handle MEM_REF, MISALIGNED_INDIRECT_REF
2373 and TARGET_MEM_REF properly.
2374 (get_pointer_alignment): Adjust.
2375 * emit-rtl.c (get_mem_align_offset): Adjust comment.
2376 (set_mem_attributes_minus_bitpos): Adjust.
2377 * tree-ssa-ccp.c (get_value_from_alignment): Adjust.
2378
a024390f
RG
23792010-08-10 Richard Guenther <rguenther@suse.de>
2380
2381 * tree-ssa-copy.c (set_copy_of_val): Use operand_equal_p.
2382 (copy_prop_visit_assignment): Simplify.
2383 (copy_prop_visit_stmt): Also visit assignments from
2384 constants.
2385 (copy_prop_visit_phi_node): Use operand_equal_p.
2386
ff61e417
NF
23872010-08-09 Nathan Froyd <froydnj@codesourcery.com>
2388
2389 * ipa-split.c (find_split_points): Free stack.
2390
5a351c3c
NF
23912010-08-09 Nathan Froyd <froydnj@codesourcery.com>
2392
2393 * tree.h (tree_node_kind) [perm_list_kind,temp_list_kind]: Delete.
2394 * tree.c (tree_node_kind): Delete corresponding entries.
2395
0c9510ab
L
23962010-08-09 H.J. Lu <hongjiu.lu@intel.com>
2397
2398 * alias.c (may_alias_p): Remove unused ret.
2399
c6ea834c
BM
24002010-08-09 Bingfeng Mei <bmei@broadcom.com>
2401
2402 * ddg.c (walk_mems_2): Moved from alias.c, use may_alias_p instead of
2403 alias_sets_conflict_p.
2404 (walk_mems_1): Moved from alias.c.
2405 (insns_may_alias_p): New function, originally insn_alias_sets_conflict_p
a96ad348 2406 in alias.c.
ef7e0035
UB
2407 (add_inter_loop_mem_dep): Use insns_may_alias_p now.
2408 * cse.c (cse_insn): New argument in calling nonoverlapping_memrefs_p.
2409 * alias.c (walk_mems_2): Moved to ddg.c.
c6ea834c
BM
2410 (walk_mems_1): Ditto.
2411 (insn_alias_sets_conflict_p): Renamed to insns_may_alias_p and moved
2412 to ddg.c.
2413 (nonoverlapping_memrefs_p): Add flag to guard offset-based memory
2414 disambiguation.
2415 *(may_alias_p): New function to check whether two memory expression
2416 may alias or not. Currently used in buidling inter-iteration memory
2417 dependence.
2418 *alias.h (nonoverlapping_memrefs_p): New flag as third argument.
2419 (insn_alias_sets_conflict_p): Removed
2420 *rtl.h (may_alias_p): New function prototype.
a96ad348 2421
72ac05b0
NF
24222010-08-09 Nathan Froyd <froydnj@codesourcery.com>
2423
2424 * tree.c (nreverse): Assert that we don't have a BLOCK.
2425
f38958e8
NF
24262010-08-09 Nathan Froyd <froydnj@codesourcery.com>
2427
2428 * builtins.c (fold_builtin_next_arg): Use stdarg_p.
2429 * config/arm/arm.c (arm_get_pcs_model): Likewise.
2430 * config/avr/avr.c (init_cumulative_args): Likewise.
2431 * config/iq2000/iq2000.c (iq2000_expand_prologue): Likewise.
2432 * config/lm32/lm32.c (lm32_setup_incoming_varargs): Likewise.
2433 * config/m68k/m68k.c (m68k_return_pops_args): Likewise.
2434 * config/mn10300/mn10300.c (mn10300_builtin_saveregs): Likewise.
2435 * config/pa/pa.c (hppa_builtin_saveregs): Likewise.
2436 * config/pa/som.h (ASM_DECLARE_FUNCTION_NAME): Likewise.
2437 * config/rs6000/rs6000.c (init_cumulative_args): Likewise.
2438 * dwarf2out.c (gen_subprogram_die): Likewise.
2439 * function.c (allocate_struct_function): Likewise.
2440 * c-aux-info.c (gen_formal_list_for_func_dec): Likewise.
2441 (deserves_ellipsis): Delete.
2442
ec64af64
RG
24432010-08-09 Richard Guenther <rguenther@suse.de>
2444
2445 * tree-ssa-copy.c (cached_last_copy_of): Remove.
2446 (valueize_val): New function.
2447 (get_last_copy_of): Remove.
2448 (set_copy_of_val): Simplify.
2449 (dump_copy_of): Likewise.
2450 (copy_prop_visit_cond_stmt): Use valueize_val.
2451 (copy_prop_visit_phi_node): Properly handle unvisited names.
2452 Drop code managing copy-of chains.
2453 (init_copy_prop): Adjust.
2454 (fini_copy_prop): Likewise.
2455 (execute_copy_prop): Remove obsolete comment.
2456
37609bf0
RG
24572010-08-09 Richard Guenther <rguenther@suse.de>
2458
2459 PR middle-end/44632
2460 * function.c (gimplify_parameters): Do not clear addressable
2461 bit of the original parameter.
2462
3e32c761
RG
24632010-08-09 Richard Guenther <rguenther@suse.de>
2464
2465 PR middle-end/45212
2466 * emit-rtl.c (set_mem_attributes_minus_bitpos): Adjust
2467 alignment from MEM_REF offset only if we took it from the
2468 base object.
2469
cee00e22
EF
24702010-08-09 Eric Fisher <joefoxreal@gmail.com>
2471
2472 * doc/sourcebuild.texi (vect_int_mult): Remove duplicate entry.
2473
b3399d18
NF
24742010-08-08 Nathan Froyd <froydnj@codesourcery.com>
2475
2476 * c-tree.h (build_arg_info): Declare.
2477 * c-decl.c (build_arg_info): Define.
2478 (get_parm_info): Call it. Delete initialization code.
2479 * c-parser.c (c_parser_parms_declarator): Likewise.
2480 (c_parser_parms_list_declaractor): Likewise.
2481
e60bf9d4
NF
24822010-08-08 Nathan Froyd <froydnj@codesourcery.com>
2483
2484 * c-tree.h (c_arg_tag): Define. Define a VEC containing it.
2485 (struct c_arg_info): Change type of tags field.
2486 * c-decl.c (grokdeclarator): Update for changed type of tags field.
2487 (get_parm_info): Likewise.
2488 (store_parm_decls_newstyle): Likewise.
2489
e7c64c7d
NF
24902010-08-08 Nathan Froyd <froydnj@codesourcery.com>
2491
2492 * config/rs6000/rs6000.c (branch_island): Define. Define a VEC of it.
2493 (branch_island_list): Delete.
2494 (branch_islands): Declare.
2495 (add_compiler_branch_island): Adjust for branch_islands instead of
2496 branch_island_list.
2497 (macho_branch_islands): Likewise.
2498 (no_previous_def): Likewise.
2499 (get_prev_label): Likewise.
2500
cf00499e
JDA
25012010-08-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2502
2503 PR boehm-gc/34544
2504 * gthr-posix.h (__gthread_start): Delete.
2505 (__gthread_active_init): Use pthread_default_stacksize_np instead of
2506 pthread_create to determine if hpux pthreads are active.
2507 * gthr-posix95.h (__gthread_start): Delete.
2508 (__gthread_active_init): Likewise use pthread_default_stacksize_np.
2509
1159da44
KT
25102010-08-08 Kai Tietz <kai.tietz@onevision.com>
2511
2512 * config/i386/mingw32.h ((EXTRA_OS_CPP_BUILTINS): Define
2513 _WIN64 not expanded.
2514
f6ddf131
UB
25152010-08-07 Uros Bizjak <ubizjak@gmail.com>
2516 H.J. Lu <hongjiu.lu@intel.com>
2517
2518 PR target/45213
2519 * config/i386/i386.c (ix86_print_operand): Handle 'q' operand modifier
2520 to output 32bit SFmode immediate as 8 byte sign extended value.
2521
17fec01d
MS
25222010-08-07 Marcus Shawcroft <marcus.shawcroft@arm.com>
2523
2524 * config/arm/linux-atomic.c (SUBWORD_VAL_CAS): Instantiate with
2525 'unsigned short' and 'unsigned char' instead of 'short' and 'char'.
2526 (SUBWORD_BOOL_CAS): Likewise.
2527 (SUBWORD_SYNC_OP): Likewise.
2528 (SUBWORD_TEST_AND_SET): Likewise.
2529 (FETCH_AND_OP_WORD): Parenthesise INF_OP
2530 (SUBWORD_SYNC_OP): Likewise.
2531 (OP_AND_FETCH_WORD): Likewise.
2532
b0c13111
RR
25332010-08-07 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
2534
f6ddf131
UB
2535 * config/arm/cortex-a9.md: Rewrite VFP Pipeline description.
2536 * config/arm/arm.c (arm_xscale_tune): Initialize sched_adjust_cost.
2537 (arm_fastmul_tune,arm_slowmul_tune, arm_9e_tune): Likewise.
2538 (arm_adjust_cost): Split into xscale_sched_adjust_cost and a
2539 generic part.
2540 (cortex_a9_sched_adjust_cost): New function.
2541 (xscale_sched_adjust_cost): New function.
2542 * config/arm/arm-protos.h (struct tune_params): New field
2543 sched_adjust_cost.
2544 * config/arm/arm-cores.def: Adjust costs for cortex-a9.
b0c13111 2545
e0c7ff23
EB
25462010-08-06 Eric Botcazou <ebotcazou@adacore.com>
2547
2548 PR target/44942
2549 * config/sparc/sparc.c (function_arg_advance): Always take into account
2550 the padding, if any.
2551
0b4b14ac
RG
25522010-08-06 Richard Guenther <rguenther@suse.de>
2553
2554 * tree-ssa-ccp.c (struct prop_value_d): Add mask member.
2555 (dump_lattice_value): Dump it.
2556 (get_default_value): Adjust.
2557 (get_constant_value): Likewise.
2558 (set_value_varying): Likewise.
2559 (set_lattice_value): Make sure to not go up the lattice
2560 with bitwise constant values.
2561 (get_value_for_expr): Handle ADDR_EXPRs.
2562 (value_to_double_int): New function.
2563 (get_value_from_alignment): Likewise.
2564 (do_dbg_cnt): Adjust.
2565 (ccp_lattice_meet): Handle partially constant values.
2566 (bit_value_unop_1): New function.
2567 (bit_value_binop_1): Likewise.
2568 (bit_value_unop): Likewise.
2569 (bit_value_binop): Likewise.
2570 (evaluate_stmt): Track partially constant values if
2571 flag_tree_bit_ccp is set.
2572 (ccp_fold_stmt): Dump if we folded a predicate.
2573 (ccp_visit_stmt): Adjust.
2574 * common.opt (ftree-bit-ccp): New flag.
2575 * doc/invoke.texi (ftree-bit-ccp): Document.
2576 * opts.c (decode_options): Enable bit-CCP at -O1.
2577
4942323e
AM
25782010-08-06 Alan Modra <amodra@gmail.com>
2579
2580 * doc/invoke.texi (RS/6000 and PowerPC Options): Rewrite -mrelocatable
2581 and -mrelocatable-lib description.
2582
5444da31
BS
25832010-08-05 Bernd Schmidt <bernds@codesourcery.com>
2584
2585 From Martin Thuresson <martint@google.com>
2586 * postreload.c (reload_cse_simplify_operands): Use
2587 SET_REGNO_RAW instead of SET_REGNO.
2588 * caller-save.c (reg_save_code): Use SET_REGNO_RAW instead of
2589 SET_REGNO.
2590 * ira.c (setup_prohibited_mode_move_regs): Use SET_REGNO_RAW
2591 instead of SET_REGNO.
2592 * rtl.h (SET_REGNO_RAW): New macro.
2593
c04fc4f0
EB
25942010-08-05 Eric Botcazou <ebotcazou@adacore.com>
2595
2596 * rtlanal.c (nonzero_bits1): Use unsigned HOST_WIDE_INT in all mask
2597 computations. Fix formatting issues.
2598 (num_sign_bit_copies1): Likewise.
2599 (canonicalize_condition): Likewise.
2600
bd95721f
RH
26012010-08-05 Richard Henderson <rth@redhat.com>
2602
2603 * toplev.h (ctz_hwi, clz_hwi, ffs_hwi): New.
2604 (floor_log2): Use clz_hwi.
2605 (exact_log2): Use ctz_hwi.
2606 * toplev.c (ctz_hwi, clz_hwi, ffs_hwi): New.
2607 * builtins.c (fold_builtin_bitop): Use them.
2608 * simplify-rtx.c (simplify_const_unary_operation): Likewise.
2609 * combine.c (get_pos_from_mask): Use ctz_hwi.
2610 * double-int.c (double_int_ctz): Likewise.
2611 * explow.c (force_reg): Likewise.
2612 * tree.h (SET_DECL_OFFSET_ALIGN): Use ffs_hwi.
2613
55b324a6
RH
26142010-08-05 Richard Henderson <rth@redhat.com>
2615
2616 PR target/45189
2617 * config/i386/i386.c (ix86_emit_save_reg_using_mov): Make sure
2618 the alignment constant is properly sign-extended.
2619
29e9efdf
RG
26202010-08-05 Richard Guenther <rguenther@suse.de>
2621
2622 * expr.c (store_expr): Use emit_block_move only if both
2623 source and target are MEMs. Use store_bit_field if only
2624 the target is a MEM.
2625
c3576fa7
RH
26262010-08-05 Richard Henderson <rth@redhat.com>
2627
55b324a6 2628 PR debug/45188
c3576fa7
RH
2629 * dwarf2out.c (DWARF2_UNWIND_INFO): Provide default definition.
2630 (INCOMING_RETURN_ADDR_RTX): Likewise.
2631 (dwarf2out_do_frame): Remove conditional compilation.
2632 (dwarf2out_frame_init): Likewise.
2633
acdb4da7
NS
26342010-08-05 Nicolas Setton <setton@adacore.com>
2635
2636 * gcov.c (flag_display_progress): New static variable.
2637 (main): Display progress info on standard output if requested.
2638 (options): Add -d/--display-progress.
2639 (print_usage): Print them.
2640 (process_args): Handle them.
2641 * doc/gcov.texi: Document them.
2642
3e66255c
MJ
26432010-08-05 Martin Jambor <mjambor@suse.cz>
2644
2645 * ipa-cp.c (ipcp_discover_new_direct_edges): New function.
2646 (ipcp_insert_stage): Redirect only edges not flagged with
2647 indirect_inlining_edge. Call ipcp_discover_new_direct_edges for all
2648 discovered constants.
2649
3949c4a7
MJ
26502010-08-05 Martin Jambor <mjambor@suse.cz>
2651
2652 * ipa-prop.h (enum ipa_lattice_type): Changed comments.
2653 (struct ipa_param_descriptor): New fields types and
2654 cannot_devirtualize.
2655 (ipa_param_cannot_devirtualize_p): New function.
2656 (ipa_param_types_vec_empty): Likewise.
2657 (ipa_make_edge_direct_to_target): Declare.
2658 * ipa-cp.c: Fixed first stage driver name in initial comment,
2659 described devirtualization there too.
2660 (ipcp_analyze_node): Call ipa_analyze_params_uses.
2661 (ipcp_print_all_lattices): Print devirtualization info.
2662 (ipa_set_param_cannot_devirtualize): New function.
2663 (ipcp_initialize_node_lattices): Set cannot_devirtualize when setting
2664 lattice to BOTTOM.
2665 (ipcp_init_stage): Merged into...
2666 (ipcp_generate_summary): ...its caller.
2667 (ipcp_change_tops_to_bottom): Also process type lists.
2668 (ipcp_add_param_type): New function.
2669 (ipcp_copy_types): Likewise.
2670 (ipcp_propagate_types): Likewise.
2671 (ipcp_propagate_stage): Also propagate types.
2672 (ipcp_need_redirect_p): Variable jump_func moved to its scope block.
2673 Also return true if propagated types require it.
2674 (ipcp_update_callgraph): Dump redirection info.
2675 (ipcp_process_devirtualization_opportunities): New function.
2676 (ipcp_const_param_count): Include known type information.
2677 (ipcp_insert_stage): Call ipcp_process_devirtualization_opportunities
2678 on new node. Fixed formatting.
2679 * ipa-prop.c (make_edge_direct_to_target): Renamed to
2680 ipa_make_edge_direct_to_target and changed all callers. Made
2681 externally visible.
2682 (ipa_node_duplication_hook): Duplicate types vector.
2683 * cgraphunit.c (cgraph_redirect_edge_call_stmt_to_callee): Also try to
2684 redirect outgoing calls for which we can't get a decl from the
2685 statement. Check that we can get a decl from the call statement.
2686 * ipa-inline.c (inline_indirect_intraprocedural_analysis): Call
2687 ipa_analyze_params_uses only when ipa-cp is disabled.
2688 * tree-inline.c (get_indirect_callee_fndecl): Removed.
2689 (expand_call_inline): Do not call get_indirect_callee_fndecl.
2690 * params.def (PARAM_DEVIRT_TYPE_LIST_SIZE): New parameter.
2691 * Makefile.in (ipa-cp.o): Add gimple.h to dependencies.
2692
4caa21a1
UB
26932010-08-05 Uros Bizjak <ubizjak@gmail.com>
2694
2695 * expmed.c (expand_mult_const) <case alg_shift>: Expand shift into
2696 temporary. Emit move from temporary to accum, so REG_EQUAL note will
2697 be attached to this insn in correct mode.
2698
a5b2e0ef
UB
26992010-08-05 Uros Bizjak <ubizjak@gmail.com>
2700
2701 * config/i386/i386.c (ix86_decompose_address): Check for SI_REG
2702 using REGNO of base_reg directly.
2703
36b86f4a
JZ
27042010-08-05 Jie Zhang <jie@codesourcery.com>
2705
2706 PR tree-optimization/45144
2707 * tree-sra.c (type_consists_of_records_p): Return false
2708 if the record contains bit-field.
2709
9bf40564
RH
27102010-08-04 Richard Henderson <rth@redhat.com>
2711
106c3c10
RH
2712 * config/i386/i386.c (struct ix86_frame): Remove padding and
2713 to_allocate members.
2714 (ix86_compute_frame_layout): Don't store them.
2715 (ix86_can_use_return_insn_p): Use a more direct and more obviously
2716 correct condition for the position of the stack pointer.
2717 (ix86_expand_prologue): Compute remaining stack allocation based
2718 on the ultimate stack pointer offset.
2719 (ix86_expand_epilogue): Use more obvious expressions testing for
2720 the stack pointer already pointing to the saved registers.
2721
87ec2632
RH
2722 * config/i386/i386.c (ix86_expand_epilogue): Eliminate code
2723 duplication deconstructing the frame pointer. Simplify
2724 deallocation of the local stack frame.
2725
c9f4c451
RH
2726 * reg-notes.def (CFA_EXPRESSION): New.
2727 * dwarf2out.c (dwarf2out_frame_debug): Handle it.
2728 (dwarf2out_frame_debug_cfa_expression): New.
2729 (dwarf2out_frame_debug_def_cfa): Handle simple MEMs.
2730
2731 * config/i386/i386.h (struct machine_frame_state): Add realigned flag.
2732 * config/i386/i386.c (ix86_expand_prologue): Set it.
2733 (ix86_expand_epilogue): Clear it.
2734 (ix86_emit_save_reg_using_mov): For registers saved in a realigned
2735 context, add REG_CFA_EXPRESSION notes.
2736
ec7ded37
RH
2737 * config/i386/i386.h (struct machine_frame_state): Rename from
2738 machine_cfa_state. Add members tracking SP and FP regardless
a5b2e0ef 2739 of the current CFA register.
ec7ded37
RH
2740 (ix86_cfa_state): Remove.
2741 * config/i386/i386.c (struct ix86_frame): Add reg_save_offset
2742 and sse_reg_save_offset members.
2743 (ix86_compute_frame_layout): Set them.
2744 (gen_push): Increment sp_offset too.
2745 (choose_baseaddr_len, choose_baseaddr): New.
2746 (ix86_emit_save_reg_using_mov): New.
2747 (ix86_emit_save_regs_using_mov): Use it.
2748 (ix86_emit_save_sse_regs_using_mov): Likewise.
2749 (ix86_add_cfa_restore_note): Take cfa_offset not red_offset argument;
2750 compare vs the saved red_zone_offset.
2751 (pro_epilogue_adjust_stack): Adjust sp_offset.
2752 (ix86_adjust_stack_and_probe): Likewise.
2753 (ix86_expand_prologue): Set up, use, and validate the new
2754 frame_state_info members. Use gen_frame_mem.
2755 (ix86_emit_restore_regs_using_pop): Remove red_offset parameter.
2756 (ix86_emit_restore_reg_using_pop): Likewise. Use and update the
2757 new frame_state_info members.
2758 (ix86_emit_leave): Likewise.
2759 (ix86_emit_restore_regs_using_mov): Likewise. Don't check for
2760 out-of-range stack pointer offsets here.
2761 (ix86_emit_restore_sse_regs_using_mov): Likewise.
2762 (ix86_expand_epilogue): Use and validate the new frame_state_info
2763 members. Break up and simplify the logic selecting the
2764 restore_regs_via_mov code path. Ensure that there will be no
2765 out-of-range stack pointer offsets.
2766
17959958
RH
2767 * config/i386/cygming.h (TARGET_64BIT_MS_ABI): Remove.
2768
e8dc4658
RH
2769 * config/i386/i386.c (ix86_function_ms_hook_prologue): Fix
2770 argument name to reflect the expected tree; fix indentation.
2771 (ix86_asm_output_function_label): Output the entire 32-bit
2772 ms_hook here as bytes ...
2773 (ix86_expand_prologue): ... not here as insns. Attach the
2774 unwind info for the ms_hook to a blockage insn.
2775 (ix86_handle_fndecl_attribute): Don't check HAVE_AS_IX86_SWAP.
2776 (ix86_ms_bitfield_layout_p): Fix indentation.
2777 * config/i386/i386.md (UNSPECV_VSWAPMOV, vswapmov): Remove.
2778
25502041
RH
2779 * config/i386/i386.c (ix86_using_red_zone): New.
2780 (ix86_compute_frame_layout, ix86_add_cfa_restore_note,
2781 ix86_expand_prologue, ix86_force_to_memory): Use it.
2782
cdcb5f26
RH
2783 * config/i386/i386.c (ix86_expand_prologue): Simplify logic
2784 saving the int registers.
2785
9bf40564
RH
2786 * dwarf2out.c: Remove most of the DWARF2_DEBUGGING_INFO
2787 and DWARF2_UNWIND_INFO conditional compilation.
2788
e78f1a3f
RH
27892010-08-04 Richard Henderson <rth@redhat.com>
2790
2791 PR debug/45171
2792 * dwarf2out.c (gen_typedef_die): Don't re-generate the die of
2793 an is_naming_typedef_decl.
2794
fde157f2
BS
27952010-08-04 Bernd Schmidt <bernds@codesourcery.com>
2796
2797 PR rtl-optimization/45162
2798 * df-problems.c (df_word_lr_bb_local_compute): Ignore DEBUG_INSNs.
2799 * dce.c (word_dce_process_block): Likewise.
2800
33974673
SE
28012010-08-04 Steve Ellcey <sje@cup.hp.com>
2802
2803 PR target/44583
2804 * config/ia64/constraints.md (Z): New.
2805 * config/ia64/predicates.md (fr_reg_or_signed_fp01_operand): New.
2806 (xfreg_or_signed_fp01_operand): New.
2807 * config/ia64/ia64.md (addsf3): Replace fr_reg_or_fp01_operand
2808 with fr_reg_or_signed_fp01_operand and constraint G with Z.
2809 (subsf3): Ditto.
2810 (*maddsf4): Ditto.
2811 (*msubsf4): Ditto.
2812 (adddf3): Ditto.
2813 (adddf3_trunc): Ditto.
2814 (subdf3): Ditto.
2815 (*subdf3_trunc): Ditto.
2816 (*madddf4): Ditto.
2817 (*madddf4_trunc): Ditto.
2818 (*msubdf4): Ditto.
2819 (*msubdf4_trunc): Ditto.
2820 (addxf3): Replace xfreg_or_fp01_operand with
2821 xfreg_or_signed_fp01_operand and constraint G with Z.
2822 (*addxf3_truncsf): Ditto.
2823 (*addxf3_truncdf): Ditto.
2824 (subxf3): Ditto.
2825 (*subxf3_truncsf): Ditto.
2826 (*subxf3_truncdf): Ditto.
2827 (*maddxf4): Ditto.
2828 (*maddxf4_truncsf): Ditto.
2829 (*maddxf4_truncdf): Ditto.
2830 (*msubxf4): Ditto.
2831 (*msubxf4_truncsf): Ditto.
2832 (*msubxf4_truncdf): Ditto.
2833
55e3bc4c
RG
28342010-08-04 Richard Guenther <rguenther@suse.de>
2835
2836 * alias.c (rtx_refs_may_alias_p): Do not resort to TBAA
2837 if either alias-set is zero.
2838
455e6d5b
RG
28392010-08-04 Richard Guenther <rguenther@suse.de>
2840
2841 * tree-ssa-propagate.h (struct prop_value_d, prop_value_t): Move ...
2842 * tree-ssa-ccp.c: ... here.
2843 * tree-ssa-copy.c: ... and here.
a5b2e0ef 2844 * tree-ssa-propagate.h (enum value_range_type, struct value_range_d,
455e6d5b
RG
2845 value_range_t): Move ...
2846 * tree-vrp.c: ... here.
2847 * tree-ssa-propagate.h (ssa_prop_get_value_fn): New typedef.
2848 (substitute_and_fold): Adjust prototype.
2849 * tree-ssa-propagate.c (replace_uses_in): Adjust.
2850 (replace_phi_args_in): Likewise.
2851 (substitute_and_fold): Take callback to query lattice instead
2852 of pointer to lattice. Replace SSA name defs with lattice
2853 values first.
2854 * tree-ssa-ccp.c (ccp_finalize): Adjust.
2855 * tree-ssa-copy.c (copy_prop_visit_phi_node): Adjust.
2856 (get_value): New function.
2857 (fini_copy_prop): Adjust.
2858 * tree-vrp.c (vrp_finalize): Adjust.
2859
48176d81
RG
28602010-08-04 Richard Guenther <rguenther@suse.de>
2861
2862 PR middle-end/45176
2863 * expr.c (expand_expr_real_1): Also preserve TARGET_MEM_REF
2864 points-to set for original MEM_REF.
2865
84d77ca6
RG
28662010-08-04 Richard Guenther <rguenther@suse.de>
2867
2868 * tree-ssa-ccp.c (get_constant_value): New function.
2869 (get_rhs_assign_op_for_ccp): Remove.
2870 (valueize_op): New function.
2871 (ccp_fold): Use get_constant_value and valueize_op.
2872 (fold_const_aggregate_ref): Likewise.
2873 (ccp_fold_stmt): Likewise.
2874 (visit_assignment): Simplify.
2875
552cbe64
RG
28762010-08-04 Richard Guenther <rguenther@suse.de>
2877
2878 * Makefile.in (double-int.o): Add $(TOPLEV_H) dependency.
2879 * double-int.h (double_int_ctz): Declare.
2880 * double-int.c (double_int_ctz): New function.
2881
31af8367
HS
28822010-08-04 Hariharan Sandanagobalane <hariharan@picochip.com>
2883
2884 * config/picochip/picochip.c (TARGET_OVERRIDE_OPTIONS_AFTER_CHANGE):
2885 Define.
2886 picochip_expand_movmemhi : Expand movmem pattern.
2887 * config/picochip/picochip-protos.h (picochip_expand_movmemhi) :
2888 Declare.
2889 * config/picochip/picochip.md (movmemhi) : New pattern.
2890
f39cd38b
UB
28912010-08-03 Uros Bizjak <ubizjak@gmail.com>
2892
2893 * config/i386/unix.h (GLOBAL_ASM_OPS): Add tabs around .globl.
2894
29b40d79
BS
28952010-08-03 Bernd Schmidt <bernds@codesourcery.com>
2896
2897 * simplify-rtx.c (simplify_binary_operation_1): Try to simplify away
2898 NEG as operand of a MULT by merging it with the other operand.
2899 * combine.c (make_compound_operation): Use trunc_int_for_mode when
2900 generating a MULT with constant. Canonicalize PLUS and MINUS involving
2901 MULT.
2902 * config/arm/constraints.md (M): Examine only 32 bits of a
2903 HOST_WIDE_INT.
2904 * config/arm/predicates.md (power_of_two_operand): Likewise.
2905
051de0eb
UW
29062010-08-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2907
2908 * config/spu/spu.c (spu_emit_branch_hint): Do not access NOTE_KIND of
2909 non-NOTE insns.
2910
241a2b9e
JH
29112010-08-03 Jan Hubicka <jh@suse.cz>
2912
2913 * ipa-split.c (struct split_point): Add split_part_set_retval.
2914 (find_retval): Forward declare.
2915 (test_nonssa_use, mark_nonssa_use): Special case return by reference.
2916 (consider_split): Compute current->split_part_set_retval.
2917 (visit_bb): Do not look into return value.
2918 (split_function): Handle !split_part_set_retval
2919
fc734382
MJ
29202010-08-03 Martin Jambor <mjambor@suse.cz>
2921
2922 * tree-sra.c (completely_scalarize_record): New parameter REF, create
2923 its own access->expr intead of using build_ref_for_offset.
2924
1890bccc
JM
29252010-08-03 Joseph Myers <joseph@codesourcery.com>
2926
2927 * config/alpha/alpha.h (SWITCH_TAKES_ARG): Define.
2928 * config/alpha/osf5.h (LIB_SPEC): Don't handle -a.
f39cd38b 2929 * config/bfin/bfin.h (ASM_SPEC, LINK_SPEC): Don't pass -G* options.
1890bccc
JM
2930 * config/darwin.h (WORD_SWITCH_TAKES_ARG): Handle -iframework.
2931 * config/ia64/ia64.h (SWITCH_TAKES_ARG): Define.
2932 * config/iq2000/iq2000.h (SWITCH_TAKES_ARG): Remove.
2933 * config/rs6000/sysv4.h (SWITCH_TAKES_ARG): Define using
2934 DEFAULT_SWITCH_TAKES_ARG.
2935 * config/rx/rx.opt (-patch=): Remove option.
2936 * config/rx/rx.c (rx_handle_option): Don't handle OPT_patch_.
2937 * defaults.h (DEFAULT_WORD_SWITCH_TAKES_ARG): Handle -imultilib.
2938 * doc/invoke.texi (RX Options): Remove -patch=.
2939 * gcc.c (cc1_options): Pass -aux-info* instead of -a* options.
2940 (option_map): Remove --profile-blocks, --quiet and --silent.
2941
dc91d892
UB
29422010-08-03 Uros Bizjak <ubizjak@gmail.com>
2943
2944 * config/i386/i386.h (ix86_compare_op0, ix86_compare_op1): Remove.
2945 * config/i386/i386.c (ix86_compare_op0, ix86_compare_op1): Remove.
2946 (ix86_expand_branch): Add op0 and op1 arguments. Do not access
2947 ix86_compare_op0 and ix86_compare_op1, use op0 and op1 instead.
2948 Update calls to ix86_expand_compare and ix86_expand_branch.
2949 (ix86_expand_setcc): Add op0 and op1 arguments. Update calls to
2950 ix86_expand_compare.
2951 (ix86_expand_compare): Add op0 and op1 arguments. Do not access
2952 ix86_compare_op0 and ix86_compare_op1, use op0 and op1 instead.
2953 Make static.
2954 (ix86_expand_carry_flag_compare): Do not set ix86_compare_op0
2955 and ix86_compare_op1. Update calls to ix86_expand_compare.
2956 (ix86_expand_int_movcc): Ditto.
2957 (ix86_expand_fp_movcc): Ditto. Update calls to ix86_expand_setcc.
2958 * config/i386/i386-protos.h (ix86_expand_branch): Update prototype.
2959 (ix86_expand_setcc): Ditto.
2960 (ix86_expand_compare): Remove prototype.
2961 * config/i386/i386.md (cbranch<SDWIM:mode>4): Do not set
2962 ix86_compare_op0 and ix86_compare_op1. Update calls
2963 to ix86_expand_branch to directly pass operands[1] and operands[2].
2964 (cbranchxf4): Ditto.
2965 (cbranch<MODEF:mode>4): Ditto.
2966 (cbranchcc4): Ditto.
2967 (cstore<SWIM:mode>4): Do not set ix86_compare_op0 and ix86_compare_op1.
2968 Update calls to ix86_expand_setcc to directly pass operands[2] and
2969 operands[3].
2970 (cstorexf4): Ditto.
2971 (cstore<MODEF:mode>4): Ditto.
2972 (cstorecc4): Ditto.
2973
14292418
BS
29742010-08-02 Bernd Schmidt <bernds@codesourcery.com>
2975
2976 PR target/45063
2977 * caller-save.c (save_call_clobbered_regs): Remove regs from
2978 hard_regs_saved when they are set.
2979
fea8c257
UB
29802010-08-02 Uros Bizjak <ubizjak@gmail.com>
2981
2982 PR target/41089
2983 * config/alpha/alpha.c (alpha_build_builtin_va_list): Mark __offset
2984 as volatile.
2985
20769d5e
SP
29862010-08-02 Sebastian Pop <sebastian.pop@amd.com>
2987
2988 * common.opt (ftree-loop-distribute-patterns): New.
2989 * invoke.texi (-ftree-loop-distribute-patterns): Documented.
2990 * opts.c (decode_options): Enable flag_tree_loop_distribute_patterns
2991 at -O3.
2992 * tree-data-ref.c (stores_zero_from_loop): New.
2993 * tree-data-ref.h (stores_zero_from_loop): Declared.
2994 * tree-loop-distribution.c (tree_loop_distribution): Call
2995 stores_zero_from_loop.
2996 (tree_loop_distribution): Check flag_tree_loop_distribute_patterns.
2997
f37e278a
BS
29982010-08-02 Bernd Schmidt <bernds@codesourcery.com>
2999
3000 * postreload.c (reload_cse_simplify_operands): Take attribute enabled
3001 into account.
3002
906668bb
BS
3003 * final.c (final_scan_insn): Call CC_STATUS_INIT unconditionally.
3004 * config/arm/arm.c (thumb1_code): New variable.
3005 (arm_override_options): Set it.
3006 (thumb1_final_prescan_insn): Keep track of condition code status.
3007 (arm_adjust_cost): For Thumb, try to keep cc-setting insns next to
3008 jumps that depend on them.
3009 * config/arm/arm.h (thumb1_code): Declare variable.
3010 (struct machine_function): Guard with #ifndef GENERATOR_FILE. Add
3011 members thumb1_cc_insn, thumb1_cc_op0, thumb1_cc_op1 and
3012 thumb1_cc_mode.
3013 (CC_STATUS_INIT): New macro.
3014 * config/arm/constraints.md (Pd): New constraint.
3015 * config/arm/predicates.md (noov_comparison_operator): New predicate.
3016 * config/arm/arm.md (is_thumb1): New define_attr.
3017 (conds): Set default to "clob" when generating Thumb1 code.
3018 (thumb1_bicsi3): Renamed from bicsi3. All uses changed. Condition
3019 code are set. Use two-operand assembly syntax.
3020 (thumb1_subsi3_insn): Condition codes are set. Now a properly named
3021 pattern.
3022 (thumb1_andsi3_insn, thumb1_iorsi3_insn, thumb1_xorsi3_insn): Condition
3023 codes are set. Use two-operand assembly syntax.
3024 (zero_extendhisi splitter): Remove constraints.
3025 (thumb1_movsi_insn, thumb1_movhi_insn, thumb1_movqi_insn, thumb1_movhf,
3026 thumb1_movsf_insn): Set conds attribute as appropriate.
3027 (cbranchsi4_insn): Use condition code status from struct
3028 machine_function to determine whether the comparison can be eliminated.
3029 Discourage the alternative using high registers.
3030 (movsi_cbranchsi4, andsi3_cbranch, orrsi3_cbranch_scratch,
3031 orrsi3_cbranch, xorsi3_cbranch_scratch, xorsi3_cbranch,
3032 bicsi3_cbranch_scratch, bicsi3_cbranch, subsi3_cbranch_scratch,
3033 subsi3_cbranch): Delete.
3034 (movsi_cbranchsi4 peepholes): Rewrite to generate a sequence of
3035 one subtract and one cbranch insn.
3036
0bd44ba2
BS
3037 * config/arm/thumb2.md (thumb2_movdi, thumb2_movsf_soft_insn,
3038 thumb2_movdf_soft_insn): Delete patterns.
3039 * config/arm/arm.md (arm_pool_range, thumb2_pool_range,
3040 arm_neg_pool_range, thumb2_neg_pool_range): New attributes.
3041 (pool_range, neg_pool_range): Use them to define defaults.
3042 (movdi, arm_movsf_soft_insn, arm_movdf_soft_insn): Define them
3043 and allow for TARGET_32BIT.
3044
37119410
BS
3045 PR target/40457
3046 * config/arm/arm.h (arm_regs_in_sequence): Declare.
3047 * config/arm/arm-protos.h (emit_ldm_seq, emit_stm_seq,
3048 load_multiple_sequence, store_multiple_sequence): Delete
3049 declarations.
3050 (arm_gen_load_multiple, arm_gen_store_multiple): Adjust
3051 declarations.
3052 * config/arm/ldmstm.md: New file.
3053 * config/arm/arm.c (arm_regs_in_sequence): New array.
3054 (load_multiple_sequence): Now static. New args SAVED_ORDER,
3055 CHECK_REGS. All callers changed.
3056 If SAVED_ORDER is nonnull, copy the computed order into it.
3057 If CHECK_REGS is false, don't sort REGS. Handle Thumb mode.
3058 (store_multiple_sequence): Now static. New args NOPS_TOTAL,
3059 SAVED_ORDER, REG_RTXS and CHECK_REGS. All callers changed.
3060 If SAVED_ORDER is nonnull, copy the computed order into it.
3061 If CHECK_REGS is false, don't sort REGS. Set up REG_RTXS just
3062 like REGS. Handle Thumb mode.
3063 (arm_gen_load_multiple_1): New function, broken out of
3064 arm_gen_load_multiple.
3065 (arm_gen_store_multiple_1): New function, broken out of
3066 arm_gen_store_multiple.
3067 (arm_gen_multiple_op): New function, with code from
3068 arm_gen_load_multiple and arm_gen_store_multiple moved here.
3069 (arm_gen_load_multiple, arm_gen_store_multiple): Now just
3070 wrappers around arm_gen_multiple_op. Remove argument UP, all callers
3071 changed.
3072 (gen_ldm_seq, gen_stm_seq, gen_const_stm_seq): New functions.
3073 * config/arm/predicates.md (commutative_binary_operator): New.
3074 (load_multiple_operation, store_multiple_operation): Handle more
3075 variants of these patterns with different starting offsets. Handle
3076 Thumb-1.
3077 * config/arm/arm.md: Include "ldmstm.md".
3078 (ldmsi_postinc4, ldmsi_postinc4_thumb1, ldmsi_postinc3, ldmsi_postinc2,
3079 ldmsi4, ldmsi3, ldmsi2, stmsi_postinc4, stmsi_postinc4_thumb1,
3080 stmsi_postinc3, stmsi_postinc2, stmsi4, stmsi3, stmsi2 and related
3081 peepholes): Delete.
3082 * config/arm/ldmstm.md: New file.
3083 * config/arm/arm-ldmstm.ml: New file.
3084
13cc4787
BS
3085 * config/arm/arm.c (arm_rtx_costs_1): Remove second clause from the
3086 if statement which adds extra costs to frame-related expressions.
3087
0eeeef07
RR
30882010-08-02 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
3089
3090 * config/arm/arm.c (COSTS_N_INSNS): Remove definition.
3091
22db1fbc
UB
30922010-08-01 Uros Bizjak <ubizjak@gmail.com>
3093
3094 PR target/45142
3095 * config/i386/sse.md (vec_set<mode>_0): Do not set mode attribute for
3096 alternative 2.
3097 (vec_set<moode>_0 splitter): Use SSEMODE4S mode iterator to also
3098 split V4SI operands.
3099
501d087d
AS
31002010-08-01 Anatoly Sokolov <aesok@post.ru>
3101
3102 * config/mmix/mmix.h (ASM_OUTPUT_SOURCE_FILENAME): Remove macro.
3103 * config/mmix/mmix-protos.h (mmix_asm_output_source_filename): Remove.
3104 * config/mmix/mmix.c (mmix_asm_output_source_filename): Make static.
3105 (TARGET_ASM_OUTPUT_SOURCE_FILENAME): Define.
3106
da46381f
KT
31072010-07-31 Kai Tietz <kai.tietz@onevision.com>
3108
3109 * cppdefault.c (cpp_include_defaults): Move GCC_INCLUDE_DIR before
3110 LOCAL_INCLUDE_DIR.
3111
9eab7f91
RS
31122010-07-31 Richard Sandiford <rdsandiford@googlemail.com>
3113
3114 * tree-ssa-math-opts.c (convert_plusminus_to_widen): Fix type
3115 used in the call to optab_for_tree_code. Fix the second
3116 is_widening_mult_p call. Check that both unwidened operands
3117 have the same sign.
3118
6601202c
JT
31192010-07-31 John Tytgat <John.Tytgat@aaug.net>
3120
3121 * config/arm/arm.c (arm_function_arg): Remove superfluous test.
3122
08cbf291
AS
31232010-07-31 Anatoly Sokolov <aesok@post.ru>
3124
3125 * config/spu/spu.h (ASM_OUTPUT_SOURCE_FILENAME): Remove macro.
3126
cf6521b4
DD
31272010-07-30 DJ Delorie <dj@redhat.com>
3128
3129 * config/rx/predicates.md (rx_constshift_operand): New.
3130 * config/rx/rx.md (zs_cond): New.
3131 (cbranchsi4): Remove mode.
3132 (*cbranchsi4_<code>): Likewise.
3133 (*tstbranchsi4_<code>): New.
3134 (*tstbranchsi4r_<code>): New.
3135 (*tstbranchsi4m_eq): New.
3136 (*tstbranchsi4m_ne): New.
3137 (cbranchsf4): Remove mode.
3138 (*cbranchsf4_<code>): Likewise.
3139
d4e0d036
BS
31402010-07-30 Bernd Schmidt <bernds@codesourcery.com>
3141
3142 * rtlanal.c (simplify_subreg_regno): Don't treat
3143 HARD_FRAME_POINTER_REGNUM specially.
3144
34251c0e
JM
31452010-07-30 Joseph Myers <joseph@codesourcery.com>
3146
3147 * common.opt (-G): Don't define option here.
3148 * config/g.opt: New.
3149 * config.gcc: Use g.opt for alpha, frv, ia64, lm32, m32r, mips,
3150 rs6000/powerpc and score targets.
3151 * opts.c (common_handle_option): Don't handle -G here.
3152 * config/alpha/alpha.c (alpha_handle_option): Handle -G.
3153 * config/frv/frv.c (frv_handle_option): Handle -G.
3154 * config/ia64/ia64.c (ia64_handle_option): Handle -G.
22db1fbc 3155 * config/lm32/lm32.c (lm32_handle_option, TARGET_HANDLE_OPTION): New.
34251c0e
JM
3156 * config/m32r/m32r.c (m32r_handle_option): Handle -G.
3157 * config/mips/mips.c (mips_handle_option): Handle -G.
3158 * config/rs6000/rs6000.c (rs6000_handle_option) Handle -G.
3159 * config/score/score.c (score_handle_option): Handle -G.
3160
2d5bfc67
AS
31612010-07-30 Anatoly Sokolov <aesok@post.ru>
3162
3163 * config/mmix/mmix.c: Include basic-block.h.
3164
f0fc0803
JJ
31652010-07-30 Jakub Jelinek <jakub@redhat.com>
3166
3167 PR debug/45055
3168 PR rtl-optimization/45137
3169 * rtl.h (prev_nonnote_nondebug_insn, next_nonnote_nondebug_insn): New
3170 prototypes.
3171 * emit-rtl.c (prev_nonnote_nondebug_insn, next_nonnote_nondebug_insn):
3172 New functions.
3173 * combine.c (next_nonnote_nondebug_insn): Removed.
3174 * ifcvt.c (noce_process_if_block): Use prev_nonnote_nondebug_insn.
3175 * haifa-sched.c (queue_to_ready): Use next_nonnote_nondebug_insn.
3176 * sched-deps.c (sched_analyze_insn): Likewise.
3177 (fixup_sched_groups, deps_start_bb): Use prev_nonnote_nondebug_insn.
3178 * rtlanal.c (canonicalize_condition): Likewise.
3179 * postreload.c (reload_combine_recognize_pattern): Likewise.
3180 (reload_cse_move2add): Use next_nonnote_nondebug_insn.
3181
f53ea4f0
UB
31822010-07-29 Uros Bizjak <ubizjak@gmail.com>
3183
3184 * config/i386/i386.md (int_cond): Remove code iterator.
3185 (fp_cond): Ditto.
3186 (cbranch<mode>4): Use ordered_comparison_operator predicate
3187 for operator0.
3188 (cstore<mode>4): Ditto for operator1.
8aadc2f3
UB
3189 (mov<SWIM:mode>cc and corresponding splitter): Ditto.
3190 (add<mode>cc): ditto.
f53ea4f0 3191
1f60f74e
RG
31922010-07-30 Richard Guenther <rguenther@suse.de>
3193
3194 PR middle-end/45141
3195 * expr.c (expand_expr_real_1): Check for not handled base address.
3196
4eb3f32c
RG
31972010-07-30 Richard Guenther <rguenther@suse.de>
3198
3199 * ipa-prop.c (ipa_modify_formal_parameters): Use
3200 build_distinct_type_copy.
3201
1242723c
AG
32022010-07-30 Anthony Green <green@moxielogic.com>
3203
3204 * config/moxie/rtems.h: New file.
3205 * config.gcc: Add moxie-rtems support.
3206
25aef556
BS
32072010-07-29 Bernd Schmidt <bernds@codesourcery.com>
3208
3209 * dce.c (run_word_dce): Take flag_dce into account. Clear and restore
3210 df flags as in run_fast_df_dce.
3211
0f953f83
JJ
32122010-07-29 Jakub Jelinek <jakub@redhat.com>
3213
3214 Revert:
f53ea4f0
UB
3215 2010-07-27 Bernd Schmidt <bernds@codesourcery.com>
3216
0f953f83 3217 * rtl.def (NOTE): Swap operands 4 and 5.
f53ea4f0 3218 * rtl.h (NOTE_DATA, NOTE_DELETED_LABEL_NAME, NOTE_BLOCK,
0f953f83
JJ
3219 NOTE_EH_HANDLER, NOTE_BASIC_BLOCK, NOTE_VAR_LOCATION, NOTE_KIND):
3220 Adjust accordingly.
f53ea4f0 3221 * gengtype.c (adjust_field_rtx_def): Swap operands 4 and 5 of NOTEs.
0f953f83 3222
8b522bef
JJ
32232010-07-29 Jakub Jelinek <jakub@redhat.com>
3224
3225 PR debug/45110
3226 * dwarf2out.c (dwarf_attr_name): Handle DW_AT_object_pointer.
3227 (gen_formal_types_die): Add DW_AT_object_pointer in methods.
3228 (gen_subprogram_die): Likewise. Remove it when removing declaration's
3229 formal parameters.
3230 (gen_decl_die): Change return type to dw_die_ref, return what
3231 gen_formal_parameter_die returned.
3232
a1a6c2df
MJ
32332010-07-29 Martin Jambor <mjambor@suse.cz>
3234
3235 * dbgcnt.def (eipa_sra): New counter.
3236 * tree-sra.c (ipa_early_sra_gate): Also check eipa_sra debug counter.
3237
0c5bb946
XDL
32382010-07-29 Xinliang David Li <davidxl@google.com>
3239
3240 PR bootstrap/45119
3241 * tree-ssa-loop-ivopts.c (get_address_cost): Revert change
3242 in revision 162652.
3243
2c2fbff7
RG
32442010-07-29 Richard Guenther <rguenther@suse.de>
3245
3246 * timevar.def (TV_TREE_STORE_COPY_PROP): Remove.
3247 (TV_TREE_STORE_CCP): Likewise.
3248 (TV_TREE_REDPHI): Likewise.
3249
32502010-07-29 Richard Guenther <rguenther@suse.de>
950f7f45
RG
3251
3252 * double-int.h (double_int_and_not): New function.
3253 * combine.c (try_combine): Use it.
3254 * tree-vrp.c (simplify_bit_ops_using_ranges): Likewise.
3255
8d074192
BS
32562010-07-29 Bernd Schmidt <bernds@codesourcery.com>
3257
3258 PR rtl-optimization/42575
3259 * dce.c (word_dce_process_block): Renamed from byte_dce_process_block.
3260 Argument AU removed. All callers changed. Ignore artificial refs.
3261 Use return value of df_word_lr_simulate_defs to decide whether an insn
3262 is necessary.
3263 (fast_dce): Rename arg to WORD_LEVEL.
3264 (run_word_dce): Renamed from rest_of_handle_fast_byte_dce. No longer
3265 static.
3266 (pass_fast_rtl_byte_dce): Delete.
3267 * dce.h (run_word_dce): Declare.
3268 * df-core.c (df_print_word_regset): Renamed from df_print_byteregset.
3269 All callers changed. Simplify code to only deal with two-word regs.
3270 * df.h (DF_WORD_LR): Renamed from DF_BYTE_LR.
3271 (DF_WORD_LR_BB_INFO): Renamed from DF_BYTE_LR_BB_INFO.
3272 (DF_WORD_LR_IN): Renamed from DF_BYTE_LR_IN.
3273 (DF_WORD_LR_OUT): Renamed from DF_BYTE_LR_OUT.
3274 (struct df_word_lr_bb_info): Renamed from df_byte_lr_bb_info.
3275 (df_word_lr_mark_ref): Declare.
3276 (df_word_lr_add_problem, df_word_lr_mark_ref, df_word_lr_simulate_defs,
3277 df_word_lr_simulate_uses): Declare or rename from byte variants.
3278 (df_byte_lr_simulate_artificial_refs_at_top,
3279 df_byte_lr_simulate_artificial_refs_at_end, df_byte_lr_get_regno_start,
3280 df_byte_lr_get_regno_len, df_compute_accessed_bytes): Delete
3281 declarations.
3282 (df_word_lr_get_bb_info): Rename from df_byte_lr_get_bb_info.
3283 (enum df_mm): Delete.
3284 * df-byte-scan.c: Delete file.
3285 * df-problems.c (df_word_lr_problem_data): Renamed from
3286 df_byte_lr_problem_data, all members deleted except for
3287 WORD_LR_BITMAPS, which is renamed from BYTE_LR_BITMAPS. Uses changed.
3288 (df_word_lr_expand_bitmap, df_byte_lr_simulate_artificial_refs_at_top,
3289 df_byte_lr_simulate_artificial_refs_at_end, df_byte_lr_get_regno_start,
3290 df_byte_lr_get_regno_len, df_byte_lr_check_regs,
3291 df_byte_lr_confluence_0): Delete functions.
3292 (df_word_lr_free_bb_info): Renamed from df_byte_lr_free_bb_info; all
3293 callers changed.
3294 (df_word_lr_alloc): Renamed from df_byte_lr_alloc; all callers changed.
3295 Don't initialize members that were deleted, don't try to discover data
3296 about registers. Ignore hard regs.
3297 (df_word_lr_reset): Renamed from df_byte_lr_reset; all callers changed.
3298 (df_word_lr_mark_ref): New function.
3299 (df_word_lr_bb_local_compute): Renamed from
3300 df_byte_bb_lr_local_compute; all callers changed. Use
3301 df_word_lr_mark_ref. Assert that artificial refs don't include
3302 pseudos. Ignore hard registers.
3303 (df_word_lr_local_compute): Renamed from df_byte_lr_local_compute.
3304 Assert that exit block uses don't contain pseudos.
3305 (df_word_lr_init): Renamed from df_byte_lr_init; all callers changed.
3306 (df_word_lr_confluence_n): Renamed from df_byte_lr_confluence_n; all
3307 callers changed. Ignore hard regs.
3308 (df_word_lr_transfer_function): Renamed from
3309 df_byte_lr_transfer_function; all callers changed.
3310 (df_word_lr_free): Renamed from df_byte_lr_free; all callers changed.
3311 (df_word_lr_top_dump): Renamed from df_byte_lr_top_dump; all callers
3312 changed.
3313 (df_word_lr_bottom_dump): Renamed from df_byte_lr_bottom_dump; all
3314 callers changed.
3315 (problem_WORD_LR): Renamed from problem_BYTE_LR; uses changed;
3316 confluence operator 0 set to NULL.
3317 (df_word_lr_add_problem): Renamed from df_byte_lr_add_problem; all
3318 callers changed.
3319 (df_word_lr_simulate_defs): Renamed from df_byte_lr_simulate_defs.
3320 Return bool, true if bitmap changed or insn otherwise necessary.
3321 All callers changed. Simplify using df_word_lr_mark_ref.
3322 (df_word_lr_simulate_uses): Renamed from df_byte_lr_simulate_uses;
3323 all callers changed. Simplify using df_word_lr_mark_ref.
3324 * lower-subreg.c: Include "dce.h"
3325 (decompose_multiword_subregs): Call run_word_dce if df available.
3326 * Makefile.in (lower-subreg.o): Adjust dependencies.
3327 (df-byte-scan.o): Delete.
3328 * timevar.def (TV_DF_WORD_LR): Renamed from TV_DF_BYTE_LR.
3329
9b638c03
RG
33302010-07-29 Richard Guenther <rguenther@suse.de>
3331
3332 * tree.c (build_vector): Assert that the vector constant
3333 has enough elements.
3334 (build_vector_from_ctor): Pad with trailing zeros.
3335
1c09321c
RG
33362010-07-29 Richard Guenther <rguenther@suse.de>
3337
3338 PR tree-optimization/45120
3339 * tree-ssa-structalias.c (get_constraint_for_component_ref):
3340 Handle offset in DEREFs properly.
3341 (get_constraint_for_1): Handle MEM_REF offset properly.
3342
6befd6b0
RG
33432010-07-29 Richard Guenther <rguenther@suse.de>
3344
3345 PR middle-end/45034
3346 * convert.c (convert_to_integer): Always use an unsigned
3347 type for narrowed negate and bitwise not.
3348
61869cc9
IR
33492010-07-29 Ira Rosen <irar@il.ibm.com>
3350
3351 * tree-vect-loop.c (vect_create_epilog_for_reduction): Switch
f53ea4f0 3352 to outer loop when creating reduction epilogue for double reduction,
61869cc9
IR
3353 and switch back to the inner loop when updating the phi nodes.
3354 Update uses of outer loop exit phi nodes in double reduction (instead
3355 of uses of reduction).
3356
8119a6a6
MM
33572010-07-28 Michael Meissner <meissner@linux.vnet.ibm.com>
3358
3359 * config/rs6000/rs6000.c (rs6000_rtx_costs): Update costs for
3360 popcount on power7 and parity on power6 systems.
3361 (rs6000_emit_popcount): Rename gen_popcntwsi2 to gen_popcntddi2.
3362 (rs6000_emit_parity): Add support for power6 prtyd/prtyw
3363 instructions.
3364
3365 * config/rs6000/rs6000.md (UNSPEC_COPYSIGN): New unspec.
3366 (UNSPEC_PARITY): Ditto.
3367 (SFDF): New iterator for SF/DF.
3368 (rreg2): New mode attribute for floating register constraint.
3369 (TARGET_FLOAT): New mode attribute for whether single/double float
3370 is supported.
3371 (popcntd<mode>2): Combine popcntwsi2 and popcntddi2 into one
3372 pattern.
3373 (parity<mode>2_cmpb): New insn for parity on power6 and newer
3374 machines.
3375 (copysign<mode>3): Combine copysignsf3, copysigndf3 into one
3376 pattern. Add support for fcpsgn instruction added in power6.
3377 (copysignsf3): Delete.
3378 (copysigndf3): Delete.
3379 (copysign<mode>3_fcpsgn): New insn to generate fcpsgn. Use UNSPEC
3380 instead of if_then_else in RTL to avoid problems with -0.
3381
3382 * config/rs6000/vsx.md (vsx_copysign<mode>3): Use UNSPEC instead
3383 of if_then_else to mirror scalar code.
3384 (vsx_copysignsf3): Delete, use copysign<mode>3_fcpsgn in
3385 rs6000.md.
3386
3387 * config/rs6000/vector.md (vector_copysign<mode>3): Use UNSPEC
3388 instead of if_then_else.
3389
18081149
XDL
33902010-07-28 Xinliang David Li <davidxl@google.com>
3391
3392 * tree-ssa-loop-ivopts.c (avg_loop_niter): New function.
3393 (dump_cand): Dump var_before/after.
3394 (htab_inv_expr_eq): New function.
3395 (htab_inv_expr_hash): New function.
3396 (tree_ssa_iv_optimize_init): Support pseudo invariants.
3397 (add_candidate_1): consider base type precision.
3398 (set_use_iv_cost): New parameter.
3399 (adjust_setup_cost): Use profile information.
3400 (get_address_cost): Do not hard code width in computing address
3401 offset limits.
3402 (compare_aff_trees): New function.
3403 (get_loop_invariant_expr_id): New function.
3404 (get_computation_cost_at): New parameter and use profile information.
3405 (get_computation_cost): New parameter.
3406 (determine_use_iv_cost_generic): Pass new parameter.
3407 (determine_use_iv_cost_address): Ditto.
3408 (determine_use_iv_cost_condition): Ditto.
3409 (autoinc_possible_for_pair): Ditto.
3410 (determine_use_iv_costs): More dumps.
3411 (iv_ca_get_num_inv_exprs): New function.
3412 (iv_ca_recount_cost): Consider loop invariants in register pressure
3413 cost.
3414 (iv_ca_add_use): New parameter.
3415 (iv_ca_dump): Better dumping.
3416 (iv_ca_extend): New parameter.
3417 (try_add_cand_for): Attempt to get better partial solution.
3418 (try_improve_iv_set): Pass new parameter to iv_ca_extend.
3419 (create_new-ivs): More dumps.
3420 (rewrite_use_compare): Ditto.
3421 (free_loop_data): More cleanup.
3422 (treee_ssa_iv_optimize_finalize): Ditto.
3423
3c5273a9
KT
34242010-07-28 Kai Tietz <kai.tietz@onevision.com>
3425
3426 * config/i386/i386.h (MCOUNT_NAME_BEFORE_PROLOGUE): New.
3427 * config/i386/i386.c (ix86_profile_before_prologue): New.
3428 (override_options): Add special handling for -mfentry.
3429 (ix86_function_regparm): Likewise.
3430 (ix86_function_sseregparm): Likewise.
3431 (ix86_frame_pointer_required): Likewise.
3432 (ix86_expand_prologue): Check for ms_hook_prologue.
3433 (x86_function_profiler): Adjust mcount output.
3434 (TARGET_PROFILE_BEFORE_PROLOGUE): Define hook.
3435 * config/i386/i386.opt (mfentry): New.
3436 * doc/invoke.texi (mfentry): Add documentation.
3437 * doc/tm.texi: Regenerated..
3438 * doc/tm.texi.in (TARGET_PROFILE_BEFORE_PROLOGUE): New.
3439 * final.c (final_start_function): Replace macro
3440 PROFILE_BEFORE_PROLOGUE by target hook.
3441 * function.c (thread_prologue_and_epilogue_insns): Likewise.
3442 * target.def (profile_before_prologue): New hook.
3443 * targhooks.c (default_profile_before_prologue): New.
3444 * targhooks.h (default_profile_before_prologue): New.
3445
652c4638
JJ
34462010-07-28 Jakub Jelinek <jakub@redhat.com>
3447
05b5ea34
JJ
3448 PR debug/45105
3449 * gcse.c (hoist_code): Use FOR_BB_INSNS macro.
3450
652c4638
JJ
3451 PR debug/45103
3452 * dwarf2out.c (dwarf2out_var_location): Always consider
3453 NOTE_DURING_CALL_P notes, even when not followed by real instructions.
3454
fb039b24
MK
34552010-07-28 Maxim Kuvyrkov <maxim@codesourcery.com>
3456
3457 PR rtl-optimization/45107
3458 * gcse.c (hash_scan_set): Use max_distance for gcse-las.
3459
7a95d078
RG
34602010-07-28 Richard Guenther <rguenther@suse.de>
3461
3462 * tree-ssa-ccp.c: Remove comment regarding STORE-CCP.
3463 (set_lattice_value): Do not query an old default value.
3464 (get_value_for_expr): New function. Properly canonicalize
3465 float values.
3466 (ccp_visit_phi_node): Use it.
3467
12ffc7d5
CLT
34682010-07-28 Chung-Lin Tang <cltang@codesourcery.com>
3469
3470 * config/arm/arm.c (arm_pcs_default): Remove static.
3471 * config/arm/arm.h (TARGET_CPU_CPP_BUILTINS): Define __ARM_PCS or
3472 __ARM_PCS_VFP to indicate soft/hard-float calling convention.
3473 (arm_pcs_default): Declare.
3474
b2a0ce24
IS
34752010-07-28 Iain Sandoe <iains@gcc.gnu.org>
3476
f53ea4f0 3477 * config/rs6000/rs6000.c (rs6000_override_options):
b2a0ce24
IS
3478 Use TARGET_MACHO inline, move darwin_one_byte_bool from here...
3479 ... to darwin_rs6000_override_options.
3480 (rs6000_return_in_memory): Update preceding comment for darwin
3481 64 bit ABI. Use TARGET_MACHO inline.
3482 (rs6000_darwin64_struct_check_p): New.
3483 (function_arg_advance): Use rs6000_darwin64_struct_check_p.
3484 (function_arg): Likewise.
3485 (rs6000_arg_partial_bytes): Likewise.
3486 (rs6000_function_value): Likewise.
3487
c71eb2b7
AK
34882010-07-28 Andi Kleen <ak@linux.intel.com>
3489
3490 * lto-opts.c (lto_file_read_options): Add loop over all inputs.
3491
3abd6c1a
RG
34922010-07-28 Richard Guenther <rguenther@suse.de>
3493
3494 PR middle-end/44903
3495 * builtins.c (fold_builtin_memory_op): On STRICT_ALIGNMENT
3496 targets try harder to not generate unaligned accesses.
3497
4bcaf354
MK
34982010-07-28 Maxim Kuvyrkov <maxim@codesourcery.com>
3499
3500 PR rtl-optimization/45101
3501 * gcse.c (hash_scan_set): Fix argument ordering of insert_expr_in_table
3502 for gcse-las.
3503
c2cf2f4a
EB
35042010-07-28 Eric Botcazou <ebotcazou@adacore.com>
3505
3506 PR tree-optimization/44885
3507 * tree-sra.c (find_param_candidates): Skip pointer types to arrays
3508 with non-aliased component.
3509
eea13ead
JM
35102010-07-28 Joseph Myers <joseph@codesourcery.com>
3511
3512 * config/darwin-driver.c (SWITCH_TAKES_ARG,
3513 WORD_SWITCH_TAKES_ARG): Remove.
3514 * cppspec.c (SWITCH_TAKES_ARG, WORD_SWITCH_TAKES_ARG): Remove.
3515 * defaults.h (DEFAULT_SWITCH_TAKES_ARG,
3516 DEFAULT_WORD_SWITCH_TAKES_ARG): Move from gcc.h.
3517 (SWITCH_TAKES_ARG, WORD_SWITCH_TAKES_ARG): Move default
3518 definitions from gcc.c.
3519 * gcc.c (SWITCH_TAKES_ARG, WORD_SWITCH_TAKES_ARG): Move to
3520 defaults.h.
3521 * gcc.h (DEFAULT_SWITCH_TAKES_ARG, DEFAULT_WORD_SWITCH_TAKES_ARG):
3522 Move to defaults.h.
3523 * opts-common.c: Include tm.h.
3524 (decode_cmdline_option): Use SWITCH_TAKES_ARG and
3525 WORD_SWITCH_TAKES_ARG to count arguments to unknown options.
3526 Handle more than one argument. Set canonical_option_num_elements.
3527 (decode_cmdline_options_to_array): Set
3528 canonical_option_num_elements and trailing elements of
3529 canonical_option.
3530 * opts.h (struct cl_decoded_option): Allow four elements in
3531 canonical_option. Add field canonical_option_num_elements.
3532 * Makefile.in (opts-common.o): Update dependencies.
3533
b4351367
EB
35342010-07-28 Eric Botcazou <ebotcazou@adacore.com>
3535
3536 PR middle-end/44790
3537 PR middle-end/44993
3538 * expr.c (expand_expr_real_1) <MEM_REF>: Revert latest change. Make
3539 sure the base has address_mode before adding the offset.
3540
880a1451 35412010-07-27 Xinliang David Li <davidxl@google.com>
b4351367 3542
880a1451
XDL
3543 * tree-flow.h (create_mem_ref): Add one new parameter.
3544 * tree-ssa-address.c (create_mem_ref): New parameter.
3545 (addr_to_parts): Ditto.
3546 (move_variant_to_index): New function.
3547 * tree-ssa-loop-ivopts.c (rewrite_use_address): Pass new argument.
3548
418e920f
BS
35492010-07-27 Bernd Schmidt <bernds@codesourcery.com>
3550
3551 * rtl.def (DEBUG_INSN, INSN, JUMP_INSN, CALL_INSN, NOTE): Swap operands
3552 4 and 5.
3553 * rtl.h (PATTERN, INSN_LOCATOR, NOTE_DATA, NOTE_DELETED_LABEL_NAME,
3554 NOTE_BLOCK, NOTE_EH_HANDLER, NOTE_BASIC_BLOCK, NOTE_VAR_LOCATION,
3555 NOTE_KIND, LABEL_NUSES, LABEL_REFS): Adjust accordingly.
3556 * gengtype.c (adjust_field_rtx_def): Swap operands 4 and 5 of
3557 CODE_LABELs and NOTEs.
3558 * caller-save.c (init_caller_save): Fix up gen_rtx_INSN call.
3559 * combine.c (try_combine): Likewise.
3560 * ira.c (setup_prohibited_mode_move_regs): Likewise.
3561 * print-rtl.c (print_rtx): Start REG_NOTES on a new line.
3562
5f20c657
JM
35632010-07-27 Joseph Myers <joseph@codesourcery.com>
3564
3565 * coretypes.h (struct cl_option_handlers): Declare.
3566 * hooks.c (hook_int_size_t_constcharptr_int_0): Remove.
3567 * hooks.h (hook_int_size_t_constcharptr_int_0): Remove.
3568 * langhooks-def.h (lhd_handle_option): Declare.
3569 (LANG_HOOKS_HANDLE_OPTION): Use lhd_handle_option.
3570 * langhooks.c (lhd_handle_option): New.
3571 * langhooks.h (struct lang_hooks): Update prototype and return
3572 value type of handle_option hook.
3573 * optc-gen.awk: Generate target_flags_explicit definition for the
3574 driver.
3575 * opts-common.c: Include diagnostic.h.
3576 (handle_option): Move from opts.c. Update prototype and return
3577 value type. Use handlers structure.
3578 (read_cmdline_option): Move from opts.c. Update prototype. Use
3579 handlers structure.
3580 (set_option): Move from opts.c.
3581 * opts.c (common_handle_option): Update prototype and return value
3582 type. Update calls to handle_option and enable_warning_as_error.
3583 (unknown_option_callback, post_handling_callback,
3584 lang_handle_option, target_handle_option): New.
3585 (handle_option, read_cmdline_option): Move to opts-common.c.
3586 (read_cmdline_options): Update prototype. Update call to
3587 read_cmdline_option.
3588 (decode_options): Initialize and use handlers structure.
3589 (set_option): Move to opts-common.c.
3590 (enable_warning_as_error): Update prototype. Update call to
3591 handle_option.
3592 * opts.h (struct cl_option_handler_func, struct
3593 cl_option_handlers): New.
3594 (handle_option, enable_warning_as_error): Update prototypes.
3595 (read_cmdline_option): Declare.
3596 * Makefile.in (opts-common.o): Update dependencies.
3597
ec3728ad
MK
35982010-07-27 Maxim Kuvyrkov <maxim@codesourcery.com>
3599
3600 * config/arm/arm.c (params.h): Include.
3601 (arm_override_options): Tune gcse-unrestricted-cost.
3602 * config/arm/t-arm (arm.o): Define dependencies.
3603
cad9aa15
MK
36042010-07-27 Maxim Kuvyrkov <maxim@codesourcery.com>
3605
3606 PR target/42495
3607 PR middle-end/42574
3608 * basic-block.h (get_dominated_to_depth): Declare.
3609 * dominance.c (get_dominated_to_depth): New function, use
3610 get_all_dominated_blocks as a base.
3611 (get_all_dominated_blocks): Use get_dominated_to_depth.
3612
3613 * gcse.c (occr_t, VEC (occr_t, heap)): Define.
3614 (hoist_exprs): Remove.
3615 (alloc_code_hoist_mem, free_code_hoist_mem): Update.
3616 (compute_code_hoist_vbeinout): Add debug print outs.
3617 (hoist_code): Partially rewrite, simplify. Use get_dominated_to_depth.
3618
3619 * params.def (PARAM_MAX_HOIST_DEPTH): New parameter to avoid
3620 quadratic behavior.
3621 * params.h (MAX_HOIST_DEPTH): New macro.
3622 * doc/invoke.texi (max-hoist-depth): Document.
3623
9b9ee6d3
MK
36242010-07-27 Maxim Kuvyrkov <maxim@codesourcery.com>
3625
3626 PR rtl-optimization/40956
3627 * config/arm/arm.c (thumb1_size_rtx_costs): Fix cost of simple
3628 constants.
3629
d37c3c62
MK
36302010-07-27 Maxim Kuvyrkov <maxim@codesourcery.com>
3631
3632 PR target/42495
3633 PR middle-end/42574
3634 * config/arm/arm.c (legitimize_pic_address): Use
3635 gen_calculate_pic_address pattern to emit calculation of PIC address.
3636 (will_be_in_index_register): New function.
3637 (arm_legitimate_address_outer_p, thumb2_legitimate_address_p,)
3638 (thumb1_legitimate_address_p): Use it provided !strict_p.
3639 * config/arm/arm.md (calculate_pic_address): New expand and split.
3640
3393e880
MK
36412010-07-27 Maxim Kuvyrkov <maxim@codesourcery.com>
3642
3643 PR target/42495
3644 PR middle-end/42574
3645 * config/arm/arm.c (thumb1_size_rtx_costs): Add cost for "J" constants.
3646 * config/arm/arm.md (define_split "J", define_split "K"): Make
3647 IRA/reload friendly.
3648
eae7938e
MK
36492010-07-27 Maxim Kuvyrkov <maxim@codesourcery.com>
3650
3651 * gcse.c (insert_insn_end_basic_block): Update signature, remove
3652 unused checks.
3653 (pre_edge_insert, hoist_code): Update.
3654
c7c910ce
MK
36552010-07-27 Maxim Kuvyrkov <maxim@codesourcery.com>
3656
3657 PR target/42495
3658 PR middle-end/42574
3659 * gcse.c (hoist_expr_reaches_here_p): Remove excessive check.
3660
3d489bc7
MK
36612010-07-27 Maxim Kuvyrkov <maxim@codesourcery.com>
3662
3663 * gcse.c (hoist_code): Generate new pseudo for every new set insn.
3664
ce4c0015
MK
36652010-07-27 Maxim Kuvyrkov <maxim@codesourcery.com>
3666
3667 PR rtl-optimization/40956
3668 PR target/42495
3669 PR middle-end/42574
3670 * gcse.c (compute_code_hoist_vbeinout): Consider more expressions
3671 for hoisting.
3672 (hoist_code): Count occurences in current block too.
3673
20160347
MK
36742010-07-27 Maxim Kuvyrkov <maxim@codesourcery.com>
3675
3676 * gcse.c (struct expr:max_distance): New field.
3677 (doing_code_hoisting_p): New static variable.
3678 (want_to_gcse_p): Change signature. Allow constrained hoisting of
3679 simple expressions, don't change behavior for PRE. Set max_distance.
3680 (insert_expr_in_table): Set new max_distance field.
3681 (hash_scan_set): Update.
3682 (hoist_expr_reaches_here_p): Stop search after max_distance
3683 instructions.
3684 (find_occr_in_bb): New static function. Use it in ...
3685 (hoist_code): Calculate sizes of basic block before any changes are
3686 done. Pass max_distance to hoist_expr_reaches_here_p.
3687 (one_code_hoisting_pass): Set doing_code_hoisting_p.
3688
3689 * params.def (PARAM_GCSE_COST_DISTANCE_RATIO,)
3690 (PARAM_GCSE_UNRESTRICTED_COST): New parameters.
3691 * params.h (GCSE_COST_DISTANCE_RATIO, GCSE_UNRESTRICTED_COST): New
3692 macros.
3693 * doc/invoke.texi (gcse-cost-distance-ratio, gcse-unrestricted-cost):
3694 Document.
3695
9b774782
JL
36962010-07-27 Jeff Law <law@redhat.com>
3697 Maxim Kuvyrkov <maxim@codesourcery.com>
3698
3699 * gcse.c (compute_transpout, transpout): Remove, move logic
3700 to prune_expressions.
3701 (compute_pre_data): Move pruning of trapping expressions ...
3702 (prune_expressions): ... here. New static function.
3703 (compute_code_hoist_data): Use it.
3704 (alloc_code_hoist_mem, free_code_hoist_mem, hoist_code): Update.
3705
55791fcd
XDL
37062010-07-27 Xinliang David Li <davidxl@google.com>
3707
3708 * tree-ssa-loop-ivopts.c (adjust_iv_update_pos): New function.
3709 (rewrite_use_address): Adjust iv update position when needed.
3710
62a3f636
MK
37112010-07-27 Maxim Kuvyrkov <maxim@codesourcery.com>
3712
3713 * dbgcnt.def (hoist_insn): New debug counter.
3714 * gcse.c (hoist_code): Use it.
3715
e2102efc
XDL
37162010-07-27 Xinliang David Li <davidxl@google.com>
3717
3718 * tree-ssa-loop-ivopts.c (niter_for_exit): New parameter.
3719 (niter_for_single_dom_exit): Passes additional parameter.
3720 (iv_period): Fix comments.
3721 (may_eliminate_iv): Handles multiple exit loops properly.
3722 (free_tree_niter_desc): New function.
3723 (free_loop_data): Frees up loop iteration descriptors.
3724
fea31288
JJ
37252010-07-27 Jakub Jelinek <jakub@redhat.com>
3726
f3184b4c
JJ
3727 PR target/44542
3728 * cfgexpand.c (expand_one_stack_var_at): Limit align to maximum
3729 of max_used_stack_slot_alignment and PREFERRED_STACK_BOUNDARY
3730 instead of MAX_SUPPORTED_STACK_ALIGNMENT.
3731 (expand_one_var): Don't consider DECL_ALIGN for variables for
3732 which expand_one_stack_var_at has been already called.
3733
fea31288
JJ
3734 PR testsuite/44701
3735 * doc/md.texi: Clarify m and es constraints on PowerPC and m and S
3736 constraints on IA-64.
3737
65e29588
JZ
37382010-07-27 Jie Zhang <jie@codesourcery.com>
3739
3740 PR target/44290
f53ea4f0 3741 Revert:
65e29588 3742 2010-07-23 Jie Zhang <jie@codesourcery.com>
f53ea4f0 3743
65e29588
JZ
3744 * tree-sra.c (ipa_sra_preliminary_function_checks): Return
3745 false if ! tree_versionable_function_p.
3746
9f39bd53
JJ
37472010-07-27 Jakub Jelinek <jakub@redhat.com>
3748
3749 * dwarf2out.c (add_data_member_location_attribute): Use
3750 add_AT_unsigned instead of add_AT_int if offset is non-negative.
3751
a78e242c
BS
37522010-07-27 Bernd Schmidt <bernds@codesourcery.com>
3753
3754 * postreload.c (try_replace_in_use): New static function.
3755 (reload_combine_recognize_const_pattern): Use it here. Allow
3756 substituting into a final add insn, and substituting into a memory
3757 reference in an insn that sets the reg.
3758
61ff2bdc
JM
37592010-07-27 Joseph Myers <joseph@codesourcery.com>
3760
3761 * common.opt (o): Add MissingArgError.
3762 * doc/options.texi (MissingArgError): Document.
3763 * hooks.c (hook_bool_constcharptr_size_t_false): Remove.
3764 * hooks.h (hook_bool_constcharptr_size_t_false): Remove.
3765 * langhooks-def.h (LANG_HOOKS_MISSING_ARGUMENT): Remove.
f53ea4f0 3766 (LANG_HOOKS_INITIALIZER): Remove missing_argument hook initializer.
61ff2bdc
JM
3767 * langhooks.h (struct lang_hooks): Remove missing_argument.
3768 * optc-gen.awk: Handle MissingArgError and output new structure
3769 field initializers.
3770 * opts.c (read_cmdline_option): Use missing_argument_error field
3771 instead of missing_argument langhook.
3772 * opts.h (struct cl_option): Add missing_argument_error field.
3773 * system.h (LANG_HOOKS_MISSING_ARGUMENT): Poison.
3774
4e98bcaf
IS
37752010-07-27 Iain Sandoe <iains@gcc.gnu.org>
3776
3777 PR target/29090
3778 * config/rs6000/rs6000.c (rs6000_gimplify_va_arg): Special-case the
3779 Darwin64 ABI, for zero-sized objects.
3780
a9ab25e2
IS
37812010-07-27 Iain Sandoe <iains@gcc.gnu.org>
3782
3783 PR target/35491
3784 PR target/29090
3785
3786 Merge from Apple local 4.2.1.
3787 2005-05-11 Stan Shebs <shebs@apple.com>
3788 Fix 64-bit varargs for Darwin (Radar 4028089).
3789 * config/rs6000/rs6000.h (rs6000_args): New field floats_in_gpr.
3790 * config/rs6000/rs6000.c (rs6000_darwin64_record_arg_advance_flush):
3791 Add argument, add case for 8-byte register half-filled with a float.
3792 (rs6000_darwin64_record_arg_advance_recurse): Detect and handle
3793 single-precision floats specially.
3794
2200fc49
IR
37952010-07-27 Ira Rosen <irar@il.ibm.com>
3796
3797 PR tree-optimization/44152
3798 * tree-vect-slp.c (vect_build_slp_tree): Collect nodes with
3799 complex numbers for further check.
f53ea4f0 3800 (vect_supported_load_permutation_p): Check nodes with
2200fc49
IR
3801 complex numbers.
3802
7a9bf9a4
JM
38032010-07-27 Joseph Myers <joseph@codesourcery.com>
3804
3805 * langhooks-def.h (lhd_init_options, LANG_HOOKS_OPTION_LANG_MASK,
3806 LANG_HOOKS_COMPLAIN_WRONG_LANG_P): New.
3807 (LANG_HOOKS_INIT_OPTIONS): Update default definition.
3808 (LANG_HOOKS_INITIALIZER): Add new hooks.
3809 * langhooks.c (lhd_init_options, lhd_complain_wrong_lang_p): New.
3810 * langhooks.h (struct lang_hooks): Add new hooks option_lang_mask
3811 and complain_wrong_lang_p. Update init_options prototype.
3812 * c-objc-common.c (c_initialize_diagnostics): First call
3813 c_common_initialize_diagnostics.
3814 * c-objc-common.h (LANG_HOOKS_OPTION_LANG_MASK,
3815 LANG_HOOKS_COMPLAIN_WRONG_LANG_P): Define.
a691bb08 3816 * coretypes.h (struct cl_option, struct cl_decoded_option): Declare.
7a9bf9a4
JM
3817 * hooks.c (hook_uint_uint_constcharptrptr_0): Remove.
3818 (hook_uint_void_0): New.
3819 * hooks.h (hook_uint_uint_constcharptrptr_0): Remove.
3820 (hook_uint_void_0): New.
3821 * opts-common.c (decode_cmdline_option,
a691bb08 3822 decode_cmdline_options_to_array): Also fill in canonical_option field.
7a9bf9a4
JM
3823 * opts.c (complain_wrong_lang): Use langhook to determine whether
3824 to complain instead of special-casing LTO.
3825 (decode_options): Separate lang_mask determination with
3826 option_lang_mask hook from call of init_options hook.
3827 * opts.h (struct cl_decoded_option): Add canonical_option.
3828
42694189
JJ
38292010-07-27 Jakub Jelinek <jakub@redhat.com>
3830
3831 PR tree-optimization/45083
3832 * tree-inline.c (add_local_variables): Also remap DECL_DEBUG_EXPR.
3833
62036819
BS
38342010-07-27 Bernd Schmidt <bernds@codesourcery.com>
3835
3836 * postreload.c (reload_combine_recognize_const_pattern): Move test
3837 for limiting the insn movement to the right scope.
3838
2b0cb007
BS
3839 PR rtl-optimization/45051
3840 * reload1.c (delete_output_reload): Use refers_to_regno_p rather
3841 than reg_mentioned_p.
3842
8b84c596
RH
38432010-07-26 Richard Henderson <rth@redhat.com>
3844
3845 PR target/44132
3846 * tree-emutls.c: New file.
3847 * Makefile.in (OBJS-common): Add it.
3848 * tree-pass.h (pass_ipa_lower_emutls): Declare.
3849 * passes.c (init_optimization_passes): Add it.
3850
3851 * dwarf2out.c (loc_list_from_tree): If emutls.debug_form_tls_address,
3852 pull the control variable from DECL_VALUE_EXPR, not emutls_decl.
3853 * expr.c (emutls_var_address): Delete.
3854 (expand_expr_addr_expr_1, expand_expr_real_1): Don't use it.
3855 * output.h (SECCAT_EMUTLS_VAR, SECCAT_EMUTLS_TMPL): Delete.
3856 (emutls_finish): Delete.
3857 * toplev.c (compile_file): Don't call it.
3858 * tree.h (emutls_decl): Delete.
3859 * varasm.c (emutls_htab, DECL_EMUTLS_VAR_P): Delete.
3860 (emutls_finish, emutls_finalize_control_var): Delete.
3861 (emutls_object_type): Move to tree-emutls.c.
3862 (EMUTLS_SEPARATOR, prefix_name, get_emutls_object_name,
3863 default_emutls_var_fields, get_emutls_object_type,
3864 get_emutls_init_templ_addr, emutls_decl, emutls_common_1
3865 default_emutls_var_init): Likewise.
3866 (get_variable_section): Don't special case emutls.
3867 (assemble_variable, do_assemble_alias, categorize_decl_for_section,
3868 default_elf_select_section, default_unique_section,
3869 default_encode_section_info): Likewise.
3870 * varpool.c (decide_is_variable_needed): Likewise.
3871 * gimple-iterator.c (update_call_edge_frequencies): New
3872 (gsi_insert_on_edge_immediate): Use it.
3873 (gsi_insert_seq_on_edge_immediate): Likewise.
3874 (gsi_commit_one_edge_insert): Likewise.
3875
3876 * config/i386/i386.c (x86_64_elf_select_section): Don't handle
3877 SECCAT_EMUTLS_VAR, SECCAT_EMUTLS_TMPL.
3878 (x86_64_elf_unique_section): Likewise.
3879
b7956a5b
JH
38802010-07-26 Jan Hubicka <jh@suse.cz>
3881
3882 * lto-streamer.h (struct lto_file_decl_data): Mark resolutions with
3883 GTY((skip)).
3884
b5f5d41d
AS
38852010-07-26 Anatoly Sokolov <aesok@post.ru>
3886
3887 * target.def (output_source_filename): New hook.
3888 * doc/tm.texi.in (TARGET_ASM_OUTPUT_SOURCE_FILENAME): Document.
3889 * doc/tm.texi: Regenerate.
3890 * toplev.c (output_file_directive) Remove function.
3891 * toplev.h (output_file_directive) Remove.
3892 * output.h (default_asm_output_source_filename,
3893 output_file_directive): Declare.
3894 * varasm.h (default_asm_output_source_filename,
3895 output_file_directive): New functions.
3896
3897 * config/mips/mips.h (ASM_OUTPUT_SOURCE_FILENAME): Remove macro.
3898 * config/mips/mips-protos.h (mips_output_filename): Remove.
3899 * config/mips/mips.c (mips_output_filename): Make Static.
3900 (TARGET_ASM_OUTPUT_SOURCE_FILENAME): Define.
3901
7f8ac3d7
RG
39022010-07-26 Richard Guenther <rguenther@suse.de>
3903
3904 PR tree-optimization/43784
3905 * tree-nrv.c (dest_safe_for_nrv_p): It's not safe to NRV
3906 if the destination is used by the call.
3907
edc74207
RG
39082010-07-26 Richard Guenther <rguenther@suse.de>
3909
3910 PR middle-end/45073
3911 * gimple-fold.c (gimplify_and_update_call_from_tree): Conditionalize
3912 SSA updating on being in SSA form.
3913
bd422c4a
RG
39142010-07-26 Richard Guenther <rguenther@suse.de>
3915
3916 PR middle-end/45056
a691bb08 3917 * gimple-fold.c (fold_stmt_1): Also fold references in debug stmts.
bd422c4a 3918
e093ffe3
RG
39192010-07-26 Richard Guenther <rguenther@suse.de>
3920
3921 PR tree-optimization/45071
a691bb08 3922 * tree-ssa-sccvn.c (vn_reference_maybe_forwprop_address): Always
e093ffe3
RG
3923 adjust op->opcode.
3924
223a9d64
N
39252010-07-26 Naveen.H.S <naveen.S@kpitcummins.com>
3926
3927 * config/v850/lib1funcs.asm (save_r2_r31, return_r2_r31,
3928 save_r20_r31, return_r20_r31, save_r21_r31, return_r21_r31,
3929 save_r22_r31, return_r22_r31, save_r23_r31, return_r23_r31,
3930 save_r24_r31, return_r24_r31, save_r25_r31, return_r25_r31,
3931 save_r26_r31, return_r26_r31, save_r27_r31, return_r27_r31,
3932 save_r28_r31, return_r28_r31, save_r29_r31, return_r29_r31,
3933 save_r31, return_r31, save_interrupt, return_interrupt,
3934 save_all_interrupt, return_all_interrupt, L_save_r2_r31,
3935 L_return_interrupt, callt_return_interrupt, L_restore_all_interrupt,
a691bb08 3936 L_save_##START##_r31c, L_callt_save_r31c): Updated as per the
223a9d64 3937 new ABI requirements.
a691bb08 3938 (save_r6_r9, L_callt_save_r6_r9): Remove.
223a9d64
N
3939 * config/v850/predicates.md (even_reg_operand, disp23_operand,
3940 const_float_1_operand const_float_0_operand): New Predicates.
3941 (pattern_is_ok_for_prepare, pattern_is_ok_for_prologue,
3942 pattern_is_ok_for_epilogue): Update as per the ABI requirements.
3943 * config/v850/t-v850: Update multilibs for new target variants.
3944 (save_varargs, callt_save_varargs, callt_save_r6_r9): Remove.
3945 * config/v850/t-v850e: Likewise.
3946 * config/v850/v850.c (v850_issue_rate): New.
3947 (v850_strict_argument_naming): New.
3948 (function_arg): Modify to generate a different ABI.
3949 (print_operand): Update case 'z' to support float modes.
3950 (output_move_single): Modify to generate appropriate and better
3951 assembly.
3952 (v850_float_z_comparison_operator, v850_select_cc_mode,
3953 v850_float_nz_comparison_operator, v850_gen_float_compare,
a691bb08 3954 v850_gen_compare): New functions to support comparison of float values.
223a9d64
N
3955 (ep_memory_offset): Add support for V850E2 targets.
3956 (INTERRUPT_FIXED_NUM, INTERRUPT_ALL_SAVE_NUM): Update.
3957 (INTERRUPT_REGPARM_NUM): Remove.
a691bb08 3958 (compute_register_save_size): Add extra case to save/restore long call.
223a9d64
N
3959 (use_prolog_function): New function to support prologue.
3960 (expand_prologue): Add support for V850E2 targets and modified
3961 as per the current ABI requirements.
3962 (expand_epilogue): Likewise.
3963 (construct_restore_jr): Modify based on TARGET_LONG_CALLS.
3964 (construct_save_jarl): Likewise.
3965 (construct_dispose_instruction): Update as per the current ABI
3966 requirements.
3967 (construct_prepare_instruction): Likewise.
a691bb08 3968 * config/v850/v850.h (TARGET_CPU_DEFAULT): Add target predefines.
223a9d64
N
3969 (TARGET_CPU_v850e2, TARGET_CPU_v850e2v3): Define
3970 (CPP_SPEC): Updated to support v850e2 targets.
3971 (STRICT_ALIGNMENT): Modified.
3972 (FIRST_PSEUDO_REGISTER): Updated to add even registers.
3973 (FIXED_REGISTERS): Likewise.
3974 (CALL_USED_REGISTERS): Likewise.
3975 (CONDITIONAL_REGISTER_USAGE): Updated.
3976 (HARD_REGNO_MODE_OK): Updated.
3977 (reg_class): Updated to add even registers.
3978 (REG_CLASS_NAMES): Likewise.
3979 (REG_CLASS_CONTENTS): Likewise.
3980 (REGNO_REG_CLASS): Updated for CC registers.
3981 (REG_CLASS_FROM_LETTER): Added support for even registers.
3982 (REGNO_OK_FOR_BASE_P): Updated for CC registers.
3983 (STACK_POINTER_REGNUM, FRAME_POINTER_REGNUM, LINK_POINTER_REGNUM,
3984 ARG_POINTER_REGNUM): Updated.
3985 (FUNCTION_ARG_ADVANCE): Define.
3986 (REG_PARM_STACK_SPACE): Update as per the current ABI requirements.
3987 (OUTGOING_REG_PARM_STACK_SPACE): Remove.
3988 (EXTRA_CONSTRAINT): Add new constraint 'W' for 23-bit displacement.
3989 (GO_IF_LEGITIMATE_ADDRESS): Updated.
3990 (SELECT_CC_MODE): Define.
3991 (REGISTER_NAMES): Updated to add psw and fcc registers.
3992 (ADDITIONAL_REGISTER_NAMES): Updated.
3993 (ASM_OUTPUT_ADDR_DIFF_ELT): Updated to support new targets.
3994 (JUMP_TABLES_IN_TEXT_SECTION): Updated.
3995 * config/v850/v850.md (define_constants): Define new constants.
3996 (type): Update store,bit1,macc,div,fpu and single attributes.
3997 (cpu): New attribute.
3998 (cc): Add set_z attribute.
3999 (unsign23byte_load, sign23byte_load, unsign23hword_load,
4000 sign23hword_load, 23word_load, 23byte_store, 23hword_store,
a691bb08 4001 23word_store): New instructions for 23-bit displacement load and store.
223a9d64
N
4002 (movqi_internal, movhi_internal): Update the attributes.
4003 (movsi, movsi_internal_v850e): Updated to support v850e2 targets.
4004 (movsi_internal_v850e, movsi_internal, movsf_internal): Update
4005 the attributes.
4006 (v850_tst1): Modified using CC_REGNUM.
4007 (tstsi): Remove.
4008 (cmpsi): Modified as define_expand from define_insn.
4009 (cmpsi_insn, cmpsf, cmpdf): New instructions.
4010 (addsi3, subsi3, negsi2, divmodsi4, udivmodsi4, divmodhi4,
4011 udivmodhi4, v850_clr1_1, v850_clr1_2, v850_clr1_3, andsi3,
4012 v850_set1_1, v850_set1_3, iorsi3, v850_not1_1, v850_not1_3, xorsi3,
4013 one_cmplsi2): Clobber the CC_REGNUM register.
4014 (v850_clr1_1, v850_clr1_2, v850_clr1_3, andsi3, v850_set1_1,
4015 v850_set1_2, v850_set1_3, iorsi3, v850_not1_1, v850_not1_2,
a691bb08 4016 v850_not1_3, xorsi3, one_cmplsi2): Update the attributes accordingly.
223a9d64
N
4017 (setf_insn, set_z_insn, set_nz_insn): New instructions for
4018 v850e2v3 target.
4019 (movsicc_normal_cc, movsicc_reversed_cc): New instructions.
4020 (movsicc, movsicc_normal, movsicc_reversed): Add support for V850E2
4021 targets.
4022 (sasf_1, sasf_2): Remove.
4023 (sasf): New instruction.
4024 (rotlhi3, rotlhi3_8, rotlsi3, rotlsi3_16): Update to support V850E2
4025 targets. CC_REGNUM register is clobbered and attributes are
4026 updated.
4027 (branch_z_normal, branch_z_invert, branch_nz_normal,
4028 branch_nz_invert): New branch related instructions.
4029 (jump): Updated the attributes.
4030 (switch): Update to support new targets. CC_REGNUM register is
4031 clobbered and attributes are updated.
4032 (call_internal_short, call_internal_long, call_value_internal_short,
4033 call_value_internal_long): Updated the attributes.
4034 (zero_extendhisi2, zero_extendqisi2): CC_REGNUM register is
4035 clobbered and attributes are updated.
4036 (extendhisi_insn, extendhisi2, extendqisi_insn, extendqisi2):
4037 Update to support new targets. CC_REGNUM register is clobbered.
4038 (ashlsi3_v850e2, lshrsi3_v850e2, ashrsi3_v850e2): New shift
4039 instructions.
4040 (lshrsi3, ashrsi3): CC_REGNUM register is clobbered and attributes
4041 are updated.
4042 (ffssi2, addsf3, adddf3, subsf3, subdf3, mulsf3, muldf3, divsf3,
4043 divdf3, minsf3, mindf3, maxsf3, maxdf3, abssf2, absdf2, negsf2,
4044 negdf2, sqrtsf2, sqrtdf2, truncsfsi2, truncdfsi2, floatsisf2,
4045 floatsidf2, extendsfdf2, extenddfsf2, recipsf2, recipdf2,
4046 rsqrtsf2, rsqrtdf2, maddsf4, msubsf4, nmaddsf4, nmsubsf4,
4047 cmpsf_le_insn, cmpsf_lt_insn, cmpsf_ge_insn, cmpsf_gt_insn,
4048 cmpsf_eq_insn, cmpsf_ne_insn, cmpdf_le_insn, cmpdf_lt_insn,
4049 cmpdf_ge_insn, cmpdf_gt_insn, cmpdf_eq_insn, cmpdf_ne_insn, trfsr,
4050 movsfcc, movdfcc, movsfcc_z_insn, movsfcc_nz_insn, movdfcc_z_insn,
4051 movdfcc_nz_insn, movedfcc_z_zero, movedfcc_nz_zero): New floating
4052 point instructions defined for V850e2v3 target.
4053 (callt_save_interrupt, callt_return_interrupt, return_interrupt):
4054 Add support for V850E2 targets and CC_REGNUM register is clobbered.
4055 (callt_save_all_interrupt, callt_restore_all_interrupt): Add
4056 support for new targets.
4057 * config/v850/v850-modes.def: New file.
4058 * config/v850/v850.opt(mstrict-align): Remove.
4059 (mno-strict-align, mjump-tables-in-data-section, mv850e2,
4060 mv850e2v3): New command line options for V850.
4061 * config.gcc: Update the newly added files.
4062 * doc/invoke.texi: Update the newly added command line options for
4063 V850 target.
4064
4e89a3fa
RG
40652010-07-26 Richard Guenther <rguenther@suse.de>
4066
4067 PR tree-optimization/45052
4068 * ipa-pure-const.c (check_stmt): Check volatileness.
4069
58e6223e
EB
40702010-07-25 Eric Botcazou <ebotcazou@adacore.com>
4071
4072 PR target/44707
4073 * config/sparc/sparc-protos.h (sparc_legitimize_reload_address): New.
4074 * config/sparc/sparc.c: Include reload.h.
4075 (legitimize_tls_address): Rename into...
4076 (sparc_legitimize_tls_address): ...this.
4077 (legitimize_pic_address): Rename into...
4078 (sparc_legitimize_pic_address): ...this.
4079 (sparc_expand_move): Adjust to above renaming.
4080 (sparc_tls_referenced_p): Likewise.
4081 (sparc_legitimize_tls_address): Likewise.
4082 (sparc_legitimize_pic_address): Likewise.
4083 (sparc_legitimize_address): Likewise.
4084 (sparc_output_mi_thunk): Likewise.
4085 (sparc_legitimize_reload_address): New global function. Recognize
4086 (lo_sum (high ...) ...) patterns generated by earlier passes.
4087 * config/sparc/sparc.h (LEGITIMIZE_RELOAD_ADDRESS): Use above function.
4088
bfb7cccf
EB
40892010-07-25 Eric Botcazou <ebotcazou@adacore.com>
4090
4091 PR target/44484
4092 * config/sparc/predicates.md (memory_reg_operand): Delete.
4093 * config/sparc/sync.md (sync_compare_and_swap): Minor tweaks.
4094 (*sync_compare_and_swap): Encode the address form in the pattern.
4095 (*sync_compare_and_swapdi_v8plus): Likewise.
4096
aac91b74
GP
40972010-07-24 Gerald Pfeifer <gerald@pfeifer.com>
4098
a691bb08
UB
4099 * doc/install.texi (Specific, *-*-freebsd*): Adjust to recent changes.
4100 Streamline paragraph on compatibility with the system compiler.
aac91b74 4101
a522de15
SB
41022010-07-24 Steven Bosscher <steven@gcc.gnu.org>
4103
4104 PR middle-end/45035
4105 * alias.c (true_dependence_1): Fix thinko in merge of old
4106 true_dependence and canon_true_dependence.
4107
5d7f4d9c
JH
41082010-07-23 Jan Hubicka <jh@suse.cz>
4109
4110 * lto-streamer-out.c (write_symbol): Fix visibilities of external
4111 references.
4112
3d07b7cd
LCW
41132010-07-23 Le-Chun Wu <lcwu@google.com>
4114
4115 * omega.c (omega_eliminate_redundant): Remove a self-assign statement.
4116 * tree-ssa-ccp.c (ccp_lattice_meet): Remove a self-assign statement
4117 and an unnecessary assignment.
4118 * dbxout.c (DEBUGGER_ARG_OFFSET): Change OFFSET to OFFSET+0 to avoid
4119 self-assign warning.
4120 * config/i386/i386.c (ix86_vectorize_builtin_vec_perm): Remove
4121 unnecessary self-init.
4122
aff08b12
RG
41232010-07-23 Richard Guenther <rguenther@suse.de>
4124
4125 PR lto/43071
4126 * gcc.c (LINK_COMMAND_SPEC): Filter out -fcompare-debug
4127 for -flto and -fwhopr.
4128
9b91e436
KT
41292010-07-23 Kai Tietz <kai.tietz@onevision.com>
4130
4131 PR target/41943
a691bb08 4132 * Makefile.in (USER_H_INC_NEXT_PRE, USER_H_INC_NEXT_POST): New.
9b91e436
KT
4133 (stmp-int-hdrs): Prefix/postfix headers by include_next.
4134 * config.gcc (user_headers_inc_next_pre): New.
4135 (user_headers_inc_next_post): Likewise.
4136 (*-w64-mingw*): Use for float.h post-fixing, and for
4137 stddef.h/stdarg.h pre-fixing by include_next.
4138 * configure.ac (user_headers_inc_next_post): New.
4139 (user_headers_inc_next_pre): New.
4140 * configure: Regenerated.
4141
16c9d3b1
RO
41422010-07-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4143
4144 * configure.ac: Don't disable TLS on Solaris 8/9 by default
4145 Set tga_func for Solaris 2/x86 resp. SPARC.
4146 Remove duplicate parts of sparc*-sun-solaris2.* TLS check.
4147 (LIB_THREAD_LDFLAGS_SPEC): Define.
a691bb08 4148 (LIB_TLS_SPEC): Define. Check for required Sun ld version.
16c9d3b1
RO
4149 * configure: Regenerate.
4150 * config.in: Regenerate.
4151 * config/sol2.h (LIB_SPEC): Use LIB_THREAD_LDFLAGS_SPEC with
4152 -pthread, -threads, LIB_TLS_SPEC with -pthread.
4153 * doc/install.texi (Specific, *-*-solaris2*): Document use of
4154 alternate thread libraries on Solaris 8.
4155 Document TLS patch requirements.
4156 * doc/sourcebuild.texi (Add Options): Sort alphabetically.
4157 Document tls.
4158
4159 PR target/18788
4160 * config/sol2.h (LIB_SPEC): Link with thread libraries even with
4161 -shared.
4162
cd3f04c8
JJ
41632010-07-23 Jakub Jelinek <jakub@redhat.com>
4164
4165 * tree.h (struct tree_base): Add nameless_flag bitfield.
4166 (TYPE_NAMELESS, DECL_NAMELESS): Define.
4167 * omp-low.c (create_omp_child_function, scan_omp_parallel,
4168 scan_omp_task, lower_omp_taskreg): Set DECL_NAMELESS and/or
4169 DECL_ARTIFICIAL where needed.
4170 * dwarf2out.c (dwarf2_name): Return NULL if DECL_NAMELESS.
4171 (type_tag): Return NULL if TYPE_NAMELESS or if TYPE_DECL
4172 has DECL_NAMELESS set.
4173
556ede65
MJ
41742010-07-23 Martin Jambor <mjambor@suse.cz>
4175
4176 PR tree-optimization/44915
4177 * ipa-cp.c (cgraph_gate_cp): Also check that optimize is true.
4178 * ipa-inline.c (cgraph_mark_inline_edge): Likewise.
4179 (analyze_function): Likewise.
4180
8cbeddcc
MJ
41812010-07-23 Martin Jambor <mjambor@suse.cz>
4182
4183 PR tree-optimization/44914
4184 * tree-sra.c (sra_modify_function_body): Return true if CFG was
4185 changed, add purging dead eh edges.
4186 (ipa_sra_modify_function_body): Return true if CFG was changed,
4187 simplify purging dead eh edges.
4188 (modify_function): Return true if CFG was changed.
4189 (perform_intra_sra): Add TODO_cleanup_cfg to the return value if CFG
4190 was changed.
4191 (ipa_early_sra): Likewise.
4192
61044492
JZ
41932010-07-23 Jie Zhang <jie@codesourcery.com>
4194
4195 PR target/44290
4196 * attribs.c (decl_attributes): Insert "noinline" and "noclone"
4197 if "naked".
4198 * tree-sra.c (ipa_sra_preliminary_function_checks): Return
4199 false if ! tree_versionable_function_p.
4200
c59a0a1d
NF
42012010-07-23 Nathan Froyd <froydnj@codesourcery.com>
4202
4203 * builtins.def (BUILT_IN_ARGS_INFO): Remove.
4204 * ipa-pure-const.c (special_builtlin_state): Remove
4205 BUILT_IN_ARGS_INFO case.
4206 * tree-stdarg.c (execute_optimize_stdarg): Likewise.
4207 * builtins.c (expand_builtin): Likewise.
4208 (expand_builtin_args_info): Remove.
4209 * doc/tm.texi (__builtin_args_info): Remove.
4210 (__builtin_next_arg): Adjust to not refer to __builtin_args_info.
4211 * doc/tm.text.in: Likewise.
4212
c4fcd06a
RG
42132010-07-23 Richard Guenther <rguenther@suse.de>
4214
a691bb08 4215 * lto-symtab.c (lto_symtab_merge): Use gtc_mode enum values.
c4fcd06a
RG
4216 (lto_symtab_merge_decls_2): Likewise.
4217 * tree-ssa.c (useless_type_conversion_p): Likewise.
4218 * lto-streamer-in.c (input_gimple_stmt): Likewise.
4219 * gimple.c (gtc_visited2, gtc_ob2): Remove.
4220 (struct type_pair_d): Make same_p an array indexed by mode.
4221 Update comment.
4222 (lookup_type_pair): Update initialization.
4223 (struct sccs): Adjust same_p type.
4224 (gimple_types_compatible_p_1, gtc_visit, gimple_types_compatible_p):
4225 Adjust.
4226 (print_gimple_types_stats): Likewise.
4227 * gimple.h (enum gtc_mode): New.
4228 (gimple_types_compatible_p): Adjust prototype.
4229
6afb52d3
DJ
42302010-07-23 Daniel Jacobowitz <dan@codesourcery.com>
4231
4232 * dwarf2out.c (dwarf2out_frame_debug): Check for queued saves
4233 again after processing insn.
4234
a23c4464
JZ
42352010-07-23 Jie Zhang <jie@codesourcery.com>
4236
4237 * tree-sra.c (ipa_sra_preliminary_function_checks): Dump
4238 proper words when !tree_versionable_function_p.
4239
97a73876
RG
42402010-07-23 Richard Guenther <rguenther@suse.de>
4241
4242 PR tree-optimization/45037
4243 * tree-ssa-loop-ivopts.c (copy_ref_info): Handle NULL base.
4244
ed3100b2
JZ
42452010-07-23 Jie Zhang <jie@codesourcery.com>
4246
a691bb08
UB
4247 * doc/extend.texi: Remove IP2K from the description of naked attribute.
4248 Add MCORE instead.
ed3100b2 4249
a691bb08 42502010-07-10 Andi Kleen <ak@linux.intel.com>
73ce4d1e
AK
4251
4252 PR lto/44992
a691bb08 4253 * lto-opts.c (lto_write_options): Add NULL file_data argument to
73ce4d1e
AK
4254 lto_get_section_name.
4255 * lto-section-out.c (lto_destroy_simple_output_block): Likewise.
4256 * lto-streamer-out.c (produce_asm): Likewise.
4257 (copy_function): Likewise.
4258 (produce_symtab): Likewise.
4259 (produce_asm_for_decls): Likewise.
4260 * lto-streamer.c (lto_get_section_name): Add file_data argument.
4261 Rewrite to add random postfix to LTO sections.
4262 * lto-streamer.h (lto_file_decl_data): Add next, id, resolutions.
4263 (lto_get_section_name): Add file_data argument to prototype.
4264
a691bb08 42652010-07-10 Andi Kleen <ak@linux.intel.com>
2994ee14
AK
4266
4267 * lto-section-in.c (lto_section_name): Synchronize names
4268 with lto_get_section_name.
4269
a691bb08 42702010-07-10 Andi Kleen <ak@linux.intel.com>
090fc3f4
AK
4271
4272 * lto-opts.c (lto_read_file_options): Check for missing section.
4273
8cfd82bf
BS
42742010-07-22 Bernd Schmidt <bernds@codesourcery.com>
4275
4276 * ira.c (check_allocation): Correctly handle the case where an allocno
4277 with two objects was allocated to a single reg.
4278
1a39adae
RS
42792010-07-22 Richard Sandiford <rdsandiford@googlemail.com>
4280
4281 * tree-ssa-math-opts.c (is_widening_mult_rhs_p): New function.
4282 (is_widening_mult_p): Likewise.
4283 (convert_to_widen): Use them.
4284 (convert_plusminus_to_widen): Likewise. Handle fixed-point types as
4285 well as integer ones.
4286
9362286d
SB
42872010-07-22 Steven Bosscher <steven@gcc.gnu.org>
4288
4289 * alias.c (true_dependence_1): New function, merged version of
4290 true_dependence and canon_true_dependence.
4291 (true_dependence): Simplify.
4292 (canon_true_dependence): Simplify.
4293
b78cb618
RH
42942010-07-22 Richard Henderson <rth@redhat.com>
4295
4296 PR target/45027
4297 * config/i386/i386.c (setup_incoming_varargs_64): Force the use
4298 of V4SFmode for the SSE saves; increase stack alignment if needed.
4299 (ix86_gimplify_va_arg): Don't increase stack alignment here.
4300
828f2c8b
JJ
43012010-07-22 Jakub Jelinek <jakub@redhat.com>
4302
4303 PR bootstrap/45028
4304 * recgprop.c (copyprop_hardreg_forward_1): If changed is true,
4305 call cprop_find_used_regs again via note_uses.
4306
7be7d292
EB
43072010-07-22 Eric Botcazou <ebotcazou@adacore.com>
4308
4309 * alias.c (get_alias_set): Fix formatting issues.
4310
426d6333
SE
43112010-07-22 Steve Ellcey <sje@cup.hp.com>
4312
4313 PR middle-end/44878
4314 * stmt.c (expand_value_return): Call promote_function_mode with
4315 a for_return argument of 2 when returning by reference.
4316
35ea1c5a
DS
43172010-07-22 Dodji Seketeli <dodji@redhat.com>
4318
4319 PR debug/45024
4320 * dwarf2out.c (scope_die_for): Don't fall back to the compilation
4321 unit DIE if we can find the scope DIE.
4322
ac0ab4f7
BS
43232010-07-22 Bernd Schmidt <bernds@codesourcery.com>
4324
bd3a5d17
UB
4325 * ira-build.c (ira_create_object): New arg SUBWORD; all callers
4326 changed. Initialize OBJECT_SUBWORD.
ac0ab4f7
BS
4327 (ira_create_allocno): Clear ALLOCNO_NUM_OBJECTS.
4328 (ira_create_allocno_objects): Renamed from ira_create_allocno_object;
4329 all callers changed.
4330 (merge_hard_reg_conflicts): Iterate over allocno subobjects.
4331 (finish_allocno): Likewise.
4332 (move_allocno_live_ranges, copy_allocno_live_ranges): Likewise.
4333 (remove_low_level_allocnos): Likewise.
4334 (update_bad_spill_attribute): Likewise.
4335 (setup_min_max_allocno_live_range_point): Likewise.
4336 (sort_conflict_id_map): Likewise.
4337 (ira_flattening): Likewise. Use ior_hard_reg_conflicts.
4338 (ior_hard_reg_conflicts): New function.
4339 (ior_allocate_object_conflicts): Renamed first argument to OBJ.
4340 (compress_conflict_vecs): Iterate over objects, not allocnos.
4341 (ira_add_live_range_to_object): New function.
4342 (object_range_compare_func): Renamed from allocno_range_compare_func.
4343 All callers changed.
4344 (setup_min_max_conflict_allocno_ids): For allocnos with multiple
4345 subobjects, widen the min/max range of the lowest-order object to
4346 potentially include all other such low-order objects.
4347 * ira.c (ira_bad_reload_regno_1): Iterate over allocno subobjects.
4348 (check_allocation): Likewise. Use more fine-grained tests for register
4349 conflicts.
4350 * ira-color.c (allocnos_have_intersected_live_ranges_p): Iterate over
4351 allocno subobjects.
4352 (assign_hard_reg): Keep multiple sets of conflicts. Make finer-grained
4353 choices about which bits to set in each set. Don't use
4354 ira_hard_reg_not_in_set_p, perform a more elaborate test for conflicts
4355 using the multiple sets we computed.
4356 (push_allocno_to_stack): Iterate over allocno subobjects.
4357 (all_conflicting_hard_regs_coalesced): New static function.
4358 (setup_allocno_available_regs_num): Use it.
4359 (setup_allocno_left_conflicts_size): Likewise. Iterate over allocno
4360 subobjects.
4361 (coalesced_allocno_conflict): Test subobject 0 in each allocno.
4362 (setup_allocno_priorities): Divide ALLOCNO_EXCESS_PRESSURE_POINTS_NUM
4363 by ALLOCNO_NUM_OBJECTS.
4364 (calculate_spill_cost): Likewise.
4365 (color_pass): Express if statement in a more normal way.
4366 (ira_reassign_conflict_allocnos): Iterate over allocno subobjects.
4367 (slot_coalesced_allocno_live_ranges_intersect_p): Likewise.
4368 (setup_slot_coalesced_allocno_live_ranges): Likewise.
4369 (allocno_reload_assign): Likewise.
4370 (ira_reassign_pseudos): Likewise.
4371 (fast_allocation): Likewise.
4372 * ira-conflicts.c (build_conflict_bit_table): Likewise.
4373 (print_allocno_conflicts): Likewise.
4374 (ira_build_conflicts): Likewise.
4375 (allocnos_conflict_for_copy_p): Renamed from allocnos_conflict_p. All
4376 callers changed. Test subword 0 of each allocno for conflicts.
4377 (build_object_conflicts): Renamed from build_allocno_conflicts. All
4378 callers changed. Iterate over allocno subobjects.
4379 * ira-emit.c (modify_move_list): Iterate over allocno subobjects.
bd3a5d17
UB
4380 * ira-int.h (struct ira_allocno): New member: num_objects.
4381 Rename object to objects and change it into an array.
ac0ab4f7
BS
4382 (ALLOCNO_OBJECT): Add new argument N.
4383 (ALLOCNO_NUM_OBJECTS, OBJECT_SUBWORD): New macros.
4384 (ira_create_allocno_objects): Renamed from ira_create_allocno_object.
4385 (ior_hard_reg_conflicts): Declare.
4386 (ira_add_live_range_to_object): Declare.
4387 (ira_allocno_object_iterator): New.
4388 (ira_allocno_object_iter_init, ira_allocno_object_iter_cond): New.
4389 (FOR_EACH_ALLOCNO_OBJECT): New macro.
bd3a5d17
UB
4390 * ira-lives.c (objects_live): Renamed from allocnos_live; all
4391 uses changed.
ac0ab4f7 4392 (allocnos_processed): New sparseset.
bd3a5d17
UB
4393 (make_object_born): Renamed from make_allocno_born; take an
4394 ira_object_t argument. All callers changed.
4395 (make_object_dead): Renamed from make_allocno_dead; take an
4396 ira_object_t argument. All callers changed.
ac0ab4f7
BS
4397 (update_allocno_pressure_excess_length): Take an ira_obejct_t argument.
4398 All callers changed.
4399 (mark_pseudo_regno_live): Iterate over allocno subobjects.
4400 (mark_pseudo_regno_dead): Likewise.
4401 (mark_pseudo_regno_subword_live, mark_pseudo_regno_subword_dead): New
4402 functions.
4403 (mark_ref_live): Detect subword accesses and call
4404 mark_pseudo_regno_subword_live as appropriate.
4405 (mark_ref_dead): Likewise for mark_pseudo_regno_subword_dead.
4406 (process_bb_nodes_live): Deal with object-related updates first; set
4407 and test bits in allocnos_processed to avoid computing allocno
4408 statistics more than once.
4409 (create_start_finish_chains): Iterate over objects, not allocnos.
4410 (print_object_live_ranges): New function.
4411 (print_allocno_live_ranges): Use it.
4412 (ira_create_allocno_live_ranges): Allocate and free allocnos_processed
4413 and objects_live.
4414
d4398a43
RG
44152010-07-22 Richard Guenther <rguenther@suse.de>
4416
4417 PR lto/42451
4418 * gimple.c (gtc_next_dfs_num): New global.
4419 (struct sccs): Make value a union, add integer same_p member.
4420 (gtc_visit): New function.
4421 (gimple_types_compatible_p_1): New function, split out from ...
4422 (gimple_types_compatible_p): ... here. Start a DFS walk here.
4423 (iterative_hash_gimple_type): Adjust for sccs change.
4424
56a42add
MJ
44252010-07-22 Martin Jambor <mjambor@suse.cz>
4426
4427 PR tree-optimization/44891
4428 * tree-sra.c: Include gimple-pretty-print.h.
4429 (replace_uses_with_default_def_ssa_name): Renamed to
4430 get_repl_default_def_ssa_name, return the new SSA name instead of
4431 replacing the old one.
4432 (sra_modify_assign): Dump a message when removing a load, if the LHS
4433 is an SSA_NAME, do not do any propagation, just set the RHS to a
4434 default definition SSA NAME, type convert if necessary.
4435 * Makefile.in (tree-sra.o): Add gimple-pretty-print.h to dependencies.
4436
5ccbfc1f
RG
44372010-07-22 Richard Guenther <rguenther@suse.de>
4438
4439 PR tree-optimization/45017
4440 * tree-ssa-sccvn.c (vn_reference_eq): Make sure we honor
4441 TYPE_PRECISION of integral types in addition to size.
4442
14ee5f0a
MK
44432010-07-22 Maxim Kuvyrkov <maxim@codesourcery.com>
4444
4445 * config/rs6000/sysv4.h (CHOOSE_DYNAMIC_LINKER): Default to GLIBC
4446 when no C library is specified.
4447
93c594a3
MJ
44482010-07-22 Martin Jambor <mjambor@suse.cz>
4449
4450 * ipa-prop.h (struct ipa_node_params): Updated comment.
4451 (struct ipa_edge_args): Likewise.
4452 * Makefile.in (ipa-prop.o): Remove bogus $(GIMPLE_FOLD_H) dependency.
4453
02ec6988
MJ
44542010-07-22 Martin Jambor <mjambor@suse.cz>
4455
4456 * cgraphunit.c (verify_edge_count_and_frequency): New function.
4457 (verify_cgraph_node): Verify frequencies of indirect edges.
4458 * tree-inline.c (tree_function_versioning): Update frequencies of
4459 indirect edges.
4460
f67325e8
RR
44612010-07-22 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
4462
4463 PR target/43698
a691bb08
UB
4464 * config/arm/arm.md: Split arm_rev into *arm_rev and *thumb1_rev.
4465 Set *arm_rev to be predicable.
f67325e8 4466
50eb566f
IS
44672010-07-22 Iain Sandoe <iains@gcc.gnu.org>
4468
4469 * config/darwin.h (LINK_COMMAND_SPEC): Split into...
4470 (LINK_COMMAND_SPEC_A): New.
4471 (DSYMUTIL): New.
4472 (DSYMUTIL_SPEC): New.
4473 * config/darwin9.h (LINK_COMMAND_SPEC): Remove.
4474 (DSYMUTIL_SPEC): Update for darwin >= 9 requirements.
4475
3b2ee170
IS
44762010-07-22 Iain Sandoe <iains@gcc.gnu.org>
4477
4478 * calls.c (load_register_parameters): Move check for zero
bd3a5d17 4479 sized items so that only the call to
3b2ee170
IS
4480 mem_overlaps_already_clobbered_arg_p () is protected.
4481
37512c66
JH
44822010-07-22 Jan Hubicka <jh@suse.cz>
4483
4484 * ipa-pure-const.c (varying_state): Break out from ...
4485 (get_function_state): ... here; always return varying_state
4486 when state would be NULL otherwise.
4487 (remove_node_data): Do not free varying state.
4488
08bd6876
BS
44892010-07-22 Bernd Schmidt <bernds@codesourcery.com>
4490
4491 PR bootstrap/44970
4492 PR middle-end/45009
4493 * postreload.c: Include "target.h".
4494 (reload_combine_closest_single_use): Don't take DEBUG_INSNs
4495 into account.
4496 (fixup_debug_insns): Don't copy the rtx.
a691bb08
UB
4497 (reload_combine_recognize_const_pattern): DEBUG_INSNs can't have uses.
4498 Don't copy when replacing. Call fixup_debug_insns in the case where
4499 we merged one add with another.
4500 (reload_combine_recognize_pattern): Fail if there aren't any uses.
4501 Try harder to determine whether we're picking a valid index register.
4502 Don't set store_ruid for an insn we're going to scan in the
4503 next iteration.
08bd6876
BS
4504 (reload_combine): Remove unused code.
4505 (reload_combine_note_use): When updating use information for
4506 an old insn, ignore a use that occurs after store_ruid.
4507 * Makefile.in (postreload.o): Update dependencies.
4508
dbb94435
BS
4509 * function.c (record_hard_reg_sets): Restrict the previous change
4510 to cases where the incoming nominal mode is the same as the
4511 incoming promoted mode and everything happens in MODE_INT.
4512
fcc71c6c
JJ
45132010-07-21 Jakub Jelinek <jakub@redhat.com>
4514
4515 PR debug/45015
4516 * var-tracking.c (adjust_mems): Ignore ASM_OPERANDS with non-zero
4517 ASM_OPERANDS_OUTPUT_IDX.
4518 (adjust_insn): For inline asm with multiple sets ensure first
4519 ASM_OPERANDS vectors are used by all following ASM_OPERANDS in
4520 the insn.
4521
650b5329
RH
45222010-07-21 Richard Henderson <rth@redhat.com>
4523
4524 * config/i386/i386.c (setup_incoming_varargs_64): Emit a simple
4525 comparison for avoiding xmm register saves. Emit the xmm register
4526 saves explicitly.
4527 * config/i386/i386.md (UNSPEC_SSE_PROLOGUE_SAVE): Remove.
4528 (UNSPEC_SSE_PROLOGUE_SAVE_LOW): Remove.
4529 (sse_prologue_save, sse_prologue_save_insn1, sse_prologue_save_insn):
4530 Remove patterns and the associated splitters.
4531
7c6dafac
CF
45322010-07-21 Changpeng Fang <changpeng.fang@amd.com>
4533
4534 * tree-ssa-loop-prefetch.c (analyze_ref): Strip off the real
4535 and imagine parts of a complex, so that they can have the same
4536 base and fall into the same group.
4537
60f6be5a
RG
45382010-07-21 Richard Guenther <rguenther@suse.de>
4539
4540 PR lto/45018
4541 * tree.c (find_decls_types_r): Do not follow TREE_CHAIN
4542 of TYPE_DECLs. Do not follow TYPE_NEXT_VARIANT,
4543 TYPE_NEXT_PTR_TO, nor TYPE_NEXT_REF_TO or TYPE_CANONICAL.
4544
75a75e91
MJ
45452010-07-21 Martin Jambor <mjambor@suse.cz>
4546
4547 PR tree-optimization/44900
4548 * tree-sra.c (load_assign_lhs_subreplacements): Updated comments.
4549 (sra_modify_assign): Move gsi to the next statmenent unconditionally.
4550
426797b2
BS
45512010-07-21 Bernd Schmidt <bernds@codesourcery.com>
4552
4553 PR middle-end/44738
4554 * tree-ssa.c (warn_uninit): Avoid emitting an unnecessary message.
4555
35e3a6e9
RG
45562010-07-21 Richard Guenther <rguenther@suse.de>
4557
4558 PR middle-end/45013
4559 * tree-ssa.c (useless_type_conversion_p): Dispatch to
4560 gimple_types_compatible_p only when in lto.
4561 * gimple.c (gimple_types_compatible_p): Use canonical types
4562 to speed up comparison.
4563
3f2930d8
RG
45642010-07-21 Richard Guenther <rguenther@suse.de>
4565
4566 * tree-flow.h (referenced_var): Move define ...
4567 * tree-flow-inline.h (referenced_var): ... here as an inline
4568 function. Assert here ...
4569 * tree-dfa.c (referenced_var_lookup): ... instead of here.
4570 * tree-ssa.c (maybe_optimize_var): Check if the variable
4571 is in referenced vars.
4572 (execute_update_addresses_taken): Remove old broken check.
4573 * gimple-pretty-print.c (pp_points_to_solution): Use
4574 referenced_var_lookup.
4575 * tree-into-ssa.c (dump_decl_set): Likewise.
4576
370ae599
JJ
45772010-07-21 Jakub Jelinek <jakub@redhat.com>
4578
4579 PR debug/45003
a691bb08 4580 * var-tracking.c (reverse_op): Also handle {SIGN,ZERO}_EXTEND of a MEM.
370ae599
JJ
4581 * dwarf2out.c (loc_descriptor): Don't handle SIGN_EXTEND nor
4582 ZERO_EXTEND here.
4583
7703295f
RH
45842010-07-20 Richard Henderson <rth@redhat.com>
4585
4586 * vxworks.c (vxworks_emutls_var_fields): Pass locus to build_decls.
4587
16737e76
BS
45882010-07-20 Bernd Schmidt <bernds@codesourcery.com>
4589
4590 * config/arm/arm.md (thumb1_addsi3): Add alternative and split for
4591 computing the sum of the stack pointer and a large constant.
4592 * config/arm/constraints.md (M): Remove superfluous parentheses.
4593 (Pc): New constraint.
4594
1b47fe3f
JJ
45952010-07-20 Jakub Jelinek <jakub@redhat.com>
4596
4597 PR debug/45006
4598 * cfgexpand.c (expand_debug_expr): Only look at TYPE_UNSIGNED of
4599 operand's type if exp is tcc_unary class tree.
4600
97c56ee3
NF
46012010-07-20 Nathan Froyd <froydnj@codesourcery.com>
4602
4603 * config/rs6000/rs6000.md (abs<mode>2_isel, nabs<mode>2_isel):
4604 Reverse sense of if_then_else condition.
4605
d95016e0
NF
46062010-07-20 Nathan Froyd <froydnj@codesourcery.com>
4607
4608 * config/rs6000/rs6000.opt (mblock-move-inline-limit): New option.
4609 * config/rs6000/rs6000.c (rs6000_override_options): Set
4610 rs6000_block_move_inline_limit appropriately.
4611 (expand_block_move): Use rs6000_block_move_inline_limit.
4612 * doc/invoke.texi (mblock-move-inline-limit): Document.
4613
caa4a250
BS
46142010-07-20 Bernd Schmidt <bernds@codesourcery.com>
4615
4616 * postreload.c (fixup_debug_insns): Remove arg REGNO. New args
4617 FROM and TO. All callers changed. Don't look for tracked uses,
4618 just scan the RTL for DEBUG_INSNs and substitute.
4619 (reload_combine_recognize_pattern): Call fixup_debug_insns.
4620 (reload_combine): Ignore DEBUG_INSNs.
4621
68eaf35c
JJ
46222010-07-20 Jakub Jelinek <jakub@redhat.com>
4623
d2d57152
JJ
4624 * var-tracking.c (vt_expand_loc, vt_expand_loc_dummy): Bump maximum
4625 depth to 8 from 5.
4626
68eaf35c
JJ
4627 PR debug/45003
4628 * cfgexpand.c (expand_debug_expr) <case NOP_EXPR>: Use ZERO_EXTEND
4629 or SIGN_EXTEND depending on TYPE_UNSIGNED of the operand's type
4630 instead of the result's type.
4631
720151ca
RG
46322010-07-20 Richard Guenther <rguenther@suse.de>
4633
4634 PR tree-optimization/44977
4635 * tree-ssa-dom.c (propagate_rhs_into_lhs): Do not create invalid
4636 SSA form.
4637
f5d6836a
RG
46382010-07-20 Richard Guenther <rguenther@suse.de>
4639
4640 * lto-symtab.c (lto_symtab_merge): Use gimple_types_compatible_p.
4641 (lto_symtab_merge_decls_2): Likewise.
4642 * gimple.h (gimple_types_compatible_p): Declare.
4643 * gimple.c (gimple_queue_type_fixup): Remove.
4644 (gimple_fixup_complete_and_incomplete_subtype_p): Likewise.
bd3a5d17 4645 (gimple_compatible_complete_and_incomplete_type_p): New function.
f5d6836a
RG
4646 (gimple_types_compatible_p): Adjust.
4647 (gimple_register_type): Remove type fixup code.
4648 (print_gimple_types_stats): Adjust.
4649 (free_gimple_type_tables): Likewise.
4650 * lto-streamer-in.c (input_gimple_stmt): Use gimple_types_compatible_p.
4651 * tree-ssa.c (useless_type_conversion_p): Likewise.
4652
ad650c92
RG
46532010-07-20 Richard Guenther <rguenther@suse.de>
4654
4655 PR middle-end/44971
4656 PR middle-end/44988
4657 * tree-ssa.c (maybe_optimize_var): New function split out from ...
4658 (execute_update_addresses_taken): ... here.
4659 (non_rewritable_mem_ref_base): Likewise.
4660 (execute_update_addresses_taken): Do not iterate over all referenced
4661 vars but just all local decls and parms.
4662 Properly check call and asm arguments and rewrite call arguments.
4663
2c8f43e6
MK
46642010-07-20 Maxim Kuvyrkov <maxim@codesourcery.com>
4665
4666 * config.gcc (LIBC_GLIBC, LIBC_UCLIBC, LIBC_BIONIC): Move constants
4667 to top level.
4668 * config/linux.h (LINUX_TARGET_OS_CPP_BUILTINS): Move Android-specific
4669 definitions ...
4670 * config/linux-android.h (ANDROID_TARGET_OS_CPP_BUILTINS): ... here.
4671 New macro.
4672 * config/arm/linux-eabi.h (TARGET_OS_CPP_BUILTINS): Use it.
4673
b08e0339
RS
46742010-07-19 Richard Sandiford <rdsandiford@googlemail.com>
4675
4676 * gengtype.c (start_root_entry): New function, split out from
4677 write_root. Check whether V is null and raise an error if so.
4678 (write_field_root): Check for V being null. Don't raise an error here;
4679 set V to null instead.
4680 (write_root): Update comment above function. Use start_root_entry.
4681
e74780a3
XDL
46822010-07-19 Xinliang David Li <davidxl@google.com>
4683
4684 PR testsuite/44932
bd3a5d17
UB
4685 * tree-ssa-uninit.c (collect_phi_def_edges): Fix bug collecting
4686 def edges.
e74780a3
XDL
4687 (find_uninit_use): Add dump.
4688 (is_use_properly_guarded): Ditto.
4689 (warn_uninitialized_phi): Ditto.
4690 (execute_late_warn_uninitialized): Ditto.
4691
8b4c365c
RG
46922010-07-19 Richard Guenther <rguenther@suse.de>
4693
4694 PR middle-end/44941
4695 * expr.c (emit_block_move_hints): Move zero size check first.
4696 Move asserts to more useful places.
4697 * calls.c (load_register_parameters): Check for zero size.
4698
157be8f6
RH
46992010-07-19 Richard Henderson <rth@redhat.com>
4700
4701 * tree-optimize.c (execute_all_early_local_passes): New. Change
4702 cgraph_state here ...
4703 (execute_early_local_optimizations): ... not here. Remove.
4704 (pass_early_local_passes, pass_all_early_optimizations): Update.
4705
b1d5eee8
BS
47062010-07-19 Bernd Schmidt <bernds@codesourcery.com>
4707
4708 * postreload.c (reload_combine_closest_single_use): Ignore the
4709 number of uses for DEBUG_INSNs.
4710 (fixup_debug_insns): New static function.
4711 (reload_combine_recognize_const_pattern): Use it. Don't let the
4712 main loop be affected by DEBUG_INSNs.
4713 Really disallow moving adds past a jump insn.
4714 (reload_combine_recognize_pattern): Don't update use_ruid here.
4715 (reload_combine_note_use): Do it here.
4716 (reload_combine): Use control_flow_insn_p rather than JUMP_P.
4717
0be955e7 47182010-07-19 Bingfeng Mei <bmei@broadcom.com>
157be8f6 4719
0be955e7 4720 * ddg.c (create_ddg): Exclude nodes of debug_insn in counting nodes
bd3a5d17
UB
4721 of a loop.
4722 * loop-doloop.c (doloop_condition_get): Skip possible debug_insn.
0be955e7 4723
9005471b
IS
47242010-07-19 Iain Sandoe <iains@gcc.gnu.org>
4725
4726 * config/i386/darwin.h: Define darwin_emit_branch_islands.
4727 (TARGET_MACHO_BRANCH_ISLANDS): New.
4728 (FUNCTION_PROFILER): Use TARGET_MACHO_BRANCH_ISLANDS.
4729 * config/i386/i386.h (TARGET_MACHO_BRANCH_ISLANDS): Define a
4730 default value.
4731 * config/i386/i386.c (output_pic_addr_const): Do not emit
4732 branch islands unless TARGET_MACHO_BRANCH_ISLANDS is set.
4733 (x86_output_mi_thunk): Adjust symbol creation.
4734 * config/rs6000/darwin.h: Define darwin_emit_branch_islands.
4735 Remove out of date comment.
4736 * config/rs6000/rs6000.c (print_operand): Adjust symbol.
bd3a5d17
UB
4737 (DARWIN_LINKER_GENERATES_ISLANDS): Remove.
4738 (DARWIN_GENERATE_ISLANDS): Ditto.
9005471b
IS
4739 (output_call): Do not emit branch islands unless
4740 darwin_emit_branch_islands is set.
4741 * config/darwin.c: Declare darwin_emit_branch_islands.
4742 (machopic_indirect_data_reference): Do not emit unless
4743 darwin_emit_branch_islands is set.
4744 (darwin_override_options): Set darwin_emit_branch_islands
4745 where it is needed.
bd3a5d17 4746 * config/darwin9.h (DARWIN_LINKER_GENERATES_ISLANDS): Remove.
9005471b 4747
39354b3b
RO
47482010-07-19 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4749
4750 * doc/sourcebuild.texi (Effective-Target Keywords): Document
4751 sse_runtime, sse2_runtime.
4752
93f63c68
RS
47532010-07-18 Richard Sandiford <rdsandiford@googlemail.com>
4754
4755 * config/mips/mips.c (mips16_build_call_stub): Zero-extend the
4756 low half of a single-register SCmode return value before ORing
4757 it with the high half.
4758 * config/mips/mips16.S (MERGE_GPRf): Likewise.
4759
84aa7cea
JDA
47602010-07-17 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4761
4762 PR target/44805
4763 * config/pa/pa.h (CONSTANT_ALIGNMENT): Align strings to BITS_PER_WORD
4764 on all targets.
4765
dc0d5a57
BS
47662010-07-17 Bernd Schmidt <bernds@codesourcery.com>
4767
4768 PR target/42235
4769 * postreload.c (reload_cse_move2add): Return bool, true if anything.
4770 changed. All callers changed.
4771 (move2add_use_add2_insn): Likewise.
4772 (move2add_use_add3_insn): Likewise.
4773 (reload_cse_regs): If reload_cse_move2add changed anything, rerun
4774 reload_combine.
4775 (RELOAD_COMBINE_MAX_USES): Bump to 16.
4776 (last_jump_ruid): New static variable.
4777 (struct reg_use): New members CONTAINING_MEM and RUID.
4778 (reg_state): New members ALL_OFFSETS_MATCH and REAL_STORE_RUID.
4779 (reload_combine_split_one_ruid, reload_combine_split_ruids,
4780 reload_combine_purge_insn_uses, reload_combine_closest_single_use
4781 reload_combine_purge_reg_uses_after_ruid,
4782 reload_combine_recognize_const_pattern): New static functions.
4783 (reload_combine_recognize_pattern): Verify that ALL_OFFSETS_MATCH
4784 is true for our reg and that we have available index regs.
4785 (reload_combine_note_use): New args RUID and CONTAINING_MEM. All
4786 callers changed. Use them to initialize fields in struct reg_use.
4787 (reload_combine): Initialize last_jump_ruid. Be careful when to
4788 take PREV_INSN of the scanned insn. Update REAL_STORE_RUID fields.
4789 Call reload_combine_recognize_const_pattern.
4790 (reload_combine_note_store): Update REAL_STORE_RUID field.
4791
d4404fee
JM
47922010-07-16 Jason Merrill <jason@redhat.com>
4793
4794 * Makefile.in (opts-common.o): Depend on options.h.
4795
6a4825bd
NF
47962010-07-16 Nathan Froyd <froydnj@codesourcery.com>
4797
4798 * tree.c (build_common_builtin_nodes): Use build_function_type_list
4799 instead of build_function_type.
4800 * tree-ssa-loop-prefetch.c (tree_ssa_prefetch_arrays): Likewise.
4801 * cgraphunit.c (cgraph_build_static_cdtor): Likewise.
4802
c5af628d
NF
48032010-07-16 Nathan Froyd <froydnj@codesourcery.com>
4804
4805 * config/rs6000/rs6000.c (rs6000_emit_sISEL): Let rs6000_emit_int_cmove
4806 do all the work.
4807 (rs6000_emit_int_cmove): Use function pointers for insn generation.
4808 Don't force values into registers unnecessarily.
4809 (output_isel): Assert that we're not given conditions we can't handle.
4810 Delete corresponding code.
4811 * config/rs6000/rs6000.md (isel_signed_<mode>): Use
4812 scc_comparison_operator constraint. Permit 0 for the consequent
4813 operand. Permit any GPR for the alternative operand.
4814 (isel_unsigned_<mode>): Likewise.
4815
88ad03c2
JJ
48162010-07-16 Jakub Jelinek <jakub@redhat.com>
4817
4818 PR target/44942
4819 * config/i386/i386-protos.h (ix86_function_arg_boundary): Change second
4820 argument to const_tree.
4821 * config/i386/i386.c (function_arg_advance): If padding needs to be
4822 inserted before argument, increment cum->words by number of padding
4823 words as well.
4824 (contains_aligned_value_p): Change argument to const_tree.
4825 (ix86_function_arg_boundary): Change second argument to const_tree.
4826
71008de4
BS
48272010-07-16 Bernd Schmidt <bernds@codesourcery.com>
4828
4829 PR target/42235
4830 * function.c (record_hard_reg_sets): New static function.
4831 (assign_parm_setup_reg): If an optab for extending exists and the
4832 generated code clobbbers no hard regs, emit the insn directly and
4833 create a REG_EQUIV note.
4834
f7587ed0
NF
48352010-07-15 Nathan Froyd <froydnj@codesourcery.com>
4836
4837 * c-decl.c (detect_field_duplicates): Use DECL_CHAIN insted of
4838 TREE_CHAIN.
4839 * c-typeck.c (push_init_level): Likewise.
4840 (process_init_element): Likewise.
4841
9a9d280e
AS
48422010-07-15 Anatoly Sokolov <aesok@post.ru>
4843
4844 * tree.h (enum tree_index): Add TI_INTEGER_THREE.
4845 (integer_three_node): Add.
4846 * tree.c (build_common_tree_nodes_2): Use integer_type_node insead of
4847 NULL_TREE in build_int_cst calls. Initialize the integer_three_node.
4848 * builtins.c (expand_builtin_prefetch): Use common tree nodes instead
4849 of call build_int_cst.
4850 * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Ditto.
4851 * tree-ssa-loop-ivopts.c (idx_find_step): Ditto.
4852 (find_interesting_uses_address): Ditto.
4853 * tree-ssa-alias.c (ao_ref_init_from_ptr_and_size): Ditto.
4854 * tree-eh.c (lower_eh_constructs_2): Ditto.
4855 * tree-vect-loop.c (get_initial_def_for_induction): Ditto.
4856 * c-typeck.c (really_start_incremental_init, push_init_level): Ditto.
4857 * expmed.c (expand_divmod): Ditto.
4858 * tree-mudflap.c (mx_register_decls): Ditto.
4859 * varasm.c (array_size_for_constructor): Ditto.
4860 * tree-ssa-loop-prefetch.c (issue_prefetch_ref): Ditto.
4861 * c-parser.c (c_parser_postfix_expression): Ditto.
4862
67bb0206
BS
48632010-07-15 Bernd Schmidt <bernds@codesourcery.com>
4864
4865 * postreload.c (last_label_ruid, first_index_reg, last_index_reg):
4866 New static variables.
4867 (reload_combine_recognize_pattern): New static function, broken out
4868 of reload_combine.
4869 (reload_combine): Use it. Only initialize first_index_reg and
4870 last_index_reg once.
4871
c5f77dcb
RH
48722010-07-15 Richard Henderson <rth@redhat.com>
4873
4874 * cgraphunit.c (cgraph_build_static_cdtor): Clear current_function_decl
4875 when done.
4876
ef8fc6c2
JH
48772010-07-15 Jan Hubicka <jh@suse.cz>
4878
bd3a5d17
UB
4879 * lto-symtab.c (lto_symtab_resolve_symbols): Remove hack handling
4880 comdats for broken gold.
4881 (lto_sy mtab_merge_decls_1): Set used_from_object_file correctly.
ef8fc6c2 4882
3d894a8e
NF
48832010-07-15 Nathan Froyd <froydnj@codesourcery.com>
4884
4885 * tree.h (TREE_RTL_OPERAND_CHECK): Delete.
4886
910ad8de
NF
48872010-07-15 Nathan Froyd <froydnj@codesourcery.com>
4888
4889 * tree.h (DECL_CHAIN): Define.
4890 * alias.c: Carefully replace TREE_CHAIN with DECL_CHAIN.
4891 * c-decl.c: Likewise.
4892 * c-parser.c: Likewise.
4893 * c-typeck.c: Likewise.
4894 * cfgexpand.c: Likewise.
4895 * cgraph.c: Likewise.
4896 * cgraphunit.c: Likewise.
4897 * combine.c: Likewise.
4898 * config/alpha/alpha.c: Likewise.
4899 * config/arm/arm.c: Likewise.
4900 * config/frv/frv.c: Likewise.
4901 * config/i386/i386.c: Likewise.
4902 * config/i386/winnt-cxx.c: Likewise.
4903 * config/ia64/ia64.c: Likewise.
4904 * config/iq2000/iq2000.c: Likewise.
4905 * config/mep/mep.c: Likewise.
4906 * config/mips/mips.c: Likewise.
4907 * config/pa/som.h: Likewise.
4908 * config/rs6000/rs6000.c: Likewise.
4909 * config/s390/s390.c: Likewise.
4910 * config/sh/sh.c: Likewise.
4911 * config/sh/symbian-cxx.c: Likewise.
4912 * config/sparc/sparc.c: Likewise.
4913 * config/spu/spu.c: Likewise.
4914 * config/stormy16/stormy16.c: Likewise.
4915 * config/vxworks.c: Likewise.
4916 * config/xtensa/xtensa.c: Likewise.
4917 * coverage.c: Likewise.
4918 * dbxout.c: Likewise.
4919 * dwarf2out.c: Likewise.
4920 * emit-rtl.c: Likewise.
4921 * expr.c: Likewise.
4922 * function.c: Likewise.
4923 * gimple-low.c: Likewise.
4924 * gimple-pretty-print.c: Likewise.
4925 * gimplify.c: Likewise.
4926 * integrate.c: Likewise.
4927 * ipa-inline.c: Likewise.
4928 * ipa-prop.c: Likewise.
4929 * ipa-split.c: Likewise.
4930 * ipa-struct-reorg.c: Likewise.
4931 * ipa-type-escape.c: Likewise.
4932 * langhooks.c: Likewise.
4933 * lto-cgraph.c: Likewise.
4934 * omp-low.c: Likewise.
4935 * stor-layout.c: Likewise.
4936 * tree-cfg.c: Likewise.
4937 * tree-complex.c: Likewise.
4938 * tree-dfa.c: Likewise.
4939 * tree-dump.c: Likewise.
4940 * tree-inline.c: Likewise.
4941 * tree-mudflap.c: Likewise.
4942 * tree-nested.c: Likewise.
4943 * tree-object-size.c: Likewise.
4944 * tree-pretty-print.c: Likewise.
4945 * tree-sra.c: Likewise.
4946 * tree-ssa-live.c: Likewise.
4947 * tree-ssa-loop-niter.c: Likewise.
4948 * tree-ssa-math-opts.c: Likewise.
4949 * tree-ssa-reassoc.c: Likewise.
4950 * tree-ssa-sccvn.c: Likewise.
4951 * tree-ssa-structalias.c: Likewise.
4952 * tree-tailcall.c: Likewise.
4953 * tree-vrp.c: Likewise.
4954 * tree.c: Likewise.
4955 * var-tracking.c: Likewise.
4956 * varasm.c: Likewise.
4957
643afedb
UW
49582010-07-15 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4959
4960 PR target/44877
4961 * config/spu/spu.c (spu_expand_builtin_1): Allow references
4962 (as well as pointers) as argument to mask_for_load builtins.
4963
0ba0772b
RB
49642010-07-15 Richard Guenther <rguenther@suse.de>
4965
4966 PR tree-optimization/44946
4967 * tree-ssa-structalias.c (get_constraint_for_component_ref): Deal
4968 with accessing only padding properly.
4969
02ee7bea
JH
49702010-07-15 Jan Hubicka <jh@suse.cz>
4971
0ba0772b
RB
4972 * ipa.c (function_and_variable_visibility): Variables marked as used
4973 should not be localized.
02ee7bea 4974
99fecd47
JH
49752010-07-15 Jan Hubicka <jh@suse.cz>
4976
4977 * cgraph.c: Include lto-streamer.h
4978 (change_decl_assembler_name): Work when assembler name hash is at place.
bd3a5d17
UB
4979 (cgraph_make_decl_local): When localizing COMDAT symbol at WPA stage,
4980 be sure to rename it to avoid name clash.
99fecd47
JH
4981 * ipa.c (cgraph_externally_visible_p, function_and_variable_visibility):
4982 Localize hidden symbols only when locally defined.
4983
53f00dde
UB
49842010-07-15 Uros Bizjak <ubizjak@gmail.com>
4985
4986 * config/i386/i386.h (SHIFT_COUNT_TRUNCATED): Expand comment.
4987
8ffadef9
MG
49882010-07-15 Magnus Granberg <zorry@gentoo.org>
4989 Kevin F. Quinn <kevquinn@gentoo.org>
4990
53f00dde
UB
4991 * builtins.c (expand_builtin_init_trampoline): Warn for -Wtrampolines.
4992 * common.opt: Add -Wtrampolines.
4993 * doc/invoke.texi: Add -Wtrampolines.
8ffadef9 4994
5cb55204
JZ
49952010-07-15 Jie Zhang <jie@codesourcery.com>
4996
4997 * config/arm/cortex-a8.md (cortex_a8_load_store_2): Reserve
4998 cortex_a8_issue_ls.
4999
4c4837a3
DK
50002010-07-15 Dave Korn <dave.korn.cygwin@gmail.com>
5001
5002 * config/i386/cygwin.h (LIBGCJ_SONAME): Update.
5003 * config/i386/mingw32.h (LIBGCJ_SONAME): Likewise.
5004
588c71da
UW
50052010-07-14 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5006
5007 * config/spu/spu.c (reg_names): Remove prototype.
5008 (call_used_regs): Likewise.
5009
a9c5db80
DK
50102010-07-14 Dave Korn <dave.korn.cygwin@gmail.com>
5011
5012 * config/i386/cygming-crtend.c (__FRAME_END__): Replace attribute
5013 "unused" with attribute "used".
5014 (__JCR_END__): Likewise.
5015 * config/i386/cygming-crtbegin.c (__EH_FRAME_BEGIN__): Add missing
5016 "used" attribute.
5017 (__JCR_LIST__): Replace attribute "unused" with attribute "used".
5018
61593e5e
RG
50192010-07-14 Richard Guenther <rguenther@suse.de>
5020
5021 * lto-streamer-in.c (maybe_fixup_handled_component): Remove.
5022 (maybe_fixup_decls): Likewise.
5023 (input_gimple_stmt): Do not fixup anything.
5024 * lto-streamer-out.c (output_gimple_stmt): Make sure all
5025 non-automatic variable uses are wrapped inside a MEM_REF.
5026
fc7fcda1
RH
50272010-07-14 Richard Henderson <rth@redhat.com>
5028
5029 * passes.c (rest_of_decl_compilation): Do not call assemble_variable
5030 for functions.
5031 * varasm.c (assemble_variable): Remove early exit for functions;
5032 assert that we're given a variable.
5033
eab3f92e
JZ
50342010-07-14 Jie Zhang <jie@codesourcery.com>
5035
5036 * config/arm/cortex-a8.md (cortex_a8_alu): Don't use
5037 cortex_a8_default when neon_type is not none.
5038
402464a0
BS
50392010-07-14 Bernd Schmidt <bernds@codesourcery.com>
5040
5041 * lower-subreg.c (subreg_context): New static bitmap.
5042 (decompose_multiword_subregs): Allocate and free it.
5043 (find_decomposable_subregs): Set a bit in it for a register that
5044 occurs in a subreg that changes mode but not size.
5045 (can_decompose_p): Test it instead of non_decomposable_context.
5046
bf9899d4
RG
50472010-07-14 Richard Guenther <rguenther@suse.de>
5048
5049 PR tree-optimization/44824
5050 * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Use
5051 is_gimple_mem_ref_addr.
5052 (tree_ssa_forward_propagate_single_use_vars): Do not propagate
5053 non-decl_address_invariant_p addresses.
5054
b1c8622e
BS
50552010-07-14 Bernd Schmidt <bernds@codesourcery.com>
5056
5057 * reload.c (find_reloads): Revert code to penalize small register
5058 classes that was brought in with the IRA merge.
5059
2bd6311d
RG
50602010-07-14 Richard Guenther <rguenther@suse.de>
5061
5062 * tree-ssa-ccp.c (fold_const_aggregate_ref): Handle MEM_REF
5063 as base of ARRAY_REFs.
5064
f051cb5d
RG
50652010-07-14 Richard Guenther <rguenther@suse.de>
5066
5067 PR middle-end/44930
5068 * tree-pretty-print.c (do_niy): Do not print a newline.
5069
a49ae217
BS
50702010-07-14 Bernd Schmidt <bernds@codesourcery.com>
5071
5072 * ira-int.h (struct ira_object): New.
53f00dde 5073 (ira_object_t): New typedef. Add DEF_VEC_P and DEF_VEC_ALLOC_P for it.
a49ae217
BS
5074 (struct ira_allocno): Remove members min, max,
5075 conflict_allocno_array, conflict_id, conflict_allocno_array_size,
5076 conflict_allocnos_num and conflict_vec_p. Add new member object.
5077 (OBJECT_CONFLICT_ARRAY, OBJECT_CONFLICT_VEC_P,
5078 OBJECT_NUM_CONFLICTS, OBJECT_CONFLICT_ARRAY_SIZE,
5079 OBJECT_CONFLICT_HARD_REGS, OBJECT_TOTAL_CONFLICT_HARD_REGS,
5080 OBJECT_MIN, OBJECT_MAX, OBJECT_CONFLICT_ID): Renamed from
5081 ALLOCNO_CONFLICT_ALLOCNO_ARRAY, ALLOCNO_CONFLICT_VEC_P,
5082 ALLOCNO_CONFLICT_ALLOCNOS_NUM, ALLOCNO_CONFLICT_ALLOCNO_ARRAY_SIZE,
5083 ALLOCNO_CONFLICT_HARD_REGS, ALLOCNO_TOTAL_CONFLICT_HARD_REGS)
5084 ALLOCNO_MIN, ALLOCNO_MAX, and ALLOCNO_CONFLICT_ID; now operate on
5085 an ira_object_t rather than ira_allocno_t. All uses changed.
5086 (ira_object_id_map): Renamed from ira_conflict_id_allocno_map; now
5087 contains a vector of ira_object_t; all uses changed.
5088 (ira_objects_num): Declare variable.
5089 (ira_create_allocno_object): Declare function.
5090 (ira_conflict_vector_profitable_p): Adjust prototype.
5091 (ira_allocate_conflict_vec): Renamed from
5092 ira_allocate_allocno_conflict_vec; first arg now ira_object_t.
5093 (ira_allocate_object_conflicts): Renamed from
5094 ira_allocate_allocno_conflicts; first arg now ira_object_t.
5095 (struct ira_object_iterator): New.
5096 (ira_object_iter_init, ira_object_iter_cond, FOR_EACH_OBJECT): New.
5097 (ira_allocno_conflict_iterator): Renamed member allocno_conflict_vec_p
5098 to conflict_vec_p. All uses changed.
5099 (ira_allocno_conflict_iter_init, ira_allocno_conflict_iter_cond):
5100 Changed to take into account that conflicts are now tracked for
5101 objects.
53f00dde
UB
5102 * ira-conflicts.c (OBJECTS_CONFLICT_P): Renamed from CONFLICT_ALLOCNO_P.
5103 Args changed to accept ira_object_t. All uses changed.
a49ae217
BS
5104 (allocnos_conflict_p): New static function.
5105 (collected_conflict_objects): Renamed from collected_allocno_objects;
5106 now a vector of ira_object_t. All uses changed.
5107 (build_conflict_bit_table): Changed to take into account that
5108 conflicts are now tracked for objects.
5109 (process_regs_for_copy, propagate_copies, build_allocno_conflicts)
5110 (print_allocno_conflicts, ira_build_conflicts): Likewise.
5111 * ira-color.c (assign_hard_reg, setup_allocno_available_regs_num)
5112 setup_allocno_left_conflicts_size, allocno_reload_assign,
5113 fast_allocation): Likewise.
5114 * ira-lives.c (make_hard_regno_born, make_allocno_born)
5115 process_single_reg_class_operands, process_bb_node_lives): Likewise.
5116 * ira-emit.c (modify_move_list, add_range_and_copies_from_move_list):
5117 Likewise.
5118 * ira-build.c (ira_objects_num): New variable.
5119 (ira_object_id_map): Renamed from ira_conflict_id_allocno_map; now
5120 contains a vector of ira_object_t; all uses changed.
5121 (ira_object_id_map_vec): Corresponding change.
5122 (object_pool): New static variable.
5123 (initiate_allocnos): Initialize it.
5124 (finish_allocnos): Free it.
5125 (ira_create_object, ira_create_allocno_object, create_allocno_objects):
5126 New functions.
5127 (ira_create_allocno): Don't set members that were removed.
5128 (ira_set_allocno_cover_class): Don't change conflict hard regs.
5129 (merge_hard_reg_conflicts): Changed to take into account that
5130 conflicts are now tracked for objects.
5131 (ira_conflict_vector_profitable_p, ira_allocate_conflict_vec,
5132 allocate_conflict_bit_vec, ira_allocate_object_conflicts,
5133 compress_conflict_vecs, remove_low_level_allocnos, ira_flattening,
5134 setup_min_max_allocno_live_range_point, allocno_range_compare_func,
5135 setup_min_max_conflict_allocno_ids, ): Likewise.
53f00dde 5136 (add_to_conflicts): Renamed from add_to_allocno_conflicts, args changed
a49ae217
BS
5137 to ira_object_t; all callers changed.
5138 (ira_add_conflict): Renamed from ira_add_allocno_conflict, args changed
5139 to ira_object_t, all callers changed.
5140 (clear_conflicts): Renamed from clear_allocno_conflicts, arg changed
5141 to ira_object_t, all callers changed.
5142 (conflict_check, curr_conflict_check_tick): Renamed from
5143 allocno_conflict_check and curr_allocno_conflict_check_tick; all uses
5144 changed.
5145 (compress_conflict_vec): Renamed from compress_allocno_conflict_vec,
5146 arg changed to ira_object_t, all callers changed.
5147 (create_cap_allocno): Call ira_create_allocno_object.
5148 (finish_allocno): Free the corresponding object.
5149 (sort_conflict_id_map): Renamed from sort_conflict_id_allocno_map; all
5150 callers changed. Adjusted for dealing with objects.
5151 (ira_build): Call create_allocno_objects after ira_costs. Adjusted for
5152 dealing with objects.
5153 * ira.c (ira_bad_reload_regno_1): Adjusted for dealing with objects.
5154
53f00dde
UB
5155 * ira-int.h (struct live_range): Rename allocno member to object
5156 and change type to ira_object_t.
9140d27b
BS
5157 (struct ira_object): New member live_ranges.
5158 (struct ira_allocno): Remove member live_ranges.
5159 (ALLOCNO_LIVE_RANGES): Remove.
5160 (OBJECT_LIVE_RANGES): New macro.
5161 (ira_create_live_range, ira_copy_live_range_list,
5162 ira_merge_live_range_list, ira_live_ranges_intersect_p,
5163 ira_finish_live_range, ira_finish_live_range_list): Adjust declarations.
5164 * ira-build.c (ira_create_object): Initialize live ranges here.
5165 (ira_create_allocno): Not here.
5166 (ira_create_live_range): Rename from ira_create_allocno_live_range, arg
5167 changed to ira_object_t, all callers changed.
5168 (copy_live_range): Rename from copy_allocno_live_range, all callers
5169 changed.
53f00dde
UB
5170 (ira_copy_live_range_list): Rename from
5171 ira_copy_allocno_live_range_list, all callers changed.
9140d27b
BS
5172 (ira_merge_live_ranges): Rename from ira_merge_allocno_live_range_list,
5173 all callers changed.
5174 (ira_live_ranges_intersect_p): Rename from
5175 ira_allocno_live_ranges_intersect_p, all callers changed.
5176 (ira_finish_live_range): Rename from ira_finish_allocno_live_range, all
5177 callers changed.
5178 (ira_finish_live_range_list): Rename from
5179 ira_finish_allocno_live_range_list, all callers changed.
5180 (change_object_in_range_list): Rename from change_allocno_in_range_list,
5181 last arg changed to ira_object_t, all callers changed.
5182 (finish_allocno): Changed to expect live ranges in the allocno's object.
5183 (move_allocno_live_ranges, copy_allocno_live_ranges,
5184 update_bad_spill_attribute, setup_min_max_allocno_live_range_point,
5185 ira_flattening, ira_build): Likewise.
5186 * ira-color.c (allocnos_have_intersected_live_ranges_p,
5187 slot_coalesced_allocno_live_ranges_intersect,
5188 setup_slot_coalesced_allocno_live_ranges, fast_allocation): Likewise.
5189 * ira-conflicts.c (build_conflict_bit_table): Likewise.
5190 * ira-emit.c (add_range_and_copies_from_move_list): Likewise.
5191 * ira-lives.c (make_allocno_born, update_allocno_pressure_excess_length,
5192 make_allocno_dead, create_start_finish_chains,
5193 remove_some_program_points_and_update_live_ranges,
5194 ira_debug_live_range_list): Likewise.
5195
fa86d337
BS
5196 * ira-int.h (ira_object_conflict_iterator): Rename from
5197 ira_allocno_conflict_iterator.
5198 (ira_object_conflict_iter_init): Rename from
5199 ira_allocno_conflict_iter_init, second arg changed to
5200 * ira.c (check_allocation): Use FOR_EACH_OBJECT_CONFLICT rather than
5201 FOR_EACH_ALLOCNO_CONFLICT.
5202 * ira-color.c (assign_hard_reg, push_allocno_to_stack)
5203 setup_allocno_left_conflicts_size, coalesced_allocno_conflict_p,
5204 ira_reassign_conflict_allocnos, ira_reassign_pseudos): Likewise.
5205 * ira-conflicts.c (print_allocno_conflicts): Likewise.
5206
c31c32f9
JR
52072010-07-13 Joern Rennecke <joern.rennecke@embecosm.com>
5208
5209 PR other/44874
5210 * tree-dump.c (dump_options): Add enumerate_locals entry.
5211 Add TDF_NOID exclusion to all entry.
5212 * tree-dump.h (dump_enumerated_decls): Declare.
5213 * tree-pretty-print.c (dump_generic_node): For TDF_NOID,
5214 Don't display type uid.
5215 (print_declaration): Don't crash on TREE_TYPE (t) == 0.
5216 * tree-pass.h (TDF_ENUMERATE_LOCALS): Define.
5217 * tree-ssa-live.c: Include gimple.h.
5218 (numbered_tree_d): New struct.
5219 (numbered_tree): New typedef.
5220 (DEF_VEC_O (numbered_tree): New.
5221 (DEF_VEC_ALLOC_O (numbered_tree, heap)): Likewise.
5222 (compare_decls_by_uid, dump_enumerated_decls_push): New functions.
5223 (dump_enumerated_decls): Likewise.
5224 * tree-optimize.c (execute_cleanup_cfg_post_optimizing): If comparing
5225 debug info and flag_dump_final_insns, call dump_enumerated_decls.
5226 * tree-cfg.c (dump_function_to_file): Call dump_enumerated_decls.
5227 * Makefile.in (tree-ssa-live.o): Depend on $(GIMPLE_H).
5228
d1465187
RS
52292010-07-13 Richard Sandiford <rdsandiford@googlemail.com>
5230
5231 * expmed.h (MAX_BITS_PER_WORD): Move to...
5232 * defaults.h (MAX_BITS_PER_WORD): ...here.
5233
0685e770
DD
52342010-07-13 DJ Delorie <dj@redhat.com>
5235
5236 * config/h8300/h8300.c (h8300_init_once): Default to
5237 -fstrict_volatile_bitfields.
5238
5239 * config/sh/sh.c (sh_override_options): Default to
5240 -fstrict_volatile_bitfields.
5241
5242 * config/rx/rx.c (rx_option_override): New.
5243
5244 * config/m32c/m32c.c (m32c_override_options): Default to
5245 -fstrict_volatile_bitfields.
5246
3bb06db4
NF
52472010-07-13 Nathan Froyd <froydnj@codesourcery.com>
5248
5249 * tree.h (build_function_call_expr): Delete.
5250 (build_call_expr_loc_array): New function.
5251 (build_call_expr_loc_vec): New function.
5252 * tree-flow.h (struct omp_region): Change type of ws_args field
5253 to a VEC.
5254 * builtins.c (build_function_call_expr): Delete.
5255 (build_call_expr_loc_array): New function.
5256 (build_call_expr_loc): Call it. Use XALLOCAVEC.
5257 (build_call_expr): Likewise.
5258 (build_call_expr_loc_vec): New function.
5259 * cgraphunit.c (build_cdtor): Call build_call_expr instead of
5260 build_function_call_expr.
5261 * expr.c (emutls_var_address): Likewise.
5262 * varasm.c (emutls_common_1): Likewise.
5263 * omp-low.c (expand_omp_atomic_mutex): Likewise.
5264 (expand_omp_taskreg): Adjust for new type of region->ws_args.
5265 (get_ws_args_for): Return a VEC instead of a tree.
5266 (expand_parallel_call): Call build_call_expr_loc_vec instead of
5267 build_function_call_expr.
5268 * stor-layout.c (self_referential_size): Likewise.
5269
c55c061a
JJ
52702010-07-13 Jakub Jelinek <jakub@redhat.com>
5271
5272 PR testsuite/44701
5273 * recog.c (constrain_operands): Allow side-effects in memory
5274 operands if either < or > constraint is used, rather than if
5275 both < and > is used.
5276
2eb0b984
RG
52772010-07-13 Richard Guenther <rguenther@suse.de>
5278
5279 PR middle-end/44911
5280 * tree-pretty-print.c (dump_generic_node): Use TDF_SLIM for
5281 MEM_REF pointer type dumping. Avoid recursing for TYPE_DECLs
5282 without name.
5283
535b951f
KK
52842010-07-13 Kaz Kojima <kkojima@gcc.gnu.org>
5285
5286 PR target/44761
5287 * mode-switching.c (optimize_mode_switching): Add ATTRIBUTE_UNUSED
5288 to variable emited.
5289 * config/sh/sh.c (sh_expand_epilogue): Remove unused variable.
5290 * config/sh/sh.md (symGOT_load): Likewise.
5291 (symDTPOFF2reg): Likewise.
5292 (symTPOFF2reg): Likewise.
5293
6d06590d
RR
52942010-07-13 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
5295
5296 * expmed.c (MAX_BITS_PER_WORD): Moved to expmed.h.
5297 * expmed.h (MAX_BITS_PER_WORD): Moved from expmed.c.
5298
ea2d8f12
RO
52992010-07-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5300
5301 * config/i386/sol2-unwind.h (x86_64_fallback_frame_state): Correct
5302 explanation.
5303 Find ucontext_t * on Solaris 11.
5304 (x86_fallback_frame_state): Handle Solaris 9 multi-threaded pattern.
5305 Handle new Solaris 11 __sighndlr patterns.
5306
2fed2012
JJ
53072010-07-13 Jakub Jelinek <jakub@redhat.com>
5308
5309 PR debug/44901
5310 * vec.h (VEC_block_remove): Fix comment.
5311 * tree-ssa-live.c (remove_unused_locals): Don't use
5312 VEC_unordered_remove on local_decls, instead replace a single
5313 vector element in each iteration if at least one element had
5314 to be removed and VEC_truncate at the end.
5315 * omp-low.c (expand_omp_taskreg): Likewise.
5316
cc343f65
MLI
53172010-07-13 Manuel López-Ibáñez <manu@gcc.gnu.org>
5318
5319 * c-decl.c (finish_function): Fix typo in comment.
a691bb08 5320
5676e87d
L
53212010-07-12 H.J. Lu <hongjiu.lu@intel.com>
5322
5323 PR bootstrap/44921
5324 * postreload.c (move2add_use_add3_insn): Silence gcc warning
5325 on min_regno.
5326
8556f58f
JJ
53272010-07-12 Jakub Jelinek <jakub@redhat.com>
5328
5329 * tree-vrp.c (simplify_bit_ops_using_ranges): New function.
5330 (simplify_stmt_using_ranges): Use it.
5331
8dc9f5bd
UW
53322010-07-12 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5333
5334 * config/spu/spu.h (struct spu_builtin_description): Remove FNDECL
5335 member. Do not mark as GTY(()).
5336 * config/spu/spu.c (spu_builtins): Remove FNDECL initializer elements.
5337 (spu_builtin_decls): New static variable.
5338 (spu_builtin_decl): Use it instead of spu_builtins[].fndecl.
5339 (spu_init_builtins): Likewise.
5340 (spu_builtin_mul_widen_even): Likewise.
5341 (spu_builtin_mul_widen_odd): Likewise.
5342 (spu_builtin_mask_for_load): Likewise.
5343 (spu_builtin_vec_perm): Likewise.
5344 * config/spu/spu-c.c: Include "target.h".
5345 (spu_resolve_overloaded_builtin): Call targetm.builtin_decl instead
5346 of using spu_builtins[].fndecl.
5347
ac9b0eea
RS
53482010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
5349
5350 * config/mips/mips.c (mips_override_options): Make -mflip-mips16
5351 imply -minterlink-mips16.
5352
5aa62249
RS
53532010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
5354
5355 * config/mips/mips.h (mips16_globals): Declare.
5356 (SWITCHABLE_TARGET): Define.
5357 * config/mips/mips.c: Include target-globals.h.
5358 (mips16_globals): New variable.
5359 (mips_set_mips16_mode): Use save_target_globals and
5360 restore_target_globals instead of target_reinit.
5361
77f55879
RS
53622010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
5363
5364 * reginfo.c (init_reg_sets): Don't zero globals here. Update comment
5365 to say that the function can be called more than once.
5366 * target-globals.c (save_target_globals): Call init_reg_sets.
5367
76ee381a
RS
53682010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
5369
5370 * Makefile.in (bb-reorder.o, target-globals.o): Depend on bb-reorder.h
5371 * bb-reorder.h: New file.
5372 * bb-reorder.c (default_target_bb_reorder): New variable.
5373 (this_target_bb_reorder): New conditional variable.
5374 (uncond_jump_length): Redefine as a macro.
5375 * target-globals.h (this_target_bb_reorder): Declare.
5376 (target_globals): Add a bb_reorder field.
5377 (restore_target_globals): Copy the bb_reorder field to
5378 this_target_bb-reorder.
5379 * target-globals.c: Include bb-reorder.h.
5380 (default_target_globals): Initialize the bb_reorder field.
5381 (save_target_globals): Likewise.
5382
7c6811fe
RS
53832010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
5384
5385 * Makefile.in (gcse.o, target-globals.o): Depend on gcse.h..
5386 * gcse.h: New file.
5387 * gcse.c: Include gcse.h.
5388 (default_target_gcse): New variable.
5389 (this_target_gcse): New conditional variable.
5390 (can_copy): Redefine as a macro.
5391 (can_copy_init_p): New macro.
5392 (can_copy_p): Remove can_copy_init_p.
5393 * target-globals.h (this_target_gcse): Declare.
5394 (target_globals): Add a gcse field.
53f00dde 5395 (restore_target_globals): Copy the gcse field to this_target_gcse.
7c6811fe
RS
5396 * target-globals.c: Include gcse.h.
5397 (default_target_globals): Initialize the gcse field.
5398 (save_target_globals): Likewise.
5399
15e7b94f
RS
54002010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
5401
5402 * ira-int.h (target_ira_int): Add x_ira_prohibited_mode_move_regs
5403 and x_ira_prohibited_mode_move_regs_initialized_p.
5404 (ira_prohibited_mode_move_regs): Redefine as a macro.
5405 * ira.c (ira_prohibited_mode_move_regs): Delete.
5406 (ira_prohibited_mode_move_regs_initialized_p): Redefine as a macro.
5407
cc14227f
RS
54082010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
5409
5410 * reload.h (target_reload): Add x_cached_reg_save_code and
5411 x_cached_reg_restore_code.
5412 * caller-save.c (cached_reg_save_code, cached_reg_restore_code):
5413 Redefine as macros.
5414
fa19795e
RS
54152010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
5416
5417 * Makefile.in (target-globals.o): Depend on builtins.h.
5418 * builtins.h: New file.
5419 * builtins.c: Include builtins.h.
5420 (default_target_builtins): New variable.
5421 (this_target_builtins): New conditional variable.
5422 (apply_args_mode, apply_result_mode): Redefine as macros.
5423 * target-globals.h (this_target_builtins): Declare.
5424 (target_globals): Add a builtins field.
5425 (restore_target_globals): Copy the builtins field to
5426 this_target_builtins.
5427 * target-globals.c: Include builtins.h.
5428 (default_target_globals): Initialize the builtins field.
5429 (save_target_globals): Likewise.
5430
c371bb73
RS
54312010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
5432
5433 * expmed.h (alg_code, mult_cost, MULT_COST_LESS, CHEAPER_MULT_COST)
5434 (algorithm, alg_hash_entry, NUM_ALG_HASH_ENTRIES, alg_hash): Moved
5435 from expmed.c.
5436 (target_expmed): Add x_alg_hash and x_alg_hash_used_p.
5437 (alg_hash, alg_hash_used_p): New macros.
5438 * expmed.c (init_expmed): Clear alg_hash if reinitializing.
5439 (alg_code, mult_cost, MULT_COST_LESS, CHEAPER_MULT_COST, algorithm)
5440 (alg_hash_entry, NUM_ALG_HASH_ENTRIES, alg_hash): Moved to expmed.h.
5441
aa1c5d72
RS
54422010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
5443
5444 * ira-int.h (target_ira_int): Add x_max_struct_costs_size, x_init_cost,
5445 x_temp_costs, x_op_costs, x_this_op_costs and x_cost_classes.
5446 * ira-costs.c (max_struct_costs_size, init_cost, temp_costs, op_costs)
5447 (this_op_costs, costs_classes): Redefine as macros.
5448 (record_reg_classes): Don't take op_costs as a parameter.
5449 (record_operand_costs): Likewise. Update calls to record_reg_classes.
5450 (scan_one_insn): Update call to record_operand_costs.
5451
afcc66c4
RS
54522010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
5453
5454 * Makefile.in (target-globals.o): Depend on $(IRA_INT_H).
5455 * ira-int.h (ira_max_nregs, ira_important_class_nums): Delete.
5456 (target_ira_int): New structure.
5457 (default_target_ira_int): Declare.
5458 (this_target_ira_int): Declare as a variable or define as a macro.
5459 (ira_reg_mode_hard_regset, ira_register_move_cost)
5460 (ira_may_move_in_cost, ira_may_move_out_cost, ira_class_subset_p)
5461 (ira_non_ordered_class_hard_regs, ira_class_hard_reg_index)
5462 (prohibited_class_mode_regs, ira_important_classes_num)
5463 (ira_important_classes, ira_reg_class_intersect)
5464 (ira_reg_classes_intersect_p, ira_reg_class_super_classes)
5465 (ira_reg_class_union): Redefine as macros.
5466 * ira.h (target_ira): New structure.
5467 (default_target_ira): Declare.
5468 (this_target_ira): Declare as a variable or define as a macro.
5469 (ira_available_class_regs, ira_hard_regno_cover_class)
5470 (ira_reg_class_cover_size, ira_reg_class_cover, ira_class_translate)
5471 (ira_reg_class_nregs, ira_memory_move_cost, ira_class_hard_regs)
5472 (ira_class_hard_regs_num): Redefine as macros.
5473 * ira.c (default_target_ira, default_target_ira_int): New variables.
5474 (this_target_ira, this_target_ira_int): New conditional variables.
5475 (ira_reg_mode_hard_regset, ira_memory_move_cost)
5476 (ira_register_move_cost, ira_may_move_in_cost, ira_may_move_out_cost)
5477 (ira_class_subset_p): Delete.
5478 (no_unit_alloc_regs): Redefine as a macro.
5479 (ira_class_hard_regs, ira_non_ordered_class_hard_regs)
5480 (ira_class_hard_regs_num, ira_class_hard_reg_index)
5481 (ira_available_class_regs): Delete.
5482 (alloc_reg_class_subclasses): Redefine as a macro.
5483 (ira_reg_class_cover_size, ira_reg_class_cover)
5484 (ira_important_classes_num, ira_important_classes)
5485 (ira_important_class_nums, ira_class_translate): Delete.
5486 (cover_class_order): Document the variable's lifetime.
5487 (reorder_important_classes): Don't set ira_important_class_nums.
5488 (ira_reg_class_intersect, ira_reg_classes_intersect_p)
5489 (ira_reg_class_super_classes, ira_reg_class_union)
5490 (ira_hard_regno_cover_class, ira_reg_class_nregs, ira_max_nregs):
5491 Delete.
5492 (setup_reg_class_nregs): Don't set ira_max_regs.
5493 (prohibited_class_mode_regs): Delete.
5494 * target-globals.h (this_target_ira, this_target_ira_int): Declare.
5495 (target_globals): Add ira and ira_int fields.
5496 (restore_target_globals): Copy the ira field to this_target_ira
5497 and the ira_int field to this_target_ira_int.
5498 * target-globals.c: Include ira-int.h.
5499 (default_target_globals): Initialize the ira and ira_int fields.
5500 (save_target_globals): Likewise.
5501
4391924a
RS
55022010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
5503
5504 * Makefile.in (target-globals.o): Depend on $(CFGLOOP_H).
5505 * cfgloop.h (target_cfgloop): New structure.
5506 (default_target_cfgloop): Declare.
5507 (this_target_cfgloop): Declare as a variable or define as a macro.
5508 (target_avail_regs, target_clobbered_regs, target_res_regs)
5509 (target_reg_cost, target_spill_cost): Redefine as macros.
5510 * cfgloopanal.c (default_target_cfgloop): New variable.
5511 (this_target_cfgloop): New conditional variable.
5512 (target_avail_regs, target_clobbered_regs, target_res_regs)
5513 (target_reg_cost, target_spill_cost): Delete.
5514 * target-globals.h (this_target_cfgloop): Declare.
5515 (target_globals): Add a cfgloop field.
5516 (restore_target_globals): Copy the cfgloop field to
5517 this_target_cfgloop.
5518 * target-globals.c: Include cfgloop.h.
5519 (default_target_globals): Initialize the cfgloop field.
5520 (save_target_globals): Likewise.
5521
9d86796b
RS
55222010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
5523
5524 * regs.h (target_regs): Add x_direct_load, x_direct_store and
5525 x_float_extend_from_mem.
5526 (direct_load, direct_store, float_extend_from_mem): New macros.
5527 * expr.c (direct_load, direct_store, float_extend_from_mem): Delete.
5528
3e9c326a
RS
55292010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
5530
5531 * Makefile.in (LIBFUNCS_H): Add $(HASHTAB_H).
5532 (target-globals.o): Depend on $(LIBFUNCS_H).
5533 * libfuncs.h: Include hashtab.h.
5534 (libfunc_entry): Moved from optabs.c.
5535 (target_libfuncs): New structure.
5536 (default_target_libfuncs): Declare.
5537 (this_target_libfuncs): Declare as a variable or define as a macro.
5538 (libfunc_table): Redefine as a macro.
5539 * optabs.c (default_target_libfuncs): New variable.
5540 (this_target_libfuncs): New conditional variable.
5541 (libfunc_table): Delete.
5542 (libfunc_entry): Moved to optabs.h.
5543 (libfunc_hash): Redefine as a macro.
5544 (hash_libfunc, eq_libfunc): Fix comments.
5545 (init_optabs): Use libfunc_hash to detect cases where the function
5546 has already been called. Clear the hash table instead of
5547 recreating it.
5548 * target-globals.h (this_target_libfuncs): Declare.
5549 (target_globals): Add a libfuncs field.
5550 (restore_target_globals): Copy the libfuncs field to
5551 this_target_libfuncs.
5552 * target-globals.c: Include libfuncs.h.
5553 (default_target_globals): Initialize the libfuncs field.
5554 (save_target_globals): Likewise.
5555
9f7f1892
RS
55562010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
5557
5558 * Makefile.in (LIBFUNCS_H): New variable. Use instead of libfuncs.h
5559 in all dependency lists.
5560
4bcbfa03
RS
55612010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
5562
5563 * Makefile.in (target-globals.o): Depend on $(EXPR_H) and $(OPTABS_H).
5564 * optabs.h (target_optabs): New structure.
5565 (default_target_optabs): Declare.
5566 (this_target_optabs): Declare as a variable or define as a macro.
5567 (optab_table, convert_optab_table, direct_optab_table): Redefine
5568 as macros.
5569 * optabs.c (default_target_optabs): New variable.
5570 (this_target_optabs): New conditional variable.
5571 (optab_table, convert_optab_table, direct_optab_table): Delete.
5572 * target-globals.h (this_target_optabs): Declare.
5573 (target_globals): Add a optabs field.
5574 (restore_target_globals): Copy the optabs field to
5575 this_target_optabs.
5576 * target-globals.c: Include expr.h and optabs.h.
5577 (default_target_globals): Initialize the optabs field.
5578 (save_target_globals): Likewise.
5579
b6609375
RS
55802010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
5581
5582 * flags.h (target_flagstate): Add x_flag_excess_precision.
5583 (flag_excess_precision): Redefine as a macro.
5584 * toplev.c (flag_excess_precision): Delete.
5585
bcbaaba1
RS
55862010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
5587
5588 * defaults.h (MAX_MOVE_MAX, MIN_UNITS_PER_WORD): Define if not defined.
5589 * libgcc2.c (MIN_UNITS_PER_WORD): Delete.
5590 * hard-reg-set.h (target_hard_regs): Add x_no_caller_save_reg_set.
5591 (no_caller_save_reg_set): Redefine as a macro.
5592 * reload.h (target_reload): Add x_caller_save_initialized_p and
5593 x_regno_save_mode.
5594 (caller_save_initialized_p): Redefine as a macro.
5595 * caller-save.c (caller_save_initialized_p, no_caller_save_reg_set)
5596 (MAX_MOVE_MAX, MIN_UNITS_PER_WORD): Delete.
5597 (regno_save_mode): Redefine as a macro.
5598
462f85ce
RS
55992010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
5600
5601 * Makefile.in (expmed.o, target-globals.o): Depend on expmed.h.
5602 * expmed.h: New file.
5603 * expmed.c (default_target_costs): New variable.
5604 (this_target_costs): New conditional variable.
5605 (sdiv_pow2_cheap, smod_pow2_cheap, zero_cost, add_cost, neg_cost)
5606 (shift_cost, shiftadd_cost, shiftsub0_cost, shiftsub1_cost, mul_cost)
5607 (sdiv_cost, udiv_cost, mul_widen_cost, mul_highpart_cost): Delete.
5608 * target-globals.h (this_target_expmed): Declare.
5609 (target_globals): Add a expmed field.
5610 (restore_target_globals): Copy the expmed field to
5611 this_target_expmed.
5612 * target-globals.c: Include expmed.h.
5613 (default_target_globals): Initialize the expmed field.
5614 (save_target_globals): Likewise.
5615
d474db84
RS
56162010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
5617
5618 * Makefile.in (target-globals.o): Depend on reload.h.
5619 * reload.h (target_reload): New structure.
5620 (default_target_reload): Declare.
5621 (this_target_reload): Declare as a variable or define as a macro.
5622 (indirect_symref_ok, double_reg_address_ok): Redefine as macros.
5623 * reload1.c (default_target_reload): New variable
5624 (this_target_reload): New conditional variable.
5625 (indirect_symref_ok, double_reg_address_ok): Delete.
5626 (spill_indirect_levels): Redefine as a macro.
5627 * target-globals.h (this_target_reload): Declare.
5628 (target_globals): Add a reload field.
5629 (restore_target_globals): Copy the reload field to
5630 this_target_reload.
5631 * target-globals.c: Include hard-reg-set.h.
5632 (default_target_globals): Initialize the reload field.
5633 (save_target_globals): Likewise.
5634
7bf84454
RS
56352010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
5636
5637 * rtl.h (target_rtl): Add x_static_reg_base_value.
5638 * alias.c (static_reg_base_value): Redefine as a macro.
5639
360d045b
RS
56402010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
5641
5642 * Makefile.in (reginfo.o): Don't depend on $(GGC_H) or gt-reginfo.h.
5643 (GTFILES): Remove reginfo.c.
5644 * rtl.h (target_rtl): Add x_top_of_stack.
5645 (top_of_stack): New macro.
5646 * reginfo.c: Don't include ggc.h or gt-reginfo.h.
5647 (top_of_stack): Delete.
5648
55e78c8c
RS
56492010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
5650
53f00dde
UB
5651 * regs.h (target_regs): Add x_hard_regs_of_mode,
5652 x_contains_reg_of_mode, x_move_cost, x_may_move_in_cost,
5653 x_may_move_out_cost and x_last_mode_for_init_move_cost.
55e78c8c
RS
5654 (have_regs_of_mode, contains_reg_of_mode, move_cost)
5655 (may_move_in_cost, may_move_out_cost): Redefine as macros.
5656 * reginfo.c (have_regs_of_mode, contains_reg_of_mode, move_cost)
5657 (may_move_in_cost, may_move_out_cost): Delete.
5658 (last_mode_for_init_move_cost): Redefine as a macro.
5659
6642445b
RS
56602010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
5661
5662 * hard-reg-set.h (target_hard_regs): New structure.
5663 (default_target_hard_regs): Declare.
5664 (this_target_hard_regs): Declare as a variable or define as a macro.
5665 (fixed_regs, fixed_reg_set, call_used_regs, call_really_used_regs)
5666 (call_used_reg_set, call_fixed_reg_set, regs_invalidated_by_call)
5667 (reg_alloc_order, inv_reg_alloc_order, reg_class_contents)
5668 (reg_class_size, reg_class_subclasses, reg_class_subunion)
5669 (reg_class_superunion, reg_names): Redefine as macros.
5670 * reginfo.c (fixed_regs, fixed_reg_set, call_used_regs)
5671 (call_used_reg_set, call_really_used_regs, call_fixed_reg_set)
5672 (regs_invalidated_by_call, reg_alloc_order, inv_reg_alloc_order)
5673 (reg_class_contents, reg_class_size, reg_class_subclasses)
5674 (reg_class_subunion, reg_class_superunion, reg_names): Delete.
5675 (default_target_hard_regs): New variable
5676 (this_target_hard_regs, initial_call_really_used_regs)
5677 (initial_reg_alloc_order): New conditional variables.
5678 (initial_reg_names): New variable.
5679 (init_reg_sets): Assert that initial_call_really_used_regs,
5680 initial_reg_alloc_order and initial_reg_names
5681 are all the same size as their variable counterparts. Use them to
5682 initialize those counterparts.
5683 * target-globals.h (this_target_hard_regs): Declare.
5684 (target_globals): Add a hard_regs field.
5685 (restore_target_globals): Copy the hard_regs field to
5686 this_target_hard_regs.
5687 * target-globals.c: Include hard-reg-set.h.
5688 (default_target_globals): Initialize the hard_regs field.
5689 (save_target_globals): Likewise.
5690
5fb0e246
RS
56912010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
5692
5693 * Makefile.in (target-globals.o): Depend on $(RTL_H).
bd3a5d17 5694 * rtl.h (target_rtl): New structure.
5fb0e246
RS
5695 (default_target_rtl): Declare.
5696 (this_target_rtl): Declare as a variable or define as a macro.
5697 (global_rtl, pic_offset_table_rtx, return_address_pointer_rtx):
5698 Redefine as macros.
5699 * emit-rtl.c (default_target_rtl): New variable.
5700 (this_target_rtl): New conditional variable.
5701 (global_rtl, static_regno_reg_rtx, pic_offset_table_rtx)
5702 (return_address_pointer_rtx): Delete.
5703 (initial_regno_reg_rtx): New macro.
5704 (init_emit): Use initial_regno_reg_rtx instead of static_regno_reg_rtx.
5705 (init_emit_regs): Likewise.
5706 * target-globals.h (this_target_rtl): Declare.
5707 (target_globals): Add a rtl field.
5708 (restore_target_globals): Copy the rtl field to this_target_rtl.
5709 * target-globals.c: Include rtl.h.
5710 (default_target_globals): Initialize the rtl field.
5711 (save_target_globals): Likewise.
5712
939dcd0d
RS
57132010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
5714
5715 * Makefile.in (target-globals.o): Depend on $(REGS_H).
5716 * regs.h (target_reg_modes): New structure.
5717 (default_target_reg_modes): Declare.
5718 (this_target_reg_modes): Declare as a variable or define as a macro.
5719 (hard_regno_nregs, reg_raw_mode): Redefine as macros.
5720 * reginfo.c (default_target_reg_modes): New variable.
5721 (this_target_reg_modes): New conditional variable.
5722 (hard_regno_nregs, reg_raw_mode): Delete.
5723 * target-globals.h (this_target_regs): Declare.
5724 (target_globals): Add a regs field.
5725 (restore_target_globals): Copy the regs field to this_target_regs.
5726 * target-globals.c: Include regs.h.
5727 (default_target_globals): Initialize the regs field.
5728 (save_target_globals): Likewise.
5729
3bd36029
RS
57302010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
5731
5732 * doc/tm.texi.in (SWITCHABLE_TARGET): Document.
5733 * doc/tm.texi: Regenerate.
5734 * Makefile.in (OBJS-common): Add target-globals.o.
5735 (gtype-desc.o): Depend on $(IPA_PROP_H), $(LTO_STREAMER_H)
5736 and target-globals.h.
5737 (target-globals.o): New rule.
5738 (GTFILES): Include $(srcdir)/target-globals.h.
5739 * defaults.h (SWITCHABLE_TARGET): Define.
5740 * gengtype.c (open_base_files): Add target-globals.h to the
5741 list of includes.
5742 * target-globals.h: New file.
5743 * target-globals.c: Likewise.
5744
5745 * Makefile.in (target-globals.o): Depend on $(FLAGS_H).
5746 * flags.h (target_flag_state): New structure.
5747 (default_target_flag_state): Declare.
5748 (this_target_flag_state): Declare as a variable or define as a macro.
5749 (align_loops_log): Redefine as a macro.
5750 (align_loops_max_skip, align_jumps_log): Likewise.
5751 (align_jumps_max_skip, align_labels_log): Likewise.
5752 (align_labels_max_skip, align_functions_log): Likewise.
5753 * toplev.c (default_target_flag_state): New variable.
5754 (this_target_flag_state): New conditional variable.
5755 (align_loops_log): Delete.
5756 (align_loops_max_skip, align_jumps_log): Likewise.
5757 (align_jumps_max_skip, align_labels_log): Likewise.
5758 (align_labels_max_skip, align_functions_log): Likewise.
5759 * target-globals.h (this_target_flag_state): Declare.
5760 (target_globals): Add a flag_state field.
5761 (restore_target_globals): Copy the flag_state field to
5762 this_target_flag_state.
5763 * target-globals.c: Include flags.h.
5764 (default_target_globals): Initialize the flag_state field.
5765 (save_target_globals): Likewise.
5766
7beb0596
JZ
57672010-07-12 Jie Zhang <jie@codesourcery.com>
5768
5769 * postreload.c (reg_symbol_ref[]): New.
5770 (move2add_use_add2_insn): New.
5771 (move2add_use_add3_insn): New.
5772 (reload_cse_move2add): Handle SYMBOL + OFFSET case.
5773 (move2add_note_store): Likewise.
5774
ea19b1ec
JR
57752010-07-12 Joern Rennecke <joern.rennecke@embecosm.com>
5776
5777 PR rtl-optimization/44752
5778 * genautomata.c (main): Don't emit an empty file even if there
5779 is no automaton.
5780
e2b4f103
RO
57812010-07-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5782
5783 * config/i386/i386.c (ix86_sol10_return_in_memory): Rename to
5784 ix86_solaris_return_in_memory.
5785 * config/i386-protos.h: Reflect this.
5786 * config/i386/vx-common.h (SUBTARGET_RETURN_IN_MEMORY): Likewise.
5787 * config/i386/sol2-10.h (SUBTARGET_RETURN_IN_MEMORY): Likewise.
5788 Move ...
5789 * config/i386/sol2.h (SUBTARGET_RETURN_IN_MEMORY): ... here.
5790
fb2f8cf8
JZ
57912010-07-12 Jie Zhang <jie@codesourcery.com>
5792
5793 * config/arm/arm.c (arm_get_frame_offsets): Don't use r3 to
5794 align the stack when it's going to be saved.
5795
8f89ba7c
RO
57962010-07-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5797
5798 PR pch/14940
5799 * config/host-solaris.c (mmap_fixed): New function.
5800 (sol_gt_pch_get_address): Use it.
5801 (sol_gt_pch_use_address): Likewise.
5802
ae6a0535
RO
58032010-07-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5804
5805 * config.gcc (i[34567]86-*-solaris2*): Default with_arch_32 to
5806 pentiumpro on Solaris 8 and 9/x86.
5807 * doc/install.texi (Specific, i?86-*-solaris2.[89]): Recommend GNU as.
5808 Document SSE/SSE2 support.
5809 * doc/sourcebuild.texi (Effective-Target Keywords): Document sse.
5810
e56d9a76
AK
58112010-07-12 Andi Kleen <ak@linux.intel.com>
5812
5813 * lto-symtab.c (lto_symtab_merge_decls_1): Use fatal_error
5814 instead of gcc_assert to print better error message for multiple
5815 prevailing defs.
5816
9db335b9
UB
58172010-07-12 Uros Bizjak <ubizjak@gmail.com>
5818
5819 * config/i386/i386.c (ix86_asm_output_function_label): Change format
5820 string placeholder from 0x%x to %#x.
5821 (ix86_code_end): Use putc to output '\n'.
5822 (ix86_print_operand) <case ';'>: Use putc to output ';'.
5823
23b488ad
KT
58242010-07-11 Kai Tietz <kai.tietz@onevision.com>
5825
5826 * config/i386/winnt.c (i386_pe_file_end): Quote symbol name
5827 in directive -export.
5828
a56b31ca
AS
58292010-07-10 Anatoly Sokolov <aesok@post.ru>
5830
5831 * reginfo.h (reg_classes_intersect_p): Change arguments type to
5832 reg_class_t.
5833 * rtl.h (reg_classes_intersect_p): Adjust prototype.
5834
5835 * config/rs6000/rs6000.h (REGISTER_MOVE_COST, MEMORY_MOVE_COST):
5836 Remove macros.
5837 * config/rs6000/rs6000-protos.h (rs6000_register_move_cost,
5838 rs6000_memory_move_cost): Remove
5839 * config/rs6000/rs6000.c (TARGET_REGISTER_MOVE_COST,
5840 TARGET_MEMORY_MOVE_COST): Define.
5841 (rs6000_register_move_cost): Make static. Change arguments type from
5842 enum reg_class to reg_class_t. Adjust rs6000_memory_move_cost calls.
5843 (rs6000_memory_move_cost): Make static. Change arguments type from
5844 'enum reg_class' to reg_class_t.
5845
bec922f0
SL
58462010-07-10 Sandra Loosemore <sandra@codesourcery.com>
5847
5848 PR middle-end/42505
5849 * tree-inline.c (estimate_num_insns): Refactor builtin complexity
5850 lookup code into....
5851 * builtins.c (is_simple_builtin, is_inexpensive_builtin): ...these
5852 new functions.
5853 * tree.h (is_simple_builtin, is_inexpensive_builtin): Declare.
5854 * cfgloopanal.c (target_clobbered_regs): Define.
5855 (init_set_costs): Initialize target_clobbered_regs.
5856 (estimate_reg_pressure_cost): Add call_p argument. When true,
5857 adjust the number of available registers to exclude the
5858 call-clobbered registers.
5859 * cfgloop.h (target_clobbered_regs): Declare.
5860 (estimate_reg_pressure_cost): Adjust declaration.
5861 * tree-ssa-loop-ivopts.c (struct ivopts_data): Add body_includes_call.
5862 (ivopts_global_cost_for_size): Pass it to estimate_reg_pressure_cost.
5863 (determine_set_costs): Dump target_clobbered_regs.
5864 (loop_body_includes_call): New function.
5865 (tree_ssa_iv_optimize_loop): Use it to initialize new field.
5866 * loop-invariant.c (gain_for_invariant): Adjust arguments to pass
5867 call_p flag through.
5868 (best_gain_for_invariant): Likewise.
5869 (find_invariants_to_move): Likewise.
5870 (move_single_loop_invariants): Likewise, using already-computed
5871 has_call field.
5872
ccf134c7
RG
58732010-07-10 Richard Guenther <rguenther@suse.de>
5874 Joern Rennecke <joern.rennecke@embecosm.com>
5875
5876 PR debug/44832
9db335b9 5877 * tree-ssa-live.c (mark_all_vars_used_1): Set TREE_USED for LABEL_DECL.
ccf134c7
RG
5878 (remove_unused_scope_block_p): Don't drop TREE_USED LABEL_DECLs
5879 unless they have DECL_IGNORED_P set.
5880
bcee752e
RG
58812010-07-10 Richard Guenther <rguenther@suse.de>
5882
5883 PR lto/44889
5884 * gimple.c (gimple_fixup_complete_and_incomplete_subtype_p): New
5885 helper function.
5886 (gimple_types_compatible_p): Similar to pointed-to
5887 types allow and merge a mix of complete and incomplete aggregate.
5888 Use gimple_fixup_complete_and_incomplete_subtype_p for that.
5889 (iterative_hash_gimple_type): Adjust for that.
5890
7e9b9697
RS
58912010-07-10 Richard Sandiford <r.sandiford@uk.ibm.com>
5892
5893 * tree.h (DECL_REPLACEABLE_P): Strengthen check for weak symbols.
5894
058bfe53
IS
58952010-07-10 Iain Sandoe <iains@gcc.gnu.org>
5896
5897 PR objc/44140
5898 * config/darwin.c (output_objc_section_asm_op): Save and restore
5899 section when outputting ObjC section list.
5900
b772114c
JH
59012010-07-09 Jan Hubicka <jh@suse.cz>
5902
9db335b9
UB
5903 * lto-streamer-out.c (produce_symtab): Do not write alias
5904 cgraph/varpool nodes.
b772114c 5905
7e97ee1a
JH
59062010-07-09 Jan Hubicka <jh@suse.cz>
5907
5908 * tree-inline.c (declare_return_variable): Fix ICE while
5909 inlining DECL_BY_VALUE function not in SSA form
5910
0bbe50f6
CF
59112010-07-09 Changpeng Fang <changpeng.fang@amd.com>
5912
5913 PR tree-optimization/44576
5914 * tree-ssa-loop-prefetch.c (trip_count_to_ahead_ratio_too_small_p):
5915 New. Pull out from is_loop_prefetching_profitable to implement
5916 the trip count to ahead ratio heuristic.
5917 (mem_ref_count_reasonable_p): New. Pull out from
5918 is_loop_prefetching_profitable to implement the instruction to
5919 memory reference ratio heuristic. Also consider not reasonable if
5920 the memory reference count is above a threshold (to avoid
5921 explosive compilation time.
5922 (insn_to_prefetch_ratio_too_small_p): New. Pull out from
5923 is_loop_prefetching_profitable to implement the instruction to
5924 prefetch ratio heuristic.
5925 (is_loop_prefetching_profitable): Removed.
5926 (loop_prefetch_arrays): Distribute the cost analysis across the
5927 function to allow early exit of the prefetch analysis.
5928 is_loop_prefetching_profitable is splitted into three functions,
5929 with each one called as early as possible.
5930 (PREFETCH_MAX_MEM_REFS_PER_LOOP): New. Threshold above which the
5931 number of memory references in a loop is considered too many.
5932
c033690d
BS
59332010-07-09 Bernd Schmidt <bernds@codesourcery.com>
5934
9db335b9
UB
5935 * reload.c (find_reloads): Don't clear badop if we have a winreg
5936 alternative, but not win, and the class only has fixed regs.
c033690d
BS
5937 * hard-reg-set.h (class_only_fixed_regs): Declare.
5938 * reginfo.c (class_only_fixed_regs): New array.
5939 (init_reg_sets_1): Initialize it.
5940 * config/arm/arm.md (arm_addsi3, thumb1_addsi3, arm_subsi3_insn): Don't
5941 discourage alternatives using the stack pointer.
5942
0879e7b3
BS
5943 * config/arm/arm.md (addsi3_cbranch): Switch alternatives 0 and 1.
5944
1744c800
BS
5945 * config/arm/arm.md (Thumb-1 ldrsb peephole): New.
5946
95da5cf9
BS
5947 * config/arm/arm.md (cbranchqi4): Fix array size.
5948 (addsi3_cbranch): Also andle alternative 2 like alternative 3 when
5949 calculating length.
5950
e8edaf95
RG
59512010-07-09 Richard Guenther <rguenther@suse.de>
5952
5953 * gimple.c (struct type_fixup_s): New struct and VEC type.
5954 (gimple_register_type_fixups): New static global.
5955 (gimple_queue_type_fixup): New function.
5956 (gimple_types_compatible_p): Queue type fixups instead of
5957 applying them here.
5958 (gimple_register_type): Apply queued fixups for the
5959 canonical type. Empty the type fixup queue.
5960
7085bfb6
UB
59612010-07-09 Uros Bizjak <ubizjak@gmail.com>
5962
5963 * configure.ac (gcc_cv_as_ix86_rep_lock_prefix): Fix test.
5964 * configure: Regenerate.
abcb0bd9 5965 * config.in: Ditto.
7085bfb6 5966
85e693aa
JJ
59672010-07-09 Jakub Jelinek <jakub@redhat.com>
5968 Denys Vlasenko <dvlasenk@redhat.com>
5969 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
5970
5971 PR tree-optimization/28632
5972 * tree-vrp.c (zero_nonzero_bits_from_vr): New function.
5973 (extract_range_from_binary_expr): Further optimize
5974 BIT_AND_EXPR and BIT_IOR_EXPR.
5975
59ee2304
SP
59762010-07-09 Sebastian Pop <sebastian.pop@amd.com>
5977
5978 * tree-if-conv.c (fold_or_predicates): New.
5979 (add_to_predicate_list): Call it.
5980
38a178dd
RG
59812010-07-09 Richard Guenther <rguenther@suse.de>
5982
5983 PR middle-end/44890
5984 * tree-ssa-address.c (create_mem_ref_raw): Only build a MEM_REF
5985 if base is a pointer.
5986 * tree-cfg.c (verify_expr): Update MEM_REF checking.
5987
c8aa02cc
MM
59882010-07-08 Michael Meissner <meissner@linux.vnet.ibm.com>
5989
5990 PR target/44877
5991 * config/rs6000/rs6000.c (rs6000_expand_builtin): Use
5992 POINTER_TYPE_P instead of checking only for POINTER_TYPE for the
5993 builtin mask for load/store builtins.
5994
4bade865
UB
59952010-07-09 Uros Bizjak <ubizjak@gmail.com>
5996
5997 * configure.ac (gcc_cv_as_ix86_rep_lock_prefix): Also check
5998 for "lock addl".
5999 * configure: Regenerate.
6000 * config/i386/i386.c (ix86_print_operand) <case ';'>:
6001 Remove TARGET_MACHO.
6002
2c9ccc21
PB
60032010-07-09 Peter Bergner <bergner@vnet.ibm.com>
6004
6005 * config/rs6000/rs6000.c (rs6000_override_options): Fix setting of
6006 default ISA flags.
6007 * config/rs6000/rs6000.h (ASM_CPU_SPEC): Add -mvsx.
6008
5c9fae0d
TV
60092010-07-09 Tom de Vries <tjvries@xs4all.nl>
6010
6011 * tree.c (type_hash_if_marked_p): Removed non-ggc_marked_p clause.
6012
7085bfb6 60132010-07-09 Hariharan Sandanagobalane <hariharan@picochip.com>
099379da
HS
6014
6015 * config/picochip/picochip.md (commsTestPort): Emit more
6016 efficient sequence for tstport instruction.
6017
f55a7cbc
UB
60182010-07-09 Uros Bizjak <ubizjak@gmail.com>
6019
6020 * config/i386/i386.c (ix86_veclib_handler): Make static.
6021
dbfcc059
RG
60222010-07-09 Richard Guenther <rguenther@suse.de>
6023
6024 PR tree-optimization/44852
6025 * tree-ssa-alias.c: Include toplev.h for exact_log2.
6026 (indirect_ref_may_alias_decl_p): Properly handle negative offsets
6027 in MEM_REF.
6028 (indirect_refs_may_alias_p): Likewise.
6029 * Makefile.in (tree-ssa-alias.o): Add $(TOPLEV_H).
6030
ca1316d2
RG
60312010-07-09 Richard Guenther <rguenther@suse.de>
6032
6033 PR tree-optimization/44882
6034 * tree-vect-stmts.c (vectorizable_store): Do not assert alias
6035 sets do conflict.
6036 (vectorizable_load): Likewise.
6037
e784c52c
BS
60382010-07-09 Bernd Schmidt <bernds@codesourcery.com>
6039
6040 PR target/40657
6041 * config/arm/arm.c (thumb1_extra_regs_pushed): New arg FOR_PROLOGUE.
6042 All callers changed.
6043 Handle the case when we're called for the epilogue.
6044 (thumb_unexpanded_epilogue): Use it.
6045 (thumb1_expand_epilogue): Likewise.
6046
ac285648
JJ
60472010-07-09 Jakub Jelinek <jakub@redhat.com>
6048
6049 * tree-vrp.c (extract_range_from_binary_expr) <BIT_AND_EXPR>: If
6050 both ranges are range_int_cst_p with non-negative minimum,
6051 try harder to derive smaller range.
6052
79a3f089
MLI
60532010-07-09 Manuel López-Ibáñez <manu@gcc.gnu.org>
6054
6055 * genrecog.c: Include diagnostic-core.h before toplev.h.
6056 * genoutput.c: Likewise.
6057 * genextract.c: Likewise.
6058 * genautomata.c: Likewise.
6059 * genemit.c: Likewise.
6060 * genpeep.c: Likewise.
6061 * genattrtab.c: Likewise.
6062 * genconditions.c: Likewise.
6063 * genpreds.c: Likewise.
6064
f55a7cbc 60652010-07-08 Andi Kleen <ak@linux.intel.com>
1df15c3d
AK
6066
6067 * lto-section-in.c (lto_section_name): Add missing comma.
6068
930572b9
AS
60692010-07-08 Anatoly Sokolov <aesok@post.ru>
6070
6071 * config/ia64/ia64.h (OVERRIDE_OPTIONS): Remove macros.
6072 * config/ia64/ia64-protos.h (ia64_override_options): Remove.
6073 * config/ia64/ia64.c (TARGET_OPTION_OVERRIDE): Define.
6074 (ia64_override_options): Rename to...
6075 (ia64_option_override): ... this one. Make static.
6076
5951297a
EB
60772010-07-08 Eric Botcazou <ebotcazou@adacore.com>
6078
6079 PR middle-end/44843
6080 * emit-rtl.c (set_mem_attributes_minus_bitpos): Do not rely on the
6081 pointed-to type of the offset in a MEM_REF to compute the alignment.
6082
135a687e
KT
60832010-07-08 Kai Tietz <kai.tietz@onevision.com>
6084
2784ed9c
KT
6085 * final.c (final_scan_insn): Replace
6086 TARGET_UNWIND_INFO macro check by unwind_emit
6087 hook NULL check.
6088 * targhooks.c (default_unwind_emit): Removed.
6089 * targhooks.h (default_unwind_emit): Likewise.
6090 * target.def (unwind_emit): Set default value to NULL.
6091
135a687e
KT
6092 * config/i386/i386-protos.h (ix86_asm_output_function_label):
6093 New prototype.
6094 * config/i386/i386.c (ix86_function_ms_hook_prologue): Check
6095 for NULL fntype argument and allow 64-bit targets.
6096 (ix86_asm_output_function_label): New function.
6097 (ix86_expand_prologue): Handle 64-bit ms hook prologue.
6098 (ix86_handle_fndecl_attribute): Likewise.
6099 * doc/extend.texi (ms_hook_prologue): Adjust documentation.
6100 * doc/doc/tm.texi: Regenerated.
6101 * doc/doc/doc/tm.texi.in (ASM_OUTPUT_FUNCTION_LABEL): New.
6102 (ASM_DECLARE_FUNCTION_NAME): Adjust documentation.
6103 * defaults.h (ASM_OUTPUT_FUNCTION_LABEL): New macro.
6104 * config/darwin.h (ASM_DECLARE_FUNCTION_NAME): Use
6105 ASM_OUTPUT_FUNCTION_LABEL instead of ASM_OUTPUT_LABEL.
6106 * config/elfos.h: Likewise.
6107 * config/i386/cygming.h: Likewise.
6108 * config/netbsd-aout.h: Likewise.
6109 * config/openbsd.h: Likewise.
6110 * config/i386/i386.h (ASM_OUTPUT_FUNCTION_LABEL): Override
6111 by ix86_asm_output_function_label function call.
6112 * varasm.c (assemble_start_function): Use
6113 ASM_OUTPUT_FUNCTION_LABEL instead of ASM_OUTPUT_LABEL.
6114
09411461
JH
61152010-07-08 Jan Hubicka <jh@suse.cz>
6116
6117 * cgraph.c (cgraph_will_be_removed_from_program_if_no_direct_calls):
6118 New function.
6119 * cgraph.h (cgraph_will_be_removed_from_program_if_no_direct_calls):
6120 Declare.
6121 * ipa-cp.c (ipcp_estimate_growth): Use it.
6122 * ipa-inline.c (cgraph_estimate_growth, cgraph_decide_inlining):
6123 Likewise.
6124
72109b25
JH
61252010-07-08 Jan Hubicka <jh@suse.cz>
6126
6127 * tree-inline.c (declare_return_variable): Allocate annotation for new
6128 temporary.
6129
d89e5e20
SP
61302010-07-08 Sebastian Pop <sebastian.pop@amd.com>
6131
6132 PR tree-optimization/44710
6133 * tree-if-conv.c (parse_predicate): New.
6134 (add_to_predicate_list): Call it, call maybe_fold_or_comparisons.
6135 Make sure that the predicates are either SSA_NAMEs or gimple_condexpr.
6136
384a5197
SP
61372010-07-08 Sebastian Pop <sebastian.pop@amd.com>
6138
6139 * common.opt (ftree-loop-if-convert): New flag.
6140 * doc/invoke.texi (ftree-loop-if-convert): Documented.
6141 * tree-if-conv.c (gate_tree_if_conversion): Enable if-conversion
6142 when flag_tree_loop_if_convert is set.
6143
f8e1995a
UB
61442010-07-08 Uros Bizjak <ubizjak@gmail.com>
6145
6146 * config/i386/i386.c: Use short syntax for function calls
6147 through function pointers.
6148 * config/i386/i386.md: Ditto.
6149
a80903ff
EB
61502010-07-08 Eric Botcazou <ebotcazou@adacore.com>
6151
6152 * emit-rtl.c (set_mem_attributes_minus_bitpos): Fix formatting issues.
6153
d0c422cb
RG
61542010-07-08 Richard Guenther <rguenther@suse.de>
6155
6156 * tree-ssa-sccvn.c (vn_reference_maybe_forwprop_address): Fix
6157 stmt check for POINTER_PLUS_EXPRs, fix the pointer assignment.
6158
b298f924
JJ
61592010-07-08 Jakub Jelinek <jakub@redhat.com>
6160
6161 * dwarf2out.c (mem_loc_descriptor): Use DW_OP_const[48]u
6162 instead of DW_OP_addr for DW_OP_GNU_push_tls_address operand.
6163 (loc_list_from_tree): Likewise.
6164 (output_loc_operands): Handle outputting DW_OP_const[48]u
6165 with loc->dtprel set.
6166 (resolve_addr_in_expr): Handle loc->dtprel like DW_OP_addr.
6167
5dde3b01
JH
61682010-07-08 Jan Hubicka <jh@suse.cz>
6169
6170 * ipa.c: Include pointer-set.h
6171 (cgraph_externally_visible_p): New attribute ALIASED;
6172 when in LTO, hidden symbols are local unless they are aliased.
6173 (function_and_variable_visibility): Compute aliased nodes;
6174 handle LTO and hidden symbol on functions and vars.
6175 * cgraph.c (cgraph_make_decl_local): Clear NAMED_SECTION
6176 for COMDAT symbols; handle COMDAT_GROUPS also at vars.
6177
2de710b9
EB
61782010-07-08 Eric Botcazou <ebotcazou@adacore.com>
6179
6180 * config/i386/cygming.h (STACK_CHECK_STATIC_BUILTIN): Define to 1.
6181 * config/i386/freebsd.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
6182 * config/i386/linux.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
6183 * config/i386/linux64.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
6184 * config/i386/sol2.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
6185 * config/i386/i386.c (ix86_gen_adjust_stack_and_probe): New variable.
6186 (ix86_gen_probe_stack_range): Likewise.
6187 (override_options): Set them.
6188 (ix86_target_stack_probe): New function.
6189 (ix86_compute_frame_layout): Force use of push instructions to
6190 save registers if stack checking with probes is enabled.
6191 (get_scratch_register_on_entry): New function.
6192 (release_scratch_register_on_entry): Likewise.
6193 (ix86_adjust_stack_and_probe): Likewise.
6194 (output_adjust_stack_and_probe): Likewise.
6195 (ix86_emit_probe_stack_range): Likewise.
6196 (output_probe_stack_range): Likewise.
6197 (ix86_expand_prologue): Emit stack checking code if static built-in
6198 stack checking is enabled.
6199 Test ix86_target_stack_probe instead of TARGET_STACK_PROBE.
6200 * config/i386/i386-protos.h (ix86_target_stack_probe): Declare.
6201 (output_adjust_stack_and_probe): Likewise.
6202 (output_probe_stack_range): Likewise.
6203 * config/i386/i386.md (UNSPECV_PROBE_STACK_RANGE): New constant.
6204 (allocate_stack_worker_32): Test ix86_target_stack_probe instead of
6205 TARGET_STACK_PROBE.
6206 (allocate_stack_worker_64): Likewise.
6207 (allocate_stack): Likewise.
6208 (adjust_stack_and_probe): New insn.
6209 (probe_stack_range): Likewise.
6210
f076deba
RG
62112010-07-08 Richard Guenther <rguenther@suse.de>
6212
6213 PR tree-optimization/44831
6214 * tree-ssa-phiprop.c (phiprop_insert_phi): Properly build
6215 a MEM_REF preserving TBAA info of the original dereference.
4bade865 6216 Dereference the original pointer if the address is not invariant.
f076deba
RG
6217 (propagate_with_phi): Fixup type checks wrt MEM_REFs. Require
6218 at least one invariant address that we are going to dereference.
6219
20ede5c6
RG
62202010-07-08 Richard Guenther <rguenther@suse.de>
6221
6222 PR tree-optimization/44861
6223 * tree-vect-stmts.c (vectorizable_store): Preserve TBAA
6224 information when building MEM_REFs.
6225 (vectorizable_load): Likewise.
6226 * tree-vect-data-refs.c (vect_setup_realignment): Likewise.
6227
80edb36c
EB
62282010-07-08 Eric Botcazou <ebotcazou@adacore.com>
6229
6230 * config/sol2-c.c: Do not include diagnostic-core.h.
6231
2e1ec94f
RR
62322010-07-08 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
6233
1df15c3d 6234 PR bootstrap/44768
2e1ec94f
RR
6235 * cfgexpand.c (estimated_stack_frame_size): Make self-contained
6236 with respect to current_function_decl. Pass decl of the function.
6237 * tree-inline.h (estimated_stack_frame_size): Adjust prototype.
6238 * ipa-inline.c (compute_inline_parameters): Pass decl to
6239 estimated_stack_frame_size.
6240
a03a9774
RG
62412010-07-08 Richard Guenther <rguenther@suse.de>
6242
6243 * tree-ssa-sccvn.c (vn_reference_maybe_forwprop_address):
6244 New function.
6245 (valueize_refs): Call it.
6246
e73cfe5d
RG
62472010-07-08 Richard Guenther <rguenther@suse.de>
6248
6249 PR rtl-optimization/44838
6250 * tree-ssa-alias.c (indirect_refs_may_alias_p): When not in
6251 SSA form do not use pointer equivalence.
6252
51d49bc2
EB
62532010-07-08 Eric Botcazou <ebotcazou@adacore.com>
6254
6255 * dwarf2out.c (AT_linkage_name): Delete.
6256 (add_linkage_attr): New function.
6257 (add_linkage_name): Call it to emit the linkage attribute.
6258 (dwarf2out_finish): Likewise.
6259 (move_linkage_attr): Explicitly accept both attribute variants.
6260
718f9c0f
MLI
62612010-07-08 Manuel López-Ibáñez <manu@gcc.gnu.org>
6262
6263 * toplev.h: Do not include diagnostic-core.h.
6264 Include diagnostic-core.h in every file that includes toplev.h.
6265 * c-tree.h: Do not include toplev.h.
6266 * pretty-print.h: Update comment.
6267 * Makefile.in: Update dependencies.
6268 * alias.c: Include diagnostic-core.h in every file that includes
6269 toplev.h.
6270 * attribs.c: Likewise.
6271 * auto-inc-dec.c: Likewise.
6272 * bb-reorder.c: Likewise.
6273 * bt-load.c: Likewise.
6274 * caller-save.c: Likewise.
6275 * calls.c: Likewise.
6276 * cfg.c: Likewise.
6277 * cfganal.c: Likewise.
6278 * cfgbuild.c: Likewise.
6279 * cfgcleanup.c: Likewise.
6280 * cfghooks.c: Likewise.
6281 * cfgloop.c: Likewise.
6282 * combine.c: Likewise.
6283 * config/alpha/alpha.c: Likewise.
6284 * config/arc/arc.c: Likewise.
6285 * config/arm/arm.c: Likewise.
6286 * config/arm/pe.c: Likewise.
6287 * config/avr/avr.c: Likewise.
6288 * config/bfin/bfin.c: Likewise.
6289 * config/cris/cris.c: Likewise.
6290 * config/crx/crx.c: Likewise.
6291 * config/darwin-c.c: Likewise.
6292 * config/darwin.c: Likewise.
6293 * config/fr30/fr30.c: Likewise.
6294 * config/frv/frv.c: Likewise.
6295 * config/h8300/h8300.c: Likewise.
6296 * config/host-darwin.c: Likewise.
6297 * config/i386/i386.c: Likewise.
6298 * config/i386/netware.c: Likewise.
6299 * config/i386/nwld.c: Likewise.
6300 * config/i386/winnt-cxx.c: Likewise.
6301 * config/i386/winnt-stubs.c: Likewise.
6302 * config/i386/winnt.c: Likewise.
6303 * config/ia64/ia64-c.c: Likewise.
6304 * config/ia64/ia64.c: Likewise.
6305 * config/iq2000/iq2000.c: Likewise.
6306 * config/lm32/lm32.c: Likewise.
6307 * config/m32c/m32c-pragma.c: Likewise.
6308 * config/m32c/m32c.c: Likewise.
6309 * config/m32r/m32r.c: Likewise.
6310 * config/m68hc11/m68hc11.c: Likewise.
6311 * config/m68k/m68k.c: Likewise.
6312 * config/mcore/mcore.c: Likewise.
6313 * config/mep/mep-pragma.c: Likewise.
6314 * config/mep/mep.c: Likewise.
6315 * config/mmix/mmix.c: Likewise.
6316 * config/mn10300/mn10300.c: Likewise.
6317 * config/moxie/moxie.c: Likewise.
6318 * config/pa/pa.c: Likewise.
6319 * config/pdp11/pdp11.c: Likewise.
6320 * config/picochip/picochip.c: Likewise.
6321 * config/rs6000/rs6000-c.c: Likewise.
6322 * config/rs6000/rs6000.c: Likewise.
6323 * config/rx/rx.c: Likewise.
6324 * config/s390/s390.c: Likewise.
6325 * config/score/score.c: Likewise.
6326 * config/score/score3.c: Likewise.
6327 * config/score/score7.c: Likewise.
6328 * config/sh/sh.c: Likewise.
6329 * config/sh/symbian-base.c: Likewise.
6330 * config/sh/symbian-c.c: Likewise.
6331 * config/sh/symbian-cxx.c: Likewise.
6332 * config/sol2-c.c: Likewise.
6333 * config/sol2.c: Likewise.
6334 * config/sparc/sparc.c: Likewise.
6335 * config/spu/spu.c: Likewise.
6336 * config/stormy16/stormy16.c: Likewise.
6337 * config/v850/v850-c.c: Likewise.
6338 * config/v850/v850.c: Likewise.
6339 * config/vax/vax.c: Likewise.
6340 * config/vxworks.c: Likewise.
6341 * config/xtensa/xtensa.c: Likewise.
6342 * convert.c: Likewise.
6343 * cse.c: Likewise.
6344 * cselib.c: Likewise.
6345 * dbgcnt.c: Likewise.
6346 * dbxout.c: Likewise.
6347 * ddg.c: Likewise.
6348 * dominance.c: Likewise.
6349 * emit-rtl.c: Likewise.
6350 * explow.c: Likewise.
6351 * expmed.c: Likewise.
6352 * fixed-value.c: Likewise.
6353 * fold-const.c: Likewise.
6354 * fwprop.c: Likewise.
6355 * gcse.c: Likewise.
6356 * ggc-common.c: Likewise.
6357 * ggc-page.c: Likewise.
6358 * ggc-zone.c: Likewise.
6359 * gimple-low.c: Likewise.
6360 * gimplify.c: Likewise.
6361 * graph.c: Likewise.
6362 * haifa-sched.c: Likewise.
6363 * ifcvt.c: Likewise.
6364 * implicit-zee.c: Likewise.
6365 * integrate.c: Likewise.
6366 * ira-build.c: Likewise.
6367 * ira-color.c: Likewise.
6368 * ira-conflicts.c: Likewise.
6369 * ira-costs.c: Likewise.
6370 * ira-lives.c: Likewise.
6371 * ira.c: Likewise.
6372 * lists.c: Likewise.
6373 * loop-doloop.c: Likewise.
6374 * loop-iv.c: Likewise.
6375 * lto-opts.c: Likewise.
6376 * lto-symtab.c: Likewise.
6377 * main.c: Likewise.
6378 * modulo-sched.c: Likewise.
6379 * optabs.c: Likewise.
6380 * params.c: Likewise.
6381 * plugin.c: Likewise.
6382 * postreload-gcse.c: Likewise.
6383 * postreload.c: Likewise.
6384 * predict.c: Likewise.
6385 * profile.c: Likewise.
6386 * real.c: Likewise.
6387 * regcprop.c: Likewise.
6388 * reginfo.c: Likewise.
6389 * regmove.c: Likewise.
6390 * reorg.c: Likewise.
6391 * resource.c: Likewise.
6392 * rtl.c: Likewise.
6393 * rtlanal.c: Likewise.
6394 * sched-deps.c: Likewise.
6395 * sched-ebb.c: Likewise.
6396 * sched-rgn.c: Likewise.
6397 * sdbout.c: Likewise.
6398 * sel-sched-dump.c: Likewise.
6399 * sel-sched-ir.c: Likewise.
6400 * simplify-rtx.c: Likewise.
6401 * stmt.c: Likewise.
6402 * stor-layout.c: Likewise.
6403 * store-motion.c: Likewise.
6404 * targhooks.c: Likewise.
6405 * tree-cfg.c: Likewise.
6406 * tree-cfgcleanup.c: Likewise.
6407 * tree-dump.c: Likewise.
6408 * tree-eh.c: Likewise.
6409 * tree-inline.c: Likewise.
6410 * tree-nomudflap.c: Likewise.
6411 * tree-object-size.c: Likewise.
6412 * tree-optimize.c: Likewise.
6413 * tree-outof-ssa.c: Likewise.
6414 * tree-phinodes.c: Likewise.
6415 * tree-profile.c: Likewise.
6416 * tree-ssa-ccp.c: Likewise.
6417 * tree-ssa-coalesce.c: Likewise.
6418 * tree-ssa-live.c: Likewise.
6419 * tree-ssa-loop-niter.c: Likewise.
6420 * tree-ssa-loop-prefetch.c: Likewise.
6421 * tree-ssa-loop.c: Likewise.
6422 * tree-ssa-structalias.c: Likewise.
6423 * tree-ssa-uninit.c: Likewise.
6424 * tree-ssa.c: Likewise.
6425 * tree-vect-data-refs.c: Likewise.
6426 * tree-vect-loop-manip.c: Likewise.
6427 * tree-vect-loop.c: Likewise.
6428 * tree-vect-patterns.c: Likewise.
6429 * tree-vect-stmts.c: Likewise.
6430 * tree-vrp.c: Likewise.
6431 * varasm.c: Likewise.
6432 * vec.c: Likewise.
6433 * web.c: Likewise.
6434 * xcoffout.c: Likewise.
6435
647565f6
RS
64362010-07-07 Richard Sandiford <rdsandiford@googlemail.com>
6437
6438 * gengtype.c (write_field_root): New function.
6439 (write_root): Use it.
6440
88c1612f
WG
64412010-07-07 Wei Guozhi <carrot@google.com>
6442
6443 * config/arm/thumb2.md (peephole2 to convert zero_extract/compare
6444 of lowest bits to lshift/compare): Add a missing line.
6445
ece53c91
WG
64462010-07-07 Wei Guozhi <carrot@google.com>
6447
6448 * config/arm/thumb2.md (peephole2 to convert zero_extract/compare
6449 of lowest bits to lshift/compare): New.
6450
9730bc27
TT
64512010-07-07 Tom Tromey <tromey@redhat.com>
6452
6453 * doc/tm.texi: Update.
6454 * doc/tm.texi.in (SDB and DWARF) <TARGET_WANT_DEBUG_PUB_SECTIONS>:
6455 Add @hook.
6456 * target.def (want_debug_pub_sections): New hook.
6457 * config/darwin.h (TARGET_WANT_DEBUG_PUB_SECTIONS): Define.
6458 * dwarf2out.c (add_pubname_string): Check
6459 targetm.want_debug_pub_sections.
6460 (add_pubname): Likewise.
6461 (add_pubtype): Likewise.
6462
f5d5226b
JZ
64632010-07-07 Jie Zhang <jie@codesourcery.com>
6464
6465 * genautomata.c (output_automata_list_min_issue_delay_code):
6466 Correctly decompress min_issue_delay.
6467
71df5a7e
BS
64682010-07-07 Bernd Schmidt <bernds@codesourcery.com>
6469
6470 PR rtl-optimization/44404
6471 * auto-inc-dec.c (find_inc): Avoid calling count_occurrences if
6472 possible, use reg_overlap_mentioned_p instead.
6473
f625098e
DS
64742010-07-07 Duncan Sands <baldrick@free.fr>
6475
6476 PR middle-end/41355
6477 * tree.c (build_function_type_skip_args): Copy the original type using
1df15c3d 6478 build_distinct_type_copy rather than copy_node.
f625098e 6479
ab33bd5c
L
64802010-07-07 H.J. Lu <hongjiu.lu@intel.com>
6481
6482 PR target/44850
6483 * config/i386/i386.c (ix86_function_ms_hook_prologue): Revert
6484 revision 161876.
6485 (ix86_expand_prologue): Likewise.
6486 (ix86_handle_fndecl_attribute): Likewise.
6487 (ix86_asm_declare_function_name): Likewise.
6488 * config/i386/i386.h (ASM_DECLARE_FUNCTION_NAME): Likewise.
6489 * config/i386/cygming.h (ASM_DECLARE_FUNCTION_NAME): Likewise.
6490 (SUBTARGET_ASM_DECLARE_FUNCTION_NAME): Likewise.
4bade865 6491 * config/i386/i386-protos.h (ix86_asm_declare_function_name): Likewise.
ab33bd5c
L
6492 * doc/extend.texi: Likewise.
6493
5e86e540
L
64942010-07-07 H.J. Lu <hongjiu.lu@intel.com>
6495
6496 PR target/44844
6497 * config/i386/i386.md (rdrand<mode>): Changed to expand to
6498 retry if the carry flag isn't valid.
6499 (rdrand<mode>_1): New.
6500
0ee95c43
RG
65012010-07-07 Richard Guenther <rguenther@suse.de>
6502
6503 PR middle-end/44790
6504 * expr.c (expand_expr_real_1): Go the POINTER_PLUS_EXPR path
6505 for expanding the constant offset for MEM_REFs.
6506
523968bf
RG
65072010-07-07 Richard Guenther <rguenther@suse.de>
6508
6509 * tree-ssa-propagate.h (valid_gimple_call_p): Remove.
6510 * tree-ssa-propagate.c (valid_gimple_call_p): Make static. Fix.
6511 * gimple.h (is_gimple_operand): Remove.
6512 * gimple.c (is_gimple_operand): Likewise.
6513 (walk_gimple_op): Fix wi->val_only setting for calls.
6514 * tree-cfg.c (verify_gimple_call): Fix argument validation.
6515 * tree-profile.c (tree_gen_ic_func_profiler): Do not create
6516 invalid gimple calls.
6517
86353474
JH
65182010-07-06 Jan Hubicka <jh@suse.cz>
6519
6520 * lto-cgraph.c (output_cgraph): Add missing declaration.
6521
b0d9e663
JH
65222010-07-06 Jan Hubicka <jh@suse.cz>
6523
6524 * lto-cgraph.c (output_cgraph): Output toplevel asms only into first
6525 partition.
6526
38be945b
AO
65272010-07-06 Alexandre Oliva <aoliva@redhat.com>
6528
6529 * doc/gimple.texi (GIMPLE_DEBUG): Document.
6530 * doc/rtl.texi (Debug Information): New node.
6531 (NOTE_INSN_VAR_LOCATION): Document.
6532 (debug_insn): Likewise.
6533 * doc/generic.texi (DEBUG_EXPR_DECL): Document.
6534
6938f93f
JH
65352010-07-07 Jan Hubicka <jh@suse.cz>
6536
4bade865 6537 With parts by Richard Guenther.
6938f93f
JH
6538
6539 PR middle-end/44813
6540 * tree-ssa-uninit.c (ssa_undefined_value_p): Result decl is defined
6541 for functions passed by reference.
6542 * tree.c (needs_to_live_in_memory): RESULT_DECL don't need to live
6543 in memory when passed by reference.
6544 * tree-ssa-ccp.c (get_default_value): Only VAR_DECL is undefined at
6545 beggining.
6546 * ipa-split.c (split_function): Cleanup way return value is passed;
6547 handle SSA DECL_BY_REFERENCE retvals.
6548 * tree-ssa.c (verify_def): Verify that RESULT_DECL is read only when
6549 DECL_BY_REFERENCE is set.
6550 * tree-ssa-structalias.c (get_constraint_for_ssa_var, get_fi_for_callee,
6551 find_what_p_points_to): Handle RESULT_DECL.
6552 * tree-inline.c (declare_return_variable): Get new entry_block argument;
6553 when passing by reference ensure that RESULT_DECL is gimple_val.
6554 (remap_gimple_op_r): Remap RESULT_DECL ssa name.
6555 (remap_gimple_stmt): Handle SSA DECL_BY_REFERENCE returns.
6556
325d7997
BS
65572010-07-07 Bernd Schmidt <bernds@codesourcery.com>
6558
6559 PR rtl-optimization/44787
6560 * config/arm/arm.md (arith_shiftsi): Allow stack pointer in operand 2.
6561 * config/arm/thumb2.md (thumb2_arith_shiftsi): Likewise.
6562
e10aaec0
JH
65632010-07-06 Jan Hubicka <jh@suse.cz>
6564
6565 * lto-symtab.c (lto_cgraph_replace_node): Handle aliases.
6566 (lto_symtab_resolve_can_prevail_p): Also alias of cgraph node
6567 with body can prevail.
6568 (lto_symtab_resolve_symbols): Use cgraph_get_node_or_alias.
6569 (lto_symtab_merge_cgraph_nodes_1): Do not remove nodes from aliases.
6570 * cgraph.c (cgraph_get_node_or_alias): New function.
6571 * cgraph.h (cgraph_get_node_or_alias): Declare.
6572
4bbf141c
KT
65732010-07-06 Kai Tietz <kai.tietz@onevision.com>
6574
6575 * config/i386/i386.c (ix86_function_ms_hook_prologue): Enable x64
6576 support.
6577 (ix86_expand_prologue): Likewise.
6578 (ix86_handle_fndecl_attribute): Likewise.
6579 (ix86_asm_declare_function_name): New function for
6580 ASM_DECLARE_FUNCTION_NAME.
6581 * config/i386/i386.h (ASM_DECLARE_FUNCTION_NAME): New macro.
6582 * config/i386/cygming.h (ASM_DECLARE_FUNCTION_NAME): Removed.
6583 (SUBTARGET_ASM_DECLARE_FUNCTION_NAME): New macro.
6584 * config/i386/i386-protos.h (ix86_asm_declare_function_name): New.
6585 * doc/extend.texi: Adjust documentation about ms_hook_prologue
6586 attribute.
6587
9aa5922d
UB
65882010-07-06 Uros Bizjak <ubizjak@gmail.com>
6589
6590 * config/i386/i386.md (immediate_operand): New mode attribute.
f8e1995a 6591
9aa5922d
UB
6592 (pro_epilogue_adjust_stack_<mode>_1): Macroize insn from
6593 pro_epilogue_adjust_stack and pro_epilogue_adjust_stack_rex64
6594 using P mode iterator.
6595 (pro_epilogue_adjust_stack_di_2): Rename from
6596 pro_epilogue_adjust_stack_rex64_2.
6597
6598 * config/i386/i386.c (pro_epilogue_adjust_stack): Update for rename.
6599
66002010-07-06 Uros Bizjak <ubizjak@gmail.com>
6601
6602 * config/i386/i386.md (insv): Call gen_movdi_insv1 or gen_movsi_insv1
6603 through gen_mov_insv_1 function pointer.
6604 (fmod<mode>3): Call gen_truncxf<mode>2_i387_noop_unspec or
6605 gen_truncxf<mode>2 through gen_truncxf function pointer.
6606 (remainder<mode>3): Ditto.
6607 (cmpstrnsi): Rename cmp_insn function pointer to gen_cmp.
6608 (allocate_stack): Call gen_allocate_stack_worker_64 or
6609 gen_allocate_stack_worker_32 through gen_allocate_stack_worker
6610 function pointer.
6611 (probe_stack): Call gen_iordi3 or gen_iorsi3 through gen_ior3
6612 function pointer.
6613
66142010-07-06 Uros Bizjak <ubizjak@gmail.com>
6615
6616 * config/i386/i386.md (*add<mode>3_cconly_overflow): Use <g>
6617 operand constraint instead of <r><i>m.
6618
dfb88126
RG
66192010-07-06 Richard Guenther <rguenther@suse.de>
6620
6621 PR middle-end/44828
6622 * convert.c (convert_to_integer): Watch out for overflowing
6623 MULT_EXPR as well.
6624
c5d1f058
JH
66252010-07-05 Jan Hubicka <jh@suse.cz>
6626
6627 * lto-streamer.c (write_symbol_vec): Rename to ...
6628 (write_symbol) ... this one; write only symbol given and when
6629 present in cache. Sanity check that what is defined is present
6630 in cgraph/varpool with body/finalized decl.
6631 (write_symbols_of_kind): Remove.
6632 (produce_symtab): Take outputblock and sets; use cgraph/varpool/alias
6633 pairs to produce symtab.
6634 (produce_asm_for_decls): Update call of produce_symtab; don't do so
6635 when doing WPA streaming.
6636
6e4da084
JH
66372010-07-05 Jan Hubicka <jh@suse.cz>
6638
6639 * gimple-fold.c (gimple_fold_obj_type_ref_known_binfo): Check that
6640 function is still available to fold into.
6641
c021f10b
NF
66422010-07-05 Nathan Froyd <froydnj@codesourcery.com>
6643
6644 * vec.h (FOR_EACH_VEC_ELT_REVERSE): New macro.
6645 * function.h (struct_function): Change type of local_decls field
6646 to a VEC.
6647 (add_local_decl): New function.
6648 (FOR_EACH_LOCAL_DECL): New macro.
6649 * cfgexpand.c (init_vars_expansion): Adjust for new type of
6650 cfun->local_decls.
6651 (estimated_stack_frame_size): Likewise.
6652 (expand_used_vars): Likewise.
6653 * cgraphbuild.c (build_cgraph_edges): Likewise.
6654 * function.c (instantiate_decls_1): Likewise.
6655 * ipa-struct-reorg.c (build_data_structure): Likewise.
6656 * ipa-type-escape.c (analyze_function): Likewise.
6657 * lto-streamer-in.c (input_function): Likewise.
6658 * lto-streamer-out.c (output_function): Likewise.
6659 * tree-ssa-live.c (remove_unused_locals): Likewise.
6660 * tree.c (free_lang_data_in_decl): Likewise.
6661 (find_decls_types_in_node): Likewise.
6662 * omp-low.c (remove_exit_barrier): Likewise.
6663 (expand_omp_taskreg): Likewise.
6664 (list2chain): Rename to...
6665 (vec2chain): ...this. Adjust.
6666 * cgraphunit.c (assemble_thunk): Call add_local_decl.
6667 * tree-cfg.c (replace_by_duplicate_decl): Likewise.
6668 * gimple-low.c (record_vars_into): Likewise.
6669 * tree-inline.c (remap_decls): Likewise.
6670 (declare_return_variable): Likewise.
6671 (declare_inline_vars): Likewise.
6672 (copy_forbidden): Adjust for new type of cfun->local_decls.
6673 (add_local_variables): New function.
6674 (expand_call_inline): Call it.
6675 (tree_function_versioning): Likewise.
6676
4ee89d5f
L
66772010-07-05 H.J. Lu <hongjiu.lu@intel.com>
6678
6679 AVX Programming Reference (June, 2010)
6680 * config/i386/cpuid.h (bit_F16C): New.
6681 (bit_RDRND): Likewise.
6682 (bit_FSGSBASE): Likewise.
6683
6684 * config/i386/i386-builtin-types.def: Add
6685 "DEF_FUNCTION_TYPE (UINT16)", function types for
6686 float16 <-> float conversions and
6687 "DEF_FUNCTION_TYPE (VOID, UINT64)".
6688
6689 * config/i386/i386-c.c (ix86_target_macros_internal): Support
6690 OPTION_MASK_ISA_FSGSBASE, OPTION_MASK_ISA_RDRND and
6691 OPTION_MASK_ISA_F16C.
6692
6693 * config/i386/i386.c (OPTION_MASK_ISA_FSGSBASE_SET): New.
6694 (OPTION_MASK_ISA_RDRND_SET): Likewise.
6695 (OPTION_MASK_ISA_F16C_SET): Likewise.
6696 (OPTION_MASK_ISA_FSGSBASE_UNSET): Likewise.
6697 (OPTION_MASK_ISA_RDRND_UNSET): Likewise.
6698 (OPTION_MASK_ISA_F16C_UNSET): Likewise.
6699 (OPTION_MASK_ISA_AVX_UNSET): Add OPTION_MASK_ISA_F16C_UNSET.
9aa5922d 6700 (ix86_handle_option): Handle OPT_mfsgsbase, OPT_mrdrnd and OPT_mf16c.
4ee89d5f
L
6701 (ix86_target_string): Support -mfsgsbase, -mrdrnd and -mf16c.
6702 (pta_flags): Add PTA_FSGSBASE, PTA_RDRND and PTA_F16C.
6703 (override_options): Handle them.
9aa5922d 6704 (ix86_valid_target_attribute_inner_p): Handle fsgsbase, rdrnd and f16c.
4ee89d5f
L
6705 (ix86_builtins): Add IX86_BUILTIN_RDFSBASE32,
6706 IX86_BUILTIN_RDFSBASE64, IX86_BUILTIN_RDGSBASE32,
6707 IX86_BUILTIN_RDGSBASE64, IX86_BUILTIN_WRFSBASE32,
6708 IX86_BUILTIN_WRFSBASE64, IX86_BUILTIN_WRGSBASE32,
6709 IX86_BUILTIN_WRGSBASE64, IX86_BUILTIN_RDRAND16,
6710 IX86_BUILTIN_RDRAND32, IX86_BUILTIN_RDRAND64,
6711 IX86_BUILTIN_CVTPH2PS, IX86_BUILTIN_CVTPH2PS256,
6712 IX86_BUILTIN_CVTPS2PH and IX86_BUILTIN_CVTPS2PH256.
6713 (bdesc_args): Likewise.
6714 (ix86_expand_args_builtin): Handle V8SF_FTYPE_V8HI,
6715 V4SF_FTYPE_V8HI, V8HI_FTYPE_V8SF_INT and V8HI_FTYPE_V4SF_INT.
6716 (ix86_expand_special_args_builtin): Handle VOID_FTYPE_UINT64,
6717 VOID_FTYPE_UNSIGNED, UNSIGNED_FTYPE_VOID and UINT16_FTYPE_VOID.
6718 Handle non-memory store.
6719
6720 * config/i386/i386.h (TARGET_FSGSBASE): New.
6721 (TARGET_RDRND): Likewise.
6722 (TARGET_F12C): Likewise.
6723
6724 * config/i386/i386.md (UNSPEC_VCVTPH2PS): New.
6725 (UNSPEC_VCVTPS2PH): Likewise.
6726 (UNSPECV_RDFSBASE): Likewise.
6727 (UNSPECV_RDGSBASE): Likewise.
6728 (UNSPECV_WRFSBASE): Likewise.
6729 (UNSPECV_WRGSBASE): Likewise.
6730 (UNSPECV_RDRAND): Likewise.
6731 (rdfsbase<mode>): Likewise.
6732 (rdgsbase<mode>): Likewise.
6733 (wrfsbase<mode>): Likewise.
6734 (wrgsbase<mode>): Likewise.
6735 (rdrand<mode>): Likewise.
6736
6737 * config/i386/i386.opt: Add -mfsgsbase, -mrdrnd and -mf16c.
6738
6739 * config/i386/immintrin.h (_rdrand_u16): New.
6740 (_rdrand_u32): Likewise.
6741 (_readfsbase_u32): Likewise.
6742 (_readfsbase_u64): Likewise.
6743 (_readgsbase_u32): Likewise.
6744 (_readgsbase_u64): Likewise.
6745 (_writefsbase_u32): Likewise.
6746 (_writefsbase_u64): Likewise.
6747 (_writegsbase_u32): Likewise.
6748 (_writegsbase_u64): Likewise.
6749 (_rdrand_u64): Likewise.
6750 (_cvtsh_ss): Likewise.
6751 (_mm_cvtph_ps): Likewise.
6752 (_mm256_cvtph_ps): Likewise.
6753 (_cvtss_sh): Likewise.
6754 (_mm_cvtps_ph): Likewise.
6755 (_mm256_cvtps_ph): Likewise.
6756
6757 * config/i386/sse.md (vcvtph2ps): New.
6758 (*vcvtph2ps_load): Likewise.
6759 (vcvtph2ps256): Likewise.
6760 (vcvtps2ph): Likewise.
6761 (*vcvtps2ph): Likewise.
6762 (*vcvtps2ph_store): Likewise.
6763 (vcvtps2ph256): Likewise.
6764
6765 * doc/extend.texi: Document FSGSBASE and RDRND built-in functions.
6766
6767 * doc/invoke.texi: Document -mfsgsbase, -mrdrnd and -mf16c.
6768
3341aeda
JR
67692010-07-05 Joern Rennecke <joern.rennecke@embecosm.com>
6770
6771 PR bootstrap/44512
6772 * genenums.c (main): Output include of insn-constants.h
6773 * Makefile.in (insn-enums.o): Depend on insn-constants.h.
6774
71b2fd74
UB
67752010-07-05 Uros Bizjak <ubizjak@gmail.com>
6776
6777 * config/i386/i386.c (ix86_gen_allocate_stack_worker): New.
6778 (override_options): Initialize it.
6779 (ix86_expand_prologue): Use it.
6780
938650d8
JJ
67812010-07-05 Jakub Jelinek <jakub@redhat.com>
6782
6783 * tree-nrv.c (tree_nrv): Set DECL_VALUE_EXPR on found to result.
6784
88e06841
AS
67852010-07-05 Anatoly Sokolov <aesok@post.ru>
6786
6787 * double-int.h (fit_double_type): Remove declaration.
6788 * double-int.c (fit_double_type): Remove function.
6789 * tree.h (int_fits_type_p): Adjust prototype.
6790 * tree.c (int_fits_type_p): Return bool. Use double_int_fits_to_tree_p
6791 instead of fit_double_type.
6792 (build_int_cst_type): Use double_int_to_tree and shwi_to_double_int
6793 instead of fit_double_type and build_int_cst_wide.
6794 * builtins.c (): Use double_int_fits_to_tree_p and double_int_to_tree
6795 instead of fit_double_type and build_int_cst_wide.
6796 (fold_builtin_object_size): Use double_int_fits_to_tree_p instead
6797 of fit_double_type.
6798
92eb4438
JH
67992010-07-05 Jan Hubicka <jh@suse.cz>
6800
6801 * cgraph.h (cgraph_node, cgraph_varpool_node): Update docmentation of
6802 in_other_partition.
6803 * lto-cgraph.c (referenced_from_other_partition_p,
6804 reachable_from_other_partition_p): Use in_other_partition flags.
6805 (output_node, output_varpool_node): COMDAT nodes always have private
6806 copies and thus are never used from other partition.
6807
69e18c09
AS
68082010-07-05 Anatoly Sokolov <aesok@post.ru>
6809
6810 * config/ia64/ia64.h (MEMORY_MOVE_COST): Remove macro.
6811 * config/ia64/t-ia64 (ia64.o): Depend on reload.h.
6812 * config/ia64/ia64.c Include reload.h.
6813 (ia64_memory_move_cost): New function.
6814 (TARGET_MEMORY_MOVE_COST): Define.
6815 (ia64_register_move_cost): Replace MEMORY_MOVE_COST with
6816 memory_move_cost.
6817
16ad8025
SL
68182010-07-05 Sandra Loosemore <sandra@codesourcery.com>
6819
6820 PR middle-end/42505
16ad8025
SL
6821 * tree-ssa-loop-ivopts.c (determine_set_costs): Delete obsolete
6822 comments about cost model.
6823 (try_add_cand_for): Add second strategy for choosing initial set
6824 based on original IVs, controlled by ORIGINALP argument.
6825 (get_initial_solution): Add ORIGINALP argument.
6826 (find_optimal_iv_set_1): New function, split from find_optimal_iv_set.
6827 (find_optimal_iv_set): Try two different strategies for choosing
6828 the IV set, and return the one with lower cost.
6829
bdf0f819
RG
68302010-07-05 Richard Guenther <rguenther@suse.de>
6831
9aa5922d 6832 * tree-ssa-loop-ivopts.c (rewrite_use_nonlinear_expr): Copy alias info.
bdf0f819 6833
a41e5e86
RG
68342010-07-05 Richard Guenther <rguenther@suse.de>
6835
6836 * tree.c (reference_alias_ptr_type): New function.
6837 * tree.h (reference_alias_ptr_type): Declare.
6838 * tree-ssa-loop-ivopts.c (copy_ref_info): Restructure to
6839 allow non-TARGET_MEM_REF new refs.
94dbbc81 6840 (rewrite_use_address): Pass old alias pointer type to create_mem_ref.
a41e5e86
RG
6841 * tree-ssa-address.c (create_mem_ref_raw): Get alias pointer type.
6842 Build a MEM_REF instead of a TARGET_MEM_REF if possible.
6843 (create_mem_ref): Get alias pointer type. Adjust calls to
6844 create_mem_ref_raw.
6845 (maybe_fold_tmr): Likewise.
6846 * tree-flow.h (create_mem_ref): Adjust prototype.
6847
f2896bc9
JJ
68482010-07-05 Jakub Jelinek <jakub@redhat.com>
6849
6850 PR c++/44808
6851 * gimplify.c (gimplify_modify_expr): Only SET_DECL_DEBUG_EXPR if
6852 *from_p is VAR_DECL.
6853
cfe6dea2
NF
68542010-07-05 Nathan Froyd <froydnj@codesourcery.com>
6855
6856 * tree.h (build_call_list): Remove.
6857 * tree.c (build_call_list): Remove.
6858
e22f7f31
RB
68592010-07-05 Richard Guenther <rguenther@suse.de>
6860
6861 * double-int.h (double_int_sub): Declare.
6862 * double-int.c (double_int_sub): New function.
6863 * dwarf2out.c (field_byte_offset): Use it.
6864 * fixed-value.c (do_fixed_add): Likewise.
6865 (do_fixed_multiply): Likewise.
6866 (do_fixed_divide): Likewise.
6867 * tree-predcom.c (add_ref_to_chain): Likewise.
6868 (determine_roots_comp): Likewise.
6869 * tree-ssa-loop-niter.c (derive_constant_upper_bound_ops): Likewise.
6870
989ea525
NF
68712010-07-05 Nathan Froyd <froydnj@codesourcery.com>
6872
6873 * vec.h (VEC_splice, VEC_safe_splice): New macros. Add function
6874 implementations.
6875
7ec6356e
BS
68762010-07-05 Bernd Schmidt <bernds@codesourcery.com>
6877
6878 * config/arm/arm.c (get_arm_condition_code): Remove CC_NOTBmode case.
6879 * arm-modes.def (CC_NOTB): Don't define.
6880 * config/arm/arm.md (arm_adddi3): Generate canonical RTL.
6881 (adddi_sesidi_di, adddi_zesidi_di): Likewise.
6882 (LTUGEU): New code_iterator.
6883 (cnb, optab): New corresponding code_attrs.
6884 (addsi3_carryin_<optab>): Renamed from addsi3_carryin. Change pattern
6885 to canonical form. Operands 1 and 2 are commutative. Parametrize
6886 using LTUGEU.
6887 (addsi3_carryin_shift_<optab>): Likewise.
6888 (addsi3_carryin_alt2_<optab>): Renamed from addsi3_carryin_alt2.
6889 Operands 1 and 2 are commutative. Parametrize using LTUGEU.
6890 (addsi3_carryin_alt1, addsi3_carryin_alt3): Remove.
94dbbc81
UB
6891 (subsi3_compare): Renamed from subsi3_compare0_c.
6892 Change CC_NOTB to CC.
7ec6356e
BS
6893 (arm_subsi3_insn): Allow constants for operand 0.
6894 (compare_scc peephole for eq case): New.
6895 (compare_scc splitters): Change CC_NOTB to CC.
6896
75421dcd
RG
68972010-07-05 Richard Guenther <rguenther@suse.de>
6898
6899 * tree-ssa-loop-im.c (for_each_index): Do not handle
6900 ALIGN_INDIRECT_REF.
6901 (gen_lsm_tmp_name): Likewise.
6902 * tree-dump.c (dequeue_and_dump): Likewise.
6903 * tree-pretty-print.c (dump_generic_node): Likewise.
6904 (op_code_prio): Likewise.
6905 (op_symbol_code): Likewise.
6906 * tree.c (staticp): Likewise.
6907 (build1_stat): Likewise.
6908 * tree.h (INDIRECT_REF_P): Likewise.
6909 * fold-const.c (maybe_lvalue_p): Likewise.
6910 (operand_equal_p): Likewise.
6911 * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Likewise.
6912 (ao_ref_init_from_vn_reference): Likewise.
6913 * tree-ssa-loop-ivopts.c (idx_find_step): Likewise.
6914 (find_interesting_uses_address): Likewise.
6915 * dwarf2out.c (loc_list_from_tree): Likewise.
6916 * gimplify.c (gimplify_expr): Likewise.
6917 * tree-eh.c (tree_could_trap_p): Likewise.
6918 * emit-rtl.c (set_mem_attributes_minus_bitpos): Likewise.
6919 * cfgexpand.c (expand_debug_expr): Likewise.
6920 * tree-ssa-pre.c (create_component_ref_by_pieces_1): Likewise.
6921 * tree-ssa-loop-prefetch.c (idx_analyze_ref): Likewise.
6922 * tree-cfg.c (verify_types_in_gimple_min_lval): Likewise.
6923 * config/rs6000/rs6000 (rs6000_check_sdmode): Likewise.
6924 * tree-ssa-operands.c (get_expr_operands): Likewise.
6925 * expr.c (safe_from_p): Likewise.
6926 (expand_expr_real_1): Likewise. TER BIT_AND_EXPRs into MEM_REFs.
6927 * tree-vect-data-refs.c (vect_setup_realignment): Build
6928 BIT_AND_EXPR and MEM_REF instead of ALIGN_INDIRECT_REF.
6929 * tree-vect-stmts.c (vectorizable_load): Likewise.
6930 * tree.def (ALIGN_INDIRECT_REF): Remove.
6931
5d657263
RG
69322010-07-05 Richard Guenther <rguenther@suse.de>
6933
6934 PR tree-optimization/44784
6935 * tree-ssa-pre.c (bitmap_find_leader): Fix dominance check
6936 for inserted stmts.
6937 (find_or_generate_expression): Fix SCCVN insertion check.
6938
3cd0d4fa
NS
69392010-07-05 Nathan Sidwell <nathan@codesourcery.com>
6940
6941 * config/rs6000/e500crtsavg64gprctr.asm: Correct done label name.
6942 * config/rs6000/e500crtsav64gprctr.asm: Likewise.
6943 * config/rs6000/e500crtres64gprctr.asm: Likewise. Add FUNC_END
6944 directives.
6945
9940b13c
IR
69462010-07-05 Ira Rosen <irar@il.ibm.com>
6947
6948 * tree-vect-loop.c (vect_get_single_scalar_iteraion_cost): Skip
6949 statements that are not vectorized.
6950 * tree-vect-stmts.c (vect_get_load_cost): Update the value stored
94dbbc81 6951 in INSIDE_COST.
9940b13c 6952
e4dde839
MP
69532010-07-05 Mikael Pettersson <mikpe@it.uu.se>
6954
6955 PR bootstrap/44820
6956 * config/arm/arm.c (arm_attr_length_move_neon): Delete regno.
6957
e3061843
RB
69582010-07-05 Richard Guenther <rguenther@suse.de>
6959
6960 * tree-cfg.c (verify_gimple_return): Handle DECL_BY_REFERENCE
6961 RESULT_DECLs properly.
6962
c2a78352
L
69632010-07-04 H.J. Lu <hongjiu.lu@intel.com>
6964
6965 PR rtl-optimization/44695
6966 * config/i386/i386.md (extract_code): Removed.
6967 (<u>divmodqi4): Likewise.
6968 (divmodqi4): New.
6969 (udivmodqi4): Likewise.
94dbbc81 6970 (divmodhiqi3): Change div/mod to HImode and extend operand 2 to HImode.
c2a78352
L
6971 (udivmodhiqi3): Likewise.
6972
4aa1c0d5
JH
69732010-07-04 Jan Hubicka <jh@suse.cz>
6974
6975 * lto-cgraph.c (input_edge): Do not care about resolution decisions.
6976
a05541a9
JH
69772010-07-04 Jan Hubicka <jh@suse.cz>
6978
94dbbc81
UB
6979 * cgraphunit.c (init_cgraph): Only initialize dump file if it
6980 is not already initialized.
a05541a9 6981
f9621cc4
RS
69822010-07-04 Richard Sandiford <rdsandiford@googlemail.com>
6983
6984 * optabs.h (reload_in_optab, reload_out_optab, code_to_optab)
6985 (vcond_gen_code, vcondu_gen_code, movmem_optab, setmem_optab)
6986 (cmpstr_optab, cmpstrn_optab, cmpmem_optab, sync_add_optab)
6987 (sync_sub_optab, sync_ior_optab, sync_and_optab, sync_xor_optab)
6988 (sync_nand_optab, sync_old_add_optab, sync_old_sub_optab)
6989 (sync_old_ior_optab, sync_old_and_optab, sync_old_xor_optab)
6990 (sync_old_nand_optab, sync_new_add_optab, sync_new_sub_optab)
6991 (sync_new_ior_optab, sync_new_and_optab, sync_new_xor_optab)
6992 (sync_new_nand_optab): Redefine as macros.
6993 (sync_compare_and_swap, sync_lock_test_and_set, sync_lock_release):
6994 Delete.
6995 (direct_optab_index): New enum.
6996 (direct_optab_d): New structure.
6997 (direct_optab): New typedef.
6998 (direct_optab_table): Declare.
6999 (direct_optab_handler, set_direct_optab_handler): New functions.
7000 (sync_compare_and_swap_optab, sync_lock_test_and_set_optab)
7001 (sync_lock_release_optab): New macros.
7002 * optabs.c (direct_optab_table): New variable.
7003 (movcc_gen_code, vcond_gen_code, vcondu_gen_code): Delete.
7004 (prepare_cmp_insn): Use direct_optab_handler for cmpmem_optab,
7005 cmpstr_optab and cmpstrn_optab.
7006 (emit_conditional_move): Likewise for movcc_optab.
7007 (can_conditionally_move_p): Likewise for movcc_gen_code.
7008 (init_insn_codes): Clear direct_optab_table.
7009 (init_optabs): Don't initialize the new "direct optabs" here.
7010 (get_vcond_icode): Use direct_optab_handler for vcondu_gen_code and
7011 vcond_gen_code.
7012 (expand_val_compare_and_swap): Likewise sync_compare_and_swap_optab.
7013 (expand_bool_compare_and_swap): Likewise sync_compare_and_swap_optab.
7014 (expand_compare_and_swap_loop): Likewise sync_compare_and_swap_optab.
7015 (expand_sync_operation): Likewise other sync_*_optabs.
7016 (expand_sync_fetch_operation): Likewise. Rename sync_compare_and_swap
7017 to sync_compare_and_swap_optab.
7018 (expand_sync_lock_test_and_set): Use direct_optab_handler for
7019 sync_lock_test_and_set and sync_compare_and_swap, adding "_optab"
7020 to the names of both.
7021 * builtins.c (expand_builtin_strcmp): Use direct_optab_handler for
7022 cmpstr_optab and cmpstrn_optab.
7023 (expand_builtin_lock_release): Likewise sync_lock_release.
7024 * expr.c (movmem_optab, setmem_optab, cmpstr_optab, cmpstrn_optab)
7025 (cmpmem_optab, sync_add_optab, sync_sub_optab, sync_ior_optab)
7026 (sync_and_optab, sync_xor_optab, sync_nand_optab, sync_old_add_optab)
7027 (sync_old_sub_optab, sync_old_ior_optab, sync_old_and_optab)
7028 (sync_old_xor_optab, sync_old_nand_optab, sync_new_add_optab)
7029 (sync_new_sub_optab, sync_new_ior_optab, sync_new_and_optab)
7030 (sync_new_xor_optab, sync_new_nand_optab, sync_compare_and_swap)
7031 (sync_lock_test_and_set, sync_lock_release): Delete.
7032 (emit_block_move_via_movmem): Use direct_optab_handler for movmem_optab.
7033 (emit_block_move_via_setmem): Use direct_optab_handler for setmem_optab.
7034 * genopinit.c (optabs): Use set_direct_optab_handler for the new
7035 macro optabs.
7036 * omp-low.c (expand_omp_atomic_fetch_op): Update the type of
7037 the "optab" local variable. Use direct_optab_handler for optab and
7038 sync_compare_and_swap_optab.
7039 * reload1.c (reload_in_optab, reload_out_optab): Delete.
7040 * targhooks.c (default_secondary_reload): Use direct_optab_handler for
7041 reload_in_optab and reload_out_optab.
7042 * config/alpha/alpha.c (alpha_secondary_reload): Likewise.
7043 * config/frv/frv.c (frv_alloc_temp_reg): Likewise.
7044 * config/pa/pa.c (pa_secondary_reload): Likewise.
7045 * java/builtins.c (compareAndSwapInt_builtin): Use direct_optab_handler
7046 for sync_compare_and_swap, renaming it to sync_compare_and_swap_optab.
7047 (compareAndSwapLong_builtin, compareAndSwapObject_builtin): Likewise.
7048 (VMSupportsCS8_builtin): Likewise.
7049
596455ce
RS
70502010-07-04 Richard Sandiford <rdsandiford@googlemail.com>
7051
7052 * optabs.h (optab_handlers): Change type of insn_code to int.
7053 (optab_handler, set_optab_handler, convert_optab_handler)
7054 (set_convert_optab_handler): Treat the insn_code field as "insn_code -
7055 CODE_FOR_nothing".
7056 * optabs.c (optab_table, convert_optab_table): Always zero-initialize.
7057 (init_insn_codes): Zero both the above arrays.
7058 (init_optabs): Never call init_insn_codes first time around.
7059
947131ba
RS
70602010-07-04 Richard Sandiford <rdsandiford@googlemail.com>
7061
7062 * optabs.h (optab_handler, convert_optab_handler): Turn into
7063 inline functions that return an insn code.
7064 (set_optab_handler, set_convert_optab_handler): New functions.
7065 * builtins.c: Replace optab_handler(X)->insn_code with
7066 optab_handler or set_optab_handler thoughout. Likewise
7067 convert_optab_handler(X)->insn_code with convert_optab_handler
7068 and set_convert_optab_handler.
7069 * expmed.c, expr.c, genopinit.c, ifcvt.c, optabs.c, reload.c,
7070 reload1.c, stmt.c, targhooks.c, tree-ssa-loop-prefetch.c,
7071 tree-ssa-math-opts.c, tree-vect-data-refs.c, tree-vect-generic.c,
7072 tree-vect-loop.c, tree-vect-patterns.c, tree-vect-slp.c,
7073 tree-vect-stmts.c, config/m32c/m32c.c, config/rs6000/rs6000.c,
7074 config/spu/spu.c: Likewise.
7075
47e5ff44
KK
70762010-07-04 Kaz Kojima <kkojima@gcc.gnu.org>
7077
7078 PR target/44531
7079 * config.gcc (sh*-*-*): Use regular expressions instead of
7080 the 'i' modifier for sed substitutions.
7081
abbd64b9
JS
70822010-07-04 Jeremie Salvucci <jeremie.salvucci@free.fr>
7083
7084 * gimple.c (gimple_body): Comments added.
7085
7f5ad6d7
RG
70862010-07-04 Richard Guenther <rguenther@suse.de>
7087
7088 PR middle-end/44809
7089 * gimplify.c (gimplify_expr): Properly build a MEM_REF instead
7090 of an INDIRECT_REF.
7091
17fc049f
RG
70922010-07-04 Richard Guenther <rguenther@suse.de>
7093
7094 PR tree-optimization/44479
7095 * tree-ssa-loop-ivopts.c (rewrite_use_nonlinear_expr): Avoid
7096 extra SSA name copy statements which preserves points-to
7097 information.
7098 * tree-vect-data-refs.c (vect_create_addr_base_for_vector_ref):
7099 Copy points-to information for all pointers. Properly handle
7100 MEM_REFs.
7101 (vect_create_data_ref_ptr): Likewise. Avoid extra SSA name
7102 copy statements.
7103 * Makefile.in (tree-ssa-loop-ivopts.o): Add tree-ssa-propagate.h
7104 dependency.
7105
72aa3dca
RG
71062010-07-04 Richard Guenther <rguenther@suse.de>
7107
7108 PR middle-end/44785
7109 * tree-inline.c (initialize_inlined_parameters): Do not
7110 re-use pointer-map slot over remap_type call.
7111
ef2a9157
RG
71122010-07-04 Richard Guenther <rguenther@suse.de>
7113
7114 * tree-ssa-sccvn.c (vn_reference_lookup_3): Fix last commit.
7115
4fa4929e
RG
71162010-07-04 Richard Guenther <rguenther@suse.de>
7117
7118 PR tree-optimization/44656
7119 * tree-ssa-sccvn.c (vn_reference_lookup_3): Try disambiguation
7120 again after value-replacing in the defintions lhs.
7121
720f5239
IR
71222010-07-04 Ira Rosen <irar@il.ibm.com>
7123 Revital Eres <eres@il.ibm.com>
7124
94dbbc81 7125 * doc/tm.texi.in (TARGET_VECTORIZE_BUILTIN_VECTORIZATION_COST):
720f5239
IR
7126 Document new arguments.
7127 * doc/tm.texi: Regenerate.
7128 * targhooks.c (default_builtin_vectorization_cost): Add new arguments.
7129 Handle unaligned store.
7130 * targhooks.h (default_builtin_vectorization_cost): Add new arguments.
7131 * target.def (builtin_vectorization_cost): Add new arguments.
7132 * target.h (enum vect_cost_for_stmt): Add unaligned_store.
7133 * tree-vect-loop-manip.c (vect_gen_niters_for_prolog_loop): Take number
7134 of iterations of prolog loop directly from LOOP_PEELING_FOR_ALIGNMENT.
7135 (vect_vfa_segment_size): Fix indentation.
7136 * tree-vectorizer.h (struct _vect_peel_info): New.
7137 (struct _vect_peel_extended_info): New.
7138 (struct _loop_vec_info): Add new field for peeling hash table and a
7139 macro for its access.
7140 (VECT_MAX_COST): Define.
7141 (vect_get_load_cost): Declare.
94dbbc81 7142 (vect_get_store_cost, vect_get_known_peeling_cost,
720f5239
IR
7143 vect_get_single_scalar_iteraion_cost): Likewise.
7144 (vect_supportable_dr_alignment): Add new argument.
7145 * tree-vect-loop.c (new_loop_vec_info): Initialize peeling hash table
7146 field.
7147 (destroy_loop_vec_info): Free peeling hash table.
7148 (vect_analyze_loop_form): Update call to builtin_vectorization_cost.
7149 (vect_analyze_loop): Move vect_enhance_data_refs_alignment before
7150 vect_analyze_slp. Fix indentation.
7151 (vect_get_single_scalar_iteraion_cost): New function.
7152 (vect_get_known_peeling_cost): Likewise.
94dbbc81
UB
7153 (vect_estimate_min_profitable_iters): Rename byte_misalign to npeel.
7154 Call vect_get_single_scalar_iteraion_cost instead of cost_for_stmt per
720f5239
IR
7155 statement. Move outside cost calculation inside unknown peeling case.
7156 Call vect_get_known_peeling_cost for known amount of peeling.
7157 * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Add data
7158 reference to the print message of forced alignment.
94dbbc81 7159 (vect_verify_datarefs_alignment): Update call to
720f5239
IR
7160 vect_supportable_dr_alignment.
7161 (vect_get_data_access_cost): New function.
7162 (vect_peeling_hash, vect_peeling_hash_eq, vect_peeling_hash_insert,
7163 vect_peeling_hash_get_most_frequent, vect_peeling_hash_get_lowest_cost,
7164 vect_peeling_hash_choose_best_peeling): Likewise.
7165 (vect_enhance_data_refs_alignment): Fix documentation. Use hash table
7166 to store all the accesses in the loop and find best possible access to
7167 align using peeling for known alignment case. For unknown alignment
7168 check if stores are preferred or if peeling is worthy.
7169 (vect_find_same_alignment_drs): Analyze pairs of loads too.
7170 (vect_supportable_dr_alignment): Add new argument and check aligned
94dbbc81 7171 accesses according to it.
720f5239 7172 * tree-vect-stmts.c (vect_get_stmt_cost): New function.
94dbbc81 7173 (cost_for_stmt): Call vect_get_stmt_cost.
720f5239 7174 (vect_model_simple_cost): Likewise.
94dbbc81 7175 (vect_model_store_cost): Call vect_get_stmt_cost. Call
720f5239
IR
7176 vect_get_store_cost to calculate the cost of the statement.
7177 (vect_get_store_cost): New function.
94dbbc81 7178 (vect_model_load_cost): Call vect_get_stmt_cost. Call
720f5239
IR
7179 vect_get_load_cost to calculate the cost of the statement.
7180 (vect_get_load_cost): New function.
7181 (vectorizable_store): Update call to vect_supportable_dr_alignment.
7182 (vectorizable_load): Likewise.
94dbbc81 7183 * config/spu/spu.c (spu_builtin_vectorization_cost): Add new arguments.
720f5239
IR
7184 * config/i386/i386.c (ix86_builtin_vectorization_cost): Add new
7185 arguments. Handle unaligned store.
7186 * config/rs6000/rs6000.c (rs6000_builtin_vectorization_cost): New.
7187 (rs6000_builtin_support_vector_misalignment): Return true for word and
7188 double word alignments for VSX.
94dbbc81 7189 * tree-vect-slp.c (vect_build_slp_tree): Update calls to
720f5239
IR
7190 vect_supportable_dr_alignment and builtin_vectorization_cost.
7191
d3ca3d6b
JDA
71922010-07-03 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
7193
7194 PR target/44597
7195 * config/pa/predicates.md (prefetch_cc_operand): Remove.
7196 (prefetch_nocc_operand): Likewise.
7197 * config/pa/pa.md (prefetch): Revise expander to use prefetch_20.
7198 (prefetch_20): New insn.
7199 (prefetch_cc): Remove.
7200 (prefetch_nocc): Likewise.
7201
4d451982
MLI
72022010-07-03 Manuel López-Ibáñez <manu@gcc.gnu.org>
7203
7204 * expr.c (vector_mode_valid_p): Move to c-common.c.
7205 * expr.h (vector_mode_valid_p): Do not declare here.
7206 * system.h: Poison GCC_EXPR_H in front-ends.
7207 * Makefile.in: Update dependencies.
7208
3a0c7e3a
JDA
72092010-07-03 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
7210
7211 PR target/44705
7212 * config/pa/pa.h (GO_IF_LEGITIMATE_ADDRESS): Reject LABEL_REF.
7213
f029db69
JH
72142010-07-03 Jan Hubicka <jh@suse.cz>
7215
7216 * timevar.def (TV_OUT_OF_SSA, TV_VAR_EXPAND, TV_POST_EXPAND,
7217 TV_VAR_TRACKING_DATAFLOW, TV_VAR_TRACKING_EMIT): New timevars.
7218 * cfgexpand.c (gimple_expand_cfg): Use new timevars.
7219 * var-tracking.c (vt_find_locations, variable_tracking_main_1):
7220 Likewise.
7221
7222 * lto-stramer-out.c (pass_ipa_lto_gimple_out, pass_ipa_lto_finish_out):
7223 Update timevars.V
7224 * timevar.def (TV_IPA_LTO_GIMPLE_IO, TV_IPA_LTO_DECL_IO): Remove.
7225 (TV_IPA_LTO_GIMPLE_IN, TV_IPA_LTO_GIMPLE_OUT, TV_IPA_LTO_DECL_IN,
7226 TV_IPA_LTO_DECL_OUT): New.
7227 * lto.c (read_cgraph_and_symbols, materialize_cgraph): Update timevars.
7228
9b8051b4
JH
72292010-07-03 Jan Hubicka <jh@suse.cz>
7230
7231 * ipa-inline.c (update_edge_key): Break out from ...
7232 update_callers_keys): ... here;
7233 (update_callee_keys): Update only the edges from caller to callee.
7234 (update_all_calle_keys): Do what update_calle_keys did.
7235 (decide_inlining_of_small_functions): Avoid recomputing of all
7236 callees when badness increase.
7237
7c4f0041
JZ
72382010-07-03 Jie Zhang <jie@codesourcery.com>
7239
7240 * config/arm/arm.c (arm_attr_length_move_neon): New.
7241 * config/arm/arm-protos.h (arm_attr_length_move_neon): Declare.
7242 * config/arm/neon.md (define_mode_attr V_slen): Remove.
7243 (neon_mov<mode> for VSTRUCT): Use arm_attr_length_move_neon
7244 to compute length attribute.
7245
4e6f5666
JZ
72462010-07-03 Jie Zhang <jie@codesourcery.com>
7247
7248 * config/arm/vfp.md (*push_multi_vfp): Use vfp_register_operand
7249 as predicate for operand 1 and remove its constraint.
7250 * config/arm/predicates.md (vfp_register_operand): New.
94dbbc81 7251 * config/arm/arm.md (*push_multi): Remove the constraint of operand 1.
4e6f5666
JZ
7252 (*push_fp_multi): Likewise.
7253
6687b740
EB
72542010-07-03 Eric Botcazou <ebotcazou@adacore.com>
7255
7256 * gimplify.c (mostly_copy_tree_r): Deal with BIND_EXPR.
7257
72582010-07-03 Jan Hubicka <jh@suse.cz>
bd7f30a1
JH
7259
7260 * config/i386/i386.c (override_options): Revert accidental commit.
7261
3f59fa1c
LCW
72622010-07-02 Le-Chun Wu <lcwu@google.com>
7263
e2cb8da2 7264 PR c++/44128
3f59fa1c
LCW
7265 * doc/invoke.texi: Update documentation of -Wshadow.
7266
73160ba9
DJ
72672010-07-02 Daniel Jacobowitz <dan@codesourcery.com>
7268 Julian Brown <julian@codesourcery.com>
7269 Sandra Loosemore <sandra@codesourcery.com>
7270
7271 * config/arm/arm.c (arm_canonicalize_comparison): Canonicalize DImode
7272 comparisons. Adjust to take both operands.
7273 (arm_select_cc_mode): Handle DImode comparisons.
7274 (arm_gen_compare_reg): Generate a scratch register for DImode
7275 comparisons which require one. Use xor for Thumb equality checks.
7276 (arm_const_double_by_immediates): New.
7277 (arm_print_operand): Allow 'Q' and 'R' for constants.
7278 (get_arm_condition_code): Handle new CC_CZmode and CC_NCVmode.
7279 * config/arm/arm.h (CANONICALIZE_COMPARISON): Always use
7280 arm_canonicalize_comparison.
7281 * config/arm/arm-modes.def: Add CC_CZmode and CC_NCVmode.
7282 * config/arm/arm-protos.h (arm_canonicalize_comparison): Update
7283 prototype.
7284 (arm_const_double_by_immediates): Declare.
7285 * config/arm/constraints.md (Di): New constraint.
7286 * config/arm/predicates.md (arm_immediate_di_operand)
7287 (arm_di_operand, cmpdi_operand): New.
7288 * config/arm/arm.md (cbranchdi4): Handle non-Cirrus also.
7289 (*arm_cmpdi_insn, *arm_cmpdi_unsigned)
7290 (*arm_cmpdi_zero, *thumb_cmpdi_zero): New insns.
7291 (cstoredi4): Handle non-Cirrus also.
7292
400cfcf5
JB
72932010-07-02 Julian Brown <julian@codesourcery.com>
7294 Sandra Loosemore <sandra@codesourcery.com>
7295
7296 PR target/43703
400cfcf5
JB
7297 * config/arm/vec-common.md (add<mode>3, sub<mode>3, smin<mode>3)
7298 (smax<mode>3): Disable for NEON float modes when
7299 flag_unsafe_math_optimizations is false.
7300 * config/arm/neon.md (*add<mode>3_neon, *sub<mode>3_neon)
7301 (*mul<mode>3_neon)
7302 (mul<mode>3add<mode>_neon, mul<mode>3neg<mode>add<mode>_neon)
7303 (reduc_splus_<mode>, reduc_smin_<mode>, reduc_smax_<mode>): Disable
7304 for NEON float modes when flag_unsafe_math_optimizations is false.
94dbbc81
UB
7305 (quad_halves_<code>v4sf): Only enable if
7306 flag_unsafe_math_optimizations is true.
400cfcf5
JB
7307 * doc/invoke.texi (ARM Options): Add note about floating point
7308 vectorization requiring -funsafe-math-optimizations.
7309
bab53516
SL
73102010-07-02 Sandra Loosemore <sandra@codesourcery.com>
7311 Julian Brown <julian@codesourcery.com>
7312
7313 * config/arm/neon.md (UNSPEC_VABA): Delete.
7314 (UNSPEC_VABAL): Delete.
7315 (UNSPEC_VABS): Delete.
7316 (UNSPEC_VMUL_N): Delete.
7317 (adddi3_neon): New.
7318 (subdi3_neon): New.
7319 (mul<mode>3add<mode>_neon): Make the pattern named.
7320 (mul<mode>3neg<mode>add<mode>_neon): Likewise.
7321 (neon_vadd<mode>): Replace with define_expand, and move the remaining
7322 unspec parts...
7323 (neon_vadd<mode>_unspec): ...to this.
7324 (neon_vmla<mode>, neon_vmla<mode>_unspec): Likewise.
7325 (neon_vlms<mode>, neon_vmls<mode>_unspec): Likewise.
7326 (neon_vsub<mode>, neon_vsub<mode>_unspec): Likewise.
7327 (neon_vaba<mode>): Rewrite in terms of vabd.
7328 (neon_vabal<mode>): Rewrite in terms of vabdl.
7329 (neon_vabs<mode>): Rewrite without unspec.
7330 * config/arm/arm.md (*arm_adddi3): Disable for TARGET_NEON.
7331 (*arm_subdi3): Likewise.
7332 * config/arm/neon.ml (Vadd, Vsub): Split out 64-bit variants and add
7333 No_op attribute to disable assembly output checks.
7334 * config/arm/arm_neon.h: Regenerated.
7335 * doc/arm-neon-intrinsics.texi: Regenerated.
7336
556e9ba0
JH
73372010-07-02 Jan Hubicka <jh@suse.cz>
7338
e2cb8da2
EB
7339 * ipa-split.c (split_function): For aggregate values, set the return
7340 slot optimization bit. When passing DECL_BY_REFERENCE, produce
94dbbc81 7341 *<retval> = fncall.part ().
556e9ba0
JH
7342 (execute_split_functions): Do not care about DECL_BY_REFERENCE.
7343
b3b7bbce
SL
73442010-07-02 Sandra Loosemore <sandra@codesourcery.com>
7345
7346 * config/arm/neon.md (UNSPEC_VAND): Delete.
7347 (UNSPEC_VBIC): Delete.
7348 (UNSPEC_VCLZ): Delete.
7349 (UNSPEC_VCNT): Delete.
7350 (UNSPEC_VEOR): Delete.
7351 (UNSPEC_VORN): Delete.
7352 (UNSPEC_VORR): Delete.
7353 (iordi3_neon): Rewrite RTL without unspec. Add alternatives to handle
7354 core registers too.
7355 (anddi3_neon): Likewise.
7356 (orndi3_neon): Likewise.
7357 (bicdi3_neon): Likewise.
7358 (xordi3_neon): Likewise.
7359 (neon_vclz<mode>): Rewrite as define_expand and clz<mode>2 to get
7360 rid of unspec and handle unused operand.
7361 (neon_vcnt<mode>): Similarly, with popcount<mode>2.
7362 * config/arm/predicates.md (imm_for_neon_logic_operand):
7363 Require TARGET_NEON.
7364 (imm_for_neon_inv_logic_operand): Likewise.
94dbbc81 7365 * config/arm/arm.md (define_split for logical_binary_operator):
b3b7bbce
SL
7366 Disable for NEON registers.
7367 (anddi3): Add new define_expand, and rename the insn. Disable
7368 this insn for NEON, where anddi3_neon now applies.
7369 (*anddi_notdi_di): Disable for TARGET_NEON, where bicdi3_neon applies.
7370 (iordi3): As for anddi3.
7371 (xordi3): Likewise.
7372 * config/arm/neon.ml (Vand): Split DImode variants and mark them
7373 as No_op to disable testing for exact instruction match.
7374 (Vorr): Likewise.
7375 (Veor): Likewise.
7376 (Vbic): Likewise.
7377 (Vorn): Likewise.
7378 * config/arm/arm_neon.h: Regenerated.
7379 * doc/arm-neon-intrinsics.texi: Regenerated.
7380
260c8ba3
EB
73812010-07-02 Eric Botcazou <ebotcazou@adacore.com>
7382
7383 * expr.h (emit_stack_probe): Declare.
7384 * explow.c (emit_stack_probe): Make global.
7385 (anti_adjust_stack_and_probe): Fix comments.
7386 * config/sparc/linux.h (STACK_CHECK_STATIC_BUILTIN): Define to 1.
7387 * config/sparc/linux64.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
7388 * config/sparc/sol2.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
7389 * config/sparc/sparc.c: Include except.h.
7390 (sparc_emit_probe_stack_range): New function.
7391 (output_probe_stack_range): Likewise.
7392 (sparc_expand_prologue): Invoke sparc_emit_probe_stack_range if static
7393 built-in stack checking is enabled.
7394 * config/sparc/sparc-protos.h (output_probe_stack_range): Declare.
7395 * config/sparc/sparc.md (UNSPECV_PROBE_STACK_RANGE): New constant.
7396 (probe_stack_range): New insn.
7397
e4f1aef1
RG
73982010-07-02 Richard Guenther <rguenther@suse.de>
7399
7400 PR target/43958
7401 * config/pa/pa.c (hppa_gimplify_va_arg_expr): Use pointer arithmetic
7402 for argument alignment.
7403
2094f1fc
JH
74042010-07-02 Jan Hubicka <jh@suse.cz>
7405
e2cb8da2
EB
7406 * ipa-split.c (verify_non_ssa_vars): Break out from ...; perform DFS
7407 walk backwards from entry_bb to check only those basic block of header
2094f1fc
JH
7408 that might lead to execution of split part.
7409 (consider_split) ... here.
7410 (find_return_bb): Allow assignment in return BB.
7411 (find_retval): New.
260c8ba3
EB
7412 (split_function): Fix name of cloned function; take care of updating
7413 return value in return_bb containing move.
2094f1fc 7414
2dc8bd76
AS
74152010-07-02 Andreas Schwab <schwab@linux-m68k.org>
7416
7417 PR target/44771
7418 * config/m68k/m68k.c (m68k_expand_prologue): Remove set but not
7419 used variable insn.
7420
0acba2b4
EB
74212010-07-02 Eric Botcazou <ebotcazou@adacore.com>
7422
7423 * implicit-zee.c (combine_reaching_defs): Fix long lines.
7424 (is_set_with_extension_DI): Delete.
7425 (struct zero_extend_info): New structure.
f4a4b582 7426 (add_removable_zero_extend): New function.
0acba2b4
EB
7427 (find_removable_zero_extends): Use note_stores to find SETs.
7428 (find_and_remove_ze): Fix long line, remove superfluous parentheses.
7429
14e444c3
CF
74302010-07-02 Changpeng Fang <changpeng.fang@amd.com>
7431
7432 * tree-ssa-loop-prefetch.c (compute_miss_rate): Rename to
7433 is_miss_rate_acceptable. Pull total_positions computation
7434 out of the loops. Early return if miss_positions exceeds
7435 the acceptable threshold.
7436 * tree-ssa-loop-prefetch.c (prune_ref_by_group_reuse): Call
7437 is_miss_rate_acceptable after renaming of compute_miss_rate.
7438
a245c04b
CF
74392010-07-02 Changpeng Fang <changpeng.fang@amd.com>
7440
7441 PR middle-end/44576
7442 * tree-ssa-loop-prefetch.c (compute_miss_rate): Return 1000 (out
7443 of 1000) for miss rate if the address diference is greater than or
7444 equal to the cache line size (the two reference will never hit the
7445 same cache line).
7446
18e8200f
BS
74472010-07-02 Bernd Schmidt <bernds@codesourcery.com>
7448
7449 PR target/42835
7450 * config/arm/arm-modes.def (CC_NOTB): New mode.
7451 * config/arm/arm.c (get_arm_condition_code): Handle it.
7452 * config/arm/thumb2.md (thumb2_compare_scc): Delete pattern.
7453 * config/arm/arm.md (subsi3_compare0_c): New pattern.
7454 (compare_scc): Now a define_and_split. Add a number of extra
7455 splitters before it.
7456
e4c6a07a
BS
7457 PR target/42172
7458 * config/arm/arm.c (thumb1_rtx_costs): Improve support for SIGN_EXTEND
7459 and ZERO_EXTEND.
7460 (arm_rtx_costs_1): Likewise.
7461 (arm_size_rtx_costs): Use arm_rtx_costs_1 for these codes.
7462 * config/arm/arm.md (is_arch6): New attribute.
7463 (zero_extendhisi2, zero_extendqisi2, extendhisi2,
7464 extendqisi2): Tighten the code somewhat, avoiding invalid
7465 RTL to occur in the expander patterns.
7466 (thumb1_zero_extendhisi2): Merge with thumb1_zero_extendhisi2_v6.
7467 (thumb1_zero_extendhisi2_v6): Delete.
7468 (thumb1_extendhisi2): Merge with thumb1_extendhisi2_v6.
7469 (thumb1_extendhisi2_v6): Delete.
7470 (thumb1_extendqisi2): Merge with thumb1_extendhisi2_v6.
7471 (thumb1_extendqisi2_v6): Delete.
7472 (zero_extendhisi2 for register input splitter): New.
7473 (zero_extendqisi2 for register input splitter): New.
7474 (thumb1_extendhisi2 for register input splitter): New.
7475 (extendhisi2 for register input splitter): New.
7476 (extendqisi2 for register input splitter): New.
7477 (TARGET_THUMB1 extendqisi2 for memory input splitter): New.
7478 (arm_zero_extendhisi2): Allow nonimmediate_operand for operand 1,
7479 and add support for a register alternative requiring a split.
7480 (thumb1_zero_extendqisi2): Likewise.
7481 (arm_zero_extendqisi2): Likewise.
7482 (arm_extendhisi2): Likewise.
7483 (arm_extendqisi2): Likewise.
7484
a277dd9b
SL
74852010-07-02 Sandra Loosemore <sandra@codesourcery.com>
7486
7487 * config/arm/arm.c (neon_vdup_constant): Expand into canonical RTL
7488 instead of an unspec.
7489 (neon_expand_vector_init): Likewise.
7490 * config/arm/neon.md (UNSPEC_VCOMBINE): Delete.
7491 (UNSPEC_VDUP_LANE): Delete.
7492 (UNSPEC VDUP_N): Delete.
7493 (UNSPEC_VGET_HIGH): Delete.
7494 (UNSPEC_VGET_LANE): Delete.
7495 (UNSPEC_VGET_LOW): Delete.
7496 (UNSPEC_VMVN): Delete.
7497 (UNSPEC_VSET_LANE): Delete.
7498 (V_double_vector_mode): New.
7499 (vec_set<mode>_internal): Make code emitted match that for the
7500 corresponding intrinsics.
7501 (vec_setv2di_internal): Likewise.
7502 (neon_vget_lanedi): Rewrite to expand into emit_move_insn.
7503 (neon_vget_lanev2di): Rewrite to expand into vec_extractv2di.
7504 (neon_vset_lane<mode>): Combine double and quad patterns and
7505 expand into vec_set<mode>_internal instead of UNSPEC_VSET_LANE.
7506 (neon_vset_lanedi): Rewrite to expand into emit_move_insn.
7507 (neon_vdup_n<mode>): Rewrite RTL without unspec.
7508 (neon_vdup_ndi): Rewrite as define_expand and use emit_move_insn.
7509 (neon_vdup_nv2di): Rewrite RTL without unspec and merge with
7510 with neon_vdup_lanev2di, adjusting the pattern from the latter
7511 to be predicable for consistency.
7512 (neon_vdup_lane<mode>_internal): New.
7513 (neon_vdup_lane<mode>): Turn into a define_expand and rewrite
7514 to avoid using an unspec.
7515 (neon_vdup_lanedi): Rewrite RTL pattern to avoid unspec.
7516 (neon_vdup_lanev2di): Turn into a define_expand.
7517 (neon_vcombine): Rewrite pattern to eliminate UNPSEC_VCOMBINE.
7518 (neon_vget_high<mode>): Replace with....
7519 (neon_vget_highv16qi): New pattern using canonical RTL.
7520 (neon_vget_highv8hi): Likewise.
7521 (neon_vget_highv4si): Likewise.
7522 (neon_vget_highv4sf): Likewise.
7523 (neon_vget_highv2di): Likewise.
7524 (neon_vget_low<mode>): Replace with....
7525 (neon_vget_lowv16qi): New pattern using canonical RTL.
7526 (neon_vget_lowv8hi): Likewise.
7527 (neon_vget_lowv4si): Likewise.
7528 (neon_vget_lowv4sf): Likewise.
7529 (neon_vget_lowv2di): Likewise.
7530
7531 * config/arm/neon.ml (Vget_lane): Add No_op attribute to suppress
7532 test for this emitting vmov.
7533 (Vset_lane): Likewise.
7534 (Vdup_n): Likewise.
7535 (Vmov_n): Likewise.
7536
7537 * doc/arm-neon-intrinsics.texi: Regenerated.
7538
8c98c2a6
SL
75392010-07-02 Sandra Loosemore <sandra@codesourcery.com>
7540
7541 * config/arm/neon.md (vec_extractv2di): Correct error in register
7542 numbering to reconcile with neon_vget_lanev2di.
7543
90fa9e17
RG
75442010-07-02 Richard Guenther <rguenther@suse.de>
7545
7546 * tree-ssa-structalias.c (pt_solution_set_var): New function.
7547 * tree-ssa-alias.h (pt_solution_set_var): Declare.
7548 * tree-ssa-loop-ivopts.c (copy_ref_info): Also copy or create
7549 points-to information.
7550
c3ac3ddf
CB
75512010-07-02 Christian Borntraeger <borntraeger@de.ibm.com>
7552
7553 * config/s390/s390.c (override_options): Adopt prefetching
7554 at -O3 to handle flag_prefetch_loop_arrays as a tristate.
7555
b144ba9d
JH
75562010-07-02 Jan Hubicka <jh@suse.cz>
7557
7558 * df-problems.c (df_kill_notes): Do not collect dead notes.
7559 (df_set_note): Just call add_reg_note.
7560 (df_set_unused_notes_for_mw, df_set_dead_notes_for_mw,
7561 df_create_unused_note): Do not deal with lists of old notes.
7562 (df_note_bb_compute): Likewise.
7563
fca821b5
RG
75642010-07-02 Richard Guenther <rguenther@suse.de>
7565
7566 * tree-ssa-structalias.c (find_func_aliases): Handle
7567 pointer alignment via BIT_AND_EXPR.
7568 * tree-vrp.c (extract_range_from_binary_expr): Likewise.
7569
19368333
RG
75702010-07-02 Richard Guenther <rguenther@suse.de>
7571
7572 * tree-data-ref.c (initialize_data_dependence_relation): Handle
7573 mismatching number of dimensions properly.
7574
1a4fc49d
UW
75752010-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7576
7577 PR target/44707
7578 * config/rs6000/rs6000.c (rs6000_legitimize_reload_address): Recognize
7579 (lo_sum (high ...) ...) patterns generated by earlier passes.
7580
c18dc5cc
RO
75812010-07-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
7582
7583 * doc/install.texi (Prerequisites): Document Perl requirement on
7584 Solaris 2.
7585 (Specific, *-*-solaris2*): Document GNU c++filt requirement.
7586
7dd536f1
RG
75872010-07-02 Richard Guenther <rguenther@suse.de>
7588
7589 PR middle-end/44777
7590 * tree-cfg.c (gimple_block_ends_with_call_p): Handle empty BBs.
7591
450997ef
JH
75922010-07-02 Jan Hubicka <jh@suse.cz>
7593
7594 PR middle-end/44706
7595 * predict.c (predict_paths_for_bb): Handle case when control dependence
7596 BB has only abnormal edges.
7597
3fa39831
RG
75982010-07-02 Richard Guenther <rguenther@suse.de>
7599
7600 PR tree-optimization/44748
7601 * tree-ssa-ccp.c (fold_const_aggregate_ref): Properly handle
7602 the embedded conversion in MEM_REFs.
7603
5a5bd694
MLI
76042010-07-01 López-Ibáñez <manu@gcc.gnu.org>
7605
7606 * reload.c: Include toplev.h.
7607 * recog.c: Likewise.
7608 * Makefile.in: Adjust dependencies.
7609
3aa05bb6
JJ
76102010-07-01 Jakub Jelinek <jakub@redhat.com>
7611
7612 PR debug/44694
7613 * dwarf2out.c (reg_loc_descriptor): For eliminated arg_pointer_rtx
7614 or frame_pointer_rtx use DW_OP_fbreg offset DW_OP_stack_value.
7615
e3ccfc8b
RG
76162010-07-01 Richard Guenther <rguenther@suse.de>
7617
7618 * emit-rtl.c (set_mem_attributes_minus_bitpos): Use unsigned
7619 types for offsets.
7620
c689f757
JR
76212010-07-01 Joern Rennecke <joern.rennecke@embecosm.com>
7622
7623 PR target/44732
7624 * config/ia64/ia64.c (ia64_register_move_cost): Remove stray '{'.
94dbbc81 7625 Fix argument types.
c21fc181 7626
cc9568ba
BS
76272010-07-01 Bernd Schmidt <bernds@codesourcery.com>
7628
7629 PR target/44727
7630 * config/i386/i386.md (peephole2 for arithmetic ops with memory):
7631 Make sure operand 0 dies.
7632
70f34814
RG
76332010-07-01 Richard Guenther <rguenther@suse.de>
7634
7635 PR middle-end/42834
7636 PR middle-end/44468
7637 * doc/gimple.texi (is_gimple_mem_ref_addr): Document.
7638 * doc/generic.texi (References to storage): Document MEM_REF.
7639 * tree-pretty-print.c (dump_generic_node): Handle MEM_REF.
7640 (print_call_name): Likewise.
7641 * tree.c (recompute_tree_invariant_for_addr_expr): Handle MEM_REF.
7642 (build_simple_mem_ref_loc): New function.
7643 (mem_ref_offset): Likewise.
7644 * tree.h (build_simple_mem_ref_loc): Declare.
7645 (build_simple_mem_ref): Define.
7646 (mem_ref_offset): Declare.
7647 * fold-const.c: Include tree-flow.h.
7648 (operand_equal_p): Handle MEM_REF.
7649 (build_fold_addr_expr_with_type_loc): Likewise.
7650 (fold_comparison): Likewise.
7651 (fold_unary_loc): Fold
7652 VIEW_CONVERT_EXPR <T1, MEM_REF <T2, ...>> to MEM_REF <T1, ...>.
7653 (fold_binary_loc): Fold MEM[&MEM[p, CST1], CST2] to MEM[p, CST1 + CST2],
7654 fold MEM[&a.b, CST2] to MEM[&a, offsetof (a, b) + CST2].
7655 * tree-ssa-alias.c (ptr_deref_may_alias_decl_p): Handle MEM_REF.
7656 (ptr_deref_may_alias_ref_p_1): Likewise.
7657 (ao_ref_base_alias_set): Properly differentiate base object for
7658 offset and TBAA.
7659 (ao_ref_init_from_ptr_and_size): Use MEM_REF.
7660 (indirect_ref_may_alias_decl_p): Handle MEM_REFs properly.
7661 (indirect_refs_may_alias_p): Likewise.
7662 (refs_may_alias_p_1): Likewise. Remove pointer SSA name def
7663 chasing code.
7664 (ref_maybe_used_by_call_p_1): Handle MEM_REF.
7665 (call_may_clobber_ref_p_1): Likewise.
7666 * dwarf2out.c (loc_list_from_tree): Handle MEM_REF.
7667 * expr.c (expand_assignment): Handle MEM_REF.
7668 (store_expr): Handle MEM_REFs from STRING_CSTs.
7669 (store_field): If expanding a MEM_REF of a non-addressable
7670 decl use bitfield operations.
7671 (get_inner_reference): Handle MEM_REF.
7672 (expand_expr_addr_expr_1): Likewise.
7673 (expand_expr_real_1): Likewise.
7674 * tree-eh.c (tree_could_trap_p): Handle MEM_REF.
7675 * alias.c (ao_ref_from_mem): Handle MEM_REF.
7676 (get_alias_set): Likewise. Properly handle VIEW_CONVERT_EXPRs.
7677 * tree-data-ref.c (dr_analyze_innermost): Handle MEM_REF.
7678 (dr_analyze_indices): Likewise.
7679 (dr_analyze_alias): Likewise.
7680 (object_address_invariant_in_loop_p): Likewise.
7681 * gimplify.c (mark_addressable): Handle MEM_REF.
7682 (gimplify_cond_expr): Build MEM_REFs.
7683 (gimplify_modify_expr_to_memcpy): Likewise.
7684 (gimplify_init_ctor_preeval_1): Handle MEM_REF.
7685 (gimple_fold_indirect_ref): Adjust.
7686 (gimplify_expr): Handle MEM_REF. Gimplify INDIRECT_REF to MEM_REF.
7687 * tree.def (MEM_REF): New tree code.
7688 * tree-dfa.c: Include toplev.h.
7689 (get_ref_base_and_extent): Handle MEM_REF.
7690 (get_addr_base_and_unit_offset): New function.
7691 * emit-rtl.c (set_mem_attributes_minus_bitpos): Handle MEM_REF.
7692 * gimple-fold.c (may_propagate_address_into_dereference): Handle
7693 MEM_REF.
7694 (maybe_fold_offset_to_array_ref): Allow possibly out-of bounds
7695 accesses if the array has just one dimension. Remove always true
7696 parameter. Do not require type compatibility here.
7697 (maybe_fold_offset_to_component_ref): Remove.
7698 (maybe_fold_stmt_indirect): Remove.
7699 (maybe_fold_reference): Remove INDIRECT_REF handling.
7700 Fold back to non-MEM_REF.
7701 (maybe_fold_offset_to_address): Simplify. Deal with type
7702 mismatches here.
7703 (maybe_fold_reference): Likewise.
7704 (maybe_fold_stmt_addition): Likewise. Also handle
7705 &ARRAY + I in addition to &ARRAY[0] + I.
7706 (fold_gimple_assign): Handle ADDR_EXPR of MEM_REFs.
7707 (gimple_get_relevant_ref_binfo): Handle MEM_REF.
7708 * cfgexpand.c (expand_debug_expr): Handle MEM_REF.
7709 * tree-ssa.c (useless_type_conversion_p): Make most pointer
7710 conversions useless.
7711 (warn_uninitialized_var): Handle MEM_REF.
7712 (maybe_rewrite_mem_ref_base): New function.
7713 (execute_update_addresses_taken): Implement re-writing of MEM_REFs
7714 to SSA form.
7715 * tree-inline.c (remap_gimple_op_r): Handle MEM_REF, remove
7716 INDIRECT_REF handling.
7717 (copy_tree_body_r): Handle MEM_REF.
7718 * gimple.c (is_gimple_addressable): Adjust.
7719 (is_gimple_address): Likewise.
7720 (is_gimple_invariant_address): ADDR_EXPRs of MEM_REFs with
7721 invariant base are invariant.
7722 (is_gimple_min_lval): Adjust.
7723 (is_gimple_mem_ref_addr): New function.
7724 (get_base_address): Handle MEM_REF.
7725 (count_ptr_derefs): Likewise.
7726 (get_base_loadstore): Likewise.
7727 * gimple.h (is_gimple_mem_ref_addr): Declare.
7728 (gimple_call_fndecl): Handle invariant MEM_REF addresses.
7729 * tree-cfg.c (verify_address): New function, split out from ...
7730 (verify_expr): ... here. Use for verifying ADDR_EXPRs and
7731 the address operand of MEM_REFs. Verify MEM_REFs. Reject
7732 INDIRECT_REFs.
7733 (verify_types_in_gimple_min_lval): Handle MEM_REF. Disallow
7734 INDIRECT_REF. Allow conversions.
7735 (verify_types_in_gimple_reference): Verify VIEW_CONVERT_EXPR of
7736 a register does not change its size.
7737 (verify_types_in_gimple_reference): Verify MEM_REF.
7738 (verify_gimple_assign_single): Disallow INDIRECT_REF.
7739 Handle MEM_REF.
7740 * tree-ssa-operands.c (opf_non_addressable, opf_not_non_addressable):
7741 New.
7742 (mark_address_taken): Handle MEM_REF.
7743 (get_indirect_ref_operands): Pass through opf_not_non_addressable.
7744 (get_asm_expr_operands): Pass opf_not_non_addressable.
7745 (get_expr_operands): Handle opf_[not_]non_addressable.
7746 Handle MEM_REF. Remove INDIRECT_REF handling.
bd3a5d17 7747 * tree-vrp.c (check_array_ref): Handle MEM_REF.
70f34814
RG
7748 (search_for_addr_array): Likewise.
7749 (check_array_bounds): Likewise.
7750 (vrp_stmt_computes_nonzero): Adjust for MEM_REF.
7751 * tree-ssa-loop-im.c (for_each_index): Handle MEM_REF.
7752 (ref_always_accessed_p): Likewise.
7753 (gen_lsm_tmp_name): Likewise. Handle ADDR_EXPR.
7754 * tree-complex.c (extract_component): Do not handle INDIRECT_REF.
7755 Handle MEM_REF.
7756 * cgraphbuild.c (mark_load): Properly check for NULL result
7757 from get_base_address.
7758 (mark_store): Likewise.
7759 * tree-ssa-loop-niter.c (array_at_struct_end_p): Handle MEM_REF.
7760 * tree-loop-distribution.c (generate_builtin): Exchange INDIRECT_REF
7761 handling for MEM_REF.
7762 * tree-scalar-evolution.c (follow_ssa_edge_expr): Handle
7763 &MEM[ptr + CST] similar to POINTER_PLUS_EXPR.
7764 * builtins.c (stabilize_va_list_loc): Use the function ABI
7765 valist type if we couldn't canonicalize the argument type.
7766 Always dereference with the canonical va-list type.
7767 (maybe_emit_free_warning): Handle MEM_REF.
7768 (fold_builtin_memory_op): Simplify and handle MEM_REFs in folding
7769 memmove to memcpy.
7770 * builtins.c (fold_builtin_memory_op): Use ref-all types
7771 for all memcpy foldings.
7772 * omp-low.c (build_receiver_ref): Adjust for MEM_REF.
7773 (build_outer_var_ref): Likewise.
7774 (scan_omp_1_op): Likewise.
7775 (lower_rec_input_clauses): Likewise.
7776 (lower_lastprivate_clauses): Likewise.
7777 (lower_reduction_clauses): Likewise.
7778 (lower_copyprivate_clauses): Likewise.
7779 (expand_omp_atomic_pipeline): Likewise.
7780 (expand_omp_atomic_mutex): Likewise.
7781 (create_task_copyfn): Likewise.
7782 * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Handle MEM_REF.
7783 Remove old union trick. Initialize constant offsets.
7784 (ao_ref_init_from_vn_reference): Likewise. Do not handle
7785 INDIRECT_REF. Init base_alias_set properly.
94dbbc81 7786 (vn_reference_lookup_3): Replace INDIRECT_REF handling with MEM_REF.
70f34814
RG
7787 (vn_reference_fold_indirect): Adjust for MEM_REFs.
7788 (valueize_refs): Fold MEM_REFs. Re-evaluate constant offset
7789 for ARRAY_REFs.
7790 (may_insert): Remove.
7791 (visit_reference_op_load): Do not test may_insert.
7792 (run_scc_vn): Remove parameter, do not fiddle with may_insert.
7793 * tree-ssa-sccvn.h (struct vn_reference_op_struct): Add
7794 a field to store the constant offset this op applies.
7795 (run_scc_vn): Adjust prototype.
7796 * cgraphunit.c (thunk_adjust): Adjust for MEM_REF.
7797 * tree-ssa-ccp.c (ccp_fold): Replace INDIRECT_REF folding with
7798 MEM_REF. Propagate &foo + CST as &MEM[&foo, CST]. Do not
7799 bother about volatile qualifiers on pointers.
7800 (fold_const_aggregate_ref): Handle MEM_REF, do not handle INDIRECT_REF.
7801 * tree-ssa-loop-ivopts.c
94dbbc81 7802 * tree-ssa-loop-ivopts.c (determine_base_object): Adjust for MEM_REF.
70f34814
RG
7803 (strip_offset_1): Likewise.
7804 (find_interesting_uses_address): Replace INDIRECT_REF handling with
7805 MEM_REF handling.
7806 (get_computation_cost_at): Likewise.
7807 * ipa-pure-const.c (check_op): Handle MEM_REF.
7808 * tree-stdarg.c (check_all_va_list_escapes): Adjust for MEM_REF.
7809 * tree-ssa-sink.c (is_hidden_global_store): Handle MEM_REF
7810 and constants.
7811 * ipa-inline.c (likely_eliminated_by_inlining_p): Handle MEM_REF.
7812 * tree-parloops.c (take_address_of): Adjust for MEM_REF.
7813 (eliminate_local_variables_1): Likewise.
7814 (create_call_for_reduction_1): Likewise.
7815 (create_loads_for_reductions): Likewise.
7816 (create_loads_and_stores_for_name): Likewise.
7817 * matrix-reorg.c (may_flatten_matrices_1): Sanitize.
7818 (ssa_accessed_in_tree): Handle MEM_REF.
7819 (ssa_accessed_in_assign_rhs): Likewise.
7820 (update_type_size): Likewise.
7821 (analyze_accesses_for_call_stmt): Likewise.
7822 (analyze_accesses_for_assign_stmt): Likewise.
7823 (transform_access_sites): Likewise.
7824 (transform_allocation_sites): Likewise.
7825 * tree-affine.c (tree_to_aff_combination): Handle MEM_REF.
7826 * tree-vect-data-refs.c (vect_create_addr_base_for_vector_ref): Do
7827 not handle INDIRECT_REF.
7828 * tree-ssa-phiopt.c (add_or_mark_expr): Handle MEM_REF.
7829 (cond_store_replacement): Likewise.
7830 * tree-ssa-pre.c (create_component_ref_by_pieces_1): Handle
7831 MEM_REF, no not handle INDIRECT_REFs.
7832 (insert_into_preds_of_block): Properly initialize avail.
7833 (phi_translate_1): Fold MEM_REFs. Re-evaluate constant offset
7834 for ARRAY_REFs. Properly handle reference lookups that
7835 require a bit re-interpretation.
7836 (can_PRE_operation): Do not handle INDIRECT_REF. Handle MEM_REF.
70f34814
RG
7837 * tree-sra.c (build_access_from_expr_1): Handle MEM_REF.
7838 (build_ref_for_offset_1): Remove.
7839 (build_ref_for_offset): Build MEM_REFs.
7840 (gate_intra_sra): Disable for now.
7841 (sra_ipa_modify_expr): Handle MEM_REF.
7842 (ipa_early_sra_gate): Disable for now.
7843 * tree-sra.c (create_access): Swap INDIRECT_REF handling for
7844 MEM_REF handling.
7845 (disqualify_base_of_expr): Likewise.
7846 (ptr_parm_has_direct_uses): Swap INDIRECT_REF handling for
7847 MEM_REF handling.
7848 (sra_ipa_modify_expr): Remove INDIRECT_REF handling.
7849 Use mem_ref_offset. Remove bogus folding.
94dbbc81 7850 (build_access_from_expr_1): Properly handle MEM_REF for non IPA-SRA.
70f34814
RG
7851 (make_fancy_name_1): Add support for MEM_REF.
7852 * tree-predcom.c (ref_at_iteration): Handle MEM_REFs.
7853 * tree-mudflap.c (mf_xform_derefs_1): Adjust for MEM_REF.
7854 * ipa-prop.c (compute_complex_assign_jump_func): Handle MEM_REF.
7855 (compute_complex_ancestor_jump_func): Likewise.
7856 (ipa_analyze_virtual_call_uses): Likewise.
7857 * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Replace
7858 INDIRECT_REF folding with more generalized MEM_REF folding.
7859 (tree_ssa_forward_propagate_single_use_vars): Adjust accordingly.
7860 (forward_propagate_addr_into_variable_array_index): Also handle
7861 &ARRAY + I in addition to &ARRAY[0] + I.
7862 * tree-ssa-dce.c (ref_may_be_aliased): Handle MEM_REF.
7863 * tree-ssa-ter.c (find_replaceable_in_bb): Avoid TER if that
7864 creates assignments with overlap.
7865 * tree-nested.c (get_static_chain): Adjust for MEM_REF.
7866 (get_frame_field): Likewise.
7867 (get_nonlocal_debug_decl): Likewise.
7868 (convert_nonlocal_reference_op): Likewise.
7869 (struct nesting_info): Add mem_refs pointer-set.
7870 (create_nesting_tree): Allocate it.
7871 (convert_local_reference_op): Insert to be folded mem-refs.
7872 (fold_mem_refs): New function.
94dbbc81 7873 (finalize_nesting_tree_1): Perform defered folding of mem-refs
70f34814
RG
7874 (free_nesting_tree): Free the pointer-set.
7875 * tree-vect-stmts.c (vectorizable_store): Adjust for MEM_REF.
7876 (vectorizable_load): Likewise.
7877 * tree-ssa-phiprop.c (phiprop_insert_phi): Adjust for MEM_REF.
7878 (propagate_with_phi): Likewise.
7879 * tree-object-size.c (addr_object_size): Handle MEM_REFs
7880 instead of INDIRECT_REFs.
7881 (compute_object_offset): Handle MEM_REF.
7882 (plus_stmt_object_size): Handle MEM_REF.
7883 (collect_object_sizes_for): Dispatch to plus_stmt_object_size
7884 for &MEM_REF.
7885 * tree-flow.h (get_addr_base_and_unit_offset): Declare.
7886 (symbol_marked_for_renaming): Likewise.
7887 * Makefile.in (tree-dfa.o): Add $(TOPLEV_H).
7888 (fold-const.o): Add $(TREE_FLOW_H).
7889 * tree-ssa-structalias.c (get_constraint_for_1): Handle MEM_REF.
7890 (find_func_clobbers): Likewise.
7891 * ipa-struct-reorg.c (decompose_indirect_ref_acc): Handle MEM_REF.
7892 (decompose_access): Likewise.
7893 (replace_field_acc): Likewise.
7894 (replace_field_access_stmt): Likewise.
7895 (insert_new_var_in_stmt): Likewise.
7896 (get_stmt_accesses): Likewise.
7897 (reorg_structs_drive): Disable.
7898 * config/i386/i386.c (ix86_va_start): Adjust for MEM_REF.
7899 (ix86_canonical_va_list_type): Likewise.
7900
a87cf97e
JR
79012010-06-30 Joern Rennecke <joern.rennecke@embecosm.com>
7902
7903 PR other/44566
7904 * coretypes.h [!USED_FOR_TARGET] (reg_class_t): Define.
7905 * target.def (struct gcc_target): Replace enum reg_class with
7906 reg_class_t in hook argument / return types.
7907 * doc/tm.texi.in (TARGET_SECONDARY_RELOAD): Likewise.
7908 (TARGET_IRA_COVER_CLASSES, TARGET_MEMORY_MOVE_COST): Likewise.
7909 (TARGET_BRANCH_TARGET_REGISTER_CLASS): Likewise.
7910 * targhooks.h (default_branch_target_register_class): Likewise.
7911 (default_ira_cover_classes, default_secondary_reload): Likewise.
7912 (default_memory_move_cost, default_register_move_cost): Likewise.
7913 * targhooks.c (default_branch_target_register_class): Likewise.
7914 (default_ira_cover_classes, default_secondary_reload): Likewise.
7915 (default_memory_move_cost, default_register_move_cost): Likewise.
7916 * reload.c (push_secondary_reload, secondary_reload_class): Likewise.
7917 * bt-load.c (branch_target_load_optimize): Likewise.
7918 * ira.c (setup_cover_and_important_classes): Likewise.
7919 * ira-costs.c (copy_cost): Likewise.
7920 * reload1.c (emit_input_reload_insns): Likewise.
7921 * config/alpha/alpha.c (alpha_secondary_reload): Likewise.
7922 * config/frv/frv.c (frv_secondary_reload): Likewise.
7923 * config/s390/s390.c (s390_secondary_reload): Likewise.
7924 * config/i386/i386.c (i386_ira_cover_classes): Likewise.
7925 (ix86_secondary_reload, ix86_memory_move_cost): Likewise.
7926 (ix86_register_move_cost): Likewise.
7927 * config/sh/sh-protos.h (sh_secondary_reload): Likewise.
7928 * config/sh/sh.c (sh_target_reg_class, sh_secondary_reload): Likewise.
7929 * config/xtensa/xtensa.c (xtensa_secondary_reload): Likewise.
7930 * config/xtensa/xtensa-protos.h (xtensa_secondary_reload): Likewise.
7931 * config/rs6000/rs6000.c (rs6000_secondary_reload): Likewise.
7932 (rs6000_ira_cover_classes): Likewise.
7933 * config/picochip/picochip.c (picochip_secondary_reload): Likewise.
7934 * config/picochip/picochip-protos.h (picochip_secondary_reload):
7935 Likewise.
7936 * config/pa/pa.c (pa_secondary_reload): Likewise.
7937 * config/mips/mips.c (mips_ira_cover_classes): Likewise.
7938 * config/bfin/bfin.c (bfin_secondary_reload): Likewise.
7939 * config/ia64/ia64.c (ia64_register_move_cost): Likewise.
7940 * doc/tm.texi: Regenerate.
7941
6e44d26e
SP
79422010-06-30 Sebastian Pop <sebastian.pop@amd.com>
7943
7944 PR bootstrrap/44726
7945 * graphite-sese-to-poly.c (build_poly_dr): Avoid uninitialized
7946 use.
7947 (build_alias_set_optimal_p): Likewise.
7948 (build_base_obj_set_for_drs): Likewise.
7949
f6170701
JR
79502010-06-30 Joern Rennecke <joern.rennecke@embecosm.com>
7951
7952 * target.def: Remove comment about licensing problems of function
7953 declarations.
7954
ad78130c
JR
7955 * target.def (declare_constant_name): Change exp to expr. Use DEFHOOK.
7956 * doc/tm.texi.in (TARGET_ASM_DECLARE_CONSTANT_NAME): Use @hook.
7957 * doc/tm.texi: Regenerate.
7958
89356d17
JR
7959 * target.def (builtin_reciprocal): Change tm_fn to md_fn. Use DEFHOOK.
7960 * doc/tm.texi.in (TARGET_BUILTIN_RECIPROCAL): Use @hook.
7961
07a5b2bc
JR
7962 * target.def (enum_va_list_p): Use DEFHOOK.
7963 * doc/tm.texi.in (TARGET_ENUM_VA_LIST_P): Use @hook.
7964 Rename ptype to ptree.
7965 * doc/tm.texi: Regenerate.
7966
08914aaa
JR
7967 * target.def (fold_builtin): Rename nargs to n_args. Use DEFHOOK.
7968 * doc/tm.texi.in (TARGET_FOLD_BUILTIN): Use @hook.
7969 * doc/tm.texi: Regenerate.
7970
911852ff
JR
7971 * target.def (memory_move_cost): Use DEFHOOK.
7972 * doc/tm.texi.in (TARGET_MEMORY_MOVE_COST): Use @hook.
7973 Rename regclass AKA class to rclass.
7974 * doc/tm.texi: Regenerate.
7975
56cb42ea
JR
7976 * target.def (pragma_parse): Use DEFHOOK.
7977 * doc/tm.texi.in (TARGET_OPTION_PRAGMA_PARSE): Use @hook.
7978 s/TARGET_VALID_OPTION_ATTRIBUTE_P/TARGET_OPTION_VALID_ATRIBUTE_P/ .
7979 * doc/tm.texi: Regenerate.
7980
ec9f85e5
JR
7981 * target.def (pass_by_reference): Use DEFHOOK.
7982 * doc/tm.texi.in (TARGET_PASS_BY_REFERENCE): Use @hook.
7983 * doc/tm.texi: Regenerate.
7984
d66f5459
JR
7985 * target.def (resolve_overloaded_builtin): Rename params to arglist.
7986 Use DEFHOOK.
7987 * doc/tm.texi.in (TARGET_RESOLVE_OVERLOADED_BUILTIN): Use @hook.
7988 * doc/tm.texi: Regenerate.
7989
893d13d5
JR
7990 * target.def (return_pops_args): Use DEFHOOK.
7991 * doc/tm.texi.in (TARGET_RETURN_POPS_ARGS): Use @hook.
7992 Rename stack-size to size.
7993 * doc/tm.texi: Regenerate.
7994
c06bbdf7
JR
7995 * target.def (dfa_new_cycle): Use DEFHOOK. Rename dump_file to dump,
7996 last-sched_cycle to last_clock, cur_cycle to clock.
7997 * doc/tm.texi.in: Use @hook.
7998 * doc/tm.texi: Regenerate.
7999
4d00d5dd
JR
8000 * target.def (print_operand, print_operand_address): Update comment.
8001 (print_operand_punct_valid_p): Likewise.
8002
0cbd9993
MLI
80032010-06-30 Manuel López-Ibáñez <manu@gcc.gnu.org>
8004
8005 * toplev.h (_fatal_insn_not_found, _fatal_insn): Move declarations
8006 to rtl.h.
8007 (error_for_asm, warning_for_asm): Move declarations to rtl-error.h.
94dbbc81 8008 * rtl.h (_fatal_insn_not_found, _fatal_insn): Move declarations here.
0cbd9993
MLI
8009 * rtl-error.h: New.
8010 * regrename.c: Do not include toplev.h. Include rtl-error.h.
8011 * rtl-error.c: Likewise.
8012 * reload.c: Likewise.
8013 * recog.c: Likewise.
8014 * sel-sched.c: Likewise.
8015 * function.c: Likewise.
8016 * reg-stack.c: Likewise.
8017 * cfgrtl.c: Likewise.
8018 * reload1.c: Likewise.
8019 * final.c: Include rtl-error.
8020 * Makefile.in: Adjust dependencies.
8021
8a9c1ae6
JH
80222010-06-30 Jan Hubicka <jh@suse.cz>
8023
8024 PR middle-end/PR44706
8025 * ipa-split (split_function): Refine conditions when to use DECL_RESULT
8026 to return the value.
8027
8a1561bc
MM
80282010-06-30 Michael Matz <matz@suse.de>
8029
8030 PR bootstrap/44699
8031 * tree-vrp.c (vrp_finalize): Deal with changing num_ssa_names.
8032 * gimple-fold.c (gimplify_and_update_call_from_tree): If LHS is
8033 a gimple reg, attach the original VDEF to the last store in the
8034 sequence.
8035
8a1dabd5
IS
80362010-06-30 Iain Sandoe <iains@gcc.gnu.org>
8037
8038 PR other/44034
8039 * config/darwin.c (darwin_override_options): Use renamed
8040 targetm.asm_out.emit_unwind_label.
8041
dcad005d
BS
80422010-06-30 Bernd Schmidt <bernds@codesourcery.com>
8043
8044 PR tree-optimization/39799
8045 * tree-inline.c (remap_ssa_name): Initialize variable only if
8046 SSA_NAME_OCCURS_IN_ABNORMAL_PHI.
8047
1d468b06
NF
80482010-06-30 Nathan Froyd <froydnj@codesourcery.com>
8049
8050 * c-parser.c (c_parser_omp_for_loop): Use a VEC for for_block.
8051
501d1a70
RG
80522010-06-30 Richard Guenther <rguenther@suse.de>
8053
8054 PR target/44722
8055 * config/i386/i386.md (peephole2 for fix:SSEMODEI24): Guard
8056 against oscillation with reverse peephole2.
8057
ed1db000
L
80582010-06-30 H.J. Lu <hongjiu.lu@intel.com>
8059
8060 PR target/44721
8061 * config/i386/i386.md (peephole2 for arithmetic ops with memory):
8062 Fix last commit.
8063
aea8fc97
NC
80642010-06-30 Nick Clifton <nickc@redhat.com>
8065
8066 * config/rx/rx-modes.def: New file.
8067 * config/rx/rx.h (FIRST_PSEUDO_REGISTER): Increase to 17.
8068 (CC_REGNUM): Define.
8069 (FIXED_REGISTERS, CALL_USED_REGISTERS, REGISTER_NAMES): Add cc
8070 register.
8071 (CC_NO_CARRY, NOTICE_UPDATE_CC): Delete.
8072 (SELECT_CC_MODE): Define.
8073 * config/rx/rx.md (CC_REG): Define. Update all patterns to use
8074 (reg:CC CC_REG) instead of (cc0).
8075 (attr "cc"): Delete.
8076 (cbranchsi4): Do not split compare and branch here. Instead move
8077 it to...
8078 (cbranchsi4_<code>): ... here. New patterns.
8079 (cmpsi): Call rx-compare_redundant to find out if it is necessary
8080 to emit the compare instruction.
8081 * config/rx/rx.c (rx_gen-cond_branch_template): Remove tests of
8082 cc_status flags.
8083 (rx_get_stack_layout): Iterate up to before CC_REGNUM not
8084 FIRST_PSEUDO_REGNUM.
8085 (rx_expand_prologue, rx_expand_epilogue): Likewise.
8086 (rx_notice_update_cc): Delete.
8087 (rx_cc_modes_compatible): New function.
8088 (flags_needed_for_conditional): New function.
8089 (flags_from_mode): New function.
8090 (rx_compare_redundant): New function - scans backwards through
94dbbc81 8091 insn list to find out if condition flags are already set correctly.
aea8fc97
NC
8092 (TARGET_CC_MODES_COMPATIBLE): Define.
8093 * config/rx/rx-protos.h (rx_compare_redundant): Prototype.
8094
8095 * config/rx/rx.h (BRANCH_COST): Define.
8096 (REGISTER_MOVE_COST): Define.
94dbbc81 8097 * config/rx/predicates (rx_source_operand): Allow all constant types.
aea8fc97
NC
8098 * config/rx/rx.md (addsi3): Add alternative for swapped operands.
8099 (tstsi4): New pattern.
8100 * config/rx/rx.c (rx_memory_move_cost): Define.
8101 (TARGET_MEMORY_MOVE_COST): Define.
8102
6662d794
MLI
81032010-06-30 Manuel López-Ibáñez <manu@gcc.gnu.org>
8104
8105 * tree.h (block_may_fallthru): Declare here.
8106 * tree-flow.h (block_may_fallthru): Do not declare here.
8107 * c-typeck.c: Do not include tree-flow.h. Include gimple.h and
8108 bitmap.h
8109 * Makefile.in (c-typeck.o): Update dependencies.
8110
9de9cbaf
JJ
81112010-06-30 Jakub Jelinek <jakub@redhat.com>
8112
8113 PR debug/44694
8114 * cselib.h (cselib_preserve_cfa_base_value): Add regno argument.
8115 * cselib.c (cfa_base_preserved_regno): New static variable.
8116 (cselib_reset_table): Don't reset cfa_base_preserved_regno instead
8117 of REGNO (cfa_base_preserved_val->locs->loc).
8118 (cselib_preserve_cfa_base_value): Add regno argument, set
8119 cfa_base_preserved_regno to it.
8120 (cselib_invalidate_regno): Allow removal of registers other than
8121 cfa_base_preserved_regno from cfa_base_preserved_val.
8122 (cselib_finish): Set cfa_base_preserved_regno to INVALID_REGNUM.
8123 * var-tracking.c (adjust_mems): Replace sp or hfp even outside
8124 of MEM addresses, if not on LHS.
8125 (reverse_op): Don't add reverse ops for cfa_base_rtx.
8126 (vt_init_cfa_base): Adjust cselib_preserve_cfa_base_value caller.
8127
ee932b8f
BS
81282010-06-30 Bernd Schmidt <bernds@codesourcery.com>
8129
8130 * recog.c (peep2_do_rebuild_jump_labels, peep2_do_cleanup_cfg): New
8131 static variables.
8132 (peep2_buf_position): New static function.
8133 (peep2_regno_dead_p, peep2_reg_dead_p, peep2_find_free_register,
8134 peephole2_optimize): Use it.
8135 (peep2_attempt, peep2_update_life): New static functions, broken out
8136 of peephole2_optimize.
8137 (peep2_fill_buffer): New static function.
8138 (peephole2_optimize): Change the main loop to try to fill the buffer
8139 with the maximum number of insns before matching them against
8140 peepholes. Use a forward scan. Remove special case for targets with
8141 conditional execution.
8142 * genrecog.c (change_state): Delete dead code.
8143 * config/i386/i386.md (peephole2 for arithmetic ops with memory):
8144 Rewrite so as not to expect the second insn to have had a peephole
8145 applied yet.
8146
4d64faec
NF
81472010-06-29 Nathan Froyd <froydnj@codesourcery.com>
8148
8149 * genhooks.c (emit_findices): Cast field precision to int.
8150 (emit_documentation): Likewise.
8151
0287000a
JJ
81522010-06-29 Jakub Jelinek <jakub@redhat.com>
8153
087fa34b
JJ
8154 PR tree-optimization/43801
8155 * cgraph.c (cgraph_create_virtual_clone): Clear DECL_SECTION_NAME
8156 if old_decl was DECL_ONE_ONLY.
8157
0287000a
JJ
8158 PR debug/44668
8159 * dwarf2out.c (add_accessibility_attribute): New function.
8160 (gen_subprogram_die, gen_variable_die, gen_field_die): Use it
8161 instead of adding DW_AT_accessibility manually.
8162 (gen_enumeration_type_die, gen_struct_or_union_type_die,
8163 gen_typedef_die): Use it.
8164
6a07b007
DR
81652010-06-29 Douglas B Rupp <rupp@gnat.com>
8166
8167 * vmsdbgout.c (full_name): Just output the file name if not native.
8168
6ca45368
DR
81692010-06-29 Douglas B Rupp <rupp@gnat.com>
8170
8171 * vmsdbgout.c (func_table): Replace with VEC func{nam,num}_tables.
8172 (funcnam_table): New static table.
8173 (funcnum_table): New static table.
8174 (write_rtnbeg): Write value saved in funcnum_table.
8175 (write_rtnend): Write value saved in funcnum_table.
8176 (vmsdbgout_begin_function): Save current function info in
8177 (vmsdbgout_init): Initialize func{nam,num}_tables. Minor reformatting.
8178 (vmsdbgout_finish): Iterate over funcnum_table.
8179
528b7aa4
DR
81802010-06-29 Douglas B Rupp <rupp@gnat.com>
8181
8182 * vmsdbgout.c (vmsdbgout_begin_epilogue): Declare
8183 (vmsdbgout_type_decl): Declare
8184 (vmsdbg_debug_hooks): Add entry for type_decl and begin_epilogue.
8185 (FUNC_EPILOGUE_LABEL): New macro
8186 (vmsdbgout_begin_epilogue): New function.
8187 (vmsdbgout_type_decl): New function.
8188
cb488ce1
DR
81892010-06-29 Douglas B Rupp <rupp@gnat.com>
8190
8191 * vmsdbg.h: Update copyright.
8192
b313b165
DR
81932010-06-29 Douglas B Rupp <rupp@gnat.com>
8194
8195 * vmsdbg.h (DST_K_TBG): New DST constant.
8196 * vmsdbgout.c (addr_const_to_string): Removed, not referenced.
8197 (write_modbeg): Cast module_language to avoid warning.
8198 (write_rtnbeg): Use DST_K_TBG vice magic mystery number.
8199
38f8b050
JR
82002010-06-29 Joern Rennecke <joern.rennecke@embecosm.com>
8201
8202 PR other/44034
8203 * target.def, doc/tm.texi.in, genhooks.c: New files.
8204 * target.h: Instead of defining individual hook members,
8205 define DEFHOOKPOD / DEFHOOK / DEFHOOK_UNDOC / HOOKSTRUCT and
8206 include target.def.
8207 * target-def.h: Instead of defining individual hook initializers,
8208 include target-hooks-def.h.
8209 * df-scan.c, haifa-sched.c, sel-sched.c: Rename targetm members:
8210 targetm.live_on_entry -> targetm.extra_live_on_entry
8211 targetm.sched.md_finish ->targetm.sched.finish
8212 targetm.sched.md_init -> targetm.sched.init
8213 targetm.sched.md_init_global -> targetm.sched.init_global
8214 targetm.asm_out.unwind_label -> targetm.asm_out.emit_unwind_label
8215 targetm.asm_out.except_table_label ->
8216 targetm.asm_out.emit_except_table_label
8217 targetm.asm_out.visibility -> targetm.asm_out.assemble_visibility
8218 targetm.target_help -> targetm.help
8219 targetm.vectorize.builtin_support_vector_misalignment ->
8220 targetm.vectorize.support_vector_misalignment
8221 targetm.file_start_app_off -> targetm.asm_file_start_app_off
8222 targetm.file_start_file_directive ->
8223 targetm.asm_file_start_file_directive
8224 * dwarf2out.c, opts.c, tree-vect-data-refs.c, except.c: Likewise.
8225 * varasm.c, config/alpha/alpha.c, config/cris/cris.c: Likewise.
8226 * gcc/config/spu/spu.c, config/ia64/ia64.c: Rename target macros:
8227 TARGET_VECTOR_ALIGNMENT_REACHABLE ->
8228 TARGET_VECTORIZE_VECTOR_ALIGNMENT_REACHABLE
8229 TARGET_SUPPORT_VECTOR_MISALIGNMENT ->
8230 TARGET_VECTORIZE_SUPPORT_VECTOR_MISALIGNMENT
8231 TARGET_UNWIND_EMIT -> TARGET_ASM_UNWIND_EMIT
8232 * config/rs6000/rs6000.c, config/arm/arm.c: Likewise.
8233 * Makefile.in (TARGET_H): Depend on target.def.
8234 (TARGET_DEF_H): Depend on target-hooks-def.h.
8235 (target-hooks-def.h, tm.texi, s-target-hooks-def-h): New rules.
8236 (s-tm-texi, build/genhooks.o, build/genhooks): Likewise.
8237 * doc/tm.texi: Regenerate.
8238
e82a40fc
JR
8239 * Makefile.in (s-tm-texi): Remove stray tab / rule.
8240
7ecb00a6
JR
8241 * config/m68k/m68k.c (targetm.sched.init_global): Update comment.
8242 (targetm.sched.init): Likewise.
8243
3fc7cd18
NF
82442010-06-29 Nathan Froyd <froydnj@codesourcery.com>
8245
8246 PR bootstrap/44713
8247 * config/i386/i386.c (type_natural_mode): Const-ify CUM parameter.
8248 (function_arg_advance_32): Const-ify TYPE parameter.
8249 (function_arg_advance_64): Likewise. Change type of NAMED to bool.
8250 (ix86_function_arg_advance): Change type of NAMED to bool.
8251 (function_arg_32): Const-ify CUM and TYPE parameters.
8252 (function_arg_64): Likewise. Change type of NAMED to bool.
8253 (function_arg_ms_64): Const-ify CUM parameter. Change type of NAMED
8254 to bool.
8255 (ix86_function_arg): Change type of NAMED to bool.
8256 (ix86_setup_incoming_varargs): Call ix86_function_arg_advance. Pass
8257 last argument as a bool.
8258
74f7912a
JR
82592010-06-29 Joern Rennecke <joern.rennecke@embecosm.com>
8260
8261 * doc/tm.texi (TARGET_OPTION_OVERRIDE): Document.
8262 (OVERRIDE_OPTIONS): Add note of obsolescence.
8263 Replace references with references to TARGET_OPTION_OVERRIDE.
8264 (Except for C_COMMON_OVERRIDE_OPTIONS, which remains similar to
8265 the macro).
8266 * targhooks.c (default_target_option_override): New function.
8267 * targhooks.h (default_target_option_override): Declare.
8268 * target.h (struct gcc_target): Add override member to
9afcc09d 8269 target_option member.
74f7912a
JR
8270 * toplev.c (process_options): Replace OVERRIDE_OPTIONS use with
8271 targetm.target_option.override call.
8272 * target-def.h (TARGET_OPTION_OVERRIDE): Define.
8273 (TARGET_OPTION_HOOKS): Add TARGET_OPTION_OVERRIDE.
8274
20a6bb58
JH
82752010-06-29 Jan Hubicka <jh@suse.cz>
8276
8277 * tree-inline.c: Replace incomming by incomin and clonning by cloning.
8278
b35366ce
JH
82792010-06-29 Jan Hubicka <jh@suse.cz>
8280
8281 * predict.c (propagate_freq): Clear EXIT_BLOCK_PTR frequency if it is
8282 unreachable.
8283 (rebuild_frequencies): New function.
8284 * predict.h (rebuild_frequencies): Declare.
8285 * tree-inline.c (copy_cfg_body): Compute properly count & frequency of
8286 entry block and edge reaching new_entry.
94dbbc81
UB
8287 (tree_function_versioning): When doing partial cloning, rebuild
8288 frequencies when done.
b35366ce
JH
8289 * passes.c (execute_function_todo): Use rebild_frequencies.
8290
50b56694
RG
82912010-06-29 Richard Guenther <rguenther@suse.de>
8292
8293 * tree-dfa.c (dump_variable): Remove noalias_state dumping.
8294 * tree-flow.h (enum noalias_state): Remove.
8295 (struct var_ann_d): Remove noalias_state member.
8296
810c4bf4
BS
82972010-06-29 Bernd Schmidt <bernds@codesourcery.com>
8298
8299 PR target/43902
8300 * config/arm/arm.md (maddsidi4, umaddsidi4): New expanders.
8301 (maddhisi4): Renamed from mulhisi3addsi. Operands renumbered.
8302 (maddhidi4): Likewise.
8303
3df41baf
BS
8304 Revert parts of the change for PR25130.
8305 * cse.c (exp_equiv_p): For MEMs, if for_gcse, only compare
8306 MEM_ALIAS_SET.
8307
3c07301f
NF
83082010-06-29 Nathan Froyd <froydnj@codesourcery.com>
8309
8310 * calls.c, dse.c, expr.c, function.c: Call targetm.calls.function_arg,
8311 targetm.calls.function_incoming_arg, and
8312 targetm.calls.function_arg_advance instead of FUNCTION_ARG,
8313 FUNCTION_INCOMING_ARG, and FUNCTION_ARG_ADVANCE, respectively.
8314 * target.h (struct gcc_target): Add function_arg_advance,
8315 function_arg, and function_incoming_arg fields.
8316 * target-def.h (TARGET_FUNCTION_ARG_ADVANCE, TARGET_FUNCTION_ARG):
8317 (TARGET_FUNCTION_INCOMING_ARG): Define.
8318 (TARGET_CALLS): Add TARGET_FUNCTION_ARG_ADVANCE, TARGET_FUNCTION_ARG,
8319 and TARGET_FUNCTION_INCOMING_ARG.
8320 * targhooks.h (default_function_arg_advance): Declare.
8321 (default_function_arg, default_function_incoming_arg): Declare.
8322 * targhooks.c (default_function_arg_advance): New function.
8323 (default_function_arg, default_function_incoming_arg): New function.
8324 * config/i386/i386.c (function_arg_advance): Rename to...
8325 (ix86_function_arg_advance): ...this. Make static.
8326 (function_arg): Rename to...
8327 (ix86_function_arg): ...this. Make static.
8328 (TARGET_FUNCTION_ARG_ADVANCE): Define.
8329 (TARGET_FUNCTION_ARG): Define.
8330 * config/i386/i386.h (FUNCTION_ARG_ADVANCE): Delete.
8331 (FUNCTION_ARG): Delete.
8332 * config/i386/i386-protos.h (function_arg_advance): Delete prototype.
8333 (function_arg): Delete prototype.
8334
079e7538
NF
83352010-06-29 Nathan Froyd <froydnj@codesourcery.com>
8336
8337 * reginfo.c (init_reg_sets_1): Adjust comments.
8338 * combine-stack-adj.c (rest_of_handle_stack_adjustments): Likewise.
8339 * calls.c (prepare_call_address): Likewise.
8340 (emit_call_1): Use targetm.calls.return_pops_args.
8341 (expand_call): Likewise.
8342 * function.c (assign_parms): Likewise.
8343 * system.h (RETURN_POPS_ARGS): Add to #pragma poison list.
8344 * target.h (struct gcc_target) [struct calls]: Add
8345 return_pops_args field.
8346 * targhooks.h (default_return_pops_args): Declare.
8347 * targhooks.c (default_return_pops_args): Define.
8348 * target-def.h (TARGET_RETURN_POPS_ARGS): Define.
8349 (TARGET_CALLS): Add TARGET_RETURN_POPS_ARGS.
8350 * doc/tm.texi (RETURN_POPS_ARGS): Rename to...
8351 (TARGET_RETURN_POPS_ARGS): ...this. Use deftypefn. Adjust
8352 documentation.
8353 * config/alpha/alpha.h (RETURN_POPS_ARGS): Delete.
8354 * config/arc/arc.h (RETURN_POPS_ARGS): Likewise.
8355 * config/arm/arm.h (RETURN_POPS_ARGS): Likewise.
8356 * config/avr/avr.h (RETURN_POPS_ARGS): Likewise.
8357 * config/bfin/bfin.h (RETURN_POPS_ARGS): Likewise.
8358 * config/cris/cris.h (RETURN_POPS_ARGS): Likewise.
8359 * config/crx/crx.h (RETURN_POPS_ARGS): Likewise.
8360 * config/fr30/fr30.h (RETURN_POPS_ARGS): Likewise.
8361 * config/frv/frv.h (RETURN_POPS_ARGS): Likewise.
8362 * config/h8300/h8300.h (RETURN_POPS_ARGS): Likewise.
8363 * config/ia64/ia64.h (RETURN_POPS_ARGS): Likewise.
8364 * config/iq2000/iq2000.h (RETURN_POPS_ARGS): Likewise.
8365 * config/lm32/lm32.h (RETURN_POPS_ARGS): Likewise.
8366 * config/m32c/m32c.h (RETURN_POPS_ARGS): Likewise.
8367 * config/m32r/m32r.h (RETURN_POPS_ARGS): Likewise.
8368 * config/m68hc11/m68hc11.h (RETURN_POPS_ARGS): Likewise.
8369 * config/mcore/mcore.h (RETURN_POPS_ARGS): Likewise.
8370 * config/mep/mep.h (RETURN_POPS_ARGS): Likewise.
8371 * config/mips/mips.h (RETURN_POPS_ARGS): Likewise.
8372 * config/mmix/mmix.h (RETURN_POPS_ARGS): Likewise.
8373 * config/mn10300/mn10300.h (RETURN_POPS_ARGS): Likewise.
8374 * config/moxie/moxie.h (RETURN_POPS_ARGS): Likewise.
8375 * config/pa/pa.h (RETURN_POPS_ARGS): Likewise.
8376 * config/pdp11/pdp11.h (RETURN_POPS_ARGS): Likewise.
8377 * config/picochip/picochip.h (RETURN_POPS_ARGS): Likewise.
8378 * config/rs6000/rs6000.h (RETURN_POPS_ARGS): Likewise.
8379 * config/rx/rx.h (RETURN_POPS_ARGS): Likewise.
8380 * config/s390/s390.h (RETURN_POPS_ARGS): Likewise.
8381 * config/score/score.h (RETURN_POPS_ARGS): Likewise.
8382 * config/sh/sh.h (RETURN_POPS_ARGS): Likewise.
8383 * config/sparc/sparc.h (RETURN_POPS_ARGS): Likewise.
8384 * config/spu/spu.h (RETURN_POPS_ARGS): Likewise.
8385 * config/stormy16/stormy16.h (RETURN_POPS_ARGS): Likewise.
8386 * config/v850/v850.h (RETURN_POPS_ARGS): Likewise.
8387 * config/xtensa/xtensa.h (RETURN_POPS_ARGS): Likewise.
8388 * config/i386/i386-protos.h (ix86_return_pops_args): Delete.
8389 * config/i386/i386.h (RETURN_POPS_ARGS): Delete.
8390 * config/i386/i386.c (ix86_return_pops_args): Make static.
8391 Constify arguments.
8392 (TARGET_RETURN_POPS_ARGS): Define.
8393 * config/m68k/m68k.h (RETURN_POPS_ARGS): Move to...
8394 * config/m68k/m68k.c (m68k_return_pops_args): ...here. New function.
8395 (TARGET_RETURN_POPS_ARGS): Define.
8396 * config/vax/vax.h (RETURN_POPS_ARGS): Move to...
8397 * config/vax/vax.c (vax_return_pops_args): ...here. New function.
8398 (TARGET_RETURN_POPS_ARGS): Define.
8399
ea184343
RG
84002010-06-29 Richard Guenther <rguenther@suse.de>
8401
8402 PR middle-end/44667
8403 * tree-inline.c (initialize_inlined_parameters): Make sure
8404 to remap the inlined parameter variable substitutions types.
8405
5dfebe0a
EB
84062010-06-29 Eric Botcazou <ebotcazou@adacore.com>
8407
8408 PR rtl-optimization/44659
8409 * combine.c (make_compound_operation) <SUBREG>: Do not return the
8410 result of force_to_mode if it partially re-expanded the compound.
8411
6b5c2d6c
JH
84122010-06-28 Jan Hubicka <jh@suse.cz>
8413
8414 PR middle-end/44671
5dfebe0a
EB
8415 * ipa-split.c (test_nonssa_use, mark_nonssa_use): Check also uses of
8416 RESULT_DECL.
6b5c2d6c 8417
9589f23e
AS
84182010-06-28 Anatoly Sokolov <aesok@post.ru>
8419
8420 * double-int.h (force_fit_type_double): Remove declaration.
8421 * double-int.c (force_fit_type_double): Move to tree.c.
8422 * tree.h (force_fit_type_double): Declare.
8423 * tree.h (force_fit_type_double): Moved from double-int.c. Use
8424 double_int type for 'cst' argument. Use double_int_fits_to_tree_p and
8425 double_int_to_tree instead of fit_double_type and build_int_cst_wide.
8426 * convert.c (convert_to_pointer): Adjust call to
8427 force_fit_type_double.
8428 * tree-vrp.c (extract_range_from_assert,
8429 extract_range_from_unary_expr): Adjust call to force_fit_type_double.
8430 * fold-const.c: Update comment.
8431 (int_const_binop, fold_convert_const_int_from_int,
8432 fold_convert_const_int_from_real, fold_convert_const_int_from_fixed,
8433 extract_muldiv_1, fold_div_compare, fold_sign_changed_comparison,
8434 fold_unary_loc, fold_negate_const, fold_abs_const, fold_not_const,
8435 round_up_loc): Adjust call to force_fit_type_double.
8436
5dfebe0a 84372010-06-28 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
dfecaf59
PT
8438
8439 * config/rs6000/rs6000.h (PROCESSOR_TITAN): Declare.
8440
bb8e5dca
MJ
84412010-06-28 Martin Jambor <mjambor@suse.cz>
8442
8443 * tree-sra.c (convert_callers): New parameter, change fndecls of
8444 recursive calls.
8445 (modify_function): Pass the old decl to convert_callers.
8446
f5d3b855
MJ
84472010-06-28 Martin Jambor <mjambor@suse.cz>
8448
8449 * ipa-cp.c (ipcp_init_cloned_node): Replace calls to
8450 ipa_check_create_node_params and ipa_initialize_node_params with
8451 checking asserts they are not necessary.
8452
4021f4a1
JH
84532010-06-28 Jan Hubicka <jh@suse.cz>
8454
8455 PR tree-optimization/44687
8456 * ipa-split.c (split_function): Use DECL_RESULT to store return value.
8457
621f4189
MJ
84582010-06-28 Martin Jambor <mjambor@suse.cz>
8459
8460 PR c++/44535
8461 * gimple-fold.c (get_first_base_binfo_with_virtuals): New function.
8462 (gimple_get_relevant_ref_binfo): Use get_first_base_binfo_with_virtuals
8463 instead of BINFO_BASE_BINFO.
8464
fe2ef088
MM
84652010-06-28 Michael Matz <matz@suse.de>
8466
8467 PR middle-end/44592
8468 * gimple-fold.c (gimplify_and_update_call_from_tree): Maintain
8469 proper VDEF chain for intermediate stores in the sequence.
8470
f0cc75e0
JH
84712010-06-28 Jan Hubicka <jh@suse.cz>
8472
8473 PR tree-optimization/44357
94dbbc81
UB
8474 * ipa-inline.c (add_new_edges_to_heap): Do not add edges to
8475 uninlinable functions.
f0cc75e0 8476
5dfebe0a 84772010-06-28 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
3c005e6c
PT
8478
8479 * config.gcc (powerpc*-*-*): Handle titan.
8480 * config/rs6000/rs6000.c (titan_cost): New costs.
8481 (rs6000_override_options): Add "titan" to processor_target_table.
8482 Add Titan to branch alignment logic.
8483 Correctly set rs6000_cost for titan.
8484 * config/rs6000/rs6000.md (cpu): Add titan. Include "titan.md".
8485 * config/rs6000/titan.md: New file.
8486 * doc/invoke.texi (RS/6000 and PowerPC Options): Document -mcpu=titan.
94dbbc81 8487
40523581
NF
84882010-06-28 Nathan Froyd <froydnj@codesourcery.com>
8489
8490 * tree-browser.c (TB_history_stack): Convert to a VEC.
8491 (TB_SET_HEAD): Adjust for new type of TB_history_stack.
8492 (TB_history_prev): Likewise.
8493
04924d6a
NF
84942010-06-28 Nathan Froyd <froydnj@codesourcery.com>
8495
8496 * vec.h (vec_heap_free): Add parentheses around free.
8497
3b06d379
SB
84982010-06-28 Steven Bosscher <steven@gcc.gnu.org>
8499
8500 * system.h: Poison GCC_EXCEPT_H for front-end files.
8501
8502 * langhooks.h (struct lang_hooks): Add eh_protect_cleanup_actions
8503 langhook.
8504 * langhooks-def.h (LANG_HOOKS_EH_PROTECT_CLEANUP_ACTIONS) New.
8505 Define to NULL by default.
8506 * except.h: Define GCC_EXCEPT_H.
8507 (doing_eh): Remove prototype.
8508 (init_eh, init_eh_for_function): Move prototypes to toplev.h.
8509 (lang_protect_cleanup_actions): Remove.
8510 * except.c (lang_protect_cleanup_actions): Remove.
8511 (doing_eh): Remove.
8512 (gen_eh_region): Don't check doing_eh here.
8513 * toplev.h (init_eh, init_eh_for_function_): Moved from except.h.
8514 * tree-eh.c (honor_protect_cleanup_actions): Use new langhook
8515 instead of lang_protect_cleanup_actions.
8516 * omp-low.c (maybe_catch_exception): Likewise.
8517 * Makefile.in: Update dependencies.
8518
5dfebe0a 85192010-06-28 Bingfeng Mei <bmei@broadcom.com>
6d41cd02 8520
94dbbc81
UB
8521 * cgraph.h (struct varpool_node): new used_from_object_file flag.
8522 (struct cgraph_local_info): new used_from_object_file flag.
8523 * cgraph.c (dump_cgraph_node): dump used_from_object_file flag.
8524 (cgraph_clone_node): initialize used_from_object_file.
8525 (cgraph_create_virtual_clone): initialize used_from_object_file.
8526 * lto-symbtab.c (lto_symtab_merge_decls_1): Set
8527 used_from_object_file flags for symbols of LDPR_PREVAILING_DEF
8528 when compiling with -fwhole-program.
8529 (lto_symtab_resolve_symbols) Use LDPR_PREVAILING_DEF_IRONLY for
6d41cd02 8530 internal resolver.
94dbbc81
UB
8531 * ipa.c (function_and_variable_visibility): Set externally_visible
8532 flag of varpool_node if used_from_object_file flag is set.
8533 (cgraph_externally_visible_p): check used_from_object_file flag.
8534 * doc/invoke.texi (-fwhole-program option): Change description of
8535 externally_visible attribute accordingly.
8536 * doc/extend.texi (externally_visible): Ditto.
6d41cd02 8537
7802ca7c
JH
85382010-06-27 Jan Hubicka <jh@suse.cz>
8539
8540 * params.def (max-inline-insns-auto): Default to 40.
8541 * doc/invoke.texi (max-inline-insns-auto): Document the change.
8542
d402c33d
JH
85432010-06-27 Jan Hubicka <jh@suse.cz>
8544
8545 PR middle-end/44671
8546 PR middle-end/44686
5dfebe0a
EB
8547 * tree.c (build_function_decl_skip_args): Clear DECL_BUILT_IN on
8548 signature change.
d402c33d
JH
8549 * ipa-split.c (split_function): Always clear DECL_BUILT_IN.
8550 * ipa-prop.c (ipa_modify_formal_parameters): Likewise.
8551
de8f4b07
AS
85522010-06-27 Anatoly Sokolov <aesok@post.ru>
8553
8554 * target.h (struct gcc_target): Add register_move_cost field.
8555 * target-def.h (TARGET_REGISTER_MOVE_COST): New.
8556 (TARGET_INITIALIZER): Use TARGET_REGISTER_MOVE_COST.
8557 * targhooks.c (default_register_move_cost): New function.
8558 * targhooks.h (default_register_move_cost): Declare function.
8559 * defaults.h (REGISTER_MOVE_COST): Delete.
8560 * ira-int.h (ira_register_move_cost): Update comment.
bd3a5d17 8561 * ira.c (ira_register_move_cost): Update comment.
de8f4b07
AS
8562 * reload.h (register_move_cost): Declare.
8563 * reginfo.c (register_move_cost): New function.
8564 (move_cost): Update comment.
8565 (init_move_cost, memory_move_secondary_cost): Replace
8566 REGISTER_MOVE_COST with register_move_cost.
8567 * postreload.c (reload_cse_simplify_set): (Ditto.).
8568 * reload.c (find_valid_class, find_reloads): (Ditto.).
8569 * reload1.c (choose_reload_regs): (Ditto.).
8570 * doc/tm.texi (TARGET_REGISTER_MOVE_COST): New.
8571 (REGISTER_MOVE_COST, TARGET_MEMORY_MOVE_COST): Update documentation.
8572 * doc/md.texi (can_create_pseudo_p): Update documentation.
8573
8574 * config/i386/i386.h (MEMORY_MOVE_COST): Remove macro.
8575 * config/i386/i386-protos.h (int ix86_memory_move_cost): Remove.
8576 * config/i386/i386.h (ix86_memory_move_cost): Make static.
8577 (TARGET_MEMORY_MOVE_COST): Define.
8578
8579 * config/ia64/ia64.h (MEMORY_MOVE_COST): Remove macro.
8580 * config/ia64/ia64-protos.h (int ia64_memory_move_cost): Remove.
8581 * config/ia64/ia64.h (ia64_memory_move_cost): Make static.
8582 (TARGET_MEMORY_MOVE_COST): Define.
8583
533e50f6
RG
85842010-06-27 Richard Guenther <rguenther@suse.de>
8585
8586 PR tree-optimization/44683
8587 * tree-ssa-dom.c (record_edge_info): Record equivalences for the
8588 false edge from the inverted condition.
8589
11af16ef
RG
85902010-06-27 Richard Guenther <rguenther@suse.de>
8591
8592 PR middle-end/44684
8593 * tree-ssa-alias.c (refs_may_alias_p_1): Allow SSA name refs.
8594 (stmt_may_clobber_ref_p_1): Do not bother to call the oracle
8595 for register LHS. Or non-store assignments.
8596
d9816849
EB
85972010-06-26 Eric Botcazou <ebotcazou@adacore.com>
8598
8599 * config/sparc/sparc.c (sparc_emit_set_const32): Make static.
8600 (sparc_emit_set_const64): Likewise. Remove disabled code.
8601 * config/sparc/sparc-protos.h (sparc_emit_set_const32): Delete.
8602 (sparc_emit_set_const64): Likewise.
8603
2639084e
CM
86042010-06-26 Catherine Moore <clm@codesourcery.com>
8605
8606 * config/mips/mips.md (alu_type): New attribute.
8607 (type): Infer type from alu_type.
8608 (*add<mode>3, *add<mode>3_mips16, *addsi3_extended,
8609 *baddu_si_eb, *baddu_si_el, *baddu_di, sub<mode>3,
8610 *subsi3_extended, negsi2, negdi2, *low<mode>,
8611 *low<mode>_mips16, *ior<mode>3, *ior<mode>3_mips16,
8612 xor<mode>3, *nor<mode>3,
8613 *zero_extend<GPR:mode>_trunc<SHORT:mode>,
8614 *zero_extendhi_truncqi): Set alu_type instead of type.
8615
df453731
DR
86162010-06-26 Douglas B Rupp <rupp@gnat.com>
8617
8618 * config/alpha/alpha.c (alpha_need_linkage): Adjust
6a02864a 8619 splay_tree_new_ggc call.
df453731
DR
8620 (alpha_use_linkage): Likewise.
8621
d5d8b111
JM
86222010-06-26 Joseph Myers <joseph@codesourcery.com>
8623
8624 * collect2.c (main): Remove SWITCHES_NEED_SPACES conditional.
8625 * doc/tm.texi (SWITCHES_NEED_SPACES): Don't document.
8626 * gcc.c (SWITCHES_NEED_SPACES, switches_need_spaces): Remove.
8627 (static_specs): Remove switches_need_spaces.
8628 (process_command, do_self_spec): Hardcode handling "-o" instead of
8629 checking switches_need_spaces.
8630 * system.h (SWITCHES_NEED_SPACES): Poison.
8631
2706a615
RG
86322010-06-26 Richard Guenther <rguenther@suse.de>
8633
8634 PR tree-optimization/44393
8635 * tree-loop-distribution.c (generate_loops_for_partition): Fix
8636 stmt removal and VOP renaming.
8637 (generate_memset_zero): Remove redundant stmt updating.
8638 * tree-flow.h (mark_virtual_ops_in_bb): Remove.
8639 * tree-cfg.c (mark_virtual_ops_in_bb): Likewise.
8640
8b3057b3
JH
86412010-06-26 Jan Hubicka <jh@suse.cz>
8642
8643 * ipa-split.c (consider_split): PHI in entry block is OK as long as all
8644 edges comming from header are equivalent.
8645 (visit_bb): Handle PHIs correctly.
8646 * tree-inline.c (copy_phis_for_bb): Be able to copy
8647 PHI from entry edge.
94dbbc81 8648 (copy_cfg_body): Produce edge from entry BB before copying PHIs.
8b3057b3 8649
6bfd4302
RB
86502010-06-26 Richard Guenther <rguenther@suse.de>
8651
8652 PR middle-end/44674
8653 * tree-ssa-alias.c (refs_may_alias_p_1): Allow all kind of
8654 decls. Handle LABEL_DECLs like FUNCTION_DECLs.
8655
922e1882
JM
86562010-06-26 Joseph Myers <joseph@codesourcery.com>
8657
8658 * gcc.c (n_switches_alloc, n_infiles_alloc, alloc_infile,
8659 add_infile, alloc_switch): New.
8660 (process_command): Remove variable lang_n_infiles. Process
8661 options in a single pass. Use new functions for allocating
8662 infiles and switches arrays. Properly skip operands of
8663 -Xpreprocessor and -Xassembler.
8664
8cf9feca
JH
86652010-06-26 Jan Hubicka <jh@suse.cz>
8666
8667 PR middle-end/44671
6bfd4302
RB
8668 * cgraphunit.c (cgraph_function_versioning): Remove wrong
8669 cgraph_make_decl_local call; fix typo copying RTL data.
8cf9feca 8670
f6052f86
DD
86712010-06-25 DJ Delorie <dj@redhat.com>
8672
8673 * config/m32c/m32c-protos.h (m32c_note_pragma_address): Declare.
8674 (m32c_output_aligned_common): Likewise.
8675 * config/m32c/m32c.h (ASM_OUTPUT_ALIGNED_DECL_COMMON): New.
8676 (ASM_OUTPUT_ALIGNED_DECL_LOCAL): New.
8677 * config/m32c/m32c-pragma.c (m32c_pragma_address): New.
8678 (m32c_register_pragmas): Register it.
8679 * config/m32c/m32c.c (m32c_get_pragma_address): New.
8680 (m32c_insert_attributes): Set #pragma address decls volatile.
8681 (pragma_entry_eq): New.
8682 (pragma_entry_hash): New.
8683 (m32c_note_pragma_address): New.
8684 (m32c_get_pragma_address): New.
8685 (m32c_output_aligned_common): New.
8686 * doc/extend.texi: Document the new pragma.
8687
8688 * config/m32c/m32c.c (m32c_illegal_subreg_p): Reject illegal MEMs
8689 also.
8690 * config/m32c/predicates.md (m32c_any_operand): Check the code
8691 instead of memory_operand so as to allow matching volatile MEMs.
8692 (m32c_nonimmediate_operand): Likewise.
8693 (mra_operand): Allow volatiles.
8694
e0a80069
AO
86952010-06-25 Alexandre Oliva <aoliva@redhat.com>
8696
8697 PR debug/44610
8698 * simplify-rtx.c (delegitimize_mem_from_attrs): Don't use a base
8699 address if the offset is unknown.
8700
8e7745dc
DR
87012010-06-25 Douglas B Rupp <rupp@gnat.com>
8702
8703 * dwarf2out.c (dwarf2out_vms_debug_main_pointer): New function.
8704 * dwarf2out.h (dwarf2out_vms_debug_main_pointer): Declare new function.
8705 * config/ia64/ia64-protos.h (ia64_start_function): Declare.
8706 * config/ia64/sysv4.h (ASM_DECLARE_FUNCTION_NAME): Move contents
8707 to ia64_start_function. Invoke it.
8708 * config/ia64/ia64.c (ia64_start_function): Call new function
8709 dwarf2out_vms_debug_main_pointer.
8710
5c8b27d7
SP
87112010-06-25 Sebastian Pop <sebastian.pop@amd.com>
8712
8713 * tree-if-conv.c (insert_gimplified_predicates): Do not insert
8714 statements computing the true predicate.
8715
29caa68a
SP
87162010-06-25 Sebastian Pop <sebastian.pop@amd.com>
8717
8718 * tree-if-conv.c (init_bb_predicate): Initialize the predicate
8719 to boolean_true_node.
8720 (reset_bb_predicate): New.
8721 (predicate_bbs): Call reset_bb_predicate.
8722
0f741287
SP
87232010-06-25 Sebastian Pop <sebastian.pop@amd.com>
8724
8725 * tree-if-conv.c (combine_blocks): Remove FIXME comment.
8726 (tree_if_conversion): Returns true when something has been changed.
8727 (main_tree_if_conversion): Return TODO_cleanup_cfg when if-conversion
8728 changed something.
8729
53aa40a8
SP
87302010-06-25 Sebastian Pop <sebastian.pop@amd.com>
8731
8732 * Makefile.in (tree-if-conv.o): Depends on DBGCNT_H.
8733 * dbgcnt.def (if_conversion_tree): New DEBUG_COUNTER.
8734 * tree-if-conv.c: Include dbgcnt.h.
8735 (tree_if_conversion): Use if_conversion_tree to count the number of
8736 if-convertible loops.
8737
1fbb509a
CF
87382010-06-25 Changpeng Fang <changpeng.fang@amd.com>
8739
8740 * common.opt (fprefetch-loop-arrays): Re-define
8741 -fprefetch-loop-arrays as a tri-state option with the initial
8742 value of -1.
8743 * tree-ssa-loop.c (gate_tree_ssa_loop_prefetch): Invoke prefetch
8744 pass only when flag_prefetch_loop_arrays > 0.
8745 * toplev.c (process_options): Note that, with tri-states,
8746 flag_prefetch_loop_arrays>0 means prefetching is enabled.
8747 * config/i386/i386.c (override_options): Enable prefetching at -O3
8748 for a set of CPUs that sw prefetching is helpful.
8749 (software_prefetching_beneficial_p): New. Return TRUE if software
8750 prefetching is beneficial for the given CPU.
8751
97f43086
L
87522010-06-25 H.J. Lu <hongjiu.lu@intel.com>
8753
8754 PR rtl-optimization/44326
8755 * implicit-zee.c (find_removable_zero_extends): Replace
8756 INSN_P with NONDEBUG_INSN_P.
8757
062c604f
MJ
87582010-06-25 Martin Jambor <mjambor@suse.cz>
8759
8760 * ipa-prop.h (struct ipa_param_descriptor): Removed the modified flag.
8761 (struct ipa_node_params): Removed the modification_analysis_done flag.
8762 (ipa_is_param_modified): Removed.
8763 (ipa_analyze_node): Declare.
8764 (ipa_compute_jump_functions): Remove declaration.
8765 (ipa_count_arguments): Likewise.
8766 (ipa_detect_param_modifications): Likewise.
8767 (ipa_analyze_params_uses): Likewise.
8768 * ipa-prop.c (struct param_analysis_info): New type.
8769 (visit_store_addr_for_mod_analysis): Removed.
8770 (visit_load_for_mod_analysis): Renamed to visit_ref_for_mod_analysis,
8771 moved down in the file.
8772 (ipa_detect_param_modifications): Merged into ipa_analyze_params_uses.
8773 (ipa_count_arguments): Made static.
8774 (mark_modified): New function.
8775 (is_parm_modified_before_call): New function.
8776 (compute_pass_through_member_ptrs): New parameter parms_info, call
8777 is_parm_modified_before_call instead of ipa_is_param_modified.
8778 (ipa_compute_jump_functions_for_edge): New parameter parms_info, pass
8779 it to compute_pass_through_member_ptrs.
8780 (ipa_compute_jump_functions): New parameter parms_info, pass it to
8781 ipa_compute_jump_functions_for_edge. Call ipa_initialize_node_params
8782 on the callee if it is analyzed. Made static.
8783 (ipa_analyze_indirect_call_uses): New parameter parms_info, call
8784 is_parm_modified_before_call instead of ipa_is_param_modified.
8785 (ipa_analyze_call_uses): New parameter parms_info, pass it to
8786 ipa_analyze_indirect_call_uses.
8787 (ipa_analyze_stmt_uses): New parameter parms_info, pass it to
8788 ipa_analyze_call_uses.
8789 (ipa_analyze_params_uses): New parameter parms_info, pass it to
8790 ipa_analyze_stmt_uses. Also perform the used analysis. Made static.
8791 (ipa_analyze_node): New function.
8792 (ipa_print_node_params): Do not dump the modified flag.
8793 (ipa_write_node_info): Assert uses_analysis_done rather than streaming
8794 it. Do not stream the modified parameter flag.
8795 (ipa_read_node_info): Set uses_analysis_done to 1 instead of streaming
8796 it. Do not stream the modified parameter flag.
8797 * ipa-cp.c (ipcp_analyze_node): Removed.
8798 (ipcp_init_stage): Iterate only once over the nodes, analyze each one
8799 with only a call to ipa_analyze_node.
8800 * ipa-inline.c (inline_indirect_intraprocedural_analysis): Analyze the
8801 node with only a call to ipa_analyze_node.
53aa40a8 8802
212580ff
MLI
88032010-06-25 Manuel López-Ibáñez <manu@gcc.gnu.org>
8804
8805 * doc/invoke.texi (-Wsuggest-attribute): Add item for noreturn.
53aa40a8 8806
3e485f62
JH
88072010-06-25 Jan Hubicka <jh@suse.cz>
8808
8809 * tree-pass.h (pass_split_functions): Declare.
8810 * opts.c (decode_options): Enable function splitting at -O2
8811 * timevar.def (TV_IPA_FNSPLIT): New macro.
8812 * ipa-split.c: New file.
8813 * common.opt (-fpartial-inlining): New flag.
8814 * Makefile.in (ipa-split.o): New object file.
8815 * passes.c (init_optimization_passes): Add ipa-split.
8816 * params.def (partial-inlining-entry-probability): New parameters.
8817 * doc/invoke.texi (-fpartial-inlining): New.
8818
12947319
MLI
88192010-06-25 Manuel López-Ibáñez <manu@gcc.gnu.org>
8820
8821 PR 44665
8822 * tree-inline.c (gimple_expand_calls_inline): Fix typo in comment.
8823 * gimplify.c (is_gimple_reg_rhs_or_call): Likewise.
8824 (gimplify_expr): Likewise.
53aa40a8 8825
8aa29647
MJ
88262010-06-25 Martin Jambor <mjambor@suse.cz>
8827
8828 * ipa-prop.c (determine_cst_member_ptr): Ignore non-clobbering
8829 statements instead of bailing out on them.
8830 (ipa_analyze_indirect_call_uses): Do not require that loads from the
8831 parameter are in the same BB as the condition. Update comments.
8832
8ba0479e
JJ
88332010-06-25 Jakub Jelinek <jakub@redhat.com>
8834
7a2eceff
JJ
8835 PR middle-end/43866
8836 * tree-ssa-loop-unswitch.c (tree_may_unswitch_on): If stmt is always
8837 true or always false, return NULL_TREE.
8838 (tree_unswitch_single_loop): Optimize conditions even when reaching
8839 max-unswitch-level parameter. If num > 0, optimize first all conditions
8840 using entry checks, then do still reachable block discovery and consider
8841 only conditions in still reachable basic blocks in the loop.
8842
8ba0479e
JJ
8843 PR tree-optimization/44539
8844 * tree-cfgcleanup.c (fixup_noreturn_call): Call update_stmt even when
8845 the call doesn't have LHS, but has VDEF.
8846
d6841109
JM
88472010-06-25 Joseph Myers <joseph@codesourcery.com>
8848
8849 * config/pa/pa.h (MODIFY_TARGET_NAME): Remove.
8850 * doc/tm.texi (MODIFY_TARGET_NAME): Don't document.
94dbbc81 8851 * gcc.c (enum add_del, struct modify_target, modify_target): Remove.
d6841109
JM
8852 (process_command): Remove code conditional on MODIFY_TARGET_NAME.
8853 * system.h (MODIFY_TARGET_NAME): Poison.
8854
4c9d416e
AM
88552010-06-25 Alan Modra <amodra@gmail.com>
8856
8857 * doc/invoke.texi: Delete mcmodel=medium from powerpc options.
8858 * config/rs6000/rs6000.h (enum rs6000_cmodel): Delete CMODEL_MEDIUM.
8859 * config/rs6000/linux64.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Set
8860 CMODEL_LARGE as default.
8861 * config/rs6000/rs6000.c (rs6000_handle_option): Remove mcmodel=medium.
8862 (offsettable_ok_by_alignment): Delete.
8863 (rs6000_emit_move): Remove mcmodel=medium optimization.
8864
0354c0c7
BS
88652010-06-25 Bernd Schmidt <bernds@codesourcery.com>
8866
8867 With large parts from Jim Wilson:
8868 PR target/43902
8869 * tree-pretty-print.c (dump_generic_node, op_code_prio): Add
8870 WIDEN_MULT_PLUS_EXPR and WIDEN_MULT_MINUS_EXPR.
8871 * optabs.c (optab_for_tree_code): Likewise.
8872 (expand_widen_pattern_expr): Likewise.
8873 * tree-ssa-math-opts.c (convert_mult_to_widen): New function, broken
8874 out of execute_optimize_widening_mul.
8875 (convert_plusminus_to_widen): New function.
8876 (execute_optimize_widening_mul): Use the two new functions.
8877 * expr.c (expand_expr_real_2): Add support for GIMPLE_TERNARY_RHS.
8878 Remove code to generate widening multiply-accumulate. Add support
8879 for WIDEN_MULT_PLUS_EXPR and WIDEN_MULT_MINUS_EXPR.
8880 * gimple-pretty-print.c (dump_ternary_rhs): New function.
8881 (dump_gimple_assign): Call it when appropriate.
8882 * tree.def (WIDEN_MULT_PLUS_EXPR, WIDEN_MULT_MINUS_EXPR): New codes.
8883 * cfgexpand.c (gimple_assign_rhs_to_tree): Likewise.
8884 (expand_gimple_stmt_1): Likewise.
8885 (expand_debug_expr): Support WIDEN_MULT_PLUS_EXPR and
8886 WIDEN_MULT_MINUS_EXPR.
8887 * tree-ssa-operands.c (get_expr_operands): Likewise.
8888 * tree-inline.c (estimate_operator_cost): Likewise.
8889 * gimple.c (extract_ops_from_tree_1): Renamed from
8890 extract_ops_from_tree. Add new arg for a third operand; fill it.
8891 (gimple_build_assign_stat): Support operations with three operands.
8892 (gimple_build_assign_with_ops_stat): Likewise.
8893 (gimple_assign_set_rhs_from_tree): Likewise.
8894 (gimple_assign_set_rhs_with_ops_1): Renamed from
8895 gimple_assign_set_rhs_with_ops. Add new arg for a third operand.
8896 (get_gimple_rhs_num_ops): Support GIMPLE_TERNARY_RHS.
8897 (get_gimple_rhs_num_ops): Handle WIDEN_MULT_PLUS_EXPR and
8898 WIDEN_MULT_MINUS_EXPR.
8899 * gimple.h (enum gimple_rhs_class): Add GIMPLE_TERNARY_RHS.
8900 (extract_ops_from_tree_1): Adjust declaration.
8901 (gimple_assign_set_rhs_with_ops_1): Likewise.
8902 (gimple_build_assign_with_ops): Pass NULL for last operand.
8903 (gimple_build_assign_with_ops3): New macro.
8904 (gimple_assign_rhs3, gimple_assign_rhs3_ptr, gimple_assign_set_rhs3,
8905 gimple_assign_set_rhs_with_ops, extract_ops_from_tree): New inline
8906 functions.
8907 * tree-cfg.c (verify_gimple_assign_ternary): New static function.
8908 (verify_gimple_assign): Call it.
8909 * doc/gimple.texi (Manipulating operands): Document GIMPLE_TERNARY_RHS.
8910 (Tuple specific accessors, subsection GIMPLE_ASSIGN): Document new
8911 functions for dealing with three-operand statements.
8912 * tree.c (commutative_ternary_tree_code): New function.
8913 * tree.h (commutative_ternary_tree_code): Declare it.
5dfebe0a
EB
8914 * tree-vrp.c (gimple_assign_nonnegative_warnv_p): Return false for
8915 ternary statements.
0354c0c7
BS
8916 (gimple_assign_nonzero_warnv_p): Likewise.
8917 * tree-ssa-sccvn.c (stmt_has_constants): Handle GIMPLE_TERNARY_RHS.
8918 * tree-ssa-ccp.c (get_rhs_assign_op_for_ccp): New static function.
8919 (ccp_fold): Use it. Handle GIMPLE_TERNARY_RHS.
8920 * tree-ssa-dom.c (enum expr_kind): Add EXPR_TERNARY.
8921 (struct hashtable_expr): New member ternary in the union.
8922 (initialize_hash_element): Handle GIMPLE_TERNARY_RHS.
8923 (hashable_expr_equal_p): Fix indentation. Handle EXPR_TERNARY.
8924 (iterative_hash_hashable_expr): Likewise.
8925 (print_expr_hash_elt): Handle EXPR_TERNARY.
8926 * gimple-fold.c (fold_gimple_assign): Handle GIMPLE_TERNARY_RHS.
8927 * tree-ssa-threadedge.c (fold_assignment_stmt): Remove useless break
8928 statements. Handle GIMPLE_TERNARY_RHS.
8929
38f78b0c
JH
89302010-06-25 Jan Hubicka <jh@suse.cz>
8931
8932 * doc/invoke.texi (-Wsuggest-attribute): Add noreturn.
8933
09a1e889
SZ
89342010-06-25 Shujing Zhao <pearly.zhao@oracle.com>
8935
8936 PR c/44517
8937 * c-parser.c (c_parser_parms_list_declarator): Return NULL if one of
8938 parameters are not good.
8939 (c_parser_parameter_declaration): Error unknown type name if the type
8940 name can't start declaration specifiers.
8941
418f840c
JM
89422010-06-25 Joseph Myers <joseph@codesourcery.com>
8943
8944 * gcc.c (translate_options): Don't mention +e in comment.
8945 (process_command): Don't handle +e specially.
8946
dd2e0807
BS
89472010-06-25 Bernd Schmidt <bernds@codesourcery.com>
8948
8949 * ira.c (allocno_pool, copy_pool, allocno_live_range_pool): Delete.
8950
3c55880a
BS
8951 * ira-build.c (merge_hard_reg_conflicts): New function.
8952 (create_cap_allocno, copy_info_to_removed_store_destinations,
8953 propagate_some_info_from_allocno, propagate_allocno_info): Use it.
8954 (move_allocno_live_ranges, copy_allocno_live_ranges): New functions.
8955 (remove_unnecessary_allocnos, remove_low_level_allocnos)
8956 copy_nifo_to_removed_store_destination): Use them.
8957 * ira-lives.c (make_hard_regno_born): New function, split out of
8958 make_regno_born.
8959 (make_allocno_born): Likewise.
8960 (make_hard_regno_dead): New function, split out of make_regno_dead.
8961 (make_allocno_dead): Likewise.
8962 (inc_register_pressure): New function, split out of set_allocno_live.
8963 (dec_register_pressure): New function, split out of clear_allocno_live.
8964 (mark_pseudo_regno_live): New function, split out of mark_reg_live.
8965 (mark_hard_reg_live): Likewise. Use inc_register_pressure.
8966 (mark_pseudo_regno_dead): New function, split out of mark_reg_dead.
8967 (mark_hard_reg_dead): Likewise. Use dec_register_pressure.
8968 (make_pseudo_conflict): Use mark_pseudo_regno_dead and
8969 mark_pseudo_regno_live.
8970 (process_bb_node_lives): Use mark_pseudo_regno_live,
8971 make_hard_regno_born and make_allocno_dead.
8972 (make_regno_born, make_regno_dead, mark_reg_live, mark_reg_dead,
8973 set_allocno_live, clear_allocno_live): Delete functions.
8974
029da7d4
BS
8975 * ira-int.h (ira_parent_allocno, ira_parent_or_cap_allocno): Declare.
8976 * ira-build.c (ira_parent_allocno, ira_parent_or_cap_allocno): New
8977 functions.
8978 (ira_flattening): Use ira_parent_allocno.
8979 * ira-conflicts.c (process_regs_for_copy, propagate_copies)
8980 build_allocno_conflicts): Use ira_parent_or_cap_allocno.
8981
6300cb73
BS
8982 * ira-color.c (assign_hard_reg): Improve formatting of multi-line for
8983 statement.
8984
42ce1cc4
BS
8985 * ira-int.h (SET_MINMAX_SET_BIT, CLEAR_MINMAX_SET_BIT,
8986 TEST_MINMAX_SET_BIT, minmax_set_iterator, minmax_set_iter_init,
8987 minmax_set_iter_cond, minmax_set_iter_next,
8988 FOR_EACH_BIT_IN_MINMAX_SET): Renamed from SET_ALLOCNO_SET_BIT,
8989 CLEAR_ALLOCNO_SET_BIT, TEST_ALLOCNO_SET_BIT, ira_allocno_set_iterator,
8990 ira_allocno_set_iter_init, ira_allocno_set_iter_cond,
8991 ira_allocno_set_iter_Next and FOR_EACH_ALLOCNO_IN_ALLOCNO_SET. All
8992 uses changed.
8993
b14151b5
BS
8994 * ira-int.h (struct live_range, live_range_t): Renamed from struct
8995 ira_allocno_live_range and allocno_live_range_t; all uses changed.
8996 * ira-build.c (live_range_pool): Renamed from allocno_live_range_pool.
8997 All uses changed.
8998
8850383b
RE
89992010-06-24 Richard Earnshaw <rearnsha@arm.com>
9000
9001 * thumb2.md (thumb2_tlobits_cbranch): Delete.
9002 (peephole2 to convert zero_extract/compare of single bit to
9003 lshift/compare): New.
9004
43a5d30b
AS
90052010-06-24 Anatoly Sokolov <aesok@post.ru>
9006
9007 * fold-const.c (const_binop): Remove 'notrunc' argement. Adjust
9008 recursive call and call to 'int_const_binop'.
9009 (build_range_check, fold_cond_expr_with_comparison, unextend,
9010 fold_truthop, extract_muldiv_1, fold_comparison, fold_binary_loc,
9011 multiple_of_p): Adjust call to const_binop.
9012
b1c6d018
UB
90132010-06-24 Uros Bizjak <ubizjak@gmail.com>
9014
9015 * config/i386/i386.md (XFmode push splitter): Use GET_MODE_SIZE to
9016 determine size of XFmode operand.
9017 (XFmode extended DFmode push splitter): Ditto.
9018 (XFmode extended SFmode push splitter): Ditto.
9019
da0ae970
L
90202010-06-24 H.J. Lu <hongjiu.lu@intel.com>
9021
9022 PR target/44588
9023 * config/i386/i386.md (extract_code): New.
9024 (<u>divmodqi4): Likewise.
9025 (divmodhiqi3): Likewise.
9026 (udivmodhiqi3): Likewise.
9027 (<u>divqi3): Remvoved.
9028
54f044eb
JJ
90292010-06-24 Jakub Jelinek <jakub@redhat.com>
9030
9031 PR middle-end/44492
9032 * recog.h (struct recog_data): Add is_asm field.
9033 * recog.c (asm_operand_ok, constrain_operands): If neither < nor > is
9034 present in constraints of inline-asm operand and memory operand
9035 contains {PRE,POST}_{INC,DEC,MODIFY}, return 0.
9036 (extract_insn): Initialize recog_data.is_asm.
9037 * doc/md.texi (Constraints): Document operand side-effect rules.
9038
d166d4c3
AK
90392010-06-24 Andi Kleen <ak@linux.intel.com>
9040
b1c6d018
UB
9041 * c-parser.c (c_parser_conditional_expression): Call
9042 warn_for_omitted_condop.
9043 * doc/invoke.texi: Document omitted condop warning.
d166d4c3 9044
b27c1cde
NC
90452010-06-24 Nick Clifton<nickc@redhat.com>
9046
9047 * loop-unswitch.c (compare_and_jump_seq): Assert that the last
9048 insn in the sequence is a jump insn before setting its label.
9049
2dcef31e
AM
90502010-06-24 Alan Modra <amodra@gmail.com>
9051
9052 * collect2.c (main): Match exactly --version and --help.
9053
5f4a67a5
DD
90542010-06-24 DJ Delorie <dj@redhat.com>
9055
9056 * config/m32c/m32c-pragma.c: Don't include rtl.h.
9057
bc051083
UB
90582010-06-23 Uros Bizjak <ubizjak@gmail.com>
9059
b1c6d018 9060 * config/i386/i386.md (mov<mode>): Macroize expander from mov{sf,df,xf}
bc051083
UB
9061 using X87MODEF mode iterator.
9062 (pushsf splitter): Macroize splitter using P mode iterator.
9063 (*swap<mode>): Macroize insn from *swap{sf,df} using MODEF
9064 mode iterator.
9065
9066 (*movxf_internal): Rename from *movxf_integer.
9067 (*movxf_internal_nointeger): Rename from *movxf_nointeger.
9068 (*movdf_internal_rex64): Rename from *movdf_integer_rex64.
9069 (*movdf_internal): Rename from *movdf_integer.
9070 (*movdf_internal_nointeger): Rename from *movdf_nointeger.
9071 (*movsf_internal): Rename from *movdf_1.
9072
cde8534c
BS
90732010-06-23 Basile Starynkevitch <basile@starynkevitch.net>
9074
bd3a5d17 9075 * coretypes.h (gimple_seq_node_d, gimple_seq_node)
cde8534c
BS
9076 (const_gimple_seq_node): Removed typedefs.
9077
bd3a5d17 9078 * gimple.h (gimple_seq_node_d, gimple_seq_node)
cde8534c
BS
9079 (const_gimple_seq_node): Added typedefs moved from coretypes.h.
9080
9b2133cd
L
90812010-06-23 H.J. Lu <hongjiu.lu@intel.com>
9082
9083 * config/i386/i386.c (bdesc_args): Replace CODE_FOR_avx_si_si256,
9084 CODE_FOR_avx_ps_ps256 and CODE_FOR_avx_pd_pd256 with
9085 CODE_FOR_vec_extract_lo_v8si, CODE_FOR_vec_extract_lo_v8sf
9086 and CODE_FOR_vec_extract_lo_v4df.
9087
9088 * config/i386/sse.md (vec_extract_lo_<AVX256MODE4P:mode>):
9089 Changed to define_insn_and_split.
9090 (vec_extract_lo_<AVX256MODE8P:mode>): Likewise.
9091 (vec_extract_lo_v16hi): Likewise.
9092 (vec_extract_lo_v32qi): Likewise.
9093 (avx_<avxmodesuffixp><avxmodesuffix>_<avxmodesuffixp>): Likewise.
9094 (avx_<avxmodesuffixp>_<avxmodesuffixp><avxmodesuffix>): Removed.
9095
82c0295a
JR
90962010-06-23 Joern Rennecke <joern.rennecke@embecosm.com>
9097
f52d94aa 9098 PR target/44640
82c0295a
JR
9099 * config/spu/spu-protos.h (spu_expand_epilogue) Use bool.
9100 * config/spu/spu.c (spu_scalar_mode_supported_p): Declare with bool.
9101 (spu_vector_mode_supported_p, spu_handle_fndecl_attribute): Likewise.
9102 (spu_handle_vector_attribute, spu_pass_by_reference): Likewise.
9103 (spu_rtx_costs, spu_function_ok_for_sibcall): Likewise.
9104
f52d94aa 9105 PR target/44640
bec02c18
JR
9106 * config/spu/spu.c (ea_load_store_inline): Use add_reg_note.
9107
f12c802a
JR
9108 PR other/44644
9109 * df-core.c (struct df): Rename to df_d.
9110 * df.h (struct df): Likewise.
9111 * dse.h (struct df): Remove forward declaration.
9112 * recog.h (struct insn_data): Rename to:
9113 (struct_insn_data_d). Adjusted all users.
9114
1004318e
AC
91152010-06-23 Arnaud Charlet <charlet@adacore.com
9116
422f3939 9117 PR ada/22220
1004318e
AC
9118 * doc/install.texi: Update requirements to build GNAT.
9119
f878882b
AS
91202010-06-22 Andreas Schwab <schwab@linux-m68k.org>
9121
9122 * config/m68k/m68k.c (m68k_output_addr_const_extra): Add cast to
9123 enum type.
9124 (m68k_sched_attr_opx_type): Remove unreachable return.
9125 (m68k_sched_attr_opy_type): Likewise.
9126 (m68k_sched_attr_size): Likewise.
9127 (sched_get_opxy_mem_type): Likewise.
9128 (m68k_sched_attr_op_mem): Likewise.
9129
8d2adc24
EB
91302010-06-22 Eric Botcazou <ebotcazou@adacore.com>
9131
9132 * cgraphunit.c (cgraph_redirect_edge_call_stmt_to_callee): Chain the
9133 new statement and adjust VDEF only if necessary. Remove superfluous
9134 call to maybe_clean_or_replace_eh_stmt.
9135 * gimple.c (gimple_call_copy_skip_args): Use gimple_call_copy_flags to
9136 copy the flags.
9137 * gimple-iterator.c (gsi_replace): Clear BB of old statement here...
9138 * tree-inline.c (copy_bb): ...and not there.
9139
ca3e07b4
CC
91402010-06-22 Cary Coutant <ccoutant@google.com>
9141
9142 * dwarf2out.c (is_nested_in_subprogram): New function.
9143 (should_move_die_to_comdat): Use it.
9144 (copy_ancestor_tree): Don't mark DIEs here.
9145 (copy_decls_walk): Start walk from root of newly-added tree;
9146 mark DIEs here instead.
9147
153b6955
L
91482010-06-22 H.J. Lu <hongjiu.lu@intel.com>
9149
9150 * config/i386/i386.md (unit): Also check sseishft1.
9151
b074e783
JH
91522010-06-22 Jan Hubicka <jh@suse.cz>
9153
8d2adc24
EB
9154 * gimple.h (gimple_expr_code): Do checking on when gimple checking is
9155 enabled.
b074e783 9156
1a0f3fa1
JH
91572010-06-22 Jan Hubicka <jh@suse.cz>
9158
8d2adc24
EB
9159 * df-problems.c (df_rd_confluence_n, df_lr_confluence_n,
9160 df_live_confluence_n, df_byte_lr_confluence_n, df_md_confluence_n):
9161 Return true if something changed.
1a0f3fa1 9162 * df.h (df_confluence_function_n): Return bool.
8d2adc24
EB
9163 * df-core.c (df_worklist_propagate_forward,
9164 df_worklist_propagate_backward): Track changes and ages.
1a0f3fa1
JH
9165 (df_worklist_dataflow_doublequeue): Use bitmap iterator for main walk;
9166 track ages.
9167 * dse.c (dse_confluence_n): Return always true.
9168
91692010-06-22 Jan Hubicka <jh@suse.cz>
07309d58
UB
9170
9171 * bitmap.c (bitmap_clear_bit): Micro optimize.
9172
a8ecfc9f
UB
91732010-06-22 Uros Bizjak <ubizjak@gmail.com>
9174
9175 * config/i386/i386.md (SWI1248x): New mode iterator.
9176 (SWI48x): Ditto.
9177 (SWI12): Ditto.
9178 (SWI24): Ditto.
bc051083 9179
a8ecfc9f
UB
9180 (mov<mode>): Macroize expander from mov{qi,hi,si,di} using
9181 SWI1248x mode iterator.
9182 (*push<mode>2_rex64): Macroize insn from *push{qi,hi,si}_rex64
9183 using SWI124 mode iterator.
9184 (*push<mode>2): Macroize insn from *push{qi,hi} using SWI12
9185 mode iterator.
9186 (*push<mode>2_prologue): Macroize insn from *pushsi2_prologue and
9187 *pushdi2_prologue_rex64 using P mode iterator.
9188 (*mov<mode>_xor): Macroize insn from *movsi_xor and *movdi_xor_rex64
9189 using SWI48 mode iterator.
9190 (*mov<mode>_or): Ditto from *movsi_or and *movdi_or_rex64.
9191 (*movabs<mode>_1): Macroize insn from *movabs{qi,hi,si,di}_1_rex64
9192 using SWI1248x mode iterator.
9193 (*movabs<mode>_2): Ditto from *movabs{qi,hi,si,di}_1_rex64.
9194 (*swap<mode>): Macroize insn from *swapsi and *swapdi_rex64 using
9195 SWI48 mode iterator.
9196 (*swap<mode>_1): Macroize insn from *swap{qi,hi}_1 using SWI12 mode
9197 iterator.
9198 (*swap<mode>_2): Ditto from *swap{qi,hi}_2.
9199 (movstrict<mode>): Macroize expander from movstrict{qi,hi} using
9200 SWI12 mode iterator.
9201 (*movstrict<mode>_1): Macroize insn from *movstrict{qi,hi}_1 using
9202 SWI12 mode iterator.
9203 (*movstrict<mode>_xor): Ditto from *movstrict{qi,hi}_xor.
9204 (*mov<mode>_extv_1): Macroize insn from *mov{hi,si}_extv_1 using
9205 SWI24 mode iterator.
9206 (*mov<mode>_extzv_1): Macroize insn from *mov{si,di}_extzv_1 using
9207 SWI48 mode iterator.
9208 (mov<mode>_insn_1): New expander.
9209 (*mov<mode>_insv_1_rex64): Macroize insn from *mov{si,di}_insv_1_rex64
9210 using SWI48x mode iterator.
9211
9212 (*movoi_internal_avx): Rename from *movoi_internal.
9213 (*movti_internal_rex64): Rename from *movti_rex64.
9214 (*movti_internal_sse): Rename from *movti_sse.
9215 (*movdi_internal_rex64): Rename from *movdi_1_rex64.
9216 (*movdi_internal): Rename from *movdi_2.
9217 (*movsi_internal): Rename from *movsi_1.
9218 (*movhi_internal): Rename from *movhi_1.
9219 (*movqi_internal): Rename from *movqi_1.
9220
9221 (insv): Update the call to gen_movsi_insv_1 for rename.
9222 * config/i386/i386.c (promote_duplicated_reg): Ditto.
9223
0d6a035d
JH
92242010-06-22 Jan Hubicka <jh@suse.cz>
9225
9226 * passes.c (execute_function_todo): Move call of statistics_fini_pass
9227 to ...
9228 (execute_todo) ... this one.
9229
8d2547f2
AM
92302010-06-22 Alan Modra <amodra@gmail.com>
9231
9232 PR target/44364
9233 * config/rs6000/e500.h (HARD_REGNO_CALLER_SAVE_MODE): Define.
9234 * caller-save.c (insert_restore, insert_save): Use non-validate
9235 form of adjust_address.
9236
e92abd50
JDA
92372010-06-21 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
9238
9239 PR target/39690
a181e869 9240 * config/pa/pa.c (override_options): Disable
e92abd50
JDA
9241 -freorder-blocks-and-partition.
9242
c1b157a6
L
92432010-06-21 H.J. Lu <hongjiu.lu@intel.com>
9244
9245 PR target/44615
9246 * config/i386/atom.md (atom_sseishft_2): Also check sseishft1.
9247
9248 * config/i386/i386.md (type): Add sseishft1
9249
9250 * config/i386/ppro_insn (ppro_insn): Also check sseishft1.
9251 (ppro_insn_load): Likewise.
9252 (ppro_insn_store): Likewise.
9253 (ppro_insn_both): Likewise.
9254
9255 * config/i386/sse.md (sse2_lshrv1ti3): Add atom_unit.
9256 (*vec_extractv2di_1_rex64_avx): Replace sseishft with sseishft1
9257 for type.
9258 (*vec_extractv2di_1_avx): Likewise.
9259 (*vec_extractv2di_1_rex64): Replace sseishft with sseishft1 for
9260 type. Remove atom_unit.
9261 (*vec_extractv2di_1_sse2): Likewise.
9262
cd7fe53b
DD
92632010-06-21 DJ Delorie <dj@redhat.com>
9264
9265 * diagnostic.h (diagnostic_classification_change_t): New.
9266 (diagnostic_context): Add history and push/pop list.
9267 (diagnostic_push_diagnostics): Declare.
9268 (diagnostic_pop_diagnostics): Declare.
9269 * diagnostic.c (diagnostic_classify_diagnostic): Store changes
9270 from pragmas in a history chain instead of the global table.
9271 (diagnostic_push_diagnostics): New.
9272 (diagnostic_pop_diagnostics): New.
9273 (diagnostic_report_diagnostic): Scan history chain to find state
9274 of diagnostics as of the diagnostic location.
9275 * opts.c (set_option): Pass UNKNOWN_LOCATION to
9276 diagnostic_classify_diagnostic.
9277 (enable_warning_as_error): Likewise.
9278 * diagnostic-core.h (DK_POP): Add after "real" diagnostics, for
9279 use in the history chain.
cd7fe53b
DD
9280 * doc/extend.texi: Document pragma GCC diagnostic changes.
9281
d34b4f64
JJ
92822010-06-21 Jakub Jelinek <jakub@redhat.com>
9283
5ec96609
JJ
9284 * dwarf2out.c (add_linkage_name): New function. Don't add
9285 anything to DW_TAG_member DIEs.
9286 (add_name_and_src_coords_attributes): Use it.
9287 (gen_variable_die): Call it for C++ static data members if
9288 specification is DW_TAG_member.
9289
f0057424
JJ
9290 * dwarf2out.c (base_type_die): Use DW_ATE_UTF for
9291 C++ char16_t and char32_t.
9292
2e1e8c5d
JJ
9293 * Makefile.in (build/genattrtab.o): Depend on vecprim.h.
9294 * genattrtab.c: Include vecprim.h.
9295 (cached_attrs, cached_attr_count, attrs_seen_once,
9296 attrs_seen_more_than_once, attrs_to_cache, attrs_cached_inside,
9297 attrs_cached_after): New variables.
9298 (find_attrs_to_cache): New function.
9299 (FLG_BITWISE, FLG_AFTER, FLG_INSIDE, FLG_OUTSIDE_AND): Define.
9300 (write_test_expr): Add attrs_cached argument, return it too,
9301 attempt to cache non-const attributes used more than once in
9302 a single case handling.
9303 (write_attr_get): Use find_attrs_to_cache, for caching candidates
9304 emit cached_* variables. Adjust write_attr_set callers.
9305 (write_attr_set): Add attrs_cached attribute, use find_attrs_to_cache
9306 to find attributes that should be cached in this block. Adjust
9307 write_test_expr callers.
9308 (write_attr_case): Clear attrs_to_cache. Adjust write_attr_set
9309 callers.
9310 (make_automaton_attrs): Adjust write_test_expr caller.
9311
2b21299c
JJ
9312 * Makefile.in (cfgexpand.o): Depend on $(INSN_ATTR_H).
9313 * genattrtab.c (check_tune_attr, find_tune_attr): New functions.
9314 (make_automaton_attrs): If find_tune_attr returns non-NULL,
9315 write separate internal_dfa_insn_code_* and insn_default_latency_*
9316 functions for each attribute's value and emit init_sched_attrs
9317 function and function pointers.
9318 * genattr.c (const_attrs, reservations): New variables.
9319 (gen_attr): Add const attributes to const_attrs vector.
9320 (check_tune_attr, find_tune_attr): New functions.
9321 (main): Add reservations to reservations vector. If find_tune_attr
9322 returns true, add prototype for init_sched_attrs and make
9323 internal_dfa_insn_code and insn_default_latency function pointers,
9324 otherwise define init_sched_attrs as dummy macro.
9325 * cfgexpand.c: Include insn-attr.h.
9326 (gimple_expand_cfg): Call init_sched_attrs.
9327
5e88be0d 9328 * stmt.c (resolve_asm_operand_names): Fix handling of %%.
d34b4f64 9329
529e5fc9
JJ
9330 PR target/44575
9331 * config/i386/i386.c (ix86_gimplify_va_arg): When copying
9332 va_arg from a set of register save slots into a temporary,
9333 if the container is bigger than type size, do the copying
9334 using smaller mode or using memcpy.
9335
67477881
JJ
9336 PR bootstrap/44426
9337 * sel-sched-dump.h (sel_prepare_string_for_dot_label): Remove
9338 prototype.
9339 (sel_print_to_dot): Remove macro.
9340 (sel_print): Likewise. New prototype.
9341 * sel-sched-dump.c (sel_prepare_string_for_dot_label): Make static.
9342 (sel_print): New function.
9343
babc4728
RO
93442010-06-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
9345
9346 * config/sol2.h (TARGET_OS_CPP_BUILTINS): Define
9347 __STDC_VERSION__=199901L, _XOPEN_SOURCE=600 for C++.
9348
31e727b0
NC
93492010-06-21 Nick Clifton <nickc@redhat.com>
9350
9351 * config/rx/rx.h (PTRDIFF_TYPE): Define.
9352 (SMALL_REGISTER_CLASS): Define (to zero).
9353 (PRINT_OPERAND): Delete.
9354 (PRINT_OPERAND_ADDRESS): Delete.
9355 * config/rx/rx-protos.h (rx_print_operand): Delete prototype.
9356 (rx_print_operand_address): Delete prototype.
9357 * config/rx/rx.c (rx_print_operand): Make static.
9358 Allow %H and %L to handle CONST_DOUBLEs.
9359 (rx_print_operand_address): Make static.
9360 (rx_gen_move_template): Rename local variable 'template' to
9361 out_template.
5e88be0d 9362 (rx_function_arg): Do not pass unknown sized objects in registers.
31e727b0
NC
9363 (TARGET_PRINT_OPERAND): Define.
9364 (TARGET_PRINT_OPERAND_ADDRESS): Define.
9365
b361b153
JK
93662010-06-21 Jan Kratochvil <jan.kratochvil@redhat.com>
9367
9368 * Makefile.in (POD2MAN): Provide --date from $(DATESTAMP).
9369
7916a546
KT
93702010-06-21 Kai Tietz <kai.tietz@onevision.com>
9371
9372 * config/i386/i386.c (ix86_compute_frame_layout): Avoid
9373 stack-alignment for simple leaf-functions.
9374
339325b3
AO
93752010-06-20 Alexandre Oliva <aoliva@redhat.com>
9376
9377 * doc/install.texi: Document bootstrap-lto.
9378
7254364e
AO
93792010-06-20 Alexandre Oliva <aoliva@redhat.com>
9380
9381 PR debug/44248
9382 * lto-streamer-in.c (input_bb): Leave debug stmts alone.
9383 (input_function): Drop them here, if VTA is disabled.
9384
dedd9d05
UB
93852010-06-20 Uros Bizjak <ubizjak@gmail.com>
9386
9387 PR target/44546
9388 * config/i386/predicates.md (ix86_swapped_fp_comparsion_operator):
9389 New predicate.
5e88be0d 9390 * config/i386/i386.md (*fp_jcc_8<mode>_387 and splitters): Use
dedd9d05
UB
9391 ix86_swapped_fp_comparsion_operator instead of
9392 ix86_fp_comparison_operator.
9393
9394 (*fp_jcc_1_387): Rename from *fp_jcc_3_387.
9395 (*fp_jcc_1r_387): Rename from *fp_jcc_4_387.
9396 (*fp_jcc_2_387): Rename from *fp_jcc_5_387.
9397 (*fp_jcc_2r_387): Rename from *fp_jcc_6_387.
9398 (*fp_jcc_3_387): Rename from *fp_jcc_7_387.
9399 (*fp_jcc_4_<mode>_387): Rename from *fp_jcc_8<mode>_387.
9400
6e2f1956
JM
94012010-06-20 Joseph Myers <joseph@codesourcery.com>
9402
9403 PR other/32998
9404 * opth-gen.awk: Generate definitions of OPT_SPECIAL_unknown,
9405 OPT_SPECIAL_program_name and OPT_SPECIAL_input_file.
9406 * opts-common.c (find_opt): Return OPT_SPECIAL_unknown on failure.
9407 (decode_cmdline_option): Update for this return value. Set
9408 orig_option_with_args_text field. Set arg field for unknown
9409 options. Make static.
9410 (decode_cmdline_options_to_array): New.
9411 (prune_options): Update handling of find_opt return value.
9412 * opts.c (read_cmdline_option): Take decoded option. Return void.
9413 (read_cmdline_options): Take decoded options.
9414 (decode_options): Add parameters for decoded options. Use
9415 decode_cmdline_options_to_array. Use decoded options for -O
9416 scan. Use integral_argument for -O parameters. Update call to
9417 read_cmdline_options.
dedd9d05 9418 (enable_warning_as_error): Update handling of find_opt return value.
6e2f1956
JM
9419 * opts.h: Update comment on unknown options.
9420 (struct cl_decoded_option): Update comments on opt_index and arg.
9421 Add orig_option_with_args_text.
9422 (decode_cmdline_option): Remove.
9423 (decode_cmdline_options_to_array): Declare.
9424 (decode_options): Update prototype.
9425 * toplev.c (save_argv): Remove.
9426 (save_decoded_options, save_decoded_options_count): New.
9427 (read_integral_parameter): Remove.
9428 (print_switch_values): Use decoded options.
dedd9d05 9429 (toplev_main): Don't set save_argv. Update call to decode_options.
6e2f1956 9430 * toplev.h (read_integral_parameter): Remove.
dedd9d05 9431 * varasm.c (elf_record_gcc_switches): Don't handle holding back names.
6e2f1956 9432
e6bfe8a2
RE
94332010-06-19 Richard Earnshaw <rearnsha@arm.com>
9434
9435 PR target/44072
9436 * arm.md (cmpsi2_addneg): Prefer emitting adds to subs with a negative
9437 immediate.
9438 * constraints.md (Pw, Px): New constraints.
9439 * thumb2.md (cmpsi2_addneg peephole2): New peepholes.
9440
1c154a23
L
94412010-06-19 H.J. Lu <hongjiu.lu@intel.com>
9442
9443 * config/i386/sse.md (fma4modesuffixf4): Removed.
9444 (ssemodesuffixf2s): Likewise.
9445 (ssemodesuffixf4): Likewise.
9446 (ssemodesuffixf2c): Likewise.
9447 (ssescalarmodesuffix2s): Likewise.
9448 (avxmodesuffixf2c): Likewise.
9449 (ssemodesuffix): New.
9450 (ssescalarmodesuffix): Likewise.
9451 Update patterns with ssemodesuffix and ssescalarmodesuffix.
9452
5a2983ce
PH
94532010-06-19 Philip Herron <herron.philip@googlemail.com>
9454
a8ecfc9f 9455 * c-decl.c (c_write_global_declarations): Don't check flag_syntax_only.
5a2983ce 9456
fae76410
L
94572010-06-18 H.J. Lu <hongjiu.lu@intel.com>
9458
9459 * stor-layout.c (debug_rli): Remove unused local variables.
9460
d36d83e9
EB
94612010-06-18 Eric Botcazou <ebotcazou@adacore.com>
9462
9463 PR rtl-optimization/40900
9464 * expr.c (expand_expr_real_1) <SSA_NAME>: Fix long line. Save the
9465 original expression for later reuse.
9466 <expand_decl_rtl>: Use promote_function_mode to compute the signedness
9467 of the promoted RTL for a SSA_NAME on the LHS of a call statement.
9468
fd7de64c
AS
94692010-06-18 Anatoly Sokolov <aesok@post.ru>
9470
9471 * double-int.h (double_int_to_shwi, double_int_to_uhwi,
9472 double_int_fits_in_uhwi_p): Implement as static inline.
9473 (double_int_xor): New inline function.
9474 (double_int_lrotate, double_int_rrotate, double_int_max,
9475 double_int_umax, double_int_smax, double_int_min, double_int_umin,
9476 double_int_smin): Declare.
9477 (lrotate_double, rrotate_double): Remove declaration.
9478 * double-int.c (double_int_fits_in_uhwi_p, double_int_to_shwi,
9479 double_int_to_uhwi, lrotate_double, rrotate_double): Remove function.
9480 (double_int_lrotate, double_int_rrotate, double_int_max,
9481 double_int_umax, double_int_smax, double_int_min, double_int_umin,
9482 double_int_smin): New function.
9483 * fold-const.c (int_const_binop): Clean up, use double_int_*
9484 functions.
9485 * simplify-rtx.c (simplify_const_binary_operation): Clean up, use
9486 double_int_* and immed_double_int_const functions.
9487
bc87224e
NF
94882010-06-18 Nathan Froyd <froydnj@codesourcery.com>
9489
9490 * function.h (types_used_by_cur_var_decl): Change type to a VEC.
9491 * function.c (types_used_by_cur_var_decl): Likewise.
a8ecfc9f 9492 (used_types_insert): Adjust for new type of types_used_by_cur_var_decl.
bc87224e 9493
76d971cc
NF
94942010-06-18 Nathan Froyd <froydnj@codesourcery.com>
9495
9496 * tree.h (record_layout_info): Change type of pending_statics field
9497 to a VEC.
9498 * stor-layout.c (start_record_layout): Store NULL into
9499 pending_statics.
9500 (debug_rli): Call debug_vec_tree instead of debug_tree.
9501 (place_field): Likewise.
9502 (finish_record_layout): Likewise.
9503
9628d8f6
AM
95042010-06-18 Alan Modra <amodra@gmail.com>
9505
9506 * config/rs6000/linux64.h (SET_CMODEL): Don't expand to empty.
9507
8ccfe1ab
JDA
95082010-06-17 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
9509
9510 PR target/43740
dedd9d05
UB
9511 * config/pa/pa.c (emit_move_sequence): Don't infer REG_POINTER flag
9512 for SET source operand from SET destination operand.
8ccfe1ab 9513
60de8907
BS
95142010-06-17 Bernd Schmidt <bernds@codesourcery.com>
9515
9516 PR rtl-optimization/39871
9517 * reload1.c (init_eliminable_invariants): For flag_pic, disable
9518 equivalences only for constants that aren't LEGITIMATE_PIC_OPERAND_P.
9519 (function_invariant_p): Rule out a plus of frame or arg pointer with
9520 a SYMBOL_REF.
9521 * ira.c (find_reg_equiv_invariant_const): Likewise.
9522
d398d903
GN
95232010-06-17 Gunther Nikl <gnikl@users.sourceforge.net>
9524
9525 * config/rs6000/rs6000.c (print_operand) <'K'>: Also use
9526 print_operand_address and puts to output the operand for CONST.
9527
654bbfea
JJ
95282010-06-17 Jakub Jelinek <jakub@redhat.com>
9529
9530 PR debug/44572
9531 * dwarf2out.c (dwarf2out_debug_hooks): Add entry for begin_epilogue
9532 hook.
9533
11d259f0
NF
95342010-06-17 Nathan Froyd <froydnj@codesourcery.com>
9535
9536 * v850-protos.h (print_operand): Delete.
9537 (print_operand_address): Delete.
9538 * v850.h (PRINT_OPERAND): Delete.
9539 (PRINT_OPERAND_PUNCT_VALID_P): Delete.
9540 (PRINT_OPERAND_ADDRESS): Delete.
9541 * v850.c (print_operand_address): Rename to...
9542 (v850_print_operand_address): ...this. Make static. Call
9543 v850_print_operand.
9544 (print_operand): Rename to...
9545 (v850_print_operand): ...this. Make static. Call
9546 v850_print_operand_address.
9547 (v850_print_operand_punct_valid_p): New function.
9548 (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS): Define.
9549 (TARGET_PRINT_OPERAND_PUNCT_VALID_P): Define.
9550
9e94b957
NF
95512010-06-17 Nathan Froyd <froydnj@codesourcery.com>
9552
9553 * config/sh/sh-protos.h (print_operand): Delete.
9554 (print_operand_address): Delete.
9555 * config/sh/sh.h (PRINT_OPERAND): Delete.
9556 (PRINT_OPERAND_PUNCT_VALID_P): Delete.
9557 (PRINT_OPERAND_ADDRESS): Delete.
9558 * config/sh/sh.c (sh_print_operand_address): Make static.
9559 (sh_print_operand): Make static. Call sh_print_operand_address
9560 and sh_print_operand.
9561 (sh_print_operand_punct_valid_p): New function.
9562 (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS): Define.
9563 (TARGET_PRINT_OPERAND_PUNCT_VALID_P): Define.
9564
349f851e
NF
95652010-06-17 Nathan Froyd <froydnj@codesourcery.com>
9566
9567 * config/mcore/mcore-protos.h (mcore_print_operand): Delete.
9568 (mcore_print_operand_address): Delete.
9569 * config/mcore/mcore.h (PRINT_OPERAND): Delete.
9570 (PRINT_OPERAND_PUNCT_VALID_P): Delete.
9571 (PRINT_OPERAND_ADDRESS): Delete.
9572 * config/mcore/mcore.c (mcore_print_operand_address): Make static.
9573 (mcore_print_operand): Make static.
9574 (mcore_print_operand_punct_valid_p): New function.
9575 (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS): Define
9576 (TARGET_PRINT_OPERAND_PUNCT_VALID_P): Define.
9577
efe554e4
NF
95782010-06-17 Nathan Froyd <froydnj@codesourcery.com>
9579
9580 * config/m68hc11/m68hc11-protos.h (print_operand): Delete.
9581 (print_operand_address): Delete.
9582 * config/m68hc11/m68hc11.h (PRINT_OPERAND): Delete.
9583 (PRINT_OPERAND_ADDRESS): Delete.
9584 * config/m68hc11/m68hc11.c (m68hc11_print_operand_address): Make
9585 static.
9586 (m68hc11_print_operand): Make static.
9587 (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS): Define.
9588
c73035c7
NF
95892010-06-17 Nathan Froyd <froydnj@codesourcery.com>
9590
9591 * config/m32r/m32r-protos.h (m32r_print_operand): Delete.
9592 (m32r_print_operand_address): Delete.
9593 * config/m32r/m32r.h (m32r_punct_chars): Delete.
9594 (PRINT_OPERAND): Delete.
9595 (PRINT_OPERAND_PUNCT_VALID_P): Delete.
9596 (PRINT_OPERAND_ADDRESS): Delete.
9597 * config/m32r/m32r.c (m32r_punct_chars): Make static.
9598 (m32r_print_operand_address): Make static.
9599 (m32r_print_operand): Make static.
9600 (m32r_print_operand_punct_valid_p): New function.
9601 (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS):
9602 (TARGET_PRINT_OPERAND_ADDRESS): Define.
9603
bf7c1408
NF
96042010-06-17 Nathan Froyd <froydnj@codesourcery.com>
9605
9606 * config/iq2000/iq2000-protos.h (print_operand): Delete.
9607 (print_operand_address): Delete.
9608 * config/iq2000/iq2000.h (PRINT_OPERAND): Delete.
9609 (PRINT_OPERAND_PUNCT_VALID_P): Delete.
9610 (PRINT_OPERAND_ADDRESS): Delete.
9611 (iq2000_print_operand_punct): Delete.
9612 * config/iq2000/iq2000.c (iq2000_print_operand_punct): Make static.
9613 (iq2000_print_operand_address): Make static.
9614 (iq2000_print_operand): Make static.
9615 (iq2000_print_operand_punct_valid_p): New function.
9616 (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS):
9617 (TARGET_PRINT_OPERAND_ADDRESS): Define.
9618
0fb30cb7
NF
96192010-06-17 Nathan Froyd <froydnj@codesourcery.com>
9620
9621 * config/frv/frv-protos.h (frv_print_operand): Delete.
9622 (frv_print_operand_address): Delete.
9623 * config/frv/frv.h (PRINT_OPERAND): Delete.
9624 (PRINT_OPERAND_PUNCT_VALID_P): Delete.
9625 (PRINT_OPERAND_ADDRESS): Delete.
9626 * config/frv/frv.c (frv_print_operand_address): Make static.
9627 (frv_print_operand): Make static.
9628 (frv_print_operand_punct_valid_p): New function.
9629 (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS):
9630 (TARGET_PRINT_OPERAND_ADDRESS): Define.
9631
bfdb7b70
NF
96322010-06-17 Nathan Froyd <froydnj@codesourcery.com>
9633
9634 * tree.h (vec_member): Declare.
9635 * tree.c (vec_member): Define.
9636
3a620661
RG
96372010-06-17 Richard Guenther <rguenther@suse.de>
9638
9639 * tree-flow-inline.h (array_ref_contains_indirect_ref): Remove.
9640 * tree-flow.h (array_ref_contains_indirect_ref): Likewise.
9641
498c378f
RG
96422010-06-17 Richard Guenther <rguenther@suse.de>
9643
9644 * tree-inline.c (declare_return_variable): Remove bogus code.
9645
bd2e63a1
RG
96462010-06-17 Richard Guenther <rguenther@suse.de>
9647
9648 * gimplify.c (gimplify_bind_expr): Always promote complex
9649 and vector variables to registers if possible.
9650
7fa5296e
RG
96512010-06-17 Richard Guenther <rguenther@suse.de>
9652
9653 * expr.c (get_inner_reference): Use double_int for bit_offset
9654 calculation.
9655
6a78b724
DD
96562010-06-16 DJ Delorie <dj@redhat.com>
9657
9658 * common.opt (-fstrict-volatile-bitfields): new.
9659 * doc/invoke.texi: Document it.
9660 * fold-const.c (optimize_bit_field_compare): For volatile
9661 bitfields, use the field's type to determine the mode, not the
9662 field's size.
9663 * expr.c (expand_assignment): Likewise.
9664 (get_inner_reference): Likewise.
9665 (expand_expr_real_1): Likewise.
9666 * expmed.c (store_fixed_bit_field): Likewise.
9667 (extract_bit_field_1): Likewise.
9668 (extract_fixed_bit_field): Likewise.
9669
f1071b12
RG
96702010-06-16 Richard Guenther <rguenther@suse.de>
9671
dedd9d05 9672 * tree-inline.c (remap_gimple_op_r): Recurse using remap_gimple_op_r.
f1071b12 9673
67ad2ae7
DR
96742010-06-16 Douglas B Rupp <rupp@gnat.com>
9675
9676 * config/ia64/vms.h (ASM_OUTPUT_DWARF_DELTA_UNITS): Remove.
9677 (ASM_OUTPUT_DWARF_VMS_DELTA: Define new macro.
9678 * dbxout.c (gcc_debug_hooks): New entry begin_epilogue.
9679 * debug.c: Likewise.
9680 * sdbout.c: Likewise.
9681 * vmsdbgout.c: Likewise.
9682 * debug.h: Likewise. (dwarf2out_vms_{begin,end}_prologue): Declare.
9683 * doc/tm.texi (ASM_OUTPUT_DWARF_VMS_DELTA): Document.
9684 * dwarf2asm.c (dw2_asm_output_vms_delta): New function.
9685 (ASM_OUTPUT_DWARF_VMS_DELTA): Call it.
9686 * dwarf2asm.h (dw2_asm_output_vms_delta): Declare.
9687 * dwarf2out.c (dw_fde_struct): New fields
9688 dw_fde_vms_{end,begin}_prologue.
9689 (PROLOGUE_END_LABEL, EPILOGUE_BEGIN_LABEL): New macros.
9690 (dwarf2out_begin_prologue): Set dw_fde_struct defaults for above.
9691 (dwarf2out_vms_end_prologue): New function.
9692 (dwarf2out_vms_begin_epilogue): New function.
9693 (dw_val_struct): New value dw_val_class_vms_delta.
9694 (gcc_debug_hooks): New entry begin_epilogue. Set end_prologue,
9695 begin_epilogue for VMS.
9696 (AT_vms_delta1, AT_vms_delta2, add_AT_vms_delta): Declare
9697 new static functions.
9698 (dwarf_attr_name): New cases DW_AT_HP_{prologue,epilogue}.
dedd9d05 9699 (AT_vms_delta1, AT_vms_delta2, add_AT_vms_delta): New
67ad2ae7
DR
9700 static functions.
9701 (print_die): New case dw_val_class_vms_delta.
9702 (attr_checksum): Likewise.
9703 (same_dw_val_p: Likewise.
9704 (size_of_die): Likewise.
9705 (value_format): Likewise.
9706 (output_die): Likewise.
9707 (gen_subprogram_die): Call add_AT_vms_delta on VMS.
9708 (dwarf2out_begin_epilogue): Rename to dwarf2out_cfi_begin_epilogue
9709 * dwarf2out.h (dwarf2out_begin_epilogue): Rename to
9710 dwarf2out_cfi_begin_epilogue
9711 * final.c (final_scan_insn): Likewise. Call begin_epilogue.
9712
ed5c4a10
NF
97132010-06-16 Nathan Froyd <froydnj@codesourcery.com>
9714
9715 * config/cris/cris-protos.h (cris_print_operand): Delete.
9716 (cris_print_operand_address): Delete.
9717 * config/cris/cris.h (PRINT_OPERAND): Delete.
9718 (PRINT_OPERAND_PUNCT_VALID_P): Delete.
9719 (PRINT_OPERAND_ADDRESS): Delete.
9720 * config/cris/cris.c (cris_print_operand_address): Make static.
9721 (cris_print_operand): Make static.
9722 (cris_print_operand_punct_valid_p): New function.
9723 (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS):
9724 (TARGET_PRINT_OPERAND_ADDRESS): Define.
9725
616c557d
NF
97262010-06-16 Nathan Froyd <froydnj@codesourcery.com>
9727
9728 * config/arm/arm-protos.h (arm_print_operand): Delete.
9729 (arm_print_operand_address): Delete.
9730 * config/arm/arm.h (PRINT_OPERAND): Delete.
9731 (PRINT_OPERAND_PUNCT_VALID_P): Delete.
9732 (PRINT_OPERAND_ADDRESS, ARM_PRINT_OPERAND_ADDRESS):
9733 (THUMB_PRINT_OPERAND_ADDRESS): Delete and move code to...
a8ecfc9f 9734 * config/arm/arm.c (arm_print_operand_address): ...here. New function.
616c557d
NF
9735 (arm_print_operand): Make static.
9736 (arm_print_operand_punct_valid_p): New function.
9737 (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS):
9738 (TARGET_PRINT_OPERAND_ADDRESS): Define.
9739
c249a7bc
NC
97402010-06-16 Nick Clifton <nickc@redhat.com>
9741
9742 * config/rx/constraints.md (NEGint4): New constraint.
9743 * config/rx/rx.md (attr cc): Add set_zsc.
9744 (cbranchsf4): Only test for -fnon-call-exceptions if cfun has been
9745 initialised.
9746 (cmpsf): Likewise.
9747 (call_internal): Clobber the cc0 register.
9748 (call_value_internal): Likewise.
9749 (cstoresi4): Likewise.
9750 (movsieq): Likewise.
9751 (movsine): Likewise.
9752 (addsi3): Add alternative to handle small negative constants.
9753 (sunsi3): Likewise.
9754 (addsi3): Do not set the O bit in the cc0 register.
9755 (adddi3): Likewise.
9756 (subsi3): Likewise.
9757 (subdi3): Likewise.
9758 (andsi3): Reorder alternatives to prefer shorter forms.
9759 (mulsi3): Likewise.
9760 (iorsi3): Likewise.
9761 (negsi2): Note that the cc0 flags are set.
9762 (rotlsi3): Note that only the Z and S bits are set in cc0.
9763 (lshrsi3): Likewise.
9764 (ashlsi3): Likewise.
9765 (subsf3): Use %Q for the MEM operand.
9766 (fix_truncsfsi2): Likewise.
9767 (floatsisf2): Likewise.
9768 (bitset): Remove early clobber from destination.
9769 (bitset_in_memory): Likewise.
9770 (lrintsf2): Clobber the cc0 register.
dedd9d05 9771 * config/rx/rx.c (rx_notice_update_cc): Handle CC_SET_ZSC.
c249a7bc
NC
9772 (rx_print_operand): Handle %N.
9773
f75aa51c
JH
97742010-06-16 Jan Hubicka <jh@suse.cz>
9775
9776 * df-core.c (df_compact_blocks): Free problem_temps vector.
9777
29be3835
MJ
97782010-06-16 Martin Jambor <mjambor@suse.cz>
9779
9780 PR tree-optimization/43905
9781 * tree-sra.c: Include tree-inline.h.
9782 (create_abstract_origin): Removed.
9783 (modify_function): Version the call graph node instead of creating
9784 abstract origins and dealing with same_body aliases.
9785 * tree-sra.c (ipa_sra_preliminary_function_checks): Check whether the
9786 function is versionable.
9787 * Makefile.in (tree-sra.o): Add TREE_INLINE_H to dependencies.
9788
e7bfcf35
MK
97892010-06-16 Maxim Kuvyrkov <maxim@codesourcery.com>
9790
9791 * config/mips/linux64.h (BIONIC_DYNAMIC_LINKERN32): Define.
9792 (CHOOSE_DYNAMIC_LINKER): Update.
9793
f582a3aa
UB
97942010-06-15 Uros Bizjak <ubizjak@gmail.com>
9795
9796 * config/i386/i386.c (*prefetch_sse_<mode>): Macroize insn from
9797 *prefetch_sse and *prefetch_sse_rex using P mode iterator.
9798 (*prefetch_3dnow_<mode>): Ditto from *prefetch_3dnow and
9799 *prefetch_3dnow_rex.
9800
e4f7c483
AS
98012010-06-15 Anatoly Sokolov <aesok@post.ru>
9802
9803 * target.h (struct asm_out):Add declare_constant_name field.
9804 * target-def.h (TARGET_ASM_DECLARE_CONSTANT_NAME): Define.
9805 (TARGET_INITIALIZER): Use TARGET_ASM_DECLARE_CONSTANT_NAME.
9806 * output.h (default_asm_declare_constant_name): Declare.
9807 (assemble_label): Update prototype.
9808 * varasm.c (assemble_constant_contents): Use
9809 targetm.asm_out.declare_constant_name target hook.
9810 (assemble_label): Add 'file' argument.
9811 (default_asm_declare_constant_name): New function.
9812 * system.h (ASM_DECLARE_CONSTANT_NAME): Poison.
9813 * doc/tm.texi (ASM_DECLARE_CONSTANT_NAME): Remove.
9814 (TARGET_ASM_DECLARE_CONSTANT_NAME): Document it.
9815
9816 * config/darwin-protos.h (darwin_asm_declare_constant_name): Declare.
9817 * config/darwin.c (darwin_asm_declare_constant_name): New function.
9818 (machopic_output_indirection): Update assemble_label argument list.
9819 * config/darwin.h (ASM_DECLARE_CONSTANT_NAME): Remove.
9820 (TARGET_ASM_DECLARE_CONSTANT_NAME): Define.
9821
6ab4e307
SP
98222010-06-15 Sebastian Pop <sebastian.pop@amd.com>
9823
9824 PR middle-end/44391
9825 * graphite-clast-to-gimple.c (graphite_create_new_loop_guard): Use
9826 size_one_node for pointer types. Do not call gmp_cst_to_tree.
9827
7fc1dad6
RG
98282010-06-15 Richard Guenther <rguenther@suse.de>
9829
9830 * tree-ssa-pre.c (eliminate): Handle PHI elimination to constants.
9831
50416c61 98322010-06-15 Paul Brook <paul@codesourcery.com>
6ab4e307 9833
50416c61
PB
9834 * config/arm/arm.c (use_vfp_abi): Add sorry() for Thumb-1
9835 hard-float ABI.
9836
15bbc165
AO
98372010-06-15 Alexandre Oliva <aoliva@redhat.com>
9838
9839 * tree-vect-patterns.c (vect_pattern_recog_1): Bail out if we
9840 don't get a vector type for output.
9841
79943d19
JJ
98422010-06-15 Jakub Jelinek <jakub@redhat.com>
9843
9844 PR fortran/44536
9845 * langhooks.h (struct lang_hooks_for_decls): Add omp_report_decl.
9846 * langhooks-def.h (LANG_HOOKS_OMP_REPORT_DECL): Define.
9847 (LANG_HOOKS_DECLS): Add it.
9848 * gimplify.c (omp_notice_variable): Call
9849 lang_hooks.decls.omp_report_decl.
9850
eed5f58a
MJ
98512010-06-15 Martin Jambor <mjambor@suse.cz>
9852
9853 PR lto/44464
9854 * tree-sra.c (replace_removed_params_ssa_names): Call release_ssa_name
9855 on the newly dead SSA name.
9856
070b27da
AM
98572010-06-15 Alan Modra <amodra@gmail.com>
9858
9859 * doc/invoke.texi: Add mcmodel to powerpc options.
9860 * configure.ac: Add HAVE_LD_LARGE_TOC test.
9861 * configure: Regenerate.
9862 * config.in: Regenerate.
9863 * config/rs6000/linux64.opt (mcmodel): New.
9864 * config/rs6000/linux64.h (TARGET_USES_LINUX64_OPT): Define.
9628d8f6 9865 (TARGET_CMODEL, SET_CMODEL): Define.
070b27da
AM
9866 (SUBSUBTARGET_OVERRIDE_OPTIONS): Check user -mcmodel choice,
9867 select CMODEL_MEDIUM default.
9868 * config/rs6000/rs6000.h (enum rs6000_cmodel): New.
9869 (TARGET_CMODEL): Define default.
9870 * config/rs6000/rs6000.c (cmodel): New variable.
9871 (rs6000_explicit_options): Add cmodel field.
9872 (rs6000_handle_option): Handle -mcmodel.
9873 (create_TOC_reference): Add largetoc_reg param. Generate high,
9874 lo_sum rtl for CMODEL_MEDIUM and CMODEL_LARGE. Update all callers.
9875 (rs6000_delegitimize_address): Recognise new toc reference rtl
9876 and minimal-toc rtl.
9877 (rs6000_legitimize_reload_address): Handle new toc references.
9878 (print_operand_address): Handle legitimate_constant_pool_address_p
9879 match before lo_sum.
9880 (rs6000_eliminate_indexed_memrefs): Tidy.
9881 (rs6000_emit_move): Tweak threshold for inlining constants.
9882 Keep rs6000_emit_allocate_stack large stack frame offsets
9883 loaded into r0 inline.
9884 (rs6000_generate_compare <cmptf_internal2>): One more clobber.
9885 (tocrel_base, tocrel_offset): New variables.
9886 (toc_relative_expr_p): Set them here.
f582a3aa 9887 (print_operand_address): Skip over any offset on constant pool address.
070b27da
AM
9888 (rs6000_output_addr_const_extra): Print tocrel_offset before @toc.
9889 (rs6000_mode_dependent_address <LO_SUM>): False for new toc refs.
9890 (offsettable_ok_by_alignment): New function.
9891 (rs6000_emit_move): Address suitably aligned local symbol_refs
9892 relative to the toc pointer for -mcmodel=medium.
9893 (legitimate_constant_pool_address_p): Make param const_rtx. Add
9894 strict param. Allow lo_sum version of addressing. Verify reg
9895 used for -mminimal-toc and -mcmodel != small. Update all callers.
9896 * config/rs6000/constraints.md: Update for above change.
9897 * config/rs6000/predicates.md: Likewise.
9898 * config/rs6000/rs6000.md (tls_gd_aix): Generate -mcmodel=medium/large
9899 code.
9900 (tls_gd): Split for -mcmodel=medium/large.
9901 (tls_gd_high, tls_gd_low): New.
9902 (tls_ld_aix, tls_ld, tls_ld_high, tls_ld_low): Similarly.
9903 (tls_got_dtprel, tls_got_dtprel_high, tls_got_dtprel_low): Similarly.
9904 (tls_got_tprel, tls_got_tprel_high, tls_got_tprel_low): Similarly.
9905 (largetoc_high, largetoc_low): New.
9906 (cmptf_internal2): Add clobber.
9907 * config/rs6000/rs6000-protos.h: Update.
9908
d5058523
CF
99092010-06-14 Changpeng Fang <changpeng.fang@amd.com>
9910
9911 * tree-ssa-loop-prefetch.c (nothing_to_prefetch_p): New. Return
9912 true if no prefetch is going to be generated for a given group.
9913 (estimate_prefetch_count): Use prefetch_mod and unroll_factor to
9914 estimate the prefetch_count.
9915 (loop_prefetch_arrays): Call nothing_to_prefetch_p; estimate the
9916 prefetch count by considering the unroll_factor and prefetch_mod
9917 for is_loop_prefetching_profitable.
9918
33d67485
AS
99192010-06-14 Andreas Schwab <schwab@linux-m68k.org>
9920
9921 * config/m68k/m68k.c (m68k_delegitimize_address): Don't do
9922 anything if the argument is not a MEM.
9923
22963fee
AO
99242010-06-14 Alexandre Oliva <aoliva@redhat.com>
9925
9926 PR debug/43650
9927 PR debug/44181
9928 PR debug/44247
9929 * tree-ssa-loop-manip.c (tree_transform_and_unroll_loop): Skip
9930 debug stmts.
9931 (canonicalize_loop_ivs): Likewise.
9932
c11b0b3b
AO
99332010-06-14 Alexandre Oliva <aoliva@redhat.com>
9934
9935 PR debug/43656
9936 * haifa-sched.c (setup_insn_reg_pressure_info,
9937 update_register_pressure): Reject debug insns.
9938 (ready_sort): Don't setup reg pressure for debug insns.
9939 (schedule_insn): Don't update reg pressure for debug insns.
9940
2465dcc2
RG
99412010-06-14 Richard Guenther <rguenther@suse.de>
9942
9943 * lto-streamer.c (cached_bp): Remove.
9944 (bitpack_delete): Likewise.
9945 (bitpack_create): Likewise.
9946 (bp_get_next_word): Likewise.
9947 (bp_pack_value, bp_unpack_value): Move ...
9948 * lto-streamer.h (bp_pack_value, bp_unpack_value): ... here.
9949 Re-implement.
9950 (struct bitpack_d): Likewise.
9951 (bitpack_create, lto_output_bitpack, lto_input_bitpack):
9952 New inline functions.
9953 * lto-streamer-out.c (lto_output_bitpack): Remove.
f582a3aa 9954 (pack_ts_base_value_fields): Adjust. Avoid conditional bitpacking.
2465dcc2
RG
9955 (pack_value_fields): Adjust.
9956 (lto_write_tree): Likewise.
9957 (output_gimple_stmt): Likewise.
9958 (output_function): Likewise.
9959 * lto-streamer-in.c (input_gimple_stmt): Adjust.
9960 (input_function): Likewise.
f582a3aa 9961 (unpack_ts_base_value_fields): Adjust. Avoid conditional bitpacking.
2465dcc2
RG
9962 (lto_input_bitpack): Remove.
9963 (lto_materialize_tree): Adjust.
9964 * Makefile.in (ipa-prop.o): Add $(LTO_STREAMER_H) dependency.
9965 * lto-cgraph.c (lto_output_edge): Adjust.
9966 (lto_output_node): Likewise.
9967 (lto_output_varpool_node): Likewise.
9968 (lto_output_ref): Likewise.
9969 (input_node): Likewise.
9970 (input_varpool_node): Likewise.
9971 (input_ref): Likewise.
9972 (input_edge): Likewise.
9973 (output_node_opt_summary): Likewise.
9974 (input_node_opt_summary): Likewise.
9975 * ipa-pure-const.c (pure_const_write_summary): Likewise.
9976 (pure_const_read_summary): Likewise.
9977 * ipa-prop.c (ipa_write_indirect_edge_info): Likewise.
9978 (ipa_read_indirect_edge_info): Likewise.
9979 (ipa_write_node_info): Likewise.
9980 (ipa_read_node_info): Likewise.
9981
808081b4
L
99822010-06-14 H.J. Lu <hongjiu.lu@intel.com>
9983
9984 PR target/44534
f582a3aa 9985 * config/i386/sse.md (vec_extract_lo_<mode>): Replace 0x1 with 0x0.
808081b4
L
9986 (vec_extract_lo_v16hi): Likewise.
9987 (vec_extract_lo_v32qi): Likewise.
9988
5bca794b
JJ
99892010-06-14 Jakub Jelinek <jakub@redhat.com>
9990
aa493694
JJ
9991 PR bootstrap/44426
9992 * tree.h (build_call_expr): Don't define as vararg macro, instead
9993 add a prototype.
9994 * builtins.c (build_call_nofold): Remove.
9995 (expand_builtin_int_roundingfn, expand_builtin_pow,
9996 expand_builtin_mempcpy_args, expand_builtin_stpcpy,
9997 expand_builtin_memset_args, expand_builtin_strcmp,
9998 expand_builtin_strncmp, expand_builtin_memory_chk): Use
9999 build_call_nofold_loc instead of build_call_nofold.
10000 (build_call_expr): New function.
10001
8ab7d796 10002 PR tree-optimization/44508
f582a3aa 10003 * tree-ssa-propagate.h (substitute_and_fold): Add DO_DCE argument.
8ab7d796
JJ
10004 * tree-ssa-propagate.c (substitute_and_fold): If !DO_DCE,
10005 don't eliminate trivially dead stmts.
10006 * tree-vrp.c (vrp_finalize): Pass false as last argument
10007 to substitute_and_fold.
10008 * tree-ssa-copy.c (fini_copy_prop): Pass true as last argument
10009 to substitute_and_fold.
10010 * tree-ssa-ccp.c (ccp_finalize): Likewise.
10011
5bca794b
JJ
10012 PR bootstrap/44509
10013 * c-config-lang.in (gtfiles): Add c-family/c-cppbuiltin.c.
5bca794b 10014
c1e822d5
IR
100152010-06-14 Ira Rosen <irar@il.ibm.com>
10016
6ab4e307 10017 PR tree-optimization/44507
c1e822d5
IR
10018 * tree-vect-loop.c (get_initial_def_for_reduction): Use -1
10019 to build initial vector for BIT_AND_EXPR.
10020 * tree-vect-slp.c (vect_get_constant_vectors): Likewise.
10021
ce71b410
JJ
100222010-06-14 Jakub Jelinek <jakub@redhat.com>
10023
10024 * config/s390/s390.md (*mov<mode>_64 DD_DF, mov<mode>): Properly
10025 adjust z10prop set_attr.
10026
7a40b8b1
JH
100272010-06-13 Jan Hubicka <jh@suse.cz>
10028
10029 * bitmap.c (bitmap_and, bitmap_and_into, bitmap_and_compl,
10030 bitmap_and_compl_into, bitmap_compl_and_into, bitmap_ior,
10031 bitmap_ior_into, bitmap_xor, bitmap_xor_into,
223c6c5d
EB
10032 bitmap_ior_and_compl, bitmap_ior_and_compl): Turn internal
10033 datastructure checks into checking asserts.
7a40b8b1
JH
10034 * rtlanal.c (find_reg_note): Use gcc_checking_assert.
10035 * tree-ssa-sccvn.c (VN_INFO): Likewise.
10036 * df-scan.c (df_reorganize_refs_by_reg_by_reg, df_install_ref,
10037 df_ref_create_structure): Likewise.
10038 * alloc-pool.c (create_alloc_pool, empty_alloc_pool, pool_alloc,
10039 pool_free): Use gcc_checking_assert.
10040 * alias.c (get_alias_set): Likewise.
10041 * var-tracking.c (variable_htab_free, shared_hash_copy,
10042 canonicalize_values_mark, variable_merge_over_cur): Likewise.
10043 * lto-streamer.c (bp_unpack_value): Likewise.
10044
4a2ac96f
RG
100452010-06-13 Richard Guenther <rguenther@suse.de>
10046
10047 * lto-streamer-in.c (lto_input_ts_type_tree_pointers):
10048 Do not stream but initialize TYPE_CANONICAL to NULL.
10049 (lto_output_ts_type_tree_pointers): Do not stream TYPE_CANONICAL.
10050 * gimple.c (gimple_types_compatible_p): Disregard
10051 TYPE_STRUCTURAL_EQUALITY_P.
10052 (gimple_register_type): Use TYPE_CANONICAL as cache.
10053 * lto-streamer.c (lto_record_common_node): Zero TYPE_CANONICAL
10054 before registering common types.
10055 * config/i386/i386.c (ix86_function_arg_boundary): Do not
10056 use TYPE_CANONICAL, instead use TYPE_MAIN_VARIANT.
10057 * tree.h (TYPE_CANONICAL): Clarify documentation.
10058
ba90d838
AS
100592010-06-13 Anatoly Sokolov <aesok@post.ru>
10060
10061 * config/ia64/ia64.h (FUNCTION_VALUE_REGNO_P, FUNCTION_VALUE,
10062 LIBCALL_VALUE): Remove macros.
10063 * config/ia64/ia64-protos.h (ia64_function_value): Remove.
10064 * config/ia64/ia64.c (TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE,
10065 TARGET_FUNCTION_VALUE_REGNO_P): Define.
10066 (ia64_libcall_value, ia64_function_value_regno_p): New functions.
10067 (ia64_function_value): Make static. Handle receiving the function
10068 type in 'fn_decl_or_type' argunent. Add 'outgoing' argument.
10069
9fcb01de
JH
100702010-06-12 Jan Hubicka <jh@suse.cz>
10071
10072 * cse.c (cse_extended_basic_block): Move optimize_bb_for_speed_p
10073 at correct place.
10074
f63a6726
BS
100752010-06-12 Bernd Schmidt <bernds@codesourcery.com>
10076
10077 * config/arm/arm.c (thumb2_reorg): Fix errors in previous change.
10078
e285df08
JH
100792010-06-12 Jan Hubicka <jh@suse.cz>
10080
10081 * df-core.c (df_clear_bb_info): New function.
10082 (df_set_blocks): bb_info is always allocated.
10083 (df_get_bb_info): Use block_info_elt_size.
10084 (df_set_bb_info): Likewise.
10085 (df_compact_blocks): Update for new block_info.
10086 (grow_bb_info): New function.
10087 * df-problems.c (df_grow_bb_info): Move to df-core.c
10088 (df_rd_set_bb_info): Remove.
10089 (df_rd_free_bb_info): Do not free block pool.
10090 (df_rd_alloc): Do not create pool, use check for
10091 obstack presence instead of NULL pointer for new blocks.
10092 (df_rd_free): DO not free alloc pool; clear block_info.
10093 (problem_RD): Add size of block info structure.
10094 (df_lr_set_bb_info): Remove.
10095 (df_lr_free_bb_info): Do not free block pool.
10096 (df_lr_alloc): Do not create pool, use check for
10097 obstack presence instead of NULL pointer for new blocks.
10098 (df_lr_free): DO not free alloc pool; clear block_info.
10099 (problem_LR): Add size of block info structure.
10100 (df_live_set_bb_info): Remove.
10101 (df_live_free_bb_info): Do not free block pool.
10102 (df_live_alloc): Do not create pool, use check for
10103 obstack presence instead of NULL pointer for new blocks.
10104 (df_live_free): DO not free alloc pool; clear block_info.
10105 (problem_LIVE): Add size of block info structure.
10106 (problem_CHAIN): Add size of block info structure.
10107 (df_byte_lr_set_bb_info): Remove.
10108 (df_byte_lr_free_bb_info): Do not free block pool.
10109 (df_byte_lr_alloc): Do not create pool, use check for
10110 obstack presence instead of NULL pointer for new blocks.
10111 (df_byte_lr_free): DO not free alloc pool; clear block_info.
10112 (problem_BYTE_LR): Add size of block info structure.
10113 (problem_NOTE): Add size of block info structure.
10114 (df_byte_MD_set_bb_info): Remove.
10115 (df_byte_MD_free_bb_info): Do not free block pool.
10116 (df_byte_MD_alloc): Do not create pool, use check for
10117 obstack presence instead of NULL pointer for new blocks.
10118 (df_byte_MD_free): DO not free alloc pool; clear block_info.
10119 (problem_BD): Add size of block info structure.
10120 * df-scan.c (df_scan_free_internal): Free block pool.
10121 (df_scan_set_bb_info): Remove.
10122 (df_scan_free_bb_info): Check for artificial_defs instead
10123 of bb_info being non-NULL.
10124 (df_scan_alloc): DO not create df_scan_block pool.
10125 (problem_SCAN): Set size of block info.
10126 (df_bb_refs_record): Do not allocate bb_info.
10127 * df.h (df_problem): Add block_info_elt_size.
10128 (struct dataflow): Change block_info to void *.
10129 (df_scan_get_bb_info, df_rd_get_bb_info, df_lr_get_bb_info,
10130 df_md_get_bb_info, df_live_get_bb_info, df_byte_lr_get_bb_info): Return
10131 in-line structures.
10132
02d635a2
JH
101332010-06-12 Jan Hubicka <jh@suse.cz>
10134
10135 PR tree-optimize/44485
223c6c5d
EB
10136 * tree-cfgcleanup.c (fixup_noreturn_call): Remove basic blocks
10137 containing use of return value of noreturn function.
02d635a2 10138
153a3027
AS
101392010-06-12 Anatoly Sokolov <aesok@post.ru>
10140
10141 * targhooks.c (default_function_value): Don't use
10142 FUNCTION_OUTGOING_VALUE.
10143 * system.h (FUNCTION_OUTGOING_VALUE): Poison.
10144 * doc/tm.texi (FUNCTION_OUTGOING_VALUE): Removed.
10145
48b09a92
KH
101462010-06-12 Kazu Hirata <kazu@codesourcery.com>
10147
f582a3aa
UB
10148 * config.gcc (mips64*-*-linux*, mipsisa64*-*-linux*, mips*-*-linux*):
10149 Add crtfastmath.o to extra_parts.
48b09a92
KH
10150 * config/mips/crtfastmath.c: New.
10151 * config/mips/linux.h (ENDFILE_SPEC): New.
10152
b53cd1c5
SP
101532010-06-12 Sebastian Pop <sebastian.pop@amd.com>
10154
10155 * graphite-clast-to-gimple.c (gcc_type_for_interval): Do not pass
10156 old_type in parameter.
10157 (gcc_type_for_value): Update call to gcc_type_for_interval.
10158 (compute_type_for_level_1): Renamed compute_type_for_level.
10159 Update call to gcc_type_for_interval.
10160
fcfbd84e
JM
101612010-06-11 Joseph Myers <joseph@codesourcery.com>
10162
10163 * common.opt (Wstrict-aliasing=, Wstrict-overflow=, fabi-version=,
f582a3aa 10164 flto-compression-level=, ftree-parallelize-loops=): Add RejectNegative.
fcfbd84e 10165
5d4b393f
JM
101662010-06-11 Joseph Myers <joseph@codesourcery.com>
10167
10168 * opts-common.c: Include options.h.
10169 (integral_argument): Move from opts.c.
10170 (decode_cmdline_option): New. Based on read_cmdline_option.
10171 * opts.c (integral_argument): Move to opts-common.c.
10172 (read_cmdline_option): Move most contents to
10173 decode_cmdline_option. Use %qs in diagnostics.
10174 * opts.h (CL_ERR_DISABLED, CL_ERR_MISSING_ARG, CL_ERR_WRONG_LANG,
10175 CL_ERR_UINT_ARG, struct cl_decoded_option, integral_argument,
10176 decode_cmdline_option): New.
10177
b79a08f6
UB
101782010-06-11 Uros Bizjak <ubizjak@gmail.com>
10179
10180 PR target/44481
10181 * config/i386/i386.md (UNSPEC_PARITY): New unspec.
f582a3aa 10182 (paritydi2_cmp): Use UNSPEC_PARITY unspec instead of parity RTX.
b79a08f6
UB
10183 (partiysi2_cmp): Ditto.
10184 (*partiyhi2_cmp): Ditto.
10185 (*parityqi2_cmp): Remove.
10186
d5568f03
JH
101872010-06-11 Jan Hubicka <jh@suse.cz>
10188
b79a08f6
UB
10189 * bitmap.h (bmp_iter_next_bit): New.
10190 (bmp_iter_set, bmp_iter_and, bmp_iter_and_compl): Use it.
d5568f03 10191
5914a70f 101922010-06-11 Sandra Loosemore <sandra@codesourcery.com>
f582a3aa 10193 Eric Botcazou <ebotcazou@adacore.com>
5914a70f
SL
10194
10195 * tree-ssa-loop-ivopts.c (get_computation_cost_at): Return again the
10196 computed cost.
10197
ed9955f9
UB
101982010-06-11 Uros Bizjak <ubizjak@gmail.com>
10199
10200 * config/i386/i386.md (unspec): New define_c_enum.
10201 (unspecv): Ditto.
10202
8e680db5
JJ
102032010-06-10 Jakub Jelinek <jakub@redhat.com>
10204
8e680db5
JJ
10205 * Makefile.in (c-family/c-cppbuiltin.o): Depend on $(CPP_ID_DATA_H).
10206
7b14477e
SP
102072010-06-11 Sebastian Pop <sebastian.pop@amd.com>
10208
10209 PR middle-end/44483
10210 * tree-if-conv.c (bb_predicate_s): New struct.
10211 (bb_predicate_p): New.
10212 (bb_has_predicate): New.
10213 (bb_predicate): New.
10214 (set_bb_predicate): New.
10215 (bb_predicate_gimplified_stmts): New.
10216 (set_bb_predicate_gimplified_stmts): New.
10217 (add_bb_predicate_gimplified_stmts): New.
10218 (init_bb_predicate): New.
10219 (free_bb_predicate): New.
10220 (is_predicated): Use bb_predicate.
10221 (add_to_predicate_list): Use bb_predicate and set_bb_predicate.
10222 (predicate_bbs): Same. Gimplify the condition of the basic blocks
10223 before processing their successors.
10224 (clean_predicate_lists): Removed.
10225 (find_phi_replacement_condition): Use bb_predicate.
10226 (process_phi_nodes): Renamed ifconvert_phi_nodes. Avoid useless
10227 computations.
10228 (insert_gimplified_predicates): New.
10229 (combine_blocks): Call insert_gimplified_predicates.
10230 (tree_if_conversion): Call free_bb_predicate instead of
10231 clean_predicate_lists.
10232
f6e47b26 102332010-10-11 Paul Brook <paul@codesourcery.com>
ed9955f9 10234
f6e47b26
PB
10235 * doc/invoke.texi: Document ARM -mcpu=cortex-m4.
10236 * config/arm/arm.c (all_architectures): Change v7e-m default to
10237 cortexm4.
10238 * config/arm/arm-cores.def: Add cortex-m4.
10239 * config/arm/arm-tune.md: Regenerate.
10240
0a42aa4e
JH
102412010-06-11 Jan Hubicka <jh@suse.cz>
10242
10243 * ipa-pure-const.c (special_builtlin_state): New function.
10244 (check_call): Use it instead of special casign BUILT_IN_RETURN.
10245 (propagate_pure_const): Use it.
10246
d725a1a5
JH
102472010-06-11 Jan Hubicka <jh@suse.cz>
10248
10249 * df-problems.c (df_live_scratch): Convert to bitmap_head.
10250 (df_live_alloc): Initialize df_live_scratch when initializing
10251 problem_data.
10252 (df_live_transfer_function): Update uses of df_live_scratch.
10253 (df_live_free): Free problem_data; clear df_live_scratch before
10254 releasing the obstack.
10255 (df_md_free): Free problem data.
10256
7ea6b6cf
JH
102572010-06-11 Jan Hubicka <jh@suse.cz>
10258
10259 * doc/invoke.texi (Wsuggest-attribute): Document.
10260 (Wmissing-noreturn): Remove.
10261 * ipa-pure-const.c (warn_function_noreturn): New function.
10262 * opts.c (decode_options): Set warn_suggest_attribute_noreturn on
10263 warn_missing_noreturn.
10264 * common.opt (Wsuggest-attribute=noreturn): New.
10265 * tree-flow.h (warn_function_noreturn): Declare.
10266 * tree-cfg.c (execute_warn_function_noreturn): Use
10267 warn_function_noreturn.
10268 (gate_warn_function_noreturn): New.
10269 (pass_warn_function_noreturn): Update.
10270
2ee3cb35
MLI
102712010-06-11 Manuel López-Ibáñez <manu@gcc.gnu.org>
10272
10273 * c-typeck.c (handle_warn_cast_qual): Add loc
10274 parameter. Improve warning message.
10275 (build_c_cast): Pass location to handle_warn_cast_qual.
10276
3d25c396
UB
102772010-06-11 Uros Bizjak <ubizjak@gmail.com>
10278
10279 * config/i386/i386.md (pro_epilogue_adjust_stack_1) <TYPE_ALU>: Assert
10280 that operand 0 == operand 1. Use x86_maybe_negate_const_int to output
10281 insn mnemonic.
10282 (pro_epilogue_adjust_stack_rex64) <TYPE_ALU>: Ditto.
10283
b66a8c5d
DS
102842010-06-10 Dodji Seketeli <dodji@redhat.com>
10285
10286 Fix bootstap on mips
10287 * dwarf2out.c (is_naming_typedef_dec): Built-in TYPE_DECLs cannot
10288 be naming typedefs.
10289
10d291f6
KT
102902010-06-11 Kai Tietz <kai.tietz@onevision.com>
10291
10292 * system.h (helper_const_non_const_cast): New inline for
10293 gcc version <= 4.0.
10294 (CONST_CAST2): For gcc version <= 4.0 use
10295 new helper to do const/non-const casting.
10296
0fe60a1b
RS
102972010-06-10 Richard Sandiford <rdsandiford@googlemail.com>
10298
10299 * doc/md.texi: Document the "unspec" and "unspecv" enum names.
10300 * Makefile.in (OBJS-common): Include insn-enums.o.
10301 (insn-enums.o): New rule.
10302 (simple_generated_c): Add insn-enums.c.
10303 (build/genenums.o): New rule.
10304 (genprogmd): Add "enums".
10305 * genconstants.c (print_enum_type): Declare a C string array
10306 for each enum.
10307 * genenums.c: New file.
10308 * print-rtl.c (print_rtx): If defined, use the "unspecv" enum
10309 for UNSPEC_VOLATILE. If defined, use the "unspec" enum for both
10310 UNSPEC and (as a fallback) for UNSPEC_VOLATILE.
10311
8f4fe86c
RS
103122010-06-10 Richard Sandiford <rdsandiford@googlemail.com>
10313
10314 * doc/md.texi (define_enum_attr): Document.
10315 * rtl.def (DEFINE_ENUM_ATTR): New rtx.
10316 * read-md.h (lookup_enum_type): Declare.
10317 * read-md.c (lookup_enum_type): New function.
10318 * genattr.c (gen_attr, main): Handle DEFINE_ENUM_ATTR.
10319 * genattrtab.c (attr_desc): Add an enum_name field.
10320 (evaluate_eq_attr): Take the associated attribute as argument.
10321 Get the enum prefix from the enum_name field, if defined.
10322 Use ACONCAT rather than a fixed-length buffer. Update recursive calls.
10323 (simplify_test_exp): Pass attr to evaluate_eq_attr.
10324 (add_attr_value): New function, split out from...
10325 (gen_attr): ...here. Handle DEFINE_ENUM_ATTR.
10326 (write_test_expr): Pass attr to evaluate_eq_attr.
10327 (write_attr_get): Use the enum_name as the enum tag, if defined.
10328 (write_attr_valueq): Use the enum_name as a prefix, if defined.
10329 (find_attr): Initialize enum_name.
10330 (main): Handle DEFINE_ENUM_ATTR.
10331 * gensupport.c (process_rtx): Likewise.
10332 * config/mips/mips.h (mips_tune_attr): Delete.
10333 * config/mips/mips.md (cpu): Use define_attr_enum.
10334
24609606
RS
103352010-06-10 Richard Sandiford <rdsandiford@googlemail.com>
10336
10337 * doc/md.texi (define_c_enum, define_enum): Document.
10338 * read-md.h (md_constant): Add a parent_enum field.
10339 (enum_value, enum_type): New structures.
10340 (upcase_string, traverse_enum_types): Declare.
10341 * read-md.c (enum_types): New variable.
10342 (upcase_string, add_constant): New functions.
10343 (handle_constants): Don't create the hash table here.
10344 Use add_constant.
10345 (traverse_md_constants): Don't check for a null md_constants.
10346 (decimal_string, handle_enum, traverse_enum_types): New functions.
10347 (read_md_files): Initialize md_constants and md_enums.
10348 * genconstants.c (print_md_constant): Ignore info argument.
10349 Only print constants that belong to no enum.
10350 (print_enum_type): New function.
10351 (main): Don't pass stdout to print_md_constant. Call print_enum_type
10352 for each defined enum type.
10353 * config/mips/mips.md (processor): New define_enum.
10354 (unspec): New define_c_enum.
10355 (UNSPEC_COMPARE_AND_SWAP, UNSPEC_COMPARE_AND_SWAP_12)
10356 (UNSPEC_SYNC_OLD_OP, UNSPEC_SYNC_NEW_OP, UNSPEC_SYNC_NEW_OP_12)
10357 (UNSPEC_SYNC_OLD_OP_12, UNSPEC_SYNC_EXCHANGE, UNSPEC_SYNC_EXCHANGE_12)
10358 (UNSPEC_MEMORY_BARRIER): Moved to sync.md.
10359 (UNSPEC_ADDQ, UNSPEC_ADDQ_S, UNSPEC_SUBQ, UNSPEC_SUBQ_S, UNSPEC_ADDSC)
10360 (UNSPEC_ADDWC, UNSPEC_MODSUB, UNSPEC_RADDU_W_QB, UNSPEC_ABSQ_S)
10361 (UNSPEC_PRECRQ_QB_PH, UNSPEC_PRECRQ_PH_W, UNSPEC_PRECRQ_RS_PH_W)
10362 (UNSPEC_PRECRQU_S_QB_PH, UNSPEC_PRECEQ_W_PHL, UNSPEC_PRECEQ_W_PHR)
10363 (UNSPEC_PRECEQU_PH_QBL, UNSPEC_PRECEQU_PH_QBR, UNSPEC_PRECEQU_PH_QBLA)
10364 (UNSPEC_PRECEQU_PH_QBRA, UNSPEC_PRECEU_PH_QBL, UNSPEC_PRECEU_PH_QBR)
10365 (UNSPEC_PRECEU_PH_QBLA, UNSPEC_PRECEU_PH_QBRA, UNSPEC_SHLL)
10366 (UNSPEC_SHLL_S, UNSPEC_SHRL_QB, UNSPEC_SHRA_PH, UNSPEC_SHRA_R)
10367 (UNSPEC_MULEU_S_PH_QBL, UNSPEC_MULEU_S_PH_QBR, UNSPEC_MULQ_RS_PH)
10368 (UNSPEC_MULEQ_S_W_PHL, UNSPEC_MULEQ_S_W_PHR, UNSPEC_DPAU_H_QBL)
10369 (UNSPEC_DPAU_H_QBR, UNSPEC_DPSU_H_QBL, UNSPEC_DPSU_H_QBR)
10370 (UNSPEC_DPAQ_S_W_PH, UNSPEC_DPSQ_S_W_PH, UNSPEC_MULSAQ_S_W_PH)
10371 (UNSPEC_DPAQ_SA_L_W, UNSPEC_DPSQ_SA_L_W, UNSPEC_MAQ_S_W_PHL)
10372 (UNSPEC_MAQ_S_W_PHR, UNSPEC_MAQ_SA_W_PHL, UNSPEC_MAQ_SA_W_PHR)
10373 (UNSPEC_BITREV, UNSPEC_INSV, UNSPEC_REPL_QB, UNSPEC_REPL_PH)
10374 (UNSPEC_CMP_EQ, UNSPEC_CMP_LT, UNSPEC_CMP_LE, UNSPEC_CMPGU_EQ_QB)
10375 (UNSPEC_CMPGU_LT_QB, UNSPEC_CMPGU_LE_QB, UNSPEC_PICK, UNSPEC_PACKRL_PH)
10376 (UNSPEC_EXTR_W, UNSPEC_EXTR_R_W, UNSPEC_EXTR_RS_W, UNSPEC_EXTR_S_H)
10377 (UNSPEC_EXTP, UNSPEC_EXTPDP, UNSPEC_SHILO, UNSPEC_MTHLIP, UNSPEC_WRDSP)
10378 (UNSPEC_RDDSP): Move to mips-dsp.md.
10379 (UNSPEC_ABSQ_S_QB, UNSPEC_ADDU_PH, UNSPEC_ADDU_S_PH, UNSPEC_ADDUH_QB)
10380 (UNSPEC_ADDUH_R_QB, UNSPEC_APPEND, UNSPEC_BALIGN, UNSPEC_CMPGDU_EQ_QB)
10381 (UNSPEC_CMPGDU_LT_QB, UNSPEC_CMPGDU_LE_QB, UNSPEC_DPA_W_PH)
10382 (UNSPEC_DPS_W_PH, UNSPEC_MADD, UNSPEC_MADDU, UNSPEC_MSUB, UNSPEC_MSUBU)
10383 (UNSPEC_MUL_PH, UNSPEC_MUL_S_PH, UNSPEC_MULQ_RS_W, UNSPEC_MULQ_S_PH)
10384 (UNSPEC_MULQ_S_W, UNSPEC_MULSA_W_PH, UNSPEC_MULT, UNSPEC_MULTU)
10385 (UNSPEC_PRECR_QB_PH, UNSPEC_PRECR_SRA_PH_W, UNSPEC_PRECR_SRA_R_PH_W)
10386 (UNSPEC_PREPEND, UNSPEC_SHRA_QB, UNSPEC_SHRA_R_QB, UNSPEC_SHRL_PH)
10387 (UNSPEC_SUBU_PH, UNSPEC_SUBU_S_PH, UNSPEC_SUBUH_QB, UNSPEC_SUBUH_R_QB)
10388 (UNSPEC_ADDQH_PH, UNSPEC_ADDQH_R_PH, UNSPEC_ADDQH_W, UNSPEC_ADDQH_R_W)
10389 (UNSPEC_SUBQH_PH, UNSPEC_SUBQH_R_PH, UNSPEC_SUBQH_W, UNSPEC_SUBQH_R_W)
10390 (UNSPEC_DPAX_W_PH, UNSPEC_DPSX_W_PH, UNSPEC_DPAQX_S_W_PH)
10391 (UNSPEC_DPAQX_SA_W_PH, UNSPEC_DPSQX_S_W_PH, UNSPEC_DPSQX_SA_W_PH):
10392 Moved to mips-dspr2.md.
10393 (UNSPEC_MOVE_TF_PS, UNSPEC_C, UNSPEC_ALNV_PS, UNSPEC_CABS)
10394 (UNSPEC_ADDR_PS, UNSPEC_CVT_PW_PS, UNSPEC_CVT_PS_PW, UNSPEC_MULR_PS)
10395 (UNSPEC_ABS_PS, UNSPEC_RSQRT1, UNSPEC_RSQRT2, UNSPEC_RECIP1)
223c6c5d 10396 (UNSPEC_RECIP2, UNSPEC_SINGLE_CC, UNSPEC_SCC): Move from mips-ps-3d.md.
24609606
RS
10397 (UNSPEC_LOONGSON_PAVG, UNSPEC_LOONGSON_PCMPEQ, UNSPEC_LOONGSON_PCMPGT)
10398 (UNSPEC_LOONGSON_PEXTR, UNSPEC_LOONGSON_PINSR_0)
10399 (UNSPEC_LOONGSON_PINSR_1, UNSPEC_LOONGSON_PINSR_2)
10400 (UNSPEC_LOONGSON_PINSR_3, UNSPEC_LOONGSON_PMADD)
10401 (UNSPEC_LOONGSON_PMOVMSK, UNSPEC_LOONGSON_PMULHU)
10402 (UNSPEC_LOONGSON_PMULH, UNSPEC_LOONGSON_PMULL, UNSPEC_LOONGSON_PMULU)
223c6c5d
EB
10403 (UNSPEC_LOONGSON_PASUBUB, UNSPEC_LOONGSON_BIADD,
10404 UNSPEC_LOONGSON_PSADBH)
24609606
RS
10405 (UNSPEC_LOONGSON_PSHUFH, UNSPEC_LOONGSON_PUNPCKH)
10406 (UNSPEC_LOONGSON_PUNPCKL, UNSPEC_LOONGSON_PADDD)
10407 (UNSPEC_LOONGSON_PSUBD): Move to mips-loongson.md.
10408 (UNSPEC_LOONGSON_ALU1_TURN_ENABLED_INSN)
10409 (UNSPEC_LOONGSON_ALU2_TURN_ENABLED_INSN)
10410 (UNSPEC_LOONGSON_FALU1_TURN_ENABLED_INSN)
223c6c5d 10411 (UNSPEC_LOONGSON_FALU2_TURN_ENABLED_INSN): Move to mips-loongson2ef.md.
24609606
RS
10412 (cpu): Update comment.
10413 * config/mips/sync.md (UNSPEC_COMPARE_AND_SWAP)
10414 (UNSPEC_COMPARE_AND_SWAP_12, UNSPEC_SYNC_OLD_OP, UNSPEC_SYNC_NEW_OP)
10415 (UNSPEC_SYNC_NEW_OP_12, UNSPEC_SYNC_OLD_OP_12, UNSPEC_SYNC_EXCHANGE)
10416 (UNSPEC_SYNC_EXCHANGE_12, UNSPEC_MEMORY_BARRIER): Moved from mips.md.
223c6c5d
EB
10417 * config/mips/loongson.md (UNSPEC_LOONGSON_PAVG,
10418 UNSPEC_LOONGSON_PCMPEQ)
10419 (UNSPEC_LOONGSON_PCMPGT, UNSPEC_LOONGSON_PEXTR,
10420 UNSPEC_LOONGSON_PINSR_0)
24609606
RS
10421 (UNSPEC_LOONGSON_PINSR_1, UNSPEC_LOONGSON_PINSR_2)
10422 (UNSPEC_LOONGSON_PINSR_3, UNSPEC_LOONGSON_PMADD)
10423 (UNSPEC_LOONGSON_PMOVMSK, UNSPEC_LOONGSON_PMULHU)
10424 (UNSPEC_LOONGSON_PMULH, UNSPEC_LOONGSON_PMULL, UNSPEC_LOONGSON_PMULU)
223c6c5d
EB
10425 (UNSPEC_LOONGSON_PASUBUB, UNSPEC_LOONGSON_BIADD,
10426 UNSPEC_LOONGSON_PSADBH)
24609606
RS
10427 (UNSPEC_LOONGSON_PSHUFH, UNSPEC_LOONGSON_PUNPCKH)
10428 (UNSPEC_LOONGSON_PUNPCKL, UNSPEC_LOONGSON_PADDD)
10429 (UNSPEC_LOONGSON_PSUBD): Moved from mips.md
10430 * config/mips/loongson2ef.md (UNSPEC_LOONGSON_ALU1_TURN_ENABLED_INSN)
10431 (UNSPEC_LOONGSON_ALU2_TURN_ENABLED_INSN)
10432 (UNSPEC_LOONGSON_FALU1_TURN_ENABLED_INSN)
10433 (UNSPEC_LOONGSON_FALU2_TURN_ENABLED_INSN): Moved from mips.md
10434 * config/mips/mips-dsp.md (UNSPEC_ADDQ, UNSPEC_ADDQ_S, UNSPEC_SUBQ)
10435 (UNSPEC_SUBQ_S, UNSPEC_ADDSC, UNSPEC_ADDWC, UNSPEC_MODSUB)
10436 (UNSPEC_RADDU_W_QB, UNSPEC_ABSQ_S, UNSPEC_PRECRQ_QB_PH)
10437 (UNSPEC_PRECRQ_PH_W, UNSPEC_PRECRQ_RS_PH_W, UNSPEC_PRECRQU_S_QB_PH)
10438 (UNSPEC_PRECEQ_W_PHL, UNSPEC_PRECEQ_W_PHR, UNSPEC_PRECEQU_PH_QBL)
10439 (UNSPEC_PRECEQU_PH_QBR, UNSPEC_PRECEQU_PH_QBLA, UNSPEC_PRECEQU_PH_QBRA)
10440 (UNSPEC_PRECEU_PH_QBL, UNSPEC_PRECEU_PH_QBR, UNSPEC_PRECEU_PH_QBLA)
10441 (UNSPEC_PRECEU_PH_QBRA, UNSPEC_SHLL, UNSPEC_SHLL_S, UNSPEC_SHRL_QB)
10442 (UNSPEC_SHRA_PH, UNSPEC_SHRA_R, UNSPEC_MULEU_S_PH_QBL)
10443 (UNSPEC_MULEU_S_PH_QBR, UNSPEC_MULQ_RS_PH, UNSPEC_MULEQ_S_W_PHL)
10444 (UNSPEC_MULEQ_S_W_PHR, UNSPEC_DPAU_H_QBL, UNSPEC_DPAU_H_QBR)
10445 (UNSPEC_DPSU_H_QBL, UNSPEC_DPSU_H_QBR, UNSPEC_DPAQ_S_W_PH)
10446 (UNSPEC_DPSQ_S_W_PH, UNSPEC_MULSAQ_S_W_PH, UNSPEC_DPAQ_SA_L_W)
10447 (UNSPEC_DPSQ_SA_L_W, UNSPEC_MAQ_S_W_PHL, UNSPEC_MAQ_S_W_PHR)
10448 (UNSPEC_MAQ_SA_W_PHL, UNSPEC_MAQ_SA_W_PHR, UNSPEC_BITREV, UNSPEC_INSV)
10449 (UNSPEC_REPL_QB, UNSPEC_REPL_PH, UNSPEC_CMP_EQ, UNSPEC_CMP_LT)
10450 (UNSPEC_CMP_LE, UNSPEC_CMPGU_EQ_QB, UNSPEC_CMPGU_LT_QB)
10451 (UNSPEC_CMPGU_LE_QB, UNSPEC_PICK, UNSPEC_PACKRL_PH, UNSPEC_EXTR_W)
10452 (UNSPEC_EXTR_R_W, UNSPEC_EXTR_RS_W, UNSPEC_EXTR_S_H, UNSPEC_EXTP)
10453 (UNSPEC_EXTPDP, UNSPEC_SHILO, UNSPEC_MTHLIP, UNSPEC_WRDSP)
10454 (UNSPEC_RDDSP): Moved from mips.md.
10455 * config/mips/mips-dspr2.md (UNSPEC_ABSQ_S_QB, UNSPEC_ADDU_PH)
10456 (UNSPEC_ADDU_S_PH, UNSPEC_ADDUH_QB, UNSPEC_ADDUH_R_QB, UNSPEC_APPEND)
10457 (UNSPEC_BALIGN, UNSPEC_CMPGDU_EQ_QB, UNSPEC_CMPGDU_LT_QB)
10458 (UNSPEC_CMPGDU_LE_QB, UNSPEC_DPA_W_PH, UNSPEC_DPS_W_PH, UNSPEC_MADD)
10459 (UNSPEC_MADDU, UNSPEC_MSUB, UNSPEC_MSUBU, UNSPEC_MUL_PH)
10460 (UNSPEC_MUL_S_PH, UNSPEC_MULQ_RS_W, UNSPEC_MULQ_S_PH, UNSPEC_MULQ_S_W)
10461 (UNSPEC_MULSA_W_PH, UNSPEC_MULT, UNSPEC_MULTU, UNSPEC_PRECR_QB_PH)
10462 (UNSPEC_PRECR_SRA_PH_W, UNSPEC_PRECR_SRA_R_PH_W, UNSPEC_PREPEND)
10463 (UNSPEC_SHRA_QB, UNSPEC_SHRA_R_QB, UNSPEC_SHRL_PH, UNSPEC_SUBU_PH)
10464 (UNSPEC_SUBU_S_PH, UNSPEC_SUBUH_QB, UNSPEC_SUBUH_R_QB, UNSPEC_ADDQH_PH)
10465 (UNSPEC_ADDQH_R_PH, UNSPEC_ADDQH_W, UNSPEC_ADDQH_R_W, UNSPEC_SUBQH_PH)
10466 (UNSPEC_SUBQH_R_PH, UNSPEC_SUBQH_W, UNSPEC_SUBQH_R_W, UNSPEC_DPAX_W_PH)
10467 (UNSPEC_DPSX_W_PH, UNSPEC_DPAQX_S_W_PH, UNSPEC_DPAQX_SA_W_PH)
10468 (UNSPEC_DPSQX_S_W_PH, UNSPEC_DPSQX_SA_W_PH): Moved from mips.md.
10469 * config/mips/mips-ps-3d.md (UNSPEC_MOVE_TF_PS, UNSPEC_C)
10470 (UNSPEC_ALNV_PS, UNSPEC_CABS, UNSPEC_ADDR_PS, UNSPEC_CVT_PW_PS)
10471 (UNSPEC_CVT_PS_PW, UNSPEC_MULR_PS, UNSPEC_ABS_PS, UNSPEC_RSQRT1)
10472 (UNSPEC_RSQRT2, UNSPEC_RECIP1, UNSPEC_RECIP2, UNSPEC_SINGLE_CC)
10473 (UNSPEC_SCC): Moved from mips.md.
10474 * config/mips/mips.c (mips_arch, mips_tune): Change enum from
10475 "processor_type" to "processor".
10476 (mips_rtx_cost_data): Replace PROCESSOR_MAX with NUM_PROCESSOR_VALUES.
10477 * config/mips/mips.h (processor_type): Delete.
10478 (mips_cpu_info.cpu, mips_arch, mips_tune): Change enum from
10479 "processor_type" to "processor".
10480
c513ce77
RS
104812010-06-10 Richard Sandiford <rdsandiford@googlemail.com>
10482
10483 * configure.ac (tm_include_list): Add insn-constants.h.
10484 * configure: Regenerate.
10485 * Makefile.in (GTM_H): Move insn-constants.h here from...
10486 (TM_H): ...here.
10487 * mkconfig.sh: Remove special handling for insn-constants.h.
10488
9b68b6ea
RS
104892010-06-10 Richard Sandiford <rdsandiford@googlemail.com>
10490
10491 * Makefile.in (BUILD_RTL): Move build/read-md.o to...
10492 (BUILD_MD): ...this new variable.
10493 (simple_generated_rtl_h, simple_generated_rtl_c): New variables
10494 that include the old contents of simple_generated_h and
10495 simple_generated_c.
10496 (simple_generated_h, simple_generated_c): Include them. Add
10497 insn-constants.h.
10498 (s-%): Make simple_generated_{h,c} stamps depend on $(MD_DEPS)
10499 and simple_generated_rtl_{h,c} stamps depend on insn-conditions.md.
10500 Remove these dependencies from the main rule and include
10501 insn-conditions.md in the command line only if it appears
10502 in the dependency list.
10503 (insn-constants.h, s-constants): Delete.
10504 (build/genconstants.o): Don't depend on $(RTL_BASE_H), $(GTM_H)
10505 or gensupport.h.
10506 (build/genmddeps.o): Likewise.
10507 (genprogrtl): New variable that contains everything from genprogmd
10508 except mddeps and constants.
10509 (genprogmd): Redefine in terms of genprogrtl. Make these programs
10510 depend on $(BUILD_MD)
10511 (genprog): New variable. Make these programs depend on
10512 $(BUILD_ERRORS).
10513 * genmddeps.c: Don't include tm.h, rtl.h or gensupport.h.
10514 (main): Use read_md_files instead of init_rtx_reader_args.
10515 * genconstants.c: As for genmddeps.c.
10516 * read-md.h (read_skip_construct): Declare.
10517 * read-md.c (read_skip_construct): New function.
10518 (handle_file): Allow a null handle_directive, skipping the
10519 construct if so.
10520 (parse_include): Update the comment accordingly.
10521
600ab3fc
RS
105222010-06-10 Richard Sandiford <rdsandiford@googlemail.com>
10523
10524 * Makefile.in (build/genmddeps.o): Depend on $(READ_MD_H).
10525 * genmddeps.c: Include read-md.h.
10526 (main): Call init_rtx_reader_args instead of init_md_reader_args.
10527 * genattr.c (main): Likewise.
10528 * genattrtab.c (main): Likewise.
10529 * genautomata.c (main): Likewise.
10530 * gencodes.c (main): Likewise.
10531 * genconditions.c (main): Likewise.
10532 * genconfig.c (main): Likewise.
10533 * genconstants.c (main): Likewise.
10534 * genemit.c (main): Likewise.
10535 * genextract.c (main): Likewise.
10536 * genflags.c (main): Likewise.
10537 * genopinit.c (main): Likewise.
10538 * genoutput.c (main): Likewise.
10539 * genpeep.c (main): Likewise.
10540 * genrecog.c (main): Likewise.
10541 * genpreds.c (main): Likewise.
10542 * gensupport.h (in_fname): Move to read-md.h.
10543 (init_md_reader_args_cb): Rename to...
10544 (init_rtx_reader_args_cb): ...this and return a bool.
10545 (init_md_reader_args): Rename to...
10546 (init_rtx_reader_args): ...this and return a bool.
10547 (include_callback): Move to read-md.h.
10548 * gensupport.c (in_fname, include_callback, base_dir, max_include_len)
10549 (file_name_list, first_dir_md_include): Move to read-md.c
10550 (first_bracket_include): Delete unused variable.
10551 (last_dir_md_include): Move to read-md.c.
10552 (process_include): Delete, moving code to read-md.c:handle_include.
10553 (process_rtx): Don't handle INCLUDE.
10554 (save_string): Delete.
10555 (rtx_handle_directive): New function.
10556 (init_md_reader_args_cb): Rename to...
10557 (init_rtx_reader_args_cb): ...this and return a boolean success value.
10558 Use read_md_args.
10559 (init_md_reader_args): Rename to...
10560 (init_rtx_reader_args): ...this and return a boolean success value.
10561 * rtl.def (INCLUDE): Delete.
10562 * rtl.h (read_rtx): Remove "int *" argument. Add "const char *"
10563 argument.
10564 * read-rtl.c (read_conditions): Don't gobble ')' here.
10565 (read_mapping): Likewise.
10566 (read_rtx): Remove LINENO argument. Add RTX_NAME argument.
10567 Handle top-level non-rtx constructs here rather than in read_rtx_1.
10568 Store the whole queue in *X. Remove call to init_md_reader.
10569 (read_rtx_1): Rename to...
10570 (read_rtx_code): ...this. Call read_nested_rtx to read subrtxes.
10571 Don't handle top-level non-rtx constructs here. Don't handle (nil)
10572 here.
10573 (read_nested_rtx): New function. Handle (nil) here rather than
10574 in read_rtx_code.
10575 (read_rtx_variadic): Call read_nested_rtx to read subrtxes. Don't
10576 gobble ')' here.
10577 * read-md.h (directive_handler_t): New type.
10578 (in_fname, include_callback): Moved from read-md.h.
10579 (read_constants, init_md_reader): Delete.
10580 (read_md_files): Declare.
10581 * read-md.c (file_name_list, in_fname, base_dir, first_dir_md_include)
10582 (last_dir_md_include_ptr, include_callback, max_include_len): Moved
10583 from gensupport.c.
10584 (read_constants): Rename to...
10585 (handle_constants): ...this. Don't gobble ')' here.
10586 (handle_include, handle_file, handle_toplevel_file)
10587 (parse_include): New functions, mostly taken from gensupport.c.
10588 (init_md_reader): Subsume into...
10589 (read_md_files): ...this new function.
10590
7f7c467f
RS
105912010-06-10 Richard Sandiford <rdsandiford@googlemail.com>
10592
10593 * read-md.h (read_char): Increment read_md_lineno after reading '\n'.
10594 (unread_char): Decrement read_md_lineno after putting back '\n'.
10595 * read-md.c (fatal_with_file_and_line): Push back any characters
10596 that we decide not to add to the context.
10597 (read_skip_spaces): Don't increment read_md_lineno here. Avoid using
10598 fatal_expected_char in cases where '/' ends a line (for example).
10599 (read_name): Don't increment read_md_lineno here.
10600 (read_escape): Likewise.
10601 (read_quoted_string): Likewise.
10602 (read_braced_string): Likewise.
10603
9f418533
RS
106042010-06-10 Richard Sandiford <rdsandiford@googlemail.com>
10605
10606 * Makefile.in (READ_MD_H): Add $(HASHTAB_H).
10607 (build/genconstants.o): Depend on $(READ_MD_H) gensupport.h.
10608 * genconstants.c: Include read-md.h.
10609 * read-rtl.c (md_constants): Move to read-md.c.
10610 (md_name): Move to read-md.h.
10611 (initialize_iterators): Use leading_string_hash instead of def_hash
10612 and leading_string_eq_p instead of def_name_eq_p.
10613 (read_name): Move to read-md.c.
10614 (def_hash, def_name_eq_p): Delete.
10615 (read_constants, traverse_md_constants): Move to read-md.c.
10616 * rtl.h (md_constant, traverse_md_constants): Move to read-md.h.
10617 * read-md.h: Include hashtab.h.
10618 (md_name): Moved from read-rtl.c.
10619 (md_constant): Moved from read-md.h.
10620 (leading_string_hash, leading_string_eq_p, read_name)
10621 (read_constants, traverse_md_constants): Declare.
10622 * read-md.c (md_constants): Moved from read-rtl.c.
10623 (leading_string_hash, leading_string_eq_p): New functions.
10624 (read_name, read_constants, traverse_md_constants): Moved from
10625 read-rtl.c.
10626
82f8e3fd
RS
106272010-06-10 Richard Sandiford <rdsandiford@googlemail.com>
10628
10629 * read-rtl.c (md_name): New structure.
10630 (read_name): Take an md_name instead of a buffer pointer.
10631 Use the "string" field instead of strcpy when expanding constants.
10632 (read_constants): Remove the tmp_char argument. Update the calls
10633 to read_name, using two local name buffers instead of the tmp_char
10634 argument. Merge the constant-creation code.
10635 (read_conditions): Remove the tmp_char argument. Update the calls
10636 to read_name, using a local name buffer instead of the tmp_char
10637 argument.
10638 (read_mapping): Replace tmp_char variable with a local name buffer.
10639 Update the calls to read_name.
10640 (read_rtx_1): Likewise. Update the calls to read_constants and
10641 read_conditions.
10642
bb933490
RS
106432010-06-10 Richard Sandiford <rdsandiford@googlemail.com>
10644
10645 * Makefile.in (build/read-md.o): Depend on errors.h.
10646 * read-md.h (error_with_line): Declare.
10647 * read-md.c: Include errors.h.
10648 (message_with_line_1): New function, extracted from...
10649 (message_with_line): ...here.
10650 (error_with_line): New function.
10651 * genattrtab.c: If a call to message_with_line is followed by
10652 "have_error = 1;", replace both statements with a call to
10653 error_with_line.
10654 * genoutput.c: Likewise.
10655 * genpreds.c: Likewise.
10656 * genrecog.c: If a call to message_with_line is followed by
10657 "error_count++;", replace both statements with a call to
10658 error_with_line.
10659 (errorcount): Delete.
10660 (main): Don't check it.
10661 * gensupport.c: If a call to message_with_line is followed by
10662 "errors = 1;", replace both statements with a call to error_with_line.
10663 (errors): Delete.
10664 (process_define_cond_exec): Check have_error instead of errors.
10665 (init_md_reader_args_cb): Likewise. Don't set errors.
10666
c5e88b39
RS
106672010-06-10 Richard Sandiford <rdsandiford@googlemail.com>
10668
10669 * read-md.h (read_md_file): Declare.
10670 (read_char, unread_char): New functions.
10671 (fatal_with_file_and_line, fatal_expected_char, read_skip_spaces)
10672 (read_quoted_string, read_string): Remove FILE * argument.
10673 * read-md.c (read_md_file): New variable.
10674 (read_md_filename, read_md_lineno): Update comments and remove
10675 unnecessary initialization.
10676 (fatal_with_file_and_line, fatal_expected_char, read_skip_spaces)
10677 (read_escape, read_quoted_string, read_braced_string, read_string):
10678 Remove FILE * argument. Update calls accordingly, using read_char
10679 and unread_char instead of getc and ungetc.
10680 * rtl.h (read_rtx): Remove FILE * argument.
10681 * read-rtl.c (iterator_group): Remove FILE * argument from
10682 "find_builtin".
10683 (iterator_traverse_data): Remove "infile" field.
10684 (find_mode, find_code, apply_mode_maps, apply_iterator_to_rtx)
10685 (add_mapping, read_name, read_constants, read_conditions)
10686 (validate_const_int, find_iterator, read_mapping, check_code_iterator)
10687 (read_rtx, read_rtx_1, read_rtx_variadic): Remove FILE * argument.
10688 Remove file arguments from all calls, using read_char and unread_char
10689 instead of getc and ungetc.
10690 * gensupport.c (process_include): Preserve read_md_file around
10691 the include. Set read_md_file to the handle of the included file.
10692 Update call to read_rtx.
10693 (init_md_reader_args_cb): Set read_md_file to the handle of the file
10694 and remove local FILE *. Update calls to read_rtx.
10695
d2a3ce4e
RS
106962010-06-10 Richard Sandiford <rdsandiford@googlemail.com>
10697
10698 * read-md.h (read_rtx_lineno): Rename to...
10699 (read_md_lineno): ...this.
10700 (read_rtx_filename): Rename to...
10701 (read_md_filename): ...this.
10702 (copy_rtx_ptr_loc): Rename to...
10703 (copy_md_ptr_loc): ...this.
10704 (print_rtx_ptr_loc): Rename to...
10705 (print_md_ptr_loc): ...this.
10706 * read-md.c: Likewise. Update references after renaming.
10707 (string_obstack): Replace RTL with MD in comment.
10708 (set_rtx_ptr_loc): Rename to...
10709 (set_md_ptr_loc): ...this.
10710 (get_rtx_ptr_loc): Rename to...
10711 (get_md_ptr_loc): ...this.
10712 * genconditions.c: Update references after renaming.
10713 * genemit.c: Likewise.
10714 * genoutput.c: Likewise.
10715 * genpreds.c: Likewise.
10716 * gensupport.c: Likewise.
10717 * read-rtl.c: Likewise.
10718
10692477
RS
107192010-06-10 Richard Sandiford <rdsandiford@googlemail.com>
10720
10721 * Makefile.in (READ_MD_H): New variable.
10722 (BUILD_RTL): Add build/read-md.o.
10723 (lto-wrapper.o): Depend on coretypes.h instead of defaults.h.
10724 (build/gensupport.o, build/read-rtl.o, build/genattr.o)
10725 (build/genattrtab.o, build/genconditions.o build/genemit.o)
10726 (build/genextract.o, build/genflags.o, build/genoutput.o)
10727 (build/genpreds.o, build/genrecog.o): Depend on $(READ_MD_H).
10728 (build/read-md.o): New rule.
10729 * defaults.h (obstack_chunk_alloc, obstack_chunk_free)
10730 (OBSTACK_CHUNK_SIZE, gcc_obstack_init): Move to...
10731 * coretypes.h: ...here.
10732 * lto-wrapper.c: Include coretypes.h instead of defaults.h.
10733 * pretty-print.c (obstack_chunk_alloc, obstack_chunk_free): Delete.
10734 * genattr.c: Include read-md.h.
10735 * genattrtab.c: Likewise.
10736 * genconditions.c: Likewise.
10737 * genemit.c: Likewise.
10738 * genextract.c: Likewise.
10739 * genflags.c: Likewise.
10740 * genoutput.c: Likewise.
10741 * genpreds.c: Likewise.
10742 * genrecog.c: Likewise.
10743 * rtl.h (read_skip_spaces, copy_rtx_ptr_loc, print_rtx_ptr_loc)
10744 (join_c_conditions, print_c_condition, read_rtx_filename)
10745 (read_rtx_lineno): Move to read-md.h.
10746 * read-rtl.c: Include read-md.h.
10747 (ptr_loc, string_obstack, ptr_locs, ptr_loc_obstack)
10748 (joined_conditions, joined_conditions_obstack, read_rtx_lineno)
10749 (read_rtx_filename, fatal_with_file_and_line, fatal_expected_char)
10750 (leading_ptr_hash, leading_ptr_eq_p, set_rtx_ptr_loc, get_rtx_ptr_loc)
10751 (copy_rtx_ptr_loc, print_rtx_ptr_loc, join_c_conditions)
10752 (print_c_condition, read_skip_spaces, read_escape, read_quoted_string)
10753 (read_braced_string, read_string): Move to read-md.c.
10754 (read_rtx): Move some initialization to init_md_reader and call
10755 init_md_reader here.
10756 * gensupport.h (message_with_line, n_comma_elts, scan_comma_elt):
10757 Move to read-md.h.
10758 * gensupport.c: Include read-md.h.
3d25c396 10759 (message_with_line, n_comma_elts, scan_comma_elt): Move to read-md.c.
10692477
RS
10760 * read-md.h, read-md.c: New files.
10761
feab9982
AS
107622010-06-10 Anatoly Sokolov <aesok@post.ru>
10763
10764 * config/moxie/moxie.h (FUNCTION_VALUE, FUNCTION_OUTGOING_VALUE,
10765 LIBCALL_VALUE, FUNCTION_VALUE_REGNO_P): Remove macros.
10766 * config/moxie/moxie-protos.h (moxie_function_value): Remove.
10767 * config/moxie/moxie.c (moxie_function_value): Make static.
10768 (moxie_libcall_value, moxie_function_value_regno_p): New functions.
10769 (TARGET_LIBCALL_VALUE, TARGET_FUNCTION_VALUE_REGNO_P): Define.
10770
567a4beb
MJ
107712010-06-10 Martin Jambor <mjambor@suse.cz>
10772
10773 * Makefile.in (tree-sra.o): Add DBGCNT_H to dependencies.
10774 * dbgcnt.def (tree_sra): New counter.
10775 * tree-sra.c: Include dbgcnt.h.
10776 (gate_intra_sra): Check tree_sra debug counter.
10777
591d4f4a
MJ
107782010-06-10 Martin Jambor <mjambor@suse.cz>
10779
10780 PR tree-optimization/44258
10781 * tree-sra.c (build_access_subtree): Return false iff there is a
10782 partial overlap.
10783 (build_access_trees): Likewise.
10784 (analyze_all_variable_accesses): Disqualify candidates if
10785 build_access_trees returns true for them.
10786
b933b33a
AO
107872010-06-10 Alexandre Oliva <aoliva@redhat.com>
10788
10789 PR debug/41371
10790 * var-tracking.c (find_loc_in_1pdv): Remove recursion, only
10791 tail-recurse into canonical node. Fast-forward over
10792 non-canonical VALUEs.
10793
ff534e89
L
107942010-06-10 H.J. Lu <hongjiu.lu@intel.com>
10795
10796 PR boostrap/44470
10797 * config/i386/i386.md (*add<mode>_1): Revert revision 160394.
10798 (*addsi_1_zext) <TYPE_LEA>: Likewise.
10799 (add lea splitter): Likewise.
10800 (add_zext lea splitter): Likewise.
10801
1cb42611
JM
108022010-06-10 Joseph Myers <joseph@codesourcery.com>
10803
10804 * common.opt (fshow-column): Don't mark as C ObjC C++ ObjC++.
10805
29aba2bb
JH
108062010-06-10 Jan Hubicka <jh@suse.cz>
10807
10808 * df-problems.c (df_live_problem_data): Add live_bitmaps.
10809 (df_live_alloc): Initialize problem data and live_osbtacks.
10810 (df_live_finalize): Remove obstack, problem data; do not
10811 clear all bitmaps.
10812 (df_live_top_dump, df_live_bottom_dump): Do not dump old
10813 data when not allocated.
10814 (df_live_verify_solution_start): Do not allocate problem data.
10815 (df_live_verify_solution_end): Check if out is allocated.
10816 (struct df_md_problem_data): New structure.
10817 (df_md_alloc): Allocate problem data.
10818 (df_md_free): Free problem data; do not clear bitmaps.
10819
bfa912a8
JB
108202010-06-10 Jan Beulich <jbeulich@novell.com>
10821
2aa9a961 10822 PR bootstrap/37304
bfa912a8
JB
10823 * configure.ac: Replace $() with ${} when intending to expand
10824 variables rather than invoking commands.
10825 * configure: Re-generate.
10826
21d9971a
JH
108272010-06-10 Jan Hubicka <jh@suse.cz>
10828
fea87e28 10829 PR rtl-optimization/44460
3d25c396
UB
10830 * emit-rtl.c (set_mem_attributes_minus_bitpos): Remove
10831 TYPE_NEEDS_CONSTRUCTING sanity check.
21d9971a 10832
07a67d6a
GP
108332010-06-10 Gerald Pfeifer <gerald@pfeifer.com>
10834
10835 * doc/include/fdl.texi: Move to GFDL version 1.3.
10836
10837 * doc/cpp.texi: Move to GFDL version 1.3.
10838 * doc/gcc.texi: Move to GFDL version 1.3. Fix copyright years.
10839 * doc/gccint.texi: Move to GFDL version 1.3.
10840 * doc/gcov.texi: Move to GFDL version 1.3. Update copyright years.
10841 * doc/install.texi: Move to GFDL version 1.3. Fix copyright years.
10842 * doc/invoke.texi: Move to GFDL version 1.3.
10843
15e80fc3
JH
108442010-06-09 Jan Hubicka <jh@suse.cz>
10845
10846 * ipa-pure-const.c (propagate_pure_const, propagate_noreturn):
10847 Break out from ...
10848 (propagate) ... here; swap the order.
10849
377002a9
JH
108502010-06-09 Jan Hubicka <jh@suse.cz>
10851
10852 * bitmap.c (bitmap_elt_insert_after, bitmap_first_set_bit,
10853 bitmap_first_set_bit, bitmap_last_set_bit, bitmap_last_set_bit,
10854 bitmap_and_into, bitmap_and_compl_into, bitmap_set_range,
10855 bitmap_compl_and_into, bitmap_elt_ior): Use checking asserts.
10856
50814135
CF
108572010-06-09 Changpeng Fang <changpeng.fang@amd.com>
10858
10859 * tree-ssa-loop-prefetch.c (gather_memory_references_ref):
10860 Do not the gather memory reference in the outer loop if the step
10861 is not a constant.
10862
f7963a7c
CF
108632010-06-09 Changpeng Fang <changpeng.fang@amd.com>
10864
3d25c396
UB
10865 * tree-ssa-loop-prefetch.c (PREFETCH_MOD_TO_UNROLL_FACTOR_RATIO) :
10866 Change the PREFETCH_MOD_TO_UNROLL_FACTOR_RATIO threshold value from
10867 8 to 4. Minor change of the related comments.
f7963a7c 10868
7472eb13
SP
108692010-06-09 Sebastian Pop <sebastian.pop@amd.com>
10870
10871 * tree-scalar-evolution.c (instantiate_scev_name): Do not fail
10872 the scev analysis when the variable is not used outside the loop
10873 in a close phi node: call compute_overall_effect_of_inner_loop.
10874
c12e2a5f
SP
108752010-06-09 Sebastian Pop <sebastian.pop@amd.com>
10876
10877 * graphite-sese-to-poly.c (single_pred_cond): Renamed
10878 single_pred_cond_non_loop_exit. Return NULL for loop exit edges.
10879 (build_sese_conditions_before): Renamed call to single_pred_cond.
10880 (build_sese_conditions_after): Same.
10881
072edf07
SP
108822010-06-09 Sebastian Pop <sebastian.pop@amd.com>
10883
10884 * graphite-poly.h: Fix comments and indentation.
10885 * graphite-sese-to-poly.c: Same.
10886 (build_sese_conditions_before): Compute stmt and gbb only when needed.
10887 * tree-chrec.c: Fix comments and indentation.
10888 (tree-ssa-loop-niter.c): Same.
10889
642d55de
EB
108902010-06-09 Eric Botcazou <ebotcazou@adacore.com>
10891
10892 PR rtl-optimization/42461
10893 * dce.c (deletable_insn_p): Return true for const or pure calls again.
10894 * except.c (insn_could_throw_p): Return false if !flag_exceptions.
10895
a2b709cc
JH
108962010-06-09 Jan Hubicka <jh@suse.cz>
10897
10898 * bitmap.c (bitmap_and): Walk array forward.
10899 (bitmap_and_compl_into): Likewise.
10900 (bitmap_xor): Likewise.
10901 (bitmap_xor_into): Likewise.
10902 (bitmap_equal_p): Likewise.
10903 (bitmap_intersect_p): Likewise.
10904 (bitmap_intersect_compl_p): Likewise.
10905 (bitmap_ior_and_into): Likewise.
10906 (bitmap_elt_copy): Likewise.
10907 (bitmap_and_compl): Likewise.
10908 (bitmap_elt_ior): Likewise.
10909
807303cf
DK
109102010-06-09 Dave Korn <dave.korn.cygwin@gmail.com>
10911
10912 * opts-common.c (prune_options): Ensure replacement argv array
10913 is correctly terminated by a NULL entry.
10914
06795261
JH
109152010-06-09 Jan Hubicka <jh@suse.cz>
10916
10917 * cgraph.h (varpool_first_static_initializer,
10918 varpool_next_static_initializer): Make checking only when
10919 checking enabled.
10920 * tree-vectorizer.h (vinfo_for_stmt): Remove check.
10921 (set_vinfo_for_stmt, get_earlier_stmt, is_loop_header_bb_p): Change
10922 gcc_assert to gcc_checking_assert.
3d25c396
UB
10923 * tree-flow-inline.h (gimple_vop, get_var_ann, relink_imm_use,
10924 phi_nodes, set_phi_nodes, phi_arg_index_from_use, op_iter_next_use,
06795261 10925 op_iter_next_def, op_iter_next_tree, op_iter_init, op_iter_init_use,
3d25c396
UB
10926 op_iter_init_phiuse, op_iter_init_phidef,
10927 array_ref_contains_indirect_ref, ref_contains_array_ref): Use
10928 gcc_checking_assert.
06795261
JH
10929 * emit-rtl.h (set_first_insn, set_last_insn): Likewise.
10930 * tree-ssa-live.h (var_to_partition, var_to_partition_to_var,
10931 partition_is_global, live_on_entry, live_on_exit,
10932 live_merge_and_clear): Likewise.
10933 * system.h (gcc_checking_assert): New macro.
10934 * gimple.h (set_bb_seq): Use gcc_checking_assert.
10935
8d681dbf
JM
109362010-06-09 Jason Merrill <jason@redhat.com>
10937
10938 * Makefile.in (TAGS): Collect tags info from c-family.
10939
2bc0a660
JH
109402010-06-09 Jan Hubicka <jh@suse.cz>
10941
10942 * gimple.h (gcc_gimple_checking_assert): New macro.
3d25c396
UB
10943 (gimple_set_def_ops, gimple_set_use_ops,
10944 gimple_set_vuse, gimple_set_vdef,
10945 gimple_omp_subcode, gimple_omp_set_subcode, gimple_ops, gimple_op,
10946 gimple_op_ptr, gimple_op_ptr, gimple_set_op, gimple_bind_set_block,
10947 gimple_asm_input_op, gimple_asm_input_op_ptr, gimple_asm_set_input_op,
10948 gimple_asm_output_op, gimple_asm_output_op_ptr,
10949 gimple_asm_set_output_op, gimple_asm_clobber_op,
10950 gimple_asm_set_clobber_op, gimple_asm_label_op,
10951 gimple_asm_set_label_op, gimple_try_set_kind,
10952 gimple_try_catch_is_cleanup, gimple_try_set_catch_is_cleanup,
10953 gimple_phi_arg, gimple_switch_num_labels, gimple_switch_set_index,
10954 gimple_switch_label, gimple_switch_set_label, gimple_omp_for_index,
10955 gimple_omp_for_index_ptr, gimple_omp_for_set_index,
10956 gimple_omp_for_initial, gimple_omp_for_initial_ptr,
10957 gimple_omp_for_set_initial, gimple_omp_for_final,
10958 gimple_omp_for_final_ptr, gimple_omp_for_set_final,
10959 gimple_omp_for_incr, gimple_omp_for_incr_ptr, gimple_omp_for_set_incr,
10960 gimple_omp_for_set_cond, gimple_omp_for_cond): Make checking
10961 conditional with ENABLE_GIMPLE_CHECKING.
10962 (gimple_phi_set_arg): Likewise; replace memcpy by assignment.
2bc0a660 10963
6521ac85
SL
109642010-06-09 Sandra Loosemore <sandra@codesourcery.com>
10965
10966 * tree-ssa-loop-ivopts.c (adjust_setup_cost): New function.
10967 (get_computation_cost_at): Use it.
10968 (determine_use_iv_cost_condition): Likewise.
10969 (determine_iv_cost): Likewise.
10970
76c85743
RG
109712010-06-09 Richard Guenther <rguenther@suse.de>
10972
10973 * tree-ssa-loop-niter.c (simplify_replace_tree): Do not
10974 replace constants.
10975
5d7eb7e2
KT
109762010-06-09 Kai Tietz <kai.tietz@onevision.com>
10977
10978 * c-objc-common.c (c_tree_printer): Pre-intialize t by NULL_TREE.
10979
1536b6ab
MJ
109802010-06-09 Martin Jambor <mjambor@suse.cz>
10981
10982 PR tree-optimization/44423
10983 * tree-sra.c (dump_access): Dump also grp_assignment_read.
10984 (analyze_access_subtree): Pass negative allow_replacements to children
10985 if the current type is scalar.
10986
f52d94aa 109872010-06-09 Joern Rennecke <joern.rennecke@embecosm.com>
2d7f5f9b
JR
10988
10989 PR testsuite/42843
10990 * gcc-plugin.h (int plugin_is_GPL_compatible): Declare as extern "C".
10991 * doc/plugins.texi (Plugin license check): Update information
10992 on type of plugin_is_GPL_compatible.
10993 * Makefile.in (PLUGINCC): Define as $(COMPILER).
10994 (PLUGINCFLAGS): Define as $(COMPILER_FLAGS).
10995
eef5973d
BS
109962010-06-09 Bernd Schmidt <bernds@codesourcery.com>
10997
10998 * config/arm/arm.c (thumb2_reorg): New function.
10999 (arm_reorg): Call it.
11000 * config/arm/thumb2.md (define_peephole2 for flag clobbering
11001 arithmetic operations): Delete.
11002
2cc0672a
EW
110032010-06-09 Edmar Wienskoski <edmar@freescale.com>
11004
11005 PR target/44067
11006 * config/rs6000/rs6000.md (DIFD): Do not split dpfp values for
11007 e500v2 target.
11008
f1c3bf86
JR
110092010-06-09 Joern Rennecke <joern.rennecke@embecosm.com>
11010
2d7f5f9b 11011 PR plugins/44459
f1c3bf86
JR
11012 * gcc-plugin.h: Encapsulate all declarations in extern "C".
11013
a7280dfb
JH
110142010-06-08 Jan Hubicka <jh@suse.cz>
11015
11016 * basic-block.h (single_succ_edge, single_pred_edge, ei_container,
11017 ei_next, ei_prev): Do sanity checking with ENABLE_CHECKING only.
11018
e89065a1
SL
110192010-06-08 Sandra Loosemore <sandra@codesourcery.com>
11020
11021 PR tree-optimization/39874
11022 PR middle-end/28685
11023 * gimple.h (maybe_fold_and_comparisons, maybe_fold_or_comparisons):
11024 Declare.
11025 * gimple-fold.c (canonicalize_bool, same_bool_comparison_p,
11026 same_bool_result_p): New.
11027 (and_var_with_comparison, and_var_with_comparison_1,
11028 and_comparisons_1, and_comparisons, maybe_fold_and_comparisons): New.
11029 (or_var_with_comparison, or_var_with_comparison_1,
11030 or_comparisons_1, or_comparisons, maybe_fold_or_comparisons): New.
11031 * tree-ssa-reassoc.c (eliminate_redundant_comparison): Use
11032 maybe_fold_and_comparisons or maybe_fold_or_comparisons instead
11033 of combine_comparisons.
11034 * tree-ssa-ifcombine.c (ifcombine_ifandif, ifcombine_iforif): Likewise.
11035
c547eb0d
AS
110362010-06-08 Anatoly Sokolov <aesok@post.ru>
11037
11038 * config/pdp11/pdp11.h (FUNCTION_VALUE, FUNCTION_OUTGOING_VALUE,
11039 LIBCALL_VALUE, FUNCTION_VALUE_REGNO_P): Remove macros.
55f9fe15
AS
11040 * config/pdp11/pdp11.c (pdp11_function_value, pdp11_libcall_value,
11041 pdp11_function_value_regno_p): New functions.
c547eb0d
AS
11042 (TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE,
11043 TARGET_FUNCTION_VALUE_REGNO_P): Define.
11044
29a551b3
KH
110452010-06-08 Kazu Hirata <kazu@codesourcery.com>
11046
11047 * config/arm/arm.c (arm_rtx_costs_1): Don't special case for
11048 Thumb-2 in the MINUS case.
11049
a9429e29
LB
110502010-06-08 Laurynas Biveinis <laurynas.biveinis@gmail.com>
11051
11052 * doc/tm.texi (Per-Function Data): Do not reference ggc_alloc.
11053
11054 * doc/gty.texi (GTY Options): Document typed GC allocation and
11055 variable_size GTY option.
11056
11057 * ggc-internal.h: New.
11058
11059 * ggc.h: Update copyright year.
11060 (digit_string): Move to stringpool.c.
11061 (ggc_mark_stringpool, ggc_purge_stringpool, ggc_mark_roots)
11062 (gt_pch_save_stringpool, gt_pch_fixup_stringpool)
11063 (gt_pach_restore_stringpool, gt_pch_p_S, gt_pch_note_object)
11064 (init_ggc_pch, ggc_pch_count_object, ggc_pch_total_size)
11065 (ggc_pch_this_base, ggc_pch_alloc_object, ggc_pch_prepare_write)
11066 (ggc_pch_write_object, ggc_pch_finish, ggc_pch_read)
11067 (ggc_force_collect, ggc_get_size, ggc_statistics)
11068 (ggc_print_common_statistics): Move to ggc-internal.h.
11069 (digit_vector, new_ggc_zone, destroy_ggc_zone, ggc_alloc_stat)
11070 (ggc_alloc, ggc_alloc_cleared, ggc_realloc, ggc_calloc, GGC_NEW)
11071 (GGC_CNEW, GGC_NEWVEC, GGC_CNEWVEC, GGC_NEWVAR, ggc_alloc_rtvec)
11072 (ggc_alloc_tree, gt_pch_save, ggc_min_expand_heuristic)
11073 (ggc_min_heapsize_heuristic, ggc_alloc_zone)
11074 (ggc_alloc_zone_pass_stat): Remove.
11075 (ggc_internal_alloc_stat, ggc_internal_alloc)
11076 (ggc_internal_cleared_alloc_stat): New.
11077 (GGC_RESIZEVEC, GGC_RESIZEVAR): Redefine.
11078 (ggc_internal_vec_alloc_stat)
11079 (ggc_internal_cleared_vec_alloc_stat)
11080 (ggc_internal_vec_alloc_stat, ggc_internal_cleared_vec_alloc)
11081 (ggc_alloc_atomic_stat, ggc_alloc_atomic)
11082 (ggc_alloc_cleared_atomic, ggc_cleared_alloc_htab_ignore_args)
11083 (ggc_cleared_alloc_ptr_array_two_args): New.
11084 (htab_create_ggc, splay_tree_new_ggc): Redefine.
11085 (ggc_splay_alloc): Change the type of the first argument to
11086 enum gt_types_enum.
11087 (ggc_alloc_string): Make macro.
11088 (ggc_alloc_string_stat): New.
11089 (ggc_strdup): Redefine.
11090 (rtl_zone, tree_zone, tree_id_zone): Declare unconditionally.
11091 (ggc_alloc_rtvec_sized): New.
11092 (ggc_alloc_zone_stat): Rename to ggc_internal_alloc_zone_stat.
11093 (ggc_internal_alloc_zone_pass_stat, ggc_internal_alloc_zone_stat)
11094 (ggc_internal_cleared_alloc_zone_stat)
11095 (ggc_internal_zone_alloc_stat)
11096 (ggc_internal_zone_cleared_alloc_stat)
11097 (ggc_internal_zone_vec_alloc_stat)
11098 (ggc_alloc_zone_rtx_def_stat)
11099 (ggc_alloc_zone_tree_node_stat)
11100 (ggc_alloc_zone_cleared_tree_node_stat)
11101 (ggc_alloc_cleared_gimple_statement_d_stat): New.
11102
11103 * ggc-common.c: Include ggc-internal.h.
11104 (ggc_internal_cleared_alloc_stat): Rename from
11105 ggc_alloc_cleared_stat.
11106 (ggc_realloc_stat): Use ggc_internal_alloc_stat.
11107 (ggc_calloc): Remove.
11108 (ggc_cleared_alloc_htab_ignore_args): New.
11109 (ggc_cleared_alloc_ptr_array_two_args): New.
11110 (ggc_splay_alloc): Add obj_type parameter.
11111 (init_ggc_heuristics): Formatting fixes.
11112
11113 * ggc-none.c: Update copyright year.
11114 (ggc_alloc_stat): Rename to ggc_alloc_stat.
11115 (ggc_alloc_cleared_stat): Rename to
11116 ggc_internal_cleared_alloc_stat.
11117 (struct alloc_zone, rtl_zone, tree_zone, tree_id_zone): New.
11118
11119 * ggc-page.c: Update copyright year. Include ggc-internal.h.
11120 Remove references to ggc_alloc in comments.
11121 (ggc_alloc_typed_stat): Call ggc_internal_alloc_stat.
11122 (ggc_alloc_stat): Rename to ggc_internal_alloc_stat.
11123 (new_ggc_zone, destroy_ggc_zone): Remove.
11124 (struct alloc_zone, rtl_zone, tree_zone, tree_id_zone): New.
11125
11126 * ggc-zone.c: Include ggc-internal.h. Remove references to
11127 ggc_alloc in comments.
11128 (ggc_alloc_zone_stat): ggc_internal_alloc_zone_stat.
11129 (ggc_internal_alloc_zone_pass_stat): New.
11130 (ggc_internal_cleared_alloc_zone_stat): New.
11131 (ggc_alloc_typed_stat): Use ggc_internal_alloc_zone_pass_stat.
11132 (ggc_alloc_stat): Rename ggc_internal_alloc_stat.
11133 (new_ggc_zone, destroy_ggc_zone): Remove.
11134
11135 * stringpool.c: Update copyright year. Include ggc-internal.h
11136 (digit_vector): Make static.
11137 (digit_string): Moved from ggc.h.
11138 (stringpool_ggc_alloc): Use ggc_alloc_atomic.
11139 (ggc_alloc_string): Rename to ggc_alloc_string_stat.
11140
11141 * Makefile.in (GGC_INTERNAL_H): New.
11142 (ggc_common.o, ggc-page.o, ggc-zone.o, stringpool.o): Add
11143 $(GGC_INTERNAL_H) to dependencies.
11144
11145 * gentype.c: Update copyright year.
11146 (walk_type): Accept variable_size GTY option.
11147 (USED_BY_TYPED_GC_P): New macro.
11148 (write_enum_defn): Use USED_BY_TYPED_GC_P. Do not output
11149 whitespace at the end of strings.
11150 (get_type_specifier, variable_size_p): New functions.
11151 (alloc_quantity, alloc_zone): New enums.
11152 (write_typed_alloc_def): New function.
11153 (write_typed_struct_alloc_def): Likewise.
11154 (write_typed_typed_typedef_alloc_def): Likewise.
11155 (write_typed_alloc_defns): Likewise.
11156 (output_typename, write_splay_tree_allocator_def): Likewise.
11157 (write_splay_tree_allocators): Likewise.
11158 (main): Call write_typed_alloc_defns and
11159 write_splay_tree_allocators.
11160
11161 * lto-streamer.h (lto_file_decl_data_ptr): New.
11162
11163 * passes.c (order): Define using cgraph_node_ptr.
11164
11165 * strinpool.c (struct string_pool_data): Declare nested_ptr using
11166 ht_identifier_ptr.
11167
11168 * gimple.h (union gimple_statement_d): Likewise.
11169
11170 * rtl.h (struct rtx_def): Likewise.
11171 (struct rtvec_def): Likewise.
11172
11173 * tree.h (union tree_node): Likewise.
11174
11175 * tree-ssa-operands.h (struct ssa_operand_memory_d): Likewise.
11176
11177 * cfgloop.c (record_loop_exits): Use htab_create_ggc.
11178
11179 * tree-scalar-evolution.c (scev_initialize): Likewise.
11180
11181 * alias.c (record_alias_subset): Update splay_tree_new_ggc call.
11182
11183 * dwarf2asm.c (dw2_force_const_mem): Likewise.
11184
11185 * omp-low.c (lower_omp_critical): Likewise.
11186
11187 * bitmap.h (struct bitmap_head_def): Update comment to not
11188 reference ggc_alloc.
11189
11190 * config/pa/pa.c (get_deferred_label): Use GGC_RESIZEVEC.
11191
11192 * ira.c (fix_reg_equiv_init): Use GGC_RESIZEVEC.
11193
11194 * ipa-prop.c (duplicate_ggc_array): Rename to
11195 duplicate_ipa_jump_func_array. Use typed GC allocation.
11196 (ipa_edge_duplication_hook): Call duplicate_ipa_jump_func_array.
11197
11198 * gimple.c (gimple_alloc_stat): Use
11199 ggc_alloc_cleared_gimple_statement_d_stat.
11200
11201 * varasm.c (create_block_symbol): Use ggc_alloc_zone_rtx_def.
11202
11203 * tree.c (make_node_stat): Use
11204 ggc_alloc_zone_cleared_tree_node_stat.
11205 (make_tree_vec_stat): Likewise.
11206 (build_vl_exp_stat): Likewise.
11207 (copy_node_stat): Use ggc_alloc_zone_tree_node_stat.
11208 (make_tree_binfo_stat): Likewise.
11209 (tree_cons_stat): Likewise.
11210
11211 * rtl.c (rtx_alloc_stat): Use ggc_alloc_zone_rtx_def_stat.
11212 (shallow_copy_rtx_stat): Likewise.
11213 (make_node_stat): Likewise.
11214
11215 * lto-symtab.c: Fix comment.
11216
11217 * tree-cfg.c (create_bb): Update comment to not reference
11218 ggc_alloc_cleared.
3d25c396 11219 * tree-ssa-structalias.c (struct heapvar_for_stmt): Fix param_is value.
a9429e29
LB
11220
11221 * varpool.c (varpool_node): Use typed GC allocation.
11222 (varpool_extra_name_alias): Likewise.
11223
11224 * varasm.c (emutls_decl): Likewise.
11225 (get_unnamed_section): Likewise.
11226 (get_noswitch_section): Likewise.
11227 (get_section): Likewise.
11228 (get_block_for_section): Likewise.
11229 (build_constant_desc): Likewise.
11230 (create_constant_pool): Likewise.
11231 (force_const_mem): Likewise.
11232
11233 * tree.c (build_vl_exp_stat): Likewise.
11234 (build_real): Likewise.
11235 (build_string): Likewise.
11236 (decl_debug_expr_insert): Likewise.
11237 (decl_value_expr_insert): Likewise.
11238 (type_hash_add): Likewise.
11239 (build_omp_clause): Likewise.
11240
11241 * tree-ssanames.c (duplicate_ssa_name_ptr_info): Likewise.
11242
11243 * tree-ssa.c (init_tree_ssa): Likewise.
11244
11245 * tree-ssa-structalias.c (heapvar_insert): Likewise.
11246
11247 * tree-ssa-operands.c (ssa_operand_alloc): Likewise.
11248
11249 * tree-ssa-loop-niter.c (record_estimate): Likewise.
11250
11251 * tree-ssa-alias.c (get_ptr_info): Likewise.
11252
11253 * tree-scalar-evolution.c (new_scev_info_str): Likewise.
11254
11255 * tree-phinodes.c (allocate_phi_node): Likewise.
11256
11257 * tree-iterator.c (tsi_link_before): Likewise.
11258 (tsi_link_after): Likewise.
11259
11260 * tree-eh.c (add_stmt_to_eh_lp_fn): Likewise.
11261
11262 * tree-dfa.c (create_var_ann): Likewise.
11263
11264 * tree-cfg.c (create_bb): Likewise.
11265
11266 * toplev.c (alloc_for_identifier_to_locale): Likewise.
11267 (general_init): Likewise.
11268
11269 * stringpool.c (stringpool_ggc_alloc): Likewise.
11270 (gt_pch_save_stringpool): Likewise.
11271
11272 * sese.c (if_region_set_false_region): Likewise.
11273
11274 * passes.c (do_per_function_toporder): Likewise.
11275
11276 * optabs.c (set_optab_libfunc): Likewise.
11277 (set_conv_libfunc): Likewise.
11278
11279 * lto-symtab.c (lto_symtab_register_decl): Likewise.
11280
11281 * lto-streamer-in.c (lto_input_eh_catch_list): Likewise.
11282 (input_eh_region): Likewise.
11283 (input_eh_lp): Likewise.
11284 (make_new_block): Likewise.
11285 (unpack_ts_real_cst_value_fields): Likewise.
11286
11287 * lto-section-in.c (lto_new_in_decl_state): Likewise.
11288
11289 * lto-cgraph.c (input_node_opt_summary): Likewise.
11290
11291 * loop-init.c (loop_optimizer_init): Likewise.
11292
11293 * lambda.h (lambda_vector_new): Likewise.
11294
11295 * lambda-code.c (replace_uses_equiv_to_x_with_y): Likewise.
11296
11297 * ira.c (update_equiv_regs): Likewise.
11298
11299 * ipa.c (cgraph_node_set_new): Likewise.
11300 (cgraph_node_set_add): Likewise.
11301 (varpool_node_set_new): Likewise.
11302 (varpool_node_set_add): Likewise.
11303
11304 * ipa-prop.c (ipa_compute_jump_functions_for_edge): Likewise.
11305 (duplicate_ipa_jump_func_array): Likewise.
11306 (ipa_read_node_info): Likewise.
11307
11308 * ipa-cp.c (ipcp_create_replace_map): Likewise.
11309
11310 * integrate.c (get_hard_reg_initial_val): Likewise.
11311
11312 * gimple.c (gimple_alloc_stat): Likewise.
11313 (gimple_build_omp_for): Likewise.
11314 (gimple_seq_alloc): Likewise.
11315 (gimple_copy): Likewise.
11316
11317 * gimple-iterator.c (gsi_insert_before_without_update): Likewise.
11318 (gsi_insert_after_without_update): Likewise.
11319
11320 * function.c (add_frame_space): Likewise.
11321 (insert_temp_slot_address): Likewise.
11322 (assign_stack_temp_for_type): Likewise.
11323 (allocate_struct_function): Likewise.
11324 (types_used_by_var_decl_insert): Likewise.
11325
11326 * except.c (init_eh_for_function): Likewise.
11327 (gen_eh_region): Likewise.
11328 (gen_eh_region_catch): Likewise.
11329 (gen_eh_landing_pad): Likewise.
11330 (add_call_site): Likewise.
11331
11332 * emit-rtl.c (get_mem_attrs): Likewise.
11333 (get_reg_attrs): Likewise.
11334 (start_sequence): Likewise.
11335 (init_emit): Likewise.
11336
11337 * dwarf2out.c (new_cfi): Likewise.
11338 (queue_reg_save): Likewise.
11339 (dwarf2out_frame_init): Likewise.
11340 (new_loc_descr): Likewise.
11341 (find_AT_string): Likewise.
11342 (new_die): Likewise.
11343 (add_var_loc_to_decl): Likewise.
11344 (clone_die): Likewise.
11345 (clone_as_declaration): Likewise.
11346 (break_out_comdat_types): Likewise.
11347 (new_loc_list): Likewise.
11348 (loc_descriptor): Likewise.
11349 (add_loc_descr_to_each): Likewise.
11350 (add_const_value_attribute): Likewise.
11351 (tree_add_const_value_attribute): Likewise.
11352 (add_comp_dir_attribute): Likewise.
11353 (add_name_and_src_coords_attributes): Likewise.
11354 (lookup_filename): Likewise.
11355 (store_vcall_insn): Likewise.
11356 (dwarf2out_init): Likewise.
11357
11358 * dbxout.c (dbxout_init): Likewise.
11359
11360 * config/xtensa/xtensa.c (xtensa_init_machine_status): Likewise.
11361
11362 * config/sparc/sparc.c (sparc_init_machine_status): Likewise.
11363
11364 * config/score/score7.c (score7_output_external): Likewise.
11365
11366 * config/score/score3.c (score3_output_external): Likewise.
11367
11368 * config/s390/s390.c (s390_init_machine_status): Likewise.
11369
11370 * config/rs6000/rs6000.c (builtin_function_type): Likewise.
11371 (rs6000_init_machine_status): Likewise.
11372 (output_toc): Likewise.
11373
11374 * config/pa/pa.c (pa_init_machine_status): Likewise.
11375 (get_deferred_plabel): Likewise.
11376
11377 * config/moxie/moxie.c (moxie_init_machine_status): Likewise.
11378
11379 * config/mmix/mmix.c (mmix_init_machine_status): Likewise.
11380
11381 * config/mips/mips.c (mflip_mips16_use_mips16_p): Likewise.
11382
11383 * config/mep/mep.c (mep_init_machine_status): Likewise.
11384 (mep_note_pragma_flag): Likewise.
11385
11386 * config/m32c/m32c.c (m32c_init_machine_status): Likewise.
11387
11388 * config/iq2000/iq2000.c (iq2000_init_machine_status): Likewise.
11389
11390 * config/ia64/ia64.c (ia64_init_machine_status): Likewise.
11391
11392 * config/i386/winnt.c (i386_pe_record_external_function): Likewise.
11393 (i386_pe_maybe_record_exported_symbol): Likewise.
11394
11395 * config/i386/i386.c (get_dllimport_decl): Likewise.
11396 (ix86_init_machine_status): Likewise.
11397 (assign_386_stack_local): Likewise.
11398
11399 * config/frv/frv.c (frv_init_machine_status): Likewise.
11400
11401 * config/darwin.c (machopic_indirection_name): Likewise.
11402
11403 * config/cris/cris.c (cris_init_machine_status): Likewise.
11404
11405 * config/bfin/bfin.c (bfin_init_machine_status): Likewise.
11406
11407 * config/avr/avr.c (avr_init_machine_status): Likewise.
11408
11409 * config/arm/arm.c (arm_init_machine_status): Likewise.
11410
11411 * config/alpha/alpha.c (alpha_init_machine_status): Likewise.
11412 (alpha_need_linkage): Likewise.
11413 (alpha_use_linkage): Likewise.
11414
11415 * cgraph.c (cgraph_allocate_node): Likewise.
11416 (cgraph_create_edge_1): Likewise.
11417 (cgraph_create_indirect_edge): Likewise.
11418 (cgraph_add_asm_node): Likewise.
11419
11420 * cfgrtl.c (init_rtl_bb_info): Likewise.
11421
11422 * cfgloop.c (alloc_loop): Likewise.
11423 (rescan_loop_exit): Likewise.
11424
11425 * cfg.c (init_flow): Likewise.
11426 (alloc_block): Likewise.
11427 (unchecked_make_edge): Likewise.
11428
11429 * c-parser.c (c_parse_init): Likewise.
11430 (c_parse_file): Likewise.
11431
11432 * c-decl.c (bind): Likewise.
11433 (record_inline_static): Likewise.
11434 (push_scope): Likewise.
11435 (make_label): Likewise.
11436 (lookup_label_for_goto): Likewise.
11437 (finish_struct): Likewise.
11438 (finish_enum): Likewise.
11439 (c_push_function_context): Likewise.
11440
11441 * bitmap.c (bitmap_element_allocate): Likewise.
11442 (bitmap_gc_alloc_stat): Likewise.
11443
11444 * alias.c (record_alias_subset): Likewise.
11445 (init_alias_analysis): Likewise.
11446
49c8958b 114472010-06-08 Shujing Zhao <pearly.zhao@oracle.com>
3d25c396 11448
49c8958b
SZ
11449 * fold-const.c (fold_comparison): Remove redundant parenthesis.
11450 * tree-inline.c (expand_call_inline): Pass translated return value of
11451 cgraph_inline_failed_string to diagnostic function.
11452
5dfebe0a 114532010-06-08 Andrew Pinski <pinskia@gmail.com>
6a8f4e12
AP
11454 Shujing Zhao <pearly.zhao@oracle.com>
11455
11456 PR c/37724
11457 * c-typeck.c (convert_for_assignment): Call pedwarn_init if the
11458 implicit bad conversions is initialization.
11459 (error_init): Use gmsgid instead of msgid for argument name and change
11460 the call for error.
11461 (pedwarn_init): Use gmsgid instead of msgid for argument name and
11462 change the call for pedwarn.
11463 (warning_init): Use gmsgid instead of msgid for argument name and
11464 change the call for warning.
11465
6e9e0126
NF
114662010-06-07 Nathan Froyd <froydnj@codesourcery.com>
11467
6a8f4e12 11468 * config/mips/mips-protos.h (mips_print_operand): Delete.
6e9e0126
NF
11469 (mips_print_operand_address): Delete.
11470 * config/mips/mips.h (mips_print_operand_punct): Delete.
11471 (PRINT_OPERAND): Delete.
11472 (PRINT_OPERAND_PUNCT_VALID_P): Delete.
11473 (PRINT_OPERAND_ADDRESS): Delete.
11474 * config/mips/mips.c (mips_print_operand_punct): Make static.
11475 (mips_print_operand_address): Make static.
11476 (mips_print_operand): Make static. Call
11477 mips_print_operand_punct_valid_p.
11478 (mips_print_operand_punct_valid_p): New function.
11479 (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS): Define.
11480 (TARGET_PRINT_OPERAND_PUNCT_VALID_P): Define.
11481
f2eff9f8
JH
114822010-06-07 Jan Hubicka <jh@suse.cz>
11483
11484 PR middle-end/44454
11485 (df_lr_top_dump, df_lr_bottom_dump): Check that in/out bitmaps
11486 are allocated.
11487
10575b5d
KK
114882010-06-07 Kaz Kojima <kkojima@gcc.gnu.org>
11489
11490 * config/sh/sh.c (sh_build_builtin_va_list): Set tree type
11491 name of RECORD.
11492
659b24d6
RO
114932010-06-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
11494
11495 * doc/sourcebuild.texi (Effective-Target Keywords, Other
11496 attributes): Document gas.
11497
390b2b32
UB
114982010-06-07 Uros Bizjak <ubizjak@gmail.com>
11499
11500 * config/i386/i386.md (*add<mode>_1): Remove alternative 2.
11501 <TYPE_LEA>: Split instruction.
11502 <default>: Remove alternative 2 handling.
11503 (*addsi_1_zext) <TYPE_LEA>: Split instruction.
11504 (add lea splitter): Generate SImode lea for mode sizes <= SImode.
11505 (add_zext lea splitter): Use ix86_lea_for_add_ok in insn predicate.
11506
11507 (*movsi_1) <TYPE_LEA>: Use %a modifier to output operand 1.
11508 (ashift_zext lea splitter): Use DImode for multiplication.
11509
11510 * config/i386/i386.c (ix86_expand_epilogue): Do not use ix86_gen_add
11511 to generate addition.
11512
5498f011
JM
115132010-06-07 Joseph Myers <joseph@codesourcery.com>
11514
11515 * common.opt (fira-verbose): Use Var.
11516 (fpcc-struct-return): Use Init instead of VarExists.
11517 * defaults.h (DEFAULT_PCC_STRUCT_RETURN): Move definition from
11518 toplev.c.
11519 * flags.h (flag_signed_char, flag_short_enums,
11520 flag_pcc_struct_return, flag_ira_verbose,
3d25c396 11521 flag_detailed_statistics, flag_remove_unreachable_functions): Remove.
5498f011 11522 * toplev.c (flag_detailed_statistics, flag_signed_char,
390b2b32 11523 flag_short_enums, flag_pcc_struct_return, flag_ira_verbose): Remove.
5498f011
JM
11524 (DEFAULT_PCC_STRUCT_RETURN): Move definition to defaults.h.
11525 * toplev.h (flag_crossjumping, flag_if_conversion,
11526 flag_if_conversion2, flag_keep_static_consts, flag_peel_loops,
11527 flag_rerun_cse_after_loop, flag_thread_jumps, flag_tracer,
11528 flag_unroll_loops, flag_unroll_all_loops, flag_unswitch_loops,
11529 flag_cprop_registers, time_report, flag_ira_loop_pressure,
11530 flag_ira_coalesce, flag_ira_move_spills,
11531 flag_ira_share_save_slots, flag_ira_share_spill_slots): Remove.
11532
e7f96023
JH
115332010-06-07 Jan Hubicka <jh@suse.cz>
11534
f2580bd8
L
11535 * df-core.c (df_analyze_problem): Do verification after allocation.
11536
e7f96023
JH
11537 * df-problems.c (df_lr_problem_data): Add lr_bitmaps.
11538 (df_lr_alloc): Initialize problem data; move bitmaps to
11539 lr_bitmaps obstack.
11540 (df_lr_finalize): Free problem data; do not bother to free bitmaps.
11541 (df_lr_verify_solution_start): Do not initialize problem data;
11542 allocate bitmaps in lr_bitmaps.
11543 (df_lr_verify_solution_end): Do not free problem data.
11544
f10ea640
JH
115452010-06-07 Jan Hubicka <jh@suse.cz>
11546
11547 * cgraph.c (cgraph_edge_cannot_lead_to_return): Also check
11548 if caller is noreturn.
11549 * ipa-reference.c (analyze_function): Use ipa_ref_cannot_lead_to_return
11550 * ipa-ref.h (ipa_ref_cannot_lead_to_return): New function.
11551 * ipa-ref.c (ipa_ref_cannot_lead_to_return): New function.
11552 * ipa-pure-const.c (check_decl): Add IPA parameter.
11553 (state_from_flags): New function.
11554 (better_state, worse_state): New functions.
11555 (check_call): When in IPA mode, do not care about callees.
11556 (check_load, check_store): Update.
11557 (check_ipa_load, check_ipa_store): New.
11558 (check_stmt): When in IPA mode, use IPA checkers.
11559 (analyze_function): Use state_from_flags.
11560 (propagate): Check indirect edges and references.
11561
5e52ffc4
KH
115622010-06-07 Kazu Hirata <kazu@codesourcery.com>
11563
11564 PR rtl-optimization/44404
11565 * auto-inc-dec.c (find_inc): Use reg_overlap_mentioned_p instead
3d25c396 11566 of count_occurrences to see if it's safe to modify mem_insn.
5e52ffc4 11567
ae0595b0
RG
115682010-06-07 Richard Guenther <rguenther@suse.de>
11569
11570 * gimplify.c (gimplify_cleanup_point_expr): For empty body
11571 and EH-only cleanup drop the cleanup instead of inserting it
11572 unconditionally.
11573
35e1a5e7
IR
115742010-06-07 Ira Rosen <irar@il.ibm.com>
11575
11576 * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_VECTORIZATION_COST): Update
11577 documentation.
11578 * targhooks.c (default_builtin_vectorization_cost): New function.
11579 * targhooks.h (default_builtin_vectorization_cost): Declare.
11580 * target.h (enum vect_cost_for_stmt): Define.
11581 (builtin_vectorization_cost): Change argument and comment.
11582 * tree-vectorizer.h: Remove cost model macros.
11583 * tree-vect-loop.c: Include target.h.
11584 (vect_get_cost): New function.
11585 (vect_estimate_min_profitable_iters): Replace cost model macros with
11586 calls to vect_get_cost.
11587 (vect_model_reduction_cost, vect_model_induction_cost): Likewise.
11588 * target-def.h (TARGET_VECTORIZE_BUILTIN_VECTORIZATION_COST): Add
11589 default implementation.
11590 * tree-vect-stmts.c (cost_for_stmt): Replace cost model macros with
11591 calls to target hook builtin_vectorization_cost.
11592 (vect_model_simple_cost, vect_model_store_cost, vect_model_load_cost):
11593 Likewise.
11594 * Makefile.in (tree-vect-loop.o): Add dependency on TARGET_H.
11595 * config/spu/spu.c (spu_builtin_vectorization_cost): Replace with new
11596 implementation to return costs.
11597 * config/i386/i386.c (ix86_builtin_vectorization_cost): Likewise.
11598 * config/spu/spu.h: Remove vectorizer cost model macros.
11599 * config/i386/i386.h: Likewise.
11600 * tree-vect-slp.c (vect_build_slp_tree): Replace cost model macro with
11601 a call to target hook builtin_vectorization_cost.
11602
81c566c2
ST
116032010-06-06 Sriraman Tallam <tmsriram@google.com>
11604
11605 PR target/44319
11606 * config/i386/i386.c (override_options): Turn zee pass on for level 2
11607 and above and defer till target is known.
11608 (optimization_options): Turn on zee pass if TARGET_64BIT is set and
11609 turn off otherwise.
390b2b32 11610
a7e3698d
JH
116112010-05-25 Jan Hubicka <jh@suse.cz>
11612
11613 * df-core.c (df_set_blocks): Use bitmap_head instead of bitmap.
11614 (df_compact_blocks): Likewise.
11615 * df.h (struct df): Turn hardware_regs_used,
11616 regular_block_artificial_uses, eh_block_artificial_uses,
11617 insns_to_delete, insns_to_rescan, insns_to_notes_rescan into
11618 bitmap_head.
11619 * df-problems.c (df_lr_local_compute, df_lr_confluence_0,
11620 df_byte_lr_alloc, df_simulate_fixup_sets): Update.
11621 * df-scan.c (df_scan_free_internal, df_scan_alloc, df_scan_start_dump,
11622 df_scan_blocks, df_insn_delete, df_insn_rescan,
11623 df_insn_rescan_debug_internal, df_insn_rescan_all,
11624 df_process_deferred_rescans, df_process_deferred_rescans,
11625 df_notes_rescan, df_get_call_refs, df_get_call_refs,
11626 regs_invalidated_by_call_regset, df_get_call_refs, df_bb_refs_collect,
11627 df_record_entry_block_defs, df_record_exit_block_uses,
11628 df_update_exit_block_uses, df_bb_verify, df_entry_block_bitmap_verify,
11629 df_scan_verify): Update.
11630
e62b90b4
DS
116312010-05-25 Dodji Seketeli <dodji@redhat.com>
11632
11633 PR c++/44188
11634 * c-common.c (is_typedef_decl): Move this definition ...
11635 * tree.c (is_typedef_decl): ... here.
11636 (typdef_variant_p): Move definition here from gcc/cp/tree.c.
11637 * c-common.h (is_typedef_decl): Move this declaration ...
11638 * tree.h (is_typedef_decl): ... here.
11639 (typedef_variant_p): Move declaration here from gcc/cp/cp-tree.h
11640 * dwarf2out.c (is_naming_typedef_decl): New function.
11641 (gen_tagged_type_die): Split out of ...
11642 (gen_type_die_with_usage): ... this function. When an anonymous
11643 tagged type is named by a typedef, make sure a DW_TAG_typedef DIE
11644 is emitted for the typedef.
11645 (gen_typedef_die): Emit DW_TAG_typedef also for typedefs naming
11646 anonymous tagged types.
11647
04087cd0
MLI
116482010-06-06 Manuel López-Ibáñez <manu@gcc.gnu.org>
11649
11650 PR c/20000
390b2b32 11651 * c-decl.c (grokdeclarator): Delete warning.
04087cd0 11652
f7b4a383
EB
116532010-06-06 Eric Botcazou <ebotcazou@adacore.com>
11654
11655 * stor-layout.c (self_referential_size): Set UNKNOWN_LOCATION on the
11656 newly built CALL_EXPR.
df2a52a6
EB
11657 * tree-profile.c (tree_profiling): Don't profile functions produced
11658 for built-in stuff.
f7b4a383 11659
346967d1
SB
116602010-06-06 Segher Boessenkool <segher@kernel.crashing.org>
11661
11662 PR bootstrap/44427
11663 PR bootstrap/44428
3333e146 11664 * genautomata.c (SET_BIT, CLEAR_BIT, TEST_BIT): Make these macros
346967d1
SB
11665 endianness-independent.
11666
39dabefd
SB
116672010-06-05 Steven Bosscher <steven@gcc.gnu.org>
11668
11669 * c-common.c: Move to c-family/.
11670 * c-common.def: Likewise.
11671 * c-common.h: Likewise.
11672 * c-cppbuiltin.c: Likewise.
11673 * c-dump.c: Likewise.
11674 * c-format.c: Likewise.
11675 * c-format.h : Likewise.
11676 * c-gimplify.c: Likewise.
11677 * c-lex.c: Likewise.
11678 * c-omp.c: Likewise.
11679 * c.opt: Likewise.
11680 * c-opts.c: Likewise.
11681 * c-pch.c: Likewise.
11682 * c-ppoutput.c: Likewise.
11683 * c-pragma.c: Likewise.
11684 * c-pragma.h: Likewise.
11685 * c-pretty-print.c: Likewise.
11686 * c-pretty-print.h: Likewise.
11687 * c-semantics.c: Likewise.
11688 * stub-objc.c: Likewise.
11689
11690 * gengtype.c (get_file_langdir): Special-case files in c-family/.
11691 (get_output_file_with_visibility): Fix name for c-common.h.
11692 * c-config-lang.in: Update paths in gtfiles for files in c-family/.
11693
11694 * c-tree.h: Update include path for moved files.
11695 * c-lang.c: Likewise.
11696 * c-lang.h: Likewise.
11697 * c-parser.c: Likewise.
11698 * c-convert.c: Likewise.
11699 * c-decl.c: Likewise.
11700 * c-objc-common.c: Likewise.
11701 * configure.ac: Make sure c-family/ exists in the build directory.
11702 * configure: Regenerate.
11703 * Makefile.in: Update paths for moved files. Regroup files per
11704 location and update dependencies. Move generated_files down after
11705 ALL_GTFILES_H.
11706
11707 * config/spu/spu-c.c: Update paths for moved files.
11708 * config/mep/mep-pragma.c: Likewise.
11709 * config/darwin-c.c: Likewise.
11710 * config/i386/msformat-c.c: Likewise.
11711 * config/i386/i386-c.c: Likewise.
11712 * config/avr/avr-c.c: Likewise.
11713 * config/sol2-c.c: Likewise.
11714 * config/ia64/ia64-c.c: Likewise.
11715 * config/rs6000/rs6000-c.c: Likewise.
11716 * config/arm/arm.c: Likewise.
11717 * config/arm/arm-c.c: Likewise.
11718 * config/h8300/h8300.c: Likewise.
11719 * config/v850/v850-c.c: Likewise.
11720
11721 * config/t-darwin: Fix dependencies for moved files.
11722 * config/t-sol2: Fix dependencies for moved files.
11723 * config/mep/t-mep: Fix dependencies for moved files.
11724 * config/ia64/t-ia64: Fix dependencies for moved files.
11725 * config/rs6000/t-rs6000: Fix dependencies for moved files.
11726 * config/v850/t-v850: Fix dependencies for moved files.
11727 * config/v850/t-v850e: Fix dependencies for moved files.
11728
11729 * config/m32c/m32c-pragma.c
11730
11731 * po/exgettext: Look in c-family/ also.
11732
ad06ee51
EB
117332010-06-05 Eric Botcazou <ebotcazou@adacore.com>
11734
11735 * tree-ssa-dce.c (mark_last_stmt_necessary): New function.
11736 (mark_control_dependent_edges_necessary): Call it instead of marking
11737 the last statement manually.
11738 (propagate_necessity): Likewise.
11739
0fc555fb
JH
117402010-06-05 Jan Hubicka <jh@suse.cz>
11741
6903fcbd
L
11742 * basic-block.h (compute_dominance_frontiers): Updated.
11743 (compute_idf): Likewise.
11744
0fc555fb
JH
11745 * tree-into-ssa.c (insert_phi_nodes): Use bitmap heads
11746 for dominance frontiers.
3d25c396 11747 (rewrite_into_ssa): Update for bitmap heads in dominance frontiers.
0fc555fb
JH
11748 (insert_updated_phi_nodes_for): Likewise.
11749 (update_ssa): Likewise.
11750 * cfganal.c (compute_dominance_frontiers_1): Likewise.
11751 (compute_dominance_frontiers): Likewise.
11752 (compute_idf): Likewise.
11753 * df-problems.c (df_md_local_compute): Likewise.
11754
f5c21ef3
AS
117552010-06-05 Anatoly Sokolov <aesok@post.ru>
11756
11757 * target.h (struct gcc_target): Add memory_move_cost field.
11758 * target-def.h (TARGET_MEMORY_MOVE_COST): New.
11759 (TARGET_INITIALIZER): Use TARGET_MEMORY_MOVE_COST.
11760 * targhooks.c (default_memory_move_cost): New function.
11761 * targhooks.h (default_memory_move_cost): Declare function.
11762 * reload.h (memory_move_cost): Declare.
11763 (memory_move_secondary_cost): Change type of 'in' argument to bool.
11764 * reginfo.c (memory_move_cost): New function.
11765 (memory_move_secondary_cost): Change type of 'in' argument to bool.
11766 * ira.h (ira_memory_move_cost): Update comment.
bd3a5d17 11767 * ira.c (ira_memory_move_cost): Update comment.
f5c21ef3
AS
11768 (setup_class_subset_and_memory_move_costs): Replace MEMORY_MOVE_COST
11769 with memory_move_cost.
11770 * postreload.c (reload_cse_simplify_set): (Ditto.).
11771 * reload1.c (choose_reload_regs): (Ditto.).
11772 * doc/tm.texi (TARGET_MEMORY_MOVE_COST): New.
11773 (MEMORY_MOVE_COST): Revise documentation.
11774
11775 * config/i386/i386.h (MEMORY_MOVE_COST): Remove macro.
11776 * config/i386/i386-protos.h (int ix86_memory_move_cost): Remove.
11777 * config/i386/i386.h (ix86_memory_move_cost): Make static. Change
11778 type of 'in' argument to bool.
11779 (TARGET_MEMORY_MOVE_COST): Define.
11780
da8c7675
JH
117812010-06-05 Jan Hubicka <jh@suse.cz>
11782
ad06ee51
EB
11783 * ipa-pure-const.c (propagate): Fix typo in handling of functions
11784 that cannot return. Be more careful when merging the results with
11785 previously known ones.
da8c7675 11786
c1ce46a5
MK
117872010-06-05 Matthias Klose <doko@ubuntu.com>
11788
11789 * gcc.c (cc1_options, cpp_unique_options): Use find-plugindir spec
11790 function to add the -iplugindir option.
11791 (find_plugindir_spec_function): Add new declaration and function.
11792 (static_spec_func): Use it for "find-plugindir".
11793
82c3c067
JJ
117942010-06-05 Jakub Jelinek <jakub@redhat.com>
11795
11796 PR c++/44361
11797 * c-typeck.c (mark_exp_read): Handle C_MAYBE_CONST_EXPR.
11798 * c-parser.c (c_parser_postfix_expression): Call mark_exp_read on
11799 statement expression.
11800
5c72d561
JH
118012010-06-05 Jan Hubicka <jh@suse.cz>
11802
11803 * df-problems.c (seen_in_block, seen_in_insn): Convert to bitmap_head.
11804 (df_rd_problem_data): Convert sparse_invalidated_by_call,
11805 dense_invalidated_by_call to bitmap head.
11806 (df_rd_alloc, df_rd_bb_local_compute_process_def,
11807 df_rd_bb_local_compute, df_rd_confluence_n, df_rd_transfer_function,
11808 df_rd_start_dump, df_lr_verify_transfer_functions,
11809 df_live_verify_transfer_functions, df_chain_create_bb,
11810 df_chain_add_problem, df_byte_lr_check_regs, df_byte_lr_alloc,
11811 df_byte_lr_confluence_0, df_byte_lr_confluence_n, df_note_compute,
389caea8
EB
11812 df_simulate_one_insn_forwards, df_md_alloc,
11813 df_md_bb_local_compute_process_def,
11814 df_md_bb_local_compute_process_def, df_md_local_compute,
11815 df_md_transfer_function df_md_free): Update.
5c72d561 11816
f2c1da78
JM
118172010-06-05 Joseph Myers <joseph@codesourcery.com>
11818
11819 PR c/44322
11820 * c-typeck.c (build_unary_op): Merge qualifiers into pointer
11821 target type for ADDR_EXPR; require no changes to qualifiers except
11822 for function types.
11823 * c-tree.h (c_build_type_variant): Remove.
11824
4af89b88
SB
118252010-06-05 Segher Boessenkool <segher@kernel.crashing.org>
11826
389caea8 11827 * genautomata.c (get_excl_set): Do work per element, not per char.
4af89b88
SB
11828 (check_presence_pattern_sets): Similar.
11829 (check_absence_pattern_sets): Similar.
11830
99d98200
SB
118312010-06-05 Segher Boessenkool <segher@kernel.crashing.org>
11832
11833 * genautomata.c (curr_state_pass_num): Delete.
11834 (min_issue_delay_pass_states): Delete.
11835 (min_issue_delay): Delete.
11836 (initiate_min_issue_delay_pass_states): Delete.
11837 (output_min_issue_delay_table): Compute min_issue_delay_vect
11838 using a breadth-first search variant.
11839 (output_tables): Don't call initiate_min_issue_delay_pass_states.
11840
c69d3a0e
L
118412010-06-04 H.J. Lu <hongjiu.lu@intel.com>
11842
11843 PR boostrap/44421
390b2b32 11844 * df-problems.c (df_lr_bb_local_compute): Updated for embedded bitmaps.
c69d3a0e
L
11845 (df_byte_lr_bb_local_compute): Likewise.
11846
0a766368
JM
118472010-06-03 Jason Merrill <jason@redhat.com>
11848
11849 Implement noexcept operator (5.3.7)
11850 * c-common.c (c_common_reswords): Add noexcept.
11851 * c-common.h (enum rid): Add RID_NOEXCEPT.
11852
bdc6b402
JM
118532010-06-04 Joseph Myers <joseph@codesourcery.com>
11854
11855 * config/darwin-driver.c (darwin_default_min_version): Use
9f7b464b 11856 GCC-specific formats in diagnostics.
bdc6b402
JM
11857 * cppspec.c (lang_specific_driver): Use GCC-specific formats in
11858 diagnostics.
11859 * gcc.c (translate_options, read_specs, add_sysrooted_prefix,
11860 execute, process_command, end_going_arg, do_self_spec, do_spec_1,
11861 eval_spec_function, handle_braces, process_brace_body, main,
11862 perror_with_name, used_arg, set_multilib_dir, print_multilib_info,
11863 getenv_spec_function, compare_version_strings,
11864 version_compare_spec_function): Use GCC-specific formats in
11865 diagnostics.
11866
7d1f0f8a
UB
118672010-06-04 Uros Bizjak <ubizjak@gmail.com>
11868
11869 * config/i386/i386.md (*addhi_1_lea) <TYPE_INCDEC, default>: Assert
11870 that operand 0 and operand 1 are equal.
11871 (*addqi_1_lea) <TYPE_INCDEC, default>: Ditto.
11872 (*add<mode>_2) <TYPE_INCDEC>: Remove assert that operand 0
11873 and operand 1 are equal.
390b2b32 11874 <default>: Ditto. Remove ??? comment.
7d1f0f8a
UB
11875 (*add<mode>_3) <TYPE_INCDEC>: Remove assert that operand 0
11876 and operand 1 are equal.
390b2b32
UB
11877 <default>: Ditto. Remove ??? comment.
11878 (*adddi_4) <default>: Remove assert that operand 0 and operand 1
7d1f0f8a
UB
11879 are equal.
11880 (*add<mode>_4) <default>: Ditto.
11881 (*add<mode>_5) <TYPE_INCDEC, default>: Ditto.
11882
6b3c42ae
NF
118832010-06-04 Nathan Froyd <froydnj@codesourcery.com>
11884
11885 * config/i386/i386-protos.h (ix86_print_operand): Declare.
11886 * config/i386/i386.c (ix86_print_operand): Make non-static.
11887 * config/i386/sol2.h (ASM_OUTPUT_CALL): Call ix86_print_operand.
11888 * output.h (output_operand): Declare.
11889 * final.c (output_operand): Make non-static.
11890
0fa43fb7
AO
118912010-06-04 Alexandre Oliva <aoliva@redhat.com>
11892
39e7207a
AO
11893 PR rtl-optimization/44013
11894 * sched-deps.c (add_dependence_list_and_free): Don't free lists
11895 when processing debug insns.
11896
0fa43fb7
AO
11897 PR debug/41371
11898 * var-tracking.c (find_loc_in_1pdv): Mark initial value before
11899 recursing. Check that recursion is bounded. Rename inner var
11900 to avoid hiding incoming argument.
11901
ad1f7916
UB
119022010-06-04 Uros Bizjak <ubizjak@gmail.com>
11903
7d1f0f8a
UB
11904 * config/i386/i386.md (*addqi_2) <TYPE_INCDEC>: Do not assert that
11905 operands[2] == 255.
ad1f7916
UB
11906 (*addqi_3): Ditto.
11907 (*addqi_4): Ditto.
11908 (*addqi_5): Ditto.
11909 (*addqi_ext_1_rex64): Ditto.
11910 (*addqi_ext_1): Ditto.
11911
11912 (*addqi_4): Check for incdec_operand in QImode.
11913
11914 (*add<mode>_2): Macroize insn from *add<mode>_2 and *add{qi,hi}_2
11915 using SWI mode iterator.
11916 (*add<mode>_3): Ditto from *add<mode>_3 and *add{qi,hi}_3.
11917 (*add<mode>_4): Macroize insn from *add{qi,hi,si}_4 using SWI124
11918 mode iterator.
11919 (*add<mode>_5): Macroize insn from *add<mode>_5 and *add{qi,hi}_5
11920 using SWI mode iterator.
11921
49706e39
MLI
119222010-06-04 Manuel López-Ibáñez <manu@gcc.gnu.org>
11923
11924 PR c/25880
11925 * c-objc-common.c (c_tree_printer): Handle %V, %v and %#v.
11926 * c-format.c (gcc_diag_flag_specs): Add hash.
11927 (gcc_cxxdiag_flag_specs): Use gcc_diag_flag_specs directly.
11928 (gcc_tdiag_char_table,gcc_cdiag_char_table): Handle %V and %v.
11929 * c-pretty-print.c (pp_c_cv_qualifier): Rename as
11930 pp_c_cv_qualifiers. Handle qualifiers spelling here.
11931 (pp_c_type_qualifier_list): Call the function above.
11932 * c-pretty-print.h (pp_c_cv_qualifiers): Declare.
11933 * c-typeck.c (handle_warn_cast_qual): Print qualifiers.
11934 (WARN_FOR_QUALIFIERS): New macro.
11935 (convert_for_assignment): Use it.
11936
b13ea8bd
KT
119372010-06-04 Kai Tietz <kai.tietz@onevision.com>
11938
ad1f7916 11939 * config/i386/cygming.h (ASM_GENERATE_INTERNAL_LABEL): Prefix by '*'.
b13ea8bd 11940
b33a91c9
JH
119412010-06-04 Jan Hubicka <jh@suse.cz>
11942
11943 * df.h (df_rd_bb_info, df_md_bb_info, df_lr_bb_info, df_live_bb_info,
11944 df_byte_lr_bb_info): Embedd bitmap_head into the structure.
11945 (DF_LIVE_IN, DF_LIVE_OUT, DF_LR_IN, DF_LR_OUT, DF_BYTE_LR_IN,
11946 DF_BYTE_LR_OUT): Update for embedded bitmaps.
11947 * fwprop.c (single_def_use_enter_block): Likewise.
11948 * ddg.c (create_ddg_dep_from_intra_loop_link,
11949 add_cross_iteration_register_deps, build_inter_loop_deps): Likewise.
11950 * loop-iv.c (latch_dominating_def): Likewise.
11951 * df-problems.c (df_rd_free_bb_info, df_rd_alloc,
11952 df_rd_bb_local_compute_process_def, df_rd_bb_local_compute_process_def,
11953 df_rd_init_solution, df_rd_init_solution, df_rd_transfer_function,
11954 df_rd_transfer_function, df_rd_top_dump,
11955 df_rd_bottom_dump): Update.
11956 (df_lr_free_bb_info, df_lr_alloc, df_lr_reset, df_lr_bb_local_compute,
11957 df_lr_bb_local_compute, df_lr_bb_local_compute, df_lr_bb_local_compute,
11958 df_lr_bb_local_compute, df_lr_local_compute, df_lr_init, df_lr_init,
11959 df_lr_confluence_0, df_lr_free, df_lr_top_dump, df_lr_bottom_dump,
11960 df_lr_verify_solution_start, df_lr_verify_solution_end,
11961 df_lr_verify_transfer_functions, df_lr_verify_transfer_functions,
11962 df_live_free_bb_info, df_live_alloc, df_live_reset,
11963 df_live_bb_local_compute, df_live_init, df_live_transfer_function,
11964 df_live_finalize, df_live_free, df_live_top_dump, df_live_bottom_dump,
11965 df_live_verify_solution_start, df_live_verify_solution_end,
11966 df_live_verify_transfer_functions, df_chain_create_bb,
11967 df_byte_lr_free_bb_info, df_byte_lr_alloc, df_byte_lr_reset,
11968 df_byte_lr_bb_local_compute, df_byte_lr_bb_local_compute,
11969 df_byte_lr_bb_local_compute, df_byte_lr_bb_local_compute,
11970 df_byte_lr_bb_local_compute, df_byte_lr_local_compute, df_byte_lr_init,
11971 df_byte_lr_confluence_0, df_byte_lr_confluence_n,
11972 df_byte_lr_transfer_function, df_byte_lr_top_dump,
11973 df_byte_lr_bottom_dump, df_create_unused_note,
11974 df_note_bb_compute, df_md_free_bb_info, df_md_alloc,
11975 df_md_bb_local_compute_process_def, df_md_local_compute, df_md_reset,
11976 df_md_transfer_function, df_md_init, df_md_confluence_0,
11977 df_md_confluence_n,
ad1f7916
UB
11978 df_md_top_dump, df_md_bottom_dump): Update.
11979 (struct df_lr_problem_data): Embedd bitmap headers.
b33a91c9 11980
f251709a
JH
119812010-06-04 Jan Hubicka <jh@suse.cz>
11982
ad1f7916
UB
11983 * dce.c (dce_process_block): Do not re-scan already marked
11984 instructions.
f251709a 11985
8ff49c29
BS
119862010-06-04 Bernd Schmidt <bernds@codesourcery.com>
11987
11988 PR rtl-optimization/39871
11989 PR rtl-optimization/40615
11990 PR rtl-optimization/42500
11991 PR rtl-optimization/42502
11992 * ira.c (init_reg_equiv_memory_loc: New function.
11993 (ira): Call it twice.
11994 * reload.h (calculate_elim_costs_all_insns): Declare.
11995 * ira-costs.c: Include "reload.h".
11996 (regno_equiv_gains): New static variable.
11997 (init_costs): Allocate it.
11998 (finish_costs): Free it.
11999 (ira_costs): Call calculate_elim_costs_all_insns.
12000 (find_costs_and_classes): Take estimated elimination costs
12001 into account.
12002 (ira_adjust_equiv_reg_cost): New function.
12003 * ira.h (ira_adjust_equiv_reg_cost): Declare it.
12004 * reload1.c (init_eliminable_invariants, free_reg_equiv,
ad1f7916 12005 elimination_costs_in_insn, note_reg_elim_costly): New static functions.
8ff49c29
BS
12006 (elim_bb): New static variable.
12007 (reload): Move code out of here into init_eliminable_invariants and
12008 free_reg_equiv. Call them.
12009 (calculate_elim_costs_all_insns): New function.
12010 (eliminate_regs_1): Declare. Add extra arg FOR_COSTS;
12011 all callers changed. If FOR_COSTS is true, don't call alter_reg,
12012 but call note_reg_elim_costly if we turned a valid memory address
12013 into an invalid one.
12014 * Makefile.in (ira-costs.o): Depend on reload.h.
12015
95c5655c
JB
120162010-06-04 Julian Brown <julian@codesourcery.com>
12017
12018 * config/arm/thumb2.md (*thumb2_movdf_soft_insn): Fix alternatives
12019 for pool ranges.
12020
d4c0c9f6
RG
120212010-06-04 Richard Guenther <rguenther@suse.de>
12022
12023 PR lto/41584
12024 * cgraph.h (struct varpool_node): Add lto_file_data field.
12025 * lto-cgraph.c (input_varpool_node): Initialize it.
12026
308e51aa
UB
120272010-06-04 Uros Bizjak <ubizjak@gmail.com>
12028
12029 * config/i386/predicates.md (pic_symbolic_operand): Remove predicate.
12030 * config/i386/i386.md (*add<mode>_1): Do not use pic_symbolic_operand
12031 predicate in "type" attribute calculation.
12032 (*addsi_1_zext): Ditto.
12033 (*add<mode>_2): Do not use pic_symbolic_operand in insn predicate.
12034 (*addsi_2_zext): Ditto.
12035 (*add<mode>_3): Ditto.
12036 (*addsi_3_zext): Ditto.
12037 (*add<mode>_5): Ditto.
12038
f3cf730b
JH
120392010-06-03 Jan Hubicka <jh@suse.cz>
12040
12041 * tree-into-ssa.c (mark_block_for_update): Avoid redundant call
12042 of bitmap_bit_p.
12043 * cfganal.c (compute_dominance_frontiers_1): Likewise.
12044
95f4cd58
JH
120452010-06-03 Jan Hubicka <jh@suse.cz>
12046
12047 * df-problems.c (df_create_unused_note, df_note_bb_compute):
12048 micro-optimize the checks when to add new note.
12049
6e2188e0
NF
120502010-06-03 Nathan Froyd <froydnj@codesourcery.com>
12051
12052 * final.c (output_asm_insn): Call
12053 targetm.asm_out.print_operand_punct_valid_p. Update comments.
12054 (output_operand): Call targetm.asm_out.print_operand. Update comments.
12055 (output_address): Call targetm.asm_out.print_operand_address.
12056 Update comments.
12057 * target.h (struct gcc_target): Add print_operand,
12058 print_operand_address, and print_operand_punct_valid_p fields.
12059 * targhooks.h (default_print_operand): Declare.
12060 (default_print_operand_address): Declare.
12061 (default_print_operand_punct_valid_p): Declare.
12062 * targhooks.c (default_print_operand): Define.
12063 (default_print_operand_address): Define.
12064 (default_print_operand_punct_valid_p): Define.
12065 * target-def.h (TARGET_PRINT_OPERAND): Define if not defined.
12066 (TARGET_PRINT_OPERAND_ADDRESS): Likewise.
12067 (TARGET_PRINT_OPERAND_PUNCT_VALID_P): Likewise.
12068 (TARGET_ASM_OUT): Add TARGET_PRINT_OPERAND,
12069 TARGET_PRINT_OPERAND_ADDRESS, and TARGET_PRINT_OPERAND_PUNCT_VALID_P.
12070 * vmsdbgout.c (addr_const_to_string): Update comment.
12071 * config/i386/i386.c (print_operand): Rename to...
12072 (ix86_print_operand): ...this. Make static.
12073 (print_operand_address): Rename to...
12074 (ix86_print_operand_address): ...this. Make static. Call
12075 ix86_print_operand instead of PRINT_OPERAND.
12076 (ix86_print_operand_punct_valid_p): New function.
12077 (TARGET_PRINT_OPERAND): Define.
12078 (TARGET_PRINT_OPERAND_ADDRESS): Define.
12079 (TARGET_PRINT_OPERAND_PUNCT_VALID_P): Define.
12080 * config/i386/i386.h (HI_REGISTER_NAMES): Update comment.
12081 (PRINT_OPERAND_PUNCT_VALID_P): Delete.
12082 (PRINT_OPERAND): Delete.
12083 (PRINT_OPERAND_ADDRESS): Delete.
12084 * config/i386/i386-protos.h (print_operand): Delete prototype.
12085 (print_operand_address): Delete prototype.
12086
bb6c4ac8
RG
120872010-06-03 Richard Guenther <rguenther@suse.de>
12088
12089 PR tree-optimization/44403
12090 * tree-vect-data-refs.c (vect_create_addr_base_for_vector_ref):
12091 Preserve pointer qualifiers.
12092 (vect_create_data_ref_ptr): Likewise.
12093
1c314335
L
120942010-06-03 H.J. Lu <hongjiu.lu@intel.com>
12095
12096 PR c++/44294
12097 * defaults.h (MAX_FIXED_MODE_SIZE): New.
12098
12099 * stor-layout.c (MAX_FIXED_MODE_SIZE): Removed.
12100
c87d6057
JJ
121012010-06-03 Jakub Jelinek <jakub@redhat.com>
12102
12103 PR debug/44375
12104 * tree-cfg.c (gimple_can_merge_blocks_p): For -O0
12105 return false if merging the bbs would lead to goto_locus
12106 location being lost from the IL.
12107
193d4c0f
JJ
121082010-06-03 Jan Hubicka <jh@suse.cz>
12109 Jakub Jelinek <jakub@redhat.com>
12110
308e51aa 12111 * var-tracking.c (dataflow_set_equiv_regs): Shortcut the loop if
193d4c0f
JJ
12112 set->regs[i] is NULL or has just one entry.
12113
703e95cf
JH
121142010-06-03 Jan Hubicka <jh@suse.cz>
12115
12116 * lto-cgraph.c (lto_varpool_encoder_size): Remove.
12117 * lto-streamer.h (lto_varpool_encoder_size): New inline function.
12118
12a0a4d4
PB
121192010-06-03 Paul Brook <paul@codesourcery.com>
12120
12121 * config/arm/arm.c (FL_TUNE): Define.
12122 (arm_default_cpu, arm_cpu_select): Remove.
12123 (all_cores): Populate core field.
12124 (arm_selected_arch, arm_selected_cpu, arm_selected_tune): New.
12125 (arm_find_cpu): New function.
12126 (arm_handle_option): Lookup cpu/architecture names.
12127 (arm_override_options): Cleanup mcpu/march/mtune handling.
12128 (arm_file_start): Ditto.
12129
d9d7a1bf
AM
121302010-06-03 Alan Modra <amodra@gmail.com>
12131
12132 PR target/44169
12133 * config/rs6000/rs6000.md (load_toc_v4_PIC_1b): Add label operand.
12134 * config/rs6000/rs6000.c (rs6000_legitimize_tls_address): Pass label
12135 rtx to gen_load_toc_v4_PIC_1b. Tidy.
12136 (rs6000_emit_load_toc_table): Likewise.
12137
514f01ad
JH
121382010-06-02 Jan Hubicka <jh@suse.cz>
12139
12140 * passes.c (init_optimization_passes): Put ipa reference
12141 after ipa pure-const.
12142
22a8d1e6
JH
121432010-06-02 Jan Hubicka <jh@suse.cz>
12144
12145 * ipa-reference.c (ipa_reference_local_vars_info_d): Remove
12146 calls_read_all and calls_write_all.
12147 (get_reference_optimization_summary): Fix formatting.
12148 (is_proper_for_analysis): Check that decl is not readonly.
12149 (propagate_bits): Check CONST/PURE/noreturn flags.
12150 (ipa_init): Move all_module_statics to optimization_summary_obstack.
12151 (analyze_function): Ignore indirect edges.
12152 (copy_global_bitmap): For all module statics, do nothing.
12153 (generate_summary): Do not print calls_read_all/calls_write_all.
12154 (read_write_all_from_decl): Take node as argument; check
12155 cgraph_node_cannot_return.
12156 (propagate): Reorganize read_all/write_all computation;
12157 check indirect edges; check ecf flags; use all_module_statics
12158 in the results; do not free all_module_statics.
12159 (stream_out_bitmap): Handle all_module_statics.
12160 (ipa_reference_write_optimization_summary): Likewise; use
12161 varpool/cgraph encoders to get boundaries.
12162 (ipa_reference_read_optimization_summary): Read in all_module_statics;
12163 use it when possible.
12164
92902797
MM
121652010-06-02 Michael Meissner <meissner@linux.vnet.ibm.com>
12166
12167 PR target/44218
12168 * doc/invoke.texi (RS/6000 and PowerPC Options): Delete obsolete
308e51aa 12169 -mswdiv option. Add -mrecip, -mrecip=<xxx>, -mrecip-precision options.
92902797
MM
12170
12171 * doc/extend.texi (powerpc builtins): Document vec_recip,
12172 vec_rsqrt, vec_rsqrte altivec/vsx builtins.
12173
308e51aa 12174 * config/rs6000/rs60000-protos.h (rs6000_emit_swdiv): New function.
92902797
MM
12175 (rs6000_emit_swrsqrt): Ditto.
12176 (rs6000_emit_swdivsf): Delete.
12177 (rs6000_emit_swdivdf): Ditto.
12178 (rs6000_emit_swrsqrtsf): Ditto.
12179
12180 * config/rs6000/rs6000.c (rs6000_recip_bits): New global to
12181 describe the reciprocal estimate support for each type.
12182 (recip_options): Map -mrecip=<opt> into option bits.
12183 (gen_2arg_fn_t): New typedef for binary rtx gen function.
12184 (rs6000_debug_reg_global): If -mdebug=reg, print the state of the
12185 reciprocal estimate instructions.
12186 (rs6000_init_hard_regno_mode_ok): Key ws constraint off of the
12187 debug -mvsx-scalar-memory switch instead of -mvsx-scalar-double.
12188 Set up rs6000_recip_bits based on the -mrecip* options. Print the
12189 cost information if -mdebug=cost or -mdebug=reg.
12190 (rs6000_override_options): Set -mrecip-precision for power6, and
12191 power7 machines. If -mvsx or -mdfp, enable various options that
12192 came in previous instruction set ISAs, unless the option was
12193 explicitly disabled by the command line option. Parse
12194 -mrecip=<opt> options.
12195 (rs6000_builtin_vectorized_function): Add support for vectorizing
12196 the reciprocal estimate builtins and expansions.
12197 (rs6000_handle_option): Add -mrecip, -mrecip=<opt> support.
12198 (bdesc_2arg): Add reciprocal estimate builtins.
12199 (bdesc_1arg): Add reciprocal square root estimate builtins.
12200 (rs6000_expand_builtin): Rewrite to use a switch statement,
308e51aa 12201 instead of multiple if/then/elses. Add reciprocal estimate builtins.
92902797
MM
12202 (rs6000_init_builtins): Create declarations for reciprocal
12203 estimate builtins.
12204 (rs6000_preferred_reload_class): Simplify VSX preferences, if scalar
12205 sized, prefer traditional floating point registers, if integer
12206 vector types, prefer altivec registers. Don't actually look at
12207 the memory address any more.
12208 (rs6000_builtin_reciprocal): Add new builtin reciprocal estimate
12209 builtins.
12210 (rs6000_load_constant_and_splat): New helper function to load up
12211 the constant for reciprocal estimate instructions.
12212 (rs6000_emit_madd): New helper function for generating
12213 multiply/add type instructions, based on the current switches.
12214 (rs6000_emit_msub): Ditto.
12215 (rs6000_emit_mnsub): Ditto.
12216 (rs6000_emit_swdiv_high_precision): Replace rs6000_emit_swdivsf to
12217 replace a divide with a reciprocal estimate and fixup, adding
12218 support for machines with high precision and vectors.
12219 (rs6000_emit_swdiv_low_precision): Rewrite rs6000_emit_swdivdf for
12220 low precision machines.
12221 (rs6000_emit_swdiv): New common function to be called to replace a
12222 division with reciprocal estimate and fixup.
12223 (rs6000_emit_swrsqrt): Replace rs6000_emit_swrsqrtsf. Add support
308e51aa 12224 for double and vector types. Add support for high precision machines.
92902797
MM
12225
12226 * config/rs6000/rs6000.h (TARGET_FRES): New macro to say whether
12227 the reciprocal estimate instructions can be generated.
12228 (TARGET_FRE): Ditto.
12229 (TARGET_FRSQRTES): Ditto.
12230 (TARGET_FRSQRTE): Ditto.
12231 (RS6000_RECIP_*): New macros for reciprocal estimate support.
12232
12233 * config/rs6000/vector.md (rsqrte<mode>2): New insn for reciprocal
12234 square root estimate on vectors.
12235 (re<mode>2): New insn for reciprocal division estimate on vectors.
12236
12237 * config/rs6000/rs6000-buitlins.def (ALTIVEC_BUILTIN_VRSQRTFP):
12238 New builtin.
12239 (ALTIVEC_BUILTIN_VRECIPFP): Ditto.
12240 (ALTIVEC_BUITLIN_VEC_RE): Ditto.
12241 (ALTIVEC_BUILTIN_VEC_RSQRT): Ditto.
12242 (VSX_BUILTIN_RSQRT_V4SF): Ditto.
12243 (VSX_BUITLIN_RSQRT_V2DF): Ditto.
12244 (RS6000_BUILTIN_RSQRT): Ditto.
12245 (ALTIVEC_BUILTIN_VEC_RSQRTE): Denote that the builtin is a
12246 floating point builtin.
12247
12248 * config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): Define
12249 macros __RECIP__, __RECIPF__, __RSQRTE__, __RSQRTEF__,
12250 __RECIP_PRECISION__ based on the command line switches.
12251 (altivec_overloaded_builtins): Add reciprocal estimate builtins.
12252
12253 * config/rs6000/rs6000.opt (-mrecip): Document add support for
308e51aa 12254 replacing division instructions with reciprocal estimate and fixup.
92902797
MM
12255 (-mrecip=<opt>): New option.
12256 (-mrecip-precision): Ditto.
12257
12258 * config/rs6000/vsx.md (UNSPEC_VSX_RSQRTE): Delete.
12259 (vsx_rsqrte<mode>2): Use UNSPEC_RSQRT not UNSPEC_VSX_RSQRTE.
12260 (vsx_copysignsf3): If -mvsx, use double precision cpsign on single
12261 precision scalar.
12262
12263 * config/rs6000/altivec.md (UNSPEC_RSQRTEFP): Delete.
12264 (UNSPEC_VREFP): Ditto.
12265 (altivec_vnmsubfp*): Make altivec nmsub mirror the scalar and VSX
308e51aa 12266 conterparts with regard to support of -mno-fused-madd and -ffast-math.
92902797
MM
12267 (altivec_vrsqrtefp): Use common UNSPEC to allow scalar/vector
12268 reciprocal estimate instructions to be generated.
12269 (altivec_vrefp): Ditto.
12270
12271 * config/rs6000/rs6000.md (RECIPF): New iterator for reciprocal
12272 estimate support.
12273 (rreg): New mode attribute for reciprocal estimate support.
12274 (recip<mode>3): New insn for division using reciprocal estimate
12275 and fixup builtins.
12276 (divide define_split): New define_split to convert floating point
12277 division to use reciprocal estimate if the user used the
12278 appropriate options and the split is run when we can add new
12279 pseudo registers for the fixup.
12280 (rsqrt<mode>2): New insn for reciprocal square root support.
12281 (recipsf3): Move into recip<mode>3.
12282 (recipdf3): Ditto.
12283 (fres): Use TARGET_FRES.
12284 (rsqrtsf2): Move into rsqrt<mode>2.
12285 (rsqrtsf_internal1): Use TARGET_FRSQRTSES.
12286 (copysignsf3): Add support for VSX.
12287 (fred): Use TARGET_FRE.
12288 (fred_fpr): Ditto.
12289 (rsqrtdf_internal1): New function for frsqrte instruciton.
12290
308e51aa 12291 * config/rs6000/altivec.h (vec_recipdiv): Define new vector builtin.
92902797
MM
12292 (vec_rsqrt): Ditto.
12293
eef4a603
RG
122942010-06-03 Richard Guenther <rguenther@suse.de>
12295
12296 PR middle-end/44291
12297 * optabs.c (init_one_libfunc): Use IDENTIFIER_HASH_VALUE.
12298 (set_user_assembler_libfunc): Likewise.
12299
77ec4307
SB
123002010-06-02 Steven Bosscher <steven@gcc.gnu.org>
12301
12302 * mkconfig.sh: Include insn-flags.h and insn-constants.h before
12303 defaults.h.
12304 * except.h: Move MUST_USE_SJLJ_EXCEPTIONS and USING_SJLJ_EXCEPTIONS
12305 to defaults.h
12306 * expr.h (BRANCH_COST, MOVE_RATIO, CLEAR_RATIO, SET_RATIO,
12307 DEFAULT_FUNCTION_ARG_PADDING, FUNCTION_ARG_PADDING,
12308 FUNCTION_ARG_BOUNDARY, STACK_SAVEAREA_MODE, STACK_SIZE_MODE,
12309 STACK_CHECK_BUILTIN, STACK_CHECK_STATIC_BUILTIN,
12310 STACK_CHECK_PROBE_INTERVAL_EXP, STACK_CHECK_MOVING_SP,
12311 STACK_OLD_CHECK_PROTECT, STACK_CHECK_PROTECT,
12312 STACK_CHECK_MAX_FRAME_SIZE, STACK_CHECK_FIXED_FRAME_SIZE,
12313 STACK_CHECK_MAX_VAR_SIZE): Move target macro defaults to defaults.h.
12314 * defaults.h: Updated for above mentioned changes.
12315
ef2d9e4d
KT
123162010-06-02 Kai Tietz <kai.tietz@onevision.com>
12317
12318 * c-common.c: Remove header include of tm_p.h.
12319 * Makefile.in (c-common.o): Remove TM_P_H dependency.
12320
53e030f1
JJ
123212010-06-02 Jakub Jelinek <jakub@redhat.com>
12322
12323 * tree.h (struct tree_decl_map): New type.
12324 (tree_decl_map_eq, tree_decl_map_marked_p): Define.
12325 (tree_decl_map_hash): New prototype.
12326 (debug_expr_for_decl, value_expr_for_decl): Change into
12327 tree_decl_map hashtab from tree_map.
12328 (init_ttree): Adjust initialization.
12329 (tree_decl_map_hash): New function.
12330 (decl_debug_expr_lookup, decl_debug_expr_insert,
12331 decl_value_expr_lookup, decl_value_expr_insert): Adjust.
12332
a6198222
RO
123332010-06-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
12334
12335 * configure.ac (gcc_cv_ld_sol2_emulation): Test for GNU ld *_sol2
12336 linker emulations.
12337 * configure: Regenerate.
12338 * config.in: Regenerate.
12339
12340 * config/i386/sol2-10.h [TARGET_GNU_LD] (I386_EMULATION): Define.
12341 (X86_64_EMULATION): Define.
12342 (TARGET_LD_EMULATION): Use them.
12343
12344 * config/sparc/sol2-gld-bi.h (SPARC32_EMULATION): Define.
12345 (SPARC64_EMULATION): Define.
12346 (LINK_ARCH_SPEC): Use them.
12347
d6abd6d8
SP
123482010-06-02 Sebastian Pop <sebastian.pop@amd.com>
12349
12350 * graphite-clast-to-gimple.c (gcc_type_for_interval): Use
12351 smallest_mode_for_size for computing the precision types of new
12352 graphite IVs. Do not call lang_hooks.types.type_for_size.
12353
718d3588
SP
123542010-06-02 Sebastian Pop <sebastian.pop@amd.com>
12355
12356 * tree-if-conv.c (predicate_bbs): Do not reset the GIMPLE_DEBUG
12357 information.
12358 (remove_conditions_and_labels): Reset the GIMPLE_DEBUG information.
12359
5521cae9
SP
123602010-06-02 Sebastian Pop <sebastian.pop@amd.com>
12361
12362 PR middle-end/44363
12363 * tree-if-conv.c (predicate_bbs): Do not call gcc_unreachable,
12364 return false instead.
12365
437ffe7b
JH
123662010-06-02 Jan Hubicka <jh@suse.cz>
12367
12368 PR middle-end/44295
12369 * cgraphunit.c (cgraph_redirect_edge_call_stmt_to_callee): Do not
12370 create new cgraph node to check callee.
12371
f3dcdff7
RG
123722010-06-02 Richard Guenther <rguenther@suse.de>
12373
12374 * lto-streamer-in.c (input_gimple_stmt): Fix typo.
12375
396717c9
RG
123762010-06-02 Richard Guenther <rguenther@suse.de>
12377
12378 * lto-wrapper.c (lto_wrapper_exit): Rename to ...
12379 (lto_wrapper_cleanup): ... this. Do not exit.
12380 (fatal): Adjust. Exit here.
12381 (fatal_perror): Likewise.
12382 (fatal_signal): New function.
12383 (main): Set up signal handlers to cleanup temporary files.
12384 * Makefile.in (lto-wrapper.o): Adjust dependencies.
12385
2698955a
RG
123862010-06-02 Richard Guenther <rguenther@suse.de>
12387
12388 PR tree-optimization/44377
12389 * tree-ssa-structalias.c (find_func_aliases): Fix typo.
12390
30972225
AK
123912010-06-02 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
12392
12393 * config/s390/2097.md (z10_fhex): Remove insn reservation.
12394 * config/s390/s390.md (UNSPEC_COPYSIGN): Remove unused constant.
12395 (*mov<mode>_64 TD_TF, *mov<mode>_31 TD_TF, *mov<mode>_64dfp DD_DF,
12396 *mov<mode>_64 DD_DF, *mov<mode>_31, mov<mode>): Remove load zero
12397 instruction.
308e51aa 12398 * config/s390/s390.c: Don't accept fp zeros as valid constants anymore.
30972225 12399
d4fb676f
JH
124002010-06-02 Jan Hubicka <jh@suse.cz>
12401
12402 * bitmap.c (bitmap_descriptor): Add search_iter.
12403 (bitmap_find_bit): Increment it.
12404 (print_statistics): Print it.
12405
36c4a482
NF
124062010-06-02 Nathan Froyd <froydnj@codesourcery.com>
12407
12408 * tree-vect-slp.c (vect_create_mask_and_perm): Use gimple_build_call
12409 instead of gimple_build_call_vec. Delete unnecessary local variable.
12410
f66d6761
SB
124112010-06-02 Steven Bosscher <steven@gcc.gnu.org>
12412
12413 * gimplify.c (gimplify_body): Revert "Do not initialize RTL profiling"
12414 change from yesterday.
12415
a8cd9c51
SB
124162010-06-02 Steven Bosscher <steven@gcc.gnu.org>
12417
12418 * c-ada-spec.c: Clean up redundant includes.
12419
2eb79bbb
SB
124202010-06-01 Steven Bosscher <steven@gcc.gnu.org>
12421
12422 * gimplify.c: Do not include except.h and optabs.h.
12423 (gimplify_body): Do not initialize RTL profiling.
12424 * gimple-low.c: Do not include rtl.h, diagnostic.h, langhooks.h,
12425 langhooks-def.h, timevar.h, except.h, hashtab.h, and expr.h.
12426 * gimple-fold.c: Do not include rtl.h, tm_p.h, ggc.h, basic-block.h,
12427 output.h, expr.h, diagnostic.h, timevar.h, value-prof.h, and
12428 langhooks.h.
12429
12430 * tree-pretty-print.h: Include pretty-print.h.
12431 * gimple-pretty-print.h: Include pretty-print.h.
12432
12433 * tree-pretty-print.c: Do not include diagnostic.h.
12434 * tree-vrp.c: Likewise.
12435 * tree-tailcall.c: Likewise
12436 * tree-scalar-evolution.c: Likewise
12437 * tree-ssa-dse.c: Likewise
12438 * tree-chrec.c: Likewise
12439 * tree-ssa-sccvn.c: Likewise
12440 * tree-ssa-copyrename.c: Likewise
12441 * tree-nomudflap.c: Likewise
12442 * tree-call-cdce.c: Likewise
12443 * tree-stdarg.c: Likewise
12444 * tree-ssa-math-opts.c: Likewise
12445 * tree-nrv.c: Likewise
12446 * tree-ssa-sink.c: Likewise
12447 * tree-browser.c: Likewise
12448 * tree-ssa-loop-ivcanon.c: Likewise
12449 * tree-ssa-loop.c: Likewise
12450 * tree-parloops.c: Likewise
12451 * tree-ssa-address.c: Likewise
12452 * tree-ssa-ifcombine.c: Likewise
12453 * tree-if-conv.c: Likewise
12454 * tree-data-ref.c: Likewise
12455 * tree-affine.c: Likewise
12456 * tree-ssa-phiopt.c: Likewise
12457 * tree-ssa-coalesce.c: Likewise
12458 * tree-ssa-pre.c: Likewise
12459 * tree-ssa-live.c: Likewise
12460 * tree-predcom.c: Likewise
12461 * tree-ssa-forwprop.c: Likewise
12462 * tree-ssa-dce.c: Likewise
12463 * tree-ssa-ter.c: Likewise
12464 * tree-ssa-loop-prefetch.c: Likewise
12465 * tree-optimize.c: Likewise
12466 * tree-ssa-phiprop.c: Likewise
12467 * tree-object-size.c: Likewise
12468 * tree-outof-ssa.c: Likewise
12469 * tree-ssa-structalias.c: Likewise
12470 * tree-switch-conversion.c: Likewise
12471 * tree-ssa-reassoc.c: Likewise
12472 * tree-ssa-operands.c: Likewise
12473 * tree-vectorizer.c: Likewise
12474 * tree-vect-data-refs.c: Likewise
12475 * tree-vect-generic.c: Likewise
12476 * tree-vect-stmts.c: Likewise
12477 * tree-vect-patterns.c: Likewise
12478 * tree-vect-slp.c: Likewise
12479 * tree-vect-loop.c: Likewise
12480 * tree-ssa-loop-ivopts.c: Likewise
12481 * tree-ssa-loop-im.c: Likewise
12482 * tree-ssa-loop-niter.c: Likewise
12483 * tree-ssa-loop-unswitch.c: Likewise
12484 * tree-ssa-loop-manip.c: Likewise
12485 * tree-ssa-loop-ch.c: Likewise
12486 * tree-dump.c: Likewise
12487 * tree-complex.c: Likewise
12488
12489 * tree-into-ssa.c: Do not include diagnostic.h and expr.h.
12490 * tree-ssa-uninit.c: Likewise
12491 * tree-ssa-threadupdate.c: Likewise
12492 * tree-ssa-uncprop.c: Likewise
12493 * tree-ssa-ccp.c: Likewise
12494 * tree-ssa-dom.c: Likewise
12495 * tree-ssa-propagate.c: Likewise
12496 * tree-ssa-alias.c: Likewise
12497 * tree-dfa.c: Likewise
12498 * tree-cfgcleanup.c: Likewise
12499 * tree-sra.c: Likewise
12500 * tree-ssa-copy.c: Likewise
12501 * tree-ssa.c: Likewise
12502 * tree-profile.c: Likewise
12503 * tree-cfg.c: Likewise
12504 * tree-ssa-threadedge.c: Likewise
12505 * tree-vect-loop-manip.c: Likewise
12506
12507 * tree-inline.c: Do not include diagnostic.h and expr.h.
12508 Include rtl.h.
12509 (copy_decl_for_dup_finish): Do not use NULL_RTX.
12510
308e51aa 12511 * tree-loop-linear.c: Do not include diagnostic.h, expr.h and optabs.h.
2eb79bbb
SB
12512 * tree-loop-distribution.c: Likewise.
12513
73add7fe
JH
125142010-06-01 Jan Hubicka <jh@suse.cz>
12515
12516 * ipa-pure-const.c (local_pure_const): Do NORETURN discovery.
12517
566d09ef
JH
125182010-06-01 Jan Hubicka <jh@suse.cz>
12519
12520 * tree-cfgcleanup.c (fixup_noreturn_call): Break out from ...;
12521 remove return value.
12522 (split_bbs_on_noreturn_calls) .... here.
12523 * tree-optimize.c (execute_fixup_cfg): Fixup noreturn calls too.
12524 * tree-flow.h (fixup_noreturn_call): New.
12525
fb9ef4c1
JH
125262010-06-01 Jan Hubicka <jh@suse.cz>
12527
12528 * emit-rtl.c (remove_insn): Fix thinko in prevoius patch.
12529
6594b49d
NF
125302010-06-01 Nathan Froyd <froydnj@codesourcery.com>
12531
12532 * tree.h (build_nt_call_list): Delete.
12533 * tree.c (build_nt_call_list): Delete.
12534
5936d944
JH
125352010-06-01 Jan Hubicka <jh@suse.cz>
12536
12537 * fwprop.c: Make emit-rtl.h include last.
12538 * rtlanal.c: Include emit-rtl.h.
12539 * genautomata.c: Output emit-rtl include into insn-automata.c
12540 * df-scan.c: Include emit-rtl.h.
12541 * haifa-sched.c: Indlude emit-rtl.h.
12542 * mode-switching.c: Indlude emit-rtl.h.
12543 * graph.c: Indlude emit-rtl.h.
12544 * sel-sched.c: Include emit-rtl.h.
12545 * sel-sched-ir.c: Include emit-rtl.h.
12546 * ira-build.c: Include emit-rtl.h.
bd3a5d17 12547 * emit-rtl.c (first_insn, last_insn): Remove defines.
5936d944
JH
12548 (get_insns, set_first_insn, get_last_insn, set_last_insn, get_max_uid):
12549 Move to emit-rtl.h.
308e51aa
UB
12550 (set_new_first_and_last_insn, get_last_insn_anywhere,
12551 get_first_nonnote_insn, get_last_nonnote_insn, try_split,
12552 make_call_insn_raw, add_insn_after, add_insn_before, remove_insn,
12553 delete_insns_since, reorder_insns_nobb, emit_insn_after_1,
12554 emit_debug_insn_before, emit_insn, start_sequence, push_to_sequence,
12555 push_to_sequence2, push_topmost_sequence, end_sequence, copy_insn):
12556 Use accessor functions.
5936d944
JH
12557 * emit-rtl.h (gen_blockage, gen_rtvec, copy_insn_1, copy_insn,
12558 gen_int_mode, emit_copy_of_insn_after, set_reg_attrs_from_value,
12559 set_reg_attrs_for_parm, set_reg_attrs_for_decl_rtl, adjust_reg_mode,
308e51aa 12560 mem_expr_equal_p): Move here from rtl.h.
5936d944
JH
12561 (get_insns, set_first-insn, get_last_insn, set_last_insn, get_max_uid):
12562 Move here from emit-rtl.c; make inline.
308e51aa 12563 * cfglayout.h: Include emit-rtl.h.
5936d944
JH
12564 * rtl.h (gen_blockage, gen_rtvec, copy_insn_1, copy_insn,
12565 gen_int_mode, emit_copy_of_insn_after, set_reg_attrs_from_value,
12566 set_reg_attrs_for_parm, set_reg_attrs_for_decl_rtl, adjust_reg_mode,
308e51aa
UB
12567 mem_expr_equal_p, get_insns, set_first-insn,
12568 get_last_insn, set_last_insn, get_max_uid): Move to emit-rtl.h.
12569 * reg-stack.c: Include emit-rtl.h.
5936d944
JH
12570 * dce.c: Likewise.
12571
91382288
JH
125722010-06-01 Jan Hubicka <jh@suse.cz>
12573
12574 * cgraph.h (tree_function_versioning): Update prototype.
12575 (cgraph_function_versioning): Update prototype.
12576 * cgraphunit.c (cgraph_copy_node_for_versioning): Accept bbs_to_copy
12577 bitmap.
308e51aa 12578 (cgraph_function_versioning): Accept new_entry_block and bbs_to_copy.
91382288
JH
12579 (cgraph_materialize_clone, save_inline_function_body): Update use of
12580 tree_function_versioning.
308e51aa
UB
12581 * tree-inline.c (copy_bb): Look for previous copied block to link
12582 after; fix debug output.
91382288
JH
12583 (copy_cfg_body): Accept new_entry_block and bbs_to_copy.
12584 (copy_body): Likewise.
12585 (expand_call_inline): Update use of copy_body.
12586 (tree_function_versioning): Update use of copy body; accept
12587 blocks_to_copy and new_entry.
12588
6ac9d3a3
JH
125892010-06-01 Jan Hubicka <jh@suse.cz>
12590
12591 * gegenrtl.c: Remove unnecesary prototypes.
12592 (gendecl): Remove.
12593 (gendef): Produce static inline.
12594 (gencode): Remove.
12595 (main): Do not decode parameters; generate header only.
12596 * Makefile.in (genrtl.c): Remove.
12597
2e3b4885
JH
125982010-06-01 Jan Hubicka <jh@suse.cz>
12599
12600 * tree-switch-conversion.c (build_one_array): Make it readonly.
12601
0641fa97
RG
126022010-06-01 Richard Guenther <rguenther@suse.de>
12603
12604 * optabs.c (init_optabs): Guard all accesses to reinit.
12605 * ipa-pure-const.c (propagate): Fix another typo.
12606 * opts.c (common_handle_option): Split assignment to bool.
12607 * c-opts.c (c_common_handle_option): Likewise.
12608
9cc54940 126092010-06-01 Arnaud Charlet <charlet@adacore.com>
308e51aa 12610 Matthew Gingell <gingell@adacore.com>
9cc54940
AC
12611
12612 * doc/invoke.texi: Mention -fdump-ada-spec.
12613 * tree-dump.c (dump_files): Add ada-spec.
12614 (FIRST_AUTO_NUMBERED_DUMP): Bump to 8.
12615 * tree-pass.h (tree_dump_index): Add TDI_ada.
12616 * gcc.c: Add support for -C without -E and for -fdump-ada-spec.
12617 (cpp_unique_options): Do not reject -C or -CC when -E isn't present.
12618 (default_compilers) <@c-header>: Allow -fdump-ada-spec on header files.
12619 * c-decl.c: Include c-ada-spec.h.
12620 (collect_source_ref_cb, collect_all_refs, for_each_global_decl): New
12621 functions.
12622 (c_write_global_declarations): Add handling of -fdump-ada-spec.
12623 * c-lex.c (c_lex_with_flags): Add handling of CPP_COMMENT.
12624 * Makefile.in (C_AND_OBJC_OBJS): Add c-ada-spec.o.
12625 * c-ada-spec.h, c-ada-spec.c: New files.
12626
97d45cef
RG
126272010-06-01 Richard Guenther <rguenther@suse.de>
12628
12629 PR lto/43853
12630 * ipa-pure-const.c (get_function_state): Hand back varying state
12631 if we do not have one.
12632 (has_function_state): New function.
12633 (duplicate_node_data): Adjust.
12634 (remove_node_data): Likewise.
12635 (pure_const_write_summary): Likewise.
12636 (propagate): Likewise. Fix typo.
12637
f7fbb475
JH
126382010-06-01 Jan Hubicka <jh@suse.cz>
12639
12640 * tree-cfg.c (verify_stmt): Do not skip could_throw test.
12641 * passes.c (execute_function_todo): Do not make implicit verify_ssa.
12642 (execute_all_ipa_transforms): Do not play with the states.
12643
d47a371c
MK
126442010-06-01 Maxim Kuvyrkov <maxim@codesourcery.com>
12645
12646 * config/arm/t-linux-androideabi: New.
389caea8 12647 * config.gcc (arm*-*-linux-androideabi): Include multilib config.
d47a371c 12648
613f61fc
JH
126492010-06-01 Jan Hubicka <jh@suse.cz>
12650
12651 * tree-inline.c (estimate_num_insns): For stdarg functions look
12652 into call statement to count cost of argument passing.
12653
193d4c0f 126542010-06-01 Kai Tietz <kai.tietz@onevision.com>
42ad7bc8 12655
308e51aa
UB
12656 * config/i386.c (ix86_output_addr_vec_elt): Make LPREFIX
12657 argument for fprintf.
12658 (ix86_output_addr_diff_elt): Likewise.
12659 (x86_function_profiler): Likewise.
12660 * config/cygming.h (LOCAL_LABEL_PREFIX): Fix for x64 no-underscore.
12661 (LPREFIX): Likewise.
12662 (ASM_GENERATE_INTERNAL_LABEL): Likewise.
42ad7bc8 12663
c71ad61e
JJ
126642010-05-31 Jakub Jelinek <jakub@redhat.com>
12665
12666 PR target/44338
12667 * config/i386/sse.md (fma4i_fmadd<mode>4256, fma4i_fmsub<mode>4256,
12668 fma4i_fnmadd<mode>4256, fma4i_fnmsub<mode>4256, fma4i_fmadd<mode>4,
12669 fma4i_fmsub<mode>4, fma4i_fnmadd<mode>4, fma4i_fnmsub<mode>4,
12670 fma4i_vmfmadd<mode>4, fma4i_vmfmsub<mode>4, fma4i_vmfnmadd<mode>4,
12671 fma4i_vmfnmsub<mode>4, fma4i_fmaddsubv8sf4, fma4i_fmaddsubv4df4,
12672 fma4i_fmaddsubv4sf4, fma4i_fmaddsubv2df4, fma4i_fmsubaddv8sf4,
12673 fma4i_fmsubaddv4df4, fma4i_fmsubaddv4sf4, fma4i_fmsubaddv2df4):
12674 Guard only with TARGET_FMA4 instead of TARGET_FMA4 &&
12675 TARGET_FUSED_MADD.
12676
63f1c699
JH
126772010-05-31 Jan Hubicka <jh@suse.cz>
12678
12679 * tree.h (tree_range_check_failed): Declare noreturn.
12680
4892422a
JH
126812010-05-31 Jan Hubicka <jh@suse.cz>
12682
12683 * gimple.c (gimple_call_builtin_p): New function.
12684 * gimple.h (gimple_call_builtin_p): Declare.
12685 * tree-cfg.c (make_edges): Produce edge from BUILT_IN_RETURN
12686 to exit.
12687 (execute_warn_function_return): BUILT_IN_RETURN is return.
12688 (split_critical_edges): Return edges are not critical.
12689 (is_ctrl_altering_stmt): Builtin_in_return is altering.
12690 (gimple_verify_flow_info): Handle built_in_return.
12691 (execute_warn_function_return): Handle built_in_return.
12692 * ipa-pure-const.c (check_call): Ignore builtin_return.
12693
90a7788b
JJ
126942010-05-31 Jakub Jelinek <jakub@redhat.com>
12695
6a866023
JJ
12696 PR middle-end/44337
12697 * expr.c (expand_assignment): Don't store anything for out-of-bounds
12698 array accesses with non-MEM.
12699
90a7788b
JJ
12700 PR tree-optimization/44182
12701 * tree-inline.c (copy_edges_for_bb): Don't split bb if a stmt that
12702 newly needs to end a bb is followed by debug stmts, instead return
12703 true from the function at the end.
12704 (maybe_move_debug_stmts_to_successors): New function.
12705 (copy_cfg_body): Call it if copy_edges_for_bb returned true.
12706
877a19bf
KT
127072010-05-31 Kai Tietz <kai.tietz@onevision.com>
12708
12709 PR target/44161
308e51aa 12710 * config/i386/cygming.h (SUBTARGET_OVERRIDE_OPTIONS): Handle flag_pic.
877a19bf 12711
c5d01958
EB
127122010-05-31 Eric Botcazou <ebotcazou@adacore.com>
12713
12714 * cgraphunit.c (cgraph_decide_is_function_needed): Really return false
12715 for nested functions in non-optimized compilation.
12716
a4c9bc15
RG
127172010-05-31 Richard Guenther <rguenther@suse.de>
12718
308e51aa 12719 * tree-ssa-structalias.c (find_func_aliases): Handle BUILT_IN_RETURN.
a4c9bc15 12720
22983f55
JH
127212010-05-30 Jan Hubicka <jh@suse.cz>
12722
12723 * predict.c (maybe_hot_edge_p): Calls to functions called once is cold.
12724
66a3e339
RG
127252010-05-30 Richard Guenther <rguenther@suse.de>
12726
12727 PR lto/42975
12728 * tree-eh.c (execute_cleanup_eh_1): Copy from execute_cleanup_eh.
12729 (execute_cleanup_eh): Clear DECL_FUNCTION_PERSONALITY if it is
12730 no longer needed.
12731
83bf7f5e
IS
127322010-05-30 Iain Sandoe <iains@gcc.gnu.org>
12733
12734 * config/darwin.c (output_objc_section_asm_op): Add comment.
12735 (name_needs_quotes): Add '_' to list of valid comment chars.
12736 (machopic_output_function_base_name): Remove unneeded quotes.
12737 (darwin_encode_section_info): Adjust asm whitespace.
12738 * config/i386/darwin.h (ASM_OUTPUT_COMMON): Adjust asm tabs.
12739 (ASM_OUTPUT_LOCAL): Ditto.
12740 * config/rs6000/darwin.h (ASM_OUTPUT_COMMON): Ditto.
12741 * config/darwin.h (GLOBAL_ASM_OP): Ditto.
12742 * config/darwin9.h (ASM_OUTPUT_ALIGNED_COMMON): Ditto.
308e51aa 12743
18fc5f44
EB
127442010-05-30 Eric Botcazou <ebotcazou@adacore.com>
12745
12746 * config/rs6000/rs6000.c (rs6000_output_function_entry): Use
12747 RS6000_OUTPUT_BASENAME unconditionally.
12748 (rs6000_output_function_epilogue): Likewise.
12749
babf1701
JH
127502010-05-30 Jan Hubicka <jh@suse.cz>
12751
12752 * toplev.c (wrapup_global_declaration_2): Avoid creation of new varpool
c5d01958 12753 nodes.
babf1701 12754
fbd767b1
RG
127552010-05-30 Richard Guenther <rguenther@suse.de>
12756
12757 * tree-cfg.c (verify_gimple_assign_single): Implement
12758 verification for COND_EXPR rhs.
12759
0a5fa5a1
JH
127602010-05-30 Jan Hubicka <jh@suse.cz>
12761
12762 * cgraph.h (cgraph_dump_file): Declare.
12763 * cgraphunit.c (cgraph_dump_file): Export.
308e51aa 12764 * ipa.c (dump_cgraph_node_set, dump_varpool_node_set): Be less verbose.
0a5fa5a1 12765
0b9c3a04
JH
127662010-05-30 Jan Hubicka <jh@suse.cz>
12767
12768 * dwarf2out.c (reference_to_unused,
18fc5f44
EB
12769 premark_types_used_by_global_vars_helper): Avoid creation of new
12770 varpool nodes.
0b9c3a04 12771
d56026c2
JH
127722010-05-30 Jan Hubicka <jh@suse.cz>
12773
12774 * cgraph.h (cgraph_node_cannot_return,
12775 cgraph_edge_cannot_lead_to_return): New functions.
12776 * cgraph.c (cgraph_node_cannot_return,
12777 cgraph_edge_cannot_lead_to_return): Use them.
12778 * ipa-pure-const.c (pure_const_names): New static var.
12779 (check_call): Handle calls not leading to return.
12780 (pure_const_read_summary): Dump info read.
308e51aa
UB
12781 (propagate): Dump info about propagation process; ignore side effects
12782 of functions not leading to exit; fix handling of pure functions.
d56026c2 12783
17f01631
JH
127842010-05-30 Jan Hubicka <jh@suse.cz>
12785
12786 * config/i386/i386.c (pro_epilogue_adjust_stack): Use EBP
12787 for tail call epilogues.
12788
f59292da
JH
127892010-05-30 Jan Hubicka <jh@suse.cz>
12790
12791 * passes.c (ipa_write_optimization_summaries_1, ipa_write_summaries_2,
18fc5f44
EB
12792 ipa_read_summaries_1, ipa_read_optimization_summaries_1): Initialize
12793 dump files.
f59292da 12794
8a6295ba
JH
127952010-05-29 Jan Hubicka <jh@suse.cz>
12796
18fc5f44
EB
12797 * ipa.c (cgraph_remove_unreachable_node): Walk references of correct
12798 node; remove references in node we no longer keep in cgrpah but need
12799 body of.
8a6295ba 12800
7baeea85
JH
128012010-05-29 Jan Hubicka <jh@suse.cz>
12802
12803 * cgraph.c (cgraph_mark_reachable): Relax check for analyzed nodes.
12804
482959e5
JDA
128052010-05-29 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
12806
12807 PR target/44165
12808 * config/pa/pa32-linux.h (CTOR_LIST_BEGIN): Mark __CTOR_LIST__ as used.
12809
24e47c76
JH
128102010-05-29 Jan Hubicka <jh@suse.cz>
12811
12812 * tree-vrp.c (debug_value_range, debug_all_value_ranges,
12813 debug_asserts_for, debug_all_asserts): Annotate with DEBUG_FUNCTION.
12814 * tree-into-ssa.c (debug_decl_set, debug_defs_stack, debug_currdefs,
12815 debug_tree_ssa, debug_tree_ssa_stats, debug_def_blocks,
308e51aa 12816 debug_names_replaced_by, debug_update_ssa): Likewise.
24e47c76
JH
12817 * sbitmap.c (debug_sbitmap): Likewise.
12818 * genrecog.c (debug_decision, debug_decision_list): Likewise.
12819 * tree-pretty-print.c (debug_generic_expr, debug_generic_stmt,
12820 debug_tree_chain): Likewise.
12821 * tree-loop-distribution.c (debug_rdg_partitions): Likewise.
12822 * cgraph.c (debug_cgraph_node, debug_cgraph): Likewise.
a691bb08 12823 * optabs.c (debug_optab_libfuncs): Likewise.
24e47c76
JH
12824 (verify_loop_closed_ssa): Likewise.
12825 * value-prof.c (verify_histograms): Likewise.
12826 * reload.c (debug_reload_to_stream, debug_reload): Likewise.
12827 * bitmap.c (debug_bitmap_file, debug_bitmap, bitmap_print): Likewise.
12828 * cfghooks.c (verify_flow_info): Likewise.
12829 * fold-const.c (debug_fold_checksum): Likewise.
12830 * omp-low.c (debug_omp_region, debug_all_omp_regions): Likewise.
12831 * cfg.c (debug_regset, debug_flow_info, debug_bb, debug_bb_n):
12832 Likewise.
12833 * omega.c (debug_omega_problem): Likewise.
12834 * cgraphunit.c (verify_cgraph_node, verify_cgraph): Likewise.
12835 * tree-ssa-ccp.c (debug_lattice_value): Likewise.
12836 * dominance.c (verify_dominators, debug_dominance_info,
12837 debug_dominance_tree): Likewise.
12838 * df-core.c (df_insn_uid_debug, df_insn_debug, df_insn_debug_regno,
12839 * df_regno_debug, df_ref_debug,
12840 debug_df_insn, debug_df_reg, debug_df_regno, debug_df_ref,
12841 debug_df_defno, debug_df_useno, debug_df_chain): Likewise.
12842 * tree-ssa-dom.c (debug_dominator_optimization_stats): Likewise.
12843 * sel-sched.c (debug_state): Likewise.
18fc5f44
EB
12844 * tree-ssa-alias.c (debug_alias_info, debug_points_to_info_for):
12845 Likewise.
24e47c76
JH
12846 * cfganal.c (print_edge_list, verify_edge_list): Likewise.
12847 * dwarf2out.c (debug_dwarf_die, debug_dwarf): Likewise.
12848 * tree-eh.c (verify_eh_edges, verify_eh_dispatch_edge): Likewise.
18fc5f44
EB
12849 * gimple-pretty-print.c (debug_gimple_stmt, debug_gimple_seq):
12850 Likewise.
24e47c76
JH
12851 * c-pretty-print.c (debug_c_tree): Likewise.
12852 * sel-sched-dump.c (debug_insn_rtx, debug_vinsn, debug_expr, debug_insn
18fc5f44
EB
12853 debug_av_set, debug_lv_set, debug_ilist, debug_blist,
12854 debug_insn_vector, debug_hard_reg_set, debug_mem_addr_value): Likewise.
24e47c76
JH
12855 * ebitmap.c (debug_ebitmap): Likewise.
12856 * function.c (debug_find_var_in_block_tree): Likewise.
12857 * print-rtl.c (debug_rtx): Likewise.
12858 (debug_rtx_count): Likewise.
12859 (debug_rtx_list, debug_rtx_range, debug_rtx_find): Likewise.
12860 * stor-layout.c (debug_rli): Likewise.
12861 * ipa.c (debug_cgraph_node_set, debug_varpool_node_set): Likewise.
18fc5f44
EB
12862 * tree-data-ref.c (debug_data_references,
12863 debug_data_dependence_relations, debug_data_reference,
12864 debug_data_dependence_relation, debug_rdg_vertex,
24e47c76
JH
12865 debug_rdg_component, debug_rdg): Likewise.
12866 * tree-affine.c (debug_aff): Likewise.
18fc5f44
EB
12867 * tree-dfa.c (debug_referenced_vars, debug_variable, debug_dfa_stats):
12868 Likewise.
24e47c76
JH
12869 * except.c (debug_eh_tree, verify_eh_tree): Likewise.
12870 * emit-rtl.c (verify_rtl_sharing): Likewise.
12871 * tree-ssa-pre.c (debug_pre_expr, debug_bitmap_set,
12872 debug_value_expressions): Likewise.
12873 * tree-ssa-live.c (debug_scope_block, debug_scope_blocks): Likewise.
12874 * sese.c (debug_rename_map, debug_ivtype_map): Likewise.
12875 * print-tree.c (debug_tree, debug_vec_tree): Likewise.
12876 * cfglayout.c (verify_insn_chain): Likewise.
12877 * graphite-clast-to-gimple.c (debug_clast_name_indexes,
12878 debug_clast_stmt, debug_generated_program): Likewise.
12879 * ggc-page.c (debug_print_page_list): Likewise.
12880 * tree-ssa-ter.c (debug_ter): Likewise.
12881 * graphite-dependences.c (debug_pddr): Likewise.
12882 * sched-deps.c (debug_ds): Likewise.
12883 * tree-ssa.c (verify_ssa): Likewise.
12884 * graphite-poly.c (debug_scattering_function, debug_iteration_domain,
12885 debug_scattering_functions, debug_iteration_domains, debug_pdr,
18fc5f44
EB
12886 debug_pdrs, debug_pbb_domain, debug_pbb, debug_scop_context,
12887 debug_scop, debug_cloog, debug_scop_params, debug_lst): Likewise.
24e47c76
JH
12888 * tree-inline.c (debug_find_tree): Likewise.
12889 * graphite-ppl.c (debug_ppl_linear_expr, debug_ppl_polyhedron_matrix,
12890 debug_ppl_powerset_matrix): Likewise.
12891 * var-tracking.c (debug_dv): Likewise.
12892 * system.h (DEBUG_FUNCTION, DEBUG_VARIABLE): Define.
12893 * cfgloop.c (verify_loop_structure): Likewise.
12894 * plugin.c (dump_active_plugins, debug_active_plugins): Likewise.
12895 * c-common.c (verify_sequence_points): Likewise.
12896 * sched-rgn.c (debug_regions, debug_region, debug_candidate,
12897 debug_candidates, debug_rgn_dependencies): Likewise.
12898 * tree-ssa-structalias.c (debug_constraint, debug_constraints,
12899 * debug_constraint_graph, debug_solution_for_var,
12900 debug_sa_points_to_info): Likewise.
12901 * sched-vis.c (debug_insn_slim, debug_bb_slim, debug_bb_n_slim):
12902 Likewie.
12903 * tree-cfg.c (debug_cfg_stats, verify_stmts, debug_function,
12904 debug_loops, debug_loop, debug_loop_num): Likewise.
12905 * passes.c (debug_pass): Likewise.
12906 (dump_properties): Likewise; add cfglayout property.
12907 (debug_properties): Likewise.
12908 * tree-ssa-reassoc.c (debug_ops_vector): Likewise.
12909 * varpool.c (debug_varpool): Likewise.
12910 * regcprop.c (debug_value_data): Likewise.
12911 * tree-ssa-operands.c (verify_imm_links, debug_immediate_uses,
12912 debug_immediate_uses_for): Likewise.
12913
f9897dfa
L
129142010-05-29 H.J. Lu <hongjiu.lu@intel.com>
12915
12916 PR bootstrap/44315
12917 * Makefile.in (build/gencondmd.o): Remove TM_H := $(GTM_H).
12918 Filter out insn-flags.h.
12919
9eec9488
JH
129202010-05-29 Jan Hubicka <jh@suse.cz>
12921
12922 * cgraph.h (struct varpool_node_set_def,
12923 struct cgraph_node_set_def): Remove unused AUX pointer.
12924 (cgraph_node_set_nonempty_p, varpool_node_set_nonempty_p): Use
12925 VEC_empty macro.
12926
eb598ce6
JH
129272010-05-29 Jan Hubicka <jh@suse.cz>
12928
12929 PR middle-end/44324
12930 * ipa-cp.c (ipcp_insert_stage): Replace "clone" by "constprop".
12931
1be8f484
RG
129322010-05-29 Richard Guenther <rguenther@suse.de>
12933
12934 * lto-streamer.c (cached_bp): New global variable.
12935 (bitpack_create): Return the cached bitpack, if available.
12936 (bitpack_delete): Clear and cache the bitpack, if appropriate.
12937 (bp_pack_value): Remove redundant asserts.
12938
0247298c
SP
129392010-05-29 Sebastian Pop <sebastian.pop@amd.com>
12940
12941 PR middle-end/44306
12942 * tree-if-conv.c (is_true_predicate): New.
12943 (is_predicated): Use is_true_predicate.
12944 (add_to_predicate_list): Same. Do not use unshare_expr.
12945 (add_to_dst_predicate_list): Same.
12946
32ccbfac
SP
129472010-05-29 Sebastian Pop <sebastian.pop@amd.com>
12948
12949 * tree-if-conv.c (add_to_dst_predicate_list): Do not use the ->aux
12950 field on edges.
12951 (predicate_bbs): Same.
12952 (clean_predicate_lists): Same.
12953 (find_phi_replacement_condition): Do not AND the predicate from
12954 edge->aux.
12955
a41021ce
L
129562010-05-29 H.J. Lu <hongjiu.lu@intel.com>
12957
12958 PR bootstrap/44315
12959 * Makefile.in (build/gencondmd.o): Add a missing `\'.
12960
bbd07239
JDA
129612010-05-29 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
12962
12963 PR target/44261
12964 config/pa/pa.md (negdf2_slow, negsf2_slow): New patterns.
12965 (negdf2): Adjust expander pattern and use negdf2_slow.
12966 (negsf2): Likewise.
12967
25efe060
NF
129682010-05-29 Nathan Froyd <froydnj@codesourcery.com>
12969
18fc5f44
EB
12970 * basic-block.h (struct control_flow_graph): Move last_label_uid field
12971 up.
25efe060
NF
12972 * df.h (struct df_base_ref): Move regno field up.
12973 * dwarf2out.c (struct dw_fde_struct): Move funcdef_number field down.
12974 * expr.h (struct separate_ops): Move location field up.
12975 * optabs.h (struct optab_d): Move libcall_basename field down.
12976 * config/i386/i386.c (struct ix86_frame): Move red_zone_size up.
12977 * config/i386/i386.h (struct machine_function): Convert call_abi field
12978 into a bitfield. Move cfa field to the end of the structure.
12979
4cceafb8
JH
129802010-05-29 Jan Hubicka <jh@suse.cz>
12981
12982 * varpool.c (varpool_get_node): Fix lookup.
12983
65ea7e28
SB
129842010-05-29 Steven Bosscher <steven@gcc.gnu.org>
12985
12986 * config/spu/spu-protos.h: Do not include rtl.h. Protect
12987 RTL specific prototypes with #ifdef RTX_CODE.
12988 * config/spu/spu-c.c: Include c-common.h instead of c-tree.h.
12989 * config/spu/t-spu-elf: Fix dependencies.
12990
1a86e236
SB
12991 * config/t-darwin (darwin-c.o): Remove C_TREE_H dependency.
12992
d03a97e1
MS
129932010-05-29 Mike Stump <mikestump@comcast.net>
12994
a41021ce 12995 PR bootstrap/44315
d03a97e1
MS
12996 * Makefile.in (build/gencondmd.o): Be sure to use GTM_H instead of
12997 TM_H when building to avoid dependency loops.
12998
f0c418dc
JH
129992010-05-29 Jan Hubicka <jh@suse.cz>
13000
54da01d2 13001 * cgraphunit.c (cgraph_materialize_clone): Only remove calles,
dedd9d05 13002 refs and body; not the whole node for masters of materialized clones.
f0c418dc 13003
5c5543af
MS
130042010-05-29 Mike Stump <mikestump@comcast.net>
13005
13006 * config/rs6000/rs6000-c.c: Remove c-tree.h include.
13007
036546e5
JH
130082010-05-29 Jan Hubicka <jh@suse.cz>
13009
13010 * cgraph.c (clone_function_name): Take SUFFIX argument; export.
13011 (cgraph_create_virtual_clone): Take SUFFIX argument; udpate
13012 use of clone_function_name.
308e51aa 13013 * cgraph.h (cgraph_create_virtual_clone,
036546e5
JH
13014 cgraph_function_versioning): update prototypes.
13015 (clone_function_name): Declare.
13016 * ipa-cp.c (ipcp_insert_stage): Update call of
13017 cgraph_create_virtual_clone.
13018 * omp-low.c (create_omp_child_function_name): Use
13019 cgraph_create_virtual_clone.
13020 * cgraphunit.c (cgraph_copy_node_for_versioning): Fix edges updating.
13021 (cgraph_function_versioning): Take SUFFIX argument; produce new name
13022 and make decl local.
13023
3e097227
SB
130242010-05-29 Steven Bosscher <steven@gcc.gnu.org>
13025
13026 * vec.h: Include statistics.h
13027 * Makefile.in: Introduce VEC_H. Replace all vec.h dependencies
13028 with VEC_H.
13029
accf9ad6
SB
130302010-05-29 Steven Bosscher <steven@gcc.gnu.org>
13031
3d25c396
UB
13032 * c-lex.c: Do not include c-tree.h.
13033 * c-pretty-print.c: Likewise.
13034 * c-opts.c: Likewise.
13035 * c-gimplify.c: Likewise.
accf9ad6
SB
13036 * c-common.c: Likewise.
13037 * c-dump.c: Likewise. Include c-common.h.
13038
59cc9210
SB
130392010-05-29 Steven Bosscher <steven@gcc.gnu.org>
13040
13041 * c-common.h (GCC_DIAG_STYLE): Define earlier in the file,
13042 before including diagnostic-core.h.
13043 (c_cpp_error): New prototype moved from c-tree.h.
13044 Use ATTRIBUTE_GCC_DIAG instead of ATTRIBUTE_GCC_CDIAG.
13045 * c-tree.h (ATTRIBUTE_GCC_CDIAG): Remove define.
13046 (pedwarn_c90, perwarn_c99): Use ATTRIBUTE_GCC_DIAG instead.
13047 (c_cpp_error): Prototype moved to c-common.h.
13048 * Makefile.in: Update dependency for C_COMMON_H.
13049
bffad7f1
SB
130502010-05-29 Steven Bosscher <steven@gcc.gnu.org>
13051
13052 * c-common.h: Add FIXME for awkward split of c_register_addr_space.
13053 * c-common.c (c_register_addr_space): Remove here.
13054 * c-decl.c (c_register_addr_space): Re-add here.
13055
d685a689
MS
130562010-05-28 Mike Stump <mikestump@comcast.net>
13057
13058 * config/darwin-c.c: Remove c-tree.h include.
13059
6afbc885
JM
130602010-05-28 Joseph Myers <joseph@codesourcery.com>
13061
13062 * gcc.c: Include diagnostic.h.
13063 (error_count): Remove. All users changed to use errorcount.
13064 (programname): Remove. All users changed to use progname.
13065 (fancy_abort, internal_error, fatal_error, error, warning, inform,
13066 fnotice): Remove.
13067 (execute): Don't include "Internal error" and bug reporting
13068 information in argument of internal_error call.
13069 (process_command): Don't increment error_count after calling
13070 perror_with_name.
13071 (input_filename): Rename to gcc_input_filename. All users
13072 changed.
13073 (main): Call diagnostic_initialize. Register delete_temp_files
13074 with atexit. Use seen_error to test for errors.
13075 * gcc.h: Include diagnostic-core.h.
13076 (fatal_error, error, warning): Remove.
13077 * Makefile.in (GCC_H): Add $(DIAGNOSTIC_CORE_H).
13078 (GCC_OBJS): Add diagnostic.o, pretty-print.o and input.o.
13079 (gcc.o): Update dependencies.
13080
bdf0eb06
JL
130812010-05-28 Jeff Law <law@redhat.com>
13082
0896cc66
JL
13083 * ira.c (ira_bad_reload_regno, ira_build_reload_regno_1): New
13084 functions.
13085 * ira.h (ira_bad_reload_regno): Declare
13086 * reload1.c (allocate_reload_reg): Use ira_bad_reload_regno.
13087
bdf0eb06
JL
13088 * ira-color.c (update_curr_costs): Free updated hard reg costs.
13089 (ira_reassign_conflict_allocnos): Remove bogus asserts.
13090 (allocno_reload_assign): Likewise.
13091
4a73490d
NF
130922010-05-28 Nathan Froyd <froydnj@codesourcery.com>
13093
13094 * tree-vect-stmts.c (vectorizable_assignment): Call build1 instead of
13095 build1_stat.
13096
86561bb6
RG
130972010-05-28 Richard Guenther <rguenther@suse.de>
13098
13099 PR lto/44312
13100 * lto-streamer-in.c (unpack_ts_fixed_cst_value_fields):
13101 Stream fixed-point constants mode.
13102 (unpack_ts_type_value_fields): Fix width of TYPE_MODE
13103 and TYPE_PRECISION.
13104 * lto-streamer-out.c (pack_ts_fixed_cst_value_fields):
13105 Stream fixed-point constants mode.
13106 (pack_ts_function_decl_value_fields): Fix width of TYPE_MODE
13107 and TYPE_PRECISION.
13108
0a74c758
SP
131092010-05-28 Sebastian Pop <sebastian.pop@amd.com>
13110
13111 * tree-scalar-evolution.c (set_nb_iterations_in_loop): Inlined in the
13112 only place it was called from.
13113 (number_of_latch_executions): Do not return chrec_dont_know when the
13114 may_be_zero is a runtime condition: instead, return a COND_EXPR
13115 including the may_be_zero condition.
13116 * cfgloop.h (struct loop): Add a note on COND_EXPRs to the comment
13117 of nb_iterations.
13118 * tree-ssa-loop-ivopts.c (contains_abnormal_ssa_name_p): Handle
13119 COND_EXPRs.
13120
e7cb8957
SP
131212010-05-28 Sebastian Pop <sebastian.pop@amd.com>
13122
13123 * tree-if-conv.c (replace_phi_with_cond_gimple_assign_stmt): Don't
13124 generate COND_EXPRs for degenerate_phi_result.
13125
d10e857e
SP
131262010-05-28 Sebastian Pop <sebastian.pop@amd.com>
13127
13128 PR middle-end/44293
13129 * tree-if-conv.c (if_convertible_loop_p): Check the
13130 if-convertibility of phi nodes in non predicated BBs.
13131
6cffd02a
JM
131322010-05-28 Joseph Myers <joseph@codesourcery.com>
13133
13134 * gcc.c (error, warning, inform): Remove duplicate ": " in output.
13135
2dec80c7
JM
131362010-05-28 Joseph Myers <joseph@codesourcery.com>
13137
13138 PR driver/15303
13139 * gcc.c (inform, warning, inform): New functions.
13140 (fatal_ice): Rename to internal_error; change cmsgid parameter to
13141 gmsgid. All callers changed.
dedd9d05 13142 (notice): Rename to fnotice; add parameter fp. All callers changed.
2dec80c7
JM
13143 (fatal_error): Rename to fatal_signal. All users changed.
13144 (fatal): Rename to fatal_error; change cmsgid parameter to
13145 gmsgid. All callers changed.
13146 (process_command): Use warning instead of error for warnings.
13147 (end_going_arg): Don't use _() around argument of error.
13148 (do_spec_1): Use inform for message from %n specs. Use warning
13149 instead of error for warnings.
13150 (main): Use inform for comparison messages. Use warning for
13151 message about unused linker input.
13152 (error): Increment error_count. Print "error: ".
13153 * gcc.h (fatal): Change to fatal_error.
13154 (warning): Declare.
13155 * config/darwin-driver.c (darwin_default_min_version): Use warning
13156 instead of fprintf for warnings.
dedd9d05 13157 * cppspec.c (lang_specific_driver): Use fatal_error instead of fatal.
2dec80c7 13158
dcd8b2ee
JB
131592010-05-28 Julian Brown <julian@codesourcery.com>
13160
13161 * config/arm/thumb2.md (*thumb2_addsi3_compare0): New.
13162 (*thumb2_addsi3_compare0_scratch): New.
13163 * config/arm/constraints.md (Pv): New.
13164 * config/arm/arm.md (*addsi3_compare0): Remove FIXME comment. Use
13165 for ARM mode only.
13166 (*addsi3_compare0_scratch): Likewise.
13167
df24c2b8
JH
131682010-05-28 Jan Hubicka <jh@suse.cz>
13169
6c608111
EB
13170 * ipa-reference.c (add_static_var): Remove redundant all_module_statics
13171 check.
13172 (ipa_reference_write_optimization_summary): Call is_proper_for_analysis
13173 only on local statics.
df24c2b8 13174
c3a9a336
IS
131752010-05-28 Iain Sandoe <iains@gcc.gnu.org>
13176
308e51aa 13177 * config.gcc (*-*-darwin*): Adjust t-make fragments for Darwin.
c3a9a336 13178
47089d42
MK
131792010-05-28 Maxim Kuvyrkov <maxim@codesourcery.com>
13180
13181 PR bootstrap/44314
13182 * config/alpha/linux.h, config/rs6000/linux.h, config/rs6000/linux64.h
13183 (OPTION_GLIBC): Define.
13184
005d613b
JJ
131852010-05-28 Jakub Jelinek <jakub@redhat.com>
13186
cced5e7f
JJ
13187 PR debug/41048
13188 * dwarf2out.c (double_int_type_size_in_bits): New function.
13189 (round_up_to_align): Change first argument and return value to
13190 double_int.
13191 (field_byte_offset): Work internally on double_ints.
13192
005d613b
JJ
13193 PR target/43636
13194 * builtins.c (expand_movstr): Use a temporary pseudo instead
13195 of target even when target is not NULL and not const0_rtx, but
13196 fails movstr predicate.
13197 * config/m32c/blkmov.md (movstr): Add predicate to first operand.
13198
7ca92787
JM
131992010-05-28 Joseph Myers <joseph@codesourcery.com>
13200
13201 * final.c (rest_of_clean_state): Use %m in errors instead of
13202 strerror (errno).
13203 * gengtype.c (read_input_list, close_output_files): Use xstrerror
13204 instead of strerror.
13205 * toplev.c (process_options): Use %m in errors instead of strerror
13206 (errno).
13207 * tree-dump.c (dump_begin): Use %m in errors instead of strerror
13208 (errno).
13209
8bf85f21
UB
132102010-05-28 Uros Bizjak <ubizjak@gmail.com>
13211
13212 * config/i386/i386.c (ix86_fn_abi_va_list): Make static.
13213 (ix86_canonical_va_list_type): Make static. Add declaration.
13214 (ix86_enum_va_list): Make static. Reindent.
13215 * config/i386/i386-protos.h (ix86_fn_abi_va_list): Remove declaration.
13216 (ix86_canonical_va_list_type): Ditto.
13217 (ix86_enum_va_list): Ditto.
13218
b5611987
RG
132192010-05-28 Richard Guenther <rguenther@suse.de>
13220
13221 * lto-wrapper.c (run_gcc): With -save-temps generate a
13222 user-visible ltrans filename. Fixup ltrans unit numbering.
13223
40dcd88b
KT
132242010-05-28 Kai Tietz <kai.tietz@onevision.com>
13225
d4048208
KT
13226 * c-common.c (c_common_nodes_and_builtins): Replace use
13227 of TARGET_ENUM_VA_LIST by target hook enum_va_list.
13228 * config/i386/i386.c (TARGET_ENUM_VA_LIST_P): Hook
13229 to ix86_enum_va_list.
13230 * config/i386/i386.h (TARGET_ENUM_VA_LIST): Removed.
13231 * doc/tm.texi (TARGET_ENUM_VA_LIST): Removed.
13232 (TARGET_ENUM_VA_LIST_P): Add hook description.
13233 * target-def.h (TARGET_ENUM_VA_LIST_P): Added.
13234 * target.h (gcc_target): Add enum_va_list hook.
13235
40dcd88b
KT
13236 PR bootstrap/44299
13237 * config/i386/t-cygming: Adjust header dependencies for winnt-cxx.c.
13238 * config/i386/winnt-cxx.c (IN_GCC_FRONTEND): Remove undefine.
13239 * config/i386/winnt.c (IN_GCC_FRONTEND): Likewise.
13240
1cb980a2
AM
132412010-05-28 Alan Modra <amodra@gmail.com>
13242
13243 PR target/44266
13244 * config/rs6000/rs6000.c (rs6000_legitimize_tls_address): Use
13245 emit_library_call machinery to set up __tls_get_addr calls.
13246
b247e88a
AK
132472010-05-28 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
13248
13249 * config/s390/s390.md (movqi): Fix typo ('*' -> '#').
13250
ec4be2f4
DS
132512010-05-28 Dodji Seketeli <dodji@redhat.com>
13252
6c608111 13253 Revert fix for PR c++/44188
ec4be2f4
DS
13254 * c-common.c (is_typedef_decl): Revert the moving of this
13255 definition ...
13256 * tree.c (is_typedef_decl): ... here.
13257 (typdef_variant_p): Revert the moving of this definition
13258 here from gcc/cp/tree.c.
13259 * c-common.h (is_typedef_decl): Revert the moving of this
13260 declaration ...
13261 * tree.h (is_typedef_decl): ... here.
13262 (typedef_variant_p): Revert the moving of this declaration here
13263 from gcc/cp/cp-tree.h
13264 * dwarf2out.c (is_naming_typedef_decl): Revert this new function.
13265 (gen_tagged_type_die): Revert the splitting out of ...
13266 (gen_type_die_with_usage): ... this function. Revert the anonymous
13267 tagged type handling.
13268 (gen_typedef_die): Revert emitting DW_TAG_typedef for
13269 typedefs naming anonymous tagged types.
13270
3fe7b63c
SB
132712010-05-28 Segher Boessenkool <segher@kernel.crashing.org>
13272
13273 * config/rs6000/rs6000-modes.def (PSImode): Delete.
13274
f6b5d695
SB
132752010-05-28 Segher Boessenkool <segher@kernel.crashing.org>
13276
13277 * config/rs6000/constraints.md ("z" constraint): Change to CA_REGS.
13278 * config/rs6000/predicates.md: Change XER_REGNO_P to CA_REGNO_P
13279 throughout.
13280 * config/rs6000/rs6000.c (rs6000_reg_names, alt_reg_names): Change
13281 "xer" to "ca".
13282 Change XER_REGNO_P to CA_REGNO_P, XER_REGNO to CA_REGNO, and
13283 XER_REGS to CA_REGS throughout.
13284 * config/rs6000/rs6000.h: Same.
13285 (ADDITIONAL_REGISTER_NAMES): Add "xer".
13286 * config/rs6000/rs6000.md: Change XER_REGNO to CA_REGNO. Document
13287 that mode_iterator "P" is the size for arithmetic carries as well.
13288 * doc/md.texi (rs6000 section, "z" constraint): Fix documentation.
13289
47027bf3
JJ
132902010-05-28 Jakub Jelinek <jakub@redhat.com>
13291
13292 PR bootstrap/44255
13293 * combine.c (struct rtx_subst_pair): Define unconditionally.
13294 (propagate_for_debug_subst): Likewise. If not AUTO_INC_DEC,
13295 copy_rtx pair->to instead of cleanup_auto_inc_dec it.
13296 Call make_compound_operation on pair->to.
13297 (propagate_for_debug): Don't call make_compound_operation here.
13298 Always use simplify_replace_fn_rtx.
13299
133002010-05-27 Sterling Augustine <sterling@tensilica.com>
1b408ba1
SA
13301
13302 * doc/invoke.texi (xtensa options): Add -mforce-no-pic.
13303 * config/xtensa/xtensa.c (override_options): Check
13304 TARGET_FORCE_NO_PIC and set flag_pic.
13305 * config/xtensa/xtensa.opt: Document -mforce-no-pic
13306
133072010-05-27 Kai Tietz <kai.tietz@onevision.com>
13308
0bc25dd0
KT
13309 PR bootstrap/44299
13310 * config/i386/winnt.c (IN_GCC_FRONTEND): Undefine.
13311 * config/i386/winnt-cxx.c (IN_GCC_FRONTEND): Likewise.
13312
1da2ed5f
JM
133132010-05-27 Joseph Myers <joseph@codesourcery.com>
13314
13315 * diagnostic-core.h: New. Contents moved from diagnostic.h and
13316 toplev.h.
13317 * diagnostic.c: Don't include toplev.h.
13318 (progname): Define. Moved from toplev.c.
13319 (seen_error): New function.
13320 * diagnostic.h: Include diagnostic-core.h.
13321 (diagnostic_t, emit_diagnostic): Don't declare here.
13322 * toplev.c (progname): Move to toplev.c.
13323 (emit_debug_global_declarations, compile_file, finalize,
13324 do_compile, toplev_main): Use seen_error.
13325 * toplev.h: Include diagnostic-core.h.
13326 (trim_filename, GCC_DIAG_STYLE, ATTRIBUTE_GCC_DIAG,
13327 internal_error, warning, warning_at, error, error_n, error_at,
13328 fatal_error, pedwarn, permerror, sorry, inform, inform_n,
13329 verbatim, fnotice, progname): Move to diagnostic-core.h.
13330 * builtins.c: Include diagnostic-core.h instead of diagnostic.h.
13331 (expand_builtin_expect): Use seen_error.
13332 * c-decl.c: Include diagnostic-core.h instead of diagnostic.h.
13333 (c_make_fname_decl, c_write_global_declarations): Use seen_error.
13334 * c-format.c: Include diagnostic-core.h instead of diagnostic.h.
13335 * c-gimplify.c: Include diagnostic-core.h instead of diagnostic.h.
13336 * c-lang.c: Include diagnostic-core.h instead of diagnostic.h.
13337 * c-lex.c (c_lex_with_flags, interpret_float): Don't increment
13338 errorcount for errors.
13339 * c-opts.c (c_common_finish): Use seen_error.
13340 * cgraph.c: Include diagnostic-core.h instead of diagnostic.h.
13341 * cgraphunit.c (verify_cgraph_node, verify_cgraph,
13342 cgraph_output_pending_asms, cgraph_optimize): Use seen_error.
13343 * coverage.c: Include diagnostic-core.h instead of diagnostic.h.
13344 (get_coverage_counts): Use seen_error.
13345 * dwarf2out.c (dwarf2out_finish): Use seen_error.
13346 * gimplify.c (gimplify_var_or_parm_decl, gimple_push_cleanup,
13347 gimplify_body): Use seen_error.
13348 * ipa-inline.c (cgraph_early_inlining): Use seen_error.
13349 * ipa-pure-const.c (gate_pure_const): Use seen_error.
13350 * ipa-reference.c (gate_reference): Use seen_error.
13351 * jump.c: Include diagnostic-core.h instead of diagnostic.h.
13352 * lambda-code.c: Include diagnostic-core.h instead of
13353 diagnostic.h.
13354 * lto-cgraph.c: Include diagnostic-core.h instead of diagnostic.h.
13355 * lto-compress.c: Include diagnostic-core.h instead of
13356 diagnostic.h.
13357 * lto-section-in.c: Include diagnostic-core.h instead of
13358 diagnostic.h.
13359 * lto-streamer-out.c: Include diagnostic-core.h instead of
13360 diagnostic.h.
13361 * lto-streamer.c: Include diagnostic-core.h instead of
13362 diagnostic.h.
13363 (gate_lto_out): Use seen_error.
13364 * matrix-reorg.c: Include diagnostic-core.h instead of
13365 diagnostic.h.
13366 * omega.c: Include diagnostic-core.h instead of diagnostic.h.
13367 * omp-low.c: Include diagnostic-core.h instead of diagnostic.h.
13368 (gate_expand_omp, lower_omp_1): Use seen_error.
13369 * passes.c: Include diagnostic-core.h instead of diagnostic.h.
13370 (rest_of_decl_compilation, rest_of_type_compilation,
13371 gate_rest_of_compilation, ipa_write_summaries): Use seen_error.
13372 * tree-cfg.c (label_to_block_fn): Use seen_error.
13373 * tree-inline.c (optimize_inline_calls): Use seen_error.
13374 * tree-mudflap.c (mudflap_finish_file): Use
13375 seen_error.
13376 * tree-optimize.c (gate_all_optimizations,
13377 gate_all_early_local_passes, gate_all_early_optimizations): Use
13378 seen_error.
13379 * tree-ssa-structalias.c (gate_ipa_pta): Use seen_error.
13380 * varpool.c: Include diagnostic-core.h instead of diagnostic.h.
13381 (varpool_remove_unreferenced_decls,
13382 varpool_assemble_pending_decls): Use seen_error.
13383 * Makefile.in (DIAGNOSTIC_CORE_H): Define.
13384 (TOPLEV_H, DIAGNOSTIC_H): Update.
13385 (c-decl.o, c-lang.o, c-format.o, lto-compress.o, lto-cgraph.o,
13386 lto-streamer-out.o, lto-section-in.o, lto-streamer.o,
13387 c-gimplify.o, omp-low.o, omega.o, diagnostic.o, passes.o,
13388 builtins.o, jump.o, cgraph.o, varpool.o, matrix-reorg.o,
13389 coverage.o, lambda-code.o): Update dependencies.
13390
fe08ec12
DS
133912010-05-25 Dodji Seketeli <dodji@redhat.com>
13392
13393 PR c++/44188
13394 * c-common.c (is_typedef_decl): Move this definition ...
13395 * tree.c (is_typedef_decl): ... here.
13396 (typdef_variant_p): Move definition here from gcc/cp/tree.c.
13397 * c-common.h (is_typedef_decl): Move this declaration ...
13398 * tree.h (is_typedef_decl): ... here.
13399 (typedef_variant_p): Move declaration here from gcc/cp/cp-tree.h
13400 * dwarf2out.c (is_naming_typedef_decl): New function.
13401 (gen_tagged_type_die): Split out of ...
13402 (gen_type_die_with_usage): ... this function. When an anonymous
13403 tagged type is named by a typedef, make sure a DW_TAG_typedef DIE
13404 is emitted for the typedef.
13405 (gen_typedef_die): Emit DW_TAG_typedef also for typedefs naming
13406 anonymous tagged types.
13407
b042534c
JM
134082010-05-27 Jason Merrill <jason@redhat.com>
13409
13410 * print-tree.c (debug_vec_tree): New fn.
13411 (print_vec_tree): New fn.
13412 * tree.h: Declare them.
13413 * gdbinit.in (pvt): New command.
13414
13415 * print-tree.c (print_node) [TREE_VEC]: Print elements normally.
13416
13417 * gdbinit.in (pdd): New command.
13418
cdc029b9
JH
134192010-05-27 Jan Hubicka <jh@suse.cz>
13420
13421 * ipa-inline.c (cgraph_estimate_size_after_inlining): Make inline.
13422 (update_caller_keys): Return early if there are no callers;
13423 only update fibheap when decresing the key.
13424 (update_callee_keys): Avoid recursion.
13425 (decide_inlining_of_small_functions): When badness does not match;
13426 re-insert into fibheap.
13427
7a3b4887
SB
134282010-05-27 Steven Bosscher <steven@gcc.gnu.org>
13429
13430 * Makefile.in (ALL_CFLAGS): Add file-specific CFLAGS.
13431 (ALL_HOST_FRONTEND_OBJS): New, for all front-end specific objects.
13432 (ALL_HOST_BACKEND_OBJS): New, for all backend and target objects.
13433 (ALL_HOST_OBJS): Now a union of the above two.
13434 <section "Language makefile fragments">: Add -DIN_GCC_FRONTEND for
13435 all files in ALL_HOST_FRONTEND_OBJS.
13436 * system.h: Poison GCC_RTL_H if IN_GCC_FRONTEND is defined.
13437
13438 * c-common.c: Pretend to be a backend file by undefining
13439 IN_GCC_FRONTEND (still need rtl.h here).
13440
753d358d
JH
134412010-05-27 Jan Hubicka <jh@suse.cz>
13442
13443 * cgraph.h (struct cgraph_node): Mark former_clone_of by GTY ((skip)).
13444 * cgraphunit.c (clone_of_p): Compile only when checking is enabled.
13445
88302d54
JH
134462010-05-27 Jan Hubicka <jh@suse.cz>
13447
13448 * sched-ebb.c: Rename struct deps to struct deps_desc.
13449 * ddg.c: Likewise.
13450 * sel-sched-ir.c: Likewise.
13451 * sched-deps.c: Likewise.
13452 * sched-int.h: Likewise.
13453 * sched-rgn.c: Likewise.
13454
f4a4b582 134552010-05-27 Jon Beniston <jon@beniston.com>
9bb81453
JB
13456
13457 PR 43726
308e51aa 13458 * config/lm32/lm32.h: Remove definition of
9bb81453
JB
13459 GO_IF_MODE_DEPENDENT_ADDRESS. Update copyright year.
13460
7951d88a
EB
134612010-05-27 Eric Botcazou <ebotcazou@adacore.com>
13462
13463 PR lto/44230
13464 * dwarf2out.c (dwarf2out_begin_prologue): Fix nits in sorry message.
13465
fde9c428
RG
134662010-05-27 Richard Guenther <rguenther@suse.de>
13467
13468 PR tree-optimization/44284
13469 * tree-vect-stmts.c (vectorizable_assignment): Handle
13470 sign-changing conversions as simple copy.
13471
3714764d
MK
134722010-05-27 Maxim Kuvyrkov <maxim@codesourcery.com>
13473
13474 * gthr-posix.h (pthread_cancel): Don't declare if compiling against
13475 Bionic C library.
13476 (__gthread_active_p): Check for pthread_create if compiling against
13477 Bionic C library.
13478
51b9db92
MK
134792010-05-27 Maxim Kuvyrkov <maxim@codesourcery.com>
13480
13481 Support compilation for Android platform. Reimplement -mandroid.
13482
13483 * config.gcc (*linux*): Include linux-android.h and linux-android.opt.
13484 (*android*): Set ANDROID_DEFAULT.
13485 (arm*-*-linux*): Include linux-android.h.
13486 (arm*-*-eabi*): Don't include previous -mandroid implementation.
13487 * config/arm/eabi.h: Remove, move Android-specific parts ...
13488 * config/linux-android.h: ... here. New file.
13489 * config/arm/eabi.opt: Rename to ...
13490 * config/linux-android.opt: ... this.
13491 (mandroid): Allow -mno-android option. Initialize based on
13492 ANDROID_DEFAULT.
13493 * config/linux.h (STARTFILE_SPEC, ENDFILE_SPEC, CC1_SPEC, LIB_SPEC):
13494 Move logic to corresponding LINUX_TARGET_* macros.
13495 (TARGET_OS_CPP_BUILTINS): Define __ANDROID__, when appropriate.
13496 * config/linux-eabi.h (LINK_SPEC, CC1_SPEC, CC1PLUS_SPEC, LIB_SPEC,)
13497 (STARTFILE_SPEC, ENDFILE_SPEC): Define to choose between Linux and
13498 Android definitions.
13499 (LINUX_TARGET_OS_CPP_BUILTINS): Define __ANDROID__ if TARGET_ANDROID.
13500 * doc/invoke.texi (-mandroid, -tno-android-cc, -tno-android-ld):
13501 Document.
13502
74c70253
MK
135032010-05-27 Maxim Kuvyrkov <maxim@codesourcery.com>
13504
13505 Add support for Bionic C library
13506
13507 * config.gcc (LIBC_GLIBC, LIBC_BIONIC, LIBC_UCLIBC): New tm_define
13508 macro.
13509 (DEFAULT_LIBC): New tm_define macro set to one of LIBC_*.
13510 (bfin*-uclinux, moxie-*-uclinux*, m68k-*-uclinux*): Update.
13511
13512 * config/linux.h (OPTION_GLIBC, OPTION_UCLIBC, OPTION_BIONIC): Define.
13513 (LINUX_TARGET_OS_CPP_BUILTINS): Define __gnu_linux__ only for GLIBC.
13514 (CHOOSE_DYNAMIC_LINKER1, CHOOSE_DYNAMIC_LINKER): Make it easier
13515 to support multiple C libraries. Handle Bionic.
13516 (BIONIC_DYNAMIC_LINKER, BIONIC_DYNAMIC_LINKER32,)
13517 (BIONIC_DYNAMIC_LINKER64): Define.
13518 (LINUX_DYNAMIC_LINKER, LINUX_DYNAMIC_LINKER32, LINUX_DYNAMIC_LINKER64):
13519 Update.
13520 (TARGET_HAS_SINCOS): Enable for Bionic.
13521
13522 * config/linux.opt: Rewrite to handle more than 2 C libraries. Make
13523 the last option specified on command line take effect.
13524 (linux_uclibc): Rename to linux_libc, initialize using DEFAULT_LIBC.
13525 (mbionic): New.
13526 (mglibc, muclibc): Update.
13527
13528 * config/alpha/linux-elf.h, config/rs6000/linux64.h,
13529 * config/rs6000/sysv4.h (CHOOSE_DYNAMIC_LINKER): Update to use
13530 DEFAULT_LIBC.
13531
13532 * doc/invoke.texi (-mglibc, -muclibc): Update.
13533 (-mbionic): Document.
13534
3ef0694c
UW
135352010-05-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13536
13537 * c-common.h (c_register_addr_space): Add prototype.
13538 (ADDR_SPACE_KEYWORD): Remove.
13539 * c-common.c (c_register_addr_space): New function.
13540 (c_addr_space_name): Reimplement.
13541 (c_common_reswords): Do not include TARGET_ADDR_SPACE_KEYWORDS.
13542
13543 * config/spu/spu.h (TARGET_ADDR_SPACE_KEYWORDS): Remove.
13544 (REGISTER_TARGET_PRAGMAS): Call c_register_addr_space.
13545
13546 * doc/tm.texi (Named Address Spaces): Mention c_register_addr_space.
13547 Remove TARGET_ADDR_SPACE_KEYWORDS.
13548
447924ef
JM
135492010-05-27 Joseph Myers <joseph@codesourcery.com>
13550
13551 * input.c: New file.
13552 * input.h (main_input_filename): Move declaration to toplev.h.
13553 * toplev.c (input_location, line_table): Move to input.c
13554 * toplev.h (main_input_filename): Move declaration from input.h.
13555 * tree.c (expand_location): Move to input.c.
13556 * Makefile.in (OBJS-common): Add input.o.
13557 (input.o): Add dependencies.
13558
62116e60
RG
135592010-05-27 Richard Guenther <rguenther@suse.de>
13560
13561 * lto-wrapper.c (maybe_unlink_file): Ignore unlink failure
13562 for non-existant files.
13563 (fork_execute): Mark args_name file as deleted.
13564
64c31785
KT
135652010-05-27 Kai Tietz <kai.tietz@onevision.com>
13566
13567 PR bootstrp/44287
13568 * c-lex.c (narrowest_unsigned_type): Check for NULL_TREE.
13569 (narrow_signed_type): Likewise.
13570
e466e2ce
JH
135712010-05-26 Jan Hubicka <jh@suse.cz>
13572
13573 * cgraphunit.c (verify_cgraph_node): Do checking that DECL match
13574 edge only when checking is enabled; check using former_clone_of;
13575 check inline clones too.
13576 (cgraph_materialize_clone): Record former_clone_of pointer.
13577 (cgraph_redirect_edge_call_stmt_to_callee): Assert that we are not
13578 combining redirections; dump args_to_skip bitmap
13579 (cgraph_materialize_all_clones): Do no redirection here.
13580 * ipa-inline.c (inline_transform): Do redirection here.
13581 * cgraph.h (struct cgraph_node): Add former_clone_of filed (enabled
13582 cheking only).
13583
e62d5d9f
SB
135842010-05-26 Steven Bosscher <steven@gcc.gnu.org>
13585
13586 * config/avr/avr-c.c: Do not include regs.h.
13587 Include cpplib.h for cpp_define and tree.h for c-common.h.
13588 * config/avr/avr-devices.c (avr_mcu_types): Fix initializer.
13589 * config/avr/t-avr: Fix dependencies for avr-c.o.
13590
d477d1fe
SB
135912010-05-26 Steven Bosscher <steven@gcc.gnu.org>
13592
13593 * explow.c (set_stack_check_libfunc): Adjust to accept name as a
13594 string instead of SYMBOL_REF rtx.
13595 * rtl.h (set_stack_check_libfunc): Move prototype from here...
13596 * libfuncs.h: ...to here. Adjust for explow.c change.
13597
ab9b814d
JM
135982010-05-26 Joseph Myers <joseph@codesourcery.com>
13599
13600 * pretty-print.c: Don't include ggc.h.
13601 (identifier_to_locale_alloc, identifier_to_locale_free): Define.
13602 (identifier_to_locale): Use them for allocation.
13603 * pretty-print.h (identifier_to_locale_alloc,
13604 identifier_to_locale_free): Declare.
13605 * toplev.c (alloc_for_identifier_to_locale): New.
13606 (general_init): Set identifier_to_locale_alloc and
13607 identifier_to_locale_free.
13608 * Makefile.in (pretty-print.o): Update dependencies.
13609
c9549072
EB
136102010-05-26 Eric Botcazou <ebotcazou@adacore.com>
13611
13612 * gimple.c (gimple_types_compatible_p): Return 0 for aggregate and
13613 pointer types if they have different alignment or mode.
13614
bf44d792
AS
136152010-05-26 Anatoly Sokolov <aesok@post.ru>
13616
13617 * config/sparc/sparc.h (FUNCTION_VALUE, FUNCTION_OUTGOING_VALUE,
13618 LIBCALL_VALUE, FUNCTION_VALUE_REGNO_P): Remove macros.
13619 * config/sparc/sparc-protos.h (function_value): Remove declaration.
13620 * config/sparc/sparc.c (sparc_function_value, sparc_libcall_value,
13621 sparc_function_value_regno_p): New functions.
13622 (TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE,
13623 TARGET_FUNCTION_VALUE_REGNO_P): Define.
13624 (function_value): Rename to...
13625 (sparc_function_value_1): ... this. Make static. Change 'incoming_p'
13626 argument to 'outgoing'.
13627 (function_arg_record_value, function_arg_union_value,
13628 function_arg_vector_value): Update comment.
13629
4ad2e1ec
EB
136302010-05-26 Eric Botcazou <ebotcazou@adacore.com>
13631
13632 * dwarf2out.c (struct dw_fde_struct): Reorder flags.
13633 (fde_needed_for_eh_p): New predicate.
13634 (output_call_frame_info): Use it throughout to decide whether FDEs
13635 are needed for EH purpose.
13636 (dwarf2out_begin_prologue): Reorder assignments.
13637
4204425f
SP
136382010-05-26 Sebastian Pop <sebastian.pop@amd.com>
13639
13640 * tree-if-conv.c (if_convertible_gimple_assign_stmt_p): Do not
13641 special case loop->header.
13642 (is_predicated): New.
13643 (if_convertible_loop_p): Call it.
13644
e1449456
SP
136452010-05-26 Sebastian Pop <sebastian.pop@amd.com>
13646
13647 * tree-if-conv.c (add_to_dst_predicate_list): Do not pass a statemet
13648 iterator in parameter. Do not generate code during the analysis.
13649 (tree_if_convert_cond_stmt): Removed.
13650 (tree_if_convert_stmt): Removed.
13651 (predicate_bbs): New.
13652 (if_convertible_loop_p): Call predicate_bbs.
13653 (tree_if_conversion): Simplify the top-level logic as predicate_bbs
13654 now contains all the analysis part.
13655
76b84776
SP
136562010-05-26 Sebastian Pop <sebastian.pop@amd.com>
13657
13658 * tree-if-conv.c (tree_if_convert_cond_stmt): Do not remove
13659 statements in the analysis part.
13660 (tree_if_convert_stmt): Update comment.
13661 (remove_conditions_and_labels): New.
13662 (combine_blocks): Call remove_conditions_and_labels.
13663 (tree_if_conversion): Update comment.
13664
bc447143
SP
136652010-05-26 Sebastian Pop <sebastian.pop@amd.com>
13666
13667 * tree-if-conv.c (if_convertible_bb_p): Don't handle BBs with more
13668 than 2 predecessors or more than 2 successors.
13669
6d795034
SP
136702010-05-26 Sebastian Pop <sebastian.pop@amd.com>
13671
13672 * tree-if-conv.c (if_convertible_loop_p): Avoid if-conversion
13673 of loops in which the data dependence analysis fails.
13674
d7309618
SP
136752010-05-26 Sebastian Pop <sebastian.pop@amd.com>
13676
13677 * tree-if-conv.c (if_convertible_loop_p): Do not compute/free
13678 CDI_POST_DOMINATORS.
13679 (tree_if_conversion): Same.
13680
7b371e73
SP
136812010-05-26 Sebastian Pop <sebastian.pop@amd.com>
13682
13683 * tree-if-conv.c (tree_if_conversion): Do not return a bool.
13684
4ab71973
SP
136852010-05-26 Sebastian Pop <sebastian.pop@amd.com>
13686
13687 * tree-if-conv.c: Update copyright years. Fix comments.
13688 Fix indentation.
13689
a6766312
KT
136902010-05-26 Kai Tietz <kai.tietz@onevision.com>
13691
13692 * builtin-types.def (BT_INT128): New primitive type.
13693 (BT_UINT128): Likewise.
13694 * c-common.c (c_common_r): Add __int128 keyword.
13695 (c_common_type_for_size): Handle __int128.
13696 (c_common_type_for_mode): Likewise.
13697 (c_common_signed_or_unsigned_type): Likewise.
13698 (c_common_nodes_and_builtins): Add builtin type
13699 if target supports 128-bit integer scalar.
13700 * c-common.h (enum rid): Add RID_INT128.
13701 * c-cppbuiltin.c (c_cpp_builtins): Define __SIZEOF_INT128__
13702 if target supports 128-bit integer scalar.
ade52657 13703 * c-decl.c (declspecs_add_type): Handle new keyword __int128.
a6766312
KT
13704 (finish_declspecs): Likewise.
13705 * c-parser.c (c_token_starts_typename): Handle RID_INT128.
13706 (c_token_starts_declspecs): Likewise.
13707 (c_parser_declspecs): Likewise.
13708 (c_parser_attributes): Likewise.
13709 (c_parser_objc_selector): Likewise.
13710 * c-pretty-print.c (pp_c_integer_constant): Handle __int128.
13711 * c-tree.h (enum c_typespec_keyword): Add cts_int128.
13712 * gimple.c (gimple_signed_or_unsigned_type): Handle int128 types.
13713 * tree.c (make_or_reuse_type): Likewise.
13714 (make_unsigned_type): Likewise.
13715 (build_common_tree_nodes_2): Likewise.
13716 * tree.h (enum integer_type_kind): Add itk_int128 and
13717 itk_unsigned_int128.
ade52657 13718 (int128_integer_type_node): New define.
a6766312 13719 (int128_unsigned_type_node): New define.
a6766312
KT
13720 * doc/extend.texi: Add documentation about __int128 type.
13721
880ad25f
RG
137222010-05-26 Richard Guenther <rguenther@suse.de>
13723
13724 * tree-ssa-sccvn.c (copy_nary): Adjust.
13725 (copy_phis): Rename to ...
13726 (copy_phi): ... this. Adjust.
13727 (copy_references): Rename to ...
13728 (copy_reference): ... this. Adjust.
13729 (process_scc): Use HTAB_FOR_EACH_ELEMENT to insert the
13730 result into the valid table.
13731
52642070
SB
137322010-05-26 Steven Bosscher <steven@gcc.gnu.org>
13733
13734 * config/spu/spu-c.c: Do not include function.h, rtl.h, expr.h,
13735 insn-config.h, insn-codes.h, recog.h, and optabs.h.
13736
58cd6303
LB
137372010-05-26 Laurynas Biveinis <laurynas.biveinis@gmail.com>
13738
ade52657 13739 * ggc.h (ggc_min_expand_heuristic, ggc_min_heapsize_heuristic): Remove.
58cd6303 13740
c3a02647
RG
137412010-05-26 Richard Guenther <rguenther@suse.de>
13742
13743 * opts.c (common_handle_option): Handle OPT_Ofast.
13744
5f0f4a3b
JM
137452010-05-26 Joseph Myers <joseph@codesourcery.com>
13746
13747 * diagnostic.c: Don't include opts.h.
13748 (permissive_error_option): Define.
13749 (diagnostic_initialize): Take n_opts parameter. Allocate memory
13750 for classify_diagnostic. Don't use memset for
13751 classify_diagnostic. Initialize new and recently added fields.
13752 (diagnostic_classify_diagnostic): Use context->n_opts instead of
13753 N_OPTS.
13754 (diagnostic_report_diagnostic): Pass context parameter to
13755 diagnostic_report_warnings_p. Use option_enabled and option_name
13756 hooks from context.
13757 (emit_diagnostic): Use permissive_error_option.
13758 (permerror): Likewise.
13759 * diagnostic.h: Don't include options.h.
13760 (struct diagnostic_context): Add n_opts, opt_permissive,
13761 inhibit_warnings, warn_system_headers, option_enabled and
13762 option_name fields. Change classify_diagnostic to a pointer.
13763 * opts-diagnostic.h: New file.
13764 * opts.c: Include opts-diagnostic.h.
13765 (common_handle_option): Set global_dc fields for -Wfatal-errors,
13766 -Wsystem-headers, -fshow-column, -pedantic-errors and -w.
13767 (option_name): New function.
13768 * c-opts.c (c_common_init_options): Set global_dc->opt_permissive.
13769 (c_common_handle_option): Set global_dc->permissive for
13770 -fpermissive.
13771 * c-common.c (c_cpp_error): Save and restore
13772 global_dc->warn_system_headers, not variable warn_system_headers.
13773 * toplev.c: Include opts-diagnostic.h.
13774 (general_init): Update call to diagnostic_initialize. Set
13775 global_dc->show_column, global_dc->option_enabled and
13776 global_dc->option_name.
13777 (process_options): Don't set global_dc fields here.
13778 * Makefile.in (DIAGNOSTIC_H): Remove options.h.
13779 (diagnostic.o, opts.o, toplev.o): Update dependencies.
13780
f024f85d
HS
137812010-04-30 Hariharan Sandanagobalane <hariharan@picochip.com>
13782
13783 * config/picochip/picochip.md (movsi): Split a movsi from a
13784 const after reload.
13785
e4dfaf72
LB
137862010-05-26 Laurynas Biveinis <laurynas.biveinis@gmail.com>
13787
13788 * ggc-zone.c: Update copyright year.
13789 (poison_region): Mark memory for Valgrind as undefined before
13790 memset () call and inaccessible afterwards.
13791 (ggc_pch_total_size): Change type of i to int.
13792
137932010-05-26 Laurynas Biveinis <laurynas.biveinis@gmail.com>
13794
13795 * ggc-common.c (ggc_free_overhead): Allow empty slot.
13796
137972010-05-26 Laurynas Biveinis <laurynas.biveinis@gmail.com>
13798
13799 * ggc-common.c: Update copyright year.
13800 (ggc_rlimit_bound): Remove prototype. Compile only if
13801 !ENABLE_GC_CHECKING && !ENABLE_GC_ALWAYS_COLLECT.
13802 (ggc_min_heapsize_heuristic): Compile only if !ENABLE_GC_CHECKING
13803 && !ENABLE_GC_ALWAYS_COLLECT. Make static.
13804 (ggc_min_heapsize_heuristic): Likewise.
13805
630d3fad
RG
138062010-05-26 Richard Guenther <rguenther@suse.de>
13807
13808 PR rtl-optimization/44164
13809 * tree-ssa-alias.c (aliasing_component_refs_p): Fix the
13810 no-common access-path disambiguation.
13811 (indirect_ref_may_alias_decl_p): Adjust.
13812 (indirect_refs_may_alias_p): Likewise.
13813 (refs_may_alias_p_1): Likewise.
13814
b9b6c084
SB
138152010-05-26 Steven Bosscher <steven@gcc.gnu.org>
13816
13817 * c-typeck.c: Do not include expr.h.
13818
d347d97e
SB
138192010-05-26 Steven Bosscher <steven@gcc.gnu.org>
13820
13821 * rtl.h (decl_default_tls_model): Move prototype from here...
13822 * output.h: ...to here.
13823 * c-decl.c: Do not include rtl.h.
13824 * c-pragma.c: Likewise.
13825 * c-parser.c: Likewise.
13826 * c-gimplify.c: Likewise. And also not hard-reg-set.
13827 * c-common.c: Do not include rtl.h. Include tm_p.h and add a
13828 FIXME note for it. Add a FIXME note for expr.h.
13829 * config/i386/i386-protos.h (ix86_enum_va_list, ix86_fn_abi_va_list,
13830 ix86_canonical_va_list_type): Make visible even if RTX_CODE is not
13831 defined.
13832
0d65bdbb
JJ
138332010-05-26 Jakub Jelinek <jakub@redhat.com>
13834
13835 PR target/44199
13836 * config/rs6000/rs6000.c (rs6000_emit_epilogue): If cfun->calls_alloca
13837 or total_size is larger than red zone size for non-V4 ABI, emit a
13838 stack_tie resp. frame_tie insn before stack pointer restore.
13839 * config/rs6000/rs6000.md (frame_tie): New insn.
13840
8f4f502f
EB
138412010-05-25 Eric Botcazou <ebotcazou@adacore.com>
13842
13843 * function.h (struct function): Add can_throw_non_call_exceptions bit.
13844 * lto-streamer-in.c (input_function): Stream it in.
13845 * lto-streamer-out.c (output_function): Stream it out.
13846 * function.c (allocate_struct_function): Set it.
13847 (expand_function_end): Substitute cfun->can_throw_non_call_exceptions
13848 for flag_non_call_exceptions.
13849 * cfgbuild.c (control_flow_insn_p): Likewise.
13850 (make_edges): Likewise.
13851 * cfgexpand.c (expand_stack_alignment): Likewise.
13852 * combine.c (distribute_notes): Likewise.
13853 * cse.c (cse_extended_basic_block): Likewise.
13854 * except.c (insn_could_throw_p): Likewise.
13855 * gcse.c (simple_mem): Likewise.
13856 * ipa-pure-const.c (check_call): Likewise.
13857 (check_stmt ): Likewise.
13858 * lower-subreg.c (lower-subreg.c): Likewise.
13859 * optabs.c (emit_libcall_block): Likewise.
13860 (prepare_cmp_insn): Likewise.
13861 * postreload-gcse.c (eliminate_partially_redundant_loads): Likewise.
13862 * postreload.c (rest_of_handle_postreload): Likewise.
13863 * reload1.c (reload_as_needed): Likewise.
13864 (emit_input_reload_insns): Likewise.
13865 (emit_output_reload_insns): Likewise.
13866 (fixup_abnormal_edges): Likewise.
13867 * sel-sched-ir.c (init_global_and_expr_for_insn): Likewise.
13868 * store-motion.c (find_moveable_store): Likewise.
13869 * tree-eh.c (stmt_could_throw_p): Likewise.
13870 (tree_could_throw_p): Likewise.
13871 * tree-ssa-dce.c (mark_stmt_if_obviously_necessary): Likewise.
13872 * config/arm/arm.c (arm_expand_prologue): Likewise.
13873 (thumb1_expand_prologue): Likewise.
13874 * config/rx/rx.md (cbranchsf4): Likewise.
13875 (cmpsf): Likewise.
13876 * config/s390/s390.c (s390_emit_prologue): Likewise.
13877 * tree-inline.c (initialize_cfun): Copy can_throw_non_call_exceptions.
13878 (inline_forbidden_into_p): New predicate.
13879 (expand_call_inline): Use it to forbid inlining.
13880 (tree_can_inline_p): Likewise.
13881
c962b78d
SB
138822010-05-25 Steven Bosscher <steven@gcc.gnu.org>
13883
13884 * config/i386/i386-c.c: Do not include rtl.h.
13885 * config/i386/t-i386: Update dependencies.
13886
afb67dc2
SB
138872010-05-25 Steven Bosscher <steven@gcc.gnu.org>
13888
13889 * attribs.c: Do not include rtl.h.
13890 * Makefile.in: Update dependencies.
13891
e233a3b2
AS
138922010-05-25 Anatoly Sokolov <aesok@post.ru>
13893
13894 * double-int.h (double_int_and): New.
13895 * combine.c (try_combine): Clean up, use double_int_* and
13896 immed_double_int_const functions.
13897
bc492e47
RO
138982010-05-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
13899
13900 * configure.ac (gcc_cv_as_ld_jalr_reloc): Redirect grep stdout,
13901 stderr to /dev/null instead of grep -q.
13902 * configure: Regenerate.
13903
245763e3
SB
139042010-05-25 Steven Bosscher <steven@gcc.gnu.org>
13905
13906 * Makefile.in (EXCEPT_H): Fix typo.
13907
f4a4b582 139082010-05-25 Vladimir Makarov <vmakarov@redhat.com>
4ac293e2
VM
13909
13910 * ira-build.c (update_conflict_hard_reg_costs): New.
13911 (ira_build): Call update_conflict_hard_reg_costs.
13912
60a5d78a
JJ
139132010-05-25 Jakub Jelinek <jakub@redhat.com>
13914
bb9862c6
JJ
13915 PR debug/41371
13916 * var-tracking.c (find_loc_in_1pdv): Guard asserts with
13917 ENABLE_CHECKING.
13918 (intersect_loc_chains): Walk the s2var's loc_chain together
13919 with s1node chain as long as the locations are equal, don't
13920 call find_loc_in_1pdv in that case.
13921
60a5d78a
JJ
13922 PR debug/42801
13923 * tree-inline.c (remap_decls): Remap DECL_VALUE_EXPR here...
13924 (copy_bind_expr): ... instead of here.
13925 (copy_tree_body_r): If id->remapping_type_depth clear TREE_BLOCK
13926 if the block hasn't been remapped.
13927 * dwarf2out.c (gen_formal_parameter_die, gen_variable_die): When
13928 emitting concrete instance of abstract VLA, add DW_AT_type attribute.
13929
c946a318
RG
139302010-05-25 Richard Guenther <rguenther@suse.de>
13931
13932 PR middle-end/44069
13933 * gimple-fold.c (maybe_fold_stmt_addition): Avoid generating
13934 out-of-bounds array accesses.
13935
50ee30d5
RG
139362010-05-25 Richard Guenther <rguenther@suse.de>
13937
13938 * lto-wrapper.c (nr, input_names, output_names, makefile): Globalize.
13939 (lto_wrapper_exit): Unlink all LTRANS temporary files on error.
13940 (run_gcc): Re-organize to make cleanup easier.
13941
ca1930ce
AK
139422010-05-25 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
13943
13944 * config/s390/s390.c (optimization_options): Fix and move the
13945 flag_prefetch_loop_arrays override ...
13946 (override_options): ... here.
13947
a13812e2
JM
139482010-05-25 Joseph Myers <joseph@codesourcery.com>
13949
13950 * diagnostic.c: Don't include plugin.h.
13951 (diagnostic_report_diagnostic): Don't handle plugins specially
13952 here. Pass context to internal_error callback.
13953 * diagnostic.h (struct diagnostic_context): Add context parameter
13954 to internal_error callback.
ade52657 13955 * plugin.c (warn_if_plugins, plugins_internal_error_function): New.
a13812e2
JM
13956 * plugin.h (struct diagnostic_context): Declare.
13957 (warn_if_plugins, plugins_internal_error_function): Declare.
13958 * toplev.c (general_init): Set global_dc->internal_error.
13959 * Makefile.in (diagnostic.o): Update dependencies.
13960
a691bb08 139612010-05-25 Iain Sandoe <iains@gcc.gnu.org>
9a2d05e0
IS
13962
13963 * config/rs6000/darwin64.h: Update DARWIN_ARCH_SPEC.
13964 * config/rs6000/t-darwin64: New.
13965 * config.gcc (powerpc64-*-darwin*): Use darwin.opts, t-darwin64,
13966 build crt2.
13967
8fde8b40
CB
139682010-05-25 Christian Borntraeger <borntraeger@de.ibm.com>
13969
13970 PR 44203
13971 * tree-ssa-loop-prefetch.c: Fix logic for step calculation to
13972 match the original (and intended) behaviour before r159557. This
13973 changeset changed a=a+b*c to a=(a+b)*b which was obviously wrong
13974 in two ways.
13975
be6d3f0e
RG
139762010-05-25 Richard Guenther <rguenther@suse.de>
13977
13978 * doc/invoke.texi: Document -Ofast.
13979 * target.h (struct gcc_target): Add handle_ofast.
13980 * target-def.h (TARGET_HANDLE_OFAST): Add.
13981 (TARGET_INITIALIZER): Adjust.
ade52657 13982 * opts.c (decode_options): Handle -Ofast. Enable -ffast-math with it.
be6d3f0e
RG
13983 * common.opt (Ofast): Add.
13984
ac5eda13
PB
139852010-05-25 Paolo Bonzini <bonzini@gnu.org>
13986
13987 * doc/tm.texi (STORE_FLAG_VALUE): Do not refer to sCC patterns.
13988 * doc/md.texi (cstoreXX4): Update for cond-optab changes.
13989
139902010-05-25 Paolo Bonzini <bonzini@gnu.org>
6597fd0b
PB
13991
13992 PR target/43610
13993 * optabs.c (prepare_float_lib_cmp): Allow reversing the comparison
13994 even if !FLOAT_LIB_COMPARE_RETURNS_BOOL. Always compute true_rtx and
13995 false_rtx. Use false_rtx to compute the correct *ptest for reversed
13996 comparisons for which !FLOAT_LIB_COMPARE_RETURNS_BOOL.
13997
9d4545b2
JJ
139982010-05-25 Jakub Jelinek <jakub@redhat.com>
13999
14000 * dwarf2out.c (loc_descr_plus_const): When offset is negative, use
14001 DW_OP_minus with negated offset instead of DW_OP_plus.
ade52657 14002 (loc_list_from_tree): Don't test whether second operand is INTEGER_CST.
9d4545b2 14003
ee4e1706
WG
140042010-05-25 Wei Guozhi <carrot@google.com>
14005
14006 * config/arm/thumb2.md (thumb2_tlobits_cbranch): Add constraint to
14007 tst instruction and a new alternative.
14008 * config/arm/constraints.md (Pu): New constraint.
14009
427188d5
SP
140102010-05-24 Sebastian Pop <sebastian.pop@amd.com>
14011
14012 * function.c (assign_stack_local_1): Initialize variable
14013 to avoid warning when bootstrapping at -O3.
14014
96ee6e08
SB
140152010-05-24 Steven Bosscher <steven@gcc.gnu.org>
14016
14017 * configure.ac (all_lang_makefiles): Remove everything related to it.
14018 * configure: Regenerate.
14019 * Makefile.in: Fix reference to ada Make-lang.in.
14020 Remove support for LANG_MAKEFILES.
14021
1ab55d69
MK
140222010-05-24 Daniel Jacobowitz <dan@codesourcery.com>
14023 Sandra Loosemore <sandra@codesourcery.com>
14024
14025 * config/arm/neon-testgen.ml: Use dg-add-options arm_neon.
14026 * doc/sourcebuild.texi (Effective-Target Keywords): Update arm_neon_ok
14027 description. Add arm_neon_fp16_ok.
14028 (Add Options): Add arm_neon and arm_neon_fp16.
14029
243fbddd
JM
140302010-05-24 Joseph Myers <joseph@codesourcery.com>
14031
14032 * diagnostic.c: Don't include flags.h.
14033 (pedantic_warning_kind, permissive_error_kind): Take diagnostic
ade52657 14034 context parameters. Check flags in the context passed as a parameter.
243fbddd
JM
14035 (diagnostic_build_prefix): Add context parameter. Check
14036 show_column flag in context.
ade52657
UB
14037 (diagnostic_action_after_output): Check fatal_errors flag in context.
14038 (diagnostic_report_current_module): Check show_column flag in context.
243fbddd
JM
14039 (default_diagnostic_starter): Update call to
14040 diagnostic_build_prefix.
ade52657 14041 (diagnostic_report_diagnostic): Pass context to pedantic_warning_kind.
243fbddd
JM
14042 (emit_diagnostic): Pass context to permissive_error_kind.
14043 (permerror): Pass context to permissive_error_kind.
14044 * diagnostic.h (struct diagnostic_context): Add show_column,
14045 pedantic_errors, permissive and fatal_errors fields.
14046 (diagnostic_build_prefix): Update prototype.
14047 * langhooks.c
14048 * toplev.c (process_options): Set flags in global_dc from
14049 flag_show_column, flag_pedantic_errors, flag_permissive,
14050 flag_fatal_errors.
14051 * tree-diagnostic.c (default_tree_diagnostic_starter): Update call
14052 to diagnostic_build_prefix.
14053 * Makefile.in (diagnostic.o): Update dependencies.
14054
42f40af4
L
140552010-05-24 H.J. Lu <hongjiu.lu@intel.com>
14056
14057 * config/i386/ia32intrin.h (__crc32q): Define only if
14058 __SSE4_2__ is defined.
14059
1db0429a
IS
140602010-05-24 Iain Sandoe <iains@gcc.gnu.org>
14061
14062 PR target/44132
14063 PR middle-end/43602
14064 * varasm.c (get_emutls_init_templ_addr): Copy DECL_PRESERVE_P,
14065 DECL_VISIBILITY_SPECIFIED.
14066 (emutls_decl): Set DECL_PRESERVE_P and copy
14067 DECL_VISIBILITY_SPECIFIED, DECL_RESTRICTED_P.
14068 (emutls_finalize_control_var): New callback.
14069 (emutls_finish): Finalize emutls control variables.
ade52657 14070 * toplev.c (compile_file): Move the call to emutls_finish ()
1db0429a
IS
14071 before varpool_assemble_pending_decls ().
14072
e72e2da4
DG
140732010-05-24 Daniel Gutson <dgutson@codesourcery.com>
14074
14075 * config/arm/lib1funcs.asm (__ARM_ARCH__): __ARM_ARCH_7EM__
14076 added to the preprocessor condition.
14077
b748fbd6
PB
140782010-05-24 Paul Brook <paul@codesourcery.com>
14079
14080 * gengtype-lex.l: Add HARD_REG_SET.
14081 * expr.c (expand_expr_real_1): Record writes to hard registers.
14082 * function.c (rtl_data): Add asm_clobbers.
14083 * ira.c (compute_regs_asm_clobbered): Use crtl->asm_clobbers.
14084 (ira_setup_eliminable_regset): Remove regs_asm_clobbered.
14085 Use crtl->asm_clobbers.
14086
9888e9cf
RW
140872010-05-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
14088
14089 * doc/makefile.texi (Makefile): Mention stages 'profile'
14090 and 'feedback' for profiledbootstrap.
14091
cf5b989e
L
140922010-05-23 H.J. Lu <hongjiu.lu@intel.com>
14093
14094 PR target/44245
14095 * config/i386/i386.c (def_builtin): Properly check
14096 OPTION_MASK_ISA_64BIT.
14097
dc5027f4
JM
140982010-05-23 Joseph Myers <joseph@codesourcery.com>
14099
14100 * c-decl.c (diagnose_mismatched_decls): Give error for duplicate
14101 typedefs with different but compatible types. Allow duplicate
14102 typedefs with the same type except for pedantic non-C1X, but give
14103 warning for variably modified types.
14104 * c-typeck.c (tagged_types_tu_compatible_p,
14105 function_types_compatible_p, type_lists_compatible_p,
14106 comptypes_internal): Add parameter different_types_p; set
14107 *different_types_p for different but compatible types. All
14108 callers changed.
14109 (comptypes_check_different_types): New.
14110 * c-tree.h (comptypes_check_different_types): Declare.
14111
2d1a4cc1
SB
141122010-05-23 Steven Bosscher <steven@gcc.gnu.org>
14113
ade52657 14114 * regs.h: Do not include obstack.h, basic-block.h. Include machmode.h.
2d1a4cc1
SB
14115 * jump.c: Include basic-block.h.
14116 * profile.c: Likewise.
14117 * tree-profile.c: Likewise.
14118 * coverage.c: Likewise.
14119 * basic-block.h (optimize_function_for_size_p): Move to function.h.
14120 (optimize_function_for_speed_p): Likewise.
14121 * function.h (optimize_function_for_size_p,
14122 optimize_function_for_speed_p): Moved here from basic-block.h.
539bac37 14123 * Makefile.in: Update dependencies.
2d1a4cc1 14124
5767217f
RW
141252010-05-23 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
14126
14127 * lto-wrapper.c (run_gcc): Unset MAKEFLAGS and MFLAGS
14128 before calling make; allow override through $MAKE.
14129 * doc/invoke.texi (Optimize Options): Document override.
14130
7a955d62
AS
141312010-05-23 Anatoly Sokolov <aesok@post.ru>
14132
14133 * config/rs6000/rs6000.c (rs6000_mode_dependent_address_p): New.
14134 (TARGET_MODE_DEPENDENT_ADDRESS_P): Define.
14135 (rs6000_mode_dependent_address_ptr): Make static.
14136 * config/rs6000/rs6000.h (GO_IF_MODE_DEPENDENT_ADDRESS): Remove.
14137 * config/rs6000/rs6000-protos.h (rs6000_mode_dependent_address_ptr):
14138 Remove.
14139
362ff46e 141402010-05-23 Maarten Lankhorst <mlankhorst@codeweavers.com>
7b37a805
ML
14141
14142 PR target/43869
14143 * config/i386/i386.c: Make sure that the correct regparm is passed.
14144
9ecb1730
SB
141452010-05-23 Steven Bosscher <steven@gcc.gnu.org>
14146
14147 * sbitmap.h (sbitmap_ptr, const_sbitmap_ptr): Move from here...
14148 * sbitmap.c: ...to here to internalize sbitmap element access.
14149 Do not include tm.h, rtl.h, flags.h, hard-reg-set.h, and obstack.h.
14150 Explain why basic-block.h is included.
14151 * function.h: Include tm.h for CUMULATIVE_ARGS.
14152 * Makefile.in: Update dependencies.
14153
7a8cba34
SB
141542010-05-22 Steven Bosscher <steven@gcc.gnu.org>
14155
14156 * coretypes.h (struct simple_bitmap_def, sbitmap, const_sbitmap):
14157 New core types.
14158 * sbitmap.h (struct sbitmap_def): Do not typedef here.
14159 * sbitmap.c: Include sbitmap.h.
14160 * basic-block.h: Do not include bitmap.h, sbitmap.h, partition.h,
14161 hard-reg-set.h. Split everything related to regsets out from here...
14162 * regset.h: ...to here. New file.
14163 * df.h: Include regset.h and sbitmap.h.
14164 * tree-flow.h: Likewise.
14165 * cfgloop.h: Likewise.
14166 * except.h: Do not include sbitmap.h. Include hashtab.h.
14167 * cgraph.h: Include vec.h and function.h.
14168 * reload.h (struct insn_chain): Change types of live_throughout
14169 and dead_or_set from regset_head to bitmap_head.
14170 (compute_use_by_pseudos): Be defined also if regset.h is not included.
14171 * ira-int.h (struct ira_spilled_reg_stack_slot): Change type of
14172 spilled_regs from regset_head to bitmap_head to avoid dependency
14173 in regset.h.
14174 * sel-sched-ir.h: Include regset.h.
14175 * reload.c: Include df.h before reload.h.
14176 * caller-save.c: Likewise.
14177 * reload1.c: Likewise.
14178 * ira.c: Likewise.
14179 (mark_elimination): Update type of r to bitmap, consistent with
14180 DF_LR_IN.
14181 * dominance.c: Include bitmap.h.
14182 * modulo-sched.c: Include df.h.
14183 * cfganal.c: Include bitmap.h and sbitmap.h.
14184 * cfgbuild.c: Include sbitmap.h.
14185 * lcm.c: Include sbitmap.h.
14186 * gcse.c (alloc_gcse_mem): Allocate regset with ALLOC_REG_SET.
14187 * domwalk.c: Include sbitmap.h, exclude ggc.h.
14188 * cfgexpand.c: Inlcude bitmap.h and sbitmap.h.
14189 * cselib.c: Include bitmap.h.
14190 * tree-optimize.c: Include regset.h.
14191 * stmt.c: Include bitmap.h.
14192 * Makefile.in: Update dependencies.
14193
9f90e80a
JH
141942010-05-22 Jan Hubicka <jh@suse.cz>
14195
14196 * cgraph.h (struct varpool_node): Add same_comdat_group.
14197 * lto-cgrpah.c (lto_output_varpool_node): Output same_comdat_group
14198 pointer.
14199 (output_varpool): Update call of lto_output_varpool_node.
14200 (input_varpool): Read same_comdat_group pointer.
14201 (input_varpool_1): Fixup same_comdat_group pointer.
14202 * ipa.c (cgraph_remove_unreachable_nodes): WHen one of same comdat
14203 group is needed, all are.
14204 * varpool.c (varpool_remove_node): Remove node from same comdat group
14205 linklist too.
14206 (varpool_analyze_pending_decls): Walk same comdat groups.
14207
a2c9fe42
SB
142082010-05-22 Steven Bosscher <steven@gcc.gnu.org>
14209
14210 * rtl.h (union rtunion_def): Remove rt_bit member.
14211 (XBITMAP, X0BITMAP, XCBITMAP): Remove.
14212 * print-rtl (print_rtx): Do not print the member.
14213 * gengtype.c (adjust_field_rtx_def): Do not handle it.
14214 * gengenrtl.c (type_from_format): Likewise.
14215 (accessor_from_format): Likewise.
14216
3b2ce251
JM
142172010-05-22 Joseph Myers <joseph@codesourcery.com>
14218
14219 * dbgcnt.c: Include toplev.h instead of errors.h.
14220 * ira-emit.c: Don't include errors.h.
14221 * ira.c: Include toplev.h instead of errors.h.
14222 * lto-compress.c: Include toplev.h instead of errors.h.
14223 * Makefile.in (lto-compress.o, lto-streamer-out.o, ira-emit.o,
14224 ira.o, dbgcnt.o): Update dependencies.
14225
bd9eb5da
RG
142262010-05-22 Richard Guenther <rguenther@suse.de>
14227
14228 * gimple.c (gimple_types_compatible_p): Check type qualifications
14229 before merging pointer to complete and pointer to incomplete type.
14230 * lto-symtab.c (lto_symtab_resolve_symbols): For commons make sure
14231 we use our own resolution algorithm. The gold linker plugin
14232 doesn't do the job we want it to do here.
14233
277e2873
AS
142342010-05-22 Anatoly Sokolov <aesok@post.ru>
14235
14236 * config/sparc/sparc.h (GO_IF_MODE_DEPENDENT_ADDRESS): Remove.
14237 * config/sparc/sparc.c (TARGET_MODE_DEPENDENT_ADDRESS_P): Define.
14238 (sparc_mode_dependent_address_p): New function.
14239
613b1547
SB
142402010-05-21 Steven Bosscher <steven@gcc.gnu.org>
14241
14242 * Makefile.in: Fix c-pch.o and ggc-common.o dependencies on timevars.
14243
14244 * timevar.c: Do not include any core headers.
14245 (timevar_print): De-i18n-ize.
14246 (print_time): Likewise.
14247 * timevar.h (timevar_push, timevar_pop): Make inline functions.
14248
cf835838
JM
142492010-05-21 Joseph Myers <joseph@codesourcery.com>
14250
14251 * diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or
14252 langhooks-def.h.
14253 (diagnostic_initialize): Initialize x_data not last_function.
14254 (diagnostic_report_current_function): Move to tree-diagnostic.c.
14255 (default_diagnostic_starter): Call
14256 diagnostic_report_current_module not
14257 diagnostic_report_current_function.
14258 (diagnostic_report_diagnostic): Initialize x_data not
14259 abstract_origin.
14260 (verbatim): Likewise.
14261 * diagnostic.h (struct diagnostic_info): Change abstract_origin to
14262 x_data.
14263 (struct diagnostic_context): Change last_function to x_data.
14264 (diagnostic_auxiliary_data): Replace with
14265 diagnostic_context_auxiliary_data and
14266 diagnostic_info_auxiliary_data.
14267 (diagnostic_last_function_changed, diagnostic_set_last_function,
14268 diagnostic_report_current_function): Move to tree-diagnostic.h.
14269 (print_declaration, dump_generic_node, print_generic_stmt,
14270 print_generic_stmt_indented, print_generic_expr,
14271 print_generic_decl, debug_c_tree, dump_omp_clauses,
14272 print_call_name, debug_generic_expr, debug_generic_stmt,
14273 debug_tree_chain, default_tree_printer): Move to
14274 tree-pretty-print.h.
14275 (debug_gimple_stmt, debug_gimple_seq, print_gimple_seq,
14276 print_gimple_stmt, print_gimple_expr, dump_gimple_stmt): Move to
14277 gimple-pretty-print.h.
14278 * pretty-print.c: Don't include tree.h
14279 (pp_base_format): Don't handle %K here.
14280 (pp_base_tree_identifier): Move to tree-pretty-print.c.
14281 * pretty-print.h (text_info): Change abstract_origin to x_data.
14282 (pp_tree_identifier, pp_unsupported_tree,
14283 pp_base_tree_identifier): Move to tree-pretty-print.h.
14284 * gimple-pretty-print.h, tree-diagnostic.c, tree-diagnostic.h,
14285 tree-pretty-print.h: New files.
14286 * tree-pretty-print.c: Include tree-pretty-print.h.
14287 (percent_K_format): New. Moved from pretty-print.c.
14288 (pp_base_tree_identifier): Move from pretty-print.c.
14289 * c-objc-common.c: Include tree-pretty-print.h.
14290 (c_tree_printer): Handle %K here.
14291 * langhooks.c: Include tree-diagnostic.h.
14292 (lhd_print_error_function): Use diagnostic_abstract_origin macro.
14293 * toplev.c: Include tree-diagnostic.h and tree-pretty-print.h.
14294 (default_tree_printer): Handle %K using percent_K_format.
14295 (general_init): Use default_tree_diagnostic_starter.
14296 * tree.c: Include tree-diagnostic.h and tree-pretty-print.h.
14297 (free_lang_data): Use default_tree_diagnostic_starter.
14298 * c-pretty-print.c: Include tree-pretty-print.h.
ade52657
UB
14299 * cfgexpand.c: Include tree-pretty-print.h and gimple-pretty-print.h.
14300 * cgraphunit.c: Include tree-pretty-print.h and gimple-pretty-print.h.
cf835838
JM
14301 * dwarf2out.c: Include tree-pretty-print.h.
14302 * except.c: Include tree-pretty-print.h.
14303 * gimple-pretty-print.c: Include tree-pretty-print.h and
14304 gimple-pretty-print.h.
14305 * gimplify.c: Include tree-pretty-print.h.
14306 * graphite-poly.c: Include tree-pretty-print.h and
14307 gimple-pretty-print.h.
14308 * ipa-cp.c: Include tree-pretty-print.h.
14309 * ipa-inline.c: Include gimple-pretty-print.h.
ade52657 14310 * ipa-prop.c: Include tree-pretty-print.h and gimple-pretty-print.h.
cf835838
JM
14311 * ipa-pure-const.c: Include gimple-pretty-print.h.
14312 * ipa-struct-reorg.c: Include tree-pretty-print.h and
14313 gimple-pretty-print.h.
14314 * ipa-type-escape.c: Include tree-pretty-print.h.
14315 * print-rtl.c: Include tree-pretty-print.h.
14316 * print-tree.c: Include gimple-pretty-print.h.
14317 * sese.c: Include tree-pretty-print.h.
14318 * tree-affine.c: Include tree-pretty-print.h.
14319 * tree-browser.c: Include tree-pretty-print.h.
14320 * tree-call-cdce.c: Include gimple-pretty-print.h.
ade52657 14321 * tree-cfg.c: Include tree-pretty-print.h and gimple-pretty-print.h.
cf835838
JM
14322 * tree-chrec.c: Include tree-pretty-print.h.
14323 * tree-data-ref.c: Include tree-pretty-print.h and
14324 gimple-pretty-print.h.
14325 * tree-dfa.c: Include tree-pretty-print.h.
14326 * tree-if-conv.c: Include tree-pretty-print.h and
14327 gimple-pretty-print.h.
14328 * tree-inline.c: Include tree-pretty-print.h.
14329 * tree-into-ssa.c: Include tree-pretty-print.h and
14330 gimple-pretty-print.h.
14331 * tree-nrv.c: Include tree-pretty-print.h.
14332 * tree-object-size.c: Include tree-pretty-print.h and
14333 gimple-pretty-print.h.
14334 * tree-outof-ssa.c: Include tree-pretty-print.h and
14335 gimple-pretty-print.h.
14336 * tree-parloops.c: Include tree-pretty-print.h and
14337 gimple-pretty-print.h.
14338 * tree-predcom.c: Include tree-pretty-print.h and
14339 gimple-pretty-print.h.
14340 * tree-scalar-evolution.c: Include tree-pretty-print.h and
14341 gimple-pretty-print.h.
14342 * tree-sra.c: Include tree-pretty-print.h.
14343 * tree-ssa-address.c: Include tree-pretty-print.h.
14344 * tree-ssa-alias.c: Include tree-pretty-print.h.
14345 * tree-ssa-ccp.c: Include tree-pretty-print.h and
14346 gimple-pretty-print.h.
14347 * tree-ssa-coalesce.c: Include tree-pretty-print.h.
14348 * tree-ssa-copy.c: Include tree-pretty-print.h and
14349 gimple-pretty-print.h.
14350 * tree-ssa-copyrename.c: Include tree-pretty-print.h.
14351 * tree-ssa-dce.c: Include tree-pretty-print.h and
14352 gimple-pretty-print.h.
14353 * tree-ssa-dom.c: Include tree-pretty-print.h and
14354 gimple-pretty-print.h.
14355 * tree-ssa-dse.c: Include gimple-pretty-print.h.
14356 * tree-ssa-forwprop.c: Include tree-pretty-print.h.
14357 * tree-ssa-ifcombine.c: Include tree-pretty-print.h.
14358 * tree-ssa-live.c: Include tree-pretty-print.h and
14359 gimple-pretty-print.h.
14360 * tree-ssa-loop-im.c: Include tree-pretty-print.h and
14361 gimple-pretty-print.h.
14362 * tree-ssa-loop-ivcanon.c: Include tree-pretty-print.h and
14363 gimple-pretty-print.h.
14364 * tree-ssa-loop-ivopts.c: Include tree-pretty-print.h and
14365 gimple-pretty-print.h.
14366 * tree-ssa-loop-niter.c: Include tree-pretty-print.h and
14367 gimple-pretty-print.h.
14368 * tree-ssa-loop-prefetch.c: Include tree-pretty-print.h.
14369 * tree-ssa-math-opts.c: Include gimple-pretty-print.h.
14370 * tree-ssa-operands.c: Include tree-pretty-print.h and
14371 gimple-pretty-print.h.
14372 * tree-ssa-phiprop.c: Include tree-pretty-print.h and
14373 gimple-pretty-print.h.
14374 * tree-ssa-pre.c: Include tree-pretty-print.h and
14375 gimple-pretty-print.h.
14376 * tree-ssa-propagate.c: Include gimple-pretty-print.h.
14377 * tree-ssa-reassoc.c: Include tree-pretty-print.h and
14378 gimple-pretty-print.h.
14379 * tree-ssa-sccvn.c: Include tree-pretty-print.h and
14380 gimple-pretty-print.h.
14381 * tree-ssa-sink.c: Include gimple-pretty-print.h.
14382 * tree-ssa-ter.c: Include tree-pretty-print.h and
14383 gimple-pretty-print.h.
14384 * tree-ssa-uninit.c: Include gimple-pretty-print.h.
14385 * tree-ssa.c: Include tree-pretty-print.h and
14386 gimple-pretty-print.h.
14387 * tree-stdarg.c: Include gimple-pretty-print.h.
14388 * tree-switch-conversion.c: Include gimple-pretty-print.h.
14389 * tree-tailcall.c: Include tree-pretty-print.h and
14390 gimple-pretty-print.h.
14391 * tree-vect-data-refs.c: Include tree-pretty-print.h and
14392 gimple-pretty-print.h.
14393 * tree-vect-loop-manip.c: Include tree-pretty-print.h and
14394 gimple-pretty-print.h.
14395 * tree-vect-loop.c: Include tree-pretty-print.h and
14396 gimple-pretty-print.h.
14397 * tree-vect-patterns.c: Include gimple-pretty-print.h.
14398 * tree-vect-slp.c: Include tree-pretty-print.h and
14399 gimple-pretty-print.h.
14400 * tree-vect-stmts.c: Include tree-pretty-print.h and
14401 gimple-pretty-print.h.
14402 * tree-vectorizer.c: Include tree-pretty-print.h.
14403 * tree-vrp.c: Include tree-pretty-print.h and
14404 gimple-pretty-print.h.
14405 * value-prof.c: Include tree-pretty-print.h and
14406 gimple-pretty-print.h.
14407 * var-tracking.c: Include tree-pretty-print.h.
14408 * Makefile.in (OBJS-common): Add tree-diagnostic.o.
14409 (tree-diagnostic.o): New dependencies.
14410 (c-objc-common.o, c-pretty-print.o, langhooks.o, tree.o,
14411 tree-inline.o, print-tree.o, stor-layout.o, tree-ssa-uninit.o,
14412 tree-ssa.o, tree-into-ssa.o, tree-ssa-ter.o, tree-ssa-coalesce.o,
14413 tree-outof-ssa.o, tree-ssa-forwprop.o, tree-ssa-phiprop.o,
14414 tree-ssa-ifcombine.o, tree-nrv.o, tree-ssa-copy.o,
14415 tree-ssa-propagate.o, tree-ssa-dom.o, tree-ssa-uncprop.o,
14416 tree-ssa-live.o, tree-ssa-copyrename.o, tree-ssa-pre.o,
14417 tree-ssa-sccvn.o, tree-vrp.o, tree-cfg.o, tree-tailcall.o,
14418 tree-ssa-sink.o, tree-if-conv.o, tree-dfa.o, tree-ssa-operands.o,
14419 tree-ssa-address.o, tree-ssa-loop-niter.o,
14420 tree-ssa-loop-ivcanon.o, tree-ssa-loop-prefetch.o, tree-predcom.o,
14421 tree-ssa-loop-ivopts.o, tree-affine.o, tree-ssa-loop-im.o,
14422 tree-ssa-math-opts.o, tree-ssa-alias.o, tree-ssa-reassoc.o,
14423 gimplify.o, tree-browser.o, tree-chrec.o, tree-scalar-evolution.o,
14424 tree-data-ref.o, sese.o, graphite-poly.o, tree-vect-loop.o,
14425 tree-vect-loop-manip.o, tree-vect-patterns.o, tree-vect-slp.o,
14426 tree-vect-stmts.o, tree-vect-data-refs.o, tree-vectorizer.o,
14427 tree-parloops.o, tree-stdarg.o, tree-object-size.o,
14428 gimple-pretty-print.o, tree-pretty-print.o, diagnostic.o,
14429 toplev.o, print-rtl.o, except.o, dwarf2out.o, cgraphunit.o,
14430 ipa-prop.o, ipa-cp.o, ipa-inline.o, ipa-pure-const.o,
14431 ipa-type-escape.o, ipa-struct-reorg.o, tree-ssa-dce.o,
14432 tree-call-cdce.o, tree-ssa-ccp.o, tree-sra.o,
14433 tree-switch-conversion.o, var-tracking.o, value-prof.o,
14434 cfgexpand.o, pretty-print.o): Update dependencies.
14435
cf4f4175
AT
144362010-05-22 Andreas Tobler <andreast@fgznet.ch>
14437
14438 * tree-ssa-structalias.c: Remove tm_p.h from include.
14439
c6d0f11a
JL
144402010-05-21 Jeff Law <law@redhat.com>
14441
14442 * ira-costs.c (ira_tune_allocno_costs_and_cover_classes): Fix typo.
14443
d3f28910
JM
144442010-05-21 Jason Merrill <jason@redhat.com>
14445
14446 * tree-eh.c (cleanup_is_dead_in): New.
14447 (lower_try_finally): Don't generate a dead cleanup region.
14448 (lower_cleanup): Likewise.
14449
14db98d4
JJ
144502010-05-21 Jakub Jelinek <jakub@redhat.com>
14451
14452 PR debug/44223
14453 * haifa-sched.c (schedule_insn): When freeing INSN_REG_USE_LIST,
14454 unchain each use from the cyclic next_regno_use chain first.
14455
d49b6e1e
SB
144562010-05-21 Steven Bosscher <steven@gcc.gnu.org>
14457
14458 * real: Do not include gmp.h, mpfr.h, and mpc.h.
14459 (REAL_VALUE_NEGATE, REAL_VALUE_ABS, real_arithmetic2): Remove.
14460 (real_value_negate, real_value_abs): New prototypes.
14461 (do_mpc_arg2, real_from_mpfr, mpfr_from_real): Move from here...
14462 * realmpfr.h (do_mpc_arg2, real_from_mpfr, mpfr_from_real): ...to here,
14463 new include file for interface between MPFR and REAL_VALUE_TYPE.
14464 * real.c: Include realmpfr.h.
14465 (real_arithmetic2): Remove legacy function.
14466 (real_value_negate): New.
14467 (real_value_abs): New.
14468 (mfpr_from_real, real_from_mpfr): Move from here...
14469 * realmpfr.c (mpfr_from_real, real_from_mpfr): ...to here, new file.
14470 * builtins.c: Include realmpfr.h.
14471 * fold-const.c: Include realmpfr.h.
14472 (fold_comparison): Use real_value_negate instead of REAL_VALUE_NEGATE.
14473 (fold_negate_const): Likewise.
14474 (fold_abs_const): Use real_value_abs instead of REAL_VALUE_ABS.
14475 * toplev.c: Include realmpfr.h.
14476 * simplify-rtx.c (simplify_const_unary_operation): Use real_value_abs
14477 and real_value_negate.
14478 * fixed-value.c (check_real_for_fixed_mode): Likewise.
14479 * config/arm/arm.c (neg_const_double_rtx_ok_for_fpa): Likewise.
14480 (vfp3_const_double_index): Likewise.
14481 (arm_print_operand): Likewise.
14482 * Makefile.in: Update dependencies.
14483
5b4b1c9a
AK
144842010-05-21 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
14485
14486 * config/s390/s390.c (override_options): Increase the default
14487 of max-completely-peel-times.
14488
7c19c715
JB
144892010-05-21 Julian Brown <julian@codesourcery.com>
14490 Mark Mitchell <mark@codesourcery.com>
14491
14492 * config/arm/arm.c (arm_function_ok_for_sibcall): Only forbid
14493 sibling calls for Thumb-1.
14494 * config/arm/arm.h (USE_RETURN_INSN): Enable for Thumb-2.
14495 * config/arm/arm.md (*call_symbol, *call_value_symbol): Use for
14496 Thumb-2.
14497 (*call_insn, *call_value_insn): Don't use for Thumb-2.
14498 (sibcall, sibcall_value, *sibcall_insn, *sibcall_value_insn): Use
14499 for Thumb-2.
14500 (return): New expander.
14501 (*arm_return): New name for ARM return insn.
14502 * config/arm/thumb2.md (*thumb2_return): New insn pattern.
14503
f4a4b582 145042010-05-19 Joel Sherrill <joel.sherrill@oarcorp.com>
3943fe02
JS
14505
14506 * config.gcc (sparc64-*-rtems*): New target.
14507
95f6e526
NF
145082010-05-21 Nathan Froyd <froydnj@codesourcery.com>
14509
14510 * tree.c (build_function_decl_skip_args): Fix grammar.
14511 (build_function_type_list_1): Fix typos, adjust formatting.
14512
40013784
SB
145132010-05-21 Steven Bosscher <steven@gcc.gnu.org>
14514
14515 * tree.h: Include real.h and fixed-value.h as basic datatypes.
14516 * dfp.c, convert.c, reload1.c, reginfo.c, tree-flow.h,
14517 tree-ssa-threadedge.c, tree-ssanames.c, tree-loop-linear.c,
14518 tree-into-ssa.c, tree-vect-generic.c, tree-ssa-structalias.c,
14519 tree-ssa-loop-im.c, tree-dump.c, tree-complex.c, tree-ssa-uninit.c,
14520 genrecog.c, tree-ssa-threadupdate.c, tree-ssa-loop-niter.c,
14521 tree-pretty-print.c, tree-loop-distribution.c,
14522 tree-ssa-loop-unswitch.c, c-lex.c, optabs.c, postreload-gcse.c,
14523 tree-ssa-loop-manip.c, postreload.c, tree-ssa-loop-ch.c,
14524 tree-tailcall.c, tree.c, reload.c, tree-scalar-evolution.c, rtlanal.c,
14525 tree-phinodes.c, builtins.c, final.c, genoutput.c, fold-const.c,
14526 tree-ssa-dse.c, genautomata.c, tree-ssa-uncprop.c, toplev.c,
14527 tree-chrec.c, genemit.c, c-cppbuiltin.c, tree-ssa-sccvn.c,
14528 tree-ssa-ccp.c, tree-ssa-loop-ivopts.c, mode-switching.c,
14529 tree-call-cdce.c, cse.c, genpeep.c, tree-ssa-math-opts.c,
14530 tree-ssa-dom.c, tree-nrv.c, tree-ssa-propagate.c, tree-ssa-alias.c,
14531 tree-ssa-sink.c, jump.c, ifcvt.c, dwarf2out.c, expr.c, genattrtab.c,
14532 genconditions.c, tree-ssa-loop-ivcanon.c, tree-ssa-loop.c,
14533 tree-parloops.c, recog.c, tree-ssa-address.c, lcm.c, tree-eh.c,
14534 gimple-pretty-print.c, c-pretty-print.c, print-rtl.c, gcse.c,
14535 tree-if-conv.c, tree-data-ref.c, tree-affine.c, gimplify.c,
14536 tree-ssa-phiopt.c, implicit-zee.c, expmed.c, tree-dfa.c, emit-rtl.c,
14537 store-motion.c, cselib.c, tree-cfgcleanup.c, simplify-rtx.c,
14538 tree-ssa-pre.c, genpreds.c, tree-mudflap.c, print-tree.c,
14539 tree-ssa-copy.c, tree-ssa-forwprop.c, tree-ssa-dce.c, varasm.c,
14540 tree-nested.c, tree-ssa.c, tree-ssa-loop-prefetch.c, rtl.c,
14541 tree-inline.c, integrate.c, tree-optimize.c, tree-ssa-phiprop.c,
14542 fixed-value.c, combine.c, tree-profile.c, c-common.c, sched-vis.c,
14543 tree-cfg.c, passes.c, tree-ssa-reassoc.c, config/alpha/alpha.c,
14544 config/frv/frv.c, config/s390/s390.c, config/m32c/m32c.c,
14545 config/spu/spu.c, config/sparc/sparc.c, config/mep/mep.c,
14546 config/m32r/m32r.c, config/rx/rx.c, config/i386/i386.c,
14547 config/sh/sh.c, config/pdp11/pdp11.c, config/avr/avr.c,
14548 config/crx/crx.c, config/xtensa/xtensa.c, config/stormy16/stormy16.c,
14549 config/fr30/fr30.c, config/lm32/lm32.c, config/moxie/moxie.c,
14550 config/m68hc11/m68hc11.c, config/cris/cris.c, config/iq2000/iq2000.c,
14551 config/mn10300/mn10300.c, config/ia64/ia64.c, config/m68k/m68k.c,
14552 config/rs6000/rs6000.c, config/picochip/picochip.c, config/darwin.c,
14553 config/arc/arc.c, config/mcore/mcore.c, config/score/score3.c,
14554 config/score/score7.c, config/score/score.c, config/arm/arm.c,
14555 config/pa/pa.c, config/mips/mips.c, config/vax/vax.c,
14556 config/h8300/h8300.c, config/v850/v850.c, config/mmix/mmix.c,
ade52657 14557 config/bfin/bfin.c: Clean up redundant includes.
40013784
SB
14558 * Makefile.in: Update accordingly.
14559
0a7561b7
NF
145602010-05-21 Nathan Froyd <froydnj@codesourcery.com>
14561
14562 PR middle-end/44204
14563 * builtins.c (fold_call_stmt): Pass &error_mark_node if the call
14564 statement has no arguments.
14565
e1935569
KT
145662010-05-21 Kai Tietz <kai.tietz@onevision.com>
14567
14568 PR/44139
14569 * varasm.c (emutls_decl): Merge attributes to new decl.
14570
46314d3e
EB
145712010-05-21 Eric Botcazou <ebotcazou@adacore.com>
14572
14573 PR middle-end/44101
14574 * gimplify.c (gimplify_init_constructor): Build a VIEW_CONVERT_EXPR
14575 around the uniquized constructor if its type requires a conversion.
14576
f99fcb3b
JJ
145772010-05-21 Jakub Jelinek <jakub@redhat.com>
14578
14579 PR debug/44205
14580 * tree-cfgcleanup.c (tree_forwarder_block_p): Return false if
14581 at -O0 goto_locus of any of the incoming edges differs from
14582 goto_locus of outgoing edge, or gimple_location of any of the
14583 labels differs.
14584
f4a4b582 145852009-09-14 Vladimir Makarov <vmakarov@redhat.com>
0583835c
VM
14586
14587 * ira.c (ira_non_ordered_class_hard_regs): Define.
ade52657 14588 (setup_class_hard_regs): Initialize ira_non_ordered_class_hard_regs.
0583835c
VM
14589 * ira-int.h (ira_non_ordered_class_hard_regs): Declare.
14590 * ira-costs.c (ira_tune_allocno_costs_and_cover_classes): Increase
14591 cost of unaligned hard regs when allocating multi-reg pseudos.
14592
9f946bc1
RS
145932010-05-20 Richard Sandiford <rdsandiford@googlemail.com>
14594
14595 * config.gcc (mips*-sde-elf*): Don't use sdemtk.opt.
14596 * config/mips/mips.h (TARGET_CPU_CPP_BUILTINS): Define __mips_no_float
14597 for TARGET_NO_FLOAT.
14598 * config/mips/mips.c (mips_file_start): Expand conditional expression
14599 into "if" statements. Use .gnu_attribute 4,0 for TARGET_NO_FLOAT.
14600 (mips_override_options): Move -mno-float override -msoft-float and
14601 -mhard-float.
14602 * config/mips/mips.opt (mno-float): Move from sdemtk.opt, but add
14603 Condition(TARGET_SUPPORTS_NO_FLOAT).
14604 * config/mips/sdemtk.h (TARGET_OS_CPP_BUILTINS): Don't set
14605 __mips_no_float here.
14606 (SUBTARGET_OVERRIDE_OPTIONS): Delete.
14607 (TARGET_SUPPORTS_NO_FLOAT): Define.
14608 * config/mips/sdemtk.opt: Delete.
14609
69610617
SB
146102010-05-20 Segher Boessenkool <segher@kernel.crashing.org>
14611
ade52657 14612 * ipa-prop.c (compute_complex_ancestor_jump_func): Bail out if !cond.
69610617 14613
953c29f7
UB
146142010-05-20 Uros Bizjak <ubizjak@gmail.com>
14615
14616 PR target/43733
14617 * configure.ac (gcc_cv_as_ix86_sahf): Switch to 64bit mode.
14618 * configure: Regenerate.
14619 * config.in: Regenerate.
14620 * config/i386/i386.md (x86_sahf_1): Conditionally output 0x9e
14621 instead of sahf only for 64bit targets.
14622
69b45d71
JJ
146232010-05-20 Jakub Jelinek <jakub@redhat.com>
14624
14625 PR debug/44178
14626 * haifa-sched.c (initiate_bb_reg_pressure_info): Do not call
14627 setup_ref_regs for DEBUG_INSNs.
14628
a14f1878
JH
146292010-05-20 Jan Hubicka <jh@suse.cz>
14630
14631 PR middle-end/44197
14632 * varpool.c (varpool_remove_node): Handle in-varpool aliases.
14633
5797be12
KZ
146342010-05-20 Kenneth Zadeck <zadeck@naturalbridge.com>
14635
14636 PR bootstrap/43870
14637 * df-scan.c (df_ref_compare): Stabilize sort.
14638
f1ca3117
JJ
146392010-05-20 Jakub Jelinek <jakub@redhat.com>
14640
14641 * dwarf2out.c (new_loc_descr_op_bit_piece): Add offset
14642 argument. Don't use DW_OP_piece if offset is non-zero,
14643 put offset into second DW_OP_bit_piece argument.
14644 (dw_sra_loc_expr): Adjust callers. For memory expressions
14645 compute offset.
14646
d8ec9c14
HPN
146472010-05-20 Hans-Peter Nilsson <hp@axis.com>
14648
14649 PR target/44202
14650 * config/cris/cris.md ("*addsi3_v32"): Correct "cc"
14651 settings for 16-bit-constant "addo" alternative.
14652
951771dc
JW
146532010-05-19 James E. Wilson <wilson@codesourcery.com>
14654
9af157ac
JW
14655 * config/mips/mips-dsp.md (add<DSPV:mode>3,
14656 mips_add<DSP:dspfmt1>_s_<DSP:dspfmt2>): Add ISA_HAS_DSP condition.
14657
951771dc
JW
14658 PR target/43764
14659 * mips.c (mips_call_expr_from_insn): New arg second_call. Set it.
14660 (mips_annotate_pic_calls): Pass new arg to mips_call_expr_from_insn.
14661 Use it.
14662
676dd4d4
JM
146632010-05-19 Joseph Myers <joseph@codesourcery.com>
14664
14665 * diagnostic.c (FLOAT, FFS): Don't undefine.
14666 * passes.c, pretty-print.c, rtl-error.c, toplev.c: Likewise.
14667 * cse.c, regmove.c: Remove comments about stdio.h and rtl.h
14668 include ordering.
14669
caba7aaa
RS
146702010-05-19 Richard Sandiford <rdsandiford@googlemail.com>
14671
14672 * combine.c (propagate_for_debug): Call make_compound_operation
14673 on the source value.
14674 (try_combine): When implementing a split chosen by find_split_point,
14675 either copy i2src or set it to null. Assert that i2src is not null
14676 before substituting into CALL_INSN_FUNCTION_USAGE.
14677
1961ffb8
AS
146782010-05-19 Anatoly Sokolov <aesok@post.ru>
14679
14680 * double-int.h (double_int_ior): New function.
14681 * tree.h (build_int_cst_wide_type): Remove.
14682 * tree.c (build_int_cst_wide_type): Remove.
14683 * fold-const.c (native_interpret_int): Use double_int_to_tree instead
14684 of build_int_cst_wide_type.
14685 * stor-layout.c (set_sizetype): (Ditto.).
14686 * dojump.c (do_jump): Use build_int_cstu instead of
14687 build_int_cst_wide_type.
14688
616f1431
EB
146892010-05-19 Eric Botcazou <ebotcazou@adacore.com>
14690
14691 * langhooks.h (struct lang_hooks): Add new field deep_unsharing.
14692 * langhooks-def.h (LANG_HOOKS_DEEP_UNSHARING): New macro.
14693 (LANG_HOOKS_INITIALIZER): Add LANG_HOOKS_DEEP_UNSHARING.
ade52657 14694 * gimplify.c (mostly_copy_tree_r): Copy trees under SAVE_EXPR and
616f1431
EB
14695 TARGET_EXPR nodes, but only once, if instructed to do so. Do not
14696 propagate the 'data' argument to copy_tree_r.
14697 (copy_if_shared_r): Remove bogus ATTRIBUTE_UNUSED marker.
14698 Propagate 'data' argument to walk_tree.
14699 (copy_if_shared): New function.
14700 (unmark_visited_r): Remove bogus ATTRIBUTE_UNUSED marker.
14701 (unmark_visited): New function.
14702 (unshare_body): Call copy_if_shared instead of doing it manually.
14703 (unvisit_body): Call unmark_visited instead of doing it manually.
14704
f311c3b4
NF
147052010-05-19 Nathan Froyd <froydnj@codesourcery.com>
14706
14707 * hooks.h (hook_tree_tree_tree_bool_null): Rename to...
14708 (hook_tree_tree_int_treep_bool_null): ...this. Update signature.
14709 * hooks.c: Likewise.
14710 * target-def.h (TARGET_FOLD_BUILTIN): Define to
14711 hook_tree_tree_int_treep_bool_null.
ade52657 14712 * target.h (struct gcc_target): Update signature of fold_builtin
f311c3b4
NF
14713 field.
14714 * doc/tm.texi (TARGET_FOLD_BUILTIN): Update description and signature.
14715 * builtins.c (fold_call_expr): Pass call_expr_nargs and CALL_EXPR_ARGP
14716 instead of the call expression.
14717 (fold_builtin_call_array): Pass n and argarray directly.
14718 (fold_call_stmt): Pass nargs and gimple_call_arg_ptr instead of
14719 consing a list.
14720 * config/alpha/alpha.c (alpha_fold_builtin): Update signature. Lift
14721 MAX_ARGS check out of the loop. Delete declaration of `arity', declare
14722 `i' and use it in place of `arity'.
14723 * config/sparc/sparc.c (sparc_fold_builtin): Update signature.
14724 Dereference `args' directly.
14725 * config/xtensa/xtensa (xtensa_fold_builtin): Likewise.
14726
40f1bdd9
RO
147272010-05-19 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
14728
14729 * doc/sourcebuild.texi (Effective-Target Keywords): Document
14730 3dnow, sse3, sse2.
14731 (Directives): Document optional dg-require-effective-target
14732 selector.
14733
817c2996
RG
147342010-05-19 Richard Guenther <rguenther@suse.de>
14735
14736 PR lto/44196
14737 * tree.c (find_decls_types_r): Walk BLOCKs and its vars.
14738
c04b6b38
RG
147392010-05-19 Richard Guenther <rguenther@suse.de>
14740
14741 * doc/invoke.texi (-fwhopr): Document new optional jobs argument.
14742 * common.opt (fwhopr=): New.
14743 * opts.c (common_handle_option): Handle OPT_fwhopr.
14744 * gcc.c (LINK_COMMAND_SPEC): Pass fwhopr*.
14745 * collect2.c (main): Match -fwhopr*.
14746 * lto-wrapper.c (run_gcc): Handle jobs argument of -fwhopr.
14747 Execute ltrans stage in parallel when jobs is bigger than 1.
14748
ed104137
RO
147492010-05-19 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
14750
14751 * config.gcc (i[34567]86-*-solaris2*): Default with_arch_32 to
14752 pentiumpro on Solaris 8/x86 with Sun as.
14753 * configure.ac (gcc_cv_as_hidden): Check for Solaris 9/x86 as
14754 hidden alias bug.
14755 (gcc_cv_as_ix86_quad): Check for .quad directive.
14756 * configure: Regenerate.
14757 * config.in: Regenerate.
14758 * config/i386/sol2.h (ASM_QUAD): Change guard to !HAVE_AS_IX86_QUAD.
14759
749aa96d
MJ
147602010-05-19 Martin Jambor <mjambor@suse.cz>
14761
14762 * ipa-prop.c (ipa_print_node_jump_functions): Print jump functions
14763 also for indirect edges. Actual printing moved...
14764 (ipa_print_node_jump_functions_for_edge): ...here.
14765 (ipa_compute_jump_functions): Renamed to
14766 ipa_compute_jump_functions_for_edge and made static.
14767 (ipa_compute_jump_functions): New function.
14768 (make_edge_direct_to_target): Check if the number of arguments on
14769 the newly direct edge is the same as the number of parametrs of
14770 the callee.
14771 * ipa-cp.c (ipcp_init_stage): Most functionality moved to new
14772 ipa_compute_jump_functions. Call ipa_analyze_params_uses.
14773 * ipa-inline.c (inline_indirect_intraprocedural_analysis): Call
14774 analysis functions unconditionally, call the new
14775 ipa_analyze_params_uses on the node instead of every edge.
14776
81f32326
CB
147772010-05-19 Christian Borntraeger <borntraeger@de.ibm.com>
14778
431043bd 14779 * tree-ssa-loop-prefetch.c (mem_ref_group, ar_data): Change step
81f32326 14780 to tree.
431043bd 14781 (dump_mem_ref): Adopt debug code to handle a tree as step. This
81f32326
CB
14782 also checks for a constant int vs. non-constant but
14783 loop-invariant steps.
431043bd 14784 (find_or_create_group): Change the sort algorithm to only consider
81f32326 14785 steps that are constant ints.
431043bd 14786 (idx_analyze_ref): Adopt code to handle a tree instead of a
81f32326 14787 HOST_WIDE_INT for step.
431043bd 14788 (gather_memory_references_ref): Handle tree instead of int and be
81f32326 14789 prepared to see a NULL_TREE.
431043bd 14790 (prune_ref_by_self_reuse, prune_ref_by_group_reuse): Do not prune
81f32326 14791 prefetches if the step cannot be calculated at compile time.
431043bd 14792 (issue_prefetch_ref): Issue prefetches for non-constant but
81f32326
CB
14793 loop-invariant steps.
14794
39b27b3a
NF
147952010-05-18 Nathan Froyd <froydnj@codesourcery.com>
14796
14797 Revert:
14798 2010-05-18 Nathan Froyd <froydnj@codesourcery.com>
14799
14800 * tree.h (build_call_list): Remove.
14801 * tree.c (build_call_list): Remove.
14802
3fcb9d1b
NF
148032010-05-18 Nathan Froyd <froydnj@codesourcery.com>
14804
14805 * tree.h (build_call_list): Remove.
14806 * tree.c (build_call_list): Remove.
14807
58efc3ac
JH
148082010-05-18 Jan Hubicka <jh@suse.cz>
14809
14810 * ipa-reference.c (propagate): Walk all nodes in the cleanup stage.
14811
0495bafc
VM
148122010-05-18 Vladimir Makarov <vmakarov@redhat.com>
14813
14814 PR rtl-optimization/43332
14815 * haifa-sched.c (setup_insn_max_reg_pressure): Check barrier.
14816
abdbbf16
AS
148172010-05-18 Anatoly Sokolov <aesok@post.ru>
14818
14819 * tree.h (build_int_cstu): Implement as static inline.
14820 * tree.c (build_int_cstu): Remove function.
14821 (double_int_to_tree, double_int_fits_to_tree_p): Handle size types as
14822 sign extended.
14823
cf96bae7
RG
148242010-05-18 Richard Guenther <rguenther@suse.de>
14825
14826 PR lto/44143
14827 * lto-wrapper.c (verbose): New variable. Initialize from -v.
14828 (debug): Initialize from -save-temps.
14829 (collect_execute): Print command-line when verbose.
14830 (run_gcc): Always use COLLECT_GCC_OPTIONS. Use fork_execute
14831 for ltrans invocation. Produce -dumpbase flag again.
14832 (process_args): Remove.
14833 (main): Simplify.
14834 * collect2.c (maybe_run_lto_and_relink): Only pass object
14835 files to lto-wrapper.
14836 * gcc.c (LINK_COMMAND_SPEC): Likewise.
14837
80e2a014
JH
148382010-05-18 Jan Hubicka <jh@suse.cz>
14839
14840 * opts.c (decode_options): Do not disable whopr at ipa_cp.
14841 * ipa-prop.c (ipa_detect_param_modifications): Walk PHI nodes too.
14842
174f391c
SB
148432010-05-18 Steven Bosscher <steven@gcc.gnu.org>
14844
14845 PR lto/44184
14846 * lto-streamer-out.c (output_gimple_stmt): Output number of labels
14847 in a GIMPLE_ASM.
14848 * lto-streamer-in.c (input_gimple_stmt): Read number of labels
14849 in a GIMPLE_ASM.
14850
13077931
JJ
148512010-05-18 Jakub Jelinek <jakub@redhat.com>
14852
14853 PR debug/41371
14854 * var-tracking.c (find_loc_in_1pdv): Add a few checks from
14855 rtx_equal_p inline.
14856
02540df4
SB
148572010-05-18 Steven Bosscher <steven@gcc.gnu.org>
14858
14859 * config.gcc (powerpc-*-darwin*, powerpc64-*-darwin*): Add
14860 lto-macho as lto_binary_reader.
14861
14862 * darwin.c (darwin_asm_named_section): Do not add assembler comment
14863 after .section directive; just print it before the directive instead.
14864
36576655
JH
148652010-05-17 Jan Hubicka <jh@suse.cz>
14866
14867 * cgraph.c (cgraph_create_virtual_clone): Only check
14868 versionable_function_p when not in wpa and checking is enabled.
14869 * cgraphunit.c (cgraph_materialize_all_clones): Stabilize after
14870 there are no more functions to materialize.
14871
922f15c2
JH
148722010-05-17 Jan Hubicka <jh@suse.cz>
14873
14874 * cgraph.h (struct ipa_replace_map): Add parm_num parameter.
14875 * lto-cgraph.c (output_cgraph_opt_summary, input_cgraph_opt_summary):
14876 New functions.
14877 (output_cgraph): Call output_cgraph_opt_summary.
14878 (input_cgrpah): Call input_cgraph_opt_summary.
14879 (output_cgraph_opt_summary_p, output_node_opt_summary,
14880 input_node_opt_summary, input_cgraph_opt_section): New functions.
14881 * lto-section-in.c (lto_section_name): Add cgraphopt.
14882 * tree-inline.c (tree_function_versioning): Handle parm_num.
14883 * lto-streamer.c (lto_get_section_name): Handle cgraphopt.
14884 * lto-streamer.h (lto_section_type): Add LTO_section_cgraph_opt_sum.
14885
d3a9b459
CF
148862010-05-17 Changpeng Fang <changpeng.fang@amd.com>
14887
14888 * doc/invoke.texi: Update documentation for min-insn-to-prefetch-ratio.
14889 * tree-ssa-loop-prefetch.c (is_loop_prefetching_profitable): Also apply
14890 the insn to prefetch ratio heuristic to loops with known trip count.
14891
8532678c
CF
148922010-05-17 Changpeng Fang <changpeng.fang@amd.com>
14893
14894 * tree-ssa-loop-prefetch.c (PREFETCH_MOD_TO_UNROLL_FACTOR_RATIO): New.
14895 (schedule_prefetches): Do not generate a prefetch if the unroll factor
14896 is far from what is required by the prefetch.
14897
339f49ec
JH
148982010-05-17 Jan Hubicka <jh@suse.cz>
14899
14900 * ipa-cp.c (ipcp_update_callgraph): Use ipa_is_param_used.
14901 (ipcp_estimate_growth): Likewise.
14902 (ipcp_const_param_count): Likewise.
14903 (ipcp_insert_stage): Likewise.
14904 * ipa-prop.c (visit_load_for_mod_analysis): New function.
14905 (visit_store_addr_for_mod_analysis): Set used flag.
14906 (ipa_detect_param_modifications): Set used flag for SSE params;
14907 update use of walk_stmt_load_store_addr_ops.
14908 (ipa_print_node_params): Print used flag.
14909 (ipa_write_node_info): Stream used flag.
14910 (ipa_read_node_info): Likewise.
14911 * ipa-prop.h (struct ipa_param_descriptor): Add used field.
14912 (ipa_is_param_used): New function.
14913 (lto_ipa_fixup_call_notes): Remove unused declaration.
14914
2433310d
RO
149152010-05-17 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
14916
14917 PR target/44074
14918 * configure.ac (HAVE_AS_IX86_REP_LOCK_PREFIX): New test.
14919 * configure: Regenerate.
14920 * config.in: Regenerate.
431043bd 14921 * config/i386/i386.c (print_operand) <case ;>: Also print ";" if
2433310d
RO
14922 !HAVE_AS_IX86_REP_LOCK_PREFIX.
14923 Don't emit whitespace.
14924 * config/i386/i386.md (*rep_movdi_rex64): Use {%;} after rep.
14925 (*rep_movsi): Likewise.
14926 (*rep_movsi_rex64): Likewise.
14927 (*rep_movqi): Likewise.
14928 (*rep_movqi_rex64): Likewise.
14929 (*rep_stosdi_rex64): Likewise.
14930 (*rep_stossi): Likewise.
14931 (*rep_stossi_rex64): Likewise.
14932 (*rep_stosqi): Likewise.
14933 (*rep_stosqi_rex64): Likewise.
14934 (*cmpstrnqi_nz_1): Use {%;} after repz.
14935 (*cmpstrnqi_nz_rex_1): Likewise.
14936 (*cmpstrnqi_1): Likewise.
14937 (*cmpstrnqi_rex_1): Likewise.
14938 (*strlenqi_1): Use {%;} after repnz.
14939 (*strlenqi_rex_1): Likewise.
14940 * config/i386/sync.md (memory_barrier_nosse): Replace {%;| } by {%;} .
14941 (*sync_compare_and_swap<mode>): Likewise.
14942 (sync_double_compare_and_swap<mode>): Likewise.
14943 (*sync_double_compare_and_swapdi_pic): Likewise.
14944 (sync_old_add<mode>): Likewise.
14945 (sync_add<mode>): Likewise.
14946 (sync_sub<mode>): Likewise.
14947 (sync_<code><mode>): Likewise.
14948
b258210c
MJ
149492010-05-17 Martin Jambor <mjambor@suse.cz>
14950
14951 * cgraph.h (cgraph_indirect_call_info): New fields anc_offset,
14952 otr_token and polymorphic.
14953 * cgraph.c (cgraph_create_indirect_edge): Inilialize the above fields.
14954 (cgraph_clone_edge): Copy the above fields.
14955 * tree.c (get_binfo_at_offset): New function.
14956 * tree.h (get_binfo_at_offset): Declare.
14957 * ipa-prop.h (enum jump_func_type): Added known_type jump function
14958 type, reordered items, updated comments.
14959 (union jump_func_value): Added base_type field, reordered fields.
14960 (enum ipa_lattice_type): Moved down in the file.
14961 (struct ipa_param_descriptor): New field polymorphic.
14962 (ipa_is_param_polymorphic): New function.
14963 * ipa-prop.c: Include gimple.h and gimple-fold.h.
14964 (ipa_print_node_jump_functions): Print known type jump functions.
14965 (compute_complex_pass_through): Renamed to...
14966 (compute_complex_assign_jump_func): this.
14967 (compute_complex_ancestor_jump_func): New function.
14968 (compute_known_type_jump_func): Likewise.
14969 (compute_scalar_jump_functions): Create known type and complex ancestor
14970 jump functions.
14971 (ipa_note_param_call): New parameter polymorphic, set the corresponding
14972 flag in the call note accordingly.
14973 (ipa_analyze_call_uses): Renamed to...
14974 (ipa_analyze_indirect_call_uses): this. New parameter target, define
14975 variable var only in the block where it is used.
14976 (ipa_analyze_virtual_call_uses): New function.
14977 (ipa_analyze_call_uses): Likewise.
14978 (combine_known_type_and_ancestor_jfs): Likewise.
14979 (update_jump_functions_after_inlining): Implemented handling of a
14980 number of new jump function types combination.
14981 (print_edge_addition_message): Removed.
14982 (make_edge_direct_to_target): New function.
14983 (try_make_edge_direct_simple_call): Likewise.
14984 (try_make_edge_direct_virtual_call): Likewise.
14985 (update_call_notes_after_inlining): Renamed to...
14986 (update_indirect_edges_after_inlining): this. Moved edge creation for
14987 indirect calls to try_make_edge_direct_simple_call, also calls
14988 try_make_edge_direct_virtual_call for virtual calls.
14989 (ipa_print_node_params): Changed the header message.
14990 (ipa_write_jump_function): Stream also known type jump functions.
14991 (ipa_read_jump_function): Likewise.
14992 (ipa_write_indirect_edge_info): Stream new fields in
14993 cgraph_indirect_call_info.
14994 (ipa_read_indirect_edge_info): Likewise.
14995 * Makefile.in (ipa-prop.o): Add dependency to GIMPLE_H and
14996 GIMPLE_FOLD_H.
14997
d5d74497
RO
149982010-05-17 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
14999
15000 * config/i386/sol2.h (TARGET_SUN_TLS): Remove duplicate definition.
15001
58a11859
NF
150022010-05-17 Nathan Froyd <froydnj@codesourcery.com>
15003
15004 * tree.h (CALL_EXPR_ARGS): Delete.
15005 (call_expr_arglist): Delete.
15006 * tree.c (call_expr_arglist): Delete.
15007 * builtins.c (fold_call_expr): Pass the whole CALL_EXPR to
15008 targetm.fold_builtin.
15009 * config/alpha/alpha.c (alpha_fold_builtin): Rename arglist parameter.
15010 Rewrite iteration to work on call_expr_nargs rather than TREE_CHAIN.
15011 * config/picochip/picochip.c (picochip_expand_builtin_2op): Rename
15012 arglist parameter. Use CALL_EXPR_ARG.
15013 (picochip_expand_builtin_3op): Likewise.
15014 (picochip_expand_builtin_2opvoid): Likewise.
15015 (picochip_expand_array_get): Likewise.
15016 (picochip_expand_array_put): Likewise.
15017 (picochip_expand_array_testport): Likewise.
15018 (picochip_expand_builtin): Don't call CALL_EXPR_ARGS. Pass exp
15019 rather than arglist.
15020 * config/rx/rx.c (rx_expand_builtin): Call call_expr_nargs instead of
15021 CALL_EXPR_ARGS.
15022 * config/sparc/sparc.c (sparc_fold_builtin): Use CALL_EXPR_ARG rather
15023 than TREE_VALUE and TREE_CHAIN.
15024 * config/xtensa/xtensa.c (xtensa_fold_builtin): Likewise.
15025 * doc/tm.texi (TARGET_FOLD_BUILTIN): Pass CALL_EXPR tree instead of
15026 the arglist.
15027
f1de5107
JJ
150282010-05-17 Jakub Jelinek <jakub@redhat.com>
15029
f145213f
JJ
15030 PR bootstrap/42347
15031 * cfglayout.c (fixup_reorder_chain): Allow returnjump_p
15032 to have no fallthru edge.
15033
f1de5107
JJ
15034 PR middle-end/44102
15035 * cfgcleanup.c (try_optimize_cfg): When removing trivially empty
15036 bb with no successors, move footer whenever in IR_RTL_CFGLAYOUT
15037 mode, not just when CLEANUP_CFGLAYOUT, and when in IR_RTL_CFGRTL
15038 add BARRIER after previous bb if needed.
15039
b64fca63 150402010-05-17 Nathan Froyd <froydnj@codesourcery.com>
431043bd 15041
b64fca63 15042 * tree.c (build_function_type_list_1): Remove bogus assert condition.
431043bd 15043
2882bfcc
AM
150442010-05-17 Alan Modra <amodra@gmail.com>
15045
15046 * config/rs6000/rs6000.c (rs6000_emit_allocate_stack): Delete
15047 unnecessary prototype. Replace copy_r12 and copy_r11 flag params
15048 with copy_reg rtx param.
15049 (rs6000_emit_prologue): Update rs6000_emit_allocate_stack calls.
15050 Correct cases where code for ABI_V4 did not initialise the reg
15051 used to access frame. Also leave frame_reg_rtx as sp for large
15052 frames that save no regs.
15053
5feb49f0
MJ
150542010-05-17 Martin Jambor <mjambor@suse.cz>
15055
15056 PR middle-end/44133
15057 * tree-sra.c (create_access_replacement): New parameter rename, mark
15058 the replaement for renaming only when it is true.
15059 (get_access_replacement): Pass true in the rename parameter of
15060 create_access_replacement.
15061 (get_unrenamed_access_replacement): New function.
15062 (replace_uses_with_default_def_ssa_name): New parameter racc, get the
15063 replacement declaration from it.
15064
56731d64
BS
150652010-05-17 Bernd Schmidt <bernds@codesourcery.com>
15066
15067 * function.c (try_fit_stack_local, add_frame_space): New static
15068 functions.
15069 (assign_stack_local_1): Use them. Look for opportunities to use
15070 space previously wasted on alignment.
15071 * function.h (struct frame_space): New.
15072 (struct rtl_data): Add FRAME_SPACE_LIST member.
15073 * reload1.c (something_was_spilled): New static variable.
15074 (alter_reg): Set it.
15075 (reload): Test it in addition to testing if the frame size changed.
15076
24a235c8
CB
150772010-05-17 Christian Borntraeger <borntraeger@de.ibm.com>
15078
431043bd
UB
15079 * config/s390/s390.c: Define sane prefetch settings and activate
15080 flag_prefetch_loop_arrays on -O3.
15081 * config/s390/s390.h: Declare that read can use write prefetch.
24a235c8 15082
18252dcf
JJ
150832010-05-17 Jakub Jelinek <jakub@redhat.com>
15084
15085 * lto-streamer-out.c (lto_output): Fix --enable-checking=release
15086 build.
15087
199f1dc4
JH
150882010-05-16 Jan Hubicka <jh@suse.cz>
15089
15090 * ipa-cp.c (ipcp_versionable_function_p): Walk cgraph edges instead of
15091 function body; do not check stdarg field of struct function.
15092
ccbbf8a2
JH
150932010-05-16 Jan Hubicka <jh@suse.cz>
15094
15095 * cgraph.c (dump_cgraph_node): Dump versionable flag.
15096 * cgraph.h (cgraph_local_info): Add versionable flag.
15097 * ipa-cp.c (ipcp_analyze_node): Set versionable flag.
15098 (ipcp_versionable_function_p): Use it.
15099 * lto-cgraph.c (lto_output_node, input_overwrite_node): Stream
15100 versionable flag.
15101
91fbf0c7
JH
151022010-05-16 Jan Hubicka <jh@suse.cz>
15103
15104 * cgraph.c (cgraph_clone_node): Take decl argument and insert
15105 clone into hash when it is different from orig.
15106 (cgraph_create_virtual_clone): Update use of cgraph_clone_node.
15107 * cgraph.h (cgraph_clone_node): Update prototype.
15108 * lto-cgrpah.c (lto_cgraph_encoder_new): Create body map.
15109 (lto_cgraph_encoder_delete): Delete body map.
15110 (lto_cgraph_encoder_size): Move to header.
ccbbf8a2
JH
15111 (lto_cgraph_encoder_encode_body_p,
15112 lto_set_cgraph_encoder_encode_body): New.
91fbf0c7
JH
15113 (lto_output_node): Do not take written_decls argument; output clone_of
15114 pointer.
15115 (add_node_to): Add include_body_argument; call
15116 lto_set_cgraph_encoder_encode_body on master of the clone.
15117 (add_references): Update use of add_node_to.
15118 (compute_ltrans_boundary): Likewise.
15119 (output_cgraph): Do not create written_decls bitmap.
15120 (input_node): Take nodes argument; stream in clone_of correctly.
15121 (input_cgraph_1): Update use of input_node.
15122 * lto-streamer-out.c (lto_output): Use encoder info to decide
15123 what bodies to output.
15124 * ipa-inline.c (cgraph_clone_inlined_nodes,
15125 cgraph_decide_recursive_inlining): Update call of cgraph_clone_node.
15126 * lto-streamer.h (lto_cgraph_encoder_d): Add body.
15127 (lto_cgraph_encoder_size): Define here.
15128 (lto_cgraph_encoder_encode_body_p, lto_varpool_encoder_encode_body_p):
15129 Declare.
15130
6b87d1b4
RG
151312010-05-16 Richard Guenther <rguenther@suse.de>
15132
15133 * doc/invoke.texi (-fipa-struct-reorg): Do not mention
15134 -fipa-type-escape.
15135 * ipa-type-escape.c (gate_type_escape_vars): Run when
15136 -fipa-struct-reorg runs.
15137 * opts.c (decode_options): Do not unset flag_ipa_type_escape.
15138 * common.opt (fipa-type-escape): Remove.
15139
203a92e3
EB
151402010-05-16 Eric Botcazou <ebotcazou@adacore.com>
15141
15142 * opts.c (handle_option): Call into LTO streamer only if ENABLE_LTO.
15143 (decode_options): Likewise.
15144 * Makefile.in (opts.o): Add dependency on LTO_STREAMER_H.
15145
e419f710
JH
151462010-05-16 Jan Hubicka <jh@suse.cz>
15147
15148 * ipa.c (function_and_variable_visibility): Also bring local all
15149 aliases.
15150
2e0c984c
RG
151512010-05-16 Richard Guenther <rguenther@suse.de>
15152
15153 * alias.c (nonoverlapping_memrefs_p): Remove use of
15154 IPA type-escape information.
15155
32912286
JM
151562010-05-16 Joseph Myers <joseph@codesourcery.com>
15157
15158 * c-common.c (c_common_reswords): Add _Static_assert for C.
15159 * c-parser.c (c_token_starts_declaration,
15160 c_parser_next_token_starts_declaration,
15161 c_parser_static_assert_declaration_no_semi,
15162 c_parser_static_assert_declaration): New.
15163 (c_parser_declaration_or_fndef): Add parameter static_assert_ok.
15164 Handle static assertions if static_assert_ok.
15165 (c_parser_external_declaration, c_parser_declaration_or_fndef,
15166 c_parser_compound_statement_nostart, c_parser_label,
15167 c_parser_for_statement, c_parser_objc_methodprotolist,
15168 c_parser_omp_for_loop): All callers of
15169 c_parser_declaration_or_fndef changed.
15170 (c_parser_struct_declaration): Handle static assertions.
15171 (c_parser_compound_statement_nostart): Use
15172 c_parser_next_token_starts_declaration and
15173 c_token_starts_declaration to detect start of declarations.
15174 (c_parser_label, c_parser_for_statement, c_parser_omp_for_loop):
15175 Likewise.
15176
a3ca07e3
AS
151772010-05-16 Anatoly Sokolov <aesok@post.ru>
15178
15179 * config/mmix/mmix.h (FUNCTION_VALUE, FUNCTION_OUTGOING_VALUE,
15180 LIBCALL_VALUE, FUNCTION_VALUE_REGNO_P): Remove macros.
15181 * config/mmix/mmix.c (TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE,
15182 TARGET_FUNCTION_VALUE_REGNO_P): Define.
15183 (mmix_function_outgoing_value): Rename to...
15184 (mmix_function_value): ...this. Make static. Add 'outgoing' argument.
15185 (mmix_function_value_regno_p): Make static.
15186 (mmix_libcall_value): New function.
15187 * config/mmix/mmix-protos.h (mmix_function_outgoing_value,
15188 mmix_function_value_regno_p): Remove declaration.
15189
29d17485
EB
151902010-05-16 Eric Botcazou <ebotcazou@adacore.com>
15191
15192 * tree.c (build_common_builtin_nodes): Always clear TREE_NOTHROW on
15193 BUILT_IN_ALLOCA if stack checking is enabled.
15194
a6590c31
RG
151952010-05-16 Richard Guenther <rguenther@suse.de>
15196
15197 * var-tracking.c (vars_copy_1): Inline ...
15198 (vars_copy): ... here. Use FOR_EACH_HTAB_ELEMENT.
15199 (variable_union): Use FOR_EACH_HTAB_ELEMENT. Merge asserts.
15200 (variable_merge_over_cur): Adjust. Merge asserts.
15201 (variable_merge_over_src): Likewise.
15202 (dataflow_set_merge): Use FOR_EACH_HTAB_ELEMENT.
15203 (variable_post_merge_new_vals): Merge asserts.
15204 (variable_post_merge_perm_vals): Likewise.
15205 (find_mem_expr_in_1pdv): Likewise.
15206 (dataflow_set_different_value): Remove.
15207 (onepart_variable_different_p): Merge asserts.
15208 (variable_different_p): Likewise.
15209 (dataflow_set_different_1): Inline ...
15210 (dataflow_set_different): ... here. Use FOR_EACH_HTAB_ELEMENT.
15211 (emit_notes_for_differences_1): Merge asserts.
15212
6456e26e
RG
152132010-05-16 Richard Guenther <rguenther@suse.de>
15214
15215 * lto-symtab.c (lto_symtab_entry_hash): Use IDENTIFIER_HASH_VALUE.
15216 * optabs.c (libfunc_decl_hash): Likewise.
15217 * varasm.c (emutls_decl): Likewise.
15218
1d4c5fe9
SB
152192010-05-16 Steven Bosscher <steven@gcc.gnu.org>
15220
15221 * c-decl.c: Don't include gimple.h.
15222 (merge_decls): Do not copy gimple_body.
15223
9feb3d6a
JM
152242010-05-15 Jason Merrill <jason@redhat.com>
15225
15226 * c.opt: Add -fnothrow-opt.
15227
9b3cf76a
JH
152282010-05-15 Jan Hubicka <jh@suse.cz>
15229
29d17485
EB
15230 * ipa-prop.c (ipa_prop_read_section): Add sanity check that node is
15231 analyzed.
9b3cf76a
JH
15232 * passes.c (ipa_write_summaries): Write all analyzed nodes.
15233
f4ce02c5
SB
152342010-05-15 Steven Bosscher <steven@gcc.gnu.org>
15235
15236 * vecir.h: New file with VEC primitives for tree, gimple, and rtl.
15237 * Makefile.in: Add it.
15238 Fix all other Makefile dependencies for changes below.
15239 * tree.h: Include it instead of defining VEC primitives here.
15240 * gimple.h: Likewise.
15241 * rtl.h: Likewise.
15242 * tree-inline.h: Inlclude vecir.h instead of gimple.h.
15243 * except.h: Include vecir.h, break dependence on tree.h.
15244
15245 * gimplify.c (append_to_statement_list_1, append_to_statement_list):
15246 Move from here...
15247 * tree-iterator.c: ...to here.
15248 * tree-iterator.h: Fix file introduction comment. Add extern markers.
15249
15250 * c-lex.c: Include fixed-value.h instead of rtl.h. Do not include
15251 tm_p.h.
15252 * c-cppbuiltin.c: Explain why debug.h and tm_p.h are included.
15253 * c-objc-common.h: Do not include tm.h, rtl.h, insn-config.h,
15254 integrate.h, function.h, toplev.h, tree-inline.h, ggc.h,
15255 tree-mudflap.h, and target.h.
15256 * c-semantics.c: Do not include except.h, ggc.h, rtl.h, timevar.h,
15257 predict.h, tree-inline.h, gimple.h, and langhooks.h.
15258 * c-decl.c: Do not include expr.h, ggc.h, libfuncs.h, except.h.
15259 Add FIXME for why gimple.h is still included (should be unnecessary
15260 since GCC 4.5 gimplification unit-at-a-time).
15261 * c-typeck.c: Do not include rtl.h, tm_p.h, ggc.h, and gimple.h.
15262 * c-pragma.c: Add FIXME for why function.h needs to be included just
15263 for cfun, at front-end level.
15264 Add note that REGISTER_TARGET_PRAGMAS should probably be a target hook.
15265 Do not include ggc.h, but include vecprim.h for VEC(char).
15266 * c-opts.c: Do not include tm.h, tree-inline.h, and tm_p.h.
15267 Explain why target.h is included.
15268 * c-omp.h: Do not include tm.h, function.h, and bitmap.h.
15269 Explain why gimple.h is included.
15270 * c-ppoutput.c: Do not include tm.h.
15271 * c-common.c: Do not include gimple.h. Explain why expr.h is included.
15272 * c-parses.c: Explain why rtl.h is included, and that this (and only
15273 this) is also why tm.h must be included.
15274 Do not include except.h.
15275 * c-lang.c: Do not include ggc.h.
15276
12201e48
UB
152772010-05-15 Uros Bizjak <ubizjak@gmail.com>
15278
15279 * targhooks.c (GO_IF_MODE_DEPENDENT_ADDRESS): Use CONST_CAST_RTX.
15280
4bdd0a60
JM
152812010-05-15 Joseph Myers <joseph@codesourcery.com>
15282
15283 * c-decl.c (grokfield): Allow typedefs for anonymous structs and
15284 unions by default if those structs and unions have no tags. Do
15285 not condition anonymous struct and unions handling on flag_iso.
15286 Allow anonymous structs and unions for C1X.
15287 (finish_struct): Do not diagnose lack of named fields when
15288 anonymous structs and unions present for C1X. Accept flexible
15289 array members in structure with anonymous structs or unions but no
15290 directly named fields.
15291 * doc/extend.texi (Unnamed Fields): Update.
15292
d025732d
EB
152932010-05-15 Eric Botcazou <ebotcazou@adacore.com>
15294
15295 * gimple.h (compare_field_offset): Rename into...
15296 (gimple_compare_field_offset): ...this.
15297 * gimple.c (compare_field_offset): Rename into...
15298 (gimple_compare_field_offset): ...this. Compare the full access if
15299 the offset is self-referential.
15300 (gimple_types_compatible_p): Adjust for above renaming.
15301 * lto-streamer-in.c (input_gimple_stmt): Likewise. Also compare the
15302 DECL_NONADDRESSABLE_P flag of fields before merging them.
15303
b75bdd29
NF
153042010-05-15 Nathan Froyd <froydnj@codesourcery.com>
15305
15306 * tree.h (ctor_to_list): Delete.
15307 * tree.c (ctor_to_list): Delete.
15308
f3380641
JH
153092010-05-15 Jan Hubicka <jh@suse.cz>
15310
15311 * ipa-reference.c: Include toplev.h
15312 (is_proper_for_analysis): Only add to all_module_statics
15313 if it is allocated.
15314 (write_node_summary_p, stream_out_bitmap,
15315 ipa_reference_write_optimization_summary,
15316 ipa_reference_read_optimization_summary): New.
15317 (struct ipa_opt_pass_d pass_ipa_reference): Add
15318 optimization summary streaming.
12201e48 15319 * lto-cgraph.c (referenced_from_this_partition_p,
f3380641
JH
15320 reachable_from_this_partition_p): New functions.
15321 * tree-ssa-alias.c (ref_maybe_used_by_call_p_1,
15322 call_may_clobber_ref_p_1): Ask ipa-reference even for public vars.
15323 * opts.c (decode_options): Enable ipa_reference.
15324 * Makefile.in (ipa-reference.o): Add toplev.h dependency.
15325 * lto-streamer.h (referenced_from_this_partition_p,
15326 reachable_from_this_partition_p): Declare.
15327
9d0baae1
RG
153282010-05-15 Richard Guenther <rguenther@suse.de>
15329
15330 PR tree-optimization/44038
15331 * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Avoid
15332 taking the address of a V_C_E of a constant.
15333
46c30019
JH
153342010-05-14 Jan Hubicka <jh@suse.cz>
15335
15336 * tree.h (memory_identifier_string): Remove.
15337 * ipa-reference.c: Update comment; do not include gt-ipa-reference.h
15338 (ipa_reference_global_vars_info_d): Remove statics_not_read and
15339 statics_not_written.
15340 (ipa_reference_optimization_summary_d): New structure.
15341 (ipa_reference_optimization_summary_t): New type and vector.
15342 (ipa_reference_vars_info_d): Embedd structures instead of using
15343 pointers.
15344 (reference_vars_to_consider): Remove out of GGC space.
15345 (module_statics_escape): Remove.
15346 (global_info_obstack): Rename to ...
15347 (optimization_summary_obstack): ... this one.
15348 (initialization_status_t): Remove.
15349 (memory_identifier_string): Remove.
15350 (get_reference_vars_info): Fix indenting.
15351 (set_reference_vars_info): Likewise.
15352 (get_reference_optimization_summary): New.
15353 (set_reference_optimization_summary): New.
15354 (get_global_reference_vars_info): Remove.
15355 (ipa_reference_get_read_global): Remove.
15356 (ipa_reference_get_written_global): Remove.
15357 (ipa_reference_get_not_read_global): Update.
15358 (ipa_reference_get_not_written_global): Update.
15359 (is_proper_for_analysis): Outlaw addressable.
15360 (propagate_bits): Update for new datastructures.
15361 (analyze_variable): Remove.
15362 (init_function_info): Update for new datastructures.
15363 (clean_function_local_data): Remove.
15364 (clean_function): Remove.
15365 (copy_global_bitmap): Use optimizations_summary_obstack.
15366 (duplicate_node_data): Duplicate optimization summary only.
15367 (remove_node_data): Remove optimization summary only.
15368 (generate_summary): Do not analyze variables; do not compute
15369 module_statics_escape; do not prune solutions by it.
15370 (read_write_all_from_decl): Fix typos in comments.
15371 (propagate): Doscover readonly and nonaddressable first;
15372 update for new datastructures; share global bitmaps.
15373 * ipa-reference.h (ipa_reference_get_read_global,
15374 ipa_reference_get_written_global): Remove.
15375 * ipa-pure-const.c (check_stmt): Do not use memory_identifier_string.
15376 * Makefile.in: Remove ipa-refereference from GT files.
15377
22bf7d17
JJ
153782010-05-14 Jakub Jelinek <jakub@redhat.com>
15379
15380 PR debug/44112
15381 * dwarf2out.c (resolve_one_addr): Check TREE_ASM_WRITTEN
15382 for all SYMBOL_REF_DECLs.
15383
4a444e58
JH
153842010-05-14 Jan Hubicka <jh@suse.cz>
15385
15386 * cgraph.h (ipa_discover_readonly_nonaddressable_vars): Declare.
15387 (varpool_all_refs_explicit_p): New inline function.
15388 * ipa-reference.c: Update comment.
15389 (module_statics_written): Remove.
15390 (get_static_decl): Remove.
15391 (ipa_init): Do not initialize module_statics_written.
15392 (analyze_function): Likewise.
15393 (generate_summary): Likewise; do not compute module_statics_readonly
15394 and do not update variable flags.
15395 (propagate): Call ipa_discover_readonly_nonaddressable_vars.
15396 * ipa.c: Inlucde flags.h
15397 (cgraph_local_node_p): New.
15398 (cgraph_remove_unreachable_nodes): Return early when not optimizing;
15399 promote functions to local.
15400 (ipa_discover_readonly_nonaddressable_vars): New function.
15401 (function_and_variable_visibility): Use cgraph_local_node_p.
15402 * varpool.c (varpool_finalize_decl): Set force_output for
15403 DECL_PRESERVE_P vars.
15404
bc8ddfe6
JH
154052010-05-14 Jan Hubicka <jh@suse.cz>
15406
15407 * ipa.c (cgraph_remove_unreachable_nodes): Revert accidental commit.
15408
4d2ab9e3
RG
154092010-05-14 Richard Guenther <rguenther@suse.de>
15410
15411 PR tree-optimization/44119
15412 * tree-ssa-pre.c (eliminate): Properly mark replacement of
15413 a PHI node necessary.
15414
9e87b842
EB
154152010-05-14 Eric Botcazou <ebotcazou@adacore.com>
15416
15417 * tree.h (TREE_ADDRESSABLE): Remove bogus usage for FIELD_DECL.
15418
786f715d
JM
154192010-05-14 Jason Merrill <jason@redhat.com>
15420
9bb1a81b
JM
15421 PR c++/44127
15422 * gimple.h (enum gf_mask): Add GF_CALL_NOTHROW.
15423 (gimple_call_set_nothrow): New.
15424 * gimple.c (gimple_build_call_from_tree): Call it.
15425 (gimple_call_flags): Set ECF_NOTHROW from GF_CALL_NOTHROW.
15426
786f715d
JM
15427 PR c++/44127
15428 * gimplify.c (gimplify_seq_add_stmt): No longer static.
15429 * gimple.h: Declare it.
15430 * gimple.c (gimple_build_eh_filter): No ops.
15431
19fb0b86
JH
154322010-05-14 Jan Hubicka <jh@suse.cz>
15433
15434 * ipa.c (enqueue_cgraph_node): Update comment; do not re-enqueue
15435 nodes already in queue.
9e87b842
EB
15436 (cgraph_remove_unreachable_nodes): Cleanup; fix problem with
15437 re-enqueueing node.
19fb0b86 15438
88c04a5d
JJ
154392010-05-14 Jakub Jelinek <jakub@redhat.com>
15440
15441 PR debug/44136
15442 * cfgexpand.c (expand_debug_expr): If non-memory op0
15443 has BLKmode, return NULL.
15444
1133125e
HJ
154452010-05-14 Harsha Jagasia <harsha.jagasia@amd.com>
15446
15447 * config.gcc: Add support for --with-cpu option for bdver1.
15448 * config/i386/i386.h (TARGET_BDVER1): New macro.
15449 (ix86_tune_indices): Change SSE_UNALIGNED_MOVE_OPTIMAL
15450 to SSE_UNALIGNED_LOAD_OPTIMAL. Add SSE_UNALIGNED_STORE_OPTIMAL.
15451 (ix86_tune_features) :Change SSE_UNALIGNED_MOVE_OPTIMAL
15452 to SSE_UNALIGNED_LOAD_OPTIMAL. Add SSE_UNALIGNED_STORE_OPTIMAL.
15453 Add SSE_PACKED_SINGLE_INSN_OPTIMAL.
15454 (TARGET_CPU_DEFAULT_NAMES): Add bdver1.
15455 (processor_type): Add PROCESSOR_BDVER1.
15456 * config/i386/i386.md: Add bdver1 as a new cpu attribute to match
15457 processor_type in config/i386/i386.h.
15458 Add check for TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL to emit
15459 movaps <reg, reg> instead of movapd <reg, reg> when replacing
15460 movsd <reg, reg> or movss <reg, reg> for SSE and AVX.
15461 Add check for TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL
15462 to emit packed xor instead of packed double/packed integer
15463 xor for SSE and AVX when moving a zero value.
9e87b842
EB
15464 * config/i386/sse.md: Add check for
15465 TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL to emit movaps instead of
15466 movapd/movdqa for SSE and AVX.
15467 Add check for TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL to emit packed
15468 single logical operations i.e and, or and xor instead of packed double
15469 logical operations for SSE and AVX.
12201e48
UB
15470 * config/i386/i386-c.c (ix86_target_macros_internal):
15471 Add PROCESSOR_BDVER1.
1133125e
HJ
15472 * config/i386/driver-i386.c: Turn on -mtune=native for BDVER1.
15473 (has_fma4, has_xop): New.
15474 * config/i386/i386.c (bdver1_cost): New variable.
15475 (m_BDVER1): New macro.
15476 (m_AMD_MULTIPLE): Add m_BDVER1.
15477 (x86_tune_use_leave, x86_tune_push_memory, x86_tune_unroll_strlen,
9e87b842
EB
15478 x86_tune_deep_branch_prediction, x86_tune_use_sahf, x86_tune_movx,
15479 x86_tune_use_simode_fiop, x86_tune_promote_qimode,
15480 x86_tune_add_esp_8, x86_tune_tune_sub_esp_4, x86_tune_sub_esp_8,
15481 x86_tune_integer_dfmode_moves, x86_tune_partial_reg_dependency,
15482 x86_tune_sse_partial_reg_dependency,
15483 x86_tune_sse_unaligned_load_optimal,
15484 x86_tune_sse_unaligned_store_optimal, x86_tune_sse_typeless_stores,
15485 x86_tune_memory_mismatch_stall, x86_tune_use_ffreep,
15486 x86_tune_inter_unit_moves, x86_tune_inter_unit_conversions,
15487 x86_tune_use_bt, x86_tune_pad_returns, x86_tune_slow_imul_imm32_mem,
15488 x86_tune_slow_imul_imm8, x86_tune_fuse_cmp_and_branch):
1133125e
HJ
15489 Enable/disable for bdver1.
15490 (processor_target_table): Add bdver1_cost.
15491 (cpu_names): Add bdver1.
15492 (override_options): Set up PROCESSOR_BDVER1 for bdver1 entry in
15493 processor_alias_table.
9e87b842
EB
15494 (ix86_expand_vector_move_misalign): Change.
15495 TARGET_SSE_UNALIGNED_MOVE_OPTIMAL to TARGET_SSE_UNALIGNED_LOAD_OPTIMAL.
15496 Check for TARGET_SSE_UNALIGNED_STORE_OPTIMAL.
15497 Check for TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL to emit movups instead
15498 of movupd/movdqu for SSE and AVX.
1133125e
HJ
15499 (ix86_tune_issue_rate): Add PROCESSOR_BDVER1.
15500 (ix86_tune_adjust_cost): Add code for bdver1.
15501 (standard_sse_constant_opcode): Add check for
15502 TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL to emit packed single xor instead
15503 of packed double xor for SSE and AVX.
15504
e972cc7e
PH
155052010-05-14 Pat Haugen <pthaugen@us.ibm.com>
15506
15507 * tree-ssa-loop.prefetch.c (prune_ref_by_group_reuse): Cast abs()
15508 result to unsigned.
15509
6a080096
TG
155102010-05-14 Tristan Gingold <gingold@adacore.com>
15511
15512 * toplev.c (default_debug_hooks): Remove this variable.
15513 (process_options): Remove assignments to default_debug_hooks.
15514
b5023f3c
MJ
155152010-05-14 Martin Jambor <mjambor@suse.cz>
15516
15517 * langhooks-def.h (LANG_HOOKS_FOLD_OBJ_TYPE_REF): Remove.
15518 (LANG_HOOKS_INITIALIZER): Remove LANG_HOOKS_FOLD_OBJ_TYPE_REF.
15519 * langhooks.h (struct lang_hooks_for_decls): Removed field
15520 fold_obj_type_ref.
15521 * tree.c (free_lang_data): Remove assignment to
15522 lang_hooks.fold_obj_type_ref.
15523 * tree.def (OBJ_TYPE_REF): Update comment.
15524
6141b7db
RG
155252010-05-14 Richard Guenther <rguenther@suse.de>
15526
15527 PR tree-optimization/44124
15528 * tree-ssa-sccvn.c (vn_nary_may_trap): Fix invalid memory access.
15529
e15a8cbe
AM
155302010-05-14 Alan Modra <amodra@gmail.com>
15531
15532 PR target/44075
15533 * config/rs6000/rs6000.c (struct machine_function): Reorder
15534 fields for better packing. Add lr_save_state.
15535 (rs6000_ra_ever_killed): Return lr_save_state if set.
15536 (rs6000_emit_eh_reg_restore): Set lr_save_state.
15537
da405c74
JH
155382010-05-13 Jan Hubicka <jh@suse.cz>
15539
15540 * varpool.c (decide_is_variable_needed): Drop code checking
15541 TREE_SYMBOL_REFERENCED.
15542
152464d2
JH
155432010-05-13 Jan Hubicka <jh@suse.cz>
15544
15545 * final.c (output_addr_const): Do not call mark_decl_referenced.
15546 * cgraphunit.c (process_function_and_variable_attributes): Use
15547 mark_needed_node dirrectly.
15548 (assemble_thunk): Do not call mark_decl_referenced.
15549
32cbdf00
AS
155502010-05-13 Anatoly Sokolov <aesok@post.ru>
15551
15552 * targhooks.c (default_mode_dependent_address_p): Cast 'addr' to rtx.
15553
e4f36d31
JL
155542010-05-13 Jeff Law <law@redhat.com>
15555
15556 * ira-conflicts.c (print_allocno_conflicts): New function broken out
15557 from...
15558 (print_conflicts): Call print_allocno_conflicts.
15559
1fcebc11
JJ
155602010-05-13 Jakub Jelinek <jakub@redhat.com>
15561
15562 PR debug/44104
15563 * dwarf2out.c (modified_type_die): Don't dereference mod_type_die
15564 if it is NULL.
15565
917ed773
KT
155662010-05-13 Kai Tietz <kai.tietz@onevision.com>
15567
15568 * config.gcc (i[34567]86-*-mingw* | x86_64-*-mingw*): Choose
15569 t-mingw-w64 or t-mingw-w32 for multilib configuration.
15570 * config/i386/t-mingw-w32: New.
15571 * config/i386/t-mingw-w64 (MULTILIB_OSDIRNAMES): Change lib64 to lib.
12201e48 15572
1ae6fe9b
MJ
155732010-05-13 Martin Jambor <mjambor@suse.cz>
15574
15575 * gimple.c (gimple_fold_obj_type_ref): Removed (a replacement moved to
15576 gimple-fold.c).
15577 * gimple-fold.c (get_base_binfo_for_type): New function.
15578 (gimple_get_relevant_ref_binfo): Likewise.
15579 (gimple_fold_obj_type_ref_known_binfo): Likewise.
15580 (gimple_fold_obj_type_ref): Likewise.
15581 (fold_gimple_call): Simplify condition for folding virtual calls
15582 and call gimple_fold_obj_type_ref.
15583 * gimple.h (gimple_get_relevant_ref_binfo): Declare.
15584 (gimple_fold_obj_type_ref_known_binfo): Likewise.
15585
78c7cabb
AS
155862010-05-13 Andreas Schwab <schwab@linux-m68k.org>
15587
15588 * config/rs6000/rs6000-protos.h
15589 (rs6000_mode_dependent_address_ptr): Change argument to const_rtx.
15590 * config/rs6000/rs6000.c (rs6000_mode_dependent_address)
15591 (rs6000_debug_mode_dependent_address)
15592 (rs6000_mode_dependent_address_ptr): Likewise.
15593
823e9473
JJ
155942010-05-13 Jakub Jelinek <jakub@redhat.com>
15595
15596 PR debug/43983
15597 * var-tracking.c (track_expr_p): Allow tracking of variables optimized
15598 by SRA.
15599 * Makefile.in (dwarf2out.o): Depend on $(TREE_FLOW_H).
15600 * tree-sra.c (create_access_replacement): Call unshare_expr before
12201e48 15601 passing expr to SET_DECL_DEBUG_EXPR, and remove any SSA_NAMEs from it.
823e9473
JJ
15602 * dwarf2out.c: Include tree-flow.h.
15603 (struct var_loc_node): Rename var_loc_note field to loc, add comment.
15604 (size_of_loc_descr, output_loc_operands, output_loc_operands_raw):
15605 Handle DW_OP_bit_piece.
15606 (decl_piece_bitsize, decl_piece_varloc_ptr, decl_piece_node,
15607 construct_piece_list, adjust_piece_list): New functions.
15608 (add_var_loc_to_decl): Handle SRA optimized variables.
15609 Adjust for var_loc_note to loc field renaming.
15610 (dw_loc_list_1): For WANT_ADDRESS == 2 prefer DECL_MODE of decl
15611 in VAR_LOCATION note.
15612 (new_loc_descr_op_bit_piece): New function.
15613 (dw_sra_loc_expr): New function.
15614 (dw_loc_list): Use it. Don't handle the last range after the
15615 loop, handle it inside of the loop. Adjust for var_loc_note
15616 to loc field renaming.
15617 (add_location_or_const_value_attribute): Only special case
15618 single entry loc lists if loc is NOTE_P. Adjust for
15619 var_loc_note to loc field renaming.
15620 (dwarf2out_var_location): Don't set newloc->var_loc_note
15621 and newloc->next here.
15622
bd3cdcc0
JH
156232010-05-12 Jan Hubicka <jh@suse.cz>
15624
c46a5e28
EB
15625 * cgraph.c (cgraph_mark_address_taken_node): No longer imply needed
15626 flag.
bd3cdcc0
JH
15627 * cgraph.h (cgraph_only_called_directly_p,
15628 cgraph_can_remove_if_no_direct_calls_p): test address_taken flag.
15629 (cgraph_can_remove_if_no_direct_calls_and_refs_p): New function.
15630 * cgraphunit.c (cgraph_mark_functions_to_output): Test address_taken.
15631 (assemble
15632 * ipa.c (cgraph_remove_unreachable_nodes): Use
c46a5e28
EB
15633 cgraph_can_remove_if_no_direct_calls_and_refs_p; clear address_taken
15634 flags.
bd3cdcc0
JH
15635 * tree-inline.c (copy_bb): Check address_taken flag.
15636 * tree-profile.c (tree_gen_ic_func_profiler): Check address_taken and
15637 externally_visible flag.
15638
5116acc6
JM
156392010-05-12 Jason Merrill <jason@redhat.com>
15640
15641 PR bootstrap/44048
15642 PR target/44099
15643 * dbxout.c (dbxout_type): Remove NULLPTR_TYPE handling.
15644 * sdbout.c (plain_type_1): Likewise.
15645 * dwarf2out.c (is_base_type): Likewise.
15646 (gen_type_die_with_usage): Likewise. Generate
15647 DW_TAG_unspecified_type for any LANG_TYPE.
15648
5f902d76
JH
156492010-05-12 Jan Hubicka <jh@suse.cz>
15650
15651 * cgraphbuild.c (build_cgraph_edges, rebuild_cgraph_edges): Build
15652 indrect edges too.
15653 * cgraph.c (cgraph_create_indirect_edge): Take ecf_flags argument.
15654 (cgraph_clone_edge): Update.
15655 (cgraph_node_remove_callees): Remove indirect calls too.
15656 * cgraph.h (cgraph_indirect_call_info): Add ecf_flags.
15657 (cgraph_create_indirect_edge): Update prototype.
15658 * ipa-reference.c (has_proper_scope_for_analysis): Rename to
15659 is_proper_for_analysis.
15660 (add_new_function, visited_nodes, function_insertion_hook_holder,
15661 get_local_reference_vars_info, mark_address_taken, mark_address,
15662 mark_load, mark_store, check_asm_memory_clobber, check_call,
15663 scan_stmt_for_static_refs, scan_initializer_for_static_refs): Remove.
15664 (ipa_init): Do not initialize visited_nodes;
15665 function_insertion_hook_holder.
15666 (analyze_variable): Rewrite.
15667 (analyze_function): Rewrite.
15668 (copy_local_bitmap): Remove.
15669 (duplicate_node_dat): Do not duplicate local info.
15670 (generate_summary): Simplify to only walk cgraph.
15671 (write_node_summary_p, ipa_reference_write_summary,
15672 ipa_reference_read_summary): Remove.
15673 (propagate): Do not remove function insertion;
15674 generate summary.
15675 (pass_ipa_reference): NULLify summary handling fields.
15676 * lto-cgraph.c (lto_output_edge): Output ecf_flags.
15677 (input_edge): Input ecf_flags.
15678 * ipa-prop.c (ipa_note_parm_call): Expect edge to be around.
15679 (update_indirect_edges_after_inlining): Ignore edges with unknown
15680 param.
15681
87a0ebfd
ST
156822010-05-12 Sriraman Tallam <tmsriram@google.com>
15683
15684 * implicit-zee.c: New file.
15685 * tree-pass.h (pass_implicit_zee): Declare.
15686 * passes.c (init_optimization_passes): Add zee pass.
15687 * common.opt (fzee): New flag.
15688 * timevar.def (TV_ZEE): Define.
15689 * config/i386/i386.c (optimization_options): Turn on ZEE for level 2
15690 and beyond.
15691 * Makefile.in (implicit-zee.o): Add new build file.
15692
01f0a9dc
KH
156932010-05-12 Kazu Hirata <kazu@codesourcery.com>
15694 Nathan Froyd <froydnj@codesourcery.com>
15695
15696 * c-common.c (sync_resolve_params): Remove write-only variable.
15697
cbda7dc6
AS
156982010-05-12 Anatoly Sokolov <aesok@post.ru>
15699
15700 * target.h (struct gcc_target): Add mode_dependent_address_p field.
15701 * target-def.h (TARGET_MODE_DEPENDENT_ADDRESS_P): New.
15702 (TARGET_INITIALIZER): Use TARGET_MODE_DEPENDENT_ADDRESS_P.
15703 * targhooks.c (default_mode_dependent_address_p): New function.
15704 * targhooks.h (default_mode_dependent_address_p): Declare function.
15705 * doc/tm.texi (TARGET_MODE_DEPENDENT_ADDRESS_P): New.
15706 (GO_IF_MODE_DEPENDENT_ADDRESS): Update.
ade52657 15707 * recog.c (mode_dependent_address_p): Call mode_dependent_address_p
cbda7dc6 15708 target hook. Change return type to bool.
ade52657 15709 * recog.h (mode_dependent_address_p): Change return type to bool.
cbda7dc6 15710
1df43907
KH
157112010-05-12 Kazu Hirata <kazu@codesourcery.com>
15712 Nathan Froyd <froydnj@codesourcery.com>
15713
15714 * tree-mudflap.c (build_function_type_0, build_function_type_1,
15715 build_function_type_2, build_function_type_3): Remove.
15716 (mudflap_init): Use build_function_type_list.
15717
f9b36bb3
KH
157182010-05-12 Kazu Hirata <kazu@codesourcery.com>
15719 Nathan Froyd <froydnj@codesourcery.com>
15720
15721 * coverage.c (build_fn_info_value): Call build_constructor instead of
15722 build_constructor_from_list.
15723 (build_ctr_info_value): Likewise.
15724 (build_gcov_info): Likewise.
15725
f88203b0
NF
157262010-05-12 Nathan Froyd <froydnj@codesourcery.com>
15727
15728 * tree.c (build_constructor): Compute TREE_CONSTANT for the
15729 resultant constructor.
15730 (build_constructor_single): Don't set TREE_CONSTANT.
15731 (build_constructor_from_list): Don't compute TREE_CONSTANT.
15732
b34fd25c
JH
157332010-05-12 Jan Hubicka <jh@suse.cz>
15734
15735 * cgraph.h (struct varpool_node): Add aux.
15736 * varasm.c (find_decl_and_mark_needed): Force output of varpool nodes.
15737 * varpool.c (varpool_remove_node): Do not remove initializer.
15738 (varpool_reset_queue): Export.
15739 (varpool_finalize_decl): Volatile vars are forced to be output.
15740 * lto-symtab.c (lto_varpool_replace_node): Clear out initializer of
15741 replaced decl.
15742 * ipa.c (enqueue_cgraph_node, enqueue_varpool_node,
15743 process_references, varpool_can_remove_if_no_refs): New functions.
15744 (cgraph_remove_unreachable_nodes): Handle variables too.
15745
49f19b1c
L
157462010-05-12 H.J. Lu <hongjiu.lu@intel.com>
15747
15748 PR target/44088
15749 * config/i386/sse.md (*avx_vmmaskcmp<mode>3): New.
15750
7c2db0d3
JJ
157512010-05-12 Jakub Jelinek <jakub@redhat.com>
15752
f22f4340
JJ
15753 PR middle-end/44085
15754 * gimplify.c (enum omp_region_type): Add ORT_UNTIED_TASK,
15755 change value of ORT_TASK.
15756 (new_omp_context): Handle ORT_UNTIED_TASK like ORT_TASK.
15757 (omp_notice_threadprivate_variable): New function.
15758 (omp_notice_variable): Call it for threadprivate variables.
15759 If enclosing ctx is a task, print enclosing task rather than
15760 enclosing parallel. Handle ORT_UNTIED_TASK like ORT_TASK.
15761 (gimplify_omp_task): Pass ORT_UNTIED_TASK instead of ORT_TASK
15762 if task has untied clause.
15763
7c2db0d3
JJ
15764 PR debug/42278
15765 * dwarf2out.c (base_type_die): Don't add name attribute here.
15766 (modified_type_die): Instead of sizetype use
15767 its underlying original type. If a DW_TAG_base_type doesn't
15768 have name added, add __unknown__.
15769 (dwarf2out_imported_module_or_decl_1): Don't call base_type_die,
15770 always call force_type_die instead.
15771
623a6941
MK
157722010-05-12 Maxim Kuvyrkov <maxim@codesourcery.com>
15773
15774 * targhooks.c (default_stack_protect_guard): Avoid sharing RTL
15775 for __stack_chk_guard.
15776
056928b2
JJ
157772010-05-11 Jakub Jelinek <jakub@redhat.com>
15778
9d000e83
JJ
15779 * c-opts.c (c_common_parse_file): If start_end_main_source_file,
15780 don't call start_source_file debug hook here...
15781 (finish_options): ... but here, after outputting predefined and
15782 command line defines and undefs.
15783
3b5fda81
JJ
15784 PR middle-end/44071
15785 * cfglayout.c (fixup_reorder_chain): Allow asm goto to have
15786 no fallthru edge.
15787 * cfgcleanup.c (try_optimize_cfg): When in cfglayout mode
15788 optimizing away empty bb with no successors, move over its
15789 footer chain to fallthru predecessor.
15790 * cfgrtl.c (patch_jump_insn): Update also REG_LABEL_OPERAND.
15791 (rtl_split_edge): For asm goto call patch_jump_insn even if
15792 splitting fallthru edge.
15793
3895ec53
JJ
15794 PR c++/44059
15795 * config/elfos.h (ASM_DECLARE_OBJECT_NAME): Use qnu_unique_object
15796 even for DECL_ONE_ONLY DECL_ARTIFICIAL !TREE_READONLY decls.
15797 * config/alpha/elf.h (ASM_DECLARE_OBJECT_NAME): Likewise.
15798 * dwarf2asm.c (dw2_output_indirect_constant_1): Set TREE_READONLY
15799 on DW.ref.* decls.
15800
056928b2
JJ
15801 PR c++/44062
15802 * c-parser.c (c_parser_expression): Mark LHS of a comma
15803 expression as read if it is a decl, handled component or
15804 COMPOUND_EXPR with that on the RHS.
15805 * c-typeck.c (c_process_expr_stmt): Mark RHS of COMPOUND_EXPR
15806 if it is a decl or handled component.
15807
9a809897
JH
158082010-05-11 Jan Hubicka <jh@suse.cz>
15809
15810 * lto-symtab.c (lto_symtab_free): New function.
15811 * lto-streamer.h (lto_symtab_free): Declare.
15812
158132010-05-11 Jan Hubicka <jh@suse.cz>
15814
15815 * lto-cgraph.c (reachable_from_other_partition_p): Export; do not assume
15816 that if function is needed it is reachable.
15817 (lto_output_node): See if it the function is reachable or referenced.
15818 (output_cgraph): Update call of lto_output_node.
15819 * lto-streamer.h (reachable_from_other_partition_p): Declare.
15820
b8053194
JH
158212010-05-11 Jan Hubicka <jh@suse.cz>
15822
15823 * crtstuff.c (__JCR_LIST__, __DTOR_END__, __JCR_END__, __FRAME_END__):
15824 Mark as used.
15825
1aa14195
JH
158262010-05-11 Jan Hubicka <jh@suse.cz>
15827
15828 PR tree-optimize/44063
c46a5e28
EB
15829 * ipa-inline.c (cgraph_edge_badness): Move always inlines to top of
15830 queue.
1aa14195
JH
15831 (cgraph_decide_inlining_of_small_function): Skip check when disrgarding
15832 limits.
15833 (estimate_function_body_sizes): Compute sizes even when disregarding.
15834
f088f0ae
KT
158352010-05-11 Kai Tietz <kai.tietz@onevision.com>
15836
15837 * collect2.c (maybe_lto_object_file): Add x64-coff magic and check.
15838
dcda03f4
JH
158392010-05-11 Jan Hubicka <jh@suse.cz>
15840
15841 * lto-cgraph.c (output_cgraph): Remove loop adding all varpool nodes
15842 into every boundary.
15843
ece02605
JH
158442010-05-11 Jan Hubicka <jh@suse.cz>
15845
15846 * matrix-reorg.c (matrix_reorg): Rebuild edges.
15847
cc56d170
JH
158482010-05-11 Jan Hubicka <jh@suse.cz>
15849
15850 * lto-streamer.c (lto_streamer_cache_add_to_node_array,
15851 lto_streamer_cache_delete): Put nodes into heap.
979aeb33
JH
15852 * lto-streamer.h (struct lto_streamer_cache_d): Nodes vector is in
15853 heap.
cc56d170 15854
99b766fc
JH
158552010-05-11 Jan Hubicka <jh@suse.cz>
15856
15857 * cgraphbuild.c (cgraph_rebuild_references): New.
a2acdf1f
JH
15858 * cgraph.c (cgraph_mark_reachable_node): Accept references to optimized
15859 out extern inlines.
99b766fc
JH
15860 * cgraph.h (cgraph_rebuild_references): Declare.
15861 * tree-inline.c (tree_function_versioning): Use it.
15862 * ipa-struct-reorg.c (do_reorg_for_func): Likewise.
15863
a940b4d9
JH
158642010-05-11 Jan Hubicka <jh@suse.cz>
15865
15866 * cgraph.c: Include ipa-utils.h
15867 (cgraph_create_virtual_clone): Update references.
15868 * Makefile.in (cgraph.o): Add dependency at ipa-utils.h
15869
57762e97
CB
158702010-05-11 Christian Borntraeger <borntraeger@de.ibm.com>
15871
78c7cabb 15872 * tree-ssa-loop-prefetch.c (prune_ref_by_group_reuse): Reset
57762e97
CB
15873 prefetch_before to PREFETCH_ALL if to accesses "meet" beyond
15874 cache size.
15875
a8beb3a7
CB
158762010-05-11 Christian Borntraeger <borntraeger@de.ibm.com>
15877
78c7cabb 15878 * tree-ssa-loop-prefetch.c: Add debug for dropped prefetches.
a8beb3a7 15879
3f592b38
JJ
158802010-05-11 Jakub Jelinek <jakub@redhat.com>
15881
09b201fc
JJ
15882 * gcc.c (execute): For -### don't quote arguments that
15883 contain just alphanumerics and _/-. characters.
15884 * doc/invoke.texi: Document that change for -###.
15885
3f592b38
JJ
15886 PR debug/44023
15887 * df-problems.c (struct dead_debug): Add to_rescan field.
15888 (dead_debug_init): Clear to_rescan field.
15889 (dead_debug_finish): Rescan all debug insns in to_rescan
15890 bitmap and free the bitmap.
15891 (dead_debug_insert_before): Instead of rescanning debug insns
15892 immediately queue their rescanning until dead_debug_finish.
15893 (df_note_bb_compute): After dead_debug_add do continue instead
15894 of break.
15895
1de12eab
JJ
158962010-05-10 Jakub Jelinek <jakub@redhat.com>
15897
15898 PR debug/44028
15899 * haifa-sched.c (schedule_insn): When clearing INSN_VAR_LOCATION_LOC,
15900 clear also INSN_REG_USE_LIST.
15901
e472d6bf
RO
159022010-05-10 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
15903
15904 * config/mips/mips.c (TARGET_SMALL_REGISTER_CLASSES_FOR_MODE_P): Undef.
15905
6cd174f6
JH
159062010-05-10 Jan Hubicka <jh@suse.cz>
15907
c46a5e28
EB
15908 * lto-stramer-out.c (produce_asm_for_decls): Correct accidentally
15909 commited change.
6cd174f6 15910
5c4f225f
JH
159112010-05-10 Jan Hubicka <jh@suse.cz>
15912
c46a5e28
EB
15913 * passes.c (ipa_write_summaries_1, ipa_write_optimization_summaries):
15914 Allocate encoders.
5c4f225f
JH
15915 * lto-section-out.c (lto_new_out_decl_state): Do not allocate it here.
15916 * lto-streamer.c (lto_streamer_cache_insert_1): Use alloc pool.
15917 (lto_streamer_cache_create): Init alloc pool.
15918 (lto_streamer_cache_delete): Free alloc pool.
15919 * lto-streamer.h: Include alloc pool.
15920 (lto_streamer_cache_d): Use alloc pool.
15921 * lto-stramer-out.c (produce_asm_for_decls): Delete fn_out_states.
15922
de61f467
JH
159232010-05-10 Jan Hubicka <jh@suse.cz>
15924
15925 * Makefile.in (cgraphbuild.o): Add dependency on except.h.
15926 * cgraphbuild.c: Include except.h
15927 (record_type_list, record_eh_tables): New function.
15928 (build_cgraph_edges, rebuild_cgraph_edges): Use it.
15929
e4fa83d3
JH
159302010-05-10 Jan Hubicka <jh@suse.cz>
15931
15932 * crtstuff.c (force_to_data, __do_global_dtors_aux_fini_array_entry,
15933 __frame_dummy_init_array_entry, force_to_data): Attribute as used
15934 rather than unused.
15935
8a9ecffd
MM
159362010-05-10 Michael Matz <matz@suse.de>
15937
15938 * tree-ssa-reassoc.c (undistribute_ops_list): Use create_tmp_reg.
15939 (can_reassociate_p): Use FLOAT_TYPE_P.
15940 * tree-vectorizer.h (vect_is_simple_reduction): Rename to ...
15941 (vect_force_simple_reduction): ... this.
62e59133 15942 * tree-parloops.c (gather_scalar_reductions): Use
8a9ecffd
MM
15943 vect_force_simple_reduction.
15944 * tree-vect-loop.c (vect_is_simple_reduction_1): Rename from
15945 vect_is_simple_reduction, add modify argument, if true rewrite
15946 "a-b" into "a+(-b)".
15947 (vect_is_simple_reduction, vect_force_simple_reduction): New
15948 functions.
15949 (vect_analyze_scalar_cycles_1): Use vect_force_simple_reduction.
15950
159512010-05-10 H.J. Lu <hongjiu.lu@intel.com>
15952 Vladimir Makarov <vmakarov@redhat.com>
46044dd9
L
15953
15954 PR rtl-optimization/44012
15955 * ira-build.c (remove_unnecessary_allocnos): Nullify
15956 regno_allocno_map of the removed allocno.
15957
2e2b183b
RO
159582010-05-10 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
15959
15960 * configure.ac (gcc_cv_ld_eh_gc_sections): Redirect objdump errors
15961 to /dev/null.
15962 * configure: Regenerate.
15963
a93e1899
RO
159642010-05-10 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
15965
15966 * config/sol2.c (solaris_assemble_visibility): Declare decl, vis
15967 unused.
15968 Define visibility_types, name, type inside HAVE_GAS_HIDDEN.
15969 * configure.ac (gcc_cv_ld_hidden): Explain stages of visibility
15970 support in Sun ld.
15971 * configure: Regenerate.
15972
571943de
RG
159732010-05-10 Richard Guenther <rguenther@suse.de>
15974
15975 * lto-symtab.c (lto_symtab_entry_marked_p): Make entry
15976 marked if the entry identifier is marked.
15977
0b7b376d
RG
159782010-05-10 Richard Guenther <rguenther@suse.de>
15979
15980 * c-common.c (struct c_common_attributes): Add fnspec attribute.
15981 (handle_fnspec_attribute): New function.
15982 * gimple.h (gimple_call_return_flags): Declare.
15983 (gimple_call_arg_flags): Likewise.
15984 * gimple.c (gimple_call_arg_flags): New function.
15985 (gimple_call_return_flags): Likewise.
15986 * tree.h (EAF_DIRECT, EAF_NOCLOBBER, EAF_NOESCAPE, EAF_UNUSED):
15987 New argument flags.
15988 (ERF_RETURN_ARG_MASK, ERF_RETURNS_ARG, ERF_NOALIAS): New function
15989 return value flags.
15990 * tree-ssa-alias.c (ref_maybe_used_by_call_p_1): Skip unused args.
15991 * tree-ssa-structalias.c (make_constraint_from_heapvar): Split
15992 main work to ...
15993 (make_heapvar_for): ... this new function.
15994 (handle_rhs_call): Handle fnspec attribute argument specifiers.
15995 (handle_lhs_call): Likewise.
15996 (find_func_aliases): Adjust.
15997
1755aad0
RG
159982010-05-10 Richard Guenther <rguenther@suse.de>
15999
16000 PR tree-optimization/44050
62e59133 16001 * tree-inline.c (tree_function_versioning): Clone the ipa-pta flag.
1755aad0 16002
333b67a9
WG
160032010-05-10 Wei Guozhi <carrot@google.com>
16004
16005 PR target/42879
16006 * config/arm/thumb2.md (thumb2_tlobits_cbranch): New insn pattern.
16007
0fb96aa4
JM
160082010-05-09 Joseph Myers <joseph@codesourcery.com>
16009
16010 PR c/10676
16011 * c-typeck.c (lookup_field): Take a type directly. Update
16012 recursive calls.
16013 (build_component_ref): Update call to lookup_field.
16014 (set_init_label): Use lookup_field to find initialized field.
16015 Handle returned list of fields like a sequence of designators.
16016
3d7a712a
RG
160172010-05-09 Richard Guenther <rguenther@suse.de>
16018
16019 PR middle-end/44024
16020 * fold-const.c (tree_single_nonzero_warnv_p): Properly
16021 handle &FUNCTION_DECL.
16022
492fc0ee
JM
160232010-05-09 Joseph Myers <joseph@codesourcery.com>
16024
16025 PR c/4784
16026 * c-decl.c (detect_field_duplicates_hash): New. Handle anonymous
16027 structures and unions recursively.
16028 (detect_field_duplicates): Move duplicate detection with a hash to
16029 detect_field_duplicates_hash. Always use a hash if anonymous
16030 structures or unions are present.
16031 * doc/extend.texi (Unnamed Fields): Document that duplicate fields
16032 give errors.
16033
44f276c6
L
160342010-05-09 H.J. Lu <hongjiu.lu@intel.com>
16035
16036 PR target/44046
16037 * config/i386/driver-i386.c (host_detect_local_cpu): Properly
16038 detect Atom, Core 2 and Core i7.
16039
d6205185
RG
160402010-05-09 Richard Guenther <rguenther@suse.de>
16041
16042 * gcc.c (store_arg): Handle temporary file deletion for
16043 joined arguments.
16044
5588864d
RG
160452010-05-09 Richard Guenther <rguenther@suse.de>
16046
16047 PR middle-end/44043
16048 * ipa-inline.c (estimate_function_body_sizes): Return after
16049 disregarding inline limits.
16050
aa34f42c
RG
160512010-05-09 Richard Guenther <rguenther@suse.de>
16052
16053 * gcc.c (store_arg): Revert last change.
16054
844381e5
SL
160552010-05-08 Sandra Loosemore <sandra@codesourcery.com>
16056
16057 PR middle-end/28685
16058 * tree-ssa-reassoc.c (eliminate_redundant_comparison): New function.
16059 (optimize_ops_list): Call it.
16060
43896afb
RG
160612010-05-08 Richard Guenther <rguenther@suse.de>
16062
16063 PR tree-optimization/44030
16064 * tree-ssa-pre.c (eliminate): Copy NECESSARY flag. Set
16065 NECESSARY flag if we propagate from a inserted expression.
16066
f56000ed
EB
160672010-05-08 Eric Botcazou <ebotcazou@adacore.com>
16068
16069 * gimple.c (gimple_types_compatible_p) <ARRAY_TYPE>: Treat bounds of
16070 domain types as equal if they are both PLACEHOLDER_EXPRs.
16071
1522167d
RG
160722010-05-08 Richard Guenther <rguenther@suse.de>
16073
16074 * lto-wrapper.c (run_gcc): Remove linker output from
16075 command line for LTRANS invocation.
16076
c082f9f3
SB
160772010-05-07 Steven Bosscher <steven@gcc.gnu.org>
16078
16079 * config.gcc (i[34567]86-*-darwin*, x86_64-*-darwin*): Add
16080 lto-macho as lto_binary_reader.
16081 * target.h (struct gcc_target): New hooks lto_start and lto_end.
16082 * target-def.h (TARGET_ASM_LTO_START, TARGET_ASM_LTO_END): Define.
16083 * cgraphunit.c (ipa_passes): Wrap LTO assembler output generation
16084 in lto_start and lto_end calls.
16085 (is_elf_or_coff): Rename to maybe_lto_object_file. Add Mach-O
16086 magic numbers.
16087 (scan_prog_file): Update is_elf_or_coff call.
16088 * doc/tm.text (TARGET_ASM_LTO_START, TARGET_ASM_LTO_END): Document.
16089
16090 * collect2.c (main): Fix enum comparison.
16091
16092 * config/darwin-protos.h (darwin_asm_lto_start, darwin_asm_lto_end):
16093 Add prototypes.
16094 * darwin9.h (LINK_COMMAND_SPEC): Pass -flto and -fwhopr to the linker.
16095 * darwin.h (LINK_COMMAND_SPEC): Likewise. Define TARGET_ASM_LTO_START
16096 and TARGET_ASM_LTO_END.
16097 * darwin.c: Include obstack.h and lto-streamer.h.
16098 (lto_section_names_offset, lto_section_names_obstack,
16099 lto_asm_out_file, lto_asm_out_name, saved_asm_out_file): New static
16100 global variables.
16101 (LTO_SEGMENT_NAME, LTO_NAMES_SECTION): New defines.
16102 (darwin_asm_lto_start): New function. Redirect output to asm_out_file
16103 to a temporary file.
16104 (darwin_asm_lto_end): New function. Restore asm_out_file.
16105 (darwin_asm_named_section): For LTO sections, replace the name with
16106 the offset of the section name in a string table, and build this
16107 table.
16108 (darwin_file_start): Initialize global vars for LTO support.
16109 (darwin_file_end): If output to asm_out_file was redirected, append it
16110 to the proper asm_out_file here. Add the section names section.
16111
18bc5398
SB
161122010-05-07 Steven Bosscher <steven@gcc.gnu.org>
16113
16114 * c-pragma.c (pending_weak_d, pending_weak): New.
16115 (pending_weaks): Change the type to VEC((pending_weak,gc) *.
16116 (maybe_apply_pragma_weak, maybe_apply_pending_pragma_weaks,
16117 handle_pragma_weak): Update the uses of pending_weaks.
16118
0f590a2d
RW
161192010-05-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
16120
16121 PR documentation/44016
16122 * doc/standards.texi (Standards): Link to unversioned
16123 cxx0x_status.html page.
16124
f4a4b582 161252010-05-07 Iain Sandoe <iains@gcc.gnu.org>
3bd5cdeb
IS
16126
16127 PR target/43708
16128 * config/darwin-c.c (darwin_pragma_unused): Set DECL_READ_P
16129 in addition to TREE_USED, to avoid "set but unused" warnings.
16130
9bf4598b
CF
161312010-05-07 Changpeng Fang <changpeng.fang@amd.com>
16132
16133 * tree-ssa-loop-prefetch.c (TRIP_COUNT_TO_AHEAD_RATIO): New.
16134 (is_loop_prefetching_profitable): Do not insert prefetches
16135 when the trip count is not at least TRIP_COUNT_TO_AHEAD_RATIO
16136 times the prefetch ahead distance.
16137
ccacf0e1
CF
161382010-05-07 Changpeng Fang <changpeng.fang@amd.com>
16139
16140 * tree-ssa-loop-prefetch.c (is_loop_prefetching_profitable):
16141 Account for loop unrolling in the insn-to-prefetch ratio heuristic.
16142 (loop_prefetch_arrays): Pass to is_loop_prefetching_profitable
16143 the unroll_factor.
16144
55e5a2eb
CF
161452010-05-07 Changpeng Fang <changpeng.fang@amd.com>
16146
16147 * tree-ssa-loop-prefetch.c (is_loop_prefetching_profitable): Dump
16148 a diagnostic info when the insn-to-mem ratio is too small.
16149
f4a4b582 161502010-05-07 Richard Guenther <rguenther@suse.de>
5cd0e96b
RG
16151
16152 * gcc.c (LINK_COMMAND_SPEC): Provide a resolution file to
16153 the linker plugin.
16154 (store_arg): Queue temp_filename for deletion instead of
16155 the whole argument.
16156
48cf395b
RB
161572010-05-07 Richard Guenther <rguenther@suse.de>
16158
16159 * lto-wrapper.c (DUMPBASE_SUFFIX): Define.
16160 (run_gcc): Handle LTRANS phase invocation.
62e59133 16161 * collect2.c (maybe_run_lto_and_relink): Do not set WPA_SAVE_LTRANS.
48cf395b 16162
86b2c5b6
JJ
161632010-05-07 Jakub Jelinek <jakub@redhat.com>
16164
16165 * tree.h (TREE_ADDRESSABLE): Adjust comment to say that
16166 this is also meaningful on PARM_DECLs and RESULT_DECLs.
16167
c4e1e0b1
RO
161682010-05-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
16169
16170 * config/mips/iris6.h (LINK_SPEC): Don't pass -init, -fini with -r.
16171
a7d4562a
RG
161722010-05-07 Richard Guenther <rguenther@suse.de>
16173
16174 PR tree-optimization/44020
16175 * tree-ssa-pre.c (execute_pre): Do not remove dead inserted
16176 code when PRE is not yet initialized.
16177
a6b02ef3
RO
161782010-05-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
16179
16180 * config/mips/dbxmdebug.h: Remove.
16181 * config.gcc (mips-sgi-irix6.5*): Remove mips/dbxmdebug.h.
16182
d42ba3b8
SZ
161832010-05-07 Shujing Zhao <pearly.zhao@oracle.com>
16184
16185 * c-typeck.c (build_binary_op): Warn ordered comparison of pointer
16186 with null pointer and also warn about ordered comparison of zero with
16187 pointer if -Wextra.
16188
a6733c71
AS
161892010-05-05 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
16190
16191 * graphite-blocking.c
16192 (pbb_strip_mine_profitable_p): Replace Value with mpz_t.
16193 * graphite-clast-to-gimple.c
16194 (clast_to_gcc_expression): Same.
16195 (precision_for_value): Same.
16196 (precision_for_interval): Same.
16197 (gcc_type_for_interval): Same.
16198 (graphite_create_new_guard): Same.
16199 (compute_bounds_for_level): Same.
16200 (graphite_create_new_loop_guard): Same.
16201 * graphite-interchange.c
16202 (build_linearized_memory_access): Same.
16203 (pdr_stride_in_loop): Same.
16204 (memory_strides_in_loop_1): Same.
16205 (memory_strides_in_loop): Same.
16206 (extend_scattering): Same.
16207 (psct_scattering_dim_for_loop_depth): Same.
16208 (pbb_number_of_iterations): Same.
16209 * graphite-poly.h
16210 (debug_iteration_domains): Same.
16211 * graphite-ppl.c
16212 (new_Cloog_Domain_from_ppl_Pointset_Powerset): Same.
16213 (ppl_set_inhomogeneous_gmp): Same.
16214 (ppl_strip_loop): Same.
16215 (ppl_lexico_compare_linear_expressions): Same.
16216 (ppl_read_polyhedron_matrix): Same.
16217 (ppl_max_for_le_pointset): Same.
16218 * graphite-ppl.h
16219 (ppl_read_polyhedron_matrix): Same.
16220 (tree_int_to_gmp): Same.
16221 (gmp_cst_to_tree): Same.
16222 (ppl_set_inhomogeneous): Same.
16223 (ppl_set_inhomogeneous_tree): Same.
16224 (ppl_set_coef): Same.
16225 (ppl_set_coef_tree): Same.
16226 * graphite-sese-to-poly.c
16227 (build_pbb_scattering_polyhedrons): Same.
16228 (build_scop_scattering): Same.
16229 (scan_tree_for_params_right_scev): Same.
16230 (scan_tree_for_params): Same.
16231 (find_params_in_bb): Same.
16232 (find_scop_parameters): Same.
16233 (add_upper_bounds_from_estimated_nit): Same.
16234 (build_loop_iteration_domains): Same.
16235 (add_condition_to_domain): Same.
16236 (pdr_add_memory_accesses): Same.
16237
162382010-05-05 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
16239
16240 * graphite-blocking.c (pbb_strip_mine_profitable_p): Resolve
16241 CLooG's value_* macros to their respective mpz_* counterparts.
16242 * graphite-clast-to-gimple.c (clast_to_gcc_expression): Same.
16243 (graphite_create_new_loop_guard): Same.
16244 * graphite-interchange.c (build_linearized_memory_access): Same.
16245 (pdr_stride_in_loop): Same.
16246 (memory_strides_in_loop_1): Same.
16247 (1st_interchange_profitable_p): Same.
16248 * graphite-poly.c (extend_scattering): Same.
16249 (psct_scattering_dim_for_loop_depth): Same.
16250 (pbb_number_of_iterations): Same.
16251 (pbb_number_of_iterations_at_time): Same.
16252 * graphite-poly.h (new_1st_loop): Same.
16253 * graphite-ppl.c (cloog_matrix_to_ppl_constraint): Same.
16254 (oppose_constraint): Same.
16255 (insert_constraint_into_matrix): Same.
16256 (ppl_set_inhomogeneous_gmp): Same.
16257 (ppl_set_coef_gmp): Same.
16258 (ppl_strip_loop): Same.
16259 (ppl_lexico_compare_linear_expressions): Same.
16260 (ppl_max_for_le_pointset): Same.
16261 (ppl_min_for_le_pointset): Same.
16262 (ppl_build_realtion): Same.
16263 * graphite-ppl.h (gmp_cst_to_tree): Same.
16264 (ppl_set_inhomogeneous): Same.
16265 (ppl_set_inhomogeneous_tree): Same.
16266 (ppl_set_coef): Same.
16267 (ppl_set_coef_tree): Same.
16268 * graphite-sese-to-poly.c (build_pbb_scattering_polyhedrons): Same.
16269 (build_scop_scattering): Same.
16270 (add_value_to_dim): Same.
16271 (scan_tree_for_params_right_scev): Same.
16272 (scan_tree_for_params_int): Same.
16273 (scan_tree_for_params): Same.
16274 (find_params_in_bb): Same.
16275 (find_scop_parameters): Same.
16276 (add_upper_bounds_from_estimated_nit): Same.
16277 (build_loop_iteration_domains): Same.
16278 (create_linear_expr_from_tree): Same.
16279 (add_condition_to_domain): Same.
16280 (pdr_add_memory_accesses): Same.
16281
14c2101d
JM
162822010-05-06 Magnus Fromreide <magfr@lysator.liu.se>
16283 Jason Merrill <jason@redhat.com>
16284
16285 * c-common.c (c_common_reswords): Add nullptr.
16286 * c-common.h: Add RID_NULLPTR. Reorganize C++0x rids.
16287 * dwarf2out.c (is_base_type): Handle NULLPTR_TYPE.
16288 (gen_type_die_with_usage): Likewise.
16289 * dbxout.c (dbxout_type): Likewise.
16290 * sdbout.c (plain_type_1): Likewise.
16291
ebad5233
JM
162922010-05-06 Jason Merrill <jason@redhat.com>
16293
941f78d1
JM
16294 * gimplify.c (gimplify_expr): Set GS_ALL_DONE when appropriate.
16295 Don't change GS_OK to GS_ALL_DONE. Make sure that all cases set
16296 ret appropriately.
16297 (gimplify_compound_lval): Return GS_ALL_DONE as appropriate.
16298
ebad5233
JM
16299 * gimplify.c (gimplify_modify_expr_rhs): Don't return GS_OK for
16300 stripping WITH_SIZE_EXPR.
16301 (gimplify_expr) [MODIFY_EXPR]: Trust GS_OK even if the rhs didn't
16302 change.
16303
9aaa1ee8
RO
163042010-05-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
16305
16306 * config.gcc: Removed mips-sgi-irix5*, mips-sgi-irix6.[0-4]* from
16307 list of obsolete configurations.
16308 Disabled check for obsolete configurations.
16309 (mips-sgi-irix[56]*): Restrict to mips-sgi-irix6.5*.
16310 Removed support for previous versions.
16311 * config/mips/iris.h: Removed.
16312 * config/mips/iris5.h: Removed.
16313 * config/mips/iris6.h: Merged old iris.h contents.
16314 (TARGET_IRIX): Removed.
16315 (DRIVER_SELF_SPECS): Removed mabi=32.
16316 (IDENT_ASM_OP): Removed undef.
16317 (STARTFILE_SPEC): Removed mabi=32.
16318 (ENDFILE_SPEC): Likewise.
16319 (IRIX_SUBTARGET_LINK_SPEC): Likewise.
16320 (MACHINE_TYPE): Update for IRIX 6.5.
16321 * config/mips/mips.c (mips_build_builtin_va_list): Replaced
16322 TARGET_IRIX by TARGET_IRIX6.
16323 (mips_file_start): Likewise.
16324 (mips_output_external): Remove IRIX 5/6 O32 support.
16325 (mips_output_function_prologue): Likewise.
16326 * config/mips/mips.h (TARGET_GPWORD): Replaced TARGET_IRIX by
16327 TARGET_IRIX6.
16328 (TARGET_CPU_CPP_BUILTINS): Likewise.
16329 (TARGET_IRIX): Removed.
16330 * config/mips/t-iris6 (MULTILIB_OPTIONS): Removed mabi=32.
16331 (MULTILIB_DIRNAMES): Removed 32.
16332 (MULTILIB_OSDIRNAMES): Removed ../lib.
62e59133 16333 * doc/install.texi (Prerequisites): Don't reference IRIX before 6.5.
9aaa1ee8 16334 (Specific, mips-sgi-irix5): Document removal.
62e59133 16335 (Specific, mips-sgi-irix6): Document IRIX 6.[0-4] and O32 ABI removal.
9aaa1ee8
RO
16336 Remove references to older IRIX 6 releases and the O32 ABI.
16337
5b8bd3d5
JJ
163382010-05-06 Jakub Jelinek <jakub@redhat.com>
16339
16340 PR bootstrap/43994
16341 * df-problems.c (dead_debug_insert_before): Use *DF_REF_REAL_LOC
16342 instead of DF_REF_REAL_REG.
16343
e97580ce
DK
163442010-05-06 Dave Korn <dave.korn.cygwin@gmail.com>
16345
16346 PR target/43888
16347 * config/i386/winnt.c (i386_pe_binds_local_p): Tweak weak symbol
16348 handling to still return true for x64 targets.
16349
f24d84cc
MK
163502010-05-06 Maxim Kuvyrkov <maxim@codesourcery.com>
16351
16352 * config/m68k/uclinux.h (LIB_SPEC): Bring in sync with config/linux.h.
16353
ef38b551
JH
163542010-05-06 Jan Hubicka <jh@suse.cz>
16355
16356 PR tree-optimization/43791
16357 * ipa-inline.c (update_caller_keys): Remove bogus
16358 disregard_inline_limits check.
16359
0ab555de
MM
163602010-05-06 Michael Matz <matz@suse.de>
16361
16362 PR tree-optimization/43984
16363 * tree-ssa-pre.c (inserted_phi_names): Remove.
16364 (inserted_exprs): Change to bitmap.
16365 (create_expression_by_pieces): Set bits, don't append to vector.
16366 (insert_into_preds_of_block): Don't handle inserted_phi_names.
16367 (eliminate): Don't look at inserted_phi_names, remove deleted
16368 insns from inserted_exprs.
62e59133 16369 (remove_dead_inserted_code): Adjust to use bitmaps instead of vectors.
0ab555de
MM
16370 (init_pre, fini_pre): Allocate and free bitmaps.
16371 (execute_pre): Insert insns on edges before elimination.
16372
315a02da
MK
163732010-05-06 Maxim Kuvyrkov <maxim@codesourcery.com>
16374
16375 * tree.c (initializer_zerop): Handle STRING_CST.
16376
3734d960
MLI
163772010-05-06 Manuel López-Ibáñez <manu@gcc.gnu.org>
16378
16379 PR 40989
16380 * doc/invoke.texi (Wimplicit): Document as C only.
16381 * opts.c (common_handle_option): Add argument kind.
16382 (handle_option): Rename as read_cmdline_option. Factor out code to...
16383 (handle_option): ... here. New.
16384 (handle_options): Rename as read_cmdline_options.
16385 (decode_options): Update call.
16386 (set_option): Use option index instead of option pointer. Classify
16387 diagnostics correctly.
16388 (enable_warning_as_error): Call handle_option.
16389 * opts.h (set_option): Update declaration.
16390 (handle_option): Declare.
62e59133 16391 * langhooks.h (struct lang_hooks): Add argument kind to handle_option.
3734d960
MLI
16392 * c.opt (Wimplicit,Wimplicit-int): Initialize to -1.
16393 * c-opts.c (set_Wimplicit): Delete.
16394 (c_family_lang_mask): New static constant.
16395 (c_common_handle_option): Add argument kind. Use handle_option
16396 instead of set_Wimplicit.
16397 (c_common_post_options): warn_implicit and warn_implicit_int
16398 are disabled by default.
16399 * c-common.c (warn_implicit): Do not define here.
16400 * c-common.h (warn_implicit): Do not declare here.
16401 (c_common_handle_option): Update declaration.
16402 * lto-opts.c (lto_reissue_options): Update call to set_option.
16403
2b90475a
RG
164042010-05-06 Richard Guenther <rguenther@suse.de>
16405
16406 PR tree-optimization/43571
16407 * domwalk.c (walk_dominator_tree): Walk the dominator
16408 sons in more optimal order.
16409
e3bdfed6
RG
164102010-05-06 Richard Guenther <rguenther@suse.de>
16411
16412 PR tree-optimization/43934
16413 * tree-ssa-loop-im.c (movement_possibility): Handle PHI nodes.
16414 (stmt_cost): Likewise.
16415 (extract_true_false_args_from_phi): New helper.
16416 (determine_max_movement): For PHI nodes verify we can hoist them
16417 and compute their cost.
16418 (determine_invariantness_stmt): Handle PHI nodes.
16419 (move_computations_stmt): Likewise. Hoist PHI nodes in
16420 if-converted form using COND_EXPRs.
62e59133 16421 (move_computations): Return TODO_cleanup_cfg if we hoisted PHI nodes.
e3bdfed6
RG
16422 (tree_ssa_lim): Likewise.
16423 * tree-flow.h (tree_ssa_lim): Adjust prototype.
16424 * tree-ssa-loop.c (tree_ssa_loop_im): Return todo.
16425
a81b065a
RG
164262010-05-06 Richard Guenther <rguenther@suse.de>
16427
16428 PR tree-optimization/43987
16429 * tree-ssa-structalias.c (could_have_pointers): For possibly
16430 address-taken variables force pointers to be recorded.
16431 (create_variable_info_for_1): Likewise.
16432 (push_fields_onto_fieldstack): Pass in wheter all fields
16433 must have pointers.
16434 (find_func_aliases): Query types instead of vars whether
16435 they contain pointers where appropriate.
16436
369451ec
JH
164372010-05-06 Jan Hubicka <jh@suse.cz>
16438
16439 * cgraphbuild.c (record_reference_ctx): Add varpool_node.
16440 (record_reference, mark_address, mark_load, mark_store): Record
16441 references.
16442 (record_references_in_initializer): Update call of record_references.
16443 (rebuild_cgraph_edges): Remove all references before rebuiding.
16444 * cgraph.c (cgraph_create_node): Clear ref list.
16445 (cgraph_remove_node): Remove references.
16446 (dump_cgraph_node): Dump references.
16447 (cgraph_clone_node): Clone references.
16448 * cgraph.h: Include ipa-ref.h and ipa-ref-inline.h
16449 (struct cgraph_node, varpool_node): Add ref_lst.
16450 * ipa-ref.c: New file.
16451 * ipa-ref.h: New file.
16452 * ipa-ref-inline.h: New file.
16453 * lto-cgraph.c (output_varpool): Take cgrag node set argument.
16454 (referenced_from_other_partition_p): New function.
16455 (lto_output_varpool_node): Take set arugment; call
16456 referenced_from_other_partition.
16457 (lto_output_ref): New.
16458 (add_references): New.
16459 (output_refs): New.
62e59133 16460 (output_cgraph): Compute boundary based on references; output refs.
369451ec
JH
16461 (output_varpool): Accept cgraph_node_set argument.
16462 (input_ref): New.
16463 (input_refs): New.
16464 (input_cgraph): Call input_refs.
16465 * lto-section-in.c (lto_section_name): Add refs.
ade52657 16466 * Makefile.in (cgraph.h): Include ipa-ref.h and ipa-ref-inline.h
369451ec
JH
16467 (ipa-ref.o): New file.
16468 * varpool.c (varpool_node): Clear ipa ref list.
16469 (varpool_remove_node): Remove references.
16470 (dump_varpool_node): Dump references.
16471 (varpool_assemble_decl): Only compile finalized ones.
16472 (varpool_extra_name_alias): Initialize ref list.
16473 * lto-streamer.c (lto-get_section_name): Add .refs section.
16474 * lto-streamer.h (lto_section_type): Add LTO_section_refs.
16475 (referenced_from_other_partition_p): Declared.
16476
7d8930a0
IR
164772010-05-06 Ira Rosen <irar@il.ibm.com>
16478
16479 PR tree-optimization/43901
16480 * tree-vect-stmts.c (vectorizable_call): Assert that vector
16481 type is not NULL if it's transformation phase, and return
16482 FALSE if it's analysis.
62e59133
UB
16483 (vectorizable_conversion, vectorizable_operation,
16484 vectorizable_type_demotion, vectorizable_type_promotion): Likewise.
7d8930a0 16485
a1c4f19f
AP
164862010-05-05 Andrew Pinski <andrew.pinski@caviumnetworks.com>
16487
16488 * config/mips/mips.h (TARGET_SMALL_REGISTER_CLASSES_FOR_MODE_P):
16489 Delete.
16490 * config/mips/mips.c (TARGET_SMALL_REGISTER_CLASSES_FOR_MODE_P):
16491 New define.
16492 * config/mips/mips-protos.h
16493 (mips_small_register_classes_for_mode_p): Delete prototype.
16494
93b338c3
BS
164952010-05-06 Bernd Schmidt <bernds@codesourcery.com>
16496
16497 * config/arm/arm.h (MAX_LDM_STM_OPS): New macro.
16498 * config/arm/arm.c (multiple_operation_profitable_p,
16499 compute_offset_order): New static functions.
16500 (load_multiple_sequence, store_multiple_sequence): Use them.
16501 Replace constant 4 with MAX_LDM_STM_OPS. Compute order[0] from
16502 memory offsets, not register numbers.
16503 (emit_ldm_seq, emit_stm_seq): Replace constant 4 with MAX_LDM_STM_OPS.
16504
50701474
SB
165052010-05-05 Steven Bosscher <steven@gcc.gnu.org>
16506
62e59133 16507 * stor-layout.c (pending_sizes): Change the type to VEC(tree,gc) *.
50701474
SB
16508 (get_pending_sizes, put_pending_size, put_pending_sizes):
16509 Update the uses of pending_sizes.
16510 * c-decl.c (store_parm_decls): Likewise.
16511 * c-tree.h (struct c_arg_info): Likewise.
16512 * tree.h: Update the prototype for get_pending_sizes and
16513 put_pending_sizes.
16514
564a129d
JM
165152010-05-05 Jason Merrill <jason@redhat.com>
16516
0f559c16
JM
16517 PR debug/43370
16518 * c-common.c (handle_aligned_attribute): Respect
16519 ATTR_FLAG_TYPE_IN_PLACE.
16520
564a129d
JM
16521 PR testsuite/43758
16522 * target.h (struct gcc_target): Add attribute_takes_identifier_p.
16523 * target_def.h (TARGET_ATTRIBUTE_TAKES_IDENTIFIER_P): Define.
16524 (TARGET_INITIALIZER): Use it.
16525 * c-common.c (attribute_takes_identifier_p): Call it.
16526 * c-common.h: Update prototype.
16527 * config/rs6000/rs6000.c (rs6000_attribute_takes_identifier_p): New.
16528 (TARGET_ATTRIBUTE_TAKES_IDENTIFIER_P): Define.
16529
58c13acc
JJ
165302010-05-05 Jakub Jelinek <jakub@redhat.com>
16531
16532 PR debug/43950
16533 * dwarf2out.c (gen_compile_unit_die): Add DW_AT_identifier_case
16534 DW_ID_down_case for Fortran compilation units.
16535
5b042919
JH
165362010-05-05 Jan Hubicka <jh@suse.cz>
16537
16538 * lto-cgraph.c (lto_output_varpool_node, input_varpool_node): Correctly
16539 handle aliases.
16540
ca361dec
EB
165412010-05-05 Eric Botcazou <ebotcazou@adacore.com>
16542
16543 * gimplify.c (gimplify_return_expr): Gimplify the size expressions of
16544 a variable-sized RESULT_DECL.
16545
fa6aeae1
MK
165462010-05-05 Maxim Kuvyrkov <maxim@codesourcery.com>
16547
16548 * doc/invoke.texi (-mfix-cortex-m3-ldrd): Move from ARC section to ARM.
16549
6d729f28
JM
165502010-05-05 Jason Merrill <jason@redhat.com>
16551
16552 PR c++/43787
16553 * gimplify.c (gimplify_expr): Keep working if gimplify_modify_expr
16554 returns GS_OK.
16555 (gimplify_modify_expr_rhs): Return GS_OK if anything changed.
16556
e972a1d3
AO
165572010-05-05 Alexandre Oliva <aoliva@redhat.com>
16558 Jakub Jelinek <jakub@redhat.com>
16559
16560 PR debug/43478
16561 * df-problems.c (struct dead_debug_use, struct dead_debug): New.
16562 (dead_debug_init, dead_debug_finish): New functions.
16563 (dead_debug_add, dead_debug_insert_before): Likewise.
16564 (df_note_bb_compute): Initialize a dead_debug object, add dead
16565 debug uses to it, insert debug bind insns before death insns,
16566 reset debug insns that refer to pending uses at the end.
16567 * rtl.h (make_debug_expr_from_rtl): New prototype.
16568 * varasm.c (make_debug_expr_from_rtl): New function.
16569
2f41ecf5
JH
165702010-05-05 Jan Hubicka <jh@suse.cz>
16571
16572 * lto-cgraph.c (output_varpool): Forward declare; work on encoder.
62e59133
UB
16573 (lto_varpool_encoder_new, lto_varpool_encoder_delete,
16574 lto_varpool_encoder_encode, lto_varpool_encoder_lookup,
16575 lto_varpool_encoder_deref, lto_varpool_encoder_size,
2f41ecf5
JH
16576 lto_varpool_encoder_encode_initializer_p,
16577 lto_set_varpool_encoder_encode_initializer): New functions.
16578 (lto_output_cgraph): Take vset parameter too; compute varpool encoder;
16579 call output_varpool.
16580 (input_varpool_node): Do not always set analyzed.
16581 (input_cgraph_1): Return vector of cgraph nodes.
16582 (input_varpool_1): Return vector of varpools.
16583 (input_cgraph): Free the vectors.
16584 * lto-streamer-out.c (lto_output_ts_decl_common_tree_pointers):
16585 output only initializers needed.
16586 (lto_output): Only call output_cgraph.
16587 (produce_asm_for_decls): Call lto_varpool_encoder_delete.
16588 * lto-section-out.c (lto_new_out_decl_state): Initialize
16589 state->varpool_node_encoder.
16590 * lto-streamer.h (lto_varpool_encoder_d): New.
62e59133 16591 (lto_out_decl_state, lto_file_decl_data): Add varpool_node_encoder.
2f41ecf5
JH
16592 (lto_cgraph_encoder_delete, output_cgraph): Update prototype.
16593 (lto_varpool_encoder_deref, lto_varpool_encoder_lookup,
16594 lto_varpool_encoder_encode, lto_varpool_encoder_delete,
16595 lto_varpool_encoder_encode_initializer_p, lto_varpool_encoder_new):
16596 Declare.
16597 (output_varpool, input_varpool): Remove declarations.
16598
9e0546ef
JH
165992010-05-05 Jan Hubicka <jh@suse.cz>
16600
16601 * lto-symtab.c (lto_symtab_resolve_can_prevail_p): Alias of variable
16602 with body can prevail.
16603
166042010-05-05 Jan Hubicka <jh@suse.cz>
16605
16606 * lto-symtab.c (lto_symtab_merge_decls_1): Prefer declarations with
16607 size.
16608
0277fabf
LB
166092010-05-05 Laurynas Biveinis <laurynas.biveinis@gmail.com>
16610
62e59133 16611 * Makefile.in (build/gengtype.o): Add $(HASHTAB_H) to dependencies.
0277fabf
LB
16612
16613 * gengtype.h (erro_at_line): Constify pos argument.
16614
16615 * gengtype.c: Include hashtab.h.
16616 (enum gc_used): Document GC_MAYBE_POINTED_TO.
16617 (error_at_line): Constify pos argument.
16618 (do_typedef): Initialize p->opt field.
16619 (get_file_gtfilename): Fix comment typo.
16620 (struct walk_type_data): Constify line field.
16621 (get_output_file_for_structure): New function.
16622 (write_local_func_for_structure): Constify orig_s argument.
16623 Use get_output_file_for_structure.
16624 (write_func_for_structure): Use get_output_file_for_structure.
16625 (INDENT): New define.
16626 (dump_pair, dump_type, dump_type_list, dump_typekind)
16627 (dump_gc_used, dump_options, dump_fileloc, dump_type_u_s)
16628 (dump_type_u_a, dump_type_u_param_struct, dump_everything): New
16629 functions.
16630 (seen_types): New variable.
16631 (main): New variable do_dump. Process "-d" command line option.
16632 Call dump_everything if dump requested.
16633
dbb2a2cb
JJ
166342010-05-05 Jakub Jelinek <jakub@redhat.com>
16635
16636 * var-tracking.c (var_debug_decl): Save DECL_DEBUG_EXPR value
16637 in a temporary instead of invoking the macro multiple times.
16638 (track_expr_p): Likewise.
16639
f4a4b582 166402010-05-04 Neil Vachharajani <nvachhar@google.com>
650cfcab
NV
16641
16642 * doc/invoke.texi (-Wcoverage-mismatch): Updated documentation as
16643 per new semantics.
16644 * opts.c (decode_options): Enable -Werror=coverage-mismatch.
16645 * coverage.c (get_coverage_counts): Always emit a warning. Adjust
16646 conditions for printing notes.
16647 * common.opt (-Wcoverage-mismatch): Allow negative, default to
16648 true, update documentation.
16649 * Makefile.in (coverage.o): Add dependence on DIAGNOSTIC_H and intl.h.
650cfcab 16650
97e3c923
JJ
166512010-05-04 Jakub Jelinek <jakub@redhat.com>
16652
16653 PR c/43981
16654 * c-parser.c (c_parser_direct_declarator_inner): Call mark_exp_read
16655 on dimen.
16656
ade6a9ac
L
166572010-05-04 H.J. Lu <hongjiu.lu@intel.com>
16658
16659 PR target/43799
62e59133 16660 * config/i386/i386.md (sse_prologue_save): Clobber CC register.
ade6a9ac
L
16661 (*sse_prologue_save_insn1): Likewise.
16662 (SSE prologue save splitter): Likewise.
16663
7ef5e86c
EB
166642010-05-04 Eric Botcazou <ebotcazou@adacore.com>
16665
16666 * tree.c (free_lang_data_in_one_sizepos): New inline function.
16667 (free_lang_data_in_type): Call it on TYPE_{MIN|MAX}_VALUE of numerical
16668 types. Call it on TYPE_SIZE and TYPE_SIZE_UNIT of all types.
16669 (free_lang_data_in_decl): Call it on DECL_SIZE and DECL_SIZE_UNIT of
16670 all decls. Call it on DECL_FIELD_OFFSET of fields.
16671 (find_decls_types_r): Follow DECL_VALUE_EXPR.
16672 (iterative_hash_expr) <PLACEHOLDER_EXPR>: New case.
16673
6cbd3b6a
MJ
166742010-05-04 Martin Jambor <mjambor@suse.cz>
16675
16676 * tree-sra.c (build_access_from_expr_1): The first parameter type
16677 changed to simple tree.
16678 (build_access_from_expr): Likewise, gsi parameter was eliminated.
16679 (scan_assign_result): Renamed to assignment_mod_result, enum elements
16680 renamed as well.
16681 (build_accesses_from_assign): Removed all parameters except for a
16682 simple gimple statement. Now returns a simple bool.
16683 (scan_function): All non-analysis parts moved to separate functions
16684 sra_modify_function_body and ipa_sra_modify_function_body. Removed all
16685 parameters and updated both callers.
16686 (sra_modify_expr): Removed parameter data.
16687 (sra_modify_function_body): New function.
16688 (perform_intra_sra): Call sra_modify_function_body to modify the
16689 function body.
16690 (replace_removed_params_ssa_names): Parameter data changed into
16691 adjustments vector.
16692 (sra_ipa_modify_expr): Likewise. Also removed unused parameter gsi and
16693 changed the parameter dont_convert to convert with the opposite
16694 meaning.
16695 (sra_ipa_modify_assign): Parameter data changed into adjustments
16696 vector, return value changed to bool.
16697 (ipa_sra_modify_function_body): New function.
16698 (sra_ipa_reset_debug_stmts): Updated a comment.
16699 (modify_function): Use ipa_sra_modify_function_body to modify function
16700 body.
16701
2147c71c
L
167022010-05-04 H.J. Lu <hongjiu.lu@intel.com>
16703
16704 PR middle-end/43671
16705 * alias.c (true_dependence): Handle the same VALUE in x and mem.
16706 (canon_true_dependence): Likewise.
16707 (write_dependence_p): Likewise.
16708
85912441
JH
167092010-05-04 Jan Hubicka <jh@suse.cz>
16710
16711 * Makefile.in (cgraphbuild.o): Add dependency on ipa-utils.h
16712 * cgraphbuild.c: Include ipa-utils.h
16713 (record_reference_ctx): New struct.
16714 (record_reference): Simplify to work on initializers; not statements.
16715 (mark_address, mark_load, mark_store): New.
16716 (build_cgraph_edges): Simplify using walk_stmt_load_store_addr_ops;
16717 walk PHI nodes too.
16718 (record_references_in_initializer): Update use of record_reference.
16719 (rebuild_cgraph_edges): Simplify using walk_stmt_load_store_addr_ops;
16720 walk PHI nodes too.
16721
688a10c2
JH
167222010-05-04 Jan Hubicka <jh@suse.cz>
16723
16724 * lto-symtab.c (lto_cgraph_replace_node): Do not remove edges;
16725 node will be removed anyway.
16726 (lto_varpool_replace_node): Allow also unanalyzed nodes;
16727 relink aliases of node into prevailing node.
16728 * varpool.c (varpool_remove_node): Remove aliases properly;
16729 when removing node, remove all its aliases too; remove DECL_INITIAL
16730 of removed node; ggc_free the varpool node.
16731
27c2cfa6
RG
167322010-05-04 Richard Guenther <rguenther@suse.de>
16733
16734 PR tree-optimization/43879
16735 * tree-ssa-structalias.c (alias_get_name): Use
16736 DECL_ASSEMBLER_NAME if available.
16737 (create_function_info_for): Return the varinfo node.
16738 (ipa_pta_execute): Associate same-body aliases and extra names
16739 with their origin nodes varinfo. Dump DECL_ASSEMBLER_NAME.
16740
9c265c4d
KK
167412010-05-04 Kaz Kojima <kkojima@gcc.gnu.org>
16742
62e59133 16743 * config/sh/sh.c (sh_small_register_classes_for_mode_p): Remove static.
9c265c4d 16744
a5c011cd
MP
167452010-05-04 Mikael Pettersson <mikpe@it.uu.se>
16746
16747 PR bootstrap/43964
16748 * ira-color.c (assign_hard_reg): Declare rclass and add_cost
16749 only if HONOR_REG_ALLOC_ORDER is not defined.
16750
622d360e
RG
167512010-05-04 Richard Guenther <rguenther@suse.de>
16752
16753 PR tree-optimization/43949
16754 * tree-vrp.c (extract_range_from_binary_expr): Only handle
16755 TRUNC_MOD_EXPR.
16756
cbb4feb3
JM
167572010-04-26 Jason Merrill <jason@redhat.com>
16758
16759 * c.opt (-fstrict-enums): New.
16760 * doc/invoke.texi (C++ Dialect Options): Document -fstrict-enums.
16761
f4a4b582 167622010-05-03 David Ung <davidu@mips.com>
67e67979
DU
16763 James E. Wilson <wilson@codesourcery.com>
16764
e492f63b 16765 * config/mips/mips.c (mips_output_division): If GENERATE_DIVIDE_TRAPS,
67e67979
DU
16766 emit the trap instruction before the divide for TUNE_74K.
16767
42db504c
SB
167682010-05-03 Steven Bosscher <steven@gcc.gnu.org>
16769
16770 * doc/tm.texi (defmac SMALL_REGISTER_CLASSES): Remove.
16771 (TARGET_SMALL_REGISTER_CLASSES_FOR_MODE_P): Add documentation,
16772 based on the above, for new target hook.
16773
16774 * hooks.c (hook_bool_mode_true): New generic hook.
16775 * hooks.h (hook_bool_mode_true): Add prototype.
16776
16777 * target.h (struct gcc_target): Add small_register_classes_for_mode_p
16778 target hook.
16779 * target-def.h (TARGET_SMALL_REGISTER_CLASSES_FOR_MODE_P): New default
16780 target hook, set to hook_bool_mode_false.
16781 * regs.h: Remove default definition of SMALL_REGISTER_CLASSES.
16782 * reload.c (push_secondary_reload): Replace SMALL_REGISTER_CLASSES
16783 with targetm.small_register_classes_for_mode_p.
16784 (find_reusable_reload): Likewise.
16785 (combine_reloads): Likewise.
16786 * reload1.c (reload_as_needed): Likewise.
16787 * cse.c (approx_reg_cost_1, hash_rtx_cb): Likewise.
16788 * ifcvt.c (noce_process_if_block, check_cond_move_block,
16789 dead_or_predicable): Likewise.
16790 * regmove.c (optimize_reg_copy_1): Likewise.
16791 * calls.c (prepare_call_address): Likewise.
16792 (precompute_register_parameters): Likewise.
16793
16794 * config/sh/sh.h: Replace SMALL_REGISTER_CLASSES with new target
16795 hook definition.
16796 * config/sh/sh.c (sh_small_register_classes_for_mode_p): Add
16797 implementation of the hook that considers all register classes
16798 small except for SH64.
16799 (sh_override_options): Use the new hook.
16800 * config/sh/sh-protos.h (sh_small_register_classes_for_mode_p):
16801 Add prototype.
16802
16803 * config/arm/arm.h: Replace SMALL_REGISTER_CLASSES with new target
16804 hook definition.
16805 * config/arm/arm.c (arm_small_register_classes_for_mode_p): Add
16806 implementation of the hook that considers all register classes
16807 small for THUMB1.
16808 * config/arm/arm-protos.h (arm_small_register_classes_for_mode_p):
16809 Add prototype.
16810
16811 * config/mips/mips.h: Replace SMALL_REGISTER_CLASSES with new target
16812 hook definition.
16813 * config/mips/mips.c (mips_small_register_classes_for_mode_p): Add
16814 implementation of the hook that considers all register classes
16815 small for MIPS16.
16816 * config/mips/mips-protos.h (mips_small_register_classes_for_mode_p):
16817 Add prototype.
16818
16819 * config/i386/i386.h: Replace SMALL_REGISTER_CLASSES with new target
16820 hook definition.
16821 * config/m32c/m32c.h: Likewise.
16822 * config/pdp11/pdp11.h: Likewise.
16823 * config/avr/avr.h: Likewise.
16824 * config/xtensa/xtensa.h: Likewise.
16825 * config/m68hc11/m68hc11.h: Likewise.
16826 * config/mn10300/mn10300.h: Likewise.
16827 * config/mcore/mcore.h: Likewise.
16828 * config/h8300/h8300.h: Likewise.
16829 * config/bfin/bfin.h: Likewise.
16830
16831 * config/iq2000/iq2000.h: Remove SMALL_REGISTER_CLASSES definition.
16832 * config/rx/rx.h: Remove SMALL_REGISTER_CLASSES definition.
16833
e6693cfa
AS
168342010-05-03 Anatoly Sokolov <aesok@post.ru>
16835
16836 * double-int.h (tree_to_double_int): Remove macro.
16837 (double_int_to_tree, double_int_fits_to_tree_p): Move prototypes ...
16838 * tree.h (double_int_to_tree, double_int_fits_to_tree_p): ... here.
16839 (tree_to_double_int): New function.
16840 * double-int.c (double_int_to_tree, double_int_fits_to_tree_p):
16841 Move ...
16842 * tree.c (double_int_to_tree, double_int_fits_to_tree_p): ... here.
16843
8eb7bc3c
RG
168442010-05-03 Richard Guenther <rguenther@suse.de>
16845
16846 PR tree-optimization/43971
16847 * tree-ssa-structalias.c (get_constraint_for_1): Fix
16848 constraints in the !flag_delete_null_pointer_checks case.
16849
c4e26da1
JJ
168502010-05-03 Jakub Jelinek <jakub@redhat.com>
16851
16852 PR debug/43972
16853 * config/i386/i386.c (ix86_delegitimize_address): Make sure the
16854 result mode matches original rtl mode.
16855
2dfccd83
DK
168562010-05-03 Dave Korn <dave.korn.cygwin@gmail.com>
16857
2385a470 16858 PR target/43888
2dfccd83
DK
16859 * config/i386/winnt.c (i386_pe_binds_local_p): Handle weak decls.
16860
18fdef20
UB
168612010-05-02 Uros Bizjak <ubizjak@gmail.com>
16862
16863 * config/i386/i386.c (ix86_target_string): Output 'flags', not 'isa',
16864 when processing flag options.
16865
7c393241
UB
168662010-05-02 Uros Bizjak <ubizjak@gmail.com>
16867
16868 * gcov-iov.c (main): Change format string placeholder
16869 from %#08x to 0x%08x.
16870 * genchecksum.c (dosum): Change format string placeholder
16871 from %#02x to 0x%02x.
16872
52c307ba
RG
168732010-05-02 Richard Guenther <rguenther@suse.de>
16874
16875 PR tree-optimization/43879
7c393241 16876 * tree-tailcall.c (find_tail_calls): Clobbers also prevent tail calls.
52c307ba 16877
4896c7b8
BH
168782010-05-02 Bruno Haible <bruno@clisp.org>
16879
16880 * doc/extend.texi (Function Attributes): Fix a typo.
16881
34a47f6f
UB
168822010-05-02 Uros Bizjak <ubizjak@gmail.com>
16883
16884 Revert:
16885 * hwint.h (HOST_WIDE_INT_PRINT_DOUBLE_HEX): Change format string
16886 placeholder from 0x%x to %#x.
16887 (HOST_WIDEST_INT_PRINT_DOUBLE_HEX): Ditto.
7c393241
UB
16888 * config/i386/i386elf.h (ASM_OUTPUT_ASCII): Ditto.
16889 * config/i386/i386-interix.h (ASM_OUTPUT_ASCII): Ditto.
16890 * config/i386/att.h (ASM_OUTPUT_ASCII): Ditto.
16891 * config/i386/sysv4.h (ASM_OUTPUT_ASCII): Ditto.
16892 * config/i386/i386.c (ix86_target_string): Ditto.
34a47f6f 16893 * config/i386/i386.c (output_pic_addr_const): Ditto.
7c393241 16894 (print_operand): Ditto.
34a47f6f 16895
35c59d9c
UB
168962010-05-02 Uros Bizjak <ubizjak@gmail.com>
16897
16898 * vmsdbgout.c (ASM_OUTPUT_DEBUG_DATA1): Change format string
16899 placeholder from 0x%x to %#x.
16900 (ASM_OUTPUT_DEBUG_DATA1): Ditto.
16901 (ASM_OUTPUT_DEBUG_DATA4): Ditto.
16902 (ASM_OUTPUT_DEBUG_DATA): Ditto.
16903 (ASM_OUTPUT_DEBUG_ADDR_DATA): Ditto.
16904 (ASM_OUTPUT_DEBUG_DATA8): Ditto.
16905 * optc-gen.awk: Ditto.
16906 * hwint.h (HOST_WIDE_INT_PRINT_DOUBLE_HEX): Ditto.
16907 (HOST_WIDE_INT_PRINT_HEX): Ditto.
16908 (HOST_WIDEST_INT_PRINT_HEX): Ditto.
16909 (HOST_WIDEST_INT_PRINT_DOUBLE_HEX): Ditto.
35c59d9c 16910
82f81f18
AS
169112010-05-01 Anatoly Sokolov <aesok@post.ru>
16912
16913 * target.h (struct calls): Add function_value_regno_p field.
16914 * target-def.h (TARGET_FUNCTION_VALUE_REGNO_P): Define.
16915 (TARGET_INITIALIZER): Use TARGET_FUNCTION_VALUE_REGNO_P.
16916 * targhooks.c (default_function_value_regno_p): New function.
16917 * targhooks.h (default_function_value_regno_p): Declare function.
16918 * rtlanal.c (keep_with_call_p): Use function_value_regno_p hook.
16919 * builtins.c. (apply_result_size): (Ditto.).
16920 * combine.c. (likely_spilled_retval_p): (Ditto.).
16921 * mode-switching.c. Include 'target.h'.
16922 (create_pre_exit): Use function_value_regno_p hook.
16923 * Makefile.in (mode-switching.o): Add dependency on TARGET_H.
16924 * doc/tm.texi (FUNCTION_VALUE_REGNO_P,
16925 TARGET_FUNCTION_VALUE_REGNO_P): Revise documentation.
16926
16927 * config/i386/i386.h (TARGET_FUNCTION_VALUE_REGNO_P): Remove macro.
16928 * config/i386/i386.c (TARGET_FUNCTION_VALUE_REGNO_P): Define macro.
16929 (ix86_function_value_regno_p): Declare as static, change argument
16930 type to const unsigned int.
16931 * config/i386/i386-protos.h (ix86_function_value_regno_p): Remove.
16932
bab4d587
RG
169332010-05-01 Richard Guenther <rguenther@suse.de>
16934
16935 PR tree-optimization/43949
16936 * tree-vrp.c (ssa_name_nonnegative_p): Return true for unsigned
16937 types.
16938 (extract_range_from_binary_expr): Handle *_MOD_EXPR.
16939
3e93ff81
AS
169402010-05-01 Anatoly Sokolov <aesok@post.ru>
16941
16942 * rtl.h (CONST_DOUBLE_P): Define.
16943 (rtx_to_double_int): Declare.
16944 * emit-rtl.c (rtx_to_double_int): New function.
16945 * dwarf2out.c (insert_double): New function.
16946 (loc_descriptor, add_const_value_attribute): Clean up, use
16947 rtx_to_double_int and insert_double functions.
16948
bcbc9564
JW
169492010-05-01 Jonathan Wakely <jwakely.gcc@gmail.com>
16950
16951 * doc/extend.texi (Inline): Add missing return keyword to examples.
16952 (Function Attributes, Variable Attributes, Pragmas): Hyphenate
16953 "command-line".
16954
ce276b61
EB
169552010-04-30 Eric Botcazou <ebotcazou@adacore.com>
16956
16957 * tree-ssa-loop-ivopts.c (may_be_unaligned_p): Check the alignment of
16958 the variable part of the offset as well. Use highest_pow2_factor for
16959 all alignment checks.
16960
82677400
RB
169612010-04-30 Richard Guenther <rguenther@suse.de>
16962
16963 PR tree-optimization/43879
16964 * tree-ssa-structalias.c (type_could_have_pointers): Functions
16965 can have pointers.
16966
cd71491e
JH
169672010-04-30 Jan Hubicka <jh@suse.cz>
16968
82677400
RB
16969 * lto-symtab.c (lto_symtab_resolve_can_prevail_p): Chose var with
16970 varpool.
cd71491e
JH
16971 (lto_symtab_merge_decls_1): Remove logic looking for an initializer.
16972
ace72c88
JH
169732010-04-30 Jan Hubicka <jh@suse.cz>
16974
82677400
RB
16975 * cgraph.h (cgraph_node_set_nonempty_p, varpool_node_set_nonempty_p):
16976 New.
ace72c88
JH
16977 * lto-cgraph.c (input_cgraph): Remove call to lto_mark_file_for_ltrans.
16978 * lto-streamer.h (lto_file_decl_data): Remove needs_ltrans_p.
16979 (lto_file_needs_ltrans_p, lto_mark_file_for_ltrans,
16980 cgraph_node_set_needs_ltrans_p): Remove.
16981
b6feb796
SB
169822010-04-30 Steven Bosscher <steven@gcc.gnu.org>
16983
16984 * sdbout.c: Include vec.h, do not include varray.h.
16985 (deferred_global_decls, sdbout_global_decl,
16986 sdbout_finish, sdbout_init): Use VEC instead of VARRAY.
16987 * toplev.c: Do not include varray.h.
16988 (dump_memory_report): Do not dump VARRAY statistics.
16989 * gengtype.c (open_base_file): Ignore varray.h.
16990 * Makefile.in: Update for abovementioned changes.
16991 Remove all traces of varray.c and varray.h.
16992 * varray.c: Remove file.
16993 * varray.h: Remove file.
16994
05575e07
JH
169952010-04-30 Jan Hubicka <jh@suse.cz>
16996
16997 * lto-cgraph.c (lto_output_varpool_node): Always output constant pool
16998 references.
16999
9c6e0798
JH
170002010-04-30 Jan Hubicka <jh@suse.cz>
17001
17002 * tree-profile.c (tree_init_ic_make_global_vars): Mark new decls as
17003 needed.
17004
47d8a903
RG
170052010-04-30 Richard Guenther <rguenther@suse.de>
17006
17007 * tree-ssa-structalias.c (get_constraint_for_1): Generate
17008 constraints for CONSTRUCTOR.
17009
b6050cb7
RG
170102010-04-30 Richard Guenther <rguenther@suse.de>
17011
17012 PR lto/43946
17013 * passes.c (init_optimization_passes): Move pass_ipa_free_lang_data
17014 first after all lowering passes.
17015
9aae8d16
SB
170162010-04-30 Steven Bosscher <steven@gcc.gnu.org>
17017
17018 * toplev.c: Include varray.h for statistics dumping.
17019 * tree.h: Do not declare varray_head_tag.
17020 * tree-into-ssa.c, tree-ssa-uninit.c, tree-phinodes.c, omega.c,
17021 regs.h, lto-cgraph.c, tree-ssa-loop-ivopts.c, tree-nomudflap.c,
17022 c-objc-common.c, lto-streamer-out.c, tree-ssa-propagate.c,
17023 gimple-low.c, c-semantics.c, dwarf2out.c, lto-streamer-in.c,
17024 lto-section-in.c, alias.c, tree-if-conv.c, gimplify.c, ggc-zone.c,
17025 tree-ssa.c, tree-ssa-loop-prefetch.c, integrate.h, c-gimplify.c,
17026 c-common.c, c-common.h, reg-stack.c, basic-block.h,
17027 tree-ssa-structalias.c, lto-section-out.c, tree-ssanames.c: Do not
17028 include varray.h.
17029 * Makefile.in: Update for abovementioned changes.
17030
a07ecd2b
JJ
170312010-04-30 Jakub Jelinek <jakub@redhat.com>
17032
17033 PR debug/43942
17034 * tree.c (auto_var_in_fn_p): Return false for DECL_EXTERNAL vars.
17035
41700fc3
HS
170362010-04-30 Hariharan Sandanagobalane <hariharan@picochip.com>
17037
17038 * config/picochip/picochip.c (picochip_legitimize_address): Define.
17039 Use this function to do machine-specific conversion.
17040 (picochip_legitimize_reload_address): Likewise.
17041 (picochip_legitimate_address_p): Check valid base register only if
17042 strict.
17043 (picochip_check_conditional_copy): Check for modw only if opnd is
17044 register.
17045 * config/picochip/picochip.h (LEGITIMIZE_RELOAD_ADDRESS): Use this
17046 to call the function in c.
17047 * config/picochip/picochip-protos.h
17048 (picochip_legitimize_reload_address): Define.
17049 * config/picochip/picochip.md (supported_compare1): Define.
17050
8b4765bf
JH
170512010-04-30 Jan Hubicka <jh@suse.cz>
17052
17053 * cgraph.h (cgraph_local_info): Remove for_functions_valid.
17054 (cgraph_global_info): Remove inlined.
17055 (LTO_cgraph_tag_names): Remove.
17056 (LTO_cgraph_tags, LCC_NOT_FOUND): Move to ...
17057 * lto-cgraph.c (LTO_cgraph_tags, LCC_NOT_FOUND): ... here;
17058 simplify cgraph tags and document.
17059 (lto_output_node): Use only LTO_cgraph_unavail_node and
17060 LTO_cgraph_analyzed_node; Do not save analzed, reachable,
35c59d9c 17061 for_functions_valid, global info, process and output flags.
8b4765bf 17062 (input_overwrite_node): Initialize estimated stack size and
35c59d9c 17063 estimated growth. Do not read flags we no longer store.
8b4765bf
JH
17064 (input_node): Likewise do not read info no longer stored.
17065 * ipa-inline.c (cgraph_mark_inline_edge): Do not set global.inlined
17066 flag.
17067
4be68d9a
RG
170682010-04-30 Richard Guenther <rguenther@suse.de>
17069
17070 PR tree-optimization/43879
17071 * tree-ssa-structalias.c (get_constraint_for_1): Properly
17072 handle non-zero initializers.
17073
06468254
RG
170742010-04-30 Richard Guenther <rguenther@suse.de>
17075
17076 * builtins.c (fold_builtin_1): Delete free (0).
17077
8b4765bf 170782010-04-29 Jan Hubicka <jh@suse.cz>
49ba8180
JH
17079
17080 * gengtype.c (open_base_files): Add lto-streamer.h
17081 * cgraph.h (cgraph_local_info): lto_file_data is now in GGC.
17082 (pass_ipa_cp): GGC collect.
17083 * toplev. (compile_file): Do not output symbols.
17084 * ipa-inline.c (pass_ipa_inline): Add ggc collect.
17085 * timevar.def (TV_VARPOOL, TV_IPA_LTO_DECL_INIT_IO,
17086 TV_IPA_LTO_DECL_MERGE, TV_IPA_LTO_CGRAPH_MERGE, TV_VAROUT): New.
17087 * lto-section-in.c: Include ggc.h
17088 (lto_new_in_decl_state): Alloc in GGC.
17089 (lto_delete_in_decl_state): Likewise.
35c59d9c
UB
17090 * ipa.c (pass_ipa_function_visibility, pass_ipa_whole_program):
17091 Collect.
49ba8180 17092
5a733826
BS
170932010-04-29 Bernd Schmidt <bernds@codesourcery.com>
17094
17095 PR target/42895
17096 * doc/tm.texi (ADJUST_REG_ALLOC_ORDER): Renamed from
17097 ORDER_REGS_FOR_LOCAL_ALLOC. All instances of this macro changed.
17098 (HONOR_REG_ALLOC_ORDER): Describe new macro.
17099 * ira.c (setup_alloc_regs): Use ADJUST_REG_ALLOC_ORDER if defined.
17100 * ira-color.c (assign_hard_reg): Take prologue/epilogue costs into
17101 account only if HONOR_REG_ALLOC_ORDER is not defined.
17102 * config/arm/arm.h (HONOR_REG_ALLOC_ORDER): Define.
17103 * system.h (ORDER_REGS_FOR_LOCAL_ALLOC): Poison.
35c59d9c
UB
17104
171052010-04-29 Jon Grant <04@jguk.org>
17106
7c6d86cc
JG
17107 * collect2.c (vflag): Change type from int to bool.
17108 (debug): Likewise.
17109 (helpflag): New global bool.
35c59d9c
UB
17110 (main): Set vflag and debug with boolean, not integer truth values.
17111 Accept new "--help" option and output usage text if found.
7c6d86cc
JG
17112 * collect2.h (vflag): Update prototype.
17113 (debug): Likewise.
35c59d9c 17114
55040b34
L
171152010-04-29 H.J. Lu <hongjiu.lu@intel.com>
17116
716a3481 17117 PR bootstrap/43936
35c59d9c 17118 * plugin.h (flag_plugin_added): Moved out of invoke_plugin_callbacks.
55040b34 17119
46e70c4e
RG
171202010-04-29 Richard Guenther <rguenther@suse.de>
17121
17122 PR bootstrap/43935
17123 * plugin.h (invoke_plugin_callbacks): Annotate arguments
17124 with ATTRIBUTE_UNUSED.
17125
0d0539f0
L
171262010-04-29 H.J. Lu <hongjiu.lu@intel.com>
17127
17128 PR target/43921
17129 * config/i386/i386.c (get_some_local_dynamic_name): Replace
17130 INSN_P with NONDEBUG_INSN_P.
17131 (distance_non_agu_define): Likewise.
17132 (distance_agu_use): Likewise.
17133
8e5f0b49
BS
171342010-04-29 Bernd Schmidt <bernds@codesourcery.com>
17135
f4a4b582 17136 From Dominique d'Humieres <dominiq@lps.ens.fr>
8e5f0b49
BS
17137 PR bootstrap/43858
17138 * ifcvt.c (dead_or_predicable): Use df_simulate_find_defs to compute
17139 test_set.
17140
35c59d9c 171412010-04-29 Brian Hackett <bhackett1024@gmail.com>
efda3807
BH
17142
17143 * plugin.h (invoke_plugin_callbacks): New inline function.
17144 * plugin.c (flag_plugin_added): New global flag.
17145 (add_new_plugin): Initialize above flag.
17146 (invoke_plugin_callbacks): Rename to ...
17147 (invoke_plugin_callbacks_full): ... this.
17148
2942c502
JH
171492010-04-28 Jan Hubicka <jh@suse.cz>
17150
17151 * lto-symtab.c (lto_symtab_entry_def) Add vnode.
17152 (lto_varpool_replace_node): New.
17153 (lto_symtab_resolve_symbols): Resolve varpool nodes.
17154 (lto_symtab_merge_decls_1): Prefer decls with varpool node.
17155 (lto_symtab_merge_cgraph_nodes_1): Merge varpools.
17156 * cgraph.h (varpool_node_ptr): New type.
17157 (varpool_node_ptr): New vector.
17158 (varpool_node_set_def): New structure.
17159 (varpool_node_set): New type.
17160 (varpool_node_set): New vector.
17161 (varpool_node_set_element_def): New structure.
17162 (varpool_node_set_element, const_varpool_node_set_element): New types.
17163 (varpool_node_set_iterator): New type.
17164 (varpool_node): Add prev pointers, add used_from_other_partition,
17165 in_other_partition.
17166 (varpool_node_set_new, varpool_node_set_find, varpool_node_set_add,
17167 varpool_node_set_remove, dump_varpool_node_set, debug_varpool_node_set,
17168 varpool_get_node, varpool_remove_node): Declare.
17169 (vsi_end_p, vsi_next, vsi_node, vsi_start, varpool_node_in_set_p,
17170 varpool_node_set_size): New inlines.
17171 * cgraph.c (dump_cgraph_node): Dump asm names of aliases.
17172 * tree-pass.h (varpool_node_set_def): Forward declare.
17173 (ipa_opt_pass_d): Summary writting takes vnode sets too.
17174 (ipa_write_optimization_summaries): Update prototype.
17175 * ipa-cp.c (ipcp_write_summary): Update.
17176 * ipa-reference.c (ipa_reference_write_summary): Update.
17177 * lto-cgraph.c (lto_output_varpool_node): New static function.
17178 (output_varpool): New function.
17179 (input_varpool_node): New static function.
17180 (input_varpool_1): New function.
17181 (input_cgraph): Input varpool.
17182 * ipa-pure-const.c (pure_const_write_summary): Update.
17183 * lto-streamer-out.c (lto_output): Update, output varpool too.
17184 (write_global_stream): Kill WPA hack.
17185 (produce_asm_for_decls): Update.
17186 (output_alias_pair_p): Handle variables.
17187 (output_unreferenced_globals): Output only needed partition of varpool.
17188 * ipa-inline.c (inline_write_summary): Update.
35c59d9c
UB
17189 * lto-streamer-in.c (lto_input_tree_ref, lto_input_tree): Do not build
17190 cgraph.
2942c502
JH
17191 * lto-section-in.c (lto_section_name): Add varpool and jump funcs.
17192 * ipa.c (hash_varpool_node_set_element, eq_varpool_node_set_element,
17193 varpool_node_set_new, varpool_node_set_add,
17194 varpool_node_set_remove, varpool_node_set_find, dump_varpool_node_set,
17195 debug_varpool_node_set): New functions.
17196 * passes.c (rest_of_decl_compilation): when in LTO do not finalize.
17197 (execute_one_pass): Process new decls too.
17198 (ipa_write_summaries_2): Pass around vsets.
17199 (ipa_write_summaries_1): Likewise.
17200 (ipa_write_summaries): Build vset; be more selective about cgraph nodes
17201 to add.
17202 (ipa_write_optimization_summaries_1): Pass around vsets.
17203 (ipa_write_optimization_summaries): Likewise.
17204 * varpool.c (varpool_get_node): New.
17205 (varpool_node): Update doubly linked lists.
17206 (varpool_remove_node): New.
17207 (dump_varpool_node): More dumping.
17208 (varpool_enqueue_needed_node): Update doubly linked lists.
17209 (decide_is_variable_needed): Kill ltrans hack.
17210 (varpool_finalize_decl): Kill lto hack.
17211 (varpool_assemble_decl): Skip decls in other partitions.
17212 (varpool_assemble_pending_decls): Update doubly linkes lists.
17213 (varpool_empty_needed_queue): Likewise.
17214 (varpool_extra_name_alias): Likewise.
17215 * lto-streamer.c (lto_get_section_name): Add vars section.
17216 * lto-streamer.h (lto_section_type): Update.
17217 (output_varpool, input_varpool): Declare.
17218
da7f2697
MS
172192010-04-28 Mike Stump <mikestump@comcast.net>
17220
74ca3393 17221 * config/i386/darwin.h (CC1_SPEC): Ignore -mdynamic-no-pic for now.
da7f2697 17222
91eace2b
EB
172232010-04-28 Eric Botcazou <ebotcazou@adacore.com>
17224
17225 * lto-streamer-in.c (unpack_ts_type_value_fields): Replace test for
17226 record or union type with RECORD_OR_UNION_TYPE_P predicate.
17227 (lto_input_ts_type_tree_pointers): Likewise.
17228 * lto-streamer-out.c (pack_ts_type_value_fields): Likewise.
17229 (lto_output_ts_type_tree_pointers): Likewise.
17230
8478130d
EB
172312010-04-28 Eric Botcazou <ebotcazou@adacore.com>
17232
17233 Uniquization of constants at the Tree level
20225a9b 17234 * tree.h (DECL_IN_CONSTANT_POOL): New macro.
8478130d
EB
17235 (tree_decl_with_vis): Add in_constant_pool bit, move shadowed_for_var_p
17236 bit to the end.
17237 (tree_output_constant_def): Declare.
20225a9b 17238 * gimplify.c (gimplify_init_constructor): When using block copy, first
8478130d 17239 uniquize the constant constructor on the RHS.
20225a9b
EB
17240 * lto-streamer-in.c (unpack_ts_decl_with_vis_value_fields): Deal with
17241 DECL_IN_CONSTANT_POOL flag.
8478130d 17242 * lto-streamer-out.c (pack_ts_decl_with_vis_value_fields): Likewise.
20225a9b
EB
17243 * varasm.c (make_decl_rtl): Deal with variables belonging to the global
17244 constant pool.
8478130d
EB
17245 (assemble_variable): Deal with symbols belonging to the tree constant
17246 pool.
17247 (get_constant_section): Add ALIGN parameter and simplify.
17248 (build_constant_desc): Build a VAR_DECL and attach it to the symbol.
17249 (assemble_constant_contents): Use the expression of the VAR_DECL.
17250 (output_constant_def_contents): Use the alignment of the VAR_DECL.
17251 (tree_output_constant_def): New global function.
17252 (mark_constant): Use the expression of the VAR_DECL.
20225a9b
EB
17253 (place_block_symbol): Use the alignment of the VAR_DECL and the size of
17254 its expression.
8478130d
EB
17255 (output_object_block): Likewise and assemble the expression.
17256
331c7fcd
EB
172572010-04-28 Eric Botcazou <ebotcazou@adacore.com>
17258
17259 * lto-streamer.c [LTO_STREAMER_DEBUG] (tree_htab, tree_hash_entry,
17260 hash_tree, eq_tree): New tree hash table.
17261 (lto_streamer_init) [LTO_STREAMER_DEBUG]: Initialize it.
17262 [LTO_STREAMER_DEBUG] (lto_orig_address_map, lto_orig_address_get,
17263 lto_orig_address_remove): Reimplement.
17264
34f97b94
XDL
172652010-04-28 Xinliang David Li <davidxl@google.com>
17266
17267 PR c/42643
17268 * tree-ssa-uninit.c (can_skip_redundant_opnd): New function.
17269 (compute_uninit_opnds_pos): New function.
17270 (is_non_loop_exit_postdominating): New function.
17271 (compute_control_dep_chain): New function.
17272 (find_pdom): New function.
17273 (convert_control_dep_chain_into_preds): New function.
17274 (find_predicates): New function.
17275 (find_control_equiv_block): New function.
17276 (collect_phi_def_edges): New function.
17277 (find_def_preds): New function.
17278 (find_dom): New function.
17279 (dump_predicates): New function.
17280 (get_cmp_code): New function.
17281 (is_value_included_in): New function.
17282 (find_matching_predicate_in_rest_chains): New function.
17283 (use_pred_not_overlap_with_undef_path_pred): New function.
17284 (is_use_properly_guarded): New function.
17285 (normalize_cond_1): New function.
17286 (is_and_or_or): New function.
17287 (normalize_cond): New function.
17288 (is_gcond_subset_of): New function.
17289 (is_subset_of_any): New function.
17290 (is_or_set_subset_of): New function.
17291 (is_and_set_subset_of): New function.
17292 (is_norm_cond_subset_of): New function.
17293 (is_pred_expr_subset_of): New function.
17294 (is_pred_chain_subset_of): New function.
17295 (is_included_in): New function.
17296 (is_superset_of): New function.
17297 (find_uninit_use): New function.
17298 (warn_uninitialized_phi): New function.
17299 (compute_possibly_undefined_names): New function.
17300 (ssa_undefined_value_p): New function.
17301 (execute_late_warn_uninitialized): New function.
17302 * tree-ssa.c (ssa_undefined_value_p): Removed.
17303 (warn_uninit): Changed to extern.
17304 (warn_uninitialized_phi): Removed.
17305 (warn_uninitialized_vars): Changed to extern.
17306 (execute_late_warn_uninitialized): Removed
17307 * tree-flow.h: Add new prototypes.
17308 * timevar.def: Add new time variable.
17309 * Makefile.in: Add new build file.
17310
85fac79c
UB
173112010-04-28 Uros Bizjak <ubizjak@gmail.com>
17312
17313 * config/alpha/elf.h (ASM_DECLARE_OBJECT_NAME): Use gnu_unique_object
17314 type if available.
17315
902a51a1
RO
173162010-04-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
17317
17318 PR target/22224
17319 * config/alpha/osf5.h (ASM_OUTPUT_LOCAL): Redefine.
17320
e33c6cd6
MJ
173212010-04-28 Martin Jambor <mjambor@suse.cz>
17322
17323 * cgraph.h (struct cgraph_node): New field indirect_calls.
17324 (struct cgraph_indirect_call_info): New type.
17325 (struct cgraph_edge): Removed field indirect_call. New fields
17326 indirect_info, indirect_inlining_edge and indirect_unknown_callee.
17327 (cgraph_create_indirect_edge): Declare.
17328 (cgraph_make_edge_direct): Likewise.
17329 (enum LTO_cgraph_tags): New item LTO_cgraph_indirect_edge.
17330 * ipa-prop.h (struct ipa_param_call_note): Removed.
17331 (struct ipa_node_params): Removed field param_calls.
17332 (ipa_create_all_structures_for_iinln): Declare.
17333 * cgraph.c: Described indirect edges and uids in initial comment.
17334 (cgraph_add_edge_to_call_site_hash): New function.
17335 (cgraph_edge): Search also among the indirect edges, use
17336 cgraph_add_edge_to_call_site_hash to add edges to the call site hash.
17337 (cgraph_set_call_stmt): Possibly turn an indirect edge into a direct
17338 one, use cgraph_add_edge_to_call_site_hash to add edges to the call
17339 site hash.
17340 (initialize_inline_failed): Assign a reason to indirect edges.
17341 (cgraph_create_edge_1): New function.
17342 (cgraph_create_edge): Moved some functionality to
17343 cgraph_create_edge_1.
17344 (cgraph_create_indirect_edge): New function.
17345 (cgraph_edge_remove_callee): Add an assert checking for
17346 non-indirectness.
17347 (cgraph_edge_remove_caller): Special-case indirect edges.
17348 (cgraph_remove_edge): Likewise.
17349 (cgraph_set_edge_callee): New function.
17350 (cgraph_redirect_edge_callee): Use cgraph_set_edge_callee.
17351 (cgraph_make_edge_direct): New function.
17352 (cgraph_update_edges_for_call_stmt_node): Do nothing only when also
17353 the declaration of the call statement matches.
17354 (cgraph_node_remove_callees): Special-case indirect edges.
17355 (cgraph_clone_edge): Likewise.
17356 (cgraph_clone_node): Clone also the indirect edges.
17357 (dump_cgraph_node): Dump indirect_inlining_edge flag instead of
17358 indirect_call, dump count of indirect_calls edges.
17359 * ipa-prop.c (iinlining_processed_edges): New variable.
17360 (ipa_note_param_call): Create indirect edges instead of
17361 creating notes. New parameter node.
17362 (ipa_analyze_call_uses): New parameter node, pass it on to
17363 ipa_note_param_call.
17364 (ipa_analyze_stmt_uses): Likewise.
17365 (ipa_analyze_params_uses): Pass node to ipa_analyze_stmt_uses.
17366 (print_edge_addition_message): Work on edges rather than on notes.
17367 (update_call_notes_after_inlining): Likewise, renamed to
17368 update_indirect_edges_after_inlining.
17369 (ipa_create_all_structures_for_iinln): New function.
17370 (ipa_free_node_params_substructures): Do not free notes.
17371 (ipa_edge_duplication_hook): Propagate bits within
17372 iinlining_processed_edges bitmap.
17373 (ipa_node_duplication_hook): Do not duplicate notes.
17374 (free_all_ipa_structures_after_ipa_cp): Renamed to
17375 ipa_free_all_structures_after_ipa_cp.
17376 (free_all_ipa_structures_after_iinln): Renamed to
62e59133 17377 ipa_free_all_structures_after_iinln.
e33c6cd6
MJ
17378 (ipa_write_param_call_note): Removed.
17379 (ipa_read_param_call_note): Removed.
17380 (ipa_write_indirect_edge_info): New function.
17381 (ipa_read_indirect_edge_info): Likewise.
17382 (ipa_write_node_info): Do not stream notes, do stream information
17383 in indirect edges.
17384 (ipa_read_node_info): Likewise.
17385 (lto_ipa_fixup_call_notes): Removed.
17386 * ipa-cp.c (pass_ipa_cp): Set stmt_fixup to NULL.
17387 * ipa-inline.c (pass_ipa_inline): Likewise.
17388 * cgraphunit.c (verify_cgraph_node): Check also indirect edges.
17389 * cif-code.def (INDIRECT_UNKNOWN_CALL): New reason.
17390 * tree-inline.c (copy_bb): Removed an unnecessary double check for
17391 is_gimple_call.
17392 * tree-inline.c (get_indirect_callee_fndecl): Do not consider indirect
17393 edges.
17394 * lto-cgraph.c (output_outgoing_cgraph_edges): New function.
17395 (output_cgraph): Stream also indirect edges.
17396 (lto_output_edge): Added capability to stream indirect edges.
17397 (input_edge): Likewise.
17398 (input_cgraph_1): Likewise.
f3d1b157
MJ
17399 * lto-streamer-in.c (fixup_call_stmt_edges_1): Fixup also statements
17400 of indirect edges.
e33c6cd6 17401
18abb35e
RG
174022010-04-28 Richard Guenther <rguenther@suse.de>
17403
17404 PR tree-optimization/43879
17405 PR tree-optimization/43909
17406 * tree-ssa-structalias.c (struct variable_info): Add
17407 only_restrict_pointers flag.
17408 (new_var_info): Initialize it. Increment stats.total_vars here.
62e59133 17409 (create_function_info_for): Do not increment stats.total_vars here.
18abb35e
RG
17410 (get_function_part_constraint): Fix build with C++.
17411 (insert_into_field_list): Remove.
17412 (push_fields_onto_fieldstack): Properly merge fields.
17413 (create_variable_info_for): Split and simplify.
17414 (create_variable_info_for_1): New piece.
17415 (intra_create_variable_infos): Properly make restrict constraints
17416 from parameters.
17417
c718820a
RG
174182010-04-28 Richard Guenther <rguenther@suse.de>
17419
17420 PR c++/43880
35c59d9c 17421 * tree-inline.c (copy_bind_expr): Also copy bind expr vars value-exprs.
c718820a 17422
5dc16b19 174232010-04-27 Manuel López-Ibáñez <manu@gcc.gnu.org>
f4a4b582 17424 Jan Hubicka <hubicka@ucw.cz>
5dc16b19
MLI
17425
17426 * doc/invoke.texi (-Wsuggest-attribute=const,
17427 -Wsuggest-attribute=pure): Document.
17428 * ipa-pure-const.c: Include toplev.h, intl.h and opts.h.
17429 (function_always_visible_to_compiler_p,
17430 suggest_attribute, warn_function_pure, warn_function_const):
17431 New functions.
17432 (check_call): Improve debug info.
17433 (analyze_function): Do not check availability.
17434 (add_new_function): Check availability.
17435 (propagate): Output warnings.
17436 (skip_function_for_local_pure_const): New function.
17437 (local_pure_const): Use it; output warnings.
17438 * common.opt (Wsuggest-attribute=const,
17439 Wsuggest-attribute=pure): New.
17440
78b41ae2
JJ
174412010-04-27 Jakub Jelinek <jakub@redhat.com>
17442
17443 * dwarf2out.c (def_cfa_1): After DW_CFA_def_cfa_expression
17444 force using DW_CFA_def_cfa instead of DW_CFA_def_cfa_register
17445 or DW_CFA_def_cfa_offset{,_sf}.
17446
62107106
EB
174472010-04-27 Eric Botcazou <ebotcazou@adacore.com>
17448
17449 * tree.h: Fix truncated long macros.
17450
ad211091
KT
174512010-04-27 Kai Tietz <kai.tietz@onevision.com>
17452
17453 * collect2.c (TARGET_64BIT): Redefine to target's default.
17454 * tlink.c: Likewise.
17455 * config/i386/cygming.h (USER_LABEL_PREFIX): Define
17456 dependent to TARGET_64BIT and USE_MINGW64_LEADING_UNDERSCORES.
17457 * config/i386/i386.h (CRT_CALL_STATIC_FUNCTION): Use
17458 for underscoring __USER_LABEL_PREFIX__.
17459 * config/i386/mingw-w64.h (SUB_LINK_ENTRY): New macro.
17460 (SUB_LINK_ENTRY32): New.
17461 (SUB_LINK_ENTRY64): New.
85fac79c 17462 (LINK_SPEC): Replace entry point spec by SUB_LINK_ENTRY.
ad211091
KT
17463 * config/i386/mingw32 (SUB_LINK_ENTRY32): New.
17464 (SUB_LINK_ENTRY64): New.
17465 (SUB_LINK_ENTRY): New.
17466 (LINK_SPEC): Use SUB_LINK_ENTRY instead of hard-coded entry-point.
17467 (DWARF2_UNWIND_INFO): Error out for use of dw2 unwind when
17468 x64 target is choosen.
17469 * config.in (USE_MINGW64_LEADING_UNDERSCORES): New.
17470 * configure: Regenerated.
17471 * configure.ac (leading-mingw64-underscores): Option added.
17472
e65bb9be
JH
174732010-04-27 Jan Hubicka <jh@suse.cz>
17474
17475 * doc/invoke.texi (-fipa-profile): Document.
17476 * opts.c (decode_options): Enable ipa-profile at -O1.
17477 * timevar.def (TV_IPA_PROFILE): Define.
17478 * common.opt (fipa-profile): Add.
62107106
EB
17479 * cgraph.c (cgraph_clone_node): Set local flag and clear vtable method
17480 flag for clones.
e65bb9be
JH
17481 (cgraph_propagate_frequency): Handle only local ones.
17482 * tree-pass.h (pass_ipa_profile): Declare.
17483 * ipa-profile.c (gate_profile): Use flag_ipa_profile.
17484 (pass_ipa_profile): Use TV_IPA_PROFILE.
17485 * ipa.c (ipa_profile): New function.
17486 (gate_ipa_profile): Likewise.
17487 (pass_ipa_profile): New global variable.
17488 * passes.c (pass_ipa_profile): New.
17489
8606c81d
NF
174902010-04-27 Nathan Froyd <froydnj@codesourcery.com>
17491
17492 * config/arm/arm.c (arm_expand_builtin): Remove redundant declaration.
17493
78eaf7bf
MJ
174942010-04-27 Martin Jambor <mjambor@suse.cz>
17495
17496 PR middle-end/43812
17497 * ipa.c (dissolve_same_comdat_group_list): New function.
17498 (function_and_variable_visibility): Call
17499 dissolve_same_comdat_group_list when comdat group contains external or
17500 newly local nodes.
17501 * cgraphunit.c (verify_cgraph_node): Verify that same_comdat_group
17502 lists are circular and that they contain only DECL_ONE_ONLY nodes.
17503
5b56d3bb
EB
175042010-04-27 Eric Botcazou <ebotcazou@adacore.com>
17505
17506 * varasm.c (decode_addr_const): Handle special case of INDIRECT_REF.
17507 (const_hash_1) <VECTOR_CST>: New case.
17508 (compare_constant) <VECTOR_CST>: Likewise.
17509 <ADDR_EXPR>: Deal with LABEL_REFs.
17510 (copy_constant) <VECTOR_CST>: New case.
17511
fa5f5e27
JH
175122010-04-27 Jan Hubicka <jh@suse.cz>
17513
17514 * cgraph.c (cgraph_propagate_frequency): New function.
17515 * cgraph.h (cgraph_propagate_frequency): Declare.
17516 * ipa-inline.c (cgraph_clone_inlined_nodes): Call
17517 cgraph_propagate_frequency.
17518
934f5b42
JJ
175192010-04-27 Jakub Jelinek <jakub@redhat.com>
17520
17521 * unwind-dw2.c (_Unwind_DebugHook): Add used and noclone attributes.
17522
cb751cbd
BS
175232010-04-27 Bernd Schmidt <bernds@codesourcery.com>
17524
17525 PR target/40657
17526 * config/arm/arm.c (thumb1_extra_regs_pushed): New function.
17527 (thumb1_expand_prologue, thumb1_output_function_prologue): Call it
17528 here to determine which regs to push and how much stack to reserve.
17529
a5027830
JZ
175302010-04-27 Jie Zhang <jie@codesourcery.com>
17531
17532 * doc/gimple.texi (gimple_statement_with_ops): Remove
17533 addresses_taken field.
17534 (gimple_statement_with_memory_ops): Likewise.
17535
d89488ec
JH
175362010-04-27 Jan Hubicka <jh@suse.cz>
17537
17538 * tree-inline.c (eni_inlining_weights): Remove.
17539 (estimate_num_insns): Special case more builtins.
17540
637f1455 175412010-04-27 Shujing Zhao <pearly.zhao@oracle.com>
85fac79c 17542
637f1455
SZ
17543 PR c/32207
17544 * c-typeck.c (build_binary_op): Move forward check for comparison
17545 pointer with null pointer constant and adjust the diagnostic message.
17546
f0423078
DK
175472010-04-27 Dave Korn <dave.korn.cygwin@gmail.com>
17548
17549 PR lto/42776
17550 * configure.ac (gcc_cv_as_section_has_align): Set if installed
17551 binutils supports extended .section directive needed by LTO, or
17552 warn if older binutils found.
17553 (LTO_BINARY_READER): New AC_SUBST'd variable.
17554 (LTO_USE_LIBELF): Likewise.
17555 * gcc/config.gcc (lto_binary_reader): New target-specific configure
17556 variable.
17557 * gcc/Makefile.in (LTO_BINARY_READER): Import AC_SUBST'd autoconf var.
17558 (LTO_USE_LIBELF): Likewise.
17559 * configure: Regenerate.
17560
17561 * collect2.c (is_elf): Rename from this ...
17562 (is_elf_or_coff): ... to this, and recognize and allow i386 COFF
17563 object files in addition to ELF-formatted ones.
17564 (scan_prog_file): Caller updated. Also allow for LTO info marker
17565 symbol to be prefixed or not by an extra underscore.
17566
17567 * config/i386/t-cygming (winnt.o): Also depend on LTO_STREAMER_H.
17568 * config/i386/winnt.c: Also #include lto-streamer.h
17569 (i386_pe_asm_named_section): Specify 1-byte section alignment for
17570 LTO named sections.
17571 (i386_pe_asm_output_aligned_decl_common): Add comment.
17572 (i386_pe_maybe_record_exported_symbol): Allow decl arg to be NULL.
17573
68e87fc9
HPN
175742010-04-27 Hans-Peter Nilsson <hp@bitrange.com>
17575
45c384e3 17576 PR target/43889
68e87fc9
HPN
17577 * config/mmix/mmix.md ("*divdi3_nonknuth", "*moddi3_nonknuth"):
17578 Add missing earlyclobber for second alternative.
17579
823ff7b4
BS
175802010-04-26 Bernd Schmidt <bernds@codesourcery.com>
17581
17582 * df-problems.c (df_simulate_initialize_forwards): Set, don't clear,
17583 bits for artificial defs at the top of the block.
17584 * fwprop.c (single_def_use_enter_block): Don't call it.
17585
f4a4b582 175862010-04-26 Jack Howarth <howarth@bromo.med.uc.edu>
9ec69d2e
JH
17587
17588 PR 43715
17589 * gcc/configure.ac: Use "$gcc_cv_nm -g" on darwin
17590 instead of "$gcc_cv_objdump -T".
17591 Use "-undefined dynamic_lookup" on darwin.
17592 * gcc/configure: Regenerate.
17593
b83a701b
JJ
175942010-04-26 Jakub Jelinek <jakub@redhat.com>
17595
17596 PR c/43893
17597 * c-omp.c (c_finish_omp_for): Handle also EQ_EXPR.
17598
8415f317
NF
175992010-04-26 Nathan Froyd <froydnj@codesourcery.com>
17600
17601 * c-parser.c (struct c_token): Move location field up.
17602 * c-tree.h (struct c_typespec): Move expr_const_operands field up.
17603 (struct c_declspecs): Convert typespec_word, storage_class, and
17604 default_int_p into bitfields.
17605 (struct c_declarator): Move loc field up.
17606
448f65db
NF
176072010-04-26 Nathan Froyd <froydnj@codesourcery.com>
17608
17609 * cfgloop.h (struct loop): Move can_be_parallel field up.
17610 * ipa-prop.h (struct ip_node_params): Move bitfields up.
17611 * tree-ssa-loop-ivopts.c (struct version_info): Move inv_id field
17612 down.
17613 (struct iv_cand): Convert pos field into a bitfield.
17614 * tree-vectorizer.h (struct _loop_vec_info): Move loop_line_number
17615 field up.
17616 (struct _stmt_vec_info): Shuffle fields for better packing.
17617
736865e1
EB
176182010-04-26 Eric Botcazou <ebotcazou@adacore.com>
17619
17620 * varasm.c (IN_NAMED_SECTION): Remove guard.
17621 * config/arm/unknown-elf.h (IN_NAMED_SECTION): Rename to...
17622 (IN_NAMED_SECTION_P): ...this.
17623 (ASM_OUTPUT_ALIGNED_BSS): Adjust for above renaming.
17624 (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Likewise.
17625
06ec59e6
EB
176262010-04-26 Eric Botcazou <ebotcazou@adacore.com>
17627
17628 * gimplify.c (gimplify_cond_expr): Use THEN_ and ELSE_ local variables.
17629 Use VOID_TYPE_P for all void type tests. Adjust TYPE variable instead
17630 of shadowing it. Fix comments.
17631
5fefcf92
JH
176322010-04-26 Jan Hubicka <jh@suse.cz>
17633
17634 * cgraph.c (cgraph_create_node): Set node frequency to normal.
17635 (cgraph_clone_node): Copy function frequency.
17636 * cgraph.h (node_frequency): New enum
17637 (struct cgraph_node): Add.
17638 * final.c (rest_of_clean_state): Update.
17639 * lto-cgraph.c (lto_output_node): Output node frequency.
17640 (input_overwrite_node): Input node frequency.
17641 * tre-ssa-loop-ivopts (computation_cost): Update.
06ec59e6
EB
17642 * lto-streamer-out.c (output_function): Do not output function
17643 frequency.
17644 * predict.c (maybe_hot_frequency_p): Update and handle functions
17645 executed once.
5fefcf92
JH
17646 (cgraph_maybe_hot_edge_p): Likewise; use cgraph frequency instead of
17647 attribute lookup.
17648 (probably_never_executed_bb_p, optimize_function_for_size_p): Update.
06ec59e6
EB
17649 (compute_function_frequency): Set noreturn functions to be executed
17650 once.
5fefcf92
JH
17651 (choose_function_section): Update.
17652 * lto-streamer-in.c (input_function): Do not input function frequency.
06ec59e6
EB
17653 * function.c (allocate_struct_function): Do not initialize function
17654 frequency.
5fefcf92
JH
17655 * function.h (function_frequency): Remove.
17656 (struct function): Remove function frequency.
17657 * ipa-profile.c (CGRAPH_NODE_FREQUENCY): Remove.
17658 (try_update): Update.
17659 * tree-inline.c (initialize_cfun): Do not update function frequency.
17660 * passes.c (pass_init_dump_file): Update.
17661 * i386.c (ix86_compute_frame_layout): Update.
17662 (ix86_pad_returns): Update.
17663
330af32c
JZ
176642010-04-26 Jie Zhang <jie@codesourcery.com>
17665
17666 PR tree-optimization/43833
17667 * tree-vrp.c (range_int_cst_p): New.
17668 (range_int_cst_singleton_p): New.
17669 (extract_range_from_binary_expr): Optimize BIT_AND_EXPR case
17670 when both operands are constants. Use range_int_cst_p in
17671 BIT_IOR_EXPR case.
17672
ae2b0888
JH
176732010-04-26 Jan Hubicka <jh@suse.cz>
17674
17675 * cgraphunit.c (cgraph_copy_node_for_versioning): Fix profile updating.
17676
98b2dfbb
RG
176772010-04-26 Richard Guenther <rguenther@suse.de>
17678
17679 PR lto/43080
17680 * gimple.c (gimple_decl_printable_name): Deal gracefully
17681 with a NULL DECL_NAME.
17682
1ae3075b
RG
176832010-04-26 Richard Guenther <rguenther@suse.de>
17684
17685 PR lto/42425
17686 * tree.c (free_lang_data_in_type): Do not free TYPE_CONTEXT
17687 if emitting debug information and it is either a function
17688 or a namespace decl.
17689
4b5caab7
IR
176902010-04-26 Ira Rosen <irar@il.ibm.com>
17691
85fac79c
UB
17692 * tree-vectorizer.h (struct _stmt_vec_info): Add new field to
17693 determine if the statement is vectorizable, and a macro to access it.
17694 * tree-vect-data-refs.c (vect_analyze_data_ref_dependence):
17695 Skip statements that can't be vectorized. If the analysis fails,
17696 mark the statement as unvectorizable if vectorizing basic block.
4b5caab7 17697 (vect_compute_data_refs_alignment): Likewise.
85fac79c 17698 (vect_verify_datarefs_alignment): Skip statements marked as
4b5caab7 17699 unvectorizable. Add print.
85fac79c
UB
17700 (vect_analyze_group_access): Skip statements that can't be
17701 vectorized. If the analysis fails, mark the statement as
4b5caab7 17702 unvectorizable if vectorizing basic block.
85fac79c
UB
17703 (vect_analyze_data_ref_accesses, vect_analyze_data_refs): Likewise.
17704 * tree-vect-stmts.c (vectorizable_store): Fix the number of
4b5caab7
IR
17705 generated stmts for SLP.
17706 (new_stmt_vec_info): Initialize the new field.
85fac79c 17707 * tree-vect-slp.c (vect_build_slp_tree): Fail to vectorize
4b5caab7
IR
17708 statements marked as unvectorizable.
17709
2778d766
JM
177102010-04-25 Joseph Myers <joseph@codesourcery.com>
17711
17712 * c-common.c (flag_isoc1x): New.
17713 (flag_isoc99): Update comment.
17714 * c-common.h (flag_isoc1x): New.
17715 (flag_isoc99): Update comment.
17716 * c-cppbuiltin.c (builtin_define_float_constants): Also define
17717 __<type>_DECIMAL_DIG__.
17718 * c-opts.c (set_std_c1x): New.
17719 (c_common_handle_option): Handle -std=c1x and -std=gnu1x.
17720 (set_std_c89, set_std_c99): Also set flag_isoc1x to 0.
17721 * c.opt (-std=c1x, -std=gnu1x): New options.
17722 * doc/cpp.texi: Mention -std=c1x.
17723 * doc/cppopts.texi (-std=c1x, -std=gnu1x): Document.
17724 * doc/extend.texi: Mention -std=c1x and -std=gnu1x.
17725 * doc/invoke.texi (-std=c1x, -std=gnu1x): Document.
17726 * doc/standards.texi: Mention C1X.
17727 * ginclude/float.h (FLT_DECIMAL_DIG, DBL_DECIMAL_DIG,
17728 LDBL_DECIMAL_DIG, FLT_HAS_SUBNORM, DBL_HAS_SUBNORM,
17729 LDBL_HAS_SUBNORM, FLT_TRUE_MIN, DBL_TRUE_MIN, LDBL_TRUE_MIN):
17730 Define for C1X.
17731
3d416346
UB
177322010-04-25 Uros Bizjak <ubizjak@gmail.com>
17733
17734 * config/i386/gmon-sol2.c (_mcleanup): Change format string
17735 placeholder from 0x%x to %#x.
17736 * config/i386/i386elf.h (ASM_OUTPUT_ASCII): Ditto.
17737 * config/i386/i386-interix.h (ASM_OUTPUT_ASCII): Ditto.
17738 * config/i386/att.h (ASM_OUTPUT_ASCII): Ditto.
17739 * config/i386/sysv4.h (ASM_OUTPUT_ASCII): Ditto.
17740 * config/i386/i386.c (ix86_target_string): Ditto.
17741 (output_pic_addr_const): Ditto.
17742 (print_operand): Ditto.
17743
910ed7dc
PB
177442010-04-25 Paolo Bonzini <bonzini@gnu.org>
17745
17746 * combine.c (find_split_point): Add third argument. Use it
17747 to find nested multiply-accumulate instructions. Adjust calls.
17748 (try_combine): Adjust call to find_split_point.
17749
423b2799
GP
177502010-04-24 Gerald Pfeifer <gerald@pfeifer.com>
17751
17752 * doc/contrib.texi (Contributors): Add Dodji Seketeli.
17753
27d0d96a
BS
177542010-04-24 Bernd Schmidt <bernds@codesourcery.com>
17755
17756 PR tree-optimization/41442
17757 * fold-const.c (merge_truthop_with_opposite_arm): New function.
17758 (fold_binary_loc): Call it.
17759
c7d0de89
MLI
177602010-04-23 Manuel López-Ibáñez <manu@gcc.gnu.org>
17761
3d416346 17762 * toplev.c (general_init): Set default for fdiagnostics-show-option.
c7d0de89 17763 * opts.c (common_handle_option): Allow disabling it.
3d416346
UB
17764 * common.opt (fdiagnostics-show-option): Add Var. Enabled by default.
17765
915f5921
EB
177662010-04-23 Eric Botcazou <ebotcazou@adacore.com>
17767
17768 * expr.c (expand_expr_real_1) <VIEW_CONVERT_EXPR>: Only use conversion
17769 between modes if both types are integral.
17770
4e708ff7
RG
177712010-04-23 Richard Guenther <rguenther@suse.de>
17772
17773 PR tree-optimization/43572
17774 * tree-tailcall.c (find_tail_calls): Allow PARM_DECL uses.
17775
8fd8a06f
RG
177762010-04-23 Richard Guenther <rguenther@suse.de>
17777
17778 PR lto/43455
17779 * tree-inline.c (tree_can_inline_p): Also check compatibility
17780 of return types.
17781
77620011
MJ
177822010-04-23 Martin Jambor <mjambor@suse.cz>
17783
17784 PR tree-optimization/43846
17785 * tree-sra.c (struct access): New flag grp_assignment_read.
17786 (build_accesses_from_assign): Set grp_assignment_read.
17787 (sort_and_splice_var_accesses): Propagate grp_assignment_read.
17788 (enum mark_read_status): New type.
17789 (analyze_access_subtree): Propagate grp_assignment_read, create
17790 accesses also if both direct_read and root->grp_assignment_read.
17791
5c20baf1
MJ
177922010-04-23 Martin Jambor <mjambor@suse.cz>
17793
17794 PR middle-end/43835
17795 * tree-sra.c (ipa_sra_preliminary_function_checks): Check that the
17796 function does not have type attributes.
17797
c67f69a3
RG
177982010-04-23 Richard Guenther <rguenther@suse.de>
17799
17800 PR lto/42653
17801 * tree.c (free_lang_data_in_decl): Do not reset DECL_CONTEXT
17802 of FUNCTION_DECLs.
17803
086058c2
LB
178042010-04-22 Laurynas Biveinis <laurynas.biveinis@gmail.com>
17805
17806 * sese.h (create_if_region_on_edge): Remove.
17807
17808 * sese.c (create_if_region_on_edge): Make static.
17809
17810 * tree-inline.c: Do not include ggc.h.
17811
17812 * expr.c: Do not include ggc.h.
17813
17814 * Makefile.in (tree-inline.o, expr.o): Remove $(GGC_H) from
17815 dependencies.
17816
fc9c984d
KK
178172010-04-22 Kaz Kojima <kkojima@gcc.gnu.org>
17818
17819 PR target/43744
17820 * config/sh/sh.c (find_barrier): Don't emit a constant pool
17821 in the middle of insns for casesi_worker_2.
17822
cf42f095
DE
178232010-04-22 David Edelsohn <edelsohn@gnu.org>
17824
17825 * config/rs6000/x-aix: Override LDFLAGS for all COMPILERS.
17826
178272010-04-22 Ira Rosen <irar@il.ibm.com>
74500b3e 17828
5bdd895c 17829 PR tree-optimization/43842
d5dceab8 17830 * tree-vect-loop.c (vect_create_epilog_for_reduction): Handle
74500b3e
IR
17831 loop unrolling in update of exit phis. Fix comment.
17832 * tree-vect-slp.c (vect_analyze_slp): Check that there are at
d5dceab8 17833 least two reduction statements in the loop before starting SLP
74500b3e
IR
17834 analysis.
17835
d5f4a527
NC
178362010-04-22 Nick Clifton <nickc@redhat.com>
17837
17838 * config/stormy16/stormy16-lib2.c (__ucmpsi2): Fix thinko.
17839
44741f03
AM
178402010-04-22 Alexander Monakov <amonakov@ispras.ru>
17841
17842 * tree-ssa-reassoc.c (eliminate_plus_minus_pair): Handle BIT_NOT_EXPR
17843 to simplify a + ~a.
17844
f873b205
LB
178452010-04-22 Laurynas Biveinis <laurynas.biveinis@gmail.com>
17846
17847 * tree-parloops.c (loop_parallel_p): New argument
17848 parloop_obstack. Pass it down.
17849 (parallelize_loops): New variable parloop_obstack. Initialize it,
17850 pass it down, free it.
17851
17852 * tree-loop-linear.c (linear_transform_loops): Pass down
17853 lambda_obstack.
17854
17855 * tree-data-ref.h (lambda_compute_access_matrices): New argument
17856 of type struct obstack *.
17857
17858 * tree-data-ref.c (analyze_subscript_affine_affine): New variable
17859 scratch_obstack. Initialize it, pass down, free it.
17860
17861 * lambda.h (lambda_loop_new): Remove.
17862 (lambda_matrix_new, lambda_matrix_inverse)
17863 (lambda_trans_matrix_new, lambda_trans_matrix_inverse): New
17864 argument of type struct obstack *.
17865
17866 * lambda-trans.c (lambda_trans_matrix_new): New argument
17867 lambda_obstack. Pass it down, use obstack allocation for ret.
17868 (lambda_trans_matrix_inverse): New argument lambda_obstack. Pass
17869 it down.
17870
17871 * lambda-mat.c (lambda_matrix_get_column)
17872 (lambda_matrix_project_to_null): Remove.
17873 (lambda_matrix_new): New argument lambda_obstack. Use obstack
17874 allocation for mat.
17875 (lambda_matrix_inverse_hard, lambda_matrix_inverse): New argument
17876 lambda_obstack.
17877
17878 * lambda-code.c (lambda_loop_new): New function.
17879 (lambda_lattice_new, compute_nest_using_fourier_motzkin)
17880 (lambda_compute_auxillary_space, lambda_compute_target_space)
17881 (lambda_loopnest_transform, gcc_loop_to_lambda_loop)
17882 (lambda_loopnest_to_gcc_loopnest): Pass down lambda_obstack.
17883 (build_access_matrix): New argument lambda_obstack. Use obstack
17884 allocation for am.
17885 (lambda_compute_step_signs, lambda_compute_access_matrices): New
17886 argument lambda_obstack. Pass it down.
17887
b99279f3
BS
178882010-04-22 Bernd Schmidt <bernds@codesourcery.com>
17889
17890 * optabs.h (expand_widening_mult): Declare.
17891
b3be2694
RG
178922010-04-22 Richard Guenther <rguenther@suse.de>
17893
17894 PR tree-optimization/43845
17895 * tree-ssa-pre.c (create_component_ref_by_pieces_1): Properly
17896 lookup the CALL_EXPR function and arguments.
17897
038eab67
NC
178982010-04-22 Nick Clifton <nickc@redhat.com>
17899
17900 * config/stormy16/stormy16.c
d5dceab8 17901 (xstormy16_asm_output_aligned_common): Handle a NULL decl parameter.
038eab67
NC
17902 * config/stormy16/stormy16.h: Tidy up formatting.
17903 (DONT_USE_BUILTIN_SETJMP): Remove definition.
17904 * config/stormy16/stormy16.c (cbranchsi4): Delete pattern.
17905 (ineqbranchsi): Delete pattern.
17906 * config/stormy16/stormy16-lib2-ucmpsi2.c: New file.
17907 * config/stormy16/stormy16-lib2.c (__ucmpsi2): New function.
17908 * config/stormy16/t-stormy16 (LIB2FUNCS_EXTRA): Add
17909 stormy16-lib2-ucmpsi2.c.
17910
907deb1a
BS
179112010-04-22 Bernd Schmidt <bernds@codesourcery.com>
17912
17913 * ifcvt.c (dead_or_predicable): Use df_simulate_find_defs and
17914 df_simulate_find_noclobber_defs as appropriate. Keep track of an
17915 extra set merge_set_noclobber, and use it to relax the final test
17916 slightly.
17917 * df.h (df_simulate_find_noclobber_defs): Declare.
17918 * df-problems.c (df_simulate_find_defs): Don't ignore partial or
17919 conditional defs.
17920 (df_simulate_find_noclobber_defs): New function.
17921
6a0447ba
UB
179222010-04-22 Uros Bizjak <ubizjak@gmail.com>
17923
17924 * config/i386/i386.md: Use {} around multi-line preparation statements.
17925
a1e3b3d9
LB
179262010-04-22 Laurynas Biveinis <laurynas.biveinis@gmail.com>
17927
17928 * c-tree.h (push_init_level, pop_init_level, set_init_index)
17929 (process_init_element): New argument of type struct obstack *.
17930
17931 * c-typeck.c (push_init_level, pop_init_level, set_designator)
17932 (set_init_index, set_init_label, set_nonincremental_init)
17933 (set_nonincremental_init_from_string, find_init_member)
17934 (output_init_element, output_pending_init_elements)
17935 (process_init_element): New argument braced_init_obstack. Pass it
17936 down.
17937 (push_range_stack, add_pending_init): New argument
17938 braced_init_obstack. Use obstack allocation.
17939
17940 * c-parser.c (c_parser_initelt, c_parser_initval): New argument
17941 braced_init_obstack. Pass it down.
17942 (c_parser_braced_init): New variables ret, braced_init_obstack.
17943 Initialize obstack, pass it down and finally free it.
17944
5b58b39b
BS
179452010-04-22 Bernd Schmidt <bernds@codesourcery.com>
17946
17947 PR middle-end/29274
5b58b39b
BS
17948 * tree-pass.h (pass_optimize_widening_mul): Declare.
17949 * tree-ssa-math-opts.c (execute_optimize_widening_mul,
17950 gate_optimize_widening_mul): New static functions.
17951 (pass_optimize_widening_mul): New.
3d416346 17952 * expr.c (expand_expr_real_2) <case WIDEN_MULT_EXPR>: New case.
5b58b39b
BS
17953 <case MULT_EXPR>: Remove support for widening multiplies.
17954 * tree.def (WIDEN_MULT_EXPR): Tweak comment.
17955 * cfgexpand.c (expand_debug_expr) <case WIDEN_MULT_EXPR>: Use
17956 simplify_gen_unary rather than directly building extensions.
17957 * tree-cfg.c (verify_gimple_assign_binary): Add tests for
17958 WIDEN_MULT_EXPR.
17959 * expmed.c (expand_widening_mult): New function.
17960 * passes.c (init_optimization_passes): Add pass_optimize_widening_mul.
17961
bc58d7e1
JH
179622010-04-21 Jan Hubicka <jh@suse.cz>
17963
17964 * timevar.def (TV_WHOPR_WPA_FIXUP): Remove.
17965 * lto-section-in.c (lto_section_name): Remove wpa_fixup.
17966 * lto-wpa-fixup.c: Remove.
17967 * Makefile.in (lto-wpa-fixup.o): Remove.
17968 * passes.c (init_optimization_passes): Remove pass_ipa_lto_wpa_fixup.
17969 (execute_all_ipa_transforms): Set cgraph_state to CGRAPH_STATE_IPA_SSA.
17970 * lto-streamer.c (lto_get_section_name): Remove wpa_fixup section.
17971
e792884f
JH
179722010-04-21 Jan Hubicka <jh@suse.cz>
17973
17974 * tree-pass.h (ipa_opt_pass_d): Rename function_read_summary;
17975 add write_optimization_summary, read_optimization_summary.
17976 (ipa_write_summaries_of_cgraph_node_set): Remove.
17977 (ipa_write_optimization_summaries): Declare.
17978 (ipa_read_optimization_summaries): Declare.
17979 * ipa-cp.c (pass_ipa_cp): Update.
17980 * ipa-reference.c (pass_ipa_reference): Update.
17981 * ipa-pure-const.c (pass_ipa_pure_const): Update.
17982 * lto-streamer-out.c (pass_ipa_lto_gimple, pass_ipa_lto_finish):
17983 Update.
17984 * ipa-inline.c (pass_ipa_inline): Update.
17985 * ipa.c (pass_ipa_whole_program): Update.
17986 * lto-wpa-fixup.c (pass_ipa_lto_wpa_fixup): Update.
17987 * passes.c (ipa_write_summaries_1): Do not test wpa.
17988 (ipa_write_optimization_summaries_1): New.
17989 (ipa_write_optimization_summaries): New.
17990 (ipa_read_summaries): Do not test ltrans.
17991 (ipa_read_optimization_summaries_1): New.
17992 (ipa_read_optimization_summaries): New.
17993
ecd03d10
JH
179942010-04-21 Jan Hubicka <jh@suse.cz>
17995
17996 * lto-cgraph.c (lto_output_node): Do not output comdat groups
17997 for boundary nodes.
17998 (output_cgraph): Do not arrange comdat groups for boundary nodes.
17999
71a810c3
JJ
180002010-04-21 Jakub Jelinek <jakub@redhat.com>
18001
18002 PR debug/40040
18003 * dwarf2out.c (add_name_and_src_coords_attributes): Add
18004 DW_AT_{,MIPS_}linkage_name even for Fortran decls.
18005
dd6d1ad7
JH
180062010-04-21 Jan Hubicka <jh@suse.cz>
18007
18008 * ipa-prop.c (ipa_edge_removal_hook): Check for bounds.
18009
c9945504
JH
180102010-04-21 Jan Hubicka <jh@suse.cz>
18011
18012 * varpool.c (decide_is_variable_needed): Variable is always needed
18013 during ltrans.
18014
e7cfce71
JH
180152010-04-21 Jan Hubicka <jh@suse.cz>
18016
18017 * opts.c (decode_options): Enable pure-const pass for whopr.
18018
0115e6c7
JH
180192010-04-21 Jan Hubicka <jh@suse.cz>
18020
18021 * cgraph.c (dump_cgraph_node): Dump also assembler name.
18022 * ipa-inline.c (cgraph_decide_inlining_of_small_functions): Do not ice
18023 at WPA dumping.
18024 (cgraph_decide_inlining): Do not expect callee to be removed in all
18025 cases.
18026
96c2a0d6
EW
180272010-04-21 Eric B. Weddington <eric.weddington@atmel.com>
18028
18029 * config/avr/avr-devices.c (avr_mcu_types): Add missing comma.
18030
656ef6bb
UB
180312010-04-21 Uros Bizjak <ubizjak@gmail.com>
18032
18033 * config/i386/i386.md (x86_shrd): Add athlon_decode and
18034 amdfam10_decode attributes.
18035
78db7d92
JJ
180362010-04-21 Jakub Jelinek <jakub@redhat.com>
18037
18038 PR middle-end/43570
18039 * omp-low.c (scan_sharing_clauses): Don't scan_omp_op
18040 OMP_CLAUSE_DECL for OMP_CLAUSE_COPYPRIVATE.
18041 (lower_copyprivate_clauses): Use private var in outer
18042 context instead of original var. Make sure the types
18043 are correct for VLAs.
18044
11152c95
RG
180452010-04-21 Richard Guenther <rguenther@suse.de>
18046
18047 * tree-ssa-structalias.c (do_ds_constraint): Avoid escaping
18048 to non-pointer objects.
18049
8f65940d
JJ
180502010-04-21 Jakub Jelinek <jakub@redhat.com>
18051
0f2f44c0
JJ
18052 * dwarf2out.c (add_var_loc_to_decl): Add LABEL argument. Drop
18053 last chain entry if it starts with the still current label.
18054 (add_location_or_const_value_attribute): Check that
6a0447ba 18055 loc_list->first->next is NULL instead of comparing ->first with ->last.
0f2f44c0
JJ
18056 (dwarf2out_var_location): Pass last_label resp. last_postcall_label
18057 to add_var_loc_to_decl.
18058
8f65940d 18059 * dwarf2out.c (output_call_frame_info): For dw_cie_version
6a0447ba 18060 >= 4 add also address size and segment size fields into CIE header.
8f65940d
JJ
18061
18062 * unwind-dw2.c (extract_cie_info): Handle CIE version 4, as
18063 long as address size is the same as sizeof (void *) and
18064 segment size is 0.
18065 * unwind-dw2-fde.c (get_cie_encoding): Likewise. If
18066 address size or segment size is unexpected, return DW_EH_PE_omit.
18067 (classify_object_over_fdes): If get_cie_encoding returned
18068 DW_EH_PE_omit, return -1.
18069 (init_object): If classify_object_over_fdes returned -1,
18070 pretend there were no FDEs at all.
18071
2d2d5a91
UB
180722010-04-21 Uros Bizjak <ubizjak@gmail.com>
18073
18074 * config/i386/i386.md (bswap<mode>2): Macroize expander from
18075 bswap{si,di}2 using SWI48 mode iterator.
18076 (*bswap<mode>2_movbe): Macroize insn from *bswap{si,di}_movbe using
18077 SWI48 mode iterator. Set type attribute of bswap insn to bitmanip,
18078 set modrm attribute of bswap insn to 0 and remove length attribute.
18079 (*bswap<mode>2_1): Macroize insn from *bswap{si,di}_1 using SWI48 mode
18080 iterator. Set type attribute to bitmanip, set modrm attribute to 0,
18081 set mode attribute to <MODE> and remove length attribute.
18082
4811db8d
JW
180832010-04-20 James E. Wilson <wilson@codesourcery.com>
18084
18085 PR rtl-optimization/43520
18086 * ira-lives.c (ira_implicitly_set_insn_hard_regs): Exclude classes with
18087 zero available registers.
18088
3c642f92
KG
180892010-04-20 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
18090
18091 * builtins.c (fold_builtin_cproj): Fold more cases.
18092
43272bf5
KG
180932010-04-20 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
18094
18095 * builtins.c (build_complex_cproj, fold_builtin_cproj): New.
18096 (fold_builtin_1): Fold builtin cproj.
18097 * builtins.def (BUILT_IN_CPROJ, BUILT_IN_CPROJF, BUILT_IN_CPROJL):
18098 Use ATTR_CONST_NOTHROW_LIST.
18099
e96ccb30
UB
181002010-04-20 Uros Bizjak <ubizjak@gmail.com>
18101
18102 * config/i386/i386.md (ffs<mode>2): Macroize expander from ffs_cmove
18103 and ffsdi2 using SWI48 mode iterator. Expand SImode insn through
18104 ffsi2_no_cmove for !TARGET_CMOVE.
18105 (ffssi2_no_cmove): Rename from *ffs_no_cmove. Make public.
18106 (ffssi2): Remove expander.
18107 (*ffs<mode>_1): Macroize insn from *ffs{si,di} using SWI48
18108 mode iterator.
18109 (ctz<mode>2): Ditto from ctz{si,di}2.
18110 (clz<mode>2): Macroize expander from ctz{hi,si,di}2 using SWI248
18111 mode iterator.
18112 (clz<mode>2_abm): Macroize insn from clz{hi,si,di}2_abm using SWI248
18113 mode iterator.
18114
4c0ab69d
JJ
181152010-04-20 Jakub Jelinek <jakub@redhat.com>
18116
18117 * dwarf2out.c (AT_linkage_name): Define.
18118 (clone_as_declaration): Handle DW_AT_linkage_name.
18119 (add_name_and_src_coords_attributes): Use AT_linkage_name instead
18120 of DW_AT_MIPS_linkage_name.
18121 (move_linkage_attr): Likewise.
18122 (dwarf2out_finish): Likewise.
18123
94e85e0a
XDL
181242010-04-20 Xinliang David Li <davidxl@gcc.gnu.org>
18125
18126 PR middle-end/41952
e96ccb30 18127 * fold-const.c (fold_comparison): New folding rule.
94e85e0a 18128
4c0ab69d 181292010-04-20 Anatoly Sokolov <aesok@post.ru>
54fb1ae0
AS
18130
18131 * double-int.h (double_int_setbit): Declare.
18132 * double-int.c (double_int_setbit): New function.
18133 * rtl.h (immed_double_int_const): Declare.
18134 * emit-rtl.c (immed_double_int_const): New function.
18135 * builtins.c (expand_builtin_signbit): Clean up, use double_int_*
18136 and immed_double_int_const functions.
18137 * optabs.c (expand_absneg_bit, expand_copysign_absneg,
a691bb08 18138 expand_copysign_bit): (Ditto.).
54fb1ae0
AS
18139 * simplify-rtx.c (simplify_binary_operation_1): (Ditto.).
18140 * tree-ssa-address.c (addr_for_mem_ref): (Ditto.).
18141 * dojump.c (prefer_and_bit_test): (Ditto.).
18142 * expr.c (convert_modes, reduce_to_bit_field_precision,
18143 const_vector_from_tree): (Ditto.).
18144 * expmed.c (mask_rtx, lshift_value): (Ditto.).
18145
a837268b
JH
181462010-04-20 Jan Hubicka <jh@suse.cz>
18147
18148 * cgraph.c (cgraph_remove_node): Kill bodies in other partitoin.
18149 (dump_cgraph_node): Dump new flags.
e96ccb30
UB
18150 * cgraph.h (struct cgraph_node): Add flags
18151 reachable_from_other_partition and in_other_partition.
18152 (cgraph_can_remove_if_no_direct_calls_p): Functions used by
18153 other partition can not be removed.
18154 * cgraphunit.c (cgraph_mark_functions_to_output): Functions used by
18155 the other partition must be output; silence sanity checking on
18156 leaking functions bodies from other paritition.
a837268b
JH
18157 * lto-cgraph.c (reachable_from_other_partition_p): New function.
18158 (lto_output_node): Output new flags; do not sanity check that inline
18159 clones are output; drop lto_forced_extern_inline_p code; do not mock
18160 visibility flags at partition boundaries.
18161 (add_node_to): New function.
18162 (output_cgraph): Use it to sort functions so masters appear before
18163 clones.
18164 (input_overwrite_node): Input new flags.
18165 * passes.c (ipa_write_summaries): Do not call
18166 lto_new_extern_inline_states.
74ca3393
EB
18167 * lto-section-out.c (forced_extern_inline,
18168 lto_new_extern_inline_states lto_delete_extern_inline_states,
18169 lto_force_functions_extern_inline, lto_forced_extern_inline_p): Kill.
a837268b
JH
18170 * lto-streamer.h (lto_new_extern_inline_states,
18171 * lto_delete_extern_inline_states, lto_force_functions_extern_inline,
18172 lto_forced_extern_inline_p): Kill.
18173
3c323b52
RG
181742010-04-20 Richard Guenther <rguenther@suse.de>
18175
18176 * tree-ssa-structalias.c (do_sd_constraint): Add edges only
18177 from vars that can have pointers.
18178 (process_constraint): Dump useless constraints.
18179
b28ae58f
RG
181802010-04-20 Richard Guenther <rguenther@suse.de>
18181
e96ccb30 18182 * tree-ssa-structalias.c (do_structure_copy): Properly handle DEREF.
b28ae58f
RG
18183 (dump_sa_points_to_info): Remove asserts.
18184 (init_base_vars): nothing_id isn't an escape point nor does it
18185 have pointers.
18186
1197ce8e
JJ
181872010-04-20 Jakub Jelinek <jakub@redhat.com>
18188
18189 * tree.h (TYPE_REF_IS_RVALUE): Define.
18190 * dwarf2out.c (attr_checksum_ordered, is_type_die, is_comdat_die,
18191 should_move_die_to_comdat, prune_unused_types_walk): Handle
18192 DW_TAG_rvalue_reference_type like DW_TAG_reference_type.
18193 (modified_type_die, gen_reference_type_die): Emit
18194 DW_TAG_rvalue_reference_type instead of DW_TAG_reference_type
18195 if TYPE_REF_IS_RVALUE and -gdwarf-4.
18196
72e2cf16
AK
181972010-04-20 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
18198
18199 PR target/43635
18200 * config/s390/s390.c (s390_emit_call): Turn direct into indirect
18201 calls for -fpic -m31 if they have been sibcall optimized.
18202
810d71d0
JW
182032010-04-19 James E. Wilson <wilson@codesourcery.com>
18204
4a863f3a
JW
18205 * config/ia64/ia64.h (FIXED_REGISTERS, CALL_USED_REGISTERS): Make
18206 ar.lc fixed and call-used.
18207
810d71d0
JW
18208 * config/ia64/ia64.c (TARGET_INVALID_WITHIN_DOLOOP): Define.
18209
3ee2243c
JH
182102010-04-19 Jan Hubicka <jh@suse.cz>
18211
18212 * opts.c (decode_options): Disable whpr incompatible passes.
18213 * lto/lto.c (lto_1_to_1_map): Skip clones.
18214 (read_cgraph_and_symbols): Do not mark everything as needed.
18215 (do_whole_program_analysis): Do map only after optimizing;
18216 set proper cgraph_state; use passmanager.
18217
576319a7
DD
182182010-04-19 DJ Delorie <dj@redhat.com>
18219
18220 * cfgexpand.c (expand_debug_expr): Check for mismatched modes in
18221 POINTER_PLUS_EXPR and fix them.
18222
578ad141
EW
182232010-04-19 Eric B. Weddington <eric.weddington@atmel.com>
18224
18225 * config/avr/avr-devices.c (avr_mcu_types): Add support for new
18226 devices atmega644pa, attiny2313a, attiny24a, attiny261a, attiny4313,
18227 attiny44a, attiny861a, atmega16a, atmega168a, atmega164a, atmega165a,
18228 atmega169a, atmega169pa, atmega16hva2, atmega324a, atmega324pa,
18229 atmega325a, atmega3250a, atmega328, atmega329a, atmega329pa,
18230 atmega3290a, atmega48a, atmega644a, atmega645a, atmega645p,
18231 atmega6450a, atmega6450p, atmega649a, atmega649p, atmega6490a,
18232 atmega6490p, atmega64hve, atmega88a, atmega88pa, attiny461a, attiny84a,
18233 m3000. Remove support for devices atmega8m1, atmega8c1, atmega16c1,
18234 atmega4hvd, atmega8hvd, attiny327, m3000f, m3000s, m3001b.
18235 * config/avr/t-avr.c (MULTILIB_MATCHES): Same.
18236
d321bd2d
EB
182372010-04-19 Eric Botcazou <ebotcazou@adacore.com>
18238
18239 * ifcvt.c (noce_try_cmove_arith): Fix long lines.
18240 (check_cond_move_block): Likewise.
18241 (cond_move_process_if_block): Likewise.
18242 (noce_find_if_block): Improve formatting.
18243 (find_if_header): Pass 0 to memset and tweak conditions.
18244 (cond_exec_find_if_block): Fix long lines and tweak conditions.
18245
74e27d0d
JJ
182462010-04-19 Jakub Jelinek <jakub@redhat.com>
18247
e96ccb30
UB
18248 * dwarf2out.c (lower_bound_default): For DW_LANG_Python return 0
18249 for -gdwarf-4.
74e27d0d 18250
fd2e4e99
JJ
18251 PR middle-end/43337
18252 * tree-nested.c (convert_nonlocal_omp_clauses): OMP_CLAUSE_PRIVATE
18253 with non-local decl doesn't need chain.
18254
ec995732
VM
182552010-04-19 Vladimir Makarov <vmakarov@redhat.com>
18256
18257 * ira-color.c (allocno_reload_assign): Avoid accumulating
18258 reload registers in ALLOCNO_TOTAL_CONFLICT_HARD_REGS.
18259
acd63801
MJ
182602010-04-19 Martin Jambor <mjambor@suse.cz>
18261
18262 * gimple.h (create_tmp_reg): Declare.
18263 * gimplify.c (create_tmp_reg): New function.
18264 (gimplify_return_expr): Use create_tmp_reg.
18265 (gimplify_omp_atomic): Likewise.
18266 (gimple_regimplify_operands): Likewise.
18267 * tree-dfa.c (make_rename_temp): Likewise.
18268 * tree-predcom.c (predcom_tmp_var): Likewise.
18269 (reassociate_to_the_same_stmt): Likewise.
18270 * tree-sra.c (replace_uses_with_default_def_ssa_name): Likewise.
18271 (get_replaced_param_substitute): Likewise.
18272 * tree-ssa-phiprop.c (phiprop_insert_phi): Likewise.
18273 * tree-ssa-phiopt.c (cond_store_replacement): Likewise.
18274 * tree-ssa-pre.c (get_representative_for): Likewise.
18275 (create_expression_by_pieces): Likewise.
18276 * tree-tailcall.c (adjust_return_value_with_ops): Likewise.
18277 (create_tailcall_accumulator): Likewise.
18278
0b6e2868
MJ
182792010-04-19 Martin Jambor <mjambor@suse.cz>
18280
18281 * cgraphunit.c (cgraph_redirect_edge_call_stmt_to_callee): Update
18282 new_stmt.
18283 (cgraph_materialize_all_clones): Assert !need_ssa_update_p.
18284
1936a7d4
RG
182852010-04-19 Richard Guenther <rguenther@suse.de>
18286
18287 PR tree-optimization/43796
18288 * tree-vrp.c (adjust_range_with_scev): Lookup init and step
18289 from SCEV in the lattice.
18290 (vrp_visit_phi_node): Dump change.
18291
479881c3
RG
182922010-04-19 Richard Guenther <rguenther@suse.de>
18293
18294 * configure.ac: Fix quoting around elf_getshstrndx ABI check.
18295 * configure: Re-generated.
18296
d53bed0b
RG
182972010-04-19 Richard Guenther <rguenther@suse.de>
18298
18299 PR tree-optimization/43783
18300 * tree-ssa-pre.c (create_component_ref_by_pieces_1): Drop
18301 constant ARRAY_REF operands two and three if possible.
18302
90f775a9
UB
183032010-04-19 Uros Bizjak <ubizjak@gmail.com>
18304
18305 PR target/43766
18306 * config/i386/i386.c (ix86_decompose_address): Handle ASHIFT addends.
18307
8d9b7be5
JZ
183082010-04-19 Jie Zhang <jie@codesourcery.com>
18309
18310 PR target/43662
90f775a9 18311 * reginfo.c (reinit_regs): Set caller_save_initialized_p to false.
8d9b7be5 18312
d5dceab8 183132010-04-19 Ira Rosen <irar@il.ibm.com>
b5aeb3bb
IR
18314
18315 PR tree-optimization/37027
e96ccb30 18316 * tree-vectorizer.h (struct _loop_vec_info): Add new field reductions
b5aeb3bb
IR
18317 and macro to access it.
18318 (vectorizable_reduction): Add argument.
18319 (vect_get_slp_defs): Likewise.
18320 * tree-vect-loop.c (vect_analyze_scalar_cycles_1): Collect reduction
18321 statements for possible use in SLP.
18322 (new_loop_vec_info): Initialize LOOP_VINFO_REDUCTIONS.
18323 (destroy_loop_vec_info): Free LOOP_VINFO_REDUCTIONS.
18324 (vect_create_epilog_for_reduction): Handle SLP. Modify documentation,
18325 add new argument.
18326 (vectorizable_reduction): Likewise.
e96ccb30 18327 * tree-vect-stmts.c (vect_get_vec_defs): Update call to
b5aeb3bb
IR
18328 vect_get_slp_defs.
18329 (vectorizable_type_demotion, vectorizable_type_promotion,
18330 vectorizable_store): Likewise.
18331 (vect_analyze_stmt): Update call to vectorizable_reduction.
18332 (vect_transform_stmt): Likewise.
18333 * tree-vect-slp.c (vect_get_and_check_slp_defs): Handle reduction.
18334 (vect_build_slp_tree): Fix indentation. Check that there are no loads
18335 from different interleaving chains in same node.
18336 (vect_slp_rearrange_stmts): New function.
e96ccb30 18337 (vect_supported_load_permutation_p): Allow load permutations for
b5aeb3bb
IR
18338 reductions. Call vect_slp_rearrange_stmts() to rearrange statements
18339 inside SLP nodes if necessary.
18340 (vect_analyze_slp_instance): Handle reductions.
18341 (vect_analyze_slp): Try to build SLP instances originating from groups
18342 of reductions.
18343 (vect_detect_hybrid_slp_stmts): Skip reduction statements.
18344 (vect_get_constant_vectors): Create initial vectors for reductions
18345 according to reduction code. Add new argument.
e96ccb30 18346 (vect_get_slp_defs): Add new argument, pass it to
b5aeb3bb
IR
18347 vect_get_constant_vectors.
18348 (vect_schedule_slp_instance): Remove SLP tree root statements.
18349
5a2fa9e8
JJ
183502010-04-19 Jakub Jelinek <jakub@redhat.com>
18351
18352 * tree.h (ENUM_IS_SCOPED): Define.
18353 * dwarf2out.c (gen_enumeration_type_die): Add DW_AT_enum_class
18354 for ENUM_IS_SCOPED enums.
18355
3b9e5d95
EB
183562010-04-18 Eric Botcazou <ebotcazou@adacore.com>
18357
18358 * fold-const.c (fold_comparison): Use ssizetype.
18359 * gimple-fold.c (maybe_fold_offset_to_array_ref): Likewise.
18360 * ipa-prop.c (ipa_modify_call_arguments): Use sizetype.
18361 * tree-loop-distribution.c (build_size_arg_loc): Likewise.
18362 * tree-object-size.c (compute_object_sizes): Use size_type_node.
18363
18364 * tree.h (initialize_sizetypes): Remove parameter.
18365 (build_common_tree_nodes): Remove second parameter.
18366 * stor-layout.c (initialize_sizetypes): Remove parameter.
18367 Always create an unsigned type.
18368 (set_sizetype): Assert that the passed type is unsigned and simplify.
18369 * tree.c (build_common_tree_nodes): Remove second parameter.
18370 Adjust call to initialize_sizetypes.
18371 * c-decl.c (c_init_decl_processing): Remove second argument in call to
18372 build_common_tree_nodes.
18373
b3c35965
MK
183742010-04-18 Matthias Klose <doko@ubuntu.com>
18375
18376 * gcc.c (main): Search for liblto_plugin.so with mode R_OK.
18377
d5dceab8 183782010-04-18 Ira Rosen <irar@il.ibm.com>
59eefaa6
IR
18379
18380 PR tree-optimization/43771
18381 * tree-vect-slp.c (vect_supported_load_permutation_p): Check that
18382 load permutation doesn't have gaps.
18383
07b3ef2e
JH
183842010-04-18 Jan Hubicka <jh@suse.cz>
18385
18386 * i386.md (UNSPEC_SSE_PROLOGUE_SAVE_LOW): New.
18387 (sse_prologue_save_insn expander): Use new pattern.
18388 (sse_prologue_save_insn1): New pattern and splitter.
18389 (sse_prologue_save_insn): Update to deal also with 64bit aligned
18390 blocks.
90f775a9
UB
18391 * i386.c (setup_incoming_varargs_64): Do not compute jump
18392 destination here.
07b3ef2e 18393 (ix86_gimplify_va_arg): Update alignment needed.
90f775a9 18394 (ix86_local_alignment): Do not align all local arrays to 128bit.
07b3ef2e 18395
6a8cd100
JH
183962010-04-17 Jan Hubicka <jh@suse.cz>
18397
18398 * ipa-inline.c (cgraph_early_inlining): Handle flattening too.
18399
9e315505
RE
184002010-04-17 Richard Earnshaw <rearnsha@arm.com>
18401
18402 * arm.md (negdi2): Remove redundant code to force values into a
18403 register.
18404
6f0668cf
RE
184052010-04-17 Richard Earnshaw <rearnsha@arm.com>
18406
18407 * arm/bpabi.S: Add EABI alignment attributes to objects.
18408 * arm/bpabi-v6m.S: Likewise.
18409 * arm/crti.asm: Likewise.
18410 * arm/crtn.asm: Likewise.
18411 * arm/lib1funcs.asm: Likewise.
18412 * arm/libunwind.S: Likewise.
18413
1b78f575
RE
184142010-04-17 Richard Earnshaw <rearnsha@arm.com>
18415
18416 * arm-protos.h (tune_params): New structure.
18417 * arm.c (current_tune): New variable.
18418 (arm_constant_limit): Delete.
18419 (struct processors): Add pointer to the tune parameters.
18420 (arm_slowmul_tune): New tuning option.
18421 (arm_fastmul_tune, arm_xscale_tune, arm_9e_tune): Likewise.
18422 (all_cores): Adjust to pick up the tuning model.
18423 (arm_constant_limit): New function.
18424 (arm_override_options): Select the appropriate tuning model. Delete
18425 initialization of arm_const_limit.
18426 (arm_split_constant): Use the new constant-limit model.
18427 (arm_rtx_costs): Pick up the current tuning model.
18428 * arm.md (is_strongarm, is_xscale): Delete.
18429 * arm-generic.md (load_ldsched_x, load_ldsched): Test explicitly
18430 for Xscale variant architectures.
18431 (mult_ldsched_strongarm, mult_ldsched): Similarly for StrongARM.
18432
80d56d04
RR
184332010-04-17 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
18434
1b78f575
RE
18435 * config/arm/arm.c (arm_gen_constant): Remove unused variable
18436 can_shift.
80d56d04
RR
18437 (arm_rtx_costs_1): Remove unused variable extra_cost.
18438 (arm_unwind_emit_set): Use variable offset.
18439 (thumb1_output_casesi): Remove unused variable flags.
18440
6190446b
JL
184412010-04-16 Jeff Law <law@redhat.com>
18442
18443 * ira-color.c (ira_reassign_pseudos): Collect and sort all the pseudos
016f9d9d
JL
18444 needing assignment rather than doing a two-phase assignment. Remove
18445 unused variable 'm'.
6190446b 18446
24f8d71e
JJ
184472010-04-16 Jakub Jelinek <jakub@redhat.com>
18448
18449 PR bootstrap/43767
18450 * alias.c (memrefs_conflict_p): Don't crash if CSELIB_VAL_PTR is NULL.
18451
f1665f5c
DK
184522010-04-16 Doug Kwan <dougkwan@google.com>
18453
18454 * tree-ssa-reassoc.c (struct operand_entry): Add new field ID.
18455 (next_operand_entry_id): New static variable.
18456 (sort_by_operand_rank): Stabilize qsort comparator by using unique IDs.
18457 (add_to_ops_vec): Assigned unique ID to operand entry.
3d25c396 18458 (struct oecount_s): New field ID.
f1665f5c
DK
18459 (oecount_cmp): Stabilize qsort comparotor by using unique IDs.
18460 (undistribute_ops_list): Assign unique IDs to oecounts.
18461 (init_reassoc): reset next_operand_entry_id.
18462
f638261a
DK
184632010-04-16 Doug Kwan <dougkwan@google.com>
18464
18465 * config/i386/i386.md (*jcc_bt<mode>): Fix build breakage by adding
18466 missing left parenthesis.
e96ccb30 18467
4a81b412
UB
184682010-04-16 Uros Bizjak <ubizjak@gmail.com>
18469
18470 * config/i386/i386.md (*bt<mode>): Macroize insn from *btsi and
18471 *btdi_rex64 using SWI48 mode iterator.
18472 (*jcc_bt<mode>): Ditto from *jcc_btsi and *jcc_btdi_rex64.
18473 (*jcc_bt<mode>_mask): Ditto from *jcc_btsi_mask and
18474 *jcc_btdi_mask_rex64.
18475
9d4d1f8e
AS
184762010-04-16 Anatoly Sokolov <aesok@post.ru>
18477
18478 * double-int.h (tree_to_double_int): Convert to macro.
18479 * double-int.c (tree_to_double_int): Remove.
18480
835eb810
JJ
184812010-04-16 Jakub Jelinek <jakub@redhat.com>
18482
18483 PR debug/43762
18484 * dwarf2out.c (add_bound_info): Always call loc_list_from_tree
18485 with want_address 2 and in case a single element list might be
18486 possible, call it again with want_address 0.
18487
184882010-04-12 Kaushik Phatak <kaushik.phatak@kpitcummins.com>
db624ecb 18489
0f6b820c
KP
18490 * config/h8300/h8300.c (print_operand) : Modify case 'V' and
18491 case 'W' print operands for HI mode.
18492 * config/h8300/h8300.h (Y0, Y2) : New constraints.
18493 * config/h8300/h8300.md (bclrqi_msx, bclrhi_msx): New patterns
18494 (bsetqi_msx, bsethi_msx, bnotqi_msx, bnothi_msx): Likewise.
18495 * config/h8300/predicate.md (bit_register_indirect_operand): New.
18496
a7494d9e
KP
18497 * config/h8300/h8300.h (OK_FOR_U): Support 'U' constraint for H8300SX.
18498
e96ccb30 18499 * config/h8300/h8300.md (movqi_h8sx, movhi_h8sx, movsi_h8sx,
8cb81753
KP
18500 cmphi_h8300hs_znvc, cmpsi, addhi3_h8sx) : Emit instructions in
18501 #xx:3 and #xx:4 mode.
18502
60744089
KP
18503 * config/h8300/h8300.md (inverted load with HImode dest): Add
18504 support for H8300SX.
18505
db624ecb
KP
18506 * config/h8300/predicate.md (bit_operand): Allow immediate values that
18507 satisfy 'U' constraint.
18508
8ccb78f2
RO
185092010-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
18510
e96ccb30 18511 * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx flavor.
8ccb78f2
RO
18512 * configure: Regenerate.
18513 * config.in: Regenerate.
18514 * doc/install.texi (Prerequisites): Document that Solaris 2 libelf
18515 works.
18516
bc9c331d
RG
185172010-04-16 Richard Guenther <rguenther@suse.de>
18518
18519 * tree.h (struct tree_decl_minimal): Move pt_uid ...
18520 (struct tree_decl_common): ... here.
18521 (DECL_PT_UID): Adjust.
18522 (SET_DECL_PT_UID): Likewise.
18523 (DECL_PT_UID_SET_P): Likewise.
18524
12de6355
RG
185252010-04-16 Richard Guenther <rguenther@suse.de>
18526
18527 PR tree-optimization/43572
18528 * tree-ssa-alias.h (call_may_clobber_ref_p): Declare.
18529 * tree-ssa-alias.c (call_may_clobber_ref_p): Export.
18530 * tree-flow.h (is_call_clobbered): Remove.
18531 * tree-flow-inline.h (is_call_clobbered): Likewise.
18532 * tree-dfa.c (dump_variable): Do not dump call clobber state.
18533 * tree-nrv.c (dest_safe_for_nrv_p): Use the alias oracle.
18534 (execute_return_slot_opt): Adjust.
18535 * tree-tailcall.c (suitable_for_tail_opt_p): Remove
18536 check for call clobbered vars here.
18537 (find_tail_calls): Move tailcall verification to the
18538 proper place.
18539
6ab643b5
DN
185402010-04-16 Diego Novillo <dnovillo@google.com>
18541
e96ccb30 18542 * doc/invoke.texi: Explain how are unrecognized -Wno- warnings handled.
6ab643b5 18543
f0c6475a
BS
185442010-04-16 Bernd Schmidt <bernds@codesourcery.com>
18545
18546 PR target/40603
18547 * config/arm/arm.md (cbranchqi4): New pattern.
18548 * config/arm/predicates.md (const0_operand,
18549 cbranchqi4_comparison_operator): New predicates.
18550
f0107145
RG
185512010-04-16 Richard Guenther <rguenther@suse.de>
18552
18553 * gimple-pretty-print.c (dump_gimple_phi): Dump alias info.
18554 (dump_gimple_stmt): Likewise.
18555
f0c6475a 185562010-04-16 Bernd Schmidt <bernds@codesourcery.com>
6ddfdb0f
BS
18557
18558 * recog.h (struct recog_data): New field is_operator.
18559 (struct insn_operand_data): New field is_operator.
18560 * recog.c (extract_insn): Set recog_data.is_operator.
18561 * genoutput.c (output_operand_data): Emit code to set the
18562 is_operator field.
18563 * reload.c (find_reloads): Use it rather than testing for an
18564 empty constraint string.
18565
6ea007e4
BS
18566 PR target/41514
18567 * config/arm/arm.md (cbranchsi4_insn): Renamed from "*cbranchsi4_insn".
18568 If the previous insn is a cbranchsi4_insn with the same arguments,
18569 omit the compare instruction.
18570
3302cfa1
BS
18571 * config/arm/arm.md (addsi3_cbranch): If destination is a high
18572 register, inputs must be low registers and we need a low register
18573 scratch. Handle alternative 2 like alternative 3.
18574
5312b066
JJ
185752010-04-16 Jakub Jelinek <jakub@redhat.com>
18576
18577 * alias.c (memrefs_conflict_p): If x and y are the same VALUE,
18578 don't call get_addr on both. If one expression is a VALUE and
18579 the other a REG, check VALUE's locs if the REG isn't among them.
18580
7a296495
CB
185812010-04-16 Christian Bruel <christian.bruel@st.com>
18582
18583 * config/sh/sh.h (sh_frame_pointer_required): New function.
18584 * config/sh/sh.h (TARGET_FRAME_POINTER_REQUIRED): New macro.
18585 (flag_omit_frame_pointer) Set.
18586 (MASK_ACCUMULATE_OUTGOING_ARGS) Define and Set.
18587 (rounded_frame_size): Adjust size with outgoing_args_size.
18588 (sh_set_return_address): Must return from stack pointer.
18589 * gcc/config/sh/sh.h (CAN_DEBUG_WITHOUT_FP): Define.
18590 (SUBTARGET_FRAME_POINTER_REQUIRED): Define.
18591 (ACCUMULATE_OUTGOING_ARGS): Define.
18592 * doc/invoke.texi (maccumulate-outgoing-args): Document for SH.
ade52657 18593 * gcc/config/sh/sh.opt (maccumulate-outgoing-args): New option.
7a296495 18594
7140f0f9
KK
185952010-04-15 Kaz Kojima <kkojima@gcc.gnu.org>
18596
18597 PR target/43471
18598 * config/sh/sh.c (sh_legitimize_reload_address): Use
18599 MAYBE_BASE_REGISTER_RTX_P instead of BASE_REGISTER_RTX_P.
18600 Remove a unneeded check for offset_base.
18601
bafaef55
L
186022010-04-15 H.J. Lu <hongjiu.lu@intel.com>
18603
18604 * configure: Regenerated.
18605
e8de8fea
AK
186062010-04-15 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
18607
18608 * config/s390/s390.c (s390_call_save_register_used): Switch back
18609 to HARD_REGNO_NREGS.
18610
038a39d1
RG
186112010-04-15 Richard Guenther <rguenther@suse.de>
18612
18613 * alias.c (alias_set_subset_of): Handle alias-set zero
18614 child properly.
18615
28907f9a
MS
186162010-04-15 Mark Shinwell <shinwell@codesourcery.com>
18617 Julian Brown <julian@codesourcery.com>
18618
18619 * config/arm/thumb2.md (thumb2_movsi_insn): Split ldr and str
18620 alternatives according to use of high and low regs.
18621 * config/arm/vfp.md (thumb2_movsi_vfp): Likewise.
18622 * config/arm/arm.h (CONDITIONAL_REGISTER_USAGE): Use high regs when
18623 optimizing for size on Thumb-2.
18624
3f56ef8b
TS
186252010-04-15 Thomas Schwinge <tschwinge@gnu.org>
18626
18627 * config.gcc <i[34567]86-*-gnu*>: Handle softfp as for Linux.
18628
25a6a873
RG
186292010-04-15 Richard Guenther <rguenther@suse.de>
18630
18631 * tree-ssa-structalias.c (struct variable_info): Add
18632 is_fn_info flag.
18633 (new_var_info): Initialize it.
18634 (dump_constraints): Support printing last added constraints.
18635 (debug_constraints): Adjust.
18636 (dump_constraint_graph): Likewise.
18637 (make_heapvar_for): Check for NULL cfun.
18638 (get_function_part_constraint): New function.
18639 (get_fi_for_callee): Likewise.
18640 (find_func_aliases): Properly implement IPA PTA constraints.
18641 (process_ipa_clobber): New function.
18642 (find_func_clobbers): Likewise.
18643 (insert_into_field_list_sorted): Remove.
18644 (create_function_info_for): Properly allocate vars for IPA mode.
18645 Do not use insert_into_field_list_sorted.
18646 (create_variable_info_for): Properly generate constraints for
18647 global vars in IPA mode.
18648 (dump_solution_for_var): Always dump the solution.
18649 (set_uids_in_ptset): Initialize DECL_PT_UID if in ipa-mode.
18650 (find_what_var_points_to): Adjust.
18651 (pt_solution_set): Change.
18652 (pt_solution_ior_into): New function.
18653 (pt_solution_empty_p): Export.
18654 (pt_solution_includes_global): Adjust.
18655 (pt_solution_includes_1): Likewise.
18656 (pt_solutions_intersect_1): Likewise.
18657 (dump_sa_points_to_info): Check some invariants.
18658 (solve_constraints): Move constraint dumping ...
18659 (compute_points_to_sets): ... here.
18660 (ipa_pta_execute): ... and here.
18661 (compute_may_aliases): Do not re-compute points-to info
18662 locally if IPA info is available.
18663 (ipa_escaped_pt): New global var.
18664 (ipa_pta_execute): Properly implement IPA PTA.
18665 * tree-into-ssa.c (dump_decl_set): Support dumping
18666 decls not in referenced-vars.
18667 * tree-flow.h (struct gimple_df): Add ipa_pta flag.
18668 * tree-ssa-alias.c (ptr_deref_may_alias_decl_p): Adjust.
18669 (dump_points_to_solution): Likewise.
18670 * tree-dfa.c (dump_variable): Also dump DECL_PT_UID.
18671 * tree-inline.c (remap_ssa_name): Copy IPA points-to solution.
e96ccb30 18672 (remap_gimple_stmt): Reset call clobber/use information if necessary.
25a6a873
RG
18673 (copy_decl_to_var): Copy DECL_PT_UID.
18674 (copy_result_decl_to_var): Likewise.
18675 * tree.c (make_node_stat): Initialize DECL_PT_UID.
18676 (copy_node_stat): Copy it.
18677 * tree.h (DECL_PT_UID): New macro.
18678 (SET_DECL_PT_UID): Likewise.
18679 (DECL_PT_UID_SET_P): Likewise.
18680 (struct tree_decl_minimal): Add pt_uid member.
18681 * tree-ssa-alias.h (struct pt_solution): Add ipa_escaped flag.
18682 (pt_solution_empty_p): Declare.
18683 (pt_solution_set): Adjust.
18684 (ipa_escaped_pt): Declare.
18685 * cfgexpand.c (update_alias_info_with_stack_vars): Adjust.
18686 * gimple-pretty-print.c (pp_points_to_solution): New function.
18687 (dump_gimple_call): Dump call clobber/use information.
18688 * tree-dump.c (dump_option_value_in): Add TDF_ALIAS entry.
18689 * tree-pass.h (TDF_ALIAS): New dump option.
18690 * tree-pretty-print.c (dump_decl_name): Dump DECL_PT_UID if asked to.
18691 * doc/invoke.texi (-fipa-pta): Update documentation.
18692
cbdd87d4
RG
186932010-04-15 Richard Guenther <rguenther@suse.de>
18694
18695 * Makefile.in (OBJS-common): Add gimple-fold.o.
18696 (gimple-fold.o): New rule.
18697 * tree.h (maybe_fold_offset_to_reference,
18698 maybe_fold_offset_to_address, maybe_fold_stmt_addition): Move
18699 prototypes ...
18700 * gimple.h: ... here.
18701 * tree-flow.h (fold_stmt, fold_stmt_inplace, get_symbol_constant_value,
18702 may_propagate_address_into_dereference): Move prototypes ...
18703 * gimple.h: ... here.
18704 * tree-ssa-ccp.c (get_symbol_constant_value,
18705 may_propagate_address_into_dereference, maybe_fold_offset_to_array_ref,
18706 maybe_fold_offset_to_component_ref, maybe_fold_offset_to_reference,
18707 maybe_fold_offset_to_address, maybe_fold_stmt_indirect,
18708 maybe_fold_stmt_addition, maybe_fold_reference, get_maxval_strlen,
18709 ccp_fold_builtin, fold_gimple_assign, fold_gimple_cond,
18710 fold_gimple_call, fold_stmt_1, fold_stmt, fold_stmt_inplace,
18711 gimplify_and_update_call_from_tree): Move ...
18712 * gimple-fold.c: ... here. New file.
18713 (ccp_fold_builtin): Rename to ...
18714 (gimple_fold_builtin): ... this.
18715 * tree-ssa-ccp.c (execute_fold_all_builtins): Adjust.
18716
330db1e3
RG
187172010-04-15 Richard Guenther <rguenther@suse.de>
18718
18719 * fold-const.c (LOWPART, HIGHPART, BASE, encode, decode,
18720 fit_double_type, force_fit_type_double, add_double_with_sign,
18721 neg_double, mul_double_with_sign, lshift_double, rshift_double,
18722 lrotate_double, rrotate_double, div_and_round_double): Move ...
18723 * double-int.c: ... here.
18724 * tree.h (force_fit_type_double, fit_double_type, add_double_with_sign,
18725 add_double, neg_double, mul_double_with_sign, mul_double,
18726 lshift_double, rshift_double, lrotate_double, rrotate_double,
18727 div_and_round_double): Move prototypes ...
18728 * double-int.h: ... here.
18729
f0c6475a 187302010-04-15 Bernd Schmidt <bernds@codesourcery.com>
077668e3
BS
18731
18732 PR target/43742
18733 * config/sh/sh.md (doloop_end_split, dect): Undo previous patch. Use
18734 matching constraints to ensure inputs match the output.
18735
fa66fc40
KK
187362010-04-15 Kaz Kojima <kkojima@gcc.gnu.org>
18737
18738 PR target/43742
18739 * config/sh/sh.md (doloop_end_split): Remove "+r" constraint
e96ccb30 18740 in an input-only operand.
fa66fc40 18741
2bd1333d
AS
187422010-04-15 Anatoly Sokolov <aesok@post.ru>
18743
18744 * double-int.h (HOST_BITS_PER_DOUBLE_INT): Define.
18745 (double_int_not, double_int_lshift, double_int_rshift): Declare.
18746 (double_int_negative_p): Convert to static inline function.
74ca3393 18747 * double-int.c (double_int_lshift, double_int_lshift): New functions.
2bd1333d 18748 (double_int_negative_p): Remove.
e96ccb30 18749 * tree.h (lshift_double, rshift_double):
2bd1333d
AS
18750 * tree.c (build_low_bits_mask): Clean up, use double_int_* functions.
18751 * fold-const.c (fold_convert_const_int_from_real,
18752 fold_convert_const_int_from_fixed, div_if_zero_remainder): (Ditto.).
18753 (lshift_double): Change type of arith argument to bool.
18754 (rshift_double): Change type of arith argument to bool. Correct
18755 comment.
18756 * expmed.c (mask_rtx, lshift_value): (Ditto.).
18757
f0c6475a 187582010-04-14 Bernd Schmidt <bernds@codesourcery.com>
e96ccb30 18759
31ce8a53
BS
18760 PR target/21803
18761 * ifcvt.c (cond_exec_process_if_block): Look for identical sequences
18762 at the start and end of the then/else blocks, and omit them from the
18763 conversion.
18764 * cfgcleanup.c (flow_find_cross_jump): No longer static. Remove MODE
18765 argument; all callers changed. Pass zero to old_insns_match_p instead.
18766 (flow_find_head_matching_sequence): New function.
18767 (old_insns_match_p): Check REG_EH_REGION notes for calls.
18768 * basic-block.h (flow_find_cross_jump,
18769 flow_find_head_matching_sequence): Declare functions.
18770
943f82e7
JM
187712010-04-14 Jason Merrill <jason@redhat.com>
18772
18773 PR c++/36625
18774 * c-common.c (attribute_takes_identifier_p): New fn.
18775 * c-common.h: Declare it.
18776
feeb8c52
UB
187772010-04-14 Uros Bizjak <ubizjak@gmail.com>
18778
18779 * config/i386/i386.md (*divmod<mode>4): Remove stray "&&" from
18780 splitter condition.
18781 (*udivmod<mode>4): Ditto.
18782
4a5528cc
UB
187832010-04-14 Uros Bizjak <ubizjak@gmail.com>
18784
18785 * config/i386/i386.md (maxmin_int): Rename code attribute from
18786 maxminiprefix and update all users.
18787 (maxmin_float): Ditto from maxminfprefix.
18788 (logic): Ditto from logicprefix.
18789 (absneg_mnemonic): Ditto from absnegprefix.
18790 * config/i386/mmx.md: Update all users of maxminiprefix,
4a81b412 18791 maxminfprefix and logicprefix for rename.
4a5528cc
UB
18792 * config/i386/sse.md: Ditto.
18793 * config/i386/sync.md (sync_<code><mode>): Update for
18794 logicprefix rename.
18795
289fcbbd
MLI
187962010-04-14 Manuel López-Ibáñez <manu@gcc.gnu.org>
18797
18798 PR 42966
18799 * diagnostics.c (diagnostic_report_diagnostic): Mark specially
18800 warnings converted to errors.
18801
d58770e7
UB
188022010-04-14 Uros Bizjak <ubizjak@gmail.com>
18803
18804 * config/alpha/alpha.c (alpha_adjust_cost): Remove set but not
18805 used insn_type variable.
18806 (function_value): Add ATTRIBUTE_UNUSED to dummy variable declaration
18807 to avoid set-but-not-used warning.
18808
a3f1cee4
UB
188092010-04-14 Uros Bizjak <ubizjak@gmail.com>
18810
18811 * df-core.c (df_ref_debug): Change format string placeholder
18812 from 0x%x to %#x.
18813 * dwarf2asm.c (dw2_asm_output_data_raw,
18814 dw2_asm_output_data_uleb128_raw, dw2_asm_output_data_uleb128,
18815 dw2_asm_output_data_sleb128_raw, dw2_asm_output_data_sleb128): Ditto.
18816 * dwarf2out.c (output_cfi, output_cfi_directive,
18817 dwarf2out_do_cfi_startproc, output_loc_sequence_raw,
18818 output_cfa_loc_raw, output_die, output_ranges, output_file_names):
18819 Ditto.
18820 * genattrtab.c (write_test_expr, write_attr_valueq): Ditto.
18821 * print-rtl.c (print_rtx): Ditto.
18822
3eb4dbe3
MM
188232010-04-14 Michael Meissner <meissner@linux.vnet.ibm.com>
18824
18825 PR middle-end/42694
18826 * builtins.c (expand_builtin_pow_root): New function to expand pow
18827 calls with exponents 0.25, 0.50, 0.75, 1./3., and 1./6. into a
18828 series of sqrt and cbrt calls under -ffast-math.
18829 (expand_builtin_pow): Call it.
18830
fc249fe5
MM
188312010-04-14 Michael Matz <matz@suse.de>
18832
18833 PR tree-optimization/42963
18834 * tree-cfg.c (touched_switch_bbs): New static variable.
18835 (group_case_labels_stmt): New function broken out from ...
18836 (group_case_labels): ... here, use the above.
18837 (start_recording_case_labels): Allocate touched_switch_bbs.
18838 (end_recording_case_labels): Deallocate it, call
18839 group_case_labels_stmt.
18840 (gimple_redirect_edge_and_branch): Remember index of affected BB.
18841
0fcbf3ed
UB
188422010-04-14 Uros Bizjak <ubizjak@gmail.com>
18843
18844 * config/i386/i386.md (*popcountsi2_cmp_zext): Remove mode attribute
18845 from insn template.
18846
3f529c2c
UB
188472010-04-14 Uros Bizjak <ubizjak@gmail.com>
18848
18849 * config/i386/i386.md (*ashlqi3_1_slp): New insn pattern.
18850
1ce18dc8
JH
188512010-04-13 Jan Hubicka <jh@suse.cz>
18852
18853 * ipa-inline.c (cgraph_mark_inline_edge): Avoid double accounting
18854 of optimized out static functions.
18855 (cgraph_edge_badness): Add DUMP parameter and dump reasons for the
18856 cost computation. Also sanity check for overflows.
18857 (update_caller_keys): Update cgraph_edge_badness call; properly
18858 update fibheap and sanity check that it is up to date.
18859 (add_new_edges_to_heap): Update cgraph_edge_badness.
18860 (cgraph_decide_inlining_of_small_function): Likewise;
18861 add sanity checking that badness in heap is up to date;
18862 improve dumping of reason; Update badness of calls to the
18863 offline copy of function currently inlined; dump badness
18864 of functions not inlined because of unit growth limits.
18865
9e9ef331
EB
188662010-04-13 Eric Botcazou <ebotcazou@adacore.com>
18867
18868 PR middle-end/32628
18869 * c-common.c (pointer_int_sum): Disregard overflow that occured only
18870 because of sign-extension change when converting to sizetype here...
18871 * fold-const.c (fold_convert_const_int_from_int): ...and not here.
18872
18873 * fold-const.c (fold_binary_op_with_conditional_arg): Do not restrict
18874 the folding to constants. Remove redundant final conversion.
18875 (fold_binary) <associate>: Do not associate if the re-association of
18876 constants alone overflows.
18877 (fold_binary) <FLOOR_MOD_EXPR>: Move transformation into BIT_AND_EXPR
18878 to the end of the list.
18879 (multiple_of_p) <COND_EXPR>: New case.
18880
9db94baa
MLI
188812010-04-13 Manuel López-Ibáñez <manu@gcc.gnu.org>
18882
18883 * opt-functions.awk (opt_sanitized_name): New.
18884 (opt_enum): New.
18885 * optc-gen.awk: Use it
18886 * opth-gen.awk: Use it.
18887
0f2ffb9a
MJ
188882010-04-13 Martin Jambor <mjambor@suse.cz>
18889
18890 * tree-sra.c (replace_uses_with_default_def_ssa_name): New function.
18891 (sra_modify_assign): Delete stmts loading dead data even if racc has no
18892 children. Call replace_uses_with_default_def_ssa_name to handle
18893 SSA_NAES on lhs.
18894
f78b86c0
MM
188952010-04-13 Michael Matz <matz@suse.de>
18896
18897 PR middle-end/43730
18898 * builtins.c (expand_builtin_interclass_mathfn): Also create
18899 a register if the predicate doesn't match.
18900
0e6229c2
DN
189012010-04-13 Diego Novillo <dnovillo@google.com>
18902
18903 * Makefile.in (c-pch.o, ggc-common.o): Depend on timevar.h.
18904 * c-pch.c: Include timevar.h.
18905 (c_common_write_pch): Use TV_PCH_SAVE and TV_PCH_CPP_SAVE timers.
3f529c2c 18906 (c_common_read_pch): Use TV_PCH_RESTORE and TV_PCH_CPP_RESTORE timers.
0e6229c2 18907 * ggc-common.c: Include timevar.h.
3f529c2c 18908 (gt_pch_save): Use TV_PCH_PTR_REALLOC and TV_PCH_PTR_SORT timers.
0e6229c2
DN
18909 * timevar.def (TV_PCH_SAVE): Define.
18910 (TV_PCH_CPP_SAVE): Define.
18911 (TV_PCH_PTR_REALLOC): Define.
18912 (TV_PCH_PTR_SORT): Define.
18913 (TV_PCH_RESTORE): Define.
18914 (TV_PCH_CPP_RESTORE): Define.
18915
143597ff
MM
189162010-04-13 Michael Matz <matz@suse.de>
18917
18918 * tree-ssa-reassoc.c (repropagate_negates): Merge negates also
18919 into MINUS_EXPRs.
18920 (can_reassociate_p): New function.
18921 (break_up_subtract_bb, reassociate_bb): Use it.
18922
54c5ec4f
RG
189232010-04-13 Richard Guenther <rguenther@suse.de>
18924
18925 PR bootstrap/43737
18926 * builtins.c (c_readstr): Fix assert.
18927
719938ae
UB
189282010-04-13 Uros Bizjak <ubizjak@gmail.com>
18929
18930 * config/i386/i386.md (extendsidi2 splitter): Also check for DX_REG
18931 when generating cltd insn.
18932
18933 (*ashl<mode>3_1): Remove special handling for register operand 2.
18934 (*ashlsi3_1_zext): Ditto.
18935 (*ashlhi3_1): Ditto.
18936 (*ashlhi3_1_lea): Ditto.
18937 (*ashlqi3_1): Ditto.
18938 (*ashlqi3_1_lea): Ditto.
18939 (*<shiftrt_insn><mode>3_1): Ditto.
18940 (*<shiftrt_insn>si3_1_zext): Ditto.
18941 (*<shiftrt_insn>qi3_1_slp): Ditto.
18942 (*<rotate_insn><mode>3_1): Ditto.
18943 (*<rotate_insn>si3_1_zext): Ditto.
18944 (*<rotate_insn>qi3_1_slp): Ditto.
18945
3e8542ca
RG
189462010-04-13 Richard Guenther <rguenther@suse.de>
18947
18948 * tree-ssa-structalias.c (callused_id): Remove.
18949 (call_stmt_vars): New.
18950 (get_call_vi): Likewise.
18951 (lookup_call_use_vi): Likewise.
18952 (lookup_call_clobber_vi): Likewise.
18953 (get_call_use_vi): Likewise.
18954 (get_call_clobber_vi): Likewise.
18955 (make_transitive_closure_constraints): Likewise.
18956 (handle_const_call): Adjust to do per-call call-used handling.
18957 (handle_pure_call): Likewise.
18958 (find_what_var_points_to): Remove general callused handling.
18959 (init_base_vars): Likewise.
18960 (init_alias_vars): Initialize call_stmt_vars.
18961 (compute_points_to_sets): Process call-used and call-clobbered
18962 vars for call statements.
18963 (delete_points_to_sets): Free call_stmt_vars.
18964
777e1f09
RG
189652010-04-13 Richard Guenther <rguenther@suse.de>
18966
18967 * tree-vect-data-refs.c (vect_analyze_data_ref_dependence):
18968 Only add RW dependence for dependence distance zero.
18969 Adjust maximal vectorization factor according to dependences.
18970 Move alignment handling ...
18971 (vect_find_same_alignment_drs): ... here. New function.
18972 (vect_analyze_data_ref_dependences): Adjust.
18973 (vect_analyze_data_refs_alignment): Call vect_find_same_alignment_drs.
18974 (vect_analyze_data_refs): Adjust minimal vectorization factor
18975 according to data references.
18976 * tree-vect-loop.c (vect_analyze_loop): Analyze data-ref
18977 dependences before determining the vectorization factor.
18978 Analyze alignment after determining the vectorization factor.
18979 * tree-vect-slp.c ((vect_slp_analyze_bb): Analyze data-ref
18980 dependences before alignment.
18981 * tree-vectorizer.h (vect_analyze_data_ref_dependences):
18982 Adjust prototype.
18983 (vect_analyze_data_refs): Likewise.
18984 (MAX_VECTORIZATION_FACTOR): New define.
18985
1a710808
DS
189862010-04-13 Duncan Sands <baldrick@free.fr>
18987
18988 * except.h (lang_eh_type_covers): Remove.
18989 * except.c (lang_eh_type_covers): Likewise.
18990
9602b6a1 189912010-04-13 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
3f529c2c
UB
18992 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18993
9602b6a1
AK
18994 * gcc/config/s390/s390.md: Replace TARGET_64BIT with TARGET_ZARCH.
18995 * gcc/config/s390/s390.c: Replace UNTIS_PER_WORD with
3f529c2c 18996 UNITS_PER_LONG where it is ABI relevant.
9602b6a1
AK
18997 (s390_return_addr_rtx): Likewise.
18998 (s390_back_chain_rtx): Likewise.
18999 (s390_frame_area): Likewise.
19000 (s390_frame_info): Likewise.
19001 (s390_initial_elimination_offset): Likewise.
19002 (save_gprs): Likewise.
19003 (s390_emit_prologue): Likewise.
19004 (s390_emit_epilogue): Likewise.
19005 (s390_function_arg_advance): Likewise.
19006 (s390_function_arg): Likewise.
19007 (s390_va_start): Likewise.
19008 (s390_gimplify_va_arg): Likewise.
19009 (s390_function_profiler): Likewise.
19010 (s390_optimize_prologue): Likewise.
19011 (s390_rtx_costs): Likewise.
19012 (s390_secondary_reload): Likewise.
19013 (s390_promote_function_mode): Likewise.
19014 (s390_hard_regno_mode_ok): Replace TARGET_64BIT with TARGET_ZARCH.
19015 (s390_scalar_mode_supported_p): Disallow TImode if no 64 bit
19016 registers available.
19017 (s390_unwind_word_mode): New function.
19018 (s390_function_value): Split 64 bit values into register pair if
19019 used as return value.
19020 (s390_call_saved_register_used): Don't use HARD_REGNO_NREGS for
19021 function call parameters. Handle parallels.
19022 (TARGET_SCALAR_MODE_SUPPORTED_P): New macro.
19023 (HARD_REGNO_CALL_PART_CLOBBERED): New macro.
19024 (DWARF_CIE_DATA_ALIGNMENT): New macro.
19025 (s390_expand_setmem): Remove unused variable src_addr.
19026 * gcc/longlong.h: Make smul_ppmm and sdiv_qrnnd inline asms to
3f529c2c 19027 deal with 64 bit registers.
9602b6a1
AK
19028 * gcc/config/s390/s390.h: Define __zarch__ predefined macro.
19029 Replace UNITS_PER_WORD with UNITS_PER_LONG where it is ABI relevant.
19030 (UNITS_PER_LONG): New macro.
19031 * libjava/include/s390-signal.h: Define extended ucontext
19032 structure containing the upper halfs of the 64 bit registers.
19033
3b123595
SB
190342010-04-13 Simon Baldwin <simonb@google.com>
19035
19036 * cfgexpand.c (gimple_expand_cfg): Clarify warning message text.
19037
cb3d597d
EB
190382010-04-13 Eric Botcazou <ebotcazou@adacore.com>
19039
19040 * gimple.c (walk_gimple_op) <GIMPLE_ASSIGN>: Do not request a pure
19041 rvalue on the RHS if the LHS is of a non-renamable type.
19042 * tree-ssa-ccp.c (maybe_fold_offset_to_component_ref): Fold result.
19043
4adbd5dd
MK
190442010-04-13 Matthias Klose <doko@ubuntu.com>
19045
19046 * gcc.c (cc1_options): Handle -iplugindir before processing
19047 the cc1 spec. Only add -iplugindir once.
19048 (cpp_unique_options): Add -iplugindir option if -fplugin* options
19049 found.
19050 * common.opt (iplugindir): Remove `Separate' property, initialize.
19051 * plugin.c (default_plugin_dir_name): Error with missing -iplugindir
19052 option.
19053 * Makefile.in (check-%, check-parallel-%): Create plugin dir.
19054 (distclean): Remove plugin dir.
19055 * doc/invoke.texi: Document -iplugindir.
19056
190572010-04-13 Basile Starynkevitch <basile@starynkevitch.net>
19058
19059 * doc/plugins.texi (Loading Plugins): Document short
19060 -fplugin=foo option.
19061 (Plugin API): Mention default_plugin_dir_name function.
19062
19063 * gcc.c (find_file_spec_function): Add new declaration.
19064 (static_spec_func): Use it for "find-file".
19065 (find_file_spec_function): Add new function.
19066 (cc1_options): Add -iplugindir option if -fplugin* options found.
19067
19068 * gcc-plugin.h (default_plugin_dir_name): Added new declaration.
19069
19070 * plugin.c (add_new_plugin): Updated comment, and handle short
19071 plugin name.
19072 (default_plugin_dir_name): Added new function.
19073
719938ae 19074 * common.opt (iplugindir): New option to set the plugin directory.
4adbd5dd 19075
e0db9cc6
UB
190762010-04-12 Uros Bizjak <ubizjak@gmail.com>
19077
19078 * config/i386/i386.md (any_rotate): New code iterator.
19079 (rotate_insn): New code attribute.
19080 (rotate): Ditto.
19081 (SWIM124): New mode iterator.
19082 (<rotate_insn>ti3): New expander.
19083 (<rotate_insn>di3): Macroize expander from {rotl,rotr}di3 using
19084 any_rotate code iterator.
19085 (<rotate_insn><mode>3) Macroize expander from {rotl,rotr}{qi,hi,si}3
19086 using any_rotate code iterator and SWIM124 mode iterator.
19087 (ix86_rotlti3): New insn_and_split pattern.
19088 (ix86_rotrti3): Ditto.
19089 (ix86_rotl<dwi>3_doubleword): Macroize insn_and_split pattern from
19090 ix86_rotl{di,ti}3 patterns.
19091 (ix86_rotr<dwi>3_doubleword): Ditto from ix86_rotr{di,ti}3 patterns.
19092 (*<rotate_insn><mode>3_1): Merge with *{rotl,rotr}{qi,hi,si}3_1_one_bit
19093 and *{rotl,rotr}di3_1_one_bit_rex64. Macroize insn from
19094 *{rotl,rotr}{qi,hi,si}3_1 and *{rotl,rotr}di3_1_rex64 using any_rotate
19095 code iterator and SWI mode iterator.
19096 (*<rotate_insn>si3_1_zext): Merge with *{rotl,rotr}si3_1_one_bit_zext.
19097 Macroize insn from {rotl,rotr}si3_1_zext using any_rotate
19098 code iterator.
19099 (*<rotate_insn>qi3_1_slp): Merge with *{rotl,rotr}qi3_1_one_bit_slp.
19100 Macroize insn from {rotl,rotr}qi3_1_slp using any_rotate code iterator.
19101 (bswap rotatert splitter): Add splitter.
19102 (bswap splitter): Macroize splitter using any_rotate code iterator.
19103 Add insn predicate to split only for TARGET_USE_XCHGB or when
19104 optimizing function for size.
19105
077c8ada
SE
191062010-04-12 Steve Ellcey <sje@cup.hp.com>
19107
19108 * config/pa/pa.c (emit_move_sequence): Remove use of
19109 deleted variable flag_argument_noalias.
19110
c7392d11
RO
191112010-04-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
19112
19113 * config.gcc: Removed *-*-solaris2.7* from list of obsolete
19114 configurations.
19115 Add to unsupported targets list.
19116 * configure.ac (gcc_cv_as_tls): Removed i[34567]86-*-solaris2.[567]*,
19117 sparc*-sun-solaris2.[567]* from target lists.
19118 * configure: Regenerate.
19119 * doc/install.texi (Specific, *-*-solaris2*): Document Solaris 7
19120 removal.
19121 Remove Solaris 7 patch references.
19122 (Specific, sparc-sun-solaris2.7): Removed.
19123 (sparc-sun-solaris2*): Update Solaris 7 example.
19124 (sparc64-*-solaris2*): Likewise.
19125
8c200350
RO
191262010-04-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
19127
19128 * config.build (alpha*-dec-osf4*): Remove.
19129 * config.gcc: Remove alpha*-dec-osf4*, alpha-dec-osf5.0* from list
19130 of obsolete configurations.
19131 (alpha*-dec-osf[45]*): Remove alpha*-dec-osf4*, alpha-dec-osf5.0*
19132 support.
19133 * config/alpha/t-osf4: Renamed to ...
19134 * config/alpha/t-osf5: ... this.
19135 * config/alpha/osf.h: Renamed to ...
19136 * config/alpha/osf5.h: ... this.
19137 Merged old osf5.h contents.
19138 Update comments.
19139 (ASM_SPEC): Use ASM_OLDAS_SPEC directly.
19140 (EXTRA_SPECS): Removed.
19141 * doc/install.texi (Specific, alpha*-dec-osf5.1): Renamed to
19142 reflect removal of Tru64 UNIX V4.0/V5.0 support.
19143 Document that.
19144
887204da
RO
191452010-04-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
19146
19147 * doc/contrib.texi (Contributors, Rainer Orth): Update.
19148
c1b8e139
KT
191492010-04-12 Kai Tietz <kai.tietz@onevision.com>
19150
19151 PR/43702
19152 * config/i386/i386.c (x86_this_parameter): Handle aggregate for
19153 __thiscall convention.
19154
b38bccca
SE
191552010-04-12 Steve Ellcey <sje@cup.hp.com>
19156
19157 * config/pa/pa.c (hppa_legitimize_address): Remove unused variable
19158 orig_base.
19159 * config/pa/pa.md (call, call_value): Remove unused variable call_insn.
19160
fc2f1f53
SE
191612010-04-12 Steve Ellcey <sje@cup.hp.com>
19162
19163 * function.c (assign_parms_initialize_all): Add unused attribute
19164 to fntype.
19165
d086d311
RG
191662010-04-12 Richard Guenther <rguenther@suse.de>
19167
19168 * gsstruct.def (GSS_CALL): New.
19169 * gimple.def (GIMPLE_CALL): Change to GSS_CALL.
19170 * gimple.h: Include tree-ssa-alias.h.
19171 (struct gimple_statement_call): New.
19172 (union gimple_statement_struct_d): Add gimple_call member.
19173 (gimple_call_reset_alias_info): Declare.
19174 (gimple_call_use_set): New function.
19175 (gimple_call_clobber_set): Likewise.
19176 * Makefile.in (GIMPLE_H): Add tree-ssa-alias.h.
19177 * gimple.c (gimple_call_reset_alias_info): New function.
19178 (gimple_build_call_1): Call it.
19179 * lto-streamer-in.c (input_gimple_stmt): Likewise.
19180 * tree-inline.c (remap_gimple_stmt): Likewise.
19181 (expand_call_inline): Remove callused handling.
19182 * cfgexpand.c (update_alias_info_with_stack_vars): Likewise.
19183 * tree-dfa.c (dump_variable): Likewise.
19184 * tree-parloops.c (parallelize_loops): Likewise.
19185 * tree-ssa.c (init_tree_ssa): Likewise.
19186 (delete_tree_ssa): Likewise.
19187 * tree-flow-inline.h (is_call_used): Remove.
19188 * tree-flow.h (struct gimple_df): Remove callused member.
19189 * tree-nrv.c (dest_safe_for_nrv_p): Adjust predicate.
19190 * tree-ssa-alias.c (dump_alias_info): Remove callused handling.
19191 (ref_maybe_used_by_call_p_1): Simplify.
19192 (call_may_clobber_ref_p_1): Likewise.
19193 * tree-ssa-structalias.c (compute_points_to_sets): Set
19194 the call stmt used and clobbered sets.
19195 * tree-tailcall.c (suitable_for_tail_opt_p): Adjust predicate.
19196 (find_tail_calls): Verify the tail call.
19197
af961c7f
RG
191982010-04-12 Richard Guenther <rguenther@suse.de>
19199
19200 * ipa.c (cgraph_postorder): Adjust postorder to guarantee
19201 single-iteration always-inline inlining.
19202 * ipa-inline.c (cgraph_mark_inline): Do not return anything.
e0db9cc6 19203 (cgraph_decide_inlining): Do not handle always-inline specially.
af961c7f
RG
19204 (try_inline): Remove always-inline cycle detection special case.
19205 Do not recurse on always-inlines.
19206 (cgraph_early_inlining): Do not iterate if not optimizing.
19207 (cgraph_gate_early_inlining): remove.
19208 (pass_early_inline): Run unconditionally.
19209 (gate_cgraph_decide_inlining): New function.
19210 (pass_ipa_inline): Use it. Do not run the IPA inliner if
19211 not inlining or optimizing.
19212 (cgraph_decide_inlining_of_small_functions): Also consider
19213 always-inline functions.
19214 (cgraph_default_inline_p): Return true for nodes which should
19215 disregard inline limits.
19216 (estimate_function_body_sizes): Assume zero size and time for
19217 nodes which are marked as disregarding inline limits.
19218 (cgraph_decide_recursive_inlining): Do not perform recursive
19219 inlining on always-inline nodes.
19220
fa8351f8
JJ
192212010-04-12 Jakub Jelinek <jakub@redhat.com>
19222
19223 PR bootstrap/43699
19224 * c-typeck.c (c_process_expr_stmt): Call mark_exp_read even
19225 for exprs satisfying handled_component_p.
19226
675c873b
EB
192272010-04-12 Eric Botcazou <ebotcazou@adacore.com>
19228
19229 * expr.c (categorize_ctor_elements_1): Properly count sub-elements of
19230 non-constant aggregate elements.
19231
19232 * gimplify.c (gimplify_init_constructor): Do not pre-evaluate if this
19233 is a real initialization.
19234
c4712597
SZ
192352010-04-12 Shujing Zhao <pearly.zhao@oracle.com>
19236
19237 PR c/36774
19238 * c-decl.c (start_function): Move forward check for nested function.
19239
6f50eb9c
KK
192402010-04-11 Kaz Kojima <kkojima@gcc.gnu.org>
19241
19242 * config/sh/sh-protos.h (sh_legitimize_reload_address): Declare.
19243 * config/sh/sh.c: Include reload.h.
19244 (sh_legitimize_reload_address): New.
19245 * config/sh/sh.h (LEGITIMIZE_RELOAD_ADDRESS): Use
19246 sh_legitimize_reload_address.
19247
c11c09f9
KP
192482010-04-11 Kaushik Phatak <kaushik.phatak@kpitcummins.com>
19249
19250 * config/sh/sh.md (*movqi_pop): New insn pattern.
19251 * config/sh/predicates.md (sh_no_delay_pop_operand): New predicate.
19252
d72ebc16
UB
192532010-04-11 Uros Bizjak <ubizjak@gmail.com>
19254
19255 * config/i386/i386.md (any_shiftrt): New code iterator.
19256 (shiftrt_insn): New code attribute.
19257 (shiftrt): Ditto.
e0db9cc6
UB
19258 (<shiftrt_insn><mode>3): Macroize expander from {ashr,lshr}<mode>3
19259 using any_shiftrt code iterator.
d72ebc16 19260 (*<shiftrt_insn><mode>3_doubleword): Macroize insn_and_split from
e0db9cc6 19261 *{ashr,lshr}<mode>3_doubleword using any_shiftrt code iterator.
d72ebc16
UB
19262 (*<shiftrt_insn><mode>3_doubleword peephole2): Macroize peephole2
19263 pattern from corresponding peephole2 patterns.
e0db9cc6
UB
19264 (*<shiftrt_insn><mode>3_1): Macroize insn from *{ashr,lshr}<mode>3_1
19265 using any_shiftrt code iterator.
19266 (*<shiftrt_insn>si3_1_zext): Ditto from *{ashr,lshr}si3_1_zext.
19267 (*<shiftrt_insn>qi3_1_slp): Ditto from *{ashr,lshr}qi3_1_slp.
19268 (*<shiftrt_insn><mode>3_cmp): Ditto from *{ashr,lshr}<mode>3_cmp.
19269 (*<shiftrt_insn><mode>3_cmp_zext): Ditto from
19270 *{ashr,lshr}<mode>3_cmp_zext.
19271 (*<shiftrt_insn><mode>3_cconly): Ditto from *{ashr,lshr}<mode>3_cconly.
d72ebc16 19272
59caab22
UB
192732010-04-11 Uros Bizjak <ubizjak@gmail.com>
19274
19275 * config/i386/i386.md (*ashr<mode>3_cconly): Fix wrong mode of
19276 scratch register.
19277 (*lshr<mode>3_cconly): Ditto.
19278
9200ac72
UB
192792010-04-11 Uros Bizjak <ubizjak@gmail.com>
19280
19281 * config/i386/i386.md (lshr<mode>3): Macroize expander from
19282 lshr{qi,hi,si,di,ti}3_1 using SDWIM mode iterator.
19283 (*lshr<mode>3_doubleword): New insn_and_split_pattern. Macroize
19284 pattern from *lshr{di,ti}3_1 and corresponding splitters using
19285 DWI mode iterator.
19286 (*lshr<mode>3_doubleword peephole2): Macroize peephole2 pattern
19287 from corresponding peephole2 patterns.
19288 (*lshr<mode>3_1): Merge with *lshr{qi,hi,si}3_1_one_bit and
e0db9cc6
UB
19289 *lshrdi3_1_one_bit_rex64. Macroize insn from *lshr{qi,hi,si}3_1
19290 and *lshrdi3_1_rex64 using SWI mode iterator.
d72ebc16 19291 (*lshrsi3_1_zext): Merge with *lshrsi3_1_one_bit_zext.
9200ac72
UB
19292 (*lshrqi3_1_slp): Merge with *lshrqi3_1_one_bit_slp.
19293 (*lshr<mode>3_cmp): Merge with *lshr{qi,hi,si}3_one_bit_cmp and
19294 *lshrdi3_one_bit_cmp_rex64. Macroize insn from *lshr{qi,hi,si}3_cmp
19295 and *lshrdi3_cmp_rex64 using SWI mode iterator.
19296 (*lshrsi3_cmp_zext): Merge with *lshrsi3_cmp_one_bit_zext.
19297 (*lshr<mode>3_cconly): Merge with *lshr{qi,hi,si}3_one_bit_cconly and
19298 *lshrdi3_one_bit_cconly_rex64. Macroize insn from
19299 *lshr{qi,hi,si}3_cconly and *lshrdi3_cconly_rex64 using
19300 SWI mode iterator.
19301
27431d88
UB
193022010-04-10 Uros Bizjak <ubizjak@gmail.com>
19303
19304 * config/i386/i386.md (ashr<mode>3): Macroize expander from
19305 ashr{qi,hi,si,di,ti}3_1 using SDWIM mode iterator.
19306 (*ashr<mode>3_doubleword): New insn_and_split_pattern. Macroize
19307 pattern from *ashr{di,ti}3_1 and corresponding splitters using
19308 DWI mode iterator.
19309 (*ashr<mode>3_doubleword peephole2): Macroize peephole2 pattern
19310 from corresponding peephole2 patterns.
19311 (ashrdi3_cvt): Rename from ashrdi3_63_rex64.
19312 (ashrsi3_cvt): Rename from ashrsi3_31.
19313 (*ashrsi3_cvt_zext): Rename from *ashrsi3_31_zext.
19314 (x86_shift<mode>_adj_3): Macroize expander from x86_shift_adj_3
19315 and x86_64_shift_adj_3 using SWI48 mode iterator.
19316 (*ashr<mode>3_1): Merge with *ashr{qi,hi,si}3_1_one_bit and
e0db9cc6
UB
19317 *ashrdi3_1_one_bit_rex64. Macroize insn from *ashr{qi,hi,si}3_1
19318 and *ashrdi3_1_rex64 using SWI mode iterator.
d72ebc16 19319 (*ashrsi3_1_zext): Merge with *ashrsi3_1_one_bit_zext.
27431d88
UB
19320 (*ashrqi3_1_slp): Merge with *ashrqi3_1_one_bit_slp.
19321 (*ashr<mode>3_cmp): Merge with *ashr{qi,hi,si}3_one_bit_cmp and
19322 *ashrdi3_one_bit_cmp_rex64. Macroize insn from *ashr{qi,hi,si}3_cmp
19323 and *ashrdi3_cmp_rex64 using SWI mode iterator.
19324 (*ashrsi3_cmp_zext): Merge with *ashrsi3_cmp_one_bit_zext.
19325 (*ashr<mode>3_cconly): Merge with *ashr{qi,hi,si}3_one_bit_cconly and
19326 *ashrdi3_one_bit_cconly_rex64. Macroize insn from
19327 *ashr{qi,hi,si}3_cconly and *ashrdi3_cconly_rex64 using
19328 SWI mode iterator.
59caab22 19329 (sign_extend splitters): Update for renamed ashr{di,si}3_cvt patterns.
27431d88 19330 * config/i386/i386.c (ix86_split_ashr): Update for renamed
9200ac72 19331 x86_shift<mode>_adj_3 expanders.
27431d88 19332
85c9bcd4
WG
193332010-04-10 Wei Guozhi <carrot@google.com>
19334
19335 PR target/42601
19336 * config/arm/arm.c (arm_pic_static_addr): New function.
19337 (legitimize_pic_address): Call arm_pic_static_addr when it detects
19338 a static symbol.
19339 (arm_output_addr_const_extra): Output expression for new pattern.
19340 * config/arm/arm.md (UNSPEC_SYMBOL_OFFSET): New unspec symbol.
19341
f0c6475a 193422010-04-10 Bernd Schmidt <bernds@codesourcery.com>
979740a0
BS
19343
19344 * ira-costs.c (record_reg_classes): Ignore alternatives that are
19345 not enabled.
4143fd36
BS
19346
19347 * Makefile.in (web.o): Depend on insn-config.h and $(RECOG_H).
19348 * web.c: Include "insn-config.h" and "recog.h".
19349 (union_match_dups): New function.
19350 (web_main): Call it.
19351 (union_defs): Don't try to recognize match_dups.
19352
52c1d580
BS
19353 * reload1.c (eliminate_regs_in_insn): Don't restore an operand
19354 if doing so would replace the entire pattern.
19355
ef0f4a03
UB
193562010-04-09 Uros Bizjak <ubizjak@gmail.com>
19357
19358 PR target/43707
19359 PR target/43709
19360 * config/i386/i386.md (*ashl<mode>3_doubleword): Split to insn
19361 and splitter pattern. Change splitter operand 1 predicate to
19362 nonmemory_operand.
19363
add5d998
MJ
193642010-04-09 Martin Jambor <mjambor@suse.cz>
19365
19366 * ipa-cp.c (ipcp_lats_are_equal): Return true also if the two
19367 lattices are addresses of CONST_DECLs with the same initial value.
19368 (ipcp_print_all_lattices): Print values of CONST_DECLs.
19369 * ipa-prop.c (ipa_print_node_jump_functions): Likewise.
19370
43ba743c 193712010-04-09 Eric Botcazou <ebotcazou@adacore.com>
f0c6475a 19372 Bernd Schmidt <bernds@codesourcery.com>
43ba743c
EB
19373
19374 * loop-invariant.c (replace_uses): New static function.
19375 (move_invariant_reg): Use it to ensure we can replace the uses.
19376
193772010-04-09 Hariharan Sandanagobalane <hariharan@picochip.com>
c3fd7b4d 19378
27431d88
UB
19379 * config/picochip/picochip.c (picochip_rtx_costs): Use correct
19380 function template.
43ba743c 19381 (picochip_override_options): Enable section anchors only above -O1.
c3fd7b4d
HS
19382 (picochip_reorg): Fixed a couple of build warnings.
19383
fcf52686
RO
193842010-04-09 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
19385
19386 * configure.ac (plugin -rdynamic test): Log result.
19387 * configure: Regenerate.
19388 * config/sol2.h (LINK_SPEC): Handle -rdynamic.
19389 (RDYNAMIC_SPEC): Define.
19390 * config/sol2-gld.h (RDYNAMIC_SPEC): Redefine.
19391
55c4f715
RO
193922010-04-09 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
19393
19394 * configure.ac: Determine Sun ld version numbers.
19395 (comdat_group): Restrict GNU ld version checks to gld.
19396 (comdat_group, *-*-solaris2.1[1-9]*): Enable for Sun ld > 1.1688.
19397 (enable_comdat): Support --enable-comdat.
19398 * configure: Regenerate.
19399 * doc/install.texi (Configuration): Document --enable-comdat.
19400
62e08523
RO
194012010-04-09 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
19402
ef0f4a03 19403 * config/sparc/sol2-gld.h: Remove SPARC reference. Rename ...
62e08523
RO
19404 * config/sol2-gld.h: ... here.
19405 * config.gcc (sparc*-*-solaris2*): Reflect this.
19406 (i[34567]86-*-solaris2*): Use it.
19407
034288ef
SE
194082010-04-09 Steve Ellcey <sje@cup.hp.com>
19409
19410 * config/ia64/ia64.c (ia64_dfa_new_cycle): Remove unused variable
19411 setup_clocks_p.
19412 (final_emit_insn_group_barriers): Remove unused variable prev_insn.
19413
d0b8780d
MLI
194142010-04-09 Manuel López-Ibáñez <manu@gcc.gnu.org>
19415
19416 PR 42965
19417 * diagnostic.c (diagnostic_initialize): Initialize
19418 some_warnings_are_errors.
19419 (diagnostic_finish): New.
19420 (diagnostic_action_after_output): Call it before exiting.
19421 (diagnostic_report_diagnostic): Do not print message here. Set
19422 some_warnings_are_errors.
19423 * diagnostic.h (diagnostic_context): Delete
19424 issue_warnings_are_errors_message. Add some_warnings_are_errors.
19425 (diagnostic_finish): Declare.
19426 * toplev.c (toplev_main): Call it before exit.
19427
93e9807a
JM
194282010-04-09 Jason Merrill <jason@redhat.com>
19429
cb6addf4
JM
19430 PR c++/42623
19431 * c-common.c (c_sizeof_or_alignof_type): Return error_mark_node
19432 for incomplete type.
19433
93e9807a
JM
19434 PR c++/41788
19435 * stor-layout.c (finalize_record_size): Don't change TYPE_PACKED
19436 based on a warning flag.
19437
74367220
RG
194382010-04-09 Richard Guenther <rguenther@suse.de>
19439
43ba743c 19440 * tree-pretty-print.c (dump_generic_node): Dump TYPE_VECTOR_SUBPARTS.
74367220 19441
8351bca7
IS
194422010-04-09 Iain Sandoe <iains@gcc.gnu.org>
19443
19444 PR bootstrap/43684
ef0f4a03 19445 * varasm.c (default_assemble_visibility): Wrap vars that are
8351bca7 19446 set, but unused, by targets without GAS.
ade52657 19447 * config/rs6000/rs6000.c (paired_emit_vector_compare):
8351bca7
IS
19448 Remove set, but unused, vars.
19449 (rs6000_legitimize_tls_address): Likewise.
19450 (altivec_expand_dst_builtin): Likewise.
19451 * config/darwin.c (machopic_classify_symbol): Likewise.
19452 (machopic_indirection_name): Likewise.
ef0f4a03 19453
014753cc
UB
194542010-04-09 Uros Bizjak <ubizjak@gmail.com>
19455
19456 * config/i386/i386.md (DWI): New mode iterator.
19457 (S): New mode attribute.
19458 (shift_operand): Ditto.
19459 (shift_immediate_operand): Ditto.
19460 (ashl_input_operand): Ditto.
19461 (ashl<mode>3): Macroize expander from ashl{qi,hi,si,di,ti}3_1
19462 using SDWIM mode iterator.
19463 (*ashl<mode>3_doubleword): New insn_and_split_pattern. Macroize
19464 pattern from *ashl{di,ti}3_1 and corresponding splitters using
19465 DWI mode iterator.
19466 (*ashl<mode>3_doubleword peephole2): Macroize peephole2 pattern
19467 from corresponding peephole2 patterns.
19468 (x86_shift<mode>_adj_1): Macroize expander from x86_shift_adj_1
19469 and x86_64_shift_adj_1 using SWI48 mode iterator.
19470 (x86_shift<mode>_adj_2): Ditto.
19471 (*ashldi3_1_rex64): Split TYPE_LEA pattern.
19472 (*ashl<mode>3_1): Macroize insn from *ashlsi3_1 and *ashldi3_1_rex64
19473 using SWI48 mode iterator.
19474 (*ashl<mode>3_cmp): Macroize insn from *ashl{qi,hi,si}3_cmp and
19475 *ashldi3_cmp_rex64 using SWI mode iterator.
19476 (*ashl<mode>3_cconly): Macroize insn from *ashl{qi,hi,si}3_cconly and
19477 *ashldi3_cconly_rex64 using SWI mode iterator.
19478 * config/i386/i386.c (ix86_split_ashl): Update for renamed
19479 x86_shift<mode>_adj_{1,2}.
19480 (ix86_split_ashr): Ditto.
19481 (ix86_split_lshr): Ditto.
19482
88dd7150
RG
194832010-04-09 Richard Guenther <rguenther@suse.de>
19484
19485 * target.h (builtin_conversion): Pass in input and output types.
19486 * targhooks.c (default_builtin_vectorized_conversion): Adjust.
19487 * targhooks.h (default_builtin_vectorized_conversion): Likewise.
19488 * tree-vect-stmts.c (vectorizable_conversion): Adjust.
19489 * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_CONVERSION): Adjust.
19490
19491 * config/i386/i386.c (ix86_vectorize_builtin_conversion): Adjust.
19492 Handle AVX modes.
19493 * config/rs6000/rs6000.c (rs6000_builtin_conversion): Adjust.
19494
3f2060fd
RG
194952010-04-09 Richard Guenther <rguenther@suse.de>
19496
19497 PR target/43152
19498 * config/i386/sse.md (vcond<mode>): Handle AVX modes as well.
19499
b690cc0f
RG
195002010-04-09 Richard Guenther <rguenther@suse.de>
19501
19502 * tree-vectorizer.h (struct _stmt_vec_info): Document
19503 that vectype is the type of the LHS.
59caab22 19504 (supportable_widening_operation, supportable_narrowing_operation):
b690cc0f
RG
19505 Get both input and output vector types as arguments.
19506 (vect_is_simple_use_1): Declare.
19507 (get_same_sized_vectype): Likewise.
19508 * tree-vect-loop.c (vect_determine_vectorization_factor):
19509 Set STMT_VINFO_VECTYPE to the vector type of the def.
19510 (vectorizable_reduction): Adjust.
19511 * tree-vect-patterns.c (vect_recog_widen_mult_pattern):
19512 Adjust. Specify the output vector type.
19513 (vect_pattern_recog_1): Adjust.
19514 * tree-vect-stmts.c (get_same_sized_vectype): New function.
19515 (vectorizable_call): Adjust.
19516 (vectorizable_conversion): Likewise.
19517 (vectorizable_operation): Likewise.
19518 (vectorizable_type_demotion): Likewise.
19519 (vectorizable_type_promotion): Likewise.
19520 (vect_analyze_stmt): Set STMT_VINFO_VECTYPE to the vector type of
19521 the def.
19522 (vect_is_simple_use_1): New function.
19523 (supportable_widening_operation): Get both input and output
19524 vector types.
19525 (supportable_narrowing_operation): Likewise.
19526 * tree-vect-slp.c (vect_schedule_slp_instance): Adjust.
19527
3e65f251
KT
195282010-04-09 Kai Tietz <kai.tietz@onevision.com>
19529
19530 * config/i386/cygming.h (TARGET_OS_CPP_BUILTINS): Add
19531 __thiscall and _thiscall as predefined macros.
19532 * config/i386/i386.c (ix86_handle_cconv_attribute): Add
19533 thiscall attribute handling.
19534 (ix86_comp_type_attributes): Likewise.
19535 (ix86_function_regparm): Likewise.
19536 (ix86_return_pops_args): Likewise.
19537 (init_cumulative_args): Likewise.
19538 (find_drap_reg): Likewise.
19539 (ix86_static_chain): Likewise.
19540 (x86_this_parameter): Likewise.
19541 (x86_output_mi_thunk): Likewise.
19542 (ix86_attribute_table): Add description for thiscall attribute.
014753cc 19543 * config/i386/i386.h (ix86_args): Adjust comment for member fastcall.
3e65f251 19544 * doc/extend.texi: Add documentation for thiscall.
27431d88 19545
dc8d2739
MLI
195462010-04-09 Manuel López-Ibáñez <manu@gcc.gnu.org>
19547
19548 PR c++/28584
19549 * c.opt (Wint-to-pointer-cast): Available in C++.
19550 * doc/invoke.texi (Wint-to-pointer-cast): Available in C++.
19551
d47d0a8d
EB
195522010-04-08 Eric Botcazou <ebotcazou@adacore.com>
19553
19554 * tree.h (TREE_ADDRESSABLE): Document its effect for function types.
19555 * calls.c (expand_call): Pass the function type to aggregate_value_p.
19556 * function.c (aggregate_value_p): Do not honor DECL_BY_REFERENCE on
19557 the target function of a CALL_EXPR. Honor TREE_ADDRESSABLE on the
19558 function type instead. Reorder and simplify checks.
19559
19560 * gimplify.c (gimplify_modify_expr_rhs) <WITH_SIZE_EXPR>: New case.
19561
dc5ee869
JY
195622010-04-08 Jing Yu <jingyu@google.com>
19563 Zdenek Dvorak <ook@ucw.cz>
19564
19565 PR tree-optimization/42720
19566 * tree-ssa-loop-unswitch.c (tree_ssa_unswitch_loops): Move one-time
014753cc
UB
19567 loop unswitch conditions here from ...
19568 (tree_unswitch_single_loop): ... here.
dc5ee869 19569
98c07c54
SP
195702010-04-08 Sebastian Pop <sebastian.pop@amd.com>
19571
19572 * tree-if-conv.c: Fix comments and simplify logic.
19573
6cbcfa9d
SP
195742010-04-08 Sebastian Pop <sebastian.pop@amd.com>
19575
19576 * tree-if-conv.c (if_convertible_loop_p): Remove unused parameter.
19577 (tree_if_conversion): Same. Update call to if_convertible_loop_p.
19578 (main_tree_if_conversion): Update call to tree_if_conversion.
19579
1401cf37
MLI
195802010-04-08 Manuel López-Ibáñez <manu@gcc.gnu.org>
19581
19582 PR 42485
19583 * doc/invoke.texi (-b,-V): Delete.
19584 * doc/tm.texi: Do not mention -b.
19585 * gcc.c (display_help): Delete -b and -V.
19586 (process_command): Delete -b and -V.
19587 * gcc.h (DEFAULT_SWITCH_TAKES_ARG): Delete -b and -V.
6cbcfa9d 19588
40ac4f73 195892010-04-08 Christian Borntraeger <borntraeger@de.ibm.com>
27431d88 19590 Wolfgang Gellerich <gellerich@de.ibm.com>
40ac4f73 19591
014753cc
UB
19592 Implement target hook for loop unrolling
19593 * target.h (loop_unroll_adjust): Add a new target hook function.
19594 * target-def.h (TARGET_LOOP_UNROLL_ADJUST): Likewise.
19595 * doc/tm.texi (TARGET_LOOP_UNROLL_ADJUST): Document it.
19596 * config/s390/s390.c (TARGET_LOOP_UNROLL_ADJUST): Define it.
19597 (s390_loop_unroll_adjust): Implement the new target hook for s390.
19598 * loop-unroll.c (decide_unroll_runtime_iterations): Call loop unroll
19599 target hook.
19600 (decide_unroll_stupid): Likewise.
40ac4f73 19601
07c60ef7
RO
196022010-04-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
19603
19604 PR target/43643
19605 * config/i386/gmon-sol2.c [__x86_64__]: Properly restore %rcx.
19606
dd178909
RO
196072010-04-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
19608
19609 * doc/install.texi (Specific, i?86-*-solaris2.10): Fix grammar.
19610 (Specific, *-*-solaris2*): Likewise.
19611 Don't prefer Sun as over GNU as.
19612
cc6ae6a1
WG
196132010-04-08 Wolfgang Gellerich <gellerich@de.ibm.com>
19614
c46a5e28
EB
19615 * config/s390/s390.c (override_options): Adjust the z10 defaults
19616 for max-unroll-times, max-completely-peeled-insns
19617 and max-completely-peel-times.
cc6ae6a1 19618
adfa3cd3
AK
196192010-04-08 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
19620
19621 * config/s390/s390.c (s390_expand_movmem): Issue prefetch
19622 instructions for z10.
19623 (s390_expand_setmem): Likewise.
19624 (s390_expand_cmpmem): Likewise.
19625
84ae6d7b
RG
196262010-04-08 Richard Guenther <rguenther@suse.de>
19627
19628 PR tree-optimization/43679
19629 * tree-ssa-pre.c (eliminate): Only propagate copies.
19630
5a905a2b
JJ
196312010-04-08 Jakub Jelinek <jakub@redhat.com>
19632
19633 PR bootstrap/43681
19634 * expr.c (block_move_libcall_safe_for_call_parm): Avoid
19635 set but not used variable warning.
19636
7548c1be
WG
196372010-04-08 Wei Guozhi <carrot@google.com>
19638
19639 PR target/41653
19640 * config/arm/arm.c (thumb1_size_rtx_costs): New function.
19641 (arm_size_rtx_costs): Call the new function when optimized for size.
19642
aa847cc8
JJ
196432010-04-08 Jakub Jelinek <jakub@redhat.com>
19644
19645 PR debug/43670
19646 * cfgexpand.c (expand_debug_expr): If for non-NULL offset
19647 op0 is not a MEM, just return NULL instead of assertion
19648 failure.
19649 (discover_nonconstant_array_refs): Don't walk debug stmts.
19650
1dcc82c2
DK
196512010-04-08 Doug Kwan <dougkwan@google.com>
19652
19653 * configure.ac: Recognize gold and do not use its version number
19654 to test ld features.
19655 * configure: Regenerate.
19656
b0aef8a8
MK
196572010-04-08 Maxim Kuvyrkov <maxim@codesourcery.com>
19658
19659 PR middle-end/40815
19660 * tree-ssa-reassoc.c (broken_up_substracts): Rename to plus_negates.
19661 (negate_value): Move code to push elements to broken_up_substracts ...
19662 (eliminate_plus_minus_pair): ... here. Push operands that have no
19663 negative pair to plus_negates.
19664 (repropagate_negates, init_reassoc, fini_reassoc): Update.
19665
7a50adb7
RW
196662010-04-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
19667
2d413304
RW
19668 * doc/install.texi (Configuration): Move description of
19669 --enable-lto, --with-libelf*, --enable-gold from Java section to
19670 general section.
19671
7a50adb7
RW
19672 * doc/generic.texi (Working with declarations)
19673 (Function Properties, C and C++ Trees): Fix typos.
19674 * doc/sourcebuild.texi (Top Level): Likewise.
19675
60d3aec4
JJ
196762010-04-07 Jakub Jelinek <jakub@redhat.com>
19677
ebfbbdc5
JJ
19678 PR c/18624
19679 * tree.h (DECL_READ_P): Define.
19680 (struct tree_decl_common): Add decl_read_flag.
19681 * c-decl.c (pop_scope): If TREE_USED but !DECL_READ_P, issue
19682 a set but not used warning.
19683 (merge_decls): Merge DECL_READ_P flag.
19684 (finish_decl, build_compound_literal): Set DECL_READ_P flag.
19685 (finish_function): Issue -Wunused-but-set-parameter diagnostics.
19686 * c-common.c (handle_used_attribute, handle_unused_attribute):
19687 Likewise.
19688 * c-tree.h (default_function_array_read_conversion, mark_exp_read):
19689 New prototypes.
19690 * c-typeck.c (default_function_array_read_conversion, mark_exp_read):
19691 New functions.
19692 (default_conversion, c_process_expr_stmt): Call mark_exp_read.
19693 * c-parser.c (c_parser_initializer, c_parser_expr_no_commas,
19694 c_parser_binary_expression, c_parser_cast_expression,
19695 c_parser_expr_list, c_parser_omp_atomic, c_parser_omp_for_loop):
19696 Call default_function_array_read_conversion instead of
19697 default_function_array_conversion where needed.
19698 (c_parser_unary_expression, c_parser_conditional_expression,
19699 c_parser_postfix_expression_after_primary, c_parser_initelt):
19700 Likewise. Call mark_exp_read where needed.
19701 (c_parser_statement_after_labels, c_parser_asm_operands,
19702 c_parser_typeof_specifier, c_parser_sizeof_expression,
19703 c_parser_alignof_expression, c_parser_initval): Call mark_exp_read
19704 where needed.
19705 * common.opt (Wunused-but-set-variable, Wunused-but-set-parameter):
19706 New.
19707 * toplev.c (warn_unused_but_set_variable): Default to warn_unused.
19708 (warn_unused_but_set_parameter): Default to warn_unused
19709 && extra_warnings.
19710 * doc/invoke.texi: Document -Wunused-but-set-variable and
19711 -Wunused-but-set-parameter.
19712
60d3aec4
JJ
19713 * tree-ssa-pre.c (my_rev_post_order_compute): Remove set but not
19714 used count variable.
19715 * genemit.c (gen_expand, gen_split): Avoid set but not used warnings
19716 when operandN variables aren't used in the body of the expander
19717 or splitter.
19718 * tree-outof-ssa.c (FOR_EACH_ELIM_GRAPH_SUCC,
19719 FOR_EACH_ELIM_GRAPH_PRED): Avoid set but not used warnings.
19720 * tree-ssa-operands.h (FOR_EACH_SSA_TREE_OPERAND): Likewise.
19721 * tree-flow.h (FOR_EACH_IMM_USE_FAST, FOR_EACH_IMM_USE_STMT,
19722 FOR_EACH_IMM_USE_ON_STMT): Likewise.
19723 * tree.h (FOR_EACH_CONSTRUCTOR_ELT): Likewise.
19724 * tree.c (PROCESS_ARG): Likewise.
19725
87cf0651
SB
197262010-04-07 Simon Baldwin <simonb@google.com>
19727
19728 * diagnostic.h (diagnostic_override_option_index): New macro to
19729 set a diagnostic's option_index.
19730 * c-tree.h (c_cpp_error): Add warning reason argument.
19731 * opts.c (_warning_as_error_callback): New.
19732 (register_warning_as_error_callback): Store callback for
19733 warnings enabled via enable_warning_as_error.
19734 (enable_warning_as_error): Call callback, minor code tidy.
19735 * opts.h (register_warning_as_error_callback): Declare.
19736 * c-opts.c (warning_as_error_callback): New, set cpp_opts flag in
19737 response to -Werror=.
19738 (c_common_init_options): Register warning_as_error_callback in opts.c.
19739 * common.opt: Add -Wno-cpp option.
19740 * c-common.c (struct reason_option_codes_t): Map cpp warning
19741 reason codes to gcc option indexes.
19742 * (c_option_controlling_cpp_error): New function, lookup the gcc
19743 option index for a cpp warning reason code.
19744 * (c_cpp_error): Add warning reason argument, call
19745 c_option_controlling_cpp_error for diagnostic_override_option_index.
19746 * doc/invoke.texi: Document -Wno-cpp.
19747
2ea9dc64
RG
197482010-04-07 Richard Guenther <rguenther@suse.de>
19749
19750 * ipa-reference.c (mark_load): Use get_base_address.
19751 (mark_store): Likewise.
19752
19753 * tree-ssa-ccp.c (gimplify_and_update_call_from_tree): Avoid
19754 inserting GIMPLE_NOPs into the IL.
19755 * tree-ssa-structalias.c (get_constraint_for_component_ref):
19756 Explicitly strip handled components and indirect references.
59caab22 19757
2ea9dc64
RG
19758 * fold-const.c (fold_unary_loc): Do not strip qualifiers when
19759 folding address expressions.
19760 * gimple.c (gimple_ior_addresses_taken_1): Use get_base_address.
19761 * tree-ssa-alias.c (decl_refs_may_alias_p): Do not use
19762 operand_equal_p to compare decls.
19763 (ptr_deref_may_alias_decl_p): Likewise.
19764 * tree-ssa-operands.c (get_asm_expr_operands): Simplify
19765 * tree-ssa-forwprop.c (forward_propagate_into_gimple_cond):
19766 Handle reversed comparison ops.
19767 * tree-sra.c (asm_visit_addr): Use get_base_address.
014753cc 19768 * ipa-prop.c (visit_store_addr_for_mod_analysis): Use get_base_address.
2ea9dc64
RG
19769 * ipa-reference.c (mark_address): Use get_base_address.
19770
95d938ee
RG
197712010-04-07 Richard Guenther <rguenther@suse.de>
19772
19773 * tree-ssa-forwprop.c (forward_propagate_addr_expr):
19774 Propagate constants everywhere.
19775
1a299ae4
JJ
197762010-04-07 Jakub Jelinek <jakub@redhat.com>
19777
19778 PR debug/43516
19779 * tree.c (MAX_INT_CACHED_PREC): Define.
19780 (nonstandard_integer_type_cache): New array.
19781 (build_nonstandard_integer_type): Cache results for precision
19782 <= MAX_INT_CACHED_PREC.
19783
0d3c82d6
RG
197842010-04-07 Richard Guenther <rguenther@suse.de>
19785
19786 * doc/invoke.texi (-fargument-alias, -fargument-noalias,
19787 -fargument-noalias-global, -fargument-noalias-anything): Remove.
19788 * common.opt: Likewise.
014753cc
UB
19789 * tree-ssa-structalias.c (intra_create_variable_infos): Adjust comment.
19790 * alias.c (base_alias_check): Remove flag_argument_noalias handling.
0d3c82d6
RG
19791 (nonoverlapping_memrefs_p): Likewise.
19792 * emit-rtl.c (set_mem_attributes_minus_bitpos): Likewise.
19793 * opts.c (common_handle_option): Handle OPT_fargument_alias,
19794 OPT_fargument_noalias, OPT_fargument_noalias_anything and
19795 OPT_fargument_noalias_global for backward compatibility.
19796
12bd5a1e
RG
197972010-04-07 Richard Guenther <rguenther@suse.de>
19798
19799 PR tree-optimization/43270
014753cc 19800 * tree-vrp.c (check_array_ref): Fix flexible array member detection.
12bd5a1e
RG
19801 * tree-ssa-sccvn.h (fully_constant_vn_reference_p): Declare.
19802 * tree-ssa-pre.c (phi_translate_1): Adjust.
19803 (fully_constant_expression): Split out vn_reference handling to ...
19804 * tree-ssa-sccvn.c (fully_constant_vn_reference_p): ... here.
19805 Fold reads from constant strings.
19806 (vn_reference_lookup): Handle fully constant references.
19807 (vn_reference_lookup_pieces): Likewise.
19808 * Makefile.in (expmed.o-warn): Add -Wno-error.
19809
a7752396
MJ
198102010-04-07 Martin Jambor <mjambor@suse.cz>
19811
19812 * tree-sra.c (find_param_candidates): Allow scalar va_list types.
19813
6392bea6
IS
198142010-04-07 Iain Sandoe <iains@gcc.gnu.org>
19815
19816 PR driver/41594
19817 * gcc.c: Add -static-libstdc++ to list of recognized options.
19818
9af27220
RO
198192010-04-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
19820
014753cc 19821 * config.gcc (i[34567]86-*-solaris2*): Default with_tune_32 to generic.
9af27220 19822
83a416b0
RG
198232010-04-07 Richard Guenther <rguenther@suse.de>
19824
19825 PR middle-end/42617
014753cc
UB
19826 * expr.c (expand_expr_real_1): For TARGET_MEM_REFs with pointer
19827 bases build simple mem attributes to retain points-to information.
83a416b0 19828
366f945f
RG
198292010-04-07 Richard Guenther <rguenther@suse.de>
19830
19831 PR middle-end/42617
19832 * alias.c (ao_ref_from_mem): Without MEM_OFFSET or MEM_SIZE
19833 preserve points-to related information.
19834
56c47f22
RG
198352010-04-07 Richard Guenther <rguenther@suse.de>
19836
19837 PR middle-end/42617
19838 * emit-rtl.c (set_mem_attributes_minus_bitpos): Do not
19839 discard plain indirect references.
014753cc 19840 * fold-const.c (operand_equal_p): Guard against NULL_TREE type.
56c47f22
RG
19841 * tree.c (tree_nop_conversion): Likewise.
19842
a42f1217
DS
198432010-04-07 Dodji Seketeli <dodji@redhat.com>
19844
19845 PR debug/43628
19846 * dwarf2out.c (modified_type_die): Ignore artificial typedefs.
19847
b97b2634
KT
198482010-04-06 Kai Tietz <kai.tietz@onevision.com>
19849
19850 * config/i386/i386.c (ix86_handle_cconv_attribute): Ignore
19851 calling convention attributes on METHOD_TYPEs for w64 ABI, too.
19852
62ef2431
SP
198532010-04-07 Sebastian Pop <sebastian.pop@amd.com>
19854
19855 * tree-if-conv.c: Fix indentation and comments.
19856
baaa8e96
SP
198572010-04-07 Sebastian Pop <sebastian.pop@amd.com>
19858
19859 * tree-if-conv.c: Sort static functions in topological order.
19860
b6779d81
SP
198612010-04-07 Sebastian Pop <sebastian.pop@amd.com>
19862
19863 * tree-if-conv.c: Fix indentation and comments.
19864
9310a3e2
SP
198652010-04-06 Sebastian Pop <sebastian.pop@amd.com>
19866
19867 PR middle-end/43519
19868 * graphite-clast-to-gimple.c (max_signed_precision_type): Use
014753cc
UB
19869 lang_hooks.types.type_for_size instead of
19870 build_nonstandard_integer_type.
9310a3e2
SP
19871 When converting an unsigned type to signed, double its precision.
19872 (gcc_type_for_interval): Use lang_hooks.types.type_for_size.
19873 (gcc_type_for_iv_of_clast_loop): Call max_signed_precision_type.
014753cc
UB
19874 (graphite_create_new_loop_guard): When ub + 1 wraps around,
19875 use lb <= ub.
9310a3e2
SP
19876
198772010-04-06 Sebastian Pop <sebastian.pop@amd.com>
19878
19879 PR middle-end/43519
19880 * graphite-clast-to-gimple.c (graphite_create_new_loop_guard): Use
19881 POINTER_PLUS_EXPR for pointer types.
19882
198832010-04-06 Sebastian Pop <sebastian.pop@amd.com>
19884
19885 PR middle-end/43519
19886 * Makefile.in (graphite-clast-to-gimple.o): Depends on langhooks.h.
19887 * graphite-clast-to-gimple.c: Include langhooks.h.
19888 (max_signed_precision_type): New.
19889 (max_precision_type): Takes two types as arguments.
19890 (precision_for_value): New.
19891 (precision_for_interval): New.
19892 (gcc_type_for_interval): New.
19893 (gcc_type_for_value): New.
19894 (gcc_type_for_clast_term): New.
19895 (gcc_type_for_clast_red): New.
19896 (gcc_type_for_clast_bin): New.
19897 (gcc_type_for_clast_expr): Split up into several functions.
19898 (gcc_type_for_clast_eq): Rewritten.
19899 (compute_bounds_for_level): New.
19900 (compute_type_for_level_1): New.
19901 (compute_type_for_level): New.
19902 (gcc_type_for_cloog_iv): Removed.
19903 (gcc_type_for_iv_of_clast_loop): Rewritten.
19904 (graphite_create_new_loop): Compute the lower and upper bound types
19905 with gcc_type_for_clast_expr.
19906 (graphite_create_new_loop_guard): Same.
19907 (find_cloog_iv_in_expr): Removed.
19908 (compute_cloog_iv_types_1): Removed.
19909 (compute_cloog_iv_types): Removed.
19910 (gloog): Do not call compute_cloog_iv_types.
19911 * graphite-sese-to-poly.c (new_gimple_bb): Do not initialize
19912 GBB_CLOOG_IV_TYPES.
19913 (free_data_refs_aux): Do not free GBB_CLOOG_IV_TYPES.
19914 * sese.h (struct gimple_bb): Removed field cloog_iv_types.
19915 (GBB_CLOOG_IV_TYPES): Removed.
19916
199172010-04-06 Sebastian Pop <sebastian.pop@amd.com>
19918
19919 * graphite-sese-to-poly.c (rewrite_close_phi_out_of_ssa): Assert that
19920 gimple_phi_num_args of the loop close SSA phi node is equal to 1.
19921 (detect_commutative_reduction): Same.
19922
a3b9e73c
SP
199232010-04-06 Sebastian Pop <sebastian.pop@amd.com>
19924
19925 * graphite-clast-to-gimple.c (graphite_verify): Remove redundant
19926 call to verify_ssa. Invoke verify_loop_closed_ssa with an extra
19927 argument.
19928 * graphite-scop-detection.c (canonicalize_loop_closed_ssa_form): Same.
19929 * graphite-sese-to-poly.c (rewrite_reductions_out_of_ssa): Same.
19930 (rewrite_commutative_reductions_out_of_ssa): Same.
19931 * passes.c (execute_function_todo): Call verify_ssa for every pass
19932 in the LNO. Invoke verify_loop_closed_ssa with an extra argument.
19933 * tree-flow.h (verify_loop_closed_ssa): Update declaration.
19934 * tree-parloops.c (parallelize_loops): Invoke verify_loop_closed_ssa
19935 with an extra argument.
19936 * tree-ssa-loop-manip.c (check_loop_closed_ssa_stmt): Same. Call
19937 verify_ssa only when the extra argument is true.
19938 (gimple_duplicate_loop_to_header_edge): Invoke verify_loop_closed_ssa
19939 with an extra argument.
19940 (tree_transform_and_unroll_loop): Same.
19941
98b6e9dd
SP
199422010-04-06 Sebastian Pop <sebastian.pop@amd.com>
19943
19944 * passes.c (execute_function_todo): Call verify_loop_closed_ssa
19945 for all the passes of the LNO having LOOP_CLOSED_SSA.
19946 * tree-if-conv.c (pass_if_conversion): Remove TODO_verify_loops.
19947 * tree-loop-distribution.c (pass_loop_distribution): Same.
19948 * tree-pass.h (TODO_verify_loops): Removed.
19949 * tree-ssa-loop.c (pass_tree_loop_init): Same.
19950 (pass_lim): Same.
19951 (pass_tree_unswitch): Same.
19952 (pass_predcom): Same.
19953 (pass_vectorize): Same.
19954 (pass_linear_transform): Same.
19955 (pass_graphite_transforms): Same.
19956 (pass_iv_canon): Same.
19957 (pass_complete_unroll): Same.
19958 (pass_complete_unrolli): Same.
19959 (pass_parallelize_loops): Same.
19960 (pass_loop_prefetch): Same.
19961 (pass_iv_optimize): Same.
19962
c86a3947
CF
199632010-04-06 Changpeng Fang <changpeng.fang@amd.com>
19964
19965 PR middle-end/32824
19966 * passes.c (init_optimization_passes): Move pass_lim before
19967 pass_copy_prop and pass_dce_loop.
19968
37794981
JJ
199692010-04-06 Jakub Jelinek <jakub@redhat.com>
19970
19971 PR target/43667
19972 * config/i386/i386.c (bdesc_multi_arg): Use OPTION_MASK_ISA_XOP
19973 instead of OPTION_MASK_ISA_AVX for __builtin_ia32_vpermil2p*.
19974 (ix86_expand_args_builtin): Use V*_FTYPE_* enum codes instead of
19975 MULTI_* defines for 4 argument vpermil2p* builtins.
19976
d079b87f
UB
199772010-04-06 Uros Bizjak <ubizjak@gmail.com>
19978
19979 * config/i386/i386-protos.h (x86_maybe_negate_const_int): Declare.
19980 * config/i386/i386.c (x86_maybe_negate_const_int): New.
19981 (x86_output_mi_thunk): Use x86_maybe_negate_const_int.
19982 * config/i386/i386.md (*add<mode>_1, *addsi_1_zext, *addhi_1,
19983 *addhi_1_lea, *addqi_1, *addqi_1_lea, *addqi_1_slp, *add<mode>_2,
19984 *addsi_2_zext, *addhi_2, *addqi_2, *add<mode>_3, *addsi_3_zext,
19985 *addhi_3, *addqi_3,*add<mode>_5, *addhi_5, *addqi_5):
19986 Use x86_maybe_negate_const_int to output insn mnemonic.
19987 (*adddi_4, *addsi_4, *addhi_4, *addqi_4): Ditto. Remove overflow
19988 check from instruction predicate. Update comments.
19989 * config/i386/sync.md (sync_add<mode>): Use
19990 x86_maybe_negate_const_int to output insn mnemonic.
b1a0b3b4 19991
d079b87f
UB
199922010-04-06 Jan Hubicka <jh@suse.cz>
19993
19994 PR tree-optimization/42906
19995 * tree-ssa-dce.c (mark_control_dependent_edges_necessary): Add
19996 IGNORE_SELF argument. Set visited_control_parents for fully
19997 processed BBs.
b1a0b3b4
JH
19998 (find_obviously_necessary_stmts): Update call of
19999 mark_control_dependent_edges_necessary.
d079b87f 20000 (propagate_necessity): Likewise. Handle PHI edges more curefully.
b1a0b3b4 20001
6593d123
UB
200022010-04-06 Uros Bizjak <ubizjak@gmail.com>
20003
20004 * config/i386/i386.md: Remove comment about 'e' and 'E'
20005 operand modifier.
20006
56186ac2
RG
200072010-04-06 Richard Guenther <rguenther@suse.de>
20008
20009 PR tree-optimization/43627
20010 * tree-vrp.c (extract_range_from_unary_expr): Widenings
20011 of [1, +INF(OVF)] go to [1, +INF(OVF)] of the wider type,
20012 not varying.
20013
7d11d368
JJ
200142010-04-06 Jakub Jelinek <jakub@redhat.com>
20015
d3bccded
JJ
20016 * BASE-VER: Change to 4.6.0.
20017
7d11d368
JJ
20018 PR target/43638
20019 * config/i386/i386.c (print_operand): Remove 'e' and 'E' code
20020 handling.
20021
eb12d0ae
RG
200222010-04-06 Richard Guenther <rguenther@suse.de>
20023
20024 PR middle-end/43661
20025 * fold-const.c (fold_comparison): Handle X * 0 CMP 0.
20026
53b79425
RW
200272010-04-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
20028
20029 * doc/invoke.texi (Optimize Options): Document that LTO
20030 won't remove object access purely due to incompatible
20031 declarations.
20032
7e0ec110
MK
200332010-04-04 Matthias Klose <doko@ubuntu.com>
20034
20035 * graphite-sese-to-poly.c (translate_scalar_reduction_to_array):
20036 Initialize variable.
20037
2b22e382
RG
200382010-04-03 Richard Guenther <rguenther@suse.de>
20039
20040 PR middle-end/42509
20041 * alias.c (nonoverlapping_memrefs_p): For spill-slot accesses
20042 require a non-NULL MEM_OFFSET.
20043
c75c517d
SB
200442010-04-02 Steven Bosscher <steven@gcc.gnu.org>
20045
d079b87f 20046 * ada/gcc-interface/Make-lang.in, alias.c, attribs.c, auto-inc-dec.c,
c75c517d
SB
20047 basic-block.h, bb-reorder.c, calls.c, c-common.c, cgraph.h,
20048 collect2.h, config/alpha/alpha.c, config/alpha/alpha.md,
20049 config/alpha/predicates.md, config/arm/arm.md,
20050 config/arm/lib1funcs.asm, config/arm/neon-schedgen.ml,
20051 config/avr/avr.c, config/avr/avr.md, config/bfin/bfin.c,
20052 config/darwin9.h, config/darwin.c, config/darwin.h,
20053 config/h8300/h8300.c, config/i386/cpuid.h, config/i386/cygming.h,
20054 config/i386/cygwin.h, config/i386/mingw32.h, config/i386/msformat-c.c,
20055 config/i386/sol2-10.h, config/i386/xopintrin.h, config/ia64/ia64.c,
20056 config/ia64/ia64.md, config/ia64/sync.md, config/mep/mep.c,
20057 config/mips/mips.md, config/mn10300/mn10300.c,
20058 config/mn10300/mn10300.h, config/pa/pa.c, config/pa/pa.md,
20059 config/rs6000/aix.h, config/rs6000/dfp.md,
20060 config/rs6000/rs6000-builtin.def, config/rs6000/rs6000-c.c,
20061 config/rs6000/vector.md, config/rtems.h, config/rx/rx.md,
20062 config/s390/s390.md, config/sol2-c.c, config/sparc/sol2-bi.h,
20063 config/sparc/sol2-gas.h, config/sparc/sparc.h, config/sparc/sparc.md,
20064 config/sparc/sparc-protos.h, config/spu/spu.c, config/spu/spu-c.c,
20065 config/t-darwin, convert.c, c.opt, c-opts.c, cp/Make-lang.in,
20066 c-pretty-print.c, c-typeck.c, df-core.c, df-scan.c, diagnostic.c,
20067 diagnostic.h, doc/cppopts.texi, doc/cpp.texi, doc/extend.texi,
20068 doc/gimple.texi, doc/languages.texi, doc/plugins.texi, doc/rtl.texi,
20069 doc/standards.texi, doc/tree-ssa.texi, doc/trouble.texi, dominance.c,
20070 fold-const.c, fortran/Make-lang.in, fwprop.c, gcc-plugin.h,
20071 gensupport.c, gimple.h, gimple-iterator.c, graphite.c,
20072 graphite-clast-to-gimple.c, graphite-clast-to-gimple.h,
20073 graphite-dependences.c, graphite-poly.c, graphite-poly.h,
20074 graphite-ppl.c, graphite-ppl.h, graphite-scop-detection.c,
20075 graphite-sese-to-poly.c, graphite-sese-to-poly.h, ifcvt.c, intl.c,
20076 intl.h, ipa.c, ipa-cp.c, ipa-inline.c, ipa-prop.c, ipa-prop.h,
20077 ipa-pure-const.c, ipa-reference.c, ipa-type-escape.c, ira-color.c,
20078 ira-conflicts.c, ira-lives.c, java/Make-lang.in, lambda-code.c,
20079 loop-invariant.c, lto/Make-lang.in, lto-streamer.h, lto-streamer-in.c,
20080 objc/Make-lang.in, objcp/Make-lang.in, omp-low.c, optc-gen.awk,
20081 opt-functions.awk, opth-gen.awk, params.def, passes.c,
20082 postreload-gcse.c, print-tree.c, recog.c, regrename.c, reload.h,
20083 rtl.def, sched-int.h, sched-rgn.c, sel-sched-dump.c, sese.c, sese.h,
20084 store-motion.c, stor-layout.c, tree-cfgcleanup.c, tree-chrec.c,
20085 tree-complex.c, tree-data-ref.c, tree.def, tree-eh.c, tree-flow.h,
20086 tree-flow-inline.h, tree.h, tree-loop-distribution.c, tree-outof-ssa.c,
20087 tree-parloops.c, tree-pass.h, tree-predcom.c, tree-profile.c,
20088 tree-scalar-evolution.c, tree-ssa-address.c, tree-ssa-alias.c,
20089 tree-ssa-coalesce.c, tree-ssa-copy.c, tree-ssa-dce.c, tree-ssa-dom.c,
20090 tree-ssa-dse.c, tree-ssa-loop-im.c, tree-ssa-loop-ivcanon.c,
20091 tree-ssa-loop-manip.c, tree-ssa-math-opts.c, tree-ssa-operands.c,
20092 tree-ssa-pre.c, tree-ssa-sccvn.c, tree-ssa-structalias.c,
20093 tree-ssa-uncprop.c, tree-tailcall.c, tree-vect-data-refs.c,
20094 tree-vect-loop.c, tree-vectorizer.h, tree-vect-slp.c, tree-vrp.c,
20095 unwind-dw2-fde-darwin.c, varpool.c: Update copyright years.
20096
4d9e8446
RW
200972010-04-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
20098
20099 PR other/43620
20100 * doc/install.texi (Prerequisites): Bump Automake version to 1.11.1.
20101 * aclocal.m4: Regenerate.
20102
1cdaa211
RG
201032010-04-02 Richard Guenther <rguenther@suse.de>
20104
20105 PR tree-optimization/43629
20106 * tree-ssa-ccp.c (likely_value): Reset all_undefined_operands
20107 if we have seen a constant value.
20108
d33da5cd
JM
201092010-04-02 Joseph Myers <joseph@codesourcery.com>
20110
014753cc 20111 * read-rtl.c (read_rtx_1): Give an error for EOF while looking for ']'.
d33da5cd 20112
2e5505a4
RE
201132010-04-02 Richard Earnshaw <rearnsha@arm.com>
20114
20115 PR target/43469
d079b87f 20116 * arm.c (legitimize_tls_address): Adjust call to
2e5505a4
RE
20117 gen_tls_load_dot_plus_four.
20118 (arm_note_pic_base): New function.
20119 (arm_cannot_copy_insn_p): Use it.
20120 * thumb2.md (tls_load_dot_plus_four): Rework to avoid use of '+' in
20121 constraint.
20122
bdfbd9df
RW
201232010-04-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
20124
20125 PR bootstrap/43531
20126
20127 Revert:
20128 2009-09-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
20129
20130 * Makefile.in ($(out_object_file)): Depend on
20131 gt-$(basename $(notdir $(out_file))).h.
20132
f4a4b582 201332010-04-01 Ralf Corsépius <ralf.corsepius@rtems.org>
2bc40daa 20134
014753cc 20135 * config.gcc (lm32-*-rtems*): Add t-lm32.
2bc40daa 20136
f4a4b582 201372010-04-01 Joel Sherrill <joel.sherrill@oarcorp.com>
2bc40daa 20138
014753cc
UB
20139 * config.gcc: Add lm32-*-rtems*.
20140 * config/lm32/rtems.h: New file.
2bc40daa 20141
abfb38d7
DK
201422010-04-01 Dave Korn <dave.korn.cygwin@gmail.com>
20143
20144 PR target/42609
20145 * config/i386/cygwin.h (CXX_WRAP_SPEC): Disable spec when -mno-cygwin.
20146
2f43d500
JJ
201472010-04-01 Jakub Jelinek <jakub@redhat.com>
20148
20149 * dwarf2out.c (output_compilation_unit_header): For
20150 -gdwarf-4 use version 4 instead of version 3.
20151 (output_line_info): For version 4 and above emit additional
20152 maximum ops per insn header field.
20153 (DWARF_LINE_DEFAULT_MAX_OPS_PER_INSN): Define.
20154
20155 * dwarf2out.c (is_c_family, is_java): Remove.
20156 (lower_bound_default): New function.
20157 (add_bound_info, gen_descr_array_type_die): Use it.
20158
777351a5
DS
201592010-04-01 Dodji Seketeli <dodji@redhat.com>
20160
20161 PR debug/43325
20162 * dwarf2out.c (gen_variable_die): Allow debug info for variable
20163 re-declaration when it happens in a function.
20164
6544865a
AH
201652010-04-01 Aldy Hernandez <aldyh@redhat.com>
20166
20167 * cgraph.c (cgraph_add_function_insertion_hook): Update comment.
20168 (cgraph_remove_function_insertion_hook): Same.
20169 (cgraph_call_function_insertion_hooks): Same.
20170
5e9fb3db
RG
201712010-04-01 Richard Guenther <rguenther@suse.de>
20172
20173 PR middle-end/43614
20174 * tree-ssa-address.c (copy_mem_ref_info): Copy TREE_SIDE_EFFECTS
20175 and TREE_THIS_VOLATILE.
20176 (copy_ref_info): Likewise.
20177 * tree-ssa-operands.c (get_tmr_operands): Check TREE_THIS_VOLATILE.
20178 * tree.c (build6_stat): Ignore side-effects of all but arg5
20179 for TARGET_MEM_REF. Set TREE_THIS_VOLATILE from arg5 of
20180 TARGET_MEM_REF.
20181
eb258d7f
RG
201822010-04-01 Richard Guenther <rguenther@suse.de>
20183
20184 PR tree-optimization/43607
20185 * ipa-type-escape.c (check_call): Do not access non-existing
20186 arguments.
20187
aa8bfcad
RG
201882010-04-01 Richard Guenther <rguenther@suse.de>
20189
20190 PR middle-end/43602
20191 Revert
f4a4b582
EB
20192 2010-03-30 Seongbae Park <seongbae.park@gmail.com>
20193 Jack Howarth <howarth@bromo.med.uc.edu>
aa8bfcad
RG
20194
20195 * tree-profile.c (tree_init_ic_make_global_vars): Make static
20196 variables TLS.
20197
8c5cfa89
RO
201982010-04-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
20199
20200 * doc/install.texi (Prerequisites): Document libelf usability on
20201 IRIX 5/6 and Solaris 2.
20202 (Specific, i?86-*-solaris2.10): No 64-bit default configuration.
20203 Update GNU as, GNU ld requirements.
20204 (Specific, *-*-solaris2*): Document Solaris 7 obsoletion, removal.
20205 Document Sun Studio compiler download.
20206 Update and simplify as, ld recommendations.
20207 (Specific, *-*-solaris2.7): Note obsoletion, removal.
20208
ddcc3550
RO
202092010-04-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
20210
9af27220 20211 * config.gcc (i[34567]86-*-solaris2*): Default with_arch_32,
ddcc3550
RO
20212 with_tune_32 to pentium4.
20213
93234e58
UB
202142010-04-01 Uros Bizjak <ubizjak@gmail.com>
20215
20216 * config/i386/cpuid.h (__get_cpuid_max): Move misplaced comment.
20217
ef369ad8
RO
202182010-04-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
20219
20220 * doc/install.texi (Specific, mips-sgi-irix5): Document IRIX 5
20221 obsoletion, removal.
20222 Update IDO URL.
20223 Document GNU as requirement.
20224 Update configure requirements.
014753cc 20225 (Specific, mips-sgi-irix6): Document IRIX 6 < 6.5 obsoletion, removal.
ef369ad8
RO
20226 Recomment IRIX 6.5.18+.
20227 Document IDF/IDL requirement.
20228 Document GNU as requirement.
20229 Document GNU ld bootstrap failure.
20230 Remove freeware.sgi.com reference.
20231
92d80770
RO
202322010-04-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
20233
20234 * doc/install.texi (Specific, alpha*-dec-osf*): Document Tru64
20235 UNIX V4.0, V5.0 obsoletion, removal.
20236 Remove --with-gc=simple reference.
20237 Update VM requirements during bootstrap.
20238 Remove -oldas bootstrap description.
20239 Update binutils reference.
20240 Remove comparison failure note.
20241
25d635d9
SP
202422010-03-31 Richard Guenther <rguenther@suse.de>
20243 Zdenek Dvorak <ook@ucw.cz>
20244 Sebastian Pop <sebastian.pop@amd.com>
20245
20246 PR middle-end/43464
20247 * tree-ssa-copy.c (init_copy_prop): Handle loop close phi nodes
20248 with multiple arguments.
20249 (execute_copy_prop): Remove call to rewrite_into_loop_closed_ssa.
20250
202512010-03-31 Sebastian Pop <sebastian.pop@amd.com>
20252
20253 * graphite-dependences.c (print_pddr): Call print_pdr with an
20254 extra argument.
20255 * graphite-poly.c (debug_pdr): Add an extra argument for the
20256 verbosity level.
20257 (print_pdr): Same.
20258 (print_pbb_domain): Same.
20259 (print_pbb): Same.
20260 (print_scop_context): Same.
20261 (print_scop): Same.
20262 (print_cloog): Same.
20263 (debug_pbb_domain): Same.
20264 (debug_pbb): Same.
20265 (print_pdrs): Same.
20266 (debug_pdrs): Same.
20267 (debug_scop_context): Same.
20268 (debug_scop): Same.
20269 (debug_cloog): Same.
20270 (print_scop_params): Same.
20271 (debug_scop_params): Same.
20272 (print_iteration_domain): Same.
20273 (print_iteration_domains): Same.
20274 (debug_iteration_domain): Same.
20275 (debug_iteration_domains): Same.
20276 (print_scattering_function): Same.
20277 (print_scattering_functions): Same.
20278 (debug_scattering_function): Same.
20279 (debug_scattering_functions): Same.
20280 * graphite-poly.h (debug_pdr): Update declaration.
20281 (print_pdr): Same.
20282 (print_pbb_domain): Same.
20283 (print_pbb): Same.
20284 (print_scop_context): Same.
20285 (print_scop): Same.
20286 (print_cloog): Same.
20287 (debug_pbb_domain): Same.
20288 (debug_pbb): Same.
20289 (print_pdrs): Same.
20290 (debug_pdrs): Same.
20291 (debug_scop_context): Same.
20292 (debug_scop): Same.
20293 (debug_cloog): Same.
20294 (print_scop_params): Same.
20295 (debug_scop_params): Same.
20296 (print_iteration_domain): Same.
20297 (print_iteration_domains): Same.
20298 (debug_iteration_domain): Same.
20299 (debug_iteration_domains): Same.
20300 (print_scattering_function): Same.
20301 (print_scattering_functions): Same.
20302 (debug_scattering_function): Same.
20303 (debug_scattering_functions): Same.
20304
203052010-03-31 Sebastian Pop <sebastian.pop@amd.com>
20306
20307 * graphite-poly.c (print_scattering_function_1): New.
20308 (print_scattering_function): Call it.
20309 (print_scop_params): Remove spaces at the end of lines.
20310 (print_cloog): New.
20311 (debug_cloog): New.
20312 * graphite-poly.h (print_cloog): Declared.
20313 (debug_cloog): Declared.
20314
203152010-03-31 Sebastian Pop <sebastian.pop@amd.com>
20316
20317 * graphite-sese-to-poly.c (graphite_loop_normal_form): Add the IV bump
20318 in loop->header.
20319 * tree-flow.h (canonicalize_loop_ivs): Updated declaration.
20320 * tree-parloops.c (gen_parallel_loop): Add the IV bump in loop->latch.
20321 * tree-ssa-loop-manip.c (canonicalize_loop_ivs): Add a new parameter
20322 to switch between adding the IV bump in loop->latch or in loop->header.
20323
203242010-03-31 Sebastian Pop <sebastian.pop@amd.com>
20325
20326 * graphite-poly.c (print_scattering_function): Pretty print following
20327 the scoplib format.
20328 (print_pdr): Same.
20329 (print_pbb_domain): Same.
20330 (dump_gbb_cases): Same.
20331 (dump_gbb_conditions): Same.
20332 (print_pdrs): Same.
20333 (print_pbb): Same.
20334 (print_scop_params): Same.
20335 (print_scop_context): Same.
20336 (print_scop): Same.
20337 (print_pbb_body): New.
20338 (lst_indent_to): New.
20339 (print_lst): Start new lines with a #.
20340 * graphite-poly.h (pbb_bb): New.
20341 (pbb_index): Use pbb_bb.
20342 * graphite-ppl.c (ppl_print_powerset_matrix): Print the number of
20343 disjuncts.
20344 * tree-data-ref.c (dump_data_reference): Start new lines with a #.
20345
2080bd29
JJ
203462010-03-31 Jakub Jelinek <jakub@redhat.com>
20347
290d8971
JJ
20348 * dwarf2out.c (size_of_die): For -gdwarf-4 use
20349 uleb128 size instead of fixed 1 or 2 for dw_val_class_loc
20350 and 0 instead of 1 for dw_val_class_flag.
20351 (value_format): For -gdwarf-4 use DW_FORM_sec_offset for
20352 dw_val_class_range_list, dw_val_class_loc_list,
20353 dw_val_class_lineptr and dw_val_class_macptr, use
20354 DW_FORM_flag_present for dw_val_class_flag and
20355 DW_FORM_exprloc for dw_val_class_loc.
20356 (output_die): For -gdwarf-4 print dw_val_class_loc
20357 size as uleb128 instead of 1 or 2 bytes and don't print
20358 anything for dw_val_class_flag.
20359
109f4af3
JJ
20360 * var-tracking.c (vt_init_cfa_base): Use cselib_lookup_from_insn
20361 instead of cselib_lookup following by tweaking locs->setting_insn.
20362
2080bd29
JJ
20363 PR bootstrap/43596
20364 * cselib.c (cselib_process_insn): Clear cselib_current_insn
20365 even before returning from label, setjmp call or volatile asm
20366 handling.
20367
33283dad
RG
203682010-03-31 Richard Guenther <rguenther@suse.de>
20369
20370 PR middle-end/43600
20371 * cgraphunit.c (cgraph_output_in_order): Do not allocate
20372 temporary data on stack.
20373
a0c21029
RO
203742010-03-31 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
20375
20376 * config/sparc/sysv4.h (PUSHSECTION_FORMAT): Remove undef.
20377 (PUSHSECTION_ASM_OP): Remove.
20378 (POPSECTION_ASM_OP): Remove.
20379 (PUSHSECTION_FORMAT): Remove.
20380 * config/sol2.h (PUSHSECTION_FORMAT): Define.
20381 * config/sparc/sol2.h [!USE_GAS] (PUSHSECTION_FORMAT): Redefine.
20382 * config/sol2.c (solaris_output_init_fini): Use it.
20383
a3f410a2
JZ
203842010-03-31 Jie Zhang <jie@codesourcery.com>
20385
20386 PR 43574
20387 * opt-functions.awk (var_type_struct): Use signed char type
20388 for simple variables.
20389
f0c01ffd
RO
203902010-03-31 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
20391
20392 * config/sol2.c: Include output.h.
20393 (solaris_assemble_visibility): New function.
20394 * config/t-sol2 (sol2.o): Add output.h dependency.
20395 * config/sol2-protos.h (solaris_assemble_visibility): Declare.
20396 * config/sol2.h [!USE_GAS] (TARGET_ASM_ASSEMBLE_VISIBILITY):
20397 Redefine.
20398
132b4e82
JJ
203992010-03-31 Jakub Jelinek <jakub@redhat.com>
20400
d8d55ac0
JJ
20401 PR target/43580
20402 * config/arm/arm.c (arm_save_coproc_regs): Use Pmode instead of
20403 V2SImode or XFmode on PRE_DEC.
20404
132b4e82
JJ
20405 PR debug/43557
20406 * cfgexpand.c (expand_debug_expr): Handle VOIDmode mode like
20407 BLKmode.
20408
dc12b70e
JZ
204092010-03-31 Jie Zhang <jie@codesourcery.com>
20410
20411 PR 43562
20412 * reload.h (caller_save_initialized_p): Declare.
20413 * toplev.c (backend_init_target): Don't call
93234e58 20414 init_caller_save but set caller_save_initialized_p to false.
dc12b70e
JZ
20415 * caller-save.c (caller_save_initialized_p): Define.
20416 (init_caller_save): Check caller_save_initialized_p.
20417 * ira.c (ira): Call init_caller_save if flag_caller_saves.
20418
4a2f22ff
RO
204192010-03-31 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
20420
20421 PR target/39048
20422 * config.gcc (i[34567]86-*-solaris2*): Add i386/t-fprules-softfp
20423 and soft-fp/t-softfp to tmake_file.
20424 * config/i386/sol2.h (LIBGCC2_HAS_TF_MODE): Redefine.
20425 (LIBGCC2_TF_CEXT): Define.
20426 (TF_SIZE): Define.
20427
5847e8da
AO
204282010-03-30 Alexandre Oliva <aoliva@redhat.com>
20429
20430 PR debug/42977
20431 * cselib.c (n_useless_values): Document handling of debug locs.
20432 (n_useless_debug_values, n_debug_values): New variables.
20433 (new_elt_loc_list): Don't add to debug values, keep count.
20434 (promote_debug_loc): New.
20435 (cselib_reset_table): Zero new variables.
20436 (entry_and_rtx_equal_p): Promote debug locs.
20437 (discard_useless_locs): Increment n_useless_debug_values for
20438 debug values.
20439 (remove_useless_values): Adjust n_useless_values and n_debug_values
20440 with n_useless_debug_values.
20441 (add_mem_for_addr): Promote debug locs.
20442 (cselib_lookup_mem): Likewise.
20443 (cselib_lookup_addr): Renamed to...
93234e58 20444 (cselib_lookup_addr_1): ... this. Promote debug locs. Don't call...
5847e8da
AO
20445 (cselib_log_lookup): ... this. Turn into...
20446 (cselib_lookup_addr): ... new wrapper.
20447 (cselib_lookup_from_insn): New.
20448 (cselib_invalidate_regno): Increment n_useless_debug_values for
20449 debug values.
20450 (cselib_invalidate_mem): Likewise.
20451 (cselib_process_insn): Take n_deleted and n_debug_values into
20452 account to guard remove_useless_value call.
20453 (cselib_finish): Zero n_useless_debug_values.
20454 * cselib.h (cselib_lookup_from_insn): Declare.
20455 * sched-deps.c (sched_analyze_1): Use cselib_lookup_from_insn.
20456 (sched_analyze_2): Likewise.
20457
03a5f060
JJ
204582010-03-30 Jakub Jelinek <jakub@redhat.com>
20459
e9e00885
JJ
20460 * var-tracking.c (use_narrower_mode_test, use_narrower_mode): New
20461 functions.
20462 (adjust_mems): Replace narrowing SUBREG of expression containing
20463 just PLUS, MINUS, MULT and ASHIFT of registers and constants
20464 with operations in the narrower mode.
20465
03a5f060 20466 PR debug/43593
93234e58
UB
20467 * var-tracking.c (dataflow_set_clear_at_call): Invalidate just
20468 regs_invalidated_by_call instead all call_used_reg_set registers.
03a5f060 20469
8533c9d8
SP
204702010-03-30 Sebastian Pop <sebastian.pop@amd.com>
20471
20472 PR middle-end/43430
20473 * tree-vect-slp.c (vect_get_and_check_slp_defs): Replace type
20474 pointer comparisons with types_compatible_p.
20475 * tree-vect-stmts.c (vectorizable_call): Same.
20476 (vectorizable_condition): Same.
20477
a3e7e012
AK
204782010-03-30 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
20479
20480 * config/s390/s390.c (s390_emit_prologue): Omit issuing a dynamic
20481 stack check if the mask would be zero.
20482
f4a4b582
EB
204832010-03-30 Seongbae Park <seongbae.park@gmail.com>
20484 Jack Howarth <howarth@bromo.med.uc.edu>
40ae6799
SP
20485
20486 * tree-profile.c (tree_init_ic_make_global_vars): Make static
20487 variables TLS.
20488
2bcba94b
JM
204892010-03-30 Joseph Myers <joseph@codesourcery.com>
20490
20491 PR other/25232
20492 * libgcc-std.ver (GCC_4.5.0): Define version. Include __unordxf2
20493 and __unordtf2.
20494 * config/bfin/libgcc-bfin.ver (GCC_4.5.0): Define version.
20495 Include ___unordxf2 and ___unordtf2.
20496 * config/i386/libgcc-glibc.ver: Do not define inheritance from
20497 GCC_4.4.0 here.
20498
15baf7f8
TG
204992010-03-30 Tarik Graba <tarik.graba@telecom-paristech.fr>
20500
20501 * config/lm32/t-lm32: New file.
20502 * config.gcc: Use the above file when targetting lm32.
20503
fba48836
DS
205042010-03-28 Duncan Sands <baldrick@free.fr>
20505
93234e58 20506 * Makefile.in (PLUGIN_HEADERS): Add except.h.
fba48836 20507
49a71bc8
SP
205082010-03-29 Sebastian Pop <sebastian.pop@amd.com>
20509
20510 PR middle-end/43431
20511 * tree-vect-loop.c (vect_estimate_min_profitable_iters):
20512 Improve vectorization cost model diagnostic.
20513
22a8be9e
SP
205142010-03-29 Sebastian Pop <sebastian.pop@amd.com>
20515
20516 PR middle-end/43436
20517 * tree-vect-data-refs.c (vect_analyze_data_refs): When
20518 compute_data_dependences_for_loop returns false, early exit
20519 and output an extra diagnostic for the failed data reference
20520 analysis.
20521
58adb739
RG
205222010-03-29 Richard Guenther <rguenther@suse.de>
20523
20524 PR tree-optimization/43560
93234e58
UB
20525 * tree-ssa-loop-im.c (ref_always_accessed_p): Add store_p parameter.
20526 (can_sm_ref_p): Treat stores to readonly locations as trapping.
58adb739 20527
3b34d92c
JZ
205282010-03-29 Jie Zhang <jie@codesourcery.com>
20529
20530 PR 43564
20531 * toplev.c (process_options): Set optimization_default_node
20532 and optimization_current_node.
20533 * opts.c (decode_options): Don't set optimization_default_node
20534 and optimization_current_node.
20535
090f6087
RC
205362010-03-29 Ralf Corsépius <ralf.corsepius@rtems.org>
20537
20538 * config/rtems.h: Abandon -qrtems_debug.
20539
88cc1e04
JH
205402010-03-28 Jan Hubicka <jh@suse.cz>
20541
20542 PR tree-optimization/43505
20543 * cgraph.c (cgraph_clone_node): When clonning a clone, replacement
20544 map should not be copied.
20545
b932b8b1
JDA
205462010-03-27 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
20547
20548 PR middle-end/41674
20549 * cgraphunit.c (cgraph_build_static_cdtor): If target doesn't have
20550 cdtors, set DECL_PRESERVE_P.
20551 * ipa.c (cgraph_externally_visible_p): Return true if declaration
20552 should be preseved.
20553
fb6807b8
UB
205542010-03-27 Uros Bizjak <ubizjak@gmail.com>
20555
20556 PR tree-optimization/43528
20557 * stor-layout.c (place_field): Check that constant fits into
20558 unsigned HWI when skipping calculation of MS bitfield layout.
20559
a9deb256
JH
205602010-03-27 Jan Hubicka <jh@suse.cz>
20561
20562 PR middle-end/43391
20563 * varasm.c (make_decl_rtl): Deal with COMMON flag to make
20564 notice_global_symbol work.
20565
5a9c8a1b
JJ
205662010-03-27 Jakub Jelinek <jakub@redhat.com>
20567
20568 * dwarf2out.c (dwarf2_debug_hooks): Use dwarf2out_function_decl
20569 instead of dwarf2out_decl.
20570 (struct var_loc_node): Remove section_label field.
20571 (dwarf2out_function_decl): New function.
20572 (dwarf2out_var_location): Don't set section_label field.
20573 (dwarf2out_begin_function): Don't empty decl_loc_table here.
20574
62f7fd21
MM
205752010-03-26 Michael Meissner <meissner@linux.vnet.ibm.com>
20576
20577 PR tree-optimization/43544
20578 * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_VECTORIZED_FUNCTION):
20579 First argument for builtin vectorized function hook is now a
20580 tree to be able to distinguish between machine specific and
20581 standard builtins.
20582 * targhooks.c (default_builtin_vectorized_function): Ditto.
20583 * targhooks.h (default_builtin_vectorized_function): Ditto.
20584 * target.h (struct gcc_target): Ditto.
20585 * tree-vect-stmts.c (vectorizable_function): Ditto.
20586 * config/i386/i386.c (ix86_builtin_vectorized_function): Ditto.
20587 * config/rs6000/rs6000.c (rs6000_builtin_vectorized_function):
20588 Ditto.
20589
10e76c1a
JM
205902010-03-26 Joseph Myers <joseph@codesourcery.com>
20591
20592 PR c/43381
20593 * c-decl.c (get_parm_info): Assert that decl going in OTHERS has a
20594 nested binding iff it is a FUNCTION_DECL.
20595 (store_parm_decls_newstyle): Pass nested=true to bind for
20596 FUNCTION_DECLs amongst parameters.
20597
89245ef2
JJ
205982010-03-26 Jakub Jelinek <jakub@redhat.com>
20599
2155f963
JJ
20600 * var-tracking.c (vt_expand_loc_callback): Don't run
20601 cselib_expand_value_rtx_cb in dummy mode if
20602 cselib_dummy_expand_value_rtx_cb returned false.
20603
e80691a0
JJ
20604 * var-tracking.c (emit_note_insn_var_location): For one part
20605 notes with offset 0, don't add EXPR_LIST around the location.
20606 * dwarf2out.c (loc_descriptor, dw_loc_list_1,
20607 add_location_or_const_value_attribute): Adjust for that change.
20608
89245ef2
JJ
20609 PR debug/43540
20610 * dwarf2out.c (reg_save): For DW_CFA_expression put regnum
20611 into first operand and location into second.
20612 (dw_cfi_oprnd1_desc): Return dw_cfi_oprnd_reg_num instead of
20613 dw_cfi_oprnd_loc for DW_CFA_expression.
20614 (dw_cfi_oprnd2_desc): Return dw_cfi_oprnd_loc for DW_CFA_expression.
20615 (output_cfa_loc, output_cfa_loc_raw): For DW_CFA_expression
20616 assume first argument is regnum and second argument is location.
20617
c5e43cc4
UB
206182010-03-26 Uros Bizjak <ubizjak@gmail.com>
20619
20620 PR target/42113
20621 * config/alpha/alpha.md (*cmp_sadd_si): Change mode
20622 of scratch register to DImode. Split to DImode comparison operator.
20623 Use SImode subreg of scratch register in the multiplication.
20624 (*cmp_sadd_sidi): Ditto.
20625 (*cmp_ssub_si): Ditto.
20626 (*cmp_ssub_sidi): Ditto.
20627
fb04bb84
UB
206282010-03-26 Uros Bizjak <ubizjak@gmail.com>
20629
20630 PR target/43524
20631 * config/i386/i386.c (ix86_expand_prologue) [TARGET_STACK_PROBE]:
20632 Remove invalid assert and wrong comment.
20633
6ca5d1f6
JJ
206342010-03-26 Jakub Jelinek <jakub@redhat.com>
20635
20636 PR debug/43516
20637 * flags.h (final_insns_dump_p): New extern.
20638 * final.c (final_insns_dump_p): New variable.
20639 (rest_of_clean_state): Set it before -fdump-final-insns=
20640 dumping, clear afterwards.
20641 * print-rtl.c (print_rtx): If final_insns_dump_p don't dump
20642 MEM_ALIAS_SET on MEMs.
20643
46bc665f
DM
206442010-03-26 David S. Miller <davem@davemloft.net>
20645
20646 * configure.ac: Fix sparc GOTDATA_OP bug check.
20647 * configure: Rebuild.
20648
9fa195b8
AM
206492010-03-26 Alan Modra <amodra@gmail.com>
20650
20651 * config/rs6000/rs6000.md (cmptf_internal2): Correct comparison.
20652
9b7e6950
RO
206532010-03-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
20654
20655 * doc/tm.texi (Sections): Document TLS_COMMON_ASM_OP,
20656 TLS_SECTION_ASM_FLAG.
20657
d53c73e0
JJ
206582010-03-25 Jakub Jelinek <jakub@redhat.com>
20659
935ec2c9
JJ
20660 PR bootstrap/43511
20661 * config/i386/i386.c (ix86_code_end): Set DECL_WEAK if TARGET_MACHO.
20662 Clear first_function_block_is_cold.
20663
d53c73e0
JJ
20664 PR c/43385
20665 * gimplify.c (gimple_boolify): Only recurse on __builtin_expect
20666 argument if the argument is truth_value_p.
20667
871c9abb
MM
206682010-03-24 Michael Meissner <meissner@linux.vnet.ibm.com>
20669
fb04bb84 20670 * config/rs6000/constraints.md: Update copyright year for my changes.
94ad7adc 20671
871c9abb
MM
20672 PR target/43484
20673 * config/rs6000/rs6000.c (rs6000_split_multireg_move): If r0 is
20674 used in reg+reg addressing, swap registers.
20675
81ef7e24
JJ
206762010-03-24 Jakub Jelinek <jakub@redhat.com>
20677
6d217c32
JJ
20678 PR debug/43293
20679 * target.h (struct gcc_target): Add code_end hook.
20680 * target-def.h (TARGET_ASM_CODE_END): Define to hook_void_void
20681 if not yet defined.
20682 (TARGET_ASM_OUT): Add TARGET_ASM_CODE_END.
20683 * toplev.c (compile_file): Call targetm.asm_out.code_end
20684 hook before unwind info/debug info output.
20685 * config/i386/winnt.c (i386_pe_file_end): Don't call ix86_file_end.
20686 * config/i386/linux.h (NEED_INDICATE_EXEC_STACK): Don't define.
20687 (TARGET_ASM_FILE_END): Define to file_end_indicate_exec_stack.
20688 * config/i386/linux64.h (NEED_INDICATE_EXEC_STACK): Don't define.
20689 (TARGET_ASM_FILE_END): Define to file_end_indicate_exec_stack.
20690 * config/i386/i386.c (ix86_file_end): Renamed to...
20691 (ix86_code_end): ... this. Make static. Don't call
20692 file_end_indicate_exec_stack. Emit unwind info using
20693 final_start_function/final_end_function.
20694 (darwin_x86_file_end): Remove.
20695 (TARGET_ASM_CODE_END): Define.
20696 * config/i386/i386.h (TARGET_ASM_FILE_END,
20697 NEED_INDICATE_EXEC_STACK): Don't define.
20698 * config/i386/darwin.h (darwin_x86_file_end): Remove prototype.
20699 (TARGET_ASM_FILE_END): Define to darwin_file_end.
20700 * config/i386/i386-protos.h (ix86_file_end): Remove prototype.
20701 * doc/tm.texi (TARGET_ASM_CODE_END): Document.
20702
81ef7e24
JJ
20703 PR target/43498
20704 * config/i386/i386.c (x86_output_mi_thunk): Call final_start_function
20705 at the beginning and final_end_function at the end.
20706 * config/s390/s390.c (s390_output_mi_thunk): Likewise.
20707
f1c26cad
RO
207082010-03-24 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
20709
20710 * configure.ac (i[34567]86-*-*): Handle Solaris 2/x86 TLS support
20711 and Sun as TLS syntax.
20712 (TLS_SECTION_ASM_FLAG) [on_solaris && !gas_flag]: Define.
20713 * configure: Regenerate.
20714 * config.in: Regenerate.
20715 * varasm.c (TLS_SECTION_ASM_FLAG): Define default.
20716 (default_elf_asm_named_section): Use it.
20717 * config/i386/i386.c (output_pic_addr_const): Lowercase @DTPOFF.
20718 (i386_output_dwarf_dtprel): Likewise.
20719 (output_addr_const_extra): Likewise.
20720 (output_pic_addr_const): Lowercase @GOTTPOFF.
20721 (output_addr_const_extra): Likewise.
20722 (output_pic_addr_const): Lowercase @GOTNTPOFF.
20723 (output_addr_const_extra): Likewise.
20724 (output_pic_addr_const): Lowercase @INDNTPOFF.
20725 (output_addr_const_extra): Likewise.
20726 (output_pic_addr_const): Lowercase @NTPOFF.
20727 (output_addr_const_extra): Likewise.
20728 (output_pic_addr_const): Lowercase @TPOFF.
20729 (output_addr_const_extra): Likewise.
fb04bb84 20730 * config/i386/i386.md (*tls_global_dynamic_32_gnu): Lowercase @TLSGD.
f1c26cad
RO
20731 (*tls_global_dynamic_64): Likewise.
20732 (*tls_local_dynamic_base_32_gnu): Lowercase @TLSLDM.
20733 (*tls_local_dynamic_base_64): Lowercase @TLSLD.
20734
20735 * defaults.h (TLS_COMMON_ASM_OP): Provide default.
20736 (ASM_OUTPUT_TLS_COMMON): Use it.
20737 * config/i386/sol2-gas.h (TLS_COMMON_ASM_OP): Undef.
20738
20739 PR target/38118
fb04bb84 20740 * config.gcc (sparc*-*-solaris2*) [$gas=yes]: Add usegas.h to tm_file.
f1c26cad
RO
20741 * config/sparc/sol2.h (ASM_OUTPUT_ALIGNED_COMMON): Move ...
20742 * config/sol2.h (ASM_OUTPUT_ALIGNED_COMMON): ... here.
20743 * config/i386/sol2-10.h (ASM_OUTPUT_ALIGNED_COMMON): Redefine.
20744 * config/i386/sol2.h (TARGET_SUN_TLS): Redefine.
20745 (ASM_DECLARE_OBJECT_NAME) [!USE_GAS]: Redefine.
20746
d2af65b9
RO
207472010-03-24 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
20748
20749 * config/i386/i386.c (override_options): Don't accept
20750 -mtls-dialect=sun any longer.
20751 * config/i386/i386.h (TARGET_SUN_TLS): Define as 0.
20752 * config/i386/i386.md (*tls_global_dynamic_32_sun): Remove.
20753 (*tls_local_dynamic_base_32_sun): Likewise.
20754 * config/i386/sol2.h (TARGET_SUN_TLS): Redefine.
20755
d0ed412a
JJ
207562010-03-24 Jakub Jelinek <jakub@redhat.com>
20757
1db0ea00
JJ
20758 PR debug/43508
20759 * dwarf2out.c (mem_loc_descriptor): Don't ICE on
20760 VEC_{MERGE,SELECT,CONCAT,DUPLICATE}.
20761
3a6191b1
JJ
20762 PR debug/43479
20763 * ira.c (adjust_cleared_regs): New function.
20764 (update_equiv_regs): Adjust cleared_regs in DEBUG_INSNs.
20765
d0ed412a
JJ
20766 PR debug/19192
20767 PR debug/43479
20768 * cfgexpand.c (gimple_assign_rhs_to_tree): Also set TREE_BLOCK
20769 from gimple_block.
20770 * expr.c (expand_expr_real): Restore previous
20771 curr_insn_source_location and curr_insn_block after
20772 expand_expr_real_1 call.
20773 (expand_expr_real_1) <case SSA_NAME>: Call expand_expr_real
20774 instead of expand_expr_real_1.
20775
478ab26d
VM
207762010-03-23 Vladimir Makarov <vmakarov@redhat.com>
20777
20778 PR rtl-optimization/43413
20779 * ira-color.c (setup_allocno_available_regs_num): Count prohibited
20780 hard regs too.
20781
67b476d1
JW
207822010-03-22 James E. Wilson <wilson@codesourcery.com>
20783
20784 PR target/43348
20785 * ia64.md (call_nogp, call_value_nogp, sibcall_nogp, call_gp,
fb04bb84 20786 call_value_gp, sibcall_gp): Use 's' constraint not 'i'.
67b476d1 20787
99eaa2e7
L
207882010-03-22 H.J. Lu <hongjiu.lu@intel.com>
20789
fb04bb84
UB
20790 * config/i386/i386.c (ix86_target_string): Add -mfma.
20791 Fix a typo in comment.
99eaa2e7 20792
212066e6
MS
207932010-03-22 Mike Stump <mikestump@comcast.net>
20794
20795 PR target/23071
20796 * config/rs6000/rs6000.c (darwin_rs6000_special_round_type_align):
20797 Don't overly align based upon packed packed fields.
20798
ce30e6fd
JM
207992010-03-22 Jason Merrill <jason@redhat.com>
20800
20801 * c-pretty-print.c (pp_c_specifier_qualifier_list) [VECTOR_TYPE]:
20802 Use () rather than [], and move before the element type.
20803
3a1ef68a
RO
208042010-03-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
20805
20806 * doc/configfiles.texi (Configuration Files): Removed
20807 fixinc/Makefile*, intl/Makefile.*.
fb04bb84
UB
20808 * doc/makefile.texi: Fixed markup. Abstract from version
20809 control system used.
3a1ef68a
RO
20810 (Makefile): Removed obsolete gcc/java/parse.y example.
20811 * doc/sourcebuild.texi: Likewise.
20812 (Top Level): Added config, gnattools, libdecnumber, libgcc,
fb04bb84 20813 libgomp, libssp. Removed fastjar.
3a1ef68a
RO
20814 (Miscellaneous Docs): Clarify location.
20815 Added COPYING3, COPYING3.LIB.
fb04bb84 20816 (Front End Directory): Moved Make-lang.in entry to new subsubsection.
3a1ef68a 20817
7f5441df
RO
208182010-03-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
20819
20820 PR target/38085
20821 * config/i386/i386.c (x86_function_profiler)
20822 [!NO_PROFILE_COUNTERS]: Fix typo.
20823 * config/i386/gmon-sol2.c (_mcleanup) [__x86_64__]: Use call
20824 instead of callq.
20825
d4f3924a 208262010-03-22 Janis Johnson <janis187@us.ibm.com>
f4a4b582 20827 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
d4f3924a
JJ
20828
20829 * doc/sourcebuild.texi (Test Directives): Split into six
20830 subsections, with most of the current text in new subsections
20831 Directives, Selectors, and Final Actions.
20832 (Directives): Split list of test directives into multiple
20833 subsubsections.
20834 (Selectors): Describe use and syntax of selectors.
20835 (Effective-Target Keywords): Describe all existing keywords.
20836 (Add Options): Describe features for dg-add-options.
20837 (Require Support): Describe variants of dg-require-support.
20838 (Final Actions): Describe commands to use in dg-final.
20839
047550e9
MM
208402010-03-22 Michael Matz <matz@suse.de>
20841
20842 PR middle-end/43475
20843 * recog.c (validate_replace_rtx_group): Replace also in
20844 REG_EQUAL and REG_EQUIV notes.
20845
6d7971b8
RG
208462010-03-22 Richard Guenther <rguenther@suse.de>
20847
20848 PR tree-optimization/43390
20849 * tree-vect-stmts.c (get_vectype_for_scalar_type): Make
20850 sure vector extracts are type correct.
20851
6af84c85
RG
208522010-03-22 Richard Guenther <rguenther@suse.de>
20853
20854 PR middle-end/40106
20855 * builtins.c (expand_builtin_pow): Expand pow (x, 1.5) as
20856 x * sqrt (x) even when optimizing for size if the target
20857 has native support for sqrt.
20858
539eb459
JJ
208592010-03-22 Jakub Jelinek <jakub@redhat.com>
20860
be36dd85
JJ
20861 * varasm.c (make_decl_rtl_for_debug): Also clear
20862 flag_mudflap for the duration of make_decl_rtl call.
20863
539eb459
JJ
20864 PR debug/43443
20865 * var-tracking.c (add_cselib_value_chains): Remove ASM_OPERANDS
20866 locs from preserved VALUEs.
20867
19c1be39
JDA
208682010-03-21 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
20869
20870 PR middle-end/42718
20871 * pa.md (movmemsi): Set align to one if zero.
20872 (movmemdi): Likewise.
20873
f8b68ed3
RE
208742010-03-21 Richard Earnshaw <rearnsha@arm.com>
20875
20876 PR target/42321
20877 * arm.c (arm_output_epilogue): Correctly match VFP pop instructions
20878 with their corresponding prologue pushes.
20879
941ce52b
AP
208802010-03-20 Andrew Pinski <pinskia@gmail.com>
20881
20882 PR target/43156
20883 * config/spu/spu.c (spu_expand_prologue): Don't emit NOTE_INSN_DELETED
20884 at the begining or end.
20885 (spu_expand_epilogue): Likewise.
20886
d491d2af
RG
208872010-03-20 Richard Guenther <rguenther@suse.de>
20888
20889 PR rtl-optimization/43438
20890 * combine.c (make_extraction): Properly zero-/sign-extend an
20891 extraction of the low part of a CONST_INT. Also handle
20892 CONST_DOUBLE.
20893
4dd9ee92
MS
208942010-03-19 Mike Stump <mikestump@comcast.net>
20895
20896 * config/i386/darwin.h (SUBTARGET32_DEFAULT_CPU): Add.
20897 * config/i386/i386.c (SUBTARGET32_DEFAULT_CPU): Add.
20898 (override_options): Use SUBTARGET32_DEFAULT_CPU.
20899
e49a760f
AP
209002010-03-19 Andrew Pinski <andrew_pinski@caviumnetworks.com>
20901
6644642e 20902 PR c/43211
fb04bb84
UB
20903 * c-decl.c (grokparms): Set arg_types to NULL_TREE if there was
20904 an error.
e49a760f 20905
f0c6475a 209062010-03-19 Bernd Schmidt <bernds@codesourcery.com>
002b2dee
BS
20907
20908 PR rtl-optimization/42258
20909 * ira-lives.c (check_and_make_def_conflict): Ignore conflict for a
20910 use that may match DEF.
20911
c99102b8
BS
20912 PR target/40697
20913 * optabs.c (avoid_expensive_constant): Use rtx_cost to find out
20914 the cost of loading the constant rather than assuming
20915 COSTS_N_INSNS (1).
20916 * config/arm/arm.c (thumb1_rtx_costs) <case CONST_INT>: If the
20917 outer code is AND, do the same tests as the andsi3 expander and
20918 return COSTS_N_INSNS (1) if and is cheap.
fdb2c684
BS
20919
20920 * optabs.c (avoid_expensive_constant): Fix formatting.
20921
f9ceed32
MM
209222010-03-19 Michael Matz <matz@suse.de>
20923
20924 PR c++/43116
20925 * attribs.c (decl_attributes): When rebuilding a function pointer
20926 type use the same qualifiers as the original pointer type.
20927
3795eae6
MJ
209282010-03-19 Martin Jambor <mjambor@suse.cz>
20929
20930 * doc/gimple.texi (Logical Operators): Describe is_gimple_ip_invariant
20931 and is_gimple_ip_invariant_address.
20932
ae0bef88
RR
209332010-03-19 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
20934
20935 Revert
20936 2009-10-01 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
20937
20938 * config/arm/arm.c (arm_override_options): Turn off
20939 flag_dwarf2_cfi_asm for AAPCS variants.
20940
9abf5d7b
RR
209412010-03-19 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
20942
20943 PR target/43399
20944 * config/arm/arm.c (emit_multi_reg_push): Update comments.
20945 Use PRE_MODIFY instead of PRE_DEC.
20946 (emit_sfm): Use PRE_MODIFY instead of PRE_DEC.
20947 (vfp_emit_fstmd): Likewise.
20948
8a0b1aa4
MM
209492010-03-19 Michael Matz <matz@suse.de>
20950
20951 PR target/43305
20952 * builtins.c (expand_builtin_interclass_mathfn,
20953 expand_builtin_signbit): Use maybe_emit_unop_insn, emit libcalls
20954 if that fails.
20955
3e999e7b
RG
209562010-03-19 Richard Guenther <rguenther@suse.de>
20957
20958 PR tree-optimization/43415
20959 * tree-ssa-pre.c (phi_translate): Split out worker to ...
20960 (phi_translate_1): ... this.
20961 (phi_translate): Move all caching here. Cache all NARY
20962 and REFERENCE translations.
20963
9fd52c6c
DM
209642010-03-19 David S. Miller <davem@davemloft.net>
20965
20966 With help from Eric Botcazou.
20967 * config/sparc/sparc.c: Include dwarf2out.h.
20968 (emit_pic_helper): Delete.
20969 (pic_helper_symbol_name): Delete.
20970 (pic_helper_emitted_p): Delete.
20971 (pic_helper_needed): New.
20972 (USE_HIDDEN_LINKONCE): Define to '1' if HAVE_GAS_HIDDEN else '0'.
20973 (get_pc_thunk_name): New.
20974 (load_pic_register): Remove 'delay_pic_helper' arg. Use
20975 get_thunk_pc_name and ggc_strdup to generate PIC thunk symbol.
20976 Set pic_helper_needed to true. Don't call emit_pic_helper.
20977 (sparc_expand_prologue): Update load_pic_register call.
20978 (sparc_output_mi_thunk): Likewise.
20979 (sparc_file_end): Emit a hidden comdat symbol for the PIC
20980 thunk if possible. Output CFI information as needed.
20981
f4a4b582
EB
209822010-03-18 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
20983 Jack Howarth <howarth@bromo.med.uc.edu>
b6010cab
FXC
20984
20985 PR target/36399
48019e3d 20986 * config/i386/i386.h: Fix ABI on darwin x86-32.
b6010cab 20987
b1aa0655
AH
209882010-03-18 Aldy Hernandez <aldyh@redhat.com>
20989
20990 * tree.h: Declare make_decl_rtl_for_debug.
20991 * varasm.c (make_decl_rtl_for_debug): New.
20992 * dwarf2out.c (rtl_for_decl_location): Call it.
20993 * cfgexpand.c (expand_debug_expr): Call it.
20994
f0c12fcc
JJ
209952010-03-18 Jakub Jelinek <jakub@redhat.com>
20996
9a05b749
JJ
20997 PR bootstrap/43399
20998 * var-tracking.c (adjust_mems) <case POST_MODIFY>: Allow BLKmode
20999 mem_mode.
21000
f0c12fcc
JJ
21001 PR bootstrap/43403
21002 * var-tracking.c (vt_init_cfa_base): Do nothing if
fb04bb84 21003 cfa_base_rtx would be hard_frame_pointer_rtx or non-fixed register.
f0c12fcc 21004
e999b0c9
AO
210052010-03-18 Alexandre Oliva <aoliva@redhat.com>
21006
21007 PR debug/42873
21008 * var-tracking.c (canonicalize_vars_star): New.
21009 (dataflow_post_merge_adjust): Use it.
21010
5644a3d0
JJ
210112010-03-18 Jakub Jelinek <jakub@redhat.com>
21012
21013 PR debug/43058
21014 * var-tracking.c (non_suitable_const): New function.
21015 (add_uses): For DEBUG_INSNs with constants, don't record any
21016 value, instead just the constant value itself.
21017 (compute_bb_dataflow) <case MO_VAL_LOC>: If PAT_VAR_LOCATION_LOC
21018 is not VAR_LOC_UNKNOWN_P, set var to the constant.
21019 (emit_notes_in_bb): Likewise.
21020 (emit_note_insn_var_location): For onepart variables if
21021 cur_loc is a VOIDmode constant, use DECL_MODE.
21022
8132a837
MJ
210232010-03-18 Martin Jambor <mjambor@suse.cz>
21024
21025 PR middle-end/42450
21026 * cgraph.h (cgraph_redirect_edge_call_stmt_to_callee): Declare.
21027 * cgraphunit.c (cgraph_materialize_all_clones): Update calls in
21028 all non-clones. Moved call redirection...
fb04bb84 21029 (cgraph_redirect_edge_call_stmt_to_callee): ...to this new function.
8132a837
MJ
21030 (cgraph_materialize_all_clones): Dispose of all
21031 combined_args_to_skip bitmaps.
21032 (verify_cgraph_node): Do not check for edges pointing to wrong
21033 nodes in inline clones.
21034 * tree-inline.c (copy_bb): Call
21035 cgraph_redirect_edge_call_stmt_to_callee.
21036 * ipa.c (cgraph_remove_unreachable_nodes): Call
21037 cgraph_node_remove_callees even when there are used clones.
21038
7893d7ac
L
210392010-03-18 H.J. Lu <hongjiu.lu@intel.com>
21040
21041 * config/i386/libgcc-glibc.ver: Make GCC_4.5.0 inherit GCC_4.4.0.
21042
cdfedab1
L
210432010-03-18 H.J. Lu <hongjiu.lu@intel.com>
21044
21045 PR target/43383
21046 * config/i386/libgcc-glibc.ver: Add __extendxftf2 to GCC_4.5.0
21047 for 32bit.
21048
c21372c4
MM
210492010-03-18 Michael Matz <matz@suse.de>
21050
21051 PR middle-end/43419
21052 * builtins.c (expand_builtin_pow): Don't transform pow(x, 0.5)
21053 into sqrt(x) if we need to preserve signed zeros.
21054
82fa5f8a
L
210552010-03-18 Steven Bosscher <steven@gcc.gnu.org>
21056 Eric Botcazou <ebotcazou@adacore.com>
21057
21058 PR rtl-optimization/43360
21059 * loop-invariant.c (move_invariant_reg): Remove the REG_EQUAL
21060 note if we don't know its invariant status.
21061
eb45755f
MM
210622010-03-18 Michael Matz <matz@suse.de>
21063
21064 PR tree-optimization/43402
21065 * tree-cfgcleanup.c (cleanup_control_expr_graph): Don't follow
21066 PHI chains of ssa names registered for update.
21067
60936b22
PB
210682010-03-17 Peter Bergner <bergner@vnet.ibm.com>
21069
21070 PR target/42427
21071 * config/rs6000/rs6000.c (rs6000_split_multireg_move): Add support for
21072 non-offsettable and pre_modify update addressing.
21073 * config/rs6000/dfp.md (*movdd_hardfloat32): Make the "0", "1"
21074 and "2" alternatives "#".
21075 (*movdd_softfloat32): Make all alternatives "#";
21076 * config/rs6000/rs6000.md (DIFD): New define_mode_iterator.
21077 (*movdf_hardfloat32): Make the "0", "1" and "2" alternatives "#".
21078 (*movdf_softfloat32): Make all alternatives "#";
21079 (movdi): Use the new DIFD mode iterator to create a common splitter
21080 for movdi, movdf and movdd patterns.
21081
316fc112
SZ
210822010-03-18 Shujing Zhao <pearly.zhao@oracle.com>
21083
21084 * common.opt (dumpdir): Remove redundant tab.
21085
ec24771f
MJ
210862010-03-17 Martin Jambor <mjambor@suse.cz>
21087
21088 PR tree-optimization/43347
21089 * tree-sra.c (create_access_replacement): Set TREE_NO_WARNING when the
21090 original base is DECL_ARTIFICIAL or DECL_IGNORED_P.
21091
e33c42db
BS
210922010-03-17 Bernd Schmidt <bernd.schmidt@analog.com>
21093
21094 PR rtl-optimization/42216
21095 * regrename.c (create_new_chain): New function, broken out from...
21096 (scan_rtx_reg): ... here. Call it. Handle the case where we are
21097 appending a use to an empty chain.
21098 (build_def_use): Remove previous changes that convert OP_INOUT to
21099 OP_OUT operands; instead detect the case where an OP_INOUT operand
fb04bb84 21100 uses a previously untracked register and create an empty chain for it.
e33c42db 21101
4c4177dc
RW
211022010-03-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
21103
21104 * doc/extend.texi (Function Attributes): Rewrite unfinished
21105 sentence in ms_abi documentation.
21106
60ac9511
AM
211072010-03-17 Alan Modra <amodra@gmail.com>
21108
21109 * config/rs6000/linux64.opt (mprofile-kernel): Use profile_kernel var.
21110 * config/rs6000/linux64.h (TARGET_PROFILE_KERNEL): Define.
21111 (SUBSUBTARGET_OVERRIDE_OPTIONS): Don't use SET_PROFILE_KERNEL.
21112 * config/rs6000/rs6000.c (SET_PROFILE_KERNEL): Don't define.
21113
e19d1f06
RH
211142010-03-16 Richard Henderson <rth@redhat.com>
21115
21116 PR middle-end/43365
21117 * tree-eh.c (replace_goto_queue): Also replace in the eh_seq.
21118 (lower_try_finally): Save and restore eh_seq around the expansion
21119 of the try-finally.
21120
c36fed0c
AH
211212010-03-16 Aldy Hernandez <aldyh@redhat.com>
21122
21123 * graphite-sese-to-poly.c (split_reduction_stmt): Skip debug
21124 statements before splitting block.
21125
f4a4b582 211262010-03-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
17a7cb4e
RO
21127
21128 * doc/sourcebuild.texi (Testsuites): Fix markup.
21129 Use pathnames relative to gcc/testsuite.
21130 (Test Directives): Move description of how timeout is determined.
21131 (Ada Tests): Favor gnat.exp over ada/acats/tests/gcc.
21132 (C Tests): Correct gcc.misc-tests directory.
21133 Framework tests now live in gcc.test-framework.
21134
7686fb74
RG
211352010-03-16 Richard Guenther <rguenther@suse.de>
21136
21137 PR middle-end/43379
fb04bb84
UB
21138 * tree-cfg.c (gimple_merge_blocks): When propagating virtual PHI
21139 operands make sure to merge SSA_NAME_OCCURS_IN_ABNORMAL_PHI properly.
7686fb74 21140
7a181764
AH
211412010-03-16 Aldy Hernandez <aldyh@redhat.com>
21142 Alexandre Oliva <aoliva@redhat.com>
21143
21144 PR tree-optimization/42917
21145 * lambda-code.c (remove_iv): Skip debug statements.
21146 (lambda_loopnest_to_gcc_loopnest): Likewise.
21147 (not_interesting_stmt): Debug statements are not interesting.
21148
457eeaae
JJ
211492010-03-16 Jakub Jelinek <jakub@redhat.com>
21150
21151 PR debug/43051
21152 PR debug/43092
21153 * cselib.c (cselib_preserve_constants,
21154 cfa_base_preserved_val): New static variables.
21155 (preserve_only_constants): New function.
21156 (cselib_reset_table): If cfa_base_preserved_val is non-NULL, don't
fb04bb84 21157 clear its REG_VALUES. If cselib_preserve_constants, don't
457eeaae
JJ
21158 empty the whole hash table, but preserve there VALUEs with constants,
21159 cfa_base_preserved_val and cfa_base_preserved_val plus constant.
21160 (cselib_preserve_cfa_base_value): New function.
21161 (cselib_invalidate_regno): Don't invalidate cfa_base_preserved_val.
21162 (cselib_init): Change argument to int bitfield. Set
21163 cselib_preserve_constants to whether CSELIB_PRESERVE_CONSTANTS
21164 is in it.
21165 (cselib_finish): Clear cselib_preserve_constants and
21166 cfa_base_preserved_val.
21167 * cselib.h (enum cselib_record_what): New enum.
21168 (cselib_init): Change argument to int.
21169 (cselib_preserve_cfa_base_value): New prototype.
21170 * postreload.c (reload_cse_regs_1): Adjust cselib_init caller.
21171 * dse.c (dse_step1): Likewise.
21172 * cfgcleanup.c (thread_jump): Likewise.
21173 * sched-deps.c (sched_analyze): Likewise.
21174 * gcse.c (local_cprop_pass): Likewise.
21175 * simplify-rtx.c (simplify_replace_fn_rtx): Add argument to callback.
21176 If FN is non-NULL, call the callback always and whenever it returns
21177 non-NULL just return that. Only do rtx_equal_p if FN is NULL.
21178 * rtl.h (simplify_replace_fn_rtx): Add argument to callback.
21179 * combine.c (propagate_for_debug_subst): Add old_rtx argument,
21180 compare from with old_rtx and if it isn't rtx_equal_p, return NULL.
21181 * Makefile.in (var-tracking.o): Depend on $(RECOG_H).
21182 * var-tracking.c: Include recog.h.
21183 (bb_stack_adjust_offset): Remove.
21184 (vt_stack_adjustments): Don't call it, instead just gather the
21185 adjustments using insn_stack_adjust_offset_pre_post on each bb insn.
21186 (adjust_stack_reference): Remove.
21187 (compute_cfa_pointer): New function.
21188 (hard_frame_pointer_adjustment, cfa_base_rtx): New static variables.
21189 (struct adjust_mem_data): New type.
21190 (adjust_mems, adjust_mem_uses, adjust_mem_stores, adjust_insn): New
21191 functions.
21192 (get_address_mode): New function.
21193 (replace_expr_with_values): Use it.
21194 (use_type): Don't do cselib_lookup for VAR_LOC_UNKNOWN_P.
21195 Use get_address_mode. For cfa_base_rtx return MO_CLOBBER.
21196 (adjust_sets): Remove.
21197 (add_uses): Don't add extra MO_VAL_USE for cfa_base_rtx plus constant.
21198 Use get_address_mode.
21199 (get_adjusted_src): Remove.
21200 (add_stores): Don't call it. Never reuse expr SET. Don't add extra
21201 MO_VAL_USE for cfa_base_rtx plus constant. Use get_address_mode.
21202 (add_with_sets): Don't call adjust_sets.
21203 (fp_setter, vt_init_cfa_base): New functions.
21204 (vt_initialize): Change return type to bool. Move most of pool etc.
21205 initialization to the beginning of the function from end. Pass
21206 CSELIB_RECORD_MEMORY | CSELIB_PRESERVE_CONSTANTS to cselib_init.
21207 If !frame_pointer_needed, call vt_stack_adjustment before mos
21208 vector is filled, call vt_init_cfa_base if argp/framep has been
21209 eliminated to sp. If frame_pointer_needed and argp/framep has
21210 been eliminated to hard frame pointer, set
21211 hard_frame_pointer_adjustment and call vt_init_cfa_base after
21212 encountering fp setter in the prologue. For MO_ADJUST, call
21213 log_op_type before pusing the op into mos vector, not afterwards.
21214 Call adjust_insn before cselib_process_insn/add_with_sets,
21215 call cancel_changes (0) afterwards.
21216 (variable_tracking_main_1): Adjust for vt_initialize calling
21217 vt_stack_adjustments and returning whether it succeeded or not.
21218
7dee65d8
AH
212192010-03-15 Aldy Hernandez <aldyh@redhat.com>
21220
21221 * graphite-sese-to-poly.c (rewrite_cross_bb_scalar_deps): Skip
21222 debug statements.
21223
6019a098
JJ
212242010-03-15 Jakub Jelinek <jakub@redhat.com>
21225
21226 * dwarf2out.c (dwarf2out_frame_debug): Don't assert drap_reg
21227 has been set.
21228 (based_loc_descr): Use DW_OP_fbreg for vdrap_reg even when
21229 drap_reg has not been set.
21230
c2172338
MM
212312010-03-15 Michael Matz <matz@suse.de>
21232
21233 PR middle-end/43300
21234 * tree-outof-ssa.c (emit_partition_copy): New argument sizeexp,
21235 use it to expand block copies.
21236 (insert_partition_copy_on_edge, insert_rtx_to_part_on_edge,
21237 insert_part_to_rtx_on_edge): Adjust callers of emit_partition_copy.
21238 (insert_value_copy_on_edge): Use store_expr for BLKmode values.
21239
610b64e2
RG
212402010-03-15 Richard Guenther <rguenther@suse.de>
21241
21242 PR tree-optimization/43367
21243 * tree-cfg.c (gimple_can_merge_blocks_p): Simplify PHI
21244 elimination check.
21245
610de68d
RB
212462010-03-15 Richard Guenther <rguenther@suse.de>
21247
21248 PR tree-optimization/43317
21249 * ipa-struct-reorg.c (create_new_general_access): Update stmt.
21250
932e2e64
MJ
212512010-03-15 Martin Jambor <mjambor@suse.cz>
21252
610de68d 21253 PR tree-optimization/43141
932e2e64
MJ
21254 * tree-sra.c (create_abstract_origin): New function.
21255 (modify_function): Call create_abstract_origin.
21256
c8c520dd
CD
212572010-03-15 Chris Demetriou <cgd@google.com>
21258
21259 * Makefile.in (stmp-int-hdrs): Don't chmod include/stdint.h if it
21260 wasn't copied.
21261
7f931500
SP
212622010-03-13 Sebastian Pop <sebastian.pop@amd.com>
21263
21264 PR middle-end/43354
21265 * graphite-sese-to-poly.c (rewrite_close_phi_out_of_ssa): Do not
21266 call insert_out_of_ssa_copy for default definitions.
21267
212682010-03-13 Sebastian Pop <sebastian.pop@amd.com>
21269
21270 * graphite-clast-to-gimple.c (my_long_long): Defined.
21271 (gcc_type_for_cloog_iv): Use it instead of long_long_integer_type_node.
21272 * graphite-sese-to-poly.c (my_long_long): Defined.
21273 (scop_ivs_can_be_represented): Use it.
21274
212752010-03-13 Sebastian Pop <sebastian.pop@amd.com>
21276
21277 * doc/invoke.texi: Fix documentation of graphite-max-nb-scop-params,
21278 graphite-max-bbs-per-function, and loop-block-tile-size.
21279 * params.def (PARAM_GRAPHITE_MAX_NB_SCOP_PARAMS): Replace "maximal"
21280 with "maximum".
21281 (PARAM_GRAPHITE_MAX_BBS_PER_FUNCTION): Same.
21282
212832010-03-13 Sebastian Pop <sebastian.pop@amd.com>
21284
21285 * graphite-clast-to-gimple.c (gcc_type_for_iv_of_clast_loop): Remove
21286 forward declaration.
21287 * graphite-sese-to-poly.c (reduction_phi_p): Remove FIXME comment.
21288 (add_upper_bounds_from_estimated_nit): New.
21289 (build_loop_iteration_domains): Use it.
21290
212912010-03-13 Sebastian Pop <sebastian.pop@amd.com>
21292
21293 * doc/invoke.texi (PARAM_LOOP_BLOCK_TILE_SIZE): Document.
21294
212952010-03-13 Sebastian Pop <sebastian.pop@amd.com>
21296
21297 PR middle-end/43306
21298 * tree-chrec.c (evolution_function_right_is_integer_cst): CHREC_RIGHT
21299 should be an INTEGER_CST. Also handle CASE_CONVERT.
21300
213012010-03-13 Sebastian Pop <sebastian.pop@amd.com>
21302
21303 * graphite.c (graphite_initialize): To bound the number of bbs per
21304 function, use PARAM_GRAPHITE_MAX_BBS_PER_FUNCTION.
21305 * params.def (PARAM_GRAPHITE_MAX_BBS_PER_FUNCTION): Declared.
21306 * doc/invoke.texi: Document it.
21307
213082010-03-13 Sebastian Pop <sebastian.pop@amd.com>
21309
21310 * graphite-sese-to-poly.c (build_poly_scop): Do not return bool.
21311 * graphite-sese-to-poly.h (build_poly_scop): Same.
21312
213132010-03-13 Sebastian Pop <sebastian.pop@amd.com>
21314
21315 * graphite-sese-to-poly.c (build_poly_scop): Limit scops following
21316 the number of parameters in the scop. Use as an upper bound
21317 PARAM_GRAPHITE_MAX_NB_SCOP_PARAMS.
21318 * params.def (PARAM_GRAPHITE_MAX_NB_SCOP_PARAMS): Declared.
21319 * doc/invoke.texi: Document it.
21320
929769f4
JQ
213212010-03-13 Jerry Quinn <jlquinn@optonline.net>
21322
21323 * Makefile.in (TEXI_GCCINT_FILES): Remove c-tree.texi.
21324 * doc/c-tree.texi: Remove.
21325 * doc/generic.texi: Merge c-tree.texi here.
21326 * doc/gccint.texi (Trees): Remove menu entry.
21327 (c-tree.texi): Remove @include.
21328 * doc/rtl.texi (Reading RTL): Update pxref from Trees to GENERIC.
21329 * doc/languages.texi (Reading RTL): Ditto.
21330
9c8cab44
SE
213312010-03-12 Steve Ellcey <sje@cup.hp.com>
21332
21333 PR target/42869
21334 * config/ia64/sync.md (sync_compare_and_swap): Move memory fence.
21335
08f9d725
MM
213362010-03-12 Michael Meissner <meissner@linux.vnet.ibm.com>
21337
21338 PR middle-end/42431
21339 * gcc/config/rs6000/rs6000.c (rs6000_emit_move): Delete band-aid
21340 code added to work around reload clobbering CONST insns.
21341
70235ab9
JJ
213422010-03-12 Jakub Jelinek <jakub@redhat.com>
21343
0de3e43f
JJ
21344 * cselib.c (LONG_TERM_PRESERVED_VALUE_P): Remove.
21345 (cselib_preserve_definitely, cselib_clear_preserve): Remove.
21346 (cselib_preserve_only_values): Remove retain argument, don't
21347 traverse hash table with cselib_{preserve_definitely,clear_preserve}.
21348 * cselib.h (cselib_preserve_only_values): Remove retain argument.
21349 * var-tracking.c (micro_operation): Move insn field before union.
21350 Add DEF_VEC_O and DEF_VEC_ALLOC_O for this type.
21351 (struct variable_tracking_info_def): Remove n_mos field, change
21352 mos into a vector of micro_operations.
21353 (count_uses, count_uses_1, count_stores, count_with_sets): Remove.
21354 (bb_stack_adjust_offset, log_op_type, add_uses, add_stores,
21355 compute_bb_dataflow, emit_notes_in_bb): Adjust for VTI (bb)->mos
21356 changing into a vector.
21357 (add_with_sets): Likewise. Ensure MO_VAL_USE uops from add_stores
21358 come before all other uops generated by add_stores.
21359 (vt_add_function_parameters): Adjust for cselib_preserve_only_values
21360 argument removal.
21361 (vt_initialize): Likewise. Adjust for VTI (bb)->mos changing into
21362 a vector. Run just one pass over the bbs instead of separate counting
21363 and computation phase.
21364 (vt_finalize): Free VTI (bb)->mos vector instead of array.
21365
70235ab9
JJ
21366 PR debug/43329
21367 * tree-inline.c (remap_decls): Put old_var rather than origin_var
21368 into *nonlocalized_list vector.
21369 * dwarf2out.c (gen_formal_parameter_die): Call decl_ultimate_origin
21370 even if origin is non-NULL.
21371 (gen_variable_die): Likewise.
21372 (process_scope_var): Don't change origin.
21373 (gen_decl_die): Likewise.
21374 * tree-cfgcleanup.c (remove_forwarder_block): Check single_pred_p
21375 before adding new edges instead of after it, fix moving over
21376 debug stmts.
21377
7ac22e17
DM
213782010-03-11 David S. Miller <davem@davemloft.net>
21379
77514c73
UB
21380 * configure.ac (gcc_cv_as_cfi_advance_working): Skip a multiple
21381 of four.
7ac22e17
DM
21382 * configure: Rebuild.
21383
0e0a1359
MJ
213842010-03-11 Martin Jambor <mjambor@suse.cz>
21385
21386 PR tree-optimization/43257
21387 * tree.c (assign_assembler_name_if_neeeded): New function.
21388 (free_lang_data_in_cgraph): Assembler name assignment moved to the
21389 above new function.
21390 * tree.h (assign_assembler_name_if_neeeded): Declare.
21391 * cgraphunit.c (cgraph_analyze_function): Create an assembler name for
21392 the function if needed.
21393
1d9edd01
CD
213942010-03-11 Chris Demetriou <cgd@google.com>
21395
21396 * Makefile.in (stmp-int-hdrs): Make include/unwind.h,
21397 include/stdint-gcc.h, and include/stdint.h world-readable.
21398
ff0a0c1d
RG
213992010-03-11 Richard Guenther <rguenther@suse.de>
21400
21401 PR tree-optimization/43255
21402 * tree-vrp.c (process_assert_insertions_for): Do not insert
21403 asserts for trivial conditions.
21404
b509e1fc
AK
214052010-03-11 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
21406
21407 PR tree-optimization/43280
77514c73
UB
21408 * tree-ssa-math-opts.c (find_bswap_1): Modify symbolic number
21409 generation. Move calculation of size out of the if branch.
b509e1fc
AK
21410 (find_bswap): Modify compare number generation.
21411
108ba00b
RG
214122010-03-11 Richard Guenther <rguenther@suse.de>
21413
21414 PR lto/43200
21415 * lto-streamer-in.c (maybe_fixup_decls): Simplify.
21416 (input_gimple_stmt): Fixup handled component types during
21417 operand read. Also fix up decls in ADDR_EXPRs.
21418
f37f5bb9
EB
214192010-03-10 Eric Botcazou <ebotcazou@adacore.com>
21420
21421 * config/sparc/sol2-bi.h (CC1_SPEC): Default to -mcpu=v9 for -m32.
21422 * config/sparc/t-sol2-64 (MULTILIB_DIRNAMES): Use sparcv8plus.
21423
e9fecf0e
JH
214242010-03-10 Jan Hubicka <jh@suse.cz>
21425
21426 PR c/43288
21427 * ipa.c (function_and_variable_visibility) Normalize COMMON bits.
21428 * varasm.c (get_variable_section): Don't do that here...
21429 (make_decl_rtl): ... and here.
21430 (do_assemble_alias): Produce decl RTL.
21431 (assemble_alias): Likewise.
21432
23f39b37
JJ
214332010-03-10 Jakub Jelinek <jakub@redhat.com>
21434
21435 PR debug/43290
21436 * reg-notes.def (REG_CFA_SET_VDRAP): New note.
21437 * dwarf2out.c (dwarf2out_frame_debug_expr): Remove rule 20 - setting
21438 of fde->vdrap_reg.
21439 (dwarf2out_frame_debug): Handle REG_CFA_SET_VDRAP note.
21440 (based_loc_descr): Only express drap or vdrap regno based expressions
21441 using DW_OP_fbreg when not optimizing.
21442 * config/i386/i386.c (ix86_get_drap_rtx): When not optimizing,
21443 make the vDRAP = DRAP assignment RTX_FRAME_RELATED_P and add
21444 REG_CFA_SET_VDRAP note.
21445
6edd8198
AM
214462010-03-10 Alexander Monakov <amonakov@ispras.ru>
21447
21448 PR tree-optimization/43236
21449 * tree-loop-distribution.c (generate_memset_zero): Fix off-by-one
21450 error in calculation of base address in reverse iteration case.
21451 (generate_builtin): Take number of latch executions if the statement
21452 is in the latch.
21453
9f698956
AB
214542010-03-10 Andrey Belevantsev <abel@ispras.ru>
21455
21456 PR middle-end/42859
21457 * tree-eh.c: Include pointer-set.h.
21458 (lower_eh_dispatch): Filter out duplicate case labels and
21459 remove the unneeded edge when the label is unused. Return
21460 true when some edges are removed.
21461 (execute_lower_eh_dispatch): When any lowering resulted in
21462 removing an edge, also delete unreachable blocks.
21463
ff4f03c3
JJ
214642010-03-10 Jakub Jelinek <jakub@redhat.com>
21465
21466 PR bootstrap/43287
21467 * config/rs6000/rs6000.c (rs6000_delegitimize_address): Handle
21468 UNSPEC_MACHOPIC_OFFSET.
21469
7b0f476d
AS
214702010-03-09 Andreas Schwab <schwab@linux-m68k.org>
21471
21472 PR target/43294
21473 * config/m68k/m68k.c (TARGET_DELEGITIMIZE_ADDRESS): Define.
21474 (m68k_delegitimize_address): New function.
21475
3b7998ea
JJ
214762010-03-09 Jakub Jelinek <jakub@redhat.com>
21477
eb1fcdaa
JJ
21478 PR debug/43299
21479 * dwarf2out.c (const_ok_for_output_1): Return 1 for UNSPECs.
21480
69b89883
JJ
21481 PR debug/43299
21482 * var-tracking.c (adjust_sets): New function.
21483 (count_with_sets, add_with_sets): Use it.
21484 (get_adjusted_src): New inline function.
21485 (add_stores): Use it.
21486
3b7998ea
JJ
21487 PR debug/43304
21488 * var-tracking.c (vt_expand_loc_callback) <case SUBREG>: If dummy,
21489 call cselib_dummy_expand_value_rtx_cb instead of
21490 cselib_expand_value_rtx_cb.
bded9b70
JJ
21491
21492 PR debug/43293
21493 * config/i386/t-i386 (i386.o): Depend on debug.h and dwarf2out.h.
21494 * config/i386/i386.c: Include debug.h and dwarf2out.h.
21495 (ix86_file_end): If dwarf2out_do_cfi_asm (), emit .cfi_startproc
21496 and .cfi_endproc around the pic thunks.
21497 (output_set_got): For TARGET_DEEP_BRANCH_PREDICTION pic, ensure
21498 all queued unwind info register saves are saved before the call.
21499 For !TARGET_DEEP_BRANCH_PREDICTION pic, ensure the call is
21500 considered as sp-=4 for unwind info and the pop as sp+=4 which
21501 also clobbers dest, but doesn't actually restore it.
4398467a
JJ
21502
21503 PR debug/43290
21504 * config/i386/i386.c (ix86_get_drap_rtx): Don't set
21505 RTX_FRAME_RELATED_P.
21506
81ad4ac0
JZ
215072010-03-09 Jie Zhang <jie@codesourcery.com>
21508
21509 * config/arm/arm.md (thumb_mulsi3_v6): Remove trailing
21510 whitespaces in output template.
21511
dc344e87
JZ
215122010-03-09 Jie Zhang <jie@codesourcery.com>
21513
21514 * ira-lives.c (check_and_make_def_use_conflict): Don't fall
21515 out array boundary.
21516
ff12d3a6
JJ
215172010-03-08 Jakub Jelinek <jakub@redhat.com>
21518
21519 * Makefile.in (check_gcc_parallelize): Run dg-torture.exp and
21520 builtins.exp in a separate job.
21521
b58543c3
SP
215222010-03-08 Sebastian Pop <sebastian.pop@amd.com>
21523
21524 * graphite-sese-to-poly.c (add_param_constraints): Use
21525 lower_bound_in_type and upper_bound_in_type.
21526
215272010-03-08 Sebastian Pop <sebastian.pop@amd.com>
21528
21529 * graphite-sese-to-poly.c (add_param_constraints): Use sizetype
21530 instead of unsigned_type_node.
21531
215322010-03-08 Sebastian Pop <sebastian.pop@amd.com>
21533 Reza Yazdani <reza.yazdani@amd.com>
21534
21535 PR middle-end/43065
21536 * graphite-sese-to-poly.c (add_param_constraints): Insert bounds
21537 on pointer type parameters.
21538
215392010-03-08 Tobias Grosser <grosser@fim.uni-passau.de>
21540
21541 PR middle-end/42644
21542 PR middle-end/42130
21543 * graphite-clast-to-gimple.c (clast_to_gcc_expression): Also
21544 handle conversions from pointer to integers.
21545 (gcc_type_for_cloog_iv): Choose the smalles signed integer as an
77514c73 21546 induction variable, to be able to work with code generated by CLooG.
b58543c3
SP
21547 * graphite-sese-to-poly.c (scop_ivs_can_be_represented): New.
21548 (build_poly_scop): Bail out if we cannot codegen a loop.
21549
215502010-03-08 Tobias Grosser <grosser@fim.uni-passau.de>
21551
21552 * graphite-clast-to-gimple.c (translate_clast): Do not short-cut
21553 code generation with gloog_error.
21554
215552010-03-08 Sebastian Pop <sebastian.pop@amd.com>
21556
21557 * sese.c (expand_scalar_variables_ssa_name): Add new argument for type.
21558 Call fold_convert on all the returned values.
77514c73
UB
21559 (expand_scalar_variables_expr): Pass to
21560 expand_scalar_variables_ssa_name the type of the resulting expression.
b58543c3
SP
21561
215622010-03-08 Sebastian Pop <sebastian.pop@amd.com>
21563
21564 * graphite-ppl.c (ppl_min_for_le_polyhedron): Renamed
77514c73
UB
21565 ppl_min_for_le_pointset.
21566 Use ppl_Pointset_Powerset_C_Polyhedron_minimize.
b58543c3
SP
21567 * graphite-ppl.h (ppl_min_for_le_polyhedron): Update declaration.
21568
215692010-03-08 Sebastian Pop <sebastian.pop@amd.com>
21570
21571 * graphite-dependences.c (map_into_dep_poly): Removed.
21572 (dependence_polyhedron_1): Use combine_context_id_scat.
21573
215742010-03-08 Sebastian Pop <sebastian.pop@amd.com>
21575
21576 * graphite-poly.h (struct poly_scattering): Add layout documentation.
21577 (struct poly_bb): Same.
21578 (combine_context_id_scat): New.
21579
215802010-03-08 Sebastian Pop <sebastian.pop@amd.com>
21581
21582 PR middle-end/42326
21583 * sese.c (name_defined_in_loop_p): Return false for default
21584 definitions.
21585
215862010-03-08 Sebastian Pop <sebastian.pop@amd.com>
21587
21588 * graphite-clast-to-gimple.c (find_cloog_iv_in_expr): Simplify
21589 and clean up the logic.
21590
215912010-03-08 Sebastian Pop <sebastian.pop@amd.com>
21592
21593 * graphite-sese-to-poly.c (add_param_constraints): Enabled: remove
21594 early return.
21595
1feb8238
JJ
215962010-03-08 Jakub Jelinek <jakub@redhat.com>
21597
21598 * var-tracking.c (remove_cselib_value_chains): Define only for
21599 ENABLE_CHECKING.
21600 (dataflow_set_preserve_mem_locs, dataflow_set_remove_mem_locs,
21601 delete_slot_part, emit_notes_for_differences_1): Don't call
21602 remove_cselib_value_chains here.
21603 (set_slot_part, emit_notes_for_differences_2): Don't call
21604 add_cselib_value_chains here.
21605 (preserved_values): New vector.
21606 (preserve_value): New function.
21607 (add_uses, add_stores, vt_add_function_parameters): Use it
21608 instead of cselib_preserve_value.
21609 (changed_values_stack): New vector.
21610 (check_changed_vars_0): New function.
21611 (check_changed_vars_1, check_changed_vars_2): Use it.
21612 (emit_notes_for_changes): Call set_dv_changed (*, false) on all
21613 changed_values_stack VALUEs.
21614 (vt_emit_notes): For all preserved_values call
21615 add_cselib_value_chains. If ENABLE_CHECKING call
21616 remove_cselib_value_chains before verifying value_chains is empty.
21617 Initialize and free changed_values_stack.
21618 (vt_initialize): Initialize preserved_values.
21619 (vt_finalize): Free preserved_values.
21620
cc788fcc
RG
216212010-03-08 Richard Guenther <rguenther@suse.de>
21622
21623 PR tree-optimization/43269
21624 * tree-ssa-dse.c (dse_possible_dead_store_p): Fix post-dom
21625 region detection.
21626
69c103c7
MJ
216272010-03-08 Martin Jambor <mjambor@suse.cz>
21628
21629 * ipa-prop.h (struct ipa_param_descriptor): Removed the called field.
21630 (ipa_is_param_called): Removed.
21631 * ipa-prop.c (ipa_note_param_call): Do not set the called flag.
21632 (ipa_print_node_params): Do not print the called flag.
21633 (ipa_write_node_info): Do not stream the called flag.
21634 (ipa_read_node_info): Likewise.
21635
864ddef7
JJ
216362010-03-07 Jakub Jelinek <jakub@redhat.com>
21637
21638 PR debug/43176
21639 * Makefile.in (var-tracking.o): Depend on pointer-set.h.
21640 * cselib.c (struct expand_value_data): Add dummy field.
21641 (cselib_expand_value_rtx, cselib_expand_value_rtx_cb): Initialize
21642 dummy to false.
21643 (cselib_dummy_expand_value_rtx_cb): New function.
21644 (cselib_expand_value_rtx_1): If evd->dummy is true, don't allocate
21645 any rtl.
21646 * cselib.h (cselib_dummy_expand_value_rtx_cb): New prototype.
21647 * var-tracking.c: Include pointer-set.h.
21648 (variable): Change n_var_parts to char from int. Add
21649 cur_loc_changed and in_changed_variables fields.
21650 (variable_canonicalize): Remove.
21651 (shared_var_p): New inline function.
21652 (unshare_variable): Maintain cur_loc_changed and
21653 in_changed_variables fields. If var was in changed_variables,
21654 replace it there with new_var. Just copy cur_loc instead of
21655 resetting it to something else.
21656 (variable_union): Don't recompute cur_loc. Use shared_var_p.
21657 (dataflow_set_union): Don't call variable_canonicalize.
21658 (loc_cmp): If both x and y are DEBUG_EXPRs, compare uids
21659 of their DEBUG_EXPR_TREE_DECLs.
21660 (canonicalize_loc_order_check): Verify that cur_loc is NULL
21661 and in_changed_variables and cur_loc_changed is false.
21662 (variable_merge_over_cur): Clear cur_loc, in_changed_variables
21663 and cur_loc_changed. Don't update cur_loc here.
21664 (variable_merge_over_src): Don't call variable_canonicalize.
21665 (dataflow_set_preserve_mem_locs): Use shared_var_p. When
21666 removing loc that is equal to cur_loc, clear cur_loc,
21667 set cur_loc_changed and ensure variable_was_changed is called.
21668 (dataflow_set_remove_mem_locs): Use shared_var_p. Only
21669 compare pointers in cur_loc check, if it is equal to loc,
21670 clear cur_loc and set cur_loc_changed. Don't recompute cur_loc here.
21671 (variable_different_p): Remove compare_current_location argument,
21672 don't compare cur_loc.
21673 (dataflow_set_different_1): Adjust variable_different_p caller.
21674 (variable_was_changed): If dv had some var in changed_variables
21675 already, reset in_changed_variables flag for it and propagate
21676 cur_loc_changed over to the new variable. On empty var
21677 always set cur_loc_changed. Set in_changed_variables on whatever
21678 var is added to changed_variables.
21679 (set_slot_part): Clear cur_loc_changed and in_changed_variables.
21680 Use shared_var_p. When removing loc that is equal to cur_loc,
21681 clear cur_loc and set cur_loc_changed. If cur_loc is NULL at the
21682 end, don't set it to something else, just call variable_was_changed.
21683 (delete_slot_part): Use shared_var_p. When cur_loc equals to
21684 loc being removed, clear cur_loc and set cur_loc_changed.
21685 Set cur_loc_changed if all locations have been removed.
21686 (struct expand_loc_callback_data): New type.
21687 (vt_expand_loc_callback): Add dummy mode in which no rtxes are
21688 allocated. Always create SUBREGs if simplify_subreg failed.
21689 Prefer to use cur_loc, when that fails and still in
21690 changed_variables (and seen first time) recompute it. Set
21691 cur_loc_changed of variables which had to change cur_loc and
21692 compute elcd->cur_loc_changed if any of the subexpressions used
21693 had to change cur_loc.
21694 (vt_expand_loc): Adjust to pass arguments in
21695 expand_loc_callback_data structure.
21696 (vt_expand_loc_dummy): New function.
21697 (emitted_notes): New variable.
21698 (emit_note_insn_var_location): For VALUEs and DEBUG_EXPR_DECLs
21699 that weren't used for any other decl in current
21700 emit_notes_for_changes call call vt_expand_loc_dummy to update
21701 cur_loc. For -fno-var-tracking-assignments, set cur_loc to
21702 first loc_chain location if NULL before. Always use just
21703 cur_loc instead of first loc_chain location. When cur_loc_changed
21704 is false, when not --enable-checking=rtl just don't emit any note.
21705 When rtl checking, compute the note and assert it is the same
21706 as previous note. Clear cur_loc_changed and in_changed_variables
21707 at the end before removing from changed_variables.
21708 (check_changed_vars_3): New function.
21709 (emit_notes_for_changes): Traverse changed_vars to call
21710 check_changed_vars_3 on each changed var.
21711 (emit_notes_for_differences_1): Clear cur_loc_changed and
21712 in_changed_variables. Recompute cur_loc of new_var.
77514c73 21713 (emit_notes_for_differences_2): Clear cur_loc if new variable appears.
864ddef7
JJ
21714 (vt_emit_notes): Initialize and destroy emitted_notes.
21715
c4137918
BS
217162010-03-07 Bernd Schmidt <bernd.schmidt@analog.com>
21717
21718 PR rtl-optimization/42220
21719 * regrename.c (scan_rtx) <case STRICT_LOW_PART, ZERO_EXTRACT>:
21720 Use verify_reg_tracked to determine if we should use OP_OUT rather
21721 than OP_INOUT.
21722 (build_def_use): If we see an in-out operand for a register that we
21723 know nothing about, treat is an output if possible, fail the block if
21724 not.
21725
cd6549e8
AO
217262010-03-06 Alexandre Oliva <aoliva@redhat.com>
21727
21728 PR debug/42897
21729 * gimple-iterator.c (gsi_remove): Propagate only PHI DEFs removed
21730 permanently.
21731
aba09491
AO
217322010-03-06 Alexandre Oliva <aoliva@redhat.com>
21733
21734 PR debug/42897
21735 * tree-vect-loop.c (vect_transform_loop): Kill out-of-loop debug
21736 uses of relevant DEFs that are dead outside the loop too.
21737
f4a4b582 217382010-03-06 Alexandre Oliva <aoliva@redhat.com>
60d7a09b
AO
21739
21740 * var-tracking.c (dataflow_set_merge): Swap src and src2.
21741 Reverted:
21742 2010-01-13 Jakub Jelinek <jakub@redhat.com>
21743 PR debug/41371
21744 * var-tracking.c (values_to_unmark): New variable.
21745 (find_loc_in_1pdv): Clear VALUE_RECURSED_INTO of values in
21746 values_to_unmark vector. Moved body to...
21747 (find_loc_in_1pdv_1): ... this. Don't clear VALUE_RECURSED_INTO,
21748 instead queue it into values_to_unmark vector.
21749 (vt_find_locations): Free values_to_unmark vector.
21750
eeb971c9
EB
217512010-03-05 Eric Botcazou <ebotcazou@adacore.com>
21752
21753 * Makefile.in (PLUGINCC, PLUGINCFLAGS): New variables.
21754 (site.exp): Export them when plugins are enabled.
21755
ccc5b640
SP
217562010-03-05 Sebastian Pop <sebastian.pop@amd.com>
21757
21758 PR middle-end/42326
21759 * tree-chrec.c (chrec_fold_plus_1): Do not handle convert expressions
21760 that contain scevs.
21761 (chrec_fold_multiply): Same.
21762
3e23fb2e
AP
217632010-03-04 Andrew Pinski <andrew_pinski@caviumnetworks.com>
21764
21765 PR c/43248
21766 * c-decl.c (build_compound_literal): Return early if init is
21767 an error_mark_node.
21768
76f76cd0
MJ
217692010-03-04 Martin Jambor <mjambor@suse.cz>
21770
21771 PR tree-optimization/43164
21772 PR tree-optimization/43191
21773 * tree-sra.c (type_consists_of_records_p): Reject records with
21774 zero-size bit-fields at the end.
21775
b2d244d1
MS
217762010-03-04 Mike Stump <mikestump@comcast.net>
21777
21778 * Makefile.in (TAGS): Remove *.y.
21779
9ca87236
RB
217802010-03-04 Richard Guenther <rguenther@suse.de>
21781
21782 PR tree-optimization/40761
21783 * tree-ssa-pre.c (compute_antic): Walk reverse postorder
21784 in reverse order.
21785 (my_rev_post_order_compute): New function.
21786 (init_pre): Call it.
21787
572ae476
CF
217882010-03-04 Changpeng Fang <changpeng.fang@amd.com>
21789
8c0386a4 21790 PR middle-end/43209
9ca87236
RB
21791 * tree-ssa-loop-ivopts.c (determine_use_iv_cost_condition): Do not
21792 decrease the cost of an IV candidate when the cost is infinite.
572ae476 21793
f8723eb6
RW
217942010-03-04 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
21795
21796 * doc/extend.texi (Vector Extensions, X86 Built-in Functions):
21797 Use '3DNow!' for the extension of that name, ensure normal space
21798 after the string.
21799 * doc/invoke.texi (i386 and x86-64 Options): Likewise.
21800
d8a60d24
JL
218012010-03-03 Jeff Law <law@redhat.com>
21802
21803 * PR middle-end/32693
21804 * expmed.c (store_bit_field_1): Use gen_lowpart_SUBREG rather
21805 than gen_rtx_SUBREG.
21806 (extract_bit_field_1): Likewise.
21807
8ec49cff
JJ
218082010-03-03 Janis Johnson <janis187@us.ibm.com>
21809
21810 * doc/sourcebuild.texi (Test directives): Document that arguments
21811 include-opts and exclude-opts are now optional for dg-skip-if,
21812 dg-xfail-if, dg-xfail-run-if, and dg-shouldfail.
21813
2c71ac78
JM
218142010-03-03 Jason Merrill <jason@redhat.com>
21815
21816 PR c++/12909
21817 * cgraph.h (varpool_node): Add extra_name field.
21818 * varpool.c (varpool_extra_name_alias): New.
21819 (varpool_assemble_decl): Emit extra name aliases.
21820 (varpool_mark_needed_node): Look past an extra name alias.
1d5053d6
JM
21821 * lto-streamer.h (LTO_tags): Add LTO_var_decl_alias.
21822 * lto-streamer-in.c (lto_input_tree): Read it.
21823 * lto-streamer-out.c (output_unreferenced_globals): Write it.
2c71ac78 21824
2587aa3b
EB
218252010-03-03 Eric Botcazou <ebotcazou@adacore.com>
21826
21827 * config.gcc (sparc64-*-solaris2*, sparc-*-solaris2*): Merge into...
21828 (sparc*-*-solaris2*): ...this.
21829
db51bb34
JJ
218302010-03-03 Jakub Jelinek <jakub@redhat.com>
21831
7ece48b1
JJ
21832 PR debug/43229
21833 * cfgexpand.c (expand_debug_expr): Handle DOT_PROD_EXPR,
21834 WIDEN_MULT_EXPR and WIDEN_SUM_EXPR. Return NULL without
21835 ICE for vector expressions, ADDR_SPACE_CONVERT_EXPR,
21836 FIXED_CONVERT_EXPR, OBJ_TYPE_REF and WITH_SIZE_EXPR.
21837
0508bed7
JJ
21838 PR debug/43237
21839 * dwarf2out.c (add_bound_info): If a decl bound doesn't have decl_die,
21840 fallthrough to default handling, just with want_address 0 instead of 2.
21841 For single element lists, add_AT_loc directly, otherwise create an
21842 artificial variable DIE and stick location list to it.
21843
db51bb34
JJ
21844 PR debug/43177
21845 * var-tracking.c (loc_cmp): Don't assert VALUEs have the same mode.
21846 (VAL_EXPR_HAS_REVERSE): Define.
21847 (reverse_op): New function.
21848 (add_stores): For reversible operations add an extra MO_VAL_USE.
21849
7428bc26
JM
218502010-03-02 Jason Merrill <jason@redhat.com>
21851
21852 * c-pretty-print.c (pp_c_specifier_qualifier_list): Print vector size.
21853
d1ced155
EB
218542010-03-02 Eric Botcazou <ebotcazou@adacore.com>
21855
21856 * config.gcc (sparc-*-linux*): Do not include sparc/gas.h.
21857 (sparc64-*-linux*): Likewise.
21858 (sparc64-*-solaris2*): Include assembler files before linker ones.
21859 (sparc-*-solaris2*): Simplify and reorder to match previous case.
21860 * config/sparc/gas.h: Delete.
21861 * config/sparc/sol2-64.h: Add copyright notice.
21862 * config/sparc/sol2-gas-bi.h: Likewise.
21863 * config/sparc/sol2-gld.h: Likewise.
21864 * config/sparc/sysv4.h (TARGET_ASM_NAMED_SECTION): Delete.
21865 * config/sparc/sol2.h (TARGET_ASM_NAMED_SECTION): Redefine.
21866 * config/sparc/sol2-gas.h (TARGET_ASM_NAMED_SECTION): Likewise.
21867 * config/sparc/sparc.c (TARGET_ASM_ALIGNED_SI_OP): Never redefine.
21868 (sparc_elf_asm_named_section): Rename into...
21869 (sparc_solaris_elf_asm_named_section): ...this. Always define.
21870
02d43000
UB
218712010-03-02 Uros Bizjak <ubizjak@gmail.com>
21872
21873 * config/alpha/alpha.c (override_options): Fix -mtune error message.
21874
f6c86fab
JL
218752010-03-02 Jeff Law <law@redhat.com>
21876
4e222e63 21877 PR middle-end/42431
f6c86fab
JL
21878 * reload1.c (rtx_p, substitute_stack): Declare.
21879 (substitute): Record addresses of changed rtxs.
21880 (gen_reload_chain_without_interm_reg_p): Don't use copy_rtx anymore.
21881 Restore the original rtx when complete.
21882 (reload): Free subsitute_stack when complete.
21883
500cdcb0
JJ
218842010-03-02 Janis Johnson <janis187@us.ibm.com>
21885
21886 * doc/gccint.texi (menu): Add Testsuites as a chapter.
21887 * doc/sourcebuild.texi (Testsuites): Move up a level to be a
21888 new chapter.
21889 (Test Idioms, Test Directives, Ada Tests, C Tests, libgcj Tests,
21890 LTO Testing, gcov Testing, profopt Testing, compat Testing,
21891 Torture Tests): Change from subsection to section.
21892
d9a6979d
JJ
218932010-03-02 Jakub Jelinek <jakub@redhat.com>
21894 Steven Bosscher <steven@gcc.gnu.org>
21895
02d43000
UB
21896 * var-tracking.c (vt_initialize): Scan insns in ebb chunks
21897 instead of bb.
d9a6979d 21898
61226dc8
SP
218992010-03-02 Reza Yazdani <reza.yazdani@amd.com>
21900
21901 PR middle-end/42640
21902 * tree-loop-distribution.c (update_phis_for_loop_copy): Replaced
21903 the assignment from the new induction variable to the assignment
21904 of the value from the original loop PHI function.
21905
15e7a617
JJ
219062010-03-01 Janis Johnson <janis187@us.ibm.com>
21907 Daniel Jacobowitz <dan@codesourcery.com>
21908
21909 * doc/sourcebuild.texi (Test directives): Clarify options to
21910 dg-skip-if.
21911
eb2573ee
RO
219122010-03-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
21913
21914 * configure.ac (gcc_cv_as_cfi_directive) [i?86-*-solaris*]:
21915 Disable cfi directives unless GCC and gas agree on using read-only
21916 .eh_frame sections for 64-bit.
21917 * configure: Regenerate.
21918
12f9ddbc
RG
219192010-03-01 Richard Guenther <rguenther@suse.de>
21920
21921 PR tree-optimization/43220
21922 * tree-ssa-ccp.c (optimize_stack_restore): Do not optimize
21923 BUILT_IN_STACK_{SAVE,RESTORE} around alloca.
21924
f0c10f0f 219252010-03-01 Richard Guenther <rguenther@suse.de>
02d43000 21926 Martin Jambor <mjambor@suse.cz>
f0c10f0f
RG
21927
21928 PR middle-end/41250
21929 * gimplify.c (gimplify_body): Unset DECL_HAS_VALUE_EXPR_P on
21930 gimplified parameters.
21931
c40b5400
CB
219322010-03-01 Christian Bruel <christian.bruel@st.com>
21933
21934 * except.c (dw2_build_landing_pads): set LABEL_PRESERVE_P.
61226dc8 21935
3c775d2d
L
219362010-03-01 H.J. Lu <hongjiu.lu@intel.com>
21937
21938 * config/i386/linux64.h (ASM_SPEC): Use SPEC_32 and SPEC_64.
21939
434c8f4b
RG
219402010-03-01 Richard Guenther <rguenther@suse.de>
21941
21942 PR middle-end/43213
21943 * expr.c (expand_assignment): Use the alias-oracle to tell
21944 if the rhs aliases the result decl.
21945
291c0a12
RO
219462010-03-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
21947
21948 PR pch/14940
21949 * config/host-solaris.c (HOST_HOOKS_GT_PCH_GET_ADDRESS): Redefine
21950 to sol_gt_pch_get_address.
21951 (TRY_EMPTY_VM_SPACE): Define for all combinations of 32 and
21952 64-bit, SPARC and x86.
21953 (sol_gt_pch_get_address): New function.
21954
61226dc8 219552010-03-01 Marco Poletti <poletti.marco@gmail.com>
894e2652
SZ
21956
21957 * toplev.h (inform_n, error_n): Declare.
21958 * diagnostic.c (inform_n, error_n): New function.
21959
6c6366f6
JJ
219602010-03-01 Jakub Jelinek <jakub@redhat.com>
21961
21962 * cfgexpand.c (expand_used_vars): If an artificial non-ignored var
21963 has no rtl yet when processing local_decls, queue it and recheck
21964 if deferred stack allocation hasn't assigned it rtl.
21965
826159e5
KK
219662010-02-28 Kaz Kojima <kkojima@gcc.gnu.org>
21967
21968 * config/sh/sh.c (unspec_bbr_uid): New.
21969 (gen_block_redirect): Use it instead of INSN_UID.
21970 (gen_far_branch): Likewise.
21971
746ecbcd
L
219722010-02-28 H.J. Lu <hongjiu.lu@intel.com>
21973
21974 * config/i386/darwin.h (TARGET_SUBTARGET32_ISA_DEFAULT): Make
21975 it the same as TARGET_SUBTARGET64_ISA_DEFAULT.
21976
02a9370c
RW
219772010-02-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
21978
21979 * doc/invoke.texi (Warning Options, RX Options): Fix typos.
21980 (Warning Options): -Wno-conversion-null is valid for
21981 Objective-C++ as well.
21982 * doc/tm.texi (Named Address Spaces): Likewise.
21983 * doc/plugins.texi (Plugins): Replace TABs with spaces.
21984 * doc/tree-ssa.texi (Tree SSA): Likewise.
21985
91ad7e13
L
219862010-02-27 H.J. Lu <hongjiu.lu@intel.com>
21987
21988 PR bootstrap/43202
21989 * config.gcc: Don't enable SSE math for i[34567]86-*-darwin*
21990 by default. Don't set the default arch for
21991 i[34567]86-*-darwin*|x86_64-*-darwin*.
21992
55c4eeaa
L
219932010-02-27 H.J. Lu <hongjiu.lu@intel.com>
21994
21995 PR bootstrap/43202
21996 * config.gcc: Enable SSE math for i[34567]86-*-darwin* by
21997 default. Set the default 32bit/64bit archs with $with_arch
21998 instead of $arch for i[34567]86-*-*|x86_64-*-* targets.
21999
30bc1dca
RG
220002010-02-27 Richard Guenther <rguenther@suse.de>
22001
22002 PR tree-optimization/43186
22003 * params.def (PARAM_MAX_UNROLL_ITERATIONS): New param.
22004 * doc/invoke.texi (max-completely-peel-loop-nest-depth): Document.
22005 * tree-ssa-loop-ivcanon.c (tree_unroll_loops_completely): Limit
22006 unroller iterations.
22007
c6b9174f
L
220082010-02-27 H.J. Lu <hongjiu.lu@intel.com>
22009
22010 * config.gcc: Set the default 32bit/64bit archs if 64bit ISA is
22011 required and i[34567]86-*-* targets don't support 64bit ISA.
22012
2743db69
EB
220132010-02-26 Eric Botcazou <ebotcazou@adacore.com>
22014
22015 PR ada/43096
22016 * tree-ssa-alias.c (same_type_for_tbaa): Return -1 if the types have
22017 the same alias set.
22018
4d16c0dc
L
220192010-02-26 H.J. Lu <hongjiu.lu@intel.com>
22020
22021 * config.gcc: Set the default arch at least to Prescott for
22022 i[34567]86-*-darwin* and Pentium 4 for i[34567]86-*-* targets
22023 if SSE math is enabled.
22024
0e94b750
MLI
220252010-02-26 Manuel López-Ibáñez <manu@gcc.gnu.org>
22026
22027 * diagnostic.c (diagnostic_initialize): Update.
22028 (diagnostic_report_diagnostic): Test inhibit_notes_p for
22029 informative notes.
22030 * diagnostic.h (diagnostic_context): New bool inhibit_notes_p.
22031 (diagnostic_inhibit_notes): New.
22032 * toplev.c (process_options): inhibit notes with -fcompare-debug.
22033
7e1542b9
MLI
220342010-02-26 Manuel López-Ibáñez <manu@gcc.gnu.org>
22035
22036 PR c/20631
22037 * doc/cpp.texi: Use c90 instead of c89 and gnu90 instead of gnu89.
22038 * doc/standards.texi: Likewise.
22039 * doc/extend.texi: Likewise.
22040 * doc/trouble.texi: Likewise.
61226dc8 22041 * doc/cppopts.texi: Likewise.
7e1542b9
MLI
22042 * doc/install.texi: Likewise.
22043 * c.opt (std=c90,std=gnu90): New options.
22044 * c-opts.c (c_common_handle_option): Handle them.
22045
0b901e4c
MLI
220462010-02-26 Manuel López-Ibáñez <manu@gcc.gnu.org>
22047
22048 PR c/24577
22049 * c-decl.c (undeclared_variable): Use an informative note.
22050
37530014
RG
220512010-02-26 Richard Guenther <rguenther@suse.de>
22052
22053 PR tree-optimization/43186
22054 * gimple.h (gimple_fold): Remove.
22055 * gimple.c (gimple_fold): Remove. Inline into single user ...
22056 * tree-cfgcleanup.c (cleanup_control_expr_graph): ... here.
22057 Try harder for conditions.
22058
095c7b3c
JJ
220592010-02-26 Jakub Jelinek <jakub@redhat.com>
22060
22061 PR debug/43190
22062 * function.c (used_types_insert): Don't skip through named pointer
22063 types. Don't use TYPE_MAIN_VARIANT if the original type has a name
22064 and it is different from the main variant's type.
22065
a1e205cf
NC
220662010-02-26 Nick Clifton <nickc@redhat.com>
22067
22068 * config/rx/rx.md (sminsi3): Remove bogus alternative.
22069
a3af5e26
L
220702010-02-26 H.J. Lu <hongjiu.lu@intel.com>
22071
22072 * config.gcc: Support --with-fpmath=sse for x86.
22073
22074 * config/i386/ssemath.h: New.
22075
22076 * doc/install.texi (--with-fpmath=sse): Documented.
22077
2f816591
RG
220782010-02-26 Richard Guenther <rguenther@suse.de>
22079
22080 PR tree-optimization/43188
22081 * tree-vect-stmts.c (get_vectype_for_scalar_type): Do not build
22082 vector types of over-aligned element type.
22083
7ce321b3
L
220842010-02-26 Uros Bizjak <ubizjak@gmail.com>
22085
22086 PR target/43175
22087 * config/i386/i386.c (expand_vec_perm_blend): Use correct
02d43000 22088 operands in V8HImode subregs. Fix operand order in VEC_MERGE rtx.
7ce321b3 22089
b55b184a
JK
220902010-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
22091
22092 * doc/invoke.texi (-fvar-tracking-assignments): Fix typo.
22093
e7140c8d
JJ
220942010-02-26 Jakub Jelinek <jakub@redhat.com>
22095
6764d92c
JJ
22096 * Makefile.in (var-tracking.o): Depend on $(DIAGNOSTIC_H).
22097 * var-tracking.c: Include diagnostic.h.
22098 (debug_dv): New function.
22099 (dump_var): Print DEBUG_EXPR_DECLs as D#N instead of D.-N.
22100
5a309965
JJ
22101 PR debug/43160
22102 * var-tracking.c (dv_onepart_p): Return true for DEBUG_EXPR_DECLs.
22103 (add_value_chain, add_value_chains, remove_value_chain,
22104 remove_value_chains): Handle DEBUG_EXPRs.
22105 (check_changed_vars_1, check_changed_vars_2): Handle DEBUG_EXPR_DECLs.
22106
e7140c8d
JJ
22107 PR debug/43161
22108 * regcprop.c (struct queued_debug_insn_change): New type.
22109 (struct value_data_entry): Add debug_insn_changes field.
22110 (struct value_data): Add n_debug_insn_changes field.
22111 (debug_insn_changes_pool): New variable.
22112 (free_debug_insn_changes, apply_debug_insn_changes,
22113 cprop_find_used_regs_1, cprop_find_used_regs): New functions.
22114 (kill_value_one_regno): Call free_debug_insn_changes if needed.
22115 (init_value_data): Clear debug_insn_changes and n_debug_insn_changes
22116 fields.
22117 (replace_oldest_value_reg): Don't change DEBUG_INSNs, instead queue
22118 changes for them.
22119 (copyprop_hardreg_forward_1): Don't call apply_change_group for
22120 DEBUG_INSNs. For a real insn, if there are queued DEBUG_INSN
22121 changes, call cprop_find_used_regs via note_stores.
22122 (copyprop_hardreg_forward): When copying vd from predecessor
22123 which has any queued DEBUG_INSN changes, make sure the pointers are
22124 cleared. At the end call df_analyze and then if there are any
22125 DEBUG_INSN changes queued at the end of some basic block for still
22126 live registers, apply them.
22127 (pass_cprop_hardreg): Set TODO_df_finish in todo_flags_finish.
22128
894b386f
UB
221292010-02-25 Uros Bizjak <ubizjak@gmail.com>
22130
22131 * config.gcc (i[34567]86-*-* | x86_64-*-*): Split long line.
22132 (arm*-*-*): Ditto.
22133
3fd77630
L
221342010-02-25 H.J. Lu <hongjiu.lu@intel.com>
22135
22136 * config.gcc: Set arch/cpu for i[34567]86-*-*|x86_64-*-*
22137 targets. Set the default with_cpu/with_arch from arch/cpu.
22138 Allow x86-64 and native for with_cpu/with_arch.
22139
4b9c6075
NB
221402010-02-25 Nicolas Benoit <nbenoit@tuxfamily.org>
22141
22142 * ebitmap.c: Change calls to verify_popcount with calls to
22143 sbitmap_verify_popcount.
22144 (ebitmap_clear_bit): Fixed map->cacheindex test and
22145 map>cache update when bit clearing results in an empty
22146 element.
22147
2fcd8e02
MM
221482010-02-25 Michael Meissner <meissner@linux.vnet.ibm.com>
22149
22150 PR target/43154
22151 * config/rs6000/vector.md (VEC_64): New iterator for V2DF, V2DI.
22152 (vec_interleave_high<mode>): Rename from vec_interleave_highv2df
22153 and support both V2DF and V2DI modes.
22154 (vec_interleave_low<mode>): Rename from vec_interleave_lowv2df and
22155 support both V2DF and V2DI modes.
22156 (general): Delete trailing whitespace from a few patterns.
22157
22158 * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
22159 V2DF/V2DI interleave high/low builtins.
22160
22161 * config/rs6000/rs6000-builtin.def (VSX_BUILTIN_VEC_MERGE*): Add
22162 new VSX builtins.
22163
22164 * config/rs6000/rs6000.c (bdesc_2arg): Add support for V2DF/V2DI
22165 interleave high/low functions.
22166
f61ae065
GP
221672010-02-25 Gerald Pfeifer <gerald@pfeifer.com>
22168
22169 * doc/extend.texi (Symbol-Renaming Pragmas): Fix spelling of
22170 #pragma extern_prefix.
22171
7d5d39bb
JJ
221722010-02-25 Jakub Jelinek <jakub@redhat.com>
22173
06796564
JJ
22174 PR debug/43166
22175 * cfgexpand.c (expand_debug_expr) <case VAR_DECL>: If mode is
22176 BLKmode, assert op0 is a MEM and just adjust its mode.
22177
7d5d39bb
JJ
22178 PR debug/43165
22179 * cfgexpand.c (expand_debug_expr): Don't call simplify_gen_subreg
22180 if bitpos isn't multiple of mode's bitsize.
22181
124e0d27
MLI
221822010-02-24 Manuel López-Ibáñez <manu@gcc.gnu.org>
22183
22184 * c.opt (-ftemplate-depth=): New.
22185 (-ftemplate-depth-): Deprecate.
22186 * optc-gen.awk: Handle -ftemplate-depth=.
22187 * opth-gen.awk: Likewise.
22188 * c-opts.c (c_common_handle_option): Likewise.
02d43000 22189 * doc/invoke.texi (-ftemplate-depth-): Replace with -ftemplate-depth=.
124e0d27 22190
0e7750a0
JM
221912010-02-24 Jason Merrill <jason@redhat.com>
22192
22193 * doc/invoke.texi: Improve -Wabi and -fabi-version docs.
22194
c26238f4
RO
221952010-02-24 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
22196
22197 * cfg.c (alloc_aux_for_block): Remove inline.
22198 (alloc_aux_for_edge): Likewise.
22199
bef64e0f
RO
222002010-02-24 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
22201
22202 * config.gcc: Fix typo in mips-sgi-irix6.[0-4]* obsoletion.
22203
68ba2afe
RO
222042010-02-24 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
22205
22206 * config/i386/sol2.h (NO_DBX_BNSYM_ENSYM): Define.
22207 * config/i386/sol2-gas.h: New file.
22208 * config.gcc (i[34567]86-*-solaris2*): Use it.
22209
2d2e923f
MLI
222102010-02-24 Manuel López-Ibáñez <manu@gcc.gnu.org>
22211
22212 PR c/43128
22213 * c-typeck.c (ep_convert_and_check): New.
22214 (build_conditional_expr): Use it.
22215 (build_binary_op): Likewise.
22216
2e957792
JJ
222172010-02-24 Jakub Jelinek <jakub@redhat.com>
22218
a46368b2
JJ
22219 * regcprop.c (copyprop_hardreg_forward_1): Don't call df_insn_rescan.
22220
2e957792
JJ
22221 PR debug/43150
22222 * gimplify.c (gimplify_type_sizes): Clear DECL_IGNORED_P for VLA
22223 bounds even for -O+.
22224 * var-tracking.c (track_expr_p): If !need_rtl, don't mandate
22225 expr needs to have DECL_NAME set.
22226
12a54f54
NC
222272010-02-24 Nick Clifton <nickc@redhat.com>
22228
22229 * config/mep/mep.c: Include gimple.h.
22230 (mep_function_uses_sp): Delete unused function.
22231 (mep_gimplify_va_arg_expr): Change types of pre_p and post_p
22232 parameters. Use unsigned integers to count args. Return a
22233 NULL_RTX instead of an error_mark_node. Toidy up formatting.
22234
8f40ad50
JJ
222352010-02-23 Jakub Jelinek <jakub@redhat.com>
22236
22237 PR target/43107
22238 * config/i386/i386.c (avx_vpermilp_parallel): Reject indexes
22239 greater or equal to nelt instead of 2 * nelt.
22240 (expand_vec_perm_1): When op0 and op1 are equal, mask indexes
22241 with nelt - 1.
22242
a3b20e90
JM
222432010-02-23 Jason Merrill <jason@redhat.com>
22244
3adcf52c
JM
22245 PR debug/42800
22246 * cfgexpand.c (expand_used_vars): Keep artificial non-ignored vars
22247 in cfun->local_decls even if they have register types.
22248
a3b20e90
JM
22249 PR c++/42837
22250 * stor-layout.c (place_field): Don't warn about unnecessary
22251 DECL_PACKED if the type is packed.
22252
5ead99fa
JJ
222532010-02-23 Jakub Jelinek <jakub@redhat.com>
22254
22255 PR target/43139
22256 * config/i386/i386.c (ix86_delegitimize_address): Delegitimize all
22257 GOTOFF relocs, even when the base reg isn't pic pointer.
22258
2a8e30fb
MM
222592010-02-23 Michael Matz <matz@suse.de>
22260
22261 PR debug/43077
22262 * cfgexpand (expand_debug_expr): Expand TERed ssa names in place.
22263 (expand_gimple_basic_block): Generate and use debug temps if there
22264 are debug uses left after the last real use of TERed ssa names.
22265 Unlink debug immediate uses when they are expanded.
22266
38170f34
MLI
222672010-02-23 Manuel López-Ibáñez <manu@gcc.gnu.org>
22268
22269 PR 43123
22270 * config/i386/i386.c (override_options): Reorganise to provide
22271 better error messages.
22272
0f9c8f56
SP
222732010-02-22 Sebastian Pop <sebastian.pop@amd.com>
22274
22275 PR middle-end/43083
22276 * graphite-scop-detection.c (create_single_exit_edge): Move
22277 the call to find_single_exit_edge to....
22278 (create_sese_edges): ...here. Don't handle multiple edges
22279 exiting the function.
22280 (build_graphite_scops): Don't handle multiple edges
22281 exiting the function.
22282
222832010-02-22 Sebastian Pop <sebastian.pop@amd.com>
22284
22285 PR middle-end/43097
22286 * sese.c (get_rename): Assert that old_name is an SSA_NAME.
22287 (rename_variables_in_stmt): Continue when the use is not an SSA_NAME.
22288
222892010-02-22 Sebastian Pop <sebastian.pop@amd.com>
22290
22291 PR middle-end/43026
22292 * sese.c (expand_scalar_variables_expr): Handle COMPONENT_REF.
22293
a98c2819
MLI
222942010-02-22 Manuel López-Ibáñez <manu@gcc.gnu.org>
22295
22296 PR c++/43126
22297 * c-typeck.c (convert_arguments): Print declaration location.
22298 * c-common.c (validate_nargs): Rename as
22299 builtin_function_validate_nargs.
22300 (check_builtin_function_arguments): Update.
22301
ea2edf88
RG
223022010-02-22 Richard Guenther <rguenther@suse.de>
22303
22304 PR lto/43045
22305 * tree-inline.c (declare_return_variable): Use the type of
22306 the call stmt lhs if available.
22307
669887fc
DS
223082010-02-22 Duncan Sands <baldrick@free.fr>
22309
22310 * passes.c (register_pass): Always consider all pass lists when
22311 ref_pass_instance_number is zero.
22312
9efc83f4
RG
223132010-02-22 Richard Guenther <rguenther@suse.de>
22314
22315 PR tree-optimization/42749
22316 * tree-tailcall.c (adjust_return_value_with_ops): Drop update
22317 parameter. Do arithmetic in the original type.
22318 (update_accumulator_with_ops): Likewise.
22319 (adjust_accumulator_values): Adjust.
22320
0a88561f
AK
223212010-02-22 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
22322
22323 * config/s390/s390.md ("movqi"): Re-add the mem->mem alternative.
22324 (QI to BLKmode splitter): New splitter.
22325
5c91eb02
L
223262010-02-22 H.J. Lu <hongjiu.lu@intel.com>
22327
22328 * config/i386/i386.c (initial_ix86_tune_features): Turn on
22329 X86_TUNE_INTER_UNIT_MOVES for m_ATOM.
22330
69e3b47f
RG
223312010-02-22 Richard Guenther <rguenther@suse.de>
22332
22333 * tree-vect-slp.c (vect_slp_analyze_bb): Fix typo.
5c91eb02 22334
45df0e43
HPN
223352010-02-22 Hans-Peter Nilsson <hp@bitrange.com>
22336
22337 Migrate crti, crtn, crtbegin, crtend build rules to libgcc.
22338 * config/mmix/t-mmix (EXTRA_MULTILIB_PARTS): Don't set.
22339 ($(T)crti.o, $(T)crtn.o): Remove rules.
22340
72bd130e
TB
223412010-02-21 Tobias Burnus <burnus@net-b.de>
22342
22343 PR fortran/35259
22344 * doc/invoke.texi (-fassociative-math): Document that this
22345 option is automatically enabled for Fortran.
22346
878ee0ab
DM
223472010-02-20 David S. Miller <davem@davemloft.net>
22348
22349 * configure.ac: Test if linker and assembler properly support
22350 GOTDATA_OP relocations.
22351 * configure: Rebuild.
22352 * config.in: Likewise.
22353 * config/sparc/sparc.md (UNSPEC_MOVE_GOTDATA): New.
22354 (movsi_lo_sum_pic): Use %gdop_*() relocs if available.
22355 (movsi_high_pic): Likewise.
22356 (movdi_lo_sum_pic): Likewise.
22357 (movdi_high_pic): Likewise.
22358 (movsi_pic_gotdata_op): New pattern.
22359 (movdi_pic_gotdata_op): Likewise.
22360 * config/sparc/sparc.c (legitimize_pic_address): If flag_pic is 2,
22361 emit gen_mov{si,di}_pic_gotdata_op for the GOT slot load.
02d43000 22362
78c201a4
UB
223632010-02-20 Uros Bizjak <ubizjak@gmail.com>
22364
22365 PR target/43067
22366 * config/i386/sse.md (xop_mulv2div2di3_low): Change type
22367 attribute to ssemul.
22368 (xop_mulv2div2di3_high): Ditto.
22369
17251338
MLI
223702010-02-20 Manuel López-Ibáñez <manu@gcc.gnu.org>
22371
22372 PR c++/35669
22373 * c.opt (Wconversion-null): New option.
22374 * doc/invoke.texi (Wconversion-null): Document.
22375
e7a84854
MLI
223762010-02-20 Manuel López-Ibáñez <manu@gcc.gnu.org>
22377
22378 * common.opt (Wlarger-than-): Add Undocumented.
78c201a4 22379
f233f7ed
MS
223802010-02-19 Mike Stump <mikestump@comcast.net>
22381
22382 * config/t-darwin (gt-darwin.h): Remove as Makefile now handles it.
22383
d88900d7
JM
223842010-02-19 Jason Merrill <jason@redhat.com>
22385
22386 PR target/40332
22387 * configure.ac (gcc_cv_as_cfi_advance_working): Check 32-bit advance.
22388 * configure: Likewise.
22389
715a4e08
AM
223902010-02-20 Alan Modra <amodra@gmail.com>
22391
22392 PR middle-end/42344
22393 * cgraph.h (cgraph_make_decl_local): Declare.
22394 * cgraph.c (cgraph_make_decl_local): New function.
22395 (cgraph_make_node_local): Use it.
22396 * cgraphunit.c (cgraph_function_versioning): Likewise.
22397 * ipa.c (function_and_variable_visibility): Likewise.
22398
ad3b056c
JJ
223992010-02-19 Jakub Jelinek <jakub@redhat.com>
22400
22401 PR bootstrap/43121
22402 * except.c (sjlj_emit_function_enter): Don't call
22403 add_reg_br_prob_note, instead add REG_BR_PROB note to the last insn
22404 directly.
22405 * rtl.h (add_reg_br_prob_note): Remove prototype.
22406
58076e21
MLI
224072010-02-19 Manuel López-Ibáñez <manu@gcc.gnu.org>
22408
22409 PR 41779
22410 * c-common.c (conversion_warning): Remove widening conversions
22411 before checking the conversion of integers to reals.
22412
b42186f1
MS
224132010-02-19 Mike Stump <mikestump@comcast.net>
22414
c387e067
MS
22415 PR middle-end/43125
22416 * c-decl.c (merge_decls): Merge DECL_PRESERVE_P.
22417
b42186f1
MS
22418 PR objc/43061
22419 * cgraphunit.c (process_function_and_variable_attributes): Check
22420 DECL_PRESERVE_P instead of looking up attribute "used".
22421 * ipa-pure-const.c (check_decl): Likewise.
22422 * ipa-reference.c (has_proper_scope_for_analysis): Likewise.
22423 * ipa-type-escape.c (has_proper_scope_for_analysis): Likewise.
22424 * config/sol2.c (solaris_insert_attributes): Set DECL_PRESERVE_P
22425 instead of attribute "used".
22426 * config/sol2-c.c (solaris_pragma_init): Likewise.
22427 (solaris_pragma_fini): Likewise.
22428
8ac074e8
JJ
224292010-02-19 Jakub Jelinek <jakub@redhat.com>
22430
25c0cad4
JJ
22431 * ipa-struct-reorg.c (make_field_acc_node, gen_cluster, peel_field):
22432 Use XCNEW instead of xcalloc.
22433 (add_access_to_acc_sites, create_new_var_node, add_alloc_site): Use
22434 XNEW instead of xmalloc.
22435 (get_fields): Use XNEWVEC instead of xmalloc.
22436
e19bcb67
JJ
22437 PR debug/43084
22438 * ipa-struct-reorg.c (add_access_to_acc_sites): For debug stmts don't
22439 populate vars array.
22440 (create_new_general_access): For debug stmts just reset value.
22441 (get_stmt_accesses): For accesses within debug stmts just record them
22442 using add_access_to_acc_sites instead of preventing the peeling or
22443 counting them as accesses.
22444
8ac074e8
JJ
22445 PR middle-end/42233
22446 * dojump.c (do_jump) <case TRUTH_NOT_EXPR>: Invert priority.
22447
c7da0354
RG
224482010-02-19 Richard Guenther <rguenther@suse.de>
22449
22450 PR tree-optimization/42916
22451 * tree-vect-slp.c (vect_slp_analyze_bb): Count only real
22452 instructions.
22453
e5dfb95f
AS
224542010-02-19 Andreas Schwab <schwab@linux-m68k.org>
22455
22456 * configure.ac: Replace all uses of changequote in macro arguments
22457 with proper quoting.
22458
2bdd49f4
JJ
224592010-02-19 Jakub Jelinek <jakub@redhat.com>
22460
22461 PR middle-end/42233
22462 * loop-doloop.c (add_test): Adjust do_compare_rtx_and_jump caller.
22463
604d0dbc
RG
224642010-02-19 Richard Guenther <rguenther@suse.de>
22465
22466 PR tree-optimization/42944
22467 * tree-ssa-alias.c (call_may_clobber_ref_p_1): Massage
22468 test for aliasing with errno.
22469
554cf330
JJ
224702010-02-19 Jakub Jelinek <jakub@redhat.com>
22471
40e90eac
JJ
22472 PR middle-end/42233
22473 * expr.h (jumpifnot, jumpifnot_1, jumpif, jumpif_1, do_jump,
22474 do_jump_1, do_compare_rtx_and_jump): Add PROB argument.
22475 * dojump.c: Include output.h.
22476 (inv): New inline function.
22477 (jumpifnot, jumpifnot_1, jumpif, jumpif_1, do_jump_1, do_jump,
22478 do_jump_by_parts_greater_rtx, do_jump_by_parts_greater,
22479 do_jump_by_parts_zero_rtx, do_jump_by_parts_equality_rtx,
22480 do_jump_by_parts_equality, do_compare_and_jump): Add PROB
22481 argument, pass it down to other calls.
22482 (do_compare_rtx_and_jump): Likewise. If PROB is not -1,
22483 add REG_BR_PROB note to the conditional jump.
22484 * cfgexpand.c (add_reg_br_prob_note): Removed.
22485 (expand_gimple_cond): Don't call it, add the probability
22486 as last argument to jumpif_1/jumpifnot_1.
22487 * Makefile.in (dojump.o): Depend on output.h.
22488 * builtins.c (expand_errno_check): Adjust do_compare_rtx_and_jump
22489 callers.
22490 * expmed.c (emit_store_flag_force, do_cmp_and_jump): Likewise.
22491 * stmt.c (do_jump_if_equal): Likewise.
22492 * cfgrtl.c (rtl_lv_add_condition_to_bb): Likewise.
22493 * loop-unswitch.c (compare_and_jump_seq): Likewise.
22494 * config/rs6000/rs6000.c (rs6000_aix_emit_builtin_unwind_init):
22495 Likewise.
22496 * optabs.c (expand_doubleword_shift, expand_abs): Likewise.
22497 * expr.c (expand_expr_real_1): Adjust do_jump, jumpifnot and
22498 jumpifnot_1 callers.
22499 (expand_expr_real_2): Adjust jumpifnot_1 and do_compare_rtx_and_jump
22500 callers.
22501 (store_expr): Adjust jumpifnot caller.
22502 (store_constructor): Adjust jumpif caller.
22503
554cf330
JJ
22504 PR middle-end/42233
22505 * gimplify.c (gimple_boolify): For __builtin_expect call
22506 gimple_boolify also on its first argument.
22507
1a242e3c
UB
225082010-02-18 Uros Bizjak <ubizjak@gmail.com>
22509
22510 * configure.ac (gnu-unique-object): Wrap regexps using [] in
22511 changequote block.
22512 (__stack_chk_fail): Ditto. Remove quadrigraphs.
22513 * configure: Regenerated.
22514
86866b28
UW
225152010-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
22516
22517 * config/spu/spu-c.c (spu_resolve_overloaded_builtin): Call
22518 lang_hooks.types_compatible_p instead of comptypes.
22519
f4a4b582 225202010-02-18 Sebastian Huber <sebastian.huber@embedded-brains.de>
8168ccc0
SH
22521
22522 * config/arm/lib1funcs.asm (__prefer_thumb__): New define.
22523 (udivsi3, aeabi_uidivmod, divsi3, aeabi_idivmod): Use Thumb-1 variant
22524 if __prefer_thumb__ is defined.
22525
746e119f
MJ
225262010-02-18 Martin Jambor <mjambor@suse.cz>
22527
22528 PR tree-optimization/43066
22529 * tree-sra.c (build_ref_for_offset_1): Return false on encountering an
22530 array with zero-sized element type.
22531
82cf0c8c
JJ
225322010-02-18 Jakub Jelinek <jakub@redhat.com>
22533
22534 * dwarf2out.c (add_var_loc_to_decl): Change last argument to
22535 rtx, allocate struct var_loc_node here and return it to the
22536 caller, and only if it is actually needed.
22537 (dwarf2out_var_location): Adjust add_var_loc_to_decl caller,
22538 move it earlier and return immediately if it returns NULL.
22539
ccb265d6
MP
225402010-02-17 Mikael Pettersson <mikpe@it.uu.se>
22541
22542 * config/sparc/gas.h: New file. Restore
22543 TARGET_ASM_NAMED_SECTION to its ELF default.
22544 * config/sparc/sysv4.h (TARGET_ASM_NAMED_SECTION): Do not
22545 check !HAVE_GNU_AS.
22546 * config/sparc/sparc.c (sparc_elf_asm_named_section):
22547 Likewise. Add ATTRIBUTE_UNUSED to prototype.
22548 * config.gcc (sparc*-*-linux*): Include sparc/gas.h
22549 after sparc/sysv4.h.
22550
a30f3def
DK
225512010-02-17 Dave Korn <dave.korn.cygwin@gmail.com>
22552
22553 * config/i386/mingw32.h (LIBGCJ_SONAME): Fix cut'n'pasto in DLL name.
22554
2f6c5b27
SB
225552010-02-17 Steven Bosscher <steven@gcc.gnu.org>
22556
22557 * gensupport.c (process_one_cond_exec): Derive name for COND_EXEC
22558 patterns from predicated pattern.
22559
b5e33e04
UB
225602010-02-17 Uros Bizjak <ubizjak@gmail.com>
22561
22562 PR target/43103
22563 * config/i386/sse.md (xop_vpermil2<mode>3): Use avxmodesuffixf2c
22564 for insn mnemonic suffix.
22565
a95740b3
RG
225662010-02-17 Richard Guenther <rguenther@suse.de>
22567
22568 * tree-vrp.c (vrp_visit_phi_node): Restrict SCEV analysis
22569 to loop PHI nodes.
22570
169e464e
JJ
225712010-02-17 Jakub Jelinek <jakub@redhat.com>
22572
22573 PR debug/42918
22574 * caller-save.c (save_call_clobbered_regs): If BB ends with
22575 a DEBUG_INSN, move any notes in between last real insn and the last
22576 DEBUG_INSN after the last DEBUG_INSN.
22577
5498b6d2
JR
225782010-02-16 Joern Rennecke <joern.rennecke@embecosm.com>
22579
22580 * tm.texi (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD_SPEC):
22581 Fix return type. Fix argument type. Explain meaning of return value.
22582
b09bae68
RG
225832010-02-16 Richard Guenther <rguenther@suse.de>
22584
22585 PR tree-optimization/41043
a691bb08 22586 * tree-vrp.c (vrp_var_may_overflow): Only ask SCEV for real loops.
b09bae68
RG
22587 (vrp_visit_assignment_or_call): Do not ask SCEV for regular
22588 statements ...
22589 (vrp_visit_phi_node): ... but only for loop PHI nodes.
22590
d5dceab8 225912010-02-16 Ira Rosen <irar@il.ibm.com>
99f51320
IR
22592
22593 PR tree-optimization/43074
22594 * tree-vectorizer.h (VECTORIZABLE_CYCLE_DEF): New.
22595 * tree-vect-loop.c (vect_analyze_loop_operations): Add
22596 vectorizable cycles in hybrid SLP check.
22597 * tree-vect-slp.c (vect_detect_hybrid_slp_stmts): Likewise.
22598
f47e08d9
RG
225992010-02-16 Richard Guenther <rguenther@suse.de>
22600
b5e33e04 22601 * alias.c (memrefs_conflict_p): Distinguish must-alias from don't know.
f47e08d9
RG
22602 (true_dependence): If memrefs_conflict_p computes must-alias
22603 trust it. Move TBAA check after offset-based disambiguation.
22604 (canon_true_dependence): Likewise.
22605
ec8c3978
JJ
226062010-02-16 Alexandre Oliva <aoliva@redhat.com>
22607
22608 * params.def (PARAM_MAX_VARTRACK_SIZE): New.
22609 * doc/invoke.texi: Document it.
22610 * var-tracking.c: Include toplev.h and params.h.
22611 (vt_find_locations): Return bool indicating success. Compute
22612 hash sizes unconditionally. Check new parameter, report.
22613 (variable_tracking_main_1): Check vt_find_locations results and
22614 retry. Renamed from...
22615 (variable_tracking_main): ... this. New wrapper to preserve
22616 flag_var_tracking_assignments.
22617 * Makefile.in (var-tracking.o): Adjust dependencies.
22618
f4a4b582
EB
226192010-02-16 Jack Howarth <howarth@bromo.med.uc.edu>
22620 Jakub Jelinek <jakub@redhat.com>
3bf6b403
JH
22621
22622 PR target/42854
22623 * config/darwin.h (ASM_WEAKEN_DECL): Don't check weak attribute
22624 if weak_import attribute is present.
22625 * config/darwin.c (machopic_select_section): Likewise.
22626
a934eb2d
JR
226272010-02-15 Joern Rennecke <joern.rennecke@embecosm.com>
22628
22629 * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_VECTORIZATION_COST): Document.
22630 (TARGET_VECTORIZE_VECTOR_ALIGNMENT_REACHABLE): Likewise.
22631 (TARGET_VECTORIZE_BUILTIN_VEC_PERM): Likewise.
22632 (TARGET_VECTORIZE_BUILTIN_VEC_PERM_OK): Likewise.
22633
74ca3393
EB
22634 * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_CONVERSION): Fix argument
22635 types.
a934eb2d
JR
22636
22637 * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_VECTORIZED_FUNCTION):
22638 Fix argument types.
22639
22640 * doc/tm.texi (TARGET_SCHED_DFA_NEW_CYCLE): Add argument names.
22641 Rewrite text to refer to the names.
22642
02edd2f6
SP
226432010-02-15 Sebastian Pop <sebastian.pop@amd.com>
22644
22645 * config/i386/i386-builtin-types.def
22646 (V2DF_FTYPE_V2DF_V2DF_V2DI_INT): Declared.
22647 (V4DF_FTYPE_V4DF_V4DF_V4DI_INT): Declared.
22648 (V4SF_FTYPE_V4SF_V4SF_V4SI_INT): Declared.
22649 (V8SF_FTYPE_V8SF_V8SF_V8SI_INT): Declared.
22650 * config/i386/i386.c (enum ix86_builtins): Add IX86_BUILTIN_VPERMIL2PD,
22651 IX86_BUILTIN_VPERMIL2PS, IX86_BUILTIN_VPERMIL2PD256, and
22652 IX86_BUILTIN_VPERMIL2PS256.
22653 (MULTI_ARG_4_DF2_DI_I): Defined.
22654 (MULTI_ARG_4_DF2_DI_I1): Defined.
22655 (MULTI_ARG_4_SF2_SI_I): Defined.
22656 (MULTI_ARG_4_SF2_SI_I1): Defined.
22657 (bdesc_multi_arg): Add __builtin_ia32_vpermil2pd,
22658 __builtin_ia32_vpermil2ps, __builtin_ia32_vpermil2pd256, and
22659 __builtin_ia32_vpermil2ps256.
22660 (ix86_expand_multi_arg_builtin): Handle MULTI_ARG_4_DF2_DI_I,
22661 MULTI_ARG_4_DF2_DI_I1, MULTI_ARG_4_SF2_SI_I, and
22662 MULTI_ARG_4_SF2_SI_I1. Handle builtins with 4 arguments.
22663 (ix86_expand_args_builtin): Handle MULTI_ARG_4_DF2_DI_I,
22664 MULTI_ARG_4_DF2_DI_I1, MULTI_ARG_4_SF2_SI_I, and
22665 MULTI_ARG_4_SF2_SI_I1. Handle CODE_FOR_xop_vpermil2v2df3,
22666 CODE_FOR_xop_vpermil2v4sf3, CODE_FOR_xop_vpermil2v4df3, and
22667 CODE_FOR_xop_vpermil2v8sf3.
22668 * config/i386/i386.md (UNSPEC_VPERMIL2): Declared.
22669 * config/i386/sse.md (xop_vpermil2<mode>3): New insn pattern.
22670 * config/i386/xopintrin.h (_mm_permute2_pd): New.
22671 (_mm256_permute2_pd): New.
22672 (_mm_permute2_ps): New.
22673 (_mm256_permute2_ps): New.
22674
ac447f25
NC
226752010-02-15 Nick Clifton <nickc@redhat.com>
22676
d079b87f 22677 * config/h8300/h8300.c (h8300_push_pop): Use bool type for
ac447f25
NC
22678 boolean parameters. Use emit_jump_insn when emitting a pop
22679 instruction containing a return insn.
b5e33e04
UB
22680 (push): Use 'true' rather than '1' as second parameter to F.
22681 (h8300_expand_prologue): Likewise.
22682 Use 'true' and 'false' for boolean parameters to h8300_push_pop.
22683 (h8300_expand_epilogue): Likewise.
ac447f25 22684
313333a6
RG
226852010-02-15 Richard Guenther <rguenther@suse.de>
22686
22687 PR middle-end/43068
22688 * cgraphunit.c (thunk_adjust): Skip adjusting by fixed_offset
22689 if that is zero.
22690
653958e8
NC
226912010-02-15 Nick Clifton <nickc@redhat.com>
22692
22693 * config/mn10300/mn10300.h (FUNCTION_ARG_REGNO_P): Revert previous
22694 delta.
22695
0f667308
MP
226962010-02-14 Marco Poletti <poletti.marco@gmail.com>
22697
22698 * intl.c (fake_ngettext): New function.
22699 * intl.h (fake_ngettext): Declare.
22700 (ngettext): Define macro.
22701 * collect2.c (notice_translated): New function.
22702 (main): Use notice_translated and ngettext.
22703 * collect2.h (notice_translated): Declare.
22704
912eb5a4
SB
227052010-02-14 Steven Bosscher <steven@gcc.gnu.org>
22706
22707 * reorg.c (delete_computation): Comment fixes.
22708 * caller-save.c (setup_save_areas): Idem.
22709 * sel-sched-dump.c (dump_lv_set): Idem.
22710 * rtl.def: Idem.
22711
244e6c5c
AK
227122010-02-14 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
22713
22714 * config/s390/s390.c (s390_sched_init): New function.
22715 (TARGET_SCHED_INIT): Target hook defined.
22716
9ab99933
DK
227172010-02-12 Dave Korn <dave.korn.cygwin@gmail.com>
22718 Jack Howarth <howarth@bromo.med.uc.edu>
f4a4b582 22719 Iain Sandoe <iain.sandoe@sandoe-acoustics.co.uk>
9ab99933
DK
22720
22721 PR target/42982
22722 Partial revert of unintended change in fix for PR41605.
22723 * config/darwin.h: Fix typo.
22724 * config/darwin9.h: Same.
22725
ed5bdeb6
JJ
227262010-02-11 Jakub Jelinek <jakub@redhat.com>
22727
22728 * c-pch.c (pch_init): Clear v.
22729
f432760f
SP
227302010-02-11 Sebastian Pop <sebastian.pop@amd.com>
22731
22732 PR middle-end/42930
22733 * graphite-scop-detection.c (graphite_can_represent_scev): Call
22734 graphite_can_represent_init for MULT_EXPR.
22735
227362010-02-11 Sebastian Pop <sebastian.pop@amd.com>
22737
22738 PR middle-end/42914
22739 PR middle-end/42530
22740 * graphite-sese-to-poly.c (remove_phi): New.
22741 (translate_scalar_reduction_to_array): Call remove_phi.
22742
227432010-02-11 Sebastian Pop <sebastian.pop@amd.com>
22744
22745 PR middle-end/42771
22746 * graphite-clast-to-gimple.c (gloog): Call rename_sese_parameters.
22747 * graphite-clast-to-gimple.h (gloog): Update declaration.
22748 * graphite-poly.c (new_scop): Clear POLY_SCOP_P.
22749 * graphite-poly.h (struct poly_bb): Add missing comments.
22750 (struct scop): Add poly_scop_p field.
22751 (POLY_SCOP_P): New.
22752 * graphite-sese-to-poly.c (build_poly_scop): Set POLY_SCOP_P.
22753 * graphite.c (graphite_transform_loops): Build the polyhedral
22754 representation for each scop before code generation.
22755 * sese.c (rename_variables_in_operand): Removed.
22756 (rename_variables_in_expr): Return the renamed expression.
22757 (rename_sese_parameters): New.
22758 * sese.h (rename_sese_parameters): Declared.
22759
6d892147
RG
227602010-02-11 Richard Guenther <rguenther@suse.de>
22761
22762 PR tree-optimization/42998
22763 * tree-ssa-pre.c (create_expression_by_pieces): Treat
22764 POINTER_PLUS_EXPR properly.
22765
04eadb13
SP
227662010-02-11 Sebastian Pop <sebastian.pop@amd.com>
22767 Changpeng Fang <changpeng.fang@amd.com>
22768
22769 PR middle-end/40886
22770 * tree-ssa-loop-ivopts.c (determine_use_iv_cost_condition): Decrement
22771 the cost of an IV candidate when the IV is used in a test against zero.
22772
22773 * gcc.dg/tree-ssa/ivopts-3.c: New.
22774
91753e21
RG
227752010-02-11 Richard Guenther <rguenther@suse.de>
22776
22777 PR lto/41664
22778 * tree-ssa-alias.c (refs_may_alias_p_1): Canonicalize
22779 pointer-vs-decl case by swapping refs. Handle some cases
22780 of pointer-vs-decl disambiguations more conservatively.
22781 * cfgexpand.c (gimple_expand_cfg): Set gimple_df->in_ssa_p
22782 to false after expanding.
22783
f68df07c
RG
227842010-02-11 Richard Guenther <rguenther@suse.de>
22785
22786 PR driver/43021
22787 * gcc.c (process_command): Handle LTO file@offset case more
22788 appropriately.
22789
d2d36740
JJ
227902010-02-11 Jakub Jelinek <jakub@redhat.com>
22791
8f6aedba
JJ
22792 * reload1.c (eliminate_regs_1): If insn is DEBUG_INSN, avoid any
22793 modifications outside of the DEBUG_INSN. Accept CLOBBERs inside
22794 of DEBUG_INSNs.
22795 (eliminate_regs_in_insn): Eliminate regs even in DEBUG_INSNs.
22796
d2d36740
JJ
22797 * dwarf2out.c (mem_loc_descriptor) <case MEM>: Use DW_OP_deref_size
22798 if MEM's mode size isn't DWARF2_ADDR_SIZE.
22799 (mem_loc_descriptor) <do_scompare>: Allow also VOIDmode arguments.
22800 Optimize eq/ne comparisons when both arguments are known to be
22801 zero-extended.
22802 (mem_loc_descriptor) <do_ucompare>: Allow also VOIDmode arguments.
22803 Don't mask operands unnecessarily if they are known to be already
22804 zero-extended.
22805
56592e03
VM
228062010-02-10 Vladimir Makarov <vmakarov@redhat.com>
22807
22808 * ira-conflicts.c (add_insn_allocno_copies): Use find_reg_note
22809 instead of loop.
22810
5418fe84
RG
228112010-02-10 Richard Guenther <rguenther@suse.de>
22812
22813 PR tree-optimization/43017
22814 * tree-vrp.c (vrp_int_const_binop): Trust int_const_binop
22815 for wrapping signed arithmetic.
22816
92e8e53a
JJ
228172010-02-10 Jakub Jelinek <jakub@redhat.com>
22818
22819 PR debug/43010
22820 * dwarf2out.c (retry_incomplete_types): Don't call gen_type_die
22821 if no debug info should be emitted for it.
22822
bd55b817
KK
228232010-02-10 Kaz Kojima <kkojima@gcc.gnu.org>
22824
22825 * config/sh/sh.c (find_barrier): Skip call insn with a REG_EH_REGION
22826 note when flag_exceptions is set.
22827
2ab43a52
DS
228282010-02-10 Duncan Sands <baldrick@free.fr>
22829
22830 * Makefile.in (PLUGIN_HEADERS): Add debug.h.
22831
d977cb9c
RG
228322010-02-10 Richard Guenther <rguenther@suse.de>
22833
22834 PR c/43007
22835 * tree.c (get_unwidened): Handle constants.
22836 * convert.c (convert_to_integer): Handle TRUNC_DIV_EXPR.
22837
563cb662
MJ
228382010-02-10 Martin Jambor <mjambor@suse.cz>
22839
22840 PR lto/42985
22841 * ipa-prop.c (ipa_update_after_lto_read): Count parameters and
22842 check for variable argument counts independently.
22843
9e3c399e
CB
228442010-02-10 Christian Bruel <christian.bruel@st.com>
22845
22846 PR target/42841
22847 * config/sh/sh.c (find_barrier): Increase length for non delayed
22848 conditional branches.
01305d24 22849
e938feb4
CB
228502010-02-10 Christian Bruel <christian.bruel@st.com>
22851
22852 * config/sh/sh.c (find_barrier): Don't emit a CP inside the GP setting.
01305d24 22853
cbb1ab10
JJ
228542010-02-10 Jakub Jelinek <jakub@redhat.com>
22855
22856 * builtins.c (set_builtin_user_assembler_name): Also handle
22857 ffs if int is smaller than word.
22858
b09495c1
VM
228592010-02-09 Vladimir Makarov <vmakarov@redhat.com>
22860
22861 PR middle-end/42973
22862 * ira-conflicts.c (get_dup): Remove.
22863 (process_reg_shuffles): Add new parameter. Use it as an
22864 additional guard for copy generation.
22865 (add_insn_allocno_copies): Rewrite.
22866
57257f0d
AM
228672010-02-09 Alexander Monakov <amonakov@ispras.ru>
22868
22869 * common.opt (fsched2-use-traces): Preserved for backward
22870 compatibility.
22871 * doc/invoke.texi: Remove the documentation about option
22872 -fsched2-use-traces.
22873 * sched-rgn.c (rest_of_handle_sched2): Remove usage of
22874 flag_sched2_use_traces.
22875 * opts.c (common_handle_option): Add OPT_fsched2_use_traces to
22876 the backward compatibility flag section.
22877
72d182d3
RG
228782010-02-09 Richard Guenther <rguenther@suse.de>
22879
22880 PR tree-optimization/43008
22881 * tree-ssa-structalias.c (handle_lhs_call): Pass in the fndecl,
22882 make HEAP variables initialized from global memory if they
22883 are not known builtin functions.
22884 (find_func_aliases): Adjust.
22885
9605a606
RG
228862010-02-09 Richard Guenther <rguenther@suse.de>
22887
22888 PR tree-optimization/43000
22889 * tree-vrp.c (vrp_int_const_binop): Only handle unsigned
22890 arithmetic manually.
22891
8d9eca14
JJ
228922010-02-08 Jakub Jelinek <jakub@redhat.com>
22893
22894 PR tree-optimization/42931
22895 * tree-loop-linear.c (try_interchange_loops): Don't call
22896 double_int_mul if estimated_loop_iterations failed.
22897
d3545524
MJ
228982010-02-08 Martin Jambor <mjambor@suse.cz>
22899
22900 PR middle-end/42898
22901 * tree-sra.c (build_accesses_from_assign): Do not mark in
22902 should_scalarize_away_bitmap if stmt has volatile ops.
22903 (sra_modify_assign): Do not process assigns piecemeal if if stmt
22904 has volatile ops.
22905
8a9a2486
JR
229062010-02-08 Joern Rennecke <joern.rennecke@embecosm.com>
22907
22908 * doc/tm.texi (TARGET_UNWIND_WORD_MODE): Document.
22909
7bf25dd6
AN
229102010-02-07 Adam Nemet <adambnmet@gmail.com>
22911
22912 * config/mips/mips.md (*<optab>_trunc<mode>_exts): Fix comment
22913 before the pattern.
22914
a46edbff
AP
229152010-02-07 Andrew Pinski <pinskia@gmail.com>
22916
22917 PR middle-end/42946
22918 * df-core.c (df_finish_pass): Change type of saved_flags to int.
22919
86da963e
SP
229202010-02-07 Sebastian Pop <sebastian.pop@amd.com>
22921
22922 PR middle-end/42988
22923 * graphite-dependences.c (dependence_polyhedron): Set PDDR_KIND
22924 to unknown_dependence.
22925 (graphite_legal_transform_dr): Handle the unknown_dependence.
22926 (graphite_carried_dependence_level_k): Same.
22927
229282010-02-07 Sebastian Pop <sebastian.pop@amd.com>
22929
22930 * ChangeLog.graphite: Remove testsuite/ or gcc/testsuite/.
22931
997ac87b
RG
229322010-02-07 Richard Guenther <rguenther@suse.de>
22933
22934 PR middle-end/42991
22935 * expr.c (get_inner_reference): Always initialize *pbitsize.
22936
cb6b911a
RG
229372010-02-07 Richard Guenther <rguenther@suse.de>
22938
22939 PR middle-end/42956
22940 * gimplify.c (gimple_fold_indirect_ref): Avoid generating
22941 new ARRAY_REFs on variable size element or minimal index arrays.
22942 Complete.
22943 * tree-ssa-loop-ivopts.c (find_interesting_uses_address): Use
22944 gimple_fold_indirect_ref.
22945
b761dbe6
RE
229462010-02-06 Richard Earnshaw <rearnsha@arm.com>
22947
22948 PR target/42957
22949 * arm.c (arm_override_options): Just return if the user has specified
22950 an invalid fpu name.
22951
b2469a9b
JM
229522010-02-03 Jason Merrill <jason@redhat.com>
22953
22954 PR c++/42870
22955 * config/i386/cygming.h (ASM_OUTPUT_DEF_FROM_DECLS): Call
22956 i386_pe_maybe_record_exported_symbol.
22957
1f65437d
SE
229582010-02-05 Steve Ellcey <sje@cup.hp.com>
22959
22960 PR target/42924
22961 * config/pa/pa.c (TARGET_DELEGITIMIZE_ADDRESS): Redefine.
22962 (pa_delegitimize_address): New function.
22963
126edba2
OS
229642010-02-05 Ozkan Sezer <sezeroz@gmail.com>
22965
22966 * config/i386/msformat-c.c (ms_printf_length_specs): Set the
22967 scalar_identity_flag for the size_t/ptrdiff_t %Id and %Iu specs.
22968
532df904
RG
229692010-02-05 Richard Guenther <rguenther@suse.de>
22970
22971 PR lto/42762
22972 * lto-streamer-in.c (get_resolution): Deal with references
22973 to undefined functions.
22974
5c95f07b
RG
229752010-02-05 Richard Guenther <rguenther@suse.de>
22976
b5e33e04 22977 * tree-ssa-ccp.c (get_symbol_constant_value): Strip all conversions.
5c95f07b
RG
22978 (fold_const_aggregate_ref): Likewise.
22979 (ccp_fold_stmt): Substitute loads.
22980 (maybe_fold_reference): Verify types before substituting.
22981 Unshare properly.
22982 (fold_gimple_assign): Unshare properly.
b5e33e04 22983 (fold_stmt_1): Insert conversion if necessary before replacing the RHS.
5c95f07b 22984
64aa00b1
NF
229852010-02-05 Nathan Froyd <froydnj@codesourcery.com>
22986
22987 * config/rs6000/rs6000.c (rs6000_override_options): Invert check
22988 for rs6000_gen_cell_microcode.
22989
b0f19292
RG
229902010-02-04 Richard Guenther <rguenther@suse.de>
22991
22992 PR rtl-optimization/42952
22993 * dse.c (const_or_frame_p): Remove MEM handling.
22994
f7eb48b5
NC
229952010-02-04 Nick Clifton <nickc@redhat.com>
22996
22997 * config/mn10300/mn10300.c (TARGET_ASM_OUTPUT_MI_THUNK): Define.
22998 (TARGET_ASM_CAN_OUTPUT_MI_THUNK): Define.
22999 (function_arg): Use NULL_RTX and FIRST_ARGUMENT_REGNUM.
23000 (mn10300_asm_output_mi_thunk): New function.
23001 (mn10300_can_output_mu_thunk): New function.
23002 * config/mn10300/mn10300.h (FIRST_ARGUMENT_REGNUM): Define.
23003 (FUNCTION_ARG_REGNO_P): Fix comment. Accept d0 and d1.
23004 (FUNCTION_ARG): Delete incorrect comment.
23005
2aac1924
JM
230062010-02-03 Jason Merrill <jason@redhat.com>
23007
23008 PR c++/40138
23009 * fold-const.c (operand_equal_p): Handle erroneous types.
23010
3e5f930f 230112010-02-03 Kaushik Phatak <kaushik.phatak@kpitcummins.com>
07738b87
KP
23012
23013 * config/h8300/h8300.md (can_delay): Fix attibute condition.
23014
a7f3e500
VM
230152010-02-03 Vladimir Makarov <vmakarov@redhat.com>
23016
3e5f930f 23017 PR rtl-optimization/42941
a7f3e500
VM
23018 * sched-deps.c (setup_insn_reg_pressure_info): Use xcalloc instead
23019 of xmalloc.
23020
59d49708
JM
230212010-02-03 Jason Merrill <jason@redhat.com>
23022
23023 PR c++/35652
23024 * builtins.c (c_strlen): Use EXPR_LOCATION in diagnostics.
23025
5440c0e7
AO
230262010-02-03 Alexandre Oliva <aoliva@redhat.com>
23027
23028 PR debug/42896
02d43000 23029 * cselib.h (struct cselib_val_struct): Add uid. Rename value to hash.
5440c0e7
AO
23030 (cselib_reset_table): Renamed from...
23031 (cselib_reset_table_with_next_value): ... this.
23032 (cselib_get_next_uid): Renamed from...
23033 (cselib_get_next_unknown_value): ... this.
23034 * cselib.c (next_uid): Renamed from...
23035 (next_unknown_value): ... this.
23036 (cselib_clear_table): Adjust.
23037 (cselib_reset_table): Adjust. Renamed from...
23038 (cselib_reset_table_with_next_value): ... this.
23039 (cselib_get_next_uid): Adjust. Renamed from...
23040 (cselib_get_next_unknown_value): ... this.
23041 (get_value_hash): Use hash.
23042 (cselib_hash_rtx): Likewise.
23043 (new_cselib_val): Adjust. Set and dump uid.
23044 (cselib_lookup_mem): Pass next_uid as hash.
23045 (cselib_subst_to_values): Likewise.
23046 (cselib_log_lookup): Dump uid.
23047 (cselib_lookup): Pass next_uid as hash. Adjust.
23048 (cselib_process_insn): Adjust.
23049 (cselib_init): Initialize next_uid.
23050 (cselib_finish): Adjust.
23051 (dump_cselib_table): Likewise.
23052 * dse.c (canon_address): Dump value uid.
23053 * print-rtl.c (print_rtx): Print value uid.
23054 * var-tracking.c (VARIABLE_HASH_VAL): Dropped.
23055 (dvuid): New type.
23056 (dv_uid): New function, sort of renamed from...
23057 (dv_htab_hash): ... this, reimplemented in terms of it and...
23058 (dv_uid2hash): ... this. New.
23059 (variable_htab_eq): Drop excess assertions.
23060 (tie_break_pointers): Removed.
23061 (canon_value_cmp): Compare uids.
23062 (variable_post_merge_New_vals): Print uids.
23063 (vt_add_function_parameters): Adjust.
23064 (vt_initialize): Reset table. Adjust.
23065
e3c70387
RG
230662010-02-03 Richard Guenther <rguenther@suse.de>
23067
23068 PR tree-optimization/42944
b5e33e04 23069 * tree-ssa-alias.c (ref_maybe_used_by_call_p_1): Handle calloc.
e3c70387
RG
23070 (call_may_clobber_ref_p_1): Likewise. Properly handle
23071 malloc and calloc clobbering errno.
23072
4cad6dba
SB
230732010-02-03 Steven Bosscher <steven@gcc.gnu.org>
23074
23075 * doc/invoke.texi: Fix name of sched1 dump.
23076
23077 * opts.c (decode_options): Set flag_tree_switch_conversion
23078 only conditionally on optimize >= 2.
23079
23080 * gcse.c: Assorted comment fixes in pass description.
23081
693ee8cf
AG
230822010-02-03 Anthony Green <green@moxielogic.com>
23083
23084 * config/moxie/moxie.c (moxie_asm_trampoline_template): Introduce
23085 nop padding in order to maintain alignment of storage location of
23086 target function address.
23087 (moxie_trampoline_init): Store target function address at newly
23088 aligned location.
23089 * config/moxie/moxie.h (TRAMPOLINE_ALIGNMENT): Increase alignment
23090 to 32.
23091 (TRAMPOLINE_SIZE): Increase size by 2 bytes for alignment padding.
23092
bf8e3b77
RG
230932010-02-03 Richard Guenther <rguenther@suse.de>
23094
23095 PR middle-end/42927
23096 * tree-cfg.c (verify_gimple_assign_binary): Fix shift verification.
23097
bde17fdc
RO
230982010-02-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
23099
23100 * config.gcc: Reenable check for obsolete targets.
23101 Obsolete alpha*-dec-osf4*, alpha*-dec-osf5.0*, mips-sgi-irix5*,
23102 mips-sgi-irix6.[0-4]*.
23103
c9c27b72
NC
231042010-02-02 Nick Clifton <nickc@redhat.com>
23105
23106 * config/rx/rx.c (rx_is_legitimate_constant): Treat a maximum
23107 constant size of 4 as being the same as 0.
23108 * doc/invoke.texi (RX Options): Document that -mmax-constant-size
23109 can take values in the range 0..4.
23110
fc15bd03
JH
231112010-02-02 Jack Howarth <howarth@bromo.med.uc.edu>
23112
23113 PR java/41991
23114 * unwind-dw2-fde-darwin.c: Re-export _Unwind_FindEnclosingFunction()
23115 as _darwin10_Unwind_FindEnclosingFunction().
23116 * libgcc-libsystem.ver: New.
23117
6eeea7a7
VM
231182010-02-01 Vladimir Makarov <vmakarov@redhat.com>
23119
23120 PR target/41399
23121 * sched-deps.c (sched_analyze_insn): Ignore fixed registers for
23122 implicitly set registers.
23123
87d05b44
RE
231242010-02-01 Richard Earnshaw <rearnsha@arm.com>
23125
23126 * arm.c (FL_FOR_ARCH_7A): is also a superset of ARMv6K.
23127 (arm_override_options): Allow automatic selection of the thread
23128 pointer register if thumb2.
23129 (legitimize_pic_address): Improve code sequences for Thumb2.
23130 (arm_call_tls_get_addr): Likewise.
23131 (legitimize_tls_address): Likewise.
23132 * arm.md (pic_load_addr_arm): Delete. Replace with ...
23133 (pic_load_addr_32bit): ... this. New named pattern.
23134 * thumb2.md (pic_load_addr_thumb2): Delete.
23135 (pic_load_dot_plus_four): Delete.
23136 (tls_load_dot_plus_four): New named pattern.
23137
cb717ac4
RO
231382010-02-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
23139
23140 PR libgomp/29986
23141 * doc/install.texi (Specific): Add sparc-sun-solaris2.10 entry.
23142 Document fix for TLS bug.
23143
44f89620
RG
231442010-01-31 Richard Guenther <rguenther@suse.de>
23145
23146 * tree-sra.c (ptr_parm_has_direct_uses): Rewrite to be
23147 conservatively correct.
23148
747b0aed
JDA
231492010-01-31 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
23150
23151 PR target/42850
23152 Revert:
23153 2010-01-02 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
23154
23155 * config/pa/t-slibgcc-dwarf-ver (SHLIB_SOVERSION): Bump by two.
23156
362c6d2f
KG
231572010-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
23158
23159 * doc/install.texi: Update recommended GMP/MPFR/MPC versions.
23160
8370a62a
KT
231612010-01-31 Kai Tietz <kai.tietz@onevision.com>
23162
23163 * config.gcc: Adjust order of makefile fragments for mingw targets.
23164
61c7cbf8
RG
231652010-01-31 Richard Guenther <rguenther@suse.de>
23166
23167 PR middle-end/42898
23168 * gimplify.c (gimplify_init_constructor): For volatile LHS
23169 initialize a temporary.
23170
b0a69d20
MK
231712010-01-31 Matthias Klose <doko@ubuntu.com>
23172
23173 * configure.ac: Fix __stack_chk_fail check for cross builds configured
23174 --with-headers
23175 * configure: Regenerate.
23176
55eb4dab
EB
231772010-01-29 Eric Botcazou <ebotcazou@adacore.com>
23178
23179 * tree-ssa-alias.c (same_type_for_tbaa): Return -1 if the types have
23180 the same alias set and their sizes different constantness.
23181 (aliasing_component_refs_p): Revert 2009-10-24 change.
23182
f9e06dbc
RO
231832010-01-29 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
23184
23185 * config/sparc/sparc.c (sparc_elf_asm_named_section): Declare decl
23186 unused.
23187
eb6b98c7
RG
231882010-01-29 Richard Guenther <rguenther@suse.de>
23189
23190 * tree-ssa-ccp.c (ccp_fold_stmt): Unshare values we substitute.
23191 Assert we successfully updated the call.
23192
c23cd1d6
JJ
231932010-01-29 Jakub Jelinek <jakub@redhat.com>
23194
23195 PR rtl-optimization/42889
23196 * df.h (df_set_bb_dirty_nonlr): New prototype.
23197 * df-core.c (df_set_bb_dirty_nonlr): New function.
23198 * df-scan.c (df_insn_rescan): Call it instead of
23199 df_set_bb_dirty for DEBUG_INSNs.
23200
38bc76da
RG
232012010-01-29 Richard Guenther <rguenther@suse.de>
23202
23203 PR middle-end/37448
23204 * ipa-inline.c (cgraph_decide_inlining_incrementally): Avoid
23205 quadratic behavior in most cases.
23206
d819472d
UB
232072010-01-28 Uros Bizjak <ubizjak@gmail.com>
23208
23209 PR target/42891
23210 * config/i386/i386.c (ix86_expand_int_movcc): Convert tmp to SImode
23211 in the call to gen_x86_movsicc_0_m1.
23212
3ed7d068
RG
232132010-01-28 Richard Guenther <rguenther@suse.de>
23214
23215 PR tree-optimization/42871
01305d24 23216 * tree-ssa-pre.c (phi_translate_set): Make sure to retain leaders.
3ed7d068 23217
830bc550
RG
232182010-01-28 Richard Guenther <rguenther@suse.de>
23219
23220 * tree-ssa-ccp.c (ccp_fold_stmt): Fold calls and propagate
23221 into call arguments.
23222
28e5ca15
RB
232232010-01-28 Richard Guenther <rguenther@suse.de>
23224
23225 PR middle-end/42883
23226 * tree-cfgcleanup.c (remove_forwarder_block): Do not remove
23227 the forwarder if the destination is an EH landing pad.
23228
232292010-01-28 Razya Ladelsky <razya@il.ibm.com>
8adfe01d 23230
d819472d 23231 * tree-parloops.c (transform_to_exit_first_loop): Update the basic
8adfe01d
RL
23232 block list passed to gimple_duplicate_sese_tail.
23233 (parallelize_loops): Avoid parallelization when the function
23234 has_nonlocal_label.
23235 Avoid parallelization when the preheader is IRREDUCIBLE.
23236 Try to optimize when estimated_loop_iterations_int is unresolved.
23237 Add the loop's location to the dump file.
28e5ca15 23238 * tree-cfg.c (add_phi_args_after_redirect): Remove.
8adfe01d
RL
23239 (gimple_duplicate_sese_tail): Remove the check for the latch.
23240 Redirect nexits to the exit block.
23241 Remove handling of the incoming edges to the latch.
23242 Redirect the backedge from the copied latch to the exit bb.
23243
3d952fb7
MM
232442010-01-28 Michael Matz <matz@suse.de>
23245
23246 PR target/42881
23247 * config/i386/i386.c (ix86_expand_vector_init_duplicate):
23248 Wrap force_reg into a sequence, emit it before user.
23249
4fc2b1aa
ST
232502010-01-28 Stephen Thomas <stephen.thomas@arm.com>
23251
23252 * config/arm/arm.md (bswapsi2): Add support for bswapsi2.
23253 (arm_rev): New.
23254 (arm_legacy_rev): Likewise.
23255 (thumb_legacy_rev): Likewise.
23256
0f277ad4
JJ
232572010-01-27 Jakub Jelinek <jakub@redhat.com>
23258
23259 * dwarf2out.c (mem_loc_descriptor): Remove special casing of
23260 CONSTANT_POOL_ADDRESS_P SYMBOL_REFs. If for MEM recursive call
23261 on MEM's address failed, try avoid_constant_pool_reference and
23262 recurse if it returned something different.
23263 (loc_descriptor): If for MEM mem_loc_descriptor failed on the
23264 address, try avoid_constant_pool_reference and recurse if it
23265 returned something different.
23266 (dw_loc_list_1): If for MEM mem_loc_descriptor failed on the
23267 address and avoid_constant_pool_reference returned something
23268 different, don't set have_address.
23269
fb4cbb9f
AO
232702010-01-27 Alexandre Oliva <aoliva@redhat.com>
23271
23272 PR debug/42861
23273 * var-tracking.c (val_store): Add modified argument, obey it.
23274 Adjust callers.
23275 (count_uses): Move down logging of main.
23276 (compute_bb_dataflow): Use val_store for MO_VAL_USEs that
23277 don't need resolution.
23278 (emit_notes_in_bb): Likewise.
23279
e87da263
RG
232802010-01-27 Richard Guenther <rguenther@suse.de>
23281
23282 PR middle-end/42878
23283 * tree-inline.c (remap_decl): Delay remapping of SSA name
23284 default definitions until we need them.
23285
c6d99cad
JJ
232862010-01-27 Jakub Jelinek <jakub@redhat.com>
23287
9a78eb71
JJ
23288 * config/rs6000/rs6000.c (TARGET_DELEGITIMIZE_ADDRESS): Redefine.
23289 (rs6000_delegitimize_address): New function.
23290
e8d8f497
JJ
23291 * config/s390/s390.c (s390_delegitimize_address): Call
23292 delegitimize_mem_from_attrs.
23293
c6d99cad
JJ
23294 PR middle-end/42874
23295 * tree-inline.c (cannot_copy_type_1): Removed.
23296 (copy_forbidden): Don't forbid copying of functions containing
23297 records/unions with variable length fields.
23298
4f6fee0f
CB
232992010-01-27 Christian Bruel <christian.bruel@st.com>
23300
23301 Revert:
23302 PR target/42841
23303 * config/sh/sh.c (find_barrier): Increase length for non delayed
23304 conditional branches.
d819472d 23305
cdf6bfb7
MK
233062010-01-27 Matthias Klose <doko@ubuntu.com>
23307
23308 * configure.ac (gnu-unique-object): Fix ldd version check.
23309 * configure: Regenerate.
23310
31b21739
RO
233112010-01-26 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
23312
23313 * config/sparc/sparc.c (sparc_elf_asm_named_section): Test for
23314 HAVE_GNU_AS value.
23315 * config/sparc/sysv4.h [HAVE_GNU_AS] (TARGET_ASM_NAMED_SECTION):
23316 Test for HAVE_GNU_AS value.
23317
dc4f0670
RO
233182010-01-26 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
23319
23320 * config.gcc (mips-sgi-irix[56]*): Set use_gcc_stdint.
23321 * config/mips/iris.h (INT8_TYPE, INT16_TYPE, INT32_TYPE,
23322 INT64_TYPE): Define.
23323 (UINT8_TYPE, UINT16_TYPE, UINT32_TYPE, UINT64_TYPE): Define.
23324 (INT_LEAST8_TYPE, INT_LEAST16_TYPE, INT_LEAST32_TYPE,
23325 INT_LEAST64_TYPE): Define.
23326 (UINT_LEAST8_TYPE, UINT_LEAST16_TYPE, UINT_LEAST32_TYPE,
23327 UINT_LEAST64_TYPE): Define.
23328 (INT_FAST8_TYPE, INT_FAST16_TYPE, INT_FAST32_TYPE)
23329 INT_FAST64_TYPE): Define.
23330 (UINT_FAST8_TYPE, UINT_FAST16_TYPE, UINT_FAST32_TYPE,
23331 UINT_FAST64_TYPE): Define.
23332 (INTMAX_TYPE, UINTMAX_TYPE): Define.
23333 (INTPTR_TYPE, UINTPTR_TYPE): Define.
23334 (SIG_ATOMIC_TYPE): Define.
23335
a099f7d4
RG
233362010-01-26 Richard Guenther <rguenther@suse.de>
23337
23338 * df-scan.c (df_scan_set_bb_info): Remove assert.
23339 (df_insn_rescan_debug_internal): Merge asserts.
23340 (df_install_ref): Likewise.
23341 (df_mark_reg): Use bitmap_set_range.
23342 (df_hard_reg_used_p): Remove assert.
23343 (df_hard_reg_used_count): Likewise.
23344
0d9b0371
RG
233452010-01-26 Richard Guenther <rguenther@suse.de>
23346
23347 PR rtl-optimization/42685
23348 * web.c (web_main): Ignore DEBUG_INSNs.
23349
7a241624
JR
233502010-01-26 Joern Rennecke <amylaar@spamcop.net>
23351
23352 * doc/tm.texi (TARGET_HANDLE_C_OPTION): Explain arguments.
23353
23354 (TARGET_RESOLVE_OVERLOADED_BUILTIN): Add loc parameter.
23355 Fix types of fndecl and arglist parameters.
23356
3333cd50
RG
233572010-01-26 Richard Guenther <rguenther@suse.de>
23358
23359 PR middle-end/42806
23360 * tree-eh.c (unsplit_eh): Skip debug insns.
23361
7f657dde
RG
233622010-01-26 Richard Guenther <rguenther@suse.de>
23363
23364 PR tree-optimization/42250
23365 * ipa-type-escape.c (type_escape_execute): Do not analyze clones.
23366
057dd91d
JJ
233672010-01-26 Jakub Jelinek <jakub@redhat.com>
23368
23369 PR fortran/42866
23370 * omp-low.c (expand_omp_sections): Only use single_pred if
23371 l2_bb is single_pred_p.
23372
69b18163
CB
233732010-01-25 Christian Bruel <christian.bruel@st.com>
23374
23375 PR target/42841
23376 * config/sh/sh.c (find_barrier): Increase length for non delayed
23377 conditional branches.
23378 (sh_insn_length_adjustment): Use JUMP_TABLE_DATA_P.
23379
00f88f07
DM
233802010-01-24 David S. Miller <davem@davemloft.net>
23381
31b21739 23382 * config/sparc/sysv4.h (TARGET_ASM_NAMED_SECTION): Only
00f88f07 23383 define if not using GAS.
31b21739 23384 * config/sparc/sparc.c (sparc_elf_asm_named_section):
00f88f07
DM
23385 Likewise. Delete SECTION_MERGE code, which is only applicable
23386 when using GAS.
23387
d147cbd9
MM
233882010-01-24 Mark Mitchell <mark@codesourcery.com>
23389
23390 PR c++/42748
23391 * config/arm/arm.c (arm_mangle_type): Do not warn about changes to
23392 mangling of va_list in system headers.
23393
a90352a0
TM
233942010-01-23 Toon Moene <toon@moene.org>
23395
23396 * tree-predcom.c (combine_chains): Return NULL, not false.
23397
e96d7dd7
JR
233982010-01-23 Joern Rennecke <amylaar@spamcop.net>
23399
23400 * tree-loop-distribution.c (distribute_loop): Fix declaration and
23401 initialization of variable res to agree with return type.
23402
65c0a517
SE
234032010-01-22 Steve Ellcey <sje@cup.hp.com>
23404
23405 * Makefile.in (tree-sra.o): Add $(EXPR_H) dependency.
23406 * tree-sra.c: Add include of expr.h.
23407
c47987fa
JJ
234082010-01-22 Jakub Jelinek <jakub@redhat.com>
23409
23410 * tree-into-ssa.c (maybe_register_def): If stmt ends the bb,
23411 insert the debug stmt on the single non-EH edge from the stmt.
23412
002cda0a
RH
234132010-01-22 Richard Henderson <rth@redhat.com>
23414
23415 PR tree-opt/42833
23416 * tree-sra.c (sra_modify_assign): Delay re-gimplification of
23417 the RHS until after generate_subtree_copies has insertted its
23418 code before the current statement.
23419
728d406c
JR
234202010-01-22 Joern Rennecke <amylaar@spamcop.net>
23421
23422 * doc/tm.texi (TARGET_MIN_DIVISIONS_FOR_RECIP_MUL): Fix return type.
23423
45bbb86d
JR
23424 * gcc-plugin.h (plugin_init): Use "C" likage for c++.
23425
7744b697
MJ
234262010-01-21 Martin Jambor <mjambor@suse.cz>
23427
23428 PR tree-optimization/42585
23429 * tree-sra.c (struct access): New field grp_total_scalarization.
23430 (dump_access): Dump the new field.
23431 (should_scalarize_away_bitmap): New variable.
23432 (cannot_scalarize_away_bitmap): Likewise.
23433 (sra_initialize): Allocate new bitmaps.
23434 (sra_deinitialize): Free new bitmaps.
23435 (create_access_1): New function.
23436 (create_access): Parts moved to create_access_1.
23437 (type_consists_of_records_p): New function.
23438 (completely_scalarize_record): Likewise.
23439 (build_access_from_expr): Set bit in cannot_scalarize_away_bitmap.
23440 (build_accesses_from_assign): Set bits in should_scalarize_away_bitmap.
23441 (sort_and_splice_var_accesses): Hint groups with a total_scalarization
23442 access.
23443 (analyze_all_variable_accesses): Completely scalarize small eligible
23444 records.
23445
fff08961
MJ
234462010-01-21 Martin Jambor <mjambor@suse.cz>
23447
23448 * tree-sra.c (build_ref_for_offset_1): Allow for zero size fields.
23449
a288b143
AH
234502010-01-21 Andrew Haley <aph@redhat.com>
23451
d819472d
UB
23452 * gcc.c (process_command): Move lang_specific_driver before
23453 setting cc_libexec_prefix.
a288b143 23454
4e62a017
RG
234552010-01-21 Richard Guenther <rguenther@suse.de>
23456
23457 PR middle-end/19988
23458 * fold-const.c (negate_expr_p): Pretend only negative
23459 real constants are easily negatable.
23460
ebf0bf7f
JJ
234612010-01-20 Janis Johnson <janis187@us.ibm.com>
23462 Jason Merrill <jason@redhat.com>
23463
23464 * tree.h (TYPE_TRANSPARENT_UNION): Replace with ...
23465 (TYPE_TRANSPARENT_AGGR): this, for union and record.
23466 * calls.c (initialize argument_information): Handle it.
23467 * c-common.c (handle_transparent_union_attribute): Use new name.
23468 * c-decl.c (finish_struct): Ditto.
23469 * c-typeck.c (type_lists_compatible_p): Ditto.
23470 (convert_for_assignment): Use new name and also handle record.
23471 * function.c (aggregate_value_p): Handle it.
23472 (pass_by_reference): Ditto.
23473 (assign_parm_data_types): Ditto.
23474 * print-tree.c (print_node): Ditto.
23475 * lto-streamer-in.c (unpack_ts_type_value_fields): Ditto.
23476 * lto-streamer-out.c (pack_ts_type_value_fields): Ditto.
23477 * tree.c (first_field): New fn.
23478
907c6efd
DK
234792010-01-21 Dave Korn <dave.korn.cygwin@gmail.com>
23480
23481 PR target/42818
23482 * config/i386/cygwin.h (CXX_WRAP_SPEC_LIST): Always apply wrappers,
23483 even when linking statically, for now.
23484
f827f659
AO
234852010-01-20 Alexandre Oliva <aoliva@redhat.com>
23486
23487 PR debug/42715
23488 * var-tracking.c (use_type): Choose MO_VAL_SET for REGs set
23489 without a cselib val.
23490 (count_uses): Accept MO_VAL_SET with no val on stores.
23491 (add_stores): Likewise.
23492
a85caf9e
JJ
234932010-01-20 Jakub Jelinek <jakub@redhat.com>
23494
23495 * var-tracking.c (check_value_val): Add a compile time assertion.
23496 (dv_is_decl_p): Simplify.
23497 (dv_as_decl, dv_as_value, dv_from_decl, dv_from_value): Only use
23498 gcc_assert if ENABLE_CHECKING.
23499
4a4d4c08
AO
235002010-01-20 Alexandre Oliva <aoliva@redhat.com>
23501
23502 PR debug/42782
23503 * var-tracking.c: Include tree-flow.h.
23504 (mem_dies_at_call): New.
23505 (dataflow_set_preserve_mem_locs): Use it.
23506 (dataflow_set_remove_mem_locs): Likewise.
23507 (dump_var): Renamed from dump_variable. Adjust all callers.
23508 (dump_var_slot): Renamed from dump_variable_slot. Likewise.
23509 * Makefile.in (var-tracking.o): Adjust deps.
23510
50e87e30
JR
235112010-01-20 Joern Rennecke <amylaar@spamcop.net>
23512
23513 * doc/tm.texi (TARGET_SCHED_SET_SCHED_FLAGS): Fix argument list.
23514
e9a8afaa
RG
235152010-01-20 Richard Guenther <rguenther@suse.de>
23516
23517 PR tree-optimization/42717
23518 * tree-ssa-dce.c (get_live_post_dom): Remove.
23519 (forward_edge_to_pdom): Take an arbitrary edge to copy
23520 degenerate PHI args from.
23521 (remove_dead_stmt): Use the first post-dominator even if it
23522 does not contain live statements as redirection destination.
23523
be2fd187
RG
235242010-01-20 Richard Guenther <rguenther@suse.de>
23525
23526 * tree-inline.c (estimate_num_insns): Handle EH builtins.
23527
1124098b
JJ
235282010-01-20 Jakub Jelinek <jakub@redhat.com>
23529
23530 * sel-sched.c (create_speculation_check): Remove set but not used
23531 variable twin.
23532 (try_transformation_cache): Remove set but not used variable ds.
23533 (calculate_privileged_insns): Remove set but not used variables
23534 cur_insn and min_spec_insn.
23535 (find_best_expr): Remove set but not used variable avail_n.
23536 * tree-predcom.c (base_names_in_chain_on): Remove set but not used
23537 variable e.
23538 * cgraphunit.c (assemble_thunk): Remove set but not used variable
23539 false_label.
23540 * haifa-sched.c (remove_notes): Remove set but not used variable prev.
23541 * graphite-clast-to-gimple.c (gloog): Remove set but not used variable
23542 new_scop_exit_edge.
23543
83a5ef25
FW
235442010-01-20 Felyza Wishbringer <fwishbringer@gmail.com>
23545
23546 PR bootstrap/42786
23547 * config.gcc (i[34567]86-*-*): Fix handling of athlon64 and athlon-fx
23548 cpu types. Add support for *-sse3 cpu types.
23549 (x86_64-*-*): Ditto.
23550
b5c0899b
JJ
235512010-01-20 Jakub Jelinek <jakub@redhat.com>
23552
23553 PR middle-end/42803
23554 * varasm.c (narrowing_initializer_constant_valid_p): Add CACHE
23555 argument, call initializer_constant_valid_p_1 instead of
23556 initializer_constant_valid_p, pass CACHE to it, return NULL
23557 immediately if first call returns NULL.
23558 (initializer_constant_valid_p_1): New function.
23559 (initializer_constant_valid_p): Use it.
23560
5f8f3f94
TQ
235612010-01-20 Thomas Quinot <quinot@adacore.com>
23562
23563 * tree.def (PLACEHOLDER_EXPR): Fix comment.
23564
80c35b40
JJ
235652010-01-20 Jakub Jelinek <jakub@redhat.com>
23566
23567 * dwarf2out.c (mem_loc_descriptor): Use DW_OP_mod for UMOD instead
23568 of MOD, handle MOD using DW_OP_{over,over,div,mul,minus}.
23569 (loc_list_from_tree): Don't handle unsigned division. Handle
23570 signed modulo using DW_OP_{over,over,div,mul,minus}.
23571 * unwind-dw2.c (execute_stack_op): Handle DW_OP_mod using unsigned
23572 modulo instead of signed.
23573
c72ea086
DD
235742010-01-20 DJ Delorie <dj@redhat.com>
23575
23576 * config/h8300/h8300.c (F): Add "in_epilogue" flag.
23577 (Fpa): Pass it
23578 (h8300_emit_stack_adjustment): Propogate it.
23579 (push): Pass it.
23580 (h8300_expand_prologue): Likewise.
23581 (h8300_expand_epilogue): Likewise.
23582
b61b1f17
MM
235832010-01-19 Michael Matz <matz@suse.de>
23584
23585 PR tree-optimization/41783
23586 * tree-data-ref.c (toplevel): Include flags.h.
23587 (dump_data_dependence_relation): Also dump the inputs if the
23588 result will be unknown.
23589 (split_constant_offset_1): Look through some conversions.
23590 * tree-predcom.c (determine_roots_comp): Restart a new chain if
23591 the offset from last element is too large.
23592 (ref_at_iteration): Deal also with MISALIGNED_INDIRECT_REF.
23593 (reassociate_to_the_same_stmt): Handle vector registers.
23594 * tree-vect-data-refs.c (vect_equal_offsets): Handle unary operations
23595 (e.g. conversions).
31b21739 23596 * tree-vect-loop-manip.c (vect_gen_niters_for_prolog_loop): Add
b61b1f17
MM
23597 wide_prolog_niters argument, emit widening instructions.
23598 (vect_do_peeling_for_alignment): Adjust caller, use widened
23599 variant of the iteration cound.
23600 * Makefile.in (tree-data-ref.o): Add $(FLAGS_H).
23601
b3d7e191
RR
236022010-01-19 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
23603
b61b1f17
MM
23604 PR target/38697
23605 * config/arm/neon-testgen.m (emit_automatics): New parameter
b3d7e191
RR
23606 features. Adjust for Fixed_return_reg feature.
23607 (test_intrinsic): Call emit_automatics with new feature.
b61b1f17 23608 * config/arm/neon.ml: Update copyright years.
b3d7e191
RR
23609 (features): New Fixed_return_reg feature.
23610 (ops): Update feature for Vget_low.
23611
2178b0f9
JJ
236122010-01-19 Jakub Jelinek <jakub@redhat.com>
23613
d6600130
JJ
23614 PR tree-optimization/42719
23615 * tree-outof-ssa.c (trivially_conflicts_p): Don't consider debug
23616 stmt uses.
23617
2178b0f9
JJ
23618 PR debug/42728
23619 * fwprop.c (all_uses_available_at): Return false if def_set dest
23620 is a REG that is used in def_insn.
23621
ab7e224a
JR
236222010-01-19 Joern Rennecke <amylaar@spamcop.net>
23623
23624 * doc/tm.texi (TARGET_FIXED_CONDITION_CODE_REGS): Add argument names.
23625
23626 (TARGET_CC_MODES_COMPATIBLE): Put return value in braces.
23627 Add argument names.
23628
23629 (TARGET_SCHED_INIT_SCHED_CONTEXT): Clarify language.
23630
f7154d49
JR
23631 * target.h (struct gcc_target) <secondary_reload>: Change type
23632 of last argument to secondary_reload_info *.
23633
f249b405
UB
236342010-01-18 Uros Bizjak <ubizjak@gmail.com>
23635
23636 PR target/42774
23637 * config/alpha/predicates.md (aligned_memory_operand): Return 0 for
23638 memory references with unaligned offsets. Remove CQImode handling.
23639 (unaligned_memory_operand): Return 1 for memory references with
23640 unaligned offsets. Remove CQImode handling.
23641
e23817b3
RG
236422010-01-18 Richard Guenther <rguenther@suse.de>
23643
23644 PR middle-end/39954
23645 * cfgexpand.c (expand_call_stmt): TER pointer arguments in
23646 builtin calls.
23647
1cfd38be
RG
236482010-01-18 Richard Guenther <rguenther@suse.de>
23649
23650 PR tree-optimization/42781
23651 * tree-ssa-structalias.c (find_what_var_points_to): Skip
b5e33e04 23652 restrict processing only if the original variable was artificial.
1cfd38be 23653
72392b81
JR
236542010-01-18 Joern Rennecke <amylaar@spamcop.net>
23655
23656 * doc/tm.texi (TARGET_ASM_FUNCTION_EPILOGUE): Update text on where to
23657 find number of popped argument bytes.
23658
23659 (TARGET_INVALID_WITHIN_DOLOOP): Put return value in braces.
23660 Fix the text that describes the return value for invalid insns.
23661
23662 (TARGET_SCHED_NEEDS_BLOCK_P): Fix return type. Fix argument list.
23663
23664 (TARGET_SCHED_IS_COSTLY_DEPENDENCE): Fix argument types.
23665 Clarify what 'cost of the -dependence' is. Fix quoting.
23666
0678ade0
JR
23667 * toplev.c (default_get_pch_validity): Rename argument to "sz".
23668 * doc/tm.texi (TARGET_GET_PCH_VALIDITY): Likewise.
23669
e5165811
JJ
236702010-01-17 Jakub Jelinek <jakub@redhat.com>
23671
23672 * dwarf2out.c (mem_loc_descriptor): Don't ICE on
23673 {S,U}S_{PLUS,MINUS,NEG,ABS,ASHIFT}.
23674
3b3f318a
RG
236752010-01-17 Richard Guenther <rguenther@suse.de>
23676
23677 PR middle-end/42248
23678 * function.c (split_complex_args): Take a VEC to modify.
23679 (assign_parms_augmented_arg_list): Build a VEC instead of
23680 a chain of PARM_DECLs.
23681 (assign_parms_unsplit_complex): Take a VEC of arguments.
23682 Do not fixup unmodified parms.
23683 (assign_parms): Deal with the VEC.
23684 (gimplify_parameters): Likewise.
23685
8eacd016
RG
236862010-01-17 Richard Guenther <rguenther@suse.de>
23687
23688 * tree-ssa-uncprop.c (uncprop_into_successor_phis): Fix PHI
23689 node existence check.
23690 * tree-vect-loop.c (vect_analyze_loop_form): Likewise.
23691 * tree-cfgcleanup.c (merge_phi_nodes): Likewise.
23692 * tree-ssa-dce.c (forward_edge_to_pdom): Likewise.
23693 * tree-cfg.c (gimple_execute_on_growing_pred): Likewise.
23694 (gimple_execute_on_growing_pred): Likewise.
23695
9adf0570
RG
236962010-01-17 Richard Guenther <rguenther@suse.de>
23697
23698 PR tree-optimization/42773
23699 * tree-ssa-pre.c (phi_translate_set): Fix check for PHI node existence.
23700 (compute_antic_aux): Likewise.
23701 (compute_partial_antic_aux): Likewise.
23702
a90110c3
JZ
237032010-01-17 Jie Zhang <jie.zhang@analog.com>
23704
23705 PR debug/42767
23706 * dwarf2out.c (mem_loc_descriptor): Handle SS_TRUNCATE
23707 and US_TRUNCATE.
23708
914d25dc
JR
237092010-01-17 Joern Rennecke <amylaar@spamcop.net>
23710
23711 * doc/tm.texi (TARGET_INIT_LIBFUNCS): Put @findex entries in order of
23712 appearance.
23713
23714 (TARGET_LEGITIMATE_ADDRESS_P): Add return type.
23715 Fix markup for strict argument.
23716
23717 (TARGET_SCHED_REORDER2): Fix argument types.
23718
23719 (TARGET_SCHED_DFA_PRE_CYCLE_INSN): Fix return type.
23720 (TARGET_SCHED_DFA_POST_CYCLE_INSN): Likewise.
23721
23722 (TARGET_SCHED_DFA_PRE_ADVANCE_CYCLE): Fix name.
23723 (TARGET_SCHED_DFA_POST_ADVANCE_CYCLE): Likewise.
23724
23725 (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD):
23726 Add argument name.
23727
23728 (TARGET_SCHED_ALLOC_SCHED_CONTEXT): Remove duplicate documentation.
23729 (TARGET_SCHED_INIT_SCHED_CONTEXT): Likewise.
23730 (TARGET_SCHED_SET_SCHED_CONTEXT): Likewise.
23731 (TARGET_SCHED_CLEAR_SCHED_CONTEXT): Likewise.
23732 (TARGET_SCHED_FREE_SCHED_CONTEXT): Likewise.
23733
23734 (TARGET_SCHED_SET_SCHED_CONTEXT): Fix typo.
23735
23736 (TARGET_SCHED_GEN_SPEC_CHECK): Fix name.
23737
23738 (TARGET_ASM_RELOC_RW_MASK): Add return type.
23739 (TARGET_MANGLE_DECL_ASSEMBLER_NAME): Fix return type.
23740
23741 (TARGET_STRIP_NAME_ENCODING): Fix markup of return type and parameter.
23742
23743 (TARGET_ASM_FILE_START): Put @findex before paragraph start.
23744 Use prototype.
23745
23746 (TARGET_ASM_NAMED_SECTION): Fix argument list.
23747
23748 (TARGET_HAVE_NAMED_SECTIONS): Use @deftypevr.
23749 (TARGET_HAVE_SWITCHABLE_BSS_SECTIONS): Likewise.
23750
23751 (TARGET_ASM_RECORD_GCC_SWITCHES_SECTION): Use @deftypevr.
23752
23753 (TARGET_ASM_ASSEMBLE_VISIBILITY): Fix argument types.
23754
23755 (TARGET_ASM_MARK_DECL_PRESERVED): Fix argument and markup
23756 referring to it. Fix language.
23757
23758 (TARGET_HAVE_CTORS_DTORS): Use @deftypevr.
23759
23760 (TARGET_ASM_FINAL_POSTSCAN_INSN): Adjust name of first argument.
23761
23762 (TARGET_ASM_EMIT_UNWIND_LABEL): Add argument types.
23763
23764 (TARGET_ASM_EMIT_EXCEPT_TABLE_LABEL): Add type to argument.
23765
23766 (TARGET_UNWIND_EMIT): Remove space between 'FILE *' and
23767 '@var{stream}. Remove stray 'and'.
23768
23769 (TARGET_ARM_EABI_UNWINDER): Use @deftypevr.
23770
23771 (TARGET_ASM_OUTPUT_DWARF_DTPREL): Adjust name of first argument.
23772
23773 (TARGET_SET_DEFAULT_TYPE_ATTRIBUTES): Add missing article.
23774
31b21739 23775 (TARGET_OPTION_VALID_ATTRIBUTE_P): Fix name, it was
914d25dc
JR
23776 misspelled as TARGET_VALID_OPTION_ATTRIBUTE_P.
23777
23778 (TARGET_GET_PCH_VALIDITY): Put 'void *' in braces.
23779 Fix description of return value.
23780 Rename argument "sz" to "len."
23781
23782 (TARGET_CXX_GUARD_MASK_BIT): Add missing article.
23783 Clarify meaning of 'true' return value.
23784
23785 (TARGET_SHIFT_TRUNCATION_MASK): Fix return type.
23786
23787 (TARGET_MODE_REP_EXTENDED): Fix two inconsisent uses of
23788 rep_mode versus mode_rep.
23789
23790 (TARGET_HANDLE_PRAGMA_EXTERN_PREFIX): Document.
23791
23792 (TARGET_BUILTIN_DECL): Fix name.
23793
23794 (TARGET_COMMUTATIVE_P): Fix type of first argument.
23795
23796 (TARGET_SET_CURRENT_FUNCTION): Mention possibility of cfun being NULL.
23797
23798 (TARGET_BRANCH_TARGET_REGISTER_CLASS): Fix return type.
23799
23800 (TARGET_USE_LOCAL_THUNK_ALIAS_P): Document as macro instead of hook.
23801
23802 (TARGET_RELAXED_ORDERING): Use @deftypevr.
23803
23804 (TARGET_GET_DRAP_RTX): Note that this is a hook.
23805 Clarify language.
23806
5eb7ce91
JR
23807 (TARGET_BUILTIN_RECIPROCAL): Fix argument types.
23808 Rename argument tm_fn to md_fn.
23809
d2143a2f
JR
23810 (TARGET_OPTION_PRINT): Fix argument list.
23811
8f7fd2da
HJ
238122010-01-16 Harsha Jagasia <harsha.jagasia@amd.com>
23813
23814 PR target/42664
23815 * config/i386/i386.c (ix86_fixup_binary_operands):
23816 Revert FMA4 fixup of operands.
23817
2fdb618d
RW
238182010-01-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
23819
23820 PR gcc/42525
23821 * Makefile.in (write_entries_to_file, install-plugin):
23822 Use \012 instead of \n with tr.
23823
636cf8b1
RS
238242010-01-16 Richard Sandiford <r.sandiford@uk.ibm.com>
23825
23826 * configure.ac (HAVE_AS_REF): New C macro.
23827 * configure: Regenerate.
23828 * config.in: Likewise.
23829 * collect2.c (main): Only postpone SCAN_DWEH to the second pass
23830 if HAVE_AS_REF.
23831 * config/rs6000/aix.h (ASM_OUTPUT_DWARF_TABLE_REF): Only define
23832 if HAVE_AS_REF.
23833
b6fd8800
JR
238342010-01-16 Joern Rennecke <amylaar@spamcop.net>
23835
23836 * doc/tm.texi (TARGET_USE_BLOCKS_FOR_CONSTANT_P): Fix argument types.
23837
23838 (TARGET_SUPPORT_VECTOR_MISALIGNMENT): Fix argument types.
23839
23840 (TARGET_USE_ANCHORS_FOR_SYMBOL_P): Fix argument types.
23841
23842 (TARGET_SCHED_ALLOC_SCHED_CONTEXT): Put 'void *' in braces.
23843
23844 (TARGET_IN_SMALL_DATA_P): Fix argument type.
23845
23846 (TARGET_BINDS_LOCAL_P): Fix argument type.
23847
23848 (TARGET_ASM_FILE_END): Use prototype.
23849
23850 (TARGET_ASM_RECORD_GCC_SWITCHES): Don't put 'int' in braces.
23851
23852 (TARGET_DWARF_CALLING_CONVENTION): Fix argument type.
23853
23854 (TARGET_COMP_TYPE_ATTRIBUTES): Fix argument types.
23855
23856 (TARGET_VALID_DLLIMPORT_ATTRIBUTE_P): Fix argument type.
23857
23858 (TARGET_EMUTLS_VAR_ALIGN_FIXED): Don't put 'bool' in braces.
23859 (TARGET_EMUTLS_DEBUG_FORM_TLS_ADDRESS): Likewise.
23860
23861 (TARGET_PCH_VALID_P): Put 'const char *' in braces.
23862 (TARGET_CHECK_PCH_TARGET_FLAGS): Likewise.
23863
23864 (TARGET_ADDR_SPACE_LEGITIMATE_ADDRESS_P): Don't put 'bool' in braces.
23865 (TARGET_ADDR_SPACE_SUBSET_P): Likewise.
23866 (TARGET_ADDR_SPACE_LEGITIMIZE_ADDRESS): Don't put 'rtx' in braces.
23867 (TARGET_ADDR_SPACE_CONVERT): Likewise.
23868
23869 (TARGET_CASE_VALUES_THRESHOLD): Put 'unsigned int' in braces.
23870
23871 (TARGET_MACHINE_DEPENDENT_REORG: Use prototype.
23872
23873 (TARGET_INIT_BUILTINS): Use prototype.
23874
23875 (TARGET_INVALID_ARG_FOR_UNPROTOTYPED_FN):
23876 Put 'const char *' in braces. Fix parameter types.
23877 (TARGET_INVALID_CONVERSION): Fix parameter types.
23878 (TARGET_INVALID_UNARY_OP, TARGET_INVALID_BINARY_OP): Likewise.
23879 (TARGET_INVALID_PARAMETER_TYPE, TARGET_INVALID_RETURN_TYPE): Likewise.
23880
23881 (TARGET_PROMOTED_TYPE): Remove braces around 'tree'.
23882 Fix argument type.
23883
23884 (TARGET_CONVERT_TO_TYPE): Remove braces around 'tree'.
23885
23886 (TARGET_ALLOCATE_STACK_SLOTS_FOR_ARGS): Remove braces around 'bool'.
23887
9ddb66ef
JR
238882010-01-15 Joern Rennecke <amylaar@spamcop.net>
23889
23890 * doc/tm.texi (TARGET_HELP): Fix return type.
23891
23892 (TARGET_PROMOTE_FUNCTION_MODE): Put 'enum machine_mode'
23893 in braces. Fix argument types.
23894
23895 (TARGET_LIBGCC_CMP_RETURN_MODE): Use prototype.
23896
23897 (TARGET_LIBGCC_SHIFT_COUNT_MODE): Use prototype.
23898
23899 (TARGET_MS_BITFIELD_LAYOUT_P): Fix argument type.
23900
23901 (TARGET_DECIMAL_FLOAT_SUPPORTED_P): Don't put 'bool' in braces.
23902 (TARGET_FIXED_POINT_SUPPORTED_P): Likewise.
23903
23904 (TARGET_MANGLE_TYPE): Fix argument types.
23905
23906 (TARGET_IRA_COVER_CLASSES): Use prototype.
23907
23908 (TARGET_BUILTIN_SETJMP_FRAME_VALUE): Fix return type. Use prototype.
23909
23910 (TARGET_CAN_ELIMINATE): Use identifiers for argument names.
23911
23912 (TARGET_PROMOTE_PROTOTYPES): Fix argument type.
23913
23914 (TARGET_MUST_PASS_IN_STACK): Fix argument type.
23915
23916 (TARGET_CALLEE_COPIES): Fix argument types.
23917
23918 (TARGET_SPLIT_COMPLEX_ARG): Fix argument type.
23919
23920 (TARGET_GIMPLIFY_VA_ARG_EXPR): Fix argument types.
23921
23922 (TARGET_FUNCTION_VALUE): Fix argument types.
23923
23924 (TARGET_RETURN_IN_MSB): Fix argument type.
23925
23926 (TARGET_RETURN_IN_MEMORY): Fix argument types.
23927
23928 (TARGET_ASM_CAN_OUTPUT_MI_THUNK): Fix argument types.
23929
23930 (TARGET_EXTRA_LIVE_ON_ENTRY): Fix argument type.
23931
23932 (TARGET_STRICT_ARGUMENT_NAMING): Make literal in text
23933 agree with return type.
23934
23935 (TARGET_PRETEND_OUTGOING_VARARGS_NAMED): Add Prototype.
23936
4a62494d
JY
239372010-01-15 Jing Yu <jingyu@google.com>
23938
23939 PR rtl-optimization/42691
23940 * combine.c (try_combine): Set changed_i3_dest to 1 when I2 and I3 set
23941 a pseudo to a constant and are merged, and adjust comments.
23942
a1b5171b
EB
239432010-01-15 Eric Botcazou <ebotcazou@adacore.com>
23944
23945 * config/i386/sse.md (avx_vperm2f128<mode>3): Fix typo.
23946
1197e789
RG
239472010-01-15 Richard Guenther <rguenther@suse.de>
23948
23949 PR middle-end/42739
23950 * tree-cfgcleanup.c (remove_forwarder_block): Move destination
23951 labels of computed or non-local gotos to the destination.
23952 * tree-cfg.c (gimple_verify_flow_info): Verify that a EH
23953 landing pad label is the first label.
23954
cbe80ff8
RG
239552010-01-15 Richard Guenther <rguenther@suse.de>
23956
23957 * tree-ssa-loop-im.c (gen_lsm_tmp_name): Fix bogus fallthru.
23958
c919858d
MM
239592010-01-14 Michael Meissner <meissner@linux.vnet.ibm.com>
23960
23961 PR target/42747
23962 * config/rs6000/rs6000.md (sqrtdf2): Split into expander and insn
23963 to allow generation of the xssqrtdp instruction on power7.
23964 (sqrtdf2_fpr): Ditto.
23965
5b1cbe14
JJ
239662010-01-14 Jakub Jelinek <jakub@redhat.com>
23967
ef5d1181
JJ
23968 PR middle-end/42674
23969 * c-decl.c (finish_function): Don't emit -Wreturn-type warnings in
23970 functions with noreturn attribute.
23971
5b1cbe14
JJ
23972 PR c++/42608
23973 * varasm.c (declare_weak): Add weak attribute to decl if it
23974 doesn't have one already.
23975 (assemble_external): Only add decls to weak_decls if they also
23976 have weak attribute.
23977
7d2a8452
AO
239782010-01-14 Alexandre Oliva <aoliva@redhat.com>
23979
23980 * var-tracking.c (var_reg_delete): Don't delete the association
23981 between REGs and values or one-part variables if the register
23982 isn't clobbered.
23983
d17af147
JJ
239842010-01-14 Jakub Jelinek <jakub@redhat.com>
23985
23986 PR debug/42657
23987 * tree-inline.c (copy_debug_stmt): Don't reset debug stmt just
23988 because its first operand is a non-localized variable.
23989
2f3cdcf5
MJ
239902010-01-14 Martin Jambor <mjambor@suse.cz>
23991
23992 PR tree-optimization/42706
23993 * tree-sra.c (encountered_recursive_call): New variable.
23994 (encountered_unchangable_recursive_call): Likewise.
23995 (sra_initialize): Initialize both new variables.
23996 (callsite_has_enough_arguments_p): New function.
23997 (scan_function): Call decl and flags check only for IPA-SRA, check
23998 whether there is a recursive call and whether it has enough arguments.
23999 (all_callers_have_enough_arguments_p): New function.
24000 (convert_callers): Look for recursive calls only when
24001 encountered_recursive_call is set.
24002 (ipa_early_sra): Bail out either if
24003 !all_callers_have_enough_arguments_p or
24004 encountered_unchangable_recursive_call.
24005
c02e2d5c
AM
240062010-01-14 Alexander Monakov <amonakov@ispras.ru>
24007
24008 * sel-sched.c: Add 2010 to copyright years.
24009 * sel-sched-ir.c: Likewise.
24010 * sel-sched-ir.h: Likewise.
24011
92e97cdd
MJ
240122010-01-14 Martin Jambor <mjambor@suse.cz>
24013
24014 PR tree-optimization/42714
24015 * tree-sra.c (sra_ipa_modify_assign): Handle incompatible-type
24016 constructors specially.
24017
a0463099
AK
240182010-01-14 Andi Kleen <ak@linux.intel.com>
24019
24020 * config/i386/drivers-i386.c (detect_caches_intel):
24021 Add l2sizekb parameter and fill in.
24022 (host_detect_local_cpu): Add l2sizekb, fill in.
24023 Add Atom small cache heuristic.
24024
240252010-01-14 Andi Kleen <ak@linux.intel.com>
24026
24027 * config/i386/drivers-i386.c (detect_caches_cpuid4):
24028 Add level3 parameter and fill in.
24029 (detect_caches_intel): Handle level3 cache.
24030
240312010-01-14 Andi Kleen <ak@linux.intel.com>
24032
24033 * config/i386/drivers-i386.c (host_detect_local_cpu):
24034 Fix core duo detection.
24035
240362010-01-14 Andi Kleen <ak@linux.intel.com>
24037
24038 * config/i386/drivers-i386.c (host_detect_local_cpu):
24039 Fix Atom detection.
24040
dd6739e3
AM
240412010-01-14 Alexander Monakov <amonakov@ispras.ru>
24042
24043 * config/rs6000/rs6000.c (rs6000_variable_issue): Rename to...
24044 (rs6000_variable_issue_1): this. Use...
24045 (rs6000_variable_issue): here. Reimplement. Print debug info.
24046
7898b93b
AM
240472010-01-14 Alexander Monakov <amonakov@ispras.ru>
24048
a0463099
AK
24049 * sel-sched-ir.c (sel_restore_other_notes): Rename to
24050 sel_restore_notes. Update all callers. Call reemit_notes
24051 for all insns.
7898b93b 24052
65b659ff
AB
240532010-01-14 Andrey Belevantsev <abel@ispras.ru>
24054
24055 PR rtl-optimization/42246
24056 * sel-sched-ir.h (get_all_loop_exits): Include exits from inner
24057 loops.
24058
c6486552
AB
240592010-01-14 Andrey Belevantsev <abel@ispras.ru>
24060
24061 * sel-sched.c (compute_av_set_at_bb_end): Do not test that number of
24062 all successors is the same as number of successors in current region.
24063
f07013eb
AM
240642010-01-14 Alexander Monakov <amonakov@ispras.ru>
24065
24066 * sel-sched.c (maybe_emit_renaming_copy): Exit early when expression
24067 to rename is not separable. Otherwise check that its LHS is not NULL.
24068
a9ced68b
AM
240692010-01-14 Alexander Monakov <amonakov@ispras.ru>
24070
24071 * sel-sched.c (choose_best_reg_1): Loop over all regs for mode.
24072
0c94f956
AM
240732010-01-14 Alexander Monakov <amonakov@ispras.ru>
24074
24075 * sel-sched.c (mark_unavailable_hard_regs): Do not try to search
24076 available registers when failed to discover LHS register class.
24077 Fix indentation. Update comment.
24078
136e01a3
AB
240792010-01-14 Andrey Belevantsev <abel@ispras.ru>
24080 Alexander Monakov <amonakov@ispras.ru>
24081
24082 PR rtl-optimization/42389
24083 * sel-sched.c (advance_one_cycle): Set FENCE_ISSUE_MORE
24084 to can_issue_more.
24085 (advance_state_on_fence): Likewise.
24086 (sel_target_adjust_priority): Print debug output only when
24087 sched_verbose >= 4, not 2.
24088 (get_expr_cost): Do not issue all unique insns on the next cycle.
24089 (fill_insns): Initialize can_issue_more from the value saved
24090 with the fence.
24091 * sel-sched-ir.c (flist_add): New parameter issue_more.
24092 Init FENCE_ISSUE_MORE with it.
24093 (merge_fences): Likewise.
24094 (init_fences): Update call to flist_add.
24095 (add_to_fences, add_clean_fence_to_fences)
24096 (add_dirty_fence_to_fences): Likewise.
24097 (move_fence_to_fences): Update call to merge_fences.
24098 (invoke_reorder_hooks): Do not reset can_issue_more on insns from
24099 sched groups.
24100 * sel-sched-ir.h (struct _fence): New field issue_more.
24101 (FENCE_ISSUE_MORE): New accessor macro.
24102
762bffba
AB
241032010-01-14 Andrey Belevantsev <abel@ispras.ru>
24104
24105 PR rtl-optimization/42388
24106 * sel-sched-ir.c (maybe_tidy_empty_bb): Do not delete empty blocks
24107 that have no predecessors nor successors. Do not call move_bb_info
24108 for empty blocks outside of current region.
24109
14f30b87
AM
241102010-01-14 Alexander Monakov <amonakov@ispras.ru>
24111
24112 PR rtl-optimization/42294
24113 * sel-sched-ir.h (struct _sel_insn_data): Update comment.
24114 * sel-sched.c (move_exprs_to_boundary): Transitively add all
24115 originators' originators.
24116
8ec4d0ad
AM
241172010-01-14 Alexander Monakov <amonakov@ispras.ru>
24118
24119 PR rtl-optimization/39453
24120 PR rtl-optimization/42246
24121 * sel-sched-ir.c (considered_for_pipelining_p): Do not test
24122 for pipelining_p.
24123 (sel_add_loop_preheaders): Add preheader to last_added_blocks.
24124
b59ab570
AM
241252010-01-14 Andrey Belevantsev <abel@ispras.ru>
24126 Alexander Monakov <amonakov@ispras.ru>
24127
24128 PR middle-end/42245
24129 * sel-sched-ir.c (sel_recompute_toporder): New. Use it...
24130 (maybe_tidy_empty_bb): ... here. Make static. Add new
24131 argument. Update all callers.
24132 (tidy_control_flow): ... and here. Recompute topological order
24133 of basic blocks in region if necessary.
24134 (sel_redirect_edge_and_branch): Change return type. Return true
24135 if topological order might have been invalidated.
24136 (purge_empty_blocks): Export and move from...
24137 * sel-sched.c (purge_empty_blocks): ... here.
24138 * sel-sched-ir.h (sel_redirect_edge_and_branch): Update prototype.
c02e2d5c 24139 (maybe_tidy_empty_bb): Delete prototype.
b59ab570
AM
24140 (purge_empty_blocks): Declare.
24141
f4a4b582 241422010-01-14 Andrey Belevantsev <abel@ispras.ru>
0666ff4e 24143
b59ab570 24144 PR rtl-optimization/42249
0666ff4e
AB
24145 * sel-sched.c (try_replace_dest_reg): When chosen register
24146 and original register is the same, do not bail out early, but
24147 still check all original insns for validity of replacing destination
24148 register. Set EXPR_TARGET_AVAILABLE to 1 before leaving function
24149 in this case.
24150
5f8d5023
JJ
241512010-01-14 Jakub Jelinek <jakub@redhat.com>
24152
24153 PR c/42721
a0463099 24154 Port from no-undefined-overflow branch:
5f8d5023
JJ
24155 2009-03-09 Richard Guenther <rguenther@suse.de>
24156
a0463099 24157 * fold-const.c (add_double_with_sign): Fix unsigned overflow detection.
5f8d5023 24158
429c98c9
RG
241592010-01-14 Richard Guenther <rguenther@suse.de>
24160
24161 PR lto/42665
b5e33e04 24162 * gimple.c (iterative_hash_gimple_type): Avoid hashing error_mark_node.
429c98c9 24163
cd481d83
IR
241642010-01-14 Ira Rosen <irar@il.ibm.com>
24165
24166 PR tree-optimization/42709
24167 * tree-vect-slp.c (vect_get_constant_vectors): Use constant's type
24168 as scalar type in creation of constant vector operand.
24169
453897b4
RW
241702010-01-14 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
24171
24172 PR testsuite/42414
24173 * Makefile.in ($(TESTSUITEDIR)/site.exp, check-%)
24174 (check-parallel-%): Match `testsuite' directory component only
24175 at the end.
24176
5bc69b92
SZ
241772010-01-14 Shujing Zhao <pearly.zhao@oracle.com>
24178
24179 PR translation/39521
24180 * gcc.c (do_spec_1): Wrapped the error and notice messages of specs
24181 strings with _().
24182
5db959b6
RG
241832010-01-13 Richard Guenther <rguenther@suse.de>
24184
24185 PR tree-optimization/42730
24186 * tree-ssa-ccp.c (maybe_fold_stmt_indirect): Add shortcut for
24187 offset zero.
24188
9540f5ef
SE
241892010-01-13 Steve Ellcey <sje@cup.hp.com>
24190
24191 PR target/pr42542
24192 * config/ia64/ia64.c (ia64_expand_vecint_compare): Convert GTU to GT
24193 for V2SI by subtracting (-(INT MAX) - 1) from both operands to make
24194 them signed.
24195
84fb8ff5
BS
241962010-01-13 Bernd Schmidt <bernd.schmidt@analog.com>
24197
24198 * config/bfin/libgcc-bfin.ver: Regenerate based on current
24199 libgcc-std.ver. Add entries for ___smulsi3_highpart and
24200 ___umulsi3_highpart.
24201
6cca15ea
BS
24202 * config/bfin/bfin.c (bfin_reorg): Call run_selective_scheduling
24203 rather than schedule_insns if the pass is enabled.
24204
19656178
MJ
242052010-01-13 Martin Jambor <mjambor@suse.cz>
24206
24207 PR tree-optimization/42704
24208 * tree-sra.c (sra_modify_assign): Do not delete assignments to
24209 SSA_NAMEs.
24210
6dc93b16
MJ
242112010-01-13 Martin Jambor <mjambor@suse.cz>
24212
24213 PR tree-optimization/42703
24214 * tree-sra.c (analyze_access_subtree): Check that we can build a
24215 reference to the original data within the aggregate.
24216
1d21a8e5
RG
242172010-01-13 Richard Guenther <rguenther@suse.de>
24218
24219 PR tree-optimization/42705
b5e33e04 24220 * tree-ssa-reassoc.c (build_and_add_sum): Insert stmts after labels.
1d21a8e5 24221
48f30f62
RG
242222010-01-13 Richard Guenther <rguenther@suse.de>
24223
24224 PR middle-end/42716
24225 * fold-const.c (fold_unary_loc): Fold INDIRECT_REFs.
24226
9e73c690
JJ
242272010-01-13 Jakub Jelinek <jakub@redhat.com>
24228
24229 PR debug/41371
24230 * var-tracking.c (values_to_unmark): New variable.
24231 (find_loc_in_1pdv): Clear VALUE_RECURSED_INTO of values in
24232 values_to_unmark vector. Moved body to...
24233 (find_loc_in_1pdv_1): ... this. Don't clear VALUE_RECURSED_INTO,
24234 instead queue it into values_to_unmark vector.
24235 (vt_find_locations): Free values_to_unmark vector.
24236
dc2f28c5
WG
242372010-01-13 Wolfgang Gellerich <gellerich@de.ibm.com>
24238
24239 * config/s390/s390.c (override_options): Set
24240 default of max-pending-list-length to 256
24241
688a482d
RG
242422010-01-13 Richard Guenther <rguenther@suse.de>
24243
24244 PR lto/42678
24245 * tree-pass.h (PROP_gimple_lcx): New.
24246 * cfgexpand.c (pass_expand): Require PROP_gimple_lcx.
24247 * passes.c (init_optimization_passes): Move pass_lower_complex_O0
24248 before the final cleanup_eh.
24249 (dump_properties): Dump PROP_gimple_lcx.
24250 * tree-complex.c (pass_lower_complex): Provide PROP_gimple_lcx.
24251 (tree_lower_complex_O0): Remove.
24252 (gate_no_optimization): Run if PROP_gimple_lcx is not set.
24253 (pass_lower_complex_O0): Provide PROP_gimple_lcx. Run
24254 tree_lower_complex, schedule TODO_update_ssa.
24255 * lto-streamer-out.c (output_function): Stream the functions
24256 properties.
24257 * lto-streamer-in.c (input_function): Likewise.
24258 (lto_read_body): Do not override them here.
24259
e616f54d
JM
242602010-01-12 Joseph Myers <joseph@codesourcery.com>
24261
24262 PR c/42708
24263 * c-typeck.c (build_c_cast): Fold value cast to union type before
24264 wrapping it in a CONSTRUCTOR.
24265
b4ab701f
JJ
242662010-01-12 Jakub Jelinek <jakub@redhat.com>
24267
24268 PR rtl-optimization/42699
24269 * cse.c (cse_insn): Optimize lhs ZERO_EXTRACT if only CONST_INTs are
24270 involved.
24271
4dde664f
RO
242722010-01-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
24273
24274 * config/mips/iris6.h (SUBTARGET_DONT_WARN_UNUSED_SPEC,
24275 SUBTARGET_WARN_UNUSED_SPEC): Move ...
24276 config/mips/iris.h (SUBTARGET_DONT_WARN_UNUSED_SPEC,
24277 SUBTARGET_WARN_UNUSED_SPEC): ... here
24278 * config/mips/iris5.h (LIBGCC_SPEC): Define.
24279
24fe19c3
JB
242802010-01-12 Julian Brown <julian@codesourcery.com>
24281
a0463099 24282 * config/arm/neon-schedgen.ml (Utils): Don't try to
24fe19c3 24283 open missing module.
a0463099 24284 (find_with_result): New.
24fe19c3 24285
082ab5ff
JJ
242862010-01-12 Jakub Jelinek <jakub@redhat.com>
24287
4942b76b
JJ
24288 PR debug/42662
24289 * simplify-rtx.c (simplify_relational_operation_1): Avoid invalid rtx
24290 sharing when canonicalizing ({lt,ge}u (plus a b) b).
24291
082ab5ff
JJ
24292 PR tree-optimization/42645
24293 * tree-inline.c (processing_debug_stmt): Move earlier. Make static.
24294 (remap_ssa_name): If processing_debug_stmt and name wasn't found in
24295 decl_map, set processing_debug_stmt to -1 and return name without
24296 any remapping.
24297
977f7997
DK
242982010-01-11 Dave Korn <dave.korn.cygwin@gmail.com>
24299
24300 * doc/install.texi (Specific#x-x-cygwin): Document minimum required
24301 binutils version, and reword target configuration description.
24302
2685baa1
AH
243032010-01-11 Andy Hutchinson <hutchinsonandy@gcc.gnu.org>
24304
a0463099 24305 * config/avr/avr.h (LINKER_NAME): Remove.
2685baa1 24306
3767f512
JJ
243072010-01-11 Janis Johnson <janis187@us.ibm.com>
24308
24309 PR target/42416
24310 * config/rs6000/rs6000.c (rs6000_override_options): On targets
24311 that support VSX, warn for -mno-altivec if vsx is not disabled,
24312 and disable vsx.
24313
f94e1d66
JM
243142010-01-11 Joseph Myers <joseph@codesourcery.com>
24315 Shujing Zhao <pearly.zhao@oracle.com>
a0463099 24316
f94e1d66
JM
24317 PR translation/42469
24318 * common.opt (Wframe-larger-than=, fcompare-debug=, fdbg-cnt=,
24319 fira-verbose=, flto-compression-level=, fplugin-arg-): Use tab
24320 character between option name and help text.
24321 * c.opt (imultilib): Likewise.
24322
06bfe1d0
RAE
243232010-01-10 Rafael Avila de Espindola <espindola@google.com>
24324
24325 * lto-streamer-out.c (output_unreferenced_globals): Output static
24326 variables.
24327
c21f33b6
SB
243282010-01-10 Steven Bosscher <steven@gcc.gnu.org>
24329
24330 PR rtl-optimization/42621
24331 * bb-reorder.c (gate_duplicated_computed_gotos): Only run if not
24332 optimizing for size.
24333 (duplicate_computed_gotos): Remove now-redundant check.
24334
30ce157e
SE
243352010-01-10 Steve Ellcey <sje@cup.hp.com>
24336
24337 PR target/37454
24338 * configure.ac: Save and restore LDFLAGS and LIBS
24339 * configure: Regenerate.
24340
ab996409
RG
243412010-01-10 Richard Guenther <rguenther@suse.de>
24342
24343 PR middle-end/42667
24344 * builtins.c (fold_builtin_strlen): Add type argument and
24345 convert the resulting length to it.
24346 (fold_builtin_1): Adjust.
24347
7234a615
JJ
243482010-01-09 Jakub Jelinek <jakub@redhat.com>
24349
24350 * config/rs6000/rs6000.c (rs6000_emit_set_long_const): Shorten
24351 sequence for DImode constants >= 0x80000000UL <= 0xFFFFFFFFUL by
24352 1 insn.
24353 (num_insns_constant_wide): Adjust for that change.
24354
994ae26c
AO
243552010-01-09 Alexandre Oliva <aoliva@redhat.com>
24356
24357 PR debug/42631
24358 * web.c (union_defs): Add used argument, to combine uses of
24359 uninitialized regs.
24360 (entry_register): Adjust type and tests of used argument.
24361 (web_main): Widen used for new use. Pass it to union_defs.
24362 * df.h (union_defs): Adjust prototype.
24363
60c48e4c
AO
243642010-01-09 Alexandre Oliva <aoliva@redhat.com>
24365
24366 PR debug/42630
24367 * loop-unroll.c (referenced_in_one_insn_in_loop_p): Count debug
24368 uses in new incoming argument. Free body.
24369 (reset_debug_uses_in_loop): New.
24370 (analyze_insn_to_expand_var): Call the latter if the former found
24371 anything. Fix whitespace. Reject invalid dest overlaps before
24372 going through all insns in the loop.
24373
bb956f3e
AO
243742010-01-09 Alexandre Oliva <aoliva@redhat.com>
24375
24376 PR debug/42629
24377 * haifa-sched.c (dying_use_p): Debug insns don't count.
24378
5de8da9b
AO
243792010-01-09 Alexandre Oliva <aoliva@redhat.com>
24380
24381 PR middle-end/42363
24382 * gimplify.c (gimplify_modify_expr): Drop lhs on noreturn calls.
24383 * tree-cfg.c (is_ctrl_altering_stmt): Don't compute flags twice.
24384 (verify_gimple_call): Reject LHS in noreturn calls.
24385
684f25f4
AO
243862010-01-09 Alexandre Oliva <aoliva@redhat.com>
24387
24388 PR debug/42604
24389 PR debug/42395
24390 * tree-vect-loop-manip.c (adjust_info): New type.
24391 (adjust_vec): New pointer to vector.
24392 (adjust_debug_stmts_now, adjust_vec_debug_stmts): New.
24393 (adjust_debug_stmts, adjust_phi_and_debug_stmts): New.
24394 (slpeel_update_phis_for_duplicate_loop): Use them.
24395 (slpeel_update_phi_nodes_for_guard1): Likewise.
24396 (slpeel_update_phi_nodes_for_guard2): Likewise.
24397 (slpeel_tree_peel_loop_to_edge): Likewise.
24398 (vect_update_ivs_after_vectorizer): Likewise.
24399
0e00563c
AO
244002010-01-09 Alexandre Oliva <aoliva@redhat.com>
24401
24402 * vec.h (DEF_VEC_ALLOC_FUNC_O_STACK): Drop excess paren.
24403 (DEF_VEC_ALLOC_FUNC_I_STACK): Likewise.
24404
0ce659eb
AO
244052010-01-09 Alexandre Oliva <aoliva@redhat.com>
24406
24407 * config/i386/i386.c (ix86_vectorize_builtin_vec_perm): Silence
24408 bogus uninitialized warning.
24409
73c865fa
RG
244102010-01-09 Richard Guenther <rguenther@suse.de>
24411
24412 PR middle-end/42512
24413 * tree-scalar-evolution.c (interpret_loop_phi): Make sure
24414 the evolution is compatible with the initial condition.
24415
bd5c3aa5
JJ
244162010-01-09 Jakub Jelinek <jakub@redhat.com>
24417
24418 * gcc.c (process_command): Update copyright notice dates.
24419 * gcov.c (print_version): Likewise.
24420 * gcov-dump.c (print_version): Likewise.
24421 * mips-tfile.c (main): Likewise.
24422 * mips-tdump.c (main): Likewise.
24423
58f0ea2f
AH
244242010-01-08 Andy Hutchinson <hutchinsonandy@gcc.gnu.org>
24425
24426 PR target/41885
2685baa1 24427 * config/avr/avr.md (rotlqi3): Add CONST_INT_P check.
58f0ea2f
AH
24428 (rotlhi3): Delete.
24429 (rotlhi3_8): Delete.
24430 (rotlsi3): Delete.
24431 (rotlsi3_8): Delete.
24432 (rotlsi3_16): Delete.
24433 (rotlsi3_24): Delete.
24434 (rotl<mode>3): New.
24435 (*rotw<mode>3): New.
24436 (*rotb<mode>3): New.
2685baa1 24437 * config/avr/avr.c (avr_rotate_bytes): New function.
a0463099 24438 * config/avr/avr-proto.h (avr_rotate_bytes): New function.
58f0ea2f 24439
601fc26e
SE
244402010-01-08 Steve Ellcey <sje@cup.hp.com>
24441
24442 PR target/37454
24443 * configure.ac: Modify -rdynamic check.
24444 * configure: Regenerate.
24445
6a62ca52
DD
244462010-01-08 DJ Delorie <dj@redhat.com>
24447
24448 * config/sh/sh.c (sh_expand_epilogue): Fix interrupt handler
24449 register popping order.
24450
c59449fa
RG
244512010-01-08 Richard Guenther <rguenther@suse.de>
24452
24453 PR lto/42528
24454 * c.opt (fsigned-char): Also let LTO handle this option.
24455 (funsigned-char): Likewise.
24456
f68a75df
RG
244572010-01-07 Richard Guenther <rguenther@suse.de>
24458
24459 * gimple.h (gss_for_code): Wrap gcc_assert in ENABLE_CHECKING.
24460 (gimple_op): Likewise.
24461 (gimple_op_ptr): Likewise.
24462 (gimple_assign_set_lhs): Remove gcc_assert.
24463 (gimple_assign_set_rhs1): Likewise.
24464 (gimple_assign_set_rhs2): Likewise.
24465 (gimple_call_set_lhs): Likewise.
24466 (gimple_call_set_fn): Likewise.
24467 (gimple_call_set_fndecl): Likewise.
24468 (gimple_call_fndecl): Likewise.
24469 (gimple_call_return_type): Likewise.
24470 (gimple_call_set_chain): Likewise.
24471 (gimple_call_num_args): Likewise.
24472 (gimple_call_set_arg): Likewise.
24473 (gimple_cond_set_code): Likewise.
24474 (gimple_cond_set_lhs): Likewise.
24475 (gimple_cond_set_rhs): Likewise.
24476 (gimple_cond_set_true_label): Likewise.
24477 (gimple_cond_set_false_label): Likewise.
24478 (gimple_label_set_label): Likewise.
24479 (gimple_goto_set_dest): Likewise.
24480 (gimple_debug_bind_get_var): Wrap gcc_assert in ENABLE_CHECKING.
24481 (gimple_debug_bind_get_value): Likewise.
24482 (gimple_debug_bind_get_value_ptr): Likewise.
24483 (gimple_debug_bind_set_var): Likewise.
24484 (gimple_debug_bind_set_value): Likewise.
24485 (gimple_debug_bind_reset_value): Likewise.
24486 (gimple_debug_bind_has_value_p): Likewise.
24487 (gimple_return_retval_ptr): Remove gcc_assert.
24488 (gimple_return_retval): Likewise.
24489 (gimple_return_set_retval): Likewise.
24490 * tree-flow.h (struct gimple_df): Remove nonlocal_all member.
24491 (safe_referenced_var_iterator): Remove.
24492 (FOR_EACH_REFERENCED_VAR_SAFE): Likewise.
24493 * tree-flow-inline.h (gimple_nonlocal_all): Remove.
24494 (fill_referenced_var_vec): Remove.
24495 (first_readonly_imm_use): Remove redundant gcc_assert.
24496 (phi_arg_index_from_use): Combine gcc_asserts.
24497 (move_use_after_head): Wrap gcc_assert in ENABLE_CHECKING.
24498 (first_imm_use_stmt): Remove redundant gcc_assert.
24499 * tree-cfg.c (verify_gimple_call): Verify function and chain
24500 operands. Verify arguments.
24501 (verify_types_in_gimple_stmt): Verify condition code and labels.
24502
617531d9
RG
245032010-01-07 Richard Guenther <rguenther@suse.de>
24504
24505 PR tree-optimization/42641
24506 * sese.c (rename_map_elt_info): Use the SSA name version, do
24507 not hash pointers.
24508
4139c7ef
JJ
245092010-01-07 Jakub Jelinek <jakub@redhat.com>
24510
24511 PR tree-optimization/42625
24512 * cgraph.c (cgraph_make_node_local): Clear DECL_COMDAT*,
b5e33e04 24513 TREE_PUBLIC, DECL_WEAK and DECL_EXTERNAL also for same_body aliases.
4139c7ef 24514
01094033
DS
245152010-01-07 Duncan Sands <baldrick@free.fr>
24516
24517 * Makefile.in (PLUGIN_HEADERS): Add version.h.
24518
4b9ed9aa
UB
245192010-01-07 Uros Bizjak <ubizjak@gmail.com>
24520
24521 PR target/42511
24522 * ifcvt.c (dead_or_predicable): Also remove REG_EQUAL note when
24523 note itself is not function_invariant_p.
24524
f50f5566
SB
245252009-01-07 Steven Bosscher <steven@gcc.gnu.org>
24526
24527 * gcse.c (execute_rtl_cprop, execute_rtl_pre, execute_rtl_hoist):
24528 Do not add the DF_NOTE problem.
24529 * store-motion.c (execute_rtl_store_motion): Likewise.
24530
d05fe940
MJ
245312010-01-07 Martin Jambor <mjambor@suse.cz>
24532
24533 PR tree-optimization/42157
24534 * tree-sra.c (compare_access_positions): Stabilize sort if both
24535 accesses have integer types, return zero immediately if they are the
24536 same.
24537
e67271bd
RH
245382010-01-06 Richard Henderson <rth@redhat.com>
24539
24540 PR middle-end/41883
24541 * haifa-sched.c (add_to_note_list): Merge into ...
24542 (concat_note_lists): ... here, and ...
24543 (unlink_other_notes, rm_other_notes): Merge into...
24544 (remove_notes): ... here. Create REG_SAVE_NOTEs for
a0463099 24545 NOTE_INSN_EPILOGUE_BEG.
e67271bd 24546
6209a13e
RG
245472010-01-06 Richard Guenther <rguenther@suse.de>
24548
24549 * ipa-inline.c (cgraph_decide_inlining_incrementally): Do
24550 not inline regular functions into always-inline functions.
24551
5f75e477
NC
245522010-01-06 Nick Clifton <nickc@redhat.com>
24553
24554 * config/rx/rx.h (enum rx_cpu_type): Add RX200.
24555 (CC1_SPEC): Issue an error message if -mcpu=rx200 and -fpu are
24556 used together.
24557 (OVERRIDE_OPTIONS): Delete.
24558 (OPTIMIZATION_OPTIONS): Define.
24559 (ALLOW_RX_FPU_INSNS): Define only in terms of -fpu option.
24560 * config/rx/rx.c (rx_handle_option): Issue an error message if
24561 -mcpu=rx200 and -fpu are used together.
24562 (rx_set_optimization_options): New function. Issue an error
24563 message if an optimization attribute attempts to reset the FPU/
24564 math optimization pairing.
24565 * config/rx/rx-protos.h (rx_set_optimization_options): Prototype.
24566 * config/rx/rx.opt: Set the default to 32-bit doubles.
24567 * config/rx/t-rx: Add multilibs for -nofpu option.
24568 * doc/invoke.texi: Update documentation of RX options.
24569
13de9095
RG
245702010-01-06 Richard Guenther <rguenther@suse.de>
24571
24572 * tree-ssa-pre.c (name_to_id): New global.
24573 (alloc_expression_id): Simplify SSA name handling.
24574 (lookup_expression_id): Likewise.
24575 (init_pre): Zero name_to_id.
24576 (fini_pre): Free it.
24577
786c3fbc
UB
245782010-01-06 Uros Bizjak <ubizjak@gmail.com>
24579
24580 * ifcvt.c (if_convert): Output slim multiple dumps with TDF_SLIM.
24581
fa1a4144
L
245822010-01-05 H.J. Lu <hongjiu.lu@intel.com>
24583
24584 PR target/42542
24585 * config/i386/sse.md (smaxv2di3): New.
24586 (umaxv2di3): Likewise.
24587 (sminv2di3): Likewise.
24588 (uminv2di3): Likewise.
24589
208384fd
EB
245902010-01-05 Eric Botcazou <ebotcazou@adacore.com>
24591
24592 PR target/42564
24593 * config/sparc/sparc.h (SPARC_SYMBOL_REF_TLS_P): Delete.
24594 * config/sparc/sparc-protos.h (legitimize_pic_address): Likewise.
24595 (legitimize_tls_address): Likewise.
24596 (sparc_tls_referenced_p): Likewise.
24597 * config/sparc/sparc.c (sparc_expand_move): Use legitimize_tls_address
24598 and adjust calls to legitimize_pic_address.
24599 (legitimate_constant_p) Use sparc_tls_referenced_p.
24600 (legitimate_pic_operand_p): Likewise.
24601 (sparc_legitimate_address_p): Do not use SPARC_SYMBOL_REF_TLS_P.
24602 (sparc_tls_symbol_ref_1): Delete.
24603 (sparc_tls_referenced_p): Make static, recognize specific patterns.
24604 (legitimize_tls_address): Make static, handle CONST patterns.
24605 (legitimize_pic_address): Make static, remove unused parameter and
24606 adjust recursive calls.
24607 (sparc_legitimize_address): Make static, use sparc_tls_referenced_p
24608 and adjust call to legitimize_pic_address.
24609 (sparc_output_mi_thunk): Likewise.
24610
4b9ed9aa 246112010-01-05 Paolo Bonzini <bonzini@gnu.rg>
43d4b97d
L
24612 H.J. Lu <hongjiu.lu@intel.com>
24613
24614 PR target/42542
24615 * config/i386/i386.c (ix86_expand_int_vcond): Convert GTU to GT
24616 for V4SI and V2DI by subtracting (-(INT MAX) - 1) from both
24617 operands to make them signed.
24618
931c6b3e
UB
24619 Revert:
24620 2010-01-04 H.J. Lu <hongjiu.lu@intel.com>
24621
24622 PR target/42542
24623 * config/i386/i386.c (ix86_expand_int_vcond): Don't convert
24624 GTU to GT for V4SI and V2DI.
24625
24626 * config/i386/sse.md (umaxv4si3): Enabled for SSE4.1 and XOP.
24627 (umin<mode>3): Removed.
24628 (uminv8hi3): New.
43d4b97d
L
24629 (uminv4si3): Likewise.
24630
9bf4cdf5
MJ
246312010-01-05 Martin Jambor <mjambor@suse.cz>
24632
24633 PR tree-optimization/42462
24634 * ipa-inline.c (compute_inline_parameters): Pass node->decl instead of
24635 current_function_decl to helper functions and macros.
24636
6a4d4e8a
RO
246372010-01-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
24638
24639 PR bootstrap/41771
24640 * flags.h: Don't include real.h.
24641 (HONOR_NANS, HONOR_SNANS, HONOR_INFINITIES, HONOR_SIGNED_ZEROS,
24642 HONOR_SIGN_DEPENDENT_ROUNDING): Move ...
24643 * real.h (HONOR_NANS, HONOR_SNANS, HONOR_INFINITIES,
24644 HONOR_SIGNED_ZEROS, HONOR_SIGN_DEPENDENT_ROUNDING): ... here.
24645 * dominance.c: Update copyright.
24646 * gimple.c (walk_gimple_op): Remove inline.
24647 * tree-ssa-reassoc.c: Include real.h.
24648 * Makefile.in (FLAGS_H): Remove $(REAL_H).
24649 (tree-ssa-reassoc.o): Depend on $(REAL_H).
24650
105249d1
NC
246512010-01-05 Nick Clifton <nickc@redhat.com>
24652
24653 * config/rx/rx.c (rx_get_stack_layout): Fix allocation of second
24654 register to push into the stack frame when the accumulator has to
24655 be saved during interrupts.
24656
bc3c12a2
EF
246572010-01-05 Eric Fisher <joefoxreal@gmail.com>
24658
24659 * doc/invoke.texi: Remove the documentation about option
24660 -Wunreachable-code.
24661 * common.opt (Wunreachable-code): Preserved for backward
24662 compatibility.
24663 * tree-cfg.c: Remove the implementation of -Wunreachable-code.
24664 * opts.c (common_handle_option): Add OPT_Wunreachable_code to
24665 the backward compatibility flag section.
24666
1befacc8
RG
246672010-01-05 Richard Guenther <rguenther@suse.de>
24668
24669 * tree-ssa-pre.c (bitmap_value_insert_into_set): Optimize.
24670
566f27e4
JJ
246712010-01-05 Jakub Jelinek <jakub@redhat.com>
24672
7604eb4e
JJ
24673 PR other/42611
24674 * cfgexpand.c (expand_one_var): Diagnose too large variables.
24675
566f27e4
JJ
24676 PR tree-optimization/42508
24677 * tree-sra.c (convert_callers): Check for recursive call
24678 by comparing cgraph nodes instead of decls.
24679 (modify_function): Call ipa_modify_formal_parameters also
24680 on all same_body aliases.
24681
24682 * cgraphunit.c (cgraph_materialize_all_clones): Compare
24683 cgraph nodes when checking for same_body aliases.
24684
5f5126d6
RG
246852010-01-05 Richard Guenther <rguenther@suse.de>
24686
24687 * tree-ssa-pre.c (get_or_alloc_expr_for_name): Avoid redundant
24688 allocation and lookup.
24689 (get_or_alloc_expr_for_constant): Likewise.
24690 (phi_translate): Sink allocation.
24691
a7d04a53
RG
246922010-01-04 Richard Guenther <rguenther@suse.de>
24693
24694 * tree-ssa-sccvn.c (get_or_alloc_constant_value_id): Allocate
24695 a new entry only if needed.
24696 * tree-ssa-dom.c (lookup_avail_expr): Likewise.
24697 * tree-ssa-coalesce.c (find_coalesce_pair): Avoid one
24698 hashtable lookup.
24699 * tree-ssa-pre.c (sorted_array_from_bitmap_set): Pre-allocate
24700 the result array.
24701 (phi_translate): Handle CONSTANTs early.
24702
caee6ca1
MJ
247032010-01-04 Martin Jambor <mjambor@suse.cz>
24704
24705 PR tree-optimization/42398
24706 * tree-sra.c (struct access): Removed flag grp_different_types.
24707 (dump_access): Do not dump the removed flag.
24708 (sort_and_splice_var_accesses): Do not set the removed flag.
24709 (sra_modify_expr): Check for type compatibility directly.
24710
438789ff
MJ
247112010-01-04 Martin Jambor <mjambor@suse.cz>
24712
24713 PR tree-optimization/42366
24714 * ipa-cp.c (ipcp_init_stage): Always call ipa_compute_jump_functions on
24715 edges with variable number of parameters.
24716 * ipa-prop.c (ipa_write_node_info): Stream out uses_analysis_done
24717 flag instead of asserting it.
24718 (ipa_read_node_info): Read uses_analysis_done flag.
24719
9708c51d
RG
247202010-01-04 Richard Guenther <rguenther@suse.de>
24721
24722 * tree-ssa-sccvn.c (vn_reference_op_compute_hash): Use
24723 iterative_hash_* as intended.
24724 (vn_reference_compute_hash): Likewise. Simplify hashing
24725 SSA names.
24726 (vn_reference_lookup_2): Likewise.
24727 (vn_nary_op_compute_hash): Likewise.
24728 (vn_phi_compute_hash): Likewise.
24729 (expressions_equal_p): Remove strange code.
24730 * tree-ssa-pre.c (pre_expr_eq): Use gcc_unreachable ().
24731 (pre_expr_hash): Likewise. Simplify hashing SSA names.
24732 (bitmap_insert_into_set_1): Take value-id as parameter.
24733 (add_to_value): Pass it.
24734 (bitmap_insert_into_set): Likewise.
24735 (bitmap_value_insert_into_set): Likewise. Remove redundant check.
24736
94b90527
JJ
247372010-01-04 Jakub Jelinek <jakub@redhat.com>
24738
24739 PR driver/42442
24740 * gcc.c (SWITCH_IGNORE_PERMANENTLY): Define.
24741 (do_self_spec): For switches with SWITCH_IGNORE set set also
24742 SWITCH_IGNORE_PERMANENTLY.
24743 (check_live_switch): Check SWITCH_IGNORE_PERMANENTLY instead
24744 of SWITCH_IGNORE.
24745
785ca514
RAE
247462010-01-04 Rafael Avila de Espindola <espindola@google.com>
24747
24748 * lto-streamer-out.c (output_unreferenced_globals): Output the full
24749 tree of an unreferenced global var.
24750
22554cf9
L
247512010-01-04 H.J. Lu <hongjiu.lu@intel.com>
24752
24753 PR target/42542
24754 * config/i386/i386.c (ix86_expand_int_vcond): Don't convert
24755 GTU to GT for V4SI and V2DI.
24756
24757 * config/i386/sse.md (umaxv4si3): Enabled for SSE4.1 and XOP.
24758 (umin<mode>3): Removed.
24759 (uminv8hi3): New.
24760 (uminv4si3): Likewise.
24761
7152f51e
L
247622010-01-04 H.J. Lu <hongjiu.lu@intel.com>
24763
24764 PR lto/42581
24765 * collect2.c (main): Turn on trace in collect2 if -v is passed
24766 to gcc with LTO.
24767
f4262155
JQ
247682010-01-03 Jerry Quinn <jlquinn@optonline.net>
24769
24770 * doc/c-tree.texi (RETURN_STMT): Change to RETURN_EXPR. Update
24771 description of expression operand.
24772
55bcd32b
AJ
247732010-01-03 Andrew Jenner <andrew@codesourcery.com>
24774
24775 * configure.ac: Add install-html to target_list for Make-hooks.
24776 * configure: Regenerate.
24777 * fortran/Make-lang.in (F95_HTMLFILES): New.
24778 (fortran.html): Use it.
24779 (fortran.install-html): New.
24780 * Makefile.in (install-html): Add lang.install-html.
24781 * java/Make-lang.in (JAVA_HTMLFILES): New.
24782 (java.html): Use it.
24783 (java.install-html): New.
24784 * objc/Make-lang.in (objc.install-html): New.
24785 * objcp/Make-lang.in (obj-c++.install-html): New.
24786 * cp/Make-lang.in (c++.install-html): New.
24787 * ada/gcc-interface/Make-lang.in (ada.install-html): New.
24788 * lto/Make-lang.in (lto.install-html): New.
24789
f0d61983
L
247902010-01-03 H.J. Lu <hongjiu.lu@intel.com>
24791
24792 PR lto/42520
24793 * gcc.c (LINK_COMMAND_SPEC): Pass -m* and -v to -plugin-opt.
24794
2ad1dda0
SB
247952009-01-03 Steven Bosscher <steven@gcc.gnu.org>
24796
24797 PR rtl-optimization/41862
24798 * store-motion.c (store_killed_in_insn, compute_store_table,
24799 remove_reachable_equiv_notes, replace_store_insn,
24800 build_store_vectors): Ignore all DEBUG_INSNs.
24801
d7fb0a6d
L
248022010-01-03 H.J. Lu <hongjiu.lu@intel.com>
24803
24804 PR lto/41564
24805 * common.opt: Add dumpdir.
24806
24807 * gcc.c (cc1_options): Add "-dumpbase %B" only if -dumpbase
24808 isn't specified.
24809 (option_map): Add --dumpdir.
24810
24811 * gcc.h (DEFAULT_WORD_SWITCH_TAKES_ARG): Add dumpdir.
24812
24813 * lto-wrapper.c (run_gcc): Add -dumpbase and -dumpdir for -o.
24814
24815 * opts.c (decode_options): Try dump_dir_name first if
24816 dump_base_name isn't an absolute path.
24817 (common_handle_option): Handle OPT_dumpdir.
24818
24819 * toplev.c (dump_dir_name): New.
24820 (print_switch_values): Also ignore -dumpdir.
24821
24822 * toplev.h (dump_dir_name): New.
24823
ba1ee228
RG
248242010-01-03 Richard Guenther <rguenther@suse.de>
24825
24826 PR tree-optimization/42589
24827 * tree-ssa-math-opts.c (execute_optimize_bswap): Allow
24828 double-word expansion of bswap32.
24829
b0de17ef
SB
248302010-01-03 Steven Bosscher <steven@gcc.gnu.org>
24831
24832 * postreload-gcse.c (insert_expr_in_table): Replace BLOCK_NUM
24833 with BLOCK_FOR_INSN.
24834 * auto-inc-dec.c (attempt_change, get_next_ref, find_inc): Likewise.
24835 * ifcvt.c (noce_get_alt_condition, noce_try_abs,
24836 noce_process_if_block): Likewise.
24837 * gcse.c (compute_local_properties, insert_expr_in_table,
24838 insert_set_in_table, canon_list_insert, find_avail_set,
24839 pre_insert_copy_insn): Likewise.
24840
24841 * basic-block.h (BLOCK_NUM): Move from here...
24842 * sched-int.h (BLOCK_NUM): ... to here to localize it in the scheduler.
24843
a19eb9d2
RG
248442010-01-03 Richard Guenther <rguenther@suse.de>
24845
24846 PR tree-optimization/42438
24847 * tree-ssa-pre.c (struct bb_bitmap_sets): Add
24848 contains_may_not_return_call flag.
24849 (BB_MAY_NOTRETURN): New.
24850 (valid_in_sets): Trapping nary operations are not valid
24851 in blocks that may not return.
b5e33e04 24852 (insert_into_preds_of_block): Remove check for trapping expressions.
a19eb9d2
RG
24853 (compute_avail): Compute also BB_MAY_NOTRETURN.
24854
c41b7b13
GP
248552010-01-03 Gerald Pfeifer <gerald@pfeifer.com>
24856
24857 * doc/invoke.texi: Add 2010 to copyright years.
24858
4900aa61
EB
248592010-01-03 Eric Botcazou <ebotcazou@adacore.com>
24860
24861 * config/sparc/sparc.c: Fix formatting nits.
24862
711a778c 248632010-01-02 Gerald Pfeifer <gerald@pfeifer.com>
77102854 24864 Alexander Monakov <amonakov@ispras.ru>
711a778c
GP
24865
24866 * doc/invoke.texi (Optimize Options): Reword introduction a bit.
24867
1d86f5e9
RG
248682010-01-02 Richard Guenther <rguenther@suse.de>
24869
24870 PR middle-end/42577
24871 * tree-vrp.c (check_all_array_refs): Skip non-excutable blocks.
24872 (simplify_switch_using_ranges): Mark to be removed edges
24873 as non-executable.
24874
91e1a80a
JDA
248752010-01-02 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
24876
b86799ba
JDA
24877 * config/pa/t-slibgcc-dwarf-ver (SHLIB_SOVERSION): Bump by two.
24878
91e1a80a
JDA
24879 * collect2.c (scan_libraries): Add missing argument in call to
24880 scan_prog_file.
24881
248822010-01-02 Uros Bizjak <ubizjak@gmail.com>
24883
24884 PR target/42448
24885 * config/alpha/predicates.md (aligned_memory_operand): Return false
24886 for CQImode.
24887 (unaligned_memory_operand): Return true for CQImode.
24888 * config/alpha/alpha.c (get_aligned_mem): Assert that location
24889 doesn not cross aligned SImode word boundary.
24890
248912010-01-02 Anatoly Sokolov <aesok@post.ru>
24892
24893 * config/avr/avr.h (REG_OK_FOR_BASE_P, REG_OK_FOR_INDEX_P, XEXP_):
24894 Remove.
24895 * config/avr/avr-protos.h (avr_init_once, avr_optimization_options,
24896 avr_change_section, avr_reg_class_from_letter) : Remove declaration.
24897
248982010-01-02 Richard Guenther <rguenther@suse.de>
24899
24900 PR lto/41597
24901 * toplev.c (compile_file): Emit LTO marker properly. Change
24902 it to __gnu_lto_v1.
24903 * collect2.c (scan_prog_file): Adjust for changed LTO marker.
5a013dc4 24904
aecd4d81
RG
249052010-01-01 Richard Guenther <rguenther@suse.de>
24906
24907 PR debug/42455
02143d0b 24908 * tree-sra.c (analyze_all_variable_accesses): Work in DECL_UID order.
aecd4d81 24909
e4a95933
RG
249102010-01-01 Richard Guenther <rguenther@suse.de>
24911
24912 PR c/42570
24913 * c-decl.c (grokdeclarator): For zero-size arrays force
24914 structural equality checks as layout_type does.
24915
0bdf1263
L
249162010-01-01 H.J. Lu <hongjiu.lu@intel.com>
24917
24918 * builtins.c: Update copyright to 2010.
24919
91539475 249202010-01-01 H.J. Lu <hongjiu.lu@intel.com>
8589115b
DK
24921
24922 PR lto/42531
91539475 24923 * lto-streamer-out.c (produce_asm): Revert the last change.
8589115b
DK
24924 (copy_function): Likewise.
24925
91539475
L
24926 * lto-streamer.c (lto_get_section_name): Skip any leading
24927 asterisk in name.
20cdc2be 24928
91539475 249292010-01-01 Richard Guenther <rguenther@suse.de>
cf9eb565 24930
91539475
L
24931 PR middle-end/42559
24932 * builtins.c (get_object_alignment): Do not use DECL_ALIGN
24933 for LABEL_DECLs.
ad41bd84
JM
24934
24935\f
91539475 24936Copyright (C) 2010 Free Software Foundation, Inc.
ad41bd84
JM
24937
24938Copying and distribution of this file, with or without modification,
24939are permitted in any medium without royalty provided the copyright
24940notice and this notice are preserved.
This page took 4.431004 seconds and 5 git commands to generate.