1 2011-08-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3 * gthr-posix95.h: Remove.
4 * gthr.h [_PTHREADS95]: Remove.
5 * configure.ac (enable_threads): Remove posix95.
6 * configure: Regenerate.
7 * doc/install.texi (Configuration, --enable-threads): Remove
10 2011-08-07 Uros Bizjak <ubizjak@gmail.com>
13 * config/i386/i386.c (ix86_decompose_address): Allow zero-extended
15 (ix86_print_operand_address): Handle zero-extended addresses.
16 (memory_address_length): Add length of addr32 prefix for
17 zero-extended addresses.
18 (ix86_secondary_reload): Handle moves to/from double-word general
19 registers from/to zero-extended addresses.
20 * config/i386/predicates.md (lea_address_operand): Reject
21 zero-extended operands.
23 2011-08-08 H.J. Lu <hongjiu.lu@intel.com>
26 * config.gcc (libgcc_tm_file): Add i386/value-unwind.h for Linux/x86.
28 * system.h (REG_VALUE_IN_UNWIND_CONTEXT): Poisoned.
29 (ASSUME_EXTENDED_UNWIND_CONTEXT): Likewise.
31 * unwind-dw2.c (ASSUME_EXTENDED_UNWIND_CONTEXT): New.
32 (_Unwind_Context_Reg_Val): Likewise.
33 (_Unwind_Get_Unwind_Word): Likewise.
34 (_Unwind_Get_Unwind_Context_Reg_Val): Likewise.
35 (_Unwind_Context): Use _Unwind_Context_Reg_Val on the reg field.
36 (_Unwind_IsExtendedContext): Check ASSUME_EXTENDED_UNWIND_CONTEXT
37 for EXTENDED_CONTEXT_BIT.
38 (__frame_state_for): Likewise.
39 (uw_init_context_1): Likewise.
40 (_Unwind_GetGR): Updated.
41 (_Unwind_SetGR): Likewise.
42 (_Unwind_GetGRPtr): Likewise.
43 (_Unwind_SetGRPtr): Likewise.
44 (_Unwind_SetGRValue): Likewise.
45 (_Unwind_GRByValue): Likewise.
46 (uw_install_context_1): Likewise.
48 * doc/tm.texi.in: Document REG_VALUE_IN_UNWIND_CONTEXT and
49 ASSUME_EXTENDED_UNWIND_CONTEXT.
50 * doc/tm.texi: Regenerated.
52 2011-08-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
54 * Makefile.in (gengtype$(exeext)): Add $(LDFLAGS).
56 2011-08-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
58 * doc/invoke.texi (DEC Alpha Options, -mcpu): native support isn't
60 (DEC Alpha Options, -mtune): Likewise.
61 (MIPS Options, -march): native is supported on IRIX.
63 2011-08-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
65 * config/sparc/driver-sparc.c: New file.
66 * config/sparc/x-sparc: New file.
67 * config.host: Use driver-sparc.o, sparc/x-sparc on sparc*-*-solaris2*.
68 * config/sparc/sparc.opt (native): New value for enum processor_type.
69 * config/sparc/sparc-opts.h (PROCESSOR_NATIVE): Declare.
70 * config/sparc/sparc.c (sparc_option_override): Abort if
71 PROCESSOR_NATIVE gets here.
72 * config/sparc/sol2.h [__sparc__] (host_detect_local_cpu): Declare.
73 (EXTRA_SPEC_FUNCTIONS, MCPU_MTUNE_NATIVE_SPECS,
74 DRIVER_SELF_SPECS): Define.
75 * doc/invoke.texi (SPARC Options, -mcpu): Document native.
76 (SPARC Options, -mtune): Likewise.
77 * configure.ac (EXTRA_GCC_LIBS): Check for libkstat.
79 * configure: Regenerate.
80 * Makefile.in (EXTRA_GCC_LIBS): Set.
81 (xgcc$(exeext)): Add $(EXTRA_GCC_LIBS).
82 (cpp$(exeext)): Likewise.
84 2011-08-08 Richard Guenther <rguenther@suse.de>
86 * tree-vrp.c (extract_range_from_unary_expr_1): New function,
88 (extract_range_from_unary_expr): ... here. Handle BIT_NOT_EXPR
91 2011-08-08 Mikael Pettersson <mikpe@it.uu.se>
93 PR tree-optimization/50005
94 * ipa-inline-analysis (remap_predicate): Add cast to
95 silence signed/unsigned comparison warning.
97 2011-08-08 Richard Sandiford <richard.sandiford@linaro.org>
99 * modulo-sched.c (get_sched_window): Use a table for the debug output.
100 Print the current ii.
101 (sms_schedule_by_order): Reduce whitespace in dump line.
103 2011-08-08 Richard Sandiford <richard.sandiford@linaro.org>
105 * modulo-sched.c (get_sched_window): Use just one loop for predecessors
106 and one loop for successors. Fix upper bound of memory range.
108 2011-08-06 Uros Bizjak <ubizjak@gmail.com>
111 * config/alpha/alpha.c (alpha_instantiate_decls): New function.
112 (TARGET_INSTANTIATE_DECLS): New define.
114 2011-08-06 Paolo Bonzini <bonzini@gnu.org>
115 Mikael Morin <mikael.morin@sfr.fr>
117 * Makefile.in (INCLUDES_FOR_TARGET): New.
118 (LIBGCC2_CFLAGS): Use it.
119 (CRTSTUFF_CFLAGS): Use it instead of INCLUDES.
121 2011-08-06 Uros Bizjak <ubizjak@gmail.com>
123 * config/i386/i386.c (ix86_compute_frame_layout): Simplify
124 frame->save_regs_using_mov calculation.
126 2011-08-06 Uros Bizjak <ubizjak@gmail.com>
128 * config/i386/i386.md (ssemodesuffix): Remove V8SI mode.
129 * config/i386/sse.md (castmode): New mode attribute.
130 (avx_<castmode><avxsizesuffix>_<castmode>): Rename from
131 avx_<ssemodesuffix><avxsizesuffix>_<ssemodesuffix>.
133 2011-08-05 Jan Hubicka <jh@suse.cz>
136 * ipa-inline-analysis.c (remap_predicate): Add bounds check.
138 2011-08-05 Jan Hubicka <jh@suse.cz>
141 * tree-emultls.c (new_emutls_decl):Add alias_of parameter;
143 (create_emultls_var):New function.
144 (ipa_lower_emutls): Handle aliases correctly.
146 2011-08-05 Jan Hubicka <jh@suse.cz>
149 * ipa-inline.c (recursive_inlining): Look through aliases.
151 2011-08-05 Jason Merrill <jason@redhat.com>
153 * config/i386/i386.c (setup_incoming_varargs_ms_64): Move
154 declarations to beginning of function.
156 2011-08-05 Bernd Schmidt <bernds@codesourcery.com>
158 PR rtl-optimization/49900
159 * sched-ebb.c (add_deps_for_risky_insns): Also add dependencies to
160 ensure basic blocks stay in the same order.
162 2011-08-05 Aldy Hernandez <aldyh@redhat.com>
164 * config/s390/s390.c (s390_expand_cs_hqi): Add new arguments to
166 (s390_expand_atomic): Same.
168 2011-08-05 Richard Henderson <rth@redhat.com>
171 * dwarf2cfi.c (scan_insn_after): Split out of ...
172 (scan_trace): ... here. Correctly place notes wrt sequences.
174 2011-08-05 Kaz Kojima <kkojima@gcc.gnu.org>
175 Richard Henderson <rth@redhat.com>
178 * expr.c (fixup_args_size_notes): Look through no-op moves.
180 2011-08-05 Uros Bizjak <ubizjak@gmail.com>
182 * config/i386/i386.md (*push<mode>2): Use "o" constraint instead
183 of "m" for operand 0. Add type and mode attribute.
184 (*pushxf_nointeger"): Use "<" constraint for operand 0.
185 (*pushdf_rex64): New pattern, split out of *pushdf. Use "m"
186 constraint instead of "o" for opreand 1.
187 (*pushdf): Disable for TARGET_64BIT. Correct mode attribute.
188 (*movdi_internal_rex64): Use "!o" constraint instead of "!m" for
189 operand 0, alternative 4.
190 (*movdf_internal_rex64): Ditto for operand 0, alernative 6.
192 2011-08-05 Uros Bizjak <ubizjak@gmail.com>
194 * config/i386/predicates.md (lea_address_operand): Rename from
195 no_seg_address_operand.
196 * config/i386/i386.md (*lea_1): Update operand 1 predicate for rename.
197 (*lea_1_zext): Ditto.
199 (*lea_2_zext): Ditto.
201 2011-08-05 Uros Bizjak <ubizjak@gmail.com>
203 * config/i386/i386.c (ix86_print_operand_address): Handle SUBREGs of
204 parts.base and parts.index.
205 * config/i386/predicates.md (aligned_operand): Ditto.
206 (cmpxchg8b_pic_memory_operand): Ditto.
208 2011-08-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
210 * config/soft-fp: Move to ../libgcc.
211 * Makefile.in (SFP_MACHINE): Remove.
212 (libgcc-support): Remove $(SFP_MACHINE) dependency.
213 * config/arm/sfp-machine.h: Move to ../libgcc/config/arm.
214 * config/arm/t-arm-softfp: Move to
215 ../libgcc/config/arm/t-softfp.
216 * config/c6x/sfp-machine.h: Move to ../libgcc/config/c6x.
217 * config/c6x/t-c6x-softfp: Remove.
218 * config/i386/sfp-machine.h: Move to ../libgcc/config/i386.
219 * config/i386/t-fprules-softfp: Move to
220 ../libgcc/config/t-softfp-tf.
221 * config/ia64/sfp-machine.h: Move to ../libgcc/config/ia64.
222 * config/ia64/t-fprules-softfp: Remove.
223 * config/lm32/sfp-machine.h: Move to ../libgcc/config/lm32.
224 * config/lm32/t-fprules-softfp: Remove.
225 * config/moxie/sfp-machine.h: Remove.
226 * config/moxie/t-moxie-softfp: Remove.
227 * config/rs6000/darwin-ldouble-format: Move to
228 ../libgcc/config/rs6000/ibm-ldouble-format.
229 * config/rs6000/darwin-ldouble.c: Move to
230 ../libgcc/config/rs6000/ibm-ldouble.c
231 * config/rs6000/libgcc-ppc-glibc.ver: Move to ../libgcc/config/rs6000.
232 * config/rs6000/libgcc-ppc64.ver: Likewise.
233 * config/rs6000/sfp-machine.h: Likewise.
234 * config/rs6000/t-aix43 (SHLIB_MAPFILES): Remove
235 $(srcdir)/config/rs6000/libgcc-ppc64.ver.
236 (LIB2FUNCS_EXTRA): Remove.
237 (TARGET_LIBGCC2_CFLAGS): Remove.
238 * config/rs6000/t-aix52: Likewise
239 * config/rs6000/t-darwin (LIB2FUNCS_EXTRA): Remove
240 $(srcdir)/config/rs6000/darwin-ldouble.c.
241 (SHLIB_MAPFILES): Remove.
242 * config/rs6000/t-darwin64 (LIB2FUNCS_EXTRA): Remove
243 $(srcdir)/config/rs6000/darwin-ldouble.c.
244 * config/rs6000/t-fprules-softfp: Move to
245 ../libgcc/config/t-softfp-sfdf.
246 * config/rs6000/t-freebsd: Move to ../libgcc/config/rs6000.
247 * config/rs6000/t-linux64 (softfp_wrap_start, softfp_wrap_end): Remove.
248 * config/rs6000/t-ppccomm (LIB2FUNCS_EXTRA): Remove
249 $(srcdir)/config/rs6000/darwin-ldouble.c.
250 * config/score/sfp-machine.h: Move to ../libgcc/config/score.
251 * config/score/t-score-softfp: Remove.
252 * config.gcc (arm*-*-linux*): Remove arm/t-arm-softfp,
253 soft-fp/t-softfp from tmake_file.
254 (arm*-*-uclinux*): Likewise.
255 (arm*-*-ecos-elf): Likewise.
256 (arm*-*-eabi*, arm*-*-symbianelf*): Likewise.
257 (arm*-*-rtems*): Likewise.
258 (arm*-*-elf): Likewise.
259 (moxie-*-elf): Remove moxie/t-moxie-softfp, soft-fp/t-softfp from
261 (moxie-*-uclinux*): Likewise.
262 (moxie-*-rtems*): Likewise.
263 (lm32-*-elf*): Remove lm32/t-fprules-softfp, soft-fp/t-softfp from
265 (lm32-*-rtems*): Likewise.
266 (lm32-*-uclinux*): Likewise.
267 (powerpc-*-freebsd*): Remove rs6000/t-freebsd,
268 rs6000/t-fprules-softfp, soft-fp/t-softfp from tmake_file.
269 (powerpc-*-linux*, powerpc64-*-linux*): Remove
270 rs6000/t-fprules-softfp, soft-fp/t-softfp from tmake_file.
271 (score-*-elf): Remove score/t-score-softfp, soft-fp/t-softfp from
273 (tic6x-*-elf): Remove c6x/t-c6x-softfp, soft-fp/t-softfp from
275 (tic6x-*-uclinux): Likewise.
276 (i[34567]86-*-darwin*, x86_64-*-darwin*): Remove i386/t-fprules-softfp,
277 soft-fp/t-softfp from tmake_file.
278 (i[34567]86-*-linux*, x86_64-*-linux*, i[34567]86-*-kfreebsd*-gnu)
279 (x86_64-*-kfreebsd*-gnu, i[34567]86-*-gnu*): Likewise.
280 (i[34567]86-*-solaris2*, x86_64-*-solaris2.1[0-9]*): Likewise.
281 (i[34567]86-*-cygwin*, i[34567]86-*-mingw*, x86_64-*-mingw*): Likewise.
282 (i[34567]86-*-freebsd*, x86_64-*-freebsd*): Likewise.
284 2011-08-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
286 * Makefile.in (FPBIT_FUNCS, DPBIT_FUNCS, TPBIT_FUNCS): Remove.
287 (libgcc-support): Remove $(FPBIT), $(DPBIT), $(TPBIT) dependencies.
288 (libgcc.mvars): Remove FPBIT, FPBIT_FUNCS, DPBIT, DPBIT_FUNCS,
290 * config/fp-bit.c, config/fp-bit.h: Move to ../libgcc.
291 * config/arm/t-strongarm-elf (FPBIT, DPBIT, dp-bit.c, fp-bit.c):
293 * config/arm/t-vxworks: Likewise.
294 * config/arm/t-wince-pe: Likewise.
295 * config/avr/t-avr (fp-bit.c, FPBIT): Remove.
296 * config/bfin/t-bfin (FPBIT, DPBIT, dp-bit.c, fp-bit.c): Remove.
297 * config/bfin/t-bfin-elf: Likewise.
298 * config/bfin/t-bfin-linux: Likewise.
299 * config/bfin/t-bfin-uclinux: Likewise.
300 * config/cris/t-cris (FPBIT, DPBIT, dp-bit.c, tmplibgcc_fp_bit.c):
302 * config/fr30/t-fr30: Likewise.
303 * config/frv/t-frv: Likewise.
304 * config/h8300/t-h8300 (FPBIT, fp-bit.c): Remove.
305 * config/iq2000/t-iq2000 (FPBIT, DPBIT, dp-bit.c, fp-bit.c): Remove.
306 * config/m32c/t-m32c: Likewise.
307 * config/m32r/t-linux: (LIB2FUNCS_EXTRA, fp-bit.c, dp-bit.c): Remove.
308 * config/m32r/t-m32r (FPBIT, DPBIT, dp-bit.c, fp-bit.c): Remove.
309 * config/mcore/t-mcore: Likewise.
310 * config/mep/t-mep: Likewise.
311 * config/microblaze/t-microblaze: Likewise.
312 * config/mips/t-linux64 (TPBIT, tp-bit.c): Remove.
313 * config/mips/t-mips (FPBIT, DPBIT, dp-bit.c, fp-bit.c): Remove.
314 * config/mips/t-sdemtk (FPBIT, DPBIT): Remove.
315 * config/mips/t-sr71k (FPBIT, DPBIT, dp-bit.c, fp-bit.c): Remove.
316 * config/mn10300/t-linux: Remove.
317 * config/mn10300/t-mn10300 (FPBIT, DPBIT, dp-bit.c, fp-bit.c): Remove.
318 * config/pdp11/t-pdp11: Likewise.
319 * config/picochip/t-picochip (FPBIT, fp-bit.c): Remove.
320 * config/rs6000/ppc64-fp.c: Move to ../libgcc/config/rs6000.
321 * config/rs6000/t-aix43 (FPBIT, DPBIT, dp-bit.c, fp-bit.c): Remove.
322 (LIB2FUNCS_EXTRA): Remove $(srcdir)/config/rs6000/ppc64-fp.c.
323 * config/rs6000/t-aix52: Likewise.
324 * config/rs6000/t-darwin (LIB2FUNCS_EXTRA): Remove
325 $(srcdir)/config/rs6000/ppc64-fp.c.
326 * config/rs6000/t-fprules-fpbit: Remove.
327 * config/rs6000/t-linux64 (LIB2FUNCS_EXTRA): Remove.
328 * config/rs6000/t-lynx (FPBIT, DPBIT, dp-bit.c, fp-bit.c): Remove.
329 * config/sh/t-netbsd (FPBIT, DPBIT): Remove.
330 * config/sh/t-sh (FPBIT, DPBIT, dp-bit.c, fp-bit.c): Remove.
331 * config/sparc/t-elf: Likewise.
332 * config/sparc/t-leon: Likewise.
333 * config/sparc/t-leon3: Likewise.
334 * config/spu/t-spu-elf: Likewise.
335 (DPBIT_FUNCS): Remove.
336 * config/stormy16/t-stormy16 (FPBIT, DPBIT, dp-bit.c, fp-bit.c): Remove.
337 * config/v850/t-v850: Likewise.
338 * config.gcc (avr-*-rtems*): Add avr/avr-lib.h to libgcc_tm_file.
340 (h8300-*-rtems*): Set libgcc_tm_file.
341 (h8300-*-elf*): Likewise.
342 (powerpc-*-eabisimaltivec*): Remove rs6000/t-fprules-fpbit from
344 (powerpc-*-eabisim*): Likewise.
345 (powerpc-*-elf*): Likewise.
346 (powerpc-*-eabialtivec*): Likewise.
347 (powerpc-xilinx-eabi*): Likewise.
348 (powerpc-*-eabi*): Likewise.
349 (powerpc-*-rtems*): Likewise.
350 (powerpc-wrs-vxworks, powerpc-wrs-vxworksae): Likewise.
351 (powerpcle-*-elf*): Likewise.
352 (powerpcle-*-eabisim*): Likewise.
353 (powerpcle-*-eabi*): Likewise.
354 (rx-*-elf*): Add rx/rx-lib.h to libgcc_tm_file.
355 (am33_2.0-*-linux*): Remove mn10300/t-linux from tmake_file.
356 * doc/fragments.texi (Target Fragment, Floating Point Emulation):
359 2011-08-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
361 * Makefile.in (UNWIND_H): Remove.
362 (LIB2ADDEH, LIB2ADDEHSTATIC, LIB2ADDEHSHARED): Move to
363 ../libgcc/Makefile.in.
364 (LIBUNWIND, SHLIBUNWIND_LINK, SHLIBUNWIND_INSTALL): Likewise.
365 (LIBUNWINDDEP): Remove.
366 (libgcc-support): Remove LIB2ADDEH, $(srcdir)/emutls.c dependencies.
367 (libgcc.mvars): Remove LIB2ADDEH, LIB2ADDEHSTATIC, LIB2ADDEHSHARED,
368 LIBUNWIND, SHLIBUNWIND_LINK, SHLIBUNWIND_INSTALL.
369 (stmp-int-hdrs): Remove $(UNWIND_H) dependency.
370 Don't copy $(UNWIND_H).
371 * config.gcc (ia64*-*-linux*): Remove with_system_libunwind handling.
372 * configure.ac (GCC_CHECK_UNWIND_GETIPINFO): Remove.
373 * aclocal.m4: Regenerate.
374 * configure: Regenerate.
375 * emutls.c, unwind-c.c, unwind-compat.c, unwind-compat.h,
376 unwind-dw2-fde-compat.c, unwind-dw2-fde-glibc.c, unwind-dw2-fde.c,
377 unwind-dw2-fde.h, unwind-dw2.c, unwind-dw2.h, unwind-generic.h,
378 unwind-pe.h, unwind-sjlj.c, unwind.inc: Move to ../libgcc.
379 * unwind-dw2-fde-darwin.c: Move to ../libgcc/config.
380 * config/arm/libunwind.S, config/arm/pr-support.c,
381 config/arm/unwind-arm.c, config/arm/unwind-arm.h: Move to
382 ../libgcc/config/arm.
383 * config/arm/t-bpabi (UNWIND_H, LIB2ADDEH): Remove.
384 * config/arm/t-symbian (UNWIND_H, LIB2ADDEH): Remove.
385 * config/frv/t-frv ($(T)frvbegin$(objext)): Use
386 $(srcdir)/../libgcc to refer to unwind-dw2-fde.h.
387 ($(T)frvend$(objext)): Likewise.
388 * config/ia64/t-glibc (LIB2ADDEH): Remove.
389 * config/ia64/t-glibc-libunwind: Move to ../libgcc/config/ia64.
390 * config/ia64/fde-glibc.c, config/ia64/fde-vms.c,
391 config/ia64/unwind-ia64.c, config/ia64/unwind-ia64.h: Move to
392 ../libgcc/config/ia64.
393 * config/ia64/t-hpux (LIB2ADDEH): Remove.
394 * config/ia64/t-ia64 (LIB2ADDEH): Remove.
395 * config/ia64/t-vms (LIB2ADDEH): Remove.
396 * config/ia64/vms.h (UNW_IVMS_MODE,
397 MD_UNW_COMPATIBLE_PERSONALITY_P): Remove.
398 * config/picochip/t-picochip (LIB2ADDEH): Remove.
399 * config/rs6000/aix.h (R_LR, MD_FROB_UPDATE_CONTEXT): Remove.
400 * config/rs6000/t-darwin (LIB2ADDEH): Remove.
401 * config/rs6000/darwin-fallback.c: Move to ../libgcc/config/rs6000.
402 * config/sh/t-sh ($(T)unwind-dw2-Os-4-200.o): Use
403 $(srcdir)/../libgcc to refer to unwinder sources.
404 * config/spu/t-spu-elf (LIB2ADDEH): Remove.
405 * config/t-darwin (LIB2ADDEH): Remove.
406 * config/t-freebsd (LIB2ADDEH): Remove.
407 * config/t-libunwind (LIB2ADDEH, LIB2ADDEHSTATIC): Remove.
408 * config/t-libunwind-elf: Move to ../libgcc/config.
409 * config/t-linux (LIB2ADDEH): Remove.
410 * config/t-sol2 (LIB2ADDEH): Remove.
411 * config/xtensa/t-xtensa (LIB2ADDEH): Remove.
412 * system.h (MD_FROB_UPDATE_CONTEXT): Poison.
414 2011-08-05 H.J. Lu <hongjiu.lu@intel.com>
416 * config/i386/i386.c (processor_alias_table): Add core-avx-i.
418 * doc/invoke.texi: Document core-avx-i.
420 2011-08-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
422 * tsystem.h (CONST_CAST2, CONST_CAST): Define.
424 2011-08-05 Ira Rosen <ira.rosen@linaro.org>
426 * tree-vect-loop.c (vect_create_epilog_for_reduction): Use the
427 result of multiple results reduction when extracting the final
428 value using scalar code.
430 2011-08-05 Richard Guenther <rguenther@suse.de>
432 PR tree-optimization/49984
433 * tree-vrp.c (extract_range_from_binary_expr_1): Handle BIT_XOR_EXPR.
435 2011-08-05 Richard Guenther <rguenther@suse.de>
437 * tree-vrp.c (zero_nonzero_bits_from_vr): Make sure to always
438 return true for constant integer ranges.
439 (extract_range_from_binary_expr_1): Simplify BIT_AND_EXPR and
440 BIT_IOR_EXPR handling.
442 2011-08-04 Kai Tietz <ktietz@redhat.com>
444 * config/i386/i386.c (setup_incoming_varargs_ms_64): Set
445 ix86_varargs_gpr_size and ix86_varargs_fpr_size to zero.
447 2011-08-04 Ira Rosen <ira.rosen@linaro.org>
449 * tree-vectorizer.h (struct _stmt_vec_info): Add new field for
450 pattern def statement, and its access macro.
451 (NUM_PATTERNS): Set to 5.
452 * tree-vect-loop.c (vect_determine_vectorization_factor): Handle
453 pattern def statement.
454 (vect_transform_loop): Likewise.
455 * tree-vect-patterns.c (vect_vect_recog_func_ptrs): Add new
456 function vect_recog_over_widening_pattern ().
457 (vect_operation_fits_smaller_type): New function.
458 (vect_recog_over_widening_pattern, vect_mark_pattern_stmts):
460 (vect_pattern_recog_1): Move the code that marks pattern
461 statements to vect_mark_pattern_stmts (), and call it. Update
463 * tree-vect-stmts.c (vect_supportable_shift): New function.
464 (vect_analyze_stmt): Handle pattern def statement.
465 (new_stmt_vec_info): Initialize pattern def statement.
467 2011-08-04 Richard Henderson <rth@redhat.com>
470 * config/i386/i386.c (ix86_expand_call): Don't create nested
471 PARALLELs for TARGET_VZEROUPPER.
472 (ix86_split_call_vzeroupper): Fix extraction of the original call.
473 * config/i386/i386.md (*call_rex64_ms_sysv_vzeroupper): Don't
474 recognize nested PARALLELs.
475 (*call_pop_vzeroupper, *sibcall_pop_vzeroupper,
476 *call_value_rex64_ms_sysv_vzeroupper, *call_value_pop_vzeroupper,
477 *sibcall_value_pop_vzeroupper): Likewise.
479 2011-08-04 Richard Henderson <rth@redhat.com>
482 * calls.c (expand_call): Use fixup_args_size_notes for
484 * expr.c (fixup_args_size_notes): Allow STACK_POINTER_REGNUM sets
485 in non-standard modes.
487 2011-08-04 Jakub Jelinek <jakub@redhat.com>
489 * gcc.c (self_spec): New variable.
490 (static_specs): Add self_spec.
491 (main): Call do_self_spec on "self_spec" specs after reading
492 user specs files. Move compare_debug handling right after that.
494 2011-08-04 Richard Guenther <rguenther@suse.de>
496 * tree-vrp.c (vrp_expr_computes_nonnegative): Remove.
497 (value_range_nonnegative_p): New function.
498 (ssa_name_nonnegative_p): Use it.
499 (value_range_constant_singleton): New function.
500 (op_with_constant_singleton_value_range): Use it.
501 (extract_range_from_binary_expr_1): New function, split out from ...
502 (extract_range_from_binary_expr): ... this. Remove fallback
503 constant folding done here.
505 2011-08-04 Richard Guenther <rguenther@suse.de>
507 PR tree-optimization/49806
508 * tree-vrp.c (op_with_boolean_value_range_p): New function.
509 (simplify_truth_ops_using_ranges): Simplify. Allow inserting
510 a new statement for a final conversion to bool.
512 2011-08-04 Romain Geissler <romain.geissler@gmail.com>
514 * gengtype-state.c: Include "bconfig.h" if
515 GENERATOR_FILE is defined, "config.h" otherwise.
516 * gengtype.c: Likewise.
517 * gengtype-lex.l: Likewise.
518 * gengtype-parse.c: Likewise.
519 * Makefile.in (gengtype-lex.o-warn): New variable.
520 (plugin_resourcesdir): Likewise.
521 (plugin_bindir): Likewise.
522 (plugin_includedir): Use $(plugin_resourcesdir) as prefix base.
523 (MOSTLYCLEANFILES): Add gengtype$(exeext).
524 (native): Depend on gengtype$(exeext) is $enable_plugin
526 (gtype.state): Depend on s-gtype. Use temporary file.
527 (gengtype-lex.o): New rule.
528 (gengtype-parse.o): Likewise.
529 (gengtype-state.o): Likewise.
530 (gengtype$(exeext)): Likewise.
531 (install-gengtype): Likewise.
532 (gengtype.o): Likewise.
533 (build/gengtype.o): Depend on version.h.
534 (build/gengtype-state): Depend on double-int.h, version.h,
535 $(HASHTAB_H), $(OBSTACK_H), $(XREGEX_H) and build/errors.o.
536 (install-plugin): Depend on install-gengtype.
538 2011-08-04 Jakub Jelinek <jakub@redhat.com>
541 * tree.h (init_attributes): New prototype.
542 * attribs.c (init_attributes): No longer static.
544 2011-08-04 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
546 * config/arm/arm.c (arm_set_fixed_optab_libfunc): Constify
549 2011-08-03 David Li <davidxl@google.com>
551 * tree-optimize.c (execute_fixup_cfg): Fix up entry
552 outgoing edge counts after inlining.
554 2011-08-03 David Li <davidxl@google.com>
556 * profile.c (compute_branch_probabilities): Compute
557 function frequency after profile annotation.
559 2011-08-04 Alan Modra <amodra@gmail.com>
561 * config/rs6000/rs6000.c (rs6000_emit_epilogue): Simplify
562 use_backchain_to_restore_sp initialisation.
563 (rs6000_legitimate_offset_address_p): Simplify offset test.
565 2011-08-03 Richard Henderson <rth@redhat.com>
567 * config/spu/spu.md: Use define_c_enum instead of define_constants.
568 (UNSPECV_BLOCKAGE, UNSPECV_LNOP, UNSPECV_SYNC): Rename from UNSPEC_*.
571 2011-08-03 Richard Henderson <rth@redhat.com>
574 * config/avr/avr.md: New splitter for REG_ARGS_SIZE 0.
576 2011-08-03 Jakub Jelinek <jakub@redhat.com>
578 PR tree-optimization/49948
579 * gimple.c (walk_stmt_load_store_addr_ops): Walk CONSTRUCTOR elements.
581 2011-08-03 Anatoly Sokolov <aesok@post.ru>
583 * config/m32c/m32c.c (class_sizes): Remove.
584 (reduce_class): Change arguments and return type to reg_class_t.
585 Change type cc var to HARD_REG_SET. Change type best var to
586 reg_class_t. Change type best_size var to unsigned int. Remove
587 initialization class_sizes var. Use reg_class_size array instead
588 of class_sizes. Use reg_class_contents array instead
591 2011-08-03 Richard Guenther <rguenther@suse.de>
594 * fold-const.c (fold_binary_loc): Only associate
595 (+ (+ (* a b) c) (* d e)) as (+ (+ (* a b) (* d e)) c) if
598 2011-08-03 Alan Modra <amodra@gmail.com>
600 PR rtl-optimization/49941
601 * jump.c (mark_jump_label): Comment.
602 (mark_jump_label_1): Set JUMP_LABEL for return jumps.
603 * emit-rtl.c (copy_rtx_if_shared_1, copy_insn_1): Leave RETURN shared.
604 (mark_used_flags): Don't mark RETURN.
606 2011-08-03 Richard Guenther <rguenther@suse.de>
608 PR tree-optimization/49938
609 * tree-scalar-evolution.c (interpret_loop_phi): Gracefully
610 deal with a POLYNOMIAL_CHREC.
612 2011-08-03 Revital Eres <revital.eres@linaro.org>
614 * modulo-sched.c (calculate_stage_count,
615 calculate_must_precede_follow, get_sched_window,
616 try_scheduling_node_in_cycle, remove_node_from_ps): Add
618 (update_node_sched_params, set_must_precede_follow, optimize_sc):
620 (reset_sched_times): Call update_node_sched_params.
621 (sms_schedule): Call optimize_sc.
622 (get_sched_window): Change function arguments.
623 (sms_schedule_by_order): Update call to get_sched_window.
624 Call set_must_precede_follow.
625 (calculate_stage_count): Add function argument.
627 2011-08-02 Richard Henderson <rth@redhat.com>
631 * reg-notes.def (REG_ARGS_SIZE): New.
632 * calls.c (emit_call_1): Emit REG_ARGS_SIZE for call_pop.
633 (expand_call): Add REG_ARGS_SIZE to emit_stack_restore.
634 * cfgcleanup.c (old_insns_match_p): Don't allow cross-jumping to
635 different stack levels.
636 * combine-stack-adj.c (adjust_frame_related_expr): Remove.
637 (maybe_move_args_size_note): New.
638 (combine_stack_adjustments_for_block): Use it.
639 * combine.c (distribute_notes): Place REG_ARGS_SIZE.
640 * dwarf2cfi.c (dw_cfi_row_struct): Remove args_size member.
641 (dw_trace_info): Add beg_true_args_size, end_true_args_size,
642 beg_delay_args_size, end_delay_args_size, eh_head, args_size_undefined.
644 (queued_args_size): Remove.
645 (add_cfi_args_size): Assert size is non-negative.
646 (stack_adjust_offset, dwarf2out_args_size): Remove.
647 (dwarf2out_stack_adjust, dwarf2out_notice_stack_adjust): Remove.
648 (notice_args_size, notice_eh_throw): New.
649 (dwarf2out_frame_debug_def_cfa): Use cur_cfa.
650 (dwarf2out_frame_debug_adjust_cfa): Likewise.
651 (dwarf2out_frame_debug_cfa_offset): Likewise.
652 (dwarf2out_frame_debug_expr): Likewise. Don't stack_adjust_offset.
653 (dwarf2out_frame_debug): Don't handle non-frame-related-p insns.
654 (change_cfi_row): Don't emit args_size.
655 (maybe_record_trace_start_abnormal): Split out from ...
656 (maybe_record_trace_start): Here. Set args_size_undefined.
657 (create_trace_edges): Update to match.
658 (scan_trace): Handle REG_ARGS_SIZE.
659 (connect_traces): Connect args_size between EH insns.
660 * emit-rtl.c (try_split): Handle REG_ARGS_SIZE.
661 * explow.c (suppress_reg_args_size): New.
662 (adjust_stack_1): Split out from ...
663 (adjust_stack): ... here.
664 (anti_adjust_stack): Use it.
665 (allocate_dynamic_stack_space): Suppress REG_ARGS_SIZE.
666 * expr.c (mem_autoinc_base): New.
667 (fixup_args_size_notes): New.
668 (emit_single_push_insn_1): Rename from emit_single_push_insn.
669 (emit_single_push_insn): New. Generate REG_ARGS_SIZE.
670 * recog.c (peep2_attempt): Handle REG_ARGS_SIZE.
671 * reload1.c (reload_as_needed): Likewise.
672 * rtl.h (fixup_args_size_notes): Declare.
674 2011-08-02 Paolo Carlini <paolo.carlini@oracle.com>
677 * fold-const.c (fold_plusminus_mult_expr): Use abs_hwi instead
679 * tree-ssa-math-opts.c (gimple_expand_builtin_pow): Likewise.
680 * tree-ssa-loop-prefetch.c (prune_ref_by_group_reuse): Likewise.
682 2011-08-02 Richard Henderson <rth@redhat.com>
684 * config/h8300/h8300.c (push, pop): Return the insn.
685 (h8300_swap_into_er6): Generate correct unwind info.
686 (h8300_swap_out_of_er6): Likewise.
687 * dwarf2cfi.c (def_cfa_1): Clear cfa_cfi if we no longer have a
688 complex cfa expression.
689 (dwarf2out_frame_debug_def_cfa): Allow (plus (mem) (const_int)) too.
691 2011-08-02 H.J. Lu <hongjiu.lu@intel.com>
693 * config/i386/driver-i386.c (host_detect_local_cpu): Fix a typo.
695 2011-08-02 Richard Henderson <rth@redhat.com>
698 * config/h8300/h8300.c (h8300_move_ok): New.
699 * config/h8300/h8300-protos.h: Declare it.
700 * config/h8300/h8300.md (P): New mode iterator.
701 (*movqi_h8300, *movqi_h8300hs, movqi): Use h8300_move_ok.
702 (*movqi_h8sx, *movhi_h8300, *movhi_h8300hs, movhi): Likewise.
703 (movsi, *movsi_h8300, *movsi_h8300hs): Likewise.
704 (*pushqi1_h8300): Rename from pushqi1_h8300; use PRE_MODIFY.
705 (*pushqi1_h8300hs_<P>): Macroize from pushqi1_h8300hs_advanced
706 and pushqi1_h8300hs_normal; use PRE_MODIFY and
707 register_no_sp_elim_operand.
708 (*pushhi1_h8300hs_<P>): Similarly.
709 (pushqi1, pushhi1, pushhi1_h8300): Remove.
710 * config/h8300/predicates.md (register_no_sp_elim_operand): New.
712 2011-08-02 Richard Henderson <rth@redhat.com>
715 * config/avr/avr.md (push<MPUSH>1): Don't constrain the operand.
717 2011-08-02 Jakub Jelinek <jakub@redhat.com>
719 * c-parser.c (enum c_parser_prec): New enum, moved from within
720 c_parser_binary_expression.
721 (c_parser_binary_expression): Add PREC argument. Stop parsing
722 if operator has lower or equal precedence than PREC.
723 (c_parser_conditional_expression, c_parser_omp_for_loop): Adjust
725 (c_parser_omp_atomic): Handle parsing OpenMP 3.1 atomics.
726 Adjust c_finish_omp_atomic caller.
727 (c_parser_omp_taskyield): New function.
728 (c_parser_pragma): Handle PRAGMA_OMP_TASKYIELD.
729 (c_parser_omp_clause_name): Handle final and mergeable clauses.
730 (c_parser_omp_clause_final, c_parser_omp_clause_mergeable): New
732 (c_parser_omp_all_clauses): Handle PRAGMA_OMP_CLAUSE_FINAL
733 and PRAGMA_OMP_CLAUSE_MERGEABLE.
734 (OMP_TASK_CLAUSE_MASK): Allow final and mergeable clauses.
735 (c_parser_omp_clause_reduction): Handle min and max.
736 * c-typeck.c (c_finish_omp_clauses): Don't complain about
737 const qualified predetermined vars in firstprivate clause.
738 andle OMP_CLAUSE_FINAL and OMP_CLAUSE_MERGEABLE.
739 Handle MIN_EXPR and MAX_EXPR.
740 * tree-pretty-print.c (dump_omp_clause): Handle OMP_CLAUSE_FINAL
741 and OMP_CLAUSE_MERGEABLE.
742 (dump_generic_node): Handle OMP_ATOMIC_READ, OMP_ATOMIC_CAPTURE_OLD
743 and OMP_ATOMIC_CAPTURE_NEW.
744 * tree.c (omp_clause_num_ops): Add OMP_CLAUSE_FINAL and
745 OMP_CLAUSE_MERGEABLE.
746 (omp_clause_code_name): Likewise.
747 (walk_tree_1): Handle OMP_CLAUSE_FINAL and OMP_CLAUSE_MERGEABLE.
748 * tree.h (enum omp_clause_code): Add OMP_CLAUSE_FINAL
749 and OMP_CLAUSE_MERGEABLE.
750 (OMP_CLAUSE_FINAL_EXPR): Define.
751 * omp-low.c (scan_sharing_clauses): Handle OMP_CLAUSE_FINAL and
752 OMP_CLAUSE_MERGEABLE.
753 (expand_task_call): Likewise.
754 (expand_omp_atomic_load, expand_omp_atomic_store): New functions.
755 (expand_omp_atomic_fetch_op): Handle cases where old or new
756 value is needed afterwards.
757 (expand_omp_atomic): Call expand_omp_atomic_load resp.
758 expand_omp_atomic_store.
759 * gimplify.c (gimplify_omp_atomic, gimplify_expr): Handle
760 OMP_ATOMIC_READ, OMP_ATOMIC_CAPTURE_OLD and OMP_ATOMIC_CAPTURE_NEW.
761 (gimplify_scan_omp_clauses, gimplify_adjust_omp_clauses): Handle
762 OMP_CLAUSE_FINAL and OMP_CLAUSE_MERGEABLE.
763 * tree-nested.c (convert_nonlocal_omp_clauses,
764 convert_local_omp_clauses): Likewise.
765 * tree.def (OMP_ATOMIC_READ, OMP_ATOMIC_CAPTURE_OLD,
766 OMP_ATOMIC_CAPTURE_NEW): New.
767 * gimple.h (GF_OMP_ATOMIC_NEED_VALUE): New.
768 (gimple_omp_atomic_need_value_p, gimple_omp_atomic_set_need_value):
770 * omp-builtins.def (BUILT_IN_GOMP_TASKYIELD): New builtin.
771 * doc/generic.texi: Mention OMP_CLAUSE_COLLAPSE,
772 OMP_CLAUSE_UNTIED, OMP_CLAUSE_FINAL and OMP_CLAUSE_MERGEABLE.
774 2011-08-02 Kai Tietz <ktietz@redhat.com>
776 * gimple.c (canonicalize_cond_expr_cond): Handle cast from
778 (ssa_forward_propagate_and_combine): Interprete result of
779 forward_propagate_comparison.
780 * gcc/gimple-fold.c (fold_gimple_assign): Add canonicalization for
781 boolean-typed operands for comparisons.
783 2011-08-02 Georg-Johann Lay <avr@gjlay.de>
785 * config/avr/libgcc.S: Gather related function in the
787 (__mulqihi3, __mulqihi3, __divmodqi4, __divmodhi4, __udivmodsi4,
788 __divmodsi4): Use XCALL/XJMP instead of rcall/rjmp for external
790 (__udivmodqi4, __divmodqi4, __udivmodhi4, __divmodhi4,
791 __udivmodsi4, __divmodsi4, __prologue_saves__,
792 __epilogue_restores__, _exit, __tablejump2__, __tablejump__,
793 __do_copy_data, __do_clear_bss, __do_global_ctors,
794 __do_global_dtors, __tablejump_elpm__): Enclose in DEFUN/ENDF.
796 2011-08-02 Uros Bizjak <ubizjak@gmail.com>
799 * doc/md.texi (stack_protect_set): The pattern moves ptr_mode value.
800 (stack_protect_test): The pattern compares ptr_mode value.
802 2011-08-02 Alan Modra <amodra@gmail.com>
804 * config/rs6000/rs6000.c (rs6000_emit_prologue): Add REG_CFA_RESTORE
805 note for save_LR_around_toc_setup sequence.
807 2011-08-01 H.J. Lu <hongjiu.lu@intel.com>
809 * config/i386/lzcntintrin.h (__lzcnt64): Replace long with long long.
811 2011-08-01 Sebastian Pop <sebastian.pop@amd.com>
812 Joseph Myers <joseph@codesourcery.com>
814 * Makefile.in (hwint.o): Depend on DIAGNOSTIC_CORE_H.
815 * hwint.c: Include diagnostic-core.h.
820 (least_common_multiple): Moved here...
821 * hwint.h (gcd): ... from here.
822 (least_common_multiple): ... from here.
823 (HOST_WIDE_INT_MIN): New.
824 (HOST_WIDE_INT_MAX): New.
827 (pos_mul_hwi): Declared.
829 (least_common_multiple): Declared.
830 * omega.c (check_pos_mul): Removed.
831 (check_mul): Removed.
832 (omega_solve_geq): Use pos_mul_hwi instead of check_pos_mul and
833 mul_hwi instead of check_mul.
835 2011-08-01 Richard Henderson <rth@redhat.com>
838 * config/avr/avr.h (PUSH_ROUNDING): New.
839 * config/avr/avr.md (pushqi1): Rename from *pushqi.
840 (*pushhi, *pushsi, *pushsf): Remove.
841 (MPUSH): New mode iterator.
842 (push<MPUSH>1): New expander.
844 2011-08-01 Anatoly Sokolov <aesok@post.ru>
846 * config/mmix/mmix.h (PREFERRED_RELOAD_CLASS,
847 PREFERRED_OUTPUT_RELOAD_CLASS): Remove macro.
848 * config/mmix/mmix-protos.h (mmix_preferred_reload_class,
849 mmix_preferred_output_reload_class): Remove.
850 * config/mmix/mmix.c (mmix_preferred_reload_class,
851 mmix_preferred_output_reload_class): Make static. Change rclass
852 argument and return type to reg_class_t.
853 (TARGET_PREFERRED_RELOAD_CLASS,
854 TARGET_PREFERRED_OUTPUT_RELOAD_CLASS): Define.
856 2011-08-01 Joern Rennecke <joern.rennecke@embecosm.com>
858 * mode-switching.c (optimize_mode_switching): Fix bug in MODE_AFTER
861 2011-08-01 H.J. Lu <hongjiu.lu@intel.com>
864 * config/i386/i386.md (PTR): New.
865 (stack_protect_set: Check TARGET_LP64 instead of TARGET_64BIT.
866 (stack_protect_test): Likewise.
867 (stack_protect_set_<mode>): Replace ":P" with ":PTR".
868 (stack_tls_protect_set_<mode>): Likewise.
869 (stack_tls_protect_test_<mode>): Likewise.
871 2011-08-01 Uros Bizjak <ubizjak@gmail.com>
874 * config/i386/i386.c (ix86_address_subreg_operand): New.
875 (ix86_decompose_address): Use ix86_address_subreg_operand.
876 (ix86_legitimate_address_p): Do not assert that subregs satisfy
877 register_no_elim_operand in DImode.
879 2011-08-01 Ira Rosen <ira.rosen@linaro.org>
881 PR tree-optimization/49926
882 * tree-vect-loop.c (vect_is_slp_reduction): Check that a statement
883 in a chain doesn't have uses both inside and outside the loop.
885 2011-08-01 Georg-Johann Lay <avr@gjlay.de>
887 * config/avr/avr.h (mcu_type_s): Add errata_skip field.
888 * config/avr/avr-devices.c (avr_mcu_types): Use it.
889 * config/avr/avr-mcus.def (AVR_MCU): Use it.
890 * config/avr/avr-c.c (avr_cpu_cpp_builtins): Use it to builtin
891 define __AVR_ERRATA_SKIP__ and __AVR_ERRATA_SKIP_JMP_CALL__.
892 * config/avr/libgcc.S (__mulshisi3, __ffshi2, __fmulsu_exit):
893 Use __AVR_ERRATA_SKIP_JMP_CALL__ instead of __AVR_HAVE_JMP_CALL__
894 to detect if XJMP must not be skipped.
896 2011-08-02 Alan Modra <amodra@gmail.com>
898 * config/rs6000/rs6000-protos.h (rs6000_save_toc_in_prologue_p):
900 * config/rs6000/rs6000.c (rs6000_save_toc_in_prologue_p): Make static.
901 (rs6000_emit_prologue): Don't prematurely return when
902 TARGET_SINGLE_PIC_BASE. Don't emit eh_frame info in
903 save_toc_in_prologue case.
904 (rs6000_call_indirect_aix): Only disallow save_toc_in_prologue for
907 2011-08-01 Georg-Johann Lay <avr@gjlay.de>
909 * config/avr/avr-devices.c: Delete SVN property svn:executable.
910 * config/avr/predicates.md: Ditto.
911 * config/avr/driver-avr.c: Ditto.
912 * config/avr/genopt.sh: Set SVN property svn:executable to *.
914 2011-08-01 H.J. Lu <hongjiu.lu@intel.com>
916 * calls.c (emit_library_call_value_1): Declare size only if
917 BLOCK_REG_PADDING is defined.
919 2011-08-01 Kirill Yukhin <kirill.yukhin@intel.com>
922 * config.gcc (i[34567]86-*-*): Replace abmintrin.h with lzcntintrin.h.
923 (x86_64-*-*): Likewise.
924 * config/i386/i386.opt (mlzcnt): New.
925 * config/i386/abmintrin.h: File removed.
926 (__lzcnt_u16, __lzcnt, __lzcnt_u64): Moved to ...
927 * config/i386/lzcntintrin.h: ... here. New file.
928 (__lzcnt): Rename to ...
929 (__lzcnt32): ... this.
930 * config/i386/bmiintrin.h (head): Update copyright year.
931 (__lzcnt_u16): Removed.
932 (__lzcnt_u32): Likewise.
933 (__lzcnt_u64): Likewise.
934 * config/i386/x86intrin.h: Include lzcntintrin.h when __LZCNT__
935 is defined, remove abmintrin.h.
936 * config/i386/cpuid.h (bit_LZCNT): New.
937 * config/i386/driver-i386.c (host_detect_local_cpu): Detect
939 * config/i386/i386-c.c (ix86_target_macros_internal): Define
941 * config/i386/i386.c (ix86_target_string): New option -mlzcnt.
942 (ix86_option_override_internal): Handle LZCNT option.
943 (ix86_valid_target_attribute_inner_p): Likewise.
944 (struct builtin_description bdesc_args) <IX86_BUILTIN_CLZS>: Update.
945 * config/i386/i386.h (TARGET_LZCNT): New.
946 (CLZ_DEFINED_VALUE_AT_ZERO): Update.
947 * config/i386/i386.md (clz<mode>2): Update insn constraint.
948 (clz<mode>2_lzcnt): Likewise.
949 * doc/invoke.texi: Mention -mlzcnt option.
950 * doc/extend.texi: Likewise.
952 2011-08-01 Julian Brown <julian@codesourcery.com>
954 * configure.ac (fixed-point): Add ARM support.
955 * configure: Regenerate.
956 * config/arm/arm.c (arm_fixed_mode_set): New struct.
957 (arm_set_fixed_optab_libfunc): New.
958 (arm_set_fixed_conv_libfunc): New.
959 (arm_init_libfuncs): Initialise fixed-point helper libfuncs with
961 (aapcs_libcall_value): Return sub-word-size fixed-point libcall
962 return values in SImode.
963 (arm_return_in_msb): Return fixed-point types in the msb.
964 (arm_pad_reg_upwards, arm_pad_arg_upwards): Pad fixed-point types
966 (arm_scalar_mode_supported_p): Support fixed-point modes.
967 (arm_vector_mode_supported_p): Support vector fixed-point modes.
968 * config/arm/arm.h (SHORT_FRACT_TYPE_SIZE, FRACT_TYPE_SIZE)
969 (LONG_FRACT_TYPE_SIZE, LONG_LONG_FRACT_TYPE_SIZE)
970 (SHORT_ACCUM_TYPE_SIZE, ACCUM_TYPE_SIZE, LONG_ACCUM_TYPE_SIZE)
971 (LONG_LONG_ACCUM_TYPE_SIZE, MAX_FIXED_MODE_SIZE): Define.
972 * config/arm/iterators.md (FIXED, ADDSUB, UQADDSUB, QADDSUB, QMUL):
974 (qaddsub_suf): New mode attribute.
975 * config/arm/arm-modes.def (FRACT, UFRACT, ACCUM, UACCUM): Declare
977 * config/arm/predicates.md (sat_shift_operator): New predicate.
978 * config/arm/arm-fixed.md: New.
979 * config/arm/arm.md: Include arm-fixed.md.
980 * config/arm/t-arm (MD_INCLUDES): Add arm-fixed.md.
982 2011-08-01 Julian Brown <julian@codesourcery.com>
984 * calls.c (emit_library_call_value_1): Support padding for libcall
985 arguments and return values.
986 * config/arm/arm.c (arm_pad_arg_upward): Pad half-float values
987 downwards in big-endian mode.
989 2011-08-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
992 * config/sol2.c (solaris_code_end): Rename to solaris_file_end.
993 * config/sol2-protos.h: Likewise.
994 * config/i386/i386.c (ix86_code_end) [TARGET_SOLARIS]: Don't call
996 * config/i386/sol2.h [!USE_GAS] (TARGET_ASM_FILE_END): Redefine.
997 * config/sparc/sparc.c (sparc_file_end) [TARGET_SOLARIS]: Call
999 * config/sparc/sol2.h (TARGET_ASM_CODE_END): Remove.
1001 2011-08-01 Julian Brown <julian@codesourcery.com>
1003 * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Support FIXED_CST.
1005 2011-08-01 Julian Brown <julian@codesourcery.com>
1007 * final.c (output_addr_const): Print fixed-point constants as
1010 2011-08-01 Richard Guenther <rguenther@suse.de>
1012 * stor-layout.c (initialize_sizetypes): Properly sign-extend
1013 bitsiztype TYPE_MAX_VALUE.
1015 2011-08-01 Julian Brown <julian@codesourcery.com>
1017 * optabs.c (prepare_cmp_insn): Use correct biasing for fixed-point
1020 2011-07-31 Richard Henderson <rth@redhat.com>
1022 * config/h8300/crti.asm: Add flags to .section directive.
1023 * config/h8300/crtn.asm: Likewise.
1025 2011-07-31 Richard Henderson <rth@redhat.com>
1027 * stor-layout.c (initialize_sizetypes): Handle unsigned short.
1028 * tree.c (build_common_tree_nodes): Likewise.
1030 2011-07-31 Kaz Kojima <kkojima@gcc.gnu.org>
1033 * config/sh/sh.md (udivsi3_i1): Enable for TARGET_DIVIDE_CALL_DIV1.
1034 (divsi3_i1): Likewise.
1036 2011-07-31 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
1038 PR tree-optimization/49749
1039 * tree-ssa-reassoc.c (get_rank): New forward declaration.
1040 (PHI_LOOP_BIAS): New macro.
1041 (phi_rank): New function.
1042 (loop_carried_phi): Likewise.
1043 (propagate_rank): Likewise.
1044 (get_rank): Add calls to phi_rank and propagate_rank.
1046 2011-07-31 H.J. Lu <hongjiu.lu@intel.com>
1048 * config/i386/x86-64.h (SIZE_TYPE): Check TARGET_LP64 instead
1050 (PTRDIFF_TYPE): Likewise.
1052 2011-07-31 Uros Bizjak <ubizjak@gmail.com>
1055 * config/i386/i386.md (strset): Do not expand strset_singleop
1056 when %eax or $edi are fixed.
1057 (*strsetdi_rex_1): Disable when %eax or %edi are fixed.
1058 (*strsetsi_1): Ditto.
1059 (*strsethi_1): Ditto.
1060 (*strsetqi_1): Ditto.
1061 (*rep_stosdi_rex64): Disable when %eax, %ecx or %edi are fixed.
1062 (*rep_stossi): Ditto.
1063 (*rep_stosqi): Ditto.
1064 (*strlenqi_1): Ditto.
1065 (cmpstrnsi): Also fail when %ecx is fixed.
1066 (*cmpstrnqi_nz_1): Disable when %ecx, %esi or %edi are fixed.
1067 (*cmpstrnqi_1): Ditto.
1068 (*strmovdi_rex_1): Disable when %esi or %edi are fixed.
1069 (*strmovsi_1): Ditto.
1070 (*strmovhi_1): Ditto.
1071 (*strmovqi_1): Ditto.
1072 (*rep_movdi_rex64): Disable when %ecx, %esi or %edi are fixed.
1073 (*rep_movsi): Ditto.
1074 (*rep_movqi): Ditto.
1076 2011-07-31 Mikael Pettersson <mikpe@it.uu.se>
1079 * config/m68k/m68k.c (m68k_override_options_after_change): New function.
1080 Disable instruction scheduling for non-ColdFire targets.
1081 (TARGET_OVERRIDE_OPTIONS_AFTER_CHANGE): Define.
1083 2011-07-31 Revital Eres <revital.eres@linaro.org>
1085 * ddg.c (create_ddg_dep_from_intra_loop_link): Remove the creation
1086 of anti-dep edge from a branch.
1087 (add_cross_iteration_register_deps): Create anti-dep edge from
1090 2011-07-31 Revital Eres <revital.eres@linaro.org>
1092 * modulo-sched.c: Change comment.
1093 (reset_sched_times): Fix print message.
1094 (print_partial_schedule): Add print info.
1096 2011-07-31 Tom de Vries <tom@codesourcery.com>
1099 * tree-ssa-loop-ivopts.c (may_be_unaligned_p): Use max of
1100 get_object_alignment and TYPE_ALIGN.
1102 2011-07-30 Tom de Vries <tom@codesourcery.com>
1105 * tree-ssa-dce.c (ref_may_be_aliased): Add assert.
1106 (propagate_necessity): Handle WITH_SIZE_EXPR call arg.
1108 2011-07-29 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1110 * config/mips/driver-native.c [__sgi__]: Include <invent.h>,
1112 (cpu_types): New array.
1113 (cputype): New function.
1114 (host_detect_local_cpu): Only define buf, f if !__sgi__.
1115 Use scaninvent instead of /proc/cpuinfo if __sgi__.
1116 * config.host: Also use driver-native.o, mips/x-native on
1118 * config/mips/iris6.h [__mips__] (host_detect_local_cpu): Declare.
1119 (EXTRA_SPEC_FUNCTIONS, MARCH_MTUNE_NATIVE_SPECS): Define.
1120 (DRIVER_SELF_SPECS): Add MARCH_MTUNE_NATIVE_SPECS.
1122 2011-07-29 Jakub Jelinek <jakub@redhat.com>
1126 * omp-low.c (use_pointer_for_field): If disallowing copy-in/out
1127 in nested parallel and outer is a gimple_reg, mark it as addressable
1128 and set its bit in task_shared_vars bitmap too.
1130 2011-07-29 Uros Bizjak <ubizjak@gmail.com>
1132 * config/i386/predicates.md (tp_or_register_operand): Remove predicate.
1134 2011-07-29 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1136 * config/alpha/driver-alpha.c (IMPLVER_EV4_FAMILY,
1137 IMPLVER_EV5_FAMILY, IMPLVER_EV6_FAMILY, IMPLVER_EV7_FAMILY): Define.
1138 (AMASK_BWX, AMASK_FIX, AMASK_CIX, AMASK_MVI, AMASK_PRECISE,
1139 AMASK_LOCKPFTCHOK): Define.
1140 (host_detect_local_cpu): Remove buf, f, cpu_names.
1141 Define cpu_types, implver, amask.
1142 Use __builtin_alpha_implver, __builtin_alpha_amask to determine
1144 * config.host: Also use driver-alpha.o, alpha/x-alpha on
1146 * config/alpha/osf5.h [__alpha__ || __alpha]
1147 (host_detect_local_cpu): Declare.
1148 (EXTRA_SPEC_FUNCTIONS, MCPU_MTUNE_NATIVE_SPECS)
1149 (DRIVER_SELF_SPECS): Define.
1151 2011-07-29 Uros Bizjak <ubizjak@gmail.com>
1154 * config/i386/i386.md (*load_tp_x32): New.
1155 (*load_tp_x32_zext): Ditto.
1156 (*add_tp_x32): Ditto.
1157 (*add_tp_x32_zext): Ditto.
1158 (*load_tp_<mode>): Disable for TARGET_X32 targets.
1159 (*add_tp_<mode>): Ditto.
1160 * config/i386/i386.c (get_thread_pointer): Load thread pointer in
1161 ptr_mode and convert to Pmode if needed.
1163 2011-07-29 Georg-Johann Lay <avr@gjlay.de>
1166 * config/avr/avr.md (mulsi3, *mulsi3, mulu<mode>si3,
1167 muls<mode>si3, mulohisi3, mulhisi3, umulhisi3, usmulhisi3,
1168 *<any_extend:extend_prefix><any_extend2:extend_prefix>mul<QIHI:mode><QIHI2:mode>si3):
1169 Add X to register footprint: Clobber r26/r27.
1171 2011-07-29 Richard Guenther <rguenther@suse.de>
1173 * builtins.c (fold_builtin_signbit): Build the comparison
1176 2011-07-29 Richard Guenther <rguenther@suse.de>
1178 PR tree-optimization/49893
1179 * tree-predcom.c (suitable_reference_p): Volatile references
1182 2011-07-29 Georg-Johann Lay <avr@gjlay.de>
1185 * config/avr/libgcc.S (__ffshi2): Don't skip 2-word instruction.
1186 (__ctzsi2): Result for 0 may be undefined.
1187 (__ctzhi2): Result for 0 may be undefined.
1188 (__popcounthi2): Don't clobber r30. Use __popcounthi2_tail.
1189 (__popcountsi2): Ditto. And don't clobber r26.
1190 (__popcountdi2): Ditto. And don't clobber r27.
1191 * config/avr/avr.md (UNSPEC_COPYSIGN): New c_enum.
1192 (parityhi2): New expand.
1193 (paritysi2): New expand.
1194 (popcounthi2): New expand.
1195 (popcountsi2): New expand.
1196 (clzhi2): New expand.
1197 (clzsi2): New expand.
1198 (ctzhi2): New expand.
1199 (ctzsi2): New expand.
1200 (ffshi2): New expand.
1201 (ffssi2): New expand.
1202 (copysignsf3): New insn.
1203 (bswapsi2): New expand.
1204 (*parityhi2.libgcc): New insn.
1205 (*parityqihi2.libgcc): New insn.
1206 (*paritysihi2.libgcc): New insn.
1207 (*popcounthi2.libgcc): New insn.
1208 (*popcountsi2.libgcc): New insn.
1209 (*popcountqi2.libgcc): New insn.
1210 (*popcountqihi2.libgcc): New insn-and-split.
1211 (*clzhi2.libgcc): New insn.
1212 (*clzsihi2.libgcc): New insn.
1213 (*ctzhi2.libgcc): New insn.
1214 (*ctzsihi2.libgcc): New insn.
1215 (*ffshi2.libgcc): New insn.
1216 (*ffssihi2.libgcc): New insn.
1217 (*bswapsi2.libgcc): New insn.
1219 2011-07-29 Richard Guenther <rguenther@suse.de>
1221 * tree-vrp.c (get_value_range): Only set parameter default
1222 definitions to varying, leave others at undefined.
1223 (extract_range_from_binary_expr): Fix undefined handling.
1224 (vrp_visit_phi_node): Handle merged undefined state.
1226 2011-07-29 Wei Guozhi <carrot@google.com>
1228 PR rtl-optimization/49799
1229 * combine.c (make_compound_operation): Check if the bit field is valid
1230 before change it to bit field extraction.
1232 2011-07-29 Bernd Schmidt <bernds@codesourcery.com>
1234 PR rtl-optimization/49891
1235 * cfgrtl.c (force_nonfallthru_and_redirect): Set JUMP_LABEL for
1236 newly created returnjumps.
1238 2011-07-28 DJ Delorie <dj@redhat.com>
1240 * expr.c (expand_expr_addr_expr_1): Detect a user request for a
1241 local frame in a naked function, and produce a suitable error for
1244 * config/m32c/m32c.c (m32c_secondary_reload_class): Allow PSI
1245 registers to be reloaded in HI classes when the target is HI.
1247 2011-07-28 Sebastian Pop <sebastian.pop@amd.com>
1249 * graphite-clast-to-gimple.c: Replace v1, v2, lb, ub with
1250 bound_one, bound_two.
1252 2011-07-28 Sebastian Pop <sebastian.pop@amd.com>
1255 * graphite-clast-to-gimple.c (clast_get_body_of_loop): Handle
1257 (translate_clast): Same.
1258 (translate_clast_assignment): New.
1260 2011-07-28 Sebastian Pop <sebastian.pop@amd.com>
1262 PR tree-optimization/49876
1263 * sese.c (rename_uses): Do not return false on gloog_error: set
1264 the new_expr to integer_zero_node and continue code generation.
1265 (graphite_copy_stmts_from_block): Remove early exit on gloog_error.
1267 2011-07-28 Jakub Jelinek <jakub@redhat.com>
1270 * var-tracking.c (prepare_call_arguments): For non-MODE_INT stack
1271 arguments also check if they aren't initialized with a MODE_INT
1272 mode of the same size.
1274 2011-07-28 Aldy Hernandez <aldyh@redhat.com>
1276 * expr.c (get_bit_range): Handle *MEM_REF's.
1278 2011-07-28 Bernd Schmidt <bernds@codesourcery.com>
1280 * rtlanal.c (tablejump_p): False for returns.
1281 * reorg.c (first_active_target_insn): New static function.
1282 (find_end_label): Set JUMP_LABEL for a new returnjump.
1283 (optimize_skip, get_jump_flags, rare_destination,
1284 mostly_true_jump, get_branch_condition,
1285 steal_delay_list_from_target, own_thread_p,
1286 fill_simple_delay_slots, follow_jumps, fill_slots_from_thread,
1287 fill_eager_delay_slots, relax_delay_slots, make_return_insns,
1288 dbr_schedule): Adjust to handle ret_rtx in JUMP_LABELs.
1289 * jump.c (delete_related_insns): Likewise.
1290 (jump_to_label_p): New function.
1291 (redirect_target): New static function.
1292 (redirect_exp_1): Use it. Adjust to handle ret_rtx in JUMP_LABELS.
1293 (redirect_jump_1): Assert that the new label is nonnull.
1294 (redirect_jump): Likewise.
1295 (redirect_jump_2): Check for ANY_RETURN_P rather than NULL labels.
1296 * ifcvt.c (find_if_case_1): Take care when redirecting jumps to the
1298 (dead_or_predicable): Change NEW_DEST arg to DEST_EDGE. All callers
1299 changed. Ensure that the right label is passed to redirect_jump.
1300 * function.c (emit_return_into_block,
1301 thread_prologue_and_epilogue_insns): Ensure new returnjumps have
1302 ret_rtx in their JUMP_LABEL.
1303 * print-rtl.c (print_rtx): Handle ret_rtx in a JUMP_LABEL.
1304 * emit-rtl.c (skip_consecutive_labels): Allow the caller to
1305 pass ret_rtx as label.
1306 * cfglayout.c (fixup_reorder_chain): Use
1307 force_nonfallthru_and_redirect rather than force_nonfallthru.
1308 (duplicate_insn_chain): Copy JUMP_LABELs for returns.
1309 * rtl.h (ANY_RETURN_P): New macro.
1310 (jump_to_label_p): Declare.
1311 * resource.c (find_dead_or_set_registers): Handle ret_rtx in
1313 (mark_target_live_regs): Likewise.
1314 * basic-block.h (force_nonfallthru_and_redirect): Declare.
1315 * cfgrtl.c (force_nonfallthru_and_redirect): No longer static.
1316 * config/alpha/alpha.c (alpha_tablejump_addr_vec,
1317 alpha_tablejump_best_label): Remove functions.
1318 * config/alpha/alpha-protos.c (alpha_tablejump_addr_vec,
1319 alpha_tablejump_best_label): Remove declarations.
1320 * config/sh/sh.c (barrier_align, split_branches): Adjust for
1321 ret_rtx in JUMP_LABELs.
1322 * config/arm/arm.c (is_jump_table): Likewise.
1324 2011-07-28 Uros Bizjak <ubizjak@gmail.com>
1326 * config/i386/predicates.md (pic_32bit_opreand): Do not define as
1327 special predicate. Remove explicit mode checks.
1329 2011-07-28 Jakub Jelinek <jakub@redhat.com>
1331 * dwarf2out.c (resolve_addr): For -gdwarf-2 don't optimize
1332 DW_AT_data_member_location containing just DW_OP_plus_uconst.
1335 * dwarf2out.c (size_of_die, value_format, output_die): Use
1336 DW_FORM_udata instead of DW_FORM_data[48] for
1337 dw_val_class_unsigned_const DW_AT_data_member_location for DWARF 3.
1339 2011-07-28 H.J. Lu <hongjiu.lu@intel.com>
1341 * config/i386/i386.md (*tls_global_dynamic_64): Update
1344 2011-07-28 Uros Bizjak <ubizjak@gmail.com>
1347 * config/i386/i386.md (*tls_global_dynamic_64): Remove mode from
1348 tls_symbolic_operand check. Update code sequence for TARGET_X32.
1349 (tls_global_dynamic_64): Remove mode from tls_symbolic_operand check.
1350 (tls_dynamic_gnu2_64): Ditto.
1351 (*tls_dynamic_gnu2_lea_64): Ditto.
1352 (*tls_dynamic_gnu2_call_64): Ditto.
1353 (*tls_dynamic_gnu2_combine_64): Ditto.
1355 2011-07-28 H.J. Lu <hongjiu.lu@intel.com>
1357 * config.gcc: Set need_64bit_hwint to yes for x86 targets.
1359 2011-07-28 H.J. Lu <hongjiu.lu@intel.com>
1362 * config/i386/i386.md (strlen<mode>): Replace SWI48x with P.
1364 2011-07-28 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
1366 * config/arm/vfp.md ("*movdf_vfp"): Handle the VFP constraints
1367 before the core constraints. Adjust attributes.
1368 ("*thumb2_movdf_vfp"): Likewise.
1370 2011-07-28 Kai Tietz <ktietz@redhat.com>
1372 * tree-vrp.c (simplify_stmt_using_ranges): Remove TRUTH_NOT_EXPR case.
1373 (simplify_truth_ops_using_ranges): Likewise.
1374 (build_assert_expr_for): Likewise.
1375 (build_assert_expr_for_1): Remove TRUTH_NOT_EXPR case
1376 and handle BIT_NOT_EXPR for truth-operation.
1378 2011-07-28 Georg-Johann Lay <avr@gjlay.de>
1381 Undo r176835 from trunk
1382 2011-07-27 Georg-Johann Lay
1384 2011-07-28 Georg-Johann Lay <avr@gjlay.de>
1387 * config/avr/t-avr (LIB1ASMFUNCS): Remove _xmulhisi3_exit.
1388 Add _muluhisi3, _mulshisi3, _usmulhisi3.
1389 * config/avr/libgcc.S (__mulsi3): Rewrite.
1390 (__mulhisi3): Rewrite.
1391 (__umulhisi3): Rewrite.
1392 (__usmulhisi3): New.
1396 (__mulqi3, __mulqihi3, __umulqihi3, __mulhi3): Use DEFUN/ENDF to
1398 * config/avr/predicates.md (pseudo_register_operand): Rewrite.
1399 (pseudo_register_or_const_int_operand): New.
1400 (combine_pseudo_register_operand): New.
1404 * config/avr/avr.c (avr_rtx_costs): Handle costs for mult:SI.
1405 * config/avr/avr.md (QIHI, QIHI2): New mode iterators.
1406 (any_extend, any_extend2): New code iterators.
1407 (extend_prefix): New code attribute.
1408 (mulsi3): Rewrite. Turn insn to expander.
1411 (usmulhisi3): New expander.
1412 (*mulsi3): New insn-and-split.
1413 (mulu<mode>si3): New insn-and-split.
1414 (muls<mode>si3): New insn-and-split.
1415 (mulohisi3): New insn-and-split.
1416 (*uumulqihisi3, *uumulhiqisi3, *uumulhihisi3, *uumulqiqisi3,
1417 *usmulqihisi3, *usmulhiqisi3, *usmulhihisi3, *usmulqiqisi3,
1418 *sumulqihisi3, *sumulhiqisi3, *sumulhihisi3, *sumulqiqisi3,
1419 *ssmulqihisi3, *ssmulhiqisi3, *ssmulhihisi3, *ssmulqiqisi3): New
1421 (*mulsi3_call): Rewrite.
1422 (*mulhisi3_call): Rewrite.
1423 (*umulhisi3_call): Rewrite.
1424 (*usmulhisi3_call): New insn.
1425 (*muluhisi3_call): New insn.
1426 (*mulshisi3_call): New insn.
1427 (*mulohisi3_call): New insn.
1428 (extendqihi2): Use combine_pseudo_register_operand as predicate
1430 (extendqisi2): Ditto.
1431 (zero_extendqihi2): Ditto.
1432 (zero_extendqisi2): Ditto.
1433 (zero_extendhisi2): Ditto.
1434 (extendhisi2): Ditto. Don't early-clobber operand 0.
1436 2011-07-28 Uros Bizjak <ubizjak@gmail.com>
1438 * config/i386/i386.c (add->lea splitter): Add SWI mode to PLUS RTX.
1440 2011-07-27 Sebastian Pop <sebastian.pop@amd.com>
1442 PR tree-optimization/49471
1443 * tree-ssa-loop-manip.c (canonicalize_loop_ivs): Build an unsigned
1444 iv only when the largest type is unsigned. Do not call
1445 lang_hooks.types.type_for_size.
1447 2011-07-27 Sebastian Pop <sebastian.pop@amd.com>
1450 * graphite-poly.c (apply_poly_transforms): Disable legality check
1451 after an openscop read.
1453 2011-07-27 Sebastian Pop <sebastian.pop@amd.com>
1456 * graphite-clast-to-gimple.c (translate_clast_user): Update use of
1457 copy_bb_and_scalar_dependences.
1458 * sese.c (rename_uses): Do not call gcc_assert. Set gloog_error.
1459 (graphite_copy_stmts_from_block): Update call to rename_uses.
1460 (copy_bb_and_scalar_dependences): Update call to
1461 graphite_copy_stmts_from_block.
1462 * sese.h (copy_bb_and_scalar_dependences): Update declaration.
1464 2011-07-27 Georg-Johann Lay <avr@gjlay.de>
1467 * config/avr/libgcc.S (__ffshi2): Don't skip 2-word instruction.
1468 (__ctzsi2): Result for 0 may be undefined.
1469 (__ctzhi2): Result for 0 may be undefined.
1470 (__popcounthi2): Don't clobber r30. Use __popcounthi2_tail.
1471 (__popcountsi2): Ditto. And don't clobber r26.
1472 (__popcountdi2): Ditto. And don't clobber r27.
1473 * config/avr/avr.md (UNSPEC_COPYSIGN): New c_enum.
1474 (parityhi2): New expand.
1475 (paritysi2): New expand.
1476 (popcounthi2): New expand.
1477 (popcountsi2): New expand.
1478 (clzhi2): New expand.
1479 (clzsi2): New expand.
1480 (ctzhi2): New expand.
1481 (ctzsi2): New expand.
1482 (ffshi2): New expand.
1483 (ffssi2): New expand.
1484 (copysignsf3): New insn.
1485 (bswapsi2): New expand.
1486 (*parityhi2.libgcc): New insn.
1487 (*parityqihi2.libgcc): New insn.
1488 (*paritysihi2.libgcc): New insn.
1489 (*popcounthi2.libgcc): New insn.
1490 (*popcountsi2.libgcc): New insn.
1491 (*popcountqi2.libgcc): New insn.
1492 (*popcountqihi2.libgcc): New insn-and-split.
1493 (*clzhi2.libgcc): New insn.
1494 (*clzsihi2.libgcc): New insn.
1495 (*ctzhi2.libgcc): New insn.
1496 (*ctzsihi2.libgcc): New insn.
1497 (*ffshi2.libgcc): New insn.
1498 (*ffssihi2.libgcc): New insn.
1499 (*bswapsi2.libgcc): New insn.
1501 2011-07-27 Uros Bizjak <ubizjak@gmail.com>
1503 * config/i386/i386.c (ix86_expand_move): Do not explicitly check
1504 the mode of symbolic_opreand RTXes.
1506 2011-07-27 Uros Bizjak <ubizjak@gmail.com>
1508 * config/i386/predicates.md (x86_64_movabs_operand): Return false
1509 for pic_32bit_operand RTXes.
1510 * config/i386/i386.c (ix86_expand_move): Check x86_64_movabs_operand
1513 2011-07-27 Kai Tietz <ktietz@redhat.com>
1515 * config/i386/i386.c (ix86_option_override_internal): Allow -mabi
1517 (ix86_handle_abi_attribute): Allow function attributes
1518 ms_abi/sysv_abi in 32-bit mode, too.
1519 * doc/extend.texi: Adjust attribute documentation.
1521 * gimple-fold.c (or_comparisons_1): Remove TRUTH_AND/OR
1522 expression handling.
1523 (and_var_with_comparison_1): Likewise.
1525 2011-07-27 Aldy Hernandez <aldyh@redhat.com>
1527 * params.h (ALLOW_STORE_DATA_RACES): New.
1528 * params.def (PARAM_ALLOW_STORE_DATA_RACES): New.
1529 * Makefile.in (expr.o): Depend on PARAMS_H.
1530 * machmode.h (get_best_mode): Add argument.
1531 * fold-const.c (optimize_bit_field_compare): Add argument to
1533 (fold_truthop): Same.
1534 * ifcvt.c (noce_emit_move_insn): Add argument to store_bit_field.
1535 * expr.c (emit_group_store): Same.
1536 (copy_blkmode_from_reg): Same.
1537 (write_complex_part): Same.
1538 (optimize_bitfield_assignment_op): Add argument.
1539 Add argument to get_best_mode.
1540 (get_bit_range): New.
1541 (expand_assignment): Calculate maxbits and pass it down accordingly.
1542 (store_field): New argument.
1543 (expand_expr_real_2): New argument to store_field. Include params.h.
1544 * expr.h (store_bit_field): New argument.
1545 * stor-layout.c (get_best_mode): Restrict mode expansion by taking
1546 into account maxbits.
1547 * calls.c (store_unaligned_arguments_into_pseudos): New argument
1549 * expmed.c (store_bit_field_1): New argument. Use it.
1550 (store_bit_field): Same.
1551 (store_fixed_bit_field): Same.
1552 (store_split_bit_field): Same.
1553 (extract_bit_field_1): Pass new argument to get_best_mode.
1554 (extract_bit_field): Same.
1555 * stmt.c (store_bit_field): Pass new argument to store_bit_field.
1556 * doc/invoke.texi: Document parameter allow-store-data-races.
1558 2011-07-27 Jakub Jelinek <jakub@redhat.com>
1560 * dwarf2out.c (gen_producer_string): Ignore also -fverbose-asm option.
1562 2011-07-27 Kai Tietz <ktietz@redhat.com>
1564 * tree-vrp.c (extract_range_from_binary_expr): Remove
1565 TRUTH-binary cases and add new bitwise-cases.
1566 (extract_range_from_assignment): Likewise.
1567 (register_edge_assert_for_1): Likeiwise.
1568 (register_edge_assert_for): Likewise.
1569 (simplify_truth_ops_using_ranges): Likewise.
1570 (simplify_stmt_using_ranges): Likewise.
1572 2011-07-26 H.J. Lu <hongjiu.lu@intel.com>
1575 * config/i386/i386.c (ix86_delegitimize_address): Call
1576 simplify_gen_subreg for PIC with mode of x only if modes of
1577 x and orig_x are different.
1579 2011-07-26 Jakub Jelinek <jakub@redhat.com>
1581 * dwarf2out.c (output_macinfo_op): Ensure fd->filename points
1582 to GC allocated copy of the string.
1583 (dwarf2out_finish): Emit .debug_macinfo or .debug_macro sections
1584 before .debug_line, not after it.
1586 2011-07-26 Sebastian Pop <sebastian.pop@amd.com>
1589 * tree-chrec.h (evolution_function_is_affine_p): Recursively call
1590 evolution_function_is_affine_p on CHREC_RIGHT.
1592 2011-07-26 Sebastian Pop <sebastian.pop@amd.com>
1594 * tree-data-ref.c (max_stmt_executions_tree): Do not call
1595 lang_hooks.types.type_for_size.
1597 2011-07-26 Sebastian Pop <sebastian.pop@amd.com>
1600 * graphite-scop-detection.c (graphite_can_represent_loop): Discard
1601 loops using wrapping semantics.
1603 2011-07-26 Sebastian Pop <sebastian.pop@amd.com>
1606 * tree-scalar-evolution.c (instantiate_scev_r): Return
1607 chrec_dont_know for ADDR_EXPR.
1609 2011-07-26 Uros Bizjak <ubizjak@gmail.com>
1610 H.J. Lu <hongjiu.lu@intel.com>
1614 * config/i386/i386.c (ix86_expand_move): Call convert_to_mode
1615 if legitimize_tls_address returned operand in wrong mode. Allow
1616 SImode and DImode symbolic operand for PIC. Call convert_to_mode
1617 if legitimize_pic_address returned operand in wrong mode.
1619 2011-07-26 Martin Jambor <mjambor@suse.cz>
1621 * tree-sra.c (tree_non_mode_aligned_mem_p): Strip conversions and
1622 return false for invariants.
1624 2011-07-26 Uros Bizjak <ubizjak@gmail.com>
1626 * config/i386/i386.md (add->lea splitter): Implement using SWI
1627 mode iterator. Change operand 2 predicate to <nonmemory_operand>.
1628 (add->lea zext splitter): Change operand 2 predicate to
1629 x86_64_nonmemory_operand.
1631 2011-07-26 Richard Guenther <rguenther@suse.de>
1633 * predict.c (maybe_hot_frequency_p): Make sure a zero entry-block
1634 frequency makes everything hot.
1636 2011-07-26 Richard Guenther <rguenther@suse.de>
1638 PR tree-optimization/49840
1639 * tree-vrp.c (range_fits_type_p): Properly handle full
1640 double-int precision.
1642 2011-07-26 Martin Jambor <mjambor@suse.cz>
1645 * ipa-cp.c (update_profiling_info): Avoid overflow when updating
1647 (update_specialized_profile): Likewise.
1649 2011-07-26 Uros Bizjak <ubizjak@gmail.com>
1650 H.J. Lu <hongjiu.lu@intel.com>
1655 * config/i386/i386.md (i): Change SImode attribute to "e".
1656 (g): Change SImode attribute to "rme".
1657 (di): Change SImode attribute to "nF".
1658 (general_operand): Change SImode attribute to x86_64_general_operand.
1659 (general_szext_operand): Change SImode attribute to
1660 x86_64_szext_general_operand.
1661 (immediate_operand): Change SImode attribute to
1662 x86_64_immediate_operand.
1663 (nonmemory_operand): Change SImode attribute to
1664 x86_64_nonmemory_operand.
1665 (*movdi_internal_rex64): Remove mode from pic_32bit_operand check.
1666 (*movsi_internal): Ditto. Use "e" constraint in alternative 2.
1667 (*lea_1): Use SWI48 mode iterator.
1668 (*lea_1_zext): New insn pattern.
1669 (testsi_ccno_1): Use x86_64_nonmemory_operand predicate for operand 2.
1671 (*add<mode>1): Use x86_64_general_operand predicate for operand 2.
1672 Update operand constraints.
1673 (addsi_1_zext): Ditto.
1674 (*add<mode>2): Ditto.
1675 (*addsi_3_zext): Ditto.
1676 (*subsi_1_zext): Ditto.
1677 (*subsi_2_zext): Ditto.
1678 (*subsi_3_zext): Ditto.
1679 (*addsi3_carry_zext): Ditto.
1680 (*<plusminus_insn>si3_zext_cc_overflow): Ditto.
1681 (*mulsi3_1_zext): Ditto.
1683 (*andsi_1_zext): Ditto.
1684 (*andsi_2_zext): Ditto.
1685 (*<any_or:code>si_1_zext): Ditto.
1686 (*<any_or:code>si_2_zext): Ditto.
1687 (*test<mode>_1): Use <general_operand> predicate for operand 1.
1688 (*and<mode>_2): Ditto.
1689 (mov<mode>cc): Use <general_operand> predicate for operands 1 and 2.
1690 (add->lea splitter): Check operand modes in insn constraint. Extend
1691 operands less than SImode wide to SImode.
1692 (add->lea zext splitter): Do not extend input operands to DImode.
1693 (*lea_general_1): Handle only QImode and HImode operands.
1694 (*lea_general_2): Ditto.
1695 (*lea_general_3): Ditto.
1696 (*lea_general_1_zext): Remove.
1697 (*lea_general_2_zext): Ditto.
1698 (*lea_general_3_zext): Ditto.
1699 (*lea_general_4): Check operand modes in insn constraint. Extend
1700 operands less than SImode wide to SImode.
1701 (ashift->lea splitter): Ditto.
1702 * config/i386/i386.c (ix86_print_operand_address): Print address
1703 registers with 'q' modifier on 64bit targets.
1704 * config/i386/predicates.md (pic_32bit_opreand): Define as special
1705 predicate. Reject non-SI and non-DI modes.
1707 2011-07-25 Andrew Pinski <apinski@cavium.com>
1710 * tree-inline.c (remap_gimple_op_r): Copy TREE_THIS_VOLATILE and
1711 TREE_THIS_NOTRAP into the inner most MEM_REF.
1712 Always copy TREE_THIS_VOLATILE.
1713 * tree-sra.c (ptr_parm_has_direct_uses): Check that the lhs, rhs and
1714 arguments are not volatile references.
1716 2011-07-25 Richard Henderson <rth@redhat.com>
1718 * insn-notes.def (NOTE_INSN_CFA_RESTORE_STATE): Remove.
1719 * final.c (final_scan_insn): Don't test for it.
1720 (rest_of_clean_state): Likewise.
1722 2011-07-25 Richard Henderson <rth@redhat.com>
1725 * config/rs6000/rs6000.c (rs6000_frame_related): Return the insn.
1726 (emit_frame_save): Likewise.
1727 (rs6000_emit_prologue): Move the FRAME_RELATED_EXPR from the save
1728 insn onto a dummy blockage insn after the join label.
1730 2011-07-25 Richard Henderson <rth@redhat.com>
1732 * dwarf2cfi.c (dw_trace_info): Add ID member.
1733 (get_trace_index): Remove. Change users to use ID member.
1734 (before_next_cfi_note): New.
1735 (connect_traces): Remove unreachable traces before the main loop.
1736 Look across one trace and generate remember/restore_state if needed.
1738 2011-07-25 Richard Henderson <rth@redhat.com>
1740 * dwarf2cfi.c (dump_cfi_row, debug_cfi_row): New.
1742 2011-07-25 Joern Rennecke <joern.rennecke@embecosm.com>
1744 * genattr.c (write_upcase, gen_attr <enum definition writing>):
1746 * genattr-common.c ... here.
1747 (main): Call gen_attr.
1748 * optc-gen.awk: Make generated program include insn-attr-common.h .
1749 * Makefile.in (oprions.o): Depend on insn-attr-common.h
1751 2011-07-25 Anatoly Sokolov <aesok@post.ru>
1753 * config/m32c/m32c.h (PRINT_OPERAND, PRINT_OPERAND_ADDRESS,
1754 PRINT_OPERAND_PUNCT_VALID_P): Remove macro.
1755 * config/m32c/m32c-protos.h (m32c_print_operand_punct_valid_p,
1756 m32c_print_operand, m32c_print_operand_address): Remove.
1757 * config/m32c/m32c.c (m32c_print_operand_punct_valid_p): Make static.
1758 Change return type to bool. Change argument type to bool.
1759 (m32c_print_operand, m32c_print_operand_address): Make static.
1760 (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS,
1761 TARGET_PRINT_OPERAND_PUNCT_VALID_P): Define.
1763 2011-07-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1765 * doc/sourcebuild.texi (Effective-Target Keywords, Environment
1766 attributes): Document mmap.
1768 2011-07-25 Anatoly Sokolov <aesok@post.ru>
1770 * config/mmix/mmix.h (PRINT_OPERAND, PRINT_OPERAND_ADDRESS,
1771 PRINT_OPERAND_PUNCT_VALID_P): Remove macro.
1772 * config/mmix/mmix-protos.h (mmix_print_operand_punct_valid_p,
1773 mmix_print_operand, mmix_print_operand_address): Remove.
1774 * config/mmix/mmix.c (mmix_print_operand_punct_valid_p): Make static.
1775 Change return type to bool. Change argument type to bool.
1776 (mmix_print_operand, mmix_print_operand_address): Make static.
1777 (mmix_intval, mmix_output_condition): Change 'x' argument type
1779 (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS,
1780 TARGET_PRINT_OPERAND_PUNCT_VALID_P): Define.
1782 2011-07-25 Georg-Johann Lay <avr@gjlay.de>
1785 * config/avr/avr.c (out_shift_with_cnt): Use tmp_reg as
1786 shift counter for x << x and x >> x shifts.
1788 2011-07-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1791 * config.gcc: Reject *-*-solaris2 configuration.
1793 2011-07-25 Richard Sandiford <richard.sandiford@linaro.org>
1795 PR tree-optimization/49809
1796 * tree-ssa-phiopt.c (cond_if_else_store_replacement): Use
1797 gimple_get_lhs instead of gimple_assign_lhs.
1799 2011-07-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1801 * system.h [__cplusplus]: Wrap C function declarations in extern "C".
1803 2011-07-25 Richard Guenther <rguenther@suse.de>
1805 PR tree-optimization/49822
1806 * tree-ssa-forwprop.c (remove_prop_source_from_use): Robustify
1807 more. Make sure to preserve stmts with side-effects. Properly
1808 handle virtual defs, follow a longer def chain.
1810 2011-07-22 Romain Geissler <romain.geissler@gmail.com>
1815 * Makefile.in: Do not flatten c-family directory when installing
1818 2011-07-25 Eric Botcazou <ebotcazou@adacore.com>
1820 * ipa-inline.c (can_inline_edge_p): Look into DECL_STRUCT_FUNCTION of
1821 original nodes if we are dealing with virtual clones.
1823 2011-07-25 Bernd Schmidt <bernds@codesourcery.com>
1825 * common/config/c6x/c6x-common.c: New file.
1827 2011-07-25 Roman Zhuykov <zhroma@ispras.ru>
1829 * tree-flow.h (tree_ssa_loop_version): Remove unused declaration.
1831 2011-07-25 Richard Guenther <rguenther@suse.de>
1833 PR tree-optimization/49715
1834 * tree-vrp.c: Include expr.h and optabs.h.
1835 (range_fits_type_): New function.
1836 (simplify_float_conversion_using_ranges): Likewise.
1837 (simplify_stmt_using_ranges): Call it.
1838 * Makefile.in (tree-vrp.o): Add $(EXPR_H) and $(OPTABS_H) dependencies.
1839 * optabs.c (can_float_p): Export.
1840 * optabs.h (can_float_p): Declare.
1842 2011-07-25 Richard Guenther <rguenther@suse.de>
1844 * tree-vrp.c (num_vr_values, values_propagated): New global vars.
1845 (get_value_range): For out-of-range SSA names or names created
1846 after propagation return a read-only varying range.
1847 (dump_all_value_ranges): Adjust.
1848 (vrp_initialize): Likewise.
1849 (vrp_finalize): Likewise.
1851 2011-07-24 Richard Henderson <rth@redhat.com>
1854 * dwarf2cfi.c (connect_traces): Allow unvisited traces. Skip
1857 2011-07-24 Richard Henderson <rth@redhat.com>
1860 * dwarf2cfi.c (dwarf2out_stack_adjust): Move A_O_A test earlier.
1861 (dwarf2out_notice_stack_adjust): Use args_size from call_insn.
1863 2011-07-24 Richard Henderson <rth@redhat.com>
1866 * dwarf2cfi.c (create_trace_edges): Handle sequences properly.
1868 2011-07-24 Richard Henderson <rth@redhat.com>
1870 * dwarf2cfi.c (maybe_record_trace_start): Add abnormal parameter.
1871 Zero args_size for abnormal edges. Adjust all callers.
1873 2011-07-24 Richard Henderson <rth@redhat.com>
1876 * dwarf2cfi.c (cfi_row_equal_p): Don't compare args_size.
1878 2011-07-24 H.J. Lu <hongjiu.lu@intel.com>
1881 * collect2.c (demangle_flag): Removed.
1883 2011-07-24 Sandra Loosemore <sandra@codesourcery.com>
1885 * configure.ac (demangler_in_ld): Default to yes.
1886 * configure: Regenerated.
1887 * collect2.c (main): When HAVE_LD_DEMANGLE is defined, don't
1888 mess with COLLECT_NO_DEMANGLE, and just pass --demangle and
1889 --no-demangle options straight through to ld. When
1890 HAVE_LD_DEMANGLE is not defined, set COLLECT_NO_DEMANGLE in a
1891 way that has the intended effect on Windows.
1893 2011-07-23 Richard Henderson <rth@redhat.com>
1895 * dwarf2cfi.c: Include basic-block.h.
1896 (dw_label_info): Remove.
1897 (trace_work_list, trace_index): New.
1898 (remember_row, emit_cfa_remember): Remove.
1899 (dw_trace_info_hash, dw_trace_info_eq): New.
1900 (get_trace_index, get_trace_info): New.
1901 (save_point_p): New.
1902 (free_cfi_row): Remove.
1903 (add_cfi): Do not emit DW_CFA_remember_state.
1904 (cfa_row_equal_p): New.
1905 (barrier_args_size): Remove.
1906 (compute_barrier_args_size_1, compute_barrier_args_size): Remove.
1907 (dwarf2out_notice_stack_adjust): Don't compute_barrier_args_size.
1908 (maybe_record_trace_start, create_trace_edges, scan_trace): New.
1909 (dwarf2out_cfi_begin_epilogue): Remove.
1910 (dwarf2out_frame_debug_restore_state): Remove.
1911 (connect_traces, create_pseudo_cfg): New.
1912 (create_cfi_notes, execute_dwarf2_frame): Rewrite using traces.
1913 * Makefile.in (dwarf2cfi.o): Update.
1915 2011-07-23 Richard Henderson <rth@redhat.com>
1917 * dwarf2cfi.c (dw_trace_info): New.
1918 (dw_label_info): New.
1919 (cie_return_save): New.
1921 (queued_args_size): Rename from args_size. Update all users.
1922 (cfa_store, cfa_temp, regs_saved_in_regs): Remove.
1923 (def_cfa_1): Use cur_trace instead of cfa_*.
1924 (dwarf2out_stack_adjust, record_reg_saved_in_reg): Likewise.
1925 (clobbers_queued_reg_save, reg_saved_in): Likewise.
1926 (dwarf2out_frame_debug_expr): Likewise.
1927 (create_cie_data): Split out from ...
1928 (execute_dwarf2_frame): ... here. Initialize cur_trace.
1930 2011-07-23 Richard Henderson <rth@redhat.com>
1932 * dwarf2cfi.c (regs_saved_in_regs): Allocate from heap, not gc.
1933 Update all users to match.
1934 (execute_dwarf2_frame): Free reg_saved_in_data.
1936 2011-07-23 Richard Henderson <rth@redhat.com>
1938 * dwarf2cfi.c (queued_reg_save): Reorder for packing. Don't GTY.
1939 (queued_reg_saves): Don't GTY. Change to a VEC.
1940 (queue_reg_save): Update to match.
1941 (dwarf2out_flush_queued_reg_saves): Likewise.
1942 (clobbers_queued_reg_save): Likewise.
1943 (reg_saved_in): Likewise.
1944 (execute_dwarf2_frame): Free queued_reg_saves.
1946 2011-07-23 Richard Henderson <rth@redhat.com>
1948 * dwarf2cfi.c (dw_cfi_row_ref): Remove. Update all users.
1950 2011-07-23 Richard Henderson <rth@redhat.com>
1952 * dwarf2cfi.c (add_cfi_args_size): Split out from...
1953 (dwarf2out_args_size): ... here.
1954 (add_cfi_restore): Split out from ...
1955 (dwarf2out_frame_debug_cfa_restore): ... here.
1956 (def_cfa_0): Split out from ...
1957 (def_cfa_1): ... here.
1958 (cfi_oprnd_equal_p, cfi_equal_p): New.
1959 (change_cfi_row): New.
1960 (add_cfis_to_fde): Set fde->dw_fde_switch_cfi_index.
1961 (create_cfi_notes): Use change_cfi_row at SWITCH_TEXT note.
1962 (output_cfis): Remove.
1963 * dwarf2out.c (output_fde): Simplify output_cfi loop.
1964 (dwarf2out_switch_text_section): Don't call output_cfis.
1965 (dw_val_equal_p, loc_descr_equal_p_1, loc_descr_equal_p): New.
1966 * dwarf2out.h: Update decls.
1967 (enum dw_val_class): Add dw_val_class_none.
1969 2011-07-23 Richard Henderson <rth@redhat.com>
1971 * dwarf2cfi.c (update_row_reg_save): New.
1972 (dwarf2out_frame_debug_cfa_expression): Use it.
1973 (dwarf2out_frame_debug_cfa_restore): Likewise.
1974 (reg_save): Likewise. Do not emit DW_CFA_same_value.
1976 2011-07-23 Richard Henderson <rth@redhat.com>
1978 * dwarf2cfi.c (add_cfi_insn): Rename from cfi_insn. Update all users.
1980 2011-07-23 Richard Henderson <rth@redhat.com>
1982 * dwarf2cfi.c (dw_cfi_row, dw_cfi_row_ref): New.
1984 (new_cfi_row, copy_cfi_row, free_cfi_row): New.
1985 (cfa, old_cfa, cfa_remember, old_cfa_remember, old_args_size): Remove.
1986 (cur_row, remember_row): New.
1987 (def_cfa_1): Use cur_row instead of the old_* variables.
1988 (dwarf2out_frame_debug_restore_state): Similarly.
1989 (dwarf2out_args_size, dwarf2out_notice_stack_adjust): Likewise.
1990 (dwarf2out_frame_debug_def_cfa): Use a local variable instead of cfa.
1991 (dwarf2out_frame_debug_adjust_cfa): Likewise.
1992 (dwarf2out_frame_debug_cfa_offset): Likewise.
1993 (dwarf2out_frame_debug_expr): Likewise.
1994 (execute_dwarf2_frame): Set up cur_row.
1995 * dwarf2out.h (struct cfa_loc): Mark for GTY.
1997 2011-07-23 Richard Henderson <rth@redhat.com>
1999 * basic-block.h (EDGE_PRESERVE): New.
2000 (EDGE_ALL_FLAGS, EDGE_COMPLEX): Include it.
2001 * bb-reorder.c: Include except.h.
2002 (fix_up_crossing_landing_pad): New.
2003 (find_rarely_executed_basic_blocks_and_crossing_edges): Place
2004 landing pads in the right partition. Duplicate as necessary.
2005 (partition_hot_cold_basic_blocks): Fix up DF info after
2006 duplicating landing pads.
2007 * cfg.c (dump_edge_info): Add crossing and preserve to bitnames.
2008 * cfgrtl.c (rtl_verify_flow_info_1): Validate that EDGE_CROSSING
2009 is set properly. Validate that EH edges are not CROSSING.
2010 * except.c (expand_dw2_landing_pad_for_region): Split out from ...
2011 (dw2_build_landing_pads): ... here.
2012 (convert_to_eh_region_ranges): Remove code to fixup crossing
2014 * except.h (expand_dw2_landing_pad_for_region): Declare.
2015 * tree-cfg.c (gimple_can_merge_blocks_p): Don't merge PRESERVE edges.
2017 2011-07-23 Richard Earnshaw <rearnsha@arm.com>
2020 * arm.c (aapcs_vfp_allocate_return_reg): Return NULL on failure.
2022 2011-07-22 Jason Merrill <jason@redhat.com>
2024 * doc/invoke.texi (C++ Dialect Options): Document -Wno-narrowing.
2026 2011-07-22 Richard Henderson <rth@redhat.com>
2028 * bb-reorder.c (gate_handle_partition_blocks): Honor optimize.
2030 2011-07-22 Richard Henderson <rth@redhat.com>
2032 * jump.c (maybe_propagate_label_ref): Split out of...
2033 (mark_all_labels): ... here. Do not attempt label_ref
2034 propagation while in cfglayout mode.
2036 2011-07-22 Jakub Jelinek <jakub@redhat.com>
2038 * dwarf2out.c (struct macinfo_struct): Change code to unsigned char.
2039 (DEBUG_MACRO_SECTION, DEBUG_MACRO_SECTION_LABEL): Define.
2040 (dwarf_attr_name): Handle DW_AT_GNU_macros.
2041 (dwarf2out_define): If the vector is empty and
2042 lineno is 0, emit a dummy entry first.
2043 (dwarf2out_undef): Likewise. Remove redundant semicolon.
2044 (htab_macinfo_hash, htab_macinfo_eq, output_macinfo_op,
2045 optimize_macinfo_range): New functions.
2046 (output_macinfo): Use them. If !dwarf_strict and .debug_str is
2047 mergeable, optimize longer strings using
2048 DW_MACRO_GNU_{define,undef}_indirect and if HAVE_COMDAT_GROUP,
2049 optimize longer sequences of define/undef ops from headers
2050 using DW_MACRO_GNU_transparent_include. For !dwarf_strict
2051 emit a section headers.
2052 (dwarf2out_init): For !dwarf_strict set debug_macinfo_section
2053 and macinfo_section_label to DEBUG_MACRO_SECTION
2054 resp. DEBUG_MACRO_SECTION_LABEL.
2055 (dwarf2out_finish): For !dwarf_strict emit DW_AT_GNU_macros
2056 instead of DW_AT_macro_info.
2059 * common.opt (grecord-gcc-switches, gno-record-gcc-switches): New
2061 * dwarf2out.c: Include opts.h.
2062 (dchar_p): New typedef. Define heap VEC for it.
2063 (producer_string): New variable.
2064 (gen_producer_string): New function.
2065 (gen_compile_unit_die): Use it.
2066 (dwarf2out_finish): Fix up comp_unit_die () DW_AT_producer if needed.
2067 * Makefile.in (dwarf2out.o): Depend on $(OPTS_H).
2068 * doc/invoke.texi: Document -grecord-gcc-switches and
2069 -gno-record-gcc-switches, add a -grecord-gcc-switches reference
2070 to -frecord-gcc-switches description.
2072 2011-07-22 Jason Merrill <jason@redhat.com>
2075 * c-decl.c (c_linkage_bindings): Define.
2077 2011-07-22 Eric Botcazou <ebotcazou@adacore.com>
2080 * var-tracking.c (vt_finalize): Always free windowed_parm_regs.
2082 2011-07-22 H.J. Lu <hongjiu.lu@intel.com>
2084 * config/i386/i386.c (ix86_option_override_internal): Disallow
2086 (ix86_init_builtins): Call ix86_init_builtins_va_builtins_abi
2087 only for TARGET_LP64.
2088 (ix86_handle_abi_attribute): Check TARGET_LP64 instead of TARGET_64BIT.
2090 2011-07-22 Michael Meissner <meissner@linux.vnet.ibm.com>
2092 * config/rs6000/rs6000.c (rs6000_xcoff_strip_dollar): Rewrite to
2093 avoid warnings when GCC is built with a C++ compiler.
2095 2011-07-22 Martin Jambor <mjambor@suse.cz>
2098 * cgraphunit.c (verify_edge_corresponds_to_fndecl): Return false
2099 if decl node is in another partition, call cgraph_get_node only once.
2101 2011-07-22 Uros Bizjak <ubizjak@gmail.com>
2103 * config.gcc (x86_64-*-linux*): Set
2104 default_gnu_indirect_function to yes.
2106 2011-07-22 Richard Guenther <rguenther@suse.de>
2108 PR tree-optimization/45819
2109 * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Properly
2110 preserve volatile and notrap flags.
2112 2011-07-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2113 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2116 * configure.ac: Test AM_ICONV with CXX.
2117 * configure: Regenerate.
2118 * config/sol2-c.c (solaris_format_types): Use EXPORTED_CONST.
2120 2011-07-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2123 * graphite-clast-to-gimple.c (CLOOG_LANGUAGE_C): Provide if missing.
2124 (set_cloog_options): Use it.
2126 2011-07-22 Jakub Jelinek <jakub@redhat.com>
2129 * gcc.c (main): Call stack_limit_increase (64MB).
2130 * toplev.c (toplev_main): Likewise.
2132 2011-07-21 H.J. Lu <hongjiu.lu@intel.com>
2134 * config/i386/i386.c (ix86_expand_call): Call copy_to_mode_reg
2135 instead of force_reg.
2137 2011-07-21 H.J. Lu <hongjiu.lu@intel.com>
2139 * config/i386/i386.c (ix86_expand_move): Convert to Pmode if
2140 needed and use force_reg after convert.
2141 (ix86_expand_call): Likewise.
2142 (ix86_expand_special_args_builtin): Likewise.
2143 (ix86_expand_builtin): Likewise.
2145 2011-07-21 Sebastian Pop <sebastian.pop@amd.com>
2149 * graphite-clast-to-gimple.c (type_for_clast_term): Pass v1 and v2
2150 in parameter. Initialize v1 and v2 based on the values returned
2151 by clast_name_to_lb_ub.
2152 (type_for_clast_red): Pass v1 and v2 in parameter, and set their
2154 (type_for_clast_bin): Same.
2155 (type_for_clast_expr): Same.
2156 (type_for_clast_eq): Update calls to type_for_clast_expr.
2157 (type_for_clast_for): Same.
2158 (build_iv_mapping): Same.
2159 * graphite-ppl.h (value_min): New.
2161 2011-07-21 Sebastian Pop <sebastian.pop@amd.com>
2163 * graphite-clast-to-gimple.c (type_for_interval): Generate signed
2164 types whenever possible.
2166 2011-07-21 Sebastian Pop <sebastian.pop@amd.com>
2168 * graphite-clast-to-gimple.c (struct clast_name_index): Add lb
2170 (new_clast_name_index): Add lb and ub parameters.
2171 (free_clast_name_index): New.
2172 (clast_name_to_lb_ub): New.
2173 (save_clast_name_index): Add lb and ub parameters.
2174 (compute_bounds_for_param): New.
2175 (type_for_level): Removed.
2176 (type_for_clast_for): Removed level parameter. Do not call
2178 (graphite_create_new_loop): Store the lb and ub for the clast_name
2179 of the iterator of the loop that has been generated.
2180 (graphite_create_new_loop_guard): Remove parameter level.
2181 (create_params_index): Store the lb and ub of each parameter.
2182 (gloog): Use free_clast_name_index. Pass to create_params_index
2185 2011-07-21 Sebastian Pop <sebastian.pop@amd.com>
2187 * graphite-clast-to-gimple.c (max_signed_precision_type): Removed.
2188 (max_precision_type): Inline max_signed_precision_type.
2189 (type_for_clast_red): Use max_precision_type.
2190 (type_for_clast_bin): Same.
2191 (type_for_clast_for): Same.
2193 2011-07-21 Sebastian Pop <sebastian.pop@amd.com>
2195 * graphite-clast-to-gimple.c (gcc_type_for_interval): Renamed
2197 (gcc_type_for_value): Renamed type_for_value.
2198 (gcc_type_for_clast_term): Renamed type_for_clast_term.
2199 (gcc_type_for_clast_expr): Renamed type_for_clast_expr.
2200 (gcc_type_for_clast_red): Renamed type_for_clast_red.
2201 (gcc_type_for_clast_bin): Renamed type_for_clast_bin.
2202 (gcc_type_for_clast_eq): Renamed type_for_clast_eq.
2203 (graphite_translate_clast_equation): Update calls.
2204 (compute_type_for_level): Renamed type_for_level.
2205 (gcc_type_for_iv_of_clast_loop): Renamed type_for_clast_for.
2206 (build_iv_mapping): Update calls.
2207 (graphite_create_new_loop_guard): Same.
2209 2011-07-21 Sebastian Pop <sebastian.pop@amd.com>
2211 * graphite-clast-to-gimple.c (clast_get_body_of_loop): Add fixme
2214 2011-07-21 Sebastian Pop <sebastian.pop@amd.com>
2216 * graphite-clast-to-gimple.c (struct ivs_params): New.
2217 (clast_name_to_gcc): Use ivs_params to pass around parameters.
2218 (clast_to_gcc_expression): Same.
2219 (clast_to_gcc_expression_red): Same.
2220 (gcc_type_for_clast_term): Same.
2221 (gcc_type_for_clast_expr): Same.
2222 (gcc_type_for_clast_red): Same.
2223 (gcc_type_for_clast_bin): Same.
2224 (gcc_type_for_clast_eq): Same.
2225 (graphite_translate_clast_equation): Same.
2226 (graphite_create_guard_cond_expr): Same.
2227 (graphite_create_new_guard): Same.
2228 (graphite_create_new_loop): Same.
2229 (build_iv_mapping): Same.
2230 (translate_clast_user): Same.
2231 (graphite_create_new_loop_guard): Same.
2232 (translate_clast): Same.
2233 (translate_clast_for_loop): Same.
2234 (translate_clast_for): Same.
2235 (translate_clast_guard): Same.
2236 (initialize_cloog_names): Fix typo.
2237 (gloog): Initialize an ivs_params struct, pass it to translate_clast.
2239 2011-07-21 Sebastian Pop <sebastian.pop@amd.com>
2241 * graphite-clast-to-gimple.c (struct clast_name_index): Add level.
2242 (new_clast_name_index): Add level parameter.
2243 (clast_name_to_level): New.
2244 (save_clast_name_index): Add level parameter.
2245 (newivs_to_depth_to_newiv): Removed.
2246 (clast_name_to_gcc): Inlined newivs_to_depth_to_newiv.
2247 (graphite_create_new_loop): Add level parameter. Pass level to
2248 save_clast_name_index.
2249 (translate_clast_for_loop): Pass level to graphite_create_new_loop.
2250 (create_params_index): Pass level to save_clast_name_index.
2252 2011-07-21 Sebastian Pop <sebastian.pop@amd.com>
2254 * graphite-clast-to-gimple.c (graphite_create_new_loop): Do not
2255 recompute type, lb, and ub. Get them from...
2256 (graphite_create_new_loop_guard): ...here. Pass in parameter
2257 pointers to type, lb, and ub.
2258 (translate_clast_for_loop): Update function calls.
2259 (translate_clast_for): Same.
2261 2011-07-21 Sebastian Pop <sebastian.pop@amd.com>
2263 * graphite-clast-to-gimple.c (compute_bounds_for_level): Call
2265 (translate_clast_for_loop): Pass loop level to dependency_in_loop_p.
2266 (gcc_type_for_iv_of_clast_loop): Update use of level.
2267 (gloog): Start counting nesting level from 0.
2268 * graphite-clast-to-gimple.h (get_scattering_level): Removed.
2269 * graphite-dependences.c (graphite_carried_dependence_level_k): Call
2270 psct_dynamic_dim on level.
2272 2011-07-21 H.J. Lu <hongjiu.lu@intel.com>
2274 * config/i386/i386.c (ix86_legitimize_address): Convert to
2277 2011-07-21 H.J. Lu <hongjiu.lu@intel.com>
2279 * config/i386/i386.c (function_value_64): Always return pointers
2281 (ix86_promote_function_mode): New.
2282 (TARGET_PROMOTE_FUNCTION_MODE): Likewise.
2284 2011-07-21 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
2286 PR tree-optimization/49749
2287 * tree-ssa-reassoc.c (get_rank): Fix operand scan conditions and
2288 remove no-longer-used maxrank variable.
2290 2011-07-21 Georg-Johann Lay <avr@gjlay.de>
2292 * config/avr/avr.c (final_prescan_insn): Fix printing of rtx_costs.
2294 2011-07-21 Jason Merrill <jason@redhat.com>
2296 * system.h (HAVE_DESIGNATED_UNION_INITIALIZERS): New.
2297 * recog.h (struct insn_data_d): Check it instead of
2298 HAVE_DESIGNATED_INITIALIZERS.
2299 * genoutput.c (output_insn_data): Likewise.
2301 2011-07-21 Richard Guenther <rguenther@suse.de>
2303 PR tree-optimization/49770
2304 * tree-ssa-sccvn.c (valueize_refs_1): Return whether we
2305 valueized any operand. Renamed from ...
2306 (valueize_refs): ... this. New wrapper around valueize_refs_1.
2307 (valueize_shared_reference_ops_from_ref): Return whether we
2308 valueized any operand.
2309 (vn_reference_lookup): Only when we valueized any operand
2310 use the valueized reference for alias analysis. Do not preserve
2311 the original reference tree in this case.
2313 2011-07-21 Uros Bizjak <ubizjak@gmail.com>
2315 * config/i386/i386.c (ix86_decompose_address): Reject all but
2316 register operands and subregs of DImode hard registers in index.
2318 2011-07-21 Kai Tietz <ktietz@redhat.com>
2320 * fold-const.c (fold_unary_loc): Preserve indirect
2321 comparison cast to none-boolean type.
2322 * tree-ssa.c (useless_type_conversion_p): Preserve cast
2323 from/to boolean-type.
2324 * gimplify.c (gimple_boolify): Handle boolification of comparisons.
2325 (gimplify_expr): Boolifiy non aggregate-typed comparisons.
2326 * tree-cfg.c (verify_gimple_comparison): Check result
2327 type of comparison expression.
2328 * tree-ssa-forwprop.c (forward_propagate_comparison): Adjust test
2329 of condition result and disallow type-cast sinking into comparison.
2331 2011-07-21 Richard Guenther <rguenther@suse.de>
2333 * tree-ssa-forwprop.c (combine_conversions): Return whether
2334 we have to run cfg-cleanup. Properly remove dead stmts.
2335 (ssa_forward_propagate_and_combine): Adjust.
2337 2011-07-21 Richard Sandiford <richard.sandiford@linaro.org>
2339 * regcprop.c (maybe_mode_change): Check HARD_REGNO_MODE_OK.
2341 2011-07-21 Kai Tietz <ktietz@redhat.com>
2343 * tree-ssa-propagate.c (substitute_and_fold): Use
2344 do_dce flag to deside, if BB's statements are scanned
2345 in last to first, or first to last order.
2347 2011-07-21 Georg-Johann Lay <avr@gjlay.de>
2349 * config/avr/avr.c (avr_rtx_costs): Set cost of CONST, LABEL_REF to 0.
2351 2011-07-20 H.J. Lu <hongjiu.lu@intel.com>
2352 Uros Bizjak <ubizjak@gmail.com>
2353 Richard Henderson <rth@redhat.com>
2355 * config/i386/constraints.md (w): New.
2357 * config/i386/i386.c (ix86_output_addr_vec_elt): Check
2358 TARGET_LP64 instead of TARGET_64BIT for ASM_QUAD.
2360 * config/i386/i386.h (CASE_VECTOR_MODE): Check TARGET_LP64
2361 instead of TARGET_64BIT.
2363 * config/i386/i386.md (indirect_jump): Replace
2364 nonimmediate_operand with indirect_branch_operand.
2365 (*indirect_jump): Likewise. Replace constraint "m" with "w".
2366 (tablejump): Replace nonimmediate_operand with indirect_branch_operand.
2367 Convert operand 0 to Pmode for x32 if not PIC.
2368 (*tablejump_1): Replace nonimmediate_operand with
2369 indirect_branch_operand. Replace constraint "m" with "w".
2370 (*call_vzeroupper): Replace constraint "m" with "w".
2372 (*call_rex64_ms_sysv_vzeroupper): Likewise.
2373 (*call_rex64_ms_sysv): Likewise.
2374 (*call_value_vzeroupper): Likewise.
2375 (*call_value): Likewise.
2376 (*call_value_rex64_ms_sysv_vzeroupper): Likewise.
2377 (*call_value_rex64_ms_sysv): Likewise.
2378 (set_got_offset_rex64): Check TARGET_LP64 instead of TARGET_64BIT.
2380 * config/i386/predicates.md (indirect_branch_operand): New.
2381 (call_insn_operand): Support x32.
2383 2011-07-20 Michael Eager <eager@eagercon.com>
2385 * params.def (PARAM_MAX_VARTRACK_EXPR_DEPTH): Default to 12.
2387 2011-07-20 Richard Henderson <rth@redhat.com>
2389 * cfg.c (dump_bb_info): Dump basic_block->flags.
2390 * cfgrtl.c (print_rtl_with_bb): Use dump_bb_info.
2392 2011-07-20 Uros Bizjak <ubizjak@gmail.com>
2394 * config/i386/i386.c (ix86_decompose_address): Allow only subregs
2395 of DImode hard registers in index.
2396 (ix86_legitimate_address_p): Allow subregs of base and index to span
2397 more than a word. Assert that subregs of base and index satisfy
2398 register_no_elim_operand predicates. Reject addresses where
2399 base and index have different modes.
2401 2011-07-20 Robert Millan <rmh@gnu.org>
2403 * config.gcc (mips*-*-linux*): Remove redundant tm_file entry.
2405 2011-07-20 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2407 * bb-reorder.c (fix_crossing_conditional_branches): Fix crash by
2408 removing now-unnecessary assignment.
2410 2011-07-20 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2412 * emit-rtl.c (set_mem_attributes_minus_bitpos): Restore setting
2413 memory address space to the type's address space.
2415 2011-07-20 Georg-Johann Lay <avr@gjlay.de>
2419 * config/avr/avr.md (mulhi3): Use register_or_s9_operand for operand2
2420 and expand appropriately if there is a CONST_INT in operand2.
2421 (usmulqihi3): New insn.
2422 (*sumulqihi3): New insn.
2423 (*osmulqihi3): New insn.
2424 (*oumulqihi3): New insn.
2425 (*muluqihi3.uconst): New insn_and_split.
2426 (*muluqihi3.sconst): New insn_and_split.
2427 (*mulsqihi3.sconst): New insn_and_split.
2428 (*mulsqihi3.uconst): New insn_and_split.
2429 (*mulsqihi3.oconst): New insn_and_split.
2430 (*ashifthi3.signx.const): New insn_and_split.
2431 (*ashifthi3.signx.const7): New insn_and_split.
2432 (*ashifthi3.zerox.const): New insn_and_split.
2433 (mulsqihi3): New insn.
2434 (muluqihi3): New insn.
2435 (muloqihi3): New insn.
2436 * config/avr/predicates.md (const_2_to_7_operand): New.
2437 (const_2_to_6_operand): New.
2442 (register_or_s9_operand): New.
2444 2011-07-20 Kai Tietz <ktietz@redhat.com>
2446 * builtins.c (fold_builtin_expect): See through the cast
2447 from truthvalue_type_node to long.
2449 2011-07-20 Michael Meissner <meissner@linux.vnet.ibm.com>
2451 * config/rs6000/vsx.md (vsx_fma*): Use 4 argument fma instructions
2452 where we can use them from the standard and altivec instruction
2453 sets, instead of always using the 3 operand VSX forms that require
2454 the destination to overlap one of the inputs.
2459 * config/rs6000/rs6000.md (fmadf4_fpr): Set fp_type fp_maddsub_d
2461 (fmsdf4_fpr): Ditto.
2462 (nfmadf4_fpr): Ditto.
2463 (nfmsdf4_fpr): Ditto.
2465 2011-07-20 Sandra Loosemore <sandra@codesourcery.com>
2467 * genrecog.c (make_insn_sequence): Correct position numbering
2468 when filtering out match_scratch and match_dup.
2470 2011-07-20 Richard Guenther <rguenther@suse.de>
2472 * tree-ssa-forwprop.c (remove_prop_source_from_use): Robustify
2473 against already removed statements.
2474 (forward_propagate_into_comparison): Remove dead defining stmts.
2475 (forward_propagate_into_gimple_cond): Likewise.
2476 (forward_propagate_into_cond): Simplify.
2477 (ssa_forward_propagate_and_combine): Handle changed cfg from
2478 forward_propagate_into_comparison.
2479 * tree-ssa-phiopt.c (conditional_replacement): Use proper
2480 locations for newly built statements.
2482 2011-07-20 Georg-Johann Lay <avr@gjlay.de>
2484 * config/avr/avr.c (avr_rtx_costs): Set cost of SYMBOL_REF to 0.
2486 2011-07-20 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
2488 * config/s390/s390.c (s390_class_max_nregs): Fix return type.
2489 * config/s390/s390-protos.h (s390_class_max_nregs): Likewise.
2491 2011-07-20 Richard Guenther <rguenther@suse.de>
2494 * tree.c (integer_all_onesp): Use TYPE_PRECISION, not mode precision.
2495 * tree-ssa-forwprop.c (simplify_bitwise_binary): Remove bogus
2496 ADDR_EXPR folding. Canonicalize X ^ ~0 as ~X.
2498 2011-07-20 Vladimir Makarov <vmakarov@redhat.com>
2500 * config/frv/frv.c (frv_register_move_cost): Define explicitly
2501 costs for subclasses of GR_REGS.
2503 2011-07-20 Uros Bizjak <ubizjak@gmail.com>
2506 * config/i386/predicates.md (no_seg_addres_operand): No more special.
2507 * config/i386/i386.c (ix86_decompose_address): Allow only subregs
2508 of DImode hard registers in base.
2509 (ix86_legitimate_address_p): Allow SImode and DImode base and index
2512 2011-07-20 Richard Guenther <rguenther@suse.de>
2514 * tree-ssa-structalias.c (new_var_info): Allocate oldsolution lazily.
2515 (unify_nodes): Deal with that.
2516 (solve_graph): Likewise.
2518 2011-07-20 Chung-Lin Tang <cltang@codesourcery.com>
2520 * config/arm/arm.c (arm_canonicalize_comparison): Add case to
2521 canonicalize left operand from ZERO_EXTEND to AND.
2523 2011-07-20 Anatoly Sokolov <aesok@post.ru>
2525 * target.def (class_max_nregs): New hook.
2526 * doc/tm.texi.in (TARGET_CLASS_MAX_NREGS): Document.
2527 * doc/tm.texi: Regenerate.
2528 * targhooks.c (default_class_max_nregs): New function.
2529 * targhooks.h (default_class_max_nregs): Declare.
2530 * ira.h (target_ira): Change type x_ira_reg_class_max_nregs and
2531 x_ira_reg_class_min_nregs arrays to unsigned char.
2532 * ira.c (setup_reg_class_nregs): Use TARGET_CLASS_MAX_NREGS target
2533 hook instead of CLASS_MAX_NREGS macro.
2534 * reginfo.c (restore_register_info): Ditto.
2535 * ira-conflicts.c (process_regs_for_copy): Use
2536 ira_reg_class_max_nregs array instead of CLASS_MAX_NREGS macro.
2537 Change type rclass and aclass vars to reg_class_t.
2538 * ira-costs.c (record_reg_classes): Use ira_reg_class_max_nregs
2539 array instead of CLASS_MAX_NREGS macro. Change type rclass var to
2541 * reload.c (combine_reloads, find_reloads, find_reloads_address_1):
2542 Use ira_reg_class_max_nregs array instead of CLASS_MAX_NREGS macro.
2544 * config/i386/i386.h (CLASS_MAX_NREGS): Remove.
2545 * config/i386/i386.c (ix86_class_max_nregs): New function.
2546 (ix86_register_move_cost): Use TARGET_CLASS_MAX_NREGS target hook
2547 instead of CLASS_MAX_NREGS macro.
2548 (TARGET_CLASS_MAX_NREGS): Define.
2549 * config/avr/avr.h (CLASS_MAX_NREGS): Remove.
2550 * config/avr/avr-protos.h (class_max_nregs): Remove declaration.
2551 * config/avr/avr.c (class_max_nregs): Remove function.
2552 * config/alpha/alpha.h (CLASS_MAX_NREGS): Remove.
2553 * config/spu/spu.h (CLASS_MAX_NREGS): Remove.
2554 * config/mep/mep.h (CLASS_MAX_NREGS): Remove.
2555 * config/m32r/m32r.h (CLASS_MAX_NREGS): Remove.
2556 * config/microblaze/microblaze.h (CLASS_MAX_NREGS): Remove.
2557 * config/xtensa/xtensa.h (CLASS_MAX_NREGS): Remove.
2558 * config/stormy16/stormy16.h (CLASS_MAX_NREGS): Remove.
2559 * config/lm32/lm32.h (CLASS_MAX_NREGS): Remove.
2560 * config/moxie/moxie.h (CLASS_MAX_NREGS): Remove.
2561 * config/iq2000/iq2000.h (CLASS_MAX_NREGS): Remove.
2562 * config/mn10300/mn10300.h (CLASS_MAX_NREGS): Remove.
2563 * config/score/score.h (CLASS_MAX_NREGS): Remove.
2564 * config/vax/vax.h (CLASS_MAX_NREGS): Remove.
2565 * config/h8300/h8300.h (CLASS_MAX_NREGS): Remove.
2566 * config/v850/v850.h (CLASS_MAX_NREGS): Remove.
2568 2011-07-19 Eric Botcazou <ebotcazou@adacore.com>
2570 * cif-code.def (OVERWRITABLE): Fix typo and move around.
2571 (TARGET_OPTIMIZATION_MISMATCH): Delete.
2572 (EH_PERSONALITY): Fix typo.
2573 (NON_CALL_EXCEPTIONS): Fix message.
2574 (OPTIMIZATION_MISMATCH): Adjust message.
2575 * ipa-inline.c (can_inline_edge_p): Use CIF_OPTIMIZATION_MISMATCH.
2577 2011-07-19 Ian Lance Taylor <iant@google.com>
2579 * doc/install.texi (Configuration): Document
2580 --enable-build-poststage1-with-cxx.
2582 2011-07-19 Robert Millan <rmh@gnu.org>
2584 * config/mips/gnu-user.h: Copy from linux.h. Update comments.
2585 (GLIBC_DYNAMIC_LINKER): Remove.
2587 * config/mips/gnu-user64.h: Copy from linux64.h. Update comments.
2588 (GLIBC_DYNAMIC_LINKER32, GLIBC_DYNAMIC_LINKER64)
2589 (GLIBC_DYNAMIC_LINKERN32, UCLIBC_DYNAMIC_LINKERN32)
2590 (BIONIC_DYNAMIC_LINKERN32, GNU_USER_DYNAMIC_LINKERN32): Remove.
2591 (LINK_SPEC): Use GNU_USER_DYNAMIC_LINKER32,
2592 GNU_USER_DYNAMIC_LINKER64 and GNU_USER_LINK_EMULATIONN32.
2594 * config/mips/linux.h: Remove everything except for ...
2595 (GLIBC_DYNAMIC_LINKER): ... this macro.
2597 * config/mips/linux64.h: Remove everything except for ...
2598 (GLIBC_DYNAMIC_LINKER32, GLIBC_DYNAMIC_LINKER64)
2599 (GLIBC_DYNAMIC_LINKERN32, UCLIBC_DYNAMIC_LINKERN32)
2600 (BIONIC_DYNAMIC_LINKERN32): ... these macros.
2601 (GNU_USER_LINK_EMULATION32, GNU_USER_LINK_EMULATION64)
2602 (GNU_USER_LINK_EMULATIONN32): New macros.
2604 * config.gcc (mips64*-*-linux* | mipsisa64*-*-linux* | mips-*-linux*):
2605 Use the new headers.
2607 2011-07-19 Richard Sandiford <rdsandiford@googlemail.com>
2609 * rtl.h (mem_attrs): Turn offset and size fields into HOST_WIDE_INTs.
2610 Add offset_known_p and size_known_p fields.
2611 (MEM_OFFSET_KNOWN_P): Update accordingly.
2612 (MEM_OFFSET, MEM_SIZE_KNOWN_P, MEM_SIZE): Likewise.
2613 * emit-rtl.c (mem_attrs_htab_hash): Update after mem_attrs changes.
2614 (mem_attrs_eq_p, set_mem_attributes_minus_bitpos, set_mem_offset)
2615 (clear_mem_offset, set_mem_size, clear_mem_size, change_address)
2616 (adjust_address_1, widen_memory_access, set_mem_attrs_for_spill)
2617 (init_emit_regs): Likewise.
2619 2011-07-19 Richard Sandiford <rdsandiford@googlemail.com>
2621 * doc/rtl.texi (MEM_OFFSET_KNOWN_P): Document.
2622 (MEM_OFFSET): Change from returning an rtx to returning a
2624 * rtl.h (MEM_OFFSET_KNOWN_P): New macro.
2625 (MEM_OFFSET): Return a HOST_WIDE_INT rather than an rtx.
2626 * emit-rtl.h (set_mem_offset): Take a HOST_WIDE_INT rather than an rtx.
2627 (clear_mem_offset): Declare.
2628 * alias.c (ao_ref_from_mem): Adjust uses of MEM_OFFSET, using
2629 MEM_OFFSET_KNOWN_P to test whether the offset is known, and
2630 MEM_OFFSET to get a HOST_WIDE_INT offset.
2631 (nonoverlapping_memrefs_p): Likewise. Adjust calls to...
2632 (adjust_offset_for_component_ref): Take a bool "known_p"
2633 parameter and a HOST_WIDE_INT "offset" parameter.
2634 * builtins.c (get_memory_rtx): As for ao_ref_from_mem.
2635 Adjust calls to set_mem_offset, passing a HOST_WIDE_INT rather
2636 than an rtx. Use clear_mem_offset to clear the offset.
2637 * cfgcleanup.c (merge_memattrs): Likewise.
2638 * dwarf2out.c (tls_mem_loc_descriptor): Likewise.
2639 * function.c (assign_parm_find_stack_rtl): Likewise.
2640 (assign_parm_setup_stack): Likewise.
2641 * print-rtl.c (print_rtx): Likewise.
2642 * reload.c (find_reloads_subreg_address): Likewise.
2643 * simplify-rtx.c (delegitimize_mem_from_attrs): Likewise.
2644 * var-tracking.c (INT_MEM_OFFSET): Likewise.
2645 * emit-rtl.c (set_reg_attrs_from_value): Likewise.
2646 (get_mem_align_offset): Likewise.
2647 (set_mem_offset): Take a HOST_WIDE_INT rather than an rtx.
2648 (clear_mem_offset): New function.
2649 * config/mips/mips.c (r10k_safe_mem_expr_p): Take a HOST_WIDE_INT
2650 offset rather than an rtx. Assume both the expressio and offset
2652 (r10k_needs_protection_p_1): Update accordingly, checking the
2653 expression and offset availability here instead.
2655 2011-07-19 Richard Sandiford <rdsandiford@googlemail.com>
2657 * doc/rtl.texi (MEM_SIZE_KNOWN_P): Document.
2658 (MEM_SIZE): Change from returning an rtx to returning a HOST_WIDE_INT.
2659 * rtl.h (MEM_SIZE_KNOWN_P): New macro.
2660 (MEM_SIZE): Return a HOST_WIDE_INT rather than an rtx.
2661 * emit-rtl.h (set_mem_size): Take a HOST_WIDE_INT rather than an rtx.
2662 (clear_mem_size): Declare.
2663 * emit-rtl.c (set_mem_size): Take a HOST_WIDE_INT rather than an rtx.
2664 (clear_mem_size): New function.
2665 * alias.c (ao_ref_from_mem): Adjust uses of MEM_SIZE, using
2666 MEM_SIZE_KNOWN_P to test whether the size is known, and MEM_SIZE
2667 to get a HOST_WIDE_INT size. Adjust calls to set_mem_size,
2668 passing a HOST_WIDE_INT rather than an rtx. Use clear_mem_size
2670 (nonoverlapping_memrefs_p): Likewise.
2671 * builtins.c (get_memory_rtx, expand_builtin_memcmp): Likewise.
2672 (expand_builtin_init_trampoline): Likewise.
2673 * calls.c (compute_argument_addresses): Likewise.
2674 * cfgcleanup.c (merge_memattrs): Likewise.
2675 * dce.c (find_call_stack_args): Likewise.
2676 * dse.c (record_store, scan_insn): Likewise.
2677 * dwarf2out.c (dw_sra_loc_expr): Likewise.
2678 * expr.c (emit_block_move_hints): Likewise.
2679 * function.c (assign_parm_find_stack_rtl): Likewise.
2680 * print-rtl.c (print_rtx): Likewise.
2681 * reload.c (find_reloads_subreg_address): Likewise.
2682 * rtlanal.c (may_trap_p_1): Likewise.
2683 * var-tracking.c (track_expr_p): Likewise.
2684 * varasm.c (assemble_trampoline_template): Likewise.
2685 * config/arm/arm.c (arm_print_operand): Likewise.
2686 * config/h8300/h8300.c (h8sx_emit_movmd): Likewise.
2687 * config/i386/i386.c (expand_movmem_via_rep_mov): Likewise.
2688 (expand_setmem_via_rep_stos, expand_constant_movmem_prologue)
2689 (expand_constant_setmem_prologue): Likewise.
2690 * config/mips/mips.c (mips_get_unaligned_mem): Likewise.
2691 * config/rs6000/rs6000.c (expand_block_move): Likewise.
2692 (adjacent_mem_locations): Likewise.
2693 * config/s390/s390.c (s390_expand_setmem): Likewise.
2694 (s390_expand_insv): Likewise.
2695 * config/s390/s390.md (*extzv<mode>, *extv<mode>): Likewise.
2696 (*extendqi<mode>2_short_displ): Likewise.
2697 * config/sh/sh.c (expand_block_move): Likewise.
2698 * config/sh/sh.md (extv, extzv): Likewise.
2700 2011-07-19 Richard Sandiford <rdsandiford@googlemail.com>
2702 * emit-rtl.c (mem_attrs_eq_p): New function, split out from...
2703 (mem_attrs_htab_eq): ...here.
2704 (find_mem_attrs): Replace with...
2705 (set_mem_attrs): ...this function. Take a mem_attrs structure
2706 rather than individual fields.
2707 (set_mem_attributes_minus_bitpos, set_mem_alias_set)
2708 (set_mem_addr_space, set_mem_align, set_mem_expr, set_mem_offset)
2709 (set_mem_size, change_address, adjust_address_1, offset_address)
2710 (widen_memory_access, get_spill_slot_decl, set_mem_attrs_for_spill):
2713 2011-07-19 Richard Sandiford <rdsandiford@googlemail.com>
2715 * rtl.h (MEM_ALIAS_SET, MEM_EXPR, MEM_OFFSET, MEM_ADDR_SPACE)
2716 (MEM_SIZE, MEM_ALIGN): Redefine in terms of get_mem_attrs.
2717 Provide a dummy definition of MEM_ADDR_SPACE for generators.
2718 (target_rtl): Add x_mode_mem_attrs.
2719 (mode_mem_attrs): New macro.
2720 (get_mem_attrs): New function.
2721 * emit-rtl.c (get_mem_attrs): Rename to...
2722 (find_mem_attrs): ...this.
2723 (set_mem_attributes_minus_bitpos, set_mem_alias_set)
2724 (set_mem_addr_space, set_mem_align, set_mem_expr, set_mem_offset)
2725 (set_mem_size, change_address, adjust_address_1, offset_address)
2726 (widen_memory_access, get_spill_slot_decl, set_mem_attrs_for_spill):
2728 (init_emit_regs): Initialize mode_mem_attrs.
2730 2011-07-19 Richard Guenther <rguenther@suse.de>
2732 * tree-ssa-forwprop.c (lookup_logical_inverted_value): Remove
2733 TRUTH_*_EXPR handling.
2734 * tree-ssa-operands.c (get_expr_operands): Likewise.
2735 * tree-ssa-pre.c (fully_constant_expression): Likewise.
2736 * tree-ssa-uninit.c (use_pred_not_overlap_with_undef_path_pre):
2738 (is_and_or_or): Likewise.
2739 (is_norm_cond_subset_of): Likewise.
2741 2011-07-19 Richard Guenther <rguenther@suse.de>
2743 * tree.h (fold_build_pointer_plus_loc): New helper function.
2744 (fold_build_pointer_plus_hwi_loc): Likewise.
2745 (fold_build_pointer_plus): Define.
2746 (fold_build_pointer_plus_hwi): Likewise.
2747 * builtins.c (std_gimplify_va_arg_expr): Use fold_build_pointer_plus.
2748 (fold_builtin_memory_op): Likewise.
2749 (fold_builtin_stpcpy): Likewise.
2750 (fold_builtin_memchr): Likewise.
2751 (fold_builtin_strstr): Likewise.
2752 (fold_builtin_strchr): Likewise.
2753 (fold_builtin_strrchr): Likewise.
2754 (fold_builtin_strpbrk): Likewise.
2755 (fold_builtin_strcat): Likewise.
2756 (expand_builtin_memory_chk): Likewise.
2757 (fold_builtin_memory_chk): Likewise.
2758 * c-typeck.c (build_unary_op): Likewise.
2759 * cgraphunit.c (thunk_adjust): Likewise.
2760 * fold-const.c (build_range_check): Likewise.
2761 (fold_binary_loc): Likewise.
2762 * omp-low.c (extract_omp_for_data): Likewise.
2763 (expand_omp_for_generic): Likewise.
2764 (expand_omp_for_static_nochunk): Likewise.
2765 (expand_omp_for_static_chunk): Likewise.
2766 * tree-affine.c (add_elt_to_tree): Likewise.
2767 * tree-data-ref.c (split_constant_offset_1): Likewise.
2768 * tree-loop-distribution.c (generate_memset_zero): Likewise.
2769 * tree-mudflap.c (mf_xform_derefs_1): Likewise.
2770 * tree-predcom.c (ref_at_iteration): Likewise.
2771 * tree-ssa-address.c (tree_mem_ref_addr): Likewise.
2772 (add_to_parts): Likewise.
2773 (create_mem_ref): Likewise.
2774 * tree-ssa-loop-ivopts.c (force_expr_to_var_cost): Likewise.
2775 * tree-ssa-loop-niter.c (number_of_iterations_lt_to_ne): Likewise.
2776 (number_of_iterations_le): Likewise.
2777 * tree-ssa-loop-prefetch.c (issue_prefetch_ref): Likewise.
2778 * tree-vect-data-refs.c (vect_analyze_data_refs): Likewise.
2779 (vect_create_addr_base_for_vector_ref): Likewise.
2780 * tree-vect-loop-manip.c (vect_update_ivs_after_vectorizer): Likewise.
2781 (vect_create_cond_for_alias_checks): Likewise.
2782 * tree-vrp.c (extract_range_from_assert): Likewise.
2783 * config/alpha/alpha.c (alpha_va_start): Likewise.
2784 (alpha_gimplify_va_arg_1): Likewise.
2785 * config/i386/i386.c (ix86_va_start): Likewise.
2786 (ix86_gimplify_va_arg): Likewise.
2787 * config/ia64/ia64.c (ia64_gimplify_va_arg): Likewise.
2788 * config/mep/mep.c (mep_expand_va_start): Likewise.
2789 (mep_gimplify_va_arg_expr): Likewise.
2790 * config/mips/mips.c (mips_va_start): Likewise.
2791 (mips_gimplify_va_arg_expr): Likewise.
2792 * config/pa/pa.c (hppa_gimplify_va_arg_expr): Likewise.
2793 * config/rs6000/rs6000.c (rs6000_va_start): Likewise.
2794 (rs6000_gimplify_va_arg): Likewise.
2795 * config/s390/s390.c (s390_va_start): Likewise.
2796 (s390_gimplify_va_arg): Likewise.
2797 * config/sh/sh.c (sh_va_start): Likewise.
2798 (sh_gimplify_va_arg_expr): Likewise.
2799 * config/sparc/sparc.c (sparc_gimplify_va_arg): Likewise.
2800 * config/spu/spu.c (spu_va_start): Likewise.
2801 (spu_gimplify_va_arg_expr): Likewise.
2802 * config/stormy16/stormy16.c (xstormy16_expand_builtin_va_start):
2804 (xstormy16_gimplify_va_arg_expr): Likewise.
2805 * config/xtensa/xtensa.c (xtensa_va_start): Likewise.
2806 (xtensa_gimplify_va_arg_expr): Likewise.
2808 2011-07-19 Richard Guenther <rguenther@suse.de>
2810 * expr.c (expand_expr_real_2): Remove TRUTH_*_EXPR handling.
2811 (expand_expr_real_1): Remove TRUTH_*IF_EXPR and STATEMENT_LIST
2815 * expr.c (expand_expr_real_2): Do not unnecessarily truncate the
2816 result of BIT_*_EXPR to bitfield precision.
2818 2011-07-19 Richard Sandiford <richard.sandiford@linaro.org>
2820 PR tree-optimization/49742
2821 * tree-data-ref.c (get_references_in_stmt): Treat the lhs of a call
2822 as a potential write.
2824 2011-07-19 Richard Guenther <rguenther@suse.de>
2826 * Makefile.in (tree-ssa-forwprop.o): Depend on gimple-pretty-print.h.
2827 * tree-ssa-forwprop.c: Include gimple-pretty-print.h.
2828 (forward_propagate_comparison): Simplify, remove obsolete code.
2830 2011-07-19 Richard Guenther <rguenther@suse.de>
2832 * gimplify.c (gimplify_expr): Gimplify TRUTH_NOT_EXPR as
2833 BIT_XOR_EXPR, same as the RTL expander does.
2834 * tree-cfg.c (verify_expr): Disallow TRUTH_NOT_EXPR in the gimple IL.
2835 (verify_gimple_assign_unary): Likewise.
2836 * tree-ssa-propagate.c (valid_gimple_rhs_p): Disallow TRUTH_*_EXPR.
2837 * tree-ssa-forwprop.c (forward_propagate_comparison): Handle
2838 BIT_NOT_EXPR and BIT_XOR_EXPR instead of TRUTH_NOT_EXPR.
2840 2011-07-19 Jakub Jelinek <jakub@redhat.com>
2842 PR tree-optimization/49768
2843 * gimple-fold.c (fold_nonarray_ctor_reference): Return NULL
2844 if offset is smaller than bitoffset, but offset+size is bigger
2847 2011-07-19 Ira Rosen <ira.rosen@linaro.org>
2849 PR tree-optimization/49771
2850 * tree-vect-loop-manip.c (vect_vfa_segment_size): In case of
2851 zero step, set segment length to the size of the data-ref's type.
2853 2011-07-18 Martin Jambor <mjambor@suse.cz>
2855 * ipa-prop.h: Include alloc-pool.h, all sorts of updates to general
2857 (ipcp_values_pool): Declare.
2858 (ipcp_sources_pool): Likewise.
2859 (ipcp_lattice): Changed to forward declaration.
2860 (ipa_param_descriptor): Removed fields ipcp_lattice, types and
2861 cannot_devirtualize.
2862 (ipa_node_params): New fields descriptors, lattices, known_vals,
2863 clone_for_all_contexts and node dead, removed fields params and
2865 (ipa_set_param_count): Removed.
2866 (ipa_get_param_count): Made to work with descriptors vector.
2867 (ipa_get_param): Updated.
2868 (ipa_param_cannot_devirtualize_p): Removed.
2869 (ipa_param_types_vec_empty): Likewise.
2870 (ipa_set_param_used): New function.
2871 (ipa_get_param_used): Updated to use descriptors vector.
2872 (ipa_func_list): Removed.
2873 (ipa_init_func_list): Removed declaration.
2874 (ipa_push_func_to_list_1): Likewise.
2875 (ipa_pop_func_from_list): Likewise.
2876 (ipa_push_func_to_list): Removed.
2877 (ipa_lattice_from_jfunc): Remove declaration.
2878 (ipa_get_jf_pass_through_result): Declare.
2879 (ipa_get_jf_ancestor_result): Likewise.
2880 (ipa_value_from_jfunc): Likewise.
2881 (ipa_get_lattice): Update.
2882 (ipa_lat_is_single_const): New function.
2883 * ipa-prop.c (ipa_push_func_to_list_1): Removed.
2884 (ipa_init_func_list): Likewise.
2885 (ipa_pop_func_from_list): Likewise.
2886 (ipa_get_param_decl_index): Fix coding style.
2887 (count_formal_params): Removed.
2888 (count_formal_params_1): Renamed to count_formal_params.
2889 (ipa_populate_param_decls): Update to use descriptors vector.
2890 (ipa_initialize_node_params): Likewise.
2891 (visit_ref_for_mod_analysis): Use ipa_set_param_used.
2892 (ipa_analyze_params_uses): Likewise.
2893 (ipa_free_node_params_substructures): Likewise and free also lattices
2895 (duplicate_array): Removed.
2896 (ipa_edge_duplication_hook): Add the new edge to the list of edge
2898 (ipa_node_duplication_hook): Update to use new lattices.
2899 (ipa_free_all_structures_after_ipa_cp): Free alloc pools.
2900 (ipa_free_all_structures_after_iinln): Likewise.
2901 (ipa_write_node_info): Update to use new lattices.
2902 (ipa_read_node_info): Likewise.
2903 (ipa_get_jf_pass_through_result): New function.
2904 (ipa_get_jf_ancestor_result): Likewise.
2905 (ipa_value_from_jfunc): Likewise.
2906 (ipa_cst_from_jfunc): Reimplemented using ipa_value_from_jfunc.
2907 * ipa-cp.c: Reimplemented.
2908 * params.def (PARAM_DEVIRT_TYPE_LIST_SIZE): Removed.
2909 (PARAM_IPA_CP_VALUE_LIST_SIZE): New parameter.
2910 (PARAM_IPA_CP_EVAL_THRESHOLD): Likewise.
2911 * Makefile.in (IPA_PROP_H): Added alloc-pool.h to dependencies.
2912 * doc/invoke.texi (devirt-type-list-size): Removed description.
2913 (ipa-cp-value-list-size): Added description.
2915 2011-07-18 Richard Henderson <rth@redhat.com>
2917 * bb-reorder.c (fix_crossing_conditional_branches): Emit all insns
2918 before calling create_basic_block.
2920 2011-07-18 Jakub Jelinek <jakub@redhat.com>
2923 * tree.c (build_common_builtin_nodes): Register
2924 __builtin_return_address, __cyg_profile_func_enter
2925 and __cyg_profile_func_exit.
2927 2011-07-18 Richard Henderson <rth@redhat.com>
2929 * bb-reorder.c (emit_barrier_after_bb): Split out of ...
2930 (add_labels_and_missing_jumps): ... here.
2931 (fix_up_fall_thru_edges, fix_crossing_conditional_branches): Use it.
2933 2011-07-18 Uros Bizjak <ubizjak@gmail.com>
2936 * config/i386/i386.c (ix86_decompose_address): Allow only subregs
2937 of DImode hard registers in PLUS address chains.
2939 2011-07-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2942 * config.gcc (alpha*-*-linux*): Add crtfastmath.o to extra_parts.
2943 (alpha*-*-freebsd*): Likewise.
2944 (i[34567]86-*-linux*, i[34567]86-*-kfreebsd*-gnu,
2945 i[34567]86-*-knetbsd*-gnu, i[34567]86-*-gnu*,
2946 i[34567]86-*-kopensolaris*-gnu): Add crtprec32.o, crtprec64.o,
2947 crtprec80.o, crtfastmath.o to extra_parts for all targets.
2948 (ia64*-*-elf*): Remove extra_parts.
2949 (sparc-*-linux*): Add crtfastmath.o to extra_parts.
2950 (sparc64-*-linux*): Likewise.
2951 (sparc64-*-freebsd*): Likewise.
2954 * config.gcc (ia64*-*-freebsd*): Remove crtfastmath.o from extra_parts.
2955 (ia64*-*-linux*): Likewise.
2956 (mips64*-*-linux*): Likewise.
2957 (mips*-*-linux*): Likewise.
2959 2011-07-18 David Edelsohn <dje.gcc@gmail.com>
2961 * doc/install.texi (Specific, *-ibm-aix*): AIX assembler bug.
2963 2011-07-18 Richard Guenther <rguenther@suse.de>
2965 * gimplify.c (gimplify_expr): Use input_location, not saved_location
2966 when building new trees.
2968 2011-07-18 Richard Guenther <rguenther@suse.de>
2970 * expr.c (expand_expr_real_2): Properly truncate the BIT_NOT_EXPR
2971 expansion result to bitfield precision if required.
2973 2011-07-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2975 * config.gcc (i[3456x]86-*-netware*): Remove.
2977 * gthr-nks.h: Remove.
2978 * configure.ac (enable_threads): Remove nks.
2979 * configure: Regenerate.
2981 * config/i386/i386.c (ix86_encode_section_info): Remove netware
2983 * config/i386/i386.h (KEEP_AGGREGATE_RETURN_POINTER): Remove
2984 <netware.h> reference.
2986 * config/i386/netware-libgcc.c,
2987 gcc/config/i386/netware-libgcc.def,
2988 gcc/config/i386/netware-libgcc.exp, gcc/config/i386/netware.c,
2989 gcc/config/i386/netware.h, gcc/config/i386/netware.opt,
2990 gcc/config/i386/nwld.c, gcc/config/i386/nwld.h,
2991 gcc/config/i386/t-netware, gcc/config/i386/t-nwld: Remove
2993 * doc/extend.texi (Function Attributes,
2994 callee_pop_aggregate_return): Remove i?86-netware reference.
2995 * doc/install.texi (Configuration, --enable-threads): Remove nks.
2997 2011-07-17 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3001 2010-12-30 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3003 * config/pa/pa.md: Add ",*" condition to 64-bit add/subtract boolean
3006 2011-07-17 Eric Botcazou <ebotcazou@adacore.com>
3009 * tree.c (walk_tree_1) <DECL_EXPR>: Do not walk a pointed-to type.
3011 2011-07-16 Matthias Klose <doko@ubuntu.com>
3013 * doc/install.texi: Document --enable-static-libjava.
3015 2011-07-15 Richard Henderson <rth@redhat.com>
3017 * bb-reorder.c (find_rarely_executed_basic_blocks_and_crossing_edges):
3018 Replace all three arguments by returning a VEC of edges.
3019 (add_labels_and_missing_jumps): Accept a VEC of edges, not bare
3020 pointers and counts.
3021 (fix_edges_for_rarely_executed_code): Merge ...
3022 (rest_of_handle_partition_blocks): ... into...
3023 (partition_hot_cold_basic_blocks): ... here. Return todo items if
3024 any work was performed.
3025 (pass_partition_blocks): Clear todo_flags_finish.
3027 2011-07-15 Paolo Carlini <paolo.carlini@oracle.com>
3028 Jakub Jelinek <jakub@redhat.com>
3029 Jonathan Wakely <jwakely.gcc@gmail.com>
3032 * gthr-posix.h: Do not include <unistd.h> unconditionally; use
3033 _GTHREADS_USE_MUTEX_TIMEDLOCK instead of _POSIX_TIMEOUTS.
3035 2011-07-15 Jason Merrill <jason@redhat.com>
3038 * Makefile.in ($(lang_checks_parallelized)): Allow --extra_opts
3039 rather than --tool_opts.
3041 2011-07-15 Basile Starynkevitch <basile@starynkevitch.net>
3043 * doc/plugins.texi (Building GCC plugins): gengtype needs its
3044 corresponding gtype.state.
3046 2011-07-15 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3049 * config/pa/pa.md (casesi): Use gen_int_mode instead of GEN_INT.
3051 2011-07-15 Eric Botcazou <ebotcazou@adacore.com>
3054 * doc/md.texi (Standard Names): Document window_save.
3055 * cfgexpand.c (expand_debug_parm_decl): New function extracted from
3056 expand_debug_expr and expand_debug_source_expr. If the target has
3057 a window_save instruction, adjust the ENTRY_VALUE_EXP.
3058 (expand_debug_expr) <SSA_NAME>: Call expand_debug_parm_decl if the
3059 SSA_NAME_VAR is a parameter.
3060 (expand_debug_source_expr) <PARM_DECL>: Call expand_debug_parm_decl.
3061 * var-tracking.c (parm_reg_t): New type and associated vector type.
3062 (windowed_parm_regs): New variable.
3063 (adjust_insn): If the target has a window_save instruction and this
3064 is the instruction, make its effect on parameter registers explicit.
3065 (next_non_note_insn_var_location): New function.
3066 (emit_notes_in_bb): Use it instead of NEXT_INSN throughout.
3067 (vt_add_function_parameter): If the target has a window_save insn,
3068 adjust the incoming RTL and record that in windowed_parm_regs.
3069 (vt_finalize): Free windowed_parm_regs.
3071 2011-07-15 Bernd Schmidt <bernds@codesourcery.com>
3073 * doc/invoke.texi (C6X Options): New section.
3074 * doc/md.texi (TI C6X family): New section.
3075 * config.gcc: Handle tic6x, in particular tic6x-*-elf and
3077 * longlong.h (add_ssaaaa, __umulsidi3, umul_ppmm,
3078 count_leading_zeros, count_trailing_zeros, UMUL_TIME, UDIV_TIME):
3079 Provide C6X definitions.
3080 * config/c6x/c6x.md: New file.
3081 * config/c6x/constraints.md: New file.
3082 * config/c6x/predicates.md: New file.
3083 * config/c6x/c6x-sched.md.in: New file.
3084 * config/c6x/c6x-sched.md: New file.
3085 * config/c6x/gensched.sh: New file.
3086 * config/c6x/c6x-mult.md.in: New file.
3087 * config/c6x/genmult.sh: New file.
3088 * config/c6x/c6x-mult.md: New file.
3089 * config/c6x/sync.md: New file.
3090 * config/c6x/c6x-protos.h: New file.
3091 * config/c6x/sfp-machine.h: New file.
3092 * config/c6x/c6x.c: New file.
3093 * config/c6x/c6x.h: New file.
3094 * config/c6x/crti.s: New file.
3095 * config/c6x/crtn.s: New file.
3096 * config/c6x/lib1funcs.asm: New file.
3097 * config/c6x/c6x-modes.def: New file.
3098 * config/c6x/genopt.sh: New file.
3099 * config/c6x/c6x.opt: New file.
3100 * config/c6x/c6x-tables.opt: New file.
3101 * config/c6x/c6x-opts.h: New file.
3102 * config/c6x/c6x-isas.def: New file.
3103 * config/c6x/elf.h: New file.
3104 * config/c6x/elf-common.h: New file.
3105 * config/c6x/uclinux-elf.h: New file.
3106 * config/c6x/t-c6x: New file.
3107 * config/c6x/t-c6x-elf: New file.
3108 * config/c6x/t-c6x-uclinux: New file.
3109 * config/c6x/t-c6x-softfp: New file.
3110 * config/c6x/gtd.c: New file.
3111 * config/c6x/gtf.c: New file.
3112 * config/c6x/ltd.c: New file.
3113 * config/c6x/ltf.c: New file.
3114 * config/c6x/ged.c: New file.
3115 * config/c6x/gef.c: New file.
3116 * config/c6x/led.c: New file.
3117 * config/c6x/lef.c: New file.
3118 * config/c6x/eqd.c: New file.
3119 * config/c6x/eqf.c: New file.
3120 * config/c6x/libgcc-c6xeabi.ver: New file.
3123 2003-07-10 Eric Botcazou <ebotcazou@libertysurf.fr>
3124 PR rtl-optimization/11320
3125 * sched-int.h (struct deps) [reg_conditional_sets]: New field.
3126 (struct sched_info) [compute_jump_reg_dependencies]: New prototype.
3127 * sched-deps.c (sched_analyze_insn) [JUMP_INSN]: Update call to
3128 current_sched_info->compute_jump_reg_dependencies. Record which
3129 registers are used and which registers are set by the jump.
3130 Clear deps->reg_conditional_sets after a barrier.
3131 Set deps->reg_conditional_sets if the insn is a COND_EXEC.
3132 Clear deps->reg_conditional_sets if the insn is not a COND_EXEC.
3133 (init_deps): Initialize reg_conditional_sets.
3134 (free_deps): Clear reg_conditional_sets.
3135 * sched-ebb.c (compute_jump_reg_dependencies): New prototype.
3136 Mark registers live on entry of the fallthrough block and conditionally
3137 set as set by the jump. Mark registers live on entry of non-fallthrough
3138 blocks as used by the jump.
3139 * sched-rgn.c (compute_jump_reg_dependencies): New prototype.
3140 Mark new parameters as unused.
3142 2011-07-14 Andrew Pinski <pinskia@gmail.com>
3145 * tree-mudflap.c (mf_xform_derefs_1 <case MEM_REF>):
3146 Use fold_build2_loc instead of build2.
3147 Use the correct type for the new tree.
3149 2011-07-14 Bernd Schmidt <bernds@codesourcery.com>
3151 PR rtl-optimization/11320
3152 * config/ia64/ia64.md (load_symptr_low): Show a MEM.
3153 * config/ia64/ia64.c (ia64_expand_load_address): Generate it.
3155 2011-07-14 Georg-Johann Lay <avr@gjlay.de>
3158 * config/avr/avr.md (rotl<mode>3): Generate SCRATCH instead
3160 (*rotw<mode>): Use const_int_operand for operand2.
3161 Use match_scatch for operand3.
3162 (*rotb<mode>): Ditto
3163 * config/avr/avr.c (avr_rotate_bytes): Treat SCRATCH.
3165 2011-07-14 Richard Guenther <rguenther@suse.de>
3167 PR tree-optimization/49651
3168 * tree-ssa-structalias.c (get_constraint_for_1): Properly
3169 handle dereferences with subvariables.
3171 2011-07-14 Richard Guenther <rguenther@suse.de>
3173 * gimple-fold.c (fold_gimple_assign): Remove operand swapping.
3174 (fold_stmt_1): Do it here directly on gimple and as a first thing.
3176 2011-07-14 Richard Guenther <rguenther@suse.de>
3178 * fold-const.c (fold_binary_loc): Convert the !bool_var result,
3179 not bool_var when folding bool_var != 1 or bool_var == 0.
3181 2011-07-14 Bernd Schmidt <bernds@codesourcery.com>
3183 * haifa-sched.c (schedule_insns): Remove outdated comment.
3184 (schedule_block): When computing a known value for TODO_SPEC,
3185 just set it rather than using logical operations.
3186 (try_ready): Likewise. Use a local variable rather than a
3187 pointer to TODO_SPEC. Reorder an if statement to move the
3188 easy case to the then block.
3189 * sched-deps.c (dep_spec_p): New static function.
3190 (update_dep): Use it to decide whether to call
3191 change_spec_dep_to_hard.
3192 (get_back_and_forw_lists): Use it.
3193 (sd_resolve_dep): Likewise.
3194 (init_dep): If !USE_DEPS_LIST, use zero to initialize status.
3195 (haifa_note_mem_dep): Likewise.
3196 (check_dep): Likewise.
3197 (sd_add_dep): Also clear SPECULATIVE bits if not DO_SPECULATION.
3198 (sched_free_deps): Free in two passes.
3200 2011-07-14 Richard Sandiford <richard.sandiford@linaro.org>
3203 * expr.c (all_zeros_p): Undo bogus part of last change.
3205 2011-07-14 Matthias Klose <doko@ubuntu.com>
3207 * doc/extend.texi (optimize attribute): Fix typo.
3209 2011-07-14 Richard Guenther <rguenther@suse.de>
3211 * gimplify.c (gimplify_expr): Only do required conversions.
3213 2011-07-14 Georg-Johann Lay <avr@gjlay.de>
3216 * config/avr/elf.h (TARGET_ASM_SELECT_SECTION): Remove,
3217 i.e. use default_elf_select_section.
3218 (TARGET_HAVE_SWITCHABLE_BSS_SECTIONS): Remove.
3219 (READONLY_DATA_SECTION_ASM_OP): Remove.
3220 (TARGET_ASM_NAMED_SECTION): Move from here...
3221 * config/avr/avr.c: ...to here.
3222 (avr_asm_init_sections): Set unnamed callback of readonly_data_section.
3223 (avr_asm_named_section): Make static.
3225 2011-07-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3228 * config.gcc (extra_parts): Add crtprec32.o crtprec64.o crtprec80.o
3229 and crtfastmath.o for Linux/x86.
3231 2011-07-14 Bernd Schmidt <bernds@codesourcery.com>
3233 * haifa-sched.c: Include "hashtab.h"
3234 (sched_no_dce): New global variable.
3235 (INSN_EXACT_TICK, INSN_TICK_ESTIMATE, FEEDS_BACKTRACK_INSN,
3236 SHADOW_P): New macros.
3237 (last_clock_var, cycle_issued_insns): Move declarations.
3238 (must_backtrack): New static variable.
3239 (struct delay_pair): New structure.
3240 (delay_htab, delay_htab_i2): New static variables.
3241 (delay_hash_i1, delay_hash_i2, delay_i1_eq, delay_i2_eq,
3242 record_delay_slot_pair, pair_delay, add_delay_dependencies): New
3244 (dep_cost_1): If delay pairs exist, try to look up the insns and
3245 use the correct pair delay if we find them.
3246 (rank-for_schedule): Tweak priority for insns that must be scheduled
3247 soon to avoid backtracking.
3248 (queue_insn): Detect conditions which force backtracking.
3249 (ready_add): Likewise.
3250 (struct sched_block_state): Add member shadows_only_p.
3251 (struct haifa_save_data): New structure.
3252 (backtrack_queue): New static variable.
3253 (mark_backtrack_feeds, copy_insn_list, save_backtrack_point,
3254 unschedule_insns_until, restore_last_backtrack_point,
3255 free_topmost_backtrack_point, free_backtrack_queue,
3256 estimate_insn_tick, estimate_shadow_tick): New functions.
3257 (prune_ready_list): New arg shadows_only_p. All callers changed.
3258 If true, remove everything that isn't SHADOW_P. Look up delay
3259 pairs and estimate ticks to avoid scheduling the first insn too early.
3260 (verify_shadows): New function.
3261 (schedule_block): Add machinery to enable backtracking.
3262 (sched_init): Take sched_no_dce into account when setting
3264 (free_delay_pairs): New function.
3265 (init_h_i_d): Initialize INSN_EXACT_TICK.
3266 * Makefile.in (haifa-sched.o): Add $(HASHTAB_H).
3267 * sched-deps.c (sd_unresolve_dep): New function.
3268 * sched-int. (struct haifa_sched_info): New fields save_state
3270 (struct _haifa_insn_data): New fields exact_tick, tick_estimate,
3271 feeds_backtrack_insn and shadow_p.
3272 (DO_BACKTRACKING): New value in enum SCHED_FLAGS.
3273 (sched_no_dce): Declare variable.
3274 (record_delay_slot_pair, free_delay_pairs, add_delay_dependencies,
3275 sd_unresolve_dep): Declare functions.
3276 * modulo-sched.c (sms_sched_info): Clear the two new fields.
3277 * sched-rgn.c (rgn_const_sched_info): Likewise.
3278 * sel-sched-ir.c (sched_sel_haifa_sched_info): Likewise.
3279 * sched-ebb.c (save_ebb_state, restore_ebb_state): New functions.
3280 (ebb_sched_info): Add them for the two new fields.
3281 (add_deps_for_risky_insns): Call add_delay_dependencies.
3283 2011-07-13 Michael Meissner <meissner@linux.vnet.ibm.com>
3285 * config/rs6000/rs6000.opt (-mpointers-to-nested-functions):
3287 * config/rs6000/rs6000.c (rs6000_trampoline_init): Ditto.
3288 (rs6000_call_indirect_aix): Ditto.
3289 * config/rs6000/rs6000.md (call_indirect_aix<ptrsize>): Ditto.
3290 (call_indirect_aix<ptrsize>_internal): Ditto.
3291 (call_indirect_aix<ptrsize>_nor11): Ditto.
3292 (call_indirect_aix<ptrsize>_internal2): Ditto.
3293 (call_value_indirect_aix<ptrsize>): Ditto.
3294 (call_value_indirect_aix<ptrsize>_internal): Ditto.
3295 (call_value_indirect_aix<ptrsize>_nor11): Ditto.
3296 (call_value_indirect_aix<ptrsize>_internal2): Ditto.
3297 * doc/invoke.texi (RS/6000 and PowerPC Options): Ditto.
3299 2011-07-13 Jason Merrill <jason@redhat.com>
3301 * Makefile.in ($(lang_checks_parallelized)): Allow --tool_opts.
3303 2011-07-13 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3305 * config/spu/spu.c (spu_init_libfuncs): Install __clrsbdi2.
3306 * config/spu/spu.md ("clrsb<mode>2"): New expander.
3308 2011-07-13 Thomas Schwinge <thomas@schwinge.name>
3310 * acinclude.m4 (gcc_GAS_CHECK_FEATURE): Use AS_ECHO instead of echo.
3311 * configure: Regenerate.
3313 2011-07-13 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3315 * config/spu/spu.c (TARGET_ASM_FILE_START): Do not define.
3316 (asm_file_start): Remove.
3317 (spu_machine_dependent_reorg): Call compute_bb_for_insn and
3318 free_bb_for_insn around code that modifies insns before
3319 restarting df analysis.
3321 2011-07-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3324 * config/sol2.h (LIB_SPEC): Simplify. Move LIB_THREAD_LDFLAGS_SPEC ...
3325 (LINK_SPEC): ... here.
3327 2011-07-13 Bernd Schmidt <bernds@codesourcery.com>
3329 * haifa-sched.c (struct sched_block_state): New.
3330 (schedule_block): Move some local variables into such a structure.
3332 2011-07-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3334 * config/i386/crtprec.c: Move to ../libgcc/config/i386.
3335 * config/i386/t-crtpc: Remove.
3336 * config/t-darwin (EXTRA_MULTILIB_PARTS): Remove.
3337 * config.gcc (i[34567]86-*-darwin*): Remove i386/t-crtpc from
3339 (x86_64-*-darwin*): Likewise.
3340 (i[34567]86-*-linux*): Likewise.
3341 (x86_64-*-linux*): Likewise.
3343 * config/i386/sol2.h (ENDFILE_SPEC): Redefine.
3344 Handle -mpc32, -mpc64, -mpc80.
3346 2011-07-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3348 * config/alpha/crtfastmath.c: Move to ../libgcc/config/alpha.
3349 * config/alpha/t-crtfm: Remove.
3350 * config/i386/crtfastmath.c: Move to ../libgcc/config/i386.
3351 * config/i386/t-crtfm: Remove.
3352 * config/ia64/crtfastmath.c: Move to ../libgcc/config/ia64.
3353 * config/mips/crtfastmath.c: Move to ../libgcc/config/mips.
3354 * config/sparc/crtfastmath.c: Move to ../libgcc/config/sparc.
3355 * config/sparc/t-crtfm: Remove.
3357 * config.gcc (alpha*-*-linux*): Remove alpha/t-crtfm from tmake_file.
3358 (alpha*-*-freebsd*): Likewise.
3359 (i[34567]86-*-darwin*): Remove i386/t-crtfm from tmake_file.
3360 (x86_64-*-darwin*): Likewise.
3361 (i[34567]86-*-linux*): Likewise.
3362 (x86_64-*-linux*): Likewise.
3363 (x86_64-*-mingw*): Likewise.
3364 (ia64*-*-elf*): Remove crtfastmath.o from extra_parts.
3365 (ia64*-*-freebsd*): Likewise.
3366 (ia64*-*-linux*): Likewise.
3367 (mips64*-*-linux*): Likewise.
3368 (mips*-*-linux*): Likewise.
3369 (sparc-*-linux*): Remove sparc/t-crtfm from tmake_file.
3370 (sparc64-*-linux*): Likewise.
3371 (sparc64-*-freebsd*): Likewise.
3373 2011-07-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3375 * config/darwin-crt2.c: Move to ../libgcc/config/rs6000.
3376 * config/darwin-crt3.c: Move to ../libgcc/config.
3377 * config/t-darwin (EXTRA_MULTILIB_PARTS): Remove.
3378 ($(T)crt3$(objext)): Remove.
3379 * config/rs6000/t-darwin (DARWIN_EXTRA_CRT_BUILD_CFLAGS): Remove.
3380 ($(T)crt2$(objext)): Remove.
3381 * config.gcc (powerpc-*-darwin*): Remove extra_parts.
3382 (powerpc64-*-darwin*): Likewise.
3384 2011-07-13 H.J. Lu <hongjiu.lu@intel.com>
3386 * config/i386/i386.c (x86_output_mi_thunk): Support ptr_mode != Pmode.
3388 * config/i386/i386.md (*addsi_1_zext): Renamed to ...
3389 (addsi_1_zext): This.
3391 2011-07-13 Bernd Schmidt <bernds@codesourcery.com>
3393 * doc/tm.texi.in (TARGET_ASM_MERGEABLE_RODATA_PREFIX): Add hook.
3394 * doc/tm.texi: Regenerate.
3395 * target.def (mergeable_rodata_prefix): New defhookpod.
3396 * varasm.c (mergeable_string_section, mergeable_constant_section):
3397 Use it. Allocate name with alloca.
3399 2011-07-13 H.J. Lu <hongjiu.lu@intel.com>
3401 * doc/invoke.texi (x86): Remove -mfused-madd and add -mfma.
3403 2011-07-13 Richard Sandiford <richard.sandiford@linaro.org>
3405 * tree-vect-loop-manip.c (vect_create_cond_for_alias_checks): Tighten
3408 2011-07-13 Richard Sandiford <richard.sandiford@linaro.org>
3410 * tree.h (categorize_ctor_elements): Remove comment. Fix long line.
3411 (count_type_elements): Delete.
3412 (complete_ctor_at_level_p): Declare.
3413 * expr.c (flexible_array_member_p): New function, split out from...
3414 (count_type_elements): ...here. Make static. Replace allow_flexarr
3415 parameter with for_ctor_p. When for_ctor_p is true, return the
3416 number of elements that should appear in the top-level constructor,
3417 otherwise return an estimate of the number of scalars.
3418 (categorize_ctor_elements): Replace p_must_clear with p_complete.
3419 (categorize_ctor_elements_1): Likewise. Use complete_ctor_at_level_p.
3420 (complete_ctor_at_level_p): New function, borrowing union logic
3421 from old categorize_ctor_elements_1.
3422 (mostly_zeros_p): Return true if the constructor is not complete.
3423 (all_zeros_p): Update call to categorize_ctor_elements.
3424 * gimplify.c (gimplify_init_constructor): Update call to
3425 categorize_ctor_elements. Don't call count_type_elements.
3426 Unconditionally prevent clearing for variable-sized types,
3427 otherwise rely on categorize_ctor_elements to detect
3428 incomplete initializers.
3430 2011-07-13 Richard Guenther <rguenther@suse.de>
3432 * tree-vrp.c (simplify_conversion_using_ranges): Make sure
3433 the final type is integral.
3435 2011-07-13 Bernd Schmidt <bernds@codesourcery.com>
3437 * sched-int.h (struct _dep): Add member cost.
3438 (DEP_COST, UNKNOWN_DEP_COST): New macros.
3439 * sched-deps.c (init_dep_1): Initialize DEP_COST.
3440 * haifa-sched.c (dep_cost_1): Use and set DEP_COST.
3441 (sched_change_pattern): Reset it for dependent insns.
3443 2011-07-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3445 * Makefile.in (CRT0STUFF_T_CFLAGS): Remove.
3446 ($(T)crt0.o, $(T)mcrt0.o, s-crt0): Remove.
3447 * config/i386/netware-crt0.c: Move to ../libgcc/config/i386.
3448 * config/i386/t-nwld (CRTSTUFF_T_CFLAGS, CRT0STUFF_T_CFLAGS): Remove.
3449 (CRT0_S, MCRT0_S): Remove.
3450 ($(T)libgcc.def, $(T)libc.def, $(T)libcpre.def, $(T)posixpre.def):
3453 * config.gcc (i[3456x]86-*-netware*): Remove extra_parts.
3455 2011-07-12 Eric Botcazou <ebotcazou@adacore.com>
3457 * cse.c (insert_with_costs): Put semi-colon after empty loop body
3459 * emit-rtl.c (push_to_sequence): Likewise.
3460 * haifa-sched.c (max_issue): Likewise.
3461 * matrix-reorg.c (add_allocation_site): Likewise.
3462 * postreload-gcse.c (eliminate_partially_redundant_load): Likewise.
3463 * reload.c (alternative_allows_const_pool_ref): Likewise.
3464 * sched-rgn.c (rgn_add_block): Likewise.
3465 (rgn_fix_recovery_cfg): Likewise.
3466 * tree.c (attribute_list_contained): Likewise.
3468 2011-07-12 Uros Bizjak <ubizjak@gmail.com>
3470 * config/i386/i386.c: Tidy processor feature bitmasks.
3473 2011-07-12 Andrew Pinski <pinskia@gmail.com>
3476 * cprop.c (find_implicit_sets): Correct the condition.
3478 2011-07-12 Richard Henderson <rth@redhat.com>
3481 * dwarf2out.h (dwarf_frame_regnum): Remove.
3482 * dwarf2out.c (based_loc_descr): Revert last change. Initialize regno
3483 earlier from DWARF_FRAME_REGNUM. Never use dbx_reg_number.
3484 * dwarf2cfi.c (dw_stack_pointer_regnum, dw_frame_pointer_regnum): New.
3485 (execute_dwarf2_frame): Initialize them.
3486 (DW_STACK_POINTER_REGNUM, DW_FRAME_POINTER_REGNUM): Remove; replace
3487 users of the macros with the variables.
3488 (expand_builtin_dwarf_sp_column): Revert last change.
3489 (expand_builtin_init_dwarf_reg_sizes): Likewise. Compute the
3490 result of DWARF_FRAME_REGNUM into a local variable.
3492 2011-07-12 Richard Henderson <rth@redhat.com>
3495 * config/i386/i386.c (x86_output_mi_thunk): Use
3496 machopic_indirect_call_target instead of machopic_indirection_name
3499 2011-07-12 Laurent GUERBY <laurent@guerby.net>
3500 Eric Botcazou <ebotcazou@adacore.com>
3502 * prefix.h: Wrap up in extern "C" block.
3504 2011-07-12 Harsha Jagasia <harsha.jagasia@amd.com>
3506 AMD bdver2 Enablement
3507 * config.gcc (i[34567]86-*-linux* | ...): Add bdver2.
3508 (case ${target}): Add bdver2.
3509 * config/i386/driver-i386.c (host_detect_local_cpu): Let
3510 -march=native recognize bdver2 processors.
3511 * config/i386/i386-c.c (ix86_target_macros_internal): Add
3512 bdver2 def_and_undef
3513 * config/i386/i386.c (struct processor_costs bdver2_cost): New
3515 (m_BDVER2): New definition.
3516 (m_AMD_MULTIPLE): Includes m_BDVER2.
3517 (initial_ix86_tune_features): Add bdver2 tuning.
3518 (processor_target_table): Add bdver2 entry.
3519 (static const char *const cpu_names): Add bdver2 entry.
3520 (ix86_option_override_internal): Add bdver2 instruction sets.
3521 (ix86_issue_rate): Add bdver2.
3522 (ix86_adjust_cost): Add bdver2.
3523 (has_dispatch): Add bdver2.
3524 * config/i386/i386.h (TARGET_BDVER2): New definition.
3525 (enum target_cpu_default): Add TARGET_CPU_DEFAULT_bdver2.
3526 (enum processor_type): Add PROCESSOR_BDVER2.
3527 * config/i386/i386.md (define_attr "cpu"): Add bdver2.
3528 * config/i386/i386.opt ( mdispatch-scheduler): Add bdver2 to
3531 2011-07-12 Richard Henderson <rth@redhat.com>
3534 * config/i386/i386.c (x86_output_mi_thunk): Fix mode for
3535 destination address in memory on some paths.
3537 2011-07-12 Bernd Schmidt <bernds@codesourcery.com>
3539 * doc/tm.texi.in (FUNCTION_ARG_PADDING): Mention
3540 TARGET_FUNCTION_ARG_ROUND_BOUNDARY.
3541 (TARGET_FUNCTION_ARG_ROUND_BOUNDARY): Add hook.
3542 * function.c (locate_and_pad_parm): Take it into account.
3543 * target.def (function_arg_round_boundary): New hook.
3544 * targhooks.c (default_function_arg_round_boundary): New function.
3545 * targhooks.h (default_function_arg_round_boundary): Declare.
3546 * doc/tm.texi: Regenerate.
3548 2011-07-12 Richard Guenther <rguenther@suse.de>
3550 * tree-ssa-copyrename.c (rename_ssa_copies): Zero statistics.
3551 Do not perform no-op changes.
3553 2011-07-12 Richard Sandiford <richard.sandiford@linaro.org>
3555 * config/arm/predicates.md (neon_struct_operand): Make a normal
3557 (neon_struct_or_register_operand): New predicate.
3558 * config/arm/neon.md (movmisalign<mode>): Replace predicates
3559 with neon_struct_or_register_operand.
3560 (*movmisalign<mode>_neon_store, *movmisalign<mode>_neon_load): Use
3561 neon_struct_operand instead of memory_operand.
3563 2011-07-12 Martin Jambor <mjambor@suse.cz>
3565 * cgraph.h (cgraph_get_node_or_alias): Removed declaration.
3566 * cgraph.c (cgraph_get_node_or_alias): Removed.
3567 (change_decl_assembler_name): Changed all calls to
3568 cgraph_get_node_or_alias to a call to cgraph_get_node.
3569 (cgraph_make_decl_local): Likewise.
3570 * lto-symtab.c (lto_symtab_resolve_symbols): Likewise.
3571 * varasm.c (default_binds_local_p_1): Likewise.
3572 (decl_binds_to_current_def_p): Likewise.
3574 2011-07-12 Jakub Jelinek <jakub@redhat.com>
3576 PR tree-optimization/49712
3577 * tree-ssa-loop-im.c (gen_lsm_tmp_name): Handle TARGET_MEM_REF.
3579 2011-07-11 Bernd Schmidt <bernds@codesourcery.com>
3581 * genautomata.c (add_arc): Return void. All callers changed.
3582 (make_automaton): Remove dead code.
3584 2011-07-11 Richard Henderson <rth@redhat.com>
3586 * dwarf2cfi.c (DW_STACK_POINTER_REGNUM): New.
3587 (DW_FRAME_POINTER_REGNUM): New.
3588 (expand_builtin_init_dwarf_reg_sizes): Use unsigned for rnum.
3589 (def_cfa_1): Do not convert reg to DWARF_FRAME_REGNUM here.
3591 (dwarf2out_flush_queued_reg_saves, dwarf2out_frame_debug_def_cfa,
3592 dwarf2out_frame_debug_adjust_cfa, dwarf2out_frame_debug_cfa_register,
3593 dwarf2out_frame_debug_cfa_expression, dwarf2out_frame_debug_expr):
3595 * dwarf2out.c (based_loc_descr): Use dwarf_frame_regnum.
3596 * dwarf2out.h (dwarf_frame_regnum): New.
3597 (struct cfa_loc): Document the domain of the reg member.
3599 2011-07-11 Uros Bizjak <ubizjak@gmail.com>
3601 * config/i386/i386.c (ix86_trampoline_init): Switch arms of if expr.
3602 Use offset everywhere. Always assert that offset <= TRAMPOLINE_SIZE.
3604 2011-07-11 Jakub Jelinek <jakub@redhat.com>
3607 * dwarf2out.c (int_shift_loc_descriptor): New function.
3608 (int_loc_descriptor): If shorter, emit i as
3609 (i >> shift), shift, DW_OP_shl for suitable shift value.
3610 Similarly, try to optimize large negative values using
3611 DW_OP_neg of a positive value if shorter.
3612 (size_of_int_shift_loc_descriptor): New function.
3613 (size_of_int_loc_descriptor): Adjust to match int_loc_descriptor
3615 (mem_loc_descriptor) <case CONST_INT>: Emit zero-extended constants
3616 that fit into DWARF2_ADDR_SIZE bytes as int_loc_descriptor +
3617 DW_OP_GNU_convert instead of DW_OP_GNU_const_type if the former
3619 (resolve_addr_in_expr): Optimize DW_OP_plus_uconst with a large
3620 addend as added DW_OP_plus if it is shorter.
3622 2011-07-11 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3624 * config/i386/sol2.h [!USE_GLD] (CTORS_SECTION_ASM_OP): Define.
3625 (DTORS_SECTION_ASM_OP): Define.
3627 2011-07-11 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3629 * config/dfp-bit.c, config/dfp-bit.h: Move to ../libgcc.
3630 * config/t-dfprules: Move to ../libgcc/config.
3631 * config.gcc (i[34567]86-*-linux*, i[34567]86-*-kfreebsd*-gnu,
3632 i[34567]86-*-knetbsd*-gnu, i[34567]86-*-gnu*,
3633 i[34567]86-*-kopensolaris*-gnu): Remove t-dfprules from tmake_file.
3634 (x86_64-*-linux*, x86_64-*-kfreebsd*-gnu, x86_64-*-knetbsd*-gnu):
3636 (i[34567]86-*-cygwin*): Likewise.
3637 (i[34567]86-*-mingw*, x86_64-*-mingw*): Likewise.
3638 (powerpc-*-linux*, powerpc64-*-linux*): Likewise.
3639 * Makefile.in (D32PBIT_FUNCS, D64PBIT_FUNCS, D128PBIT_FUNCS): Remove.
3640 (libgcc.mvars): Remove DFP_ENABLE, DFP_CFLAGS, D32PBIT_FUNCS,
3641 D64PBIT_FUNCS, D128PBIT_FUNCS.
3643 2011-07-11 Richard Guenther <rguenther@suse.de>
3645 * tree-vrp.c (simplify_conversion_using_ranges): Manually
3646 translate the source value-range through the conversion chain.
3648 2011-07-11 Richard Sandiford <richard.sandiford@linaro.org>
3650 * expr.c (expand_expr_real_1): Use expand_insn for movmisalign.
3652 2011-07-11 Arthur Loiret <aloiret@debian.org>
3654 * config.gcc (s390-*-linux*): If 'enabled_targets' is 'all', build
3655 a bi-arch compiler defaulting to 31-bit. In this case:
3656 (tmake_file): Add s390/t-linux64.
3657 * doc/install.texi: Add s390-linux to the list of targets supporting
3658 --enable-targets=all.
3660 2011-07-11 Arthur Loiret <aloiret@debian.org>
3661 Matthias Klose <doko@debian.org>
3663 * config.gcc (mips*-*-linux*): If 'enabled_targets' is 'all', build
3664 a tri-arch compiler defaulting to 32-bit (ABI o32). In this case:
3665 (tm_file): Add mips/linux64.h.
3666 (tmake_file): Add mips/t-linux64.
3667 (tm_defines): Add MIPS_ABI_DEFAULT=ABI_32.
3668 * config/mips/linux64.h (DRIVER_SELF_SPECS): Use MULTILIB_ABI_DEFAULT
3669 instead of hardcoded mabi=n32.
3670 * config/mips/t-linux64 (MULTILIB_DIRNAMES): Set to 'n32 . 64' if
3671 tm_defines contains MIPS_ABI_DEFAULT ABI_32, to follow the glibc
3674 2011-07-11 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
3676 * passes.c (init_optimization_passes): Add invariant motion pass
3677 after induction variable optimization.
3679 2011-07-11 Georg-Johann Lay <avr@gjlay.de>
3682 * config/avr/avr.c (notice_update_cc): For ashiftrt:QI, only
3683 offsets 1..5 set cc0 in a usable way.
3685 2011-07-11 Romain Geissler <romain.geissler@gmail.com>
3687 * tree.h (call_expr_arg): Remove.
3688 (call_expr_argp): Likewise.
3690 2011-07-11 Eric Botcazou <ebotcazou@adacore.com>
3692 * config/sparc/sparc.md (save_register_window_1): Rename to...
3693 (window_save): ...this.
3694 * config/sparc/sparc.c (emit_save_register_window): Rename to...
3695 (emit_window_save): ...this.
3696 (sparc_expand_prologue): Adjust to above renaming.
3698 2011-07-10 H.J. Lu <hongjiu.lu@intel.com>
3700 * config/i386/i386.c (ix86_trampoline_init): Use movl instead
3703 2011-07-10 Richard Henderson <rth@redhat.com>
3705 * config/i386/i386.c (x86_output_mi_thunk): Generate rtl and
3706 run final, instead of emitting text directly.
3708 2011-07-10 H.J. Lu <hongjiu.lu@intel.com>
3710 * config/i386/i386.c (ix86_option_override_internal): Turn on
3711 OPTION_MASK_ISA_64BIT for TARGET_X32. Only allow small and
3712 small PIC models for TARGET_X32.
3714 2011-07-10 Hans-Peter Nilsson <hp@axis.com>
3717 * config/cris/t-elfmulti (CRTSTUFF_T_CFLAGS): Don't include
3721 * config/cris/cris.c (cris_asm_output_case_end): Robustify against
3722 stray notes and debug insns by using prev_nonnote_nondebug_insn
3723 instead of PREV_INSN.
3725 2011-07-09 Richard Henderson <rth@redhat.com>
3727 * defaults.h (DWARF2_ADDR_SIZE, DWARF_OFFSET_SIZE,
3728 DWARF_TYPE_SIGNATURE_SIZE): Move from ...
3729 * dwarf2out.c: ... here.
3730 (output_all_cfis): Remove.
3731 (dwarf2out_switch_text_section): Use output_cfis directly.
3732 (size_of_locs): Export.
3733 (output_loc_sequence, output_loc_sequence_raw): Export.
3734 (div_data_align, need_data_align_sf_opcode, dwarf_cfi_name, output_cfi,
3735 output_cfi_directive, dwarf2out_emit_cfi, output_cfis, output_cfa_loc,
3736 output_cfa_loc_raw): Move to ...
3737 * dwarfcfi.c: ... here.
3738 * dwarf2out.h: Update decls.
3740 2011-07-09 Richard Henderson <rth@redhat.com>
3742 * defaults.h (DWARF_CIE_DATA_ALIGNMENT, DWARF_FRAME_RETURN_COLUMN,
3743 DWARF_FRAME_REGNUM, DWARF2_FRAME_REG_OUT): Move from ...
3744 * dwarf2cfi.c: ... here.
3745 (PTR_SIZE, DWARF_OFFSET_SIZE, DWARF_INITIAL_LENGTH_SIZE): Remove.
3746 (DWARF_ROUND, DWARF_CIE_ID): Remove.
3747 * dwarf2out.c (INCOMING_RETURN_ADDR_RTX): Remove.
3748 (DWARF2_FRAME_REG_OUT, DWARF_CIE_DATA_ALIGNMENT): Remove.
3749 (DWARF_FRAME_RETURN_COLUMN, DWARF_FRAME_REGNUM): Remove.
3751 2011-07-09 Richard Henderson <rth@redhat.com>
3753 * dwarf2cfi.c (cie_return_save): New.
3754 (queue_reg_save): Use compare_reg_or_pc.
3755 (dwarf2out_flush_queued_reg_saves): Handle pc_rtx as return column.
3756 (dwarf2out_frame_debug_expr): Likewise.
3757 (dwarf2out_frame_debug_cfa_register): Record saved reg for pc too.
3758 (initial_return_save): Likewise.
3759 (execute_dwarf2_frame): Save and restore initial return save from
3761 * config/mips/mips.c (mips_frame_set): Remove special case for
3762 DWARF_FRAME_RETURN_COLUMN.
3764 2011-07-09 Richard Henderson <rth@redhat.com>
3766 * dwarf2cfi.c (lookup_cfa): Remove.
3767 (execute_dwarf2_frame): Assert queues are empty on entry.
3768 Setup initial cfa directly, not via lookup_cfa.
3769 Don't clear args_size state here.
3771 2011-07-09 Richard Henderson <rth@redhat.com>
3773 * dwarf2cfi.c (add_cfi_vec): New.
3774 (add_cfi): Rename from add_fde_cfi. Add the element to add_cfi_vec.
3775 (def_cfa_1, reg_save): Remove for_cie argument. Update all callers.
3776 (execute_dwarf2_frame): Set add_cfi_vec.
3778 2011-07-09 Richard Henderson <rth@redhat.com>
3780 * defaults.h (ASM_COMMENT_START): Move here...
3781 * dwarf2asm.c: ... from here.
3782 * dwarf2out.c, final.c, vmsdbgout.c: Remove duplicates.
3783 * toplev.c: Remove ifndef tests of ASM_COMMENT_START.
3784 * varasm.c: Likewise.
3786 2011-07-09 Richard Henderson <rth@redhat.com>
3789 * dwarf2cfi.c (dwarf2out_frame_debug): Don't set cfi_insn here...
3790 (create_cfi_notes): ... do it here instead.
3792 2011-07-09 Jakub Jelinek <jakub@redhat.com>
3795 * dwarf2out.c (size_of_int_loc_descriptor): New function.
3796 (address_of_int_loc_descriptor): Use it.
3797 (scompare_loc_descriptor): Optimize EQ/NE comparison with constant.
3799 2011-07-09 Richard Henderson <rth@redhat.com>
3801 * config/pdp11/pdp11.md (define_c_enum "unspecv"): New.
3802 (prologue, epilogue): New.
3803 (return, *rts): New.
3804 (blockage, setd, seti): New.
3805 * config/pdp11/pdp11.c (TARGET_ASM_FUNCTION_PROLOGUE): Remove.
3806 (TARGET_ASM_FUNCTION_EPILOGUE): Remove.
3807 (pdp11_saved_regno): New.
3808 (pdp11_expand_prologue): Rename from pdp11_output_function_prologue;
3809 generate rtl instead of text.
3810 (pdp11_expand_epilogue): Similarly from pdp11_output_function_epilogue.
3811 (pdp11_sp_frame_offset): Export. Use pdp11_saved_regno.
3812 * config/pdp11/pdp11-protos.h: Update.
3814 2011-07-09 Richard Henderson <rth@redhat.com>
3816 * config/rs6000/rs6000.c (rs6000_output_function_prologue): Don't
3817 try to insert an rtl prologue here.
3818 (rs6000_output_function_epilogue): Similarly.
3819 * config/rs6000/rs6000.md (prologue): Emit a barrier to
3820 satisfy !TARGET_SCHED_PROLOG.
3821 (epilogue, sibcall_epilogue): Likewise.
3823 2011-07-09 Eric Botcazou <ebotcazou@adacore.com>
3825 * config/sparc/sparc.h (STACK_SAVEAREA_MODE): Move around.
3827 (IN_OR_GLOBAL_P): Likewise.
3829 2011-07-08 Jason Merrill <jason@redhat.com>
3832 * gimplify.c (goa_stabilize_expr): Handle RHS preevaluation in
3833 compound assignment.
3835 * cgraph.c (cgraph_add_to_same_comdat_group): New.
3836 * cgraph.h: Declare it.
3837 * ipa.c (function_and_variable_visibility): Make sure thunks
3838 have the right visibility.
3840 2011-07-08 Richard Henderson <rth@redhat.com>
3843 * dwarf2cfi.c (dwarf2out_frame_debug): Insert cfi notes after
3844 any tablejump vector.
3847 * dwarf2cfi.c (create_cfi_notes): Flush queued saves at the
3848 end of the prologue.
3850 2011-07-08 Jakub Jelinek <jakub@redhat.com>
3853 * config/rs6000/rs6000.c (rs6000_emit_vector_cond_expr): Use
3854 CONST0_RTX (dest_mode) instead of const0_rtx as second operand of NE.
3855 * config/rs6000/vector.md (vector_select_<mode>,
3856 vector_select_<mode>_uns): Change second operand of NE to
3857 CONST0_RTX (<MODE>mode) instead of const0_rtx.
3858 * config/rs6000/altivec.md (*altivec_vsel<mode>,
3859 *altivec_vsel<mode>_uns): Expect second operand of NE to be
3860 zero_constant of the corresponding vector mode.
3861 * config/rs6000/vsx.md (*vsx_xxsel<mode>, *vsx_xxsel<mode>_uns):
3864 2011-07-08 Sebastian Pop <sebastian.pop@amd.com>
3866 * graphite-dependences.c (build_alias_set_powerset): Remove
3867 continue from loop, add one more assert.
3869 2011-07-08 Georg-Johann Lay <avr@gjlay.de>
3872 * config/avr/avr.c (avr_hard_regno_mode_ok): Rewrite.
3873 In particular, allow 8-bit values in r28 and r29.
3874 (avr_hard_regno_scratch_ok): Disallow any register that might be
3875 part of the frame pointer.
3876 (avr_hard_regno_rename_ok): Same.
3877 (avr_legitimate_address_p): Don't allow SUBREGs.
3879 2011-07-08 Julian Brown <julian@codesourcery.com>
3881 * config/arm/neon.md (vec_shr_<mode>, vec_shl_<mode>): Disable in
3883 (reduc_splus_<mode>, reduc_uplus_<mode>, reduc_smin_<mode>)
3884 (reduc_smax_<mode>, reduc_umin_<mode>, reduc_umax_<mode>)
3885 (neon_vec_unpack<US>_lo_<mode>, neon_vec_unpack<US>_hi_<mode>)
3886 (vec_unpack<US>_hi_<mode>, vec_unpack<US>_lo_<mode>)
3887 (neon_vec_<US>mult_lo_<mode>, vec_widen_<US>mult_lo_<mode>)
3888 (neon_vec_<US>mult_hi_<mode>, vec_widen_<US>mult_hi_<mode>)
3889 (vec_pack_trunc_<mode>, neon_vec_pack_trunc_<mode>): Disable for Q
3890 registers in big-endian mode.
3892 2011-07-08 Bernd Schmidt <bernds@codesourcery.com>
3894 * genattrtab.c (evaluate_eq_attr): Allow an attribute to be defined
3895 in terms of another.
3896 (write_attr_value): Write a cast if necessary.
3898 * defaults.h (REG_WORDS_BIG_ENDIAN): Provide a default.
3899 * doc/tm.texi.in (WORDS_BIG_ENDIAN): Mention REG_WORDS_BIG_ENDIAN.
3900 (REG_WORDS_BIG_ENDIAN): Document.
3901 * doc/tm.texi: Regenerate.
3902 * reload.c (operands_match_p): Take it into account.
3903 (reload_adjust_reg_for_mode): Likewise.
3904 * rtlanal.c (subreg_get_info): Likewise.
3906 2011-07-08 Richard Guenther <rguenther@suse.de>
3908 * fold-const.c (fold_binary_loc): Remove index +p PTR -> PTR +p index
3911 2011-07-08 Kai Tietz <ktietz@redhat.com>
3913 * fold-const.c (fold_truth_andor): Factored out truth_andor
3914 label from fold_binary as function.
3915 (fold_binary_loc): Replace truth_andor lable
3916 by function fold_truth_andor.
3918 2011-07-08 Kirill Yukhin <kirill.yukhin@intel.com>
3921 * calls.c (mem_overlaps_already_clobbered_arg_p): Additional
3922 check if address is stored in register. If so - give up.
3923 (check_sibcall_argument_overlap_1): Do not perform check of
3924 overlapping when it is call to address.
3926 2011-07-08 Georg-Johann Lay <avr@gjlay.de>
3928 * config/avr/avr.c (output_reload_insisf): Use 'REG_Z+1' instead
3931 2011-07-08 Bernd Schmidt <bernds@codesourcery.com>
3933 * optabs.c (expand_binop): Use GET_MODE_PRECISION instead of
3934 GET_MODE_BITSIZE where appropriate.
3935 (widen_leading, expand_parity, expand_ctz, expand_ffs,
3936 expand_unop, expand_abs_nojump, expand_one_cmpl_abs_nojump,
3937 expand_float, expand_fix): Likewise.
3938 * expr.c (convert_move, convert_modes, expand_expr_real_2,
3939 expand_expr_real_1, reduce_to_bit_field_precision): Likewise.
3940 * stor-layout.c (get_mode_bounds): Likewise.
3941 * cfgexpand.c (convert_debug_memory_address, expand_debug_expr):
3943 * convert.c (convert_to_integer): Likewise.
3944 * expmed.c (expand_shift_1): Likewise.
3946 * rtlanal.c (nonzero_bits1): Don't compare GET_MODE_SIZE against
3949 * optabs.c (expand_binop): Tighten conditions for doubleword
3951 (widen_bswap): Assert that mode bitsize and precision are the same.
3952 * stor-layout.c (get_best_mode): Skip modes that have lower
3953 precision than bitsize.
3954 * recog.c (simplify_while_replacing): Assert that bitsize and
3955 precision are the same.
3957 2011-07-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3959 * Makefile.in (LIBGCOV): Remove.
3960 (libgcc.mvars): Remove LIBGCOV.
3961 * libgov.c: Move to ../libgcc.
3963 2011-07-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3965 * config/fixed-bit.c, config/fixed-bit.h: Move to ../libgcc.
3967 2011-07-08 Martin Jambor <mjambor@suse.cz>
3969 * tree-sra.c (analyze_all_variable_accesses): Dump that a struture
3970 is too big for total scalarization.
3972 2011-07-07 Richard Henderson <rth@redhat.com>
3974 * config/alpha/elf.h (MIPS_DEBUGGING_INFO): Undef.
3975 (DBX_DEBUGGING_INFO): Undef.
3977 2011-07-07 Richard Henderson <rth@redhat.com>
3979 * dwarf2out.c (output_cfi_directive): Export. Add FILE parameter.
3980 Handle some opcodes specially for debugging.
3981 * print-rtl.c: Include dwarf2out.h
3982 (print_rtx): Handle NOTE_INSN_CFI.
3983 * Makefile.in (print-rtl.o): Update.
3985 2011-07-07 Richard Henderson <rth@redhat.com>
3987 * tree-pass.h (pass_dwarf2_frame): Declare.
3988 * passes.c (init_optimization_passes): Add it.
3989 * dwarf2cfi.c (dwarf2out_frame_debug): Make static.
3990 (create_cfi_notes): Rename from dwarf2out_frame_debug_after_prologue;
3991 make static, do not call add_cfis_to_fde.
3992 (dwarf2out_frame_debug_init, dwarf2cfi_function_init,
3993 dwarf2out_frame_init): Merge into...
3994 (execute_dwarf2_frame): ... here. New function.
3995 (dwarf2out_do_frame, dwarf2out_do_cfi_asm): Make boolean. Change
3996 saved_do_cfi_asm to a tri-state variable.
3997 (gate_dwarf2_frame, pass_dwarf2_frame): New.
3998 * dwarf2out.c (dwarf2out_begin_prologue): Only allocate the fde
3999 if it has yet to be done. Don't call dwarf2cfi_function_init.
4000 * dwarf2out.h, debug.h: Update decls.
4001 * final.c (final_start_function): Don't call
4002 dwarf2out_frame_debug_init or dwarf2out_frame_debug_after_prologue.
4003 * lto-streamer-in.c (lto_init_eh): Don't call dwarf2out_frame_init.
4004 * toplev.c (lang_dependent_init): Likewise.
4006 2011-07-07 Richard Henderson <rth@redhat.com>
4008 * dwarf2out.c (fde_table, fde_table_allocated, fde_table_in_use,
4009 FDE_TABLE_INCREMENT): Replace with...
4010 (fde_vec): ... this, a new vector.
4011 (current_fde): Remove. Replace all users with cfun->fde.
4012 (output_call_frame_info): Use FOR_EACH_VEC_ELT over fde_vec.
4013 (size_of_aranges, dwarf2out_finish): Likewise.
4014 (dwarf2out_alloc_current_fde): Break out from ...
4015 (dwarf2out_begin_prologue): ... here.
4016 (dwarf2out_frame_init): Remove.
4017 * dwarf2cfi.c: Update all users of current_fde.
4018 (dwarf2out_frame_init): Rename from dwarf2cfi_frame_init.
4019 * dwarf2out.h: Update decls.
4020 (dw_fde_node): Add fde_index member.
4021 * function.h (struct function): Add fde member.
4023 2011-07-07 Bernd Schmidt <bernds@codesourcery.com>
4024 Richard Henderson <rth@redhat.com>
4026 * dwarf2cfi.c (add_cfi): Remove.
4027 (dwarf2out_cfi_label): Remove force argument. Only generate the
4029 (add_fde_cfi): Simplify the different code paths.
4031 (old_cfa, old_cfa_remember): New.
4032 (def_cfa_1, reg_save): Remove label, add for_cie parameter.
4033 (last_reg_save_label): Remove.
4034 (dwarf2out_args_size, dwarf2out_stack_adjust, queue_reg_save,
4035 dwarf2out_frame_debug_def_cfa, dwarf2out_frame_debug_adjust_cfa,
4036 dwarf2out_frame_debug_cfa_offset, dwarf2out_frame_debug_cfa_register,
4037 dwarf2out_frame_debug_cfa_expression,
4038 dwarf2out_frame_debug_cfa_restore,
4039 dwarf2out_frame_debug_cfa_window_save,
4040 dwarf2out_frame_debug_expr): Remove label parameter.
4041 (cfi_label_required_p, add_cfis_to_fde): New.
4042 (dwarf2out_frame_debug_after_prologue): New.
4043 (dwarf2cfi_frame_init): Initialize old_cfa.
4044 (dwarf2out_frame_debug_restore_state): Likewise.
4045 * dwarf2out.c (dwarf2out_emit_cfi): Only do output for cfi_asm.
4046 (dwarf2out_switch_text_section): Don't clear dw_fde_current_label here.
4047 * final.c (final_start_function): Call
4048 dwarf2out_frame_debug_after_prologue.
4050 2011-07-07 Bernd Schmidt <bernds@codesourcery.com>
4051 Richard Henderson <rth@redhat.com>
4053 * dwarf2cfi.c (cfi_insn): New.
4054 (dwarf2out_cfi_label): Don't emit cfi label here.
4055 (add_fde_cfi): Create a NOTE_INSN_CFI.
4056 (dwarf2out_frame_debug): Setup cfi_insn.
4057 (dwarf2out_frame_debug_init): Loop over insns creating CFI notes.
4058 (dwarf2out_cfi_begin_epilogue): Make static.
4059 (dwarf2out_frame_debug_restore_state): Make static.
4060 * dwarf2out.c (output_cfi_directive): Make static.
4061 (dwarf2out_emit_cfi): New.
4062 * dwarf2out.h: Update.
4063 * final.c (final): Remove CFI notes.
4064 (final_scan_insn): Don't call dwarf2out_cfi_begin_epilogue,
4065 dwarf2out_frame_debug_restore_state, dwarf2out_frame_debug.
4066 Handle NOTE_INSN_CFI and NOTE_INSN_CFI_LABEL.
4067 * insn-notes.def (NOTE_INSN_CFI): New.
4068 (NOTE_INSN_CFI_LABEL): New.
4069 * rtl.h (union rtunion_def): Add rt_cfi member.
4070 (XCFI, XCCFI, NOTE_CFI, NOTE_LABEL_NUMBER): New.
4072 2011-07-07 Richard Henderson <rth@redhat.com>
4074 * dwarf2cfi.c: New file.
4075 * Makefile.in (OBJS): Add it.
4076 (GTFILES): Add dwarf2cfi.c and dwarf2out.h.
4077 * gengtype.c (open_base_files): Include dwarf2out.h.
4078 * coretypes.h (enum var_init_status): Move from ...
4080 * dwarf2out.c (saved_do_cfi_asm, dwarf2out_do_frame,
4081 dwarf2out_do_cfi_asm, cie_cfi_vec, dwarf2out_cfi_label_num,
4082 expand_builtin_dwarf_sp_column, init_return_column_size,
4083 expand_builtin_init_dwarf_reg_sizes, new_cfi, add_cfi,
4084 dwarf2out_cfi_label, emit_cfa_remember, any_cfis_emitted, add_fde_cfi,
4085 lookup_cfa_1, lookup_cfa, cfa, cfa_store, cfa_remember, args_size,
4086 old_args_size, cfa_equal_p, def_cfa_1, reg_save, initial_return_save,
4087 stack_adjust_offset, barrier_args_size, compute_barrier_args_size_1,
4088 compute_barrier_args_size, dwarf2out_args_size,
4089 dwarf2out_stack_adjust, dwarf2out_notice_stack_adjust,
4090 queued_reg_saves, reg_saved_in_data, regs_saved_in_regs,
4091 compare_reg_or_pc, record_reg_saved_in_reg, last_reg_save_label,
4092 queue_reg_save, dwarf2out_flush_queued_reg_saves,
4093 clobbers_queued_reg_save, reg_saved_in, cfa_temp,
4094 dwarf2out_frame_debug_def_cfa, dwarf2out_frame_debug_adjust_cfa,
4095 dwarf2out_frame_debug_cfa_offset, dwarf2out_frame_debug_cfa_register,
4096 dwarf2out_frame_debug_cfa_expression,
4097 dwarf2out_frame_debug_cfa_restore,
4098 dwarf2out_frame_debug_cfa_window_save, dwarf2out_frame_debug_expr,
4099 dwarf2out_frame_debug, dwarf2out_frame_debug_init,
4100 dwarf2out_cfi_begin_epilogue, dwarf2out_frame_debug_restore_state,
4101 get_cfa_from_loc_descr): Move to dwarf2cfi.c.
4102 (dw_cfi_ref, dw_fde_ref, dw_cfi_oprnd_ref, enum dw_cfi_oprnd_type,
4103 dw_cfi_oprnd, dw_cfi_node, cfi_vec, dw_cfa_location, dw_fde_node,
4104 dw_val_ref, dw_die_ref, const_dw_die_ref, dw_loc_descr_ref,
4105 dw_loc_list_ref, enum dw_val_class, dw_vec_const, dw_val_node,
4106 dw_loc_descr_node): Move to dwarf2out.h.
4107 (current_fde, output_cfi_directive, build_cfa_loc, get_address_mode,
4108 mem_loc_descriptor): Export.
4109 (build_cfa_aligned_loc): Export. Take CFA as a parameter.
4110 (dwarf2out_frame_init): Extract CIE generation code to
4111 dwarf2cfi_frame_init.
4113 2011-07-07 Eric Botcazou <ebotcazou@adacore.com>
4116 * config/sparc/sol2.h [TARGET_64BIT_DEFAULT] (TARGET_DEFAULT): Add
4117 MASK_V8PLUS, remove commented out flag and reorder.
4119 2011-07-07 Jakub Jelinek <jakub@redhat.com>
4122 * c-typeck.c (build_binary_op): For MULT_EXPR and TRUNC_DIV_EXPR with
4123 one non-complex and one complex argument, call c_save_expr on both
4126 2011-07-07 Martin Jambor <mjambor@suse.cz>
4129 * cgraphunit.c (verify_edge_corresponds_to_fndecl): New function.
4130 (verify_cgraph_node): Some functinality moved to
4131 verify_edge_corresponds_to_fndecl, call it.
4133 2011-07-07 Joseph Myers <joseph@codesourcery.com>
4135 * config.gcc (*local*): Remove.
4136 * doc/install-old.texi: Don't mention local configurations.
4138 2011-07-07 Jakub Jelinek <jakub@redhat.com>
4141 * df-problems.c (dead_debug_reset): Remove dead_debug_uses
4142 referencing debug insns that have been reset.
4143 (dead_debug_insert_before): Don't assert reg is non-NULL,
4144 instead return immediately if it is NULL.
4146 2011-07-07 Joseph Myers <joseph@codesourcery.com>
4148 * config/i386/t-crtpic, config/i386/t-svr3dbx, config/pa/t-pa: Remove.
4150 2011-07-07 Bernd Schmidt <bernds@codesourcery.com>
4152 * hw-doloop.c: New file.
4153 * hw-doloop.h: New file.
4154 * Makefile.in (OBJS): Add hw-doloop.o.
4155 (hw-doloop.o): New rule.
4156 ($(obj_out_file)): Add hw-doloop.h dependency.
4157 * config/bfin/bfin.c: Include "hw-doloop.h".
4158 (loop_info, DEF_VEC_P for loop_info, loop_info_d): Remove.
4159 (bfin_dump_loops, bfin_bb_in_loop, bfin_scan_loop): Remove.
4160 (hwloop_optimize): Renamed from bfin_optimize_loop. Argument
4161 type changed to hwloop_info. Return bool, true if the loop was
4162 successfully optimized. Remove code that was moved to
4163 hw-doloop.c, and adjust other parts.
4164 (hwloop_fail): New static function, containing parts that used
4165 to be in bfin_optimize_loop.
4166 (bfin_discover_loop, bfin_discover_loops, free_loops,
4167 bfin_reorder_loops): Remove.
4168 (hwloop_pattern_reg): New static function.
4169 (bfin_doloop_hooks): New variable.
4170 (bfin_reorg_loops): Remove most code, call reorg_loops.
4171 * config/bfin/bfin.md (doloop_end splitter): Also enable if
4172 loop counter is a memory_operand.
4174 2011-07-07 H.J. Lu <hongjiu.lu@intel.com>
4176 * config.gcc: Support --with-multilib-list for x86 Linux targets.
4178 * configure.ac: Mention x86-64 for --with-multilib-list.
4179 * configure: Regenerated.
4181 * config/i386/gnu-user64.h (SPEC_64): Support x32.
4182 (SPEC_32): Likewise.
4183 (ASM_SPEC): Likewise.
4184 (LINK_SPEC): Likewise.
4185 (TARGET_THREAD_SSP_OFFSET): Likewise.
4186 (TARGET_THREAD_SPLIT_STACK_OFFSET): Likewise.
4189 * config/i386/i386.h (TARGET_X32): New.
4191 (LONG_TYPE_SIZE): Likewise.
4192 (POINTER_SIZE): Likewise.
4193 (POINTERS_EXTEND_UNSIGNED): Likewise.
4194 (OPT_ARCH64): Support x32.
4195 (OPT_ARCH32): Likewise.
4197 * config/i386/i386.opt (mx32): New.
4199 * config/i386/kfreebsd-gnu64.h (GNU_USER_LINK_EMULATIONX32): New.
4200 (GLIBC_DYNAMIC_LINKERX32): Likewise.
4201 * config/i386/linux64.h (GNU_USER_LINK_EMULATIONX32): Likewise.
4202 (GLIBC_DYNAMIC_LINKERX32): Likewise.
4204 * config/linux.h (UCLIBC_DYNAMIC_LINKERX32): New.
4205 (BIONIC_DYNAMIC_LINKERX32): Likewise.
4206 (GNU_USER_DYNAMIC_LINKERX32): Likewise.
4208 * config/i386/t-linux64: Support TM_MULTILIB_CONFIG.
4210 * doc/install.texi: Document --with-multilib-list for Linux/x86-64.
4212 * doc/invoke.texi: Document -mx32.
4214 2011-07-07 Richard Sandiford <richard.sandiford@linaro.org>
4216 * doc/invoke.texi (mwords-little-endian): Deprecate.
4217 * config/arm/arm.opt (mwords-little-endian): Likewise.
4218 * config/arm/arm.c (arm_option_override): Warn about the deprecation
4219 of -mwords-little-endian.
4221 2011-07-07 Richard Sandiford <richard.sandiford@linaro.org>
4223 * reload1.c (choose_reload_regs): Use mode sizes to check whether
4224 an old reload register completely defines the required value.
4226 2011-07-07 Richard Guenther <rguenther@suse.de>
4228 * fold-const.c (fold_unary_loc): Do not strip sign-changes
4231 2011-07-07 Richard Guenther <rguenther@suse.de>
4233 * tree-vrp.c (simplify_conversion_using_ranges): New function.
4234 (simplify_stmt_using_ranges): Call it.
4236 2011-07-07 Kai Tietz <ktietz@redhat.com>
4238 * tree-ssa-forwprop.c (truth_valued_ssa_name): New function.
4239 (lookup_logical_inverted_value): Likewise.
4240 (simplify_bitwise_binary_1): Likewise.
4241 (simplify_bitwise_binary): Use simplify_bitwise_binary_1.
4243 2011-07-07 Joseph Myers <joseph@codesourcery.com>
4245 * gcc.c (%[Spec]): Don't document.
4246 (struct spec_list): Update comment.
4247 (do_spec_1): Don't handle %[Spec].
4248 * doc/invoke.texi (%[@var{name}]): Remove documentation of spec.
4250 2011-07-07 Joseph Myers <joseph@codesourcery.com>
4252 * common/common-target-def.h (TARGET_HAVE_NAMED_SECTIONS): Don't
4253 default based on TARGET_ASM_NAMED_SECTION.
4254 * common/common-target.def (have_named_sections): Default to true.
4255 * common/config/default-common.c: Don't include tm.h.
4256 * common/config/picochip/picochip-common.c
4257 (TARGET_HAVE_NAMED_SECTIONS): Don't define.
4258 * common/config/m32c/m32c-common.c: Remove.
4259 * config.gcc (m32c*-*-*): Set target_has_targetm_common=no.
4260 * config/alpha/osf5.h (TARGET_HAVE_NAMED_SECTIONS): Define to false.
4261 * config/i386/openbsd.h (TARGET_HAVE_NAMED_SECTIONS): Define to false.
4262 * config/m68k/openbsd.h (TARGET_HAVE_NAMED_SECTIONS): Define to false.
4263 * config/pa/som.h (TARGET_HAVE_NAMED_SECTIONS): Define to false.
4264 * config/pdp11/pdp11.h (TARGET_HAVE_NAMED_SECTIONS): Define to false.
4265 * config/vax/openbsd.h (TARGET_HAVE_NAMED_SECTIONS): Define to false.
4267 2011-07-07 Jakub Jelinek <jakub@redhat.com>
4270 * gimplify.c (gimplify_compound_lval): For last 2 ARRAY_*REF operands
4271 and last COMPONENT_REF operand call gimplify_expr on it if non-NULL.
4273 2011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4276 * gcc.c (MFWRAP_SPEC): Also wrap mmap64.
4278 2011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4281 * configure.ac (gcc_cv_as_hidden): Also accept
4282 x86_64-*-solaris2.1[0-9]*.
4283 (gcc_cv_as_cfi_directive): Likewise.
4284 (gcc_cv_as_comdat_group_group): Likewise.
4285 (set_have_as_tls): Likewise.
4286 * configure: Regenerate.
4287 * config.gcc (i[34567]86-*-solaris2*): Also handle
4288 x86_64-*-solaris2.1[0-9]*.
4289 * config.host (i[34567]86-*-solaris2*): Likewise.
4290 * config/sparc/sol2.h (ASM_CPU_DEFAULT_SPEC): Remove.
4291 * config/sol2-bi.h (ASM_CPU_DEFAULT_SPEC): Redefine.
4292 [USE_GLD] (ARCH_DEFAULT_EMULATION): Define.
4293 (TARGET_LD_EMULATION): Use it.
4294 * config/i386/sol2.h (ASM_CPU_DEFAULT_SPEC): Define.
4295 (SUBTARGET_CPU_EXTRA_SPECS): Add asm_cpu_default.
4296 * config/i386/sol2-bi.h (ASM_CPU32_DEFAULT_SPEC): Define.
4297 (ASM_CPU64_DEFAULT_SPEC): Define.
4298 (ASM_CPU_SPEC): Use %(asm_cpu_default).
4299 (ASM_SPEC): Redefine.
4300 (DEFAULT_ARCH32_P): Define using TARGET_64BIT_DEFAULT.
4301 * config/host-solaris.c [__x86_64__] (TRY_EMPTY_VM_SPACE): Reduce.
4302 * doc/install.texi (Specific, amd64-*-solaris2.1[0-9]*): Document.
4303 (Specific, i?86-*-solaris2.10): Mention x86_64-*-solaris2.1[0-9]*
4305 (Specific, x86_64-*-solaris2.1[0-9]*): Document.
4307 2011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4309 * config/sol2.h (ASM_SPEC): Split into ...
4310 (ASM_SPEC_BASE, ASM_PIC_SPEC): ... this.
4311 * config/i386/sol2.h (ASM_SPEC): Define using ASM_SPEC_BASE.
4312 * config/i386/sol2-bi.h (ASM_CPU_SPEC): Redefine.
4313 (ASM_SPEC): Use ASM_SPEC_BASE.
4314 * config/sparc/sol2.h (ASM_SPEC): Redefine.
4316 2011-07-07 Georg-Johann Lay <avr@gjlay.de>
4318 * config/avr/avr.md (*reload_insi): Change predicate #1 to
4319 const_int_operand. Ditto for peep2 producing this insn.
4320 Add argument to output_reload_insisf call.
4321 (*movsi,*movsf): Add argument to output_movsisf call.
4322 (*reload_insf): New insn and new peep2 to produce it.
4323 * config/avr/avr-protos.h (output_movsisf): Change prototype.
4324 (output_reload_insisf): Change prototype.
4325 * config/avr/avr.c (avr_asm_len): New function.
4326 (output_reload_insisf): Rewrite.
4327 (output_movsisf): Change prototype. output_reload_insisf for
4328 all CONST_INT and CONST_DOUBLE. ALlow moving 0.0f to memory.
4329 (adjust_insn_length): Add argument to output_movsisf and
4330 output_reload_insisf call.
4332 2011-07-07 Bernd Schmidt <bernds@codesourcery.com>
4334 * emit-rtl.c (paradoxical_subreg_p): New function.
4335 * rtl.h (paradoxical_subreg_p): Declare.
4336 * combine.c (set_nonzero_bits_and_sign_copies, get_last_value,
4337 apply_distributive_law, simplify_comparison, simplify_set): Use it.
4338 * cse.c (record_jump_cond, cse_insn): Likewise.
4339 * expr.c (force_operand): Likewise.
4340 * rtlanal.c (num_sign_bit_copies1): Likewise.
4341 * reload1.c (eliminate_regs_1, strip_paradoxical_subreg): Likewise.
4342 * reload.c (push_secondary_reload, find_reloads_toplev): Likewise.
4343 (push_reload): Use precision to check for paradoxical subregs.
4344 * expmed.c (extract_bit_field_1): Likewise.
4346 * machmode.h (HWI_COMPUTABLE_MODE_P): New macro.
4347 * combine.c (set_nonzero_bits_and_sign_copies): Use it.
4348 (find_split-point, combine_simplify_rtx, simplify_if_then_else,
4349 simplify_set, simplify_logical, expand_compound_operation,
4350 make_extraction, force_to_mode, if_then_else_cond, extended_count,
4351 try_widen_shift_mode, simplify_shift_const_1, simplify_comparison,
4352 record_value_for_reg): Likewise.
4353 * expmed.c (expand_widening_mult, expand_mult_highpart): Likewise.
4354 * simplify-rtx. c (simplify_unary_operation_1,
4355 simplify_binary_operation_1, simplify_const_relational_operation):
4358 * explow.c (trunc_int_for_mode): Use GET_MODE_PRECISION
4359 instead of GET_MODE_BITSIZE where appropriate.
4360 * rtlanal.c (subreg_lsb_1, subreg_get_info, nonzero_bits1,
4361 num_sign_bit_copies1, canonicalize_condition, low_bitmask_len,
4362 init_num_sign_bit_copies_in_rep): Likewise.
4363 * cse.c (fold_rtx, cse_insn): Likewise.
4364 * loop-doloop.c (doloop_modify, doloop_optimize): Likewise.
4365 * simplify-rtx.c (simplify_unary_operation_1,
4366 simplify_const_unary_operation, simplify_binary_operation_1,
4367 simplify_const_binary_operation, simplify_ternary_operation,
4368 simplify_const_relational_operation, simplify_subreg): Likewise.
4369 * combine.c (try_combine, find_split_point, combine_simplify_rtx,
4370 simplify_if_then_else, simplify_set, expand_compound_operation,
4371 expand_field_assignment, make_extraction, if_then_else_cond,
4372 make_compound_operation, force_to_mode, make_field_assignment,
4373 reg_nonzero_bits_for_combine, reg_num_sign_bit_copies_for_combine,
4374 extended_count, try_widen_shift_mode, simplify_shift_const_1,
4375 simplify_comparison, record_promoted_value, simplify_compare_const,
4376 record_dead_and_set_regs_1): Likewise.
4379 * simplify-rtx.c (simplify_const_binary_operation): Use the
4380 shift_truncation_mask hook instead of performing modulo by width.
4381 Compare against mode precision, not bitsize.
4382 * combine.c (combine_simplify_rtx, simplify_shift_const_1):
4383 Use shift_truncation_mask instead of constructing the value manually.
4385 2011-07-06 Michael Meissner <meissner@linux.vnet.ibm.com>
4387 * config/rs6000/rs6000-protos.h (rs6000_call_indirect_aix): New
4389 (rs6000_save_toc_in_prologue_p): Ditto.
4391 * config/rs6000/rs6000.opt (-mr11): New switch to disable loading
4392 up the static chain (r11) during indirect function calls.
4393 (-msave-toc-indirect): New undocumented debug switch.
4395 * config/rs6000/rs6000.c (struct machine_function): Add
4396 save_toc_in_prologue field to note whether the prologue needs to
4397 save the TOC value in the reserved stack location.
4398 (rs6000_emit_prologue): Use TOC_REGNUM instead of 2. If we need
4399 to save the TOC in the prologue, do so.
4400 (rs6000_trampoline_init): Don't allow creating AIX style
4401 trampolines if -mno-r11 is in effect.
4402 (rs6000_call_indirect_aix): New function to create AIX style
4403 indirect calls, adding support for -mno-r11 to suppress loading
4404 the static chain, and saving the TOC in the prologue instead of
4406 (rs6000_save_toc_in_prologue_p): Return true if we are saving the
4407 TOC in the prologue.
4409 * config/rs6000/rs6000.md (STACK_POINTER_REGNUM): Add more fixed
4411 (TOC_REGNUM): Ditto.
4412 (STATIC_CHAIN_REGNUM): Ditto.
4413 (ARG_POINTER_REGNUM): Ditto.
4414 (SFP_REGNO): Delete, unused.
4415 (TOC_SAVE_OFFSET_32BIT): Add constants for AIX TOC save and
4416 function descriptor offsets.
4417 (TOC_SAVE_OFFSET_64BIT): Ditto.
4418 (AIX_FUNC_DESC_TOC_32BIT): Ditto.
4419 (AIX_FUNC_DESC_TOC_64BIT): Ditto.
4420 (AIX_FUNC_DESC_SC_32BIT): Ditto.
4421 (AIX_FUNC_DESC_SC_64BIT): Ditto.
4422 (ptrload): New mode attribute for the appropriate load of a pointer.
4423 (call_indirect_aix32): Delete, rewrite AIX indirect function calls.
4424 (call_indirect_aix64): Ditto.
4425 (call_value_indirect_aix32): Ditto.
4426 (call_value_indirect_aix64): Ditto.
4427 (call_indirect_nonlocal_aix32_internal): Ditto.
4428 (call_indirect_nonlocal_aix32): Ditto.
4429 (call_indirect_nonlocal_aix64_internal): Ditto.
4430 (call_indirect_nonlocal_aix64): Ditto.
4431 (call): Rewrite AIX indirect function calls. Add support for
4432 eliminating the static chain, and for moving the save of the TOC
4433 to the function prologue.
4434 (call_value): Ditto.
4435 (call_indirect_aix<ptrsize>): Ditto.
4436 (call_indirect_aix<ptrsize>_internal): Ditto.
4437 (call_indirect_aix<ptrsize>_internal2): Ditto.
4438 (call_indirect_aix<ptrsize>_nor11): Ditto.
4439 (call_value_indirect_aix<ptrsize>): Ditto.
4440 (call_value_indirect_aix<ptrsize>_internal): Ditto.
4441 (call_value_indirect_aix<ptrsize>_internal2): Ditto.
4442 (call_value_indirect_aix<ptrsize>_nor11): Ditto.
4443 (call_nonlocal_aix32): Relocate in the rs6000.md file.
4444 (call_nonlocal_aix64): Ditto.
4446 * doc/invoke.texi (RS/6000 and PowerPC Options): Add -mr11 and
4447 -mno-r11 documentation.
4449 2011-07-06 Jonathan Wakely <jwakely.gcc@gmail.com>
4452 * doc/extend.texi (Compound Literals): Fix typo.
4454 2011-07-06 James Greenhalgh <james.greenhalgh@arm.com>
4456 * config/arm/arm.h (TARGET_CPU_CPP_BUILTINS): Add __ARM_FEATURE_DSP.
4458 2011-07-06 Basile Starynkevitch <basile@starynkevitch.net>
4460 * configure.ac (plugin-version.h): Generate
4461 GCCPLUGIN_VERSION_MAJOR, GCCPLUGIN_VERSION_MINOR,
4462 GCCPLUGIN_VERSION_PATCHLEVEL, GCCPLUGIN_VERSION constant integer
4465 * configure: Regenerate.
4467 * doc/plugins.texi (Building GCC plugins): Mention
4468 GCCPLUGIN_VERSION ... constant macros in plugin-version.h.
4470 2011-07-06 Bernd Schmidt <bernds@codesourcery.com>
4472 * machmode.h (TRULY_NOOP_TRUNCATION_MODES_P): New macro.
4473 * combine.c (make_extraction, gen_lowpart_or_truncate,
4474 apply_distributive_law, simplify_comparison,
4475 reg_truncated_to_mode, record_truncated_value): Use it.
4476 * cse.c (notreg_cost): Likewise.
4477 * expmed.c (store_bit_field_1, extract_bit_field_1): Likewise.
4478 * expr.c (convert_move, convert_modes): Likewise.
4479 * optabs.c (expand_binop, expand_unop): Likewise.
4480 * postreload.c (move2add_last_label): Likewise.
4481 * regmove.c (optimize_reg_copy_3): Likewise.
4482 * rtlhooks.c (gen_lowpart_general): Likewise.
4483 * simplify-rtx.c (simplify_unary_operation_1): Likewise.
4485 2011-07-06 Joseph Myers <joseph@codesourcery.com>
4487 * config/rs6000/vxworks.h (WORDS_BIG_ENDIAN): Define.
4489 2011-07-06 Bernd Schmidt <bernds@codesourcery.com>
4491 * cse.c (find_comparison_args): Use val_mode_signbit_set_p.
4492 * simplify-rtx.c (mode_signbit_p): Use GET_MODE_PRECISION.
4493 (val_mode_signbit_p, val_mode_signbit_set_p): New functions.
4494 (simplify_const_unary_operation, simplify_binary_operation_1,
4495 simplify_const_binary_operation, simplify_const_relational_operation):
4496 Use them. Use GET_MODE_MASK for masking and sign-extensions.
4497 * combine.c (set_nonzero_bits_and_sign_copies, simplify_set,
4498 combine_simplify_rtx, force_to_mode, reg_nonzero_bits_for_combine,
4499 simplify_shift_const_1, simplify_comparison): Likewise.
4500 * expr.c (convert_modes): Likewise.
4501 * rtlanal.c (nonzero_bits1, canonicalize_condition): Likewise.
4502 * expmed.c (emit_cstore, emit_store_flag_1, emit_store_flag): Likewise.
4503 * rtl.h (val_mode_signbit_p, val_mode_signbit_set_p): Declare.
4505 * simplify-rtx.c (simplify_ternary_operation): Remove dead code.
4507 2011-07-06 Richard Guenther <rguenther@suse.de>
4509 PR tree-optimization/49645
4510 * c-decl.c (finish_decl): Also set DECL_HARD_REGISTER for global
4512 * tree-ssa-sccvn.c (vn_reference_op_eq): Disregard differences
4513 in type qualification here ...
4514 (copy_reference_ops_from_ref): ... not here.
4515 (vn_reference_lookup_3): ... or here.
4516 (copy_reference_ops_from_ref): Record decl bases as MEM[&decl].
4517 (vn_reference_lookup): Do the lookup with a valueized ao-ref.
4519 2011-07-06 Ian Lance Taylor <iant@google.com>
4521 * doc/install.texi (Configuration): It's
4522 --enable-gnu-indirect-function, not --enable-indirect-function.
4524 2011-07-06 Bernd Schmidt <bernds@codesourcery.com>
4526 * simplify-rtx.c (simplify_const_binary_operation): Use the
4527 shift_truncation_mask hook instead of performing modulo by width.
4528 Compare against mode precision, not bitsize.
4529 * combine.c (combine_simplify_rtx, simplify_shift_const_1):
4530 Use shift_truncation_mask instead of constructing the value manually.
4532 2011-07-06 H.J. Lu <hongjiu.lu@intel.com>
4535 * tree-ssa-address.c (addr_for_mem_ref): Use pointer_mode for
4536 address computation and convert to address_mode if needed.
4538 2011-07-06 Richard Guenther <rguenther@suse.de>
4540 * tree.c (build_common_tree_nodes_2): Merge with
4541 build_common_tree_nodes.
4542 * tree.h (build_common_tree_nodes): Adjust prototype.
4543 (build_common_tree_nodes_2): Remove.
4544 * doc/tm.texi.in (lang_hooks.builtin_function): Adjust.
4545 * doc/tm.texi (lang_hooks.builtin_function): Regenerate.
4547 2011-07-05 Jakub Jelinek <jakub@redhat.com>
4549 PR tree-optimization/49618
4550 * tree-eh.c (tree_could_trap_p) <case CALL_EXPR>: For DECL_WEAK
4551 t recurse on the decl.
4552 <case FUNCTION_DECL, case VAR_DECL>: For DECL_WEAK decls
4553 return true if expr isn't known to be defined in current
4554 TU or some other LTO partition.
4556 2011-07-05 Michael Meissner <meissner@linux.vnet.ibm.com>
4558 * params.def (PARAM_CASE_VALUES_THRESHOLD): New parameter to
4559 override CASE_VALUES_THRESHOLD.
4561 * stmt.c (toplevel): Include params.h.
4562 (case_values_threshold): Use the --param case-values-threshold
4563 value if non-zero, otherwise use machine dependent value.
4564 (expand_case): Use case_values_threshold.
4566 * Makefile.in (stmt.o): Add $(PARAMS_H) dependency.
4568 * doc/invoke.texi (--param case-values-threshold): Document.
4570 2011-07-05 Richard Henderson <rth@redhat.com>
4572 * dwarf2out.c (dwarf2out_cfi_label): Make static.
4573 (dwarf2out_flush_queued_reg_saves): Make static.
4574 (dwarf2out_reg_save): Remove.
4575 (dwarf2out_return_save): Remove.
4576 (dwarf2out_return_reg): Remove.
4577 (dwarf2out_reg_save_reg): Remove.
4578 (dwarf2out_def_cfa): Merge into ...
4579 (dwarf2out_frame_init): ... here.
4580 * dwarf2out.h, tree.h: Remove declarations as necessary.
4582 2011-07-05 Richard Henderson <rth@redhat.com>
4584 * config/ia64/ia64.c (ia64_dwarf_handle_frame_unspec): Remove.
4585 (TARGET_DWARF_HANDLE_FRAME_UNSPEC): Remove.
4586 (ia64_expand_epilogue): Emit an empty FRAME_RELATED_EXPR for
4589 * config/ia64/ia64.c (ia64_emit_deleted_label_after_insn): Remove.
4590 (IA64_CHANGE_CFA_IN_EPILOGUE): Remove.
4591 (process_epilogue): Don't call dwarf2out_def_cfa.
4593 * config/ia64/ia64.c (ia64_expand_prologue): Use pc_rtx to
4594 indicate the return address save.
4595 (process_cfa_register): Likewise.
4597 * config/ia64/ia64.c (ia64_dwarf2out_def_steady_cfa): Remove.
4598 (process_cfa_adjust_cfa, ia64_asm_unwind_emit): Don't call it.
4600 * config/ia64/ia64.c (ia64_expand_prologue): Emit REG_CFA_REGISTER
4601 for ar.pfs save at alloc insn.
4603 2011-07-05 Richard Henderson <rth@redhat.com>
4605 * config/arm/arm.c (arm_dwarf_handle_frame_unspec): Remove.
4606 (TARGET_DWARF_HANDLE_FRAME_UNSPEC): Remove.
4607 (arm_expand_prologue): Use REG_CFA_REGISTER to mark the
4609 (arm_unwind_emit_set): Don't recognize UNSPEC_STACK_ALIGN.
4610 (arm_unwind_emit): Walk REG_NOTES for unwinding notes. Emit
4611 proper unwind info for a REG_CFA_REGISTER save of stack pointer.
4612 * config/arm/arm.md (UNSPEC_STACK_ALIGN): Remove.
4614 2011-07-05 Richard Henderson <rth@redhat.com>
4616 * config/vax/vax.md (define_c_enum unspecv): New. Define the
4617 VUNSPEC_* constants here instead of via define_constants.
4618 (VUNSPEC_PEM): New constant.
4619 (procedure_entry_mask): New insn.
4620 (prologue): New expander.
4621 * config/vax/vax.c (vax_add_reg_cfa_offset): New.
4622 (vax_expand_prologue): Rename from vax_output_function_prologue;
4623 emit rtl instead of text.
4624 (TARGET_ASM_FUNCTION_PROLOGUE): Remove.
4625 (print_operand): Add 'x' prefix.
4627 2011-07-05 H.J. Lu <hongjiu.lu@intel.com>
4630 * calls.c (precompute_register_parameters): Promote the function
4631 argument before checking non-legitimate constant.
4633 2011-07-05 Sebastian Pop <sebastian.pop@amd.com>
4635 PR tree-optimization/47654
4636 * graphite-blocking.c (pbb_strip_mine_time_depth): Do not return bool.
4637 (lst_do_strip_mine_loop): Return an int.
4638 (lst_do_strip_mine): Same.
4639 (scop_do_strip_mine): Same.
4640 (scop_do_block): Loop blocking should strip-mine at least two loops.
4641 * graphite-interchange.c (lst_interchange_select_outer): Return an int.
4642 (scop_do_interchange): Same.
4643 * graphite-poly.h (scop_do_interchange): Update declaration.
4644 (scop_do_strip_mine): Same.
4646 2011-07-05 Sebastian Pop <sebastian.pop@amd.com>
4648 * graphite-clast-to-gimple.c (precision_for_value): Removed.
4649 (precision_for_interval): Removed.
4650 (gcc_type_for_interval): Use mpz_sizeinbase.
4652 2011-07-05 Sebastian Pop <sebastian.pop@amd.com>
4654 * graphite-ppl.h (value_max): Correct computation of max.
4656 2011-07-05 Sebastian Pop <sebastian.pop@amd.com>
4658 * graphite-clast-to-gimple.c (clast_name_to_index): Add missing space.
4660 2011-07-05 Richard Guenther <rguenther@suse.de>
4662 * c-decl.c (c_init_decl_processing): Defer building common
4663 tree nodes to c_common_nodes_and_builtins.
4665 2011-07-05 Razya Ladelsky <razya@il.ibm.com>
4667 PR tree-optimization/49580
4668 * tree-cfg.c (gimple_duplicate_sese_tail): Remove handling of
4669 the loop's number of iterations.
4670 * tree-parloops.c (transform_to_exit_first_loop): Add the
4671 handling of the loop's number of iterations before the call
4672 to gimple_duplicate_sese_tail.
4673 Insert the stmt caclculating the new rhs of the loop's
4674 condition stmt to the preheader instead of iters_bb.
4676 2011-07-05 H.J. Lu <hongjiu.lu@intel.com>
4678 PR rtl-optimization/47449
4679 * fwprop.c (forward_propagate_subreg): Don't propagate hard
4680 register nor zero/sign extended hard register.
4682 2011-07-05 Richard Guenther <rguenther@suse.de>
4684 PR tree-optimization/49518
4685 PR tree-optimization/49628
4686 * tree-vect-data-refs.c (vect_enhance_data_refs_alignment): Skip
4687 irrelevant and invariant data-references.
4688 (vect_analyze_data_ref_access): For invariant loads clear the
4691 2011-07-04 Jakub Jelinek <jakub@redhat.com>
4693 PR rtl-optimization/49619
4694 * combine.c (combine_simplify_rtx): In PLUS -> IOR simplification
4695 pass VOIDmode as op0_mode to recursive call, and return temp even
4696 when different from tor, just if it is not IOR of the original
4699 PR rtl-optimization/49472
4700 * simplify-rtx.c (simplify_unary_operation_1) <case NEG>: When
4701 negating MULT, negate the second operand instead of first.
4702 (simplify_binary_operation_1) <case MULT>: If one operand is
4703 a NEG and the other is MULT, don't attempt to optimize by negation
4704 of the MULT operand if it only moves the NEG operation around.
4707 * tree-into-ssa.c (rewrite_debug_stmt_uses): Disregard
4708 get_current_def return value if it can't be trusted to be
4709 the current value of the variable in the current bb.
4711 2011-07-04 Uros Bizjak <ubizjak@gmail.com>
4714 * config/i386/i386.md (SSE2 int->float split): Push operand 1 in
4715 general register to memory for !TARGET_INTER_UNIT_MOVES.
4717 2011-07-04 Georg-Johann Lay <avr@gjlay.de>
4720 * config/avr/avr.c (avr_insert_attributes): Use TYPE_READONLY
4721 instead of TREE_READONLY.
4723 2011-07-04 Georg-Johann Lay <avr@gjlay.de>
4725 * doc/extend.texi (AVR Built-in Functions): Update documentation
4726 of __builtin_avr_fmul*.
4727 * config/avr/avr.c (avr_init_builtins): Don't depend on AVR_HAVE_MUL.
4728 * config/avr/avr-c.c (avr_cpu_cpp_builtins): Ditto.
4729 * config/avr/avr.md (fmul): Rename to fmul_insn.
4730 (fmuls): Rename to fmuls_insn.
4731 (fmulsu): Rename to fmulsu_insn.
4732 (fmul,fmuls,fmulsu): New expander.
4733 (*fmul.call,*fmuls.call,*fmulsu.call): New Insn.
4734 * config/avr/t-avr (LIB1ASMFUNCS): Add _fmul, _fmuls, _fmulsu.
4735 * config/avr/libgcc.S (__fmul): New function.
4736 (__fmuls): New function.
4737 (__fmulsu,__fmulsu_exit): New function.
4739 2011-07-04 Richard Guenther <rguenther@suse.de>
4741 PR tree-optimization/49615
4742 * tree-cfgcleanup.c (split_bbs_on_noreturn_calls): Fix
4743 basic-block index check.
4745 2011-07-04 Georg-Johann Lay <avr@gjlay.de>
4747 * longlong.h (count_leading_zeros, count_trailing_zeros,
4748 COUNT_LEADING_ZEROS_0): Define for target avr if W_TYPE_SIZE is 16
4751 2011-07-03 Ira Rosen <ira.rosen@linaro.org>
4753 PR tree-optimization/49610
4754 * tree-vect-loop.c (vect_is_slp_reduction): Check that DEF_STMT has
4757 2011-07-02 Eric Botcazou <ebotcazou@adacore.com>
4758 Olivier Hainque <hainque@adacore.com>
4759 Nicolas Setton <setton@adacore.com>
4761 * tree.h (TYPE_ARTIFICIAL): New flag.
4762 * dwarf2out.c (modified_type_die): Add a DW_AT_artificial attribute to
4763 the DIE of the type if it is artificial.
4764 (gen_array_type_die): Likewise.
4765 (gen_enumeration_type_die): Likewise.
4766 (gen_struct_or_union_type_die): Likewise.
4767 * lto-streamer-in.c (unpack_ts_base_value_fields): Use TYPE_ARTIFICIAL.
4768 * lto-streamer-out.c (pack_ts_base_value_fields): Likewise.
4770 2011-07-01 Jakub Jelinek <jakub@redhat.com>
4772 * tree-object-size.c (pass_through_call): Handle
4773 BUILT_IN_ASSUME_ALIGNED.
4775 2011-07-01 Martin Jambor <mjambor@suse.cz>
4777 * tree-sra.c (tree_non_mode_aligned_mem_p): Also ignore MEM_REFs.
4779 2011-07-01 H.J. Lu <hongjiu.lu@intel.com>
4782 * explow.c (update_nonlocal_goto_save_area): Use proper mode
4783 for stack save area.
4784 * function.c (expand_function_start): Likewise.
4786 2011-07-01 Richard Guenther <rguenther@suse.de>
4789 * cgraph.h (varpool_all_refs_explicit_p): Not analyzed nodes
4790 may have unknown refs.
4792 2011-07-01 Kai Tietz <ktietz@redhat.com>
4794 * tree-ssa-forwprop.c (simplify_bitwise_binary): Fix typo.
4796 2011-07-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4798 * config.gcc: Obsolete alpha*-dec-osf5.1, mips-sgi-irix6.5.
4799 * doc/install.texi (Specific, alpha*-dec-osf5.1): Document it.
4800 (Specific, mips-sgi-irix6): Likewise.
4802 2011-07-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4805 * doc/sourcebuild.texi (Effective-Target Keywords): Document gld.
4807 2011-07-01 Jakub Jelinek <jakub@redhat.com>
4809 * tree-pretty-print.c (dump_generic_code) <case CONSTRUCTOR>: Print
4810 [idx]= and [idx1 ... idx2]= before initializers if needed for
4813 2011-07-01 Chen Liqin <liqin.gcc@gmail.com>
4815 * config.gcc (score-*-elf): Remove score7.o.
4816 * config/score/t-score-elf: Likewise.
4817 * config/score/score.c: Merge score7 to score.c and
4818 remove forwarding functions.
4819 * config/score/score7.c: Deleted.
4820 * config/score/score7.h: Deleted.
4822 2011-07-01 Richard Guenther <rguenther@suse.de>
4824 PR tree-optimization/49603
4825 * tree-vect-stmts.c (vectorizable_load): Remove unnecessary assert.
4827 2011-06-30 Martin Jambor <mjambor@suse.cz>
4829 * tree-sra.c (struct access): Rename total_scalarization to
4830 grp_total_scalarization
4831 (completely_scalarize_var): New function.
4832 (sort_and_splice_var_accesses): Set total_scalarization in the
4833 representative access.
4834 (analyze_access_subtree): Propagate total scalarization accross the
4835 tree, no holes in totally scalarized trees, simplify coverage
4837 (analyze_all_variable_accesses): Call completely_scalarize_var instead
4838 of completely_scalarize_record.
4840 2011-06-30 Richard Henderson <rth@redhat.com>
4842 * config/i386/i386.h (X86_TUNE_DEEP_BRANCH_PREDICTION): Remove.
4843 (TARGET_DEEP_BRANCH_PREDICTION): Remove.
4844 * config/i386/i386.c: Don't include dwarf2out.h.
4845 (initial_ix86_tune_features): Remove X86_TUNE_DEEP_BRANCH_PREDICTION.
4846 (output_set_got): Don't test TARGET_DEEP_BRANCH_PREDICTION, delete
4847 all code dead thereafter. Don't do dwarf2out_flush_queued_reg_saves.
4848 (ix86_expand_prologue): Set REG_CFA_FLUSH_QUEUE on set_got insn.
4849 (machopic_output_stub): Don't test TARGET_DEEP_BRANCH_PREDICTION.
4851 2011-06-30 Richard Henderson <rth@redhat.com>
4853 * reg-notes.def (REG_CFA_FLUSH_QUEUE): New.
4854 * dwarf2out.c (dwarf2out_frame_debug): Handle it.
4855 * final.c (final_scan_insn): Look for it, and invoke
4856 dwarf2out_frame_debug before the insn if found.
4858 2011-06-30 Richard Henderson <rth@redhat.com>
4860 * dwarf2out.c (dwarf2out_frame_debug_cfa_offset): Allow PC_RTX
4861 as a source, and interpret that as DWARF_FRAME_RETURN_COLUMN.
4863 2011-06-30 Richard Henderson <rth@redhat.com>
4865 * dwarf2out.c (struct reg_saved_in_data): Provide a typedef.
4866 Define a vector of this type.
4867 (regs_saved_in_regs): Use a VEC.
4868 (num_regs_saved_in_regs): Remove.
4869 (compare_reg_or_pc): New.
4870 (record_reg_saved_in_reg): Split out from...
4871 (dwarf2out_flush_queued_reg_saves): ... here.
4872 (clobbers_queued_reg_save): Update for VEC.
4873 (reg_saved_in): Likewise.
4874 (dwarf2out_frame_debug_init): Likewise.
4875 (dwarf2out_reg_save_reg): Use record_reg_saved_in_reg.
4876 (dwarf2out_frame_debug_cfa_register): Likewise.
4878 2011-06-30 Eric Botcazou <ebotcazou@adacore.com>
4880 PR tree-optimization/49572
4881 * tree-ssa-dom.c (initialize_hash_element) <GIMPLE_SINGLE_RHS>: Use the
4882 type of the RHS instead of that of the LHS for the expression type.
4884 2011-06-30 Eric Botcazou <ebotcazou@adacore.com>
4886 * df-scan.c (df_get_entry_block_def_set): Use INCOMING_REGNO macro
4889 2011-06-30 Richard Guenther <rguenther@suse.de>
4891 * opts.c (finish_options): Do not disable IPA-PTA during ltrans.
4892 * tree-ssa-structalias.c (create_variable_info_for): Do not
4893 add initial constraints for non-var-decls. Properly handle
4894 globals in other ltrans partitions.
4895 (intra_create_variable_infos): Manually create constraints for
4896 the fake no-alias parameter.
4897 (ipa_pta_execute): Dump the cgraph, handle ltrans partitions properly
4898 and assert there are no clones.
4900 2011-06-30 Richard Guenther <rguenther@suse.de>
4902 PR tree-optimization/46787
4903 * tree-data-ref.c (dr_address_invariant_p): Remove.
4904 (find_data_references_in_stmt): Invariant accesses are ok now.
4905 * tree-vect-stmts.c (vectorizable_load): Handle invariant loads.
4906 * tree-vect-data-refs.c (vect_analyze_data_ref_access): Allow
4909 2011-06-30 Martin Jambor <mjambor@suse.cz>
4911 PR tree-optimization/49094
4912 * tree-sra.c (tree_non_mode_aligned_mem_p): New function.
4913 (build_accesses_from_assign): Use it.
4915 2011-06-30 Jakub Jelinek <jakub@redhat.com>
4917 * tree-ssa-structalias.c (find_func_aliases_for_builtin_call): Fix
4918 handling of BUILT_IN_ASSUME_ALIGNED.
4921 * dwarf2out.c (output_abbrev_section): Don't return early
4922 if abbrev_die_table_in_use is 1.
4923 (dwarf2out_finish): Instead don't call output_abbrev_section
4924 nor emit abbrev_section_label in that case.
4926 2011-06-30 Nick Clifton <nickc@redhat.com>
4928 * config/v850/v850.h (CPP_SPEC): Define __v850e__ when compiling
4931 2011-06-30 Jakub Jelinek <jakub@redhat.com>
4933 * tree-ssa-structalias.c (find_func_aliases_for_builtin_call): Fix
4934 handling of BUILT_IN_MEMPCPY_CHK and BUILT_IN_STPCPY_CHK.
4936 2011-06-30 Ira Rosen <ira.rosen@linaro.org>
4938 * tree-vect-loop.c (vect_determine_vectorization_factor): Handle
4939 both pattern and original statements if necessary.
4940 (vect_transform_loop): Likewise.
4941 * tree-vect-patterns.c (vect_pattern_recog): Update documentation.
4942 * tree-vect-stmts.c (vect_mark_relevant): Add new argument.
4943 Mark the pattern statement only if the original statement doesn't
4945 (process_use): Call vect_mark_relevant with additional parameter.
4946 (vect_mark_stmts_to_be_vectorized): Likewise.
4947 (vect_get_vec_def_for_operand): Use vectorized pattern statement.
4948 (vect_analyze_stmt): Handle both pattern and original statements
4950 (vect_transform_stmt): Don't store vectorized pattern statement
4951 in the original statement.
4952 (vect_is_simple_use_1): Use related pattern statement only if the
4953 original statement is irrelevant.
4954 * tree-vect-slp.c (vect_get_and_check_slp_defs): Likewise.
4956 2011-06-29 Changpeng Fang <changpeng.fang@amd.com>
4958 * config/i386/i386.opt (mprefer-avx128): Redefine the flag as a Mask
4960 * config/i386/i386.h (ix86_tune_indices): Add X86_TUNE_AVX128_OPTIMAL
4962 (TARGET_AVX128_OPTIMAL): New definition.
4963 * config/i386/i386.c (initial_ix86_tune_features): Initialize
4964 X86_TUNE_AVX128_OPTIMAL entry.
4965 (ix86_option_override_internal): Enable the generation
4966 of the 128-bit instructions when TARGET_AVX128_OPTIMAL is set.
4967 (ix86_preferred_simd_mode): Use TARGET_PREFER_AVX128.
4968 (ix86_autovectorize_vector_sizes): Use TARGET_PREFER_AVX128.
4970 2011-06-29 Eric Botcazou <ebotcazou@adacore.com>
4972 PR tree-optimization/49539
4973 * tree-ssa-forwprop.c (can_propagate_from): Check for abnormal SSA
4974 names by means of stmt_references_abnormal_ssa_name.
4975 (associate_plusminus): Call can_propagate_from before propagating
4976 from definition statements.
4977 (ssa_forward_propagate_and_combine): Remove superfluous newline.
4979 2011-06-29 Richard Guenther <rguenther@suse.de>
4981 * doc/invoke.texi: Document -scev dump modifier.
4982 * tree-pass.h (TDF_SCEV): New dump flag.
4983 * tree-dump.c (dump_option_value_in): Add scev.
4984 * tree-chrec.c: Replace all TDF_DETAILS checks with TDF_SCEV.
4985 * tree-scalar-evolution.c: Likewise.
4987 2011-06-29 Nathan Sidwell <nathan@codesourcery.com>
4989 * config/arm/unwind-arm.c (enum __cxa_type_match_result): New.
4990 (cxa_type_match): Correct declaration.
4991 (__gnu_unwind_pr_common): Reconstruct additional indirection
4992 when __cxa_type_match returns succeeded_with_ptr_to_base.
4994 2011-06-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4996 PR rtl-optimization/49114
4997 * reload.c (struct replacement): Remove SUBREG_LOC member.
4998 (push_reload): Do not set it.
4999 (push_replacement): Likewise.
5000 (subst_reload): Remove dead code.
5001 (copy_replacements): Remove assertion.
5002 (copy_replacements_1): Do not handle SUBREG_LOC.
5003 (move_replacements): Likewise.
5004 (find_replacement): Remove dead code. Use reload_adjust_reg_for_mode.
5005 Detect subregs via recursive descent instead of via SUBREG_LOC.
5007 2011-06-29 Georg-Johann Lay <avr@gjlay.de>
5009 * config/avr/avr.c (avr_encode_section_info): Dispatch to
5010 default_encode_section_info.
5012 2011-06-29 Richard Sandiford <richard.sandiford@linaro.org>
5014 PR tree-optimization/49545
5015 * builtins.c (get_object_alignment_1): Update function comment.
5016 Do not use DECL_ALIGN for functions, but test
5017 TARGET_PTRMEMFUNC_VBIT_LOCATION instead.
5018 * fold-const.c (get_pointer_modulus_and_residue): Don't check
5020 * tree-ssa-ccp.c (get_value_from_alignment): Likewise.
5022 2011-06-29 Jakub Jelinek <jakub@redhat.com>
5025 * dwarf2out.c (mem_loc_descriptor) <case ZERO_EXTEND>: Give up for
5026 non-MODE_INT modes instead of asserting the mode has MODE_INT class.
5028 2011-06-29 Georg-Johann Lay <avr@gjlay.de>
5031 * config/avr/avr.c (avr_handle_progmem_attribute): Move warning
5032 about uninitialized data attributed 'progmem' from here...
5033 (avr_encode_section_info): ...to this new function.
5034 (TARGET_ENCODE_SECTION_INFO): New define.
5035 (avr_section_type_flags): For data in ".progmem.data", remove
5036 section flag SECTION_WRITE.
5038 2011-06-29 Georg-Johann Lay <avr@gjlay.de>
5040 * config/avr/t-avr (LIB1ASMFUNCS): Add _mulhisi3, _umulhisi3,
5042 * config/avr/libgcc.S (_xmulhisi3_exit): New Function.
5043 (__mulhisi3): Optimize if have MUL*. Use XJMP instead of rjmp.
5044 (__umulhisi3): Ditto.
5045 * config/avr/avr.md (mulhisi3): New insn expender.
5046 (umulhisi3): New insn expender.
5047 (*mulhisi3_call): New insn.
5048 (*umulhisi3_call): New insn.
5050 2011-06-28 Joseph Myers <joseph@codesourcery.com>
5052 * Makefile.in (LIBGCC2_CFLAGS): Remove -D__GCC_FLOAT_NOT_NEEDED.
5054 2011-06-28 Richard Henderson <rth@redhat.com>
5056 * config/arm/arm.c (thumb_pop): Rename from thumb_pushpop. Delete
5057 all code and arguments that handled pushes. Update all callers.
5059 2011-06-28 Richard Henderson <rth@redhat.com>
5061 * config/arm/arm.c (arm_output_function_prologue): Don't call
5062 thumb1_output_function_prologue.
5063 (arm_expand_prologue): Avoid dead store.
5064 (number_of_first_bit_set): Use ctz_hwi.
5065 (thumb1_emit_multi_reg_push): New.
5066 (thumb1_expand_prologue): Merge thumb1_output_function_prologue
5067 to emit the entire prologue as rtl.
5068 (thumb1_output_interwork): Split out from
5069 thumb1_output_function_prologue.
5070 (thumb1_output_function_prologue): Remove.
5071 (arm_attr_length_push_multi): Handle thumb1.
5072 * config/arm/arm.md (VUNSPEC_THUMB1_INTERWORK): New.
5073 (prologue_thumb1_interwork): New.
5074 (*push_multi): Allow thumb1; use push_mult_memory_operand.
5075 * config/arm/predicates.md (push_mult_memory_operand): New.
5077 2011-06-28 Eric Botcazou <ebotcazou@adacore.com>
5079 * config/sparc/sync.md (*stbar): Delete.
5080 (*membar_v8): New insn to implement UNSPEC_MEMBAR in SPARC-V8.
5082 2011-06-28 Eric Botcazou <ebotcazou@adacore.com>
5084 * tree-ssa-dom.c (initialize_hash_element): Fix oversight.
5086 2011-06-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5088 * config/sparc/sol2-64.h (TARGET_DEFAULT): Remove.
5089 (TARGET_64BIT_DEFAULT): Define.
5090 * config.gcc (sparc*-*-solaris2*): Move sparc/sol2-64.h to front
5092 * config/sparc/sol2.h [TARGET_64BIT_DEFAULT] (TARGET_DEFAULT): Define.
5094 2011-06-28 Joseph Myers <joseph@codesourcery.com>
5096 * common.opt (in_lto_p): New Variable entry.
5097 * flags.h (in_lto_p): Move to common.opt.
5098 * gcc.c: Include params.h.
5099 (set_option_handlers): Also use common_handle_option and
5100 target_handle_option.
5101 (main): Call global_init_params, finish_params and init_options_struct.
5102 * opts.c (debug_type_names): Move from toplev.c.
5103 (print_filtered_help): Access quiet_flag through opts pointer.
5104 (common_handle_option): Return early in the driver for some options.
5105 Access in_lto_p, dwarf_version and warn_maybe_uninitialized through
5107 * toplev.c (in_lto_p): Move to common.opt.
5108 (debug_type_names): Move to opts.c.
5109 * Makefile.in (OBJS): Remove opts.o.
5110 (OBJS-libcommon-target): Add opts.o.
5111 (gcc.o): Update dependencies.
5113 2011-06-28 Kai Tietz <ktietz@redhat.com>
5115 * tree-ssa-forwprop.c (simplify_bitwise_binary): Improve type sinking.
5117 2011-06-28 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
5119 * config/arm/vfp.md ("*divsf3_vfp"): Replace '+' constraint modifier
5120 with '=' constraint modifier.
5121 (*divdf3_vfp): Likewise.
5122 ("*mulsf3_vfp"): Likewise.
5123 ("*muldf3_vfp"): Likewise.
5124 ("*mulsf3negsf_vfp"): Likewise.
5125 ("*muldf3negdf_vfp"): Likewise.
5127 2011-06-28 Nick Clifton <nickc@redhat.com>
5129 * config/mn10300/mn10300.h (LINK_SPEC): Do not use linker
5130 relaxation when performing an incremental link.
5132 2011-06-28 Kai Tietz <ktietz@redhat.com>
5134 * tree-ssa-math-opts.c (execute_optimize_bswap): Search
5135 within BB from last to first.
5137 2011-06-28 Joseph Myers <joseph@codesourcery.com>
5139 * genattr-common.c: New. Based on genattr.c.
5140 * Makefile.in (INSN_ATTR_H): Include insn-attr-common.h.
5141 (MOSTLYCLEANFILES): Add insn-attr-common.h.
5142 (opts.o): Update dependencies.
5143 (.PRECIOUS): Add insn-attr-common.h.
5144 (simple_rtl_generated_h): Add insn-attr-common.h.
5145 (build/genattr-common.o): New.
5146 (genprogrtl): Add attr-common.
5147 * genattr.c (main): Include insn-attr-common.h. Don't generate
5148 definitions of DELAY_SLOTS or INSN_SCHEDULING.
5149 * opts.c: Include insn-attr-common.h instead of rtl.h and insn-attr.h.
5151 2011-06-28 Georg-Johann Lay <avr@gjlay.de>
5153 * config.gcc (tm_file): Add elfos.h and avr/elf.h for
5154 avr-*-* and avr-*-rtems* targets.
5156 * config/avr/elf.h: New file.
5157 (ASM_OUTPUT_BEFORE_CASE_LABEL): Define.
5158 (TARGET_ASM_SELECT_SECTION): Define.
5159 (INIT_SECTION_ASM_OP): Undefine.
5160 (FINI_SECTION_ASM_OP): Undefine.
5161 (READONLY_DATA_SECTION_ASM_OP): Undefine.
5162 (PCC_BITFIELD_TYPE_MATTERS): Undefine.
5163 (TARGET_HAVE_SWITCHABLE_BSS_SECTIONS): Undefine.
5165 (PREFERRED_DEBUGGING_TYPE): Move to elf.h.
5166 (TARGET_ASM_NAMED_SECTION): Move to elf.h.
5167 (MAX_OFILE_ALIGNMENT): Move to elf.h.
5168 (STRING_LIMIT): Move to elf.h.
5169 (ASM_DECLARE_FUNCTION_NAME): Move to elf.h.
5170 (ASM_DECLARE_OBJECT_NAME): Remove.
5172 (ASM_OUTPUT_SKIP): Remove.
5173 (DWARF2_DEBUGGING_INFO): Remove.
5174 (OBJECT_FORMAT_ELF): Remove.
5175 (USER_LABEL_PREFIX): Remove.
5176 (ASM_OUTPUT_EXTERNAL): Remove.
5177 (ASM_OUTPUT_ASCII): Remove.
5178 (TYPE_ASM_OP): Remove.
5179 (SIZE_ASM_OP): Remove.
5180 (WEAK_ASM_OP): Remove.
5181 (STRING_ASM_OP): Remove.
5182 (SET_ASM_OP): Remove.
5183 (ASM_WEAKEN_LABEL): Remove.
5184 (TYPE_OPERAND_FMT): Remove.
5185 (ASM_DECLARE_FUNCTION_SIZE): Remove.
5186 (ASM_FINISH_DECLARE_OBJECT): Remove.
5187 (NO_DOLLAR_IN_LABEL): Remove.
5188 (ASM_GENERATE_INTERNAL_LABEL): Remove.
5189 (ASM_OUTPUT_CASE_LABEL): Remove.
5190 * config/avr/avr.c (avr_asm_output_aligned_decl_common): Use
5191 ASM_OUTPUT_ALIGNED_LOCAL, ASM_OUTPUT_ALIGNED_COMMON.
5192 (gas_output_ascii): Remove.
5193 (gas_output_limited_string): Remove.
5194 (TARGET_ASM_FILE_START_FILE_DIRECTIVE): Remove.
5195 * config/avr/avr-protos.h
5196 (gas_output_ascii): Remove prototye.
5197 (gas_output_limited_string): Remove prototype.
5199 2011-06-27 Richard Earnshaw <rearnsha@arm.com>
5202 * arm.c (arm_print_operand): Allow sym+offset. Don't abort on invalid
5205 2011-06-27 Jan Hubicka <jh@suse.cz>
5207 * ipa.c (cgraph_address_taken_from_non_vtable_p): Walk references of
5208 node instead of references in node.
5210 2011-06-27 Richard Henderson <rth@redhat.com>
5212 * config/alpha/alpha.c (vms_patch_builtins): Provide dummy definition.
5213 * config/ia64/ia64.c (ia64_init_builtins): Call vms_patch_builtins
5216 2011-06-27 Jakub Jelinek <jakub@redhat.com>
5218 * c-decl.c (union lang_tree_node): Use it in chain_next expression.
5220 * builtin-types.def (BT_FN_PTR_CONST_PTR_SIZE_VAR): New.
5221 * builtins.def (BUILT_IN_ASSUME_ALIGNED): New builtin.
5222 * tree-ssa-structalias.c (find_func_aliases_for_builtin_call,
5223 find_func_clobbers): Handle BUILT_IN_ASSUME_ALIGNED.
5224 * tree-ssa-ccp.c (bit_value_assume_aligned): New function.
5225 (evaluate_stmt, execute_fold_all_builtins): Handle
5226 BUILT_IN_ASSUME_ALIGNED.
5227 * tree-ssa-dce.c (propagate_necessity): Likewise.
5228 * tree-ssa-alias.c (ref_maybe_used_by_call_p_1,
5229 call_may_clobber_ref_p_1): Likewise.
5230 * builtins.c (is_simple_builtin, expand_builtin): Likewise.
5231 (expand_builtin_assume_aligned): New function.
5232 * doc/extend.texi (__builtin_assume_aligned): Document.
5235 * cselib.c (promote_debug_loc): If cselib_preserve_constants
5236 and l has two DEBUG_INSN owned locs instead of just one, adjust
5237 the second location's setting_insn too.
5239 2011-06-27 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5242 * config/sol2.h [!USE_GLD] (MFLIB_SPEC): Define.
5244 2011-06-27 Nick Clifton <nickc@redhat.com>
5246 * config/mn10300/mn10300.md (clzsi2): Use XOR after BSCH to convert
5247 bit position of highest bit set into a count of the high zero bits.
5249 2011-06-27 Eric Botcazou <ebotcazou@adacore.com>
5251 * dwarf2out.c (TYPE_DECL_IS_STUB): Extend mechanism to all types.
5253 2011-06-27 Eric Botcazou <ebotcazou@adacore.com>
5256 * dwarf2out.c (dwarf2out_finish): Do not attach a DIE on the limbo list
5259 2011-06-27 Richard Guenther <rguenther@suse.de>
5261 PR tree-optimization/49394
5262 * passes.c (execute_one_pass): Restore current_pass after
5263 applying IPA transforms.
5265 2011-06-27 Kai Tietz <ktietz@redhat.com>
5267 * tree-ssa-math-opts.c (do_shift_rotate): Zero bits
5268 out of type precision after operation.
5269 (find_bswap): Take for limit value the integer auto-promotion
5272 2011-06-27 Eric Botcazou <ebotcazou@adacore.com>
5274 * reorg.c (fill_simple_delay_slots): Use stop_search_p to stop the
5275 forward scan as well.
5277 2011-06-27 Tristan Gingold <gingold@adacore.com>
5280 * config/vms/vms-protos.h: New file.
5281 * config/vms/vms-crtlmap.map: New file.
5282 * config/vms/vms.c: New file.
5283 * config/vms/make-crtlmap.awk: New file.
5284 * config/vms/vms-crtl.h: File removed.
5285 * config/vms/vms-crtl-64.h: File removed.
5286 * config/vms/t-vms (vms-crtlmap.h, vms.o): New targets.
5287 * config/alpha/vms64.h: Do not include vms-crtl-64.h
5288 * config/alpha/alpha.c (alpha_init_builtins): Remove code to
5289 clear some builtins on VMS. Calls vms_patch_builtins.
5290 (avms_asm_output_external): Remove.
5291 * config/alpha/vms.h (ASM_OUTPUT_EXTERNAL): Remove.
5292 (struct crtl_name_spec): Remove
5293 (DO_CTRL_NAMES): Remove.
5294 * config/ia64/vms.h (struct crtl_name_spec): Remove
5295 (DO_CTRL_NAMES): Remove.
5296 * config/ia64/ia64.c (alpha_init_builtins): Remove code to
5297 clear some builtins on VMS. Calls vms_patch_builtins.
5298 (ia64_asm_output_external): Remove DO_CRTL_NAME.
5299 * config/ia64/vms64.h: Do not include vms-crtl-64.h
5300 * config.gcc (*-*-*vms*): Define extra_objs, target_gtfiles, tm_p_file.
5302 2011-06-27 Tristan Gingold <gingold@adacore.com>
5304 * config/alpha/alpha.c (alpha_end_function): Always generate .end
5307 2011-06-27 Eric Botcazou <ebotcazou@adacore.com>
5309 * config/sparc/sparc.c (sparc_frame_pointer_required): Return true if
5310 the function receives nonlocal gotos.
5312 2011-06-27 Richard Guenther <rguenther@suse.de>
5314 PR tree-optimization/49536
5315 * tree-vect-stmts.c (get_vectype_for_scalar_type_and_size):
5316 For non-scalar inner types use a scalar type according to
5317 the scalar inner mode.
5319 2011-06-27 Richard Guenther <rguenther@suse.de>
5321 PR tree-optimization/49365
5322 * params.def (min-insn-to-prefetch-ratio): Reduce from 10 to 9.
5324 2011-06-27 Richard Guenther <rguenther@suse.de>
5326 PR tree-optimization/49169
5327 * fold-const.c (get_pointer_modulus_and_residue): Don't rely on
5328 the alignment of function decls.
5330 2011-06-26 Iain Sandoe <iains@gcc.gnu.org>
5333 * config/darwin.c (darwin_mergeable_string_section): Place string
5334 constants in '.cstring' rather than '.const' when CF/NSStrings are
5337 2011-06-26 Eric Botcazou <ebotcazou@adacore.com>
5339 * config/sparc/sparc.c (save_local_or_in_reg_p): Adjust comment.
5340 (emit_save_register_window): Likewise.
5341 (sparc_expand_prologue): Use SIZE_INT_RTX and SIZE_RTX variables.
5342 (sparc_flat_expand_prologue): Add comment. Always emit blockage.
5343 Swap back %o7/%i7 in register naming.
5345 2011-06-25 Iain Sandoe <iains@gcc.gnu.org>
5348 * config/darwin.c (darwin_override_options): Improve warning when
5349 mdynamic-no-pic is given together with fPIC/fpic, also warn when it
5350 is given with fpie/fPIE.
5351 * config/darwin.h (PIE_SPEC): New, (LINK_SPEC): Use PIE_SPEC.
5352 * config/darwin9.h (PIE_SPEC): New.
5354 2011-06-25 Basile Starynkevitch <basile@starynkevitch.net>
5356 * timevar.c (timevar_print): Increase width for display of timevar
5359 2011-06-24 Jakub Jelinek <jakub@redhat.com>
5362 * c-decl.c (union lang_tree_node): Use TYPE_NEXT_VARIANT
5363 instead of TYPE_CHAIN for chain_next for types.
5365 2011-06-24 Richard Henderson <rth@redhat.com>
5367 * config/sparc/sparc.md (create_flat_frame_1<P:mode>): Remove.
5368 (create_flat_frame_2<P:mode>, create_flat_frame_3<P:mode>): Remove.
5369 * config/sparc/sparc.c (gen_create_flat_frame_1): Remove.
5370 (gen_create_flat_frame_2, gen_create_flat_frame_3): Remove.
5371 (sparc_flat_expand_prologue): Emit individual instructions
5372 instead of one of the above.
5374 2011-06-24 Easwaran Raman <eraman@google.com>
5376 PR rtl-optimization/49429
5378 * expr.c (emit_block_move_hints): Mark MEM_EXPR(x) and
5379 MEM_EXPR(y) addressable if emit_block_move_via_libcall is
5380 used to copy y into x.
5381 * calls.c (initialize_argument_information): Mark
5382 an argument addressable if it is passed by invisible reference.
5383 (emit_library_call_value_1): Mark MEM_EXPR (val) addressable
5384 if it is passed by reference.
5386 2011-06-24 H.J. Lu <hongjiu.lu@intel.com>
5388 PR rtl-optimization/49504
5389 * rtlanal.c (nonzero_bits1): Properly handle addition or
5390 subtraction of a pointer in Pmode if pointers extend unsigned.
5391 (num_sign_bit_copies1): Likewise.
5393 2011-06-24 Martin Jambor <mjambor@suse.cz>
5395 PR tree-optimizations/49516
5396 * tree-sra.c (sra_modify_assign): Choose the safe path for
5397 aggregate copies if we also did scalar replacements.
5399 2011-06-24 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
5402 * config/arm/predicates.md (add_operator): New.
5403 * config/arm/arm.md ("*arith_shiftsi"): Fix for SP reg usage in Thumb2.
5405 2011-06-24 Andi Kleen <ak@linux.intel.com>
5407 * tree-sra.c (type_internals_preclude_sra_p): Add msg
5408 parameter. Split up ifs and report reason in *msg.
5410 (find_var_candiate): Add msg variable.
5411 Split up ifs and report reason to reject.
5412 (find_param_candidates): Add msg variable.
5413 Pass msg to type_internals_preclude_sra_p.
5415 2011-06-23 Jeff Law <law@redhat.com>
5418 * reload.h (reload): Change to return a bool.
5419 * ira.c (ira): If requested by reload, run a fast DCE pass after
5420 reload has completed. Fix comment typo.
5421 * reload1.c (need_dce): New file scoped static.
5422 (reload): Set reload_completed here. Return whether or not a DCE
5423 pass after reload is needed.
5424 (delete_dead_insn): Set need_dce as needed.
5427 * tree-ssa-threadupate.c (fix_duplicate_block_edges): Fix condition
5428 to detect threading through joiner block. If there was already
5429 an edge to the new target, then do not change the PHI nodes.
5431 2011-06-23 Jakub Jelinek <jakub@redhat.com>
5433 * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Use
5434 get_pointer_alignment to see if base isn't sufficiently aligned.
5436 2011-06-23 Jan Hubicka <jh@suse.cz>
5438 PR tree-optimize/49373
5439 * tree-pass.h (all_late_ipa_passes): Declare.
5440 * cgraphunit.c (init_lowered_empty_function): Fix properties.
5441 (cgraph_optimize): Execute late passes; remove unreachable funcions
5442 after materialization.
5443 * ipa-inline.c (gate_ipa_inline): Enable only when optimizing or
5445 * passes.c (all_late_ipa_passes): Declare.
5446 (dump_passes, register_pass): Handle late ipa passes.
5447 (init_optimization_passes): Move ipa_pta to late passes; schedule
5448 fixup_cfg at beggining of all_passes.
5449 (apply_ipa_transforms): New function.
5450 (execute_one_pass): When doing simple ipa pass, apply all transforms.
5452 2011-06-23 Joseph Myers <joseph@codesourcery.com>
5454 * params.c: Include common/common-target.h. Don't include tm.h.
5455 (lang_independent_params): Move from toplev.c.
5456 (global_init_params): New.
5457 * params.h (global_init_params): Declare.
5458 * target.def (default_params): Move to common-target.def.
5459 * toplev.c (lang_independent_options): Remove.
5460 (lang_independent_params): Move to params.c.
5461 (general_init): Use global_init_params.
5462 * common/common-target.def (option_default_params): Move from
5464 * common/config/ia64/ia64-common.c: Include params.h.
5465 (ia64_option_default_params, TARGET_OPTION_DEFAULT_PARAMS): Move
5467 * common/config/rs6000/rs6000-common.c: Include params.h.
5468 (rs6000_option_default_params, TARGET_OPTION_DEFAULT_PARAMS): Move
5470 * common/config/sh/sh-common.c: Include params.h.
5471 (sh_option_default_params, TARGET_OPTION_DEFAULT_PARAMS): Move
5473 * common/config/spu/spu-common.c: Include params.h.
5474 (spu_option_default_params, TARGET_OPTION_DEFAULT_PARAMS): Move
5476 * config/ia64/ia64.c (ia64_option_default_params,
5477 TARGET_OPTION_DEFAULT_PARAMS): Move to ia64-common.c.
5478 * config/rs6000/rs6000.c (rs6000_option_default_params,
5479 TARGET_OPTION_DEFAULT_PARAMS): Move to rs6000-common.c.
5480 * config/sh/sh.c (sh_option_default_params,
5481 TARGET_OPTION_DEFAULT_PARAMS): Move to sh-common.c.
5482 * config/spu/spu.c (spu_option_default_params,
5483 TARGET_OPTION_DEFAULT_PARAMS): Move to spu-common.c.
5484 * Makefile.in (OBJS): Remove params.o.
5485 (OBJS-libcommon-target): Add params.o.
5486 (params.o, $(common_out_object_file)): Update dependencies.
5487 * doc/tm.texi: Regenerate.
5489 2011-06-23 Alan Modra <amodra@gmail.com>
5492 * config/rs6000/rs6000.c (call_ABI_of_interest): Adjust cgraph
5493 invocation for 2011-06-09 changes.
5495 2011-06-22 Jakub Jelinek <jakub@redhat.com>
5498 * omp-low.c (expand_omp_for_static_nochunk): Only
5499 use n ceil/ nthreads size for the first n % nthreads threads in the
5500 team instead of all threads except for the last few ones which
5501 get less work or none at all.
5504 * tree-vect-patterns.c (vect_recog_widen_mult_pattern): Ignore debug
5507 2011-06-22 Richard Guenther <rguenther@suse.de>
5509 PR tree-optimization/49493
5510 * tree-ssa-structalias.c (get_constraint_for_ssa_var):
5511 Refer to the alias target of variables.
5512 (associate_varinfo_to_alias_1): Remove.
5513 (ipa_pta_execute): Do not associate aliases with anything.
5514 * cgraph.h (varpool_alias_aliased_node): Fix cut&paste errors.
5515 (cgraph_function_node): Likewise.
5516 (cgraph_function_or_thunk_node): Likewise.
5517 (varpool_variable_node): Likewise.
5519 2011-06-22 Nathan Sidwell <nathan@codesourcery.com>
5521 * config/arm/arm.h (OPTION_DEFAULT_SPECS): Fix -mtls-dialect typo.
5522 * config.gcc (arm*-*-linux*): Default to gnu tls.
5523 (arm*-*-*): Add --with-tls option.
5524 (all_defaults): Add 'tls'.
5526 2011-06-22 Richard Henderson <rth@redhat.com>
5528 * reg-notes.def (REG_CFA_WINDOW_SAVE): New.
5529 * dwarf2out.c (dwarf2out_frame_debug): Handle it.
5530 (dwarf2out_frame_debug_cfa_window_save): Rename from
5531 dwarf2out_window_save; make static.
5532 * tree.h (dwarf2out_window_save): Don't declare.
5534 * config/sparc/sparc.c (sparc_dwarf_handle_frame_unspec): Remove.
5535 (TARGET_DWARF_HANDLE_FRAME_UNSPEC): Remove.
5536 (emit_save_register_window): Rename from gen_save_register_window;
5537 emit the insn and add REG_CFA_* notes.
5538 (sparc_expand_prologue): Update to match.
5539 * config/sparc/sparc.md (save_register_window_1): Simplify from
5540 save_register_window<P:mode>.
5542 2011-06-22 H.J. Lu <hongjiu.lu@intel.com>
5545 * config/i386/i386.md (*lea_general_2): Always allow SImode.
5546 (*lea_general_2_zext): Likewise.
5547 (imul to lea peepholes): Use const359_operand and check
5548 TARGET_PARTIAL_REG_STALL.
5550 * config/i386/predicates.md (const359_operand): New.
5552 2011-06-22 Michael Matz <matz@suse.de>
5554 * cgraphunit.c (assemble_thunk): Use correct return type.
5556 2011-06-22 Dmitry Plotnikov <dplotnikov@ispras.ru>
5557 Dmitry Melnik <dm@ispras.ru>
5559 * config/arm/arm.c (neon_immediate_valid_for_shift): New function.
5560 (neon_output_shift_immediate): Ditto.
5561 * config/arm/arm-protos.h (neon_immediate_valid_for_shift): New
5563 (neon_output_shift_immediate): Ditto.
5564 * config/arm/neon.md (vashl<mode>3): Modified constraint.
5565 (vashr<mode>3_imm): New insn pattern.
5566 (vlshr<mode>3_imm): Ditto.
5567 (vashr<mode>3): Modified constraint.
5568 (vlshr<mode>3): Ditto.
5569 * config/arm/predicates.md (imm_for_neon_lshift_operand): New
5571 (imm_for_neon_rshift_operand): Ditto.
5572 (imm_lshift_or_reg_neon): Ditto.
5573 (imm_rshift_or_reg_neon): Ditto.
5575 * optabs.c (init_optabs): Init optab codes for vashl, vashr, vlshr.
5577 2011-06-22 Jakub Jelinek <jakub@redhat.com>
5579 * tree-ssa-ccp.c (evaluate_stmt): Try bitwise tracking for
5580 builtin calls even if likelyvalue is not CONSTANT.
5581 Handle BUILT_IN_STRDUP and BUILT_IN_STRNDUP like BUILT_IN_MALLOC.
5582 Return get_value_for_expr of first operand
5583 for BUILT_IN_{MEM{CPY,MOVE,SET},STR{,N}CPY}{,_CHK}.
5584 * tree-ssa-alias.c (ref_maybe_used_by_call_p_1): Handle
5585 BUILT_IN_{MEM{{,P}CPY,MOVE,SET},STR{,N}C{PY,AT},STPCPY}_CHK like
5586 their non-checking counterparts.
5587 (call_may_clobber_ref_p_1): Likewise.
5588 (stmt_kills_ref_p_1): Handle BUILT_IN_MEM{{,P}CPY,MOVE,SET}_CHK
5589 like their non-checking counterparts.
5590 * tree-ssa-structalias.c (find_func_aliases_for_builtin_call):
5591 Handle BUILT_IN_{MEM{{,P}CPY,MOVE,SET},STR{,N}C{PY,AT},STPCPY}_CHK
5592 like their non-checking counterparts.
5593 (find_func_clobbers): Likewise.
5594 * tree-ssa-dce.c (propagate_necessity): Handle BUILT_IN_MEMSET_CHK
5595 like BUILT_IN_MEMSET and BUILT_IN_CALLOC like BUILT_IN_MALLOC.
5597 * dwarf2out.c (size_of_loc_descr, output_loc_operands,
5598 mark_base_types, hash_loc_operands, compare_loc_operands): Allow
5599 DW_OP_GNU_convert and DW_OP_GNU_reinterpret to use constant instead
5600 of base type reference as argument.
5601 (resolve_addr_in_expr): Likewise. Fix keep computation.
5602 (convert_descriptor_to_signed): Renamed to...
5603 (convert_descriptor_to_mode): ... this. For wider types convert to
5604 unsigned instead of signed, for <= DWARF2_ADDR_SIZE convert to untyped.
5605 (typed_binop): New function.
5606 (scompare_loc_descriptor, ucompare_loc_descriptor,
5607 minmax_loc_descriptor, mem_loc_descriptor): For wider integer modes
5608 default to unsigned type instead of signed.
5611 * gimple.h (enum gimple_debug_subcode): Add GIMPLE_DEBUG_SOURCE_BIND.
5612 (gimple_build_debug_source_bind_stat): New prototype.
5613 (gimple_build_debug_source_bind): Define.
5614 (gimple_debug_source_bind_p, gimple_debug_source_bind_get_var,
5615 gimple_debug_source_bind_get_value,
5616 gimple_debug_source_bind_get_value_ptr,
5617 gimple_debug_source_bind_set_var,
5618 gimple_debug_source_bind_set_value): New inlines.
5619 * gimple.c (gimple_build_debug_source_bind_stat): New function.
5620 * gimple-pretty-print.c (dump_gimple_debug): Handle
5621 GIMPLE_DEBUG_SOURCE_BIND.
5622 * sese.c (rename_uses): Handle gimple_debug_source_bind_p.
5623 * tree-ssa-dce.c (mark_stmt_if_obviously_necessary): Likewise.
5624 * tree-parloops.c (eliminate_local_variables,
5625 separate_decls_in_region): Likewise.
5626 (separate_decls_in_region_debug): Renamed from
5627 separate_decls_in_region_debug_bind. Handle
5628 gimple_debug_source_bind_p.
5629 * tree.h (decl_debug_args_lookup, decl_debug_args_insert): New
5631 (DECL_HAS_DEBUG_ARGS_P): Define.
5632 (struct tree_function_decl): Add has_debug_args_flag field.
5633 * tree.c (debug_args_for_decl): New variable.
5634 (decl_debug_args_lookup, decl_debug_args_insert): New functions.
5635 * tree-into-ssa.c (mark_def_sites): Handle uses in debug stmts.
5636 (rewrite_debug_stmt_uses): New function.
5637 (rewrite_stmt): Use it to rewrite debug stmt uses.
5638 * rtl.def (DEBUG_PARAMETER_REF): New.
5639 * rtl.h (DEBUG_PARAMETER_REF_DECL): Define.
5640 * cselib.c (rtx_equal_for_cselib_1, cselib_hash_rtx): Handle
5641 DEBUG_PARAMETER_REF.
5642 * rtl.c (rtx_equal_p_cb, rtx_equal_p, iterative_hash_rtx): Likewise.
5643 * print-rtl.c (print_rtx): Likewise.
5644 * tree-sra.c (sra_ipa_reset_debug_stmts): Prefer replacing of
5645 SSA_NAMEs with DEBUG_EXPR_DECLs initialized in source bind
5646 debug stmts in the first bb.
5647 * tree-inline.c (remap_ssa_name): If remapping default def
5648 of a PARM_DECL fails, map to a DEBUG_EXPR_DECL set in
5649 a source bind debug stmt.
5650 (remap_gimple_stmt): Handle gimple_debug_source_bind_p.
5651 (maybe_move_debug_stmts_to_successors): Likewise.
5652 (copy_debug_stmt): Likewise. Avoid shadowing a variable.
5653 (tree_function_versioning): If DECL_HAS_DEBUG_ARGS_P, copy
5654 debug args vector from old_decl to new_decl.
5655 * ipa-prop.c (ipa_modify_call_arguments): For optimized away
5656 or modified parameters, add debug bind stmts before call
5657 setting DEBUG_EXPR_DECL which is remembered in debug args vector.
5658 * cfgexpand.c (expand_call_stmt): Call expand_debug_expr
5659 on DECL_DEBUG_EXPRs from debug args vector.
5660 (expand_debug_source_expr): New function.
5661 (expand_debug_locations): Use it for source bind insns.
5662 (expand_gimple_basic_block): Handle gimple_debug_source_bind_p.
5663 * var-tracking.c (prepare_call_arguments): Add debug args
5664 to call_arguments if any.
5665 * dwarf2out.c (dwarf_stack_op_name, size_of_loc_descr,
5666 output_loc_operands, output_loc_operands_raw, resolve_addr_in_expr,
5667 compare_loc_operands): Handle DW_OP_GNU_parameter_ref.
5668 (get_ref_die_offset, parameter_ref_descriptor): New functions.
5669 (mem_loc_descriptor): Handle DEBUG_PARAMETER_REF.
5670 (gen_subprogram_die): Handle parameters identified by
5671 DEBUG_PARAMETER_REF.
5673 2011-06-22 Nathan Sidwell <nathan@codesourcery.com>
5675 * doc/invoke.texi (ARM Options): Document -mtls-dialect option.
5676 * doc/install.texi (Configuration): Document --with-tls.
5677 * config/arm/arm.c (enum tls_reloc): Add TLS_DESCSEQ.
5678 (arm_call_tls_get_addr): Clean up. Assert not tls descriptor.
5679 (arm_tls_descseq_addr): New.
5680 (legitimize_tls_address): Add tlsdesc support.
5681 (arm_cannot_copy_insn_p): Check for tlscall.
5682 (arm_emit_tls_decoration): Likewise.
5683 * config/arm/arm.h (TARGET_GNU2_TLS): New.
5684 (OPTION_DEFAULT_SPECS): Add with-tls support.
5685 * config/arm/arm.md (R1_REGNUM): Define.
5687 * config/arm/arm.opt (tls_type): New enumeration type and values.
5688 (mtls-dialect): New switch.
5689 * config/arm/arm-opts.h (enum tls_type): New.
5691 2011-06-21 Nicola Pero <nicola.pero@meta-innovation.com>
5693 * attribs.c (register_attribute): Added assert to check that all
5694 attribute specs are registered with a name that is not empty and
5695 does not start with '_'.
5696 (decl_attributes): Avoid the lookup of the "naked" attribute spec
5697 if the function has no attributes.
5698 * tree.c (is_attribute_with_length_p): Removed.
5699 (is_attribute_p): Removed.
5700 (private_is_attribute_p): New.
5701 (private_lookup_attribute): New.
5702 (lookup_attribute): Removed.
5703 (lookup_ident_attribute): New.
5704 (remove_attribute): Require the first argument to be in the form
5705 'text', not '__text__'. Updated asserts.
5706 (merge_attributes): Use lookup_ident_attributes instead of
5708 (merge_dllimport_decl_attributes): Use remove_attribute.
5709 (attribute_list_contained): Likewise.
5710 (attribute_list_equal): Immediately return 1 if the arguments are
5712 * tree.h (is_attribute_p): Made inline. Return a 'bool', not an
5713 'int'. Require the first argument to be in the form 'text', not
5714 '__text__'. Require the second argument to be an identifier.
5715 (lookup_attribute): Made inline. Require the first argument to be
5716 in the form 'text', not '__text__'.
5717 (private_is_attribute_p, private_lookup_attribute): New.
5720 2011-06-21 Andrew MacLeod <amacleod@redhat.com>
5722 * builtins.c: Add sync_ or SYNC__ to builtin names.
5723 * sync-builtins.def: Add sync_ or SYNC__ to builtin names.
5724 * omp-low.c: Add sync_ or SYNC__ to builtin names.
5726 2011-06-21 Georg-Johann Lay <avr@gjlay.de>
5729 * config/avr/avr.md (extzv): New expander.
5731 (*extzv.qihi1, *extzv.qihi2): New insn-and-split.
5732 * config/avr/constraints.md (C04): New constraint.
5733 * doc/md.texi (Machine Constraints): Document it.
5735 2011-06-21 Jakub Jelinek <jakub@redhat.com>
5738 * builtins.c (expand_builtin_unop): Call expand_unop with 0 as
5739 unsignedp argument instead of 1 for clrsb_optab.
5740 (fold_builtin_bitop): Fix masking for width > HOST_BITS_PER_WIDE_INT
5741 and < 2 * HOST_BITS_PER_WIDE_INT. Optimize BUILT_IN_CLRSB*.
5742 (fold_builtin_1): Call fold_builtin_binop for BUILT_IN_CLRSB*.
5743 * optabs.c (widen_leading): Call widen_operand and expand_unop
5744 with 0 as unsignedp argument instead of 1 for clrsb_optab.
5745 (expand_unop): Subtract difference of mode sizes also for clrsb_optab.
5747 2011-06-21 Georg-Johann Lay <avr@gjlay.de>
5749 * config/avr/avr.md (*jcindirect_jump): Fix build warning.
5751 2011-06-21 Bernd Schmidt <bernds@codesourcery.com>
5753 * gensupport.c (add_define_attr): New static function.
5754 (is_predicable): Allow multi-alternative lists for the "predicable"
5756 (modify_attr_enabled_ce, alter_attrs_for_insn): New static functions.
5757 (process_one_cond_exec): Call alter_attrs_for_insn.
5758 * doc/md.texi (Defining Attributes): Mention some standard names.
5759 (Conditional Execution): Update documentation for "predicable".
5761 * doc/extend.texi (__builtin_clrsb, __builtin_clrsbl,
5762 __builtin_clrsbll): Document.
5763 * doc/rtl.texi (clrsb): New entry.
5764 * optabs.c (widen_leading): Renamed from widen_clz. New argument
5765 UNOPTAB. All callers changed. Use UNOPTAB instead of clz_optab.
5766 (expand_unop): Handle clrsb_optab.
5767 (init_optabs): Initialize it.
5768 * optabs.h (enum optab_index): New entry OTI_clrsb.
5769 (clrsb_optab): Define.
5770 * genopinit.c (optabs): Add an entry for it.
5771 * builtins.c (expand_builtin): Handle clrsb builtin functions.
5772 * builtins.def (BUILT_IN_CLRSB, BUILT_IN_CLRSBIMAX, BUILT_IN_CLRSBL,
5773 BUILT_IN_CLRSBLL): New.
5774 * rtl.def (CLRSB): New code.
5775 * dwarf2out.c (mem_loc_descriptor): Handle it.
5776 * simplify-rtx.c (simplify_const_unary_operation): Likewise.
5777 Use op_mode rather than mode when optimizing ffs, clz, ctz, parity
5779 * libgcc2.c (__clrsbSI2, __clrsbDI2): New functions.
5780 * libgcc2.h (__clrsbSI2, __clrsbDI2): Define and declare.
5781 (__ctzDI2): Move declaration.
5782 * config/bfin/bfin.md (clrsbsi2): New expander.
5783 (signbitssi2): Use the CLRSB rtx.
5784 (clrsbhi2): Renamed from signbitshi2. Use the CLRSB rtx.
5785 * config/bfin/bfin.c (bdesc_1arg): Changed accordingly.
5787 2011-06-21 Richard Guenther <rguenther@suse.de>
5789 * ipa-inline-transform.c (inline_transform): Fix previous change.
5791 2011-06-21 Ira Rosen <ira.rosen@linaro.org>
5793 PR tree-optimization/49478
5794 * tree-vect-loop.c (vectorizable_reduction): Handle DOT_PROD_EXPR
5795 with constant operand.
5797 2011-06-21 Richard Guenther <rguenther@suse.de>
5799 * ipa-inline-transform.c (inline_transform): Fix typo.
5801 2011-06-21 Richard Guenther <rguenther@suse.de>
5803 PR tree-optimization/49483
5804 * tree-vect-stmts.c (vectorizable_assignment): Also handle
5805 VIEW_CONVERT_EXPR conversions.
5807 2011-06-21 Joseph Myers <joseph@codesourcery.com>
5809 * config/avr/avr-mcus.def, config/avr/genopt.sh: New files.
5810 * config/avr/avr-tables.opt: New file (generated).
5811 * config.gcc (avr-*-*): Use avr/avr-tables.opt.
5812 * config/avr/avr-devices.c (avr_mcu_types): Move contents to
5814 * config/avr/avr.c (avr_help, TARGET_HELP): Remove.
5815 (avr_option_override): Don't process -mmcu= argument here. Set
5816 avr_current_device using avr_mcu_index.
5817 (avr_file_start): Use avr_current_device->name instead of avr_mcu_name.
5818 * config/avr/avr.opt (mmcu=): Use Enum.
5819 * config/avr/t-avr (avr-devices.o): Update dependencies.
5820 ($(srcdir)/config/avr/avr-tables.opt): New.
5821 * target.def (help): Remove.
5822 * doc/tm.texi.in (TARGET_HELP): Remove.
5823 * doc/tm.texi: Regenerate.
5824 * opts.c: Don't include target.h.
5825 (common_handle_option): Don't call targetm.help.
5826 * system.h (TARGET_HELP): Poison.
5827 * Makefile.in (opts.o): Update dependencies.
5829 2011-06-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5831 * config/usegld.h: New file.
5832 * config/sol2.h (PREFERRED_DEBUGGING_TYPE): Remove.
5833 (CPP_SUBTARGET_SPEC): Remove -compat-bsd support.
5834 (LIB_SPEC): Likewise. Search /lib.
5835 (LINK_ARCH32_SPEC_BASE): Remove -compat-bsd support.
5836 (RDYNAMIC_SPEC): Handle GNU ld.
5837 [HAVE_LD_EH_FRAME_HDR && TARGET_DL_ITERATE_PHDR] (LINK_EH_SPEC):
5839 (SUPPORTS_INIT_PRIORITY): Only disable for Sun ld.
5840 (SUBTARGET_INSERT_ATTRIBUTES, SUBTARGET_ATTRIBUTE_TABLE): Define.
5841 [!USE_GAS] (NO_DBX_BNSYM_ENSYM): Redefine.
5842 (STACK_CHECK_STATIC_BUILTIN): Define.
5843 * config/sol2.opt (compat-bsd): Remove.
5844 * config/sol2-10.h (TARGET_C99_FUNCTIONS): Remove undef.
5845 * config/sol2-bi.h: New file.
5846 * config/sol2-gld.h: Remove.
5847 * config/i386/sol2.h (TLS_COMMON_ASM_OP): Only define if !USE_GAS.
5848 (NO_DBX_BNSYM_ENSYM): Remove.
5849 (SUBTARGET_INSERT_ATTRIBUTES, SUBTARGET_ATTRIBUTE_TABLE): Remove.
5850 (STACK_CHECK_STATIC_BUILTIN): Remove.
5851 Test USE_GLD instead of TARGET_GNU_LD.
5852 * config/i386/sol2-10.h: Rename to ...
5853 * config/i386/sol2-bi.h .. this.
5854 (SUBTARGET_EXTRA_SPECS): Redefine.
5855 (WCHAR_TYPE, WCHAR_TYPE_SIZE, WINT_TYPE, WINT_TYPE_SIZE): Remove.
5856 (MULTILIB_DEFAULTS): Remove.
5857 (DEFAULT_ARCH32_P): Define.
5858 (LINK_ARCH64_SPEC_BASE, LINK_ARCH64_SPEC): Remove.
5859 (ARCH64_SUBDIR): Define.
5860 Test USE_GLD instead of TARGET_GNU_LD.
5861 (I386_EMULATION): Rename to ...
5862 (ARCH32_EMULATION): ... this.
5863 (X86_64_EMULATION): Rename to ...
5864 (ARCH64_EMULATION): ... this.
5865 (TARGET_LD_EMULATION): Remove.
5866 (LINK_ARCH_SPEC): Remove.
5867 * config/i386/sol2-gas.h: Remove.
5868 * config/i386/t-sol2-10: Rename to ...
5869 * config/i386/t-sol2-64: ... this.
5870 * config/sparc/sol2.h (SPARC_DEFAULT_CMODEL): Redefine.
5871 (AS_SPARC64_FLAG): Define.
5872 (ASM_CPU32_DEFAULT_SPEC, ASM_CPU64_DEFAULT_SPEC): Redefine.
5873 (CPP_CPU64_DEFAULT_SPEC, ASM_CPU32_DEFAULT_SPEC): Redefine
5874 depending on TARGET_CPU_DEFAULT.
5875 (CPP_CPU_SPEC): Redefine.
5876 (ASM_CPU_SPEC): Handle DEFAULT_ARCH32_P.
5877 (CPP_CPU_DEFAULT_SPEC, ASM_CPU_DEFAULT_SPEC): Redefine.
5878 (CPP_ARCH32_SPEC, CPP_ARCH64_SPEC, CPP_ARCH_SPEC): Redefine.
5879 (ASM_ARCH_SPEC, ASM_ARCH32_SPEC, ASM_ARCH64_SPEC,
5880 ASM_ARCH_DEFAULT_SPEC): Redefine.
5881 (SUBTARGET_EXTRA_SPECS): Add LINK_ARCH32_SPEC, LINK_ARCH64_SPEC,
5882 LINK_ARCH_DEFAULT_SPEC.
5883 [USE_GLD] (ARCH32_EMULATION, ARCH64_EMULATION): Define.
5884 [USE_GLD] (LINK_ARCH32_SPEC, LINK_ARCH64_SPEC): Redefine.
5885 (ARCH64_SUBDIR): Define.
5886 (LINK_ARCH64_SPEC): Redefine.
5887 (CC1_SPEC): Redefine.
5888 (OPTION_DEFAULT_SPECS): Redefine.
5889 (MULTILIB_DEFAULTS): Define.
5890 (WCHAR_TYPE, WCHAR_TYPE_SIZE, WINT_TYPE, WINT_TYPE_SIZE): Redefine.
5891 [USE_GAS && HAVE_AS_TLS] (TARGET_SUN_TLS, TARGET_GNU_TLS): Redefine.
5892 [USE_GLD] (CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP): Undef.
5893 (NO_DBX_BNSYM_ENSYM): Remove.
5894 (SUBTARGET_INSERT_ATTRIBUTES, SUBTARGET_ATTRIBUTE_TABLE): Remove.
5895 (ASM_OUTPUT_ALIGN_WITH_NOP): Only define if !USE_GAS.
5896 (TARGET_ASM_NAMED_SECTION): Likewise.
5897 (STACK_CHECK_STATIC_BUILTIN): Remove.
5898 * config/sparc/sol2-bi.h: Remove.
5899 * config/sparc/sol2-gas-bi.h: Remove.
5900 * config/sparc/sol2-gas.h: Remove.
5901 * config/sparc/sol2-gld-bi.h: Remove.
5902 * config.gcc (i[34567]86-*-solaris2*, sparc*-*-solaris2*): Move
5904 (*-*-solaris2*): ... here.
5906 2011-06-21 Christian Bruel <christian.bruel@st.com>
5909 * ipa-inline.c (can_inline_edge_p): Check
5910 !DECL_DISREGARD_INLINE_LIMITS.
5912 2011-06-21 Christian Bruel <christian.bruel@st.com>
5915 * cgraphunit.c (process_function_and_variable_attributes): warn when
5916 always_inline functions that are not inline.
5917 * ipa-inline-transform.c (inline_transform): Always call
5919 * tree-inline.c (tree_inlinable_function_p): Use error instead
5921 (expand_call_inline): Likewise.
5923 2011-06-21 Jakub Jelinek <jakub@redhat.com>
5925 * Makefile.in (dg_target_exps): Set.
5926 (check_gcc_parallelize): Parallelize gcc testing into 10 jobs
5927 instead of 7, try to divide it more evenly.
5929 2011-06-20 Changpeng Fang <changpeng.fang@amd.com>
5932 * config/i386/i386.c (avx256_split_unaligned_load): New definition.
5933 (avx256_split_unaligned_store): New definition.
5934 (ix86_option_override_internal): Enable avx256 unaligned load/store
5935 splitting only when avx256_split_unaligned_load/store is set.
5937 2011-06-20 Bernd Schmidt <bernds@codesourcery.com>
5939 * regrename.c (scan_rtx_reg): Handle the case where we write to an
5940 open chain in a smaller mode without failing the entire block.
5942 2011-06-21 Alan Modra <amodra@gmail.com>
5944 * config/rs6000/rs6000.c (rs6000_cannot_force_const_mem): Match
5945 CONST high part large-toc address.
5946 (rs6000_tls_referenced_p): Make static.
5947 * config/rs6000/rs6000-protos.h (rs6000_tls_referenced_p): Delete.
5949 2011-06-20 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
5952 * config/arm/thumb2.md (*thumb2_movhi_insn): Make sure atleast
5953 one of the operands is a register.
5955 2011-06-20 Kai Tietz <ktietz@redhat.com>
5957 * fold-const.c (fold_binary_loc): Add missing folding for truth-not
5958 operations in combination with binary and.
5960 2011-06-20 Bernd Schmidt <bernds@codesourcery.com>
5962 * regrename.c (do_replace): Don't update notes.
5964 2011-06-20 Alan Modra <amodra@gmail.com>
5966 * config/rs6000/rs6000.c (create_TOC_reference): Wrap high part
5967 of toc-relative address in CONST.
5968 (rs6000_delegitimize_address): Recognize changed address.
5969 (rs6000_legitimize_reload_address): Likewise.
5970 (rs6000_emit_move): Don't force these constants to memory.
5971 * config/rs6000/rs6000.md (tls_gd, tls_gd_high): Wrap high part of
5972 toc-relative address in CONST.
5973 (tls_ld, tls_ld_high, tls_got_dtprel, tls_got_dtprel_high): Likewise.
5974 (tls_got_tprel, tls_got_tprel_high, largetoc_high): Likewise.
5976 2011-06-18 H.J. Lu <hongjiu.lu@intel.com>
5978 * longlong.h (count_leading_zeros): Use long long builtin for x86-64.
5979 (count_trailing_zeros): Likewise.
5981 2011-06-18 H.J. Lu <hongjiu.lu@intel.com>
5984 * acinclude.m4 (gcc_AC_INITFINI_ARRAY): Properly check if
5985 .init_array can be used with .ctors on targets.
5986 * configure: Regenerated.
5988 2011-06-18 Eric Botcazou <ebotcazou@adacore.com>
5990 * tree-sra.c (type_internals_preclude_sra_p) <ARRAY_TYPE>: Return true
5991 if the element type is volatile.
5993 2011-06-18 Jan Hubicka <jh@suse.cz>
5995 * lto-symtab.c (lto_varpool_replace_node): Remove code handling
5997 (lto_symtab_resolve_can_prevail_p): Likewise.
5998 (lto_symtab_merge_cgraph_nodes): Update alias_of pointers.
5999 * cgraphbuild.c (record_reference): Remove extra body alias code.
6000 (mark_load): Likewise.
6001 (mark_store): Likewise.
6002 * cgraph.h (varpool_node): Remove extra_name filed;
6003 add alias_of and extraname_alias.
6004 (varpool_create_variable_alias, varpool_for_node_and_aliases): Declare.
6005 (varpool_alias_aliased_node): New inline function.
6006 (varpool_variable_node): New function.
6007 * cgraphunit.c (handle_alias_pairs): Handle also variable aliases.
6008 * ipa-ref.c (ipa_record_reference): Allow aliases on variables.
6009 * lto-cgraph.c (lto_output_varpool_node): Update streaming.
6010 (input_varpool_node): Likewise.
6011 * lto-streamer-out.c (produce_symtab): Remove extra name aliases.
6012 (varpool_externally_visible_p): Remove extra body alias code.
6013 (function_and_variable_visibility): Likewise.
6014 * tree-ssa-structalias.c (associate_varinfo_to_alias_1): New function.
6015 (ipa_pta_execute): Use it.
6016 * varpool.c (varpool_remove_node): Remove extra name alias code.
6017 (varpool_mark_needed_node): Likewise.
6018 (varpool_analyze_pending_decls): Analyze aliases.
6019 (assemble_aliases): New functoin.
6020 (varpool_assemble_decl): Use it.
6021 (varpool_create_variable_alias): New function.
6022 (varpool_extra_name_alias): Rewrite.
6023 (varpool_for_node_and_aliases): New function.
6025 2011-06-18 Jakub Jelinek <jakub@redhat.com>
6028 * config/i386/i386.c (ix86_expand_multi_arg_builtins): If
6029 last_arg_constant and last argument doesn't match its predicate,
6030 for xop_vpermil2<mode>3 error out and for xop_rotl<mode>3
6031 if it is CONST_INT, mask it, otherwise expand using rotl<mode>3.
6032 (ix86_expand_sse_pcmpestr, ix86_expand_sse_pcmpistr): Fix
6033 spelling of error message.
6034 * config/i386/sse.md (sse4a_extrqi, sse4a_insertqi,
6035 vcvtps2ph, *vcvtps2ph, *vcvtps2ph_store, vcvtps2ph256): Use
6036 const_0_to_255_operand instead of const_int_operand.
6039 2011-05-09 Uros Bizjak <ubizjak@gmail.com>
6041 * config/i386/sse.md (blendbits): Remove mode attribute.
6042 (<sse4_1>_blend<ssemodesuffix><avxsizesuffix>): Use const_int_operand
6043 instead of const_0_to_<blendbits>_operand for operand 3 predicate.
6044 Check integer value of operand 3 in insn constraint.
6046 2011-06-17 Hans-Peter Nilsson <hp@axis.com>
6048 PR rtl-optimization/48542
6049 * reload.c (find_equiv_reg): Stop looking when finding a
6051 * reload1.c (reload_as_needed): Invalidate all reload
6052 registers when crossing a setjmp-type call.
6054 2011-06-16 Jeff Law <law@redhat.com>
6056 * tree-ssa-threadupdate.c (struct redirection_data): New field
6058 (THREAD_TARGET2): Define.
6059 (redirection_data_eq): Also check that the intermediate edge is equal.
6060 (lookup_redirection_data): Drop useless argument. Extract the
6061 outgoing_edge and intermediate edge from E. Callers updated.
6062 (copy_phi_args, update_destination_phis): New functions.
6063 (fix_duplicate_block_edges): Likewise.
6064 (create_edge_and_update_destination_phis): Duplicate all the edges
6065 hung off e->aux. Use copy_phi_args.
6066 (create_duplicates): Use fix_duplicate_block_edges.
6067 (fixup_template_block): Likewise.
6068 (redirect_edges): If necessary, redirect the joiner block's incoming
6069 edge to the duplicate of the joiner block.
6070 (thread_block): Don't muck up loops when threading through a joiner
6072 (thread_through_loop_header): Handle threading through a joiner block.
6073 (mark_threaded_blocks, register_jump_thread): Likewise.
6074 * tree-flow.h (register_jump_thread): Add new argument. Callers
6076 * tree-ssa-threadedge.c (phi_args_equal_on_edges): New function.
6077 (thread_across_edge): Handle threading through a joiner block.
6079 2011-06-16 Martin Jambor <mjambor@suse.cz>
6081 PR tree-optimization/49343
6082 * tree-sra.c (build_ref_for_model): Use component_ref_field_offset to
6083 calculate offset, provide 2nd operand for the new COMPONENT_REF.
6085 2011-06-16 Iain Sandoe <iains@gcc.gnu.org>
6087 * config/darwin-protos.h (machopic_select_rtx_section): Move to
6088 inside RTX_CODE ifdef.
6090 2011-06-16 Tom de Vries <tom@codesourcery.com>
6093 * tree-ssa-loop-niter.c (infer_loop_bounds_from_pointer_arith):
6094 Disallow NULL pointer for pointer arithmetic.
6096 2011-06-16 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
6100 2011-06-10 Wei Guozhi <carrot@google.com>
6103 * config/arm/ldmstm.md (ldm2_ia, stm2_ia, ldm2_ib, stm2_ib, ldm2_da,
6104 stm2_da, ldm2_db, stm2_db): Add condition !arm_arch7 to these insns.
6105 (ldrd, ldrd_reg1, ldrd_reg2 and peephole2): New insn patterns and
6107 (strd, strd_reg1, strd_reg2 and peephole2): New insn patterns and
6109 * config/arm/arm-protos.h (arm_check_ldrd_operands): New prototype.
6110 (arm_legitimate_ldrd_p): New prototype.
6111 (arm_output_ldrd): New prototype.
6112 * config/arm/arm.c (arm_check_ldrd_operands): New function.
6113 (arm_legitimate_ldrd_p): New function.
6114 (arm_output_ldrd): New function.
6116 2011-06-16 Joern Rennecke <joern.rennecke@embecosm.com>
6119 * doc/tm.texi.in: Update Copyright date.
6120 * doc/tm.texi: Regenerate.
6121 * targhooks.c (default_setup_incoming_varargs): Replace
6122 CUMULATIVE_ARGS* argument type with cumulative_args_t.
6123 (default_pretend_outgoing_varargs_named): Likewise.
6124 (hook_pass_by_reference_must_pass_in_stack): Likewise.
6125 (hook_callee_copies_named): Likewise.
6126 (default_function_arg_advance): Likewise.
6127 (default_function_arg): Likewise.
6128 (default_function_incoming_arg): Likewise.
6129 (hook_bool_CUMULATIVE_ARGS_false): Likewise.
6130 (hook_bool_CUMULATIVE_ARGS_true): Likewise.
6131 (hook_bool_CUMULATIVE_ARGS_mode_tree_bool_false): Likewise.
6132 (hook_bool_CUMULATIVE_ARGS_mode_tree_bool_true): Likewise.
6133 (hook_int_CUMULATIVE_ARGS_mode_tree_bool_0): Likewise.
6134 * targhooks.h (default_setup_incoming_varargs): Likewise.
6135 (default_pretend_outgoing_varargs_named): Likewise.
6136 (hook_pass_by_reference_must_pass_in_stack): Likewise.
6137 (hook_callee_copies_named): Likewise.
6138 (default_function_arg_advance): Likewise.
6139 (default_function_arg): Likewise.
6140 (default_function_incoming_arg): Likewise.
6141 (hook_bool_CUMULATIVE_ARGS_false): Likewise.
6142 (hook_bool_CUMULATIVE_ARGS_true): Likewise.
6143 (hook_bool_CUMULATIVE_ARGS_mode_tree_bool_false): Likewise.
6144 (hook_bool_CUMULATIVE_ARGS_mode_tree_bool_true): Likewise.
6145 (hook_int_CUMULATIVE_ARGS_mode_tree_bool_0): Likewise.
6146 * target.def (pass_by_reference): Likewise.
6147 (setup_incoming_varargs, strict_argument_naming): Likewise.
6148 (pretend_outgoing_varargs_named, callee_copies): Likewise.
6149 (arg_partial_bytes, function_arg_advance, function_arg): Likewise.
6150 (function_incoming_arg): Likewise.
6151 * target.h: Don't include "tm.h" .
6152 (cumulative_args_t): New typedef.
6153 [GCC_TM_H] (get_cumulative_args): New static inline function.
6154 [GCC_TM_H] (pack_cumulative_args): Likewise.
6155 * config/alpha/alpha.c (alpha_function_arg): Replace CUMULATIVE_ARGS*
6156 argument type with cumulative_args_t.
6157 (alpha_function_arg_advance, alpha_arg_partial_bytes): Likewise.
6158 (alpha_pass_by_reference, alpha_setup_incoming_varargs): Likewise.
6159 * config/frv/frv.c (frv_setup_incoming_varargs): Likewise.
6160 (frv_arg_partial_bytes, frv_function_arg): Likewise.
6161 (frv_function_incoming_arg, frv_function_arg_advance): Likewise.
6162 (frv_function_arg_1): Likewise.
6163 * config/s390/s390.c (s390_pass_by_reference): Likewise.
6164 (s390_function_arg_advance, s390_function_arg): Likewise.
6165 * config/m32c/m32c.c (m32c_function_arg): Likewise.
6166 (m32c_pass_by_reference, m32c_function_arg_advance): Likewise.
6167 (m32c_strict_argument_naming): Likewise.
6168 * config/spu/spu.c (spu_pass_by_reference, spu_function_arg): Likewise.
6169 (spu_function_arg_advance): Likewise.
6170 (spu_setup_incoming_varargs): Likewise. Make static.
6171 * config/spu/spu-protos.h (spu_setup_incoming_varargs):
6173 * config/sparc/sparc.c (sparc_strict_argument_naming): Replace
6174 CUMULATIVE_ARGS* argument type with cumulative_args_t.
6175 (sparc_pass_by_reference, sparc_function_arg_advance): Likewise.
6176 (sparc_function_arg, sparc_function_incoming_arg): Likewise.
6177 (sparc_arg_partial_bytes, sparc_function_arg_1): Likewise.
6178 * config/mep/mep.c (mep_setup_incoming_varargs): Likewise.
6179 (mep_pass_by_reference, mep_function_arg): Likewise.
6180 (mep_function_arg_advance): Likewise.
6181 * config/m32r/m32r.c (m32r_setup_incoming_varargs): Likewise.
6182 (m32r_pass_by_reference, m32r_arg_partial_bytes): Likewise.
6183 (m32r_function_arg, m32r_function_arg_advance): Likewise.
6184 * config/rx/rx.c (rx_function_arg, rx_function_arg_advance): Likewise.
6185 * config/i386/i386.c (ix86_function_arg_advance): Likewise.
6186 (ix86_function_arg, ix86_pass_by_reference): Likewise.
6187 (ix86_setup_incoming_varargs): Likewise.
6188 * config/sh/sh.c (sh_setup_incoming_varargs): Likewise.
6189 (sh_strict_argument_naming): Likewise.
6190 (sh_pretend_outgoing_varargs_named, sh_pass_by_reference): Likewise.
6191 (sh_callee_copies, sh_arg_partial_bytes): Likewise.
6192 (sh_function_arg_advance, sh_function_arg): Likewise.
6193 * config/pdp11/pdp11.c (pdp11_function_arg): Likewise.
6194 (pdp11_function_arg_advance): Likewise.
6195 * config/microblaze/microblaze.c (microblaze_function_arg_advance):
6197 (microblaze_function_arg, function_arg_partial_bytes): Likewise.
6198 * config/avr/avr.c (avr_function_arg): Likewise.
6199 (avr_function_arg_advance): Likewise.
6200 * config/xtensa/xtensa.c (xtensa_function_arg_advance): Likewise.
6201 (xtensa_function_arg, xtensa_function_incoming_arg): Likewise.
6202 (xtensa_function_arg_1): Likewise.
6203 * config/stormy16/stormy16.c (xstormy16_function_arg_advance):
6205 (xstormy16_function_arg): Likewise.
6206 * config/fr30/fr30.c (fr30_setup_incoming_varargs): Likewise.
6207 (fr30_arg_partial_bytes, fr30_function_arg): Likewise.
6208 (fr30_function_arg_advance): Likewise.
6209 * config/lm32/lm32.c (lm32_setup_incoming_varargs): Likewise.
6210 (lm32_function_arg, lm32_function_arg_advance): Likewise.
6211 * config/moxie/moxie.c (moxie_setup_incoming_varargs): Likewise.
6212 (moxie_function_arg, moxie_function_arg_advance): Likewise.
6213 (moxie_pass_by_reference, moxie_arg_partial_bytes): Likewise.
6214 * config/cris/cris.c (cris_setup_incoming_varargs): Likewise.
6215 (cris_pass_by_reference, cris_arg_partial_bytes): Likewise.
6216 (cris_function_arg, cris_function_incoming_arg): Likewise.
6217 (cris_function_arg_advance, cris_function_arg_1): Likewise.
6218 * config/iq2000/iq2000.c (iq2000_setup_incoming_varargs): Likewise.
6219 (iq2000_pass_by_reference, iq2000_arg_partial_bytes): Likewise.
6220 (iq2000_function_arg, iq2000_function_arg_advance): Likewise.
6221 * config/mn10300/mn10300.c (mn10300_pass_by_reference): Likewise.
6222 (mn10300_function_arg, mn10300_function_arg_advance): Likewise.
6223 (mn10300_arg_partial_bytes): Likewise.
6224 * config/ia64/ia64.c (ia64_setup_incoming_varargs): Likewise.
6225 (ia64_arg_partial_bytes, ia64_function_arg): Likewise.
6226 (ia64_function_incoming_arg, ia64_function_arg_advance): Likewise.
6227 (ia64_function_arg_1): Likewise.
6228 * config/m68k/m68k.c (m68k_function_arg_advance): Likewise.
6229 (m68k_function_arg): Likewise.
6230 * config/rs6000/rs6000.c (rs6000_function_arg_advance): Likewise.
6231 (rs6000_function_arg, setup_incoming_varargs): Likewise.
6232 (rs6000_pass_by_reference, rs6000_arg_partial_bytes): Likewise.
6233 * config/picochip/picochip.c (picochip_arg_partial_bytes): Likewise.
6234 (picochip_function_arg, picochip_incoming_function_arg): Likewise.
6235 (picochip_arg_advance): Likewise.
6236 * config/mcore/mcore.c (mcore_setup_incoming_varargs): Likewise.
6237 (mcore_arg_partial_bytes, mcore_function_arg): Likewise.
6238 (mcore_function_arg_advance): Likewise.
6239 * config/score/score.c (score_pass_by_reference): Likewise.
6240 (score_function_arg_advance): Likewise.
6241 (score_arg_partial_bytes): Likewise. Make static.
6242 * config/score/score-protos.h (score_arg_partial_bytes): Don't declare.
6243 * config/arm/arm.c (arm_arg_partial_bytes): Replace
6244 CUMULATIVE_ARGS* argument type with cumulative_args_t.
6245 (arm_function_arg, arm_function_arg_advance): Likewise.
6246 (arm_setup_incoming_varargs, arm_pass_by_reference): Likewise.
6247 * config/pa/pa.c (pa_pass_by_reference): Likewise.
6248 (pa_arg_partial_bytes, pa_function_arg_advance): Likewise.
6249 (pa_function_arg): Likewise.
6250 * config/mips/mips.c (mips_strict_argument_naming): Likewise.
6251 (mips_function_arg, mips_function_arg_advance): Likewise.
6252 (mips_arg_partial_bytes, mips_pass_by_reference): Likewise.
6253 (mips_callee_copies, mips_setup_incoming_varargs): Likewise.
6254 * config/vax/vax.c (vax_function_arg): Likewise.
6255 (vax_function_arg_advance): Likewise.
6256 * config/h8300/h8300.c (h8300_function_arg): Likewise.
6257 (h8300_function_arg_advance): Likewise.
6258 * config/v850/v850.c (v850_pass_by_reference): Likewise.
6259 (v850_strict_argument_naming, v850_function_arg): Likewise.
6260 (v850_arg_partial_bytes, v850_function_arg_advance): Likewise.
6261 (v850_setup_incoming_varargs): Likewise.
6262 * config/mmix/mmix.c (mmix_setup_incoming_varargs): Likewise.
6263 (mmix_function_arg_advance, mmix_function_incoming_arg): Likewise.
6264 (mmix_function_arg, mmix_pass_by_reference): Likewise.
6265 (mmix_function_arg_1): Replace const CUMULATIVE_ARGS* argument type
6267 * config/bfin/bfin.c (setup_incoming_varargs): Replace
6268 CUMULATIVE_ARGS* argument type with cumulative_args_t.
6269 (bfin_function_arg_advance, bfin_function_arg): Likewise.
6270 (bfin_arg_partial_bytes, bfin_pass_by_reference): Likewise.
6271 * calls.c (emit_call_1): Change type of args_so_far to
6272 cumulative_args_t. Changed all callers.
6273 (initialize_argument_information): Likewise.
6274 (expand_call, emit_library_call_value_1): Use pack_cumulative_args.
6275 * dse.c (get_call_args): Likewise.
6276 * expr.c (block_move_libcall_safe_for_call_parm): Likewise.
6277 * function.c (pass_by_reference, reference_callee_copied): Likewise.
6278 (struct assign_parm_data_all): Rename args_so_far to args_so_far_v.
6279 New member args_so_far_v. Changed all users.
6280 * var-tracking.c (prepare_call_arguments): Use pack_cumulative_args.
6281 * config/iq2000/iq2000.c (iq2000_expand_prologue): Likewise.
6282 * config/mips/mips.c (mips_output_args_xfer): Likewise.
6283 * config/s390/s390.c (s390_call_saved_register_used): Likewise.
6284 * config/sh/sh.c (sh_output_mi_thunk): Likewise.
6285 * config/microblaze/microblaze.c (microblaze_expand_prologue):
6287 * config/m32r/m32r.c (m32r_return_in_memory): Adjust for changed
6288 m32r_pass_by_reference.
6290 2011-06-16 Ira Rosen <ira.rosen@linaro.org>
6292 * tree-vectorizer.h (vect_recog_func_ptr): Change the first
6293 argument to be a VEC of statements.
6294 * tree-vect-loop.c (vect_determine_vectorization_factor): Remove the
6295 assert that pattern statements have to have their vector type set.
6296 * tree-vect-patterns.c (vect_recog_widen_sum_pattern):
6297 Change the first argument to be a VEC of statements. Update
6299 (vect_recog_dot_prod_pattern, vect_recog_pow_pattern): Likewise.
6300 (vect_handle_widen_mult_by_const): New function.
6301 (vect_recog_widen_mult_pattern): Change the first argument to be a
6302 VEC of statements. Update documentation. Check that the constant is
6303 INTEGER_CST. Support multiplication by a constant that fits an
6304 intermediate type - call vect_handle_widen_mult_by_const.
6305 (vect_pattern_recog_1): Update vect_recog_func_ptr and its
6306 call. Handle additional pattern statements if necessary.
6308 2011-06-16 Nick Clifton <nickc@redhat.com>
6311 * config.gcc: Set cpu_type to v850 for any V850 architecture.
6312 (v850*-*-*): Delete explicit setting of tm_p_file, tmake_file,
6313 md_file, extra_modes, out_file and extra_options are these are all
6314 deduced from cpu_type.
6316 2011-06-16 Georg-Johann Lay <avr@gjlay.de>
6318 * config/avr/libgcc.S (__ashldi3, __ashrdi3, __lshrdi3): Set shift
6319 truncation mask to 63.
6321 2011-06-16 Georg-Johann Lay <avr@gjlay.de>
6325 * longlong.h: Add AVR support:
6326 (count_leading_zeros): New macro.
6327 (count_trailing_zeros): New macro.
6328 (COUNT_LEADING_ZEROS_0): New macro.
6329 * config/avr/t-avr (LIB1ASMFUNCS): Add _ffssi2, _ffshi2, _loop_ffsqi2,
6330 _ctzsi2, _ctzhi2, _clzdi2, _clzsi2, _clzhi2, _paritydi2, _paritysi2,
6331 _parityhi2, _popcounthi2,_popcountsi2, _popcountdi2, _popcountqi2,
6332 _bswapsi2, _bswapdi2, _ashldi3, _ashrdi3, _lshrdi3.
6333 (LIB2FUNCS_EXCLUDE): Add _clz.
6334 * config/avr/libgcc.S (XCALL): Move up in file.
6335 (XJMP): New C Macro.
6336 (DEFUN): New asm macro.
6337 (ENDF): New asm macro.
6338 (__ffssi2): New function.
6339 (__ffshi2): New function.
6340 (__loop_ffsqi2): New function.
6341 (__ctzsi2): New function.
6342 (__ctzhi2): New function.
6343 (__clzdi2): New function.
6344 (__clzsi2): New function.
6345 (__clzhi2): New function.
6346 (__paritydi2): New function.
6347 (__paritysi2): New function.
6348 (__parityhi2): New function.
6349 (__parityqi2): New function.
6350 (__popcounthi2): New function.
6351 (__popcountsi2): New function.
6352 (__popcountdi2): New function.
6353 (__popcountqi2): New function.
6354 (__bswapsi2): New function.
6355 (__bswapdi2): New function.
6356 (__ashldi3): New function.
6357 (__ashrdi3): New function.
6358 (__lshrdi3): New function.
6359 Fix suspicous lines.
6361 2011-06-16 Richard Guenther <rguenther@suse.de>
6363 * gimple.c (canonicalize_cond_expr_cond): (bool)x is not
6365 * fold-const.c (fold_binary_loc): Do not fold X & 1 != 0
6367 * ipa-prop.c (ipa_analyze_indirect_call_uses): Also allow
6368 equality compares against zero for the lower bit.
6370 2011-06-16 Jakub Jelinek <jakub@redhat.com>
6372 PR tree-optimization/49419
6373 * tree-vrp.c (execute_vrp): Call init_range_assertions
6374 before estimate_numbers_of_iterations, call
6375 free_number_of_iterations_estimates before calling
6376 remove_range_assertions.
6378 2011-06-16 Revital Eres <revital.eres@linaro.org>
6380 * modulo-sched.c (struct ps_insn): Remove row_rest_count field.
6381 (struct partial_schedule): Add rows_length field.
6382 (verify_partial_schedule): Check rows_length.
6383 (ps_insert_empty_row): Handle rows_length.
6384 (create_partial_schedule): Likewise.
6385 (free_partial_schedule): Likewise.
6386 (reset_partial_schedule): Likewise.
6387 (create_ps_insn): Remove rest_count argument.
6388 (remove_node_from_ps): Update rows_length.
6389 (add_node_to_ps): Update rows_length and call create_ps_insn
6390 without passing row_rest_count.
6391 (rotate_partial_schedule): Update rows_length.
6393 2011-06-16 Revital Eres <revital.eres@linaro.org>
6395 * ddg.c (add_intra_loop_mem_dep): New function.
6396 (build_intra_loop_deps): Call it.
6398 2011-06-13 Jeff Law <law@redhat.com>
6400 * df-problems.c (df_lr_local_compute): Manually CSE
6401 PIC_OFFSET_TABLE_REGNUM.
6402 * df-scan.c (df_get_regular_block_artificial_uses): Likewise.
6403 (df_get_entry_block_def_set, df_get_exit_block_use_set): Likewise.
6405 2011-06-13 Jan Hubicka <jh@suse.cz>
6407 * cgraphunit.c (handle_alias_pairs): New function.
6408 (cgraph_finalize_compilation_unit): Use it.
6409 * ipa.c (cgraph_externally_visible_p): Remove hack marking asm names
6410 as externally visible.
6412 2011-06-15 Richard Guenther <rguenther@suse.de>
6414 * expr.c (expand_expr_real_2): Reduce all integral types to
6416 (expand_expr_real_1): Likewise.
6418 2011-06-15 Martin Jambor <mjambor@suse.cz>
6420 PR tree-optimization/48613
6421 * ipa-prop.c (ipa_prop_write_jump_functions): Return immediately if
6422 ipa_node_params_vector is NULL.
6424 2011-06-15 Jakub Jelinek <jakub@redhat.com>
6427 * dwarf2out.c (dw_loc_list_node): Add force field.
6428 (add_var_loc_to_decl): For PARM_DECL, attempt to keep the incoming
6429 location in the list, even if it is modified before first real insn.
6430 (output_loc_list): Emit empty ranges with force flag set.
6431 (dw_loc_list): If first range of a PARM_DECL is empty, set force flag.
6433 2011-06-15 Alexander Monakov <amonakov@ispras.ru>
6436 * sel-sched.c (find_place_for_bookkeeping): Add new parameter
6437 (fence_to_rewind). Use it to notice when bookkeeping will be placed
6438 above a fence. Update comments.
6439 (generate_bookkeeping_insn): Rewind fence when bookkeeping code is
6440 placed just above it. Do not allow NULL place_to_insert.
6442 2011-06-15 Ira Rosen <ira.rosen@linaro.org>
6444 * tree-vect-loop-manip.c (remove_dead_stmts_from_loop): Remove.
6445 (slpeel_tree_peel_loop_to_edge): Don't call
6446 remove_dead_stmts_from_loop.
6447 * tree-vect-loop.c (vect_determine_vectorization_factor): Don't
6448 remove irrelevant pattern statements. For irrelevant statements
6449 check if it is the last statement of a detected pattern, use
6450 corresponding pattern statement instead.
6451 (destroy_loop_vec_info): No need to remove pattern statements,
6452 only free stmt_vec_info.
6453 (vect_transform_loop): For irrelevant statements check if it is
6454 the last statement of a detected pattern, use corresponding
6455 pattern statement instead.
6456 * tree-vect-patterns.c (vect_pattern_recog_1): Don't insert
6457 pattern statements. Set basic block for the new statement.
6458 (vect_pattern_recog): Update documentation.
6459 * tree-vect-stmts.c (vect_mark_stmts_to_be_vectorized): Scan
6460 operands of pattern statements.
6461 (vectorizable_call): Fix printing. In case of a pattern statement
6462 use the lhs of the original statement when creating a dummy
6463 statement to replace the original call.
6464 (vect_analyze_stmt): For irrelevant statements check if it is
6465 the last statement of a detected pattern, use corresponding
6466 pattern statement instead.
6467 * tree-vect-slp.c (vect_schedule_slp_instance): For pattern
6468 statements use gsi of the original statement.
6470 2011-06-14 Joseph Myers <joseph@codesourcery.com>
6472 * target-def.h (TARGET_HAVE_NAMED_SECTIONS): Move to
6473 common/common-target-def.h.
6474 * target.def (default_target_flags, handle_option,
6475 supports_split_stack, optimization_table, init_struct,
6476 except_unwind_info, unwind_tables_default, have_named_sections):
6477 Move to common/common-target.def.
6478 * target.h (enum opt_levels, struct default_options): Move to
6479 common/common-target.h.
6480 * targhooks.c (default_except_unwind_info,
6481 dwarf2_except_unwind_info, sjlj_except_unwind_info,
6482 default_target_handle_option, empty_optimization_table): Move to
6483 common/common-targhooks.c.
6484 * targhooks.h (default_except_unwind_info,
6485 dwarf2_except_unwind_info, sjlj_except_unwind_info,
6486 default_target_handle_option, empty_optimization_table): Move to
6487 common/common-targhooks.h.
6488 * common/common-target-def.h: Include common/common-targhooks.h.
6489 (TARGET_HAVE_NAMED_SECTIONS): Define if TARGET_ASM_NAMED_SECTION
6491 * common/common-target.def (handle_option, option_init_struct,
6492 option_optimization_table, default_target_flags,
6493 except_unwind_info, supports_split_stack, unwind_tables_default,
6494 have_named_sections): Move from target.def.
6495 (HOOK_PREFIX): Undefine at end of file.
6496 * common/common-target.h: Include input.h.
6497 (enum opt_levels, struct default_options): Move from target.h.
6498 * common/common-targhooks.c, common/common-targhooks.h: New.
6499 * config.gcc (target_has_targetm_common): Default to yes.
6500 (moxie*): Set target_has_targetm_common=no.
6501 (hppa*-*-*): Don't set target_has_targetm_common=yes.
6502 * doc/tm.texi: Regenerate.
6503 * Makefile.in (COMMON_TARGET_H): Add $(INPUT_H).
6504 (C_TARGET_DEF_H): Add common/common-targhooks.h.
6505 (GCC_OBJS): Remove vec.o.
6506 (OBJS): Remove hooks.o and vec.o.
6507 (OBJS-libcommon-target): Add vec.o, hooks.o and
6508 common/common-targhooks.o.
6509 (c-family/c-common.o, c-family/c-cppbuiltin.o, lto-opts.o, tree.o,
6510 tree-tailcall.o, opts.o, toplev.o, varasm.o, function.o, except.o,
6511 expr.o, explow.o, dbxout.o, dwarf2out.o, cfgrtl.o, haifa-sched.o,
6512 cfglayout.o, $(out_object_file), $(common_out_object_file)):
6513 Update dependencies.
6514 (common/common-targhooks.o): New.
6515 * common/config/default-common.c: Include tm.h. Add FIXME comment.
6516 * common/config/pa/pa-common.c: Include more headers. Take
6517 copyright dates from pa.c.
6518 (pa_option_optimization_table, pa_handle_option,
6519 TARGET_OPTION_OPTIMIZATION_TABLE, TARGET_DEFAULT_TARGET_FLAGS,
6520 TARGET_HANDLE_OPTION): Move from pa.c.
6521 * common/config/alpha/alpha-common.c,
6522 common/config/arm/arm-common.c, common/config/avr/avr-common.c,
6523 common/config/bfin/bfin-common.c,
6524 common/config/cris/cris-common.c,
6525 common/config/fr30/fr30-common.c, common/config/frv/frv-common.c,
6526 common/config/h8300/h8300-common.c,
6527 common/config/i386/i386-common.c,
6528 common/config/ia64/ia64-common.c,
6529 common/config/iq2000/iq2000-common.c,
6530 common/config/lm32/lm32-common.c,
6531 common/config/m32c/m32c-common.c,
6532 common/config/m32r/m32r-common.c,
6533 common/config/m68k/m68k-common.c,
6534 common/config/mcore/mcore-common.c,
6535 common/config/mep/mep-common.c,
6536 common/config/microblaze/microblaze-common.c,
6537 common/config/mips/mips-common.c,
6538 common/config/mmix/mmix-common.c,
6539 common/config/mn10300/mn10300-common.c,
6540 common/config/pdp11/pdp11-common.c,
6541 common/config/picochip/picochip-common.c,
6542 common/config/rs6000/rs6000-common.c,
6543 common/config/rx/rx-common.c, common/config/s390/s390-common.c,
6544 common/config/score/score-common.c, common/config/sh/sh-common.c,
6545 common/config/sparc/sparc-common.c,
6546 common/config/spu/spu-common.c, common/config/v850/v850-common.c,
6547 common/config/vax/vax-common.c,
6548 common/config/xstormy16/xstormy16-common.c,
6549 common/config/xtensa/xtensa-common.c: New.
6550 * config/alpha/alpha.c: Include common/common-target.h.
6551 (alpha_option_optimization_table, alpha_handle_option,
6552 TARGET_DEFAULT_TARGET_FLAGS, TARGET_HANDLE_OPTION,
6553 TARGET_OPTION_OPTIMIZATION_TABLE): Move to alpha-common.c.
6554 * config/arm/arm-protos.h (arm_except_unwind_info): Declare.
6555 * config/arm/arm.c (arm_option_optimization_table,
6556 TARGET_DEFAULT_TARGET_FLAGS, TARGET_OPTION_OPTIMIZATION_TABLE,
6557 TARGET_EXCEPT_UNWIND_INFO, arm_except_unwind_info): Move to
6559 * config/avr/avr.c (avr_option_optimization_table,
6560 TARGET_OPTION_OPTIMIZATION_TABLE, TARGET_EXCEPT_UNWIND_INFO): Move
6562 * config/bfin/bfin.c (struct bfin_cpu): Move to bfin.h.
6563 (bfin_cpus, bfin_handle_option, TARGET_HANDLE_OPTION,
6564 TARGET_DEFAULT_TARGET_FLAGS): Move to bfin-common.c.
6565 * config/bfin/bfin.h struct bfin_cpu): Move from bfin.c.
6566 * config/cris/cris.c (cris_option_optimization_table,
6567 TARGET_DEFAULT_TARGET_FLAGS, TARGET_HANDLE_OPTION,
6568 TARGET_OPTION_OPTIMIZATION_TABLE, cris_handle_option): Move to
6570 * config/fr30/fr30.c (fr30_option_optimization_table,
6571 TARGET_EXCEPT_UNWIND_INFO, TARGET_OPTION_OPTIMIZATION_TABLE): Move
6573 * config/frv/frv.c (frv_option_optimization_table,
6574 MASK_DEFAULT_ALLOC_CC, TARGET_DEFAULT_TARGET_FLAGS,
6575 TARGET_OPTION_OPTIMIZATION_TABLE): Move to frv-common.c.
6576 * config/h8300/h8300.c (h8300_option_optimization_table,
6577 TARGET_DEFAULT_TARGET_FLAGS, TARGET_OPTION_OPTIMIZATION_TABLE,
6578 TARGET_EXCEPT_UNWIND_INFO): Move to h8300-common.c.
6579 * config/i386/i386-protos.h (ix86_handle_option): Declare.
6580 * config/i386/i386.c: Include common/common-target.h.
6581 (OPTION_MASK_ISA_MMX_SET, OPTION_MASK_ISA_3DNOW_SET,
6582 OPTION_MASK_ISA_SSE_SET, OPTION_MASK_ISA_SSE2_SET,
6583 OPTION_MASK_ISA_SSE3_SET, OPTION_MASK_ISA_SSSE3_SET,
6584 OPTION_MASK_ISA_SSE4_1_SET, OPTION_MASK_ISA_SSE4_2_SET,
6585 OPTION_MASK_ISA_AVX_SET, OPTION_MASK_ISA_FMA_SET,
6586 OPTION_MASK_ISA_SSE4_SET, OPTION_MASK_ISA_SSE4A_SET,
6587 OPTION_MASK_ISA_FMA4_SET, OPTION_MASK_ISA_XOP_SET,
6588 OPTION_MASK_ISA_LWP_SET, OPTION_MASK_ISA_AES_SET,
6589 OPTION_MASK_ISA_PCLMUL_SET, OPTION_MASK_ISA_ABM_SET,
6590 OPTION_MASK_ISA_BMI_SET, OPTION_MASK_ISA_TBM_SET,
6591 OPTION_MASK_ISA_POPCNT_SET, OPTION_MASK_ISA_CX16_SET,
6592 OPTION_MASK_ISA_SAHF_SET, OPTION_MASK_ISA_MOVBE_SET,
6593 OPTION_MASK_ISA_CRC32_SET, OPTION_MASK_ISA_FSGSBASE_SET,
6594 OPTION_MASK_ISA_RDRND_SET, OPTION_MASK_ISA_F16C_SET,
6595 OPTION_MASK_ISA_MMX_UNSET, OPTION_MASK_ISA_3DNOW_UNSET,
6596 OPTION_MASK_ISA_3DNOW_A_UNSET, OPTION_MASK_ISA_SSE_UNSET,
6597 OPTION_MASK_ISA_SSE2_UNSET, OPTION_MASK_ISA_SSE3_UNSET,
6598 OPTION_MASK_ISA_SSSE3_UNSET, OPTION_MASK_ISA_SSE4_1_UNSET,
6599 OPTION_MASK_ISA_SSE4_2_UNSET, OPTION_MASK_ISA_AVX_UNSET,
6600 OPTION_MASK_ISA_FMA_UNSET, OPTION_MASK_ISA_SSE4_UNSET,
6601 OPTION_MASK_ISA_SSE4A_UNSET, OPTION_MASK_ISA_FMA4_UNSET,
6602 OPTION_MASK_ISA_XOP_UNSET, OPTION_MASK_ISA_LWP_UNSET,
6603 OPTION_MASK_ISA_AES_UNSET, OPTION_MASK_ISA_PCLMUL_UNSET,
6604 OPTION_MASK_ISA_ABM_UNSET, OPTION_MASK_ISA_BMI_UNSET,
6605 OPTION_MASK_ISA_TBM_UNSET, OPTION_MASK_ISA_POPCNT_UNSET,
6606 OPTION_MASK_ISA_CX16_UNSET, OPTION_MASK_ISA_SAHF_UNSET,
6607 OPTION_MASK_ISA_MOVBE_UNSET, OPTION_MASK_ISA_CRC32_UNSET,
6608 OPTION_MASK_ISA_FSGSBASE_UNSET, OPTION_MASK_ISA_RDRND_UNSET,
6609 OPTION_MASK_ISA_F16C_UNSET, ix86_handle_option,
6610 ix86_option_optimization_table, ix86_option_init_struct,
6611 ix86_supports_split_stack, TARGET_DEFAULT_TARGET_FLAGS,
6612 TARGET_HANDLE_OPTION, TARGET_OPTION_OPTIMIZATION_TABLE,
6613 TARGET_OPTION_INIT_STRUCT, TARGET_SUPPORTS_SPLIT_STACK): Move to
6615 * config/i386/t-i386 (i386.o): Update dependencies.
6616 * config/ia64/ia64-protos.h (ia64_except_unwind_info): Declare.
6617 * config/ia64/ia64.c (ia64_option_optimization_table,
6618 TARGET_OPTION_OPTIMIZATION_TABLE, TARGET_EXCEPT_UNWIND_INFO,
6619 TARGET_DEFAULT_TARGET_FLAGS, TARGET_HANDLE_OPTION,
6620 ia64_handle_option): Move to ia64-common.c.
6621 * config/iq2000/iq2000.c (iq2000_option_optimization_table,
6622 TARGET_OPTION_OPTIMIZATION_TABLE): Move to iq2000-common.c.
6623 * config/lm32/lm32.c (lm32_option_optimization_table,
6624 TARGET_OPTION_OPTIMIZATION_TABLE, TARGET_EXCEPT_UNWIND_INFO): Move
6626 * config/m32c/m32c.c (TARGET_HAVE_NAMED_SECTIONS): Move to
6628 * config/m32r/m32r.c (m32r_option_optimization_table,
6629 TARGET_DEFAULT_TARGET_FLAGS, TARGET_HANDLE_OPTION,
6630 TARGET_OPTION_OPTIMIZATION_TABLE, TARGET_EXCEPT_UNWIND_INFO,
6631 m32r_handle_option): Move to m32r-common.c.
6632 (m32r_memory_move_cost): Remove comment referring to
6633 TARGET_HANDLE_OPTION.
6634 * config/m68k/m68k.c (TARGET_HANDLE_OPTION, m68k_handle_option):
6635 Move to m68k-common.c.
6636 * config/mcore/mcore.c (mcore_option_optimization_table,
6637 TARGET_DEFAULT_TARGET_FLAGS, TARGET_OPTION_OPTIMIZATION_TABLE,
6638 TARGET_EXCEPT_UNWIND_INFO): Move to mcore-common.c.
6639 * config/mep/mep.c (mep_option_optimization_table,
6640 mep_handle_option, TARGET_HANDLE_OPTION,
6641 TARGET_OPTION_OPTIMIZATION_TABLE, TARGET_DEFAULT_TARGET_FLAGS):
6642 Move to mep-common.c.
6643 * config/microblaze/microblaze.c
6644 (microblaze_option_optimization_table,
6645 TARGET_DEFAULT_TARGET_FLAGS, TARGET_OPTION_OPTIMIZATION_TABLE,
6646 TARGET_EXCEPT_UNWIND_INFO): Move to microblaze-common.c.
6647 * config/mips/mips.c (mips_handle_option,
6648 mips_option_optimization_table, TARGET_OPTION_OPTIMIZATION_TABLE,
6649 TARGET_DEFAULT_TARGET_FLAGS, TARGET_HANDLE_OPTION): Move to
6651 * config/mmix/mmix.c (mmix_option_optimization_table,
6652 TARGET_DEFAULT_TARGET_FLAGS, TARGET_OPTION_OPTIMIZATION_TABLE):
6653 Move to mmix-common.c.
6654 * config/mn10300/mn10300.c (mn10300_option_optimization_table,
6655 mn10300_handle_option, TARGET_EXCEPT_UNWIND_INFO,
6656 TARGET_DEFAULT_TARGET_FLAGS, TARGET_HANDLE_OPTION,
6657 TARGET_OPTION_OPTIMIZATION_TABLE): Move to mn10300-common.c.
6658 * config/pa/pa.c: Include common/common-target.h.
6659 (pa_option_optimization_table, TARGET_OPTION_OPTIMIZATION_TABLE,
6660 TARGET_DEFAULT_TARGET_FLAGS, TARGET_HANDLE_OPTION,
6661 pa_handle_option): Move to pa-common.c.
6662 (pa_option_override): Use targetm_common.except_unwind_info.
6663 (pa_asm_output_mi_thunk, pa_function_section): Use
6664 targetm_common.have_named_sections.
6665 * config/pdp11/pdp11.c (pdp11_option_optimization_table,
6666 TARGET_DEFAULT_TARGET_FLAGS, TARGET_HANDLE_OPTION,
6667 TARGET_OPTION_OPTIMIZATION_TABLE, TARGET_OPTION_INIT_STRUCT,
6668 pdp11_handle_option, pdp11_option_init_struct): Move to
6670 * config/picochip/picochip.c (picochip_option_optimization_table,
6671 TARGET_HAVE_NAMED_SECTIONS, TARGET_OPTION_OPTIMIZATION_TABLE,
6672 TARGET_EXCEPT_UNWIND_INFO): Move to picochip-common.c.
6673 * config/rs6000/rs6000.c: Include common/common-target.h.
6674 (rs6000_option_optimization_table, TARGET_HANDLE_OPTION,
6675 TARGET_OPTION_INIT_STRUCT, TARGET_OPTION_OPTIMIZATION_TABLE,
6676 TARGET_DEFAULT_TARGET_FLAGS, rs6000_option_init_struct,
6677 rs6000_handle_option): Move to rs6000-common.c.
6678 * config/rs6000/t-rs6000 (rs6000.o): Update dependencies.
6679 * config/rx/rx.c (rx_handle_option, rx_option_optimization_table,
6680 TARGET_HANDLE_OPTION, TARGET_OPTION_OPTIMIZATION_TABLE,
6681 TARGET_EXCEPT_UNWIND_INFO): Move to rx-common.c.
6682 * config/s390/s390.c (processor_flags_table,
6683 s390_option_optimization_table, s390_option_init_struct,
6684 s390_handle_option, TARGET_DEFAULT_TARGET_FLAGS,
6685 TARGET_HANDLE_OPTION, TARGET_OPTION_OPTIMIZATION_TABLE,
6686 TARGET_OPTION_INIT_STRUCT): Move to s390-common.c.
6687 * config/s390/s390.h (processor_flags_table): Declare.
6688 * config/score/score.c (score_option_optimization_table,
6689 TARGET_DEFAULT_TARGET_FLAGS, TARGET_HANDLE_OPTION,
6690 TARGET_OPTION_OPTIMIZATION_TABLE, MASK_ALL_CPU_BITS,
6691 score_handle_option): Move to score-common.c.
6692 * config/sh/sh.c (sh_option_optimization_table,
6693 TARGET_OPTION_OPTIMIZATION_TABLE, TARGET_OPTION_INIT_STRUCT,
6694 TARGET_DEFAULT_TARGET_FLAGS, TARGET_HANDLE_OPTION,
6695 sh_handle_option, sh_option_init_struct): Move to sh-common.c.
6696 * config/sparc/sparc.c: Include common/common-target.h.
6697 (sparc_option_optimization_table, TARGET_DEFAULT_TARGET_FLAGS,
6698 TARGET_OPTION_OPTIMIZATION_TABLE): Move to sparc-common.c.
6699 * config/spu/spu.c (TARGET_DEFAULT_TARGET_FLAGS,
6700 TARGET_OPTION_INIT_STRUCT, TARGET_EXCEPT_UNWIND_INFO,
6701 spu_option_init_struct): Move to spu-common.c.
6702 * config/stormy16/stormy16.c (xstorym16_option_optimization_table,
6703 TARGET_OPTION_OPTIMIZATION_TABLE): Move to xstormy16-common.c.
6704 * config/v850/v850.c (small_memory_physical_max,
6705 v850_handle_memory_optionn v850_handle_option,
6706 v850_option_optimization_table, TARGET_DEFAULT_TARGET_FLAGS,
6707 TARGET_HANDLE_OPTION, TARGET_OPTION_OPTIMIZATION_TABLE): Move to
6709 * config/vax/vax.c (TARGET_DEFAULT_TARGET_FLAGS): Move to vax-common.c.
6710 * config/xtensa/xtensa.c (xtensa_option_optimization_table,
6711 TARGET_DEFAULT_TARGET_FLAGS, TARGET_OPTION_OPTIMIZATION_TABLE):
6712 Move to xtensa-common.c.
6713 * cfglayout.c: Include common/common-target.h.
6714 (fixup_reorder_chain): Use targetm_common.have_named_sections.
6715 * cfgrtl.c: Include common/common-target.h.
6716 (force_nonfallthru_and_redirect, commit_one_edge_insertion): Use
6717 targetm_common.have_named_sections.
6718 * dbxout.c: Include common/common-target.h.
6719 (dbxout_function_end): Use targetm_common.have_named_sections.
6720 * defaults.h (STACK_OLD_CHECK_PROTECT, STACK_CHECK_PROTECT): Use
6721 targetm_common.except_unwind_info.
6722 * dwarf2out.c: Include common/common-target.h.
6723 (dwarf2out_do_frame, dwarf2out_do_cfi_asm,
6724 dwarf2out_begin_prologue, dwarf2out_frame_init,
6725 dwarf2out_frame_finish, dwarf2out_assembly_start): Use
6726 targetm_common.except_unwind_info.
6727 * except.c: Include common/common-target.h.
6728 (init_eh, finish_eh_generation,
6729 output_one_function_exception_table): Use
6730 targetm_common.except_unwind_info.
6731 (switch_to_exception_section): Use targetm_common.have_named_sections.
6732 * explow.c: Include common/common-target.h.
6733 * expr.c: Include common/common-target.h.
6734 (build_personality_function): Use targetm_common.except_unwind_info.
6735 * function.c: Include common/common-target.h.
6736 (expand_function_end): Use targetm_common.except_unwind_info.
6737 * haifa-sched.c: Include common/common-target.h.
6738 (sched_create_recovery_edges): Use targetm_common.have_named_sections.
6739 * lto-opts.c: Include common/common-target.h instead of target.h.
6740 (lto_reissue_options): Use targetm_common.handle_option.
6741 * opts.c: Include common/common-target.h.
6742 (target_handle_option): Use targetm_common.handle_option.
6743 (init_options_struct): Update comment referring to
6744 targetm.target_option.optimization. Use
6745 targetm_common.default_target_flags,
6746 targetm_common.unwind_tables_default and
6747 targetm_common.option_init_struct.
6748 (default_options_optimization): Use
6749 targetm_common.option_optimization_table.
6750 (finish_options): Use targetm_common.except_unwind_info,
6751 targetm_common.unwind_tables_default,
6752 targetm_common.have_named_sections and
6753 targetm_common.supports_split_stack.
6754 * toplev.c: Include common/common-target.h.
6755 (process_options): Use targetm_common.have_named_sections.
6756 * tree-tailcall.c: Include common/common-target.h.
6757 (suitable_for_tail_call_opt_p): Use targetm_common.except_unwind_info.
6758 * tree.c: Include common/common-target.h.
6759 (build_common_builtin_nodes): Use targetm_common.except_unwind_info.
6760 * varasm.c: Include common/common-target.h.
6761 (resolve_unique_section, hot_function_section,
6762 default_function_section): Use targetm_common.have_named_sections.
6764 2011-06-14 Easwaran Raman <eraman@google.com>
6766 PR rtl-optimization/44194
6767 * dse.c: Include tree-flow.h
6768 (insn_info): Add new field non_frame_wild_read.
6769 (group_info): Add new fields escaped_n and escaped_p.
6770 (kill_on_calls): New variable.
6771 (get_group_info): Initialize gi->escaped_n and gi->escaped_p.
6772 (dse_step0): Initialize kill_on_calls.
6773 (can_escape): New function.
6774 (set_usage_bits): Add additional parameter; record information
6775 about escaped locations.
6776 (record_store): Pass EXPR corresponding to MEM to set_usage_bits.
6777 (dse_step2_nospill): Set kill_on_calls based on
6778 group->escaped_n and group->escaped_n.
6779 (add_wild_read): Refactor into...
6780 (reset_active_stores): ... New function, and
6781 (free_read_records): ... New function.
6782 (add_non_frame_wild_read): New function.
6783 (scan_insn): Call add_non_frame_wild_read on non-const calls.
6784 (scan_reads_nospill): Handle instructions with non_frame_wild_read.
6785 (dse_step5_nospill): Call scan_reads_nospill for instructions
6786 marked as non_frame_wild_read.
6787 (dse_step7): Free escaped_n, escaped_p and kill_on_calls bitmaps.
6789 2011-06-14 Joseph Myers <joseph@codesourcery.com>
6791 * common/common-target-def.h, common/common-target.def,
6792 common/common-target.h, common/config/default-common.c,
6793 common/config/pa/pa-common.c: New files.
6794 * Makefile.in (common_out_file, common_out_object_file,
6795 COMMON_TARGET_H, COMMON_TARGET_DEF_H): New.
6796 (OBJS-libcommon-target): Include $(common_out_object_file).
6797 (prefix.o): Update dependencies.
6798 ($(common_out_object_file), common/common-target-hooks-def.h,
6799 s-common-target-hooks-def-h): New.
6800 (s-tm-texi): Also check timestamp on common-target.def.
6801 (build/genhooks.o): Update dependencies.
6802 * config.gcc (common_out_file, target_has_targetm_common): Define.
6803 * config/pa/som.h (ALWAYS_STRIP_DOTDOT): Replace with
6804 TARGET_ALWAYS_STRIP_DOTDOT.
6805 * configure.ac (common_out_object_file): Define.
6806 (common_out_file, common_out_object_file): Substitute.
6807 (common): Create directory.
6808 * configure: Regenerate.
6809 * doc/tm.texi.in (targetm_common): Document.
6810 (TARGET_ALWAYS_STRIP_DOTDOT): Add @hook entry.
6811 * doc/tm.texi: Regenerate.
6812 * genhooks.c (hook_array): Also include common/common-target.def.
6813 * prefix.c (tm.h): Don't include.
6814 (common/common-target.h): Include.
6815 (ALWAYS_STRIP_DOTDOT): Don't define.
6816 (update_path): Use targetm_common.always_strip_dotdot instead of
6817 ALWAYS_STRIP_DOTDOT.
6818 * system.h (ALWAYS_STRIP_DOTDOT): Poison.
6820 2011-06-14 David Li <davidxl@google.com>
6822 * passes.c (execute_function_todo): Remove TODO_dump_func.
6823 (execute_one_pass): Remove TODO_dump_func.
6824 (execute_function_dump): New function.
6825 * tree-vrp.c: Remove TODO_dump_func.
6826 * regrename.c: Remove TODO_dump_func.
6827 * fwprop.c: Remove TODO_dump_func.
6828 * tree-into-ssa.c: Remove TODO_dump_func.
6829 * tree-complex.c: Remove TODO_dump_func.
6830 * tracer.c: Remove TODO_dump_func.
6831 * tree-loop-distribution.c: Remove TODO_dump_func.
6832 * postreload-gcse.c: Remove TODO_dump_func.
6833 * postreload.c: Remove TODO_dump_func.
6834 * tree-ssa-loop-ch.c: Remove TODO_dump_func.
6835 * tree-tailcall.c: Remove TODO_dump_func.
6836 * ipa-cp.c: Remove TODO_dump_func.
6837 * final.c: Remove TODO_dump_func.
6838 * tree-emutls.c: Remove TODO_dump_func.
6839 * omp-low.c: Remove TODO_dump_func.
6840 * tree-ssa-dse.c: Remove TODO_dump_func.
6841 * tree-ssa-uncprop.c: Remove TODO_dump_func.
6842 * auto-inc-dec.c: Remove TODO_dump_func.
6843 * reorg.c: Remove TODO_dump_func.
6844 * tree-ssa-copyrename.c: Remove TODO_dump_func.
6845 * tree-ssa-ccp.c: Remove TODO_dump_func.
6846 * compare-elim.c: Remove TODO_dump_func.
6847 * mode-switching.c: Remove TODO_dump_func.
6848 * modulo-sched.c: Remove TODO_dump_func.
6849 * tree-call-cdce.c: Remove TODO_dump_func.
6850 * cse.c: Remove TODO_dump_func.
6851 * web.c: Remove TODO_dump_func.
6852 * tree-stdarg.c: Remove TODO_dump_func.
6853 * lto-streamer-out.c: Remove TODO_dump_func.
6854 * tree-ssa-math-opts.c: Remove TODO_dump_func.
6855 * tree-ssa-dom.c: Remove TODO_dump_func.
6856 * tree-nrv.c: Remove TODO_dump_func.
6857 * loop-init.c: Remove TODO_dump_func.
6858 * gimple-low.c: Remove TODO_dump_func.
6859 * ipa-inline.c: Remove TODO_dump_func.
6860 * tree-ssa-sink.c: Remove TODO_dump_func.
6861 * jump.c: Remove TODO_dump_func.
6862 * ifcvt.c: Remove TODO_dump_func.
6863 * tree-ssa-loop.c: Remove TODO_dump_func.
6864 * recog.c: Remove TODO_dump_func.
6865 * dse.c: Remove TODO_dump_func.
6866 * tree-ssa-ifcombine.c: Remove TODO_dump_func.
6867 * matrix-reorg.c: Remove TODO_dump_func.
6868 * tree-eh.c: Remove TODO_dump_func.
6869 * regmove.c: Remove TODO_dump_func.
6870 * function.c: Remove TODO_dump_func.
6871 * tree-vectorizer.c: Remove TODO_dump_func.
6872 * ipa-split.c: Remove TODO_dump_func.
6873 * gcse.c: Remove TODO_dump_func.
6874 * tree-if-conv.c: Remove TODO_dump_func.
6875 * init-regs.c: Remove TODO_dump_func.
6876 * tree-ssa-phiopt.c: Remove TODO_dump_func.
6877 * implicit-zee.c: Remove TODO_dump_func.
6878 * lower-subreg.c: Remove TODO_dump_func.
6879 * bt-load.c: Remove TODO_dump_func.
6880 * tree-dfa.c: Remove TODO_dump_func.
6881 * except.c: Remove TODO_dump_func.
6882 * emit-rtl.c: Remove TODO_dump_func.
6883 * store-motion.c: Remove TODO_dump_func.
6884 * cfgexpand.c: Remove TODO_dump_func.
6885 * tree-cfgcleanup.c: Remove TODO_dump_func.
6886 * cfgcleanup.c: Remove TODO_dump_func.
6887 * tree-ssa-pre.c: Remove TODO_dump_func.
6888 * tree-sra.c: Remove TODO_dump_func.
6889 * tree-mudflap.c: Remove TODO_dump_func.
6890 * tree-ssa-copy.c: Remove TODO_dump_func.
6891 * cfglayout.c: Remove TODO_dump_func.
6892 * tree-ssa-forwprop.c: Remove TODO_dump_func.
6893 * tree-ssa-dce.c: Remove TODO_dump_func.
6894 * ira.c: Remove TODO_dump_func.
6895 * tree-ssa.c: Remove TODO_dump_func.
6896 * integrate.c: Remove TODO_dump_func.
6897 * tree-optimize.c: Remove TODO_dump_func.
6898 * tree-ssa-phiprop.c: Remove TODO_dump_func.
6899 * tree-object-size.c: Remove TODO_dump_func.
6900 * combine.c: Remove TODO_dump_func.
6901 * bb-reorder.c: Remove TODO_dump_func.
6902 * cprop.c: Remove TODO_dump_func.
6903 * var-tracking.c: Remove TODO_dump_func.
6904 * tree-profile.c: Remove TODO_dump_func.
6905 * tree-vect-generic.c: Remove TODO_dump_func.
6906 * reg-stack.c: Remove TODO_dump_func.
6907 * sched-rgn.c: Remove TODO_dump_func.
6908 * tree-ssa-structalias.c: Remove TODO_dump_func.
6909 * tree-switch-conversion.c: Remove TODO_dump_func.
6910 * tree-cfg.c: Remove TODO_dump_func.
6911 * tree-ssa-reassoc.c: Remove TODO_dump_func.
6912 * combine-stack-adj.c: Remove TODO_dump_func.
6913 * dce.c: Remove TODO_dump_func.
6914 * tree-ssanames.c: Remove TODO_dump_func.
6915 * regcprop.c: Remove TODO_dump_func.
6917 2011-06-14 H.J. Lu <hongjiu.lu@intel.com>
6920 * builtins.c (expand_builtin_strlen): Expand strlen to Pmode
6921 and properly handle result not in Pmode.
6923 2011-06-14 Robert Millan <rmh@gnu.org>
6925 * config/i386/kfreebsd-gnu.h: Resync with `config/i386/linux.h'.
6926 * config/kfreebsd-gnu.h (GNU_USER_DYNAMIC_LINKER): Resync with
6929 * config/i386/kfreebsd-gnu64.h: New file.
6930 * config.gcc (x86_64-*-kfreebsd*-gnu): Replace `i386/kfreebsd-gnu.h'
6931 with `i386/kfreebsd-gnu64.h'.
6933 * config/i386/linux64.h (GNU_USER_LINK_EMULATION32)
6934 (GNU_USER_LINK_EMULATION64): New macros.
6935 * config/i386/gnu-user64.h (LINK_SPEC): Rely on
6936 `GNU_USER_LINK_EMULATION32' and `GNU_USER_LINK_EMULATION64' instead
6937 of hardcoding `elf_i386' and `elf_x86_64'.
6939 2011-06-14 Nick Clifton <nickc@redhat.com>
6942 * config/v850/v850.c (v850_memory_move_cost): Add reg_class_t parameter.
6945 * config.gcc(v850*-*-*): Avoid duplication of v850.opt.
6947 2011-06-14 Jakub Jelinek <jakub@redhat.com>
6950 * tree.h (DECL_NONSHAREABLE): Define.
6951 (struct tree_decl_common): Change decl_common_unused to
6952 decl_nonshareable_flag.
6953 * cfgexpand.c (expand_used_vars_for_block, clear_tree_used):
6954 Ignore vars with DECL_NONSHAREABLE bit set.
6955 * tree-cfg.c (gimple_duplicate_bb): Set DECL_NONSHAREABLE
6956 on stores to automatic aggregate vars.
6958 PR rtl-optimization/49390
6960 2010-06-29 Bernd Schmidt <bernds@codesourcery.com>
6962 * cse.c (exp_equiv_p): For MEMs, if for_gcse, only compare
6965 2011-06-14 Zdenek Dvorak <ook@ucw.cz>
6966 Tom de Vries <tom@codesourcery.com>
6969 * cfgloop.h (nb_iterations_upper_bound, nb_iterations_estimate):
6970 Document changed semantics.
6971 (max_stmt_executions, max_stmt_executions_int): Declare.
6972 * tree-data-ref.c (estimated_loop_iterations)
6973 (estimated_loop_iterations_int): Move functions...
6974 * tree-ssa-loop-niter.c (estimated_loop_iterations)
6975 (estimated_loop_iterations_int): here.
6976 (record_estimate): Change nb_iterations_upper_bound and
6977 nb_iterations_estimate semantics.
6978 (max_stmt_executions, max_stmt_executions_int): New function.
6979 * tree-data-ref.c (estimated_loop_iterations_tree): Rename to ...
6980 (max_stmt_executions_tree): this.
6981 (analyze_miv_subscript): Use max_stmt_executions_tree instead of
6982 estimated_loop_iterations_tree.
6983 tree-ssa-loop-ivopts.c (avg_loop_niter): Use
6984 max_stmt_executions_int instead of estimated_loop_iterations_int.
6985 * predict.c (predict_loops): Idem.
6986 * tree-parloops.c (parallelize_loops): Idem.
6987 * tree-data-ref.c (analyze_siv_subscript_cst_affine)
6988 (compute_overlap_steps_for_affine_1_2, analyze_subscript_affine_affine)
6989 (init_omega_for_ddr_1): Idem.
6990 * tree-ssa-loop-prefetch.c (determine_loop_nest_reuse)
6991 (loop_prefetch_arrays): Idem
6992 * graphite-sese-to-poly.c (build_loop_iteration_domains): Use
6993 max_stmt_executions instead of estimated_loop_iterations.
6994 * tree-data-ref.c (estimated_loop_iterations_tree): Idem.
6995 * tree-vrp.c (adjust_range_with_scev): Use estimated_loop_iterations
6996 instead of nb_iterations_upper_bound.
6998 2011-06-13 Jan Hubicka <jh@suse.cz>
7000 * ipa.c (cgraph_address_taken_from_non_vtable_p): Check the ref type.
7002 2011-06-14 Richard Henderson <rth@redhat.com>
7005 * dwarf2out.c (frame_pointer_fb_offset_valid): New.
7006 (based_loc_descr): Assert it's true.
7007 (compute_frame_pointer_to_fb_displacement): Set it, rather than
7008 aborting immediately.
7010 2011-06-14 Sanjin Liu <scliu@faraday-tech.com>
7011 Mingfeng Wu <mingfeng@faraday-tech.com>
7013 * doc/invoke.texi: Re-add missing -mcpu docs for Faraday cores.
7015 2011-06-13 Jan Hubicka <jh@suse.cz>
7017 * ipa-cp.c (ipcp_iterate_stage): Revert accidental commit.
7019 2011-06-13 Jan Hubicka <jh@suse.cz>
7021 * cgraph.c (cgraph_make_decl_local): Handle DECL_ONE_ONLY
7022 similarly to DECL_COMDAT.
7023 * cgraphunit.c (cgraph_analyze_function): Likewise.
7024 * ipa.c (function_and_variable_visibility): Likewise.
7026 2011-06-13 Jan Hubicka <jh@suse.cz>
7028 * lto-streamer-out.c (lto_output_ts_binfo_tree_pointers): Do not output
7029 BINFO_VIRTUALS when streaming for ltrans unit.
7031 2011-06-13 David Edelsohn <dje.gcc@gmail.com>
7033 * config/rs6000/rs6000.md (movdi_mfpgpr): Remove POWER mnemonic.
7034 (movdi_internal64): Same.
7036 2011-06-13 Edmar Wienskoski <edmar@freescale.com>
7039 * config/rs6000/rs6000.md (save_gpregs_<mode>): Replaced pattern with
7040 a set of similar patterns, where the MATCH_OPERAND for the function
7041 argument is replaced with individual references to hardware registers.
7042 (save_fpregs_<mode>): Ditto
7043 (restore_gpregs_<mode>): Ditto
7044 (return_and_restore_gpregs_<mode>): Ditto
7045 (return_and_restore_fpregs_<mode>): Ditto
7046 (return_and_restore_fpregs_aix_<mode>): Ditto
7048 2011-06-13 Jan Hubicka <jh@suse.cz>
7050 * ipa-utils.c (postorder_stack): New structure.
7051 (ipa_reverse_postorder): Handle aliases.
7053 2011-06-13 Jan Hubicka <jh@suse.cz>
7055 * ipa-inline.c (reset_edge_caches): Walk aliases.
7056 (update_caller_keys): Do not test inlinability of aliases.
7057 * ipa-inline-analysis.c (do_estimate_edge_time): Look through alias.
7058 (do_estimate_growth): Fix typo.
7060 2011-06-13 Jan Hubicka <jh@suse.cz>
7062 * ipa-inline-transform.c (+can_remove_node_now_p_1): Break out from...
7063 (can_remove_node_now_p): ... here; handle same comdat groups.
7064 (clone_inlined_nodes): Update use of can_remove_node_now_p add TODO.
7065 (inline_call): Update use of can_remove_node_now_p.
7067 2011-06-13 Kaushik Phatak <kaushik.phatak@kpitcummins.com>
7069 * config/h8300/h8300.md (bsetqi_msx, bclrqi_msx, bnotqi_msx): Added
7070 condition to disallow non-identical memory locations.
7071 (*andqi3_2, andqi3_1, iorqi3_1, xorqi3_1): Reorder insn to give
7072 preference to bit manipulation instructions.
7074 2011-06-13 Jan Hubicka <jh@suse.cz>
7076 * cgraph.c (cgraph_for_node_thunks_and_aliases,
7077 cgraph_for_node_and_aliases): Fix thinko in recursive walking.
7078 (nonremovable_p): New function.
7079 (cgraph_can_remove_if_no_direct_calls_p): New function.
7080 (used_from_object_file_p): New functoin.
7081 (cgraph_will_be_removed_from_program_if_no_direct_calls): Look for
7082 references from aliases.
7083 * cgraph.h (cgraph_can_remove_if_no_direct_calls_p): Bring offline.
7084 * ipa-inline.c (check_caller_edge): New function.
7085 (want_inline_function_called_once_p): Use it; accept aliases called
7087 * ipa-inline-analysis.c (do_estimate_growth): Remove FIXME.
7089 2011-06-13 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
7092 * config/arm/neon.md (vec_pack_trunc): Set the lengths
7093 correctly for the case with Quad vectors.
7095 2011-06-13 Jakub Jelinek <jakub@redhat.com>
7096 Ira Rosen <ira.rosen@linaro.org>
7098 PR tree-optimization/49352
7099 * tree-vect-loop.c (vect_is_slp_reduction): Don't count debug uses at
7100 all, make sure loop_use_stmt after the loop is a def stmt of a used
7101 SSA_NAME that is the only one defined inside of the loop. Don't
7102 check for COND_EXPR and GIMPLE_BINARY_RHS.
7103 (vect_is_simple_reduction_1): Call vect_is_slp_reduction only if
7104 check_reduction is true.
7106 2011-06-11 Jan Hubicka <jh@suse.cz>
7109 * ipa.c (cgraph_externally_visible_p): Check resolution info.
7111 2011-06-11 Jan Hubicka <jh@suse.cz>
7114 * ipa-inline-transform.c: Include tree-pass.h
7115 (inline_transform): Set TODO_update_ssa_only_virtuals.
7116 * Makefile.in (ipa-inline-transform.o): Add tree-pass.h.
7118 2011-06-11 Jan Hubicka <jh@suse.cz>
7121 * ipa.c (cgraph_non_local_node_p_1, cgraph_local_node_p): Rule out
7124 2011-06-12 Ira Rosen <ira.rosen@linaro.org>
7126 * tree-vect-data-refs.c (vect_peeling_hash_get_most_frequent):
7127 Take number of iterations to peel into account for equally frequent
7128 misalignment values.
7130 2011-06-11 Jan Hubicka <jh@suse.cz>
7132 * lto-streamer-out.c (produce_symtab): Stream out the newly
7133 represented aliases.
7135 2011-06-11 Jan Hubicka <jh@suse.cz>
7137 * ipa-prop.c (ipa_make_edge_direct_to_target): Fix code setting
7139 (ipa_update_after_lto_read): Likewise.
7140 (ipa_write_node_info): Do not sream call_with_var_arguments.
7141 (ipa_read_node_info): Likewise.
7143 2011-06-11 Jan Hubicka <jh@suse.cz>
7145 * ipa.c (cgraph_comdat_can_be_unshared_p): Fix pasto.
7147 2011-06-11 Jan Hubicka <jh@suse.cz>
7149 * lto-symtab.c (lto_cgraph_replace_node): Kill same body alias code.
7150 (lto_symtab_resolve_can_prevail_p): Likewise.
7151 (lto_symtab_merge_cgraph_nodes): Update merging of aliases.
7152 * cgraph.c (same_body_aliases_done): New global var.
7153 (cgraph_same_body_alias_1): Rename to ...
7154 (cgraph_create_function_alias): ... this one; reorg to new
7156 (cgraph_same_body_alias): Use cgraph_create_function_alias;
7157 record references when asked to.
7158 (cgraph_add_thunk): Fix formating.
7159 (cgraph_get_node): Kill same body alias code.
7160 (cgraph_node_for_asm): Likewise.
7161 (cgraph_remove_same_body_alias): Remove.
7162 (cgraph_remove_node): Kill same body alias code.
7163 (cgraph_mark_address_taken_node): Mark also the aliased function
7164 as having address taken.
7165 (dump_cgraph_node): Dump same body aliases.
7166 (cgraph_for_node_thunks_and_aliases): Update for new alias
7168 (cgraph_for_node_and_aliases): Likewise.
7169 * cgraph.h (same_body): Kll pointer.
7170 (same_body_alias): Update comment.
7171 (same_body_aliases_done): Declare.
7172 (cgraph_remove_same_body_alias): Remove declaration.
7173 (cgraph_create_function_alias): Declare.
7174 (cgraph_process_same_body_aliases): Declare.
7175 (cgraph_function_with_gimple_body_p): Check for alias.
7176 (cgraph_can_remove_if_no_direct_calls_p): Look for aliases.
7177 (cgraph_alias_aliased_node): New function.
7178 (cgraph_function_node): Update for new aliases.
7179 (cgraph_function_or_thunk_node): Likewise.
7180 * ipa-inline-transform.c (can_remove_node_now_p): Look for aliases.
7181 (inline_call): Remove dead aliases.
7182 * cgraphunit.c (cgraph_decide_is_function_needed): Disable assembler
7183 name hack for same body aliases.
7184 (clone_of_p): Look through aliases.
7185 (verify_cgraph_node): Verify aliases.
7186 (cgraph_analyze_function): Analyze aliases; fixup C++ bugs.
7187 (cgraph_process_same_body_aliases): New function.
7188 (process_function_and_variable_attributes): Disable weakref warning on
7190 (cgraph_analyze_functions): Handle aliases.
7191 (cgraph_mark_functions_to_output): Handle aliases same way as thunks.
7192 (assemble_thunks): Rename to ...
7193 (assemble_thunks_and_aliases): ... this one; handle aliases, too.
7194 (cgraph_expand_function): Remove alias output code.
7195 (cgraph_output_in_order): Skip aliases.
7196 (cgraph_preserve_function_body_p): Aliases don't need preserving.
7197 * ipa-ref.c (ipa_ref_use_name): Add alias reference.
7198 (ipa_record_reference): Do not assert on alias references.
7199 (ipa_ref_has_aliases_p): New function.
7200 * ipa-ref.h (enum ipa_ref_use): Add IPA_REF_ALIAS.
7201 (ipa_ref_has_aliases_p): Declare.
7202 * lto-cgraph.c (lto_output_node): Handle aliases.
7203 (input_node): Likewise.
7204 * lto-streamer-out.c (lto_output): Skip aliases.
7205 (produce_symtab): Kill same_body_alias code.
7206 * ipa-utils.c (ipa_reverse_postorder): Add FIXME.
7207 (ipa_reverse_postorder): Use cgraph_only_called_directly_or_aliased_p.
7208 * ipa-inline.c (update_caller_keys): Walk aliases.
7209 (inline_small_functions): Fix thinko in previous patch.
7210 * ipa.c (cgraph_externally_visible_p): Do not walk aliases.
7211 (function_and_variable_visibility): Do not walk same body aliases.
7212 * tree-ssa-structalias.c (associate_varinfo_to_alias): New function.
7213 (ipa_pta_execute): Use it.
7215 2011-06-11 Uros Bizjak <ubizjak@gmail.com>
7217 * config/i386/sse.md (vec_dupv4sf): Correct mode of forced register.
7218 (*vec_dupv2df): Rename from vec_dupv2df.
7219 (vec_dupv2df): New expander.
7221 2011-06-11 Uros Bizjak <ubizjak@gmail.com>
7223 * config/i386/sse.md (AVX_VEC_DUP_MODE): Rename from AVX256MODE24P.
7225 2011-06-11 Uros Bizjak <ubizjak@gmail.com>
7227 * config/i386/i386.md: Use default value in "isa" attribute.
7228 * config/i386/sse.md: Ditto.
7229 * config/i386/mmx.md: Ditto.
7231 2011-06-10 Wei Guozhi <carrot@google.com>
7234 * config/arm/ldmstm.md (ldm2_ia, stm2_ia, ldm2_ib, stm2_ib, ldm2_da,
7235 stm2_da, ldm2_db, stm2_db): Add condition !arm_arch7 to these insns.
7236 (ldrd, ldrd_reg1, ldrd_reg2 and peephole2): New insn patterns and
7238 (strd, strd_reg1, strd_reg2 and peephole2): New insn patterns and
7240 * config/arm/arm-protos.h (arm_check_ldrd_operands): New prototype.
7241 (arm_legitimate_ldrd_p): New prototype.
7242 (arm_output_ldrd): New prototype.
7243 * config/arm/arm.c (arm_check_ldrd_operands): New function.
7244 (arm_legitimate_ldrd_p): New function.
7245 (arm_output_ldrd): New function.
7247 2011-06-10 David Li <davidxl@google.com>
7249 * cgraphunit.c (cgraph_finalize_compilation_unit): Pass dump.
7250 * passes.c (passr_eq): New function.
7251 (create_pass_tab): New function.
7252 (pass_traverse): New function.
7253 (dump_one_pass): New function.
7254 (dump_pass_list): New function.
7255 (dump_passes): New function.
7257 2011-06-10 Jan Hubicka <jh@suse.cz>
7259 * cgraph.c (cgraph_set_nothrow_flag_1): Update cgraph after
7260 setting the nothrow flag.
7261 * ipa-reference.c (propagate): Skip aliases.
7262 * ipa-pure-const.c (propagate_pure_const): Skip aliases.
7263 (propagate_nothrow): Skip aliases; do not update cgraph.
7264 (local_pure_const): Do not update cgraph.
7265 * tree-profile.c (tree_profiling): Do fixup_cfg.
7267 2011-06-10 Jan Hubicka <jh@suse.cz>
7269 * ipa.c (cgraph_non_local_node_p_1): Break out from ...;
7270 (cgraph_local_node_p): ... here; handle aliases.
7271 (has_addr_references_p): Break out from ...;
7272 (cgraph_remove_unreachable_nodes) ... here.
7274 2011-06-10 Jan Hubicka <jh@suse.cz>
7276 * opts.c (default_options): Enlist OPT_finline_functions_called_once.
7277 * common.opt (flag_inline_functions_called_once): Do not
7280 2011-06-10 Jan Hubicka <jh@suse.cz>
7282 * ipa-cp.c (ipcp_versionable_function_p): Thunks are not versionable.
7283 (ipcp_initialize_node_lattices): Do not deal with aliases;
7284 Do not try to propagate through thunks.
7285 (ipcp_change_tops_to_bottom): Do not deal with aliases.
7287 2011-06-10 Jan Hubicka <jh@suse.cz>
7289 * ipa-prop.c (ipa_write_node_info): Stream jump functions
7291 (ipa_read_node_info): Likewise.
7293 2011-06-10 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
7296 * tree-ssa-math-opts.c (powi_as_mults): Minor cleanup.
7297 (build_and_insert_call): Likewise.
7298 (build_and_insert_ref): New.
7299 (gimple_expand_builtin_pow): Minor cleanup.
7300 (gimple_expand_builtin_cabs): New.
7301 (execute_cse_sincos): Add case for BUILT_IN_CABS.
7303 2011-06-10 Jan Hubicka <jh@suse.cz>
7305 * ipa-cp.c (ipcp_versionable_function_p): Aliases are not versionable.
7306 (ipcp_cloning_candidate_p): Aliases are not clonning candidates.
7307 (ipcp_initialize_node_lattices): We don't propagate through an aliases.
7308 (ipcp_propagate_stage): Skip aliases when propagating.
7309 (ipcp_need_redirect_p): Skip aliases.
7310 (ipcp_insert_stage): Use FOR_EACH_FUNCTION_WITH_GIMPLE_BODY and
7311 collect_callers_of_node.
7312 * ipa-prop.c (ipa_init_func_list): Do not analyze datastructures
7314 (ipa_compute_jump_functions): Look through aliases.
7316 2011-06-10 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
7318 * doc/sourcebuild.texi (Effective-Target Keywords, pie): Document it.
7320 2011-06-10 Hans-Peter Nilsson <hp@axis.com>
7322 * ira-costs.c: Remove #ifdefs on dead FORBIDDEN_INC_DEC_CLASSES.
7324 * system.h (FORBIDDEN_INC_DEC_CLASSES): Poison.
7326 2011-06-10 Jan Hubicka <jh@suse.cz>
7328 * ipa-cp.c (ipcp_process_devirtualization_opportunities):
7329 Update call of gimple_get_virt_method_for_binfo.
7330 * gimple-fold.c (gimple_get_virt_method_for_binfo): Remove
7331 refuse_thunks parameter.
7332 (gimple_fold_call): Update.
7333 * ipa-prop.c (try_make_edge_direct_virtual_call): Update.
7335 2011-06-10 Jan Hubicka <jh@suse.cz>
7337 * tree-sra.c (all_callers_have_enough_arguments_p): Rename to ...
7338 (not_all_callers_have_enough_arguments_p): ... this one; turn into
7339 worker for cgraph_for_node_and_aliases.
7340 (convert_callers_for_node): Break out from ...
7341 (convert_callers): ... here.
7342 (modify_function): Use collect_callers_of_node.
7343 (ipa_early_sra): Use cgraph_for_node_and_aliases.
7345 2011-06-10 Richard Guenther <rguenther@suse.de>
7347 PR tree-optimization/49361
7348 * fold-const.c (fold_binary_loc): Only fold x * x to pow (x, 2.0)
7349 when not already in gimple form.
7351 2011-06-10 Richard Guenther <rguenther@suse.de>
7354 * tree-ssa-math-opts.c (convert_mult_to_fma): Use
7355 FOR_EACH_PHI_OR_STMT_USE.
7357 2011-06-10 Jan Hubicka <jh@suse.cz>
7359 * ipa-inline-transform.c (can_remove_node_now_p): Move out of...
7360 (clone_inlined_nodes): ... here.
7361 (inline_call): Use cgraph_function_or_thunk_node; redirect edge
7362 to real destination prior inlining.
7363 * ipa-inline.c (caller_growth_limits, can_inline_edge_p,
7364 can_early_inline_edge_p, want_early_inline_function_p,
7365 want_early_inline_function_p, want_inline_small_function_p,
7366 want_inline_self_recursive_call_p, want_inline_function_called_once_p,
7367 edge_badness, update_all_callee_keys, lookup_recursive_calls,
7368 add_new_edges_to_heap, inline_small_functions, flatten_function,
7369 inline_always_inline_functions, early_inline_small_functions): Use
7370 cgraph_function_or_thunk_node.
7371 * ipa-inline-analysis.c (evaluate_conditions_for_edge,
7372 dump_inline_edge_summary, estimate_function_body_sizes): Likewise.
7373 (do_estimate_edge_growth_1): Break out from ...
7374 (do_estimate_growth) ... here; walk aliases.
7375 (inline_generate_summary): Skip aliases.
7377 2011-06-10 Richard Guenther <rguenther@suse.de>
7379 * tree-ssa-forwprop.c (ssa_forward_propagate_and_combine): Scan stmts
7380 forward when combining, visit inserted stmts when a stmt was changed.
7382 2011-06-10 Paolo Carlini <paolo.carlini@oracle.com>
7384 * tree.h (error_operand_p): Add.
7385 * dbxout.c (dbxout_type_fields): Use the latter.
7386 * c-decl.c (add_stmt): Likewise.
7387 * gimplify.c (omp_add_variable, omp_notice_variable,
7388 gimplify_scan_omp_clauses): Likewise.
7390 2011-06-10 Georg-Johann Lay <avr@gjlay.de>
7392 * config/avr/avr.c (avr_function_arg_advance): Fix thinko about
7393 when a value is actually passed in regs.
7395 2011-06-10 Eric Botcazou <ebotcazou@adacore.com>
7396 Laurent Rougé <laurent.rouge@menta.fr>
7398 * doc/invoke.texi (SPARC options): Add -mflat.
7399 * config/sparc/sparc.opt: Likewise.
7400 * config/sparc/sparc-protos.h (sparc_expand_epilogue): Add parameter.
7401 (sparc_flat_expand_prologue): Declare.
7402 (sparc_flat_expand_epilogue): Likewise.
7403 * config/sparc/sparc.h (CPP_CPU_SPEC): Do not handle -msoft-float.
7404 (CPP_ENDIAN_SPEC): Replace with...
7405 (CPP_OTHER_SPEC): ...this. Also handle -mflat and -msoft-float.
7406 (CPP_SPEC): Adjust to above change.
7407 (EXTRA_SPECS): Likewise.
7408 (SPARC_INCOMING_INT_ARG_FIRST): Add TARGET_FLAT handling.
7409 (INCOMING_REGNO): Likewise.
7410 (OUTGOING_REGNO): Likewise.
7411 (LOCAL_REGNO): Likewise.
7412 (SETUP_FRAME_ADDRESSES): Likewise.
7413 (FIXED_REGISTERS): Set 0 for %fp.
7414 (CALL_USED_REGISTERS): Likewise.
7415 (INITIAL_ELIMINATION_OFFSET): Pass current_function_is_leaf.
7416 (EXIT_IGNORE_STACK): Define to 1 unconditionally.
7417 (RETURN_ADDR_REGNUM): Define.
7418 (RETURN_ADDR_RTX): Use it.
7419 (INCOMING_RETURN_ADDR_REGNUM): Define.
7420 (INCOMING_RETURN_ADDR_RTX): Use it.
7421 (DWARF_FRAME_RETURN_COLUMN): Likewise.
7422 (EH_RETURN_REGNUM): Define.
7423 (EH_RETURN_STACKADJ_RTX): Use it.
7424 (EH_RETURN_HANDLER_RTX): Delete.
7425 (EPILOGUE_USES): Use them and add TARGET_FLAT handling.
7426 * config/sparc/sparc.c (apparent_fsize, actual_fsize, num_gfregs):
7428 (struct machine_function): Add frame_size, apparent_frame_size,
7429 frame_base_reg, frame_base_offset, n_global_fp_regs and
7430 save_local_in_regs_p fields.
7431 (sparc_frame_size, sparc_apparent_frame_size, sparc_frame_base_reg,
7432 sparc_frame_base_offset, sparc_n_global_fp_regs,
7433 sparc_save_local_in_regs_p): New macros.
7434 (sparc_option_override): Error out if -fcall-saved-REG is specified
7436 (eligible_for_restore_insn): Fix formatting.
7437 (eligible_for_return_delay): Likewise. Add TARGET_FLAT handling.
7438 (eligible_for_sibcall_delay): Likewise.
7439 (RTX_OK_FOR_OFFSET_P, RTX_OK_FOR_OLO10_P): Add MODE parameter.
7440 (sparc_legitimate_address_p): Adjust to above change.
7441 (save_global_or_fp_reg_p): New predicate.
7442 (return_addr_reg_needed_p): Likewise.
7443 (save_local_or_in_reg_p): Likewise.
7444 (sparc_compute_frame_size): Use them. Add TARGET_FLAT handling.
7445 (SORR_SAVE, SORR_RESTORE): Delete.
7446 (sorr_pred_t): New typedef.
7447 (sorr_act_t): New enum.
7448 (save_or_restore_regs): Rename to...
7449 (emit_save_or_restore_regs): ...this. Change type of LOW and HIGH
7450 parameters, remove ACTION parameter, add LEAF_FUNCTION_P, SAVE_P,
7451 ACTION_TRUE and ACTION_FALSE parameters. Implement more general
7452 mechanism. Add CFI information for double-word saves in 32-bit mode.
7453 (emit_adjust_base_to_offset): New function extracted from...
7454 (emit_save_or_restore_regs): ...this. Rename the rest to...
7455 (emit_save_or_restore_regs_global_fp_regs): ...this.
7456 (emit_save_or_restore_regs_local_in_regs): New function.
7457 (gen_create_flat_frame_[123]): New functions.
7458 (sparc_expand_prologue): Use SIZE local variable. Adjust.
7459 (sparc_flat_expand_prologue): New function.
7460 (sparc_asm_function_prologue): Add TARGET_FLAT handling.
7461 (sparc_expand_epilogue): Use SIZE local variable. Adjust.
7462 (sparc_flat_expand_epilogue): New function.
7463 (sparc_can_use_return_insn_p): Add TARGET_FLAT handling.
7464 (output_return): Likewise.
7465 (output_sibcall): Likewise.
7466 (sparc_output_mi_thunk): Likewise.
7467 (sparc_frame_pointer_required): Likewise.
7468 (sparc_conditional_register_usage): If TARGET_FLAT, disable the leaf
7469 function optimization.
7470 * config/sparc/sparc.md (flat): New attribute.
7471 (prologue): Add TARGET_FLAT handling.
7472 (save_register_window): Disable if TARGET_FLAT.
7473 (create_flat_frame_[123]): New patterns.
7474 (epilogue): Add TARGET_FLAT handling.
7475 (sibcall_epilogue): Likewise.
7476 (eh_return): New expander.
7477 (eh_return_internal): New insn and splitter.
7478 (return_internal): Add TARGET_FLAT handling.
7479 (untyped_return): Remove bogus test and use RETURN_ADDR_REGNUM.
7480 (save_stack_nonlocal): Use RETURN_ADDR_REGNUM.
7481 (nonlocal_goto): Add TARGET_FLAT handling.
7482 * config/sparc/t-elf: Add -mflat multilib.
7483 * config/sparc/t-leon: Likewise.
7485 2011-06-10 Jan Hubicka <jh@suse.cz>
7487 * ipa-utils.c (searchc): Use cgraph_function_or_thunk_node.
7488 * ipa-pure-const.c (analyze_function): Aliases don't need analysis.
7489 (self_recursive_p): Use cgraph_function_node.
7490 (propagate_pure_const): Likewise.
7491 (propagate_nothrow): Likewise.
7492 * ipa-reference.c (ipa_reference_get_not_read_global): Use
7493 cgraph_function_node.
7494 (propagate_bits): Likewise.
7495 (propagate): Likewise.
7497 2011-06-10 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
7498 Richard Earnshaw <rearnsha@arm.com>
7500 * config/arm/arm.c (const_ok_for_op): Check to see if mvn can be used.
7501 * config/arm/vfp.md (*arm_movdi_vfp): Delete.
7502 (*thumb2_movdi_vfp): Delete.
7503 (*arm_movdi_vfp_cortexa8): Delete.
7504 (*movdi_vfp): Consolidate from *arm_movdi_vfp and *thumb2_movdi_vfp.
7505 (*movdi_vfp_cortexa8): Likewise.
7507 2011-06-10 Richard Guenther <rguenther@suse.de>
7509 * stor-layout.c (initialize_sizetypes): Give names to all
7512 2011-06-10 Ira Rosen <ira.rosen@linaro.org>
7514 PR tree-optimization/49318
7515 * tree-vect-loop.c (vect_determine_vectorization_factor): Remove
7516 irrelevant pattern statements.
7518 2011-06-10 Hans-Peter Nilsson <hp@axis.com>
7520 * system.h (SETJMP_VIA_SAVE_AREA): Poison.
7523 * ira-costs.c (setup_regno_cost_classes_by_mode): Add missing cast
7526 2011-06-09 Jan Hubicka <jh@suse.cz>
7528 * cgraphunit.c (cgraph_reset_node): Do not set redefined_extern_inline;
7529 do not recompute reachable flag.
7530 (cgraph_finalize_function, cgraph_analyze_functions): Set
7531 redefined_extern_inline here.
7533 2011-06-09 Jan Hubicka <jh@suse.cz>
7535 * cgraph.h (cgraph_only_called_directly_or_aliased_p): Rename from ...
7536 (cgraph_only_called_directly_p): ... this one; bring offline.
7537 (resolution_used_from_other_file_p, cgraph_used_from_object_file_p,
7538 varpool_used_from_object_file_p): Drop names from the declaratoin.
7539 (cgraph_for_node_thunks_and_aliases, cgraph_for_node_and_aliases,
7540 collect_callers_of_node): New.
7541 (cgraph_function_node, cgraph_function_or_thunk_node): New functions.
7542 (cgraph_edge_recursive_p): Use cgraph_function_node.
7543 * cgraph.c (cgraph_add_thunk): Check that thunk is not already alias.
7544 (cgraph_node_cannot_be_local_p_1): Break out from ...
7545 (cgraph_node_can_be_local_p): ... here; walk aliases.
7546 (cgraph_for_node_thunks_and_aliases): New function.
7547 (cgraph_for_node_and_aliases): New function.
7548 (cgraph_make_node_local_1): Break out from ...
7549 (cgraph_make_node_local) ... here; use
7550 cgraph_for_node_thunks_and_aliases.
7551 (cgraph_set_nothrow_flag_1): Break out from ...
7552 (cgraph_set_nothrow_flag) ... here;
7553 use cgraph_for_node_thunks_and_aliases.
7554 (cgraph_set_const_flag_1): Break out from ...
7555 (cgraph_set_const_flag) ... here;
7556 use cgraph_for_node_thunks_and_aliases.
7557 (cgraph_set_pure_flag_1): Break out from ...
7558 (cgraph_set_pure_flag) ... here;
7559 use cgraph_for_node_thunks_and_aliases.
7560 (cgraph_propagate_frequency_1): Break out from ...
7561 (cgraph_propagate_frequency) ... here; use
7562 cgraph_for_node_thunks_and_aliases.
7563 (cgraph_used_from_object_file_p): Do not care about aliases.
7564 (cgraph_not_only_called_directly_p_1, cgraph_only_called_directly_p):
7566 (collect_callers_of_node_1, collect_callers_of_node): New functions.
7568 2011-06-10 Hans-Peter Nilsson <hp@axis.com>
7570 PR rtl-optimization/49154
7571 * config/cris/cris.h (FIXED_REGISTERS): Include CRIS_CC0_REGNUM.
7572 (enum reg_class): Add SRP_REGS and MOF_SRP_REGS.
7573 (REG_CLASS_NAMES, REG_CLASS_CONTENTS, REGNO_REG_CLASS)
7574 (PREFERRED_RELOAD_CLASS, SECONDARY_RELOAD_CLASS): Adjust to fit.
7575 * config/cris/cris.h (cris_register_move_cost): Remove
7576 !TARGET_V32 code. Tweak comments.
7578 2011-06-09 Jan Hubicka <jh@suse.cz>
7580 * cgraphbuild.c (record_eh_tables): Mark personality function as having
7583 2011-06-10 Hans-Peter Nilsson <hp@axis.com>
7585 PR rtl-optimization/49154
7586 * ira-costs.c (setup_regno_cost_classes_by_mode): If there already
7587 is a matching slot in the hashtable, assign it to classes_ptr.
7589 PR rtl-optimization/49154
7590 * doc/tm.texi.in (Register Classes): Document rule for the narrowest
7592 * doc/tm.texi: Regenerate.
7594 2011-06-09 Kaz Kojima <kkojima@gcc.gnu.org>
7597 * config/sh/sh.md (UNSPEC_CHKADD): New.
7598 (chk_guard_add): New define_insn_and_split.
7599 (symGOT_load): Use chk_guard_add instead of blockage.
7601 2011-06-09 Kai Tietz <ktietz@redhat.com>
7603 * libgcc2.c (L_trampoline): Include windows.h for mingw targets.
7605 2011-06-09 Eric Botcazou <ebotcazou@adacore.com>
7607 * config/sparc/sparc.md (return_internal): Adjust 'length' attribute.
7609 2011-06-09 Wei Guozhi <carrot@google.com>
7612 * config/arm/arm.md (*addsi3_carryin_compare0_<optab>): New pattern.
7613 (peephole2 for conditional move): Generate 16 bit instructions.
7615 2011-06-09 Uros Bizjak <ubizjak@gmail.com>
7617 * config/i386/i386.md (*movdi_internal_rex64): Merge
7618 alternatives 6 and 8.
7620 2011-06-09 David Li <davidxl@google.com>
7622 * cgraphunit.c (cgraph_finalize_compilation_unit): Pass dump.
7623 * passes.c (passr_eq): New function.
7624 (create_pass_tab): New function.
7625 (pass_traverse): New function.
7626 (dump_one_pass): New function.
7627 (dump_pass_list): New function.
7628 (dump_passes): New function.
7630 2011-06-09 David Li <davidxl@google.com>
7632 * tree-complex.c (tree_lower_complex): Gate cleanup.
7633 * tree-stdarg.c (check_all_va_list_escapes): Ditto.
7634 (execute_optimize_stdarg): Ditto.
7635 * tree-eh.c (execute_lower_eh_dispatch): Ditto.
7636 (execute_cleanup_eh_1): Ditto.
7637 (execute_cleanup_eh): Ditto.
7638 * gcse.c (gate_rtl_pre): Ditto.
7639 (execute_rtl_pre): Ditto.
7640 * except.c (finish_eh_generation): Ditto.
7641 (convert_to_eh_region_ranges): Ditto.
7642 * cprop.c (one_cprop_pass): Ditto.
7644 2011-06-09 Bernd Schmidt <bernds@codesourcery.com>
7647 * config/ia64/ia64.c (ia64_reorg): Clear BB_DISABLE_SCHEDULE flag
7648 in all basic blocks.
7650 2011-06-09 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
7652 * config/alpha/netbsd.h (ENABLE_EXECUTE_STACK): Remove.
7653 (HAVE_ENABLE_EXECUTE_STACK): Define.
7654 * config/alpha/osf5.h (ENABLE_EXECUTE_STACK): Remove.
7655 (HAVE_ENABLE_EXECUTE_STACK): Define.
7656 * config/darwin.h (ENABLE_EXECUTE_STACK): Remove.
7657 (HAVE_ENABLE_EXECUTE_STACK): Define.
7658 * config/i386/mingw32.h (MINGW_ENABLE_EXECUTE_STACK): Remove.
7659 (ENABLE_EXECUTE_STACK): Remove.
7660 (HAVE_ENABLE_EXECUTE_STACK): Define.
7661 [IN_LIBGCC2]: Don't include <windows.h>.
7662 * config/i386/netbsd-elf.h (ENABLE_EXECUTE_STACK): Remove.
7663 (HAVE_ENABLE_EXECUTE_STACK): Define.
7664 * config/i386/netbsd64.h (ENABLE_EXECUTE_STACK): Remove.
7665 (HAVE_ENABLE_EXECUTE_STACK): Define.
7666 * config/netbsd.h (NETBSD_ENABLE_EXECUTE_STACK): Remove.
7667 * config/openbsd.h (ENABLE_EXECUTE_STACK): Remove.
7668 (HAVE_ENABLE_EXECUTE_STACK): Define.
7669 * config/sol2.h (ENABLE_EXECUTE_STACK): Remove.
7670 (HAVE_ENABLE_EXECUTE_STACK): Define.
7671 * config/sparc/freebsd.h (ENABLE_EXECUTE_STACK): Remove.
7672 (HAVE_ENABLE_EXECUTE_STACK): Define.
7673 * config/sparc/netbsd-elf.h (ENABLE_EXECUTE_STACK): Remove.
7674 (HAVE_ENABLE_EXECUTE_STACK): Define.
7675 * config/alpha/alpha.c (alpha_trampoline_init): Test
7676 HAVE_ENABLE_EXECUTE_STACK.
7677 * config/i386/i386.c (ix86_trampoline_init): Likewise.
7678 * config/sparc/sparc.c (sparc32_initialize_trampoline): Likewise.
7679 (sparc64_initialize_trampoline): Likewise.
7680 * libgcc2.c [L_enable_execute_stack]: Remove.
7681 * system.h (ENABLE_EXECUTE_STACK): Poison.
7682 * doc/tm.texi.in (Trampolines, ENABLE_EXECUTE_STACK): Remove.
7683 * doc/tm.texi: Regenerate.
7684 * Makefile.in (LIBGCC2_CFLAGS): Add -fbuilding-libgcc.
7686 2011-06-09 Jakub Jelinek <jakub@redhat.com>
7689 * dce.c (reset_unmarked_insns_debug_uses): Avoid shadowing insn
7690 variable. After resetting and rescanning insn continue with previous
7693 2011-06-09 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
7695 * configure.ac (gcc_cv_as_hidden): Enable on *-*-darwin*.
7696 (gcc_cv_ld_hidden): Likewise.
7697 * configure: Regenerate.
7698 * config/i386/i386.c (USE_HIDDEN_LINKONCE): Remove TARGET_MACHO.
7699 (ix86_stack_protect_fail): Mark unused.
7700 (TARGET_STACK_PROTECT_FAIL) [TARGET_MACHO]: Don't redefine.
7701 * config/rs6000/rs6000.c (rs6000_assemble_visibility)
7702 [TARGET_MACHO]: Don't define.
7703 (TARGET_ASM_ASSEMBLE_VISIBILITY): Likewise.
7704 (TARGET_STACK_PROTECT_FAIL): Likewise.
7705 (rs6000_stack_protect_fail): Mark unused.
7706 * dwarf2asm.c (dw2_output_indirect_constant_1): Mark decl hidden if
7707 USE_LINKONCE_INDIRECT. Don't emit .hidden expicitly.
7709 2011-06-08 Andi Kleen <ak@linux.intel.com>
7711 * varasm.c (get_section): Print location of other conflict
7712 for section conflicts.
7714 2011-06-08 Andi Kleen <ak@linux.intel.com>
7716 * config/i386/driver-i386.c (host_detect_local_cpu):
7717 Add model 0x2d Intel CPU.
7719 2011-06-08 Andi Kleen <ak@linux.intel.com>
7721 * reginfo.c (global_regs_decl): Add.
7722 (globalize_reg): Add decl parameter. Compute location. Pass location
7723 to warnings and add inform. Store decl in global_regs_decl.
7724 * rtl.h (globalize_reg): Update prototype.
7725 * varasm.c (make_decl_rtl): Pass decl to globalize_reg().
7727 2011-06-09 Mingjie Xing <mingjie.xing@gmail.com>
7729 * treestruct.def (TS_TYPE_DECL): Fix the printable name typo.
7731 2011-06-08 Kaz Kojima <kkojima@gcc.gnu.org>
7734 * config/sh/predicates.md (general_movsrc_operand): Check
7735 mode for memory with indexed address for QI and HImode.
7736 (general_movdst_operand): Likewise.
7738 2011-06-09 Nicola Pero <nicola.pero@meta-innovation.com>
7740 * doc/objc.texi (Traditional GNU Objective-C runtime API): Updated.
7742 2011-06-08 Alexandre Oliva <aoliva@redhat.com>
7744 * tree-flow-inline.h (op_iter_init): Reject GIMPLE_PHI stmts.
7745 (num_ssa_operands): Likewise.
7746 (op_iter_init_phiuse): Forward-declare.
7747 (delink_stmt_imm_use): Iterate with FOR_EACH_PHI_OR_STMT_USE.
7749 2011-06-08 Nick Clifton <nickc@redhat.com>
7751 * doc/invoke.texi (ARM Options): Update description of
7754 2011-06-08 H.J. Lu <hongjiu.lu@intel.com>
7756 * config/i386/driver-i386.c (host_detect_local_cpu): Support
7757 unknown Intel family 0x6 CPUs.
7759 2011-06-08 Martin Jambor <mjambor@suse.cz>
7761 * tree-sra.c (mark_rw_status): Removed.
7762 (analyze_access_subtree): New parameter parent instead of
7763 mark_read and mark_write, propagate from that.
7765 2011-06-08 Julian Brown <julian@codesourcery.com>
7767 * config/arm/arm.c (arm_libcall_uses_aapcs_base): Use correct ABI
7768 for double-precision helper functions in hard-float mode if only
7769 single-precision arithmetic is supported in hardware.
7771 2011-06-08 Alexander Monakov <amonakov@ispras.ru>
7773 PR rtl-optimization/49303
7774 * sel-sched.c (move_op): Use correct type for 'res'. Verify that
7775 code_motion_path_driver returned 0 or 1.
7776 (sel_region_finish): Clear h_d_i_d.
7778 2011-06-08 Kaz Kojima <kkojima@gcc.gnu.org>
7780 * config/sh/sh.c (prepare_move_operands): Set pic register
7781 appropriately for global and local dynamic tls models even
7782 if flag_pic is unset.
7784 2011-06-07 Jason Merrill <jason@redhat.com>
7786 * pretty-print.h (ATTRIBUTE_GCC_PPDIAG): Use GCC_DIAG_STYLE if set.
7788 2011-06-07 Xinliang David Li <davidxl@google.com>
7789 * passes.c (enable_disable_pass): Handle assembler name.
7790 (is_pass_explicitly_enabled_or_disabled): Ditto.
7792 2011-06-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
7794 PR tree-optimization/48497
7795 * doc/sourcebuild.texi (Directives, dg-additional-options): Document.
7797 2011-06-07 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
7799 PR tree-optimization/46728
7800 * tree-ssa-math-opts.c (gimple_expand_builtin_pow): Change FIXME
7801 to use gimple_val_nonnegative_real_p.
7802 * gimple-fold.c (gimple_val_nonnegative_real_p): New function.
7803 * gimple.h (gimple_val_nonnegative_real_p): New declaration.
7805 2011-06-07 H.J. Lu <hongjiu.lu@intel.com>
7807 * config/i386/i386.md (*movsf_internal): Optimize AVX check.
7809 2011-06-07 Sergey Grechanik <mouseentity@ispras.ru>
7811 * config/arm/arm.c (coproc_secondary_reload_class): Return NO_REGS for
7814 2011-06-07 Richard Guenther <rguenther@suse.de>
7816 * stor-layout.c (initialize_sizetypes): Initialize all
7817 sizetypes based on target definitions.
7818 (set_sizetype): Remove.
7819 * tree.c (build_common_tree_nodes): Do not call set_sizetype.
7820 * tree.h (set_sizetype): Remove.
7822 2011-06-07 Nick Clifton <nickc@redhat.com>
7824 * config.gcc: Unify V850 architecture options and add support for
7825 newer V850 architectures.
7826 * config/v850/t-v850e: Delete.
7828 2011-06-07 Richard Guenther <rguenther@suse.de>
7830 * tree.c (build_common_tree_nodes): Also initialize size_type_node.
7831 Call set_sizetype from here.
7833 2011-06-07 Andrew Stubbs <ams@codesourcery.com>
7835 * config/arm/arm.md (*maddhidi4tb, *maddhidi4tt): New define_insns.
7836 (*maddhisi4tb, *maddhisi4tt): New define_insns.
7838 2011-06-07 Bernd Schmidt <bernds@codesourcery.com>
7839 Andrew Stubbs <ams@codesourcery.com>
7841 * simplify-rtx.c (simplify_unary_operation_1): Canonicalize widening
7843 * doc/md.texi (Canonicalization of Instructions): Document widening
7844 multiply canonicalization.
7846 2011-06-07 Jakub Jelinek <jakub@redhat.com>
7848 PR gcov-profile/49299
7849 * value-prof.c (gimple_ic): Don't assume icall has a fallthru edge.
7851 2011-06-07 Ira Rosen <ira.rosen@linaro.org>
7853 * tree-vectorizer.h (vect_recog_func_ptr): Make last argument to be
7855 * tree-vect-patterns.c (vect_recog_widen_sum_pattern,
7856 vect_recog_widen_mult_pattern, vect_recog_dot_prod_pattern,
7857 vect_recog_pow_pattern): Likewise.
7858 (vect_pattern_recog_1): Remove declaration.
7859 (widened_name_p): Remove declaration. Add new argument to specify
7860 whether to check that both types are either signed or unsigned.
7861 (vect_recog_widen_mult_pattern): Update documentation. Handle
7862 unsigned patterns and multiplication by constants.
7863 (vect_pattern_recog_1): Update vect_recog_func references. Use
7864 statement information from the statement returned from pattern
7865 detection functions.
7866 (vect_pattern_recog): Update vect_recog_func reference.
7867 * tree-vect-stmts.c (vectorizable_type_promotion): For widening
7868 multiplication by a constant use the type of the other operand.
7870 2011-06-06 Richard Sandiford <rdsandiford@googlemail.com>
7872 PR rtl-optimization/49145
7873 * combine.c (make_compound_operation): Handle ZERO_EXTEND specially.
7875 2011-06-06 Jakub Jelinek <jakub@redhat.com>
7878 * dwarf2out.c (native_encode_initializer): Decrement count in each
7882 * dwarf2out.c (mem_loc_descriptor) <do_shift>: Give up for
7886 * gimple-fold.c (fold_stmt_1): Don't try to fold *& on the lhs
7887 if stmt folded into nothing.
7888 * tree-inline.c (fold_marked_statements): If a builtin at the end of
7889 a bb folded into nothing, just update cgraph edges and move to next bb.
7890 * cgraph.c (cgraph_update_edges_for_call_stmt_node): Allow new_stmt
7891 to be NULL. Don't compute count and frequency if new_call is NULL.
7893 2011-06-04 Diego Novillo <dnovillo@google.com>
7895 * Makefile.in (lto-compress.o): Add dependency on LTO_STREAMER_H.
7896 (cgraph.o): Likewise.
7897 (cgraphunit.o): Likewise.
7898 * cgraphunit.c: Include lto-streamer.h
7899 (cgraph_finalize_compilation_unit): Call lto_streamer_hooks_init
7901 * lto-streamer-in.c (unpack_value_fields): Call
7902 streamer_hooks.unpack_value_fields if set.
7903 (lto_materialize_tree): For unhandled nodes, first try to
7904 call lto_streamer_hooks.alloc_tree, if it exists.
7905 (lto_input_ts_decl_common_tree_pointers): Move reading of
7906 DECL_INITIAL to lto_streamer_read_tree.
7907 (lto_read_tree): Call lto_streamer_hooks.read_tree if set.
7908 (lto_streamer_read_tree): New.
7909 (lto_reader_init): Rename from lto_init_reader.
7910 Move initialization code to lto/lto.c.
7911 * lto-streamer-out.c (pack_value_fields): Call
7912 streamer_hooks.pack_value_fields if set.
7913 (lto_output_tree_ref): For tree nodes that are not normally indexable,
7914 call streamer_hooks.indexable_with_decls_p before giving up.
7915 (lto_output_ts_decl_common_tree_pointers): Move handling
7916 for FUNCTION_DECL and TRANSLATION_UNIT_DECL to lto_streamer_write_tree.
7917 (lto_output_tree_header): Call streamer_hooks.is_streamable instead of
7918 lto_is_streamable. Call lto_streamer_hooks.output_tree_header if set.
7919 (lto_write_tree): Call lto_streamer_hooks.write_tree if set.
7920 (lto_streamer_write_tree): New.
7921 (lto_output): Call lto_streamer_init directly.
7922 (lto_writer_init): Remove.
7923 * lto-streamer.c (streamer_hooks): New.
7924 (lto_streamer_cache_create): Call streamer_hooks.preload_common_nodes
7925 instead of lto_preload_common_nodes.
7926 (lto_is_streamable): Move from lto-streamer.h
7927 (lto_streamer_hooks_init): New.
7928 (streamer_hooks): New.
7929 (streamer_hooks_init): New.
7930 * lto-streamer.h (struct output_block): Forward declare.
7931 (struct lto_input_block): Likewise.
7932 (struct data_in): Likewise.
7933 (struct bitpack_d): Likewise.
7934 (struct streamer_hooks): Declare.
7935 (streamer_hooks): Declare.
7936 (lto_streamer_hooks_init): Declare.
7937 (lto_streamer_write_tree): Declare.
7938 (lto_streamer_read_tree): Declare.
7939 (streamer_hooks_init): Declare.
7940 (lto_is_streamable): Move to lto-streamer.c
7942 2011-06-06 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
7944 * longlong.h (smul_ppmm): The resulting register pair contains the
7945 higher order word first.
7947 2011-06-06 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
7949 PR tree-optimization/46728
7950 * builtins.c (powi_table): Remove.
7951 (powi_lookup_cost): Remove.
7952 (powi_cost): Remove.
7953 (expand_powi_1): Remove.
7954 (expand_powi): Remove.
7955 (expand_builtin_pow_root): Remove.
7956 (expand_builtin_pow): Remove.
7957 (expand_builtin_powi): Eliminate handling of constant exponent.
7958 (expand_builtin): Use expand_builtin_mathfn_2 for BUILT_IN_POW.
7960 2011-06-06 Alexandre Oliva <aoliva@redhat.com>
7962 * cprop.c (local_cprop_pass): Don't set changed for debug insns.
7964 2011-06-06 Alexandre Oliva <aoliva@redhat.com>
7966 * dce.c (reset_unmarked_insns_debug_uses): New.
7967 (delete_unmarked_insns): Skip debug insns.
7968 (prescan_insns_for_dce): Likewise.
7969 (rest_of_handle_ud_dce): Reset debug uses of removed sets.
7970 * reg-stack.c (subst_stack_regs_in_debug_insn): Signal when no
7971 active reg can be found.
7972 (subst_all_stack_regs_in_debug_insn): New. Reset debug insn then.
7973 (convert_regs_1): Use it.
7975 2011-06-06 Alexandre Oliva <aoliva@redhat.com>
7977 * tree-pretty-print.c (dump_function_header): Add flags.
7978 Don't dump decl_uid with nouid.
7979 * tree-pretty-print.h (dump_function_header): Adjust.
7980 * final.c (rest_of_clean_state): Pass dump_flags on, with nouid.
7981 * passes.c (pass_init_dump_file): Pass dump_flags on.
7982 * tree-cfg.c (gimple_dump_cfg): Pass flags on.
7984 2011-06-06 Alexandre Oliva <aoliva@redhat.com>
7987 * ipa-inline-analysis.c (read_predicate): Initialize all clauses.
7989 2011-06-06 Mikael Pettersson <mikpe@it.uu.se>
7991 PR tree-optimization/49243
7992 * calls.c (setjmp_call_p): Also check if fndecl has the
7993 returns_twice attribute.
7995 2011-06-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
7997 * config/mips/iris6.h (ENDFILE_SPEC): Use crtfastmath.o if
8000 2011-06-06 Richard Henderson <rth@redhat.com>
8001 Georg-Johann Lay <avr@gjlay.de>
8004 * config/avr/predicates.md (const1_operand, const_0_to_7_operand):
8006 * config/avr/avr.md ("insv"): New insn expander.
8007 ("*movbitqi.1-6.a", "*movbitqi.1-6.b", "*movbitqi.0", "*insv.io",
8008 "*insv.not.io", "*insv.reg"): New insns.
8010 2011-06-06 Hans-Peter Nilsson <hp@bitrange.com>
8013 * config/mmix/mmix.md ("truncdfsf2", "extendsfdf2"): Correct predicate
8014 to nonimmediate_operand from memory_operand for the operand that is to
8015 be forced to memory by the expander. Lose the constraints.
8017 2011-06-05 Eric Botcazou <ebotcazou@adacore.com>
8019 * config/sparc/sparc.c (output_return): Fix thinko in the output of an
8020 EH return when delayed branches are disabled.
8022 2011-06-05 Uros Bizjak <ubizjak@gmail.com>
8024 * config/i386/i386.md (*movdf_internal_rex64) <case 8,9,10>:
8025 Remove MODE_TI handling. Remove SSE1 handling in attribute "mode"
8027 (*movdf_internal_rex64) <case 6,7,8>: Remove MODE_TI handling.
8028 Simplify MODE_V1DF and MODE_V2SF handling.
8029 (*movsf_internal): Remove x constraint from alternative 7 of operand 1.
8030 Simplify MODE_SF handling.
8032 2011-06-04 Jan Hubicka <jh@suse.cz>
8034 PR tree-optimization/48893
8035 PR tree-optimization/49091
8036 PR tree-optimization/49179
8037 * ipa-inline-analysis.c (evaluate_conditions_for_known_args):
8040 2011-06-04 Jan Hubicka <jh@suse.cz>
8043 * lto-cgraph.c (output_node_opt_summary): Handle NULL skip args
8046 2011-06-04 Jonathan Wakely <jwakely.gcc@gmail.com>
8048 * doc/invoke.texi: Document -Wdelete-non-virtual-dtor.
8050 2011-06-04 Jakub Jelinek <jakub@redhat.com>
8053 * config/i386/i386.md (*lea_general_4): Require INTVAL (operands[3])
8054 to be strictly smaller than 1 << shiftcount.
8056 2011-06-04 Jan Hubicka <jh@suse.cz>
8058 PR tree-optimize/48929
8059 * ipa-inline-analysis.c (remap_edge_predicates): Fix handling
8062 2011-06-04 Alexandre Oliva <aoliva@redhat.com>
8065 * calls.c (emit_call_1): Prefer the __builtin declaration of
8068 2011-06-03 Diego Novillo <dnovillo@google.com>
8070 * lto-streamer-in.c (unpack_value_fields): Remove unneeded asserts.
8071 (lto_input_tree_pointers): Likewise.
8072 * lto-streamer-out.c (pack_value_fields): Likewise.
8073 (lto_output_tree_pointers): Likewise.
8074 * lto-streamer.h (lto_is_streamable): Add check for OMP_CLAUSE
8075 and OPTIMIZATION_NODE.
8077 2011-06-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
8079 * config/alpha/linux.h (MD_UNWIND_SUPPORT): Remove.
8080 * config/alpha/osf5.h (MD_UNWIND_SUPPORT): Remove.
8081 * config/alpha/vms.h (MD_UNWIND_SUPPORT): Remove.
8082 * config/bfin/linux.h (MD_UNWIND_SUPPORT): Remove.
8083 * config/bfin/uclinux.h (MD_UNWIND_SUPPORT): Remove.
8084 * config/i386/linux.h (MD_UNWIND_SUPPORT): Remove.
8085 * config/i386/linux64.h (MD_UNWIND_SUPPORT): Remove.
8086 * config/i386/sol2.h (MD_UNWIND_SUPPORT): Remove.
8087 * config/i386/mingw32.h (MD_UNWIND_SUPPORT): Remove.
8088 * config/ia64/linux.h (MD_UNWIND_SUPPORT): Remove.
8089 * config/ia64/vms.h (MD_UNWIND_SUPPORT): Remove.
8090 * config/m68k/linux.h (MD_UNWIND_SUPPORT): Remove.
8091 * config/mips/linux.h (MD_UNWIND_SUPPORT): Remove.
8092 * config/pa/pa-hpux.h (MD_UNWIND_SUPPORT): Remove.
8093 * config/pa/pa32-linux.h (MD_UNWIND_SUPPORT): Remove.
8094 * config/rs6000/darwin.h (MD_UNWIND_SUPPORT): Remove.
8095 * config/rs6000/linux.h (MD_UNWIND_SUPPORT): Remove.
8096 * config/rs6000/linux64.h (MD_UNWIND_SUPPORT): Remove.
8097 * config/s390/linux.h (MD_UNWIND_SUPPORT): Remove.
8098 * config/s390/tpf.h (MD_UNWIND_SUPPORT): Remove.
8099 * config/sh/linux.h (MD_UNWIND_SUPPORT): Remove.
8100 * config/sparc/linux.h (MD_UNWIND_SUPPORT): Remove.
8101 * config/sparc/linux64.h (MD_UNWIND_SUPPORT): Remove.
8102 * config/sparc/sol2.h (MD_UNWIND_SUPPORT): Remove.
8103 * config/xtensa/linux.h (MD_UNWIND_SUPPORT): Remove.
8104 * config/alpha/linux-unwind.h: Move to ../libgcc/config/alpha.
8105 * config/alpha/osf5-unwind.h: Move to ../libgcc/config/alpha.
8106 * config/alpha/vms-unwind.h: Move to ../libgcc/config/alpha.
8107 * config/bfin/linux-unwind.h: Move to ../libgcc/config/bfin.
8108 * config/i386/linux-unwind.h: Move to ../libgcc/config/i386.
8109 * config/i386/sol2-unwind.h: Move to ../libgcc/config/i386.
8110 * config/i386/w32-unwind.h: Move to ../libgcc/config/i386.
8111 * config/ia64/linux-unwind.h: Move to ../libgcc/config/ia64.
8112 * config/ia64/vms-unwind.h: Move to ../libgcc/config/ia64.
8113 * config/m68k/linux-unwind.h: Move to ../libgcc/config/m68k.
8114 * config/mips/linux-unwind.h: Move to ../libgcc/config/mips.
8115 * config/pa/hpux-unwind.h: Move to ../libgcc/config/pa.
8116 * config/pa/linux-unwind.h: Move to ../libgcc/config/pa.
8117 * config/rs6000/darwin-unwind.h: Move to ../libgcc/config/rs6000.
8118 * config/rs6000/linux-unwind.h: Move to ../libgcc/config/rs6000.
8119 * config/s390/linux-unwind.h: Move to ../libgcc/config/s390.
8120 * config/s390/tpf-unwind.h: Move to ../libgcc/config/s390.
8121 * config/sh/linux-unwind.h: Move to ../libgcc/config/sh.
8122 * config/sparc/linux-unwind.h: Move to ../libgcc/config/sparc.
8123 * config/sparc/sol2-unwind.h: Move to ../libgcc/config/sparc.
8124 * config/xtensa/linux-unwind.h: Move to ../libgcc/config/xtensa.
8125 * config/darwin9.h (DARWIN_LIBSYSTEM_HAS_UNWIND): Remove.
8126 * system.h (MD_UNWIND_SUPPORT): Poison.
8127 * doc/tm.texi.in (Exception Handling, MD_UNWIND_SUPPORT): Remove.
8128 * doc/tm.texi: Regenerate.
8129 * unwind-dw2.c: Include md-unwind-support.h instead of
8131 * config/ia64/unwind-ia64.c: Likewise.
8132 * config/xtensa/unwind-dw2-xtensa.c: Likewise.
8134 2011-06-03 Jack Howarth <howarth@bromo.med.uc.edu>
8136 * varpool.c (varpool_extra_name_alias): Return NULL, not false.
8138 2011-06-03 Richard Henderson <rth@redhat.com>
8139 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
8141 * config/i386/crtfastmath.c [!__x86_64__ && __sun__ && __svr4__]
8142 (sigill_hdlr): Correct insn, insn size.
8143 (set_fast_math) [!__x86_64__ && __sun__ && __svr4__]: Use movaps.
8145 2011-06-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
8147 * config.gcc (mips-sgi-irix6.5*): Set tmake_file to mips/t-irix6
8149 * config/mips/irix-crti.asm: Move to ../libgcc/config/mips/irix-crti.S.
8150 * config/mips/irix-crtn.asm: Move to ../libgcc/config/mips/irix-crtn.S.
8151 * config/mips/t-iris: Remove.
8152 * config/mips/t-irix6: New file.
8153 * config/mips/t-slibgcc-irix: Move to ../libgcc/config/mips.
8155 2011-06-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
8157 * Makefile.in (LIB2ADDEHDEP): Remove.
8158 * config/arm/t-bpabi (LIB2ADDEHDEP): Remove.
8159 * config/arm/t-symbian (LIB2ADDEHDEP): Remove.
8160 * config/picochip/t-picochip (LIB2ADDEHDEP): Remove.
8161 * config/t-darwin (LIB2ADDEHDEP): Remove.
8162 * config/t-freebsd (LIB2ADDEHDEP): Remove.
8163 * config/t-linux (LIB2ADDEHDEP): Remove.
8165 2011-06-03 Diego Novillo <dnovillo@google.com>
8167 * lto-streamer-in.c (get_resolution): Move to lto/lto.c.
8168 (lto_register_var_decl_in_symtab): Likewise.
8169 (lto_register_function_decl_in_symtab): Likewise.
8170 (lto_read_tree): Move VAR_DECL and FUNCTION_DECL registration
8171 logic to uniquify_nodes.
8173 2011-06-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
8175 * config/alpha/t-osf5: Remove.
8176 * config/alpha/t-osf-pthread: Remove.
8177 * config.gcc (alpha*-dec-osf5.1*): Set tmake_file to t-slibgcc-dummy.
8178 * mkmap-flat.awk: Handle osf_export for Tru64 UNIX linker -input file.
8180 2011-06-03 Julian Brown <julian@codesourcery.com>
8182 * config/arm/arm-cores.def (strongarm, strongarm110, strongarm1100)
8183 (strongarm1110): Use strongarm tuning.
8184 * config/arm/arm-protos.h (tune_params): Add max_insns_skipped field.
8185 * config/arm/arm.c (arm_strongarm_tune): New.
8186 (arm_slowmul_tune, arm_fastmul_tune, arm_xscale_tune, arm_9e_tune)
8187 (arm_v6t2_tune, arm_cortex_tune, arm_cortex_a5_tune)
8188 (arm_cortex_a9_tune, arm_fa726te_tune): Add max_insns_skipped field
8189 setting, using previous defaults or 1 for Cortex-A5.
8190 (arm_option_override): Set max_insns_skipped from current tuning.
8192 2011-06-03 Nathan Sidwell <nathan@codesourcery.com>
8194 * doc/install.texi (Options specification): Document --with-specs.
8196 2011-06-02 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
8198 * config/arm/neon.md (orndi3_neon): Actually split it.
8200 2011-06-02 Alexandre Oliva <aoliva@redhat.com>
8202 * params.def (PARAM_MAX_VARTRACK_EXPR_DEPTH): Bump default to 10.
8203 * var-tracking.c (reverse_op): Limite recurse depth to 5.
8205 2011-06-02 Alexandre Oliva <aoliva@redhat.com>
8208 * target.def (delay_sched2, delay_vartrack): New.
8209 * doc/tm.texi.in: Update.
8210 * doc/tm.texi: Rebuild.
8211 * sched-rgn.c (gate_handle_sched2): Fail if delay_sched2.
8212 * var-tracking.c (gate_handle_var_tracking): Likewise.
8213 * config/bfin/bfin.c (bfin_flag_schedule_insns2): Drop.
8214 (bfin_flag_var_tracking): Drop.
8215 (output_file_start): Don't save and override flag_var_tracking.
8216 (bfin_option_override): Ditto flag_schedule_insns_after_reload.
8217 (bfin_reorg): Test original variables.
8218 (TARGET_DELAY_SCHED2, TARGET_DELAY_VARTRACK): Define.
8219 * config/ia64/ia64.c (ia64_flag_schedule_insns2): Drop.
8220 (ia64_flag_var_tracking): Drop.
8221 (TARGET_DELAY_SCHED2, TARGET_DELAY_VARTRACK): Define.
8222 (ia64_file_start): Don't save and override flag_var_tracking.
8223 (ia64_override_options_after_change): Ditto
8224 flag_schedule_insns_after_reload.
8225 (ia64_reorg): Test original variables.
8226 * config/picochip/picochip.c (picochip_flag_schedule_insns2): Drop.
8227 (picochip_flag_var_tracking): Drop.
8228 (TARGET_DELAY_SCHED2, TARGET_DELAY_VARTRACK): Define.
8229 (picochip_option_override): Don't save and override
8230 flag_schedule_insns_after_reload.
8231 (picochip_asm_file_start): Ditto flag_var_tracking.
8232 (picochip_reorg): Test original variables.
8233 * config/spu/spu.c (spu_flag_var_tracking): Drop.
8234 (TARGET_DELAY_VARTRACK): Define.
8235 (spu_var_tracking): New.
8236 (spu_machine_dependent_reorg): Call it.
8237 (asm_file_start): Don't save and override flag_var_tracking.
8239 2011-06-02 Kaz Kojima <kkojima@gcc.gnu.org>
8242 * config/sh/predicates.md (general_movsrc_operand): Return 0
8243 for memory and memory subreg of which address is an invalid
8244 indexed address for QI and HImode.
8245 (general_movdst_operand): Likewise.
8247 2011-06-02 Eric Botcazou <ebotcazou@adacore.com>
8249 * cse.c (cse_find_path): Refine change to exclude EDGE_ABNORMAL_CALL
8250 edges only, when there is a non-local label in the function.
8251 * postreload-gcse.c (bb_has_well_behaved_predecessors): Likewise.
8253 2011-06-02 Uros Bizjak <ubizjak@gmail.com>
8255 * config/i386/constraints.md (Y3): New register constraint.
8256 * config/i386/sse.md (*vec_interleave_highv2df): Merge with
8257 *sse3_interleave_highv2df and *sse2_interleave_highv2df.
8258 (*vec_interleave_lowv2df): Merge with *sse3_interleave_lowv2df and
8259 *sse2_interleave_lowv2df.
8261 2011-06-02 Julian Brown <julian@codesourcery.com>
8263 * config/arm/arm-cores.def (cortex-a5): Use cortex_a5 tuning.
8264 * config/arm/arm.c (arm_cortex_a5_branch_cost): New.
8265 (arm_cortex_a5_tune): New.
8267 2011-06-02 Julian Brown <julian@codesourcery.com>
8269 * config/arm/arm-protos.h (tune_params): Add branch_cost hook.
8270 * config/arm/arm.c (arm_default_branch_cost): New.
8271 (arm_slowmul_tune, arm_fastmul_tune, arm_xscale_tune, arm_9e_tune)
8272 (arm_v6t2_tune, arm_cortex_tune, arm_cortex_a9_tune)
8273 (arm_fa726_tune): Set branch_cost field using
8274 arm_default_branch_cost.
8275 * config/arm/arm.h (BRANCH_COST): Use branch_cost hook from
8276 current_tune structure.
8277 * dojump.c (tm_p.h): Include file.
8279 2011-06-02 Julian Brown <julian@codesourcery.com>
8281 * config/arm/arm-cores.def (arm1156t2-s, arm1156t2f-s): Use v6t2
8283 (cortex-a5, cortex-a8, cortex-a15, cortex-r4, cortex-r4f, cortex-m4)
8284 (cortex-m3, cortex-m1, cortex-m0): Use cortex tuning.
8285 * config/arm/arm-protos.h (tune_params): Add prefer_constant_pool
8287 * config/arm/arm.c (arm_slowmul_tune, arm_fastmul_tune)
8288 (arm_xscale_tune, arm_9e_tune, arm_cortex_a9_tune)
8289 (arm_fa726te_tune): Add prefer_constant_pool setting.
8290 (arm_v6t2_tune, arm_cortex_tune): New.
8291 * config/arm/arm.h (TARGET_USE_MOVT): Make dependent on
8292 prefer_constant_pool setting.
8294 2011-06-02 Uros Bizjak <ubizjak@gmail.com>
8296 * config/i386/i386.c (standard_sse_constant_p) <case 1>: Simplify
8298 * config/i386/i386.md (*movdf_internal_rex64) <case 8,9,10>: Ditto.
8299 (*movdf_internal) <case 6,7,8>: Ditto.
8301 * config/i386/constraints.md (Y4): New register constraint.
8302 * config/i386/sse.md (vec_set<mode>_0): Merge with
8303 *vec_set<mode>_0_sse4_1 and *vec_set<mode>_0_sse2.
8304 (*vec_extractv2di_1): Merge from *vec_extractv2di_1_sse2 and
8305 *vec_extractv2di_1_sse.
8306 (*vec_concatv2di_rex64): Merge from *vec_concatv2di_rex64_sse4_1
8307 and *vec_concatv2di_rex64_sse.
8309 2011-06-02 Stuart Henderson <shenders@gcc.gnu.org>
8312 * config/bfin/bfin.c (bfin_function_ok_for_sibcall): Check return value
8313 of cgraph_local_info for null before attempting to use it.
8315 2011-06-02 Eric Botcazou <ebotcazou@adacore.com>
8317 * function.h (struct stack_usage): Remove dynamic_alloc_count field.
8318 (current_function_dynamic_alloc_count): Delete.
8319 * builtins.c (expand_builtin_setjmp_setup): Do not set calls_setjmp.
8320 (expand_builtin_nonlocal_goto): Remove obsolete comment.
8321 (expand_builtin_update_setjmp_buf): Remove dead code.
8322 * cse.c (cse_find_path): Do not follow a single abnormal incoming edge.
8323 * explow.c (allocate_dynamic_stack_space): Remove SETJMP_VIA_SAVE_AREA
8325 * function.c (instantiate_virtual_regs): Likewise.
8326 * postreload-gcse.c (bb_has_well_behaved_predecessors): Return false
8327 for a block with a single abnormal incoming edge.
8328 * config/sparc/sparc.h (STACK_SAVEAREA_MODE): Define.
8329 (SETJMP_VIA_SAVE_AREA): Delete.
8330 * config/sparc/sparc-protos.h (load_got_register): Declare.
8331 * config/sparc/sparc.c (TARGET_BUILTIN_SETJMP_FRAME_VALUE): Define.
8332 (load_got_register): Make global.
8333 (sparc_frame_pointer_required): Add 'static'.
8334 (sparc_can_eliminate): Likewise. Call sparc_frame_pointer_required.
8335 (sparc_builtin_setjmp_frame_value): New function.
8336 * config/sparc/sparc.md (UNSPECV_SETJMP): Remove.
8337 (save_stack_nonlocal): New expander.
8338 (restore_stack_nonlocal): Likewise.
8339 (nonlocal_goto): Remove modes, adjust predicates and reimplement.
8340 (nonlocal_goto_internal): New insn.
8341 (goto_handler_and_restore): Delete.
8342 (builtin_setjmp_setup): Likewise.
8343 (do_builtin_setjmp_setup): Likewise.
8345 (builtin_setjmp_receiver): New expander.
8347 2011-06-01 David Li <davidxl@google.com>
8350 * tree-pretty-print.c (dump_function_header): Format cleanup.
8352 2011-06-01 Kaz Kojima <kkojima@gcc.gnu.org>
8355 * config/sh/sh.c (expand_cbranchdi4): Use a scratch register if
8356 needed when original operands are used for msw_skip comparison.
8358 2011-06-01 Jakub Jelinek <jakub@redhat.com>
8361 * var-tracking.c (add_uses, add_stores): Don't call
8362 cselib_subst_to_values on ENTRY_VALUE.
8364 2011-06-01 Diego Novillo <dnovillo@google.com>
8366 * lto-streamer-out.c (lto_output_ts_decl_with_vis_tree_pointers): Call
8367 output_record_start with LTO_null instead of output_zero.
8368 (lto_output_ts_binfo_tree_pointers): Likewise.
8369 (lto_output_tree): Likewise.
8370 (output_eh_try_list): Likewise.
8371 (output_eh_region): Likewise.
8372 (output_eh_lp): Likewise.
8373 (output_eh_regions): Likewise.
8374 (output_bb): Likewise.
8375 (output_function): Likewise.
8376 (output_unreferenced_globals): Likewise.
8377 * lto-streamer.h (enum LTO_tags): Reserve MAX_TREE_CODES
8378 instead of NUM_TREE_CODES.
8379 (lto_tag_is_tree_code_p): Check max value against MAX_TREE_CODES.
8380 (lto_output_int_in_range): Change << to >> when shifting VAL.
8382 2011-06-01 Diego Novillo <dnovillo@google.com>
8384 * lto-streamer-out.c (lto_output_ts_decl_non_common_tree_pointers):
8385 Remove assertion for DECL_SAVED_TREE in FUNCTION_DECL nodes.
8387 2011-06-01 Richard Sandiford <rdsandiford@googlemail.com>
8390 * optabs.h (valid_multiword_target_p): Declare.
8391 * expmed.c (extract_bit_field_1): Check valid_multiword_target_p when
8392 doing multi-word operations.
8393 * optabs.c (expand_binop): Likewise.
8394 (expand_doubleword_bswap): Likewise.
8395 (expand_absneg_bit): Likewise.
8396 (expand_unop): Likewise.
8397 (expand_copysign_bit): Likewise.
8398 (multiword_target_p): New function.
8400 2011-06-01 Richard Sandiford <rdsandiford@googlemail.com>
8402 PR rtl-optimization/48830
8403 PR rtl-optimization/48808
8404 PR rtl-optimization/48792
8405 * reload.c (push_reload): Check contains_reg_of_mode.
8406 * reload1.c (strip_paradoxical_subreg): New function.
8407 (gen_reload_chain_without_interm_reg_p): Use it to handle
8408 paradoxical subregs.
8409 (emit_output_reload_insns, gen_reload): Likewise.
8411 2011-06-01 David Li <davidxl@google.com>
8413 * predict.c : Change pass name
8416 * tree-profile.c: Ditto.
8419 2011-06-01 David Li <davidxl@google.com>
8421 * tree-pretty-print.c (dump_function_header): New function.
8422 * final.c (rest_of_clean_state): Use header dumper.
8423 * tree-cfg.c (gimple_dump_cfg): Use header dumper.
8424 * passes.c (pass_init_dump_file): Use header dumper.
8426 2011-06-01 Jakub Jelinek <jakub@redhat.com>
8428 * dwarf2out.c (compare_loc_descriptor, scompare_loc_descriptor,
8429 ucompare_loc_descriptor, minmax_loc_descriptor, clz_loc_descriptor,
8430 popcount_loc_descriptor, bswap_loc_descriptor, rotate_loc_descriptor):
8432 (mem_loc_descriptor): Use them.
8434 * var-tracking.c (create_entry_value): New function.
8435 (vt_add_function_parameter): Use it.
8437 2011-06-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
8439 * config/i386/crtfastmath.c [!__x86_64__ && __sun__ && __svr4__]:
8440 Include <signal.h>, <ucontext.h>.
8441 (sigill_caught): Define.
8442 (sigill_hdlr): New function.
8443 (set_fast_math) [!__x86_64__ && __sun__ && __svr4__]: Check if SSE
8444 insns can be executed.
8445 * config/sol2.h (ENDFILE_SPEC): Use crtfastmath.o if -ffast-math etc.
8446 * config/sparc/sol2.h (ENDFILE_SPEC): Remove.
8448 2011-06-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
8450 * config/t-slibgcc-darwin: Move to ...
8451 * config/t-slibgcc-dummy: ... this. Clarify comments.
8452 * config.gcc (i[34567]86-*-darwin*, x86_64-*-darwin*,
8453 powerpc-*-darwin*, powerpc64-*-darwin*): Reflect this.
8454 (i[3456x]86-*-netware*): Add t-slibgcc-dummy to tmake_file.
8455 (i[34567]86-*-rtems*): Remove extra_parts. Use i386/t-rtems.
8456 Remove i386/t-crtstuff from tmake_file.
8457 (i[34567]86-*-solaris2*): Remove t-svr4,
8458 t-slibgcc-elf-ver, t-slibgcc-sld from tmake_file, add
8460 (sparc-*-elf*, sparc64-*-elf*): Remove tmake_file, extra_parts.
8461 (sparc-*-rtems*, sparc64-*-rtems*): Remove sparc/t-crtin,
8462 sparc/t-crtfm from tmake_file.
8463 (sparc*-*-solaris2*): Remove sparc/t-sol2, sparc/t-crtfm,
8464 t-slibgcc-elf-ver, t-slibgcc-sld, add t-slibgcc-dummy.
8466 * config/t-sol2 (TARGET_LIBGCC2_CFLAGS): Define.
8467 * config/i386/t-nwld (SHLIB_LINK): Remove.
8468 * config/i386/t-rtems-i386: Rename to ...
8469 * config/i386/t-rtems: ... this.
8470 ($(T)crti.o, $(T)crtn.o): Remove.
8471 (FPBIT, DPBIT, LIB2FUNCS_EXTRA): Remove.
8472 (dp-bit.c, fp-bit.c, xp-bit.c): Remove.
8473 (EXTRA_MULTILIB_PARTS, LIBGCC, INSTALL_LIBGCC): Remove.
8474 * config/i386/t-sol2-10 (LIBGCC, INSTALL_LIBGCC,
8475 EXTRA_MULTILIB_PARTS): Remove.
8476 * config/sparc/t-sol2-64: Likewise.
8477 * config/sparc/t-sol2: Remove.
8478 * config/sparc/t-crtin: Remove.
8479 * config/sparc/gmon-sol2.c: Move to ../libgcc/config.
8480 * config/i386/gmon-sol2.c: Remove.
8481 * config/i386/sol2-c1.asm: Move to ../libgcc/config/i386/sol2-c1.S.
8482 * config/i386/sol2-ci.asm: Move to ../libgcc/config/i386/sol2-ci.S.
8483 * config/i386/sol2-cn.asm: Move to ../libgcc/config/i386/sol2-cn.S.
8484 * config/i386/sol2-gc1.asm: Remove.
8485 * config/sparc/sol2-c1.asm: Move to ../libgcc/config/sparc/sol2-c1.S.
8486 * config/sparc/sol2-ci.asm: Move to ../libgcc/config/sparc/sol2-ci.S.
8487 * config/sparc/sol2-cn.asm: Move to ../libgcc/config/sparc/sol2-cn.S.
8488 * config/t-slibgcc-sld: Remove.
8490 2011-06-01 Jakub Jelinek <jakub@redhat.com>
8492 * dwarf2out.c (mem_loc_descriptor) <do_ucompare>: Call
8493 base_type_for_mode with op_mode instead of mode.
8495 2011-06-01 Paul Brook <paul@cpodesourcery.com>
8497 * config/arm/arm-cores.def: Add cortex-r5. Add DIV flags to
8499 * config/arm/arm-tune.md: Regenerate.
8500 * config/arm/arm-tables.opt: Regenerate.
8501 * config/arm/arm.c (FL_DIV): Rename...
8502 (FL_THUMB_DIV): ... to this.
8503 (FL_ARM_DIV): Define.
8504 (FL_FOR_ARCH7R, FL_FOR_ARCH7M): Use FL_THUMB_DIV.
8505 (arm_arch_hwdiv): Remove.
8506 (arm_arch_thumb_hwdiv, arm_arch_arm_hwdiv): New variables.
8507 (arm_issue_rate): Add cortexr5.
8508 * config/arm/arm.h (TARGET_CPU_CPP_BUILTINS): Set
8509 __ARM_ARCH_EXT_IDIV__.
8510 (TARGET_IDIV): Define.
8511 (arm_arch_hwdiv): Remove.
8512 (arm_arch_arm_hwdiv, arm_arch_thumb_hwdiv): New prototypes.
8513 * config/arm/arm.md (tune_cortexr4): Add cortexr5.
8514 (divsi3, udivsi3): New patterns.
8515 * config/arm/thumb2.md (divsi3, udivsi3): Remove.
8516 * doc/invoke.texi: Document ARM -mcpu=cortex-r5
8518 2011-06-01 Martin Jambor <mjambor@suse.cz>
8520 * ipa-utils.c (ipa_dfs_info): New field scc_no.
8521 * ipa-utils.c (searchc): Set scc_no.
8523 2011-06-01 Martin Jambor <mjambor@suse.cz>
8525 * ipa-utils.c (searchc_env): New field allow_overwritable.
8526 (searchc): do not ignore edges to overwritable nodes if indicated
8527 by env->allow_overwritable.
8528 (ipa_reduced_postorder): Set env.allow_overwritable.
8530 2011-06-01 Richard Guenther <rguenther@suse.de>
8532 * tree.c (free_lang_data): Do not reset boolean_type_node nor
8534 * lto-streamer.c (lto_record_common_node): Take node pointer,
8535 do not register types.
8536 (lto_preload_common_nodes): Explicitly skip preloading nodes
8537 that differ between frontends.
8539 2011-05-31 Pat Haugen <pthaugen@us.ibm.com>
8541 * config/rs6000/rs6000.h (REG_CLASS_CONTENTS): Remove vr0..vr2 from
8544 2011-05-31 Pat Haugen <pthaugen@us.ibm.com>
8546 * config/rs6000/rs6000.c (rs6000_register_move_cost): Preserve from
8547 parameter value for dump. Dump cost on outermost call only.
8548 (rs6000_memory_move_cost): Dump cost on outermost call only.
8550 2011-05-31 Jakub Jelinek <jakub@redhat.com>
8552 * dwarf2out.c (resolve_addr_in_expr): Optimize away redundant
8553 DW_OP_GNU_convert ops.
8555 * cselib.c (promote_debug_loc): Allow l->next non-NULL for
8556 cselib_preserve_constants.
8557 (cselib_lookup_1): If cselib_preserve_constants,
8558 a new VALUE is being created for REG and there is a VALUE for the
8559 same register in wider mode, add another loc with lowpart SUBREG of
8561 (cselib_subst_to_values): Handle ENTRY_VALUE.
8562 * var-tracking.c (replace_expr_with_values): Return NULL for
8564 * dwarf2out.c (convert_descriptor_to_signed): New function.
8565 (mem_loc_descriptor) <case ZERO_EXTEND>: Optimize using DW_OP_and
8566 instead of two shifts.
8567 (mem_loc_descriptor) <do_shift>: ZERO_EXTEND second argument to
8568 the right mode if needed.
8569 (mem_loc_descriptor) <case MOD>: For typed ops just use DW_OP_mod.
8570 (mem_loc_descriptor) <case UNSIGNED_FIX>: Use
8571 convert_descriptor_to_signed.
8572 (mem_loc_descriptor) <case UDIV, CLZ, CTZ, FFS, POPCOUNT, PARITY,
8573 BSWAP, ROTATE, ROTATERT>: Handle these rtls.
8576 * config/i386/i386.md (*lea_general_4): New define_insn_and_split.
8578 2011-05-31 Uros Bizjak <ubizjak@gmail.com>
8580 * config/i386/i386.md: Use SWI248x instead of X87MODEI, SWI24 instead
8581 of X87MODEI12 and SWI48x instead of SSEMODEI24.
8582 (SWI248x): New mode iterator, rename from X87MODEI.
8583 (X87MODEI): Remove mode iterator.
8584 (X87MODEI12): Ditto.
8585 (SSEMODEI24): Ditto.
8587 2011-05-31 Alexandre Oliva <aoliva@redhat.com>
8589 * params.def (PARAM_MAX_VARTRACK_EXPR_DEPTH): New.
8590 * doc/invoke.texi: Document max-vartrack-expr-depth.
8591 * var-tracking.c (EXPR_DEPTH): New.
8592 (reverse_op, vt_expand_loc, vt_expand_loc_dummy): Use it.
8594 2011-05-31 Alexandre Oliva <aoliva@redhat.com>
8596 * config/i386/i386.c (ix86_rtx_costs): Drop NEG from sub for FMA.
8597 * config/i386/sse.md: Add n to negated FMA pattern names.
8599 2011-05-31 Alexandre Oliva <aoliva@redhat.com>
8601 * gcc.c (driver_handle_option): Fix disabling of -fcompare-debug.
8603 2011-05-31 Alexandre Oliva <aoliva@redhat.com>
8605 * gengtype-state.c (read_state_params_structs): Initialize previous.
8607 2011-05-31 Uros Bizjak <ubizjak@gmail.com>
8609 * config/i386/i386.md (*pushxf_nointeger): Merge alternatives 1 and 2.
8610 (FP push_operand splitters): Merge {TF,XF,DF}mode splitters.
8612 2011-05-31 Uros Bizjak <ubizjak@gmail.com>
8614 * config/i386/i386.md (*movtf_internal): Avoid allocating general
8615 registers. Penalize F*r->o alternative to prevent partial memory
8616 stalls. Slightly penalize *roF->*r alternative. Generate SSE
8617 CONST_DOUBLE immediates when optimizing function for size. Do not move
8618 CONST_DOUBLEs directly to memory for !TARGET_MEMORY_MISMATCH_STALL.
8619 (*movxf_internal): Slightly penalize Yx*roF->Yx*r alternative.
8620 (*movdf_internal): Slightly penalize Yd*roF->Yd*r alternative.
8621 (*movdf_internal_rex64): Slightly penalize rm->r, F->m and r->m
8623 (*movsf_internal): Slightly penalize rmF->r and Fr->m alternatives.
8625 (fp_register_operand splitters): Use fp_register_operand
8626 constraint. Do not use FP_REG_P in insn condition.
8627 (any_fp_register_operand splitters): Use any_fp_register_operand
8628 constraint. Do not use ANY_FP_REG_P in insn condition.
8630 2011-05-31 Jan Hubicka <jh@suse.cz>
8632 * cgraph.h (cgraph_inline_failed_t): Give enum a name
8633 * lto-cgraph.c (LDPR_NUM_KNOWN): New macro.
8634 (LTO_cgraph_tags): Add LTO_cgraph_last_tag.
8635 (lto_output_edge): Use output_enum and var_len_unsigned.
8636 (lto_output_varpool_node): Likewise.
8637 (input_overwrite_node): Do not take resolution parameter;
8638 extract it from a bitpack.
8639 (input_node): Do not read resolution; use input_enum and
8641 (input_varpool_node): Likewise.
8642 (input_edge): Likewise.
8643 (input_cgraph_1): Likewise.
8645 2011-05-31 Richard Guenther <rguenther@suse.de>
8647 * gimple.c (gimple_register_canonical_type): Do not register
8648 any types via gimple_register_type.
8650 2011-05-31 Jan Hubicka <jh@suse.cz>
8652 * lto-symtab.c (lto_symtab_merge_cgraph_nodes): Merge alias decl
8655 2011-05-31 Jakub Jelinek <jakub@redhat.com>
8657 PR rtl-optimization/49235
8658 * tree-ssa-address.c (gen_addr_rtx): Ignore base if it is const0_rtx.
8659 (create_mem_ref_raw): Create MEM_REF even if base is INTEGER_CST.
8661 2011-05-31 Ira Rosen <ira.rosen@linaro.org>
8663 PR tree-optimization/49093
8664 * tree-vect-data-refs.c (vect_analyze_data_refs): Fail for volatile
8667 2011-05-31 Dodji Seketeli <dodji@redhat.com>
8670 * dwarf2out.c (gen_subprogram_die): Emit linkage name attribute
8671 for concrete functions containing the code of cloned functions.
8673 2011-05-31 Richard Guenther <rguenther@suse.de>
8675 * tree-ssa-forwprop.c (forward_propagate_into_comparison): Rename
8677 (forward_propagate_into_comparison_1): ... this.
8678 (forward_propagate_comparison): Rename to ...
8679 (forward_propagate_into_comparison): ... this. Split out
8680 real forward propagation code to ...
8681 (forward_propagate_comparison): ... this.
8682 (forward_propagate_into_gimple_cond): Remove looping.
8683 (forward_propagate_into_cond): Likewise.
8684 (simplify_not_neg_expr): Return whether we have done something.
8685 (simplify_gimple_switch): Likewise.
8686 (tree_ssa_forward_propagate_single_use_vars): Rename to ...
8687 (ssa_forward_propagate_and_combine): ... this. Re-structure
8688 to do a forward forward-propagation walk on BBs and a backward
8689 stmt combining walk on BBs. Consistently re-scan changed statements.
8690 (pass_forwprop): Adjust.
8692 2011-05-30 Ian Lance Taylor <iant@google.com>
8694 * godump.c (go_format_type): Correct length of name added to
8695 obstack for anonymous field.
8697 2011-05-30 Kaz Kojima <kkojima@gcc.gnu.org>
8700 * config/sh/sh.c (expand_cbranchdi4): Set msw_skip when the high
8701 part of the second operand is 0.
8703 2011-05-30 Uros Bizjak <ubizjak@gmail.com>
8705 * config/i386/i386.md (*movxf_internal): Penalize FYx*r->o alternative
8706 to prevent partial memory stalls. Do not move CONST_DOUBLEs directly
8707 to memory for !TARGET_MEMORY_MISMATCH_STALL.
8708 (*movdf_internal_rex64): Do not penalize F->r alternative.
8709 (*movdf_internal): Penalize FYd*r->o alternative to prevent partial
8710 memory stalls. Generate SSE and x87 CONST_DOUBLE immediates only
8711 when optimizing function for size. Do not move CONST_DOUBLEs
8712 directly to memory for !TARGET_MEMORY_MISMATCH_STALL.
8713 (FP move splitters): Merge {TF,XF,DF}mode splitters. Do not handle
8714 SUBREGs. Do not check for MEM_P operands in the insn condition,
8715 check for ANY_FP_REGNO_P instead.
8716 * config/i386/constraints.md (Yd): Enable GENERAL_REGS for
8717 TARGET_64BIT and for TARGET_INTEGER_DFMODE_MOVES when optimizing
8719 * config/i386/i386.c (ix86_option_override_internal): Do not
8720 set TARGET_INTEGER_DFMODE_MOVES here.
8722 2011-05-30 H.J. Lu <hongjiu.lu@intel.com>
8725 * config/i386/i386.md (*movtf_internal): Handle misaligned load/store.
8727 2011-05-30 Jakub Jelinek <jakub@redhat.com>
8729 * dwarf2out.c (modified_type_die, gen_reference_type_die): Use
8730 DW_TAG_rvalue_reference_type even for
8731 -gdwarf-4 -fno-debug-types-section.
8733 2011-05-30 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
8735 PR tree-optimization/46728
8736 * tree-ssa-math-opts.c (build_and_insert_call): Reorder parms.
8737 (build_and_insert_binop): New.
8738 (gimple_expand_builtin_pow): Reorder args for
8739 build_and_insert_call; use build_and_insert_binop; add more
8740 optimizations for fractional exponents.
8742 2011-05-30 Nathan Froyd <froydnj@gcc.gnu.org>
8747 2011-05-26 Nathan Froyd <froydnj@codesourcery.com>
8749 * tree.h (struct tree_identifier): Inherit from tree_typed, not
8751 (HT_IDENT_TO_GCC_IDENT): Adjust for said change.
8752 * tree.c (initialize_tree_contains_struct): Mark TS_IDENTIFIER as
8753 TS_BASE instead of TS_COMMON.
8754 * varasm.c (assemble_name): Remove assert.
8756 2011-05-30 Richard Sandiford <rdsandiford@googlemail.com>
8758 * config.gcc: Keep obselete list sorted.
8760 2011-05-30 Jakub Jelinek <jakub@redhat.com>
8761 Eric Botcazou <ebotcazou@adacore.com>
8763 * var-tracking.c (vt_add_function_parameter): Remap incoming MEMs with
8764 crtl->args.internal_arg_pointer based address to arg_pointer_rtx if
8765 there is a DRAP register and arg_pointer_rtx is the CFA pointer.
8766 (vt_init_cfa_base): Don't equate cfa_base_rtx if stack was realigned.
8767 (vt_initialize): Initialize cfa_base_rtx if there is a DRAP register.
8769 2011-05-30 Richard Guenther <rguenther@suse.de>
8771 * gimple.c (gimple_types_compatible_p_1): Compare record
8772 and union type members properly.
8774 2011-05-30 Richard Guenther <rguenther@suse.de>
8776 PR tree-optimization/49210
8777 * ipa-split.c (split_function): Care for the case where the call
8778 result is not trivially convertible to the result holding variable.
8780 2011-05-30 Richard Guenther <rguenther@suse.de>
8782 PR tree-optimization/49218
8783 * tree-vrp.c (adjust_range_with_scev): Properly check whether
8786 2011-05-30 Richard Guenther <rguenther@suse.de>
8788 * tree-ssa-forwprop.c (forward_propagate_into_comparison):
8789 New function split out from ...
8790 (forward_propagate_into_gimple_cond): ... here. Adjust.
8791 (forward_propagate_into_cond): Likewise.
8792 (forward_propagate_comparison): Also propagate into
8793 comparisons on assignment RHS. Change return value to
8794 behave similar to forward_propagate_into_cond.
8795 (tree_ssa_forward_propagate_single_use_vars): Handle
8796 strict-overflow warnings properly for forward_propagate_comparison.
8798 2011-05-30 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
8800 * configure.ac (gcc_cv_lto_plugin): Determine lto plugin support
8802 * configure: Regenerate.
8804 2011-05-30 Ira Rosen <ira.rosen@linaro.org>
8806 PR tree-optimization/49199
8807 * tree-vect-loop.c (vect_is_slp_reduction): Check that the
8808 non-reduction operands are either defined in the loop or by induction.
8810 2011-05-29 Xinliang David Li <davidxl@google.com>
8812 * opts-global.c (handle_common_deferred_options): Handle new options.
8813 * passes.c (register_one_dump_file): Call register_pass_name.
8814 (execute_one_pass): Check explicit enable/disable flag.
8815 (passr_hash): New function.
8817 (register_pass_name): Ditto.
8818 (get_pass_by_name): Ditto.
8821 (enable_pass): Ditto.
8822 (disable_pass): Ditto.
8823 (is_pass_explicitly_enabled_or_disabled): Ditto.
8825 2011-05-29 Uros Bizjak <ubizjak@gmail.com>
8827 * config/i386/i386.md (*movoi_internal_avx): Use
8828 standard_sse_constant_opcode for alternative 0.
8829 (*movti_internal_sse): Ditto.
8830 (*movti_internal_rex64): Use standard_sse_constant_opcode for
8832 (*movdi_internal_rex64): Use standard_sse_constant_opcode for
8834 (*movsi_internal): Ditto.
8835 (*movdi_internal): Ditto. Add ssecvt type moves.
8837 2011-05-29 Eric Botcazou <ebotcazou@adacore.com>
8840 * rtlanal.c (simplify_subreg_regno): Adjust comment.
8842 2011-05-29 Jakub Jelinek <jakub@redhat.com>
8844 PR rtl-optimization/49095
8845 * config/i386/predicates.md (plusminuslogic_operator): New predicate.
8846 * config/i386/i386.md: Add peepholes for mem {+,-,&,|,^}= x; mem != 0.
8848 2011-05-29 Richard Sandiford <rdsandiford@googlemail.com>
8851 * config/mips/mips.c (mips_pic_call_symbol_from_set): Add a
8852 recurse_p argument. Only follow register copies if it is set,
8853 and prevent mips_find_pic_call_symbol from recursing.
8854 (mips_find_pic_call_symbol): Add a recurse_p argument.
8855 Pass it to mips_pic_call_symbol_from_set.
8856 (mips_annotate_pic_calls): Update accordingly.
8858 2011-05-29 Richard Sandiford <rdsandiford@googlemail.com>
8860 * emit-rtl.c (try_split): Use a loop to search for
8861 NOTE_INSN_CALL_ARG_LOCATIONs.
8863 2011-05-29 Richard Guenther <rguenther@suse.de>
8865 PR tree-optimization/49217
8866 * ipa-pure-const.c (propagate_pure_const): Fix typos.
8868 2011-05-28 Jan Hubicka <jh@suse.cz>
8870 * lto-streamer-out.c (hash_string_slot_node): Hash string based on its
8872 (string_slot_free): Remove
8873 (create_output_block): Initialize obstack.
8874 (destroy_output_block): Free obstack.
8875 (lto_string_index): Add PERSISTENT parameter; do not duplicate
8876 the string unless it needs to be added into the hash.
8877 (lto_output_string_with_length): Add persistent attribute;
8878 handle NULL strings.
8879 (lto_output_string): Add PERSISTENT parameter.
8880 (output_string_cst, output_identifier): Simplify.
8881 (lto_output_location_bitpack): Update.
8882 (lto_output_builtin_tree): Update.
8883 * lto-streamer.h (struct output_block): Add obstack.
8884 (lto_output_string, lto_output_string_with_length): Remove
8885 declarations; functions are static now.
8887 2011-05-28 Jan Hubicka <jh@suse.cz>
8889 * lto-streamer-out.c (pack_ts_fixed_cst_value_fields,
8890 pack_ts_decl_common_value_fields, pack_ts_decl_with_vis_value_fields,
8891 pack_ts_function_decl_value_fields, lto_output_builtin_tree,
8892 output_cfg, output_gimple_stmt): Use enum and variable length i/o.
8893 * lto-streamer-in.c (input_cfg, input_gimple_stmt,
8894 unpack_ts_fixed_cst_value_fields, unpack_ts_decl_common_value_fields,
8895 unpack_ts_decl_with_vis_value_fields,
8896 unpack_ts_type_common_value_fields, unpack_ts_block_value_fields,
8897 lto_get_builtin_tree): Use enum and variable length i/o.
8898 * basic-block.h (profile_status_d): Add PROFILE_LAST.
8899 * lto-streamer.h (bp_pack_int_in_range, bp_unpack_int_in_range):
8901 (bp_pack_enum, bp_unpack_enum): New macros.
8903 2011-05-28 Richard Sandiford <rdsandiford@googlemail.com>
8905 * genrecog.c: Remove redundant forward declarations.
8907 2011-05-28 Richard Sandiford <rdsandiford@googlemail.com>
8909 * config.gcc: Deprecate mips*-*-openbsd*.
8911 2011-05-28 Richard Sandiford <rdsandiford@googlemail.com>
8914 * genrecog.c (add_to_sequence): Use XEXP rather than XVECEXP
8917 2011-05-27 Andrew Pinski <pinskia@gmail.com>
8920 * gengtype.c (vec_prefix_type): New function.
8921 (note_def_vec): Use vec_prefix_type and change the length
8922 attribute to be based on the prefix.
8923 * vec.c: Include coretypes.h before vec.h.
8924 (struct vec_prefix): Remove.
8925 (vec_gc_p_reserve): Change the offsetof to sizeof.
8926 (vec_gc_p_reserve_exact): Likewise.
8927 (vec_heap_p_reserve): Likewise.
8928 (vec_heap_p_reserve_exact): Likewise.
8929 (vec_stack_o_reserve_1): Copy from +1 instead of from vec.
8930 (vec_stack_p_reserve): Change the offsetof to sizeof.
8931 (vec_stack_p_reserve_exact): Likewise.
8932 * vec.h (struct vec_prefix): New struct definition.
8933 (VEC_T(T,B)): Use vec_prefix instead of having num/alloc fields.
8934 (VEC_T_GTY(T,B)): Likewise.
8935 (DEF_VEC_FUNC_P(T)): Use prefix field.
8936 (DEF_VEC_NONALLOC_FUNCS_O(T,A)): Likewise.
8937 (DEF_VEC_NONALLOC_FUNCS_I(T,A)): Likewise.
8939 2011-05-27 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
8941 PR tree-optimization/46728
8942 * tree-ssa-math-opts.c (powi_as_mults_1): Add gimple_set_location.
8943 (powi_as_mults): Add gimple_set_location.
8944 (build_and_insert_call): New.
8945 (gimple_expand_builtin_pow): Add handling for pow(x,y) when y is
8946 0.5, 0.25, 0.75, 1./3., or 1./6.
8948 2011-05-27 Alexander Monakov <amonakov@ispras.ru>
8950 * doc/contrib.texi: Update copyright years.
8951 (Contributors): Add Zdenek Sojka.
8953 2011-05-27 Nathan Froyd <froydnj@codesourcery.com>
8955 * c-decl.c (c_push_function_context): Copy the current statement
8957 (add_stmt): Check building_stmt_list_p and push_stmt if necessary.
8958 (finish_struct): Call building_stmt_list_p instead of checking
8960 * c-parser.c (c_parser_postfix_expression): Likewise.
8961 * c-typeck.c (c_end_compound_stmt): Likewise.
8962 * print-tree.c (print_node) [STATEMENT_LIST]: Don't print TREE_CHAIN.
8963 * tree-iterator.c (stmt_list_cache): Change to a VEC.
8964 (alloc_stmt_list): Adjust for stmt_list_cache's new type.
8965 (free_stmt_list): Likewise.
8966 * tree.h (struct tree_statement_list): Include typed_tree instead
8968 * tree.c (initialize_tree_contains_struct): Mark TS_STATEMENT_LIST
8969 as TS_TYPED instead of TS_COMMON.
8971 2011-05-27 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
8972 Uros Bizjak <ubizjak@gmail.com>
8974 * configure.ac (gcc_cv_as_ix86_tlsgdplt): Check for @tlsgdplt
8975 (HAVE_AS_IX86_TLSGDPTL): Define.
8976 (gcc_cv_as_ix86_tlsldmplt): Check for @tlsldmplt.
8977 (HAVE_AS_IX86_TLSLDMPLT): Define.
8978 * configure: Regenerate.
8979 * config.in: Regenerate.
8980 * config/i386/i386.c (ix86_print_operand): Handle code 'p'.
8981 * config/i386/i386.md (*tls_global_dynamic_32_gnu): If
8982 TARGET_SUN_TLS, use @tlsgdplt or @plt.
8983 (*tls_global_dynamic_64): Use @plt if TARGET_SUN_TLS.
8984 (*tls_local_dynamic_base_32_gnu): If TARGET_SUN_TLS, use
8986 (*tls_local_dynamic_base_64): Use @plt if TARGET_SUN_TLS.
8988 2011-05-27 Bernd Schmidt <bernds@codesourcery.com>
8990 * sched-int.h (struct _haifa_deps_insn_data): New members cond
8992 (INSN_COND, INSN_REVERSE_COND): New macros.
8993 * sched-deps.c (deps_analyze_insn): Call sched_get_condition_with_rev
8995 (sched_get_condition_with_rev): Cache the results, and look them up
8997 (sched_analyze_insn): Destroy INSN_COND of previous insns if they
8998 are clobbered by the current insn.
8999 * target.def (exposed_pipline): New sched data hook.
9000 * doc/tm.texi.in: TARGET_SCHED_EXPOSED_PIPELINE: Add hook.
9001 * doc/tm.texi: Regenerate.
9003 2011-05-27 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
9005 PR tree-optimization/49170
9006 * tree-ssa-math-opts.c (execute_cse_sincos): Add checks for
9009 2011-05-27 Richard Guenther <rguenther@suse.de>
9012 * fold-const.c (fold_unary_loc): Do not re-fold folding conversions
9015 2011-05-27 Bernd Schmidt <bernds@codesourcery.com>
9017 * haifa-sched.c (sched_scan_info): Remove.
9018 (schedule_block): Call sched_extend_luids rather than sched_init_luids
9020 (extend_bb, init_bb, extend_insn, init_insn, init_insns_in_bb):
9022 (sched_scan): Remove.
9023 (sched_extend_luids): Renamed from luids_extend_insn and no longer
9024 static. All callers changed.
9025 (sched_init_insn_luid): Renamed from luids_init_insn and no longer
9026 static. All callers changed.
9027 (sched_init_luids): Remove all arguments except the first. All
9028 callers changed. Don't use sched_scan.
9029 (haifa_init_h_i_d): Likewise.
9030 (haifa_init_insn): Call sched_extend_luids and sched_init_insn_luid
9031 manually rather than using sched_init_luids. Likewise with
9032 extend_h_i_d, init_h_i_d and haifa_init_h_i_d.
9033 * sel-sched.c (sel_region_target_finish): Call sched_extend_luids
9034 rather than sched_init_luids with NULL args.
9035 * sel-sched-ir.c (new_insns): Remove variable.
9036 (sched_scan): New static function, previously in haifa-sched.c. Remove
9037 all arguments but the first two; all callers changed.
9038 (sel_init_new_insn): Call sched_extend_luids and sched_init_insn_luid
9039 rather than sched_init_luids.
9040 (sel_init_bbs): Remove second argument. All callers changed.
9041 (sel_add_bb): Call sched_extend_luids rather than sched_init_luids
9042 with NULL arguments.
9043 (create_insn_rtx_from_pattern): Likewise.
9044 * sel-sched-ir.h (sel_init_bbs): Adjust declaration.
9045 * sched-int.h (sched_init_luids, haifa_init_h_i_d): Likewise.
9046 (sched_init_insn_luid, sched_extend_luids): Declare.
9047 (sched_scan_info_def, sched_scan_info, sched_scan): Remove
9050 2011-05-27 Richard Guenther <rguenther@suse.de>
9053 * fold-const.c (fold_unary_loc): Fold (T)(A CMP B) to
9054 A CMP B ? (T) true : (T) false for non-integral types T again.
9056 2011-05-27 Jan Hubicka <jh@suse.cz>
9058 * lto-streamer-out.c (lto_string_index): break out from...; offset by 1
9059 so 0 means NULL string.
9060 (lto_output_string_with_length): ... here.
9061 (lto_output_string, output_string_cst, output_identifier): Update
9062 handling of NULL strings.
9063 (lto_output_location_bitpack): New function.
9064 (lto_output_location): Use it.
9065 (lto_output_tree_ref): Use output_record_start.
9066 (pack_ts_type_common_value_fields): Pack aliagn & alias set in var
9068 * lto-streamer-in.c (string_for_index): Break out from ...; offset
9070 (input_string_internal): ... here;
9071 (input_string_cst, input_identifier, lto_input_string): Update handling
9073 (lto_input_location_bitpack): New function
9074 (lto_input_location): Use it.
9075 (unpack_ts_type_common_value_fields): Pack align & alias in var len
9077 * lto-streamer.h (bp_pack_val_len_unsigned, bp_pack_val_len_int,
9078 bp_unpack_val_len_unsigned, bp_unpack_val_len_int): Declare.
9079 (bp_pack_value): Sanity check the value range.
9080 * lto-section-in.c (bp_unpack_val_len_unsigned, bp_unpack_val_len_int):
9082 * lto-section-out.h (bp_pack_val_len_unsigned, bp_pack_val_len_int):
9085 2011-05-27 Hariharan Sandanagobalane <hariharan@picochip.com>
9087 * config/picochip/picochip.c (reorder_var_tracking_notes): Drop
9088 call_arg_location instructions down the floor.
9090 2011-05-26 Vladimir Makarov <vmakarov@redhat.com>
9092 PR rtl-optimization/49154
9093 * ira.c (setup_pressure_classes): Process class without sublcasses
9094 as a candidate for pressure classes.
9096 2011-05-26 Richard Sandiford <rdsandiford@googlemail.com>
9098 PR rtl-optimization/48575
9099 * genrecog.c (position_type): New enum.
9100 (position): New structure.
9101 (decision): Use position structure instead of a string.
9102 (root_pos, peep2_insn_pos_list): New variables.
9103 (next_position, compare_positions): New functions.
9104 (new_decision): Use position structures instead of strings.
9105 (maybe_both_true): Likewise.
9106 (change_state): Likewise.
9107 (write_tree): Likewise.
9108 (make_insn_sequence): Likewise.
9110 2011-05-26 Nathan Froyd <froydnj@codesourcery.com>
9112 * tree.c (initialize_tree_contains_struct): Mark TS_BLOCK as
9113 TS_BASE instead of TS_COMMON.
9114 (find_decls_types_r): Check for TS_TYPED structure before looking at
9116 * tree.h (struct tree_block): Inherit from tree_base, not tree_common.
9118 (BLOCK_CHAIN): Use new chain field.
9120 2011-05-26 Pat Haugen <pthaugen@us.ibm.com>
9122 * config/rs6000/rs6000.c (rs6000_register_move_cost): Make LR/CTR
9123 moves expensive on Power7 also.
9125 2011-05-26 Richard Guenther <rguenther@suse.de>
9127 * fold-const.c (fold_unary_loc): Remove bogus code.
9129 2011-05-26 Nathan Froyd <froydnj@codesourcery.com>
9131 * tree.h (struct tree_identifier): Inherit from tree_typed, not
9133 (HT_IDENT_TO_GCC_IDENT): Adjust for said change.
9134 * tree.c (initialize_tree_contains_struct): Mark TS_IDENTIFIER as
9135 TS_BASE instead of TS_COMMON.
9136 * varasm.c (assemble_name): Remove assert.
9138 2011-05-26 Bernd Schmidt <bernds@codesourcery.com>
9140 * Makefile.in (srcdirify): Change order so that libgcc_objdir is
9142 * libgcc-std.ver: Delete file.
9144 2011-05-26 Richard Guenther <rguenther@suse.de>
9146 PR tree-optimization/48702
9147 * tree-ssa-address.c (create_mem_ref_raw): Create MEM_REFs
9148 only when we know the base address is within bounds.
9149 * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Do not
9150 assume the base address of TARGET_MEM_REFs is in bounds.
9152 2011-05-26 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
9155 * config/sparc/sparc.c (sparc_solaris_elf_asm_named_section): Wrap
9156 declaration in TARGET_SOLARIS.
9158 2011-05-26 Hariharan Sandanagobalane <hariharan@picochip.com>
9160 * config/picochip/picochip.md (cbranchhi4): No :CC for match_operator.
9161 The instruction is then expanded explicitly.
9162 (supported_compare): Callable instruction.
9163 (compare): Likewise.
9165 2011-05-26 Jakub Jelinek <jakub@redhat.com>
9168 * gimplify.c (shortcut_cond_r): Don't special case
9169 COND_EXPRs if they have void type on one of their arms.
9171 2011-05-26 Bernd Schmidt <bernds@codesourcery.com>
9173 * haifa-sched.c (schedule-block): Reorder the inner scheduling loop
9174 to reduce duplication, and to achieve a slightly more logical order
9177 2011-05-26 Jakub Jelinek <jakub@redhat.com>
9179 PR tree-optimization/49161
9180 * tree-vrp.c (struct case_info): New type.
9181 (compare_case_labels): Sort case_info structs instead of
9182 trees, and not primarily by CASE_LABEL uids but by
9183 label_for_block indexes.
9184 (find_switch_asserts): Put case labels into struct case_info
9185 array instead of TREE_VEC, adjust sorting, compare label_for_block
9186 values instead of CASE_LABELs.
9188 2011-05-26 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
9190 * config/arm/neon.md ("orn<mode>3_neon"): Canonicalize not.
9191 ("orndi3_neon"): Likewise.
9192 ("bic<mode>3_neon"): Likewise.
9194 2011-05-26 Ira Rosen <ira.rosen@linaro.org>
9196 PR tree-optimization/49038
9197 * tree-vect-loop-manip.c (vect_generate_tmps_on_preheader):
9198 Ensure at least one epilogue iteration if required by data
9200 * tree-vectorizer.h (struct _loop_vec_info): Add new field
9201 to mark loops that require peeling for gaps.
9202 * tree-vect-loop.c (new_loop_vec_info): Initialize new field.
9203 (vect_get_known_peeling_cost): Take peeling for gaps into
9205 (vect_transform_loop): Generate epilogue if required by data
9207 * tree-vect-data-refs.c (vect_analyze_group_access): Mark the
9208 loop as requiring an epilogue if there are gaps in the end of
9211 2011-05-25 Ian Lance Taylor <iant@google.com>
9213 * godump.c (go_format_type): Output the first field with a usable
9216 2011-05-25 Ian Lance Taylor <iant@google.com>
9218 * godump.c (go_format_type): Check for invalid type names, pointer
9219 target types, and struct field types.
9221 2011-05-25 Jason Merrill <jason@redhat.com>
9223 * print-tree.c (print_node): Only look at TREE_TYPE if TS_TYPED.
9225 2011-05-25 Uros Bizjak <ubizjak@gmail.com>
9227 * config/i386/sse.md (*<sse>_maskcmp<mode>3_comm): New pattern.
9229 2011-05-25 H.J. Lu <hongjiu.lu@intel.com>
9231 * config/i386/i386.md (*movqi_extv_1)): Put back
9232 "register_operand" check in "type" calculation.
9233 (*movqi_extzv_2): Likewise.
9235 2011-05-25 H.J. Lu <hongjiu.lu@intel.com>
9237 * doc/extend.texi (X86 Built-in Functions): Update pause intrinsic.
9239 2011-05-25 Bernd Schmidt <bernds@codesourcery.com>
9242 * libgcc2.h (__powisf2, __powidf2, __powitf2, __powixf2,
9243 __mulsc3, __muldc3, __mulxc3, __multc3, __divsc3, __divdc3,
9244 __divxc3, __divtc3): Wrap definitions in #ifndef.
9246 2011-05-25 H.J. Lu <hongjiu.lu@intel.com>
9249 * config/i386/i386.md (*movqi_extv_1_rex64): Remove
9250 "register_operand" check and replace q_regs_operand with
9251 QIreg_operand in "type" calculation.
9252 (*movqi_extv_1): Likewise.
9253 (*movqi_extzv_2_rex64): Likewise.
9254 (*movqi_extzv_2): Likewise.
9256 * config/i386/predicates.md (QIreg_operand): New.
9258 2011-05-25 Richard Guenther <rguenther@suse.de>
9260 * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Fix
9261 type-based offset disambiguation, streamline MEM_REF and
9262 TARGET_MEM_REF handling.
9264 2011-05-25 H.J. Lu <hongjiu.lu@intel.com>
9266 * config/i386/i386.c (ix86_builtins): Add IX86_BUILTIN_PAUSE.
9267 (bdesc_special_args): Add pause intrinsic.
9269 * config/i386/i386.md (UNSPEC_PAUSE): New.
9272 * config/i386/ia32intrin.h (__pause): Likewise.
9274 * doc/extend.texi (X86 Built-in Functions): Add documentation for
9277 2011-05-25 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
9279 PR tree-optimization/46728
9280 * tree-ssa-math-opts.c (gimple_expand_builtin_pow): New.
9281 (execute_cse_sincos): Add switch case for BUILT_IN_POW.
9283 2011-05-25 Nathan Froyd <froydnj@codesourcery.com>
9285 * tree.h (struct tree_exp): Inherit from struct tree_typed.
9286 * tree.c (initialize_tree_contains_struct): Mark TS_EXP as TS_TYPED
9287 instead of TS_COMMON.
9289 2011-05-25 Bernd Schmidt <bernds@codesourcery.com>
9291 * libgcc2.h (__NW, __NDW): Define using a __gnu_ prefix if
9292 LIBGCC2_GNU_PREFIX is defined.
9294 (__powisf2, __powidf2, __powitf2, __powixf2, __bswapsi2, __bswapdi2,
9295 __mulsc3, __muldc3, __mulxc3, __multc3, __divsc3, __divdc3, __divxc3,
9296 __divtc3, __udiv_w_sdiv, __clear_cache, __enable_execute_stack,
9297 __clz_tab): Define using __N.
9298 (__absvsi2, __negvsi2, __addvsi3, __subvsi3, __mulvsi3): Likewise if
9299 COMPAT_SIMODE_TRAPPING_ARITHMETIC.
9300 * target.def (libfunc_gnu_prefix): New hook.
9301 * doc/tm.texi.in (LIBGCC2_GNU_PREFIX): Document.
9302 (TARGET_LIBFUNC_GNU_PREFIX): Add hook.
9303 * doc/tm.texi: Regenerate.
9304 * system.h (LIBGCC2_GNU_PREFIX): Poison.
9305 * optabs.c (gen_libfunc): Take the libfunc_gnu_prefix hook into
9307 (gen_interclass_conv_libfunc, gen_intraclass_conv_libfunc): Likewise.
9308 (init_optabs): Likewise for the bswap libfuncs.
9309 * tree.c (build_common_builtin_nodes): Likewise for complex multiply
9311 * config/t-slibgcc-elf-ver (SHLIB_MAPFILES): Use $$(libgcc_objdir).
9312 * config/t-slibgcc-sld (SHLIB_MAPFILES): Likewise.
9313 * libgcc-std.ver: Remove.
9314 * Makefile.in (srcdirify): Handle $$(libgcc_objdir).
9315 * config/frv/t-linux (SHLIB_MAPFILES): Use $$(libgcc_objdir) for
9317 * config/i386/t-linux (SHLIB_MAPFILES): Likewise.
9318 * config/mips/t-slibgcc-irix (SHLIB_MAPFILES): Likewise.
9319 * config/rs6000/t-aix43 (SHLIB_MAPFILES): Likewise.
9320 * config/rs6000/t-aix52 (SHLIB_MAPFILES): Likewise.
9321 * config/sparc/t-linux (SHLIB_MAPFILES): Likewise.
9322 * config/i386/t-linux (SHLIB_MAPFILES): Likewise.
9323 * config/i386/t-linux (SHLIB_MAPFILES): Likewise.
9324 * config/fixed-bit.h (FIXED_OP): Define differently depending on
9325 LIBGCC2_GNU_PREFIX. All uses changed not to pass leading underscores.
9326 (FIXED_CONVERT_OP, FIXED_CONVERT_OP2): Likewise.
9328 2011-05-25 Jan Hubicka <jh@suse.cz>
9330 * lto-streamer-out.c (output_record_start): Use lto_output_enum
9331 (lto_output_tree): Use output_record_start.
9332 * lto-streamer-in.c (input_record_start): Use lto_input_enum
9333 (lto_get_pickled_tree): Use input_record_start.
9334 * lto-section-in.c (lto_section_overrun): Turn into fatal error.
9335 (lto_value_range_error): New function.
9336 * lto-streamer.h (lto_value_range_error): Declare.
9337 (lto_output_int_in_range, lto_input_int_in_range): New functions.
9338 (lto_output_enum, lto_input_enum): New macros.
9340 2011-05-25 Eric Botcazou <ebotcazou@adacore.com>
9342 * common.opt (flag_stack_usage_info): New variable.
9343 (-Wstack-usage): New option.
9344 * doc/invoke.texi (Warning options): Document -Wstack-usage.
9345 * opts.c (common_handle_option) <OPT_Wstack_usage_>: New case.
9346 <OPT_fstack_usage>: Likewise.
9347 * toplev.c (output_stack_usage): Handle -Wstack-usage.
9348 * calls.c (expand_call): Test flag_stack_usage_info variable instead
9349 of flag_stack_usage.
9350 (emit_library_call_value_1): Likewise.
9351 * explow.c (allocate_dynamic_stack_space): Likewise.
9352 * function.c (instantiate_virtual_regs ): Likewise.
9353 (prepare_function_start): Likewise.
9354 (rest_of_handle_thread_prologue_and_epilogue): Likewise.
9355 * config/alpha/alpha.c (alpha_expand_prologue): Likewise.
9356 * config/arm/arm.c (arm_expand_prologue): Likewise.
9357 (thumb1_expand_prologue): Likewise.
9358 * config/avr/avr.c (expand_prologue): Likewise.
9359 * config/i386/i386.c (ix86_expand_prologue): Likewise.
9360 * config/ia64/ia64.c (ia64_expand_prologue): Likewise.
9361 * config/m68k/m68k.c (m68k_expand_prologue): Likewise.
9362 * config/mips/mips.c (mips_expand_prologue): Likewise.
9363 * config/pa/pa.c (hppa_expand_prologue): Likewise.
9364 * config/rs6000/rs6000.c (rs6000_emit_prologue): Likewise.
9365 * config/s390/s390.c (s390_emit_prologue): Likewise.
9366 * config/sh/sh.c (sh_expand_prologue): Likewise.
9367 * config/sparc/sparc.c (sparc_expand_prologue): Likewise.
9368 * config/spu/spu.c (spu_expand_prologue): Likewise.
9370 2011-05-25 Richard Guenther <rguenther@suse.de>
9372 * gimple.c (iterative_hash_canonical_type): Skip non-FIELD_DECLs.
9373 (gimple_canonical_types_compatible_p): Likewise.
9375 2011-05-25 Jan Hubicka <jh@suse.cz>
9378 * ipa.c (function_and_variable_visibility): Only add to same
9379 comdat group list if DECL_ONE_ONLY.
9381 2011-05-25 Andrey Belevantsev <abel@ispras.ru>
9383 PR rtl-optimization/49014
9384 * config/i386/athlon.md (athlon_ssecomi): Change type to ssecomi.
9386 2011-05-25 Jakub Jelinek <jakub@redhat.com>
9389 * config/i386/driver-i386.c (host_detect_local_cpu): Fix a typo.
9391 2011-05-24 Vladimir Makarov <vmakarov@redhat.com>
9393 PR rtl-optimization/48757
9394 * ira-build.c (loop_with_eh_edge_p): Rename to
9395 loop_with_complex_edge_p, check edges on complexity, make function
9397 (mark_loops_for_removal): Make call of loop_with_complex_edge_p
9400 2011-05-24 Eric Botcazou <ebotcazou@adacore.com>
9402 * config/sparc/sparc.c (sparc_option_override): If not set by the user,
9403 force flag_ira_share_save_slots to 0.
9405 2011-05-24 Eric Botcazou <ebotcazou@adacore.com>
9407 * var-tracking.c (compute_cfa_pointer): Adjust head comment.
9408 (vt_initialize): Set PROLOGUE_BB unconditionally.
9409 Add block comment about CFA_BASE_RTX machinery.
9410 Reset FP_CFA_OFFSET to -1 on all invalid paths.
9411 Call vt_init_cfa_base only if FP_CFA_OFFSET isn't equal to -1.
9413 2011-05-24 Nicola Pero <nicola.pero@meta-innovation.com>
9416 * c-parser.c (c_parser_objc_class_instance_variables): More robust
9417 parsing of syntax error in ObjC instance variable lists. In
9418 particular, avoid an infinite loop if there is a stray ']'.
9419 Updated error message.
9421 2011-05-24 Ian Lance Taylor <iant@google.com>
9423 * godump.c (go_define): Don't accept a string immediately after
9426 2011-05-24 Ian Lance Taylor <iant@google.com>
9428 * godump.c (struct godump_container): Add invalid_hash field.
9429 (go_format_type): Return false if type is found in invalid_hash.
9430 (go_output_typedef): Add invalid type to invalid_hash.
9431 (go_finish): Create and delete invalid_hash.
9433 2011-05-24 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
9435 PR tree-optimization/46728
9436 * tree-ssa-math-opts.c (powi_table): New.
9437 (powi_lookup_cost): New.
9439 (powi_as_mults_1): New.
9440 (powi_as_mults): New.
9441 (gimple_expand_builtin_powi): New.
9442 (execute_cse_sincos): Add switch case for BUILT_IN_POWI.
9443 (gate_cse_sincos): Remove sincos/cexp restriction.
9445 2011-05-24 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
9448 * config.gcc (alpha*-dec-osf5.1*): Only build mips-tfile,
9450 * mips-tfile.c: Remove CROSS_DIRECTORY_STRUCTURE handling.
9451 * mips-tdump.c: Likewise.
9453 2011-05-24 H.J. Lu <hongjiu.lu@intel.com>
9456 * config/i386/driver-i386.c (host_detect_local_cpu): Always
9457 add -mno-XXX. Handle FMA.
9459 2011-05-24 Vladimir Makarov <vmakarov@redhat.com>
9461 PR rtl-optimization/48633
9462 * ira-build.c (loop_with_eh_edge_p): New function.
9463 (mark_loops_for_removal): Use it.
9465 2011-05-24 Vladimir Makarov <vmakarov@redhat.com>
9467 PR rtl-optimization/48971
9468 * ira.c (setup_pressure_classes): Don't check register move cost
9469 for classes with one registers. Don't add pressure class if there
9470 is a pressure class with the same available hard registers.
9471 Check contains_reg_of_mode. Fix a typo in collecting
9472 temp_hard_regset. Ignore hard registers not belonging to a class.
9474 2011-05-24 Uros Bizjak <ubizjak@gmail.com>
9477 * config/i386/sse.md (sse2_loadhpd): Remove shufpd alternative.
9479 2011-05-24 Eric Botcazou <ebotcazou@adacore.com>
9480 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
9482 PR gcov-profile/48845
9483 * config/sol2.h (LIB_SPEC): Link TLS support for tree profiling.
9485 2011-05-24 Richard Guenther <rguenther@suse.de>
9487 * gimple.c (compare_type_names_p): Remove for_completion_p arg.
9488 (gimple_compatible_complete_and_incomplete_subtype_p): Remove.
9489 (gimple_types_compatible_p_1): Adjust.
9490 (iterative_hash_canonical_type): Do not bother about complete vs.
9492 (gimple_canonical_types_compatible_p): Likewise.
9494 2011-05-24 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
9496 * config/i386/sol2.h (FORCE_CODE_SECTION_ALIGN): Remove.
9498 2011-05-24 Richard Guenther <rguenther@suse.de>
9501 * gimple.c (gimple_register_canonical_type): Revert
9503 * alias.c (get_alias_set): Only assert that TYPE_CANONICAL
9504 does not for a tree for the case where it matters. Cache
9505 pointer-type alias-sets.
9507 2011-05-24 Joseph Myers <joseph@codesourcery.com>
9509 * Makefile.in (GCC_OBJS): Remove opts-common.o and options.o.
9510 (OBJS): Remove options.o, opts-common.o and prefix.o.
9511 (OBJS-libcommon-target): New.
9512 (ALL_HOST_BACKEND_OBJS): Include $(OBJS-libcommon-target).
9513 (BACKEND): Include libcommon-target.a.
9514 (MOSTLYCLEANFILES): Include libcommon-target.a.
9515 (libcommon-target.a): New.
9516 (xgcc$(exeext), cpp$(exeext)): Use libcommon-target.a instead of
9519 2011-05-23 Joseph Myers <joseph@codesourcery.com>
9521 * optc-save-gen.awk: New. Based on optc-gen.awk. Don't generate
9522 parts of output shared with the driver.
9523 * optc-gen.awk: Don't generate parts of output not shared with the
9525 * opth-gen.awk: Remove GCC_DRIVER conditionals.
9526 * doc/options.texi (SourcerInclude): Mention options-save.c.
9527 * Makefile.in (GCC_OBJS): Use options.o instead of gcc-options.o.
9528 (OBJS): Add options-save.o.
9529 (options-save.c, options-save.o): New.
9530 (options.o): Update dependencies.
9531 (gcc-options.o): Remove.
9532 (mostlyclean): Remove options-save.c.
9534 2011-05-23 Jakub Jelinek <jakub@redhat.com>
9537 * dbxout.c: Include cgraph.h.
9538 (dbxout_expand_expr): If a VAR_DECL is TREE_STATIC, not written
9539 and without value expr, return NULL if no varpool node exists for
9540 it or if it is not needed.
9541 * Makefile.in (dbxout.o): Depend on $(CGRAPH_H).
9544 * c-decl.c (start_decl): Convert expr to void_type_node.
9546 2011-05-23 Richard Sandiford <rdsandiford@googlemail.com>
9548 PR rtl-optimization/48826
9549 * emit-rtl.c (try_split): When splitting a call that is followed
9550 by a NOTE_INSN_CALL_ARG_LOCATION, move the note after the new call.
9552 2011-05-23 Jakub Jelinek <jakub@redhat.com>
9554 * cfgexpand.c (expand_debug_expr): For unused non-addressable
9555 parameters passed in memory prefer using DECL_INCOMING_RTL over
9556 the pseudos it will be copied into.
9558 2011-05-23 H.J. Lu <hongjiu.lu@intel.com>
9561 * config/i386/i386.c (ix86_option_override_internal): Save the
9562 initial options after checking vzeroupper.
9564 2011-05-23 David Li <davidxl@google.com>
9566 PR tree-optimization/48988
9567 * tree-ssa-uninit.c (convert_control_dep_chain_into_preds):
9568 Initialize has_valid_pred for each pred chain.
9570 2011-05-23 Richard Guenther <rguenther@suse.de>
9572 * gimple.c (gimple_types_compatible_p_1): Always compare type names.
9573 (iterative_hash_gimple_type): Always hash type names.
9575 2011-05-23 Nathan Froyd <froydnj@codesourcery.com>
9577 * c-typeck.c (build_function_call_vec): Tweak call to
9578 check_function_arguments.
9580 2011-05-23 Richard Guenther <rguenther@suse.de>
9582 PR tree-optimization/49115
9583 * tree-ssa-alias.c (stmt_kills_ref_p_1): If the assignment
9584 is not necessarily carried out, do not claim it kills the ref.
9585 * tree-ssa-dce.c (mark_aliased_reaching_defs_necessary_1): Likewise.
9587 2011-05-23 Richard Guenther <rguenther@suse.de>
9590 * builtins.c (fold_builtin_memory_op): Be less restrictive about
9591 what pointer types we accept for folding.
9593 2011-05-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
9595 * gthr-gnat.c: Remove.
9596 * gthr-gnat.h: Remove.
9597 * Makefile.in (LIB2ADDEH): Remove $(srcdir)/gthr-gnat.c.
9598 * config/t-freebsd (LIB2ADDEH): Likewise.
9599 * config/t-linux (LIB2ADDEH): Likewise.
9600 * config/t-sol2 (LIB2ADDEH): Likewise.
9601 * config/ia64/t-vms (LIB2ADDEH): Likewise.
9602 * configure.ac (target_thread_file): Remove gnat handling.
9603 * configure: Regenerate.
9604 * doc/install.texi (Configuration, --enable-threads): Remove gnat.
9606 2011-05-23 Tristan Gingold <gingold@adacore.com>
9607 Eric Botcazou <ebotcazou@adacore.com>
9609 * gcov.c (create_file_names): If no object directory is specified,
9610 keep the directory of the file.
9612 2011-05-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
9614 * configure.ac (enable_threads): Remove irix; add lynx, tpf; sort list.
9615 * configure: Regenerate.
9617 2011-05-23 Jakub Jelinek <jakub@redhat.com>
9620 * expr.c (expand_expr_real_2) <case LT_EXPR>: If do_store_flag
9621 failed and the comparison has a single bit signed type, use
9622 constm1_rtx instead of const1_rtx for true value.
9623 (do_store_flag): If ops->type is single bit signed type, disable
9624 signel bit test optimization and pass -1 instead of 1 as last
9625 parameter to emit_store_flag_force.
9627 2011-05-23 Tom de Vries <tom@codesourcery.com>
9630 * tree-ssa-loop-niter.c (infer_loop_bounds_from_pointer_arith): New
9632 (infer_loop_bounds_from_undefined): Use new function.
9634 2011-05-22 Richard Sandiford <rdsandiford@googlemail.com>
9636 * config/mips/mips.h (SUBTARGET_ASM_OPTIMIZING_SPEC): Delete.
9637 (ASM_SPEC): Add a -O* option here. Pass -O0 for -noasmopt,
9638 -O1 for -fno-delayed-branch, -O2 if optimization is enabled,
9640 (EXTRA_SPECS): Remove subtarget_asm_optimizing_spec.
9642 2011-05-22 Eric Botcazou <ebotcazou@adacore.com>
9644 * cfgcleanup.c (try_forward_edges): Do not update BB_FORWARDER_BLOCK.
9645 (try_optimize_cfg): Update BB_FORWARDER_BLOCK if try_forward_edges
9648 2011-05-22 Richard Sandiford <rdsandiford@googlemail.com>
9650 * config/mips/mips.c (mips_default_arch): Honor MIPS_ISA_DEFAULT.
9652 2011-05-22 Eric Botcazou <ebotcazou@adacore.com>
9654 * config/sparc/sparc.c (sparc_delegitimize_address): Handle
9655 UNSPEC_MOVE_PIC pattern.
9657 2011-05-22 Eric Botcazou <ebotcazou@adacore.com>
9659 * config.gcc (sparc-*-elf*): Add sparc/t-crtin.
9660 (sparc-*-rtems*): Likewise.
9661 (sparc64-*-elf*): Likewise.
9662 (sparc64-*-rtems*): Likewise.
9663 (sparc*-*-solaris2*): Likewise. Remove crti.o crtn.o extra parts.
9664 * config/sparc/t-crtin: New file.
9665 * config/sparc/t-sol2 (crti.o): Delete rule.
9667 * config/sparc/t-linux64 (EXTRA_MULTILIB_PARTS): Delete.
9668 * config/sparc/t-sol2-64 (EXTRA_MULTILIB_PARTS): Likewise.
9669 * config/sparc/sp64-elf.h (STARTFILE_SPEC): Tidy and add crti.o.
9670 (ENDFILE_SPEC): Add crtn.o.
9672 2011-05-22 Tom de Vries <tom@codesourcery.com>
9675 * fold-const.c (fold_checksum_tree): Guard TREE_CHAIN use with
9676 CODE_CONTAINS_STRUCT (TS_COMMON).
9678 2011-05-22 Jakub Jelinek <jakub@redhat.com>
9681 * expmed.c (extract_fixed_bit_field): Test whether target can be used
9682 only after deciding which mode to use.
9684 2011-05-22 Tom de Vries <tom@codesourcery.com>
9687 * tree-ssa-loop-ivopts.c (force_expr_to_var_cost): Fix const test
9688 for call to get_shiftadd_cost.
9690 2011-05-22 Uros Bizjak <ubizjak@gmail.com>
9693 * config/i386/cpuid.h (bit_MMXEXT): New define.
9695 2011-05-22 Nick Clifton <nickc@redhat.com>
9697 * config/stormy16/stormy16.c (xstormy16_init_builtins): prevent
9698 initialisation of non-existant args[2] element. Use args[] array
9699 not arg[] array to pass arguments to build_function_type_list.
9701 2011-05-22 Ira Rosen <ira.rosen@linaro.org>
9703 PR tree-optimization/49087
9704 * tree-vect-loop.c (vect_is_slp_reduction): Fail if LHS has no uses.
9706 2011-05-21 Jason Merrill <jason@redhat.com>
9709 * dwarf2out.c (tree_add_const_value_attribute_for_decl): Check for
9710 static storage duration.
9712 2011-05-21 Eric Botcazou <ebotcazou@adacore.com>
9714 * config/sparc/sparc.md (setjmp): Handle PIC mode and use the hard
9717 2011-05-21 Eric Botcazou <ebotcazou@adacore.com>
9719 * config/sparc/sparc.c (eligible_for_return_delay): Do not return
9720 false if there are call-saved registers here...
9721 (sparc_can_use_return_insn_p): ...but here instead.
9722 (save_or_restore_regs): Fix thinko.
9723 (sparc_expand_prologue): Use current_function_is_leaf.
9724 (sparc_frame_pointer_required): Likewise.
9726 2011-05-21 Nick Clifton <nickc@redhat.com>
9729 * config/rx/rx.c (rx_memory_move_cost): Note unused parameters.
9731 2011-05-21 Nicola Pero <nicola.pero@meta-innovation.com>
9733 * gengtype.c (walk_type): Implemented "atomic" GTY option.
9734 * doc/gty.texi (GTY Options): Document "atomic" GTY option.
9736 2011-05-21 Joseph Myers <joseph@codesourcery.com>
9738 * opt-read.awk: New. Split out of optc-gen.awk and opth-gen.awk.
9739 * optc-gen.awk: Move common code to opt-read.awk.
9740 * opth-gen.awk: Likewise.
9741 * Makefile.in (options.c, s-options-h): Update to use opt-read.awk.
9743 2011-05-20 Nathan Froyd <froydnj@codesourcery.com>
9745 * godump.c (go_format_type): Don't use TYPE_ARG_TYPES.
9747 2011-05-20 Tom de Vries <tom@codesourcery.com>
9750 * tree-ssa-loop-ivopts.c: Include expmed.h.
9751 (get_shiftadd_cost): New function.
9752 (force_expr_to_var_cost): Declare forward. Use get_shiftadd_cost.
9754 2011-05-20 Jakub Jelinek <jakub@redhat.com>
9757 * gimple-fold.c (and_comparisons_1, or_comparisons_1): Return NULL
9758 for PHI args that are SSA_NAME_IS_DEFAULT_DEF.
9760 2011-05-20 Joseph Myers <joseph@codesourcery.com>
9762 * Makefile.in: Update comment referring to $(OBJS-common).
9764 2011-05-20 Ian Lance Taylor <iant@google.com>
9766 * godump.c (go_output_typedef): Put enum constants in the macro
9767 hash table to avoid duplicate Go const definitions.
9769 2011-05-20 Joseph Myers <joseph@codesourcery.com>
9771 * Makefile.in (LIBDEPS): Add libcommon.a.
9773 (GCC_OBJS): Remove diagnostic.o, pretty-print.o and input.o.
9774 (OBJS-common): Remove diagnostic.o, input.o, intl.o,
9775 pretty-print.o and version.o.
9776 (OBJS-libcommon): New.
9777 (ALL_HOST_BACKEND_OBJS): Add $(OBJS-libcommon).
9778 (BACKEND): Add libcommon.a.
9779 (MOSTLYCLEANFILES): Likewise.
9781 (xgcc$(exeext)): Don't explicitly use version.o and intl.o.
9782 (cpp$(exeext)): Likewise.
9783 (COLLECT2_OBJS): Remove intl.o, version.o, diagnostic.o,
9784 pretty-print.o and input.o.
9785 (lto-wrapper$(exeext)): Don't explicitly use intl.o.
9786 (lto-wrapper.o): Depend on $(DIAGNOSTIC_H).
9788 (mips-tfile): Don't explicitly use version.o.
9789 (mips-tdump): Likewise.
9790 (gcov.o): Depend on $(DIAGNOSTIC_H).
9791 (gcov-dump.o): Depend on intl.h and $(DIAGNOSTIC_H).
9792 (GCOV_OBJS): Remove intl.o, version.o and errors.o.
9793 (GCOV_DUMP_OBJS): Remove version.o and errors.o.
9794 * gcov-dump.c: Include intl.h and diagnostic.h.
9795 (main): Initialize diagnostics.
9796 * gcov.c: Include diagnostic.h.
9798 (main): Initialize diagnostics.
9799 * lto-wrapper.c: Include diagnostic.h.
9800 (main): Initialize diagnostics.
9802 2011-05-20 Michael Matz <matz@suse.de>
9804 * Makefile.in (OBJS-common, OBJS-md, OBJS-archive): Merge into OBJS.
9806 2011-05-20 Michael Matz <matz@suse.de>
9807 Richard Guenther <rguenther@suse.de>
9809 * lto-streamer.c (lto_record_common_node): Don't track seen nodes,
9810 use lto_streamer_cache_append directly instead of returning a VEC.
9811 (preload_common_node): Remove.
9812 (lto_get_common_nodes): Rename to lto_preload_common_nodes, don't
9814 (lto_streamer_cache_create): Call lto_preload_common_nodes.
9816 2011-05-20 Richard Guenther <rguenther@suse.de>
9818 PR tree-optimization/49079
9819 * tree-dfa.c (get_ref_base_and_extent): Handle view-converting
9820 MEM_REFs correctly for the trailing array access detection.
9821 Special case constants the same way as decls for overall size
9824 2011-05-20 Uros Bizjak <ubizjak@gmail.com>
9826 * config/i386/mingw32.h (OUTPUT_QUOTED_STRING): Fix macro
9829 2011-05-20 Jakub Jelinek <jakub@redhat.com>
9831 PR tree-optimization/49073
9832 * gimple-fold.c (and_comparisons_1, or_comparisons_1): Return NULL if
9833 PHI argument is SSA_NAME, whose def_stmt is dominated by the PHI.
9834 * tree-ssa-ifcombine.c (tree_ssa_ifcombine): Calculate dominators.
9836 2011-05-20 Richard Guenther <rguenther@suse.de>
9839 * gimple.c (gimple_register_canonical_type): Compute TYPE_CANONICAL
9840 of pointer types the same way the middle-end does.
9842 2011-05-20 Richard Guenther <rguenther@suse.de>
9844 * gimple.c (gimple_register_type_1): Do not fiddle with main-variant
9845 or pointer-to chains. Delay all fixup to uniquify_nodes.
9847 2011-05-19 Quentin Neill <quentin.neill@amd.com>
9849 * config/i386/sse.md (fma4_fmsubadd): Use <ssemodesuffix>.
9850 (fma4_fmaddsub): Likewise
9852 2011-05-19 Jan Hubicka <jh@suse.cz>
9854 * gimple.c (gtc_visited, gtc_ob, type_pair_hash, type_pair_eq): Remove.
9855 (GIMPLE_TYPE_PAIR_SIZE): New macro.
9856 (type_pair_cache): New static var.
9857 (lookup_type_pair): Use fixed sized custom hash; make inline.
9858 (gtc_visit, gimple_types_compatible_p, gimple_register_type_1): Update
9859 calls of lookup_type_pair.
9860 (print_gimple_types_stats): Remove cache stats.
9861 (free_gimple_type_tables): Free type_pair_cache instead of gtc_visited
9864 2011-05-19 Uros Bizjak <ubizjak@gmail.com>
9866 * config/i386/i386.c (option_override_internal): Enable TARGET_CMOVE
9867 when TARGET_RDRND is active.
9868 (ix86_expand_builtin) <case IX86_BUILTIN_RDRAND{16,32,64}_STEP>:
9869 Generate dummy SImode target register when target is NULL.
9871 2011-05-19 Joseph Myers <joseph@codesourcery.com>
9873 * config/arm/arm-fpus.def: New.
9874 * config/arm/genopt.sh: Generate Enum and EnumValue entries from
9876 * config/arm/arm-tables.opt: Regenerate.
9877 * config/arm/arm.c (all_fpus): Move contents to arm-fpus.def.
9878 (arm_option_override): Don't decode FPU name to string here.
9879 * config/arm/arm.opt (mfpu=): Use Enum.
9880 * config/arm/t-arm ($(srcdir)/config/arm/arm-tables.opt, arm.o):
9881 Update dependencies.
9883 2011-05-19 Joseph Myers <joseph@codesourcery.com>
9885 * collect2.c: Include diagnostic.h.
9886 (fatal_perror, fatal, error, fancy_abort): Remove.
9887 (main): Set progname. Call xmalloc_set_program_name and
9888 diagnostic_initialize.
9889 (maybe_run_lto_and_relink, main, collect_execute, scan_prog_file,
9890 scan_libraries, resolve_lib_name): Call fatal_error instead of
9891 fatal and fatal_perror.
9892 * collect2.h (error, fatal, fatal_perror): Don't declare.
9893 * tlink.c: Include diagnostic-core.h.
9894 (recompile_files): Call fatal_error instead of fatal_perror.
9895 * Makefile.in (COLLECT2_OBJS): Include diagnostic.o,
9896 pretty-print.o and input.o.
9897 (collect2.o, tlink.o): Update dependencies.
9899 2011-05-19 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
9901 * config/i386/i386.md (tls_initial_exec_64_sun): Add semicolon.
9903 2011-05-19 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
9906 * configure.ac (gcc_cv_as_comdat_group_group): Check for Sun as
9907 COMDAT group syntax, both SPARC and x86 variants.
9908 (HAVE_COMDAT_GROUP): Also define if gcc_cv_as_comdat_group_group.
9909 * configure: Regenerate.
9910 * config/sol2.h (TARGET_SOLARIS): Define.
9911 (PUSHSECTION_FORMAT): Remove.
9912 (SECTION_NAME_FORMAT): Define.
9913 * config/sol2.c: Include hashtab.h.
9914 (solaris_output_init_fini): Replace PUSHSECTION_FORMAT by its
9915 expansion, using SECTION_NAME_FORMAT.
9916 (solaris_comdat_htab): New variable.
9917 (struct comdat_entry): Define.
9918 (comdat_hash): New function.
9919 (comdat_eq): New function.
9920 (solaris_elf_asm_comdat_section): New function.
9921 (solaris_define_comdat_signature): New function.
9922 (solaris_code_end): New function.
9923 * config/sol2-protos.h (solaris_elf_asm_comdat_section): Declare.
9924 (solaris_code_end): Declare.
9925 * config/t-sol2 (sol2.o): Add $HASHTAB_H dependency.
9926 * config/i386/i386.c (ix86_code_end) [TARGET_SOLARIS]: Call
9928 (i386_solaris_elf_named_section): Wrap in TARGET_SOLARIS.
9929 Remove ATTRIBUTE_UNUSED.
9930 [!USE_GAS]: Call solaris_elf_asm_comdat_section for
9931 SECTION_LINKONCE sections if HAVE_COMDAT_GROUP.
9932 * config/sparc/sparc.c (sparc_solaris_elf_asm_named_section): Likewise.
9933 * config/i386/sol2-10.h (TARGET_ASM_NAMED_SECTION): Moved ...
9934 * config/i386/sol2.h (TARGET_ASM_NAMED_SECTION): ... here.
9935 * config/sparc/sol2.h (TARGET_ASM_CODE_END): Redefine.
9936 (PUSHSECTION_FORMAT): Remove.
9937 (SECTION_NAME_FORMAT): Redefine.
9939 2011-05-19 Kai Tietz <ktietz@redhat.com>
9941 * tree-cfg.c (verify_gimple_assign_binary): Barf on
9942 TRUTH_AND_EXPR, TRUTH_OR_EXPR, and TRUTH_XOR_EXPR.
9943 (gimplify_expr): Move TRUTH_AND|OR|XOR_EXPR to its binary form.
9945 2011-05-19 Anatoly Sokolov <aesok@post.ru>
9946 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
9948 * config/t-sol2 (sol2.o): Add $(TARGET_H) dependency.
9950 2011-05-19 Richard Guenther <rguenther@suse.de>
9953 * tree-object-size.c (addr_object_size): If the pointed-to
9954 variable is a decl use DECL_SIZE_UNIT instead of TYPE_SIZE_UNIT.
9956 2011-05-19 Richard Guenther <rguenther@suse.de>
9958 * gimple.c (gimple_types_compatible_p_1): Compare names of
9959 the types themselves.
9960 (iterative_hash_gimple_type): And hash them that way.
9961 (gimple_register_type_1): If we register a main variant properly
9962 initialize the leader to ourselves.
9964 2011-05-19 Tom de Vries <tom@codesourcery.com>
9967 * tree-ssa-loop-ivopts.c (get_expr_id): Factored new function out of
9968 get_loop_invariant_expr_id.
9969 (get_loop_invariant_expr_id): Use get_expr_id.
9970 (parm_decl_cost): New function.
9971 (determine_use_iv_cost_condition): Use get_expr_id and parm_decl_cost.
9972 Improve bound cost estimation. Use different inv_expr_id for elim and
9975 2011-05-19 Tom de Vries <tom@codesourcery.com>
9978 * tree-ssa-loop-ivopts.c (determine_iv_cost): Prevent
9979 cost_base.cost == 0.
9981 2011-05-18 H.J. Lu <hongjiu.lu@intel.com>
9984 * config/i386/sse.md
9985 (avx_<ssemodesuffix><avxsizesuffix>_<ssemodesuffix>): Properly handle
9988 2011-05-18 Jakub Jelinek <jakub@redhat.com>
9990 PR tree-optimization/49039
9991 * tree-vrp.c (extract_range_from_binary_expr): For
9992 MIN_EXPR <~[a, b], ~[c, d]> and MAX_EXPR <~[a, b], ~[c, d]>
9993 return ~[MAX_EXPR <a, c>, MIN_EXPR <b, d>].
9995 2011-05-18 Tom de Vries <tom@codesourcery.com>
9998 * tree-ssa-loop-ivopts.c (computation_cost): Prevent cost of 0.
10000 2011-05-18 Uros Bizjak <ubizjak@gmail.com>
10002 * config/i386/i386.md (*tls_global_dynamic_32_gnu): Split asm template.
10003 (*tls_global_dynamic_64): Ditto.
10004 (*tls_local_dynamic_base_32_gnu): Ditto.
10005 (*tls_local_dynamic_base_64): Ditto.
10006 (tls_initial_exec_64_sun): Ditto.
10008 2011-05-18 Stuart Henderson <shenders@gcc.gnu.org>
10010 * doc/invoke.texi (Blackfin Options): -mcpu accepts bf592.
10011 * config/bfin/t-bfin-elf (MULTILIB_MATCHES): Select bf532-none for
10013 * config/bfin/t-bfin-linux (MULTILIB_MATCHES): Likewise.
10014 * config/bfin/t-bfin-uclinux (MULTILIB_MATCHES): Likewise.
10015 * config/bfin/bfin.c (bfin_cpus): Add bf592.
10016 * config/bfin/bfin.h (TARGET_CPU_CPP_BUILTINS): Define
10017 __ADSPBF592__ and __ADSPBF59x__ for BFIN_CPU_BF592.
10018 * config/bfin/bfin-opts.h (bfin_cpu_type): Add BFIN_CPU_BF592.
10019 * config/bfin/elf.h (LIB_SPEC): Add bf592.
10021 2011-05-18 Joseph Myers <joseph@codesourcery.com>
10023 * config/arm/arm-opts.h (enum arm_fp16_format_type, enum
10024 arm_abi_type, enum float_abi_type, enum arm_tp_type): Move from arm.h.
10025 * config/arm/arm.c (arm_float_abi, arm_fp16_format, arm_abi,
10026 target_thread_pointer, arm_structure_size_boundary, struct
10027 float_abi, all_float_abis, struct fp16_format, all_fp16_formats,
10028 struct abi_name, arm_all_abis): Remove.
10029 (arm_option_override) Don't process most enumerated option values here.
10030 Don't process target_fpe_name here. Work with integer not string for
10031 structure size boundary; use separate diagnostics for each case.
10032 * config/arm/arm.h (enum float_abi_type, enum
10033 arm_fp16_format_type, enum arm_abi_type, enum arm_tp_type): Move
10035 (arm_float_abi, arm_fp16_format, arm_abi, target_thread_pointer,
10036 arm_structure_size_boundary): Remove.
10037 * config/arm/arm.opt (mabi=): Use Enum and Init.
10038 (arm_abi_type): New Enum and EnumValue entries.
10039 (mfloat-abi=): Use Enum and Init.
10040 (float_abi_type): New Enum and EnumValue entries.
10041 (mfp=, mfpe=): Replace by separate Alias entries for each argument.
10042 (mfp16-format=): Use Enum and Init.
10043 (arm_fp16_format_type): New Enum and EnumValue entries.
10044 (mstructure-size-boundary=): Use UInteger and Init.
10045 (mtp=): Use Enum and Init.
10046 (arm_tp_type): New Enum and EnumValue entries.
10048 2011-05-18 Richard Guenther <rguenther@suse.de>
10050 PR tree-optimization/49018
10051 * gimple.c (gimple_has_side_effects): Volatile asms have side-effects.
10052 * tree-ssa-ifcombine.c (bb_no_side_effects_p): Use
10053 gimple_has_side_effects.
10055 2011-05-18 Richard Guenther <rguenther@suse.de>
10057 * gimple.c (gimple_register_type_1): New function, split out from ...
10058 (gimple_register_type): ... here. Avoid infinite recursion.
10060 2011-05-18 Ira Rosen <ira.rosen@linaro.org>
10062 PR tree-optimization/41881
10063 * tree-vectorizer.h (struct _loop_vec_info): Add new field
10064 reduction_chains along with a macro for its access.
10065 * tree-vect-loop.c (new_loop_vec_info): Initialize reduction chains.
10066 (destroy_loop_vec_info): Free reduction chains.
10067 (vect_analyze_loop_2): Return false if vect_analyze_slp() returns false.
10068 (vect_is_slp_reduction): New function.
10069 (vect_is_simple_reduction_1): Call vect_is_slp_reduction.
10070 (vect_create_epilog_for_reduction): Support SLP reduction chains.
10071 * tree-vect-slp.c (vect_get_and_check_slp_defs): Allow different
10072 definition types for reduction chains.
10073 (vect_supported_load_permutation_p): Don't allow permutations for
10075 (vect_analyze_slp_instance): Support reduction chains.
10076 (vect_analyze_slp): Try to build SLP instance from reduction chains.
10077 (vect_get_constant_vectors): Handle reduction chains.
10078 (vect_schedule_slp_instance): Mark the first statement of the
10079 reduction chain as reduction.
10081 2011-05-18 Ira Rosen <ira.rosen@linaro.org>
10083 * tree-vect-loop-manip.c (vect_create_cond_for_alias_checks): Use new
10084 names for group elements access.
10085 * tree-vectorizer.h (struct _stmt_vec_info): Use interleaving info for
10086 reduction chains as well. Remove data reference and interleaving
10087 related words from the fields names.
10088 * tree-vect-loop.c (vect_transform_loop): Use new names for group
10090 * tree-vect-data-refs.c (vect_get_place_in_interleaving_chain,
10091 vect_insert_into_interleaving_chain, vect_update_interleaving_chain,
10092 vect_update_interleaving_chain, vect_same_range_drs,
10093 vect_analyze_data_ref_dependence, vect_update_misalignment_for_peel,
10094 vect_verify_datarefs_alignment, vector_alignment_reachable_p,
10095 vect_peeling_hash_get_lowest_cost, vect_enhance_data_refs_alignment,
10096 vect_analyze_group_access, vect_analyze_data_ref_access,
10097 vect_create_data_ref_ptr, vect_transform_strided_load,
10098 vect_record_strided_load_vectors): Likewise.
10099 * tree-vect-stmts.c (vect_model_simple_cost, vect_model_store_cost,
10100 vect_model_load_cost, vectorizable_store, vectorizable_load,
10101 vect_remove_stores, new_stmt_vec_info): Likewise.
10102 * tree-vect-slp.c (vect_build_slp_tree,
10103 vect_supported_slp_permutation_p, vect_analyze_slp_instance): Likewise.
10105 2011-05-18 Richard Guenther <rguenther@suse.de>
10107 PR middle-end/48989
10108 * tree-cfg.c (verify_gimple_assign_unary): Adjust TRUTH op
10109 operand verification.
10110 (verify_gimple_assign_binary): Likewise.
10111 * tree-ssa.c (useless_type_conversion_p): Preserve conversions
10112 to non-1-precision BOOLEAN_TYPEs.
10114 2011-05-18 Tom de Vries <tom@codesourcery.com>
10117 * tree-ssa-loop-ivopts.c (seq_cost): Fix call to rtx_cost.
10119 2011-05-18 Jakub Jelinek <jakub@redhat.com>
10121 PR tree-optimization/49000
10122 * tree-ssa.c (execute_update_addresses_taken): Call
10123 maybe_rewrite_mem_ref_base on debug stmt value. If it couldn't
10124 be rewritten and decl has been marked for renaming, reset
10127 2011-05-17 Joseph Myers <joseph@codesourcery.com>
10129 * config/i386/i386.c (ix86_valid_target_attribute_tree): Use
10130 enum_opts_set when testing if attributes have set -mfpmath=.
10132 2011-05-17 Richard Sandiford <rdsandiford@googlemail.com>
10134 * config/mips/mips.c (mips_handle_option): Remove unused variable.
10136 2011-05-17 Uros Bizjak <ubizjak@gmail.com>
10138 * ipa-inline-analysis.c (inline_node_duplication_hook): Initialize
10140 * tree-inline.c (maybe_inline_call_in_expr): Initialize
10141 id.transform_lang_insert_block with NULL.
10143 2011-05-17 Uros Bizjak <ubizjak@gmail.com>
10145 * config/i386/i386-protos.h (output_fix_trunc): Change arg 3 to bool.
10146 (output_fp_compare): Change args 3 and 4 to bool.
10147 (ix86_expand_call): Change arg 6 to bool.
10148 (ix86_attr_length_immediate_default): Change arg 2 to bool.
10149 (ix86_attr_length_vex_default): Change arg 3 to bool.
10150 * config/i386/i386.md: Update all uses.
10151 * config/i386/i386.c: Ditto.
10152 (ix86_flags_dependent): Change return type to bool.
10154 2011-05-17 Richard Guenther <rguenther@suse.de>
10156 * gimple.c (type_hash_pair_compare): Fix comparison.
10158 2011-05-17 Richard Guenther <rguenther@suse.de>
10160 * gimple.c (iterative_hash_gimple_type): Simplify singleton
10161 case some more, fix final hash value of the non-singleton case.
10163 2011-05-17 Richard Guenther <rguenther@suse.de>
10167 2011-05-16 Richard Guenther <rguenther@suse.de>
10169 * gimple.c (gimple_types_compatible_p_1): Use names of the
10170 type itself, not its main variant.
10171 (iterative_hash_gimple_type): Likewise.
10173 2011-05-17 Richard Guenther <rguenther@suse.de>
10175 * gimple.c (gimple_register_canonical_type): Use the main-variant
10176 leader for computing the canonical type.
10178 2011-05-17 Nick Clifton <nickc@redhat.com>
10180 * config/rx/rx.c (rx_memory_move_cost): Include cost of register
10183 * config/rx/rx.md: Add peephole to remove redundant extensions
10185 (bitset_in_memory): Use rx_restricted_mem_operand.
10186 (bitinvert_in_memory): Likewise.
10187 (bitclr_in_memory): Likewise.
10189 2011-05-17 Kazuhio Inaoka <kazuhiro.inaoka.ud@renesas.com>
10190 Nick Clifton <nickc@redhat.com>
10192 * config/rx/rx.md: Add peepholes to match a register move followed
10193 by a comparison of the moved register. Replace these with an
10194 addition of zero that does both actions in one instruction.
10196 2011-05-17 Jakub Jelinek <jakub@redhat.com>
10199 * config/i386/sync.md (sync_old_add<mode>): Relax operand 2
10200 predicate to allow CONST_INT.
10201 (*sync_old_add_cmp<mode>): New insn and peephole2 for it.
10203 2011-05-16 Joseph Myers <joseph@codesourcery.com>
10205 * opts-common.c (opt_enum_arg_to_value): New.
10206 * opts.h (opt_enum_arg_to_value): Declare.
10207 * config/i386/i386.opt (fpmath): Remove.
10208 (mfpmath=): Use Enum, Init and Save.
10209 (fpmath_unit): New Enum and EnumValue entries.
10210 * config/i386/i386-c.c (ix86_pragma_target_parse): Update field
10211 name for function fpmath state.
10212 * config/i386/i386-opts.h (enum fpmath_unit): Move from i386.h.
10213 * config/i386/i386.c: Include diagnostic.h.
10214 (ix86_fpmath, IX86_FUNCTION_SPECIFIC_FPMATH): Remove.
10215 (ix86_target_string): Take enum fpmath_unit value instead of string.
10216 (ix86_debug_options): Update call to ix86_target_string.
10217 (ix86_option_override_internal): Don't process fpmath strings here.
10218 (x86_function_specific_save, ix86_function_specific_restore):
10219 Don't handle fpmath state specially.
10220 (ix86_function_specific_print): Pass fpmath state to
10221 ix86_target_string instead of printing in this function.
10222 (ix86_valid_target_attribute_inner_p): Take gcc_options pointer.
10223 Handle enum attributes.
10224 (IX86_ATTR_ENUM, ix86_opt_enum): New.
10225 (ix86_valid_target_attribute_tree): Update option_strings
10226 handling. Handle fpmath as enum option.
10227 (ix86_can_inline_p): Update field names for function fpmath state.
10228 (ix86_expand_builtin): Update call to ix86_target_string.
10229 * config/i386/i386.h (enum fpmath_unit): Move to i386-opts.h.
10230 (ix86_fpmath): Remove.
10231 * config/i386/t-i386 (i386.o): Update dependencies.
10233 2011-05-16 Joseph Myers <joseph@codesourcery.com>
10235 PR preprocessor/48677
10236 * cppspec.c (lang_specific_driver): Set new_decoded_options[0]
10237 from decoded_options[0], not from itself.
10239 2011-05-16 Uros Bizjak <ubizjak@gmail.com>
10241 * config/i386/constraints.md (z): New constraint.
10242 * config/i386/i386.c (c): New mode attribute.
10243 (*call): Merge insn pattern from *call_0, *call_1, *call_1_rex64 and
10244 *call_1_rex64_large patterns using "P" mode iterator. Use "<c>zm"
10245 constraint for operand 0.
10246 (*call_vzeroupper): Ditto.
10247 (*call_rex64_ms_sysv): Ditto. Use "rzm" constraint for operand 0.
10248 (*call_rex64_ms_sysv_vzeroupper): Ditto.
10249 (*call_pop): Merge insn pattern from *call_pop_0 and *call_pop_1.
10250 Use "lzm" constraint for operand 0.
10251 (*call_pop_vzeroupper): Ditto.
10252 (*sibcall): Merge insn pattern from *sibcall_0, *sibcall_1 and
10253 *sibcall_1_rex64 patterns using "P" mode iterator. Use "Uz"
10254 constraint for operand 0.
10255 (*sibcall_vzeroupper): Ditto.
10256 (*sibcall_rex64_ms_sysv): Ditto.
10257 (*sibcall_rex64_ms_sysv_vzeroupper): Ditto.
10258 (*sibcall_pop): Merge insn pattern from *sibcall_pop_0 and
10259 *sibcall_pop_1. Use "Uz" constraint for operand 0.
10260 (*sibcall_pop_vzeroupper): Ditto.
10261 (*call_value): Merge insn pattern from *call_value_0, *call_value_1,
10262 *call_value_1_rex64 and *call_value_1_rex64_large patterns using "P"
10263 mode iterator. Use "<c>zm" constraint for operand 1.
10264 (*call_value_vzeroupper): Ditto.
10265 (*call_value_rex64_ms_sysv): Ditto. Use "rzm" constraint
10267 (*call_value_rex64_ms_sysv_vzeroupper): Ditto.
10268 (*call_value_pop): Merge insn pattern from *call_value_pop_0 and
10269 *call_value_pop_1. Use "lzm" constraint for operand 1.
10270 (*call_value_pop_vzeroupper): Ditto.
10271 (*sibcall_value): Merge insn pattern from *sibcall_value_0,
10272 *sibcall_value_1 and *sibcall_value_1_rex64 patterns using "P"
10273 mode iterator. Use "Uz" constraint for operand 1.
10274 (*sibcall_value_vzeroupper): Ditto.
10275 (*sibcall_value_rex64_ms_sysv): Ditto.
10276 (*sibcall_value_rex64_ms_sysv_vzeroupper): Ditto.
10277 (*sibcall_value_pop): Rename from *sibcall_pop_1. Use "Uz"
10278 constraint for operand 1.
10279 (*sibcall_value_pop_vzeroupper): Ditto.
10280 (*tls_global_dynamic_64): Use constant_call_address_operand predicate
10281 and "z" constraint for operand 2.
10282 (*tls_global_dynamic_32_gnu): Ditto.
10283 (*tls_local_dynamic_base_32_gnu): Ditto.
10284 (*tls_local_dynamic_base_64): Ditto.
10285 (*tls_local_dynamic_32_once): Ditto.
10286 * config/i386/i386.c (ix86_output_call_insn): Remove int_addr argument.
10287 Update all callers.
10288 * config/i386/i386-protos.h (ix86_output_call_insn): Update prototype.
10290 2011-05-16 Richard Guenther <rguenther@suse.de>
10292 * gimple.c (gimple_types_compatible_p_1): Use names of the
10293 type itself, not its main variant.
10294 (iterative_hash_gimple_type): Likewise.
10296 2011-05-16 Richard Guenther <rguenther@suse.de>
10298 * gimple.c (iterative_hash_gimple_type): Re-instantiate change to
10299 always visit pointer target and function result and argument types.
10301 2011-05-16 Jason Merrill <jason@redhat.com>
10304 * tree-inline.c (copy_statement_list): Put back recursion.
10306 2011-05-16 Georg-Johann Lay <avr@gjlay.de>
10310 * config/avr/predicates.md (const_8_16_24_operand): New predicate.
10311 * config/avr/avr.md ("*ior<mode>qi.byte0",
10312 "*ior<mode>qi.byte1-3"): New define_insn_and_split patterns.
10314 2011-05-16 Georg-Johann Lay <avr@gjlay.de>
10317 * config/avr/avr.c (avr_function_arg_advance): Error if a fixed
10318 register is needed for a function argument.
10320 2011-05-16 Richard Guenther <rguenther@suse.de>
10322 * gimple.c (struct type_hash_pair): New type.
10323 (type_hash_pair_compare): New function.
10324 (iterative_hash_gimple_type): Mix in SCC member hashes in hash-order.
10326 2011-05-16 Revital Eres <revital.eres@linaro.org>
10328 * modulo-sched.c (doloop_register_get): Check !DEBUG_INSN_P first.
10330 2011-05-15 Uros Bizjak <ubizjak@gmail.com>
10332 * config/i386/i386.md (floating point move splitters): Fix
10333 usage of standard_80387_constant_p.
10334 * config/i386/i386.c (ix86_preferred_reload_class): Ditto.
10336 2011-05-15 Uros Bizjak <ubizjak@gmail.com>
10338 * config/i386/i386.md (*movdf_internal): Simplify insn condition.
10340 2011-05-14 Eric Botcazou <ebotcazou@adacore.com>
10342 * tree-ssa-loop-im.c (SET_ALWAYS_EXECUTED_IN): New macro.
10343 (fill_always_executed_in): Use [SET_]ALWAYS_EXECUTED_IN.
10344 (tree_ssa_lim_finalize): Likewise.
10346 2011-05-14 Uros Bizjak <ubizjak@gmail.com>
10348 * config/i386/constraint.md (Yd, Yx): New register constraints.
10349 * config/i386/i386.md (*pushdf): Merge with *pushdf_nointeger. Use
10350 Yd conditional register constraint.
10351 (*movtf_internal): Use standard_sse_constant_opcode.
10352 (*movxf_internal): Merge with *movxf_internal_nointeger. Use
10353 Yx conditional register constraint.
10354 (*movdf_internal): Merge with *movdf_internal_nointeger. Use
10355 Yd conditional register constraint. Use standard_sse_constant_p to
10356 check for valid SSE constants and call standard_sse_constant_opcode to
10358 (*movsf_internal): Use standard_sse_constant_p to check for valid SSE
10359 constants and call standard_sse_constant_opcode to output SSE insn.
10360 * config/i386/i386.c (ix86_option_ovverride_internal): Set
10361 TARGET_INTEGER_DFMODE_MOVES for 64bit targets. Clear it when
10362 optimize_size is set.
10363 (standard_sse_constant_opcode): Output conditional AVX insn templates.
10365 2011-05-14 Tobias Burnus <burnus@net-b.de>
10367 * doc/invoke.texi (-Ofast): Also enables -fstack-arrays.
10369 2011-05-13 Martin Jambor <mjambor@suse.cz>
10371 * ipa-prop.c (ipa_cst_from_jfunc): New function.
10372 * ipa-prop.h (ipa_cst_from_jfunc): Declare.
10373 * ipa-inline-analysis.c (evaluate_conditions_for_edge): Use it.
10374 (evaluate_conditions_for_ipcp_clone): Removed.
10375 (estimate_ipcp_clone_size_and_time): Accept vector of known constants.
10376 * ipa-cp.c (ipcp_estimate_growth): Build vector of known constants.
10377 * ipa-inline.h (estimate_ipcp_clone_size_and_time): Update.
10379 2011-05-13 Eric Botcazou <ebotcazou@adacore.com>
10381 * cfgrtl.c (cfg_layout_redirect_edge_and_branch): Adjust dump message.
10382 * regcprop.c (copyprop_hardreg_forward): Test MAY_HAVE_DEBUG_INSNS in
10383 lieu of MAY_HAVE_DEBUG_STMTS.
10384 * tree-cfgcleanup.c (remove_forwarder_block): Do not attempt to move
10385 debug statements if !MAY_HAVE_DEBUG_STMTS.
10387 2011-05-13 Martin Thuresson <martint@google.com>
10389 PR gcov-profile/47793
10390 * libgcov.c (gcov_exit): Support relative profile paths.
10391 * doc/invoke.texi (-fprofile-dir): Update for above change.
10393 2011-05-13 Richard Guenther <rguenther@suse.de>
10395 * gimple.c (gimple_canonical_types_compatible_p): Do not use
10396 type-pair caching, do not compare hashes.
10398 2011-05-13 Nathan Froyd <froydnj@codesourcery.com>
10400 PR middle-end/48965
10401 * tree-cfg.c (edge_to_cases_cleanup): Return true.
10402 (verify_expr) [CASE_LABEL_EXPR]: Add checking.
10404 2011-05-13 Kai Tietz <ktietz@redhat.com>
10406 * gimplify.c (gimplify_expr): Make sure operand is boolified.
10407 * tree-cfg.c (verify_gimple_assign_unary): Check for boolean
10408 compatible type for TRUTH_NOT_EXPR.
10410 2011-05-13 H.J. Lu <hongjiu.lu@intel.com>
10412 * config/i386/i386.c (ix86_save_reg): Change return type to bool.
10413 (ix86_hard_regno_mode_ok): Change return value to bool. Use
10414 can_create_pseudo_p ().
10416 2011-05-13 Richard Guenther <rguenther@suse.de>
10419 * gimple.c (iterative_hash_gimple_type): Revert change in
10420 pointer target and function result and argument hashing.
10422 2011-05-13 Uros Bizjak <ubizjak@gmail.com>
10424 * config/i386/i386.md (*movxf_internal): Use !can_create_pseudo ().
10425 (*movxf_internal_nointeger): Ditto.
10426 (*movdf_internal_rex64): Ditto.
10427 (*movdf_internal): Ditto.
10428 (*movdf_internal_nointeger): Ditto.
10429 (*movsf_internal): Ditto.
10430 (sincos splitters): Use can_create_pseudo ().
10432 2011-05-13 Joseph Myers <joseph@codesourcery.com>
10434 * config/i386/i386-opts.h: New.
10435 * gcc/config/i386/i386.c (stringop_alg, ix86_cmodel,
10436 ix86_asm_dialect, ix86_regparm, ix86_abi, ix86_branch_cost,
10437 ix86_section_threshold): Remove.
10438 (ix86_handle_option): Move MAX_CODE_ALIGN define here. Handle
10439 OPT_malign_loops_, OPT_malign_jumps_, OPT_malign_functions_ and
10441 (ix86_option_override_internal): Don't decode strings for options
10442 other than -march=, -mtune= and -mfpmath=. Don't allow for
10443 __attribute__ uses in remaining diagnostics for options with
10444 string arguments. Don't check for integer arguments being negative.
10445 * gcc/config/i386/i386.h (enum stringop_alg, enum calling_abi,
10446 enum tls_dialect, enum cmodel, enum asm_dialect): Move to i386-opts.h.
10447 (ix86_abi, ix86_tls_dialect, ix86_cmodel, ix86_asm_dialect,
10448 ix86_branch_cost, ix86_section_threshold): Remove.
10449 * gcc/config/i386/i386.opt (config/i386/i386-opts.h): New
10451 (malign-functions=, malign-jumps=, malign-loops=): Use UInteger
10453 (masm=): Use Enum and Init.
10454 (asm_dialect): New Enum and EnumValue entries.
10455 (mbranch-cost=): Use UInteger.
10456 (mlarge-data-threshold=): Use UInteger and Init.
10457 (mcmodel=): Use Enum and Init.
10458 (cmodel): New Enum and EnumValue entries.
10459 (mpc): Replace with separate mpc32, mpc64 and mpc80 entries.
10460 (mpreferred-stack-boundary=, mincoming-stack-boundary=,
10461 mregparm=): Use UInteger.
10462 (mstringop-strategy=): Use Enum and Init.
10463 (stringop_alg): New Enum and EnumValue entries.
10464 (mtls-dialect=): Use Enum and Init.
10465 (tls_dialect): New Enum and EnumValue entries.
10466 (mabi=): Use Enum and Init.
10467 (calling_abi): New Enum and EnumValue entries.
10468 (mveclibabi=): Use Enum and Init.
10469 (ix86_veclibabi): New Enum and EnumValue entries.
10471 2011-05-13 Nick Clifton <nickc@redhat.com>
10473 * config/rx/rx.md (mov expander): Fix use of rx_legitimate_constant_p.
10474 * config/rx/rx-protos.h (rx_legitimate_constant_p): Rename prototype.
10476 2011-05-13 Kai Tietz <ktietz@redhat.com>
10478 PR middle-end/48984
10479 * gimplify.c (gimplify_expr): Check for boolean_type_node instead
10480 for BOOLEAN_TYPE for TRUTH-NOT/AND/OR/XOR.
10481 (gimple_boolify): Check for cast for boolean_type_node instead for
10484 2011-05-13 Richard Guenther <rguenther@suse.de>
10486 PR tree-optimization/48172
10487 * tree-vect-loop-manip.c (vect_vfa_segment_size): Avoid
10488 multiplying by number of iterations for equal step.
10489 (vect_create_cond_for_alias_checks): Likewise.
10491 2011-05-13 Andreas Schwab <schwab@redhat.com>
10493 * configure.ac: Use AS_HELP_STRING throughout.
10494 * configure: Regenerate.
10496 2011-05-12 H.J. Lu <hongjiu.lu@intel.com>
10498 * config/i386/i386.c (ix86_save_reg): Change maybe_eh_return to bool.
10499 (ix86_emit_restore_regs_using_mov): Likewise.
10500 (ix86_emit_restore_sse_regs_using_mov): Likewise.
10502 2011-05-12 Anatoly Sokolov <aesok@post.ru>
10504 * config/sparc/sparc.h (REG_OK_FOR_INDEX_P, REG_OK_FOR_BASE_P,
10505 SYMBOLIC_CONST, RTX_OK_FOR_BASE_P, RTX_OK_FOR_INDEX_P): Remove.
10506 (RTX_OK_FOR_OFFSET_P, RTX_OK_FOR_OLO10_P): Move to...
10507 * config/sparc/sparc.c (RTX_OK_FOR_OFFSET_P,
10508 RTX_OK_FOR_OLO10_P): ...here.
10509 (sparc_mode_dependent_address_p): Use symbolic_operand instead of
10512 2011-05-12 Kai Tietz <ktietz@redhat.com>
10514 * gimplify.c (gimple_boolify): Re-boolify expression
10515 arguments even if expression type is of kind BOOLEAN_TYPE.
10516 (gimplify_boolean_expr): Removed.
10517 (gimplify_expr): Boolify truth opcodes AND, ANDIF, OR, ORIF,
10518 and XOR. Additional take care that we keep expression's type.
10519 * tree-cfg.c (verify_gimple_assign_binary): Adjust check for type
10520 of TRUTH_AND|OR|XOR_EXPR.
10522 2011-05-12 Jakub Jelinek <jakub@redhat.com>
10524 PR tree-optimization/48975
10525 * tree-if-conv.c (combine_blocks): Call free_bb_predicate
10526 on all bbs here and free and clear ifc_bbs at the end.
10528 2011-05-12 Richard Guenther <rguenther@suse.de>
10530 * gimple.c (gtc_visit): Compare TREE_ADDRESSABLE, handle
10531 NULLPTR_TYPE similar to VOID_TYPE. Defer type-leader lookup
10532 until after simple checks.
10533 (gimple_types_compatible_p): Likewise.
10534 (iterative_hash_gimple_type): Always hash pointer targets
10535 and function return and argument types.
10536 (iterative_hash_canonical_type): Do not hash TYPE_QUALS,
10537 hash TYPE_ALIGN. Do not hash TYPE_MIN/MAX_VALUE.
10538 (gimple_canonical_types_compatible_p): Compare TREE_ADDRESSABLE,
10539 handle NULLPTR_TYPE similar to VOID_TYPE. Handle non-aggregates
10540 completely in the simple compare section.
10541 (gimple_register_canonical_type): Query the cache again after
10544 2011-05-12 Richard Guenther <rguenther@suse.de>
10546 PR tree-optimization/48172
10547 * tree-vect-loop-manip.c (vect_vfa_segment_size): Do not exclude
10548 the number of iterations from the segment size calculation.
10549 (vect_create_cond_for_alias_checks): Adjust.
10551 2011-05-12 Jakub Jelinek <jakub@redhat.com>
10554 * var-tracking.c (use_narrower_mode_test) <case REG>: Return 1
10555 if validate_subreg fails.
10557 2011-05-12 Hariharan Sandanagobalane <hariharan@picochip.com>
10559 * ira.c (clarify_prohibited_class_mode_regs): Prevent the function from
10560 accessing beyond the end of REGNO_REG_CLASS array by stopping the loop
10563 2011-05-12 DJ Delorie <dj@redhat.com>
10565 * config/rx/rx.c (rx_builtins): New arrays - holds builtin functions.
10566 (ADD_RX_BUILTIN1, ADD_RX_BUILTIN2, ADD_RX_BUILTIN3): Install
10567 created builtin into rx_builtins array.
10568 (rx_builtin_decl): New function.
10569 (TARGET_BUITLIN_DECL): Define. Include gt-rx.h.
10571 2011-05-12 DJ Delorie <dj@redhat.com>
10572 Nick Clifton <nickc@redhat.com>
10574 * config/rx/rx.h (HAVE_PRE_DECREMENT): Fix typo.
10575 * config/rx/rx.c (CC_FLAG_FP): Fix comment.
10576 (rx_is_legitimate_address): Add pre-decrement and post-increment
10577 addressing in HImode and QImode. Fix test for out of range
10578 REG+INT addressing.
10579 (rx_legitimate_constant_p): Rename to rx_is_legitimate_constant.
10580 (rx_align_for_label): Test label before extracting its usage count.
10581 (rx_adjust_insn_lengths): Fix selection of insn codes.
10582 (TARGET_LEGITIMATE_CONSTANT_P): Use renamed function.
10584 2011-05-11 Jason Merrill <jason@redhat.com>
10586 * tree.c (type_hash_canon): Use struct tree_type_non_common.
10588 2011-05-11 Eric Botcazou <ebotcazou@adacore.com>
10590 * cfgrtl.c (commit_one_edge_insertion): Remove always-true test and
10591 reindent the subsequent block.
10593 2011-05-11 Satoru Takabayashi <satorux@google.com>
10594 Paul Pluzhnikov <ppluzhnikov@google.com>
10596 * doc/install.texi (Configuration): Document --with-linker-hash-style.
10597 * gcc.c (init_spec): Handle LINKER_HASH_STYLE.
10598 * config.in: Add LINKER_HASH_STYLE.
10599 * configure.ac: Add --with-linker-hash-style.
10600 * configure: Regenerate.
10602 2011-05-11 Richard Guenther <rguenther@suse.de>
10604 PR middle-end/48964
10605 * gimple.c (iterative_hash_canonical_type): Fix typo.
10607 2011-05-11 Uros Bizjak <ubizjak@gmail.com>
10609 * config/i386/i386.c (legitimize_tls_address)
10610 <case TLS_MODEL_GLOBAL_DYNAMIC>: Call gen_tls_dynamic_gnu2_{32,64}
10611 expanders directly for TARGET_GNU2_TLS. Determine pic and
10612 __tls_get_addr symbol reference here. Update call to
10613 gen_tls_global_dynamic_{32,64} for added arguments.
10614 <case TLS_MODEL_LOCAL_DYNAMIC>: Call gen_tls_dynamic_gnu2_{32,64}
10615 expanders directly for TARGET_GNU2_TLS. Determine
10616 __tls_get_addr symbol reference here. Update call to
10617 gen_tls_local_dynamic_base_{32,64} for added arguments. Attach
10618 unique UNSPEC REG_EQUIV to libcall block.
10619 (ix86_tls_get_addr): Declare static.
10620 * config/i386/i386-protos.h (ix86_tls_get_addr): Remove declaration.
10621 * config/i386/i386.md (tls_global_dynamic_32): Add operand 2 and 3.
10622 Do not determine pic and __tls_get_addr symbol reference here. Do not
10623 call gen_tls_dynamic_gnu2_32 for TARGET_GNU2_TLS.
10624 (tls_local_dynamic_base_32): Ditto for operands 1 and 2.
10625 (tls_global_dynamic_64): Add operand 2. Do not determine
10626 __tls_get_addr symbol reference here. Do not call
10627 gen_tls_dynamic_gnu2_64 for TARGET_GNU2_TLS here.
10628 (tls_local_dynamic_base64): Ditto for operand 1.
10630 2011-05-11 Eric Botcazou <ebotcazou@adacore.com>
10632 * function.c (expand_function_start): Initialize stack_check_probe_note
10633 only if the generic stack checking mechanism is used.
10635 2011-05-11 Richard Guenther <rguenther@suse.de>
10637 PR tree-optimization/15256
10638 * tree-ssa-forwprop.c (simplify_bitwise_binary): Canonicalize
10639 (A & B) | C, combine (A op CST1) op CST2.
10640 (tree_ssa_forward_propagate_single_use_vars): Only bother to
10641 visit assigns that have uses.
10643 2011-05-11 Nathan Froyd <froydnj@codesourcery.com>
10645 * ggc-page.c (extra_order_size_table): Use struct tree_type_non_common.
10646 * lto-streamer-in.c (unpack_ts_type_value_fields): Rename to...
10647 (unpack_ts_type_common_value_fields): ...this. Update comment.
10648 (unpack_value_fields): Adjust for renaming.
10649 (lto_input_ts_type_tree_pointers): Split into...
10650 (lto_input_ts_type_common_tree_pointer): ...this and...
10651 (lto_input_ts_type_non_common_tree_pointers): ...this.
10652 (lto_input_tree_pointers): Adjust for above split.
10653 * lto-streamer-out.c (pack_ts_type_value_fields): Rename to...
10654 (pack_ts_type_common_value_fields): ...this. Update comment.
10655 (lto_output_ts_type_tree_pointers): Split into...
10656 (lto_output_ts_type_common_tree_pointers): ...this and...
10657 (lto_output_ts_type_non_common_tree_pointers): ...this.
10658 (lto_output_tree_pointers): Adjust for above split.
10659 * lto-streamer.c (check_handled_ts_structures): Mark TS_TYPE_COMMON,
10660 TS_TYPE_WITH_LANG_SPECIFIC, and TS_TYPE_NON_COMMON as handled.
10661 * stor-layout.c (vector_type_mode): Adjust location of mode field.
10662 * tree.h (MARK_TS_TYPE_COMMON, MARK_TS_TYPE_WITH_LANG_SPECIFIC):
10664 (struct tree_type): Split into...
10665 (struct tree_type_common: ...this and...
10666 (struct tree_type_with_lang_specific): ...this and...
10667 (struct tree_type_non_common): ...this. Adjust accessor macros
10669 (TYPE_VALUES_RAW): Define.
10670 (union tree_node): Update for above changes.
10671 * tree.c (tree_node_structure_for_code) [tcc_type]: Return
10672 TS_TYPE_NON_COMMON.
10673 (initialize_tree_contains_struct) [TS_TYPE]: Use TS_TYPE_COMMON.
10674 Add TS_TYPE_WITH_LANG_SPECIFIC and TS_TYPE_NON_COMMON.
10675 (tree_code_size) [tcc_type]: Use struct tree_type_non_common.
10676 * treestructu.def (TS_TYPE): Remove.
10677 (TS_TYPE_COMMON, TS_TYPE_WITH_LANG_SPECIFIC, TS_TYPE_NON_COMMON):
10680 2011-05-11 Jakub Jelinek <jakub@redhat.com>
10683 * tree-ssa.c (reset_debug_uses): New function.
10684 * tree-flow.h (reset_debug_uses): New prototype.
10685 * tree-data-ref.c (stmts_from_loop): Ignore debug stmts.
10686 * tree-loop-distribution.c (generate_loops_for_partition): Call
10687 reset_debug_uses on the stmts that will be removed. Keep around
10688 all debug stmts, don't count them as bits in partition bitmap.
10689 (generate_builtin): Don't count debug stmts or labels as bits in
10692 2011-05-11 Richard Guenther <rguenther@suse.de>
10694 * gimple.c (gimple_type_hash_1): Merge with ...
10695 (gimple_type_hash): ... this.
10696 (gtc_visit): Remove mode parameter and simplify accordingly.
10697 (gimple_types_compatible_p_1): Likewise.
10698 (gimple_types_compatible_p): Likewise.
10699 (iterative_hash_gimple_type): Likewise.
10701 (gimple_type_eq): Adjust.
10703 2011-05-11 Revital Eres <revital.eres@linaro.org>
10705 * ddg.c (create_ddg_dep_from_intra_loop_link): If a true dep edge
10706 enters the branch create an anti edge in the opposite direction
10707 to prevent the creation of reg-moves.
10708 * modulo-sched.c: Adjust comment to reflect the fact we are
10709 scheduling closing branch.
10710 (PS_STAGE_COUNT): Rename to CALC_STAGE_COUNT and redefine.
10711 (stage_count): New field in struct partial_schedule.
10712 (calculate_stage_count): New function.
10713 (normalize_sched_times): Rename to reset_sched_times and handle
10714 incrementing the sched time of the nodes by a constant value
10715 passed as parameter.
10716 (duplicate_insns_of_cycles): Skip closing branch.
10717 (sms_schedule_by_order): Schedule closing branch.
10718 (ps_insn_find_column): Handle closing branch.
10719 (sms_schedule): Call reset_sched_times and adjust the code to
10720 support scheduling of the closing branch.
10721 (ps_insert_empty_row): Update calls to normalize_sched_times
10722 and rotate_partial_schedule functions.
10724 2011-05-11 Richard Guenther <rguenther@suse.de>
10726 PR middle-end/48953
10727 * tree-inline.c (remap_gimple_op_r): Also remap types of MEM_REFs.
10729 2011-05-11 Joseph Myers <joseph@codesourcery.com>
10731 * opts.c (finish_options): Move warning settings from process_options.
10732 * toplev.c (process_options): Move warning settings to finish_options.
10734 2011-05-11 Richard Guenther <rguenther@suse.de>
10736 PR tree-optimization/18041
10737 * tree-ssa-forwprop.c (simplify_bitwise_and): Rename to ...
10738 (simplify_bitwise_binary): ... this. Handle operand conversions
10739 by applying them to the result instead.
10740 (tree_ssa_forward_propagate_single_use_vars): Adjust. CSE tree code.
10742 2011-05-11 Richard Guenther <rguenther@suse.de>
10744 * gimple.c (gimple_canonical_types_compatible_p): Split out
10745 from gimple_types_compatible_p and friends. Do not recurse
10746 to pointed-to types.
10747 (gimple_canonical_type_eq): Use it.
10748 (iterative_hash_canonical_type): Split out from
10749 iterative_hash_gimple_type and friends. Do not recurse
10750 to pointed-to types.
10751 (gimple_canonical_type_hash): Use it, allocate the hash here.
10753 2011-05-11 Revital Eres <revital.eres@linaro.org>
10755 * modulo-sched.c (doloop_register_get): Ignore DEBUG_INSNs while
10756 recognizing doloop.
10758 2011-05-11 Revital Eres <revital.eres@linaro.org>
10760 * loop-doloop.c (doloop_condition_get): Use prev_nondebug_insn
10761 instead of PREV_INSN.
10763 2011-05-11 Revital Eres <revital.eres@linaro.org>
10765 * modulo-sched.c (sms_schedule): Support new form of doloop pattern
10766 * loop-doloop.c (doloop_condition_get): Likewise.
10767 * config/arm/thumb2.md (*thumb2_addsi3_compare0): Remove "*".
10769 * config/arm/arm.md (*addsi3_compare0): Remove "*".
10771 2011-05-10 Nathan Froyd <froydnj@codesourcery.com>
10773 * tree.def (CASE_LABEL_EXPR): Add an operand.
10774 * tree.h (CASE_CHAIN): Use TREE_OPERAND instead of TREE_CHAIN.
10776 2011-05-10 Joseph Myers <joseph@codesourcery.com>
10778 * c-decl.c (c_override_global_bindings_to_false): Remove.
10779 (global_bindings_p): Don't check
10780 c_override_global_bindings_to_false.
10781 * c-tree.h (c_override_global_bindings_to_false): Remove.
10782 * c-typeck.c (composite_type): Don't set
10783 c_override_global_bindings_to_false.
10785 2011-05-10 Michael Meissner <meissner@linux.vnet.ibm.com>
10787 PR target/48857, 48495
10788 * config/rs6000/rs6000.h (VSX_SCALAR_MODE): Delete.
10790 (VSX_MOVE_MODE): Ditto.
10791 (ALTIVEC_OR_VSX_VECTOR_MODE): New macro, combine all Altivec and
10792 VSX vector types. Add V2DImode.
10793 (HARD_REGNO_CALLER_SAVE_MODE): Use it instead of
10794 ALTIVEC_VECTOR_MODE and VSX_VECTOR_MODE calls.
10795 (MODES_TIEABLE_P): Ditto.
10797 * config/rs6000/rs6000.c (rs6000_emit_move): Use
10798 ALTIVEC_OR_VSX_MODE instead of ALTIVEC_VECTOR_MODE and
10800 (init_cumulative_args): Ditto.
10801 (rs6000_function_arg_boundary): Ditto.
10802 (rs6000_function_arg_advance_1): Ditto.
10803 (rs6000_function_arg): Ditto.
10804 (rs6000_function_ok_for_sibcall): Ditto.
10805 (emit_frame_save): Ditto.
10806 (rs6000_function_value): Ditto.
10807 (rs6000_libcall_value): Ditto.
10809 2011-05-10 Joseph Myers <joseph@codesourcery.com>
10811 * config.gcc (i[34567]86-*-darwin*, x86_64-*-darwin*): Add
10812 i386/darwin-lib.h to $libgcc_tm_file.
10813 * config/i386/darwin.h (DECLARE_LIBRARY_RENAMES): Remove.
10815 2011-05-10 Joseph Myers <joseph@codesourcery.com>
10817 * doc/sourcebuild.texi (Back End): Mention contrib/config-list.mk.
10819 2011-05-10 Joseph Myers <joseph@codesourcery.com>
10821 * config/rs6000/genopt.sh, config/rs6000/rs6000-cpus.def: New files.
10822 * config/rs6000/rs6000-tables.opt: New file (generated).
10823 * config.gcc (powerpc*-*-*, rs6000*-*-*): Add
10824 rs6000/rs6000-tables.opt to extra_options.
10825 * config/rs6000/rs6000-opts.h (RS6000_CPU_OPTION_NATIVE): Define.
10826 * config/rs6000/rs6000.c (rs6000_select): Remove.
10827 (processor_target_table): Move contents to rs6000-cpus.def.
10828 (darwin_rs6000_override_options): Check
10829 global_options_set.x_rs6000_cpu_index instead of
10830 rs6000_select[1].string.
10831 (rs6000_option_override_internal): Likewise.
10832 (rs6000_handle_option): Don't assert that global structures are in
10833 use. Don't handle OPT_mcpu_ and OPT_mtune_ here.
10834 (rs6000_default_cpu): New variable.
10835 (rs6000_file_start): Set it instead of local default_cpu. Check
10836 rs6000_default_cpu, global_options_set.x_rs6000_cpu_index and
10837 global_options_set.x_rs6000_tune_index instead of rs6000_select.
10838 (rs6000_darwin_file_start): Check rs6000_default_cpu and
10839 global_options_set.x_rs6000_cpu_index instead of rs6000_select.
10840 * config/rs6000/rs6000.h (struct rs6000_cpu_select,
10841 rs6000_select): Remove.
10842 * config/rs6000/rs6000.opt (rs6000_cpu_index, rs6000_tune_index):
10844 (mcpu=, mtune=): Use Var, Init, Enum and Save.
10845 * config/rs6000/t-rs6000
10846 ($(srcdir)/config/rs6000/rs6000-tables.opt): New.
10847 * config/rs6000/eabispe.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Check
10848 global_options_set.x_rs6000_cpu_index instead of
10849 rs6000_select[1].string.
10850 * config/rs6000/linuxspe.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Check
10851 global_options_set.x_rs6000_cpu_index instead of
10852 rs6000_select[1].string.
10854 2011-05-10 Joseph Myers <joseph@codesourcery.com>
10856 * config.gcc (libgcc_tm_file): Define instead of including files
10857 from ../../libgcc/config/ in tm_file.
10858 * configure.ac (libgcc_tm_file_list, libgcc_tm_include_list): Define.
10859 * configure: Regenerate.
10860 * Makefile.in (libgcc_tm_file_list, libgcc_tm_include_list,
10861 libgcc_tm.h, cs-libgcc_tm.h): New.
10862 (TM_H): Include libgcc_tm.h and $(libgcc_tm_file_list).
10863 (clean): Remove libgcc_tm.h.
10864 * config/arm/symbian.h (RENAME_LIBRARY): Remove.
10865 * mkconfig.sh: Include libgcc_tm.h in tm.h if USED_FOR_TARGET.
10866 * system.h (DECLARE_LIBRARY_RENAMES): Poison.
10868 2011-05-10 Georg-Johann Lay <avr@gjlay.de>
10871 * config/avr/avr.c (avr_ret_register): Return unsigned int
10873 (avr_function_value): Mark fn_decl_or_type as unused, don't pass
10874 it to avr_libcall_value.
10875 avr_expand_builtin): Use EXPAND_NORMAL as arg 4 in calls to
10877 (avr_expand_binop_builtin): Ditto.
10878 (avr_expand_unop_builtin): Ditto.
10880 2011-05-10 DJ Delorie <dj@redhat.com>
10882 * config/rx/rx.h (JUMP_ALIGN, LABEL_ALIGN, LOOP_ALIGN): Define.
10883 (LABEL_ALIGN_AFTER_BARRIER): Pass label to rx_align_for_label
10884 * config/rx/rx.c (rx_align_for_label): Add label and
10885 uses_threshold parameters. Do not align when the label is not
10887 * config/rx/rx-protos.h (rx_align_for_label): Update prototype.
10889 2011-05-10 Richard Guenther <rguenther@suse.de>
10891 * tree-ssa-forwprop.c (combine_conversions): Pattern-match
10892 a series of conversions and apply foldings similar to what
10894 (tree_ssa_forward_propagate_single_use_vars): Call it.
10896 2011-05-10 Jakub Jelinek <jakub@redhat.com>
10898 PR tree-optimization/48611
10899 PR tree-optimization/48794
10900 * tree-eh.c (remove_unreachable_handlers): Don't remove regions
10901 referenced from RESX or EH_DISPATCH arguments.
10904 * dfp.c (decimal_to_decnumber): Handle conversion from
10905 dconst{1,2,m1,half}.
10907 2011-05-09 Uros Bizjak <ubizjak@gmail.com>
10909 * config/i386/i386.c (ix86_autovectorize_vector_sizes): Return 0
10910 for !flag_prefer_avx128.
10911 (ix86_preferred_simd_mode): Return word_mode for DFmode without SSE2.
10913 2011-05-09 Eric Botcazou <ebotcazou@adacore.com>
10915 * fold-const.c (fold_range_test): Pass LOC to build_range_check.
10916 (fold_ternary_loc): Use expr_location_or.
10918 2011-05-09 H.J. Lu <hongjiu.lu@intel.com>
10921 * dwarf2out.c (mem_loc_descriptor) <case SUBREG>: If
10922 POINTERS_EXTEND_UNSIGNED is defined, don't give up if mode is
10923 Pmode and mem_mode is not VOIDmode.
10925 2011-05-09 Ville Voutilainen <ville.voutilainen@gmail.com>
10927 * tree.h (TYPE_UNQUALIFIED, TYPE_QUAL_CONST, TYPE_QUAL_VOLATILE,
10928 TYPE_QUAL_RESTRICT): Convert to enum.
10930 2011-05-09 Uros Bizjak <ubizjak@gmail.com>
10932 * config/i386/predicates.md (const_pow2_1_to_2_operand): Remove.
10933 (const_pow2_1_to_8_operand): Ditto.
10934 (const_pow2_1_to_128_operand): Ditto.
10935 (const_pow2_1_to_32768_operand): Ditto.
10936 * config/i386/mmx.md (*mmx_pinsrw): Use const_int_operand instead of
10937 const_pow2_1_to_8_operand for operand 3 predicate. Use exact_log2
10938 in insn constraint to check integer value of operand 3.
10939 * config/i386/sse.md (*vec_setv4sf_sse4_1): Ditto.
10941 (PINSR_MODE): New mode iterator.
10942 (sse2p4_1): New mode attribute.
10943 (<sse2p4_1>_pinsr<ssemodesuffix>): Merge insn from sse4_1_pinsrb,
10944 sse2_pinsrw, sse4_1_pinsrd and sse4_1_pinsrq using PINSR_MODE mode
10945 iterator. Use const_int_operand instead of
10946 const_pow2_1_to_{2,8,128,32768}_operand for operand 3 predicate. Use
10947 exact_log2 in insn constraint to check integer value of operand 3.
10949 2011-05-09 Uros Bizjak <ubizjak@gmail.com>
10951 * config/i386/sse.md (blendbits): Remove mode attribute.
10952 (<sse4_1>_blend<ssemodesuffix><avxsizesuffix>): Use const_int_operand
10953 instead of const_0_to_<blendbits>_operand for operand 3 predicate.
10954 Check integer value of operand 3 in insn constraint.
10956 2011-05-09 Richard Guenther <rguenther@suse.de>
10958 * lto-symtab.c (lto_cgraph_replace_node): Use types_compatible_p
10960 (lto_symtab_merge): Likewise. Do not register types here.
10961 (lto_symtab_merge_decls_2): Likewise.
10962 (lto_symtab_merge_decls_1): Likewise.
10963 * gimple.h (enum gtc_mode, gimple_types_compatible_p): Do not declare.
10964 * gimple.c (enum gtc_mode): Declare.
10965 (gimple_types_compatible_p): Make static.
10967 2011-05-09 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
10969 * config/s390/s390.md (TD/TF mem to reg move splitter): Make the
10970 temporary register to match Pmode.
10972 2011-05-09 Uros Bizjak <ubizjak@gmail.com>
10974 * config/i386/sse.md (*vec_concatv4si): Merge from *vec_concatv4si_1
10975 and *vec_concatv4si_1_avx.
10977 2011-05-09 Uros Bizjak <ubizjak@gmail.com>
10979 PR rtl-optimization/48927
10980 * ira-conflicts.c (commutative_constraint_p): Use
10981 recog_data.alternative_enabled_p to disable alternatives where
10982 "enabled" attribute is false.
10983 (get_dup_num): Ditto.
10984 * ira-lives.c (single_reg_class): Ditto.
10985 (ira_implicitly_set_insn_hard_regs): Ditto.
10987 2011-05-09 Eric Botcazou <ebotcazou@adacore.com>
10989 * var-tracking.c (find_mem_expr_in_1pdv): Fix thinko.
10990 (dataflow_set_preserve_mem_locs): Likewise.
10992 2011-05-09 Philipp Thomas <pth@suse.de>
10994 * config/mep/mep.c (mep_validate_vliw): Syntax description
10995 should not be translated.
10997 2011-05-09 Joseph Myers <joseph@codesourcery.com>
10999 * config/mips/genopt.sh, config/mips/mips-cpus.def: New files.
11000 * config/mips/mips-tables.opt: New file (generated).
11001 * config.gcc (mips*-*-*): Add mips/mips-tables.opt to extra_options.
11002 * config/mips/mips-opts.h (MIPS_ARCH_OPTION_FROM_ABI,
11003 MIPS_ARCH_OPTION_NATIVE): Define.
11004 * config/mips/mips.c (mips_cpu_info_table): Move contents to
11006 (mips_strict_matching_cpu_name_p, mips_matching_cpu_name_p,
11007 mips_parse_cpu): Remove.
11008 (mips_cpu_info_from_opt, mips_default_arch): New.
11009 (mips_handle_option): Don't assert that global structures are in
11010 use. Don't handle OPT_march_, OPT_mtune_ and OPT_mips here.
11011 (mips_option_override): Use new variables and functions to set
11012 state of these options. Use strcmp to check for individual CPU names.
11013 * config/mips/mips.h (MIPS_CPU_STRING_DEFAULT): Remove default
11015 * config/mips/mips.opt (march=): Use ToLower and Enum.
11016 (mips): Use ToLower, Enum and Var.
11017 (mtune=): Use ToLower and Enum.
11018 * config/mips/t-mips ($(srcdir)/config/mips/mips-tables.opt): New.
11020 2011-05-08 Jan Hubicka <jh@suse.cz>
11022 * gimple.c (type_pair_hash, type_pair_eq, lookup_type_pair):
11023 Arrange type pairs to be UID ordered.
11024 (gimple_lookup_type_leader): Make inline.
11026 2011-05-09 Nick Clifton <nickc@redhat.com>
11029 * config/iq2000/iq2000.opt (iq2000_tune): Initialise to
11033 * config/mn10300/mn10300.c (extract_bundle): Remove spurious local
11036 2011-05-08 Chung-Lin Tang <cltang@codesourcery.com>
11038 * combine.c (simplify_comparison): Abstract out parts into...
11039 (simplify_compare_const): ... new function.
11040 (try_combine): Generalize parallel arithmetic/compare combining
11041 to call simplify_compare_const() and CANONICALIZE_COMPARE().
11043 2011-05-08 Jan Hubicka <jh@suse.cz>
11045 * cgraph.c (cgraph_clone_node): Add call_duplication_hook parameter.
11046 (cgraph_create_virtual_clone): Call hooks once virtual clone
11048 * cgraph.h (cgraph_clone_node): Update prototype.
11049 * ipa-cp.c (ipcp_estimate_growth): Use
11050 estimate_ipcp_clone_size_and_time.
11051 * ipa-inline-transform.c (clone_inlined_nodes): Update.
11052 * lto-cgraph.c (input_node): Update.
11053 * ipa-inline.c (recursive_inlining): Update.
11054 * ipa-inline.h (estimate_ipcp_clone_size_and_time): New function.
11055 (evaluate_conditions_for_known_args): Break out from ...
11056 (evaluate_conditions_for_edge): ... here.
11057 (evaluate_conditions_for_ipcp_clone): New function.
11058 (inline_node_duplication_hook): Update clone summary based
11060 (estimate_callee_size_and_time): Rename to ...
11061 (estimate_node_size_and_time): take NODE instead of EDGE;
11062 take POSSIBLE_TRUTHS as argument.
11063 (estimate_callee_size_and_time): Update.
11064 (estimate_ipcp_clone_size_and_time): New function.
11065 (do_estimate_edge_time): Update.
11067 2011-05-08 Richard Guenther <rguenther@suse.de>
11069 PR middle-end/48908
11070 PR middle-end/48905
11071 * expmed.c (expand_shift_1): Compute adjusted constant shift
11074 2011-05-08 Eric Botcazou <ebotcazou@adacore.com>
11076 * config/avr/avr.c (print_operand_address): Fix invalid RTL access.
11078 2011-05-08 Eric Botcazou <ebotcazou@adacore.com>
11080 * config/rs6000/rs6000.c (output_profile_hook): Fix thinko.
11082 2011-05-08 Jonathan Wakely <jwakely.gcc@gmail.com>
11084 * doc/invoke.texi (-fuse-linker-plugin): Improve grammar.
11086 2011-05-07 Jan Hubicka <jh@suse.cz>
11088 * ipa-inline-transform.c (inline_call): Account when program size
11090 * ipa-inline.c (relative_time_benefit): New function.
11091 (edge_badness): Reorganize to be power 2 based; fix thinko when
11092 computing badness for negative growth; update comments to match
11093 reality; better dumps.
11095 2011-05-07 Eric Botcazou <ebotcazou@adacore.com>
11097 * langhooks.h (lang_hooks_for_types): Change global_bindings_p's return
11098 type to bool and adjust comment.
11099 * fold-const.c (fold_range_test): Adjust call to global_bindings_p.
11100 (fold_mathfn_compare): Remove calls to global_bindings_p.
11101 (fold_inf_compare): Likewise.
11102 * stor-layout.c (variable_size): Adjust call to global_bindings_p.
11103 * c-tree.h (global_bindings_p): Adjust prototype.
11104 * c-decl.c (global_bindings_p): Return bool and simplify.
11106 2011-05-07 Zdenek Dvorak <ook@ucw.cz>
11108 PR tree-optimization/48837
11109 * tree-tailcall.c (tree_optimize_tail_calls_1): Do not mark tailcalls
11110 when accumulator transformation is performed.
11112 2011-05-06 Jan Hubicka <jh@suse.cz>
11114 * i386.h (ix86_tune_indices): Add
11115 X86_TUNE_SOFTWARE_PREFETCHING_BENEFICIAL.
11116 (TARGET_SOFTWARE_PREFETCHING_BENEFICIAL): New macro.
11117 * i386.c (initial_ix86_tune_features): Add
11118 X86_SOFTARE_PREFETCHING_BENEFICIAL.
11119 (software_prefetching_beneficial_p): Remove predicate.
11120 (ix86_option_override_internal): Use new macro.
11122 2011-05-06 Jan Hubicka <jh@suse.cz>
11124 * ipa-inline.c (update_callee_keys): Don't reset node growth cache.
11126 2011-05-06 Jan Hubicka <jh@suse.cz>
11128 * cgraph.c (cgraph_add_thunk): Create real function node instead
11129 of alias node; finalize it and mark needed/reachale; arrange visibility
11130 to be right and add it into the corresponding same comdat group list.
11131 (dump_cgraph_node): Dump thunks.
11132 * cgraph.h (cgraph_first_defined_function, cgraph_next_defined_function,
11133 cgraph_function_with_gimple_body_p,
11134 cgraph_first_function_with_gimple_body,
11135 cgraph_next_function_with_gimple_body): New functions.
11136 (FOR_EACH_FUNCTION_WITH_GIMPLE_BODY, FOR_EACH_DEFINED_FUNCTION):
11138 * ipa-cp.c (ipcp_need_redirect_p): Thunks can't be redirected.
11139 (ipcp_generate_summary): Use FOR_EACH_FUNCTION_WITH_GIMPLE_BODY.
11140 * cgraphunit.c (cgraph_finalize_function): Only look into possible
11141 devirtualization when optimizing.
11142 (verify_cgraph_node): Verify thunks.
11143 (cgraph_analyze_function): Analyze thunks.
11144 (cgraph_mark_functions_to_output): Output thunks only in combination
11145 with function they are assigned to.
11146 (assemble_thunk): Turn thunk into non-thunk; don't try to turn
11147 alias into normal node.
11148 (assemble_thunks): New functoin.
11149 (cgraph_expand_function): Use it.
11150 * lto-cgraph.c (lto_output_node): Stream thunks.
11151 (input_overwrite_node): Stream in thunks.
11152 * ipa-pure-const.c (analyze_function): Thunks do nothing interesting.
11153 * lto-streamer-out.c (lto_output): Do not try to output thunk's body.
11154 * ipa-inline.c (inline_small_functions): Use FOR_EACH_DEFINED_FUNCTION.
11155 * ipa-inline-analysis.c (compute_inline_parameters): "Analyze" thunks.
11156 (inline_analyze_function): Do not care about thunk jump functions.
11157 (inline_generate_summary):Use FOR_EACH_DEFINED_FUNCTION.
11158 * ipa-prop.c (ipa_prop_write_jump_functions): Use
11159 cgraph_function_with_gimple_body_p.
11160 * passes.c (do_per_function_toporder): Use
11161 cgraph_function_with_gimple_body_p.
11162 (execute_one_pass);Use FOR_EACH_FUNCTION_WITH_GIMPLE_BODY.
11163 (ipa_write_summaries): Use cgraph_function_with_gimple_body_p.
11164 (function_called_by_processed_nodes_p): Likewise.
11166 2011-05-06 Joseph Myers <joseph@codesourcery.com>
11168 * config/rs6000/rs6000.opt (rs6000_ieeequad, rs6000_altivec_abi,
11169 rs6000_spe_abi, rs6000_darwin64_abi): Remove TargetVariable
11171 (mabi=): Replace with separate entries for mabi=altivec,
11172 mabi=no-altivec, mabi=spe, mabi=no-spe, mabi=d64, mabi=d32,
11173 mabi=ieeelongdouble and mabi=ibmlongdouble.
11174 * config/rs6000/rs6000.c (rs6000_option_override_internal): Move
11175 check for -mabi=spe without SPE ABI support here.
11176 (rs6000_handle_option): Replace OPT_mabi_ handling with
11177 OPT_mabi_altivec and OPT_mabi_spe handling.
11179 2011-05-06 Cary Coutant <ccoutant@google.com>
11181 * dwarf2out.c (contains_subprogram_definition): New function.
11182 (should_move_die_to_comdat): Call it.
11184 2011-05-06 Jeff Law <law@redhat.com>
11186 * tree-ssa-threadupdate.c (create_block_for_threading): Do not call
11187 remove_ctrl_stmt_and_useless_edges.
11188 (create_duplicates): Call remove_ctrl_stmt_and_useless_edges.
11189 (fixup_template_block, thread_single_edge): Likewise.
11190 (mark_threaded_blocks): Use THREAD_TARGET.
11192 2011-05-06 Alan Modra <amodra@gmail.com>
11195 * config/rs6000/rs6000.c (rs6000_legitimize_tls_address): Use
11196 const0_rtx as the arg to the dummy __tls_get_addr libcall.
11198 2011-05-06 Uros Bizjak <ubizjak@gmail.com>
11200 * config/i386/i386.md (*movdf_internal_nointeger): Apply "*"
11201 constraint modifier to "r".
11203 2011-05-06 Joseph Myers <joseph@codesourcery.com>
11205 * config/rs6000/rs6000.c (rs6000_handle_option): Don't handle and
11206 fall through for OPT_mcmodel_.
11208 2011-05-06 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
11210 * config/s390/s390.c (s390_asm_trampoline_template): Comment
11212 (s390_trampoline_init): Replace UNITS_PER_WORD with UNITS_PER_LONG.
11214 2011-05-06 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
11217 * config/arm/arm.opt (marm): Document it.
11218 (mthumb): Reject negative variant.
11220 2011-05-06 Uros Bizjak <ubizjak@gmail.com>
11223 * config/i386/netware.c (i386_nlm_maybe_mangle_decl_assembler_name):
11224 Fix typo in "ccvt" variable name.
11226 2011-05-06 Tristan Gingold <gingold@adacore.com>
11229 * config/vms/vms-ar.c (main): Remove cwd variable.
11231 2011-05-06 Jakub Jelinek <jakub@redhat.com>
11234 * var-tracking.c (prepare_call_arguments): Move else before #endif.
11236 2011-05-05 Nathan Froyd <froydnj@codesourcery.com>
11238 * except.c (sjlj_emit_dispatch_table): Call build_case_label.
11239 * gimplify.c (gimplify_switch_expr): Likewise.
11240 * omp-low.c (expand_omp_sections): Likewise.
11241 * tree-eh.c (lower_try_finally_switch): Likewise.
11242 (lower_eh_dispatch): Likewise.
11243 * tree.h (build_case_label): Declare.
11244 * tree.c (build_case_label): Define.
11246 2011-05-05 Jason Merrill <jason@redhat.com>
11249 * tree-inline.c (copy_tree_r): Use copy_statement_list.
11250 (copy_statement_list): Don't recurse.
11251 * stor-layout.c (copy_self_referential_tree_r): Don't allow
11254 2011-05-05 Joseph Myers <joseph@codesourcery.com>
11256 * config/rs6000/rs6000.c (rs6000_handle_option): Don't fall
11257 through from -mfpu= handling.
11258 * config/rs6000/rs6000.opt (mfpu=): Use Var and Init.
11260 2011-05-05 Bernd Schmidt <bernds@codesourcery.com>
11262 * dwarf2out.c (dwarf2out_frame_debug_expr) [rule 10]: Handle
11265 2011-05-05 Steve Ellcey <sje@cup.hp.com>
11267 * config.gcc (hppa*64*-*-hpux11*): Modify tm_file and extra_options
11269 (hppa[12]*-*-hpux11*): Ditto.
11270 (ia64*-*-hpux*): Add ia64/hpux-unix2003.h to tm_file.
11271 * config/ia64/hpux-unix2003.h: New.
11272 * config/pa/pa-hpux1131.opt: New.
11273 * config/pa/pa-hpux1131.h: New.
11274 * config/pa/pa64-hpux.h (STARTFILE_SPEC): Use unix2003.o if requested.
11275 * config/pa/pa-hpux.opt (flag_pa_unix): Check TARGET_HPUX_11_31 value.
11276 * config/pa/pa.h (TARGET_HPUX_11_31): Provide default (0) value.
11278 2011-05-05 Jakub Jelinek <jakub@redhat.com>
11281 * dwarf2out.c (mem_loc_descriptor) <case SUBREG>: Pass mem_mode
11282 instead of mode as 3rd argument to recursive call.
11283 (mem_loc_descriptor) <case REG>: If POINTERS_EXTEND_UNSIGNED, don't
11284 emit DW_OP_GNU_regval_type if mode is Pmode and mem_mode is not
11286 (mem_loc_descriptor) <case SYMBOL_REF>: If POINTERS_EXTEND_UNSIGNED,
11287 don't give up if mode is Pmode and mem_mode is not VOIDmode.
11288 (mem_loc_descriptor) <case CONST_INT>: If POINTERS_EXTEND_UNSIGNED,
11289 use int_loc_descriptor if mode is Pmode and mem_mode is not VOIDmode.
11291 2011-05-05 Julian Brown <julian@codesourcery.com>
11293 * config/arm/neon.md (vec_set<mode>_internal): Fix misplaced
11294 parenthesis in D-register case.
11296 2011-05-05 Joseph Myers <joseph@codesourcery.com>
11298 * opt-functions.awk (var_type_struct): Handle Enum options.
11299 * optc-gen.awk: Don't check range of variables of character type.
11300 * config/rs6000/rs6000.c (rs6000_sched_insert_nops_str,
11301 rs6000_sched_costly_dep_str, rs6000_recip_name, rs6000_abi_name,
11302 rs6000_sdata_name, rs6000_explicit_options): Remove.
11303 (rs6000_option_override_internal): Check for -malign-power here.
11304 Use global_options_set instead of rs6000_explicit_options.
11305 (rs6000_parse_fpu_option): Remove.
11306 (rs6000_handle_option): Access variables via opts and opts_set
11307 pointers. Use error_at and warning_at. Add fall-through
11308 comments. Don't handle OPT_mcmodel_, OPT_maix_struct_return,
11309 OPT_msvr4_struct_return, OPT_mvrsave, OPT_mspe, OPT_mcall_,
11310 OPT_msdata_, OPT_mtls_size_, OPT_mtraceback_, OPT_mfloat_gprs_,
11311 OPT_msched_costly_dep_, OPT_malign_ or OPT_mrecip_ explicitly
11312 here. Don't use rs6000_parse_fpu_option.
11313 * config/rs6000/rs6000.h (fpu_type): Remove declaration.
11314 * config/rs6000/rs6000.opt (rs6000_long_double_type_size,
11315 rs6000_spe, rs6000_float_gprs): Remove TargetVariable entries.
11316 (mrecip=): Use Var.
11317 (mspe): Use Var and Save.
11318 (mtraceback=): Use Enum and Var.
11319 (rs6000_traceback_type): New Enum and EnumValue entries.
11320 (mfloat-gprs=): Use Enum, Var and Save.
11321 (rs6000_float_gprs): New Enum and EnumValue entries.
11322 (mlong-double-): use Var and Save.
11323 (msched-costly-dep=, minsert-sched-nops=): Use Var.
11324 (malign-): Use Enum and Var.
11325 (rs6000_alignment_flags): New Enum and EnumValue entries.
11327 (fpu_type_t): New Enum and EnumValue entries.
11328 * config/rs6000/aix43.h (SUBTARGET_OVERRIDE_OPTIONS): Use
11329 global_options_set instead of rs6000_explicit_options.
11330 * config/rs6000/aix52.h (SUBTARGET_OVERRIDE_OPTIONS): Use
11331 global_options_set instead of rs6000_explicit_options.
11332 * config/rs6000/aix53.h (SUBTARGET_OVERRIDE_OPTIONS): Use
11333 global_options_set instead of rs6000_explicit_options.
11334 * config/rs6000/aix61.h (SUBTARGET_OVERRIDE_OPTIONS): Use
11335 global_options_set instead of rs6000_explicit_options.
11336 * config/rs6000/e500-double.h (SUB3TARGET_OVERRIDE_OPTIONS): Use
11337 global_options_set instead of rs6000_explicit_options.
11338 * config/rs6000/eabispe.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Use
11339 global_options_set instead of rs6000_explicit_options.
11340 (RS6000_DEFAULT_LONG_DOUBLE_SIZE): Remove commented-out
11342 * config/rs6000/linux64.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Use
11343 global_options_set instead of rs6000_explicit_options.
11344 * config/rs6000/linux64.opt (mcmodel=): Use Enum and Var.
11345 (rs6000_cmodel): New Enum and EnumValue entries.
11346 * config/rs6000/linuxspe.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Use
11347 global_options_set instead of rs6000_explicit_options.
11348 * config/rs6000/sysv4.opt (mcall-, msdata=): Use Var.
11349 (mtls-size=): Use Enum and Var.
11350 (rs6000_tls_size): New Enum and EnumValue entries.
11352 2011-05-05 Michael Matz <matz@suse.de>
11354 * config/alpha/elf.h (ENDFILE_SPEC): Add Ofast.
11355 * config/alpha/osf5.h (ENDFILE_SPEC): Add Ofast.
11356 * config/alpha/netbsd.h (ENDFILE_SPEC): Add Ofast.
11357 * config/sparc/linux.h (ENDFILE_SPEC): Add Ofast.
11358 * config/sparc/sp64-elf.h (ENDFILE_SPEC): Add Ofast.
11359 * config/sparc/sp-elf.h (ENDFILE_SPEC): Add Ofast.
11360 * config/sparc/linux64.h (ENDFILE_SPEC): Add Ofast.
11361 * config/sparc/freebsd.h (ENDFILE_SPEC): Add Ofast.
11362 * config/sparc/sol2.h (ENDFILE_SPEC): Add Ofast.
11363 * config/i386/cygwin.h (ENDFILE_SPEC): Add Ofast.
11364 * config/i386/gnu-user.h (ENDFILE_SPEC): Add Ofast.
11365 * config/i386/gnu-user64.h (ENDFILE_SPEC): Add Ofast.
11366 * config/i386/darwin.h (ENDFILE_SPEC): Add Ofast.
11367 * config/i386/mingw32.h (ENDFILE_SPEC): Add Ofast.
11368 * config/ia64/linux.h (ENDFILE_SPEC): Add Ofast.
11369 * config/mips/linux.h (ENDFILE_SPEC): Add Ofast.
11371 2011-05-05 Richard Guenther <rguenther@suse.de>
11373 * expmed.c (expand_variable_shift): Rename to ...
11374 (expand_shift_1): ... this. Take an expanded shift amount.
11375 For rotates recurse directly not building trees for the shift amount.
11376 (expand_variable_shift): Wrap around expand_shift_1.
11377 (expand_shift): Adjust.
11379 2011-05-05 Jakub Jelinek <jakub@redhat.com>
11381 * gimplify.c (create_tmp_var_raw): Don't call build_type_variant.
11383 2011-05-05 Eric Botcazou <ebotcazou@adacore.com>
11385 * tree.h (get_pending_sizes): Remove prototype.
11386 (put_pending_size): Likewise.
11387 (put_pending_sizes): Likewise.
11388 * stor-layout.c (pending_sizes): Delete.
11389 (get_pending_sizes): Likewise.
11390 (put_pending_size): Likewise.
11391 (put_pending_sizes): Likewise.
11392 (variable_size): Do not call put_pending_size and tidy up.
11393 * function.h (struct function): Remove dont_save_pending_sizes_p.
11394 * lto-streamer-in.c (input_function): Do not stream it.
11395 * lto-streamer-out.c (output_function): Likewise.
11396 * tree-inline.c (initialize_cfun): Do not copy it.
11397 * c-decl.c (store_parm_decls): Do not set it.
11398 * omp-low.c (create_task_copyfn): Likewise.
11399 * tree-optimize.c (tree_rest_of_compilation): Likewise.
11401 2011-05-05 Uros Bizjak <ubizjak@gmail.com>
11403 * config/i386/i386.md (*movdf_internal_rex64): Simplify nested "if"
11405 (*movdf_internal): Ditto.
11406 (*movdf_internal_nointeger): Ditto.
11407 (*movsf_internal): Ditto.
11409 2011-05-05 Joseph Myers <joseph@codesourcery.com>
11411 * c-decl.c (finish_decl): Don't call get_pending_sizes.
11412 (grokparm): Add parameter expr. Pass it to grokdeclarator.
11413 (push_parm_decl): Add parameter expr. Pass it to grokdeclarator.
11414 (c_variable_size): Remove.
11415 (grokdeclarator): Use save_expr instead of c_variable_size. Don't
11416 call put_pending_sizes.
11417 (get_parm_info): Add parameter expr. Use it to set
11418 arg_info->pending_sizes.
11419 (store_parm_decls): Use arg_info->pending_sizes instead or calling
11421 * c-parser.c (c_parser_parms_declarator): Update call to
11422 c_parser_parms_list_declarator.
11423 (c_parser_parms_list_declarator): Take parameter expr. Update
11424 call to push_parm_decl. Update recursive call. Don't call
11425 get_pending_sizes. Update calls to get_parm_info.
11426 (c_parser_objc_method_definition): Update calls to
11427 c_parser_objc_method_decl and objc_start_method_definition.
11428 (c_parser_objc_methodproto): Update call to c_parser_objc_method_decl.
11429 (c_parser_objc_method_decl): Add parameter expr. Update call to
11431 (c_parser_objc_try_catch_finally_statement): Update call to grokparm.
11432 * c-tree.h (struct c_arg_info.pending_sizes): Change to a tree.
11433 (get_parm_info, grokparm, push_parm_decl): Update prototypes.
11435 2011-05-05 Michael Hope <michael.hope@linaro.org>
11438 * config/host-linux.c (TRY_EMPTY_VM_SPACE): Define for
11439 __ARM_EABI__ hosts.
11441 2011-05-05 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11443 * config/spu/spu.c (TARGET_ASM_OUTPUT_MI_THUNK): Define.
11444 (TARGET_ASM_CAN_OUTPUT_MI_THUNK): Likewise.
11445 (spu_output_mi_thunk): New function.
11447 2011-05-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
11449 * config/sparc/sol2.h (ASM_OUTPUT_CALL): Use
11450 targetm.asm_out.print_operand.
11451 * config/sol2.c: Include target.h.
11453 2011-05-04 Jan Hubicka <jh@suse.cz>
11455 * ipa-inline.c (reset_edge_caches): New function.
11456 (update_caller_keys): Add check_inlinablity_for; do not
11457 reset edge caches; remove now unnecesary loop.
11458 (update_callee_keys): Add comments; reset node_growth_cache of callee.
11459 (update_all_callee_keys): Likewise.
11460 (inline_small_functions): Sanity check cache; update code
11463 2011-05-04 Bernd Schmidt <bernds@codesourcery.com>
11465 PR rtl-optimization/47612
11466 * df-problems.c (can_move_insns_across): Don't pick a cc0 setter
11467 as the last insn of the sequence to be moved.
11469 2011-05-04 Tobias Burnus <burnus@net-b.de>
11472 * doc/invoke.texi (Ofast): Document that it
11473 enables Fortran's -fno-protect-parens.
11475 2011-05-04 Uros Bizjak <ubizjak@gmail.com>
11477 * config/i386/i386.c (ix86_reorg): Run move_or_delete_vzeroupper first.
11479 2011-05-04 Eric Botcazou <ebotcazou@adacore.com>
11481 * stor-layout.c (variable_size): Do not issue errors.
11483 2011-05-04 Richard Guenther <rguenther@suse.de>
11485 * coverage.c (tree_coverage_counter_ref): Use integer_type_node
11486 for array-ref indices.
11487 (tree_coverage_counter_addr): Likewise.
11488 (build_fn_info_type): Use size_int for index types.
11489 (build_gcov_info): Likewise.
11491 2011-05-04 Richard Guenther <rguenther@suse.de>
11493 * c-decl.c (check_bitfield_type_and_width): Do not pass NULL
11495 * c-typeck.c (really_start_incremental_init): Use bitsize_int
11496 for constructor indices.
11497 (push_init_level): Likewise.
11499 2011-05-04 Richard Guenther <rguenther@suse.de>
11501 * explow.c (promote_mode): Move variable declarations before code.
11503 2011-05-04 Nathan Froyd <froydnj@codesourcery.com>
11505 * tree.h (build_function_type_array): Declare.
11506 (build_varargs_function_type_array): Declare.
11507 (build_function_type_vec, build_varargs_function_type_vec): Define.
11508 * tree.c (build_function_type_array_1): New function.
11509 (build_function_type_array): New function.
11510 (build_varargs_function_type_array): New function.
11512 2011-05-04 Richard Sandiford <richard.sandiford@linaro.org>
11514 * tree-vect-loop.c (vectorizable_reduction): Check reduction cost
11515 before setting STMT_VINFO_TYPE.
11517 2011-05-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11519 * config/spu/spu.c (spu_gimplify_va_arg_expr): Call pass_by_reference
11520 instead of spu_pass_by_reference.
11522 2011-05-04 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
11524 * calls.c (emit_library_call_value_1): Invoke
11525 promote_function_mode hook on libcall arguments.
11526 * explow.c (promote_function_mode, promote_mode): Handle TYPE
11527 argument being NULL.
11528 * targhooks.c (default_promote_function_mode): Lisewise.
11529 * config/s390/s390.c (s390_promote_function_mode): Likewise.
11530 * config/sparc/sparc.c (sparc_promote_function_mode): Likewise.
11532 * doc/tm.texi: Document that TYPE argument might be NULL.
11534 2011-05-04 Stuart Henderson <shenders@gcc.gnu.org>
11536 * config/bfin/bfin.c (bfin_cpus): Update silicon revisions.
11538 2011-05-04 Stuart Henderson <shenders@gcc.gnu.org>
11541 * config/bfin/bfin.md (addsi3): Add an alternative for IREGS.
11543 2011-05-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
11545 * config/alpha/alpha.h (CODE_MASK, MIPS_IS_STAB, MIPS_MARK_STAB)
11546 (MIPS_UNMARK_STAB, SHASH_SIZE, THASH_SIZE, ALIGN_SYMTABLE_OFFSET):
11548 * mips-tfile.c: ... here.
11549 Don't include coretypes.h, tm.h, filenames.h.
11550 (saber_stop): Remove definition and all calls.
11551 [__SABER__]: Remove.
11552 (__LINE__): Remove default.
11553 (Size_t, Ptrdiff_t): Remove definitions.
11554 Replace by size_t, ptrdiff_t.
11555 [!MIPS_DEBUGGING_INFO]: Remove.
11556 (SHASH_SIZE, THASH_SIZE): Remove defaults.
11557 (progname): Add const.
11559 Replace all uses by static.
11560 (ALIGN_SYMTABLE_OFFSET): Remove default.
11561 * mips-tdump.c: Don't include coretypes.h, tm.h.
11562 Remove !MIPS_IS_STAB guard.
11563 * Makefile.in (mips-tfile.o): Remove $(RTL_H), coretypes.h,
11564 $(TM_H), filenames.h dependencies.
11565 (mips-tdump.o): Remove $(RTL_H), coretypes.h, $(TM_H) dependencies.
11567 2011-05-04 Stuart Henderson <shenders@gcc.gnu.org>
11570 *config/bfin/bfin.c (bfin_extra_live_on_entry): New.
11571 (TARGET_EXTRA_LIVE_ON_ENTRY): Define.
11573 2011-05-04 Stuart Henderson <shenders@gcc.gnu.org>
11576 * config/bfin/bfin.h (FUNCTION_PROFILER): Take TARGET_LONG_CALLS into
11577 account and save/restore RETS.
11578 (PROFILE_BEFORE_PROLOGUE): Define.
11579 (ASM_OUTPUT_REG_PUSH, ASM_OUTPUT_REG_POP): Add tab character. Correct
11580 the push insn to use predecrement.
11582 2011-05-04 Stuart Henderson <shenders@gcc.gnu.org>
11585 * config/bfin/bfin.c (bfin_expand_prologue): Don't clobber P2.
11587 2011-05-04 Nick Clifton <nickc@redhat.com>
11589 * config/mn10300/mn10300.c: Include cfgloop.h.
11591 (mn10300_insert_setlb_lcc): New function. Inserts a SETLB and a
11592 Lcc or a FLcc insn into the instruction stream.
11593 (mn10300_block_contains_call): New function. Returns true if the
11594 given basic block contains a CALL insn.
11595 (mn10300_loop_contains_call_insn): New function. Returns true if
11596 the given loop contains a CALL insn.
11597 (mn10300_scan_for_setlb_lcc): New function. Finds opportunities
11598 to use the SETLB and Lcc or FLcc insns.
11599 (mn10300_reorg): Invoke mn10300_scan_for_setlb_lcc when optimizing.
11600 (TARGET_FLAGS): Add MASK_ALLOW_SETLB.
11601 * config/mn10300/mn10300.opt (msetlb): New option. Used to
11602 disable the SETLB optimization.
11603 * config/mn10300/mn10300.h (TARGET_CPU_CPP_BUILTINS): Add
11604 __SETLB__ or __NO_SETLB__.
11605 * config/mn10300/mn10300.md (UNSPEC_SETLB): New constant.
11606 (movsf_internal): Handle MDR register.
11607 (cmpsi): Make visible.
11608 (setlb): New pattern.
11609 (Lcc): New pattern.
11610 (FLcc): New pattern.
11612 2011-05-04 Uros Bizjak <ubizjak@gmail.com>
11615 * config/i386/i386.md (*movdi_internal_rex64) Use %vmovd
11616 for reg<->xmm moves.
11617 * config/i386/sse.md (*vec_concatv2di_rex64_sse4_1): Ditto.
11618 (vec_concatv2di_rex64_sse): Ditto.
11619 (*sse2_storeq_rex64): Do not emit %v prefix for mov{q} mnemonic.
11620 (*vec_extractv2di_1_rex64): Ditto.
11623 2011-05-02 Uros Bizjak <ubizjak@gmail.com>
11625 * config/i386/mmx.md (*mov<mode>_internal_rex64): Use %vmovq for
11627 (*movv2sf_internal_rex64): Use %vmovq for reg<->xmm moves.
11629 2011-05-04 Richard Guenther <rguenther@suse.de>
11631 * tree.h (int_const_binop): Remove notrunc argument.
11632 * fold-const.c (int_const_binop): Remove notrunc argument. Always
11633 create integer constants that are properly truncated.
11634 (extract_muldiv_1): Expand one notrunc int_const_binop caller.
11635 (const_binop): Remove zero notrunc argument to int_const_binop.
11636 (size_binop_loc): Likewise.
11637 (fold_div_compare): Likewise.
11638 (maybe_canonicalize_comparison_1): Likewise.
11639 (fold_comparison): Likewise.
11640 (fold_binary_loc): Likewise.
11641 (multiple_of_p): Likewise.
11642 * expr.c (store_constructor): Likewise.
11643 * gimple-fold.c (maybe_fold_offset_to_array_ref): Likewise.
11644 (maybe_fold_stmt_addition): Likewise.
11645 * ipa-prop.c (ipa_modify_call_arguments): Likewise.
11646 * stor-layout.c (layout_type): Likewise.
11647 * tree-data-ref.c (tree_fold_divides_p): Likewise.
11648 * tree-sra.c (build_ref_for_offset): Likewise.
11649 (build_user_friendly_ref_for_offset): Likewise.
11650 * tree-ssa-address.c (maybe_fold_tmr): Likewise.
11651 * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Likewise.
11652 * tree-ssa-loop-niter.c (inverse): Likewise.
11653 * tree-ssa-pre.c (create_component_ref_by_pieces_1): Likewise.
11654 * tree-ssa.c (maybe_rewrite_mem_ref_base): Likewise.
11655 * tree-switch-conversion.c (check_range): Likewise.
11656 (build_constructors): Likewise.
11657 * tree-vect-generic.c (expand_vector_piecewise): Likewise.
11658 * tree-vrp.c (set_and_canonicalize_value_range): Likewise.
11659 (extract_range_from_assert): Likewise.
11660 (vrp_int_const_binop): Likewise.
11661 (extract_range_from_binary_expr): Likewise.
11662 (extract_range_from_unary_expr): Likewise.
11663 (check_array_ref): Likewise.
11664 (find_case_label_range): Likewise.
11665 (simplify_div_or_mod_using_ranges): Likewise.
11666 * tree-cfg.c (group_case_labels_stmt): Use double-ints for
11667 comparing case labels for merging.
11669 2011-05-03 Mark Wielaard <mjw@redhat.com>
11671 * dwarf2out.c (debug_str_hash_forced): Removed.
11672 (gen_label_for_indirect_string): Removed.
11673 (get_debug_string_label): Removed.
11674 (AT_string_form): Generate label directly.
11675 (output_indirect_string): Test indirect_string_node for
11676 DW_FORM_strp instead of checking label and refcount.
11677 (prune_indirect_string): Removed.
11678 (prune_unused_types): Don't check debug_str_hash_forced or
11679 call prune_indirect_string.
11681 2011-05-04 Alexandre Oliva <aoliva@redhat.com>
11684 * doc/invoke.texi: Document -mtls-dialect and GCC_COMPARE_DEBUG.
11686 2011-05-04 Alexandre Oliva <aoliva@redhat.com>
11690 * combine.c (try_combine): Skip debug insns at m_split tests.
11692 2011-04-26 Mark Wielaard <mjw@redhat.com>
11695 * dwarf2out.c (dwarf2out_finish): Always call output_aranges ()
11696 when info_section_emitted.
11698 2011-05-03 Joseph Myers <joseph@codesourcery.com>
11700 * config/mips/mips-opts.h: New.
11701 * config/mips/mips.c (enum mips_r10k_cache_barrier_setting): Move
11703 (mips_abi, mips_code_readable, mips_r10k_cache_barriee): Remove.
11704 (mips_handle_option): Don't handle OPT_mabi_, OPT_mcode_readable_
11705 or OPT_mr10k_cache_barrier_ here. Access mips_cache_flush_func
11707 * config/mips/mips.h (enum mips_code_readable_setting): Move to
11709 (mips_abi, mips_code_readable): Don't declare.
11710 * config/mips/mips.opt (config/mips/mips-opts.h): New HeaderInclude.
11711 (mabi=): Use Enum and Var.
11712 (mips_abi): New Enum and EnumValue entries.
11713 (mcode-readable=): Use Enum and Var.
11714 (mips_code_readable_setting): New Enum and EnumValue entries.
11715 (mr10k-cache-barrier=): Use Enum and Var.
11716 (mips_r10k_cache_barrier_setting): New Enum and EnumValue entries.
11718 2011-05-03 Jan Hubicka <jh@suse.cz>
11720 * cgraph.h (cgraph_node_set_def, varpool_node_set_def): Move out of GTY;
11721 replace hash by pointer map.
11722 (cgraph_node_set_element_def, cgraph_node_set_element,
11723 const_cgraph_node_set_element, varpool_node_set_element_def,
11724 varpool_node_set_element, const_varpool_node_set_element): Remove.
11725 (free_cgraph_node_set, free_varpool_node_set): New function.
11726 (cgraph_node_set_size, varpool_node_set_size): Use vector size.
11727 * tree-emutls.c: Free varpool node set.
11728 * ipa-utils.c (cgraph_node_set_new, cgraph_node_set_add,
11729 cgraph_node_set_remove, cgraph_node_set_find, dump_cgraph_node_set,
11730 debug_cgraph_node_set, free_cgraph_node_set, varpool_node_set_new,
11731 varpool_node_set_add, varpool_node_set_remove, varpool_node_set_find,
11732 dump_varpool_node_set, free_varpool_node_set, debug_varpool_node_set):
11733 Move here from ipa.c; implement using pointer_map
11734 * ipa.c (cgraph_node_set_new, cgraph_node_set_add,
11735 cgraph_node_set_remove, cgraph_node_set_find, dump_cgraph_node_set,
11736 debug_cgraph_node_set, varpool_node_set_new,
11737 varpool_node_set_add, varpool_node_set_remove, varpool_node_set_find,
11738 dump_varpool_node_set, debug_varpool_node_set):
11739 Move to ipa-uitls.c.
11740 * passes.c (ipa_write_summaries): Update.
11742 2011-05-03 Stuart Henderson <shenders@gcc.gnu.org>
11744 From Mike Frysinger:
11745 * config/bfin/bfin.c (bfin_cpus[]): Add 0.4 for
11746 bf542/bf544/bf547/bf548/bf549.
11748 2011-05-03 Uros Bizjak <ubizjak@gmail.com>
11750 * expmed.c (extract_bit_field_1): Remove write-only variable "icode".
11752 2011-05-03 Stuart Henderson <shenders@gcc.gnu.org>
11754 From Bernd Schmidt:
11755 * config/bfin/bfin.md (MOVCC): New mode_macro.
11756 (mov<mode>cc_insn1, mov<mode>cc_insn2, mov<mode>cc): Renamed from
11757 movsicc_insn1, movsicc_insn2 and movsicc and macroized. Remove
11758 comments from generated assembly.
11760 2011-05-03 Stuart Henderson <shenders@gcc.gnu.org>
11763 * config/bfin/t-bfin (LIB1ASMFUNCS): Add muldi3 and umulsi3_highpart.
11764 * config/bfin/t-bfin-elf (LIB1ASMFUNCS): Add muldi3.
11765 * config/bfin/t-bfin-linux (LIB1ASMFUNCS): Add muldi3.
11766 * config/bfin/t-bfin-uclinux (LIB1ASMFUNCS): Add muldi3.
11767 * config/bfin/lib1funcs.asm (___muldi3): New function.
11769 2011-05-03 Nathan Froyd <froydnj@codesourcery.com>
11771 * config/stormy16/stormy16 (xstormy16_init_builtins): Call
11772 build_function_type_list instead of build_function_type.
11773 Rearrange initialization of `args' to do so.
11775 2011-05-03 Nathan Froyd <froydnj@codesourcery.com>
11777 * config/i386/i386.c (ix86_code_end): Call build_function_type_list
11778 instead of build_function_type.
11780 2011-05-03 Nathan Froyd <froydnj@codesourcery.com>
11782 * config/rs6000/rs6000.c (spe_init_builtins): Call
11783 build_function_type_list instead of build_function_type.
11784 (paired_init_builtins, altivec_init_builtins): Likewise.
11785 (builtin_function_type): Likewise.
11787 2011-05-03 Nathan Froyd <froydnj@codesourcery.com>
11789 * config/sh/sh.c (sh_media_init_builtins): Call
11790 build_function_type_list instead of build_function_type.
11792 2011-05-03 Nathan Froyd <froydnj@codesourcery.com>
11794 * config/sparc/sparc.c (sparc_file_end): Call
11795 build_function_type_list instead of build_function_type.
11797 2011-05-03 Nathan Froyd <froydnj@codesourcery.com>
11799 * config/alpha/alpha.c (alpha_init_builtins): Call
11800 build_function_type_list instead of build_function_type.
11802 2011-05-03 Nathan Froyd <froydnj@codesourcery.com>
11804 * config/xtensa/xtensa.c (xtensa_init_builtins): Call
11805 build_function_type_list instead of build_function_type.
11807 2011-05-03 Nathan Froyd <froydnj@codesourcery.com>
11809 * config/iq2000/i2000.c (iq2000_init_builtins): Call
11810 build_function_type_list instead of build_function_type.
11811 Delete `endlink' variable.
11813 2011-05-03 Nathan Froyd <froydnj@codesourcery.com>
11815 * config/avr/avr.c (avr_init_builtins): Call
11816 build_function_type_list instead of build_function_type.
11818 2011-05-03 Nathan Froyd <froydnj@codesourcery.com>
11820 * config/picochip/picochip.c (picochip_init_builtins): Call
11821 build_function_type_list instead of build_function_type.
11822 Delete `endlink' variable.
11824 2011-05-03 Nathan Froyd <froydnj@codesourcery.com>
11826 * config/bfin/bfin.c (bfin_init_builtins): Call
11827 build_function_type_list instead of build_function_type.
11829 2011-05-03 Stuart Henderson <shenders@gcc.gnu.org>
11832 * config/bfin/bfin.md (rotrsi, rotlsi): Don't take INTVAL of anything
11833 that's not CONST_INT. Seemingly redundant check is due to PR39768.
11835 2011-05-03 Stuart Henderson <shenders@gcc.gnu.org>
11838 * config/bfin/uclinux.h (LINK_GCC_C_SEQUENCE_SPEC): Make sure
11839 libbffastfp overrides libgcc when -mfast-fp.
11841 2011-05-03 Stuart Henderson <shenders@gcc.gnu.org>
11843 Originally from Bernd Schmidt
11844 * config/bfin/uclinux.h (SUBTARGET_FDPIC_NOT_SUPPORTED): New macro.
11845 * config/bfin/bfin.c (override_options): Test it and error if
11848 2011-05-03 Stuart Henderson <shenders@gcc.gnu.org>
11850 Originally From Bernd Schmidt
11851 * config/bfin/bfin.c (override_options): Disable -fstack-limit for
11854 2011-05-03 Jeff Law <law@redhat.com>
11856 * tree-ssa-threadupdate.c (THREAD_TARGET): define.
11857 (remove_ctrl_stmt_and_useless_edges): Clear AUX field of outgoing edges.
11858 (craete_edge_and_update_destination_phis): Use THREAD_TARGET rather
11859 than accessing AUX field directly. Free the AUX field before
11861 (thread_block, thread_through_loop_header): Likewise.
11862 (thread_single_edge, mark_threaded_blocks): Likewise.
11863 (redirect_edges): Delay clearing the AUX field. Free the AUX field.
11864 (register_jump_thread): Do not attempt to thread to a NULL edge.
11866 2011-05-03 Bernd Schmidt <bernds@codesourcery.com>
11868 * function.c (init_function_start): Call decide_function_section.
11869 * varasm.c (decide_function_section): New function.
11870 (assemble_start_function): When not using
11871 flag_reorder_blocks_and_partition, don't compute in_cold_section_p
11872 or first_function_block_is_cold.
11873 * rtl.h (decide_function_section): Declare.
11875 2011-05-03 Uros Bizjak <ubizjak@gmail.com>
11876 Jakub Jelinek <jakub@redhat.com>
11879 * config/i386/i386.c (ix86_match_ccmode): For CC{A,C,O,S}mode
11880 only succeed if req_mode is the same as set_mode.
11882 2011-05-03 Bernd Schmidt <bernds@codesourcery.com>
11884 * gengenrtl.c (special_rtx): PC, CC0 and RETURN are special.
11885 * genemit.c (gen_exp): Handle RETURN.
11886 * emit-rtl.c (verify_rtx_sharing): Likewise.
11887 (init_emit_regs): Create pc_rtx, ret_rtx and cc0_rtx specially.
11888 * rtl.c (copy_rtx): RETURN is shared.
11889 * rtl.h (enum global_rtl_index): Add GR_RETURN.
11891 * jump.c (redirect_exp_1): Don't use gen_rtx_RETURN.
11892 * config/s390/s390.c (s390_emit_epilogue): Likewise.
11893 * config/rx/rx.c (gen_rx_rtsd_vector): Likewise.
11894 * config/cris/cris.c (cris_expand_return): Likewise.
11895 * config/m68k/m68k.c (m68k_expand_epilogue): Likewise.
11896 * config/rs6000/rs6000.c (rs6000_make_savres_rtx,
11897 rs6000_emit_epilogue, rs6000_output_mi_thunk): Likewise.
11898 * config/picochip/picochip.c (picochip_expand_epilogue): Likewise.
11899 * config/h8300/h8300.c (h8300_push_pop, h8300_expand_epilogue):
11901 * config/v850/v850.c (expand_epilogue): Likewise.
11902 * config/bfin/bfin.c (bfin_expand_call): Likewise.
11903 * config/arm/arm.md (epilogue): Likewise.
11904 * config/mn10300/mn10300.c (mn10300_expand_epilogue): Likewise.
11905 * config/sparc/sparc.c (sparc_struct_value_rtx): Rename ret_rtx
11906 variable to ret_reg.
11908 2011-05-03 Richard Guenther <rguenther@suse.de>
11911 * lto-streamer-in.c (unpack_ts_decl_common_value_fields):
11912 Stream decl_common.off_align instead of the derived DECL_OFFSET_ALIGN.
11913 * lto-streamer-out.c (pack_ts_decl_common_value_fields): Likewise.
11915 2011-05-03 Richard Guenther <rguenther@suse.de>
11917 * c-decl.c (grokdeclarator): Instead of looking at
11918 TREE_OVERFLOW check if the constant fits in the index type.
11920 2011-05-03 Richard Sandiford <richard.sandiford@linaro.org>
11922 * config/arm/neon.md (vec_load_lanes<mode><mode>): New expanders,
11923 (vec_store_lanes<mode><mode>): Likewise.
11925 2011-05-03 Richard Sandiford <richard.sandiford@linaro.org>
11927 * doc/md.texi (vec_load_lanes, vec_store_lanes): Document.
11928 * optabs.h (COI_vec_load_lanes, COI_vec_store_lanes): New
11929 convert_optab_index values.
11930 (vec_load_lanes_optab, vec_store_lanes_optab): New convert optabs.
11931 * genopinit.c (optabs): Initialize the new optabs.
11932 * internal-fn.def (LOAD_LANES, STORE_LANES): New internal functions.
11933 * internal-fn.c (get_multi_vector_move, expand_LOAD_LANES)
11934 (expand_STORE_LANES): New functions.
11935 * tree.h (build_array_type_nelts): Declare.
11936 * tree.c (build_array_type_nelts): New function.
11937 * tree-vectorizer.h (vect_model_store_cost): Add a bool argument.
11938 (vect_model_load_cost): Likewise.
11939 (vect_store_lanes_supported, vect_load_lanes_supported)
11940 (vect_record_strided_load_vectors): Declare.
11941 * tree-vect-data-refs.c (vect_lanes_optab_supported_p)
11942 (vect_store_lanes_supported, vect_load_lanes_supported): New functions.
11943 (vect_transform_strided_load): Split out statement recording into...
11944 (vect_record_strided_load_vectors): ...this new function.
11945 * tree-vect-stmts.c (create_vector_array, read_vector_array)
11946 (write_vector_array, create_array_ref): New functions.
11947 (vect_model_store_cost): Add store_lanes_p argument.
11948 (vect_model_load_cost): Add load_lanes_p argument.
11949 (vectorizable_store): Try to use store-lanes functions for
11950 interleaved stores.
11951 (vectorizable_load): Likewise load-lanes and loads.
11952 * tree-vect-slp.c (vect_get_and_check_slp_defs): Update call
11953 to vect_model_store_cost.
11954 (vect_build_slp_tree): Likewise vect_model_load_cost.
11956 2011-05-03 Richard Sandiford <richard.sandiford@linaro.org>
11958 * hooks.h (hook_bool_mode_uhwi_false): Declare.
11959 * hooks.c (hook_bool_mode_uhwi_false): New function.
11960 * target.def (array_mode_supported_p): New hook.
11961 * doc/tm.texi.in (TARGET_ARRAY_MODE_SUPPORTED_P): Add @hook.
11962 * doc/tm.texi: Regenerate.
11963 * stor-layout.c (mode_for_array): New function.
11964 (layout_type): Use it.
11965 * config/arm/arm.c (arm_array_mode_supported_p): New function.
11966 (TARGET_ARRAY_MODE_SUPPORTED_P): Define.
11968 2011-05-03 Eric Botcazou <ebotcazou@adacore.com>
11971 * config/i386/i386.c (ix86_expand_prologue): Do not probe the stack
11972 for -fstack-check if the size to allocate is negative.
11974 2011-05-02 Lawrence Crowl <crowl@google.com>
11976 * timevar.h (timevar_cond_start): Remove unused POP_TIMEVAR_AND_RETURN.
11977 (timevar_cond_start): New for starting a timer only when it is not
11979 (timevar_cond_stop): New for stopping a timer when it was not already
11982 * timevar.c (timevar_stop): Enable start/stop timers to start again.
11983 (timevar_cond_start): New as above.
11984 (timevar_cond_stop): New as above.
11986 * timevar.def: Add start/stop timers for compiler phases,
11987 TV_PHASE_SETUP, TV_PHASE_PARSING, TV_PHASE_DEFERRED, TV_PHASE_CGRAPH,
11988 TV_PHASE_DBGINFO (C), TV_PHASE_CHECK_DBGINFO (C++), TV_PHASE_GENERATE,
11989 and TV_PHASE_FINALIZE.
11990 Change push/pop timer TV_PARSE to TV_PARSE_GLOBAL.
11991 Add push/pop timers TV_PARSE_STRUCT, TV_PARSE_ENUM, TV_PARSE_FUNC,
11992 TV_PARSE_INLINE, TV_PARSE_INMETH, TV_TEMPLATE_INST.
11993 Change push/pop timer TV_NAME_LOOKUP into a start/stop timer.
11994 Make unused TV_OVERLOAD into a start/stop timer.
11996 Remove unused timers TV_OVERLOAD, TV_TEMPLATE_INSTANTIATION.
11997 Mark the strings for TV_NAME_LOOKUP and TV_OVERLOAD with a "|"
11998 to indicate that they are start/stop timers.
12000 * toplev.c (compile_file): Change TV_PARSE to TV_PARSE_GLOBAL.
12001 Add start/stop timers TV_PHASE_PARSING and TV_PHASE_GENERATE.
12002 Move initialization to do_compile.
12003 (do_compile): Add initialization from above.
12004 Add start/stop timers TV_PHASE_SETUP and TV_PHASE_FINALIZE.
12006 * c-decl.c (c_write_global_declarations): Add start/stop of
12007 TV_PHASE_DEFERRED, TV_PHASE_CGRAPH, TV_PHASE_DBGINFO.
12009 * c-parser.c (c_parser_declaration_or_fndef): Push/pop TV_PARSE_FUNC
12010 or TV_PARSE_INLINE, as appropriate.
12011 (c_parser_enum_specifier): Push/pop TV_PARSE_ENUM.
12012 (c_parser_struct_or_union_specifier): Push/pop TV_PARSE_STRUCT.
12014 2011-05-02 Jason Merrill <jason@redhat.com>
12017 * tree-inline.c (copy_tree_r): Handle STATEMENT_LIST.
12019 2011-05-02 Simon Martin <simartin@users.sourceforge.net>
12022 * c-decl.c (finish_decl): Only create a composite if the types are
12025 2011-05-02 Joseph Myers <joseph@codesourcery.com>
12027 * config/fr30/fr30-protos.h (Mmode): Don't define.
12028 * config/m32r/m32r-protos.h (Mmode): Don't define. Expand
12029 definition where used.
12030 * config/mn10300/mn10300-protos.h (Mmode, Cstar, Rclas): Don't
12031 define. Expand definitions where used.
12032 * config/rx/rx-protos.h (Mmode, Fargs, Rcode): Don't define.
12033 Expand definitions where used.
12034 * config/rx/rx.c (rx_is_legitimate_address, rx_function_arg_size,
12035 rx_function_arg, rx_function_arg_advance,
12036 rx_function_arg_boundary): Expand definitions of those macros.
12037 * config/v850/v850-protos.h (Mmode): Don't define. Expand
12038 definition where used.
12040 2011-05-02 Uros Bizjak <ubizjak@gmail.com>
12042 * config/i386/mmx.md (*mov<mode>_internal_rex64): Use %vmovq for
12044 (*mov<mode>_internal): Merge with *mov<mode>_internal_avx.
12045 (*movv2sf_internal_rex64): Use %vmovq for reg<->xmm moves. Merge
12046 with *movv2sf_internal_rex64_avx.
12047 (*movv2sf_internal): Merge with *movv2sf_internal_avx.
12048 * config/i386/i386.md (*movdi_internal_rex64) <TYPE_SSEMOV>:
12049 Use %v prefix in insn mnemonic to handle TARGET_AVX.
12050 (*movdi_internal): Add "isa" attribute. Use "maybe_vex" instead of
12051 "vex" in "prefix" attribute calculation.
12052 (*movdf_internal): Output AVX mnemonics. Add "prefix" attribute.
12054 2011-05-02 Stuart Henderson <shenders@gcc.gnu.org>
12057 * config/bfin/bfin.md (loop_end): Use matching constraints to ensure
12058 inputs match the output.
12060 2011-05-02 Andreas Schwab <schwab@linux-m68k.org>
12063 * config/m68k/m68k.c (m68k_expand_prologue): Set
12064 current_function_static_stack_size.
12066 2011-05-02 Jan Hubicka <jh@suse.cz>
12068 * lto-streamer.c (lto_streamer_cache_insert_1,
12069 lto_streamer_cache_lookup, lto_streamer_cache_create,
12070 lto_streamer_cache_delete): Use pointer map instead of hashtable.
12071 * lto-streamer.h (lto_streamer_cache_d): Turn node_map into pointer_map.
12073 2011-05-02 Joseph Myers <joseph@codesourcery.com>
12075 * config/m68k/genopt.sh, config/m68k/m68k-isas.def,
12076 config/m68k/m68k-microarchs.def, config/m68k/m68k-opts.h,
12077 config/m68k/t-opts: New files.
12078 * config/m68k/m68k-tables.opt: New file (generated).
12079 * config.gcc (fido-*-*, m68k-*-*): Add m68k/m68k-tables.opt to
12080 extra_options and m68k/t-opts to tmake_file.
12081 * config/m68k/m68k.c (m68k_library_id_string): More to m68k.opt.
12082 (all_isas): Initialize using m68k-isas.def.
12083 (all_microarchs): Initialize using m68k-microarchs.def.
12084 (m68k_find_selection): Remove.
12085 (m68k_handle_option): Don't assert that global structures are in
12086 use. Use error_at. Access variables via opts pointer. Don't
12087 handle -march=, -mcpu= and -mtune= here. Set gcc_options fields
12088 directly for -m68020-40 and -m68020-60.
12089 (m68k_option_override): Set m68k_arch_entry, m68k_cpu_entry and
12090 m68k_tune_entry here.
12091 * config/m68k/m68k.h (enum uarch_type, enum target_device): Move
12093 (m68k_library_id_string): Remove declaration.
12094 * config/m68k/m68k.opt (config/m68k/m68k-opts.h): New HeaderInclude.
12095 (m68k_library_id_string): New Variable.
12096 (march=, mcpu=, mtune=): Use Enum and Var.
12098 2011-05-02 Richard Guenther <rguenther@suse.de>
12100 * varasm.c (output_constructor_regular_field): Compute zero-based
12101 index with double-ints. Make sure to ICE instead of producing
12103 * cgraph.c (cgraph_add_thunk): Do not create new tree nodes
12104 in asserts. Properly use a signed type.
12106 2011-05-02 Uros Bizjak <ubizjak@gmail.com>
12108 * config/i386/sse.md (V): New mode iterator.
12109 (V_128): Rename from SSEMODE. Make V2DF mode conditional on
12111 (V_256): Rename from AVX256MODE.
12112 (VF): Make V4SF mode unconditional. Add TARGET_SSE instruction
12113 condition to all users.
12115 (VF2): Make V2DF mode unconditional. Add TARGET_SSE2 instruction
12116 condition to all users.
12117 (VF_128): Make V4SF mode unconditional.
12118 (VF_256): Rename from AVX256MODEF2P.
12119 (VI4F_128): Rename from SSEMODE4S.
12120 (VI8F_128): Rename from SSEMODE2D.
12121 (VI4F_256): Rename from AVX256MODE8P.
12122 (VI8F_256): Rename from AVX256MODE4P.
12123 (avxsizesuffix): Add V16HI, V4DI, V8HI and V2DI modes.
12124 (ssescalarmodesuffix): Remove SF and DF modes.
12125 (SSEMODE124): Remove.
12126 (SSEMODE1248): Ditto.
12127 (SSEMODEF2P): Ditto.
12128 (AVXMODEF2P): Ditto.
12129 (AVXMODEFDP): Ditto.
12130 (AVXMODEFSP): Ditto.
12131 (VEC_EXTRACT_MODE): Make V16QI, V8HI, V4SI, V2DI, V4SF and V2DF modes
12133 (VEC_EXTRACT_EVENODD_MODE): Rename from SSEMODE_EO. Make V4SF mode
12135 (xop_pcmov_<mode><avxsizesuffix>): Merge from xop_pcmov_<mode> and
12136 xop_pcmov_<mode>256. Use V mode iterator.
12138 Adjust RTX patterns globally for renamed mode attributes.
12140 2011-05-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12142 * haifa-sched.c (sched_emit_insn): Emit insn before first
12143 non-scheduled insn. Inform back-end about new insn. Add
12144 new insn to scheduled_insns list.
12146 2011-05-02 Richard Guenther <rguenther@suse.de>
12148 PR tree-optimization/48822
12149 * tree-ssa-sccvn.c (set_ssa_val_to): Never go up the lattice.
12150 (process_scc): Indicate which iteration we start.
12152 2011-05-02 Jan Hubicka <jh@suse.cz>
12154 * lto-section-in.c (lto_input_1_unsigned): Move to lto-streamer.h
12155 (lto_section_overrun): New.
12156 * lto-section-out.c (append_block): Rename to ...
12157 (lto_append_block): ... this one; export.
12158 (lto_output_1_stream): Move lto lto-streamer.h
12159 (lto_output_data_stream): Update.
12160 * lto-streamer.h (lto_section_overrun, lto_append_block): Declare.
12161 (lto_output_1_stream, lto_input_1_unsigned): Turn into inline
12164 2011-05-02 Richard Guenther <rguenther@suse.de>
12166 * tree.c (tree_code_counts): New global array.
12167 (record_node_allocation_statistics): Count individual tree codes.
12168 (dump_tree_statistics): Dump individual code stats.
12170 2011-05-01 Jan Hubicka <jh@suse.cz>
12172 * ipa-inline.c (caller_growth_limits): Fix thinko when
12173 looking for largest stack frame.
12174 * ipa-inline.h (dump_inline_summary): Declare.
12175 * ipa-inline-analysis.c (dump_inline_edge_summary): Dump info
12177 (dump_inline_summary): Export.
12178 (debug_inline_summary): Declare as DEBUG_FUNCTION.
12180 2011-05-01 Anatoly Sokolov <aesok@post.ru>
12182 * reginfo.c (memory_move_cost): Change rclass argument type form
12183 'enum reg_class' to reg_class_t.
12184 * reload.h (memory_move_cost): Update prototype.
12185 * postreload.c reload_cse_simplify_set): Change type dclass var to
12187 * ira-int.h (ira_allocate_cost_vector, ira_free_cost_vector):
12189 (ira_allocate_and_set_costs): Change aclass argument type form
12190 'enum reg_class' to reg_class_t.
12191 * ira-build.c (ira_allocate_cost_vector, ira_free_cost_vector):
12192 Change aclass argument type to reg_class_t.
12193 (update_conflict_hard_reg_costs): Change type aclass and pref vars
12195 * gcc/ira.c (setup_class_subset_and_memory_move_costs): Adjust
12196 memory_move_cost call.
12198 * config/ia64/ia64.c (ia64_register_move_cost): Remove 'from' and
12199 'to' local var. Rename from_i and to_i arguments to 'from' and 'to'.
12200 Change type tmp var to reg_class_t.
12202 2011-04-30 Jan Hubicka <jh@suse.cz>
12204 * ipa-inline.c (can_inline_edge_p): Disregard limits when
12205 inlining into function with flatten attribute.
12206 (want_inline_small_function_p): Be more realistic about inlining
12207 cold calls where callee size grows.
12209 2011-04-30 Jan Hubicka <jh@suse.cz>
12211 * cgraph.c (cgraph_create_virtual_clone): Clear constructor/destructor
12214 2011-04-30 Anatoly Sokolov <aesok@post.ru>
12216 * config/sparc/sparc.h (PRINT_OPERAND, PRINT_OPERAND_ADDRESS,
12217 PRINT_OPERAND_PUNCT_VALID_P): Remove.
12218 * config/sparc/sparc-protos.h (print_operand): Remove declaration.
12219 * config/sparc/sparc.c (TARGET_PRINT_OPERAND_PUNCT_VALID_P,
12220 TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS): Define.
12221 (print_operand): Rename to...
12222 (sparc_print_operand): ...this. Make static. Adjust
12223 sparc_print_operand function call.
12224 (sparc_print_operand_punct_valid_p, sparc_print_operand_address): New
12227 2011-04-30 Jan Hubicka <jh@suse.cz>
12229 PR middle-end/48752
12230 * ipa-inline.c (early_inliner): Disable when doing late
12231 addition of function.
12233 2011-04-30 Jakub Jelinek <jakub@redhat.com>
12235 * dwarf2out.c (get_address_mode): New inline.
12236 (mem_loc_descriptor): Add MEM_MODE parameter, adjust recursive calls,
12237 if not dwarf_strict emit
12238 DW_OP_GNU_{{const,regval,deref}_type,convert,reinterpret} when
12239 desirable. Handle FLOAT_EXTEND, FLOAT_TRUNCATE, FLOAT,
12240 UNSIGNED_FLOAT, FIX and UNSIGNED_FIX. Just return NULL for
12241 FMA, STRICT_LOW_PART, CONST_VECTOR and CONST_FIXED.
12242 (dwarf2out_frame_debug_cfa_expression, reg_loc_descriptor,
12243 dw_loc_list_1, cst_pool_loc_descr, loc_list_from_tree): Adjust
12244 mem_loc_descriptor callers.
12245 (dwarf_stack_op_name, size_of_loc_descr, output_loc_operands,
12246 output_loc_operands_raw, hash_loc_operands, compare_loc_operands):
12247 Handle DW_OP_GNU_const_type, DW_OP_GNU_regval_type,
12248 DW_OP_GNU_deref_type, DW_OP_GNU_convert and DW_OP_GNU_reinterpret.
12249 (base_types): New variable.
12250 (get_base_type_offset, calc_base_type_die_sizes,
12251 base_type_for_mode, mark_base_types, base_type_cmp,
12252 move_marked_base_types): New functions.
12253 (calc_die_sizes): Assert that die_offset is 0 or equal to
12255 (loc_descriptor): Only handle here lowpart SUBREGs of REG, for
12256 others defer to mem_loc_descriptor. Adjust mem_loc_descriptor
12257 callers. If not dwarf_strict, call mem_loc_descriptor even for
12258 non-MODE_INT modes or MODE_INT modes larger than DWARF2_ADDR_SIZE.
12259 (gen_subprogram_die): Don't give up on call site parameters
12260 with non-integral or large integral modes. Adjust
12261 mem_loc_descriptor callers.
12262 (prune_unused_types): Call prune_unused_types_mark on base_types
12264 (resolve_addr): Call mark_base_types.
12265 (dwarf2out_finish): Call move_marked_base_types.
12267 PR tree-optimization/48809
12268 * tree-switch-conversion.c (build_arrays): Compute tidx in unsigned
12270 (gen_inbound_check): Don't compute index_expr - range_min in utype
12271 again, instead reuse SSA_NAME initialized in build_arrays.
12272 Remove two useless gsi_for_stmt calls.
12274 2011-04-29 Jeff Law <law@redhat.com>
12276 * tree-ssa-threadedge.c (thread_across_edge): Add missing return.
12278 2011-04-29 Martin Jambor <mjambor@suse.cz>
12280 * cgraph.h (cgraph_postorder): Remove declaration.
12281 * ipa-utils.h (ipa_free_postorder_info): Declare.
12282 (ipa_reverse_postorder): Likewise.
12283 * cgraphunit.c: Include ipa-utils.h.
12284 (cgraph_expand_all_functions): Update call to ipa_reverse_postorder.
12285 * ipa-inline.c: Include ipa-utils.h.
12286 (ipa_inline): Update call to ipa_reverse_postorder.
12287 * ipa-pure-const.c (propagate_pure_const): Update call to
12288 ipa_reduced_postorder and ipa_print_order. Call
12289 ipa_free_postorder_info to clean up.
12290 (propagate_nothrow): Likewise.
12291 * ipa-reference.c (propagate): Removed a useless call to
12292 ipa_utils_reduced_inorder, updated a call to ipa_reduced_postorder
12293 and ipa_print_order. Call ipa_free_postorder_info to clean up.
12294 * ipa.c: Include ipa-utils.h.
12295 (ipa_profile): Update call to ipa_reverse_postorder.
12296 (cgraph_postorder): Moved to...
12297 * ipa-utils.c (ipa_reverse_postorder): ...here and renamed.
12298 (ipa_utils_print_order): Renamed to ipa_print_order.
12299 (ipa_utils_reduced_inorder): Renamed to ipa_reduced_postorder. Updated
12301 (ipa_free_postorder_info): New function.
12302 * passes.c: Include ipa-utils.h.
12303 (do_per_function_toporder): Update call to ipa_reverse_postorder.
12304 (ipa_write_summaries): Likewise.
12305 * Makefile.in (passes.o): Add IPA_UTILS_H to dependencies.
12306 (cgraphunit.o): Likewise.
12308 (ipa-inline.o): Likewise.
12310 2011-04-29 Jan Hubicka <jh@suse.cz>
12312 * gcc.dg/tree-ssa/inline-10.c: New testcase.
12313 * gcc.dg/tree-ssa/inline-9.c: Disable partial inlining.
12314 * ipa-inline.h (clause_t): Turn into unsigned int.
12315 * ipa-inline-analysis.c (add_clause): Do more simplification.
12316 (and_predicates): Shortcut more cases.
12317 (predicates_equal_p): Move forward; check that clauses are properly
12319 (or_predicates): Shortcut more cases.
12320 (edge_execution_predicate): Rewrite as...
12321 (set_cond_stmt_execution_predicate): ... this function; handle
12322 __builtin_constant_p.
12323 (set_switch_stmt_execution_predicate): New .
12324 (compute_bb_predicates): New.
12325 (will_be_nonconstant_predicate): Update TODO.
12326 (estimate_function_body_sizes): Use compute_bb_predicates
12327 and free them later, always try to estimate if stmt is constant.
12328 (estimate_time_after_inlining, estimate_size_after_inlining):
12329 Gracefully handle optimized out edges.
12330 (read_predicate): Fix off by one error.
12332 2011-04-29 Nicola Pero <nicola.pero@meta-innovation.com>
12334 * Makefile.in (ENABLE_MAINTAINER_RULES): New.
12336 2011-04-27 Xinliang David Li <davidxl@google.com>
12338 * tree-profile.c (init_ic_make_global_vars): Set
12339 tls attribute on ic vars.
12340 * coverage.c (coverage_end_function): Initialize
12341 function_list with zero.
12343 2011-04-29 Richard Guenther <rguenther@suse.de>
12345 * builtins.c (fold_builtin_classify_type): Use integer_type_node
12346 for the type of the result.
12347 (fold_builtin_isascii): Likewise.
12348 (fold_builtin_toascii): Use integer_type_node where appropriate.
12349 (fold_builtin_logb): Likewise.
12350 (fold_builtin_frexp): Likewise.
12351 (fold_builtin_strstr): Likewise.
12352 (fold_builtin_strpbrk): Likewise.
12353 (fold_builtin_fputs): Likewise.
12354 (fold_builtin_sprintf): Likewise.
12355 (fold_builtin_snprintf): Likewise.
12356 (fold_builtin_printf): Likewise.
12357 (do_mpfr_remquo): Use a proper type for the assigned constant.
12358 (do_mpfr_lgamma_r): Likewise.
12359 * dwarf2out.c (resolve_one_addr): Use size_int.
12360 * except.c (init_eh): Likewise.
12361 (assign_filter_values): Use integer_type_node for filter values.
12362 (sjlj_emit_dispatch_table): Use integer_type_node for dispatch
12364 * tree-cfg.c (move_stmt_eh_region_tree_nr): Use integer_type_node
12365 for EH region numbers.
12366 * tree-vrp.c (simplify_div_or_mod_using_ranges): Use integer_type_node
12367 for the shift amount.
12369 2011-04-29 Richard Guenther <rguenther@suse.de>
12371 * expr.h (expand_shift): Rename to ...
12372 (expand_variable_shift): ... this.
12373 (expand_shift): Take a constant shift amount.
12374 * expmed.c (expand_shift): Rename to ...
12375 (expand_variable_shift): ... this.
12376 (expand_shift): New wrapper around expand_variable_shift.
12377 * expr.c (convert_move, emit_group_load_1, emit_group_store,
12378 optimize_bitfield_assignment_op, store_field, expand_expr_real_2,
12379 expand_expr_real_1, reduce_to_bit_field_precision): Adjust.
12380 * expmed.c (store_fixed_bit_field, extract_bit_field_1,
12381 extract_fixed_bit_field, extract_split_bit_field, expand_mult_const,
12382 expand_mult, expand_widening_mult, expand_mult_highpart_adjust,
12383 extract_high_half, expand_sdiv_pow2, expand_divmod, emit_cstore,
12384 emit_store_flag_1, emit_store_flag): Likewise.
12385 * builtins.c (expand_builtin_signbit): Likewise.
12386 * calls.c (load_register_parameters): Likewise.
12387 * function.c (assign_parm_setup_block): Likewise.
12388 * lower-subreg.c (resolve_shift_zext): Likewise.
12389 * optabs.c (widen_bswap, expand_abs_nojump,
12390 expand_one_cmpl_abs_nojump, expand_float): Likewise.
12391 * spu/spu.c (spu_expand_extv): Likewise.
12392 * sparc/sparc.c (sparc32_initialize_trampoline): Likewise.
12394 2011-04-29 Richard Guenther <rguenther@suse.de>
12396 * tree-inline.c (remap_eh_region_tree_nr): Use integer_type_node
12397 for the remapped region number.
12398 * predict.c (build_predict_expr): Use integer_type_node for the
12400 * fold-const.c (fold_binary_loc): Use integer_type_node for
12401 the shift amount. Use a proper type for the PLUS_EXPR operand.
12403 2011-04-29 Michael Matz <matz@suse.de>
12405 * lto-streamer.c (lto_streamer_cache_insert_1): Accept to override
12406 other trees that just builtins.
12407 (lto_record_common_node): Don't leave NULL TYPE_CANONICAL.
12409 2011-04-29 Richard Guenther <rguenther@suse.de>
12411 * tree-nested.c (get_trampoline_type): Use size_int.
12412 (get_nl_goto_field): Likewise.
12413 * tree-eh.c (lower_try_finally_switch): Use integer_type_node
12415 (lower_eh_constructs_2): Likewise.
12416 (lower_resx): Likewise.
12417 (lower_eh_dispatch): Likewise.
12418 * tree-mudflap.c (mf_build_string): Use size_int.
12419 (mudflap_register_call): Use integer_type_node for the flag.
12420 (mudflap_enqueue_constant): Use size_int.
12421 * tree-chrec.c (reset_evolution_in_loop): Copy CHREC_VAR
12422 instead of rebuilding it.
12424 2011-04-29 Richard Guenther <rguenther@suse.de>
12426 * tree-ssa-structalias.c (get_fi_for_callee): Restructure.
12427 Handle OBJ_TYPE_REF.
12428 (find_func_aliases_for_call): Use it more consistently.
12430 2011-04-29 Alexandre Oliva <aoliva@redhat.com>
12432 * haifa-sched.c (last_nondebug_scheduled_insn): New.
12433 (rank_for_schedule): Use it.
12434 (schedule_block): Set it.
12436 2011-04-28 David Li <davidxl@google.com>
12438 * tree.c (crc32_string): Use crc32_byte.
12439 (crc32_byte): New function.
12440 * tree.h (crc32_byte): New function.
12441 * gcov.c (read_graph_file): Handle new cfg_cksum.
12442 (read_count_file): Ditto.
12443 * profile.c (instrument_values): Ditto.
12444 (get_exec_counts): Ditto.
12445 (read_profile_edge_counts): Ditto.
12446 (compute_branch_probabilities): Ditto.
12447 (compute_value_histograms): Ditto.
12448 (branch_prob): Ditto.
12449 (end_branch_prob): Ditto.
12450 * coverage.c (read_counts_file): Ditto.
12451 (get_coverage_counts): Ditto.
12452 (tree_coverage_counter_addr): Ditto.
12453 (coverage_checksum_string): Ditto.
12454 (coverage_begin_output): Ditto.
12455 (coverage_end_function): Ditto.
12456 (build_fn_info_type): Ditto.
12457 (build_fn_info_value): Ditto.
12458 * libgcov.c (gcov_exit): Ditto.
12459 * gcov-dump.c (tag_function): Ditto.
12460 (compute_checksum): Remove.
12462 2011-04-29 Alan Modra <amodra@gmail.com>
12464 * config/rs6000/rs6000.c (rs6000_delegitimize_address): Handle
12465 unspec plus offset. Tidy macho code.
12467 2011-04-29 Martin Jambor <mjambor@suse.cz>
12469 * cgraphunit.c (cgraph_preserve_function_body_p): Accept a cgraph
12470 node instead of a decl. Update all callers.
12471 * cgraph.h: Update declaration.
12473 2011-04-28 Ira Rosen <ira.rosen@linaro.org>
12475 PR tree-optimization/48765
12476 * tree-vectorizer.h (vect_make_slp_decision): Return bool.
12477 * tree-vect-loop.c (vect_analyze_loop_operations): Add new argument
12478 to indicate if loop aware SLP is being used. Scan the statements
12479 and update the vectorization factor according to the type of
12480 vectorization before statement analysis.
12481 (vect_analyze_loop_2): Get a return value from vect_make_slp_decision,
12482 pass it to vect_analyze_loop_operations.
12483 (vectorizable_reduction): Set number of copies to 1 in case of pure
12485 * tree-vect-stmts.c (vectorizable_conversion,
12486 vectorizable_assignment, vectorizable_shift,
12487 vectorizable_operation, vectorizable_type_demotion,
12488 vectorizable_type_promotion, vectorizable_store, vectorizable_load):
12490 (vectorizable_condition): Move the check that it is not SLP
12491 vectorization before the number of copies check.
12492 * tree-vect-slp.c (vect_make_slp_decision): Return TRUE if decided
12493 to vectorize the loop using SLP.
12495 2011-04-28 Jakub Jelinek <jakub@redhat.com>
12497 PR middle-end/48597
12498 * final.c (final_scan_insn): Call dwarf2out_frame_debug even for
12501 2011-04-28 Joseph Myers <joseph@codesourcery.com>
12503 * config.gcc (*-*-kfreebsd*-gnu | *-*-knetbsd*-gnu | *-*-gnu* |
12504 *-*-kopensolaris*-gnu): Don't define SINGLE_LIBC.
12505 (i[34567]86-*-kfreebsd*-gnu | i[34567]86-*-knetbsd*-gnu |
12506 i[34567]86-*-gnu* | i[34567]86-*-kopensolaris*-gnu,
12507 x86_64-*-kfreebsd*-gnu | x86_64-*-knetbsd*-gnu): Don't use
12509 * config/gnu-user.h (TARGET_C99_FUNCTIONS, TARGET_HAS_SINCOS): Define.
12510 * config/i386/gnu.h (MD_UNWIND_SUPPORT): Don't undefine.
12511 * config/i386/kfreebsd-gnu.h (MD_UNWIND_SUPPORT): Don't undefine.
12512 * config/i386/knetbsd-gnu.h (MD_UNWIND_SUPPORT): Don't undefine.
12513 * config/i386/kopensolaris-gnu.h (MD_UNWIND_SUPPORT): Don't undefine.
12514 * config/i386/linux-unwind.h (x86_fallback_frame_state): Don't use
12516 * config/i386/linux.h (REG_NAME): Don't define.
12517 * config/i386/linux64.h (REG_NAME): Don't define.
12518 * config/linux.h (TARGET_C99_FUNCTIONS, TARGET_HAS_SINCOS):
12519 Undefine before defining.
12521 2011-04-28 Jan Hubicka <jh@suse.cz>
12523 * ipa-inline-analysis.c (will_be_nonconstant_predicate): Take
12524 nonconstant_names array.
12525 (estimate_function_body_sizes): Build nonconstant_names array; handle
12526 BUILT_IN_CONSTANT_P.
12528 2011-04-28 Richard Guenther <rguenther@suse.de>
12532 2011-04-28 Richard Guenther <rguenther@suse.de>
12534 * tree-ssa-structalias.c (solve_constraints): Build succ graph
12535 as late as possible.
12537 2011-04-28 Richard Guenther <rguenther@suse.de>
12539 * tree-ssa-structalias.c (dump_constraint): Don't end the line.
12540 (debug_constraint): Do it here.
12541 (dump_constraints): And here.
12542 (rewrite_constraints): And here.
12543 (dump_constraint_edge): Remove.
12544 (dump_constraint_graph): Rewrite to produce DOT output.
12545 (solve_constraints): Build succ graph as late as possible.
12546 Dump constraint graphs before and after solving.
12548 2011-04-28 Richard Guenther <rguenther@suse.de>
12550 * tree-ssa-structalias.c (find_func_aliases_for_builtin_call):
12551 New function split out from ...
12552 (find_func_aliases): ... here. Call it.
12553 (find_func_aliases_for_call): Likewise.
12555 2011-04-27 Gabriel Dos Reis <gdr@integrable-solutions.net>
12557 * internal-fn.h (internal_fn_name_array): Declare.
12558 (internal_fn_flags_array): Likewise.
12560 2011-04-27 Uros Bizjak <ubizjak@gmail.com>
12562 * config/i386/i386.md (ssemodesuffix): Merge with ssevecsize,
12563 ssemodefsuffix, ssescalarmodesuffix and avxmodesuffixp.
12565 (ssemodefsuffix): Remove.
12566 (ssevecmodesuffix): New mode attribute.
12567 (fix_trunc<mode>di_sse, fix_trunc<mode>si_sse,
12568 *float<SSEMODEI24:mode><MODEF:mode>2_mixed_interunit,
12569 *float<SSEMODEI24:mode><MODEF:mode>2_mixed_nointerunit,
12570 *float<SSEMODEI24:mode><MODEF:mode>2_sse_interunit,
12571 *float<SSEMODEI24:mode><MODEF:mode>2_sse_nointerunit, setcc_<mode>_sse,
12572 *sqrt<mode>2_sse, sse4_1_round<mode>2, <smaxmin:code><mode>3,
12573 *ieee_smin<mode>3, *ieee_smax<mode>3): Adjust assembler templates for
12574 ssemodesuffix mode attribute.
12575 (float splitters): Use ssevecmodesuffix mode attribute.
12576 * config/i386/sse.md (ssescalarmode): Merge with avxscalarmode.
12577 (sseinsmode): Rename from avxvecmode.
12578 (avxsizesuffix): Rename from avxmodesuffix.
12579 (sseintvecmode): Rename from avxpermvecmode.
12580 (ssedoublevecmode): Rename from ssedoublesizemode.
12581 (ssehalfvecmode): Rename from avxhalfvecmode.
12582 (ssescalarmode): Rename from avxscalarmode.
12583 (<sse>_comi, <sse>_ucomi, sse4a_movnt<mode>): Adjust assembler
12584 templates for ssemodesuffix mode attribute.
12585 (*andnot<mode>3, *<any_logic:code><mode>3): Use ssevecmodesuffix
12588 Adjust RTX patterns globally for renamed mode attributes.
12590 2011-04-27 Jan Hubcika <jh@suse.cz>
12592 * ipa-inline.h (struct inline_edge_summary): Add predicate pointer.
12593 * ipa-inline-analysis.c: Include alloc-pool.h.
12594 (edge_predicate_pool): New.
12595 (trye_predicate_p): New function
12596 (false_predicate_p): New function.
12597 (add_clause): Sanity check that false clauses are "optimized";
12598 never add clauses to predicate that is already known to be false.
12599 (and_predicate): Use flase_predicate_p.
12600 (evaulate_predicate): Rename to ...
12601 (evaluate_predicate): ... this one; update all callers; assert
12602 that false is not listed among possible truths.
12603 (dump_predicate): Use true_predicate_p.
12604 (account_size_time): Use false_predicate_p.
12605 (evaulate_conditions_for_edge): Rename to ...
12606 (evaluate_conditions_for_edge) ... this one.
12607 (edge_set_predicate): New function.
12608 (inline_edge_duplication_hook): Duplicate edge predicates.
12609 (inline_edge_removal_hook): Free edge predicates.
12610 (dump_inline_edge_summary): Add INFO parameter; dump edge predicates.
12611 (dump_inline_summary): Update.
12612 (estimate_function_body_sizes): Set edge predicates.
12613 (estimate_calls_size_and_time): Handle predicates.
12614 (estimate_callee_size_and_time): Update.
12615 (remap_predicate): Add toplev_predicate; update comment.
12616 (remap_edge_predicates): New function.
12617 (inline_merge_summary): Compute toplev predicate; update.
12618 (read_predicate): New function.
12619 (read_inline_edge_summary): Use it.
12620 (inline_read_section): Likewise.
12621 (write_predicate): New function.
12622 (write_inline_edge_summary): Use it.
12623 (inline_write_summary): Likewise.
12624 (inline_free_summary): Free alloc pool and edge summary vec.
12626 2011-04-27 Richard Guenther <rguenther@suse.de>
12628 * tree-ssa-structalias.c (changed_count): Remove.
12629 (changed): Use a bitmap.
12630 (unify_nodes): Adjust.
12631 (do_sd_constraint): Likewise.
12632 (do_ds_constraint): Likewise.
12633 (do_complex_constraint): Likewise.
12634 (solve_graph): Likewise.
12636 2011-04-27 Jan Hubicka <jh@suse.cz>
12638 * cgraphunit.c (cgraph_process_new_functions): Fix ordering issue.
12640 2011-04-27 Uros Bizjak <ubizjak@gmail.com>
12642 * config/i386/predicates.md (avx_vpermilp_*_operand): Remove.
12643 (avx_vperm2f128_*_operand): Ditto.
12644 * config/i386/sse.md (*avx_vpermilp<mode>): Remove operand2 predicate.
12645 Use avx_vpermilp_parallel in insn condition.
12646 (*avx_vperm2f128<mode>_nozero): Remove operand3 predicate.
12647 Use avx_vperm2f128_parallel in insn condition.
12649 2011-04-27 Richard Guenther <rguenther@suse.de>
12651 * Makefile.in (tree-ssa-structalias.o): Remove
12652 gt-tree-ssa-structalias.h dependency.
12653 (GTFILES): Remove tree-ssa-structalias.c.
12654 * tree.c (allocate_decl_uid): New function.
12655 (make_node_stat): Use it.
12656 (copy_node_stat): Likewise.
12657 * tree.h (allocate_decl_uid): Declare.
12658 * tree-ssa-alias.h (delete_alias_heapvars): Remove.
12659 * tree-ssa.c (delete_tree_ssa): Do not call delete_alias_heapvars.
12660 * tree-flow.h (struct var_ann_d): Remove is_heapvar flag.
12661 * tree-ssa-live.c (remove_unused_locals): Do not check is_heapvar flag.
12662 * tree-ssa-structalias.c (heapvar_for_stmt): Remove.
12663 (struct heapvar_map): Likewise.
12664 (heapvar_map_eq, heapvar_map_hash, heapvar_lookup,
12665 heapvar_insert): Likewise.
12666 (make_heapvar_for): Rename to ...
12667 (make_heapvar): ... this. Simplify.
12668 (fake_var_decl_obstack): New global var.
12669 (build_fake_var_decl): New function.
12670 (make_constraint_from_heapvar): Adjust.
12671 (handle_lhs_call): Likewise.
12672 (create_function_info_for): Likewise.
12673 (intra_create_variable_infos): Likewise.
12674 (init_alias_vars): Allocate fake_var_decl_obstack.
12675 (init_alias_heapvars, delete_alias_heapvars): Remove.
12676 (compute_points_to_sets): Do not call init_alias_heapvars.
12677 (ipa_pta_execute): Likewise.
12678 (delete_points_to_sets): Free fake_var_decl_obstack.
12680 2011-04-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12682 * config/spu/divmovti4.c (union qword_UTItype): New data type.
12683 (si_from_UTItype, si_to_UTItype): New functions.
12684 (__udivmodti4): Use them to implement type-punning.
12685 * config/spu/multi3.c (union qword_TItype): New data type.
12686 (si_from_TItype, si_to_TItype): New functions.
12687 (__multi3): Use them to implement type-punning.
12689 2011-04-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12691 * config/spu/spu.c (spu_expand_epilogue): Do not emit barrier.
12693 2011-04-27 Jan Hubicka <jh@suse.cz>
12695 * ipa-prop.c (function_insertion_hook_holder): New holder.
12696 (ipa_add_new_function): New function.
12697 (ipa_register_cgraph_hooks, ipa_unregister_cgraph_hooks):
12698 Register/deregister holder.
12700 2011-04-27 Richard Guenther <rguenther@suse.de>
12702 PR tree-optimization/48772
12703 * tree-ssa-pre.c (eliminate): Update call stmts after elimination only.
12705 2011-04-27 Richard Guenther <rguenther@suse.de>
12707 * tree-ssa-alias.c (indirect_refs_may_alias_p): Fix
12708 TARGET_MEM_REF handling.
12710 2011-04-27 Nick Clifton <nickc@redhat.com>
12712 * config/frv/frv.h (enum reg_class): Delete EVEN_ACC_REGS,
12713 ACC_REGS, FEVEN_REGS, FPR_REGS, EVEN_REGS.
12714 (REG_CLASS_NAMES): Likewise.
12715 (REG_CLASS_CONTENTS): Likewise.
12716 (EVEN_ACC_REGS): New macro. Alias for QUAD_ACC_REGS.
12717 (ACC_REGS): New macro. Alias for QUAD_ACC_REGS.
12718 (FEVEN_REGS): New macro. Alias for QUAD_ACC_REGS.
12719 (FPR_REGS): New macro. Alias for QUAD_ACC_REGS.
12720 (EVEN_REGS): New macro. Alias for QUAD_REGS.
12721 * config/frv/frv.c (frv_secondary_reload_class): Remove use of
12722 duplicate register classes.
12723 (frv_class_likely_spilled_p): Likewise.
12724 (frv_register_move_cost): Likewise.
12726 * config/mcore/mcore.h (REGNO_REG_CLASS): Do not index beyond the
12727 end of the regno_reg_class array.
12729 2011-04-27 Jakub Jelinek <jakub@redhat.com>
12732 * c-typeck.c (build_binary_op): Don't wrap arguments if
12733 int_operands is true.
12735 2011-04-26 Kaz Kojima <kkojima@gcc.gnu.org>
12738 * config/sh/sh.c (sh_gimplify_va_arg_expr): Don't call
12739 targetm.calls.must_pass_in_stack for void type.
12741 2011-04-26 Jan Hubicka <jh@suse.cz>
12743 * cgraphbuild.c (build_cgraph_edges): Update call
12744 of cgraph_create_edge and cgraph_create_indirect_edge.
12745 * cgraph.c (cgraph_create_edge_including_clones,
12746 cgraph_create_edge_1, cgraph_allocate_init_indirect_info,
12747 cgraph_update_edges_for_call_stmt_node): Do not take nest
12748 argument; do not initialize call_stmt_size/time.
12749 (dump_cgraph_node): Do not dump nest.
12750 (cgraph_clone_edge): Do not take loop_nest argument;
12751 do not propagate it; do not clone call_stmt_size/time.
12752 (cgraph_clone_node): Likewise.
12753 (cgraph_create_virtual_clone): Update.
12754 * cgraph.h (struct cgraph_edge): Remove
12755 call_stmt_size/call_stmt_time/loop_nest.
12756 (cgraph_create_edge, cgraph_create_indirect_edge,
12757 cgraph_create_edge_including_clones, cgraph_clone_node): Update
12759 * tree-emutls.c (gen_emutls_addr): Update.
12760 * ipa-inline-transform.c (update_noncloned_frequencies): Do not handle
12761 loop_nest; handle indirect calls, too.
12762 (clone_inlined_nodes): Do not care about updating inline summaries.
12763 * cgraphunit.c (cgraph_copy_node_for_versioning): Update.
12764 * lto-cgraph.c (lto_output_edge, input_node, input_edge): Do not
12765 stream call_stmt_size/call_stmt_time/loop_nest.
12766 * ipa-inline.c (edge_badness): Update.
12767 (ipa_inline): dump summaries after inlining.
12768 * ipa-inline.h (struct inline_edge_summary, inline_edge_summary_t):
12770 (inline_edge_summary): New function.
12771 * ipa-inline-analysis.c (edge_duplication_hook_holder): New holder.
12772 (inline_edge_removal_hook): Handle edge summaries.
12773 (inline_edge_duplication_hook): New hook.
12774 (inline_summary_alloc): Alloc hooks.
12775 (initialize_growth_caches): Do not register removal hooks.
12776 (free_growth_caches); Do not free removal hook.
12777 (dump_inline_edge_summary): New function.
12778 (dump_inline_summary): Use it.
12779 (estimate_function_body_sizes, estimate_edge_size_and_time): Update.
12780 (inline_update_callee_summaries): New function.
12781 (inline_merge_summary): Use it.
12782 (do_estimate_edge_time, do_estimate_edge_growth): Update.
12783 (read_inline_edge_summary): New function.
12784 (inline_read_section): Use it.
12785 (write_inline_edge_summary): New function.
12786 (inline_write_summary): Use it.
12787 (inline_free_summary): Free edge new holders.
12788 * tree-inline.c (copy_bb): Update.
12790 2011-04-26 Jason Merrill <jason@redhat.com>
12792 * tree-eh.c (lower_try_finally_switch): Create the label along with
12793 the CASE_LABEL_EXPR.
12795 2011-04-26 David S. Miller <davem@davemloft.net>
12796 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
12798 * configure.ac (gcc_cv_as_sparc_gotdata_op): Specify alignment.
12799 * configure: Regenerate.
12801 2011-04-26 Michael Meissner <meissner@linux.vnet.ibm.com>
12804 * config/rs6000/vector.md (UNSPEC_REDUC): New unspec for vector
12806 (VEC_reduc): New code iterator and splitters for vector reduction.
12807 (VEC_reduc_name): Ditto.
12808 (VEC_reduc_rtx): Ditto.
12809 (reduc_<VEC_reduc_name>_v2df): Vector reduction expanders for VSX.
12810 (reduc_<VEC_reduc_name>_v4sf): Ditto.
12812 * config/rs6000/rs6000.c (rs6000_expand_vector_extract): Add
12813 support for extracting SF on VSX.
12815 * config/rs6000/vsx.md (vsx_xscvspdp_scalar2): New insn for
12816 generating xscvspdp.
12817 (vsx_extract_v4sf): New insn to extract SF from V4SF vector.
12818 (vsx_reduc_<VEC_reduc_name>_v2df): New insns and splitters for
12819 double add, minimum, maximum vector reduction.
12820 (vsx_reduc_<VEC_reduc_name>_v4sf): Ditto.
12821 (vsx_reduc_<VEC_reduc_name>_v2df2_scalar): New combiner insn to
12822 optimize double vector reduction.
12823 (vsx_reduc_<VEC_reduc_name>_v4sf_scalar): Ditto.
12825 2011-04-26 Joseph Myers <joseph@codesourcery.com>
12827 * config/fr30/fr30.h (inhibit_libc): Don't define.
12828 * config/m32r/m32r-protos.h: Correct comment.
12829 * config/v850/v850.h (GHS_default_section_names,
12830 GHS_current_section_names): Use tree, not union tree_node *.
12832 2011-04-26 Xinliang David Li <davidxl@google.com>
12834 * tree-ssa-uninit.c (warn_uninitialized_phi): Pass warning code.
12835 * c-family/c-opts.c (c_common_handle_option): Set
12836 warn_maybe_uninitialized.
12837 * opts.c (common_handle_option): Ditto.
12838 * common.opt: New option.
12839 * tree-ssa.c (warn_uninit): Add one more parameter.
12840 (warn_uninitialized_var): Pass warning code.
12841 * tree-flow.h: Interface change.
12843 2011-04-26 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
12845 * config/mips/iris6.h (LOCAL_LABEL_PREFIX): Don't test TARGET_NEWABI.
12846 (WINT_TYPE_SIZE): Use INT_TYPE_SIZE.
12847 (TARGET_OS_CPP_BUILTINS): Remove TARGET_IRIX6 guards.
12849 2011-04-26 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
12851 * config/mips/mips.h (DBX_OUTPUT_SOURCE_LINE): Remove.
12852 * config/mips/mips.opt (mmips-tfile): Remove.
12854 * doc/install.texi (Specific, mips-*-*): Move mips-tfile,
12855 mips-tdump reference to ...
12856 (Specific, alpha*-dec-osf5.1): ... here. Adapt for Tru64 UNIX.
12857 * doc/trouble.texi (Cross-Compiler Problems): Replace MIPS
12858 reference by Tru64 UNIX.
12860 2011-04-26 Jakub Jelinek <jakub@redhat.com>
12863 * tree-ssa.c (insert_debug_temp_for_var_def): If degenerate_phi_result
12864 is error_mark_node, set value to NULL.
12866 PR tree-optimization/48734
12867 * tree-ssa-reassoc.c (eliminate_redundant_comparison): Give up
12868 if return value from maybe_fold_*_comparsions isn't something
12869 the code is prepared to handle.
12871 2011-04-26 Uros Bizjak <ubizjak@gmail.com>
12873 * config/i386/predicates.md (ext_QIreg_operand): Remove extra
12875 (ext_QIreg_nomode_operands): Remove.
12876 * config/i386/i386.md (*anddi_1): Use ext_QIreg_operand.
12880 2011-04-26 Andrew Stubbs <ams@codesourcery.com>
12882 * config/arm/arm.c (arm_gen_constant): Remove can_negate_initial.
12884 2011-04-26 Richard Guenther <rguenther@suse.de>
12886 * c-typeck.c (build_unary_op): Do not expand array-refs via
12887 pointer arithmetic. Only adjust qualifiers for function types.
12889 2011-04-26 Richard Guenther <rguenther@suse.de>
12891 PR middle-end/48694
12892 * tree.h (OEP_CONSTANT_ADDRESS_OF): New operand_equal_flag.
12893 * fold-const.c (operand_equal_p): For TREE_CONSTANT ADDR_EXPRs
12894 compare the operands with OEP_CONSTANT_ADDRESS_OF. Treat trees
12895 with TREE_SIDE_EFFECTS equal when OEP_CONSTANT_ADDRESS_OF is set.
12897 2011-04-25 Paolo Carlini <paolo.carlini@oracle.com>
12899 * doc/extend.texi: Document __underlying_type.
12901 2011-04-25 Segher Boessenkool <segher@kernel.crashing.org>
12903 * config/rs6000/titan.md (automata_option "progress"): Remove.
12905 2011-04-25 Jeff Law <law@redhat.com>
12907 * tree-vrp.c (identify_jump_threads): Handle GIMPLE_SWITCH too.
12909 2011-04-25 Jan Kratochvil <jan.kratochvil@redhat.com>
12911 * system.h (ENUM_BITFIELD): Remove.
12913 2011-04-25 Maxim Kuvyrkov <maxim@codesourcery.com>
12914 Eric Botcazou <ebotcazou@adacore.com>
12916 * combine.c (combine_simplify_rtx): Avoid mis-simplifying conditionals
12917 for STORE_FLAG_VALUE==-1 case.
12919 2011-04-24 Richard Sandiford <richard.sandiford@linaro.org>
12922 * config/m68k/constraints.md (T): Allow PIC operands that satisfy
12923 LEGITIMATE_PIC_OPERAND_P.
12925 2011-04-24 Jan Hubicka <jh@suse.cz>
12927 * ipa-prop.c (ipa_propagate_indirect_call_infos): Remove obsolette
12929 * ipa-prop.h (ipa_get_param, ipa_is_param_used,
12930 ipa_param_cannot_devirtualize_p, ipa_param_types_vec_empty,
12931 ipa_get_ith_jump_func, ipa_get_lattice): Fortify array bounds.
12932 * ipa-inline-analysis.c (add_clause): Fix clause ordering.
12933 (and_predicates, or_predicates, predicates_equal_p, evaulate_predicate):
12934 Sanity check predicate length.
12935 (remap_predicate): Likewise; sanity check jump functions.
12936 (inline_read_section, inline_write_summary): Sanity check
12939 2011-04-24 Paolo Carlini <paolo.carlini@oracle.com>
12942 * doc/extend.texi (Type Traits): Document __is_standard_layout,
12943 __is_literal_type, and __is_trivial; update throughout about
12944 possibly cv-qualified void types.
12946 2011-04-24 Gerald Pfeifer <gerald@pfeifer.com>
12948 * doc/sourcebuild.texi (Ada Tests): Adjust reference to ACATS
12949 testsuite and make it version agnostic.
12951 2011-04-22 Jan Hubicka <jh@suse.cz>
12953 * ipa-inline-analysis.c (inline_write_summary): Fix thinko.
12955 2011-04-23 Jakub Jelinek <jakub@redhat.com>
12958 * fold-const.c (fold_convert_loc): Add NOP_EXPR when casting
12959 to VOID_TYPE even around MODIFY_EXPR.
12961 2011-04-22 Mike Stump <mikestump@comcast.net>
12963 * gensupport.c (read_md_rtx): Fix typo in comment.
12964 * config/cris/cris.opt (moverride-best-lib-options): Fix typo in
12967 2011-04-22 Jan Hubicka <jh@suse.cz>
12969 * gengtype.c (open_base_files): Add ipa-inline.h include.
12970 * ipa-cp.c (ipcp_get_lattice, ipcp_lattice_from_jfunc): Move to
12971 ipa-prop.c; update all uses.
12972 * ipa-prop.c: (ipa_get_lattice, ipa_lattice_from_jfunc): ... here.
12973 * ipa-inline-transform.c (inline_call): Use inline_merge_summary to
12974 merge summary of inlined function into former caller.
12975 * ipa-inline.c (max_benefit): Remove.
12976 (edge_badness): Compensate for removal of benefits.
12977 (update_caller_keys): Use
12978 reset_node_growth_cache/reset_edge_growth_cache.
12979 (update_callee_keys): Likewise.
12980 (update_all_callee_keys): Likewise.
12981 (inline_small_functions): Do not collect max_benefit; do not reset
12982 estimated_growth; call free_growth_caches and initialize_growth_caches.
12983 * ipa-inline.h (struct condition, type clause_t, struct predicate,
12984 struct size_time_entry): New structures.
12985 (INLINE_SIZE_SCALE, INLINE_TIME_SCALE, MAX_CLAUSES): New constants.
12986 (inline_summary): Remove size_inlining_benefit, time_inlining_benefit
12987 and estimated_growth.
12988 (edge_growth_cache_entry): New structure.
12989 (node_growth_cache, edge_growth_cache): New global vars.
12990 (estimate_growth): Turn into inline.
12991 (inline_merge_summary, do_estimate_edge_growth, do_estimate_edge_time,
12992 initialize_growth_caches, free_growth_caches): Declare.
12993 (estimate_edge_growth): Rewrite.
12994 (estimate_edge_time): Implement as inline cache lookup.
12995 (reset_node_growth_cache, reset_edge_growth_cache): New inline
12997 (MAX_TIME): Reduce to allow multiplicatoin by INLINE_SIZE_SCALE.
12998 (NUM_CONDITIONS): New constant.
12999 (predicate_conditions): New enum.
13000 (IS_NOT_CONSTANT): New constant.
13001 (edge_removal_hook_holder): New var.
13002 (node_growth_cache, edge_growth_cache): New global vars.
13003 (true_predicate, single_cond_predicate, false_predicate,
13004 not_inlined_predicate, add_condition, add_clause, and_predicates,
13005 or_predicates, predicates_equal_p, evaulate_predicate, dump_condition,
13006 dump_clause, dump_predicate, account_size_time,
13007 evaulate_conditions_for_edge): New functions.
13008 (inline_summary_alloc): Move to heap.
13009 (inline_node_removal_hook): Clear condition and entry vectors.
13010 (inline_edge_removal_hook): New function.
13011 (initialize_growth_caches, free_growth_caches): New function.
13012 (dump_inline_summary): Update.
13013 (edge_execution_predicate): New function.
13014 (will_be_nonconstant_predicate): New function.
13015 (estimate_function_body_sizes): Compute BB and constantness predicates.
13016 (compute_inline_parameters): Do not clear estimated_growth.
13017 (estimate_edge_size_and_time): New function.
13018 (estimate_calls_size_and_time): New function.
13019 (estimate_callee_size_and_time): New function.
13020 (remap_predicate): New function.
13021 (inline_merge_summary): New function.
13022 (do_estimate_edge_time): New function based on...
13023 (estimate_edge_time): ... this one.
13024 (do_estimate_edge_growth): New function.
13025 (do_estimate_growth): New function based on....
13026 (estimate_growth): ... this one.
13027 (inline_analyze_function): Analyze after deciding on jump functions.
13028 (inline_read_section): New function.
13029 (inline_read_summary): Use it.
13030 (inline_write_summary): Write all the new data.
13031 * ipa-prop.c (ipa_get_param_decl_index): Export.
13032 (ipa_lattice_from_jfunc): Move here from ipa-cp.c
13033 * ipa-prop.h (ipa_get_param_decl_index, ipa_lattice_from_jfunc):
13035 (ipa_get_lattice): Move here from ipa-cp.c
13036 * Makefile.in (GTFILES): Add ipa-inline.h and ipa-inline-analysis.c
13037 * params.def (PARAM_EARLY_INLINING_INSNS): Set to 11.
13038 * cgraph.h (cgraph_clone_inlined_nodes, compute_inline_parameters,
13039 cgraph_edge_inlinable_p): Remove.
13040 * cgraphunit.c: Include ipainline.h
13041 (cgraph_process_new_functions): Update call of
13042 compute_inline_parameters.
13044 2011-04-22 Richard Guenther <rguenther@suse.de>
13046 * tree.c (build_int_cst): Properly create canonicalized integer
13048 (build_int_cst_type): Remove scary comments.
13050 2011-04-22 Xinliang David Li <davidxl@google.com>
13052 * toplev.c (process_options): Enable -Werror=coverage-mismatch
13053 by default when -Wno-error is not specified.
13054 * opts-global.c (decode_options): Remove call to
13055 control_warning_options.
13057 2011-04-22 Jakub Jelinek <jakub@redhat.com>
13059 PR tree-optimization/48717
13060 * tree-ssa-forwprop.c (associate_plusminus): For A + ~A and
13061 ~A + A optimizations use build_int_cst_type instead of build_int_cst.
13063 2011-04-22 Joseph Myers <joseph@codesourcery.com>
13065 * config/bfin/bfin-protos.h (Mmode): Don't define. Expand
13066 definition where used.
13068 2011-04-22 Jakub Jelinek <jakub@redhat.com>
13071 * gimplify.c (gimplify_bind_expr): Mark as GOVD_LOCAL also
13072 TREE_STATIC variables declared inside of some OpenMP construct.
13074 2011-04-22 Martin Jambor <mjambor@suse.cz>
13076 PR middle-end/48585
13077 * tree-inline.c (copy_bb): Create new edges only for analyzed nodes.
13079 2011-04-22 Alexander Monakov <amonakov@ispras.ru>
13082 * c-typeck.c (pop_init_level): Do not warn about initializing
13085 2011-04-22 Alan Modra <amodra@gmail.com>
13087 * config/rs6000/rs6000.c (rs6000_function_arg): Remove CALL_LIBCALL
13088 when returning call_cookie.
13089 (rs6000_function_ok_for_sibcall): Allow sibcalls via function
13090 pointers, to functions with no more vector args than the current
13091 function, and some non-local calls for ABI_V4.
13092 * config/rs6000/rs6000.md (sibcall_nonlocal_aix32,
13093 sibcall_nonlocal_aix64): Combine to ..
13094 (sibcall_nonlocal_aix<mode>): ..this. Handle function pointer calls.
13095 (sibcall_value_nonlocal_aix32, sibcall_value_nonlocal_aix64): Combine..
13096 (sibcall_value_nonlocal_aix<mode>): ..likewise.
13097 (*sibcall_nonlocal_sysv<mode>): Handle function pointer calls.
13098 (sibcall_value_nonlocal_sysv<mode>): Likewise. Correct call cookie
13100 * config/rs6000/darwin.md (sibcall_nonlocal_darwin64,
13101 sibcall_value_nonlocal_darwin64, sibcall_symbolic_64,
13102 sibcall_value_symbolic_64): Delete.
13104 2011-04-21 Xinliang David Li <davidxl@google.com>
13106 * cgraph.h: Remove pid.
13107 * cgraph.c: Remove pid.
13108 * value-prof.c (init_node_map): New function.
13109 (del_node_map): New function.
13110 (find_func_by_funcdef_no): New function.
13111 (gimple_ic_transform): Call new function.
13112 * cgraphunit.c (cgraph_finalize_function): Remove pid.
13113 * function.c (get_last_funcdef_no): New function.
13114 * function.h (get_last_funcdef_no): New function.
13115 * tree-profile.c (gimple_gen_ic_func_profiler): Pass funcdef_no
13116 to libgcov function.
13117 (tree-profiling): Call node map init and delete function.
13119 2011-04-21 Ian Lance Taylor <iant@google.com>
13121 * godump.c (go_format_type): Use exported Go name for anonymous
13124 2011-04-21 Nathan Froyd <froydnj@codesourcery.com>
13126 * config/frv/frv.c (frv_init_builtins): Delete `endlink' variable.
13127 Call builtin_function_type_list instead of builtin_function_type.
13128 (UNARY, BINARY, TRINARY, QUAD): Likewise.
13130 2011-04-21 Nathan Froyd <froydnj@codesourcery.com>
13132 * config/arm/arm.c (arm_init_iwmmxt_builtins): Call
13133 build_function_type_list instead of build_function_type.
13134 Delete variable `endlink'.
13136 2011-04-21 Nathan Froyd <froydnj@codesourcery.com>
13138 * config/s390/s390.c (s390_init_builtins): Call
13139 build_function_type_list instead of build_function_type.
13141 2011-04-21 Nathan Froyd <froydnj@codesourcery.com>
13143 * config/ia64/ia64.c (ia64_init_builtins): Call
13144 build_function_type_list instead of builtin_function_type.
13146 2011-04-21 Easwaran Raman <eraman@google.com>
13148 * cfgexpand.c (stack_var): Remove OFFSET...
13149 (add_stack_var): ...and its reference here...
13150 (expand_stack_vars): ...and here.
13151 (stack_var_cmp): Sort by descending order of size.
13152 (partition_stack_vars): Change heuristic.
13153 (union_stack_vars): Fix to reflect changes in partition_stack_vars.
13154 (dump_stack_var_partition): Add newline after each partition.
13156 2011-04-21 Dimitrios Apostolou <jimis@gmx.net>
13157 Jeff Law <law@redhat.com>
13159 * gengtype-state.c (read_a_state_token): Fix argument to obstack_free.
13160 * gengtype.c (matching_file_name_substitute): Likewise.
13162 2011-04-21 Richard Guenther <rguenther@suse.de>
13165 * tree.c (free_lang_data_in_decl): Do not zero TREE_TYPE of DECL_NAME.
13167 2011-04-21 Eric Botcazou <ebotcazou@adacore.com>
13169 * gimple.c (walk_gimple_op) <GIMPLE_CALL>: Fix couple of oversights.
13171 2011-04-21 Richard Guenther <rguenther@suse.de>
13173 * Makefile.in (site.exp): Do not use tmp0 but site.tmp as temporary
13176 2011-04-21 Richard Guenther <rguenther@suse.de>
13178 * tree-ssa-alias.c (ptr_deref_may_alias_decl_p): Handle
13179 MEM_REF and TARGET_MEM_REF, do not care about INDIRECT_REFs.
13180 Use DECL_P, not SSA_VAR_P.
13181 (ptr_derefs_may_alias_p): Likewise.
13182 (ptr_deref_may_alias_ref_p_1): Likewise.
13183 (decl_refs_may_alias_p): Likewise.
13184 (refs_may_alias_p_1): Likewise.
13185 (ref_maybe_used_by_call_p_1): Likewise.
13186 (call_may_clobber_ref_p_1): Likewise.
13187 (indirect_ref_may_alias_decl_p): Assume indirect refrences
13188 are either MEM_REF or TARGET_MEM_REF.
13189 (indirect_refs_may_alias_p): Likewise.
13190 * calls.c (emit_call_1): Build a MEM_REF instead of an INDIRECT_REF
13191 for MEM_EXPR of indirect calls.
13193 2011-04-21 Tristan Gingold <gingold@adacore.com>
13195 * vmsdbgout.c (write_srccorr): Compute file length from the string.
13196 (dst_file_info_struct): Remove flen field.
13197 (lookup_filename): Remove code that set flen field.
13199 2011-04-21 Tristan Gingold <gingold@adacore.com>
13201 * config/ia64/ia64.c (ia64_start_function): Add a guard.
13203 2011-04-21 Uros Bizjak <ubizjak@gmail.com>
13206 * config/i386/i386.c (ix86_expand_vector_set) <V2DImode>: Generate
13207 vec_extract and vec_concat for non-SSE4_1 targets.
13209 2011-04-21 Richard Guenther <rguenther@suse.de>
13211 * tree-ssa-alias.c (ref_maybe_used_by_stmt_p): Handle
13214 2011-04-21 Joseph Myers <joseph@codesourcery.com>
13216 * config/i386/cygming.h (union tree_node, TREE): Don't define or
13218 (FILE): Don't undefine.
13220 2011-04-21 Joseph Myers <joseph@codesourcery.com>
13222 * config/alpha/alpha.c (struct machine_function): Use rtx, not
13224 * config/bfin/bfin.h (bfin_cc_rtx, bfin_rets_rtx): Use rtx, not
13226 * config/cris/cris-protos.h (STDIO_INCLUDED): Don't define.
13227 * config/h8300/h8300.h (struct cum_arg): Use rtx, not struct rtx_def *.
13228 * config/iq2000/iq2000.h (struct iq2000_args): Use rtx, not struct
13230 * config/m32c/m32c-protos.h (MM, UINT): Don't define. Expand
13231 definitions where used.
13232 * config/microblaze/microblaze.h (struct microblaze_args): Use
13233 rtx, not struct rtx_def *.
13234 * config/pa/pa-protos.h (return_addr_rtx): Use rtx, not struct
13236 * config/pa/pa.h (hppa_pic_save_rtx): Use rtx, not struct rtx_def *.
13237 * config/pdp11/pdp11.h (cc0_reg_rtx): Use rtx, not struct rtx_def *.
13238 * config/sh/sh-protos.h (sfunc_uses_reg, get_fpscr_rtx): Use rtx,
13239 not struct rtx_def *.
13240 * config/sh/sh.h (sh_compare_op0, sh_compare_op1): Use rtx, not
13242 * config/spu/spu-protos.h (spu_float_const): Use rtx, not struct
13244 * config/spu/spu.c (spu_float_const): Use rtx, not struct rtx_def *.
13246 2011-04-21 Richard Sandiford <richard.sandiford@linaro.org>
13248 * tree-vect-data-refs.c (vect_drs_dependent_in_basic_block): Use
13249 operand_equal_p to compare DR_BASE_ADDRESSes.
13250 (vect_check_interleaving): Likewise.
13252 2011-04-21 Richard Sandiford <richard.sandiford@linaro.org>
13255 * config/arm/arm.c (arm_legitimate_constant_p_1): Return false
13256 for all Neon struct constants.
13258 2011-04-21 Richard Sandiford <richard.sandiford@linaro.org>
13260 * target.def (legitimate_constant_p): New hook.
13261 * doc/tm.texi.in (LEGITIMATE_CONSTANT_P): Replace with...
13262 (TARGET_LEGITIMATE_CONSTANT_P): ...this.
13263 * doc/tm.texi: Regenerate.
13264 * hooks.h (hook_bool_mode_rtx_true): Declare.
13265 * hooks.c (hook_bool_mode_rtx_true): Define.
13266 * system.h (LEGITIMATE_CONSTANT_P): Poison.
13267 * calls.c (precompute_register_parameters): Replace uses of
13268 LEGITIMATE_CONSTANT_P with targetm.legitimate_constant_p.
13269 (emit_library_call_value_1): Likewise.
13270 * expr.c (move_block_to_reg, can_store_by_pieces, emit_move_insn)
13271 (compress_float_constant, emit_push_insn, expand_expr_real_1): Likewise.
13272 * ira-costs.c (scan_one_insn): Likewise.
13273 * recog.c (general_operand, immediate_operand): Likewise.
13274 * reload.c (find_reloads_toplev, find_reloads_address_part): Likewise.
13275 * reload1.c (init_eliminable_invariants): Likewise.
13277 * config/alpha/alpha-protos.h (alpha_legitimate_constant_p): Add a
13279 * config/alpha/alpha.h (LEGITIMATE_CONSTANT_P): Delete.
13280 * config/alpha/alpha.c (alpha_legitimate_constant_p): Add a mode
13282 (TARGET_LEGITIMATE_CONSTANT_P): Define.
13283 * config/alpha/predicates.md (input_operand): Update call to
13284 alpha_legitimate_constant_p.
13286 * config/arm/arm-protos.h (arm_cannot_force_const_mem): Delete.
13287 * config/arm/arm.h (ARM_LEGITIMATE_CONSTANT_P): Likewise.
13288 (THUMB_LEGITIMATE_CONSTANT_P, LEGITIMATE_CONSTANT_P): Likewise.
13289 * config/arm/arm.c (TARGET_LEGITIMATE_CONSTANT_P): Define.
13290 (arm_legitimate_constant_p_1, thumb_legitimate_constant_p)
13291 (arm_legitimate_constant_p): New functions.
13292 (arm_cannot_force_const_mem): Make static.
13294 * config/avr/avr.h (LEGITIMATE_CONSTANT_P): Delete.
13296 * config/bfin/bfin-protos.h (bfin_legitimate_constant_p): Delete.
13297 * config/bfin/bfin.h (LEGITIMATE_CONSTANT_P): Delete.
13298 * config/bfin/bfin.c (expand_move): Use targetm.legitimate_constant_p
13299 instead of bfin_legitimate_constant_p.
13300 (bfin_legitimate_constant_p): Make static. Add a mode argument.
13301 (TARGET_LEGITIMATE_CONSTANT_P): Define.
13303 * config/cris/cris.h (LEGITIMATE_CONSTANT_P): Delete.
13305 * config/fr30/fr30.h (LEGITIMATE_CONSTANT_P): Delete.
13307 * config/frv/frv-protos.h (frv_legitimate_constant_p): Delete.
13308 * config/frv/frv.h (LEGITIMATE_CONSTANT_P): Delete.
13309 * config/frv/frv.c (TARGET_LEGITIMATE_CONSTANT_P): Define.
13310 (frv_legitimate_constant_p): Make static. Add a mode argument.
13312 * config/h8300/h8300-protos.h (h8300_legitimate_constant_p): Delete.
13313 * config/h8300/h8300.h (LEGITIMATE_CONSTANT_P): Likewise.
13314 * config/h8300/h8300.c (h8300_legitimate_constant_p): Likewise.
13316 * config/i386/i386-protos.h (legitimate_constant_p): Delete.
13317 * config/i386/i386.h (LEGITIMATE_CONSTANT_P): Likewise.
13318 * config/i386/i386.c (legitimate_constant_p): Rename to...
13319 (ix86_legitimate_constant_p): ...this. Make static. Add a mode
13321 (ix86_cannot_force_const_mem): Update accordingly.
13322 (ix86_legitimate_address_p): Likewise.
13323 (TARGET_LEGITIMATE_CONSTANT_P): Define.
13324 * config/i386/i386.md: Update commentary.
13326 * config/ia64/ia64-protos.h (ia64_legitimate_constant_p): Delete.
13327 * config/ia64/ia64.h (LEGITIMATE_CONSTANT_P): Likewise.
13328 * config/ia64/ia64.c (TARGET_LEGITIMATE_CONSTANT_P): Define.
13329 (ia64_legitimate_constant_p): Make static. Add a mode argument.
13331 * config/iq2000/iq2000.h (LEGITIMATE_CONSTANT_P): Delete.
13333 * config/lm32/lm32-protos.h (lm32_legitimate_constant_p): Delete.
13334 * config/lm32/lm32.h (LEGITIMATE_CONSTANT_P): Likewise.
13335 * config/lm32/lm32.c (TARGET_LEGITIMATE_CONSTANT_P): Define.
13336 (lm32_legitimate_constant_p): Make static. Add a mode argument.
13338 * config/m32c/m32c-protos.h (m32c_legitimate_constant_p): Delete.
13339 * config/m32c/m32c.h (LEGITIMATE_CONSTANT_P): Likewise.
13340 * config/m32c/m32c.c (m32c_legitimate_constant_p): Likewise.
13342 * config/m32r/m32r.h (LEGITIMATE_CONSTANT_P): Delete.
13343 * config/m32r/m32r.c (TARGET_LEGITIMATE_CONSTANT_P): Define.
13344 (m32r_legitimate_constant_p): New function.
13346 * config/m68k/m68k-protos.h (m68k_legitimate_constant_p): Declare.
13347 * config/m68k/m68k.h (CONSTANT_ADDRESS_P): Call it instead of
13348 LEGITIMATE_CONSTANT_P.
13349 (LEGITIMATE_CONSTANT_P): Delete.
13350 * config/m68k/m68k.c (m68k_expand_prologue): Call
13351 m68k_legitimate_constant_p instead of LEGITIMATE_CONSTANT_P.
13352 (m68k_legitimate_constant_p): New function.
13353 * config/m68k/m68k.md: Update comments.
13355 * config/mcore/mcore.h (LEGITIMATE_CONSTANT_P): Delete.
13356 * config/mcore/mcore.c (TARGET_LEGITIMATE_CONSTANT_P): Define.
13357 (mcore_legitimate_constant_p): New function.
13359 * config/mep/mep-protos.h (mep_legitimate_constant_p): Delete.
13360 * config/mep/mep.h (LEGITIMATE_CONSTANT_P): Likewise.
13361 * config/mep/mep.c (mep_legitimate_constant_p): Make static.
13362 Add a mode argument.
13363 (mep_legitimate_address): Update accordingly.
13364 (TARGET_LEGITIMATE_CONSTANT_P): Define.
13366 * config/microblaze/microblaze-protos.h (microblaze_const_double_ok):
13368 * config/microblaze/microblaze.h (LEGITIMATE_CONSTANT_P): Likewise.
13369 * config/microblaze/microblaze.c (microblaze_const_double_ok): Make
13370 static. Check OP's mode for VOIDmode.
13371 (microblaze_legitimate_constant_p): New function.
13372 (TARGET_LEGITIMATE_CONSTANT_P): Define.
13374 * config/mips/mips.h (LEGITIMATE_CONSTANT_P): Delete.
13375 * config/mips/mips.c (mips_legitimate_constant_p): New function.
13376 (mips_cannot_force_const_mem): Use it instead of LEGITIMATE_CONSTANT_P.
13377 (TARGET_LEGITIMATE_CONSTANT_P): Define.
13378 * config/mips/predicates.md: Update comments.
13380 * config/mmix/mmix-protos.h (mmix_legitimate_constant_p): Delete.
13381 * config/mmix/mmix.h (LEGITIMATE_CONSTANT_P): Likewise.
13382 * config/mmix/mmix.c (TARGET_LEGITIMATE_CONSTANT_P): Define.
13383 (mmix_legitimate_constant_p): Make static, return a bool, and take
13385 (mmix_print_operand_address): Update accordingly.
13387 * config/mn10300/mn10300-protos.h (mn10300_legitimate_constant_p):
13389 * config/mn10300/mn10300.h (LEGITIMATE_CONSTANT_P): Likewise.
13390 * config/mn10300/mn10300.c (mn10300_legitimate_constant_p): Make
13391 static. Add a mode argument.
13392 (TARGET_LEGITIMATE_CONSTANT_P): Define.
13394 * config/moxie/moxie.h (LEGITIMATE_CONSTANT_P): Delete.
13396 * config/pa/pa.h (LEGITIMATE_CONSTANT_P): Delete.
13397 * config/pa/pa.c (TARGET_LEGITIMATE_CONSTANT_P): Define.
13398 (pa_legitimate_constant_p): New function.
13400 * config/picochip/picochip.h (LEGITIMATE_CONSTANT_P): Delete.
13402 * config/pdp11/pdp11.h (LEGITIMATE_CONSTANT_P): Delete.
13403 * config/pdp11/pdp11.c (TARGET_LEGITIMATE_CONSTANT_P): Define.
13404 (pdp11_legitimate_constant_p): New function.
13406 * config/rs6000/rs6000.h (LEGITIMATE_CONSTANT_P): Delete.
13407 * config/rs6000/rs6000.c (TARGET_LEGITIMATE_CONSTANT_P): Define.
13408 (rs6000_legitimate_constant_p): New function.
13410 * config/rx/rx-protos.h (rx_is_legitimate_constant): Replace with...
13411 (rx_legitimate_constant_p): ...this.
13412 * config/rx/rx.h (LEGITIMATE_CONSTANT_P): Delete.
13413 * config/rx/rx.c (rx_is_legitimate_constant): Replace with...
13414 (rx_legitimate_constant_p): ...this.
13415 (TARGET_LEGITIMATE_CONSTANT_P): Define.
13416 * config/rx/rx.md (mov<register_modes:mode>): Update accordingly.
13418 * config/s390/s390-protos.h (legitimate_constant_p): Delete.
13419 * config/s390/s390.h (LEGITIMATE_CONSTANT_P): Likewise.
13420 * config/s390/s390.c (legitimate_constant_p): Rename to...
13421 (s390_legitimate_constant_p): ...this. Make static, return a bool,
13422 and add a mode argument.
13423 (TARGET_LEGITIMATE_CONSTANT_P): Define.
13425 * config/score/score.h (LEGITIMATE_CONSTANT_P): Delete.
13427 * config/sh/sh.h (LEGITIMATE_CONSTANT_P): Delete.
13428 * config/sh/sh.c (TARGET_LEGITIMATE_CONSTANT_P): Define.
13429 (sh_legitimate_constant_p): New function.
13431 * config/sparc/sparc-protos.h (legitimate_constant_p): Delete.
13432 * config/sparc/sparc.h (LEGITIMATE_CONSTANT_P): Delete.
13433 * config/sparc/sparc.c (TARGET_LEGITIMATE_CONSTANT_P): Define.
13434 (legitimate_constant_p): Rename to...
13435 (sparc_legitimate_constant_p): ...this. Make static. Add a mode
13437 (constant_address_p): Update accordingly.
13439 * config/spu/spu-protos.h (spu_legitimate_constant_p): Add a mode
13440 argument and return a bool.
13441 * config/spu/spu.h (LEGITIMATE_CONSTANT_P): Delete.
13442 * config/spu/spu.c (TARGET_LEGITIMATE_CONSTANT_P): Define.
13443 (spu_legitimate_constant_p): Add a mode argument and return a bool.
13444 (spu_rtx_costs): Update accordingly.
13445 * config/spu/predicates.md (vec_imm_operand): Likewise.
13447 * config/stormy16/stormy16.h (LEGITIMATE_CONSTANT_P): Delete.
13449 * config/v850/v850.h (LEGITIMATE_CONSTANT_P): Delete.
13450 * config/v850/v850.c (v850_legitimate_constant_p): New function.
13451 (TARGET_LEGITIMATE_CONSTANT_P): Define.
13453 * config/vax/vax-protos.h (legitimate_constant_p): Delete.
13454 * config/vax/vax.h (LEGITIMATE_CONSTANT_P): Likewise.
13455 * config/vax/vax.c (legitimate_constant_p): Likewise.
13457 * config/xtensa/xtensa.h (LEGITIMATE_CONSTANT_P): Delete.
13458 * config/xtensa/xtensa.c (TARGET_LEGITIMATE_CONSTANT_P): Define.
13459 (xtensa_legitimate_constant_p): New function.
13461 2011-04-21 Richard Sandiford <richard.sandiford@linaro.org>
13463 * target.def (cannot_force_const_mem): Add a mode argument.
13464 * doc/tm.texi.in (TARGET_CANNOT_FORCE_CONST_MEM): Update accordingly.
13465 * doc/tm.texi: Regenerate.
13466 * hooks.h (hook_bool_mode_rtx_false): Declare.
13467 * hooks.c (hook_bool_mode_const_rtx_false): Fix commentary.
13468 (hook_bool_mode_const_rtx_true): Likewise.
13469 (hook_bool_mode_rtx_false): New function.
13470 * reload.c (CONST_POOL_OK_P): Take a mode argument and require it
13471 to be non-VOID. Update call to cannot_force_const_mem.
13472 (find_reloads): Update accordingly.
13473 * varasm.c (force_const_mem): Update call to cannot_force_const_mem.
13474 * config/alpha/alpha.c (alpha_cannot_force_const_mem): Add a mode
13476 * config/arm/arm-protos.h (arm_cannot_force_const_mem): Likewise.
13477 * config/arm/arm.h (LEGITIMATE_CONSTANT_P): Update call.
13478 * config/arm/arm.c (arm_cannot_force_const_mem): Add a mode argument.
13479 * config/bfin/bfin.c (bfin_cannot_force_const_mem): Likewise.
13480 * config/frv/frv.c (frv_cannot_force_const_mem): Likewise.
13481 * config/i386/i386.c (ix86_cannot_force_const_mem): Likewise.
13482 * config/ia64/ia64.c (ia64_cannot_force_const_mem): Likewise.
13483 * config/m68k/m68k.c (TARGET_CANNOT_FORCE_CONST_MEM): Redefine to...
13484 (m68k_cannot_force_const_mem): ...this new function.
13485 * config/mips/mips.c (mips_cannot_force_const_mem): Add a mode
13487 (mips_const_insns, mips_legitimize_const_move): Update calls.
13488 (mips_secondary_reload_class): Likewise.
13489 * config/pa/pa.c (TARGET_CANNOT_FORCE_CONST_MEM): Redefine to...
13490 (pa_cannot_force_const_mem): ...this new function.
13491 * config/rs6000/rs6000.c (TARGET_CANNOT_FORCE_CONST_MEM): Reefine to...
13492 (rs6000_cannot_force_const_mem): ...this new function.
13493 * config/s390/s390.c (s390_cannot_force_const_mem): Add a mode
13495 * config/sparc/sparc.c (sparc_cannot_force_const_mem): Likewise.
13496 * config/xtensa/xtensa.c (TARGET_CANNOT_FORCE_CONST_MEM): Redefine
13498 (xtensa_cannot_force_const_mem): ...this new function.
13500 2011-04-20 Nathan Froyd <froydnj@codesourcery.com>
13502 * config/mips/mips.c (mips16_build_function_stub): Call
13503 build_function_type_list instead of build_function_type.
13504 (mips16_build_call_stub): Likewise.
13506 2011-04-20 Nathan Froyd <froydnj@codesourcery.com>
13508 * config/mep/mep.c (mep_init_builtins): Call build_function_type_list
13509 instead of build_function_type.
13511 2011-04-20 Nathan Froyd <froydnj@codesourcery.com>
13513 * config/pa/pa.c (pa_init_builtins): Call build_function_type_list
13514 instead of build_function_type.
13516 2011-04-20 Uros Bizjak <ubizjak@gmail.com>
13519 * config/i386/i386.md (insv): Change operand 0 constraint to
13520 "register_operand". Change operand 1 and 2 constraint to
13521 "const_int_operand". Expand to pinsr{b,w,d,q} * when appropriate.
13522 * config/i386/sse.md (sse4_1_pinsrb): Export.
13523 (sse2_pinsrw): Ditto.
13524 (sse4_1_pinsrd): Ditto.
13525 (sse4_1_pinsrq): Ditto.
13526 * config/i386/i386-protos.h (ix86_expand_pinsr): Add prototype.
13527 * config/i386/i386.c (ix86_expand_pinsr): New.
13529 2011-04-20 Easwaran Raman <eraman@google.com>
13531 * cfgexpand.c (add_alias_set_conflicts): Add conflicts with a variable
13532 containing union type only with -fstrict-aliasing.
13534 2011-04-20 Jim Meyering <meyering@redhat.com>
13536 Remove useless if-before-free tests.
13537 * calls.c (expand_call, save_area): Likewise.
13538 * cfgcleanup.c (try_forward_edges): Likewise.
13539 * collect2.c (collect_execute): Likewise.
13540 * config/i386/i386.c (ix86_valid_target_attribute_tree): Likewise.
13541 * config/mcore/mcore.c (mcore_expand_prolog): Likewise.
13542 * coverage.c (coverage_checksum_string): Likewise.
13543 * cse.c (init_cse_reg_info, delete_trivially_dead_insns): Likewise.
13544 * cselib.c (cselib_init): Likewise.
13545 * df-core.c (rest_of_handle_df_finish, df_analyze): Likewise.
13546 (df_set_clean_cfg): Likewise.
13547 * function.c (free_after_compilation): Likewise.
13548 * gcc.c (do_spec_1, main): Likewise.
13549 * gcov.c (create_file_names): Likewise.
13550 * gensupport.c (identify_predicable_attribute): Likewise.
13551 * graphite-clast-to-gimple.c (save_clast_name_index): Likewise.
13552 * graphite-sese-to-poly.c (free_data_refs_aux): Likewise.
13553 * haifa-sched.c (haifa_finish_h_i_d): Likewise.
13554 * ipa-prop.c (ipa_free_node_params_substructures): Likewise.
13555 * ipa-pure-const.c (local_pure_const): Likewise.
13556 * ipa-reference.c (propagate): Likewise.
13557 * ira-costs.c (free_ira_costs): Likewise.
13558 * ira.c (free_register_move_costs, build_insn_chain): Likewise.
13559 * matrix-reorg.c (mat_free): Likewise.
13560 * prefix.c (get_key_value): Likewise.
13561 * profile.c (compute_value_histograms): Likewise.
13562 * reload1.c (free_reg_equiv): Likewise.
13563 * sched-deps.c (free_deps): Likewise.
13564 * sel-sched-ir.c (fence_clear): Likewise.
13565 * sese.c (set_rename, if_region_set_false_region): Likewise.
13566 * tree-data-ref.c (free_rdg): Likewise.
13567 * tree-eh.c (lower_try_finally): Likewise.
13568 * tree-ssa-coalesce.c (delete_coalesce_list): Likewise.
13569 * tree-ssa-live.c (delete_var_map): Likewise.
13570 * tree-ssa-loop-ivopts.c (free_loop_data): Likewise.
13571 * tree-ssa-pre.c (phi_trans_add): Likewise.
13573 2011-04-20 Jakub Jelinek <jakub@redhat.com>
13575 PR tree-optimization/48611
13576 * tree-eh.c (note_eh_region_may_contain_throw): Don't propagate
13577 beyond ERT_MUST_NOT_THROW region.
13579 2011-04-20 Catherine Moore <clm@codesourcery.com>
13581 * config/mips/mips.opt (mfix-24k): New.
13582 * config/mips/mips.h (ASM_SPEC): Handle -mfix-24k.
13583 * config/mips/mips.md (length): Increase by 4 for stores if
13585 * config/mips/mips.c (mips_reorg_process_insns): Do not allow
13586 all noreorder if fixing 24K errata.
13587 * doc/invoke.texi: Document mfix-24k.
13589 2011-04-20 Chung-Lin Tang <cltang@codesourcery.com>
13591 * config/arm/arm.c (arm_legitimize_reload_address): For NEON
13592 quad-word modes, reduce to 9-bit index range when above 1016 limit.
13594 2011-04-20 Andrew Stubbs <ams@codesourcery.com>
13596 * config/arm/arm.c (arm_gen_constant): Move movw support ....
13597 (const_ok_for_op): ... to here.
13599 2011-04-20 Kai Tietz <ktietz@redhat.com>
13601 * fold-const.c (fold_binary_loc): Add handling for (X & ~Y) | (~X & Y)
13602 and (X && !Y) | (!X && Y) optimization to (X ^ Y).
13604 2011-04-20 Andrew Stubbs <ams@codesourcery.com>
13606 * config/arm/arm.c (arm_gen_constant): Remove redundant can_invert.
13608 2011-04-20 Richard Guenther <rguenther@suse.de>
13610 PR tree-optimization/47892
13611 * tree-if-conv.c (if_convertible_stmt_p): Const builtins
13612 are if-convertible.
13614 2011-04-20 Eric Botcazou <ebotcazou@adacore.com>
13616 * config/alpha/vms.h (ASM_OUTPUT_ADDR_DIFF_ELT): Do not redefine.
13618 2011-04-20 Tristan Gingold <gingold@adacore.com>
13620 * config/alpha/vms.h (LINK_SPEC): Do not use vms-dwarf2.o for gnu-ld.
13622 2011-04-20 Georg-Johann Lay <avr@gjlay.de>
13626 * config/avr/avr.h (TARGET_ASM_INIT_SECTIONS): Delete.
13627 (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL): Delete.
13628 (ASM_OUTPUT_ALIGNED_DECL_COMMON): Define.
13629 (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Define.
13630 (TARGET_ASM_NAMED_SECTION): Change to avr_asm_named_section.
13632 * config/avr/avr-protos.h (avr_asm_output_aligned_common):
13635 * config/avr/avr.c (TARGET_ASM_INIT_SECTIONS): Define.
13636 (avr_asm_named_section, avr_asm_output_aligned_common,
13637 avr_output_data_section_asm_op, avr_output_bss_section_asm_op):
13638 New functions to update...
13639 (avr_need_clear_bss_p, avr_need_copy_data_p): ...these new variables.
13640 (avr_asm_init_sections): Overwrite section callbacks for
13641 data_section, bss_section.
13642 (avr_file_start): Move output of __do_copy_data, __do_clear_bss
13644 (avr_file_end): ...here.
13646 2011-04-20 Richard Guenther <rguenther@suse.de>
13648 PR middle-end/48695
13649 * tree-ssa-alias.c (aliasing_component_refs_p): Compute base
13650 objects and types here. Adjust for their offset before comparing.
13652 2011-04-20 Richard Sandiford <richard.sandiford@linaro.org>
13654 * tree-vect-stmts.c (vectorizable_store): Only chain one related
13655 statement per copy.
13657 2011-04-20 Richard Sandiford <richard.sandiford@linaro.org>
13659 * Makefile.in (INTERNAL_FN_DEF, INTERNAL_FN_H): Define.
13660 (GIMPLE_H): Include $(INTERNAL_FN_H).
13661 (OBJS-common): Add internal-fn.o.
13662 (internal-fn.o): New rule.
13663 * internal-fn.def: New file.
13664 * internal-fn.h: Likewise.
13665 * internal-fn.c: Likewise.
13666 * gimple.h: Include internal-fn.h.
13667 (GF_CALL_INTERNAL): New gf_mask.
13668 (gimple_statement_call): Put fntype into a union with a new
13670 (gimple_build_call_internal): Declare.
13671 (gimple_build_call_internal_vec): Likewise.
13672 (gimple_call_same_target_p): Likewise.
13673 (gimple_call_internal_p): New function.
13674 (gimple_call_internal_fn): Likewise.
13675 (gimple_call_fntype): Return null for internal calls.
13676 (gimple_call_set_fntype): Assert that the function is not internal.
13677 (gimple_call_set_fn): Likewise.
13678 (gimple_call_set_fndecl): Likewise.
13679 (gimple_call_set_internal_fn): New function.
13680 (gimple_call_addr_fndecl): Handle null functions.
13681 (gimple_call_return_type): Likewise null types.
13682 * gimple.c (gimple_build_call_internal_1): New function.
13683 (gimple_build_call_internal): Likewise.
13684 (gimple_build_call_internal_vec): Likewise.
13685 (gimple_call_same_target_p): Likewise.
13686 (gimple_call_flags): Handle calls to internal functions.
13687 (gimple_call_fnspec): New function.
13688 (gimple_call_arg_flags, gimple_call_return_flags): Use it.
13689 (gimple_has_side_effects): Handle null functions.
13690 (gimple_rhs_has_side_effects): Likewise.
13691 (gimple_call_copy_skip_args): Handle calls to internal functions.
13692 * cfgexpand.c (expand_call_stmt): Likewise.
13693 * expr.c (expand_expr_real_1): Assert that the call isn't internal.
13694 * gimple-fold.c (gimple_fold_call): Handle null functions.
13695 (gimple_fold_stmt_to_constant_1): Don't fold
13696 calls to internal functions.
13697 * gimple-low.c (gimple_check_call_args): Handle calls to internal
13699 * gimple-pretty-print.c (dump_gimple_call): Likewise.
13700 * ipa-prop.c (ipa_analyze_call_uses): Handle null functions.
13701 * tree-cfg.c (verify_gimple_call): Handle calls to internal functions.
13702 (do_warn_unused_result): Likewise.
13703 * tree-eh.c (same_handler_p): Use gimple_call_same_target_p.
13704 * tree-ssa-ccp.c (ccp_fold_stmt): Handle calls to internal functions.
13705 * tree-ssa-dom.c (hashable_expr): Use the gimple statement to record
13706 the target of a call.
13707 (initialize_hash_element): Update accordingly.
13708 (hashable_expr_equal_p): Use gimple_call_same_target_p.
13709 (iterative_hash_hashable_expr): Handle calls to internal functions.
13710 (print_expr_hash_elt): Likewise.
13711 * tree-ssa-pre.c (can_value_number_call): Likewise.
13712 (eliminate): Handle null functions.
13713 * tree-ssa-sccvn.c (visit_use): Handle calls to internal functions.
13714 * tree-ssa-structalias.c (get_fi_for_callee): Likewise.
13715 (find_func_aliases): Likewise.
13716 * value-prof.c (gimple_ic_transform): Likewise.
13717 (gimple_indirect_call_to_profile): Likewise.
13718 * lto-streamer-in.c (input_gimple_stmt): Likewise.
13719 * lto-streamer-out.c (output_gimple_stmt): Likewise.
13721 2011-04-19 Jan Hubicka <jh@suse.cz>
13723 * ipa-inline-transform.c (save_inline_function_body): Add comments.
13724 * ipa-inline.c (inline_small_functions): Compute summaries first,
13725 populate heap later.
13727 2011-04-19 Jan Hubicka <jh@suse.cz>
13729 * cgraph.h (save_inline_function_body): Remove.
13730 * ipa-inline-transform.c: New file, broke out of...
13731 * ipa-inline.c: ... this one; Update toplevel comment.
13732 (ncalls_inlined, nfunctions_inlined): Move to ipa-inline-transform.c;
13734 (update_noncloned_frequencies): Move to ipa-inline-transform.c
13735 (cgraph_mark_inline_edge): Rename to inline_call; move to
13736 ipa-inline-transform.c.
13737 (cgraph_clone_inlined_nodes): Rename to clone_inlined_nodes;
13738 move to ipa-inline-transform.c
13739 (recursive_inlining, inline_small_functions, flatten_function,
13740 ipa_inline, inline_always_inline_functions,
13741 early_inline_small_functions): Update.
13742 (inline_transform): Move to ipa-inline-transform.c.
13743 * ipa-inline.h (inline_call, inline_transform, clone_inlined_nodes):
13745 * Makefile.in (ipa-inline-transform.o): New file.
13746 * cgraphunit.c (save_inline_function_body): Move to
13747 ipa-inline-transform.c
13749 2011-04-19 DJ Delorie <dj@redhat.com>
13751 * config/m32c/m32c.c (m32c_emit_epilogue): Don't try to push
13752 registers if we already know there aren't any.
13753 (m32c_emit_epilogue): Don't emit a barrier here.
13754 (m32c_emit_eh_epilogue): Likewise.
13755 * config/m32c/blkmov.md (movstr): Don't fail on wrong-type
13756 operands at expand time.
13757 * config/m32c/m32c.h (WCHAR_TYPE_SIZE): Change to 4 to match "long
13759 (REG_CLASS_CONTENTS, reg_class, REG_CLASS_NAMES): Remove
13760 duplicates. Provide aliases instead.
13761 * config/m32c/prologue.md (eh_return): Emit a barrier here.
13762 (eh_epilogue): Add a "(return)" here as a hint to other parts of
13765 2011-04-19 Anatoly Sokolov <aesok@post.ru>
13767 * config/sparc/sparc.h (GENERAL_OR_I64, REGISTER_MOVE_COST): Remove.
13768 * config/sparc/sparc.c (TARGET_REGISTER_MOVE_COST): Define.
13769 (general_or_i64_p, sparc_register_move_cost): New function.
13771 2011-04-19 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
13773 * doc/install.texi (Configuration, --enable-threads): Remove mach.
13774 Add lynx, mipssde. Sort table.
13776 2011-04-19 Xinliang David Li <davidxl@google.com>
13778 * ipa-cp.c (ipcp_update_profiling): Assert that scale_completement is
13781 2011-04-19 Jakub Jelinek <jakub@redhat.com>
13784 * config/i386/i386.md (movstrict<mode>): FAIL if operands[0]
13785 is a SUBREG with non-MODE_INT mode inside of it.
13787 2011-04-19 Martin Jambor <mjambor@suse.cz>
13789 * ipa-cp.c (ipcp_process_devirtualization_opportunities): Devirtualize
13790 also according to actual contants.
13791 * gimple-fold.c (gimple_extract_devirt_binfo_from_cst): New function.
13792 (gimple_fold_call): Use it.
13793 * gimple.h (gimple_extract_devirt_binfo_from_cst): Declare.
13795 2011-04-19 Martin Jambor <mjambor@suse.cz>
13797 * ipa-prop.c (stmt_may_be_vtbl_ptr_store): Return false for scalar
13798 non-pointer assignments.
13800 2011-04-19 Martin Jambor <mjambor@suse.cz>
13802 * ipa-cp.c (ipcp_process_devirtualization_opportunities): Take into
13803 account anc_offset and otr_type from the indirect edge info.
13804 * ipa-prop.c (get_ancestor_addr_info): New function.
13805 (compute_complex_ancestor_jump_func): Assignment analysis moved to
13806 get_ancestor_addr_info, call it.
13807 (ipa_note_param_call): Do not initialize information about polymorphic
13808 calls, return the indirect call graph edge. Remove the last
13809 parameter, adjust all callers.
13810 (ipa_analyze_virtual_call_uses): Process also calls to ancestors of
13811 parameters. Initialize polymorphic information in the indirect edge.
13813 2011-04-19 Eric Botcazou <ebotcazou@adacore.com>
13816 * gimple.c (gimple_types_compatible_p_1) <ENUMERAL_TYPE>: Do not merge
13817 the types if they have different enumeration identifiers.
13819 2011-04-19 Jan Hubicka <jh@suse.cz>
13821 * cgraph.h (cgraph_optimize_for_size_p): Declare.
13822 * ipa-cp.c (ipcp_insert_stage): Use cgraph_optimize_for_size_p.
13823 * predict.c (cgraph_optimize_for_size_p): Break out from ...
13824 (optimize_function_for_size_p) ... here.
13826 2011-04-19 Richard Guenther <rguenther@suse.de>
13829 * tree.c (free_lang_data): Do not reset the decl-assembler-name
13832 2011-04-19 Eric Botcazou <ebotcazou@adacore.com>
13834 * tree-inline.c (expand_call_inline): Do not issue a -Winline warning
13835 if DECL_NO_INLINE_WARNING_P is set on the function.
13837 2011-04-19 Bernd Schmidt <bernds@codesourcery.com>
13840 * reload1.c (inc_for_reload): Return void. All callers changed.
13841 (emit_input_reload_insns): Don't try to delete previous output
13842 reloads to a register, or record spill_reg_store for autoincs.
13844 2011-04-19 Basile Starynkevitch <basile@starynkevitch.net>
13846 * gengtype.h: Updated copyright year.
13847 (struct input_file_st): Add inpisplugin field.
13848 (type_fileloc): New function.
13850 (write_typed_struct_alloc_def): Add gcc_assert.
13851 (write_typed_alloc_defns): Ditto. Don't output for plugin files.
13852 (write_typed_alloc_defns): Don't output for plugin files.
13853 (input_file_by_name): Clear inpisplugin field.
13854 (main): Set inpisplugin field for plugin files.
13856 2011-04-19 Nicola Pero <nicola.pero@meta-innovation.com>
13858 * gengtype-state.c (string_eq): New.
13859 (read_state): Use string_eq instead of strcmp when creating the
13862 2011-04-19 Wei Guozhi <carrot@google.com>
13865 * config/arm/arm-protos.h (thumb1_legitimate_address_p): New prototype.
13866 * config/arm/arm.c (thumb1_legitimate_address_p): Remove the static
13868 * config/arm/constraints.md (Uu): New constraint.
13869 * config/arm/arm.md (*arm_movqi_insn): Compute attr "length".
13871 2011-04-19 Tristan Gingold <gingold@adacore.com>
13873 * config.gcc (-*-*-*vms): Added.
13874 (alpha64-dec-*vms*,alpha*-dec-*vms*, ia64-hp-*vms*): Common
13876 * config/vms/vms-ld.c: New file.
13877 * config/vms/vms-ar.c: New file.
13878 * config/vms/t-vmsnative: New file.
13880 2011-04-18 Xinliang David Li <davidxl@google.com>
13882 * final.c (dump_basic_block_info): Use ASM_COMMENT_START.
13884 2011-04-18 Jakub Jelinek <jakub@redhat.com>
13886 PR middle-end/48661
13887 * gimple-fold.c (gimple_get_virt_method_for_binfo): Return NULL
13888 if TREE_TYPE (v) is non-NULL.
13890 * gimple-fold.c (gimple_get_virt_method_for_binfo): Renamed from
13891 gimple_get_virt_mehtod_for_binfo.
13892 * gimple.h (gimple_get_virt_method_for_binfo): Likewise.
13893 * ipa-cp.c (ipcp_process_devirtualization_opportunities): Adjust
13895 * ipa-prop.c (try_make_edge_direct_virtual_call): Likewise.
13897 2011-04-18 Michael Matz <matz@suse.de>
13898 Steve Ellcey <sje@cup.hp.com>
13900 * expr.c (expand_expr_real_2) <CASE_CONVERT>: If OP0 is a constant,
13901 use its mode as source mode if it isn't VOIDmode.
13903 2011-04-18 Dennis, CHENG Renquan <crquan@fedoraproject.org>
13905 * doc/passes.texi: Fill crossref nodes.
13907 2011-04-18 Jim Meyering <meyering@redhat.com>
13909 Fix doubled-word typos in comments and strings
13910 * config/alpha/vms-unwind.h: s/for for/for/
13911 * config/arm/unwind-arm.h: Likewise.
13912 * config/microblaze/microblaze.c: Likewise.
13913 * config/sh/constraints.md: s/in in/in/
13914 * tree-cfg.c (verify_types_in_gimple_reference): Likewise.
13916 2011-04-18 Uros Bizjak <ubizjak@gmail.com>
13918 * config/i386/i386.h (SSE_VEC_FLOAT_MODE_P): Remove.
13919 (AVX_FLOAT_MODE_P): Ditto.
13920 (AVX128_VEC_FLOAT_MODE_P): Ditto.
13921 (AVX256_VEC_FLOAT_MODE_P): Ditto.
13922 (AVX_VEC_FLOAT_MODE_P): Ditto.
13923 * config/i386/i386.md (UNSPEC_MASKLOAD): Remove.
13924 (UNSPEC_MASKSTORE): Ditto.
13925 * config/i386/sse.md (<sse>_movmsk<ssemodesuffix><avxmodesuffix>):
13926 Merge from <sse>_movmsk<ssemodesuffix> and
13927 avx_movmsk<ssemodesuffix>256. Use VF mode iterator.
13928 (*sse2_maskmovdqu): Merge with *sse2_maskmovdqu_rex64. Use P mode
13930 (avx_maskload<ssemodesuffix><avxmodesuffix>): New expander.
13931 (avx_maskstore<ssemodesuffix><avxmodesuffix>): Ditto.
13932 (*avx_maskmov<ssemodesuffix><avxmodesuffix>): New insn.
13934 2011-04-18 Jan Hubicka <jh@suse.cz>
13936 * ipa-inline.c (inline_small_functions): Fix pasto in previous patch.
13938 * ipa-inline.c: Fix comment typos; do not inline gt-ipa-inline.h
13939 (want_inline_function_called_once_p): Break out the logic from
13941 (edge_badness): Ensure that profile is not misupdated.
13942 (lookup_recursive_calls): Prioritize by call frequencies.
13943 (inline_small_functions): Move program size estimates here;
13944 actually process whole queue even when unit growth has been
13945 met. (to properly compute inline_failed reasons and for the
13946 case unit size decrease.) Revisit comments on recursive inlining.
13947 (ipa_inline): Remove unit summary code; first inline hot calls
13948 of functions called once, cold calls next.
13949 (order, nnodes): Remove unused variables.
13950 * Makefile.in (ipa-inline.o): No longer depent on ggc files.
13951 (GTFILES): Remove ipa-inline.c
13952 * sel-sched.c (fill_insns): Silence uninitialized var warning.
13954 2011-04-18 Eric Botcazou <ebotcazou@adacore.com>
13956 * dwarf2out.c (is_redundant_typedef): Add 'inline' to prototype.
13958 2011-04-18 Jie Zhang <jie@codesourcery.com>
13959 Richard Earnshaw <rearnsha@arm.com>
13961 * arm.c (neon_builtin_type_bits): Remove.
13962 (typedef enum neon_builtin_mode): New.
13963 (T_MAX): Don't define.
13964 (typedef enum neon_builtin_datum): Remove bits, codes[],
13965 num_vars and base_fcode. Add mode, code and fcode.
13966 (VAR1, VAR2, VAR3, VAR4, VAR5, VAR6, VAR7, VAR8, VAR9
13967 VAR10): Change accordingly.
13968 (neon_builtin_data[]): Change accordingly
13969 (arm_init_neon_builtins): Change accordingly.
13970 (neon_builtin_compare): Remove.
13971 (locate_neon_builtin_icode): Remove.
13972 (arm_expand_neon_builtin): Change accordingly.
13974 * arm.h (enum arm_builtins): Move to ...
13975 * arm.c (enum arm_builtins): ... here; and rearrange builtin code.
13977 * arm.c (arm_builtin_decl): Declare.
13978 (TARGET_BUILTIN_DECL): Define.
13979 (enum arm_builtins): Correct ARM_BUILTIN_MAX.
13980 (arm_builtin_decls[]): New.
13981 (arm_init_neon_builtins): Store builtin declarations in
13982 arm_builtin_decls[].
13983 (arm_init_tls_builtins): Likewise.
13984 (arm_init_iwmmxt_builtins): Likewise. Refactor initialization code.
13985 (arm_builtin_decl): New.
13987 2011-04-18 Richard Guenther <rguenther@suse.de>
13989 * tree.c (upper_bound_in_type): Build properly canonicalized
13991 (lower_bound_in_type): Likewise.
13993 2011-04-18 Richard Guenther <rguenther@suse.de>
13995 * gimple.h (gimple_call_addr_fndecl): New function.
13996 (gimple_call_fndecl): Use it.
13997 * gimple-fold.c (gimple_fold_call): Fold away OBJ_TYPE_REFs
13999 * tree-ssa-ccp.c (ccp_fold_stmt): Remove OBJ_TYPE_REF folding.
14000 * tree-ssa-pre.c (eliminate): Also simplify indirect OBJ_TYPE_REFs.
14002 2011-04-18 Richard Guenther <rguenther@suse.de>
14004 PR middle-end/48650
14005 * tree.c (build_string): STRING_CST is now derived from tree_typed.
14007 2011-04-18 Eric Botcazou <ebotcazou@adacore.com>
14010 * cfgexpand.c (expand_debug_expr) <VAR_DECL>: Return NULL for a
14011 DECL_IN_CONSTANT_POOL without RTL.
14013 2011-04-18 Ulrich Weigand <ulrich.weigand@linaro.org>
14014 Ira Rosen <ira.rosen@linaro.org>
14017 * config/arm/arm.c (neon_emit_pair_result_insn): Swap arguments
14018 to match neon_vzip/vuzp/vtrn_internal.
14019 * config/arm/neon.md (neon_vtrn<mode>_internal): Make both
14020 outputs explicitly dependent on both inputs.
14021 (neon_vzip<mode>_internal, neon_vuzp<mode>_internal): Likewise.
14023 2011-04-18 Jakub Jelinek <jakub@redhat.com>
14025 PR tree-optimization/48616
14026 * tree-vect-stmts.c (vectorizable_shift): If SLP, determine
14027 whether the shift is by scalar or vector based on whether all SLP
14028 scalar stmts have the same rhs.
14030 2011-04-17 Chung-Lin Tang <cltang@codesourcery.com>
14032 * config/arm/arm.c (neon_struct_mem_operand): Support POST_INC/PRE_DEC
14035 2011-04-17 Richard Sandiford <rdsandiford@googlemail.com>
14038 * config/mips/mips.c (mips_cfun_call_saved_reg_p): Handle global
14041 2011-04-17 Jan Hubicka <jh@suse.cz>
14043 * cgrpah.h (struct cgraph_node): Remove finalized_by_frontend.
14044 * cgrpahunit.c (cgraph_finalize_function): Do not set
14045 finalized_by_frontend.
14046 * lto-cgraph.c (lto_output_node, input_overwrite_node): Do not stream
14047 finalized_by_frontend.
14049 2011-04-17 Jan Hubicka <jh@suse.cz>
14051 * cgraph.c (cgraph_clone_node): Do not handle vtable_method
14052 * cgraph.h (struct cgraph_local_info): Drop vtable_method.
14053 * cgraphunit.c (cgraph_copy_node_for_versioning): Drop vtable_method.
14054 * lto-cgraph.c (lto_output_node, input_overwrite_node): Drop vtable
14056 * gimple-fold.c (can_refer_decl_in_current_unit_p): Mention PR20991 in
14058 * varasm.c (mark_decl_referenced): Drop vtable_method handling code.
14060 2011-04-17 Eric Botcazou <ebotcazou@adacore.com>
14063 * lto-cgraph.c (merge_profile_summaries): Check that lto_file_data
14064 is non-null before accessing it.
14065 (input_cgraph): Remove trailing spaces.
14067 2011-04-17 Revital Eres <revital.eres@linaro.org>
14069 * params.def (sms-min-sc): New param flag.
14070 * modulo-sched.c (sms_schedule): Use it.
14071 * doc/invoke.texi (sms-min-sc): Document it.
14073 2011-04-17 Jan Hubicka <jh@suse.cz>
14075 * lto-symtab.c (lto_cgraph_replace_node): When call statement is
14076 present, also set gimple_call_set_cannot_inline.
14077 * ipa-inline.c: Update toplevel comment.
14078 (MAX_TIME): Remove.
14079 (cgraph_clone_inlined_nodes): Fix linebreaks.
14080 (cgraph_check_inline_limits): Restructure to ...
14081 (caller_growth_limits): ... this one; be more tolerant
14082 on growth in nested inline chains; add explanatory comment;
14083 fix stack accounting thinko introduced by previous patch.
14084 (cgraph_default_inline_p): Remove.
14085 (report_inline_failed_reason): New function.
14086 (can_inline_edge_p): New function.
14087 (can_early_inline_edge_p): New function.
14088 (leaf_node_p): Move upwards in file.
14089 (want_early_inline_function_p): New function.
14090 (want_inline_small_function_p): New function.
14091 (want_inline_self_recursive_call_p): New function.
14092 (cgraph_edge_badness): Rename to ...
14093 (edge_badness) ... this one; fix linebreaks.
14094 (update_edge_key): Update call of edge_baddness; add
14095 detailed dump about queue updates.
14096 (update_caller_keys): Use can_inline_edge_p and
14097 want_inline_small_function_p.
14098 (cgraph_decide_recursive_inlining): Rename to...
14099 (recursive_inlining): Use can_inline_edge_p and
14100 want_inline_self_recursive_call_p; simplify and remove no longer
14102 (cgraph_set_inline_failed): Remove.
14103 (add_new_edges_to_heap): Use can_inline_edge_p and
14104 want_inline_small_function_p.
14105 (cgraph_decide_inlining_of_small_functions): Rename to ...
14106 (inline_small_functions): ... this one; cleanup; use
14107 can/want predicates; cleanup debug ouput; work edges till fibheap
14108 is exhausted and do not stop once unit growth is reached; remove
14109 later loop processing remaining edges.
14110 (cgraph_flatten): Rename to ...
14111 (flatten_function): ... this one; use can_inline_edge_p
14112 and can_early_inline_edge_p predicates.
14113 (cgraph_decide_inlining): Rename to ...
14114 (ipa_inline): ... this one; remove unreachable nodes before
14115 inlining functions called once; simplify the pass.
14116 (cgraph_perform_always_inlining): Rename to ...
14117 (inline_always_inline_functions): ... this one; use
14118 DECL_DISREGARD_INLINE_LIMITS; use can_inline_edge_p predicate.
14119 (cgraph_decide_inlining_incrementally): Rename to ...
14120 (early_inline_small_functions): ... this one; simplify
14121 using new predicates; cleanup; make dumps prettier.
14122 (cgraph_early_inlining): Rename to ...
14123 (early_inliner): newer inline regular functions into always-inlines;
14124 fix updating of call stmt summaries.
14125 (pass_early_inline): Update for new names.
14126 (inline_transform): Fix formating.
14127 (gate_cgraph_decide_inlining): Rename to ...
14128 (pass_ipa_inline): ... this one.
14129 * ipa-inline.h (inline_summary): Remove disregard_inline_limits.
14130 * ipa-inline-analysis.c (dump_inline_summary): Update.
14131 (compute_inline_parameters): Do not compute disregard_inline_limits;
14132 look for mismatching arguments.
14133 (estimate_growth): Fix handlig of non-trivial self recursion.
14134 (inline_read_summary): Do not read info->disregard_inline_limits.
14135 (inline_write_summary): Do not write info->disregard_inline_limits.
14136 * tree-inline.c (inline_forbidden_into_p, tree_can_inline_p): Remove
14137 and move all checks into can_inline_edge_p predicate; re-enable code
14138 comparing optimization levels.
14139 (expand_call_inline): Do not test inline_forbidden_into_p.
14140 * Makefile.in (ipa-inline.o): Update arguments.
14142 2011-04-17 Revital Eres <revital.eres@linaro.org>
14144 * ddg.c (free_ddg_all_sccs): Free sccs field in struct ddg_all_sccs.
14146 2011-04-17 Revital Eres <revital.eres@linaro.org>
14148 * modulo-sched.c (sms_schedule): Avoid unfreed memory when SMS fails.
14150 2011-04-17 Michael Matz <matz@suse.de>
14152 PR tree-optimization/48622
14154 * ipa-inline-analysis.c (inline_read_summary): Read size/time
14155 in same order as they're written.
14157 2011-04-16 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
14159 * config/pa/predicates.md: Reorganize and simplify predicates.
14160 Eliminate duplicate code checks.
14161 (arith_operand): Rename to arith14_operand
14162 (reg_or_ior_operand): Rename to reg_or_cint_ior_operand.
14163 * config/pa/pa.md: Use renamed operands.
14164 * config/pa/pa-protos.h (symbolic_operand): Delete declaration.
14165 (tls_symbolic_operand, function_label_operand, lhs_lshift_cint_operand,
14166 arith11_operand, adddi3_operand, indexed_memory_operand,
14167 symbolic_memory_operand, int11_operand, reg_or_cint_move_operand,
14168 arith5_operand, uint5_operand, pic_label_operand, plus_xor_ior_operator,
14169 borx_reg_operand, shadd_operand, arith_operand, read_only_operand,
14170 move_dest_operand, move_src_operand, prefetch_cc_operand,
14171 prefetch_nocc_operand, and_operand, ior_operand, arith32_operand,
14172 uint32_operand, reg_before_reload_operand, reg_or_0_operand,
14173 reg_or_0_or_nonsymb_mem_operand, pre_cint_operand, post_cint_operand,
14174 div_operand, int5_operand, movb_comparison_operator,
14175 ireg_or_int5_operand, call_operand_address, ior_operand, fp_reg_operand,
14176 arith_double_operand, ireg_operand, lhs_lshift_operand,
14177 pc_or_label_operand, non_hard_reg_operand, eq_neq_comparison_operator,
14178 integer_store_memory_operand): Likewise.
14179 * config/pa/pa.c (adddi3_operand): Move to predicates.md.
14180 (integer_store_memory_operand, read_only_operand,
14181 function_label_operand, borx_reg_operand,
14182 non_hard_reg_operand): Likewise.
14183 (eq_neq_comparison_operator): Delete unused operator.
14184 (legitimize_pic_address): Use VOIDmode for mode argument in calls to
14185 function_label_operand.
14186 (emit_move_sequence): Likewise.
14188 2011-04-16 Uros Bizjak <ubizjak@gmail.com>
14190 * config/i386/sse.md (sseunpackmode): New mode attribute.
14191 (ssepackmode): Ditto.
14192 (vec_pack_trunc_<mode>): Macroize expander from
14193 vec_pack_trunc_{v8hi,v4si,v2di} using VI248_128 mode iterator.
14194 (vec_unpacks_lo_<mode>): Macroize expander from
14195 vec_unpacks_lo_{v16qi,v8hi,v4si} using VI124_128 mode iterator.
14196 (vec_unpacks_hi_<mode>): Macroize expander from
14197 vec_unpacks_hi_{v16qi,v8hi,v4si} using VI124_128 mode iterator.
14198 (vec_unpacku_lo_<mode>): Macroize expander from
14199 vec_unpacku_lo_{v16qi,v8hi,v4si} using VI124_128 mode iterator.
14200 (vec_unpacku_hi_<mode>): Macroize expander from
14201 vec_unpacks_hi_{v16qi,v8hi,v4si} using VI124_128 mode iterator.
14202 * config/i386/i386.c (ix86_expand_sse_unpack): Merge with
14203 ix86_expand_sse4_unpack.
14204 * config/i386/i386-protos.h (ix86_expand_sse4_unpack): Remove.
14206 2011-04-16 Jan Hubicka <jh@suse.cz>
14208 * cgraphbuild.c: Include ipa-inline.h.
14209 (reset_inline_failed): Use initialize_inline_failed.
14210 * cgraph.c: Include ipa-inline.h.
14211 (cgraph_create_node_1): Do not initialize estimated_growth.
14212 (initialize_inline_failed): More to ipa-inline-analysis.c
14213 (dump_cgraph_node): Do not dump inline flags.
14214 * cgraph.h (cgraph_local_info): Remove inlineable, versionable
14215 and disregard_inline_limits flags.
14216 (cgrpah_global_info): Remove estimated_stack_size, stack_frame_offset,
14217 time, size, estimated_growth.
14218 * ipa-cp.c (ipcp_versionable_function_p, ipcp_generate_summary):
14220 * cgraphunit.c (cgraph_decide_is_function_needed): Use
14221 DECL_DISREGARD_INLINE_LIMITS.
14222 (cgraph_analyze_function): Do not initialize
14223 node->local.disregard_inline_limits.
14224 * lto-cgraph.c (lto_output_node, input_overwrite_node): Do not stream
14225 inlinable, versionable and disregard_inline_limits.
14226 * ipa-inline.c (cgraph_clone_inlined_nodes, cgraph_mark_inline_edge,
14227 cgraph_check_inline_limits, cgraph_default_inline_p,
14228 cgraph_edge_badness, update_caller_keys, update_callee_keys,
14229 add_new_edges_to_heap): Update.
14230 (cgraph_decide_inlining_of_small_function): Update; set
14231 CIF_FUNCTION_NOT_INLINABLE for uninlinable functions.
14232 (cgraph_decide_inlining, cgraph_edge_early_inlinable_p,
14233 cgraph_decide_inlining_incrementally): Update.
14234 * ipa-inline.h (inline_summary): Add inlinable, versionable,
14235 disregard_inline_limits, estimated_stack_size, stack_frame_offset,
14236 time, size and estimated_growth parameters.
14237 (estimate_edge_growth): Update.
14238 (initialize_inline_failed): Declare.
14239 * ipa-split.c: Include ipa-inline.h
14240 (execute_split_functions): Update.
14241 * ipa.c (cgraph_postorder): Use DECL_DISREGARD_INLINE_LIMITS.
14242 (cgraph_remove_unreachable_nodes): Do not clear inlinable flag.
14243 (record_cdtor_fn): Use DECL_DISREGARD_INLINE_LIMITS.
14244 * ipa-inline-analysis.c (inline_node_removal_hook): Update; set
14245 estimated_growth to INT_MIN.
14246 (inline_node_duplication_hook): Likewise.
14247 (dump_inline_summary): Dump new fields.
14248 (compute_inline_parameters): Update.
14249 (estimate_edge_time, estimate_time_after_inlining,
14250 estimate_size_after_inlining, estimate_growth, inline_read_summary,
14251 inline_write_summary):
14252 (initialize_inline_failed): Move here from cgraph.c.
14253 * tree-sra.c: Include ipa-inline.h.
14254 (ipa_sra_preliminary_function_checks): Update.
14255 * Makefile.in (cgraph.o, cgraphbuild.o): Add dependency on
14258 2011-04-16 Uros Bizjak <ubizjak@gmail.com>
14260 * config/i386/sse.md (V16): New mode iterator.
14262 (AVXMODEQI, AVXMODEDI): Remove.
14263 (sse2, sse3): New mode attribute.
14264 (mov<mode>): Use V16 mode iterator.
14265 (*mov<mode>_internal): Merge with *avx_mov<mode>_internal.
14266 (push<mode>1): Use V16 mode iterator.
14267 (movmisalign<mode>): Ditto.
14268 (<sse>_movu<ssemodesuffix><avxmodesuffix>): Merge from
14269 <sse>_movu<ssemodesuffix> and avx_movu<ssemodesuffix><avxmodesuffix>.
14270 (*<sse>_movu<ssemodesuffix><avxmodesuffix>): Merge from
14271 *<sse>_movu<ssemodesuffix> and *avx_movu<ssemodesuffix><avxmodesuffix>.
14272 (<sse2>_movdqu<avxmodesuffix>): Merge from sse2_movdqu and
14273 avx_movdqu<avxmodesuffix>.
14274 (*<sse2>_movdqu<avxmodesuffix>): Merge from *sse2_movdqu and
14275 *avx_movdqu<avxmodesuffix>.
14276 (<sse3>_lddqu<avxmodesuffix>) Merge from sse3_lddqu and
14277 avx_lddqu<avxmodesuffix>.
14278 (<sse>_movnt<mode>): Merge with avx_movnt<AVXMODEF2P:mode>.
14279 (<sse2>_movnt<mode>): Merge from sse2_movntv2di and
14280 avx_movnt<AVXMODEDI:mode>.
14281 * config/i386/i386.c (ix86_expand_vector_move_misalign): Update for
14282 renamed sse_movups, sse2_movupd and sse2_movdqu patterns.
14284 2011-04-16 Bernd Schmidt <bernds@codesourcery.com>
14287 * haifa-sched.c (prune_ready_list, schedule_block): Use
14288 sched_pressure_p rather than flag_sched_pressure.
14290 2011-04-15 Pat Haugen <pthaugen@us.ibm.com>
14292 * config/rs6000/rs6000.c (call_ABI_of_interest): Call
14293 cgraph_get_node instead of cgraph_get_create_node.
14295 2011-04-15 Jakub Jelinek <jakub@redhat.com>
14297 * cfgexpand.c (expand_debug_expr): Use
14298 simplify_gen_{unary,binary,ternary} instead of gen_rtx_*.
14300 2011-04-15 Michael Matz <matz@suse.de>
14302 * tree.h (ALLOCA_FOR_VAR_P): Rename to CALL_ALLOCA_FOR_VAR_P.
14303 * builtins.c (expand_builtin): Use CALL_ALLOCA_FOR_VAR_P.
14304 * function.c (gimplify_parameters): Ditto.
14305 * gimplify.c (gimplify_vla_decl): Ditto.
14307 * gimple.h (enum gf_mask): Add GF_CALL_ALLOCA_FOR_VAR.
14308 (gimple_call_set_alloca_for_var): New inline function.
14309 (gimple_call_alloca_for_var_p): Ditto.
14310 * gimple.c (gimple_build_call_from_tree): Remember
14311 CALL_ALLOCA_FOR_VAR_P state.
14312 * cfgexpand.c (expand_call_stmt): Restore CALL_ALLOCA_FOR_VAR_P state.
14314 * tree-inline.c (inline_forbidden_p_stmt): Don't reject alloca
14315 calls if they were for VLA objects.
14317 2011-04-15 Martin Jambor <mjambor@suse.cz>
14319 * ipa-prop.c (ipa_analyze_virtual_call_uses): Remove handling
14322 2011-04-15 Martin Jambor <mjambor@suse.cz>
14324 PR middle-end/48601
14325 * tree-emutls.c (lower_emutls_function_body): Call
14326 cgraph_get_create_node instead of cgraph_get_node. Do not assert the
14327 result is non-NULL.
14329 2011-04-15 Nicola Pero <nicola.pero@meta-innovation.com>
14331 * c-decl.c (detect_field_duplicates): Call
14332 objc_detect_field_duplicates instead of objc_get_interface_ivars.
14334 2011-04-15 Nathan Froyd <froydnj@codesourcery.com>
14336 * gimple.h (gimple_asm_clobbers_memory_p): Declare.
14337 * gimple.c (gimple_asm_clobbers_memory_p): Define.
14338 * ipa-pure-const.c (check_stmt): Call it.
14339 * tree-ssa-operands.c (get_asm_expr_operands): Likewise.
14341 2011-04-15 Richard Guenther <rguenther@suse.de>
14343 PR tree-optimization/48290
14344 * tree-ssa-copy.c (copy_prop_visit_phi_node): Propagate constants.
14345 Properly decide inhibiting propagation based on the valueized
14346 operand. Do loop-closed SSA form preserving here ...
14347 (init_copy_prop): ... not here.
14349 2011-04-15 H.J. Lu <hongjiu.lu@intel.com>
14352 * config/i386/sse.md (*ieee_smin<mode>3): Switch mnemonics.
14353 (*ieee_smax<mode>3): Likewise.
14355 2011-04-15 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
14357 * config/s390/s390.md (popcountdi2, popcountsi2, popcounthi2):
14358 Replace match_operand with match_dup for the third operand in
14361 2011-04-15 Maxim Kuvyrkov <maxim@codesourcery.com>
14363 * combine.c (subst, combine_simlify_rtx): Add new argument, use it
14364 to track processing of conditionals. Update all callers.
14365 (try_combine, simplify_if_then_else): Update.
14367 2011-04-15 Maxim Kuvyrkov <maxim@codesourcery.com>
14369 * config/m68k/m68k.c (m68k_sched_variable_issue): Handle
14372 2011-04-15 Georg-Johann Lay <avr@gjlay.de>
14374 * config/avr/avr.md ("rotl<mode>3",mode=HIDI): Use match_dup
14375 instead of match_operand for operand 3.
14377 2011-04-15 Richard Sandiford <richard.sandiford@linaro.org>
14379 * recog.h (insn_operand_data): Add an "allows_mem" field.
14380 * genoutput.c (output_operand_data): Initialize it.
14381 * optabs.c (maybe_legitimize_operand_same_code): New function.
14382 (maybe_legitimize_operand): Use it when matching the original
14385 2011-04-15 Eric Botcazou <ebotcazou@adacore.com>
14387 * gimplify.c: Fix issues in comments throughout.
14388 (voidify_wrapper_expr): Fix long line.
14389 (build_stack_save_restore): Likewise.
14390 (gimplify_loop_expr): Likewise.
14391 (gimplify_compound_lval): Likewise.
14392 (gimplify_init_ctor_eval): Likewise.
14393 (gimplify_modify_expr_rhs): Likewise.
14394 (omp_notice_threadprivate_variable): Likewise.
14396 2011-04-15 Eric Botcazou <ebotcazou@adacore.com>
14398 * cfgexpand.c (expand_call_stmt): Convert the function type to the
14399 original one if this is not a builtin function.
14401 2011-04-14 Jakub Jelinek <jakub@redhat.com>
14404 * config/i386/sse.md (sse4_1_insertps): If operands[2] is a MEM,
14405 offset it as needed based on top 2 bits in operands[3], change
14406 MEM mode to SFmode and mask those 2 bits away from operands[3].
14408 2011-04-14 Nicola Pero <nicola.pero@meta-innovation.com>
14410 * c-parser.c (c_parser_objc_protocol_definition): Updated for
14411 change from objc_declare_protocols() to objc_declare_protocol().
14413 2011-04-14 Uros Bizjak <ubizjak@gmail.com>
14415 * config/i386/sse.md (sse4_1): New mode attribute.
14416 (<sse4_1>_blend<ssemodesuffix><avxmodesuffix>): Macroize from
14417 avx_blend<ssemodesuffix><avxmodesuffix> and
14418 sse4_1_blend<ssemodesuffix> using VF mode iterator.
14419 (<sse4_1>_blendv<ssemodesuffix><avxmodesuffix>): Macroize from
14420 avx_blendv<ssemodesuffix><avxmodesuffix> and
14421 sse4_1_blendv<ssemodesuffix> using VF mode iterator.
14422 (<sse4_1>_dp<ssemodesuffix><avxmodesuffix>): Macroize from
14423 avx_dp<ssemodesuffix><avxmodesuffix> and
14424 sse4_1_dp<ssemodesuffix> using VF mode iterator.
14425 (sse4_1_mpsadbw): Merge with *avx_mpsadbw.
14426 (sse4_1_packusdw): Merge with *avx_packusdw.
14427 (sse4_1_pblendvb): Merge with *avx_pblendvb.
14428 (sse4_1_pblendw): Merge with *avx_pblendw.
14429 (avx_vtest<ssemodesuffix><avxmodesuffix>): Use VF mode iterator.
14430 (<sse4_1>_round<ssemodesuffix><avxmodesuffix>): Macroize from
14431 avx_round<ssemodesuffix>256 and sse4_1_round<ssemodesuffix> using
14433 (sse4_1_round<ssescalarmodesuffix>): Merge with
14434 *avx_round<ssescalarmodesuffix>.
14435 (aesenc): Merge with *avx_aesenc.
14436 (aesenclast): Merge with *avx_aesenclast.
14437 (aesdec): Merge with *avx_aesdec.
14438 (aesdeclast): Merge with *avx_aesdeclast.
14439 (pclmulqdq): Merge with *pclmulqdq.
14440 * config/i386/predicates.md (reg_not_xmm0_operand_maybe_avx):
14442 (nonimm_not_xmm0_operand_maybe_avx): Ditto.
14444 2011-04-14 H.J. Lu <hongjiu.lu@intel.com>
14446 PR middle-end/48608
14447 * cfgexpand.c (get_decl_align_unit): Renamed to ...
14448 (align_local_variable): This. Update DECL_ALIGN.
14449 (add_stack_var): Updated.
14450 (expand_one_stack_var): Likewise.
14452 2011-04-14 Richard Guenther <rguenther@suse.de>
14454 * tree-ssa-dse.c (struct dse_global_data, struct dse_block_local_data):
14456 (dse_initialize_block_local_data, dse_leave_block,
14457 record_voperand_set, get_stmt_uid): Likewise.
14458 (dse_possible_dead_store_p): Allow any kind of killing stmt.
14459 (dse_optimize_stmt): Remove voperand set handling code.
14460 Simplify and improve to handle any kind of killing stmt.
14461 (dse_record_phi): Remove.
14462 (dse_enter_block): Simplify.
14463 (tree_ssa_dse): Likewise.
14464 * tree-ssa-alias.c (stmt_kills_ref_p_1): Handle some builtins.
14466 2011-04-14 Jan Hubicka <jh@suse.cz>
14468 * cgraph.c (dump_cgraph_node): Do not dump inline summaries.
14469 * cgraph.h (struct inline_summary): Move to ipa-inline.h
14470 (cgraph_local_info): Remove inline_summary.
14471 * ipa-cp.c: Include ipa-inline.h.
14472 (ipcp_cloning_candidate_p, ipcp_estimate_growth,
14473 ipcp_estimate_cloning_cost, ipcp_insert_stage): Use inline_summary
14475 * lto-cgraph.c (lto_output_node): Do not stream inline summary.
14476 (input_overwrite_node): Do not set inline summary.
14477 (input_node): Do not stream inline summary.
14478 * ipa-inline.c (cgraph_decide_inlining): Dump inline summaries.
14479 (cgraph_decide_inlining_incrementally): Do not try to estimate overall
14480 growth; we do not have inline parameters computed for that anyway.
14481 (cgraph_early_inlining): After inlining compute call_stmt_sizes.
14482 * ipa-inline.h (struct inline_summary): Move here from ipa-inline.h
14483 (inline_summary_t): New type and VECtor.
14484 (debug_inline_summary, dump_inline_summaries): Declare.
14485 (inline_summary): Use VOCtor.
14486 (estimate_edge_growth): Kill hack computing call stmt size directly.
14487 * lto-section-in.c (lto_section_name): Add inline section.
14488 * ipa-inline-analysis.c: Include lto-streamer.h
14489 (node_removal_hook_holder, node_duplication_hook_holder): New holders
14490 (inline_node_removal_hook, inline_node_duplication_hook): New functions.
14491 (inline_summary_vec): Define.
14492 (inline_summary_alloc, dump_inline_summary, debug_inline_summary,
14493 dump_inline_summaries): New functions.
14494 (estimate_function_body_sizes): Properly compute size/time of outgoing
14496 (compute_inline_parameters): Alloc inline_summary; do not compute
14497 size/time of incomming calls.
14498 (estimate_edge_time): Avoid missing time summary hack.
14499 (inline_read_summary): Read inline summary info.
14500 (inline_write_summary): Write inline summary info.
14501 (inline_free_summary): Free all hooks and inline summary vector.
14502 * lto-streamer.h: Add LTO_section_inline_summary section.
14503 * Makefile.in (ipa-cp.o, ipa-inline-analysis.o): Update dependencies.
14504 * ipa.c (cgraph_remove_unreachable_nodes): Fix dump file formating.
14506 2011-04-14 Richard Sandiford <richard.sandiford@linaro.org>
14508 * tree-vectorizer.h (vect_strided_store_supported): Add a
14509 HOST_WIDE_INT argument.
14510 (vect_strided_load_supported): Likewise.
14511 (vect_permute_store_chain): Return void.
14512 (vect_transform_strided_load): Likewise.
14513 (vect_permute_load_chain): Delete.
14514 * tree-vect-data-refs.c (vect_strided_store_supported): Take a
14515 count argument. Check that the count is a power of two.
14516 (vect_strided_load_supported): Likewise.
14517 (vect_permute_store_chain): Return void. Update after above changes.
14518 Assert that the access is supported.
14519 (vect_permute_load_chain): Likewise.
14520 (vect_transform_strided_load): Return void.
14521 * tree-vect-stmts.c (vectorizable_store): Update calls after
14522 above interface changes.
14523 (vectorizable_load): Likewise.
14524 (vect_analyze_stmt): Don't check for strided powers of two here.
14526 2011-04-14 Richard Guenther <rguenther@suse.de>
14528 PR tree-optimization/48590
14529 * tree-ssa-alias.c (ref_maybe_used_by_call_p_1): Handle
14530 BUILT_IN_ALLOCA, BUILT_IN_STACK_SAVE and BUILT_IN_STACK_RESTORE.
14531 (call_may_clobber_ref_p_1): Handle BUILT_IN_ALLOCA and
14532 BUILT_IN_STACK_SAVE.
14533 * tree-ssa-dce.c (propagate_necessity): Handle
14534 BUILT_IN_ALLOCA, BUILT_IN_STACK_SAVE and BUILT_IN_STACK_RESTORE.
14536 2011-04-14 Nicola Pero <nicola.pero@meta-innovation.com>
14538 * c-parser.c (c_parser_objc_class_declaration): Updated call to
14539 objc_declare_class.
14541 2011-04-14 Richard Guenther <rguenther@suse.de>
14543 * tree.h (get_object_alignment_1): Declare.
14544 * builtins.c (get_object_alignment_1): Split out worker from ...
14545 (get_object_alignment): ... here.
14546 * fold-const.c (get_pointer_modulus_and_residue): Use
14547 get_object_alignment_1.
14549 2011-04-14 Richard Sandiford <richard.sandiford@linaro.org>
14551 * tree-vectorizer.h (vect_create_data_ref_ptr): Add an extra
14553 * tree-vect-data-refs.c (vect_create_data_ref_ptr): Add an aggr_type
14554 parameter. Generalise code to handle arrays as well as vectors.
14555 (vect_setup_realignment): Update accordingly.
14556 * tree-vect-stmts.c (vectorizable_store): Likewise.
14557 (vectorizable_load): Likewise.
14559 2011-04-14 Richard Sandiford <richard.sandiford@linaro.org>
14561 * tree-vect-stmts.c (vectorizable_load): Allocate and free dr_chain
14562 within the per-copy loop.
14564 2011-04-14 Richard Sandiford <richard.sandiford@linaro.org>
14566 * tree-vect-stmts.c (vectorizable_load): Print the number of copies
14569 2011-04-14 Richard Sandiford <richard.sandiford@linaro.org>
14571 * doc/options.texi (Negative): Explicitly mention that the
14572 Negative chain must be circular.
14574 2011-04-14 Nathan Froyd <froydnj@codesourcery.com>
14576 * function.h (block_chainon): Declare.
14577 * function.c (block_chainon): Define.
14579 2011-04-14 Anatoly Sokolov <aesok@post.ru>
14580 Eric Weddington <eric.weddington@atmel.com>
14581 Georg-Johann Lay <avr@gjlay.de>
14583 * config/avr/avr.c ("insn-codes.h", "optabs.h", "langhooks.h"):
14585 (avr_init_builtins, avr_expand_builtin,
14586 avr_expand_delay_cycles, avr_expand_unop_builtin,
14587 avr_expand_binop_builtin ): New functions.
14588 (avr_builtin_id): New enum
14589 (struct avr_builtin_description): New struct
14590 (bdesc_1arg, bdesc_2arg): New arrays describing some RTL builtins.
14591 (TARGET_INIT_BUILTINS, TARGET_EXPAND_BUILTIN): Define.
14593 * config/avr/avr.md (UNSPEC_FMUL, UNSPEC_FMULS, UNSPEC_FMULSU,
14594 UNSPECV_ENABLE_IRQS, UNSPECV_NOP, UNSPECV_SLEEP, UNSPECV_WDR,
14595 UNSPECV_DELAY_CYCLES): new enumeration values
14596 (UNSPEC_SEI, UNSPEC_CLI): Remove enumeration values
14597 ("enable_interrupt"): Use UNSPECV_ENABLE_IRQS
14598 ("disable_interrupt"): Use UNSPECV_ENABLE_IRQS
14599 ("*rotlqi3_4"): rename insn to "rotlqi3_4"
14600 ("delay_cycles_1", "delay_cycles_2", "delay_cycles_3",
14601 "delay_cycles_4", "nopv", "sleep", "wdr", "fmul", "fmuls",
14602 "fmulsu"): New insns
14604 * config/avr/avr-c.c: fix line endings
14605 (avr_cpu_cpp_builtins): New builtin defines: __BUILTIN_AVR_NOP,
14606 __BUILTIN_AVR_SEI, __BUILTIN_AVR_CLI, __BUILTIN_AVR_WDR,
14607 __BUILTIN_AVR_SLEEP, __BUILTIN_AVR_SWAP,
14608 __BUILTIN_AVR_DELAY_CYCLES, __BUILTIN_AVR_FMUL,
14609 __BUILTIN_AVR_FMULS, __BUILTIN_AVR_FMULSU.
14611 * doc/extend.texi (AVR Built-in Functions): New node
14612 (Target Builtins): Add documentation of AVR
14613 built-in functions.
14615 2011-04-14 Georg-Johann Lay <avr@gjlay.de>
14618 * config/avr/avr.c (avr_insert_attributes): Leave TREE_READONLY
14619 alone. Error if non-const data has attribute progmem.
14621 2011-04-13 Nathan Froyd <froydnj@codesourcery.com>
14623 * tree.h (struct tree_constructor): Include tree_typed instead of
14625 * tree.c (initialize_tree_contains_struct): Mark TS_CONSTRUCTOR as
14626 TS_TYPED instead of TS_COMMON.
14628 2011-04-13 Uros Bizjak <ubizjak@gmail.com>
14630 * config/i386/sse.md (*sse2_uavgv16qi3): Merge with *avx_uavgv16qi3.
14631 (*sse2_uavgv8hi3): Merge with *avx_uavgv8hi3.
14632 (sse2_psadbw): Merge with *avx_psadbw.
14633 (ssse3_phaddwv8hi3): Merge with *avx_phaddwv8hi3.
14634 (ssse3_phadddv4si3): Merge with *avx_phadddv4si3.
14635 (ssse3_phaddswv8hi3): Merge with *avx_phaddswv8hi3.
14636 (ssse3_phsubwv8hi3): Merge with *avx_phsubwv8hi3.
14637 (ssse3_phsubdv4si3): Merge with *avx_phsubdv4si3.
14638 (ssse3_phsubswv8hi3): Merge with *avx_phsubswv8hi3.
14639 (ssse3_pmaddubsw128): Merge with *avx_pmaddubsw128.
14640 (*ssse3_pmulhrswv8hi3): Merge with *avx_pmulhrswv8hi3.
14641 (ssse3_pshufbv16qi3): Merge with *avx_pshufbv16qi3.
14642 (ssse3_psign<mode>3): Merge with *avx_psign<mode>3.
14643 (ssse3_palignrti): Merge with *avx_palignrti.
14645 2011-04-13 Nathan Froyd <froydnj@codesourcery.com>
14647 * tree-flow.h (struct gimple_df): Make free_ssanames a VEC.
14648 * tree-ssanames.c (fini_ssanames): VEC_free it.
14649 (make_ssa_name_fn): Update for VECness of free_ssanames.
14650 (release_ssa_name, release_dead_ssa_names): Likewise.
14651 * tree.h (struct tree_ssa_name): Include tree_typed instead of
14653 * tree.c (initialize_tree_contains_struct): Mark TS_SSA_NAME as
14654 TS_TYPED instead of TS_COMMON.
14656 2011-04-13 Nathan Froyd <froydnj@codesourcery.com>
14658 * postreload-gcse.c (gcse_after_reload_main): Add calls to
14659 statistics_counter_event.
14660 * tree-ssa-copyrename.c (stats): Define.
14661 (rename_ssa_copies): Count coalesced SSA_NAMEs. Add call to
14662 statistics_counter_event.
14663 * tree-ssa-math-opts.c (reciprocal_stats, sincos_stats): Define.
14664 (bswap_stats, widen_mul_stats): Define.
14665 (insert_reciprocals): Increment rdivs_inserted.
14666 (execute_cse_reciprocals): Zeroize reciprocal_stats. Increment
14667 rfuncs_inserted. Add calls to statistics_counter_event.
14668 (execute_cse_sincos_1): Increment inserted.
14669 (execute_cse_sincos): Zeroize sincos_stats. Add call to
14670 statistics_counter_event.
14671 (execute_optimize_bswap): Zeroize bswap_stats. Increment fields
14672 of bswap_stats. Add calls to statistics_counter_event.
14673 (convert_mult_to_widen): Increment widen_mults_inserted.
14674 (convert_plusminus_to_widen): Increment maccs_inserted.
14675 (convert_mult_to_fma): Increment fmas_inserted.
14676 (execute_optimize_widening_mul): Zeroize widen_mul_stats. Add
14677 calls to statistics_counter_event.
14679 2011-04-13 Vladimir Makarov <vmakarov@redhat.com>
14681 PR rtl-optimization/48455
14682 * ira-costs.c (find_costs_and_classes): Use i_mem_cost instead of
14683 `temp_costs->mem_cost'.
14685 2011-04-13 Jan Hubicka <jh@suse.cz>
14687 * ipa-inline.h: New file.
14688 * ipa-inline-analysis.c: New file. Broken out of ...
14689 * ipa-inline.c: ... this file; update toplevel comment;
14690 include ipa-inline.h
14691 (inline_summary): Move to ipa-inline.h
14692 (cgraph_estimate_edge_time): Rename to estimate_edge_time; move to
14693 ipa-inline-analysis.c.
14694 (cgraph_estimate_time_after_inlining): Rename to
14695 estiamte_time_after_inlining; move to ipa-inline-analysis.c
14696 (cgraph_estimate_edge_growth): Move to ipa-inline-analysis.c; rename
14697 to estimate_edge_growth.
14698 (cgraph_estimate_size_after_inlining): Move to ipa-inline-analysis.c;
14699 rename to estimate_size_after_inlining.
14700 (cgraph_mark_inline_edge): Update for new naming convention.
14701 (cgraph_check_inline_limits): Likewise.
14702 (cgraph_edge_badness): Likewise.
14703 (cgraph_decide_recursive_inlining): Likewise.
14704 (cgraph_decide_inlining_of_small_functions): Likewise.
14705 (cgraph_decide_inlining_incrementally): Likewise.
14706 (cgraph_estimate_growth): Rename to estimate_growth; move to
14707 ipa-inline-analysis.c.
14708 (eliminated_by_inlining_prob): Move to ipa-inline-analysis.c.
14709 (estimate_function_body_sizes): Move to ipa-inline-analysis.c.
14710 (compute_inline_parameters): Likewise.
14711 (compute_inline_parameters_for_current): Likewise.
14712 (pass_inline_parameters): Likewise.
14713 (inline_indirect_intraprocedural_analysis): Likewise.
14714 (analyze_function): Rename to inline_analyze_function; likewise.
14715 (add_new_function): Move to ipa-inline-analysis.c.
14716 (inline_generate_summary): Likewise.
14717 (inline_read_summary): Likewise.
14718 (inline_write_summary): Likewise.
14719 * Makefile.in (ipa-inline-analysis.c): New file.
14721 2011-04-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
14723 * configure.ac (gcc_cv_as_sparc_gotdata_op): Remove GNU ld check.
14724 * configure: Regenerate.
14726 2011-04-13 Nathan Froyd <froydnj@codesourcery.com>
14728 * tree.h (struct tree_int_cst, struct real_value): Include tree_typed
14729 instead of tree_common.
14730 (struct tree_fixed_cst, struct tree_string, struct tree_complex):
14732 * tree.c (initialize_tree_contains_struct): Mark such nodes as being
14733 TS_TYPED rather than TS_COMMON.
14734 * print-tree.c (print_node) [STRING_CST]: Don't print TREE_CHAIN.
14736 2011-04-01 Georg-Johann Lay <avr@gjlay.de>
14739 * config/avr/libgcc.S (__do_global_ctors, __do_global_dtors): Don't use
14740 r20 around calls of __tablejump_elpm__
14742 2011-04-13 Jakub Jelinek <jakub@redhat.com>
14744 PR middle-end/48591
14745 * omp-low.c (expand_omp_atomic_fetch_op): Return false if decl is
14747 (expand_omp_atomic_pipeline): Return false if cmpxchg is NULL.
14749 2011-04-13 Bernd Schmidt <bernds@codesourcery.com>
14751 * dwarf2out.c (struct dw_cfi_struct): Remove member dw_cfi_next.
14752 (dw_cfi_ref): Add DEF_VEC_P and some DEF_VEC_ALLOC_Ps.
14753 (cfi_vec): New typedef.
14754 (struct dw_fde_struct): Make dw_fde_cfi a cfi_vec. Replace
14755 dw_fde_switch_cfi with an integer dw_fde_switch_cfi_index.
14756 (cie_cfi_vec): New static variable.
14757 (cie_cfi_head): Delete.
14758 (add_cfi): Accept a cfi_vec * as first argument. All callers and
14759 declaration changed. Use vector rather than list operations.
14760 (new_cfi): Don't initialize the dw_cfi_next field.
14761 (add_fde_cfi): Allocate cie_cfi_vec if necessary. Use vector
14762 rather than list operations.
14763 (lookup_cfa): Use vector rather than list operations.
14764 (output_cfis): New argument upto. Accept a cfi_vec rather than
14765 a dw_cfi_ref list head as argument. All callers changed.
14766 Iterate over the vector using upto as a maximum index.
14767 (output_all_cfis): New static function.
14768 (output_fde): Use vector rather than list operations. Use the
14769 new upto argument for output_cfis rather than manipulating a
14771 (dwarf2out_begin_prologue): Change initializations to match
14772 new struct members.
14773 (dwarf2out_switch_text_section): Initialize dw_fde_switch_cfi_index
14774 from the vector length rather than searching for the end of a list.
14775 Use output_all_cfis.
14776 (convert_cfa_to_fb_loc_list): Use vector rather than list operations.
14778 2011-04-13 Nick Clifton <nickc@redhat.com>
14780 * config/rx/rx.md (movmemsi): Do not use this pattern when
14781 volatile pointers are involved.
14783 2011-04-13 Uros Bizjak <ubizjak@gmail.com>
14785 * config/i386/sse.md (pinsrbits): Remove.
14786 (sse2_packsswb): Merge with *avx_packsswb.
14787 (sse2_packssdw): Merge with *avx_packssdw.
14788 (sse2_packuswb): Merge with *avx_packuswb.
14789 (vec_interleave_highv16qi): Merge with *avx_interleave_highv16qi.
14790 (vec_interleave_lowv16qi): Merge with *avx_interleave_lowv16qi.
14791 (vec_interleave_highv8hi): Merge with *avx_interleave_highv8hi.
14792 (vec_interleave_lowv8hi): Merge with *avx_interleave_lowv8hi.
14793 (vec_interleave_highv4si): Merge with *avx_interleave_highv4si.
14794 (vec_interleave_lowv4si): Merge with *avx_interleave_lowv4si.
14795 (*sse4_1_pinsrb): Merge with *avx_pinsr<ssevecsize>.
14796 (*sse2_pinsrw): Merge with *avx_pinsr<ssevecsize>.
14797 (*sse4_1_pinsrd): Merge with *avx_pinsr<ssevecsize>.
14798 (*sse4_1_pinsrq): Merge with *avx_pinsrq.
14799 (sse2_loadld): Merge with *avx_loadld.
14800 (*vec_extractv2di_1_rex64): Merge with *vec_extractv2di_1_rex64_avx.
14801 (*vec_extractv2di_1_sse2): Merge with *vec_extractv2di_1_avx.
14802 (*vec_concatv2si_sse4_1): Merge with *vec_concatv2si_avx.
14803 (*vec_concatv2di_rex64_sse4_1): Merge with *vec_concatv2di_rex64_avx.
14804 (vec_concatv2di): Merge with *vec_concatv2di_avx.
14806 2011-04-12 Nathan Froyd <froydnj@codesourcery.com>
14808 * c-decl.c (union lang_tree_node): Check for TS_COMMON before
14809 calling TREE_CHAIN.
14810 * print-tree.c (print_node): Likewise.
14811 * tree-inline.c (copy_tree_r): Likewise.
14812 * c-lang.c (LANG_HOOKS_INIT_TS): Define.
14813 * lto-streamer-in.c (lto_input_tree_pointers): Check for TS_TYPED
14814 instead of TS_COMMON.
14815 * lto-streamer-out.c (lto_output_tree_pointers): Likewise.
14816 * tree.c (initialize_tree_contains_struct): Handle TS_TYPED.
14817 (copy_node_stat): Zero TREE_CHAIN only if necessary.
14818 (MARK_TS_BASE, MARK_TS_TYPED, MARK_TS_COMMON): Move these...
14819 (MARK_TS_DECL_COMMON, MARK_TS_DECL_COMMON, MARK_TS_DECL_WRTL):
14821 (MARK_TS_DECL_WITH_VIS, MARK_TS_DECL_NON_COMMON): ...and these...
14823 (TREE_CHAIN): Check for a TS_COMMON structure.
14824 (TREE_TYPE): Check for a TS_TYPED structure.
14826 2011-04-12 Pat Haugen <pthaugen@us.ibm.com>
14828 * config/rs6000/rs6000.c (call_ABI_of_interest): Call
14829 cgraph_get_create_node instead of cgraph_node.
14831 2011-04-12 Nicola Pero <nicola.pero@meta-innovation.com>
14833 * c-parser.c (c_parser_initelt): Updated call to
14834 objc_build_message_expr.
14835 (c_parser_postfix_expression): Likewise.
14837 2011-04-12 Kai Tietz <ktietz@redhat.com>
14839 * config/i386/mingw32.h (TARGET_SUBTARGET_DEFAULT): Add
14840 MASK_MS_BITFIELD_LAYOUT bit.
14842 2011-04-12 Jakub Jelinek <jakub@redhat.com>
14844 * combine.c (update_cfg_for_uncondjump): Instead of testing at_end
14845 assert it is always true.
14846 (try_combine): Don't call update_cfg_for_uncondjump for noop non-jump
14849 2011-04-12 Nicola Pero <nicola.pero@meta-innovation.com>
14851 * c-parser.c (c_lex_one_token): Rewritten conditional used when
14852 compiling Objective-C to be more efficient.
14854 2011-04-12 Axel Freyn <axel-freyn@gmx.de>
14856 * opts-common.c (decode_cmdline_options_to_array): Remove variable
14859 2011-04-12 Richard Sandiford <richard.sandiford@linaro.org>
14861 * recog.h, genoutput.c, optabs.c: Revert last patch.
14863 2011-04-12 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
14866 * config/arm/arm.md (*arm_negdi2): Fix early clobber constraints.
14868 2011-04-12 Richard Sandiford <richard.sandiford@linaro.org>
14870 * recog.h (insn_operand_data): Add an "allows_mem" field.
14871 * genoutput.c (output_operand_data): Initialize it.
14872 * optabs.c (maybe_legitimize_operand_same_code): New function.
14873 (maybe_legitimize_operand): Use it when matching the original
14876 2011-04-12 Richard Sandiford <richard.sandiford@linaro.org>
14878 * genpreds.c (process_define_predicate): Move most processing
14879 to gensupport.c. Continue to validate the expression.
14880 * genrecog.c (did_you_mean_codes, compute_predicate_codes)
14881 (process_define_predicate): Move processing to gensupport.c.
14882 (main): Remove DEFINE_PREDICATE and DEFINE_SPECIAL_PREDICATE cases.
14883 * gensupport.c (did_you_mean_codes): Moved from genrecog.c.
14884 (compute_predicate_codes): Moved from genrecog.c. Add lineno
14886 (valid_predicate_name_p): New function, split out from old
14887 genpreds.c:process_define_predicate.
14888 (process_define_predicate): New function, combining code from
14889 old genpreds.c and genrecog.c functions.
14890 (process_rtx): Call it for DEFINE_PREDICATE and
14891 DEFINE_SPECIAL_PREDICATE.
14893 2011-04-12 Richard Sandiford <richard.sandiford@linaro.org>
14895 * config/arm/arm.c (arm_print_operand): Use MEM_SIZE to get the
14896 size of a '%A' memory reference.
14897 (T_DREG, T_QREG): New neon_builtin_type_bits.
14898 (arm_init_neon_builtins): Assert that the load and store operands
14899 are neon_struct_operands.
14900 (locate_neon_builtin_icode): Provide the neon_builtin_type_bits.
14901 (NEON_ARG_MEMORY): New builtin_arg.
14902 (neon_dereference_pointer): New function.
14903 (arm_expand_neon_args): Add a neon_builtin_type_bits argument.
14904 Handle NEON_ARG_MEMORY.
14905 (arm_expand_neon_builtin): Update after above interface changes.
14906 Use NEON_ARG_MEMORY for loads and stores.
14907 * config/arm/predicates.md (neon_struct_operand): New predicate.
14908 * config/arm/iterators.md (V_two_elem): Tweak formatting.
14909 (V_three_elem): Use BLKmode for accesses that have no associated mode.
14910 (V_four_elem): Tweak formatting.
14911 * config/arm/neon.md (neon_vld1<mode>, neon_vld1_dup<mode>)
14912 (neon_vst1_lane<mode>, neon_vst1<mode>, neon_vld2<mode>)
14913 (neon_vld2_lane<mode>, neon_vld2_dup<mode>, neon_vst2<mode>)
14914 (neon_vst2_lane<mode>, neon_vld3<mode>, neon_vld3_lane<mode>)
14915 (neon_vld3_dup<mode>, neon_vst3<mode>, neon_vst3_lane<mode>)
14916 (neon_vld4<mode>, neon_vld4_lane<mode>, neon_vld4_dup<mode>)
14917 (neon_vst4<mode>): Replace pointer operand with a memory operand.
14918 Use %A in the output template.
14919 (neon_vld3qa<mode>, neon_vld3qb<mode>, neon_vst3qa<mode>)
14920 (neon_vst3qb<mode>, neon_vld4qa<mode>, neon_vld4qb<mode>)
14921 (neon_vst4qa<mode>, neon_vst4qb<mode>): Likewise, but halve
14922 the width of the memory access. Remove post-increment.
14923 * config/arm/neon-testgen.ml: Allow addresses to have an alignment.
14925 2011-04-12 Nick Clifton <nickc@redhat.com>
14927 * config/v850/v850.c (expand_prologue): Do not use the CALLT
14928 instruction for interrupt handlers if the target is the basic V850
14930 (expand_epilogue): Likewise.
14932 2011-04-12 Jakub Jelinek <jakub@redhat.com>
14934 PR rtl-optimization/48549
14935 * combine.c (propagate_for_debug): Also stop after BB_END of
14936 this_basic_block. Process LAST and just stop processing after it.
14937 (combine_instructions): If last_combined_insn has been deleted,
14938 set last_combined_insn to its PREV_INSN.
14940 2011-04-12 Richard Guenther <rguenther@suse.de>
14942 PR tree-optimization/46076
14943 * gimple.h (struct gimple_statement_call): Add fntype field.
14944 (gimple_call_fntype): Adjust.
14945 (gimple_call_set_fntype): New function.
14946 * gimple.c (gimple_build_call_1): Set the call function type.
14947 * gimplify.c (gimplify_call_expr): Preserve the function
14948 type the frontend used for the call.
14949 (gimplify_modify_expr): Likewise.
14950 * lto-streamer-in.c (input_gimple_stmt): Input the call stmts
14952 * lto-streamer-out.c (output_gimple_stmt): Output the call stmts
14954 * tree-ssa.c (useless_type_conversion_p): Function pointer
14955 conversions are useless.
14957 2011-04-12 Martin Jambor <mjambor@suse.cz>
14959 * cgraph.h (cgraph_node): Remove function declaration.
14960 (cgraph_create_node): Declare.
14961 (cgraph_get_create_node): Likewise.
14962 * cgraph.c (cgraph_create_node): Renamed to cgraph_create_node_1.
14963 Updated all callers.
14964 (cgraph_node): Renamed to cgraph_create_node, assert that a node for
14965 the decl does not already exist. Call cgraph_get_create_node instead
14967 (cgraph_get_create_node): New function.
14968 (cgraph_same_body_alias): Update comment.
14969 (cgraph_set_call_stmt): Call cgraph_get_node instead of cgraph_node,
14970 assert it does not return NULL.
14971 (cgraph_update_edges_for_call_stmt): Likewise.
14972 (cgraph_clone_edge): Likewise.
14973 (cgraph_create_virtual_clone): Likewise.
14974 (cgraph_update_edges_for_call_stmt_node): Call cgraph_get_create_node
14975 instead of cgraph_node.
14976 (cgraph_add_new_function): Call cgraph_create_node or
14977 cgraph_get_create_node instead of cgraph_node.
14978 * cgraphbuild.c (record_reference): Call cgraph_get_create_node
14979 instead of cgraph_node.
14980 (record_eh_tables): Likewise.
14981 (mark_address): Likewise.
14982 (mark_load): Likewise.
14983 (build_cgraph_edges): Call cgraph_get_create_node instead
14985 (rebuild_cgraph_edges): Likewise.
14986 * cgraphunit.c (cgraph_finalize_function): Call cgraph_get_create_node
14987 instead of cgraph_node.
14988 (cgraph_copy_node_for_versioning): Call cgraph_create_node instead of
14990 * lto-symtab.c (lto_symtab_merge_cgraph_nodes_1): Call
14991 cgraph_create_node instead of cgraph_node.
14992 * c-decl.c (finish_function): Call cgraph_get_create_node instead
14994 * lto-cgraph.c (input_node): Likewise.
14995 * lto-streamer-in.c (input_function): Likewise.
14996 * varasm.c (mark_decl_referenced): Likewise.
14997 (assemble_alias): Likewise.
14999 2011-04-12 Martin Jambor <mjambor@suse.cz>
15001 * tree-inline.c (tree_function_versioning): Call cgraph_get_node
15002 instead of cgraph_node and assert it does not return NULL.
15003 * lto-streamer-in.c (lto_read_body): Likewise.
15004 * omp-low.c (new_omp_context): Likewise.
15005 (create_task_copyfn): Likewise.
15006 * tree-emutls.c (lower_emutls_function_body): Likewise.
15007 * matrix-reorg.c (transform_allocation_sites): Likewise.
15009 2011-04-12 Jakub Jelinek <jakub@redhat.com>
15012 * c-typeck.c (build_asm_expr): Error out on attempts to use
15013 void type outputs or inputs for constraints that allow reg or
15014 don't allow memory.
15016 2011-04-11 Chung-Lin Tang <cltang@codesourcery.com>
15017 Richard Earnshaw <rearnsha@arm.com>
15020 * config/arm/arm.c (arm_legitimize_reload_address): Update cases
15021 to use sign-magnitude offsets. Reject unsupported unaligned
15022 cases. Add detailed description in comments.
15023 * config/arm/arm.md (reload_outdf): Disable for ARM mode; change
15024 condition from TARGET_32BIT to TARGET_ARM.
15026 2011-04-11 Nathan Froyd <froydnj@codesourcery.com>
15028 * tree.h (struct typed_tree): New.
15029 (struct tree_common): Include it instead of tree_base.
15030 (TREE_TYPE): Update for new location of type field.
15031 (TYPE_USER_ALIGN, TYPE_PACKED): Refer to base field directly.
15032 (DECL_USER_ALIGN, DECL_PACKED): Likewise.
15033 (union tree_node): Add typed field.
15034 * treestruct.def (TS_TYPED): New.
15035 * lto-streamer.c (check_handled_ts_structures): Handle it.
15036 * tree.c (MARK_TS_TYPED): New macro.
15037 (MARK_TS_COMMON): Call it instead of MARK_TS_BASE.
15039 2011-04-11 Eric Botcazou <ebotcazou@adacore.com>
15041 * cfghooks.c (redirect_edge_and_branch_force): Localize variable.
15042 (force_nonfallthru): Do not alter the loop nest if no basic block
15045 2011-04-11 Uros Bizjak <ubizjak@gmail.com>
15047 * config/i386/sse.md (VI): New mode iterator.
15048 (SSEMODEI): Remove.
15049 (AVX256MODEI): Ditto.
15050 (AVXMODEF4P): Ditto.
15051 (avxvecpsmode): Ditto.
15052 (one_cmpl<mode>2): Enable for TARGET_SSE. Use VI mode iterator.
15053 (sse2_andnot<mode>3): New expander.
15054 (*andnot<mode>3): Merge with *sse2_andnot<mode>3 and
15055 *avx_andnot<mode>3. Enable for TARGET_SSE. Use VI mode iterator.
15056 (<any_logic:code><mode>3): Use VI mode iterator.
15057 (*<any_logic:code><mode>3): Merge with *sse2_<any_logic:code><mode>3
15058 and *avx_<any_logic:code><mode>3. Use VI mode iterator.
15059 (*andnottf3): Handle AVX three-operand constraints.
15060 (*<any_logic:code>tf3): Handle AVX three-operand constraints.
15062 2011-04-11 Joseph Myers <joseph@codesourcery.com>
15063 Robert Millan <rmh@gnu.org>
15065 * config.gcc (x86_64-*-kfreebsd*-gnu): Use i386/kfreebsd-gnu.h.
15066 * config/i386/kfreebsd-gnu.h (GNU_USER_DYNAMIC_LINKER32,
15067 GNU_USER_DYNAMIC_LINKER64): Define.
15068 (REG_NAME): Don't undefine.
15069 (MD_UNWIND_SUPPORT): Undefine.
15070 * config/i386/knetbsd-gnu.h (GNU_USER_LINK_EMULATION): Define.
15071 (REG_NAME): Don't undefine.
15072 (MD_UNWIND_SUPPORT): Undefine.
15073 * config/i386/kopensolaris-gnu.h (GNU_USER_LINK_EMULATION): Define.
15075 2011-04-11 Joseph Myers <joseph@codesourcery.com>
15077 * config/i386/gnu.h (GNU_USER_LINK_EMULATION): Define.
15078 (CPP_SPEC, CC1_SPEC, ENDFILE_SPEC): Remove.
15080 2011-04-11 Xinliang David Li <davidxl@google.com>
15082 * value-profile.c (check_ic_target): New function.
15083 (gimple_ic_transform): Sanity check indirect call target.
15084 * gimple-low.c (gimple_check_call_args): Interface change.
15085 (gimple_check_call_matching_types): New function.
15086 * tree-inline.c (tree_can_inline_p): Call new function.
15088 2011-04-11 Basile Starynkevitch <basile@starynkevitch.net>
15090 * Makefile.in (PLUGIN_HEADERS): Add gimple-pretty-print.h
15091 tree-pretty-print.h & realmpfr.h.
15093 2011-04-11 Vladimir Makarov <vmakarov@redhat.com>
15095 PR middle-end/48464
15096 * ira.c (setup_pressure_classes): Fix typo in loop condition.
15097 (setup_allocno_and_important_classes): Ditto.
15099 2011-04-11 Joseph Myers <joseph@codesourcery.com>
15101 * config/alpha/linux-elf.h (LINUX_DYNAMIC_LINKER): Rename to
15102 GNU_USER_DYNAMIC_LINKER.
15103 * config/arm/linux-eabi.h (TARGET_OS_CPP_BUILTINS): Change
15104 LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
15105 * config/arm/linux-elf.h (LINUX_TARGET_LINK_SPEC): Change
15106 LINUX_DYNAMIC_LINKER to GNU_USER_DYNAMIC_LINKER.
15107 (TARGET_OS_CPP_BUILTINS): Change LINUX_TARGET_OS_CPP_BUILTINS to
15108 GNU_USER_TARGET_OS_CPP_BUILTINS.
15109 * config/bfin/linux.h (TARGET_OS_CPP_BUILTINS): Change
15110 LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
15111 * config/bfin/uclinux.h (TARGET_OS_CPP_BUILTINS): Change
15112 LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
15113 * config/cris/linux.h (CRIS_LINK_SUBTARGET_SPEC): Change
15114 LINUX_DYNAMIC_LINKER to GNU_USER_DYNAMIC_LINKER.
15115 (TARGET_OS_CPP_BUILTINS): Change LINUX_TARGET_OS_CPP_BUILTINS to
15116 GNU_USER_TARGET_OS_CPP_BUILTINS.
15117 * config/frv/linux.h (LINK_SPEC): Change LINUX_DYNAMIC_LINKER to
15118 GNU_USER_DYNAMIC_LINKER.
15119 * config/gnu.h (LINUX_TARGET_OS_CPP_BUILTINS): Rename to
15120 GNU_USER_TARGET_OS_CPP_BUILTINS.
15121 * config/i386/gnu-user.h (TARGET_OS_CPP_BUILTINS): Change
15122 LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
15123 * config/i386/gnu-user64.h (TARGET_OS_CPP_BUILTINS): Change
15124 LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
15125 * config/i386/linux.h (GNU_USER_DYNAMIC_LINKER): Remove.
15126 * config/i386/linux64.h (GNU_USER_DYNAMIC_LINKER32,
15127 GNU_USER_DYNAMIC_LINKER64): Remove.
15128 * config/ia64/linux.h (TARGET_OS_CPP_BUILTINS): Change
15129 LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
15130 (LINK_SPEC): Change LINUX_DYNAMIC_LINKER to
15131 GNU_USER_DYNAMIC_LINKER.
15132 * config/kfreebsd-gnu.h (LINUX_TARGET_OS_CPP_BUILTINS): Rename to
15133 GNU_USER_TARGET_OS_CPP_BUILTINS.
15134 * config/knetbsd-gnu.h (LINUX_TARGET_OS_CPP_BUILTINS): Rename to
15135 GNU_USER_TARGET_OS_CPP_BUILTINS.
15136 * config/kopensolaris-gnu.h (LINUX_TARGET_OS_CPP_BUILTINS): Rename
15137 to GNU_USER_TARGET_OS_CPP_BUILTINS.
15138 * config/linux.h (LINUX_TARGET_OS_CPP_BUILTINS): Rename to
15139 GNU_USER_TARGET_OS_CPP_BUILTINS.
15140 (LINUX_DYNAMIC_LINKER): Rename to GNU_USER_DYNAMIC_LINKER.
15141 (LINUX_DYNAMIC_LINKER32): Rename to GNU_USER_DYNAMIC_LINKER32.
15142 (LINUX_DYNAMIC_LINKER64): Rename to GNU_USER_DYNAMIC_LINKER64.
15143 * config/lm32/uclinux-elf.h (TARGET_OS_CPP_BUILTINS): Change
15144 LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
15145 * config/m32r/linux.h (LINK_SPEC): Change LINUX_DYNAMIC_LINKER to
15146 GNU_USER_DYNAMIC_LINKER.
15147 (TARGET_OS_CPP_BUILTINS): Change LINUX_TARGET_OS_CPP_BUILTINS to
15148 GNU_USER_TARGET_OS_CPP_BUILTINS.
15149 * config/m68k/linux.h (TARGET_OS_CPP_BUILTINS): Change
15150 LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
15151 (LINK_SPEC): Change LINUX_DYNAMIC_LINKER to
15152 GNU_USER_DYNAMIC_LINKER.
15153 * config/m68k/uclinux.h (TARGET_OS_CPP_BUILTINS): Change
15154 LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
15155 * config/mips/linux.h (TARGET_OS_CPP_BUILTINS): Change
15156 LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
15157 (LINK_SPEC): Change LINUX_DYNAMIC_LINKER to
15158 GNU_USER_DYNAMIC_LINKER.
15159 * config/mips/linux64.h (LINUX_DYNAMIC_LINKERN32): Rename to
15160 GNU_USER_DYNAMIC_LINKERN32.
15161 (LINK_SPEC): Change LINUX_DYNAMIC_LINKERN32 to
15162 GNU_USER_DYNAMIC_LINKERN32. Change LINUX_DYNAMIC_LINKER64 to
15163 GNU_USER_DYNAMIC_LINKER64. Change LINUX_DYNAMIC_LINKER32 to
15164 GNU_USER_DYNAMIC_LINKER32.
15165 * config/mn10300/linux.h (TARGET_OS_CPP_BUILTINS): Change
15166 LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
15167 (LINK_SPEC): Change LINUX_DYNAMIC_LINKER to
15168 GNU_USER_DYNAMIC_LINKER.
15169 * config/moxie/uclinux.h (TARGET_OS_CPP_BUILTINS): Change
15170 LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
15171 * config/pa/pa-linux.h (TARGET_OS_CPP_BUILTINS): Change
15172 LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
15173 (LINK_SPEC): Change LINUX_DYNAMIC_LINKER to GNU_USER_DYNAMIC_LINKER.
15174 * config/rs6000/linux64.h (LINUX_DYNAMIC_LINKER32): Rename to
15175 GNU_USER_DYNAMIC_LINKER32.
15176 (LINUX_DYNAMIC_LINKER64): Rename to GNU_USER_DYNAMIC_LINKER64.
15177 * config/rs6000/sysv4.h (LINUX_DYNAMIC_LINKER): Rename to
15178 GNU_USER_DYNAMIC_LINKER.
15179 * config/s390/linux.h (TARGET_OS_CPP_BUILTINS): Change
15180 LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
15181 (LINK_SPEC): Change LINUX_DYNAMIC_LINKER32 to
15182 GNU_USER_DYNAMIC_LINKER32. Change LINUX_DYNAMIC_LINKER64 to
15183 GNU_USER_DYNAMIC_LINKER64.
15184 * config/sh/linux.h (TARGET_OS_CPP_BUILTINS): Change
15185 LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
15186 (SUBTARGET_LINK_SPEC): Change LINUX_DYNAMIC_LINKER to
15187 GNU_USER_DYNAMIC_LINKER.
15188 * config/sparc/linux.h (TARGET_OS_CPP_BUILTINS): Change
15189 LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
15190 (LINK_SPEC): Change LINUX_DYNAMIC_LINKER to
15191 GNU_USER_DYNAMIC_LINKER.
15192 * config/sparc/linux64.h (TARGET_OS_CPP_BUILTINS): Change
15193 LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
15194 (LINK_ARCH32_SPEC): Change LINUX_DYNAMIC_LINKER32 to
15195 GNU_USER_DYNAMIC_LINKER32.
15196 (LINK_ARCH64_SPEC): Change LINUX_DYNAMIC_LINKER64 to
15197 GNU_USER_DYNAMIC_LINKER64.
15198 (LINK_SPEC): Change LINUX_DYNAMIC_LINKER64 to
15199 GNU_USER_DYNAMIC_LINKER64.
15200 * config/vax/linux.h (TARGET_OS_CPP_BUILTINS): Change
15201 LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
15202 * config/xtensa/linux.h (TARGET_OS_CPP_BUILTINS): Change
15203 LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
15204 (LINK_SPEC): Change LINUX_DYNAMIC_LINKER to GNU_USER_DYNAMIC_LINKER.
15206 2011-04-11 Joseph Myers <joseph@codesourcery.com>
15208 * config/i386/gnu-user.h: Copy from linux.h. Update comments.
15209 (LINK_EMULATION, GLIBC_DYNAMIC_LINKER): Remove.
15210 (SUBTARGET_EXTRA_SPECS): Use GNU_USER_LINK_EMULATION and
15211 GNU_USER_DYNAMIC_LINKER.
15212 (MD_UNWIND_SUPPORT, REG_NAME): Remove.
15213 * config/i386/gnu-user64.h: Copy from linux64.h. Update comments.
15214 (GLIBC_DYNAMIC_LINKER32, GLIBC_DYNAMIC_LINKER64): Remove.
15215 (LINK_SPEC): Use GNU_USER_DYNAMIC_LINKER32 and
15216 GNU_USER_DYNAMIC_LINKER64.
15217 (MD_UNWIND_SUPPORT, REG_NAME): Remove.
15218 * config/i386/kfreebsd-gnu.h (LINK_EMULATION): Change to
15219 GNU_USER_LINK_EMULATION.
15220 * config/i386/linux.h (TARGET_ASM_FILE_START_FILE_DIRECTIVE,
15221 DEFAULT_PCC_STRUCT_RETURN, TARGET_TLS_DIRECT_SEG_REFS_DEFAULT,
15222 ASM_COMMENT_START, DBX_REGISTER_NUMBER, NO_PROFILE_COUNTERS,
15223 MCOUNT_NAME, SUBTARGET_FRAME_POINTER_REQUIRED, SIZE_TYPE,
15224 PTRDIFF_TYPE, WCHAR_TYPE, WCHAR_TYPE_SIZE, TARGET_OS_CPP_BUILTINS,
15225 CPP_SPEC, CC1_SPEC): Remove.
15226 (LINK_EMULATION): Change to GNU_USER_LINK_EMULATION.
15227 (GNU_USER_DYNAMIC_LINKER): Define.
15228 (ASM_SPEC, SUBTARGET_EXTRA_SPECS, LINK_SPEC, ENDFILE_SPEC,
15229 ASM_OUTPUT_ALIGNED_BSS, ASM_OUTPUT_MAX_SKIP_ALIGN,
15230 ASM_MAYBE_OUTPUT_ENCODED_ADDR_RTX, CRT_GET_RFIB_DATA,
15231 LIBGCC2_HAS_TF_MODE, LIBGCC2_TF_CEXT, TF_SIZE,
15232 TARGET_ASM_FILE_END, STACK_CHECK_MOVING_SP,
15233 STACK_CHECK_STATIC_BUILTIN, TARGET_THREAD_SSP_OFFSET,
15234 TARGET_CAN_SPLIT_STACK, TARGET_THREAD_SPLIT_STACK_OFFSET): Remove.
15235 * config/i386/linux64.h (TARGET_OS_CPP_BUILTINS, CPP_SPEC,
15236 CC1_SPEC, DEFAULT_PCC_STRUCT_RETURN,
15237 TARGET_TLS_DIRECT_SEG_REFS_DEFAULT, SPEC_32, SPEC_64, ASM_SPEC,
15238 LINK_SPEC, ENDFILE_SPEC, MULTILIB_DEFAULTS, LIBGCC2_HAS_TF_MODE,
15239 LIBGCC2_TF_CEXT, TF_SIZE, TARGET_ASM_FILE_END): Remove.
15240 (GNU_USER_DYNAMIC_LINKER32, GNU_USER_DYNAMIC_LINKER64): Define.
15241 (STACK_CHECK_MOVING_SP, STACK_CHECK_STATIC_BUILTIN,
15242 TARGET_THREAD_SSP_OFFSET, TARGET_CAN_SPLIT_STACK,
15243 TARGET_THREAD_SPLIT_STACK_OFFSET): Remove.
15244 * config/i386/gnu.h (GLIBC_DYNAMIC_LINKER): Change to
15245 GNU_USER_DYNAMIC_LINKER.
15246 * config/kfreebsd-gnu.h (GLIBC_DYNAMIC_LINKER): Change to
15247 GNU_USER_DYNAMIC_LINKER. Unconditionally undefine and redefine.
15248 * config/knetbsd-gnu.h (GLIBC_DYNAMIC_LINKER): Change to
15249 GNU_USER_DYNAMIC_LINKER. Unconditionally undefine and redefine.
15250 * config/kopensolaris-gnu.h (GLIBC_DYNAMIC_LINKER): Change to
15251 GNU_USER_DYNAMIC_LINKER. Unconditionally undefine and redefine.
15252 * config.gcc (i[34567]86-*-linux* | i[34567]86-*-kfreebsd*-gnu |
15253 i[34567]86-*-knetbsd*-gnu | i[34567]86-*-gnu* |
15254 i[34567]86-*-kopensolaris*-gnu, x86_64-*-linux* |
15255 x86_64-*-kfreebsd*-gnu | x86_64-*-knetbsd*-gnu): Use the new headers.
15257 2011-04-11 Kai Tietz <ktietz@redhat.com>
15261 * config/i386/i386-protos.h (ix86_get_callcvt): New prototype.
15262 * config/i386/i386.c (ix86_handle_cconv_attribute): Adjust
15264 (ix86_is_msabi_thiscall): Removed.
15265 (ix86_is_type_thiscall): Likewise.
15266 (ix86_get_callcvt): New function.
15267 (ix86_comp_type_attributes): Simplify check.
15268 (ix86_function_regparm): Use ix86_get_callcvt for calling
15269 convention attribute checks.
15270 (ix86_return_pops_args): Likewise.
15271 (ix86_static_chain): Likewise.
15272 (x86_this_parameter): Likewise.
15273 (x86_output_mi_thunk): Likewise.
15274 (ix86_function_type_abi): Optimize check for types without attributes.
15275 * config/i386/i386.h (IX86_CALLCVT_CDECL, IX86_CALLCVT_STDCALL,
15276 IX86_CALLCVT_FASTCALL, IX86_CALLCVT_THISCALL, IX86_CALLCVT_REGPARM,
15277 IX86_CALLCVT_SSEREGPARM): New macros to represent calling convention
15279 (IX86_BASE_CALLCVT): Helper macro.
15280 * config/i386/netware.c (i386_nlm_maybe_mangle_decl_assembler_name):
15281 Use ix86_get_callcvt for calling convention attribute checks and avoid
15282 symbol-decoration for stdcall in TARGET_RTD case.
15283 * config/i386/winnt.c (i386_pe_maybe_mangle_decl_assembler_name):
15285 (gen_stdcall_or_fastcall_suffix): Adjust ident and use DECL_ORIGIN
15288 2011-04-11 Uros Bizjak <ubizjak@gmail.com>
15290 * config/i386/sse.md (VI_128): New mode iterator.
15291 (VI12_128): Rename from SSEMODE12.
15292 (VI14_128): Rename from SSEMODE14.
15293 (VI124_128): New mode iterator.
15294 (VI24_128): Rename from SSEMODE248.
15295 (VI248_128): Rename from SSEMODE248.
15296 (SSEMODE124C8): Remove.
15297 (*<plusminus_insn><mode>3): Merge with *avx_<plusminus_insn><mode>3.
15298 (*sse2_<plusminus_insn><mode>3): Merge with
15299 *avx_<plusminus_insn><mode>3.
15300 (*mulv8hi3): Merge with *avx_mulv8hi3.
15301 (*<s>mulv8hi3_highpart): Merge with *avx_<s>mulv8hi3_highpart.
15302 (*sse2_umulv2siv2di3): Merge with *avx_umulv2siv2di3.
15303 (*sse2_pmaddwd): Merge with *avx_pmaddwd.
15304 (*sse4_1_mulv4si3): Merge with *avx_mulv4si3.
15305 (ashr<mode>3): Merge with *avx_ashr<mode>3.
15306 (lshr<mode>3): Merge with *avx_lshr<mode>3.
15307 (ashl<mode>3): Merge with *avx_ashl<mode>3.
15308 (sse2_ashlv1ti3): Merge with *avx_ashlv1ti3.
15309 (sse2_lshrv1ti3): Merge with *avx_lshrv1ti3.
15310 (*sse4_1_<smaxmin:code><mode>3): Merge with *avx_<smaxmin:code><mode>3.
15311 (*<smaxmin:code>v8hi3): Ditto.
15312 (*sse4_1_<umaxmin:code><mode>3): Merge with *avx_<umaxmin:code><mode>3.
15313 (*<smaxmin:code>v16qi3): Ditto.
15314 (*sse4_1_eqv2di3): Merge with *avx_eq<mode>3.
15315 (*sse2_eq<mode>3): Ditto.
15316 (*sse4_2_eqv2di3): Merge with *avx_gt<mode>3.
15317 (*sse2_gt<mode>3): Ditto.
15318 (vcondv2di): Split out of vcond<mode>.
15319 (vconduv2di): Split out of vcondu<mode>.
15321 2011-04-11 Richard Guenther <rguenther@suse.de>
15323 * gimplify.c (gimple_fold_indirect_ref): Check host_integerp
15324 before calling tree_low_cst.
15326 2011-04-11 Richard Guenther <rguenther@suse.de>
15328 * stor-layout.c (layout_type): Compute all array index size operations
15329 in the original type.
15330 (initialize_sizetypes): Add comment.
15331 (set_sizetype): Do not set TREE_TYPE of a TREE_VEC.
15333 2011-04-11 Joseph Myers <joseph@codesourcery.com>
15335 * common.opt (Tbss=, Tdata=, Ttext=): New options.
15337 2011-04-11 Martin Jambor <mjambor@suse.cz>
15339 * cgraph.c (cgraph_local_info): Call cgraph_get_node instead
15340 of cgraph_node, handle NULL return value.
15341 (cgraph_global_info): Likewise.
15342 (cgraph_rtl_info): Likewise.
15343 * tree-inline.c (estimate_num_insns): Likewise.
15344 * gimplify.c (unshare_body): Likewise.
15345 (unvisit_body): Likewise.
15346 (gimplify_body): Likewise.
15347 * predict.c (optimize_function_for_size_p): Likewise.
15348 * tree-ssa-alias.c (ref_maybe_used_by_call_p_1): Likewise.
15349 (call_may_clobber_ref_p_1): Likewise.
15350 * varasm.c (function_section_1): Likewise.
15351 (assemble_start_function): Likewise.
15353 2011-04-11 Martin Jambor <mjambor@suse.cz>
15355 * except.c (set_nothrow_function_flags): Call cgraph_get_node instead
15357 * final.c (rest_of_clean_state): Likewise.
15358 * gimple-iterator.c (update_call_edge_frequencies): Likewise.
15359 * passes.c (pass_init_dump_file): Likewise.
15360 (execute_all_ipa_transforms): Likewise.
15361 (function_called_by_processed_nodes_p): Likewise.
15362 * predict.c (maybe_hot_frequency_p): Likewise.
15363 (probably_never_executed_bb_p): Likewise.
15364 (compute_function_frequency): Likewise.
15365 * tree-nested.c (check_for_nested_with_variably_modified): Likewise.
15366 (unnest_nesting_tree_1): Likewise.
15367 (lower_nested_functions): Likewise.
15368 * tree-optimize.c (execute_fixup_cfg): Likewise.
15369 (tree_rest_of_compilation): Likewise.
15370 * tree-profile.c (gimple_gen_ic_func_profiler): Likewise.
15371 * tree-sra.c (ipa_early_sra): Likewise.
15372 * tree-ssa-loop-ivopts.c (computation_cost): Likewise.
15373 * config/i386/i386.c (ix86_compute_frame_layout): Likewise.
15374 * ipa.c (record_cdtor_fn): Likewise.
15375 * ipa-inline.c (cgraph_early_inlining): Likewise.
15376 (compute_inline_parameters_for_current): Likewise.
15377 * ipa-prop.c (ipa_make_edge_direct_to_target): Likewise.
15378 * ipa-pure-const.c (local_pure_const): Likewise.
15379 * ipa-split.c (split_function): Likewise.
15380 (execute_split_functions): Likewise.
15381 * cgraphbuild.c (build_cgraph_edges): Likewise.
15382 (rebuild_cgraph_edges): Likewise.
15383 (cgraph_rebuild_references): Likewise.
15384 (remove_cgraph_callee_edges): Likewise.
15385 * cgraphunit.c (cgraph_mark_if_needed): Likewise.
15386 (verify_cgraph_node): Likewise.
15387 (cgraph_analyze_functions): Likewise.
15388 (cgraph_preserve_function_body_p): Likewise.
15389 (save_inline_function_body): Likewise.
15390 (save_inline_function_body): Likewise.
15391 * tree-inline.c (copy_bb): Likewise.
15392 (optimize_inline_calls): Likewise.
15394 2011-04-11 Martin Jambor <mjambor@suse.cz>
15396 PR tree-optimization/48195
15397 * ipa-cp.c (ipcp_driver): Call ipa_check_create_node_params and
15398 ipa_check_create_edge_args.
15399 (ipcp_generate_summary): Do not call ipa_check_create_node_params and
15400 ipa_check_create_edge_args.
15401 * ipa-inline.c (inline_generate_summary): Do not call
15402 ipa_check_create_node_params and ipa_check_create_edge_args.
15403 * ipa-prop.c (ipa_analyze_node): Call ipa_check_create_node_params and
15404 ipa_check_create_edge_args.
15406 2011-04-09 Anatoly Sokolov <aesok@post.ru>
15408 * expr.c (expand_expr_real_1): Use add_to_hard_reg_set function
15410 * sel-sched.c (mark_unavailable_hard_regs): Likewise.
15411 * function.c (record_hard_reg_sets): Likewise.
15412 * ira.c (compute_regs_asm_clobbered): Likewise.
15413 * sched-deps.c (sched_analyze_1): Likewise.
15414 * reload1.c (mark_reload_reg_in_use, choose_reload_regs): Likewise.
15416 2011-04-09 Xinliang David Li <davidxl@google.com>
15418 PR tree-optimization/PR48484
15419 * tree-ssa-uninit.c (convert_control_dep_chain_into_preds): Set
15420 has_valid_pred lazily
15422 2011-04-09 Duncan Sands <baldrick@free.fr>
15424 * tree.c (array_type_nelts): Bail out if TYPE_MAX_VALUE not set.
15426 2011-04-08 Eric Botcazou <ebotcazou@adacore.com>
15428 * combine.c (combine_validate_cost): Adjust comments. Set registered
15429 cost of I0 to zero at the end, if any.
15431 2011-04-08 Xinliang David Li <davidxl@google.com>
15433 * ipa-cp.c (ipcp_update_profiling): Correct negative scale factor due
15434 to insane profile data.
15436 2011-04-08 Xinliang David Li <davidxl@google.com>
15438 * ipa-cp.c (ipcp_update_profiling): Correct
15439 negative scale factor due to insane profile data.
15441 2011-04-08 Xinliang David Li <davidxl@google.com>
15443 * final.c (dump_basic_block_info): New function.
15444 (final): Dump basic block.
15445 (final_scan_insn): Remove old dump.
15447 2011-04-08 Steven G. Kargl <kargl@gcc.gnu.org>
15450 * config.gcc (i386-*-freebsd): Disable unwind table generation for
15453 2011-04-08 Michael Matz <matz@suse.de>
15455 PR middle-end/48389
15456 * jump.c (rebuild_jump_labels_1, rebuild_jump_labels_chain): New
15458 (rebuild_jump_labels): Call rebuild_jump_labels_1.
15459 * rtl.h (rebuild_jump_labels_chain): Declare.
15460 * cfgexpand.c (gimple_expand_cfg): Initialize JUMP_LABEL also on
15461 insns inserted on edges.
15463 2011-04-08 Joseph Myers <joseph@codesourcery.com>
15465 * config.gcc (arm*-*-*): Add arm/arm-tables.opt to extra_options.
15466 * config/arm/arm-arches.def: New.
15467 * config/arm/arm-opts.h: New.
15468 * config/arm/genopt.sh: New.
15469 * config/arm/arm-tables.opt: New (generated).
15470 * config/arm/arm.c (arm_handle_option, arm_target_help,
15471 TARGET_HANDLE_OPTION, TARGET_HELP, arm_find_cpu): Remove.
15472 (all_architectures): Get most table contents from arm-arches.def.
15473 (arm_option_override): Set arm_selected_arch, arm_selected_cpu and
15474 arm_selected_tune here.
15475 * config/arm/arm.h (enum processor_type): Move to arm-opts.h.
15476 * config/arm/arm.opt (config/arm/arm-opts.h): New HeaderInclude.
15477 (march=, mcpu=, mtune=): Use Enum and Var.
15478 * config/arm/t-arm ($(srcdir)/config/arm/arm-tables.opt): New.
15479 (arm.o): Update dependencies.
15481 2011-04-08 Basile Starynkevitch <basile@starynkevitch.net>
15483 * gengtype.c (write_typed_alloc_def): New argument f. Use it instead
15485 (write_typed_struct_alloc_def, write_typed_typedef_alloc_def)
15486 (write_typed_alloc_defns): Likewise.
15487 (main): Calls write_typed_alloc_defns with output_header.
15489 2011-04-08 Vladimir Makarov <vmakarov@redhat.com>
15491 PR inline-asm/48435
15492 * ira-color.c (setup_profitable_hard_regs): Add comments.
15493 Don't take prohibited hard regs into account.
15494 (setup_conflict_profitable_regs): Rename to
15495 get_conflict_profitable_regs.
15496 (check_hard_reg_p): Check prohibited hard regs.
15498 2011-04-08 Nathan Froyd <froydnj@codesourcery.com>
15500 * config/alpha/alpha.c (alpha_emit_xfloating_libcall): Call use_reg.
15501 * config/xtensa/xtensa.c (xtensa_call_tls_desc): Likewise.
15502 * config/sparc/sparc.c (sparc_legitimize_tls_address): Likewise.
15504 2011-04-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
15507 * config/pa/pa.c (hppa_register_move_cost): Increase to 18 cost of
15508 move from floating point to shift amount register.
15509 (emit_move_sequence): Remove secondary reload support for floating
15510 point to shift amount amount register copies.
15511 (pa_secondary_reload): Return GENERAL_REGS for floating point/shift
15512 amount register copies.
15513 * config/pa/pa32-regs.h (HARD_REGNO_MODE_OK): For shift amount
15514 register, return false if mode isn't a scalar integer mode.
15515 * config/pa/pa64-regs.h (HARD_REGNO_MODE_OK): Likewise.
15517 2011-04-08 Richard Guenther <rguenther@suse.de>
15519 * gimple.c (gimple_call_flags): Remove kludge.
15521 2011-04-08 Alexander Monakov <amonakov@ispras.ru>
15523 * sel-sched.c (sel_region_init): Move call to
15524 sel_setup_region_sched_flags after setup_current_loop_nest.
15526 2011-04-08 Andrey Belevantsev <abel@ispras.ru>
15528 PR rtl-optimization/48272
15529 * sched-deps.c (setup_insn_reg_pressure_info): Export and rename to
15530 init_insn_reg_pressure_info. Adjust a caller.
15531 * sched-int.h (init_insn_reg_pressure_info): Declare.
15532 * haifa-sched.c (haifa_init_insn): Call init_insn_reg_pressure_info
15533 when sched-pressure is enabled.
15535 2011-04-08 Richard Guenther <rguenther@suse.de>
15537 * gimple.c (gimple_set_modified): Do not queue calls to
15538 MODIFIED_NORETURN_CALLS here ...
15539 * tree-ssa-operands.c (update_stmt_operands): ... but here.
15541 2011-04-08 Richard Guenther <rguenther@suse.de>
15544 * toplev.c (lang_dependent_init): Do not open asm_out_file
15545 in WPA mode, nor perform debug machinery initialization.
15546 (finalize): Do not unlink asm_out_file in WPA mode.
15548 2011-04-08 Richard Guenther <rguenther@suse.de>
15550 * gimple.h (gimple_call_fntype): New function.
15551 (gimple_call_return_type): Use it.
15552 * expr.c (expand_expr_real_1): Use gimple_call_fntype.
15553 * gimple-low.c (gimple_check_call_args): Likewise.
15554 * gimple.c (gimple_call_flags): Likewise.
15555 (gimple_call_arg_flags): Likewise.
15556 (gimple_call_return_flags): Likewise.
15557 * tree-cfg.c (verify_gimple_call): Likewise.
15558 (do_warn_unused_result): Likewise.
15559 * tree-ssa-ccp.c (ccp_fold_stmt): Likewise.
15560 * value-prof.c (gimple_ic_transform): Fix fndecl check.
15562 2011-04-08 Dmitry Melnik <dm@ispras.ru>
15564 PR rtl-optimization/48235
15565 * sel-sched.c (code_motion_process_successors): Recompute the last
15566 insn in basic block if control flow changed.
15567 (code_motion_path_driver): Ditto. Recompute the first insn as well.
15568 Update condition for ilist_remove.
15570 2011-04-08 Alexander Monakov <amonakov@ispras.ru>
15572 PR rtl-optimization/48302
15573 * sel-sched-ir.h (sel_add_loop_preheaders): Update prototype.
15574 * sel-sched-ir.c (sel_add_loop_preheaders): Add 'bbs' argument. Use
15575 it to record added preheader blocks.
15576 * sel-sched.c (setup_current_loop_nest): Add 'bbs' argument. Pass it
15577 on to sel_add_loop_preheaders.
15578 (sel_region_init): Move call to setup_current_loop_nest after
15581 2011-04-08 Alexander Monakov <amonakov@ispras.ru>
15584 * cfgloop.h (loop_has_exit_edges): New helper.
15585 * sel-sched-ir.c (init_global_and_expr_for_insn): Make CALLs
15587 * sel-sched.c (sel_setup_region_sched_flags): Don't pipeline loops
15588 that have no exit edges.
15590 2011-04-08 Alexander Monakov <amonakov@ispras.ru>
15592 PR rtl-optimization/48442
15593 * sel-sched.c (init_seqno): Remove number_of_insns argument. Update
15594 all callers. Adjust assert.
15596 2011-04-08 Jakub Jelinek <jakub@redhat.com>
15598 PR tree-optimization/48377
15599 * tree-vect-data-refs.c (vector_alignment_reachable_p): Set
15600 is_packed to true even for types with smaller TYPE_ALIGN than
15603 2011-04-08 Richard Guenther <rguenther@suse.de>
15606 * doc/tm.texi: Re-generate.
15608 2011-04-08 Wei Guozhi <carrot@google.com>
15611 * config/arm/arm-protos.h (arm_attr_length_push_multi): New prototype.
15612 * config/arm/arm.c (arm_attr_length_push_multi): New function.
15613 * config/arm/arm.md (*push_multi): Change the length computation to
15616 2011-04-08 Anatoly Sokolov <aesok@post.ru>
15618 * doc/tm.texi.in (ASM_OUTPUT_BSS): Remove documentation.
15619 (BSS_SECTION_ASM_OP, ASM_OUTPUT_ALIGNED_BSS): Update documentation.
15620 * doc/tm.texi: Regenerate.
15621 * system.h (ASM_OUTPUT_BSS): Poison.
15622 * varasm.c (asm_output_bss): Remove function.
15623 (emit_bss, init_varasm_once): Don't use ASM_OUTPUT_BSS macro.
15625 * config/frv/frv.h (BSS_SECTION_ASM_OP): Remove comment.
15626 * config/frv/fr30.h (BSS_SECTION_ASM_OP): Likewise.
15627 * config/i386/djgpp.h (BSS_SECTION_ASM_OP): Likewise.
15628 * config/i386/i386elf.h (BSS_SECTION_ASM_OP, ASM_OUTPUT_ALIGNED_BSS):
15630 * config/sh/sh.h (BSS_SECTION_ASM_OP, ASM_OUTPUT_ALIGNED_BSS):
15632 * config/m68k/m68kelf.h (BSS_SECTION_ASM_OP, ASM_OUTPUT_ALIGNED_BSS):
15634 * config/m68k/netbsd-elf.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
15636 2011-04-07 Joseph Myers <joseph@codesourcery.com>
15638 * config/rx/rx.opt (rx610, rx200, rx600): Use Enum not Name on
15641 2011-04-07 Joseph Myers <joseph@codesourcery.com>
15643 * config/m68k/m68k.c (m68k_handle_option): Don't handle
15644 OPT_m68000, OPT_mc68000, OPT_m68010, OPT_m68020, OPT_mc68020,
15645 OPT_m68030, OPT_m68040, OPT_m68060, OPT_m68302, OPT_m68332 and
15647 * config/m68k/m68k.h (OPTION_DEFAULT_SPECS, ASM_CPU_SPEC): Don't
15648 handle -mc68000, -m68000, -m68302, -m68010, -mc68020, -m68020,
15649 -m68030, -m68040, -m68060, -mcpu32 and -m68332.
15650 * config/m68k/m68k.opt (m68000, m68010, m68020, m68030, m68040,
15651 m68060, m68302, m68332, mc68000, mc68020, mcpu32): Use Alias.
15652 * config/m68k/t-mlibs (CANONICALIZE_OPTIONS): Remove.
15653 (MULTILIB_OPTIONS): Don't use $(CANONICALIZE_OPTIONS).
15654 (MULTILIB_MATCHES): Map -march= options to corresponding -mcpu=
15655 options. Don't map other m68k options manually. Don't handle
15656 old-style options as canonical.
15657 (MULTILIB_EXCEPTIONS): Don't use $(CANONICALIZE_OPTIONS).
15658 * doc/install.texi (m68k-*-*): Document binutils version requirement.
15660 2011-04-07 Eric Botcazou <ebotcazou@adacore.com>
15662 * basic-block.h (force_nonfallthru): Move to...
15663 * cfghooks.h (struct cfg_hooks): Add force_nonfallthru hook.
15664 (force_nonfallthru): ...here.
15665 * cfghooks.c (force_nonfallthru): New function.
15666 * cfgrtl.c (force_nonfallthru): Rename into...
15667 (rtl_force_nonfallthru): ...this.
15668 (commit_one_edge_insertion): Do not set AUX field.
15669 (commit_edge_insertions): Do not discover new basic blocks.
15670 (rtl_cfg_hooks): Add rtl_force_nonfallthru.
15671 (cfg_layout_rtl_cfg_hooks): Likewise.
15672 * function.c (thread_prologue_and_epilogue_insns): Remove bogus
15673 ATTRIBUTE_UNUSED. Discover new basic blocks in the prologue insns.
15674 * tree-cfg.c (gimple_cfg_hooks): Add NULL for force_nonfallthru.
15676 2011-04-07 Anatoly Sokolov <aesok@post.ru>
15678 * config/mips/mips.h (REG_MODE_OK_FOR_BASE_P, REG_OK_FOR_INDEX_P):
15681 2011-04-07 Uros Bizjak <ubizjak@gmail.com>
15683 * config/i386/sse.md: Update copyright year.
15684 (avxcvtvecmode): Remove.
15685 (sse_movhlps): Merge with *avx_movhlps.
15686 (sse_movlhps): Merge with *avx_movlhps.
15687 (vec_interleave_highv4sf): Merge with *avx_interleave_highv4sf.
15688 (vec_interleave_lowv4sf): Merge with *avx_interleave_lowv4sf.
15689 (sse_shufps_<mode>): Merge with *avx_shufps_<mode>.
15690 (sse_loadhps): Merge with *avx_loadhps.
15691 (sse_storelps): Merge with *avx_storelps.
15692 (sse_loadlps): Merge with *avx_loadlps.
15693 (sse_movss): Merge with *avx_movss.
15694 (*vec_concatv2sf_sse4_1): Merge with *vec_concatv2sf_avx.
15695 (*vec_concatv4sf_sse): Merge with *vec_concatv4sf_avx.
15696 (*vec_set<mode>_0_sse4_1): Merge with *vec_set<mode>_0_avx.
15697 (*vec_set<mode>_0_sse2): Split multi-unit alternative.
15698 (vec_set<mode>_0): Ditto.
15699 (*vec_setv4sf_sse4_1): Merge with *vec_setv4sf_avx.
15700 (sse4_1_insertps): Merge with *avx_insertps.
15701 (*sse3_interleave_highv2df): Merge with *avx_interleave_highv2df.
15702 (*sse3_interleave_lowv2df): Merge with *avx_interleave_lowv2df.
15703 (vec_interleave_highv2di): Merge with *avx_interleave_highv2di.
15704 (sse2_shufpd_<mode>): Merge with *avx_shufpd_<mode>.
15705 (sse2_storehpd): Merge with *avx_storehpd.
15706 (sse2_loadhpd): Merge with *avx_loadhpd.
15707 (sse2_loadlpd): Merge with *avx_loadlpd.
15708 (sse2_movsd): Merge with *avx_movsd.
15709 (*vec_concatv2df): Merge with *vec_concatv2df.
15711 2011-04-07 Jakub Jelinek <jakub@redhat.com>
15714 * combine.c (combine_instructions): Add last_combined_insn,
15715 update it if insn is after it, pass it to all try_combine calls.
15716 (try_combine): Add last_combined_insn parameter, pass it instead of
15717 i3 to propagate_for_debug.
15719 2011-04-07 Nick Clifton <nickc@redhat.com>
15721 * config/mn10300/mn10300.md (movqi_internal): Add alternatives
15722 to handle MDR <-> data register transfers.
15723 (movhi_internal): Likewise.
15725 2011-04-07 Alan Modra <amodra@gmail.com>
15727 * config/rs6000/rs6000.c (rs6000_stack_info): Don't compare against
15728 previous stack info.
15730 2011-04-07 Tom de Vries <tom@codesourcery.com>
15733 * cfgcleanup.c (try_crossjump_to_edge): Add dir parameter. Pass dir to
15734 flow_find_cross_jump. Swap variables to implement backward replacement.
15735 (try_crossjump_bb): Add argument to try_crossjump_to_edge.
15737 2011-04-07 Tom de Vries <tom@codesourcery.com>
15740 * cfgcleanup.c (walk_to_nondebug_insn): New function.
15741 (flow_find_cross_jump): Use walk_to_nondebug_insn. Recalculate bb1
15743 (try_crossjump_to_edge): Handle case that newpos1 or newpos2 is not
15744 src1 or src2. Redirect edges to the last basic block. Update
15745 frequency and count on multiple basic blocks in case of fallthru.
15747 2011-04-07 Tom de Vries <tom@codesourcery.com>
15750 * cfgcleanup.c (equal_different_set_p, can_replace_by, merge_dir): New
15752 (old_insns_match_p): Change return type. Replace return false/true
15753 with return dir_none/dir_both. Use can_replace_by.
15754 (flow_find_cross_jump): Add dir_p parameter. Init replacement
15755 direction from dir_p. Register replacement direction in dir, last_dir
15756 and afterlast_dir. Handle new return type of old_insns_match_p using
15757 merge_dir. Return replacement direction in dir_p.
15758 (flow_find_head_matching_sequence, outgoing_edges_match): Handle new
15759 return type of old_insns_match_p.
15760 (try_crossjump_to_edge): Add argument to call to flow_find_cross_jump.
15761 * ifcvt.c ( cond_exec_process_if_block): Add argument to call to
15762 flow_find_cross_jump.
15763 * basic-block.h (enum replace_direction): New type.
15764 (flow_find_cross_jump): Add parameter to declaration.
15766 2011-04-06 Uros Bizjak <ubizjak@gmail.com>
15768 * config/i386/sse.md (AVXMODEDCVTDQ2PS): Remove.
15769 (AVXMODEDCVTPS2DQ): Ditto.
15770 (VEC_FLOAT_MODE): Ditto.
15771 (<sse>_andnot<mode>3): Merge with avx_andnot<mode>3. Use VF mode
15772 iterator. Handle TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL target flag.
15773 (<any_logic:code><mode>3): Use VF mode iterator.
15774 (*<any_logic:code><mode>3): Merge with *avx_<any_logic:code><mode>3.
15775 Use VF mode iterator.
15776 (copysign<mode>3): Use VF mode iterator.
15777 (*andnot<MODEF:mode>3): Merge with *avx_andnot<MODEF:mode>3. Handle
15778 TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL target flag.
15779 (*<any_logic:code><MODEF:mode>3): Merge with
15780 *avx_<any_logic:code><MODEF:mode>3.
15781 (sse_cvtsi2ss): Merge with *avx_cvtsi2ss.
15782 (sse_cvtsi2ssq): Merge with *avx_cvtsi2ssq.
15783 (avx_cvtdq2ps256): Split from avx_cvtdq2ps<avxmodesuffix>.
15784 (avx_cvtdq2ps<avxmodesuffix>): Remove.
15785 (sse2_cvtdq2ps): Use %v modifier.
15786 (avx_cvtps2dq256): Split from avx_cvtps2dq<avxmodesuffix>.
15787 (avx_cvtps2dq<avxmodesuffix>): Remove.
15788 (sse2_cvtps2dq): Use %v modifier.
15789 (avx_cvttps2dq256): Split from avx_cvttps2dq<avxmodesuffix>.
15790 (avx_cvttps2dq<avxmodesuffix>): Remove.
15791 (sse2_cvttps2dq): Use %v modifier.
15792 (sse2_cvtsi2sd): Merge with *avx_cvtsi2sd.
15793 (sse2_cvtsi2sdq): Merge with *avx_cvtsi2sdq.
15794 (sse2_cvtsd2siq): Fix insn template.
15795 (sse2_cvtsd2siq_2): Ditto.
15796 (sse2_cvttsd2siq): Ditto.
15797 (sse2_cvtsd2ss): Merge with *avx_cvtsd2ss.
15798 (sse2_cvtss2sd): Merge with *avx_cvtss2sd.
15800 2011-04-06 Joseph Myers <joseph@codesourcery.com>
15802 * gcov-io.c: Use GCC Runtime Library Exception.
15804 2011-04-06 Jakub Jelinek <jakub@redhat.com>
15807 * dwarf2out.c (based_loc_descr): If drap_reg is INVALID_REGNUM, use
15808 as base_reg whatever register reg has been eliminated to, instead
15809 of hardcoding STACK_POINTER_REGNUM.
15811 2011-04-06 Joseph Myers <joseph@codesourcery.com>
15813 * doc/tm.texi.in: Document C target hooks as separate from general
15815 * doc/tm.texi: Regenerate.
15816 * genhooks.c (struct hook_desc): Add docname field.
15817 (HOOK_VECTOR_1, DEFHOOKPOD, DEFHOOK, DEFHOOK_UNDOC). Initialize
15819 (hook_array): Include c-target.def.
15820 (emit_documentation): Use docname field in output.
15821 (emit_init_macros): Take docname argument. Only emit definitions
15822 for hooks matching docname.
15823 (main): Expect additional arguments in all cases. Pass argument
15824 to emit_init_macros.
15825 * target.def: Move initial macro definitions and comments to
15826 target-hooks-macros.h.
15827 (gcc_targetcm): Move to c-family/c-target.def.
15828 * target.h (targetcm): Move declaration to c-family/c-target.h.
15829 * targhooks.c (default_handle_c_option): Move to
15831 * targhooks.h (default_handle_c_option): Move declaration to
15832 c-family/c-common.h.
15833 * target-hooks-macros.h: New file.
15834 * config.gcc (target_has_targetcm): Define and use to add to
15835 c_target_objs and cxx_target_objs.
15836 * config/default-c.c: New file.
15837 * config/darwin-c.c: Include c-target.h and c-target-def.h instead
15838 of target.h and target-def.h.
15839 (TARGET_HANDLE_C_OPTION, targetcm): Define later in file.
15840 (darwin_objc_construct_string, darwin_cfstring_ref_p,
15841 darwin_check_cfstring_format_arg): Make static.
15842 (TARGET_OBJC_CONSTRUCT_STRING_OBJECT,
15843 TARGET_STRING_OBJECT_REF_TYPE_P,
15844 TARGET_CHECK_STRING_OBJECT_FORMAT_ARG): Define here.
15845 * config/darwin-protos.h (darwin_objc_construct_string,
15846 darwin_cfstring_ref_p, darwin_check_cfstring_format_arg): Don't
15848 * config/darwin.h (TARGET_OBJC_CONSTRUCT_STRING_OBJECT,
15849 TARGET_STRING_OBJECT_REF_TYPE_P,
15850 TARGET_CHECK_STRING_OBJECT_FORMAT_ARG, TARGET_HAS_TARGETCM): Remove.
15851 * config/t-darwin (darwin-c.o): Update dependencies.
15852 * system.h (TARGET_HAS_TARGETCM): Poison.
15853 * Makefile.in (TARGET_H): Update.
15854 (TARGET_DEF, C_TARGET_DEF, C_TARGET_H, C_TARGET_DEF_H): Define.
15855 (c-family/c-format.o, c-family/c-opts.o): Update dependencies.
15856 (default-c.o): New target.
15857 (s-target-hooks-def-h): Pass "Target Hook" string to genhooks.
15858 (c-family/c-target-hooks-def.h, s-c-target-hooks-def-h): New targets.
15859 (s-tm-texi): Pass -d option to genhooks. Also test timestamp on
15861 (build/genhooks.o): Update dependencies.
15863 2011-04-06 Richard Guenther <rguenther@suse.de>
15865 * ipa-inline.c (enum inlining_mode): Remove.
15866 (cgraph_flatten): Use some other token.
15867 (cgraph_edge_early_inlinable_p): New function, split out from ...
15868 (cgraph_perform_always_inlining): New function, split out from ...
15869 (cgraph_decide_inlining_incrementally): ... here.
15870 (cgraph_mark_inline_edge): Adjust.
15871 (cgraph_early_inlining): Re-structure.
15872 (pass_early_inline): Require SSA form.
15874 2011-04-06 Andrew Stubbs <ams@codesourcery.com>
15875 Julian Brown <julian@codesourcery.com>
15876 Mark Shinwell <shinwell@codesourcery.com>
15878 * config/arm/arm.h (arm_class_likely_spilled_p): Check against
15879 LO_REGS only for Thumb-1.
15880 (MODE_BASE_REG_CLASS): Restrict base registers to those which can
15881 be used in short instructions when optimising for size on Thumb-2.
15883 2011-04-06 Eric Botcazou <ebotcazou@adacore.com>
15885 * gimple-low.c (lower_gimple_return): When not optimizing, force labels
15886 associated with user returns to be preserved.
15888 2011-04-06 Tristan Gingold <gingold@adacore.com>
15890 * dbxout.c (debug_nesting, symbol_queue, symbol_queue_index,
15891 symbol_queue_size, DBXOUT_DECR_NESTING,
15892 (DBXOUT_DECR_NESTING_AND_RETURN): Also define
15893 if XCOFF_DEBUGGING_INFO.
15895 2011-04-06 Uros Bizjak <ubizjak@gmail.com>
15897 * config/i386/i386.md (attribute isa): New.
15898 (attribute enabled): New.
15899 (setcc_<mode>_sse): Merge from *{avx,sse}_setcc<mode>.
15900 (*fop_<mode>_comm_mixed): Merge with *fop_<mode>_comm_mixed_avx.
15901 (*fop_<mode>_comm_sse): Merge with *fop_<mode>_comm_avx.
15902 (*fop_<mode>_1_mixed): Merge with *fop_<mode>_1_mixed_avx.
15903 (*fop_<mode>_1_sse): Merge with *fop_<mode>_1_avx.
15904 (<smaxmin:code><mode>3): Merge with *avx_<smaxmin:code><mode>3.
15905 (*ieee_smin<mode>3): Merge with *avx_ieee_smin<mode>3.
15906 (*ieee_smax<mode>3): Merge with *avx_ieee_smax<mode>3.
15908 * config/i386/sse.md (VF): New mode iterator.
15912 (SSEMODEF4): Remove.
15913 (attribute sse): Handle V8SF and V4DF modes.
15914 (<absneg:code><mode>2): Use VF mode iterator.
15915 (*absneg<mode>2): Merge from *{avx,sse}_absneg<mode>2. Use VF
15917 (<plusminus_insn><mode>3): Use VF mode iterator.
15918 (*<plusminus_insn><mode>3): Merge with *avx_<plusminus_insn><mode>3.
15919 Use VF mode iterator.
15920 (<sse>_vm<plusminus_insn><mode>3): Merge with
15921 *avx_vm<plusminus_insn><mode>3. Use VF_128 mode iterator.
15922 (mul<mode>3): Use VF mode iterator.
15923 (*mul<mode>3): Merge with *avx_mul<mode>3. Use VF mode iterator.
15924 (<sse>_vmmul<mode>3): Merge with *avx_vmmul<mode>3. Use VF_128
15926 (div<VF2:mode>3): Merge from divv2df3 and divv4df3.
15927 (div<VF1:mode>3): Merge from divv4sf3 and divv8sf3.
15928 (<sse>_div<mode>3): Merge with *avx_div<mode>3. Use VF mode iterator.
15929 (<sse>_vmdiv<mode>3): Merge with *avx_vmdiv<mode>3. Use VF_128
15931 (<sse>_rcp<mode>2): Merge from avx_rcpv8sf2 and sse_rcpv4sf2.
15932 Use VF1 mode iterator.
15933 (sse_vmrcpv4sf2): Merge with *avx_vmrcpv4sf2.
15934 (sqrt<VF2:mode>2): New expander.
15935 (sqrt<VF1:mode>2): Merge from sqrtv4sf2 and sqrtv8sf2.
15936 (<sse>_sqrt<mode>2): Merge from avx_sqrtv8sf2, sse_sqrtv4sf, sqrtv4df2
15937 and sqrtv2df2. Use VF mode iterator.
15938 (<sse>_vmsqrt<mode>2): Merge with *avx_vmsqrt<mode>2. Use VF_128
15940 (rsqrt<VF1:mode>2): Merge from rsqrtv4sf2 and rsqrtv8sf2.
15941 (<sse>_rsqrt<mode>2): Merge from avx_rsqrtv8sf2 and sse_rsqrt4sf2.
15942 Use VF1 mode iterator.
15943 (sse_vmrsqrtv4sf2): Merge with *avx_vmrsqrtv4sf2.
15944 (<smaxmin:code><mode>3): Use VF mode iterator.
15945 (*<smaxmin:code><mode>3_finite): Merge with
15946 *avx_<smaxmin:code><mode>3_finite. Use VF mode iterator.
15947 (*<smaxmin:code><mode>3): Merge with *avx_<smaxmin:code><mode>3.
15948 (<sse>_vm<smaxmin:code><mode>2): Merge with
15949 *avx_vm<smaxmin:code><mode>2. Use VF_128 mode iterator.
15950 (*ieee_smin<mode>3): Merge with *avx_ieee_smin<mode>3. Use VF
15952 (*ieee_smax<mode>3): Merge with *avx_ieee_smax<mode>3. Use VF
15954 (sse3_addsubv2df3): Merge with *avx_addsubv2df3.
15955 (sse3_addsubv4sf3): Merge with *avx_addsubv4sf3.
15956 (sse3_h<plusminus_insn>v2df3): Merge with *avx_h<plusminus_insn>v2df3.
15957 (sse3_h<plusminus_insn>v4sf3): Merge with *avx_h<plusminus_insn>v4sf3.
15958 (avx_cmp<mode>3): Rename from avx_cmp<ssemodesuffix><mode>3. Use
15960 (avx_vmcmp<mode>3): Rename from avx_cmp<ssescalarmodesuffix><mode>3.
15961 Use VF_128 mode iterator.
15962 (<sse>_maskcmp<mode>3): Merge with *avx_maskcmp<mode>3. Use VF
15964 (<sse>_vmmaskcmp<mode>3): Merge with *avx_vmmaskcmp<mode>3. Use
15965 VF_128 mode iterator.
15966 (vcond<mode>): Use VF mode iterator.
15967 * config/i386/predicates.md (sse_comparison_operator): Merge with
15968 avx_comparison_float_operator. Do not declare as special_predicate.
15969 * config/i386/i386.c (struct builtin_description): Update for renamed
15971 (ix86_expand_args_builtin): Ditto.
15972 (ix86_expand_sse_compare_mask): Ditto.
15974 2011-04-06 Richard Guenther <rguenther@suse.de>
15976 * tree-inline.c (estimate_num_insns): For calls simply account
15977 for all passed arguments and a used return value.
15979 2011-04-06 Richard Guenther <rguenther@suse.de>
15981 PR tree-optimization/47663
15982 * cgraph.h (struct cgraph_edge): Add call_stmt_size and
15983 call_stmt_time fields.
15984 (cgraph_edge_inlinable_p): Declare.
15985 (cgraph_edge_recursive_p): New inline function.
15986 * cgraph.c (cgraph_create_edge_1): Initialize call_stmt_size.
15987 (cgraph_clone_edge): Copy it.
15988 * ipa-inline.c (cgraph_estimate_edge_time): New function.
15989 Account for call stmt time.
15990 (cgraph_estimate_time_after_inlining): Take edge argument.
15991 (cgraph_estimate_edge_growth): Account call stmt size.
15992 (cgraph_estimate_size_after_inlining): Take edge argument.
15993 (cgraph_mark_inline_edge): Adjust.
15994 (cgraph_check_inline_limits): Likewise.
15995 (cgraph_recursive_inlining_p): Remove.
15996 (cgraph_edge_badness): Use cgraph_edge_recursive_p.
15997 (cgraph_decide_recursive_inlining): Take edge argument and
15999 (cgraph_decide_inlining_of_small_functions): Do not avoid
16000 diags for recursive inlining here.
16001 (cgraph_flatten): Adjust.
16002 (cgraph_decide_inlining_incrementally): Likewise.
16003 (estimate_function_body_sizes): Remove call cost handling.
16004 (compute_inline_parameters): Initialize caller edge call costs.
16005 (cgraph_estimate_edge_growth): New function.
16006 (cgraph_estimate_growth): Use it.
16007 (cgraph_edge_badness): Likewise.
16008 (cgraph_check_inline_limits): Take an edge argument.
16009 (cgraph_decide_inlining_of_small_functions): Adjust.
16010 (cgraph_decide_inlining): Likewise.
16011 * tree-inline.c (estimate_num_insns): Only account for call
16012 return value if it is used.
16013 (expand_call_inline): Avoid diagnostics on recursive inline
16015 * lto-cgraph.c (lto_output_edge): Output edge call costs.
16016 (input_edge): Input edge call costs.
16018 2011-04-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
16020 * config/alpha/osf5.h (MAX_OFILE_ALIGNMENT): Define.
16022 2011-04-06 Jonathan Wakely <jwakely.gcc@gmail.com>
16024 * doc/invoke.texi (Spec Files): Fix typo.
16026 2011-04-06 Eric Botcazou <ebotcazou@adacore.com>
16028 * profile.c (branch_prob): Move declaration of local variable. Remove
16029 obsolete ??? comment. Expand the location explicitly instead of using
16030 the LOCATION_FILE and LOCATION_LINE macros.
16032 2011-04-06 Wei Guozhi <carrot@google.com>
16035 * config/arm/arm.md (arm_cmpsi_insn): Compute attr "length".
16036 (arm_cond_branch): Likewise.
16037 (arm_cond_branch_reversed): Likewise.
16038 (arm_jump): Likewise.
16039 (push_multi): Likewise.
16040 * config/arm/constraints.md (Py): New constraint.
16042 2011-04-05 Nathan Froyd <froydnj@codesourcery.com>
16045 * dbxout.c (debug_nesting, symbol_queue, symbol_queue_index):
16047 (symbol_queue_size, DBXOUT_DECR_NESTING): ...and these...
16048 (DBXOUT_DECR_NESTING_AND_RETURN): ...and this under
16049 #ifdef DBX_DEBUGGING_INFO.
16051 2011-04-05 Bernd Schmidt <bernds@codesourcery.com>
16054 * haifa-sched.c (schedule_block): Increment cycle_issued_insns only
16055 if old and new states differ.
16057 2011-04-05 Joseph Myers <joseph@codesourcery.com>
16059 * config/m68k/m68k.c (m68k_handle_option): Don't handle OPT_m5200,
16060 OPT_m5206e, OPT_m528x, OPT_m5307, OPT_m5407 and OPT_mcfv4e.
16061 * config/m68k/m68k.h (OPTION_DEFAULT_SPECS, ASM_CPU_SPEC): Don't
16062 handle -m5200, -m5206e, -m528x, -m5307, -m5407 and -mcfv4e.
16063 * config/m68k/m68k.opt (m5200, m5206e, m528x, m5307, m5407,
16064 mcfv4e): Use Alias.
16065 * config/m68k/t-mlibs (MULTILIB_MATCHES): Don't map legacy
16066 ColdFire options to -mcpu= options.
16068 2011-04-05 Jeff Law <law@redhat.com>
16070 * tree-ssa-threadupdate.c (determine_bb_domination_status): Always
16071 check if BB is a successor of LOOP->header and return
16072 NONDOMINATING if it is not, regardless of ENABLE_CHECKING.
16074 2011-04-05 Steven Bosscher <steven@gcc.gnu.org>
16076 * cprop.c (struct reg_use): Remove.
16077 (reg_use_table): Make an array of RTX.
16078 (find_used_regs, constprop_register, local_cprop_pass,
16079 bypass_block): Simplify users of reg_use_table.
16080 (cprop_insn): Likewise. Iterate if copy propagation succeeded
16081 on one of the uses found by find_used_regs.
16083 2011-04-05 Nathan Froyd <froydnj@codesourcery.com>
16086 * combine.c (combine_instructions): #ifdef AUTO_INC_DEC links
16089 2011-04-05 Nathan Froyd <froydnj@codesourcery.com>
16091 * combine.c (combine_instructions) [AUTO_INC_DEC]: Declare links
16093 (try_combine) [AUTO_INC_DEC]: Declare a local link rtx.
16095 2011-04-05 Steven Bosscher <steven@gcc.gnu.org>
16097 PR middle-end/48441
16098 * cprop.c (one_cprop_pass): Do not mark_oprs_set of deleted insns.
16100 2011-04-05 Nathan Froyd <froydnj@codesourcery.com>
16102 * combine.c: Include obstack.h.
16103 (struct insn_link): Define.
16104 (uid_log_links): Adjust type.
16105 (FOR_EACH_LOG_LINK): New macro.
16106 (insn_link_obstack): Declare.
16107 (alloc_insn_link): Define.
16108 (create_log_links): Call it. Use FOR_EACH_LOG_LINK and adjust
16109 type of link variables.
16110 (find_single_use, insn_a_feeds_b, combine_instructions): Likewise.
16111 (try_combine, record_promoted_values, distribute_notes): Likewise.
16112 (distribute_links): Likewise. Tweak prototype.
16113 (clear_log_links): Delete.
16114 (adjust_for_new_dest): Call alloc_insn_link.
16115 * Makefile.in (combine.o): Depend on $(OBSTACK_H).
16117 2011-04-05 Nathan Froyd <froydnj@codesourcery.com>
16119 * gcse.c (modify_mem_list): Convert to an array of VECs.
16120 (canon_modify_mem_list, compute_transp): Tweak formatting.
16121 (alloc_gcse_mem): Likewise. Adjust for modify_mem_list change.
16122 (load_killed_in_block_p): Likewise.
16123 (record_last_mem_set_info): Likewise.
16124 (clear_modify_mem_tables): Likewise.
16126 2011-04-05 Tom de Vries <tom@codesourcery.com>
16128 PR middle-end/48461
16129 * function.c (emit_use_return_register_into_block): Only define if
16132 2011-04-05 Eric Botcazou <ebotcazou@adacore.com>
16134 * stor-layout.c (self_referential_size): Fix 2010-07-13 commit.
16136 2011-04-05 Joseph Myers <joseph@codesourcery.com>
16138 * config/rx/rx-opts.h: New.
16139 * config/rx/rx.c (rx_cpu_type): Remove.
16140 (rx_handle_option): Don't assert that global structures are in
16141 use. Access variables via opts pointer. Defer most handling of
16142 OPT_mint_register_. Use error_at.
16143 (rx_option_override): Handle deferred OPT_mint_register_ here.
16144 * config/rx/rx.h (enum rx_cpu_types): Move to rx-opts.h.
16145 * config/rx/rx.opt (config/rx/rx-opts.h: New HeaderInclude.
16146 (mcpu=): Use Enum and specifiy rx_cpu_type with Var.
16147 (rx_cpu_types): New Enum and EnumValue entries.
16148 (mint-register=): Use Defer and use Var accordingly.
16150 2011-04-05 Nathan Froyd <froydnj@codesourcery.com>
16152 * debug.h (debug_flush_symbol_queue, debug_queue_symbol): Delete.
16153 (debug_free_queue, debug_nesting, symbol_queue_index): Delete.
16154 * final.c (debug_flush_symbol_queue, debug_queue_symbol):
16156 (debug_free_queue, debug_nesting, symbol_queue_index):
16158 * dbxout.c: ...to here. Make static.
16160 2011-04-05 Nathan Froyd <froydnj@codesourcery.com>
16162 * gcse.c (modify_pair): Define. Define a VEC of it.
16163 (canon_modify_mem_list): Convert to an array of VECs.
16164 (free_insn_expr_list_list): Delete.
16165 (clear_modify_mem_tables): Call VEC_free instead.
16166 (record_last_mem_set_info): Don't modify canon_modify_mem_list.
16167 (alloc_gcse_mem): Adjust for canon_modify_mem_list change.
16168 (canon_list_insert, compute_transp): Likewise.
16170 2011-04-05 Tom de Vries <tom@codesourcery.com>
16173 * config/arm/arm.h (BRANCH_COST): Set to 1 for Thumb-2 when optimizing
16176 2011-04-05 Tom de Vries <tom@codesourcery.com>
16179 * function.c (emit_use_return_register_into_block): New function.
16180 (thread_prologue_and_epilogue_insns): Use
16181 emit_use_return_register_into_block.
16183 2011-04-05 Tom de Vries <tom@codesourcery.com>
16186 * cfgcleanup.c (flow_find_cross_jump): Don't count USE or CLOBBER as
16189 2011-04-05 Tom de Vries <tom@codesourcery.com>
16191 * cfgcleanup.c (try_crossjump_bb): Remove 2 superfluous variables.
16193 2011-04-05 Yufeng Zhang <yufeng.zhang@arm.com>
16195 * config/arm/arm.md (define_constants for unspec): Replace with
16197 (define_constants for unspecv): Replace with define_c_enum.
16198 * config/arm/neon.md (define_constants for unspec): Replace with
16201 2011-04-04 Richard Henderson <rth@redhat.com>
16204 * dwarf2out.c (output_line_info): Always emit line info from
16205 at least one section.
16206 (dwarf2out_init): Create text_section_line_info here ...
16207 (set_cur_line_info_table): ... not here.
16209 2011-04-04 Vladimir Makarov <vmakarov@redhat.com>
16212 * ira.c (ira): Call grow_reg_equivs when fix_reg_equiv_init is
16215 * ira-emit.c (emit_move_list): Update reg_equiv_init insn list.
16217 2011-04-04 Steven Bosscher <steven@gcc.gnu.org>
16219 * cprop.c (struct expr): Split 'expr' field in 'dest' and 'src'.
16220 (expr_equiv_p): Remove.
16221 (insert_set_in_table): Look at <dest, src> pair instead of expr.
16222 (hash_scan_set): Update call to insert_set_in_table.
16223 (dump_hash_table): Dump <dest, src> pair.
16224 (lookup_set): Simplify. Lookup <dest, src> pair.
16225 (compute_transp): Remove, fold heavily simplified code into...
16226 (compute_local_properties): ...here. Expect COMP and TRANSP
16228 (find_avail_set): Take set directly from struct expr.
16229 (find_bypass-set): Likewise.
16230 (bypass_block): Likewise.
16231 (cprop_insn): Likewise. Remove redundant INSN_P test.
16233 * cprop.c (implicit_set_cond_p): Assume nothing about COND, move
16234 checks on form of COND from find_implicit_sets to here.
16235 (find_implicit_sets): Cleanup control flow. Split critical edges
16236 if it exposes implicit sets. Allocate/resize implicit_sets as
16238 (one_cprop_pass): Only delete unreachable blocks if local_cprop_pass
16239 changed something. Run df_analyze after find_implicit_sets if any
16240 edges were split. Do not allocate implicit_sets here.
16242 * cprop.c: s/gcse/cprop/ everywhere except for flag_gcse.
16243 (gcse_obstack): Renamed to cprop_obstack.
16244 (GNEW, GNEWVEC, GNEWVAR): Remove.
16246 (alloc_hash_table): Use XNEWVAR instead of GNEWVAR.
16247 (GOBNEW, GOBNEWVAR): Adjust for gcse_obstack renaming.
16248 (gcse_alloc): Likewise, and rename to cprop_alloc.
16249 (alloc_gcse_men, free_gcse_mem): Remove.
16250 (gcse_constant_p): Rename to cprop_constant_p, and adjust all callers.
16251 (compute_hash_table_work): Allocate and free reg_set_bitmap here.
16252 (one_cprop_pass): Likewise. Adjust for gcse_obstack renaming.
16254 * cprop.c (oprs_not_set_p): Remove.
16255 (mark_set, mark_clobber): Remove.
16256 (mark_oprs_set): Rewrite using DF_INSN_INFO_DEFS cache.
16257 (reg_not_set_p): New function.
16258 (find_avail_set): Use reg_not_set_p instead of oprs_not_set_p.
16259 (cprop_insn): Likewise.
16260 (cprop_jump): Use FOR_EACH_EDGE.
16262 2011-04-04 Bernd Schmidt <bernds@codesourcery.com>
16265 * haifa-sched.c (nonscheduled_insns_begin): New static variable.
16266 (rank_for_schedule): Use scheduled_insns vector instead of
16267 last_scheduled_insn.
16268 (ok_for_early_queue_removal): Likewise.
16269 (queue_to_ready): Search forward in nonscheduled_insns_begin if
16271 (choose_ready): Likewise.
16272 (commit_schedule): Use VEC_iterate.
16273 (schedule_block): Initialize nonscheduled_insns_begin. If we have
16274 a dbg_cnt, use it and ensure the first insn is in the ready list.
16275 (haifa_sched_init): Allocate scheduled_insns.
16276 (sched_extend_ready_list): Don't allocate it; reserve space.
16277 (haifa_sched_finish): Free it.
16279 2011-04-04 Joseph Myers <joseph@codesourcery.com>
16281 * optc-gen.awk: Always remove type from Variable entry before
16282 recording in var_seen.
16284 2011-04-04 Eric Botcazou <ebotcazou@adacore.com>
16286 * cfghooks.c (tidy_fallthru_edges): Add ??? comment.
16287 * tree-inline.c (delete_unreachable_blocks_update_callgraph): Remove
16288 call to tidy_fallthru_edges.
16290 2011-04-04 Joseph Myers <joseph@codesourcery.com>
16292 * doc/options.texi (ToLower): Document.
16293 * opt-functions.awk (switch_bit_fields): Initialize cl_tolower field.
16294 * opts-common.c (decode_cmdline_option): Handle cl_tolower.
16295 * opts.h (cl_option): Add cl_tolower field.
16296 * config/rx/rx.c (rx_handle_option): Use strcmp of -mcpu=
16297 arguments with lowercase strings.
16298 * config/rx/rx.opt (mcpu=): Add ToLower.
16299 * config/rx/t-rx (MULTILIB_MATCHES): Don't handle uppercase -mcpu=
16302 2011-04-04 Richard Sandiford <richard.sandiford@linaro.org>
16304 * config/pdp11/pdp11.h (IRA_COVER_CLASSES): Delete.
16306 2011-04-04 Richard Sandiford <richard.sandiford@linaro.org>
16308 * config/vax/vax.c: Include reload.h.
16310 2011-04-04 Anatoly Sokolov <aesok@post.ru>
16312 * config/sparc/sparc.h (PREFERRED_RELOAD_CLASS): Remove.
16313 * config/sparc/sparc.c (TARGET_PREFERRED_RELOAD_CLASS): Define.
16314 (sparc_preferred_reload_class): New function.
16316 2011-04-04 Jakub Jelinek <jakub@redhat.com>
16319 * cfgexpand.c (expand_gimple_basic_block): Avoid useless assignment.
16320 Use PAT_VAR_LOCATION_LOC instead of INSN_VAR_LOCATION_LOC.
16322 2011-04-03 Nathan Froyd <froydnj@codesourcery.com>
16324 * tree.h (struct tree_const_decl): Inherit from tree_decl_common.
16325 * tree.c (initialize_tree_contains_struct): Adjust accordingly.
16327 2011-04-03 Anatoly Sokolov <aesok@post.ru>
16329 * config/avr/avr.h (ASM_OUTPUT_BSS): Remove.
16330 (ASM_OUTPUT_ALIGNED_BSS): Define.
16332 2011-04-03 Michael Matz <matz@suse.de>
16334 * lto-streamer.h (struct lto_streamer_cache_d): Remove offsets
16335 and next_slot members.
16336 (lto_streamer_cache_insert, lto_streamer_cache_insert_at,
16337 lto_streamer_cache_lookup, lto_streamer_cache_get): Adjust prototypes.
16338 (lto_streamer_cache_append): Declare.
16339 * lto-streamer.c (lto_streamer_cache_add_to_node_array): Use
16340 unsigned index, remove offset parameter, ensure that we append
16341 or update existing entries.
16342 (lto_streamer_cache_insert_1): Use unsigned index, remove offset_p
16343 parameter, update next_slot for append.
16344 (lto_streamer_cache_insert): Use unsigned index, remove offset_p
16346 (lto_streamer_cache_insert_at): Likewise.
16347 (lto_streamer_cache_append): New function.
16348 (lto_streamer_cache_lookup): Use unsigned index.
16349 (lto_streamer_cache_get): Likewise.
16350 (lto_record_common_node): Don't test tree_node_can_be_shared.
16351 (preload_common_node): Adjust call to lto_streamer_cache_insert.
16352 (lto_streamer_cache_delete): Don't free offsets member.
16353 * lto-streamer-out.c (eq_string_slot_node): Use memcmp.
16354 (lto_output_string_with_length): Use lto_output_data_stream.
16355 (lto_output_tree_header): Remove ix parameter, don't write it.
16356 (lto_output_builtin_tree): Likewise.
16357 (lto_write_tree): Adjust callers to above, don't track and write
16358 offset, write unsigned index.
16359 (output_unreferenced_globals): Don't emit all global vars.
16360 (write_global_references): Use unsigned indices.
16361 (lto_output_decl_state_refs): Likewise.
16362 (write_symbol): Likewise.
16363 * lto-streamer-in.c (lto_input_chain): Move earlier.
16364 (input_function): Use unsigned index.
16365 (input_alias_pairs): Don't read and then ignore all global vars.
16366 (lto_materialize_tree): Remove ix_p parameter, don't read index,
16367 don't pass it back, use lto_streamer_cache_append.
16368 (lto_register_var_decl_in_symtab): Use unsigned index.
16369 (lto_register_function_decl_in_symtab): Likewise.
16370 (lto_get_pickled_tree): Don't read in or handle offset, read unsigned
16372 (lto_get_builtin_tree): Don't read index, use
16373 lto_streamer_cache_append.
16374 (lto_read_tree): Adjust call to lto_materialize_tree.
16376 * ipa-inline.c (cgraph_edge_badness): Move growth calculaton,
16377 don't use function calls in arguments to MIN.
16379 * varasm.c (decl_binds_to_current_def_p): Don't check TREE_PUBLIC
16382 * gimple.c (gimple_type_leader_entry): Mark deletable.
16384 2011-04-03 Alan Modra <amodra@gmail.com>
16386 * dwarf2out.c (mem_loc_descriptor): Recurse on LO_SUM.
16388 2011-04-03 Michael Matz <matz@suse.de>
16390 * tree.c (free_lang_data_in_decl): Zero DECL_VINDEX if it's not
16392 * tree.h (tree_decl_non_common.vindex): Adjust comment.
16394 2011-04-03 Michael Matz <matz@suse.de>
16396 * cgraphbuild.c (record_reference): Canonicalize constructor values.
16397 * gimple-fold.c (canonicalize_constructor_val): Accept being called
16398 without function context.
16399 * cgraphunit.c (cgraph_finalize_compilation_unit): Clear
16400 current_function_decl and cfun.
16402 2011-04-03 Michael Matz <matz@suse.de>
16404 * tree.c (decl_init_priority_insert): Don't create entry for
16406 (decl_fini_priority_insert): Ditto.
16407 (fields_compatible_p, find_compatible_field): Remove.
16408 * tree.h (fields_compatible_p, find_compatible_field): Remove.
16409 * gimple.c (gimple_compare_field_offset): Adjust block comment.
16411 2011-04-03 Eric Botcazou <ebotcazou@adacore.com>
16413 * combine.c (try_combine): Remove useless local variable.
16415 2011-04-03 Richard Guenther <rguenther@suse.de>
16416 Ira Rosen <ira.rosen@linaro.org>
16418 * tree-if-conv.c (memrefs_read_or_written_unconditionally): Strip all
16419 non-variable offsets and compare the remaining bases of the two
16420 accesses instead of looking for exact same data-ref.
16422 2011-04-02 Kai Tietz <ktietz@redhat.com>
16425 * i386.c (ix86_function_arg_boundary): Fix printf formatter.
16427 * i386.c (ix86_is_msabi_thiscall): New helper function.
16428 (ix86_is_type_thiscall): New helper function.
16429 (ix86_comp_type_attributes): Handle thiscall for method-functions
16431 (init_cumulative_args): Likewise.
16432 (find_drap_reg): Likewise.
16433 (ix86_static_chain): Likewise.
16434 (x86_this_parameter): Likewise.
16435 (x86_output_mi_thunk): Likewise.
16437 2011-04-01 Olivier Hainque <hainque@adacore.com>
16438 Nicolas Setton <setton@adacore.com>
16439 Eric Botcazou <ebotcazou@adacore.com>
16441 * dwarf2out.c (dwarf_attr_name): Map DW_AT_GNAT_descriptive_type.
16442 (add_gnat_descriptive_type_attribute): New function.
16443 (gen_array_type_die): Call it.
16444 (gen_enumeration_type_die): Likewise.
16445 (gen_struct_or_union_type_die): Likewise.
16446 (modified_type_die): Likewise.
16447 * langhooks.h (lang_hooks_for_types): New descriptive_type hook.
16448 * langhooks-def.h (LANG_HOOKS_DESCRIPTIVE_TYPE): Default to NULL.
16449 (LANG_HOOKS_FOR_TYPES_INITIALIZER): Add LANG_HOOKS_DESCRIPTIVE_TYPE.
16451 2011-04-01 Jakub Jelinek <jakub@redhat.com>
16454 * dwarf2out.c (resolve_addr): Don't call force_decl_die
16455 if DECL_EXTERNAL has non-NULL DECL_ABSTRACT_ORIGIN.
16458 2011-03-17 Richard Guenther <rguenther@suse.de>
16461 * lto-cgraph.c (input_overwrite_node): Clear the abstract
16462 origin for decls in other ltrans units.
16463 (input_varpool_node): Likewise.
16465 2011-04-01 Jakub Jelinek <jakub@redhat.com>
16467 PR middle-end/48335
16468 * expr.c (expand_assignment): Handle all possibilities
16469 if TO_RTX is CONCAT.
16470 * expmed.c (store_bit_field_1): Avoid trying to create invalid SUBREGs.
16471 (store_split_bit_field): If SUBREG_REG (op0) or
16472 op0 itself has smaller mode than word, return it
16473 for offset 0 and const0_rtx for out-of-bounds stores.
16474 If word is const0_rtx, skip it.
16476 2011-04-01 Naveen H.S <naveen.S@kpitcummins.com>
16478 * config/h8300/h8300.c (print_operand_address): Rename to...
16479 (h8300_print_operand_address): ...this. Make static. Adjust comments.
16480 Call h8300_print_operand and h8300_print_operand_address instead of
16481 print_operand and print_operand_address. Declare.
16482 (print_operand): Renake to...
16483 (h8300_print_operand): ...this. Make static. Adjust comments.
16484 Call h8300_print_operand instead of print_operand. Declare.
16485 (h8300_print_operand_punct_valid_p): Moved from h8300.h file.
16486 (h8300_register_move_cost): Likewise.
16487 (TARGET_PRINT_OPERAND_PUNCT_VALID_P, TARGET_PRINT_OPERAND
16488 TARGET_PRINT_OPERAND_ADDRESS, TARGET_REGISTER_MOVE_COST): Define.
16489 * config/h8300/h8300.h (PRINT_OPERAND_ADDRESS, PRINT_OPERAND
16490 PRINT_OPERAND_PUNCT_VALID_P, REGISTER_MOVE_COST): Delete.
16491 * config/h8300/h8300-protos.h (print_operand): Delete.
16492 (print_operand_address): Delete.
16494 2011-04-01 Richard Henderson <rth@redhat.com>
16497 * dwarf2out.c (dwarf2out_source_line): Disable discriminators
16498 in strict mode before dwarf4. Re-order tests to early out
16499 before switching sections.
16501 2011-04-01 Nathan Froyd <froydnj@codesourcery.com>
16503 * config/h8300/constraints.md: New file.
16504 * config/h8300/h8300.md: Include it. Use satisfies_constraint_J,
16505 satisfies_constraint_L, and satisfies_constraint_N for peephole2s.
16506 (*tst_extzv_1_n, *tstsi_variable_bit_qi): Use satisfies_constraint_U.
16507 * config/h8300/predicates.md (bit_operand): Likewise.
16508 (incdec_operand): Use satisfies_constraint_M and
16509 satisfies_constraint_O. Don't use C code block.
16510 * config/h8300/h8300-protos.h (h8300_reg_class_from_letter): Delete.
16511 * config/h8300/h8300.c (h8300_reg_class_from_letter): Delete.
16512 (compute_mov_length): Use satisfies_constraint_G.
16513 (fix_bit_operand): Use satisfies_constraint_U.
16514 * config/h8300/h8300.h (REG_CLASS_FROM_LETTER): Delete.
16515 (CONST_OK_FOR_I, CONST_OK_FOR_J, CONST_OK_FOR_L): Delete.
16516 (CONST_OK_FOR_M, CONST_OK_FOR_N, CONST_OK_FOR_O): Delete.
16517 (CONST_OK_FOR_Ppositive, CONST_OK_FOR_Pnegative): Delete.
16518 (CONST_OK_FOR_P, CONSTRAINT_LEN_FOR_P): Delete.
16519 (CONST_OK_FOR_CONSTRAINT_P, CONST_OK_FOR_LETTER_P): Delete.
16520 (CONST_DOUBLE_OK_FOR_LETTER_P): Delete.
16521 (OK_FOR_Q, OK_FOR_R, OK_FOR_S, OK_FOR_T, OK_FOR_U, OK_FOR_WU): Delete.
16522 (OK_FOR_W, CONSTRAINT_LEN_FOR_W, OK_FOR_Y2, OK_FOR_Y0): Delete.
16523 (OK_FOR_Y, CONSTRAINT_LEN_FOR_Y, OK_FOR_Z): Delete.
16524 (EXTRA_CONSTRAINT_STR, CONSTRAINT_LEN): Delete.
16525 (EXTRA_MEMORY_CONSTRAINT): Delete.
16527 2011-04-01 Andrew Pinski <pinskia@gmail.com>
16528 Michael Meissner <meissner@linux.vnet.ibm.com>
16531 * config/rs6000/vector.md (movmisalign<mode>): Allow for memory
16532 operands, as per the specifications.
16534 * config/rs6000/altivec.md (vec_extract_evenv4si): Correct modes.
16535 (vec_extract_evenv4sf): Ditto.
16536 (vec_extract_evenv8hi): Ditto.
16537 (vec_extract_evenv16qi): Ditto.
16538 (vec_extract_oddv4si): Ditto.
16540 2011-03-31 Mark Wielaard <mjw@redhat.com>
16542 * dwarf2out.c (dwarf2out_finish): Don't add low_pc and/or
16543 high_pc attribute if the CU has no associated code. Only output
16544 DW_AT_entry_pc for CU if not generating strict dwarf and
16547 2011-04-01 Bernd Schmidt <bernds@codesourcery.com>
16549 * dwarf2out.h (dwarf2out_frame_debug_init): Declare.
16550 * dwarf2out.c (dwarf2out_frame_debug_init): New function, broken
16552 (dwarf2out_frame_debug): ... here. Don't handle a NULL argument.
16553 * final.c (final_start_function): Call the new function rather
16554 than using a NULL argument for dwarf2out_frame_debug.
16556 * ifcvt.c (cond_exec_process_insns): Disallow converting a block
16557 that contains the prologue.
16559 * haifa-sched.c (queue_insn): New arg REASON. All callers
16560 changed. Print it in debugging output.
16562 * sched-ebb.c (schedule_ebbs): Honor the BB_DISABLE_SCHEDULE flag.
16564 * sched-ebb.c (begin_schedule_ready): Remove second argument.
16565 Split most of the code into...
16566 (begin_move_insn): ... here. New function.
16567 (ebb_sched_info): Add a pointer to it.
16568 * haifa-sched.c (scheduled_insns): New static variable.
16569 (sched_extend_ready_list): Allocate it.
16570 (schedule_block): Use it to record the order of scheduled insns.
16571 Perform RTL changes to move insns only after all scheduling
16572 decisions have been made.
16573 * modulo-sched.c (sms_sched_haifa_sched_info): Add NULL entry for the
16574 begin_move_insn field.
16575 * sel-sched-ir.c (sched_sel_haifa_sched_info): Likewise.
16576 * sched-int.h (struct haifa_sched_info): Remove second argument
16577 from begin_schedule_ready hook. Add new member begin_move_insn.
16578 * sched-rgn.c (begin_schedule_ready): Remove second argument.
16579 (rgn_const_sched_info): Add NULL entry for the begin_move_insn field.
16581 * haifa-sched.c (prune_ready_list): New function, broken out of
16583 (schedule_block): Use it.
16585 2011-04-01 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16587 * config/spu/t-spu-elf (dp-bit.c): Use > instead of >>.
16589 2011-04-01 Kai Tietz <ktietz@redhat.com>
16591 * config.gcc (*-*-mingw*): Allow as option the
16592 posix threading model.
16593 * config/i386/mingw32.h (SPEC_PTHREAD1, SPEC_PTHREAD2):
16594 New macros defined dependent to TARGET_USE_PTHREAD_BY_DEFAULT
16596 (CPP_SPEC): Add pthread/no-pthread handling.
16597 (LIB_SPEC): Likewise.
16598 * config/i386/mingw-w64.h (CPP_SPEC):Likewise.
16599 (LIB_SPEC): Likewise.
16600 * config/i386/t-cygming (SHLIB_PTHREAD_CFLAG): New
16601 flag to pass -pthread option for shared libgcc build.
16602 (SHLIB_PTHREAD_LDFLAG): New option to pass -lpthread
16603 for shared libgcc build.
16604 * config/i386/t-mingw-pthread: New file.
16605 * config/i386/mingw-pthread.h (TARGET_USE_PTHREAD_BY_DEFAULT):
16606 New define to enable use of library pthread by default.
16607 * config/i386/mingw.opt (pthread): New driver option.
16608 (no-pthread): New driver option.
16609 * config/i386/cygming.opt: Make sure trailing empty line is retained.
16610 * config/i386/mingw-w64.opt: Likewise.
16612 2011-04-01 Gary Funck <gary@intrepid.com>
16614 * c-decl.c (grokdeclarator): Fix formatting.
16616 2011-04-01 Richard Sandiford <richard.sandiford@linaro.org>
16618 * expr.c (emit_block_move_via_movmem): Use n_generator_args
16619 instead of n_operands.
16620 (set_storage_via_setmem): Likewise.
16621 * optabs.c (maybe_gen_insn): Likewise.
16622 * config/arm/arm.c (arm_init_neon_builtins): Likewise.
16623 * config/mips/mips.c (mips_expand_builtin_compare_1): Likewise.
16624 (mips_expand_builtin_direct): Likewise.
16625 * config/spu/spu.c (expand_builtin_args): Likewise.
16627 2011-04-01 Richard Sandiford <richard.sandiford@linaro.org>
16629 * recog.h (insn_data_d): Add n_generator_args.
16630 * genoutput.c (data): Likewise.
16631 (output_insn_data): Print it.
16632 (max_opno, num_dups): Delete.
16633 (scan_operands): Just fill in "d->operand[...]".
16634 (gen_insn, gen_peephole, gen_expand, gen_split): Use get_pattern_stats.
16636 2011-04-01 Richard Sandiford <richard.sandiford@linaro.org>
16638 * gensupport.h (pattern_stats): New structure.
16639 * gensupport.c (get_pattern_stats_1, get_pattern_stats): New functions.
16640 * genemit.c (max_opno, max_dupno, max_scratch_opno): Delete.
16641 (max_operand_1, max_operand_vec): Delete.
16642 (gen_insn, gen_expand, gen_split): Use get_pattern_stats.
16644 2011-03-31 Nathan Froyd <froydnj@codesourcery.com>
16646 * emit-rtl.c (emit_pattern_after_setloc): New function.
16647 (emit_insn_after_setloc, emit_jump_insn_after_setloc): Call it.
16648 (emit_call_insn_after_setloc, emit_debug_insn_after_setloc): Likewise.
16649 (emit_pattern_after): New function.
16650 (emit_insn_after, emit_jump_insn_after): Call it.
16651 (emit_call_insn_after, emit_debug_insn_after): Likewise.
16652 (emit_pattern_before_setloc): New function.
16653 (emit_insn_before_setloc, emit_jump_insn_before_setloc): Call it.
16654 (emit_call_insn_before_setloc, emit_debug_insn_before_setloc):
16656 (emit_pattern_before): New function.
16657 (emit_insn_before, emit_jump_insn_before): Call it.
16658 (emit_call_insn_before, emit_debug_insn_before): Likewise.
16660 2011-03-31 Richard Henderson <rth@redhat.com>
16662 * dwarf2out.c (dw_separate_line_info_ref): Remove.
16663 (dw_separate_line_info_entry): Remove.
16664 (enum dw_line_info_opcode): New.
16665 (dw_line_info_entry): Use it.
16666 (dw_line_info_table, dw_line_info_table_p): New.
16667 (DWARF_LINE_OPCODE_BASE): Include dwarf3 opcodes.
16668 (line_info_table, line_info_label_num): Remove.
16669 (line_info_table_in_use): Remove.
16670 (separate_line_info_table): Remove.
16671 (separate_line_info_table_allocated): Remove.
16672 (separate_line_info_table_in_use): Remove.
16673 (LINE_INFO_TABLE_INCREMENT): Remove.
16674 (line_info_label_num): New.
16675 (cur_line_info_table): New.
16676 (text_section_line_info, cold_text_section_line_info): New.
16677 (separate_line_info): New.
16678 (SEPARATE_LINE_CODE_LABEL): Remove.
16679 (print_dwarf_line_table): Remove.
16680 (debug_dwarf): Don't dump it.
16681 (output_one_line_info_table): New.
16682 (output_line_info): Use it.
16683 (new_line_info_table): New.
16684 (set_cur_line_info_table): New.
16685 (dwarf2out_switch_text_section): Use it.
16686 (dwarf2out_begin_function): Likewise.
16687 (push_dw_line_info_entry): New.
16688 (dwarf2out_source_line): Rewrite for new line info tables.
16689 (dwarf2out_init): Remove dead initailizations.
16691 2011-03-31 Joseph Myers <joseph@codesourcery.com>
16693 * opts.h (cl_option): Add comments to fields. Add bit-fields for
16695 (CL_SEPARATE_NARGS_SHIFT, CL_SEPARATE_NARGS_MASK,
16696 CL_SEPARATE_ALIAS, CL_NO_DRIVER_ARG, CL_REJECT_DRIVER, CL_SAVE,
16697 CL_DISABLED, CL_REPOR, CL_REJECT_NEGATIVE, CL_MISSING_OK,
16698 CL_UINTEGER, CL_NEGATIVE_ALIAS): Remove.
16699 (CL_JOINED, CL_SEPARATE, CL_UNDOCUMENTED): Update bit positions.
16700 * opt-functions.awk (flag_init, switch_bit_fields): New.
16701 (switch_flags): Don't handle flags moved to bit-fields. Don't
16702 generate CL_MISSING_OK or CL_SAVE.
16703 * optc-gen.awk: Update to generate bit-field output as well as
16705 * gcc.c (driver_wrong_lang_callback): Use cl_reject_driver
16706 bit-field instead of CL_REJECT_DRIVER flag.
16707 * opts-common.c (generate_canonical_option,
16708 decode_cmdline_option): Use bit-fields instead of CL_* flags.
16709 * opts.c (maybe_default_option): Use cl_reject_negative bit-field
16710 instead of CL_REJECT_NEGATIVE flag.
16711 * toplev.c (print_switch_values): Use cl_report bit-field instead
16714 2011-03-31 Eric Botcazou <ebotcazou@adacore.com>
16716 * tree-ssa-pre.c (create_component_ref_by_pieces_1) <ARRAY_REF>: Drop
16717 a zero minimum index only if it is redundant.
16719 2011-03-31 Vladimir Makarov <vmakarov@redhat.com>
16721 PR rtl-optimization/48381
16722 * ira-color.c (assign_hard_reg): Use hard reg set intersection
16723 instead of ira_class_hard_reg_index for calculating conflicting
16726 2011-03-31 Steven Bosscher <steven@gcc.gnu.org>
16728 * cprop.c: Clean up hash table building.
16729 (reg_avail_info): Remove.
16730 (oprs_available_p): Remove.
16731 (record_last_reg_set_info): Remove.
16732 (record_last_set_info): Remove.
16733 (reg_available_p): New function.
16734 (gcse_constant_p): Do not treat unfolded conditions as constants.
16735 (make_set_regs_unavailable): New function.
16736 (hash_scan_set): Simplify with new reg_available_p.
16737 (compute_hash_table_work): Traverse insns stream only once.
16738 Do not compute reg_avail_info. Traverse insns in reverse order.
16739 Record implicit sets after recording explicit sets from the block.
16741 2011-03-31 Michael Matz <matz@suse.de>
16743 * builtins.c (build_va_arg_indirect_ref): Use build_simple_mem_ref_loc.
16745 2011-03-31 Anatoly Sokolov <aesok@post.ru>
16747 * config/h8300/h8300.h (GO_IF_MODE_DEPENDENT_ADDRESS): Remove macro.
16748 * config/h8300/h8300-protos.h (h8300_get_index): Remove.
16749 * config/h8300/h8300.c (TARGET_MODE_DEPENDENT_ADDRESS_P): Define.
16750 (h8300_mode_dependent_address_p): New function.
16751 (h8300_get_index): Make static.
16753 2011-03-31 Jeff Law <law@redhat.com>
16755 * reload1.c (elimination_effects): Fix typo in recent change.
16757 * tree-ssa-forwprop.c (forward_propagate_into_cond): Avoid
16758 typo potentially leading to null pointer dereference.
16760 * caller-save.c (new_saved_hard_reg): Eliminate return value.
16761 (setup_save_areas): Corresponding changes to avoid useless
16764 * jump.c (reversed_comparison_code_parts): Avoid successive return
16765 statements when REVERSE_CONDITION is defined.
16767 * expr.c (expand_assignment): Avoid useless assignments.
16768 (expand_expr_real_1): Likewise.
16769 (expand_expr_real_2): Avoid useless statements.
16771 * tree-ssa-phiopt.c (minmax_replacement): Avoid useless statement.
16773 * cfgexpand.c (expand_gimple_basic_block): Avoid useless assignment.
16775 * tree-ssa-dce.c (mark_stmt_if_obviously_necessary): Avoid useless
16778 * stmt.c (expand_expr_stmt): Avoid useless assignment.
16780 2011-03-31 Joseph Myers <joseph@codesourcery.com>
16783 * doc/tm.texi.in (TARGET_VERSION): Remove.
16784 * doc/tm.texi: Regenerate.
16785 * system.h (TARGET_VERSION, MACHINE_TYPE): Poison.
16786 * collect2.c (main): Don't use TARGET_VERSION.
16787 * mips-tdump.c (main): Don't use TARGET_VERSION.
16788 * mips-tfile.c (main): Don't use TARGET_VERSION.
16789 * config.gcc (powerpc-wrs-vxworksae): Don't use rs6000/vxworksae.h.
16790 * config/rs6000/vxworksae.h: Remove.
16791 * config/alpha/alpha.h (TARGET_VERSION): Remove.
16792 * config/alpha/freebsd.h (TARGET_VERSION): Remove.
16793 * config/alpha/linux-elf.h (TARGET_VERSION): Remove.
16794 * config/alpha/netbsd.h (TARGET_VERSION): Remove.
16795 * config/alpha/vms.h (TARGET_NAME, TARGET_VERSION): Remove.
16796 * config/arm/arm.h (TARGET_VERSION): Remove.
16797 * config/arm/coff.h (TARGET_VERSION): Remove.
16798 * config/arm/ecos-elf.h (TARGET_VERSION): Remove.
16799 * config/arm/elf.h (TARGET_VERSION): Remove.
16800 * config/arm/freebsd.h (TARGET_VERSION): Remove.
16801 * config/arm/linux-elf.h (TARGET_VERSION): Remove.
16802 * config/arm/netbsd-elf.h (TARGET_VERSION): Remove.
16803 * config/arm/pe.h (TARGET_VERSION): Remove.
16804 * config/arm/rtems-elf.h (TARGET_VERSION): Remove.
16805 * config/arm/semi.h (TARGET_VERSION): Remove.
16806 * config/arm/uclinux-elf.h (TARGET_VERSION): Remove.
16807 * config/arm/unknown-elf.h (TARGET_VERSION): Remove.
16808 * config/arm/vxworks.h (TARGET_VERSION): Remove.
16809 * config/avr/avr.h (TARGET_VERSION): Remove.
16810 * config/bfin/bfin.h (TARGET_VERSION): Remove.
16811 * config/fr30/fr30.h (TARGET_VERSION): Remove.
16812 * config/frv/frv.h (TARGET_VERSION): Remove.
16813 * config/h8300/h8300.h (TARGET_VERSION): Remove.
16814 * config/i386/cygwin.h (TARGET_VERSION): Remove.
16815 * config/i386/darwin.h (TARGET_VERSION): Remove.
16816 * config/i386/darwin64.h (TARGET_VERSION): Remove.
16817 * config/i386/djgpp.h (TARGET_VERSION): Remove.
16818 * config/i386/freebsd.h (TARGET_VERSION): Remove.
16819 * config/i386/freebsd64.h (TARGET_VERSION): Remove.
16820 * config/i386/gnu.h (TARGET_VERSION): Remove.
16821 * config/i386/i386-interix.h (TARGET_VERSION): Remove.
16822 * config/i386/i386elf.h (TARGET_VERSION): Remove.
16823 * config/i386/linux.h (TARGET_VERSION): Remove.
16824 * config/i386/linux64.h (TARGET_VERSION): Remove.
16825 * config/i386/lynx.h (TARGET_VERSION): Remove.
16826 * config/i386/mingw32.h (TARGET_VERSION): Remove.
16827 * config/i386/netbsd-elf.h (TARGET_VERSION): Remove.
16828 * config/i386/netbsd64.h (TARGET_VERSION): Remove.
16829 * config/i386/netware.h (TARGET_VERSION): Remove.
16830 * config/i386/nto.h (TARGET_VERSION): Remove.
16831 * config/i386/openbsd.h (TARGET_VERSION): Remove.
16832 * config/i386/vxworks.h (TARGET_VERSION): Remove.
16833 * config/ia64/elf.h (TARGET_VERSION): Remove.
16834 * config/ia64/freebsd.h (TARGET_VERSION): Remove.
16835 * config/ia64/hpux.h (TARGET_VERSION): Remove.
16836 * config/ia64/linux.h (TARGET_VERSION): Remove.
16837 * config/ia64/vms.h (TARGET_NAME, TARGET_VERSION): Remove.
16838 * config/iq2000/iq2000.h (IQ2000_VERSION, MACHINE_TYPE,
16839 TARGET_VERSION_INTERNAL, TARGET_VERSION): Remove.
16840 * config/lm32/lm32.h (TARGET_VERSION): Remove.
16841 * config/lm32/uclinux-elf.h (TARGET_VERSION): Remove.
16842 * config/m32c/m32c.h (TARGET_VERSION): Remove.
16843 * config/m32r/linux.h (LINUX_DEFAULT_ELF, TARGET_VERSION): Remove.
16844 * config/m32r/m32r.h (TARGET_VERSION): Remove.
16845 * config/m68k/linux.h (TARGET_VERSION): Remove.
16846 * config/m68k/m68k.h (TARGET_VERSION): Remove.
16847 * config/m68k/netbsd-elf.h (TARGET_VERSION): Remove.
16848 * config/m68k/uclinux.h (TARGET_VERSION): Remove.
16849 * config/mcore/mcore-elf.h (TARGET_VERSION): Remove.
16850 * config/mep/mep.h (TARGET_VERSION): Remove.
16851 * config/microblaze/microblaze.h (MICROBLAZE_VERSION,
16852 MACHINE_TYPE, TARGET_VERSION_INTERNAL, TARGET_VERSION): Remove.
16853 * config/mips/iris6.h (MACHINE_TYPE): Remove.
16854 * config/mips/linux.h (TARGET_VERSION): Remove.
16855 * config/mips/netbsd.h (MACHINE_TYPE): Remove.
16856 * config/mips/vxworks.h (TARGET_VERSION): Remove.
16857 * config/mmix/mmix.h (TARGET_VERSION): Remove.
16858 * config/mn10300/linux.h (TARGET_VERSION): Remove.
16859 * config/mn10300/mn10300.h (TARGET_VERSION): Remove.
16860 * config/pa/pa.h (TARGET_VERSION): Remove.
16861 * config/pdp11/pdp11.h (TARGET_VERSION): Remove.
16862 * config/picochip/picochip.h (TARGET_VERSION): Remove.
16863 * config/rs6000/aix.h (TARGET_VERSION): Remove.
16864 * config/rs6000/darwin.h (TARGET_VERSION): Remove.
16865 * config/rs6000/darwin64.h (TARGET_VERSION): Remove.
16866 * config/rs6000/eabi.h (TARGET_VERSION): Remove.
16867 * config/rs6000/eabialtivec.h (TARGET_VERSION): Remove.
16868 * config/rs6000/eabisim.h (TARGET_VERSION): Remove.
16869 * config/rs6000/eabispe.h (TARGET_VERSION): Remove.
16870 * config/rs6000/freebsd.h (TARGET_VERSION): Remove.
16871 * config/rs6000/linux.h (TARGET_VERSION): Remove.
16872 * config/rs6000/linux64.h (TARGET_VERSION): Remove.
16873 * config/rs6000/linuxaltivec.h (TARGET_VERSION): Remove.
16874 * config/rs6000/linuxspe.h (TARGET_VERSION): Remove.
16875 * config/rs6000/lynx.h (TARGET_VERSION): Remove.
16876 * config/rs6000/netbsd.h (TARGET_VERSION): Remove.
16877 * config/rs6000/sysv4.h (TARGET_VERSION): Remove.
16878 * config/rs6000/vxworks.h (TARGET_VERSION): Remove.
16879 * config/s390/linux.h (TARGET_VERSION): Remove.
16880 * config/s390/s390.h (TARGET_VERSION): Remove.
16881 * config/s390/tpf.h (TARGET_VERSION): Remove.
16882 * config/score/score.h (TARGET_VERSION): Remove.
16883 * config/sh/linux.h (TARGET_VERSION): Remove.
16884 * config/sh/netbsd-elf.h (TARGET_VERSION_ENDIAN,
16885 TARGET_VERSION_CPU, TARGET_VERSION): Remove.
16886 * config/sh/sh.h (TARGET_VERSION): Remove.
16887 * config/sh/sh64.h (TARGET_VERSION): Remove.
16888 * config/sh/superh.h (TARGET_VERSION): Remove.
16889 * config/sh/vxworks.h (TARGET_VERSION): Remove.
16890 * config/sparc/freebsd.h (TARGET_VERSION): Remove.
16891 * config/sparc/linux.h (TARGET_VERSION): Remove.
16892 * config/sparc/linux64.h (TARGET_VERSION): Remove.
16893 * config/sparc/netbsd-elf.h (TARGET_VERSION, TARGET_NAME64,
16894 TARGET_NAME32, TARGET_NAME): Remove.
16895 * config/sparc/openbsd64.h (TARGET_VERSION): Remove.
16896 * config/sparc/sp-elf.h (TARGET_VERSION): Remove.
16897 * config/sparc/sp64-elf.h (TARGET_VERSION): Remove.
16898 * config/sparc/sysv4.h (TARGET_VERSION): Remove.
16899 * config/sparc/vxworks.h (TARGET_VERSION): Remove.
16900 * config/spu/spu.h (TARGET_VERSION): Remove.
16901 * config/stormy16/stormy16.h (TARGET_VERSION): Remove.
16902 * config/v850/v850.h (TARGET_VERSION): Remove.
16903 * config/vax/linux.h (TARGET_VERSION): Remove.
16904 * config/vax/vax.h (TARGET_NAME, TARGET_VERSION): Remove.
16905 * config/xtensa/elf.h (TARGET_VERSION): Remove.
16906 * config/xtensa/linux.h (TARGET_VERSION): Remove.
16908 2011-03-31 Eric Botcazou <ebotcazou@adacore.com>
16911 * config/i386/i386.c (ix86_adjust_stack_and_probe): Differentiate
16912 frame-related from frame-unrelated adjustments to the stack pointer.
16914 2011-03-31 Jakub Jelinek <jakub@redhat.com>
16916 * common.opt (fdebug-types-section): Move earlier.
16917 * doc/invoke.texi: Fix up -fno-debug-types-section documentation.
16919 2011-03-31 Andreas Tobler <andreast@fgznet.ch>
16921 * config/rs6000/rs6000.c (rs6000_handle_option): Remove unused isel
16924 2011-03-30 Nathan Froyd <froydnj@codesourcery.com>
16926 * tree.h (CASE_CHAIN): Define.
16927 * tree-cfg.c (edge_to_cases_cleanup, get_cases_for_edge): Use it.
16928 (gimple_redirect_edge_and_branch): Likewise.
16930 2011-03-30 Vladimir Makarov <vmakarov@redhat.com>
16932 PR middle-end/48367
16933 * ira-costs.c (find_costs_and_classes): Fix a typo in i_mem_cost
16936 2011-03-30 Jeff Law <law@redhat.com>
16938 * PR bootstrap/48371
16939 * reload1.c (reload): Fix botch in last change.
16941 * reload.h (struct reload): Fix typo introduced in last change.
16943 2011-03-30 Joseph Myers <joseph@codesourcery.com>
16945 * config/arm/arm.opt (mhard-float, msoft-float): Mark
16946 Undocumented. Remove help text.
16947 * doc/invoke.texi (ARM Options): Don't document -msoft-float and
16950 2011-03-30 Joseph Myers <joseph@codesourcery.com>
16952 * doc/options.texi (NegativeAlias): Document.
16953 (Alias): Mention NegativeAlias.
16954 * opt-functions.awk: Handle NegativeAlias.
16955 * optc-gen.awk: Disallow NegativeAlias with multiple Alias arguments.
16956 * opts-common.c (decode_cmdline_option): Handle CL_NEGATIVE_ALIAS.
16957 * opts.h (CL_NEGATIVE_ALIAS): Define.
16958 * config/rs6000/rs6000.c (rs6000_parse_yes_no_option): Remove.
16959 (rs6000_handle_option): Don't handle OPT_mvrsave_, OPT_misel_ and
16961 * config/rs6000/rs6000.opt (mvrsave=, misel=, mspe=): Replace with
16963 * config/rs6000/t-spe (MULTILIB_OPTIONS, MULTILIB_EXCEPTIONS): Use
16964 mno-spe and mno-isel instead of mspe=no and -misel=no.
16966 2011-03-29 Mark Wielaard <mjw@redhat.com>
16968 * common.opt (fdebug-types-section): New flag.
16969 * doc/invoke.texi: Document new -fno-debug-types-section flag.
16970 * dwarf2out.c (use_debug_types): New define.
16971 (struct die_struct): Mark die_id with GTY desc use_debug_types.
16972 (print_die): Guard output of type unit signatures using
16974 (build_abbrev_table): Replace assert of dwarf_version >= 4
16975 with assert on use_debug_types.
16976 (size_of_die): Likewise.
16977 (unmark_dies): Likewise.
16978 (value_format): Decide AT_ref_external form on use_debug_types.
16979 (output_die): Replace dwarf_version version check guard with
16980 use_debug_types where appropriate.
16981 (modified_type_die): Likewise.
16982 (gen_reference_type_die): Likewise.
16983 (dwarf2out_start_source_file): Likewise.
16984 (dwarf2out_end_source_file): Likewise.
16985 (prune_unused_types_walk_attribs): Likewise.
16986 (dwarf2out_finish): Likewise.
16988 2011-03-30 Vladimir Makarov <vmakarov@redhat.com>
16990 * ira-color.c (ira_assign_hard_reg): Use only one variable 'mode'.
16992 2011-03-30 Richard Sandiford <richard.sandiford@linaro.org>
16994 PR rtl-optimization/48332
16995 * optabs.c (expand_binop_directly): Set xmodeN to the target-mandated
16996 mode of input operand N and modeN to its actual mode.
16998 2011-03-30 Jeff Law <law@redhat.com>
17000 * reload.h (reg_equiv_constant): Move into new structure reg_equivs,
17001 define accessor macro.
17002 (reg_equiv_invariant, reg_equiv_memory_loc): Likewise.
17003 (reg_equiv_address, reg_equiv_mem, reg_equiv_alt_mem_list): Likewise.
17004 (reg_equiv_init): Likewise.
17005 (reg_equivs_size): New variable.
17006 (reg_equiv_init_size): Remove.
17007 (allocate_initial_values): Move prototype to here from....
17008 * integrate.h (allocate_initial_values): Remove prototype.
17009 * integrate.c: Include reload.h.
17010 (allocate_initial_values): Corresponding changes.
17011 * ira.c (find_reg_equiv_invariant_cost): Corresponding changes.
17012 (fix_reg_equiv_init, no_equiv): Corresponding changes.
17013 (update_equiv_regs): Corresponding changes.
17014 (ira): Corresponding changes.
17015 * reload.c (push_reg_equiv_alt_mem): Corresponding changes.
17016 (push_secondary_reload): Corresponding changes.
17017 (push_reload, find_reloads, find_reloads_toplev): Corresponding changes.
17018 (make_memloc, find_reloads_address): Corresponding changes.
17019 (subst_reg_equivs, subst_indexed_address): Corresponding changes.
17020 (find_reloads_address_1): Corresponding changes.
17021 (find_reloads_subreg_address, subst_reloads): Corresponding changes.
17022 (refers_to_regno_for_reload_p): Corresponding changes.
17023 (reg_overlap_mentioned_for_reload_p): Corresponding changes.
17024 (refers_to_mem_for_reload_p, find_equiv_reg): Corresponding changes.
17025 * reload1.c: Include ggc.h.
17026 (grow_reg_equivs): New function.
17027 (replace_pseudos_in, reload): Corresponding changes.
17028 (calculate_needs_all_insns, alter_regs): Corresponding changes.
17029 (eliminate_regs_1, elimination_effects): Corresponding changes.
17030 (emit_input_reload_insns, emit_output_reload_insns): Likewise.
17031 (delete_output_reload): Likewise.
17032 * caller-save.c (mark_referenced_regs): Corresponding changes.
17033 * alpha/alpha.c (resolve_reload_operand): Corresponding changes.
17034 * frv/predicates.md (frv_load_operand): Corresponding changes.
17035 * microblaze/microblaze.c (double_memory_operand): Corresponding
17037 * avr/avr.h (LEGITIMIZE_RELOAD_ADDRESS): Corresponding changes.
17038 * xtensa/xtensa.c (fixup_subreg_mem): Corresponding changes.
17039 * mn10300/mn10300.c (mn10300_secondary_reload): Corresponding changes.
17040 * m68k/m68k.c (emit_move_sequence): Corresponding changes.
17041 * arm/arm.c (arm_reload_in_hi, arm_reload_out_hi): Corresponding
17043 * pa/pa.c (emit_move_sequence): Corresponding changes.
17044 * vax/vax.c (nonindexed_address_p): Corresponding changes.
17046 2011-03-30 Richard Sandiford <richard.sandiford@linaro.org>
17049 * config/arm/arm.c (coproc_secondary_reload_class): Handle
17050 structure modes. Don't check neon_vector_mem_operand for
17051 vector or structure modes.
17053 2011-03-30 Richard Sandiford <richard.sandiford@linaro.org>
17054 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
17057 * config/arm/neon.md (neon_vld3qa<mode>, neon_vld4qa<mode>): Remove
17058 operand 1 and reshuffle the operands to match.
17059 (neon_vld3<mode>, neon_vld4<mode>): Update accordingly.
17061 2011-03-30 Christian Schüler <cschueler@gmx.de>
17064 * config/c.opt (F): Added 'Driver' to -F option.
17067 * config/darwin-driver.c (darwin_driver_init): Add '-arch' to
17069 * config/darwin.opt: Added '-arch' option.
17071 2011-03-30 Nick Clifton <nickc@redhat.com>
17073 * config/rx/rx.md: Add peepholes and patterns to combine
17074 extending loads and simple arithmetic instructions.
17075 * config/rx/rx.h (ADJUST_INSN_LENGTH): Define.
17076 * config/rx/rx-protos.h (rx_adjust_insn_length): Prototype.
17077 * config/rx/rx.c (rx_is_legitimate_address): Allow QI and HI
17078 modes to use pre-decrement and post-increment addressing.
17079 (rx_is_restricted_memory_address): Add range checking of REG+INT
17081 (rx_print_operand): Add support for %Q. Fix handling of %Q.
17082 (rx_memory_move_cost): Adjust cost of stores.
17083 (rx_adjust_insn_length): New function.
17085 2011-03-30 Jakub Jelinek <jakub@redhat.com>
17088 * fold-const.c (fold_binary_loc) <case EQ_EXPR, NE_EXPR>: Make sure
17089 arg10/arg11 in (X ^ Y) == (Z ^ W) are always fold converted to
17090 matching arg00/arg01 types.
17092 2011-03-30 Eric Botcazou <ebotcazou@adacore.com>
17094 * cfglayout.c (insn_locators_alloc): Initialize curr_location and
17095 last_location to UNKNOWN_LOCATION.
17097 2011-03-30 H.J. Lu <hongjiu.lu@intel.com>
17100 * config/i386/i386.h (REG_CLASS_CONTENTS): Fix a typo in
17103 2011-03-30 Joseph Myers <joseph@codesourcery.com>
17104 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
17107 * config/sparc/sparc.opt (sparc_cpu_and_features): Add
17108 Init(PROCESSOR_V7).
17109 (sparc_cpu): Likewise.
17110 * config/sparc/sparc.c (sparc_option_override): Replace 0 by
17113 2011-03-29 Vladimir Makarov <vmakarov@redhat.com>
17116 PR middle-end/48342
17117 PR rtl-optimization/48345
17118 * ira-color.c (setup_conflict_profitable_regs): Exclude prohibited
17119 hard regs for given mode from profitable regs when doing secondary
17122 2011-03-29 Jeff Law <law@redhat.com>
17125 * tree-ssa-threadupdate.c (struct redirection_data): Remove
17126 do_not_duplicate field.
17127 (lookup_redirection_data): Corresponding changes.
17128 (create_duplicates): Always create a template block.
17129 (redirect_edges): Remove code which reused the original block
17130 when it was going to become unreachable code.
17131 (thread_block): Don't set do_not_duplicate field.
17133 2011-03-29 Joseph Myers <joseph@codesourcery.com>
17135 * lto-opts.c (register_user_option_p, lto_register_user_option):
17136 Make type argument unsigned.
17137 * lto-streamer.h (lto_register_user_option): Make type argument
17139 * opth-gen.awk: Make CL_* macros unsigned.
17140 * opts-common.c (find_opt): Make lang_mask argument unsigned.
17141 * opts.h (CL_PARAMS, CL_WARNING, CL_OPTIMIZATION, CL_DRIVER,
17142 CL_TARGET, CL_COMMON, CL_SEPARATE_NARGS_MASK, CL_SEPARATE_ALIAS,
17143 CL_NO_DRIVER_ARG, CL_REJECT_DRIVER, CL_SAVE, CL_DISABLED,
17144 CL_REPORT, CL_JOINED, CL_SEPARATE, CL_REJECT_NEGATIVE,
17145 CL_MISSING_OK, CL_UINTEGER, CL_UNDOCUMENTED): Make unsigned.
17146 (find_opt): Make lang_mask argument unsigned.
17148 2011-03-29 Vladimir Makarov <vmakarov@redhat.com>
17150 PR rtl-optimization/48331
17151 PR rtl-optimization/48334
17152 * ira-color.c (color_allocnos): Call setup_profitable_hard_regs
17153 for any used algorithm.
17155 2011-03-29 Vladimir Makarov <vmakarov@redhat.com>
17157 * ira-conflicts.c (build_object_conflicts): Add unused attribute
17160 2011-03-29 Uros Bizjak <ubizjak@gmail.com>
17162 * config/alpha/alpha.c (alpha_sr_alias_set): Don't define.
17163 (alpha_option_override): Don't set alpha_sr_alias_set.
17164 (emit_frame_store_1): Use gen_frame_mem rather than calling
17166 (alpha_expand_epilogue): Ditto.
17168 2011-03-29 Ira Rosen <ira.rosen@linaro.org>
17170 PR tree-optimization/48290
17171 * tree-vect-loop.c (vect_analyze_loop_operations): In outer loop
17172 vectorization, check that relevant phis in the basic block after
17173 the inner loop are really inner loop's exit phis.
17175 2011-03-29 Richard Sandiford <richard.sandiford@linaro.org>
17178 * dwarf2out.c (dw_loc_list_node): Add resolved_addr and replaced.
17179 (cached_dw_loc_list_def): New structure.
17180 (cached_dw_loc_list): New typedef.
17181 (cached_dw_loc_list_table): New variable.
17182 (cached_dw_loc_list_table_hash): New function.
17183 (cached_dw_loc_list_table_eq): Likewise.
17184 (add_location_or_const_value_attribute): Take a bool cache_p.
17185 Cache the list when the parameter is true.
17186 (gen_formal_parameter_die): Update caller.
17187 (gen_variable_die): Likewise.
17188 (dwarf2out_finish): Likewise.
17189 (dwarf2out_abstract_function): Nullify cached_dw_loc_list_table
17190 while generating debug info for the decl.
17191 (dwarf2out_function_decl): Clear cached_dw_loc_list_table.
17192 (dwarf2out_init): Initialize cached_dw_loc_list_table.
17193 (resolve_addr): Cache the result of resolving a chain of
17196 2011-03-28 Vladimir Makarov <vmakarov@redhat.com>
17198 * ira-color.c (update_left_conflict_sizes_p): Don't assume that
17199 conflict object hard regset nodes have intersecting hard reg sets.
17201 * regmove.c (regmove_optimize): Move ira_set_pseudo_classes call
17202 after regstat_init_n_sets_and_refs.
17204 * ira.c: Add more comments at the top.
17205 (setup_stack_reg_pressure_class, setup_pressure_classes):
17206 Add comments how we compute the register pressure classes.
17207 (setup_allocno_and_important_classes): Add more comments.
17208 (setup_class_translate_array, reorder_important_classes)
17209 (setup_reg_class_relations): Add comments.
17211 * ira-emit.c: Add 2011 to the Copyright line. Add comments at the
17214 * ira-color.c: Add 2011 to the Copyright line.
17215 (assign_hard_reg): Add more comments.
17216 (improve_allocation): Ditto.
17218 * ira-costs.c: Add 2011 to the Copyright line.
17219 (setup_cost_classes, setup_regno_cost_classes_by_aclass): Add more
17221 (setup_regno_cost_classes_by_mode): Ditto.
17223 Initial patches from ira-improv branch:
17225 2010-08-13 Vladimir Makarov <vmakarov@redhat.com>
17227 * ira-build.c (ira_create_object): Remove initialization of
17228 OBJECT_PROFITABLE_HARD_REGS. Initialize OBJECT_ADD_DATA.
17229 (ira_create_allocno): Remove initialization of
17230 ALLOCNO_MEM_OPTIMIZED_DEST, ALLOCNO_MEM_OPTIMIZED_DEST_P,
17231 ALLOCNO_SOMEWHERE_RENAMED_P, ALLOCNO_CHILD_RENAMED_P,
17232 ALLOCNO_IN_GRAPH_P, ALLOCNO_MAY_BE_SPILLED_P, ALLOCNO_COLORABLE_P,
17233 ALLOCNO_NEXT_BUCKET_ALLOCNO, ALLOCNO_PREV_BUCKET_ALLOCNO,
17234 ALLOCNO_FIRST_COALESCED_ALLOCNO, ALLOCNO_NEXT_COALESCED_ALLOCNO.
17235 Initialize ALLOCNO_ADD_DATA.
17236 (copy_info_to_removed_store_destinations): Use ALLOCNO_EMIT_DATA
17237 and allocno_emit_reg instead of ALLOCNO_MEM_OPTIMIZED_DEST_P and
17239 (ira_flattening): Ditto. Use ALLOCNO_EMIT_DATA instead of
17240 ALLOCNO_MEM_OPTIMIZED_DEST and ALLOCNO_SOMEWHERE_RENAMED_P.
17242 * ira.c (ira_reallocate): Remove.
17243 (setup_pressure_classes): Call
17244 ira_init_register_move_cost_if_necessary. Use
17245 ira_register_move_cost instead of ira_get_register_move_cost.
17246 (setup_allocno_assignment_flags): Use ALLOCNO_EMIT_DATA.
17247 (ira): Call ira_initiate_emit_data and ira_finish_emit_data.
17249 * ira-color.c: Use ALLOCNO_COLOR_DATA instead of
17250 ALLOCNO_IN_GRAPH_P, ALLOCNO_MAY_BE_SPILLED_P, ALLOCNO_COLORABLE_P,
17251 ALLOCNO_AVAILABLE_REGS_NUM, ALLOCNO_NEXT_BUCKET_ALLOCNO,
17252 ALLOCNO_PREV_BUCKET_ALLOCNO. ALLOCNO_TEMP. Use OBJECT_COLOR_DATA
17253 instead of OBJECT_PROFITABLE_HARD_REGS, OBJECT_HARD_REGS_NODE,
17254 OBJECT_HARD_REGS_SUBNODES_START, OBJECT_HARD_REGS_SUBNODES_NUM.
17256 (object_hard_regs_t, object_hard_regs_node_t): Move from ira-int.h.
17257 (struct object_hard_regs, struct object_hard_regs_node): Ditto.
17258 (struct allocno_color_data): New.
17259 (allocno_color_data_t): New typedef.
17260 (allocno_color_data): New definition.
17261 (ALLOCNO_COLOR_DATA): New macro.
17262 (struct object_color_data): New.
17263 (object_color_data_t): New typedef.
17264 (object_color_data): New definition.
17265 (OBJECT_COLOR_DATA): New macro.
17266 (update_copy_costs, calculate_allocno_spill_cost): Call
17267 ira_init_register_move_cost_if_necessary. Use
17268 ira_register_move_cost instead of ira_get_register_move_cost.
17269 (move_spill_restore, update_curr_costs): Ditto.
17270 (allocno_spill_priority): Make it inline.
17271 (color_pass): Allocate and free allocno_color_dat and object_color_data.
17272 (struct coalesce_data, coalesce_data_t): New.
17273 (allocno_coalesce_data): New definition.
17274 (ALLOCNO_COALESCE_DATA): New macro.
17275 (merge_allocnos, coalesced_allocno_conflict_p): Use
17276 ALLOCNO_COALESCED_DATA instead of ALLOCNO_FIRST_COALESCED_ALLOCNO,
17277 ALLOCNO_NEXT_COALESCED_ALLOCNO, ALLOCNO_TEMP.
17278 (coalesce_allocnos): Ditto.
17279 (setup_coalesced_allocno_costs_and_nums): Ditto.
17280 (collect_spilled_coalesced_allocnos): Ditto.
17281 (slot_coalesced_allocno_live_ranges_intersect_p): Ditto.
17282 (setup_slot_coalesced_allocno_live_ranges): Ditto.
17283 (coalesce_spill_slots): Ditto.
17284 (ira_sort_regnos_for_alter_reg): Ditto. Allocate, initialize and
17285 free allocno_coalesce_data.
17287 * ira-conflicts.c: Fix formatting.
17288 (process_regs_for_copy): Call
17289 ira_init_register_move_cost_if_necessary. Use
17290 ira_register_move_cost instead of ira_get_register_move_cost.
17291 (build_object_conflicts): Optimize.
17293 * ira-costs.c (record_reg_classes): Optimize. Call
17294 ira_init_register_move_cost_if_necessary. Use
17295 ira_register_move_cost, ira_may_move_in_cost, and
17296 ira_may_move_out_cost instead of ira_get_register_move_cost and
17297 ira_get_may_move_cost.
17298 (record_address_regs): Ditto.
17299 (scan_one_insn): Optimize.
17300 (find_costs_and_classes): Optimize.
17301 (process_bb_node_for_hard_reg_moves): Call
17302 ira_init_register_move_cost_if_necessary. Use
17303 ira_register_move_cost instead of ira_get_register_move_cost.
17305 * ira-emit.c: Use allocno_emit_reg, ALLOCNO_EMIT_DATA instead of
17306 ALLOCNO_REG, ALLOCNO_CHILD_RENAMED_P, ALLOCNO_MEM_OPTIMIZED_DEST,
17307 ALLOCNO_MEM_OPTIMIZED_DEST_P, and ALLOCNO_SOMEWHERE_RENAMED_P.
17308 (ira_allocno_emit_data, void_p, new_allocno_emit_data_vec): New
17310 (ira_initiate_emit_data, ira_finish_emit_data)
17311 (create_new_allocno): New functions.
17312 (modify_move_list): Call create_new_alloc instead of ira_create_allocno.
17313 (emit_move_list): Call ira_init_register_move_cost_if_necessary.
17314 Use ira_register_move_cost instead of ira_get_register_move_cost.
17316 * ira-int.h: Fix some comments.
17317 (object_hard_regs_t, object_hard_regs_node_t): Move to ira-color.c.
17318 (struct object_hard_regs, struct object_hard_regs_node): Ditto.
17319 (struct ira_object): Remove profitable_hard_regs, hard_regs_node,
17320 hard_regs_subnodes_start, hard_regs_subnodes_num. Add new member
17322 (struct ira_allocno): Make mode and aclass a bitfield. Move other
17323 bitfield after mode. Make hard_regno a short int. Make
17324 hard_regno short. Remove first_coalesced_allocno and
17325 next_coalesced_allocno. Move mem_optimized_dest_p,
17326 somewhere_renamed_p, child_renamed_p, reg, and mem_optimized_dest
17327 into struct ira_emit_data. Remove in_graph_p, may_be_spilled_p,
17328 available_regs_num, next_bucket_allocno, prev_bucket_allocno,
17329 temp, colorable_p. Add new member add_data.
17330 (ALLOCNO_IN_GRAPH_P, ALLOCNO_MAY_BE_SPILLED_P): Remove.
17331 (ALLOCNO_COLORABLE_P, ALLOCNO_AVAILABLE_REGS_NUM): Remove.
17332 (ALLOCNO_NEXT_BUCKET_ALLOCNO, ALLOCNO_PREV_BUCKET_ALLOCNO): Remove.
17333 (ALLOCNO_TEMP, ALLOCNO_FIRST_COALESCED_ALLOCNO): Remove.
17334 (ALLOCNO_NEXT_COALESCED_ALLOCNO): Remove.
17335 (ALLOCNO_ADD_DATA): New macro.
17336 (ira_emit_data_t): New typedef.
17337 (struct ira_emit_data): New. Move mem_optimized_dest_p,
17338 somewhere_renamed_p, child_renamed_p, reg, mem_optimized_dest
17339 from struct ira_allocno.
17340 (ALLOCNO_EMIT_DATA): New macro.
17341 (ira_allocno_emit_data, allocno_emit_reg): New.
17342 (ALLOCNO_PROFITABLE_HARD_REGS, OBJECT_HARD_REGS_NODE): Remove.
17343 (OBJECT_HARD_REGS_SUBNODES_STAR, OBJECT_HARD_REGS_SUBNODES_NUM): Remove.
17344 (OBJECT_ADD_DATA): New macro.
17345 (ira_reallocate): Remove.
17346 (ira_initiate_emit_data, ira_finish_emit_data): New.
17347 (ira_get_register_move_cost, ira_get_may_move_cost): Remove.
17348 (ira_init_register_move_cost_if_necessary): New.
17349 (ira_object_conflict_iter_next): Merge into
17350 ira_object_conflict_iter_cond.
17351 (FOR_EACH_OBJECT_CONFLICT): Don't use ira_object_conflict_iter_next.
17353 * ira-live.c (process_single_reg_class_operands): Call
17354 ira_init_register_move_cost_if_necessary. Use
17355 ira_register_move_cost instead of ira_get_register_move_cost.
17357 2010-08-13 Vladimir Makarov <vmakarov@redhat.com>
17359 * ira-int.h (struct target_ira_int): Remove x_cost_classes.
17361 * ira-costs.c: Fix formatting.
17362 (cost_classes, cost_classes_num): Remove.
17363 (struct cost_classes, cost_classes_t, const_cost_classes_t): New.
17364 (regno_cost_classes, cost_classes_hash, cost_classes_eq): New.
17365 (cost_classes_del, cost_classes_htab): New.
17366 (cost_classes_aclass_cache, cost_classes_mode_cache): New.
17367 (initiate_regno_cost_classes, setup_cost_classes): New.
17368 (setup_regno_cost_classes_by_aclass): New.
17369 (setup_regno_cost_classes_by_mode, finish_regno_cost_classes): New.
17370 (record_reg_classes): Use regno_cost_classes instead of
17371 cost_classes. Move checking opposite operand up.
17372 (record_address_regs): Use regno_cost_classes
17373 instead of cost_classes.
17374 (scan_one_insn): Ditto. Use always general register.
17375 (print_allocno_costs): Use regno_cost_classes instead of
17377 (print_pseudo_costs): Ditto. Use Reg_N_REFS.
17378 (find_costs_and_classes): Set up cost classes for each registers.
17379 Use also their mode for this. Use regno_cost_classes instead of
17381 (setup_allocno_class_and_costs): Use regno_cost_classes instead of
17383 (free_ira_costs, ira_init_costs): Don't use cost_classes.
17384 (ira_costs, ira_set_pseudo_classes): Call
17385 initiate_regno_cost_classes and finish_regno_cost_classes.
17387 2010-10-04 Vladimir Makarov <vmakarov@redhat.com>
17389 * target-def.h (TARGET_IRA_COVER_CLASSES): Remove.
17391 * target.def (ira_cover_classes): Remove.
17393 * doc/tm.texi: Remove TARGET_IRA_COVER_CLASSES and IRA_COVER_CLASSES.
17395 * doc/tm.texi.in: Ditto.
17397 * ira-conflicts.c: Remove mentioning cover classes from the file.
17398 Use ALLOCNO_CLASS instead of ALLOCNO_COVER_CLASS. Use
17399 ALLOCNO_COVER_CLASS_COST instead of ALLOCNO_CLASS_COST. Fix formatting.
17401 * targhooks.c (default_ira_cover_classes): Remove.
17403 * targhooks.h (default_ira_cover_classes): Ditto.
17405 * haifa-sched.c: Remove mentioning cover classes from the file.
17406 Use ira_reg_pressure_cover instead of ira_reg_class_cover. Use
17407 ira_pressure_classes and ira_pressure_classes_num instead of
17408 ira_reg_class_cover_size and ira_reg_class_cover. Use
17409 sched_regno_pressure_class instead of sched_regno_cover_class.
17410 (mark_regno_birth_or_death, setup_insn_reg_pressure_info): Use
17411 ira_reg_class_max_nregs instead of ira_reg_class_nregs.
17413 * ira-int.h: Add 2010 to Copyright. Remove mentioning cover
17414 classes from the file.
17415 (object_hard_regs_t, object_hard_regs_node_t): New typedefs.
17416 (struct object_hard_regs, struct object_hard_regs_node): New.
17417 (struct ira_object): New members profitable_hard_regs,
17418 hard_regs_node, hard_regs_subnodes_start, hard_regs_subnodes_num.
17419 (struct ira_allocno): Rename cover_class to aclass. Rename
17420 cover_class_cost and updated_cover_class_cost to class_cost and
17421 updated_class_cost. Remove splay_removed_p and
17422 left_conflict_size. Add new members colorable_p.
17423 (ALLOCNO_SPLAY_REMOVED_P, ALLOCNO_LEFT_CONFLICTS_SIZE): Remove.
17424 (ALLOCNO_COLORABLE_P): New macro.
17425 (ALLOCNO_COVER_CLASS): Rename to ALLOCNO_CLASS.
17426 (ALLOCNO_COVER_CLASS_COST, ALLOCNO_UPDATED_COVER_CLASS_COST):
17427 Rename to ALLOCNO_CLASS_COST and ALLOCNO_UPDATED__CLASS_COST.
17428 (OBJECT_...): Rename parameter C to O.
17429 (OBJECT_PROFITABLE_HARD_REGS): New macro.
17430 (OBJECT_HARD_REGS_NODE, OBJECT_HARD_REGS_SUBNODES_START)
17431 (OBJECT_HARD_REGS_SUBNODES_NUM): New macros.
17432 (struct target_ira_int): New members x_ira_max_memory_move_cost,
17433 x_ira_max_register_move_cost, x_ira_max_may_move_in_cost,
17434 x_ira_max_may_move_out_cost, x_ira_reg_allocno_class_p,
17435 x_ira_reg_pressure_class_p, x_ira_important_class_nums,
17436 x_ira_reg_class_superunion. Rename x_prohibited_class_mode_reg to
17437 x_ira_prohibited_class_mode_reg. Rename x_ira_reg_class_union to
17438 x_ira_reg_class_subunion.
17439 (ira_max_memory_move_cost, ira_max_register_move_cost)
17440 (ira_max_may_move_in_cost, ira_max_may_move_out_cost)
17441 (ira_reg_allocno_class_p, ira_reg_pressure_class_p)
17442 (ira_important_class_nums, ira_reg_class_superunion): New macros.
17443 (prohibited_class_mode_regs): Rename to ira_prohibited_class_mode_regs.
17444 (ira_reg_class_union): Rename to ira_reg_class_subunion.
17445 (ira_debug_class_cover): Rename to ira_debug_allocno_classes.
17446 (ira_set_allocno_cover_class): Rename to ira_set_allocno_class.
17447 (ira_tune_allocno_costs_and_cover_classes): Rename to
17448 ira_tune_allocno_costs.
17449 (ira_debug_hard_regs_forest): New.
17450 (ira_object_conflict_iter_init, ira_object_conflict_iter_cond)
17451 (ira_object_conflict_iter_next): Fix comments.
17452 (ira_hard_reg_set_intersection_p, hard_reg_set_size): New functions.
17453 (ira_allocate_and_set_costs, ira_allocate_and_copy_costs): Rename
17454 cover_class to aclass.
17455 (ira_allocate_and_accumulate_costs): Ditto.
17456 (ira_allocate_and_set_or_copy_costs): Ditto.
17458 * opts.c (decode_options): Remove ira_cover_class check.
17460 * ira-color.c: Remove mentioning cover classes from the file. Use
17461 ALLOCNO_CLASS, ALLOCNO_CLASS_COST, and ALLOCNO_UPDATED_CLASS_COST
17462 instead of ALLOCNO_COVER_CLASS, ALLOCNO_COVER_CLASS_COST, and
17463 ALLOCNO_UPDATED_COVER_CLASS_COST. Fix formatting.
17464 (splay-tree.h): Remove include.
17465 (allocno_coalesced_p, processed_coalesced_allocno_bitmap): Move
17466 before copy_freq_compare_func.
17467 (allocnos_for_spilling, removed_splay_allocno_vec): Remove.
17468 (object_hard_regs_vec, object_hard_regs_htab, node_check_tick):
17470 (hard_regs_roots, hard_regs_node_vec): Ditto.
17471 (object_hard_regs_hash, object_hard_regs_eq, find_hard_regs): Ditto.
17472 (insert_hard_regs, init_object_hard_regs, add_object_hard_regs): Ditto.
17473 (finish_object_hard_regs, object_hard_regs_compare): Ditto.
17474 (create_new_object_hard_regs_node): Ditto.
17475 (add_new_object_hard_regs_node_to_forest): Ditto.
17476 (add_object_hard_regs_to_forest, collect_object_hard_regs_cover): Ditto.
17477 (setup_object_hard_regs_nodes_parent, first_common_ancestor_node):
17479 (print_hard_reg_set, print_hard_regs_subforest): Ditto.
17480 (print_hard_regs_forest, ira_debug_hard_regs_forest): Ditto.
17481 (remove_unused_object_hard_regs_nodes): Ditto.
17482 (enumerate_object_hard_regs_nodes): Ditto.
17483 (object_hard_regs_nodes_num, object_hard_regs_nodes): Ditto.
17484 (object_hard_regs_subnode_t): Ditto.
17485 (struct object_hard_regs_subnode): Ditto.
17486 (object_hard_regs_subnodes, object_hard_regs_subnode_index): Ditto.
17487 (setup_object_hard_regs_subnode_index): Ditto.
17488 (get_object_hard_regs_subnodes_num): Ditto.
17489 (form_object_hard_regs_nodes_forest): Ditto.
17490 (finish_object_hard_regs_nodes_tree): Ditto.
17491 (finish_object_hard_regs_nodes_forest): Ditto.
17492 (allocnos_have_intersected_live_ranges_p): Rename to
17493 allocnos_conflict_by_live_ranges_p. Move before copy_freq_compare_func.
17494 (pseudos_have_intersected_live_ranges_p): Rename to
17495 conflict_by_live_ranges_p. Move before copy_freq_compare_func.
17496 (setup_left_conflict_sizes_p, update_left_conflict_sizes_p): Ditto.
17497 (empty_profitable_hard_regs, setup_profitable_hard_regs): Ditto.
17498 (update_copy_costs): Remove assert. Skip cost update if the hard
17499 reg does not belong the class.
17500 (assign_hard_reg): Process only profitable hard regs.
17501 (uncolorable_allocnos_num): Make it scalar.
17502 (allocno_spill_priority): Use ALLOCNO_EXCESS_PRESSURE_POINTS_NUM
17503 and ira_reg_class_max_nregs instead of ALLOCNO_LEFT_CONFLICTS_SIZE
17504 and ira_reg_class_max_nregs.
17505 (bucket_allocno_compare_func): Check frequency first.
17506 (sort_bucket): Add compare function as a parameter.
17507 (add_allocno_to_ordered_bucket): Assume no coalesced allocnos.
17508 (uncolorable_allocnos_splay_tree, USE_SPLAY_P): Remove.
17509 (push_allocno_to_stack): Rewrite for checking new allocno
17511 (remove_allocno_from_bucket_and_push): Print cost too. Remove assert.
17512 (push_only_colorable): Pass new parameter to sort_bucket.
17513 (push_allocno_to_spill): Remove.
17514 (allocno_spill_priority_compare): Make it inline and rewrite.
17515 (splay_tree_allocate, splay_tree_free): Remove.
17516 (allocno_spill_sort_compare): New function.
17517 (push_allocnos_to_stack): Sort allocnos for spilling once. Don't
17518 build and use splay tree. Choose first allocno in uncolorable
17519 allocno bucket to spill. Remove setting spill cost.
17520 (all_conflicting_hard_regs): Remove.
17521 (setup_allocno_available_regs_num): Check only profitable hard
17522 regs. Print info about hard regs nodes.
17523 (setup_allocno_left_conflicts_size): Remove.
17524 (put_allocno_into_bucket): Don't call
17525 setup_allocno_left_conflicts_size. Use setup_left_conflict_sizes_p.
17526 (improve_allocation): New.
17527 (color_allocnos): Call setup_profitable_hard_regs,
17528 form_object_hard_regs_nodes_forest, improve_allocation,
17529 finish_object_hard_regs_nodes_forest. Setup spill cost.
17530 (print_loop_title): Use pressure classes.
17531 (color_allocnso): Ditto.
17532 (do_coloring): Remove allocation and freeing splay_tree_node_pool
17533 and allocnos_for_spilling.
17534 (ira_sort_regnos_for_alter_reg): Don't setup members
17535 {first,next}_coalesced_allocno.
17536 (color): Remove allocating and freeing removed_splay_allocno_vec.
17537 (fast_allocation): Use ira_prohibited_class_mode_regs instead of
17538 prohibited_class_mode_regs.
17540 * ira-lives.c: Remove mentioning cover classes from the file. Fix
17542 (update_allocno_pressure_excess_length): Use pressure classes.
17543 (inc_register_pressure, dec_register_pressure): Check for pressure
17545 (mark_pseudo_regno_live, mark_pseudo_regno_subword_live): Use
17546 pressure class. Use ira_reg_class_nregs instead of
17547 ira_reg_class_max_nregs.
17548 (mark_pseudo_regno_dead, mark_pseudo_regno_subword_dead): Ditto.
17549 (mark_hard_reg_live, mark_hard_reg_dead): Use pressure class.
17550 (single_reg_class): Use ira_reg_class_nregs instead of
17551 ira_reg_class_max_nregs.
17552 (process_bb_node_lives): Use pressure classes.
17554 * ira-emit.c: Remove mentioning cover classes from the file. Use
17555 ALLOCNO_CLASS instead of ALLOCNO_COVER_CLASS. Fix formatting.
17556 (change_loop): Use pressure classes.
17557 (modify_move_list): Call ira_set_allocno_class instead of
17558 ira_set_allocno_cover_class.
17560 * ira-build.c: Remove mentioning cover classes from the file. Use
17561 ALLOCNO_CLASS and ALLOCNO_CLASS_COST instead of
17562 ALLOCNO_COVER_CLASS and ALLOCNO_COVER_CLASS_COST. Use
17563 ALLOCNO_UPDATED_CLASS_COST instead of
17564 ALLOCNO_UPDATED_COVER_CLASS_COST. Fix formatting.
17565 (ira_create_object): Initiate OBJECT_PROFITABLE_HARD_REGS.
17566 (ira_create_allocno): Remove initialization of
17567 ALLOCNO_SPLAY_REMOVED_P, ALLOCNO_LEFT_CONFLICT_SIZE. Initialize
17568 ALLOCNO_COLORABLE_P.
17569 (ira_set_allocno_cover_class): Rename to ira_set_allocno_class.
17570 Update conflict regs for the objects.
17571 (create_cap_allocno): Remove assert. Don't propagate
17572 ALLOCNO_AVAILABLE_REGS_NUM.
17573 (ira_free_allocno_costs): New function.
17574 (finish_allocno): Change a part of code into call of
17575 ira_free_allocno_costs.
17576 (low_pressure_loop_node_p): Use pressure classes.
17577 (object_range_compare_func): Don't compare classes.
17578 (setup_min_max_conflict_allocno_ids): Ditto.
17580 * loop-invariant.c: Remove mentioning cover classes from the file.
17581 Use ira_pressure_classes and ira_pressure_classes_num instead of
17582 ira_reg_class_cover_size and ira_reg_class_cover. Fix formatting.
17583 (get_cover_class_and_nregs): Rename to get_cover_pressure_and_nregs.
17584 Use ira_reg_class_max_nregs instead of ira_reg_class_nregs.
17585 Use reg_allocno_class instead of reg_cover_class.
17586 (get_inv_cost): Use instead ira_stack_reg_pressure_class of
17587 STACK_REG_COVER_CLASS.
17588 (get_regno_cover_class): Rename to get_regno_pressure_class.
17589 (move_loop_invariants): Initialize and finalize regstat.
17591 * ira.c: Remove mentioning cover classes from the file. Add
17592 comments about coloring without cover classes. Use ALLOCNO_CLASS
17593 instead of ALLOCNO_COVER_CLASS. Fix formatting.
17594 (alloc_reg_class_subclasses, setup_reg_subclasses): Move it before
17595 setup_class_subset_and_memory_move_costs.
17596 (setup_stack_reg_pressure_class, setup_pressure_classes): New.
17597 (setup_cover_and_important_classes): Rename to
17598 setup_allocno_and_important_classes.
17599 (setup_class_translate_array): New.
17600 (setup_class_translate): Call it for allocno and pressure classes.
17601 (cover_class_order): Rename to allocno_class_order.
17602 (comp_reg_classes_func): Use ira_allocno_class_translate instead
17603 of ira_class_translate.
17604 (reorder_important_classes): Set up ira_important_class_nums.
17605 (setup_reg_class_relations): Set up ira_reg_class_superunion.
17606 (print_class_cover): Rename to print_classes. Add parameter.
17607 (ira_debug_class_cover): Rename to ira_debug_allocno_classes.
17608 Print pressure classes too.
17609 (find_reg_class_closure): Rename to find_reg_classes. Don't call
17610 setup_reg_subclasses.
17611 (ira_hard_regno_cover_class): Rename to ira_hard_regno_allocno_class.
17612 (ira_reg_class_nregs): Rename to ira_reg_class_max_nregs.
17613 (setup_prohibited_class_mode_regs): Use
17614 ira_prohibited_class_mode_regs instead of prohibited_class_mode_regs.
17615 (clarify_prohibited_class_mode_regs): New function.
17616 (ira_init_register_move_cost): Set up ira_max_register_move_cost,
17617 ira_max_may_move_in_cost, and ira_max_may_move_out_cost.
17618 (ira_init_once): Initialize them.
17619 (free_register_move_costs): Process them.
17620 (ira_init): Move calls of find_reg_classes and
17621 setup_hard_regno_aclass after setup_prohibited_class_mode_regs.
17622 Call clarify_prohibited_class_mode_regs.
17623 (ira_no_alloc_reg): Remove.
17624 (too_high_register_pressure_p): Use pressure classes.
17626 * sched-deps.c: Remove mentioning cover classes from the file.
17627 Use ira_reg_pressure_cover instead of ira_reg_class_cover. Use
17628 ira_pressure_classes and ira_pressure_classes_num instead of
17629 ira_reg_class_cover_size and ira_reg_class_cover.
17630 (mark_insn_hard_regno_birth, mark_hard_regno_death): Use
17631 sched_regno_pressure_class instead of sched_regno_cover_class.
17632 (mark_insn_pseudo_birth, mark_pseudo_death): Ditto. Use
17633 ira_reg_class_max_nregs instead of ira_reg_class_nregs.
17635 * ira.h: Add 2010 to Copyright.
17636 (ira_no_alloc_reg): Remove external.
17637 (struct target_ira): Rename x_ira_hard_regno_cover_class,
17638 x_ira_reg_class_cover_size, x_ira_reg_class_cover, and
17639 x_ira_class_translate to x_ira_hard_regno_allocno_class,
17640 x_ira_allocno_classes_num, x_ira_allocno_classes, and
17641 x_ira_allocno_class_translate. Add x_ira_pressure_classes_num,
17642 x_ira_pressure_classes, x_ira_pressure_class_translate, and
17643 x_ira_stack_reg_pressure_class. Rename x_ira_reg_class_nregs to
17644 x_ira_reg_class_max_nregs. Add x_ira_reg_class_min_nregs and
17645 x_ira_no_alloc_regs.
17646 (ira_hard_regno_cover_class): Rename to ira_hard_regno_allocno_class.
17647 (ira_reg_class_cover_size, ira_reg_class_cover): Rename to
17648 ira_allocno_classes_num and ira_allocno_classes.
17649 (ira_class_translate): Rename to ira_allocno_class_translate.
17650 (ira_pressure_classes_num, ira_pressure_classes): New definitions.
17651 (ira_pressure_class_translate, ira_stack_reg_pressure_class): Ditto.
17652 (ira_reg_class_nregs): Rename to ira_reg_class_max_nregs.
17653 (ira_reg_class_min_nregs, ira_stack_reg_pressure_class): New
17654 (ira_no_alloc_regs): New.
17656 * ira-costs.c: Add 2010 to Copyright. Remove mentioning cover
17657 classes from the file. Use ALLOCNO_CLASS instead of
17658 ALLOCNO_COVER_CLASS. Use ALLOCNO_CLASS_COST instead of
17659 ALLOCNO_COVER_CLASS_COST.
17660 (regno_cover_class): Rename to regno_aclass.
17661 (record_reg_classes): Use ira_reg_class_subunion instead of
17662 ira_reg_class_union.
17663 (record_address_regs): Check overflow.
17664 (scan_one_insn): Ditto.
17665 (print_allocno_costs): Print total mem cost fore regional allocation.
17666 (print_pseudo_costs): Use REG_N_REFS.
17667 (find_costs_and_classes): Use classes intersected with them on the
17668 1st pass. Check overflow. Use ira_reg_class_subunion instead of
17669 ira_reg_class_union. Use ira_allocno_class_translate and
17670 regno_aclass instead of ira_class_translate and regno_cover_class.
17671 Modify code for finding regno_aclass. Setup preferred classes for
17673 (setup_allocno_cover_class_and_costs): Rename to
17674 setup_allocno_class_and_costs. Use regno_aclass instead of
17675 regno_cover_class. Use ira_set_allocno_class instead of
17676 ira_set_allocno_cover_class.
17677 (init_costs, finish_costs): Use regno_aclass instead of
17679 (ira_costs): Use setup_allocno_class_and_costs instead of
17680 setup_allocno_cover_class_and_costs.
17681 (ira_tune_allocno_costs_and_cover_classes): Rename to
17682 ira_tune_allocno_costs. Check overflow. Skip conflict hard regs
17683 by processing objects. Use ira_reg_class_max_nregs instead of
17684 ira_reg_class_nregs.
17686 * rtl.h (reg_cover_class): Rename to reg_allocno_class.
17688 * sched-int.h: Remove mentioning cover classes from the file.
17689 (sched_regno_cover_class): Rename to sched_regno_pressure_class.
17691 * reginfo.c: Add 2010 to Copyright. Remove mentioning cover
17692 classes from the file.
17693 (struct reg_pref): Rename coverclass into allocnoclass.
17694 (reg_cover_class): Rename to reg_allocno_class.
17696 * Makefile.in (ira-color.o): Remove SPLAY_TREE_H from dependencies.
17698 * config/alpha/alpha.h (IRA_COVER_CLASSES): Remove.
17700 * config/arm/arm.h (IRA_COVER_CLASSES): Ditto.
17702 * config/avr/avr.h (IRA_COVER_CLASSES): Ditto.
17704 * config/bfin/bfin.h (IRA_COVER_CLASSES): Ditto.
17706 * config/cris/cris.h (IRA_COVER_CLASSES): Ditto.
17708 * config/fr30/fr30.h (IRA_COVER_CLASSES): Ditto.
17710 * config/frv/frv.h (IRA_COVER_CLASSES): Ditto.
17712 * config/h8300/h8300.h (IRA_COVER_CLASSES): Ditto.
17714 * config/i386/i386.h (STACK_REG_COVER_CLASS): Ditto.
17716 * config/i386/i386.c (TARGET_IRA_COVER_CLASSES)
17717 (i386_ira_cover_classes): Ditto.
17719 * config/ia64/ia64.h (IRA_COVER_CLASSES): Ditto.
17721 * config/iq2000/iq2000.h (IRA_COVER_CLASSES): Ditto.
17723 * config/m32r/m32r.h (IRA_COVER_CLASSES): Ditto.
17725 * config/m68k/m68k.h (IRA_COVER_CLASSES): Ditto.
17727 * config/mcore/mcore.h (IRA_COVER_CLASSES): Ditto.
17729 * config/mep/mep.h (IRA_COVER_CLASSES): Ditto.
17731 * config/mips/mips.c (TARGET_IRA_COVER_CLASSES)
17732 (mips_ira_cover_classes): Ditto.
17734 * config/mn10300/mn10300.h (IRA_COVER_CLASSES): Ditto.
17736 * config/moxie/moxie.h (IRA_COVER_CLASSES): Ditto.
17738 * config/pa/pa64-regs.h (IRA_COVER_CLASSES): Ditto.
17740 * config/pa/pa32-regs.h (IRA_COVER_CLASSES): Ditto.
17742 * config/picochip/picochip.h (IRA_COVER_CLASSES): Ditto.
17744 * config/rs6000/rs6000.h (IRA_COVER_CLASSES_PRE_VSX)
17745 (IRA_COVER_CLASSES_VSX): Ditto.
17747 * config/rs6000/rs6000.c (TARGET_IRA_COVER_CLASSES)
17748 (rs6000_ira_cover_classes): Ditto.
17750 * config/rx/rx.h (IRA_COVER_CLASSES): Ditto.
17752 * config/s390/s390.h (IRA_COVER_CLASSES): Ditto.
17754 * config/score/score.h (IRA_COVER_CLASSES): Ditto.
17756 * config/sh/sh.h (IRA_COVER_CLASSES): Ditto.
17758 * config/sparc/sparc.h (IRA_COVER_CLASSES): Ditto.
17760 * config/spu/spu.h (IRA_COVER_CLASSES): Ditto.
17762 * config/stormy16/stormy16.h (IRA_COVER_CLASSES): Ditto.
17764 * config/v850/v850.h (IRA_COVER_CLASSES): Ditto.
17766 * config/vax/vax.h (IRA_COVER_CLASSES): Ditto.
17768 * config/xtensa/xtensa.h (IRA_COVER_CLASSES): Ditto.
17770 2011-03-29 Jakub Jelinek <jakub@redhat.com>
17773 * dwarf2out.c (struct dw_fde_struct): Remove dw_fde_hot_section_label,
17774 dw_fde_hot_section_end_label, dw_fde_unlikely_section_label,
17775 dw_fde_unlikely_section_end_label, cold_in_std_section,
17776 dw_fde_switched_sections and dw_fde_switched_cold_to_hot fields.
17777 Add dw_fde_second_begin, dw_fde_second_end and second_in_std_section
17779 (output_fde): Use dw_fde_second_{begin,end} if second is
17780 true, otherwise dw_fde_{begin,end}.
17781 (output_call_frame_info): Test dw_fde_second_begin != NULL
17782 instead of dw_fde_switched_sections.
17783 (dwarf2out_begin_prologue): Stop initializing removed dw_fde_struct
17784 fields, initialize new fields. Initialize in_std_section
17785 unconditionally from the first partition.
17786 (dwarf2out_end_epilogue): Don't override dw_fde_end when
17787 dw_fde_second_begin is non-NULL.
17788 (dwarf2out_switch_text_section): Stop initializing removed
17789 dw_fde_struct fields, initialize new fields, initialize
17790 also dw_fde_end here. Set dw_fde_switch_cfi even when
17791 dwarf2out_do_cfi_asm (). Call var_location_switch_text_section.
17792 (struct var_loc_list_def): Add last_before_switch field.
17793 (arange_table, arange_table_allocated, arange_table_in_use,
17794 ARANGE_TABLE_INCREMENT, add_arange): Removed.
17795 (size_of_aranges): Count !in_std_section and !second_in_std_section
17796 hunks in fdes, instead of looking at arange_table_in_use.
17797 (output_aranges): Add aranges_length argument, don't call
17798 size_of_aranges here. Instead of using aranges_table*
17799 emit ranges for fdes when !in_std_section resp.
17800 !second_in_std_section.
17801 (dw_loc_list): Break ranges crossing section switch.
17802 (convert_cfa_to_fb_loc_list): Likewise. If switched sections,
17803 use dw_fde_second_end instead of dw_fde_end as end of last range.
17804 (gen_subprogram_die): Don't call add_arange. Use
17805 dw_fde_{begin,end} for first partition and if switched
17806 section dw_fde_second_{begin,end} for the second.
17807 (var_location_switch_text_section_1,
17808 var_location_switch_text_section): New functions.
17809 (dwarf2out_begin_function): Initialize cold_text_section even
17810 when function_section () isn't text_section.
17811 (prune_unused_types): Don't walk arange_table.
17812 (dwarf2out_finish): Don't needlessly test
17813 flag_reorder_blocks_and_partition when testing cold_text_section_used.
17814 If info_section_emitted, call size_of_aranges and if it indicates
17815 non-empty .debug_aranges, call output_aranges with the computed
17816 size. Stop using removed dw_fde_struct fields, use
17817 dw_fde_{begin,end} for first partition and dw_fde_second_{begin,end}
17821 * cfgexpand.c (expand_debug_expr) <case SSA_NAME>: Only
17822 create ENTRY_VALUE if incoming or address of incoming's MEM
17824 * dwarf2out.c (mem_loc_descriptor): Don't emit
17825 DW_OP_GNU_entry_value of DW_OP_fbreg.
17826 * var-tracking.c (vt_add_function_parameter): Ensure cselib_lookup
17827 on ENTRY_VALUE is able to find the canonical parameter VALUE.
17828 * cselib.c (rtx_equal_for_cselib_1) <case ENTRY_VALUE>: Use
17829 rtx_equal_p instead of rtx_equal_for_cselib_1 to compare
17831 (cselib_hash_rtx) <case ENTRY_VALUE>: If ENTRY_VALUE_EXP
17832 is a REG_P or MEM_P with REG_P address, compute hash directly
17833 instead of calling cselib_hash_rtx on ENTRY_VALUE_EXP.
17834 (preserve_only_constants): Don't clear VALUES forwaring
17835 ENTRY_VALUE to some other VALUE.
17837 2011-03-28 Richard Sandiford <richard.sandiford@linaro.org>
17839 * builtins.c (expand_builtin_memset_args): Use gen_int_mode
17840 instead of GEN_INT.
17842 2011-03-28 Eric Botcazou <ebotcazou@adacore.com>
17844 * cfgexpand.c (expand_gimple_cond): Always set the source location and
17845 block before expanding the statement.
17846 (expand_gimple_stmt_1): Likewise. Set them here...
17847 (expand_gimple_stmt): ...and not here. Tidy.
17848 * cfglayout.c (curr_insn_locator): Return 0 if the current location is
17851 2011-03-28 Steven Bosscher <steven@gcc.gnu.org>
17853 * Makefile.in: New rule for cprop.o.
17854 * gcse.c: Move constant/copy propagation to cprop.c.
17855 (compute_local_properties): Only handle expression tables.
17856 (hash_scan_set, compute_hash_table_work, alloc_hash_table,): Likewise.
17857 (one_pre_gcse_pass, one_code_hoisting_pass): Likewise.
17858 (hash_set, insert_set_in_table, gcse_constant_p, lookup_set,
17859 next_set, reset_opr_set_tables, oprs_not_set_p, mark_call, mark_set,
17860 mark_clobber, mark_oprs_set, alloc_cprop_mem, free_cprop_mem,
17861 compute_cprop_data, find_used_regs, try_replace_reg,
17862 find_avail_set, cprop_jump, constprop_register, cprop_insn,
17863 local_cprop_find_used_regs, do_local_cprop, local_cprop_pass,
17864 fis_get_condition, implicit_set_cond_p, find_implicit_sets,
17865 find_bypass_set, reg_killed_on_edge, bypass_block,
17866 bypass_conditional_jumps, one_cprop_pass, gate_rtl_cprop,
17867 execute_rtl_cprop, pass_rtl_cprop): Move to...
17868 * cprop.c: ...here. New file, constant/copy propagation for RTL
17869 moved from gcse.c to here with minor cleanups in duplicated code.
17871 2011-03-28 H.J. Lu <hongjiu.lu@intel.com>
17873 * config/i386/i386.c (flag_opts): Fix a typo in
17874 -mavx256-split-unaligned-store.
17876 2011-03-28 Anatoly Sokolov <aesok@post.ru>
17878 * config/h8300/h8300.h (FUNCTION_VALUE_REGNO_P, FUNCTION_VALUE,
17879 LIBCALL_VALUE): Remove macros.
17880 * config/h8300/h8300.c (TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE,
17881 TARGET_FUNCTION_VALUE_REGNO_P): Define.
17882 (h8300_function_value, h8300_libcall_value,
17883 h8300_function_value_regno_p): New functions.
17885 2011-03-28 Anatoly Sokolov <aesok@post.ru>
17887 * config/h8300/h8300.h (ASM_OUTPUT_BSS): Remove macro.
17889 2011-03-28 Jeff Law <law@redhat.com>
17891 * tree-ssa-threadupdate.c (redirect_edges): Call
17892 create_edge_and_update_destination_phis as needed.
17893 (create_edge_and_update_destination_phis): Accept new BB argument.
17894 All callers updated.
17895 (thread_block): Do not update the profile when threading around
17896 intermediate blocks.
17897 (thread_single_edge): Likewise.
17898 (determine_bb_domination_status): If BB is not a successor of the
17899 loop header, return NONDOMINATING.
17900 (register_jump_thread): Note when we register a jump thread around
17901 an intermediate block.
17902 * tree-ssa-threadedge.c (thread_around_empty_block): New function.
17903 (thread_across_edge): Use it.
17905 2011-03-28 Tristan Gingold <gingold@adacore.com>
17907 * config/ia64/ia64.c (ia64_promote_function_mode): Fix promotion
17908 when for_return is 2.
17910 2011-03-28 Jeff Law <law@redhat.com>
17912 * var-tracking.c (canonicalize_values_mark): Delete unused
17914 (canonicalize_values_star, set_variable_part): Likewise.
17915 (clobber_variable_part, delete_variable_part): Likewise.
17917 2011-03-28 Steven Bosscher <steven@gcc.gnu.org>
17919 * gcse.c (free_gcse_mem): Free reg_set_bitmap.
17921 2011-03-28 Martin Jambor <mjambor@suse.cz>
17923 * tree-inline.c (expand_call_inline): Do not check that destination
17925 (optimize_inline_calls): Assert that destination node is analyzed.
17926 * cgraph.c (cgraph_add_new_function): Call cgraph_analyze_function, do
17927 not call tree_lowering_passes.
17928 * cgraph.h (cgraph_analyze_function): Declare.
17929 * cgraphunit.c (cgraph_analyze_function): Make public.
17931 2011-03-28 Joseph Myers <joseph@codesourcery.com>
17933 * config/sparc/sparc-opts.h: New.
17934 * config/sparc/sparc.c (sparc_handle_option, sparc_select,
17935 sparc_cpu, fpu_option_set, TARGET_HANDLE_OPTION): Remove.
17936 (sparc_option_override): Store processor_type enumeration rather
17937 than string in cpu_default. Remove name and enumeration from
17938 cpu_table. Directly default -mcpu then default -mtune from -mcpu
17939 without using sparc_select. Use target_flags_explicit instead of
17941 * config/sparc/sparc.h (enum processor_type): Move to
17943 (sparc_cpu, struct sparc_cpu_select, sparc_select): Remove.
17944 * config/sparc/sparc.opt (config/sparc/sparc-opts.h): New
17945 HeaderInclude entry.
17946 (mcpu=, mtune=): Use Var and Enum.
17947 (sparc_processor_type): New Enum and EnumValue entries.
17949 2011-03-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
17950 Iain Sandoe <iains@gcc.gnu.org>
17953 * config/darwin.h (LINK_COMMAND_SPEC_A): Use LINK_PLUGIN_SPEC.
17955 2011-03-28 Eric Botcazou <ebotcazou@adacore.com>
17957 * tree-vectorizer.h (vect_create_data_ref_ptr): Adjust prototype.
17958 * tree-vect-data-refs.c (vect_create_data_ref_ptr): Add GSI parameter.
17959 Insert new statements at it in lieu of STMT.
17960 (vect_setup_realignment): Adjust call to vect_create_data_ref_ptr.
17961 * tree-vect-stmts.c (vectorizable_store): Likewise.
17962 (vectorizable_load): Likewise.
17964 2011-03-28 Uros Bizjak <ubizjak@gmail.com>
17966 * config/alpha/alpha.md (addtf3): Change mode of operands to TFmode.
17971 2011-03-27 H.J. Lu <hongjiu.lu@intel.com>
17973 * config/i386/sse.md (*avx_mov<mode>_internal): Don't assert
17974 unaligned 256bit load/store.
17975 (*avx_movu<ssemodesuffix><avxmodesuffix>): Likewise.
17976 (*avx_movdqu<avxmodesuffix>): Likewise.
17978 2011-03-27 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
17981 * config/pa/predicates.md (reg_or_ior_operand): New predicate.
17982 * config/pa/pa.md (iordi3): Use new predicate in expander.
17983 (iorsi3): Likewise.
17985 2011-03-27 Anatoly Sokolov <aesok@post.ru>
17987 * config/mips/mips.h (LIBCALL_VALUE, FUNCTION_VALUE,
17988 FUNCTION_VALUE_REGNO_P): Remove macros.
17989 * config/mips/mips-protos.h (mips_function_value): Remove.
17990 * config/mips/mips.c (mips_function_value): Rename to...
17991 (mips_function_value_1): ... this. Make static. Handle receiving
17992 the function type in 'fn_decl_or_type' argument.
17993 (mips_function_value, mips_libcall_value,
17994 mips_function_value_regno_p): New function.
17995 (TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE,
17996 TARGET_FUNCTION_VALUE_REGNO_P): Define.
17998 2011-03-27 H.J. Lu <hongjiu.lu@intel.com>
18000 * config/i386/i386.c (flag_opts): Add -mavx256-split-unaligned-load
18001 and -mavx256-split-unaligned-store.
18002 (ix86_option_override_internal): Split 32-byte AVX unaligned
18003 load/store by default.
18004 (ix86_avx256_split_vector_move_misalign): New.
18005 (ix86_expand_vector_move_misalign): Use it.
18007 * config/i386/i386.opt: Add -mavx256-split-unaligned-load and
18008 -mavx256-split-unaligned-store.
18010 * config/i386/sse.md (*avx_mov<mode>_internal): Verify unaligned
18011 256bit load/store. Generate unaligned store on misaligned memory
18013 (*avx_movu<ssemodesuffix><avxmodesuffix>): Verify unaligned
18015 (*avx_movdqu<avxmodesuffix>): Likewise.
18017 * doc/invoke.texi: Document -mavx256-split-unaligned-load and
18018 -mavx256-split-unaligned-store.
18020 2011-03-27 Richard Sandiford <rdsandiford@googlemail.com>
18023 * config/mips/mips.md (extendsidi2): Add an "l" alternative.
18026 2011-03-27 Richard Sandiford <rdsandiford@googlemail.com>
18028 * config/mips/mips.c (mips_prepare_builtin_arg): Replace icode and
18029 opno arguments with an expand_operand. Use create_input_operand.
18030 (mips_prepare_builtin_target): Delete.
18031 (mips_expand_builtin_insn, mips_expand_builtin_compare_1): New
18033 (mips_expand_builtin_direct): Use create_output_operand and
18034 mips_expand_builtin_insn. Update call to mips_prepare_builtin_arg.
18035 (mips_expand_builtin_movtf): Likewise. Use mips_expand_fp_comparison.
18036 (mips_expand_builtin_compare): Use mips_expand_fp_comparison.
18038 2011-03-27 Ira Rosen <ira.rosen@linaro.org>
18040 * config/arm/arm.c (arm_autovectorize_vector_sizes): New
18042 (TARGET_VECTORIZE_AUTOVECTORIZE_VECTOR_SIZES): Define.
18044 2011-03-26 Eric Botcazou <ebotcazou@adacore.com>
18046 * basic-block.h (fixup_abnormal_edges): Adjust prototype.
18047 * reload1.c (reload): Adjust call to fixup_abnormal_edges. Rediscover
18048 basic blocks and call commit_edge_insertions directly.
18049 (fixup_abnormal_edges): Move from here to...
18050 * cfgrtl.c (fixup_abnormal_edges): ...here. Only insert instructions
18051 on the edges and return whether some have actually been inserted.
18052 * reg-stack.c (convert_regs): Fix up abnormal edges before inserting
18055 2011-03-26 Andrey Belevantsev <abel@ispras.ru>
18057 PR rtl-optimization/48144
18058 * sel-sched-ir.c (merge_history_vect): Factor out from ...
18059 (merge_expr_data): ... here.
18060 (av_set_intersect): Rename to av_set_code_motion_filter.
18061 Update all callers. Call merge_history_vect when an expression
18062 is found in both sets.
18063 * sel-sched-ir.h (av_set_code_motion_filter): Add prototype.
18065 2011-03-26 Alan Modra <amodra@gmail.com>
18067 * config/rs6000/predicates.md (word_offset_memref_op): Handle
18068 cmodel medium addresses.
18069 * config/rs6000/rs6000.c (rs6000_secondary_reload): Handle misaligned
18070 64-bit gpr loads and stores.
18071 (rs6000_secondary_reload_ppc64): New function.
18072 * config/rs6000/rs6000-protos.h: Declare it.
18073 * config/rs6000/rs6000.md (reload_di_store, reload_di_load): New.
18075 2011-03-26 Alan Modra <amodra@gmail.com>
18078 * config/rs6000/rs6000.c (rs6000_output_function_epilogue): Support
18079 GNU Go in traceback table.
18081 2011-03-25 Richard Henderson <rth@redhat.com>
18083 * expr.c (emit_block_move_via_movmem): Only use 6 operand variant
18084 if there are exactly 6 operands.
18085 (set_storage_via_setmem): Similarly.
18087 2011-03-25 Kai Tietz <ktietz@redhat.com>
18089 * collect2.c (write_c_file_stat): Handle backslash
18090 as right-hand directory separator.
18091 (resolve_lib_name): Use IS_DIR_SEPARATOR instead of
18092 checking just for slash.
18093 * coverage.c (coverage_init): Use IS_ABSOLUTE_PATH
18094 instead of checking for trailing slash.
18095 * gcc.c (record_temp_file): Use filename_cmp instead
18097 (do_spec_1): Likewise.
18098 (replace_outfile_spec_function): Likewise.
18099 (is_directory): Use filename_ncmp instead of strncmp.
18100 (print_multilib_info): Likewise.
18101 * gcov.c (find_source): Use filename_cmp instead
18103 (make_gcov_file_name): Fix order of slash/backslash
18105 * incpath.c (DIRS_EQ): Use filename_cmp instead of strcmp.
18106 (add_standard_paths): Likewise.
18107 * mips-tfile.c (saber_stop): Handle backslash.
18108 * prefix.c (update_path): Use filename_ncmp instead of
18110 * profile.c (output_location): Use filename_cmp instead
18112 * read-md.c (handle_toplevel_file): Handle backslash.
18113 * tlink.c (frob_extension): Likewise.
18114 * tree-cfg.c (same_line_p): Use filename_cmp instead of
18116 * tree-dump.c (dequeue_and_dump): Handle backslash.
18117 * tree.c (get_file_function_name): Likewise.
18118 * gengtype.c (read_input_list): Likewise.
18119 (get_file_realbasename): Likewise.
18120 (get_output_file_with_visibility): Use filename_cmp
18123 2011-03-25 Richard Sandiford <richard.sandiford@linaro.org>
18125 * config/arm/arm.h (CANNOT_CHANGE_MODE_CLASS): Restrict FPA_REGS
18128 2011-03-25 Nathan Froyd <froydnj@codesourcery.com>
18130 * fold-const.c (expr_location_or): New function.
18131 (fold_truth_not_expr): Call it.
18133 2011-03-25 Jeff Law <law@redhat.com>
18135 * dwarf2asm.c (dw2_asm_output_encoded_addr_rtx): Add missing
18137 * c-family/c-common.c (def_fn_type): Likewise.
18138 * ada/gcc-interface/utils.c (def_fn_type): Likewise.
18139 * emit-rtl.c (gen_rtvec): Likewise.
18140 * lto/lto-lang.c (def_fn_type): Likewise.
18142 2011-03-25 Richard Guenther <rguenther@suse.de>
18144 * tree-ssa-copy.c (stmt_may_generate_copy): Copies from constants
18145 also generate copies.
18146 (fini_copy_prop): Handle constant values properly.
18148 2011-03-25 Jakub Jelinek <jakub@redhat.com>
18150 * dwarf2out.c (mem_loc_descriptor) <case ZERO_EXTRACT>: Compare
18151 mode size instead of bitsize with DWARF2_ADDR_SIZE.
18152 (hash_loc_operands, compare_loc_operands): Handle
18153 DW_OP_GNU_entry_value.
18155 2011-03-25 Kai Tietz <ktietz@redhat.com>
18157 * config/i386/cygming.h (DWARF_FRAME_REGISTERS): Adjust comment.
18158 (STACK_BOUNDARY): Check for bit-ness in case of MS_ABI.
18159 * config/i386/i386.c (ix86_conditional_register_usage): Adjust
18160 comment and use macro TARGET_64BIT_MS_ABI instead.
18161 (ix86_keep_aggregate_return_pointer): Optimize for 64-bit case
18162 and change default behavior for 32-bit MS_ABI.
18163 (ix86_reg_parm_stack_space): Check additionally for bit-ness.
18164 (ix86_function_type_abi): Allow check for ms_abi/sysv_abi for
18166 (ix86_cfun_abi): Likewise.
18167 (ix86_maybe_switch_abi): Adjust comment.
18168 (init_cumulative_args): Check for bit-ness in MS_ABI case.
18169 (ix86_gimplify_va_arg): Check just for not TARGET_64BIT_MS_ABI
18170 instead of checking for SYSV_ABI.
18171 (ix86_nsaved_sseregs): Likewise.
18172 (ix86_compute_frame_layout): Set only for 64-bit MS_ABI alignment
18174 (ix86_expand_call): Use TARGET_64BIT_MS_ABI macro.
18175 * config/i386.h (TARGET_32BIT_MS_ABI): New macro.
18176 (ACCUMULATE_OUTGOING_ARGS): Check explicit for 64-bit MS_ABI.
18177 (OUTGOING_REG_PARM_STACK_SPACE): Likewise.
18178 * config/mingw32.h (DEFAULT_ABI): Change default always to MS_ABI.
18180 2011-03-25 Richard Guenther <rguenther@suse.de>
18182 * tree-flow.h (verify_stmts): Rename to verify_gimple_in_cfg.
18183 (verify_types_in_gimple_seq): Rename to verify_gimple_in_seq.
18184 (verify_gimple): Remove.
18185 * tree-cfg.c (verify_gimple_call): Merge verification
18187 (verify_gimple_phi): Merge verification from verify_stmts.
18188 (verify_gimple_label): New function.
18189 (verify_types_in_gimple_seq_2): Rename to verify_gimple_in_seq_2.
18190 (verify_types_in_gimple_seq): Rename to verify_gimple_in_seq.
18191 (verify_stmt): Merge into verify_gimple_in_cfg and callees.
18192 (verify_stmts): Rename to verify_gimple_in_cfg.
18193 (verify_gimple_in_cfg): New function.
18194 * passes.c (execute_function_todo): Call verify_gimple_in_cfg.
18195 * tree-ssa.c (verify_ssa): Likewise.
18196 * gimplify.c (gimplify_body): Call verify_gimple_in_seq.
18198 2011-03-25 Richard Guenther <rguenther@suse.de>
18200 * passes.c (init_optimization_passes): Add FRE pass after
18203 2011-03-25 Bernd Schmidt <bernds@codesourcery.com>
18204 Andrew Stubbs <ams@codesourcery.com>
18206 * config/arm/vfp.md (arm_movdi_vfp): Enable only when not tuning
18208 (arm_movdi_vfp_cortexa8): New pattern.
18209 * config/arm/neon.md (adddi3_neon, subdi3_neon, anddi3_neon,
18210 iordi3_neon, xordi3_neon): Add alternatives to discourage Neon
18211 instructions when tuning for Cortex-A8. Set attribute "arch".
18212 * config/arm/arm.md: Move include arm-tune.md up a bit.
18213 (define_attr "arch"): Add "onlya8" and "nota8" values.
18214 (define_attr "arch_enabled"): Handle "onlya8" and "nota8".
18216 2011-03-25 Nathan Froyd <froydnj@codesourcery.com>
18220 2011-03-24 Nathan Froyd <froydnj@codesourcery.com>
18222 * function.c (instantiate_virtual_regs): Use FOR_EACH_BB and
18223 FOR_BB_INSNS_SAFE to iterate through insns. Re-indent.
18224 (pass_instantiate_virtual_regs): Require PROP_cfglayout.
18225 * passes.c (init_optimization_passes): Move
18226 pass_instantiate_virtual_regs after pass_into_cfg_layout_mode.
18228 2011-03-25 Kai Tietz <ktietz@redhat.com>
18230 * c-typeck.c (comptypes_internal): Replace target
18231 hook call of comp_type_attributes by version in tree.c file.
18232 * gimple.c (gimple_types_compatible_p_1): Likewise.
18233 * tree-ssa.c (useless_type_conversion_p): Likewise.
18234 * tree.c (build_type_attribute_qual_variant): Likewise.
18235 (attribute_value_equal): New static helper function.
18236 (comp_type_attributes): New function.
18237 (merge_attributes): Use attribute_value_equal for comparison.
18238 (attribute_list_contained): Likewise.
18239 * tree.h (comp_type_attributes): New prototype.
18241 2011-03-25 Richard Guenther <rguenther@suse.de>
18243 * tree-cfg.c (verify_gimple_assign_unary): Drop special casing
18244 of complex types at -O0.
18245 (verify_gimple_assign_binary): Likewise.
18246 (verify_gimple_assign_ternary): Likewise.
18248 2011-03-24 Mark Wielaard <mjw@redhat.com>
18250 * dwarf2out.c (size_of_die): Modify comment to say DW_FORM_ref_sig8.
18251 (value_format): Use DW_FORM_ref_sig8, not DW_FORM_sig8.
18253 2011-03-24 Mark Wielaard <mjw@redhat.com>
18256 * dwarf2out.c (output_abbrev_section): Only write table when
18257 abbrev_die_table_in_use > 1.
18259 2011-02-24 Richard Henderson <rth@redhat.com>
18261 * config/alpha/alpha.c (alpha_expand_unaligned_load): Use extql.
18262 (alpha_expand_unaligned_store): Use mskwl, mskll, mskql.
18263 (alpha_expand_unaligned_load_words): Use extql.
18264 (alpha_expand_unaligned_store_words): Use insqh, mskqh, mskql.
18265 (emit_insxl): Handle all modes for consistency.
18267 2011-02-24 Richard Henderson <rth@redhat.com>
18269 * config/alpha/alpha.c (get_aligned_mem): Don't test WORDS_BIG_ENDIAN.
18270 (alpha_expand_unaligned_load): Likewise.
18271 (alpha_expand_unaligned_store): Likewise.
18272 (alpha_expand_unaligned_load_words): Likewise.
18273 (alpha_expand_unaligned_store_words): Likewise.
18274 (emit_insxl, alpha_split_compare_and_swap_12): Likewise.
18275 (alpha_split_lock_test_and_set_12): Likewise.
18276 (print_operand, alpha_fold_builtin_extxx): Likewise.
18277 (alpha_fold_builtin_insxx, alpha_fold_builtin_mskxx): Likewise.
18278 * config/alpha/alpha.md (bswapsi2, insv, extv, extzv): Likewise.
18279 (builtin_extwh, builtin_extlh, builtin_extql): Likewise.
18280 (unaligned_extendqidi_be, unaligned_extendhidi_be, extxl_be): Remove.
18281 (*extxl_1_be, *extql_2_be, extqh_be, extlh_be, extwh_be): Remove.
18282 (insbl_be, inswl_be, insll_be, insql_be, mskxl_be): Remove.
18283 (unaligned_loadqi_be, unaligned_loadhi_be): Remove.
18284 (unaligned_storeqi_be, unaligned_storehi_be): Remove.
18285 (extbl): Rename from builtin_extbl; don't test WORDS_BIG_ENDIAN.
18286 (extwl, extll, extql): Similarly.
18287 (inswh, inslh, insqh): Similarly.
18288 (mskbl, mskwl, mskll, mskql): Similarly.
18289 (mskwh, msklh, mskqh): Similarly.
18291 2011-02-24 Richard Henderson <rth@redhat.com>
18293 * config/alpha/alpha.md (attribute isa): Add er, ner.
18294 (attribute enabled): Handle them.
18295 (*movdi): Merge *movdi_{er_nofix,nofix,er_fix,fix}.
18297 2011-02-24 Richard Henderson <rth@redhat.com>
18299 * config/alpha/alpha.md (attribute isa): Add vms.
18300 (attribute enabled): Handle it.
18301 (*movsf): Merge *movsf_{nofix,fix,nofp}.
18302 (*movdf): Merge *movdf_{nofix,fix,nofp}.
18303 (*movtf): Rename from *movtf_internal for consistency.
18304 (*movsi): Merge with *movsi_nt_vms.
18305 (*movhi): Merge *movhi_nobwx, *movhi_bwx.
18306 (*movqi): Merge *movqi_nobwx, *movqi_bwx.
18307 (*mov<VEC>): Merge *mov<VEC>_fix, *mov<VEC>_nofix.
18308 * config/alpha/constraint.md ("f"): Use NO_REGS when fpu is disabled.
18310 2011-02-24 Richard Henderson <rth@redhat.com>
18312 * config/alpha/alpha.md (extendqihi2): Implement for BWX only.
18313 (extendqisi2, extendhisi2): Likewise.
18314 (extendqidi2): Simplify BWX/non-BWX expansions.
18315 (extendhidi2): Similarly.
18317 2011-02-24 Richard Henderson <rth@redhat.com>
18319 * config/alpha/alpha.md (attribute isa): New.
18320 (attribute enabled): New.
18321 (zero_extendqihi2): Merge from *zero_extendqihi2_{bwx,nobwx}.
18322 (zero_extendqisi2, zero_extendqidi2): Similarly.
18323 (zero_extendhisi2, zero_extendhidi2): Similarly.
18324 * config/alpha/predicates.md (reg_or_bwx_memory_operand): New.
18326 2011-02-24 Richard Henderson <rth@redhat.com>
18328 * config/alpha/predicates.md (input_operand): Revert last change;
18329 update comment to mention 32-bit VMS rather than Windows.
18331 2011-03-24 Nathan Froyd <froydnj@codesourcery.com>
18333 * function.c (instantiate_virtual_regs): Use FOR_EACH_BB and
18334 FOR_BB_INSNS_SAFE to iterate through insns. Re-indent.
18335 (pass_instantiate_virtual_regs): Require PROP_cfglayout.
18336 * passes.c (init_optimization_passes): Move
18337 pass_instantiate_virtual_regs after pass_into_cfg_layout_mode.
18339 2011-03-24 Eric Botcazou <ebotcazou@adacore.com>
18341 * dojump.c (do_jump_by_parts_greater_rtx): Optimize in specific cases.
18343 2011-03-24 Uros Bizjak <ubizjak@gmail.com>
18345 * config/i386/i386.md (ix86_print_operand): Output DFmode const_double
18348 2011-03-24 Jakub Jelinek <jakub@redhat.com>
18351 * simplify-rtx.c (simplify_const_unary_operation): Call
18352 real_convert when changing mode class with FLOAT_EXTEND.
18354 2011-03-24 Nick Clifton <nickc@redhat.com>
18356 * config/rx/rx.h (LABEL_ALIGN_FOR_BARRIER): Define.
18357 (ASM_OUTPUT_MAX_SKIP_ALIGN): Define.
18358 * config/rx/rx.c (rx_option_override): Set align_jumps,
18359 align_loops and align_labels if not set by the user.
18360 (rx_align_for_label): New function.
18361 (rx_max_skip_for_label): New function.
18362 (TARGET_ASM_JUMP_ALIGN_MAX_SKIP): Define.
18363 (TARGET_ASM_LOOP_ALIGN_MAX_SKIP): Define.
18364 (TARGET_ASM_LABEL_ALIGN_MAX_SKIP): Define.
18365 (TARGET_ASM_LABEL_ALIGN_AFTER_BARRIER_MAX_SKIP): Define.
18366 * config/rx/rx-protos.h (rx_align_for_label): Add prototype.
18368 2011-03-24 Richard Sandiford <richard.sandiford@linaro.org>
18370 PR rtl-optimization/48263
18371 * optabs.c (expand_binop_directly): Reinstate convert_modes code
18372 and original commutative_p handling. Use maybe_gen_insn.
18374 2011-03-24 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
18376 * reload.c (find_reloads_subreg_address): Add address_reloaded
18377 parameter and return true there if the full address has been
18379 (find_reloads_toplev): Pass address_reloaded flag.
18380 (find_reloads_address_1): Don't use address_reloaded parameter.
18382 2011-03-24 Jeff Law <law@redhat.com>
18384 * tree-ssa-live.c (remove_unused_scope_block_p): Remove set but
18385 unused variable "ann".
18386 (remove_unused_locals): Likewise.
18388 * tree-ssa-copy.c (propagate_tree_value_into_stmt): Remove useless
18391 * cfglayout.c (fixup_reorder_chain): Do not dereference E_FALL
18394 2011-03-24 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
18396 * config/s390/s390.c (s390_preferred_reload_class): Return NO_REGS
18397 for invalid symbolic addresses.
18398 (s390_secondary_reload): Don't use s390_check_symref_alignment for
18401 2011-03-24 Eric Botcazou <ebotcazou@adacore.com>
18403 * fold-const.c (fold_ternary_loc): Preserve the location (if any) of
18404 the argument in calls to fold_truth_not_expr.
18406 2011-03-24 Nathan Froyd <froydnj@codesourcery.com>
18408 * tree.c (record_node_allocation_statistics): New function.
18409 (make_node_stat, copy_node_stat, build_string): Call it.
18410 (make_tree_binfo_stat, make_tree_vec_stat, tree_cons_stat): Likewise.
18411 (build1_stat, build_omp_clause): Likewise.
18413 2011-03-24 Richard Sandiford <richard.sandiford@linaro.org>
18415 * builtins.c (expand_movstr): Fix endp == 1 adjustment after
18418 2011-03-24 Richard Guenther <rguenther@suse.de>
18420 PR tree-optimization/48271
18421 * tree-ssa-dom.c (tree_ssa_dominator_optimize): Only cleanup
18422 blocks that still exist.
18424 2011-03-24 Richard Guenther <rguenther@suse.de>
18426 PR tree-optimization/48270
18427 * tree-ssa-phiopt.c (cond_if_else_store_replacement): Do
18428 not free datarefs before ddrs.
18430 2011-03-24 Eric Botcazou <ebotcazou@adacore.com>
18432 * tree-sra.c (build_ref_for_offset): Strip useless type conversions
18433 from the address built for a reference with variable offset.
18435 2011-03-24 Uros Bizjak <ubizjak@gmail.com>
18438 * config/i386/i386.md (*movdf_internal_rex64): Do not split
18439 alternatives that can be handled with movq or movabsq insn.
18440 (*movdf_internal): Disable for !TARGET_64BIT.
18441 (*movdf_internal_nointeger): Ditto.
18442 * config/i386/i386.c (ix86_print_operand): Handle DFmode immediates.
18444 2011-03-24 Nathan Froyd <froydnj@codesourcery.com>
18446 * system.h (FUNCTION_ARG, FUNCTION_INCOMING_ARG): Poison.
18447 (FUNCTION_ARG_ADVANCE): Likewise.
18448 * tm.texi.in: Change references to them to hook references.
18449 * tm.texi: Regenerate.
18450 * targhooks.c (default_function_arg): Eliminate check for target macro.
18451 (default_function_incoming_arg): Likewise.
18452 (default_function_arg_advance): Likewise.
18453 * target.def (function_arg, function_incoming_arg): Change to DEFHOOK.
18454 (function_arg_advance): Likewise.
18455 * target-def.h: Eliminate FUNCTION_INCOMING_ARG check.
18457 2011-03-24 Richard Guenther <rguenther@suse.de>
18459 PR middle-end/48269
18460 * tree-object-size.c (addr_object_size): Do not double-account
18461 for MEM_REF offsets.
18463 2011-03-24 Diego Novillo <dnovillo@google.com>
18465 * lto-opts.c (input_data_block): Move to lto-streamer-in.c.
18466 * lto-streamer-in.c (input_string_internal): Add clarifying comments.
18467 (lto_input_data_block): Move from lto-opts.c. Make extern.
18469 (lto_input_string): Rename from input_string. Make extern.
18471 * lto-streamer-out.c (lto_output_string_with_length): Rename from
18472 output_string_with_length.
18473 Output 0 to indicate a non-NULL string. Update all callers to
18475 (lto_output_string): Rename from output_string. Make extern.
18477 (lto_output_decl_state_streams): Make extern.
18478 (lto_output_decl_state_refs): Make extern.
18479 * lto-streamer.h (lto_input_string): Declare.
18480 (lto_input_data_block): Declare.
18481 (lto_output_string): Declare.
18482 (lto_output_string_with_length): Declare.
18483 (lto_output_decl_state_streams): Declare.
18484 (lto_output_decl_state_refs): Declare.
18486 2011-03-24 Richard Guenther <rguenther@suse.de>
18488 PR tree-optimization/46562
18489 * tree.c (build_invariant_address): New function.
18490 * tree.h (build_invariant_address): Declare.
18491 * tree-dfa.c (get_addr_base_and_unit_offset): Wrap around
18492 a renamed function moved ...
18493 * tree-flow-inline.h (get_addr_base_and_unit_offset_1): ... here.
18494 Take valueization callback parameter.
18495 * tree-flow.h (gimple_fold_stmt_to_constant): Declare.
18496 * gimple-fold.h: New file.
18497 * tree-ssa-ccp.c (ccp_fold): Use gimple_fold_stmt_to_constant_1.
18498 (ccp_fold, fold_const_aggregate_ref,
18499 fold_ctor_reference, fold_nonarray_ctor_reference,
18500 fold_array_ctor_reference, fold_string_cst_ctor_reference,
18501 get_base_constructor): Move ...
18502 * gimple-fold.c: ... here.
18503 (gimple_fold_stmt_to_constant_1): New function
18504 split out from ccp_fold. Take a valueization callback parameter.
18505 Valueize all operands.
18506 (gimple_fold_stmt_to_constant): New wrapper function.
18507 (fold_const_aggregate_ref_1): New function split out from
18508 fold_const_aggregate_ref. Take a valueization callback parameter.
18509 (fold_const_aggregate_ref): Wrap fold_const_aggregate_ref_1.
18510 * tree-ssa-sccvn.c (simplify_binary_expression): Simplify
18511 invariant POINTER_PLUS_EXPRs to invariant form.
18512 (vn_valueize): New function.
18513 (try_to_simplify): Simplify by using gimple_fold_stmt_to_constant.
18514 * tree-vrp.c (vrp_valueize): New function.
18515 (vrp_visit_assignment_or_call): Use gimple_fold_stmt_to_constant
18516 to fold statements to constants.
18517 * tree-ssa-pre.c (eliminate): Properly guard propagation of
18518 function declarations.
18519 * Makefile.in (tree-ssa-sccvn.o, tree-vrp.o, gimple-fold.o,
18520 tree-ssa-ccp.o): Add gimple-fold.h dependencies.
18522 2011-03-24 Richard Sandiford <richard.sandiford@linaro.org>
18524 * config/h8300/predicates.md (jump_address_operand): Fix register
18527 2011-03-24 Ira Rosen <ira.rosen@linaro.org>
18529 * doc/invoke.texi (max-stores-to-sink): Document.
18530 * params.h (MAX_STORES_TO_SINK): Define.
18531 * opts.c (finish_options): Set MAX_STORES_TO_SINK to 0
18532 if either vectorization or if-conversion is disabled.
18533 * tree-data-ref.c (dr_equal_offsets_p1): Moved and renamed from
18534 tree-vect-data-refs.c vect_equal_offsets.
18535 (dr_equal_offsets_p): New function.
18536 (find_data_references_in_bb): Remove static.
18537 * tree-data-ref.h (find_data_references_in_bb): Declare.
18538 (dr_equal_offsets_p): Likewise.
18539 * tree-vect-data-refs.c (vect_equal_offsets): Move to tree-data-ref.c.
18540 (vect_drs_dependent_in_basic_block): Update calls to
18541 vect_equal_offsets.
18542 (vect_check_interleaving): Likewise.
18543 * tree-ssa-phiopt.c: Include cfgloop.h and tree-data-ref.h.
18544 (cond_if_else_store_replacement): Rename to...
18545 (cond_if_else_store_replacement_1): ... this. Change arguments and
18547 (cond_if_else_store_replacement): New function.
18548 * Makefile.in (tree-ssa-phiopt.o): Adjust dependencies.
18549 * params.def (PARAM_MAX_STORES_TO_SINK): Define.
18551 2011-03-23 Chung-Lin Tang <cltang@codesourcery.com>
18554 * config/arm/arm.md (casesi): Use the gen_int_mode() function
18555 to subtract lower bound instead of GEN_INT().
18557 2011-03-23 Jonathan Wakely <jwakely.gcc@gmail.com>
18562 * doc/extend.texi (Alignment): Move section to match order in TOC.
18563 * doc/invoke.texi (i386 and x86-64 Windows Options): Likewise.
18564 (Warning Options): Adjust -Wno-cpp summary and remove stray backslash.
18566 2011-03-23 Jeff Law <law@redhat.com>
18568 * cfg.c (redirect_edge_succ_nodup): Duplicate the varm map
18569 before removing the edge.
18571 * cfgrtl.c (cfg_layout_redirect_edge_and_branch): Do not use E after
18572 it may have been freed by redirect_branch_edge or
18573 redirect_edge_succ_nodup.
18575 2011-03-23 Richard Guenther <rguenther@suse.de>
18577 * tree-stdarg.c (va_list_counter_bump): Handle bumps via MEM_REF.
18578 (check_va_list_escapes): Likewise.
18579 (check_all_va_list_escapes): Likewise.
18581 2011-03-23 Richard Guenther <rguenther@suse.de>
18583 * Makefile.in (IPA_TYPE_ESCAPE_H): Remove.
18584 (OBJS-archive): Remove ipa-struct-reorg.o and ipa-type-escape.o.
18585 (tree-ssa-alias.o): Do not depend on IPA_TYPE_ESCAPE_H.
18586 (alias.o): Likewise.
18587 (ipa-type-escape.o): Remove.
18588 (ipa-struct-reorg.o): Likewise.
18589 (GTFILES): Remove ipa-struct-reorg.c.
18590 * alias.c: Do not include ipa-type-escape.h.
18591 * tree-ssa-alias.c: Likewise.
18592 * common.opt (fipa-struct-reorg): Preserve for backward compatibility.
18593 * opts.c (finish_options): Do not reset flag_ipa_struct_reorg.
18594 * passes.c (init_optimization_passes): Remove ipa-struct-reorg
18595 and ipa-type-escape passes.
18596 * tree-pass.h (pass_ipa_type_escape): Remove.
18597 (pass_ipa_struct_reorg): Likewise.
18598 * ipa-struct-reorg.h: Remove.
18599 * ipa-struct-reorg.c: Likewise.
18600 * ipa-type-escape.h: Likewise.
18601 * ipa-type-escape.c: Likewise.
18602 * doc/invoke.texi (-fipa-struct-reorg): Remove.
18603 (--param struct-reorg-cold-struct-ratio): Likewise.
18604 * params.def (PARAM_STRUCT_REORG_COLD_STRUCT_RATIO): Likewise.
18605 * params.h (STRUCT_REORG_COLD_STRUCT_RATIO): Likewise.
18606 * timevar.def (TV_IPA_TYPE_ESCAPE): Likewise.
18608 2011-03-23 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
18610 * config/s390/2084.md: Enable all insn reservations also for z9_ec
18611 cpu attribute value.
18612 * config/s390/s390-opts.h (enum s390_arch_option): Remove.
18613 (enum processor_type): Add PROCESSOR_2094_Z9_EC.
18614 * config/s390/s390.c (processor_flags_table): New constant array.
18615 (s390_handle_arch_option): Remove.
18616 (s390_handle_option): Remove s390_handle_arch_option invocations
18617 and OPT_mwarn_framesize_ handling.
18618 (s390_option_override): Remove s390_handle_arch_option invocation.
18619 (s390_emit_prologue): Remove use of HOST_WIDE_INT_PRINT_DEC in
18621 * config/s390/s390.md (cpu attribute): Add z9_ec value.
18622 * config/s390/s390.opt (s390_tune, s390_arch)
18623 (march=): Replace s390_arch_option enum and values with
18624 processor_type. Set variable name to s390_arch. Set
18625 initialization value.
18626 (mtune=): Replace s390_arch_option with processor_type. Set
18627 variable name to s390_tune. Set initialization value.
18629 2011-03-23 Julian Brown <julian@codesourcery.com>
18631 * expr.c (expand_expr_real_1): Only use BLKmode for volatile
18632 accesses which are not naturally aligned.
18634 2011-03-23 Richard Sandiford <richard.sandiford@linaro.org>
18637 * config/arm/predicates.md (neon_lane_number): Accept 0..15.
18639 2011-03-23 Richard Sandiford <richard.sandiford@linaro.org>
18641 * optabs.h (emit_unop_insn, maybe_emit_unop_insn): Change insn code
18642 parameter from "int" to "enum insn_code".
18643 (expand_operand_type): New enum.
18644 (expand_operand): New structure.
18645 (create_expand_operand): New function.
18646 (create_fixed_operand, create_output_operand): Likewise
18647 (create_input_operand, create_convert_operand_to): Likewise.
18648 (create_convert_operand_from, create_address_operand): Likewise.
18649 (create_integer_operand): Likewise.
18650 (create_convert_operand_from_type, maybe_legitimize_operands): Declare.
18651 (maybe_gen_insn, maybe_expand_insn, maybe_expand_jump_insn): Likewise.
18652 (expand_insn, expand_jump_insn): Likewise.
18653 * builtins.c (expand_builtin_prefetch): Use the new interfaces.
18654 (expand_builtin_interclass_mathfn, expand_builtin_strlen): Likewise.
18655 (expand_movstr, expand_builtin___clear_cache): Likewise.
18656 (expand_builtin_lock_release): Likewise.
18657 * explow.c (allocate_dynamic_stack_space): Likewise.
18658 (probe_stack_range): Likewise. Allow check_stack to FAIL,
18659 and use the default handling in that case.
18660 * expmed.c (check_predicate_volatile_ok): Delete.
18661 (store_bit_field_1, extract_bit_field_1): Use the new interfaces.
18662 (emit_cstore): Likewise.
18663 * expr.c (emit_block_move_via_movmem): Likewise.
18664 (set_storage_via_setmem, expand_assignment): Likewise.
18665 (emit_storent_insn, try_casesi): Likewise.
18666 (emit_single_push_insn): Likewise. Allow the expansion to fail.
18667 * optabs.c (expand_widen_pattern_expr, expand_ternary_op): Likewise.
18668 (expand_vec_shift_expr, expand_binop_directly): Likewise.
18669 (expand_twoval_unop, expand_twoval_binop): Likewise.
18670 (expand_unop_direct, emit_indirect_jump): Likewise.
18671 (emit_conditional_move, vector_compare_rtx): Likewise.
18672 (expand_vec_cond_expr, expand_val_compare_and_swap_1): Likewise.
18673 (expand_sync_operation, expand_sync_fetch_operation): Likewise.
18674 (expand_sync_lock_test_and_set): Likewise.
18675 (maybe_emit_unop_insn): Likewise. Change icode to an insn_code.
18676 (emit_unop_insn): Likewise.
18677 (expand_copysign_absneg): Change icode to an insn_code.
18678 (create_convert_operand_from_type): New function.
18679 (maybe_legitimize_operand, maybe_legitimize_operands): Likewise.
18680 (maybe_gen_insn, maybe_expand_insn, maybe_expand_jump_insn): Likewise.
18681 (expand_insn, expand_jump_insn): Likewise.
18682 * config/i386/i386.md (setmem<mode>): Use nonmemory_operand rather
18683 than const_int_operand for operand 2.
18685 2011-03-23 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
18687 * dwarf2out.c (const_ok_for_output_1): Print the unspec enum name
18690 2011-03-22 Nathan Froyd <froydnj@codesourcery.com>
18692 * emit-rtl.c (emit_pattern_before_noloc): New function.
18693 (emit_insn_before_noloc, emit_jump_insn_before_noloc): Call it.
18694 (emit_call_insn_before_noloc, emit_debug_insn_before_noloc): Likewise.
18695 (emit_pattern_after_noloc): New function.
18696 (emit_insn_after_noloc, emit_jump_insn_after_noloc): Call it.
18697 (emit_call_insn_after_noloc, emit_debug_insn_after_noloc): Likewise.
18699 2011-03-22 Nathan Froyd <froydnj@codesourcery.com>
18701 * libgcc2.c (__lshrdi3, __ashldi3, __ashrdi3): Use W_TYPE_SIZE.
18702 (__ffsDI2): Likewise.
18704 2011-03-22 Richard Henderson <rth@redhat.com>
18706 * config/alpha/alpha.c (direct_return): Use TARGET_ABI_OSF instead
18707 of !TARGET_ABI_OPEN_VMS.
18708 (alpha_trampoline_init, alpha_start_function): Likewise.
18709 (alpha_expand_epilogue, alpha_file_start): Likewise.
18710 * config/alpha/alpha.md (divsi3, modsi3): Likewise.
18711 (udivsi3, umodsi3, divdi3, moddi3, udivdi3, umoddi3): Likewise.
18712 (*divmodsi_internal_er, *divmodsi_internal_er_1): Likewise.
18713 (*divmodsi_internal, *divmoddi_internal_er): Likewise.
18714 (*divmoddi_internal_er_1, *divmoddi_internal): Likewise.
18716 2011-03-22 Joseph Myers <joseph@codesourcery.com>
18718 * config/s390/s390-opts.h: New.
18719 * config/s390/s390.c (s390_tune, s390_tune_flags, s390_arch,
18720 s390_arch_flags, s390_warn_framesize, s390_stack_size,
18721 s390_stack_guard): Remove.
18722 (s390_handle_arch_option): Return void. Take enum
18723 s390_arch_option value instead of string and searching array.
18724 (s390_handle_option): Don't assert that global structures are in
18725 use. Access variables via opts pointer. Use error_at. Don't use
18726 sscanf for -mstack-guard= or -mstack-size=. Update call to
18727 s390_handle_arch_option.
18728 (s390_option_override): Update call to s390_handle_arch_option.
18729 (s390_emit_prologue): Use %d format for s390_stack_size in
18730 diagnostic. Use %wd for HOST_WIDE_INT.
18731 * config/s390/s390.h (enum processor_type): Move to s390-opts.h.
18732 (s390_tune, s390_tune_flags, s390_arch, s390_arch_flags): Remove.
18733 * config/s390/s390.opt (config/s390/s390-opts.h): New
18734 HeaderInclude entry.
18735 (s390_arch_string, s390_tune, s390_tune_flags, s390_arch,
18736 s390_arch_flags, s390_warn_framesize): New Variable entries.
18737 (s390_arch_option): New Enum and EnumValue entries.
18738 (march=): Use Enum instead of Var.
18739 (mstack-guard=, mstack-size=): Use UInteger and Var.
18740 (mtune=): Use Enum.
18742 2011-03-22 Joseph Myers <joseph@codesourcery.com>
18744 * config/score/score.c (score_handle_option): Don't assert that
18745 global structures are in use. Access target_flags via opts
18746 pointer. Use value of -march= option to determine target_flags
18748 * config/score/score.opt (march=): Use Enum.
18749 (score_arch): New Enum and EnumValue entries.
18751 2011-03-22 Joseph Myers <joseph@codesourcery.com>
18753 * config/mep/mep.c (option_mtiny_specified): Remove.
18754 (mep_option_override): Move register handling for -mivc2 from
18755 mep_handle_option. Use global_options_set.x_mep_tiny_cutoff
18756 instead of option_mtiny_specified.
18757 (mep_handle_option): Access target_flags via opts pointer. Don't
18758 assert that global structures are in use. Defer part of -mivc2
18759 handling and move it to mep_option_override.
18760 * config/mep/mep.opt (IVC2): New Mask entry.
18761 (mivc2): Use Var and Defer instead of Mask.
18763 2011-03-22 Joseph Myers <joseph@codesourcery.com>
18765 * config/v850/v850-opts.h: New.
18766 * config/v850/v850.c (small_memory): Replace with
18767 small_memory_physical_max array. Make that array static const.
18768 (v850_handle_memory_option): Take integer value of argument. Take
18769 gcc_options pointer, option text and location. Return void.
18770 Update for changes to small memory structures.
18771 (v850_handle_option): Access target_flags via opts pointer. Don't
18772 assert that global structures are in use. Update calls to
18773 v850_handle_memory_option.
18774 (v850_encode_data_area): Update references to small memory settings.
18775 * config/v850/v850.h (struct small_memory_info, small_memory): Remove.
18776 (enum small_memory_type): Move to v850-opts.h.
18777 * config/v850/v850.opt (config/v850/v850-opts.h): New
18778 HeaderInclude entry.
18779 (small_memory_max): New Variable entry.
18780 (msda): Replace by pair of options msda= and msda-. Use UInteger.
18781 (mtda, mzda): Likewise.
18783 2011-03-22 Joseph Myers <joseph@codesourcery.com>
18785 * config/sh/sh.c (sh_handle_option): Access target_flags via opts
18786 pointer. Don't assert that global structures are in use.
18788 2011-03-22 Joseph Myers <joseph@codesourcery.com>
18790 * config/pdp11/pdp11.c (pdp11_handle_option): Access target_flags
18791 via opts pointer. Don't assert that global structures are in use.
18793 2011-03-22 Joseph Myers <joseph@codesourcery.com>
18795 * config/pa/pa-hpux.opt (flag_pa_unix): New Variable entry.
18796 (munix=93): Use Var.
18797 * config/pa/pa-hpux1010.opt (munix=95): Use Var.
18798 * config/pa/pa-hpux1111.opt (munix=98): Use Var.
18799 * config/pa/pa-opts.h: New.
18800 * config/pa/pa.c (pa_cpu, flag_pa_unix): Remove.
18801 (pa_handle_option): Don't assert that global structures are in
18802 use. Access target_flags via opts pointer. Don't handle
18803 OPT_mschedule_, OPT_mfixed_range_, OPT_munix_93, OPT_munix_95 or
18805 (pa_option_override): Handle deferred OPT_mfixed_range_.
18807 2011-03-22 Joseph Myers <joseph@codesourcery.com>
18809 * config/mn10300/mn10300-opts.h: New.
18810 * config/mn10300/mn10300.c (mn10300_processor,
18811 mn10300_tune_string): Remove.
18812 (mn10300_handle_option): Don't assert that global structures are
18813 in use. Access mn10300_processor via opts pointer. Don't handle
18815 * config/mn10300/mn10300.h (enum processor_type): Move to
18817 (mn10300_processor): Remove.
18818 * config/mn10300/mn10300.opt (config/mn10300/mn10300-opts.h): New
18819 HeaderInclude entry.
18820 (mn10300_processor): New Variable entry.
18823 2011-03-22 Joseph Myers <joseph@codesourcery.com>
18825 * config/microblaze/microblaze.c: Don't include opts.h.
18826 (microblaze_handle_option, TARGET_HANDLE_OPTION): Remove.
18827 * config/microblaze/microblaze.opt (mxl-stack-check): Use Warn.
18828 (mno-clearbss): Use Var and Warn.
18830 2011-03-22 Joseph Myers <joseph@codesourcery.com>
18832 * config/m32r/m32r-opts.h: New.
18833 * config/m32r/m32r.c (m32r_model, m32r_sdata): Remove.
18834 (m32r_handle_option): Don't assert that global structures are in
18835 use. Access target_flags and m32r_cache_flush_func via opts
18836 pointer. Don't handle OPT_mmodel_, OPT_msdata_ or
18837 OPT_mno_flush_trap here.
18838 * config/m32r/m32r.h (Code Models, Small Data Area): Replace by
18839 include of m32r-opts.h.
18840 * config/m32r/m32r.opt (config/m32r/m32r-opts.h): New
18841 HeaderInclude entry.
18842 (m32r_model_selected, m32r_sdata_selected): New Variable entries.
18843 (mmodel=): Use Enum and Var.
18844 (m32r_model): New Enum and EnumValue entries.
18845 (mno-flush-trap): Use Var.
18846 (msdata=): Use Enum and Var.
18847 (m32r_sdata): New Enum and EnumValue entries.
18849 2011-03-22 Joseph Myers <joseph@codesourcery.com>
18851 * config/m32c/m32c.c: Don't include opts.h.
18852 (target_memregs, target_memregs_set, TARGET_HANDLE_OPTION,
18853 m32c_handle_option): Remove.
18854 (m32c_option_override): Check global_options_set.x_target_memregs
18855 instead of target_memregs_set.
18856 * config/m32c/m32c.h (target_memregs): Remove.
18857 * config/m32c/m32c.opt (memregs=): Use UInteger with integer
18860 2011-03-22 Joseph Myers <joseph@codesourcery.com>
18862 * config/iq2000/iq2000-opts.h: New.
18863 * config/iq2000/iq2000.c: Don't include opts.h.
18864 (iq2000_tune, iq2000_handle_option, TARGET_HANDLE_OPTION): Remove.
18865 * config/iq2000/iq2000.h (enum processor_type, iq2000_tune): Remove.
18866 * config/iq2000/iq2000.opt (config/iq2000/iq2000-opts.h): New
18867 HeaderInclude entry.
18868 (iq2000_tune): New Variable entry.
18869 (march=): Add comment. Use Enum.
18870 (iq2000_arch): New Enum and EnumValue entries.
18871 (mcpu=): Use Enum and Var.
18872 (iq2000_tune): New Enum and EnumValue entries.
18874 2011-03-22 Joseph Myers <joseph@codesourcery.com>
18876 * config/ia64/ia64-opts.h: New.
18877 * config/ia64/ia64.c (ia64_tune): Remove.
18878 (ia64_handle_option): Don't handle OPT_mfixed_range_ or OPT_mtune_
18879 here. Use error_at.
18880 (ia64_option_override): Handle deferred OPT_mfixed_range_.
18881 * config/ia64/ia64.h (enum processor_type, ia64_tune): Remove.
18882 * config/ia64/ia64.opt (config/ia64/ia64-opts.h): New
18883 HeaderInclude entry.
18884 (ia64_tune): New Variable entry.
18885 (mfixed-range=): Use Defer and Var.
18886 (mtune=): Use Enum and Var.
18887 (ia64_tune): New Enum and EnumValue entries.
18889 2011-03-22 Joseph Myers <joseph@codesourcery.com>
18891 * config/frv/frv-opts.h: New.
18892 * config/frv/frv-protos.h (enum frv_cpu, frv_cpu_t): Move to
18894 (frv_cpu_type): Remove.
18895 * config/frv/frv.c: Don't include opts.h.
18896 (frv_cpu_type, frv_handle_option, TARGET_HANDLE_OPTION): Remove.
18897 * config/frv/frv.opt (config/frv/frv-opts.h): New HeaderInclude entry.
18898 (frv_cpu_type): New Variable entry.
18899 (frv_cpu): New Enum and EnumValue entries.
18901 2011-03-22 Joseph Myers <joseph@codesourcery.com>
18903 * config/cris/cris.c (cris_handle_option): Access target_flags via
18904 opts pointer. Don't assert that global structures are in use.
18905 Don't call CRIS_SUBTARGET_HANDLE_OPTION.
18906 * config/cris/cris.h (CRIS_SUBTARGET_HANDLE_OPTION): Don't define.
18908 2011-03-22 Joseph Myers <joseph@codesourcery.com>
18910 * config/bfin/bfin-opts.h: New.
18911 * config/bfin/bfin.c (bfin_lib_id_given, bfin_cpu_type,
18912 bfin_si_revision, bfin_workarounds): Remove.
18913 (bfin_cpus): Make static const.
18914 (bfin_load_pic_reg): Check global_options_set.x_bfin_library_id
18915 not bfin_lib_id_given.
18916 (bfin_handle_option): Don't set bfin_lib_id_given. Access
18917 bfin_cpu_type, bfin_si_revision and bfin_workarounds via opts
18918 pointer. Use error_at. Don't assert that global structures are in use.
18919 * config/bfin/bfin.h: Include bfin-opts.h.
18920 (enum bfin_cpu_type, bfin_cpu_t): Move to bfin-opts.h.
18921 (bfin_cpu_type, bfin_si_revision, bfin_workarounds): Remove.
18922 * bfin.opt (config/bfin/bfin-opts.h): New HeaderInclude entry.
18923 (bfin_cpu_type, bfin_si_revision, bfin_workarounds): New Variable
18926 2011-03-22 Joseph Myers <joseph@codesourcery.com>
18928 * config/arm/arm.opt (mhard-float, msoft-float): Use Alias.
18929 * config/arm/arm.c (arm_handle_option): Don't handle -mhard-float
18930 or -msoft-float here.
18931 * config/arm/arm.h (CPP_SPEC): Handle -mfloat-abi=*, not
18932 -msoft-float and -mhard-float.
18933 (OPTION_DEFAULT_SPECS): Don't handle -mhard-float and -msoft-float.
18934 * config/arm/coff.h (MULTILIB_DEFAULTS): Use mfloat-abi=soft, not
18936 * config/arm/elf.h (ASM_SPEC): Don't handle -mhard-float and
18938 (MULTILIB_DEFAULTS): Use mfloat-abi=soft, not msoft-float.
18939 * config/arm/linux-elf.h (MULTILIB_DEFAULTS): Use mfloat-abi=hard,
18941 (LIBGCC_SPEC): Don't handle -msoft-float.
18942 * config/arm/netbsd-elf.h (SUBTARGET_ASM_FLOAT_SPEC): Don't handle
18944 * config/arm/pe.h (MULTILIB_DEFAULTS): Use mfloat-abi=soft, not
18946 * config/arm/rtems-elf.h (SUBTARGET_EXTRA_ASM_SPEC): Handle
18947 -mfloat-abi=*, not -msoft-float and -mhard-float.
18948 * config/arm/semi.h((ASM_SPEC): Don't handle -mhard-float and
18950 * config/arm/t-arm-elf (MULTILIB_OPTIONS, MULTILIB_EXCEPTIONS):
18951 Use mfloat-abi=hard and mfloat-abi=soft in comments, not
18952 mhard-float and msoft-float.
18953 * config/arm/t-linux (MULTILIB_OPTIONS): Use mfloat-abi=hard and
18954 mfloat-abi=soft in comments, not mhard-float and msoft-float.
18955 * config/arm/t-rtems (MULTILIB_OPTIONS, MULTILIB_EXCEPTIONS): Use
18956 mfloat-abi=soft and mfloat-abi=hard, not msoft-float and
18958 * config/arm/t-strongarm-elf (MULTILIB_OPTIONS): Use
18959 mfloat-abi=hard and mfloat-abi=soft, not mhard-float and
18961 * config/arm/t-wince-pe (MULTILIB_OPTIONS): Use mfloat-abi=hard,
18963 * config/arm/wince-pe.h (MULTILIB_DEFAULTS): Use mfloat-abi=soft,
18966 2011-03-22 Richard Henderson <rth@redhat.com>
18968 * config/alpha/alpha.c (alpha_expand_prologue): Don't test
18969 TARGET_ABI_WINDOWS_NT.
18970 (alpha_output_function_end_prologue): Likewise.
18971 * config/alpha/alpha.h (TARGET_ABI_OSF): Likewise.
18972 (ASM_OUTPUT_ADDR_DIFF_ELT): Likewise.
18973 * config/alpha/alpha.md (call, call_value, tablejump): Likewise.
18974 (trap, *movsi_nt_vms): Likewise.
18975 (call_nt, call_value_nt, *call_nt_1, *call_value_nt_1): Remove.
18976 (*tablejump_osf_nt_internal): Remove.
18977 * config/alpha/predicates.md (input_operand): Only test Pmode.
18979 2011-03-22 Joseph Myers <joseph@codesourcery.com>
18981 * config/alpha/alpha.c (alpha_handle_option): Access target_flags
18982 via opts pointer. Use error_at. Don't assert that global
18983 structures are in use.
18985 2011-03-22 Joseph Myers <joseph@codesourcery.com>
18987 * config/i386/i386.c (ix86_isa_flags_explicit): Remove.
18988 (ix86_handle_option): Access ix86_isa_flags and
18989 ix86_isa_flags_explicit via opts pointer. Don't assert that
18990 global structures are in use.
18991 (ix86_function_specific_save, ix86_function_specific_restore):
18992 Update ix86_isa_flags_explicit field name.
18993 * config/i386/i386.opt (ix86_isa_flags_explicit): New Variable entry.
18994 (ix86_isa_flags_explicit): Rename TargetSave entry to
18995 x_ix86_isa_flags_explicit.
18997 2011-03-22 Richard Henderson <rth@redhat.com>
18999 * config/alpha/alpha.c (NUM_ARGS): Don't test TARGET_ABI_UNICOSMK.
19000 (alpha_option_override, direct_return): Likewise.
19001 (alpha_arg_partial_bytes, alpha_setup_incoming_varargs): Likewise.
19002 (alpha_va_start, alpha_gimplify_va_arg, alpha_sa_mask): Likewise.
19003 (alpha_sa_size, compute_frame_size, alpha_expand_prologue): Likewise.
19004 (alpha_start_function, alpha_output_function_end_prologue): Likewise.
19005 (alpha_expand_epilogue, alpha_end_function): Likewise.
19006 (alpha_init_libfuncs): Likewise.
19007 (struct machine_function): Remove unicosmk members.
19008 (print_operand) ['t']: Remove.
19009 (unicosmk_must_pass_in_stack, unicosmk_initial_elimination_offset,
19010 unicosmk_output_module_name, unicosmk_output_common,
19011 current_section_align, unicosmk_output_text_section_asm_op,
19012 unicosmk_output_data_section_asm_op, unicosmk_init_sections,
19013 unicosmk_section_type_flags, unicosmk_unique_section,
19014 unicosmk_asm_named_section, unicosmk_insert_attributes,
19015 unicosmk_output_align, unicosmk_defer_case_vector,
19016 unicosmk_output_addr_vec, unicosmk_output_deferred_case_vectors,
19017 SSIB_PREFIX, SSIB_PREFIX_LEN, unicosmk_ssib_name, unicosmk_gen_dsib,
19018 unicosmk_output_ssib, unicosmk_add_call_info_word,
19019 unicosmk_extern_head, unicosmk_output_default_externs,
19020 unicosmk_output_externs, unicosmk_add_extern, unicosmk_dex_list,
19021 unicosmk_dex_count, unicosmk_special_name, unicosmk_need_dex,
19022 unicosmk_output_dex, unicosmk_file_start, unicosmk_file_end): Remove.
19023 * config/alpha/alpha-protos.h: Update.
19024 * config/alpha/alpha.h (TARGET_ABI_OSF): Don't test TARGET_ABI_UNICOSMK.
19025 * config/alpha/alpha.md (UNSPEC_UMK_LAUM, UNSPEC_UMK_LALM): Remove.
19026 (UNSPEC_UMK_LAL, UNSPEC_UMK_LOAD_CIW): Remove.
19027 (mulsi3): Don't test TARGET_ABI_UNICOSMK.
19028 (*mulsi_se, mulvsi3): Likewise.
19029 (divsi3, udivsi3, modsi3, umodsi3, divdi3, udivdi3): Likewise.
19030 (*divmodsi_internal, call, call_value, realign): Likewise.
19031 (moddi3, umoddi3): Likewise; remove duplicate expander.
19032 (moddi3_umk, umoddi3_umk, call_umk, call_value_umk): Remove.
19033 (*call_umk_1, *movsi, umk_laum, umk_lalm, *umk_load_ciw): Remove.
19034 (*movdi_nofix): Remove r/U alternative.
19035 (umk_mismatch_args, arg_home_umk, *call_value_umk): Remove.
19036 * config/alpha/constraints.md ("U"): Remove.
19037 * config/alpha/predicates.md (call_operand"): Don't test
19038 TARGET_ABI_UNICOSMK.
19040 2011-03-22 Joseph Myers <joseph@codesourcery.com>
19042 * target.def (handle_option): Take gcc_options and
19043 cl_decoded_option pointers and location_t.
19044 * doc/tm.texi.in (TARGET_HANDLE_OPTION): Update documentation.
19045 * doc/tm.texi: Regenerate.
19046 * hooks.c (hook_bool_size_t_constcharptr_int_true): Remove.
19047 * hooks.h (hook_bool_size_t_constcharptr_int_true): Don't declare.
19048 * lto-opts.c (lto_reissue_options): Generate option structure for
19049 targetm.handle_option call.
19050 * opts.c (target_handle_option): Update call to
19051 targetm.handle_option. Remove assertions about values now passed
19053 * targhooks.c (default_target_handle_option): New.
19054 * targhooks.h (default_target_handle_option): Declare.
19055 * config/alpha/alpha.c: Include opts.h.
19056 (alpha_handle_option): Update to new hook interface.
19057 * config/arm/arm.c: Include opts.h.
19058 (arm_handle_option): Update to new hook interface.
19059 * config/arm/t-arm (arm.o): Update dependencies.
19060 * config/bfin/bfin.c: Include opts.h.
19061 (bfin_handle_option): Update to new hook interface.
19062 * config/cris/cris.c: Include opts.h.
19063 (cris_handle_option): Update to new hook interface.
19064 * config/frv/frv.c: Include opts.h.
19065 (frv_handle_option): Update to new hook interface.
19066 * config/i386/i386.c: Include opts.h.
19067 (ix86_handle_option): Update to new hook interface.
19068 (ix86_valid_target_attribute_inner_p): Generate option structure
19069 for call to ix86_handle_option.
19070 * config/i386/t-i386 (i386.o): Update dependencies.
19071 * config/ia64/ia64.c: Include opts.h.
19072 (ia64_handle_option): Update to new hook interface.
19073 * config/ia64/t-ia64 (ia64.o): Update dependencies.
19074 * config/iq2000/iq2000.c: Include opts.h.
19075 (iq2000_handle_option): Update to new hook interface.
19076 * config/m32c/m32c.c: Include opts.h.
19077 (m32c_handle_option): Update to new hook interface.
19078 * config/m32r/m32r.c: Include opts.h.
19079 (m32r_handle_option): Update to new hook interface.
19080 * config/m68k/m68k.c: Include opts.h.
19081 (m68k_handle_option): Update to new hook interface.
19082 * config/mep/mep.c: Include opts.h.
19083 (mep_handle_option): Update to new hook interface.
19084 * config/microblaze/microblaze.c: Include opts.h.
19085 (microblaze_handle_option): Update to new hook interface.
19086 * config/mips/mips.c: Include opts.h.
19087 (mips_handle_option): Update to new hook interface.
19088 * config/mn10300/mn10300.c: Include opts.h.
19089 (mn10300_handle_option): Update to new hook interface.
19090 * config/pa/pa.c: Include opts.h.
19091 (pa_handle_option): Update to new hook interface.
19092 * config/pdp11/pdp11.c: Include opts.h.
19093 (pdp11_handle_option): Update to new hook interface.
19094 * config/rs6000/rs6000.c: Include opts.h.
19095 (rs6000_handle_option): Update to new hook interface.
19096 * config/rs6000/t-rs6000 (rs6000.o): Update dependencies.
19097 * config/rx/rx.c: Include opts.h.
19098 (rx_handle_option): Update to new hook interface.
19099 * config/s390/s390.c: Include opts.h.
19100 (s390_handle_option): Update to new hook interface.
19101 * config/score/score.c: Include opts.h.
19102 (score_handle_option): Update to new hook interface.
19103 * config/sh/sh.c: Include opts.h.
19104 (sh_handle_option): Update to new hook interface.
19105 * config/sparc/sparc.c: Include opts.h.
19106 (sparc_handle_option): Update to new hook interface.
19107 * config/v850/v850.c: Include opts.h.
19108 (v850_handle_option): Update to new hook interface.
19110 2011-03-22 Joseph Myers <joseph@codesourcery.com>
19112 * gcc.c (driver_unknown_option_callback): Only permit and save
19113 unknown -Wno- options.
19114 (driver_wrong_lang_callback): Save options directly instead of via
19115 driver_unknown_option_callback.
19117 2011-03-22 Eric Botcazou <ebotcazou@adacore.com>
19119 * combine.c (simplify_set): Try harder to find the best CC mode when
19120 simplifying a nested COMPARE on the RHS.
19122 2011-03-22 Joseph Myers <joseph@codesourcery.com>
19124 * config/alpha/gnu.h: Remove.
19125 * config/arc: Remove directory.
19126 * config/arm/netbsd.h: Remove.
19127 * config/arm/t-pe: Remove.
19128 * config/crx: Remove directory.
19129 * config/i386/netbsd.h: Remove.
19130 * config/m68hc11: Remove directory.
19131 * config/m68k/uclinux-oldabi.h: Remove.
19132 * config/mcore/mcore-pe.h: Remove.
19133 * config/mcore/t-mcore-pe: Remove.
19134 * config/netbsd-aout.h: Remove.
19135 * config/rs6000/gnu.h: Remove.
19136 * config/sh/sh-symbian.h: Remove.
19137 * config/sh/symbian-base.c: Remove.
19138 * config/sh/symbian-c.c: Remove.
19139 * config/sh/symbian-cxx.c: Remove.
19140 * config/sh/symbian-post.h: Remove.
19141 * config/sh/symbian-pre.h: Remove.
19142 * config/sh/t-symbian: Remove.
19143 * config/svr3.h: Remove.
19144 * config/vax/netbsd.h: Remove.
19145 * config.build: Don't handle i[34567]86-*-pe.
19146 * config.gcc: Remove handling of deprecations for most deprecated
19148 (m68k-*-uclinuxoldabi*): Add to second deprecated list.
19149 (alpha*-*-gnu*, arc-*-elf*, arm*-*-netbsd*, arm-*-pe*, crx-*-elf,
19150 i[34567]86-*-netbsd*, i[34567]86-*-pe, m68hc11-*-*|m6811-*-*,
19151 m68hc12-*-*|m6812-*-*, m68k-*-uclinuxoldabi*, mcore-*-pe*,
19152 powerpc64-*-gnu*, powerpc-*-gnu-gnualtivec*, powerpc-*-gnu*,
19153 sh-*-symbianelf* | sh[12346l]*-*-symbianelf*, vax-*-netbsd*):
19155 * config.host: Don't handle i[34567]86-*-pe.
19156 * config/rs6000/linux64.h (LINK_OS_GNU_SPEC): Remove.
19157 (ASM_SPEC32): Don't handle -mcall-gnu.
19158 * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Don't handle
19160 (ASM_SPEC, CC1_SPEC, LINK_START_SPEC, LINK_OS_SPEC, CPP_SPEC,
19161 STARTFILE_SPEC, LIB_SPEC, ENDFILE_SPEC): Don't handle -mcall-gnu.
19162 (LIB_GNU_SPEC, STARTFILE_GNU_SPEC, ENDFILE_GNU_SPEC,
19163 LINK_START_GNU_SPEC, LINK_OS_GNU_SPEC, CPP_OS_GNU_SPEC): Remove.
19164 (SUBTARGET_EXTRA_SPECS): Remove *_gnu specs.
19165 * config/sh/sh-protos.h, config/sh/sh.c: Remove all code
19166 conditional on SYMBIAN.
19167 * configure.ac: Don't handle powerpc*-*-gnu*.
19168 * configure: Regenerate.
19169 * doc/extend.texi (interrupt attribute): Don't mention CRX.
19170 * doc/install-old.texi (m6811, m6812): Don't mention.
19171 * doc/install.texi (arc-*-elf*): Don't document multilib option.
19172 (arc-*-elf, CRX, m6811-elf, m6812-elf): Remove.
19173 (m68k-uclinuxoldabi): Don't mention.
19174 * doc/invoke.texi (ARC Options, CRX Options, M68hc1x Options):
19176 (-mcall-gnu): Remove.
19177 * doc/md.texi (CRX Architecture, Motorola 68HC11 & 68HC12
19178 families): Remove constraint documentation.
19180 2011-03-22 Marius Strobl <marius@FreeBSD.org>
19182 * config/sparc/freebsd.h (CPP_CPU64_DEFAULT_SPEC): Replace with...
19183 (FBSD_TARGET_CPU_CPP_BUILTINS): ...this.
19184 (TARGET_GNU_TLS, TARGET_SUN_TLS): Define.
19186 2011-03-21 Michael Meissner <meissner@linux.vnet.ibm.com>
19189 * config/rs6000/rs6000-c.c (rs6000_macro_to_expand): If we see a
19190 vector when peeking at the next token for vector, don't expand the
19193 2011-03-21 Georg-Johann Lay <avr@gjlay.de>
19195 * config/avr/avr-protos.h (expand_epilogue): Change prototype
19196 * config/avr/avr.h (struct machine_function): Add field sibcall_fails.
19197 * config/avr/avr.c (init_cumulative_args)
19198 (avr_function_arg_advance): Use it.
19199 * config/avr/avr.c (expand_epilogue): Add bool parameter. Handle
19201 (TARGET_FUNCTION_OK_FOR_SIBCALL): Define to...
19202 (avr_function_ok_for_sibcall): ...this new function.
19203 (avr_lookup_function_attribute1): New static Function.
19204 (avr_naked_function_p, interrupt_function_p)
19205 (signal_function_p, avr_OS_task_function_p)
19206 (avr_OS_main_function_p): Use it.
19207 * config/avr/avr.md ("sibcall", "sibcall_value")
19208 ("sibcall_epilogue"): New expander.
19209 ("*call_insn", "*call_value_insn"): New insn.
19210 ("call_insn", "call_value_insn"): Remove
19211 ("call", "call_value", "epilogue"): Change expander to handle
19214 2011-03-21 Nick Clifton <nickc@redhat.com>
19216 * doc/invoke.texi (Overall Options): Move closing brace to end of
19218 (Optimization Options): Add missing @gol.
19219 (Directory Options): Likewise.
19220 (i386 and x86-64 Options): Likewise.
19221 (RS6000 and PowerPC Options): Likewise.
19222 (i386 and x86-64 Windows Options): Likewise.
19223 (V850 Options): Add text missing from descriptions.
19225 2011-03-22 Richard Henderson <rth@redhat.com>
19227 * config/avr/avr.c (TARGET_EXCEPT_UNWIND_INFO): New.
19228 (avr_incoming_return_addr_rtx): New.
19229 (emit_push_byte): New.
19230 (expand_prologue): Use it. Remove incorrect dwarf annotation for
19231 SREG, RAMPZ, zero register. Push frame pointer by bytes. Add dwarf
19232 annotation for __prologue_saves__. Fixup dwarf annotation for CFA.
19233 (emit_pop_byte): New.
19234 (expand_epilogue): Use it. Pop frame pointer by bytes.
19235 * config/avr/avr.h (FRAME_POINTER_CFA_OFFSET): Remove.
19236 (INCOMING_RETURN_ADDR_RTX): New.
19237 (INCOMING_FRAME_SP_OFFSET): New.
19238 (ARG_POINTER_CFA_OFFSET): New.
19239 * config/avr/avr.md (*pushqi): Fix mode of auto-inc.
19240 (*pushhi, *pushsi, *pushsf, popqi): Likewise.
19243 * dwarf2out.c (dwarf2out_frame_debug_expr) [rule 11]: Handle post_dec.
19245 2011-03-22 Nathan Froyd <froydnj@codesourcery.com>
19247 * system.h (FUNCTION_ARG, FUNCTION_INCOMING_ARG): Poison.
19248 (FUNCTION_ARG_ADVANCE): Likewise.
19249 * tm.texi.in: Change references to them to hook references.
19250 * tm.texi: Regenerate.
19251 * targhooks.c (default_function_arg): Eliminate check for target
19253 (default_function_incoming_arg): Likewise.
19254 (default_function_arg_advance): Likewise.
19255 * target.def (function_arg, function_incoming_arg): Change to DEFHOOK.
19256 (function_arg_advance): Likewise.
19257 * target-def.h: Eliminate FUNCTION_INCOMING_ARG check.
19259 2011-03-22 Nathan Froyd <froydnj@codesourcery.com>
19261 * tree.c (build_call_1): New function.
19262 (build_call_valist, build_call_array_loc, build_call_vec): Call it.
19264 2011-03-22 Richard Guenther <rguenther@suse.de>
19266 PR tree-optimization/48228
19267 * tree-vrp.c (vrp_visit_phi_node): Do not stop propagating
19268 for single-arg PHIs.
19270 2011-03-22 Andrey Belevantsev <abel@ispras.ru>
19272 PR rtl-optimization/48143
19273 * config/i386/sse.md (*sse2_cvtpd2dq): Add athlon_decode attribute.
19274 (*sse2_cvttpd2dq, sse2_cvtss2sd, *sse2_cvtpd2ps,
19275 sse2_cvtps2pd): Likewise.
19277 2011-03-22 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
19279 * recog.c (canonicalize_change_group): Use validate_unshare_change.
19281 2011-03-22 Richard Guenther <rguenther@suse.de>
19283 * gimple.c (gimple_rhs_class_table): POLYNOMIAL_CHREC is not
19284 a valid RHS. Make DOT_PROD_EXPR and REALIGN_LOAD_EXPR ternary.
19285 * tree-cfg.c (verify_gimple_assign_ternary): Allow DOT_PROD_EXPR
19286 and REALIGN_LOAD_EXPR.
19287 (verify_gimple_assign_single): Do not allow POLYNOMIAL_CHREC,
19288 DOT_PROD_EXPR or REALIGN_LOAD_EXPR.
19289 * expr.c (expand_expr_real_1): Move REALIGN_LOAD_EXPR and
19290 DOT_PROD_EXPR case ...
19291 (expand_expr_real_2): ... here.
19292 * gimple-pretty-print.c (dump_ternary_rhs): Handle DOT_PROD_EXPR
19293 and REALIGN_LOAD_EXPR.
19294 * tree-data-ref.c (split_constant_offset): Bail out for all CHRECs.
19295 * tree-vect-loop.c (vect_model_reduction_cost): Handle ternaries.
19296 (vect_create_epilog_for_reduction): Likewise.
19297 (vectorizable_reduction): Likewise.
19298 * tree-vect-patterns.c (vect_recog_dot_prod_pattern): Adjust.
19299 * tree-vect-stmts.c (vectorizable_load): Likewise.
19301 2011-03-22 Eric Botcazou <ebotcazou@adacore.com>
19303 * gimplify.c (gimplify_cond_expr): Gimplify COMPOUND_EXPR conditions.
19305 2011-03-22 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
19307 * config/s390/s390.c (s390_delegitimize_address): Fix offset
19308 handling for PLTOFF/GOTOFF.
19310 2011-03-22 Nick Clifton <nickc@redhat.com>
19312 * config/i386/cygming.h (SUBTARGET_OVERRIDE_OPTIONS): Remove
19313 trailing backslash from the end of the macro definition.
19315 2011-03-22 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
19317 * config/s390/s390.c (s390_delegitimize_address): Handle PLTOFF
19320 2011-03-21 Richard Sandiford <richard.sandiford@linaro.org>
19322 * expr.h (prepare_operand): Move to...
19323 * optabs.h (prepare_operand): ...here and change the insn code
19324 parameter from "int" to "enum insn_code".
19325 (insn_operand_matches): Declare.
19326 * expr.c (init_expr_target): Use insn_operand_matches.
19327 (compress_float_constant): Likewise.
19328 * function.c (safe_insn_predicate, assign_parm_setup_reg): Likewise.
19329 * optabs.c (can_compare_p, prepare_cmp_insn): Likewise.
19330 (emit_cmp_and_jump_insn_1, gen_add2_insn, gen_add3_insn): Likewise.
19331 (have_add2_insn, gen_sub2_insn, gen_sub3_insn, have_sub2_insn):
19333 (gen_cond_trap): Likewise.
19334 (prepare_operand): Likewise. Change icode to an insn_code.
19335 (insn_operand_matches): New function.
19336 * reload.c (find_reloads_address_1): Use insn_operand_matches.
19337 * reload1.c (gen_reload): Likewise.
19338 * targhooks.c (default_secondary_reload): Likewise.
19340 2011-03-21 Uros Bizjak <ubizjak@gmail.com>
19342 * config/alpha/alpha.md (unspec): New define_c_enum.
19345 2011-03-21 Uros Bizjak <ubizjak@gmail.com>
19348 * config/alpha/alpha.c (alpha_pad_noreturn): Do not emit an unop
19349 between a call and its CALL_ARG_LOCATION note.
19351 2011-03-21 Eric Botcazou <ebotcazou@adacore.com>
19353 * gimplify.c (gimplify_vla_decl): Set TREE_THIS_NOTRAP flag.
19355 2011-03-21 Jakub Jelinek <jakub@redhat.com>
19359 * c-common.c (shorten_compare): If primopN is first sign-extended
19360 to opN and then zero-extended to result type, set primopN to opN.
19362 2011-03-21 Daniel Jacobowitz <dan@codesourcery.com>
19364 * config/arm/unwind-arm.c (__gnu_unwind_pr_common): Correct test
19365 for barrier handlers.
19367 2011-03-21 Michael Meissner <meissner@linux.vnet.ibm.com>
19369 * config/rs6000/rs6000.md (UNSPEC_*, UNSPECV_*): Redefine all
19370 UNSPEC constants to be in the unspec enumeration, and redefine
19371 all UNSPECV constants to be in the unspecv enumeration, so that
19372 dumps print which unspec/unspec_volatile this is.
19373 * config/rs6000/vector.md (UNSPEC_*): Ditto.
19374 * config/rs6000/paired.md (UNSPEC_*): Ditto.
19375 * config/rs6000/vsx.md (UNSPEC_*): Ditto.
19376 * config/rs6000/altivec.md (UNSPEC_*, UNSPECV_*): Ditto.
19377 * config/rs6000/dfp.md (UNSPEC_*): Ditto.
19379 * config/rs6000/rs6000.md (UNSPECV_ISYNC, UNSPECV_LWSYNC): Rename
19380 UNSPEC_ISYNC and UNSPEC_HWSYNC to UNSPECV_ISYNC and
19381 UNSPECV_LWSYNC, since these are used as unspec_volatile.
19382 * config/rs6000/sync.md (isync, lwsync): Ditto.
19384 2011-03-21 Richard Guenther <rguenther@suse.de>
19386 * params.def (lto-min-partition): Fix typo.
19388 2011-03-21 Richard Guenther <rguenther@suse.de>
19391 * c-decl.c (grokdeclarator): Drop to the main variant only
19392 for array types. Drop flag_gen_aux_info check.
19394 2011-03-21 Richard Guenther <rguenther@suse.de>
19396 PR translation/47911
19397 * params.def (lto-partitions): Fix typo.
19398 (lto-min-partition): Fix wording.
19400 2011-03-21 Andreas Tobler <andreast@fgznet.ch>
19402 * config/rs6000/t-freebsd: Remove duplication from file.
19404 2011-03-21 Richard Guenther <rguenther@suse.de>
19406 PR middle-end/47661
19407 * gimple.c (is_gimple_condexpr): Use tree_could_throw_p.
19409 2011-03-21 Richard Guenther <rguenther@suse.de>
19412 * params.def (lto-partitions): Require at least 1 partition.
19414 2011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
19416 * gthr-solaris.h: Remove.
19417 * gthr.h (_SOLARIS_THREADS): Don't include gthr-solaris.h, remove.
19418 * config/sol2.h (CPP_SUBTARGET_SPEC): Remove -threads support.
19419 (LIB_SPEC): Likewise.
19420 * config/sol2.opt (threads): Remove.
19421 * config.gcc (i[34567]86-*-solaris2*): Remove solaris threads support.
19422 (sparc*-*-solaris2*): Likewise.
19423 * configure.ac (enable_threads): Enable solaris support.
19424 * configure: Regenerate.
19425 * doc/invoke.texi (Option Summary, Solaris 2 Options): Remove -threads.
19426 * doc/install.texi (Configuration, --enable-threads=lib): Remove
19429 2011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
19431 * config.gcc: Obsolete *-*-solaris2.8*.
19432 * doc/install.texi (Specific, *-*-solaris2*): Document it.
19434 2011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
19437 * doc/install.texi (Prerequisites, Perl): Remove Glob.pm
19438 reference. Solaris 8 perl works.
19440 2011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
19443 * doc/install.texi (Prerequisites): Move jar etc. up.
19444 Explain support library version requirements.
19446 2011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
19449 * doc/install.texi (Prerequisites): Move Perl to build
19450 requirements. Always necessary on Solaris 2 with Sun ld.
19452 2011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
19454 * doc/install.texi (Specific, alpha*-dec-osf5.1): Update for
19456 (Specific, i?86-*-solaris2.[89]): Likewise.
19457 (Specific, i?86-*-solaris2.10): Likewise.
19458 (Specific, mips-sgi-irix6): Likewise.
19459 (Specific, *-*-solaris2*): Remove Sun Studio download URL.
19460 Update for binutils 2.21.
19462 2011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
19464 * configure.ac (gcc_cv_lto_plugin): Fix typo.
19465 Allow -fuse-linker-plugin for non-default plugin linker.
19466 * configure: Regenerate.
19468 2011-03-21 Nicola Pero <nicola.pero@meta-innovation.com>
19471 * gengtype.c (files_rules): Added rule for cp/parser.h.
19473 2011-03-21 Jakub Jelinek <jakub@redhat.com>
19476 * config/s390/s390.c (s390_delegitimize_address): Don't call
19477 lowpart_subreg if orig_x has BLKmode.
19479 2011-03-21 Kai Tietz <ktietz@redhat.com>
19482 * doc/plugins.texi: Adjust documentation for plugin register_callback.
19483 * tree.h (attribute_spec): Add new member affects_type_identity.
19484 * attribs.c (empty_attribute_table): Adjust attribute_spec
19486 * config/alpha/alpha.c: Likewise.
19487 * config/arc/arc.c: Likewise.
19488 * config/arm/arm.c: Likewise.
19489 * config/avr/avr.c: Likewise.
19490 * config/bfin/bfin.c: Likewise.
19491 * config/crx/crx.c: Likewise.
19492 * config/darwin.h: Likewise.
19493 * config/h8300/h8300.c: Likewise.
19494 * config/i386/cygming.h: Likewise.
19495 * config/i386/i386.c: Likewise.
19496 * config/ia64/ia64.c: Likewise.
19497 * config/m32c/m32c.c: Likewise.
19498 * config/m32r/m32r.c: Likewise.
19499 * config/m68hc11/m68hc11.c: Likewise.
19500 * config/m68k/m68k.c: Likewise.
19501 * config/mcore/mcore.c: Likewise.
19502 * config/mep/mep.c: Likewise.
19503 * config/microblaze/microblaze.c: Likewise.
19504 * config/mips/mips.c: Likewise.
19505 * config/rs6000/rs6000.c: Likewise.
19506 * config/rx/rx.c: Likewise.
19507 * config/sh/sh.c: Likewise.
19508 * config/sol2.h: Likewise.
19509 * config/sparc/sparc.c: Likewise.
19510 * config/spu/spu.c: Likewise.
19511 * config/stormy16/stormy16.c: Likewise.
19512 * config/v850/v850.c: Likewise.
19514 2011-03-21 Chung-Lin Tang <cltang@codesourcery.com>
19516 * simplify-rtx.c (simplify_binary_operation_1): Handle
19517 (xor (and A B) C) case when B and C are both constants.
19519 2011-03-21 Mingjie Xing <mingjie.xing@gmail.com>
19521 * tree-dfa.c (add_referenced_var): Fix typo in comment.
19523 2011-03-20 Eric Botcazou <ebotcazou@adacore.com>
19526 * config/sparc/sparc.c (sparc_delegitimize_address): Add new pattern.
19528 2011-03-20 Jakub Jelinek <jakub@redhat.com>
19530 PR rtl-optimization/48156
19531 * df-core.c (df_get_bb_dirty): Use df_lr if df_live is NULL,
19532 assume df and df_lr are not NULL.
19534 2011-03-20 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
19537 * config/arm/arm.c (create_fix_barrier): Do not emit a minipool
19538 between a call and its CALL_ARG_LOCATION note.
19540 2011-03-19 Kaz Kojima <kkojima@gcc.gnu.org>
19543 * config/sh/sh.c (find_barrier): Don't emit a constant pool
19544 between a call and its corresponding CALL_ARG_LOCATION note.
19546 2011-03-19 Anatoly Sokolov <aesok@post.ru>
19548 * cfgcleanup.c (mark_effect): Use bitmap_set_range/bitmap_clear_range
19549 instead of loop. Use HARD_REGISTER_NUM_P predicate.
19550 * haifa-sched.c (setup_ref_regs): Ditto.
19551 * caller-save.c (add_used_regs_1): Ditto.
19552 * dse.c (look_for_hardregs): Ditto.
19553 * df-problems.c (df_simulate_one_insn_forwards): Ditto.
19554 * sched-rgn.c (check_live_1): Ditto.
19556 2011-03-18 Joseph Myers <joseph@codesourcery.com>
19558 * c-decl.c (diagnose_mismatched_decls): Give an error for
19559 redefining a typedef with variably modified type.
19561 2011-03-18 Joseph Myers <joseph@codesourcery.com>
19563 * c-decl.c (grokfield): Don't allow typedefs for structures or
19564 unions with no tag by default.
19565 * doc/extend.texi (Unnamed Fields): Update.
19567 2011-03-18 Uros Bizjak <ubizjak@gmail.com>
19569 * config/i386/i386.md (float<SSEMODEI24:mode><X87MODEF:mode>2):
19570 Rewrite using indirect functions.
19571 (lwp_slwpcb): Ditto.
19572 * config/i386/sse.md (avx_vextractf128<mode>): Ditto.
19573 (avx_vinsertf128<mode>): Ditto.
19575 2011-03-18 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
19577 * config/s390/s390.c (s390_delegitimize_address): Handle GOTOFF
19580 2011-03-18 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
19582 * config/s390/s390.c (s390_chunkify_start): Prevent literal pool
19583 splitting between a call and its corresponding CALL_ARG_LOCATION note.
19585 2011-03-18 Maxim Kuvyrkov <maxim@codesourcery.com>
19587 PR rtl-optimization/48170
19588 * gcse.c (hoist_code): Remove bogus asserts.
19590 2011-03-18 Georg-Johann Lay <avr@gjlay.de>
19592 * ira-color.c (assign_hard_reg): Honor LOCAL_REGNO in cost
19593 computation for prologue/epilogue.
19595 2011-03-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
19597 * Makefile.in (check-consistency): Remove.
19599 2011-03-18 Jakub Jelinek <jakub@redhat.com>
19602 * dwarf2out.c (dwarf2out_finish): Call output_aranges even when
19603 arange_table_in_use is 0, but either text_section_used or
19604 cold_text_section_used is true. Don't call it if
19605 !info_section_emitted.
19607 2011-03-18 Anatoly Sokolov <aesok@post.ru>
19609 * config/avr/avr.h (RET_REGISTER, LIBCALL_VALUE,
19610 FUNCTION_VALUE_REGNO_P): Remove.
19611 * config/avr/avr-protos.h (avr_ret_register, avr_libcall_value):
19613 * config/avr/avr.c (avr_ret_register): Make static inline.
19614 (avr_function_value_regno_p): New function.
19615 (avr_libcall_value): Make static. Add 'func' argument.
19616 (avr_function_value): Make static. Rename 'func' argument to
19617 'fn_decl_or_type', forward it to avr_libcall_value. Call
19618 avr_ret_register function instead of RET_REGISTER macro.
19619 (TARGET_LIBCALL_VALUE, TARGET_FUNCTION_VALUE_REGNO_P): Define.
19621 2011-03-18 Jason Merrill <jason@redhat.com>
19624 * gimplify.c (gimplify_arg): Strip redundant TARGET_EXPR.
19626 2011-03-18 Richard Guenther <rguenther@suse.de>
19628 * doc/install.texi (--enable-gold): Remove.
19629 (--with-plugin-ld): Document.
19630 * doc/invoke.texi (-fuse-linker-plugin): Clarify.
19632 2011-03-18 Andrew Pinski <pinskia@gmail.com>
19634 PR middle-end/47790
19635 * expr.c (optimize_bitfield_assignment_op): Revamp to work
19636 again after expansion changes.
19638 2011-03-18 Chung-Lin Tang <cltang@codesourcery.com>
19640 * combine.c (try_combine): Do simplification only call of
19641 subst() on i2 even when i1 is present. Update comments.
19643 2011-03-18 Kaz Kojima <kkojima@gcc.gnu.org>
19645 * config/sh/sh.c (sh_delegitimize_address): Handle UNSPEC_SYMOFF
19646 and UNSPEC_PCREL_SYMOFF.
19648 2011-03-18 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
19650 * config/s390/s390.md: Use define_c_enum for the unspec constant
19653 2011-03-18 Richard Henderson <rth@redhat.com>
19654 Jakub Jelinek <jakub@redhat.com>
19657 * expr.c (expand_expr_addr_expr_1): Use simplify_gen_binary
19658 instead of gen_rtx_PLUS if EXPAND_SUM or EXPAND_INITIALIZER.
19660 2011-03-17 Anatoly Sokolov <aesok@post.ru>
19662 * config/v850/v850.h (OUTPUT_ADDR_CONST_EXTRA): Remove.
19663 * config/v850/v850-protos.h (v850_output_addr_const_extra): Remove.
19664 * config/v850/v850.c (v850_output_addr_const_extra): Make static.
19665 Change return type to bool.
19666 (TARGET_ASM_OUTPUT_ADDR_CONST_EXTRA): Define.
19668 2011-03-17 Jakub Jelinek <jakub@redhat.com>
19671 * var-tracking.c (prepare_call_arguments): If CALL target
19672 is a non-SYMBOL_REF CONSTANT_P, just add that into the list as
19673 pc instead of looking it up using cselib_lookup and use
19674 Pmode for it if x has VOIDmode.
19675 * dwarf2out.c (gen_subprogram_die): If also both first and
19676 second CONCAT arguments are VOIDmode, use mode of CONCAT itself.
19679 * function.c (assign_parms): For data.passed_pointer parms
19680 use MEM of data.entry_parm instead of data.entry_parm itself
19681 as DECL_INCOMING_RTL.
19682 * dwarf2out.c (rtl_for_decl_location): Use DECL_INCOMING_RTL
19683 also when passed and declared mode is the same, DECL_RTL
19684 is a MEM with pseudo as address and DECL_INCOMING_RTL is
19687 2011-03-16 Jeff Law <law@redhat.com>
19689 PR rtl-optimization/37273
19690 * ira-costs.c (scan_one_insn): Detect constants living in memory and
19691 handle them like argument loads from stack slots. Do not double
19692 count memory for memory constants and argument loads from stack slots.
19694 2011-03-17 H.J. Lu <hongjiu.lu@intel.com>
19697 * var-tracking.c (prepare_call_arguments): Check SUBREG.
19699 2011-03-17 H.J. Lu <hongjiu.lu@intel.com>
19702 * config/i386/i386.opt: Add Save to -mavx and -mfma.
19704 2011-03-17 Jakub Jelinek <jakub@redhat.com>
19707 * dwarf2out.c (mem_loc_descriptor) <case ENTRY_VALUE>: Return NULL
19709 (gen_subprogram_die): Don't add call_site DIEs if dwarf_strict.
19710 Clear call_arg_locations and call_arg_loc_last always.
19712 PR middle-end/48152
19713 * var-tracking.c (prepare_call_arguments): If argument needs to be
19714 passed by reference, adjust argtype and mode.
19716 2011-03-17 Richard Guenther <rguenther@suse.de>
19718 PR middle-end/48134
19719 * tree-ssa.c (insert_debug_temp_for_var_def): If we propagated
19720 a value make sure to fold the statement.
19722 2011-03-17 Chung-Lin Tang <cltang@codesourcery.com>
19725 * config/arm/arm.c (arm_get_frame_offsets): Adjust early
19726 return condition with !cfun->calls_alloca.
19728 2011-03-17 Richard Guenther <rguenther@suse.de>
19731 * lto-cgraph.c (input_overwrite_node): Clear the abstract
19732 origin for decls in other ltrans units.
19733 (input_varpool_node): Likewise.
19735 2011-03-17 Richard Guenther <rguenther@suse.de>
19737 PR middle-end/48165
19738 * tree-object-size.c (compute_object_offset): Properly return
19739 the offset operand of MEM_REFs as sizetype.
19741 2011-03-17 Jakub Jelinek <jakub@redhat.com>
19743 PR rtl-optimization/48141
19744 * params.def (PARAM_MAX_DSE_ACTIVE_LOCAL_STORES): New.
19745 * dse.c: Include params.h.
19746 (active_local_stores_len): New variable.
19747 (add_wild_read, dse_step1): Clear it when setting active_local_stores
19749 (record_store, check_mem_read_rtx): Decrease it when removing
19751 (scan_insn): Likewise. Increase it when adding to chain, if it
19752 reaches PARAM_MAX_DSE_ACTIVE_LOCAL_STORES limit, set to 1 and
19753 set active_local_stores to NULL before the addition.
19754 * Makefile.in (dse.o): Depend on $(PARAMS_H).
19756 PR rtl-optimization/48141
19757 * dse.c (record_store): If no positions are needed in an insn
19758 that cannot be deleted, at least unchain it from active_local_stores.
19760 2011-03-16 Dodji Seketeli <dodji@redhat.com>
19763 * dwarf2out.c (strip_naming_typedef): Factorize out of ...
19764 (lookup_type_die_strip_naming_typedef): ... here.
19765 (get_context_die): Use it.
19766 (gen_typedef_die): Add a DW_AT_{,MIPS_}linkage_name attribute to
19767 the anonymous struct named by the naming typedef.
19769 2011-03-16 H.J. Lu <hongjiu.lu@intel.com>
19772 * config/i386/i386.c (ix86_builtin_vectorized_function): Check
19773 TARGET_ROUND for BUILT_IN_{FLOOR,CEIL,TRUNC,RINT}{,F} builtins.
19775 2011-03-16 Jeff Law <law@redhat.com>
19777 * tree-vrp.c (identify_jump_threads): Slightly simplify type
19778 check for operands of conditional. Allow type to be a pointer.
19780 2011-03-16 Richard Guenther <rguenther@suse.de>
19782 PR tree-optimization/48149
19783 * fold-const.c (fold_binary_loc): Fold
19784 COMPLEX_EXPR <REALPART_EXPR <x>, IMAGPART_EXPR <x>>.
19786 2011-03-16 Richard Guenther <rguenther@suse.de>
19788 PR tree-optimization/26134
19789 * tree-ssa.c (maybe_rewrite_mem_ref_base): Handle rewriting
19790 complex part accesses to REALPART_EXPR and IMAGPART_EXPR.
19791 (non_rewritable_mem_ref_base): Handle complex type component
19792 accesses, constrain offsets for vector and complex extracts
19795 2011-03-16 Richard Guenther <rguenther@suse.de>
19797 PR tree-optimization/48146
19798 * tree-ssa-sink.c (sink_code_in_bb): Manually update virtual
19799 operands avoiding the need for renaming.
19801 2011-03-16 Richard Guenther <rguenther@suse.de>
19803 * gimple-fold.c (maybe_fold_reference): Open-code relevant
19804 constant folding. Move MEM_REF canonicalization first.
19805 Rely on fold_const_aggregate_ref for initializer folding.
19806 * tree-ssa-ccp.c (ccp_fold): Handle constant vector extracts.
19808 2011-03-16 Jakub Jelinek <jakub@redhat.com>
19810 PR middle-end/48136
19811 * fold-const.c (fold_binary_loc) <case EQ_EXPR, NE_EXPR>: Make sure
19812 arg0/arg1 or their arguments are always fold converted to matching
19815 * var-tracking.c (prepare_call_arguments): Add ATTRIBUTE_UNUSED
19818 2011-03-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
19821 * configure.ac (gcc_cv_gld_major_version, gcc_cv_gld_minor):
19822 Handle in-tree gold.
19823 (ld_vers): Extract binutils version for gold.
19824 (gcc_cv_ld_hidden): Handle gold here.
19825 (gcc_cv_lto_plugin): Determine level of linker plugin support.
19826 * configure: Regenerate.
19827 * config.in: Regenerate.
19828 * gcc.c: Only use LTO plugin if HAVE_LTO_PLUGIN > 0, reject
19829 -fuse-linker-plugin otherwise.
19830 (LINK_PLUGIN_SPEC): Define. Extract from LINK_COMMAND_SPEC.
19831 (LINK_COMMAND_SPEC): Use it.
19832 (main): Only look for LTOPLUGINSONAME if HAVE_LTO_PLUGIN > 0.
19834 2011-03-16 Jakub Jelinek <jakub@redhat.com>
19836 * emit-rtl.c (try_split): Don't call copy_call_info debug hook.
19837 * calls.c: Remove debug.h include.
19838 (emit_call_1): Don't call virtual_call_token debug hook.
19839 * dwarf2out.c (debug_dcall_section, debug_vcall_section,
19840 dcall_entry, vcall_entry, dcall_table, vcall_table, vcall_insn,
19841 vcall_insn_table, DEBUG_DCALL_SECTION, DEBUG_VCALL_SECTION,
19842 size_of_dcall_table, output_dcall_table, size_of_vcall_table,
19843 output_vcall_table, dwarf2out_direct_call, vcall_insn_table_hash,
19844 vcall_insn_table_eq, store_vcall_insn, lookup_vcall_insn,
19845 dwarf2out_virtual_call_token, dwarf2out_copy_call_info,
19846 dwarf2out_virtual_call): Remove.
19847 (dwarf2_debug_hooks): Remove direct_call, virtual_call_token,
19848 copy_call_info and virtual_call hooks.
19849 (dwarf2out_init): Don't initialize vcall_insn_table,
19850 debug_dcall_section and debug_vcall_section.
19851 (prune_unused_types): Don't mark nodes from dcall_table.
19852 (dwarf2out_finish): Don't output dcall or vcall tables.
19853 * final.c (final_scan_insn): Don't call direct_call or
19854 virtual_call debug hooks.
19855 * debug.h (struct gcc_debug_hooks): Remove direct_call,
19856 virtual_call_token, copy_call_info and virtual_call hooks.
19857 (debug_nothing_uid): Remove prototype.
19858 * sdbout.c (sdb_debug_hooks): Remove direct_call, virtual_call_token,
19859 copy_call_info and virtual_call hooks.
19860 * vmsdbgout.c (vmsdbg_debug_hooks): Likewise.
19861 * dbxout.c (dbx_debug_hooks, xcoff_debug_hooks): Likewise.
19862 * debug.c (do_nothing_debug_hooks): Likewise.
19863 (debug_nothing_uid): Remove.
19864 * doc/invoke.texi (-fenable-icf-debug): Remove.
19865 * common.opt (-fenable-icf-debug): Likewise.
19867 * calls.c (emit_call_1): Set MEM_EXPR on call's MEM.
19868 * var-tracking.c (prepare_call_arguments): Use MEM_EXPR on
19869 call's MEM. Handle functions returning aggregate through a hidden
19870 first pointer. For virtual calls add clobbered pc to call arguments
19872 * dwarf2out.c (gen_subprogram_die): Emit
19873 DW_AT_GNU_call_site_target_clobbered if DW_AT_GNU_call_site_target
19877 * rtl.def (ENTRY_VALUE): Change format from "e" to "0".
19878 * rtl.h (ENTRY_VALUE_EXP): Define.
19879 * rtl.c (rtx_equal_p_cb, rtx_equal_p): Handle ENTRY_VALUE.
19880 * cselib.c (rtx_equal_for_cselib_p, cselib_hash_rtx): Likewise.
19881 * print-rtl.c (print_rtx): Likewise.
19882 * gengtype.c (adjust_field_rtx_def): Likewise.
19883 * var-tracking.c (vt_add_function_parameter): Adjust
19884 gen_rtx_ENTRY_VALUE uses, use ENTRY_VALUE_EXP macro.
19885 * dwarf2out.c (mem_loc_descriptor): Use ENTRY_VALUE_EXP macro.
19886 * cfgexpand.c (expand_debug_expr): If a SSA_NAME without
19887 partition is a default definition of a PARM_DECL, use ENTRY_VALUE
19888 of its DECL_INCOMING_RTL if possible, or its DECL_RTL if set.
19890 * final.c (final_scan_insn): Handle NOTE_INSN_CALL_ARG_LOCATION.
19891 Call var_location debug hook even on CALL_INSNs.
19892 (rest_of_clean_state): Don't print NOTE_INSN_CALL_ARG_LOCATION.
19893 * rtl.def (ENTRY_VALUE): New.
19894 * dwarf2out.c: Include cfglayout.h.
19895 (dwarf_stack_op_name, size_of_loc_descr, output_loc_operands,
19896 output_loc_operands_raw): Handle DW_OP_GNU_entry_value.
19897 (struct call_arg_loc_node): New type.
19898 (call_arg_locations, call_arg_loc_last, block_map, call_site_count,
19899 tail_call_site_count): New variables.
19900 (dwarf_tag_name): Handle DW_TAG_GNU_call_site and
19901 DW_TAG_GNU_call_site_parameter.
19902 (dwarf_attr_name): Handle DW_AT_GNU_call_site_value,
19903 DW_AT_GNU_call_site_data_value, DW_AT_GNU_call_site_target,
19904 DW_AT_GNU_call_site_target_clobbered, DW_AT_GNU_tail_call,
19905 DW_AT_GNU_all_tail_call_sites, DW_AT_GNU_all_call_sites
19906 and DW_AT_GNU_all_source_call_sites.
19907 (mem_loc_descriptor): Handle ENTRY_VALUE.
19908 (add_src_coords_attributes): Don't add enything if
19909 DECL_SOURCE_LOCATION is UNKNOWN_LOCATION.
19910 (dwarf2out_abstract_function): Save and clear call_arg_location,
19911 call_site_count and tail_call_site_count around dwarf2out_decl call.
19912 (gen_call_site_die): New function.
19913 (gen_subprogram_die): Emit DW_TAG_GNU_call_site DIEs for call sites.
19914 (gen_lexical_block_die, gen_inlined_subroutine_die): Update block_map.
19915 (dwarf2out_function_decl): Clear call_arg_locations,
19916 call_arg_loc_last, set call_site_count and tail_call_site_count
19917 to -1 and free block_map.
19918 (dwarf2out_var_location): Handle NOTE_INSN_CALL_ARG_LOCATION and
19919 CALL_INSNs. Add NOTE_DURING_CALL_P var location notes even when not
19920 followed by any real instructions.
19921 (dwarf2out_begin_function): Set call_site_count and
19922 tail_call_site_count to 0.
19923 (resolve_addr): If DW_AT_abstract_origin of DW_TAG_GNU_call_site
19924 is dw_val_class_addr, attempt to look it up again, for DECL_EXTERNAL
19925 attempt to force a DIE for it and worst case remove the attribute.
19926 (resolve_one_addr): For TREE_CONSTANT_POOL_ADDRESS_P SYMBOL_REFs
19927 check TREE_ASM_WRITTEN of DECL_INITIAL of the decl instead of
19929 * var-tracking.c: Include tm_p.h.
19930 (vt_stack_adjustments): For calls call note_register_arguments.
19931 (argument_reg_set): New variable.
19932 (add_stores): For MO_VAL_SET of non-tracked regs from argument_reg_set
19933 ensure the VALUE is resolved.
19934 (call_arguments): New variable.
19935 (prepare_call_arguments): New function.
19936 (add_with_sets): For MO_CALL set u.loc from call_arguments and clear it.
19937 (struct expand_loc_callback_data): Add ignore_cur_loc field.
19938 (vt_expand_loc_callback): If ignore_cur_loc, don't look at cur_loc and
19939 always use the best expression.
19940 (vt_expand_loc): Add ignore_cur_loc argument.
19941 (vt_expand_loc_dummy): Clear ignore_cur_loc field.
19942 (emit_note_insn_var_location): Adjust vt_expand_loc callers.
19943 (emit_notes_in_bb) <case MO_CALL>: Add NOTE_INSN_CALL_ARG_LOCATION
19944 note for all calls.
19945 (vt_add_function_parameter): Use cselib_lookup_from_insn.
19946 If dv is a VALUE, enter into hash table also ENTRY_VALUE for the
19947 argument. Don't call cselib_preserve_only_values and
19948 cselib_reset_table.
19949 (note_register_arguments): New function.
19950 (vt_initialize): Compute argument_reg_set. Call
19951 vt_add_function_parameters before processing basic blocks instead of
19952 afterwards. For calls call prepare_call_arguments before calling
19953 cselib_process_insn.
19954 * print-rtl.c (print_rtx): Handle NOTE_INSN_CALL_ARG_LOCATION.
19955 * Makefile.in (dwarf2out.o): Depend on $(CFGLAYOUT_H).
19956 (var-tracking.o): Depend on $(TM_P_H).
19957 * cfglayout.h (insn_scope): New prototype.
19958 * gengtype.c (adjust_field_rtx_def): Handle NOTE_INSN_CALL_ARG_LOCATION.
19959 * cfglayout.c (insn_scope): No longer static.
19960 * insn-notes.def (CALL_ARG_LOCATION): New.
19961 * calls.c (expand_call, emit_library_call_value_1): Put USEs for
19962 MEM arguments into CALL_INSN_FUNCTION_USAGE unconditionally.
19963 * integrate.c (set_block_origin_self, set_block_abstract_flags): Do
19964 nothing for DECL_EXTERNAL BLOCK_VARS.
19966 2011-03-16 Alan Modra <amodra@gmail.com>
19969 * config/rs6000/rs6000.c (rs6000_legitimize_reload_address): Don't
19970 create invalid offset address for vsx splat insn.
19971 * config/rs6000/predicates.md (splat_input_operand): New.
19972 * config/rs6000/vsx.md (vsx_splat_*): Use it.
19974 2011-03-15 Xinliang David Li <davidxl@google.com>
19977 * tree-ssa-uninit.c (pred_chain_length_cmp): New function.
19978 (normalize_preds): New function.
19979 (is_use_properly_guarded): Normalize def predicates.
19981 2011-03-15 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
19984 * config/arm/arm.md (arm_movtas_ze): Use 'L' instead of 'c'
19985 in the output template.
19987 2011-03-15 Richard Guenther <rguenther@suse.de>
19989 PR middle-end/47650
19990 * tree-pretty-print.c (dump_function_declaration): Properly
19991 dump unprototyped and varargs function types.
19993 2011-03-15 Richard Guenther <rguenther@suse.de>
19995 PR tree-optimization/13954
19996 * tree-ssa-sccvn.c (vn_reference_lookup_3): Look through memcpy
19999 2011-03-15 Richard Guenther <rguenther@suse.de>
20001 PR tree-optimization/48037
20002 * tree-ssa.c (maybe_rewrite_mem_ref_base): Rewrite vector
20003 selects into BIT_FIELD_REFs.
20004 (non_rewritable_mem_ref_base): Check if a MEM_REF is a
20007 2011-03-15 Jakub Jelinek <jakub@redhat.com>
20009 PR tree-optimization/48129
20010 * builtins.c (fold_builtin_snprintf): Convert to type of
20011 built_in_decls[BUILT_IN_SNPRINTF] retval instead of
20012 implicit_built_in_decls[BUILT_IN_SNPRINTF] retval.
20014 2011-03-15 Richard Guenther <rguenther@suse.de>
20016 PR tree-optimization/41490
20017 * tree-ssa-dce.c (propagate_necessity): Handle returns without
20018 value but with VUSE.
20019 * tree-ssa-operands.c (parse_ssa_operands): Add a VUSE on all
20021 * tree-ssa-sink.c (statement_sink_location): Fix store sinking.
20022 * tree-ssa-phiopt.c (tree_ssa_phiopt_worker): Handle virtual PHIs.
20023 * tree-tailcall.c (find_tail_calls): Ignore returns.
20025 2011-03-15 Richard Guenther <rguenther@suse.de>
20027 PR middle-end/48031
20028 * fold-const.c (fold_indirect_ref_1): Do not create new variable-sized
20029 or variable-indexed array accesses when in gimple form.
20031 2011-03-15 Richard Guenther <rguenther@suse.de>
20033 * config/i386/i386.c (ix86_emit_swdivsf): Implement more efficiently.
20035 2011-03-15 Alan Modra <amodra@gmail.com>
20038 * config/rs6000/rs6000.c (offsettable_ok_by_alignment): Do not
20039 presume symbol_refs without a symbol_ref_decl are suitably
20040 aligned, nor other trees we may see here. Handle anchor symbols.
20041 (legitimate_constant_pool_address_p): Comment. Add mode param.
20042 Check cmodel=medium addresses. Adjust all calls.
20043 (rs6000_emit_move): Don't call offsettable_ok_by_alignment on
20044 creating cmodel=medium optimized access to locals.
20045 * config/rs6000/constraints.md (R): Pass QImode to
20046 legitimate_constant_pool_address_p.
20047 * config/rs6000/predicates.md (input_operand): Pass mode to
20048 legitimate_constant_pool_address_p.
20049 * config/rs6000/rs6000-protos.h (legitimate_constant_pool_address_p):
20052 2011-03-14 Michael Meissner <meissner@linux.vnet.ibm.com>
20055 * config/rs6000/rs6000.md (movdi split for 32-bit): Don't split up
20056 64-bit constants being loaded into registers other than GPRs such
20057 as loading 0 into a VSX register.
20059 2011-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
20061 * config/sol2.c (solaris_assemble_visibility): Remove obsolete URLs.
20063 2011-03-14 Jakub Jelinek <jakub@redhat.com>
20065 PR middle-end/47917
20066 * builtins.c (fold_builtin_snprintf): New function.
20067 (fold_builtin_3): Call it for BUILT_IN_SNPRINTF.
20068 (fold_builtin_4): Likewise.
20070 PR middle-end/38878
20071 * fold-const.c (fold_binary_loc) <case EQ_EXPR, NE_EXPR>: Add
20072 STRIP_NOPS on arg0 and arg1. When optimizing X +- C == X
20073 and C - X == X also strip nops from +/-/p+ operand.
20074 When optimizing -X == C, fold C to arg0's type.
20077 * dwarf2out.c (add_bit_offset_attribute): If bit_offset is negative,
20078 emit it as add_AT_int instead of add_AT_unsigned.
20080 2011-03-14 Tom Tromey <tromey@redhat.com>
20082 * unwind-dw2.c: Include sys/sdt.h if it exists.
20083 (_Unwind_DebugHook): Use STAP_PROBE2.
20084 * config.in, configure: Rebuild.
20085 * configure.ac: Check for sys/sdt.h.
20087 2011-03-14 Uros Bizjak <ubizjak@gmail.com>
20089 * config/i386/i386.md (ROUND_FLOOR): New constant.
20090 (ROUND_CEIL): Ditto.
20091 (ROUND_TRUNC): Ditto.
20092 (ROUND_MXCSR): Ditto.
20093 (ROUND_NO_EXC): Ditto.
20094 (rint<mode>2): Use new defines instead of numerical constants.
20095 (floor<mode>2): Ditto.
20096 (ceil<mode>2): Ditto.
20097 (btrunc<mode>2): Ditto.
20098 * config/i386/i386-builtin-types.def: Define ROUND function type
20100 * config/i386/i386.c (enum ix86_builtins): Add
20101 IX86_BUILTIN_{FLOOR,CEIL,TRUNC,RINT}{PS,PD}{,256} defines.
20102 (struct builtin_description): Add
20103 __builtin_ia32_{floor,ceil,trunc,rint}{pd,ps}{,256} descriptions.
20104 (ix86_expand_sse_round): New static function.
20105 (ix86_expand_args_builtin): Call ix86_expand_sse_round for ROUND
20107 (ix86_builtin_vectorized_function): Handle
20108 BUILT_IN_{FLOOR,CEIL,TRUNC,RINT}{,F} builtins.
20110 2011-03-14 Tom Tromey <tromey@redhat.com>
20112 * c-parser.c (c_parser_asm_string_literal): Clear
20113 warn_overlength_strings.
20115 2011-03-14 Tom Tromey <tromey@redhat.com>
20117 * c-parser.c (disable_extension_diagnostics): Save
20118 warn_overlength_strings.
20119 (restore_extension_diagnostics): Restore warn_overlength_strings.
20121 2011-03-14 Jakub Jelinek <jakub@redhat.com>
20123 * BASE-VER: Change to 4.7.0.
20125 2011-03-14 Richard Guenther <rguenther@suse.de>
20127 PR middle-end/48098
20128 * tree.c (build_vector_from_val): Adjust assert to requirements
20131 2011-03-14 Jakub Jelinek <jakub@redhat.com>
20134 * graphite-cloog-compat.h (build_cloog_prog): Remove STATE parameter.
20136 2011-03-14 Andreas Tobler <andreast@fgznet.ch>
20138 * config/rs6000/freebsd.h (RELOCATABLE_NEEDS_FIXUP): Define in
20139 terms of target_flags_explicit. Adjust copyright year.
20141 * config.gcc: Add FreeBSD PowerPC soft-float libgcc bits.
20142 * config/rs6000/t-freebsd: New file. Add override for
20145 2011-03-13 Chris Demetriou <cgd@google.com>
20147 * doc/invoke.texi (-fdiagnostics-show-option): Replace with...
20148 (-fno-diagnostics-show-option): this, to reflect current default.
20149 (-Werror=): Update text about -fno-diagnostics-show-option.
20151 2011-03-12 Peter Bergner <bergner@vnet.ibm.com>
20154 * config/rs6000/predicates.md (easy_vector_constant_add_self,
20155 easy_vector_constant_msb): Do not handle V2DImode and V2DFmode.
20156 * config/rs6000/rs6000.c (const_vector_elt_as_int): Add assert that
20157 mode is not V2DImode or V2DFmode.
20158 (vspltis_constant): Do not handle V2DImode and V2DFmode.
20159 (rs6000_expand_vector_init): Replace copy_to_reg with copy_to_mode_reg.
20160 * config/rs6000/rs6000.md (movdi_internal32): Allow setting VSX
20162 (movdi_internal64): Likewise.
20164 2011-03-12 Sebastian Pop <sebastian.pop@amd.com>
20166 PR tree-optimization/47127
20167 * graphite-clast-to-gimple.c (build_cloog_prog): Removed state
20169 (set_cloog_options): Same.
20170 (scop_to_clast): Same.
20171 (print_clast_stmt): Do not call cloog_state_malloc and
20173 (print_generated_program): Same.
20175 * graphite-clast-to-gimple.h (cloog_state): Declared.
20176 (scop_to_clast): Adjust declaration.
20177 * graphite.c (cloog_state): Defined here.
20178 (graphite_initialize): Call cloog_state_malloc.
20179 (graphite_finalize): Call cloog_state_free.
20181 2011-03-11 Jason Merrill <jason@redhat.com>
20183 * attribs.c (lookup_attribute_spec): Take const_tree.
20186 2011-03-11 Joseph Myers <joseph@codesourcery.com>
20188 * config/sparc/sparc.c (sparc_option_override): Use
20189 PROCESSOR_NIAGARA2 not PROCESSOR_NIAGARA for "niagara2".
20191 2011-03-11 Richard Guenther <rguenther@suse.de>
20193 PR tree-optimization/48067
20194 * tree-ssa-math-opts.c (convert_mult_to_fma): Verify the
20195 multiplication result will be only used once on the target
20198 2011-03-11 Richard Guenther <rguenther@suse.de>
20200 * doc/invoke.texi (max-inline-insns-single): Adjust default value.
20202 2011-03-11 Richard Guenther <rguenther@suse.de>
20205 * tree.c (find_decls_types_r): Do not walk types only reachable
20206 from IDENTIFIER_NODEs.
20208 2011-03-11 Jakub Jelinek <jakub@redhat.com>
20210 PR middle-end/48044
20211 * ipa.c (cgraph_remove_unreachable_nodes): Enqueue
20212 all vnode->force_output nodes as needed.
20214 2011-03-11 Jason Merrill <jason@redhat.com>
20217 * tree.c (type_hash_eq): Use COMPLETE_TYPE_P, not
20218 COMPLETE_OR_UNBOUND_ARRAY_TYPE_P.
20220 2011-03-11 Martin Jambor <mjambor@suse.cz>
20222 * cgraphunit.c (verify_cgraph_node): Call cgraph_get_node instead of
20225 2011-03-11 Jakub Jelinek <jakub@redhat.com>
20227 PR tree-optimization/48063
20228 * ipa-inline.c (cgraph_decide_inlining): Don't try to
20229 inline functions called once if !tree_can_inline_p (node->callers).
20231 2011-03-11 Chen Liqin <liqin.gcc@gmail.com>
20233 * config.gcc (score-*-elf): Add extra_parts .., update tmake_file and
20235 * config/score/score3.c: Delete.
20236 * config/score/score3.h: Delete.
20237 * config/score/mul-div.S: Delete.
20238 * config/score/sfp-machine.h: Add new file.
20239 * config/score/constraints.md: Add new file.
20240 * config/score/t-score-softfp: Add new file.
20241 * config/score/t-score-elf: Remove score3.o, do not generate multilib.
20242 * config/score/score7.c (score7_const_ok_for_letter_p): Delete.
20243 (score7_extra_constraint): Delete.
20244 (score7_option_override): Remove unused code.
20245 * config/score/score.c: Remove score3 and score5 define and code.
20246 * config/score/score.h: Remove score3 and score5 define and code.
20247 * config/score/score.md: Remove score3 template and unusual insn.
20248 * config/score/score.opt: Remove score3 and score5 options.
20250 2011-03-10 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
20252 * config/pa/pa-hpux10.h (TARGET_OS_CPP_BUILTINS): Define _REENTRANT
20253 when _HPUX_SOURCE is defined.
20254 (LIB_SPEC): Use -lc instead of -lc_r when -threads is specified.
20256 2011-03-10 Jason Merrill <jason@redhat.com>
20259 * stor-layout.c (layout_type): Don't set structural equality
20260 on arrays of incomplete type.
20261 * tree.c (type_hash_eq): Handle comparing them properly.
20263 2011-03-10 Jakub Jelinek <jakub@redhat.com>
20266 * config/s390/s390.c (s390_delegitimize_address): Make sure the
20267 result mode matches original rtl mode.
20269 2011-03-10 Nick Clifton <nickc@redhat.com>
20271 * config/rx/rx.md (bitset_in_memory, bitclr_in_memory: Fix timings.
20272 (andsi3, andsi3_flags): Fix timings for three operand alternative.
20274 2011-03-09 Jakub Jelinek <jakub@redhat.com>
20276 PR rtl-optimization/47866
20277 * expr.c (store_field): If MEM_SCALAR_P (target), don't use
20278 MEM_SET_IN_STRUCT_P (to_rtx, 1), just set MEM_IN_STRUCT_P (to_rtx)
20279 if target wasn't scalar.
20280 * function.c (assign_stack_temp_for_type): Assert that neither
20281 MEM_SCALAR_P nor MEM_IN_STRUCT_P is set previously, set either
20282 MEM_IN_STRUCT_P or MEM_SCALAR_P instead of using MEM_SET_IN_STRUCT_P
20284 * rtl.h (MEM_SET_IN_STRUCT_P): Removed.
20286 2011-03-09 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
20288 * config/s390/s390-protos.h (s390_label_align): New prototype.
20289 * config/s390/s390.c (s390_label_align): New function.
20290 * config/s390/s390.h (LABEL_ALIGN): New target macro definition.
20292 2011-03-08 Michael Meissner <meissner@linux.vnet.ibm.com>
20295 * config/rs6000/rs6000.c (easy_altivec_constant): Correctly handle
20296 V2DI/V2DF constants. Only all 0's or all 1's are easy.
20297 (output_vec_const_move): Ditto.
20299 2011-03-08 Anatoly Sokolov <aesok@post.ru>
20301 * config/mips/mips.h (PREFERRED_RELOAD_CLASS): Remove macro.
20302 * config/mips/mips-protos.h (mips_preferred_reload_class): Remove.
20303 * config/mips/mips.c (mips_preferred_reload_class): Make static.
20304 Change 'rclass' argument and result type to reg_class_t.
20305 (TARGET_PREFERRED_RELOAD_CLASS): Define.
20307 2011-03-08 Georg-Johann Lay <avr@gjlay.de>
20309 * config/avr/avr.h (REGISTER_MOVE_COST, MEMORY_MOVE_COST): Remove.
20310 * config/avr/avr.c (TARGET_REGISTER_MOVE_COST)
20311 (TARGET_MEMORY_MOVE_COST): Define.
20312 (avr_register_move_cost, avr_memory_move_cost): New Functions.
20314 2011-03-08 Jakub Jelinek <jakub@redhat.com>
20317 * ira.c (ira): Call df_analyze again if delete_trivially_dead_insns
20320 PR tree-optimization/48022
20321 * fold-const.c (fold_comparison): Don't call fold_overflow_warning
20324 2011-03-07 Jakub Jelinek <jakub@redhat.com>
20327 * var-tracking.c (find_use_val): Return NULL for
20328 cui->sets && cui->store_p BLKmode MEMs.
20330 2011-03-07 Anatoly Sokolov <aesok@post.ru>
20332 * config/stormy16/stormy16.h (PRINT_OPERAND, PRINT_OPERAND_ADDRESS):
20334 * config/stormy16/stormy16-protos.h (xstormy16_print_operand,
20335 xstormy16_print_operand_address): Remove.
20336 * config/stormy16/stormy16.c (xstormy16_print_operand,
20337 xstormy16_print_operand_address): Make static.
20338 (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS): Define.
20340 2011-03-07 Pat Haugen <pthaugen@us.ibm.com>
20343 * config/rs6000/rs6000.h (HARD_REGNO_CALLER_SAVE_MODE): Define.
20344 * config/rs6000/e500.h (HARD_REGNO_CALLER_SAVE_MODE): Undefine
20347 2011-03-07 Zdenek Dvorak <ook@ucw.cz>
20350 * cfgloopmanip.c (fix_bb_placements): Return immediately
20351 if FROM is BASE_LOOP's header.
20353 2011-03-07 Paul Wögerer <paul_woegerer@mentor.com>
20355 * gimplify.c (gimplify_function_tree): Fix building calls
20356 to __builtin_return_address.
20358 2011-03-07 Alan Modra <amodra@gmail.com>
20360 * config/rs6000/linux.h (TARGET_ASM_FILE_END): Don't define.
20361 * config/rs6000/linux64.h (TARGET_ASM_FILE_END): Don't define.
20362 * config/rs6000/sysv4.h (TARGET_ASM_FILE_END): Define.
20363 * config/rs6000/rs6000-protos.h (init_cumulative_args): Add fndecl and
20365 * config/rs6000/rs6000.h (CUMULATIVE_ARGS): Add "escapes".
20366 (INIT_CUMULATIVE_ARGS): Pass FNDECL, VOIDmode.
20367 (INIT_CUMULATIVE_INCOMING_ARGS): Pass current_function_decl, VOIDmode.
20368 (INIT_CUMULATIVE_LIBCALL_ARGS): Pass NULL_TREE, MODE.
20369 * config/rs6000/rs6000.c
20370 (rs6000_elf_end_indicate_exec_stack): Rename to..
20371 (rs6000_elf_file_end): ..this. Only call file_end_indicate_exec_stack
20372 for POWERPC_LINUX. Move code emitting .gnu_attribute to here, from..
20373 (rs6000_file_start): ..here.
20374 (rs6000_passes_float, rs6000_passes_vector, rs6000_returns_struct): New
20375 file scope variables.
20376 (call_ABI_of_interest): New function.
20377 (init_cumulative_args): Set above vars when function return value
20378 is a float, vector, or small struct.
20379 (rs6000_function_arg_advance_1): Likewise for function args.
20380 (rs6000_va_start): Set rs6000_passes_float if variable arg function
20381 references float args.
20383 2011-03-07 Mingjie Xing <mingjie.xing@gmail.com>
20385 * doc/cfg.texi: Remove "See" before @ref.
20386 * doc/invoke.texi: Likewise.
20388 2011-03-05 Jason Merrill <jason@redhat.com>
20390 * doc/invoke.texi (C++ Dialect Options): Document ABI v5.
20392 2011-03-05 Anthony Green <green@moxielogic.com>
20394 * config.gcc (moxie-*-elf): Add newlib-stdint.h to tmfile.
20396 2011-03-05 Zdenek Dvorak <ook@ucw.cz>
20398 PR rtl-optimization/47899
20399 * cfgloopmanip.c (fix_bb_placements): Fix first argument
20400 to flow_loop_nested_p when moving the loop upward.
20402 2011-03-05 Richard Earnshaw <rearnsha@arm.com>
20405 * arm.md (movhi_insn_arch4): Accept any immediate constant.
20407 2011-03-05 Jakub Jelinek <jakub@redhat.com>
20409 PR tree-optimization/47967
20410 * ipa-cp.c (build_const_val): Return NULL instead of creating
20411 VIEW_CONVERT_EXPR for mismatching sizes.
20412 (ipcp_create_replace_map): Return NULL if build_const_val failed.
20413 (ipcp_insert_stage): If ipcp_create_replace_map returns NULL,
20414 give up on versioning.
20416 2011-03-05 Alan Modra <amodra@gmail.com>
20419 * config/rs6000/rs6000.c (rs6000_delegitimize_address): Handle
20420 full cmodel medium/large lo_sum + high addresses.
20422 2011-03-04 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
20424 * config/s390/s390.c (s390_decompose_address): Reject non-literal
20425 pool references in UNSPEC_LTREL_OFFSET.
20427 2011-03-04 Jan Hubicka <jh@suse.cz>
20430 * lto-symtab.c (lto_cgraph_replace_node): Do not set thunk.alias.
20431 (lto_symtab_merge_cgraph_nodes_1): Update thunk.alias pointers here.
20432 * cgraph.h (cgraph_same_body_alias, cgraph_add_thunk):
20434 * cgraph.c (cgraph_same_body_alias_1, cgraph_same_body_alias,
20435 cgraph_add_thunk): Add node pointers.
20436 * lto-cgraph.c (lto_output_node): Verify that thunks&aliases are
20437 associated to right node.
20438 (input_node): Update use of cgraph_same_body_alias
20439 and cgraph_add_thunk.
20441 2011-03-04 Changpeng Fang <changpeng.fang@amd.com>
20443 * config/i386/i386.opt (mprefer-avx128): New flag.
20444 * config/i386/i386.c (ix86_preferred_simd_mode): Prefer 128-bit AVX
20445 modes when the flag -mprefer-avx128 is on.
20447 2011-03-04 Richard Sandiford <richard.sandiford@linaro.org>
20449 * dwarf2out.c (compare_loc_operands): Fix address handling.
20451 2011-03-04 Alan Modra <amodra@gmail.com>
20453 * tree.h (TREE_ADDRESSABLE): Update FUNCTION_DECL comment.
20455 2011-03-04 Richard Guenther <rguenther@suse.de>
20457 PR middle-end/47968
20458 * expmed.c (extract_bit_field_1): Prefer vector modes that
20459 vec_extract patterns can handle.
20461 2011-03-04 Richard Guenther <rguenther@suse.de>
20463 PR middle-end/47975
20464 * optabs.c (optab_for_tree_code): Do not use VECTOR_MODE_P.
20466 2011-03-04 Richard Henderson <rth@redhat.com>
20468 * explow.c (emit_stack_save): Remove 'after' parameter.
20469 (emit_stack_restore): Likewise.
20470 * expr.h: Update to match.
20471 * builtins.c, calls.c, stmt.c: Likewise.
20472 * config/alpha/alpha.md, config/avr/avr.md: Likewise.
20473 * config/mips/mips.md, config/pa/pa.md, config/vax/vax.md: Likewise.
20474 * function.c (expand_function_end): Insert the emit_stack_save
20475 sequence before parm_birth_insn instead of after.
20477 2011-03-03 Uros Bizjak <ubizjak@gmail.com>
20479 * config/i386/sse.md (*avx_pmaddubsw128): Fix mode of VEC_SELECT RTX.
20480 (ssse3_pmaddubsw128): Ditto.
20481 (ssse3_pmaddubsw): Ditto.
20483 2011-03-03 Steve Ellcey <sje@cup.hp.com>
20485 * config/ia64/t-hpux: Add $(srcdir)/unwind-c.c to LIB2ADDEH
20487 2011-03-03 Jakub Jelinek <jakub@redhat.com>
20490 * gimplify.c (omp_add_variable): Only call omp_notice_variable
20491 on TYPE_SIZE_UNIT if it is a DECL.
20494 * cfgexpand.c (expand_debug_expr) <case MEM_REF>: If MEM_REF
20495 first operand is not is_gimple_mem_ref_addr, try to fold it.
20496 If the operand still isn't is_gimple_mem_ref_addr, clear
20499 2011-03-03 Richard Guenther <rguenther@suse.de>
20501 PR middle-end/47283
20502 * tree-ssa-alias.c (ptr_deref_may_alias_decl_p): Make code
20504 (refs_may_alias_p_1): For release branches return true if
20505 we are confused by our input.
20507 2011-03-03 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
20509 * config/s390/s390.c (s390_function_value): Rename to ...
20510 (s390_function_and_libcall_value): ... this.
20511 (s390_function_value): New function.
20512 (s390_libcall_value): New function.
20513 (TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE): Define target hooks.
20514 * config/s390/s390.h (FUNCTION_VALUE, LIBCALL_VALUE): Remove
20515 target macro definitions.
20516 * config/s390/s390-protos.h (s390_function_value): Remove prototype.
20518 2011-03-02 Joseph Myers <joseph@codesourcery.com>
20520 * config/i386/freebsd64.h (CC1_SPEC): Define.
20521 * config/i386/linux64.h (CC1_SPEC): Define.
20522 * config/i386/x86-64.h (CC1_SPEC): Don't define.
20524 2011-03-02 Anatoly Sokolov <aesok@post.ru>
20526 * config/stormy16/stormy16.h (REGISTER_MOVE_COST, MEMORY_MOVE_COST):
20528 * config/stormy16/stormy16.c: Include reload.h.
20529 (xstormy16_memory_move_cost): New function.
20530 (TARGET_MEMORY_MOVE_COST): Define.
20532 2011-03-02 Richard Sandiford <richard.sandiford@linaro.org>
20534 PR rtl-optimization/47925
20535 * cse.c (count_reg_usage): Don't ignore the SET_DEST of instructions
20536 with side effects. Remove the more-specific check for volatile asms.
20538 2011-03-02 Alan Modra <amodra@gmail.com>
20541 * config/rs6000/predicates.md (lwa_operand): Check cmodel medium
20542 toc relative addresses for valid offsets.
20544 2011-03-01 Richard Guenther <rguenther@suse.de>
20546 PR tree-optimization/47890
20547 * tree-vect-loop.c (get_initial_def_for_induction): Set
20548 related stmt properly.
20550 2011-03-01 Richard Guenther <rguenther@suse.de>
20553 * lto-streamer.c (lto_record_common_node): Also register
20554 the canonical type.
20556 2011-03-01 Richard Guenther <rguenther@suse.de>
20559 * lto-streamer-in.c (lto_input_ts_decl_common_tree_pointers):
20560 Do not stream DECL_ABSTRACT_ORIGIN.
20561 (lto_input_ts_block_tree_pointers): Nor BLOCK_SOURCE_LOCATION,
20562 BLOCK_NONLOCALIZED_VARS or BLOCK_ABSTRACT_ORIGIN.
20563 * lto-streamer-out.c (lto_output_ts_decl_common_tree_pointers):
20564 Do not stream DECL_ABSTRACT_ORIGIN.
20565 (lto_output_ts_block_tree_pointers): Nor BLOCK_SOURCE_LOCATION,
20566 BLOCK_NONLOCALIZED_VARS or BLOCK_ABSTRACT_ORIGIN.
20568 2011-02-28 Anatoly Sokolov <aesok@post.ru>
20570 * config/stormy16/stormy16.h (FUNCTION_VALUE, LIBCALL_VALUE,
20571 FUNCTION_VALUE_REGNO_P): Remove.
20572 * config/stormy16/stormy16-protos.h (xstormy16_function_value): Remove.
20573 * config/stormy16/stormy16.c (xstormy16_function_value): Make static.
20574 Add 'outgoing' argument.
20575 (xstormy16_libcall_value, xstormy16_function_value_regno_p): New
20577 (TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE,
20578 TARGET_FUNCTION_VALUE_REGNO_P): Define.
20580 2011-02-28 Kai Tietz <kai.tietz@onevision.com>
20583 * dwarf2out.c (file_table_eq): Use filename_cmp instead of strcmp.
20584 (lookup_filename): Likewise.
20585 * final.c (remap_debug_filename): Use filename_ncmp instead of strncmp.
20587 2011-02-28 Bernd Schmidt <bernds@codesourcery.com>
20588 Jakub Jelinek <jakub@redhat.com>
20590 PR middle-end/47893
20591 * rtl.h (ASLK_REDUCE_ALIGN, ASLK_RECORD_PAD): Define.
20592 (assign_stack_local_1): Change last argument type to int.
20593 * function.c (assign_stack_local_1): Replace reduce_alignment_ok
20594 argument with kind. If bit ASLK_RECORD_PAD is not set in it,
20595 don't record padding space into frame_space_list nor use those areas.
20596 (assign_stack_local): Adjust caller.
20597 (assign_stack_temp_for_type): Call assign_stack_local_1 instead
20598 of assign_stack_local, pass 0 as last argument.
20599 * caller-save.c (setup_save_areas): Adjust assign_stack_local_1
20602 2011-02-28 Jakub Jelinek <jakub@redhat.com>
20605 * cfgexpand.c (convert_debug_memory_address): Add AS parameter.
20606 Use target address_mode and pointer_mode hooks instead of hardcoded
20607 Pmode and ptr_mode. Handle some simple cases of extending if
20608 POINTERS_EXTEND_UNSIGNED < 0.
20609 (expand_debug_expr) <case MEM_REF, INDIRECT_REF, TARGET_MEM_REF>:
20610 Call convert_debug_memory_address.
20611 (expand_debug_expr) <case ADDR_EXPR>: Pass as to
20612 convert_debug_memory_address.
20614 PR middle-end/46790
20615 * configure.ac (HAVE_LD_EH_GC_SECTIONS_BUG): New test.
20616 * configure: Regenerated.
20617 * config.in: Regenerated.
20618 * varasm.c (default_function_section): Return NULL
20619 if HAVE_LD_EH_GC_SECTIONS_BUG and decl has implicit section name.
20621 2011-02-28 Martin Jambor <mjambor@suse.cz>
20623 * ipa-inline.c (cgraph_decide_inlining_of_small_functions): Fix
20624 the description to match the printed values.
20626 2011-02-28 Richard Guenther <rguenther@suse.de>
20628 * tree-inline.c (tree_function_versioning): Set BLOCK_SUPERCONTEXT
20629 of the copied scope tree.
20631 2011-02-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
20633 * doc/extend.texi (Function Attributes): Avoid deeply (and
20634 wrongly) nested tables.
20636 2011-02-27 Jakub Jelinek <jakub@redhat.com>
20638 PR middle-end/47903
20639 * real.c (real_arithmetic) <case PLUS_EXPR, MINUS_EXPR,
20640 MULT_EXPR, RDIV_EXPR>: Clear padding bits in *r first if
20641 r isn't op0 nor op1.
20643 2011-02-23 Georg-Johann Lay <avr@gjlay.de>
20645 * config/avr/avr.md: Remove magic comment for emacs.
20647 2011-02-23 Georg-Johann Lay <avr@gjlay.de>
20650 * config/avr/avr.c (avr_option_override): Use error on bad options.
20651 (avr_help): New function.
20652 (TARGET_HELP): Define.
20654 2011-02-22 Georg-Johann Lay <avr@gjlay.de>
20657 * config/avr/avr.c (avr_cannot_modify_jumps_p): New function.
20658 (TARGET_CANNOT_MODIFY_JUMPS_P): Define.
20660 2011-02-26 Gerald Pfeifer <gerald@pfeifer.com>
20662 * doc/invoke.texi (ARC Options): Use CPU instead of cpu.
20663 (ARM Options): Ditto.
20664 (i386 and x86-64 Options): Ditto.
20665 (RX Options): Ditto.
20666 (SPARC Options): Ditto.
20668 2011-02-26 Tijl Coosemans <tijl@coosemans.org>
20670 * config.gcc (i386-*-freebsd*): Make i486 the default arch on
20671 FreeBSD 6 and later. Generally use cpu generic.
20673 2011-02-25 Gerald Pfeifer <gerald@pfeifer.com>
20675 * doc/cpp.texi: Update copyright years.
20677 2011-02-25 Sebastien Bourdeauducq <sebastien@milkymist.org>
20680 * config/lm32/lm32.md (ashrsi3): Added needed variable.
20682 2011-02-25 Jon Beniston <jon@beniston.com>
20685 * config/lm32/lm32.h (INCOMING_RETURN_ADDR_RTX): New.
20686 * config/lm32/lm32.md (ashlsi3): Remove unused variable.
20687 * config/lm32/lm32.c (TARGET_EXCEPT_UNWIND_INFO): New.
20688 (lm32_block_move_inline): Add type cast to remove warning.
20689 (lm32_expand_prologue): Generate fp in a way compatible with dwarf2out.
20690 (gen_int_relational): Move declarations to start of function.
20692 2011-02-25 Eric Botcazou <ebotcazou@adacore.com>
20694 PR tree-optimization/45470
20695 * tree-vect-data-refs.c (vect_analyze_data_refs): Fail if a statement
20696 can throw internally only.
20697 * tree-vect-stmts.c (vectorizable_call): Likewise.
20699 2011-02-24 Anatoly Sokolov <aesok@post.ru>
20701 * config/stormy16/stormy16.h (PREFERRED_RELOAD_CLASS,
20702 PREFERRED_OUTPUT_RELOAD_CLASS): Remove.
20703 * config/stormy16/stormy16-protos.h
20704 (xstormy16_preferred_reload_class): Remove.
20705 * config/stormy16/stormy16.c (xstormy16_preferred_reload_class): Make
20706 static. Change 'rclass' argument and return type to reg_class_t.
20707 (TARGET_PREFERRED_RELOAD_CLASS,
20708 TARGET_PREFERRED_OUTPUT_RELOAD_CLASS): Define.
20710 2011-02-24 Richard Guenther <rguenther@suse.de>
20712 * lto-streamer-in.c (input_bb): Do not find referenced vars
20713 in debug statements.
20715 2011-02-23 Jason Merrill <jason@redhat.com>
20717 * common.opt (fabi-version): Document v5 and v6.
20719 2011-02-23 Richard Guenther <rguenther@suse.de>
20721 PR tree-optimization/47849
20722 * tree-if-conv.c (main_tree_if_conversion): Free postdom info.
20724 2011-02-23 Jie Zhang <jie@codesourcery.com>
20726 * opts-common.c (decode_cmdline_option): Print empty string
20727 argument as "" in decoded->orig_option_with_args_text.
20728 * gcc.c (execute): Print empty string argument as ""
20729 in the verbose output.
20730 (do_spec_1): Keep empty string argument.
20732 2011-02-23 Nathan Froyd <froydnj@codesourcery.com>
20734 * config.gcc: Declare score-* and crx-* obsolete.
20736 2011-02-23 Jie Zhang <jie@codesourcery.com>
20738 PR rtl-optimization/47763
20739 * web.c (web_main): Ignore naked clobber when replacing register.
20741 2011-02-22 Anatoly Sokolov <aesok@post.ru>
20743 * config/stormy16/stormy16.h (REG_OK_FOR_BASE_P, REG_OK_FOR_INDEX_P):
20746 2011-02-22 Sebastian Pop <sebastian.pop@amd.com>
20749 * doc/invoke.texi: Do not mention -ftree-loop-if-convert-memory-writes.
20751 2011-02-22 Mike Stump <mikestump@comcast.net>
20753 * acinclude.m4 (gcc_cv_gas_vers): Add -arch ppc for probing darwin
20755 * configure: Regenerate.
20757 2011-02-21 Chung-Lin Tang <cltang@codesourcery.com>
20759 PR rtl-optimization/46002
20760 * ira-color.c (update_copy_costs): Change class intersection
20761 test to reg_class_contents[] test of 'hard_regno'.
20763 2011-02-21 Joseph Myers <joseph@codesourcery.com>
20765 * config/alpha/osf5.opt (mno-mips-tfile): Mark as Target rather
20766 than Driver option.
20767 * config/hpux11.opt (mt): Likewise.
20768 * config/microblaze/microblaze.opt (mxl-mode-xilkernel): Likewise.
20769 * config/rs6000/xilinx.opt (mno-clearbss, mppcperflib): Likewise.
20770 * config/vax/elf.opt (mno-asm-pic): Likewise.
20771 * config/vms/vms.opt (map, mvms-return-codes): Likewise.
20773 2011-02-21 Mike Stump <mikestump@comcast.net>
20776 * config/darwin-protos.h (darwin_init_cfstring_builtins): Return a
20777 tree so we can get save the type.
20778 * config/i386/darwin.h (SUBTARGET_INIT_BUILTINS): Reserve builtin slot
20779 for CFString instead of trying to use past the end of the builtins.
20780 * config/i386/i386.c (IX86_BUILTIN_CFSTRING): Likewise.
20781 * config/rs6000/rs6000-builtin.def (RS6000_BUILTIN_CFSTRING): Likewise.
20782 * config/rs6000/darwin.h (SUBTARGET_INIT_BUILTINS): Likewise.
20783 * config/darwin.c (DARWIN_BUILTIN_CFSTRINGMAKECONSTANTSTRING):
20784 Rename to darwin_builtin_cfstring.
20785 (darwin_init_cfstring_builtins): Return the built type.
20787 2011-02-21 Uros Bizjak <ubizjak@gmail.com>
20790 * config/i386/avxintrin.h (_mm256_insert_epi32): Use _mm_insert_epi32.
20791 (_mm256_insert_epi64): Use _mm_insert_epi64.
20793 2011-02-21 Anatoly Sokolov <aesok@post.ru>
20795 * config/stormy16/stormy16.h (GO_IF_MODE_DEPENDENT_ADDRESS): Remove.
20796 * config/stormy16/stormy16-protos.h
20797 (xstormy16_mode_dependent_address_p): Remove.
20798 * config/stormy16/stormy16.c (xstormy16_mode_dependent_address_p):
20799 Make static. Change return type to bool. Change argument type to
20800 const_rtx. Remove dead code.
20801 (TARGET_MODE_DEPENDENT_ADDRESS_P): Define.
20803 2011-02-21 Richard Guenther <rguenther@suse.de>
20806 * lto-streamer-in.c (lto_input_ts_decl_common_tree_pointers):
20807 Do not stream DECL_INITIAL for TRANSLATION_UNIT_DECLs.
20808 (lto_input_ts_block_tree_pointers): Hook a BLOCK into the
20810 * lto-streamer-out.c (lto_output_ts_decl_common_tree_pointers):
20811 Do not stream DECL_INITIAL for TRANSLATION_UNIT_DECLs.
20813 2011-02-20 Richard Guenther <rguenther@suse.de>
20816 * tree.c (free_lang_data_in_decl): Clean builtins from
20817 the TU decl BLOCK_VARS.
20819 2011-02-19 Alexandre Oliva <aoliva@redhat.com>
20823 * haifa-sched.c (fix_tick_ready): Skip tick computation
20826 2011-02-19 Richard Guenther <rguenther@suse.de>
20829 * lto-streamer-in.c (lto_input_ts_decl_minimal_tree_pointers):
20830 Remove lazy BLOCK_VARS streaming.
20831 (lto_input_ts_block_tree_pointers): Likewise.
20832 * lto-streamer-out.c (lto_output_ts_block_tree_pointers): Likewise.
20834 2011-02-19 Joseph Myers <joseph@codesourcery.com>
20836 * config.gcc (i[34567]86-pc-msdosdjgpp*): Use i386/djgpp-stdint.h.
20838 2011-02-19 Joseph Myers <joseph@codesourcery.com>
20840 * config/i386/biarch32.h, config/i386/mach.h,
20841 config/rs6000/aix.opt, config/sh/superh64.h: Remove.
20843 2011-02-19 Jakub Jelinek <jakub@redhat.com>
20846 * config/i386/i386.md (peephole2 for shift and plus): Use
20847 operands[1] original mode in the first insn.
20849 2011-02-18 Mike Stump <mikestump@comcast.net>
20851 * config/t-darwin (TM_H): Add dependency on darwin-sections.def.
20853 2011-02-18 Jan Hubicka <jh@suse.cz>
20855 PR middle-end/47788
20856 * ipa-inline.c (compute_inline_parameters): Set disregard_inline_limits
20857 to zero when the function is not inlinable at all.
20859 2011-02-18 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
20861 * config.gcc (hppa[12]*-*-hpux11*): Set extra_parts.
20862 * config/pa/stublib.c (pthread_default_stacksize_np, pthread_mutex_lock,
20863 pthread_mutex_unlock, pthread_once): Reinstate pthread stubs.
20864 * config/pa/t-pa-hpux11: Add rules to build pthread stubs.
20865 * config/pa/t-pa64: Likewise.
20866 * config/pa/pa-hpux11.h (LINK_GCC_C_SEQUENCE_SPEC): Define.
20868 2011-02-18 Jakub Jelinek <jakub@redhat.com>
20871 * gcc.c (default_compilers): Clear combinable field for "@cpp-output".
20873 2011-02-18 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
20876 * gthr-dce.h (__gthread_mutx_destroy): Fix typo in name.
20878 2011-02-18 Anatoly Sokolov <aesok@post.ru>
20880 * config/m32r/m32r.h (REG_OK_FOR_BASE_P, REG_OK_FOR_INDEX_P,
20881 RTX_OK_FOR_BASE_P, RTX_OK_FOR_OFFSET_P, LEGITIMATE_OFFSET_ADDRESS_P,
20882 LEGITIMATE_LO_SUM_ADDRESS_P, LOAD_POSTINC_P, STORE_PREINC_PREDEC_P,
20883 GO_IF_LEGITIMATE_ADDRESS): Remove macros.
20884 * config/m32r/m32r.c (TARGET_LEGITIMATE_ADDRESS_P): Define.
20885 (m32r_rtx_ok_for_base_p, m32r_rtx_ok_for_offset_p,
20886 m32r_legitimate_offset_addres_p, m32r_legitimate_lo_sum_addres_p,
20887 m32r_load_postinc_p, m32r_store_preinc_predec_p,
20888 m32r_legitimate_address_p): New functions.
20889 * config/m32r/constraints.md (constraint "S"): Don't use
20890 STORE_PREINC_PREDEC_P.
20891 (constraint "U"): Don't use LOAD_POSTINC_P.
20893 2011-02-18 Chung-Lin Tang <cltang@codesourcery.com>
20895 PR rtl-optimization/46178
20896 * ira.c (setup_hard_regno_class): Use ira_class_translate[] to
20897 compute ira_hard_regno_cover_class[].
20899 2011-02-18 Richard Guenther <rguenther@suse.de>
20902 * lto-streamer.h (lto_global_var_decls): Declare.
20903 * lto-streamer-in.c (lto_register_var_decl_in_symtab): Register
20904 statics for global var processing.
20906 2011-02-18 Richard Guenther <rguenther@suse.de>
20908 PR tree-optimization/47737
20909 * tree-ssa-loop-im.c (extract_true_false_args_from_phi): Fix
20910 edge dominance check.
20912 2011-02-18 Jakub Jelinek <jakub@redhat.com>
20915 * cfgexpand.c (expand_debug_expr) <case SSA_NAME>: Call copy_rtx to
20916 avoid invalid rtx sharing.
20918 2011-02-18 Gerald Pfeifer <gerald@pfeifer.com>
20920 * doc/cpp.texi (Obsolete Features): Add background on the
20921 origin of assertions.
20923 2011-02-17 Iain Sandoe <iains@gcc.gnu.org>
20925 * config/darwin-c.c (darwin_cpp_builtins): Define __OBJC2__ for
20927 * config/darwin.c (output_objc_section_asm_op): Added support for
20929 (is_objc_metadata): New.
20930 (darwin_objc2_section): New.
20931 (darwin_objc1_section): New.
20932 (machopic_select_section): Added support for ABI v1 and v2.
20933 (darwin_emit_objc_zeroed): New.
20934 (darwin_output_aligned_bss): Detect objc metadata and treat it
20936 (darwin_asm_output_aligned_decl_common): Same.
20937 (darwin_asm_output_aligned_decl_local): Same.
20938 * config/darwin-sections.def: Updated for ABI v1 and v2.
20939 * config/darwin.h (SUBTARGET_C_COMMON_OVERRIDE_OPTIONS): When
20940 compiling Objective-C code for the NeXT runtime, default to using
20941 ABI version 0 for 32-bit, and version 2 for 64-bit.
20943 2011-02-17 Joseph Myers <joseph@codesourcery.com>
20945 * common.opt (optimize_fast): New Variable.
20946 * opts.c (default_options_optimization): Use opts->x_optimize_fast
20947 instead of local variable ofast.
20949 2011-02-17 Nicola Pero <nicola.pero@meta-innovation.com>
20951 * doc/invoke.texi (fobjc-abi-version): Documented.
20952 (fobjc-nilcheck): Documented.
20953 (fno-nil-receiver): Updated documentation to refer to the NeXT ABI
20956 2011-02-17 Joseph Myers <joseph@codesourcery.com>
20959 * common.opt (export-dynamic): New Driver option.
20960 * gcc.c (LINK_COMMAND_SPEC): Add comment about %{e*}.
20962 2011-02-17 Joseph Myers <joseph@codesourcery.com>
20964 * config/rx/rx.h (LIB_SPEC): Match -msim not -msim*.
20966 2011-02-17 Alexandre Oliva <aoliva@redhat.com>
20967 Jan Hubicka <jh@suse.cz>
20971 * cfgexpand.c (account_used_vars_for_block): Remove.
20972 (estimated_stack_frame_size): Use referenced vars.
20973 * tree-inline.c (remap_decl): Only mark VAR_DECLs as referenced
20974 that were referenced in the original function. Test src_fn
20975 rather than cfun. Drop redundant get_var_ann.
20976 (setup_one_parameter): Drop redundant get_var_ann.
20977 (declare_return_variable): Likewise.
20978 (copy_decl_for_dup_finish): Mark VAR_DECLs referenced in src_fn.
20979 (copy_arguments_for_versioning): Drop redundant get_var_ann.
20980 * ipa-inline.c (compute_inline_parameters): Do not compute
20981 disregard_inline_limits here.
20982 (compute_inlinable_for_current, pass_inlinable): New.
20983 (pass_inline_parameters): Require PROP_referenced_vars.
20984 * cgraphunit.c (cgraph_process_new_functions): Don't run
20985 compute_inline_parameters explicitly unless function is in SSA form.
20986 (cgraph_analyze_function): Set .disregard_inline_limits.
20987 * tree-sra.c (convert_callers): Compute inliner parameters
20988 only for functions already in SSA form.
20990 2011-02-17 Joseph Myers <joseph@codesourcery.com>
20992 * config/sparc/sparc.h (CPP_ENDIAN_SPEC): Don't handle
20993 -mlittle-endian-data.
20995 2011-02-17 Joseph Myers <joseph@codesourcery.com>
20997 * config/sparc/linux64.h (OPTION_DEFAULT_SPECS): Match -mfpu and
20998 -mno-fpu, not -fpu and -no-fpu.
20999 * config/sparc/sol2-bi.h (OPTION_DEFAULT_SPECS): Likewise.
21000 * config/sparc/sparc.h (OPTION_DEFAULT_SPECS): Likewise.
21002 2011-02-17 Uros Bizjak <ubizjak@gmail.com>
21005 * config/i386/i386.c (ix86_secondary_reload): Handle SSE
21006 input reload with PLUS RTX.
21008 2011-02-16 Joseph Myers <joseph@codesourcery.com>
21010 * config/mips/mips.opt (mno-mdmx): Use Var(TARGET_MDMX, 0) instead
21011 of InverseVar(MDMX).
21013 2011-02-16 Joseph Myers <joseph@codesourcery.com>
21015 * config/sh/embed-elf.h (LIBGCC_SPEC): Match -m4-340 instead of
21018 2011-02-16 Joseph Myers <joseph@codesourcery.com>
21020 * config/mn10300/mn10300.opt (mno-crt0): New.
21022 2011-02-16 Joseph Myers <joseph@codesourcery.com>
21024 * config/m68k/uclinux.opt (static-libc): New Driver option.
21026 2011-02-16 Joseph Myers <joseph@codesourcery.com>
21028 * config/m32c/m32c.h (LIB_SPEC): Match -msim not -msim*.
21030 2011-02-16 Joseph Myers <joseph@codesourcery.com>
21032 * config/lm32/lm32.h (ASM_SPEC): Use %{muser-enabled} instead of
21033 %{muser-extend-enabled}.
21035 2011-02-16 Richard Guenther <rguenther@suse.de>
21037 PR tree-optimization/47738
21038 * tree-ssa-loop.c (run_tree_predictive_commoning): Return
21039 the TODO from tree_predictive_commoning.
21041 2011-02-15 Jeff Law <law@redhat.com>
21044 2011-01-25 Jeff Law <law@redhat.com>
21046 PR rtl-optimization/37273
21047 * ira-costs.c (scan_one_insn): Detect constants living in memory and
21048 handle them like argument loads from stack slots. Do not double
21049 count memory for memory constants and argument loads from stack slots.
21051 2011-02-15 Michael Meissner <meissner@linux.vnet.ibm.com>
21054 * config/rs6000/predicates.md (easy_vector_constant): Allow V2DI
21055 mode for vector constants. Remove code that checks for TImode.
21057 2011-02-15 Alexandre Oliva <aoliva@redhat.com>
21061 * cgraph.h (compute_inline_parameters): Return void.
21062 * ipa-inline.c (compute_inline_parameters): Adjust.
21064 2011-02-15 Alexandre Oliva <aoliva@redhat.com>
21068 * tree-inline.h (estimated_stack_frame_size): Take cgraph node
21070 * cfgexpand.c (estimated_stack_frame_size): Likewise.
21071 * ipa-inline.c (compute_inline_parameters): Adjust.
21073 2011-02-15 Alexandre Oliva <aoliva@redhat.com>
21077 * tree-flow.h (FOR_EACH_REFERENCED_VAR): Add FN argument.
21078 Adjust all users. Pass FN to...
21079 * tree-flow-inline.h (first_referenced_var): ... this. Add
21081 * ipa-struct-reorg.c: Adjust.
21082 * tree-dfa.c: Adjust.
21083 * tree-into-ssa.c: Adjust.
21084 * tree-sra.c: Adjust.
21085 * tree-ssa-alias.c: Adjust.
21086 * tree-ssa-live.c: Adjust.
21087 * tree-ssa.c: Adjust.
21088 * tree-ssanames.c: Adjust.
21089 * tree-tailcall.c: Adjust.
21091 2011-02-15 Alexandre Oliva <aoliva@redhat.com>
21095 * tree-flow.h (referenced_var_lookup): Add fn parameter.
21096 Adjust all callers.
21097 * tree-dfa.c (referenced_var_lookup): Use fn instead of cfun.
21098 * tree-flow-inline.h: Adjust.
21099 * gimple-pretty-print.c: Adjust.
21100 * tree-into-ssa.c: Adjust.
21101 * tree-ssa.c: Adjust.
21102 * cfgexpand.c: Adjust.
21104 2011-02-15 Nathan Froyd <froydnj@codesourcery.com>
21106 * config/iq2000/i2000.h (REG_CLASS_FROM_LETTER): Delete.
21107 (CONST_OK_FOR_LETTER_P, CONST_DOUBLE_OK_FOR_LETTER_P): Delete.
21108 (EXTRA_CONSTRAINT): Delete.
21109 * config/iq2000/constraints.md: New file.
21110 * config/iq2000/iq2000.md: Include it.
21111 (define_insn ""): Delete.
21112 (movsi_internal2, movhi_internal2, movqi_internal2): Delete
21113 unsupported constraint letters from patterns.
21114 (call_value, call_value_internal1): Likewise.
21115 (call_value_multiple_internal1): Likewise.
21117 2011-02-15 Nick Clifton <nickc@redhat.com>
21119 * config/mn10300/mn10300.c: Include tm-constrs.h.
21120 (struct liw_data): New data structure describing an LIW candidate
21122 (extract_bundle): Use struct liw_data. Allow small integer
21123 operands for some instructions.
21124 (check_liw_constraints): Use struct liw_data. Remove swapped
21125 parameter. Add comments describing the checks. Fix bug when
21126 assigning the source of liw1 to the source of liw2.
21127 (liw_candidate): Delete. Code moved into extract_bundle.
21128 (mn10300_bundle_liw): Use struct liw_data. Check constraints
21130 * config/mn10300/predicates.md (liw_operand): New predicate.
21131 Allows registers and small integer constants.
21132 * config/mn10300/constraints.md (O): New constraint. Accetps
21133 integers in the range -8 to +7 inclusive.
21134 * config/mn10300/mn10300.md (movesi_internal): Add an alternative
21135 for moving a small integer into a register. Give this alternative
21137 (addsi3, subsi3, cmpsi, lshrsi3, ashrsi3): Likewise.
21138 (ashlsi3): Likewise, plus give LIW attributes to the alternatives
21139 using the J,K,L and M constraints,
21140 (liw): Remove SI mode on second operands to allow for HI and QI
21142 (cmp_liw, liw_cmp): Likewise. Plus fix order of operands in the
21145 2011-02-15 Richard Guenther <rguenther@suse.de>
21147 PR tree-optimization/47743
21148 * tree-ssa-pre.c (phi_translate_1): If we didn't get a value-number
21149 for a non-type-compatible VN lookup bail out.
21151 2011-02-15 Nathan Froyd <froydnj@codesourcery.com>
21153 * config/fr30/constraints.md: New file.
21154 * config/fr30/fr30.md: Include it.
21155 * config/fr30/fr30.h (REG_CLASS_FROM_LETTER): Delete.
21156 (CONST_OK_FOR_LETTER_P, CONST_DOUBLE_OK_FOR_LETTER_P): Delete.
21157 (EXTRA_CONSTRAINT): Delete.
21159 2011-02-15 Nathan Froyd <froydnj@codesourcery.com>
21161 * config/frv/constraints.md: New file.
21162 * config/frv/predicates.md: Include it.
21163 * config/frv/frv.c (reg_class_from_letter): Delete.
21164 (frv_option_override): Don't initialize it.
21165 * config/frv/frv.h (REG_CLASS_FROM_LETTER): Delete.
21166 (CONST_OK_FOR_I, CONST_OK_FOR_J, CONST_OK_FOR_K): Delete.
21167 (CONST_OK_FOR_L, CONST_OK_FOR_M, CONST_OK_FOR_N): Delete.
21168 (CONST_OK_FOR_O, CONST_OK_FOR_P, CONST_OK_FOR_LETTER_P): Delete.
21169 (CONST_DOUBLE_OK_FOR_G, CONST_DOUBLE_OK_FOR_H): Delete.
21170 (CONST_DOUBLE_OK_FOR_LETTER_P): Delete.
21171 (EXTRA_CONSTRAINT_FOR_Q, EXTRA_CONSTRAINT_FOR_R): Delete.
21172 (EXTRA_CONSTRAINT_FOR_S, EXTRA_CONSTRAINT_FOR_T): Delete.
21173 (EXTRA_CONSTRAINT_FOR_U, EXTRA_CONSTRAINT): Delete.
21174 (EXTRA_MEMORY_CONSTRAINT, CONSTRAINT_LEN): Delete.
21175 (REG_CLASS_FROM_CONSTRAINT): Delete.
21177 2011-02-15 Jakub Jelinek <jakub@redhat.com>
21179 PR middle-end/47581
21180 * config/i386/i386.c (ix86_compute_frame_size): Don't align offset
21181 if frame size is 0 in a leaf function.
21183 2011-02-15 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
21186 * config/alpha/host-osf.c: New file.
21187 * config/alpha/x-osf: New file.
21188 * config.host (alpha*-dec-osf*): Use it.
21190 2011-02-14 Anatoly Sokolov <aesok@post.ru>
21192 * config/rx/rx.h (GO_IF_MODE_DEPENDENT_ADDRESS): Remove.
21193 * config/rx/rx-protos.h (rx_is_mode_dependent_addr): Remove.
21194 * config/xtensa/xtensa.c (rx_is_mode_dependent_addr): Rename to...
21195 (rx_mode_dependent_address_p): ...this. Make static. Change argument
21197 (TARGET_MODE_DEPENDENT_ADDRESS_P): Define.
21199 2011-02-14 Nathan Froyd <froydnj@codesourcery.com>
21201 * config/stormy16/constraints.md: New file.
21202 * config/stormy16/predicates.md (nonimmediate_nonstack_operand):
21203 Use satisfies_constraint_Q and satisfies_constraint_R.
21204 * config/stormy16/stomry16-protos.h (xstormy16_extra_constraint_p):
21206 (xstormy16_legitiamte_address_p): Declare.
21207 * config/stormy16/stormy16.h (REG_CLASS_FROM_LETTER): Delete.
21208 (CONST_OK_FOR_LETTER_P, CONST_DOUBLE_OK_FOR_LETTER_P): Delete.
21209 (EXTRA_CONSTRAINT): Delete.
21210 * config/stormy16/stormy16.c (xstormy16_legitimate_address_p):
21212 (xstormy16_extra_constraint_p): Delete.
21214 2011-02-14 Eric Botcazou <ebotcazou@adacore.com>
21216 PR tree-optimization/46494
21217 * loop-unroll.c (split_edge_and_insert): Adjust comment.
21218 * loop-init.c (loop_optimizer_finalize): Do not call verify_flow_info.
21219 (pass_rtl_loop_done): Add TODO_verify_flow.
21220 * fwprop.c (pass_rtl_fwprop): Likewise.
21221 * modulo-sched.c (pass_sms): Likewise.
21222 * tree-ssa-dom.c (pass_dominator): Likewise.
21223 * tree-ssa-loop-ch.c (pass_ch): Likewise.
21224 * tree-ssa-loop.c (pass_complete_unrolli): Likewise.
21225 (pass_tree_loop_done): Likewise.
21226 * tree-ssa-pre.c (execute_pre): Likewise.
21227 * tree-ssa-reassoc.c (pass_reassoc): Likewise.
21228 * tree-ssa-sink.c (pass_sink_code): Likewise.
21229 * tree-vrp.c (pass_vrp): Likewise.
21231 2011-02-14 Nathan Froyd <froydnj@codesourcery.com>
21233 * config/v850/constraints.md: New file.
21234 * config/v850/v850.md: Include it.
21235 * config/v850/predicates.md (reg_or_0_operand): Use
21236 satisfies_constraint_G.
21237 (special_symbolref_operand): Use satisfies_constraint_K.
21238 * config/v850/v850.h (CONSTANT_ADDRESS_P): Use constraint_satisfied_p.
21239 (GO_IF_LEGITIMATE_ADDRESS): Likewise.
21240 (REG_CLASS_FROM_LETTER, INT_7_BITS, INT_8_BITS): Delete.
21241 (CONST_OK_FOR_P, CONST_OK_FOR_LETTER_P): Delete.
21242 (EXTRA_CONSTRAINT): Delete.
21243 (CONST_OK_FOR_I, CONST_OK_FOR_J): Use insn_const_int_ok_for_constraint.
21244 (CONST_OK_FOR_K, CONST_OK_FOR_L, CONST_OK_FOR_M): Likewise.
21245 (CONST_OK_FOR_N, CONST_OK_FOR_O): Likewise.
21247 2011-02-14 Anatoly Sokolov <aesok@post.ru>
21250 * config/avr/avr-devices.c (avr_mcu_types): Fix ATmega2560 device
21253 2011-02-14 Nathan Froyd <froydnj@codesourcery.com>
21255 * config/mcore/constraints.md: New file.
21256 * config/mcore/mcore.md: Include it.
21257 * config/mcore/mcore.c (reg_class_from_letter): Delete.
21258 * config/mcore/mcore.h (reg_class_from_letter): Delete.
21259 (REG_CLASS_FROM_LETTER): Delete.
21260 (CONST_OK_FOR_I, CONST_OK_FOR_J, CONST_OK_FOR_L): Use
21261 insn_const_int_ok_for_constraint.
21262 (CONST_OK_FOR_K, CONST_OK_FOR_M, CONST_OK_FOR_N): Likewise.
21263 (CONST_OK_FOR_O, CONST_OK_FOR_P): Likewise.
21264 (CONST_OK_FOR_LETTER_P, CONST_DOUBLE_OK_FOR_LETTER_P): Delete.
21265 (EXTRA_CONSTRAINT): Delete.
21267 2011-02-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
21270 * config/sparc/sol2-unwind.h: Include <sys/frame.h>, <sys/stack.h>
21271 (IS_SIGHANDLER): Define.
21272 (sparc64_is_sighandler): New function, split off from
21273 sparc64_fallback_frame_state.
21274 (sparc_is_sighandler): New function, split off from
21275 sparc_fallback_frame_state.
21276 (sparc64_fallback_frame_state): Merge with ...
21277 (sparc_fallback_frame_state): ... this into ...
21278 (MD_FALLBACK_FRAME_STATE_FOR): ... this.
21279 Change new_cfa to long. Remove regs_off, fpu_save_off, fpu_save.
21280 Define nframes, mctx. Use IS_SIGHANDLER, handler_args, mctx, walk
21281 stack instead of hardcoded offsets.
21283 2011-02-14 Andriy Gapon <avg@freebsd.org>
21286 * config/freebsd-spec.h (FBSD_LIB_SPEC): Handle the shared case.
21288 2011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
21290 * configure: Regenerate.
21292 2011-02-12 Joseph Myers <joseph@codesourcery.com>
21295 * gcc.c (asm_options): Correct spec matching --target-help.
21297 2011-02-12 Martin Jambor <mjambor@suse.cz>
21299 * tree-cfg.c (verify_gimple_call): Return true upon invalid argument
21300 to gimple call error.
21302 2011-02-12 Mike Stump <mikestump@comcast.net>
21304 * config/frv/frv.h (TRANSFER_FROM_TRAMPOLINE): Canonicalize
21305 comments in backslash regions.
21307 2011-02-12 Mike Stump <mikestump@comcast.net>
21308 Jakub Jelinek <jakub@redhat.com>
21309 Iain Sandoe <iains@gcc.gnu.org>
21312 * dwarf2out.c (output_cfa_loc): When required, apply the
21313 DWARF2_FRAME_REG_OUT macro to adjust register numbers.
21314 (output_loc_sequence): Likewise.
21315 (output_loc_operands_raw): Likewise.
21316 (output_loc_sequence_raw): Likewise.
21317 (output_cfa_loc): Likewise.
21318 (output_loc_list): Suppress register number adjustment when
21319 calling output_loc_sequence()
21320 (output_die): Likewise.
21322 2011-02-12 Anatoly Sokolov <aesok@post.ru>
21324 * config/xtensa/xtensa.h (REGISTER_MOVE_COST, MEMORY_MOVE_COST):
21326 * config/xtensa/xtensa.c (xtensa_register_move_cost,
21327 xtensa_memory_move_cost): New functions.
21328 (TARGET_REGISTER_MOVE_COST, TARGET_REGISTER_MOVE_COST): Define.
21330 2011-02-12 Alexandre Oliva <aoliva@redhat.com>
21333 * configure.ac (gcc_cv_lto_plugin): Test for liblto_plugin.la
21334 in the current directory.
21335 * configure: Rebuilt.
21337 2011-02-12 Iain Sandoe <iains@gcc.gnu.org>
21339 * config/darwin.c (darwin_override_options): Add a hunk missed
21340 from the commit of r168571. Trim comment line lengths and
21341 correct indents of the preceding block.
21343 2011-02-12 Iain Sandoe <iains@gcc.gnu.org>
21345 * gcc.c (driver_handle_option): Concatenate the argument to -F with
21348 2011-02-11 Joseph Myers <joseph@codesourcery.com>
21350 * common.opt (nostartfiles): New Driver option.
21352 2011-02-11 Xinliang David Li <davidxl@google.com>
21354 PR tree-optimization/47707
21355 * tree-chrec.c (convert_affine_scev): Keep type precision.
21357 2011-02-11 Eric Botcazou <ebotcazou@adacore.com>
21359 PR tree-optimization/47420
21360 * ipa-split.c (visit_bb): Punt on any kind of GIMPLE_RESX.
21362 2011-02-11 Pat Haugen <pthaugen@us.ibm.com>
21364 PR rtl-optimization/47614
21365 * rtl.h (check_for_inc_dec): Declare.
21366 * dse.c (check_for_inc_dec): Externalize...
21367 * postreload.c (reload_cse_simplify): ...use it before deleting stmt.
21368 (reload_cse_simplify_operands): Don't simplify opnds with side effects.
21370 2011-02-11 Joseph Myers <joseph@codesourcery.com>
21373 * gcc.c (main): Do not compile inputs if there were errors in
21375 * opts-common.c (read_cmdline_option): Check for wrong language
21376 after other error checks.
21378 2011-02-11 Nathan Froyd <froydnj@codesourcery.com>
21380 * cgraph.c: Fix comment typos.
21381 * cgraph.h: Likewise.
21382 * cgraphunit.c: Likewise.
21383 * ipa-cp.c: Likewise.
21384 * ipa-inline.c: Likewise.
21385 * ipa-prop.c: Likewise.
21386 * ipa-pure-const.c: Likewise.
21387 * ipa-ref.c: Likewise.
21388 * ipa-reference.c: Likewise.
21390 2011-02-11 Jakub Jelinek <jakub@redhat.com>
21393 * tree-predcom.c (single_nonlooparound_use): Ignore debug uses.
21395 2011-02-11 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
21398 * doc/sourcebuild.texi (Require Support): Document
21399 dg-require-ascii-locale.
21401 2011-02-11 Mingjie Xing <mingjie.xing@gmail.com>
21403 * doc/lto.texi (Write summary): Fix missing parentheses.
21405 2011-02-10 DJ Delorie <dj@redhat.com>
21407 * config/m32c/m32c.c (m32c_option_override): Disable
21408 -fcombine-stack-adjustments until flag value tracking and compare
21409 optimization can be rewritten.
21411 2011-02-10 Peter Bergner <bergner@vnet.ibm.com>
21413 * config/rs6000/linux64.h (PROCESSOR_DEFAULT): Change to
21415 (PROCESSOR_DEFAULT64): Likewise.
21417 2011-02-10 Richard Henderson <rth@redhat.com>
21419 * config/rx/predicates.md (rx_zs_comparison_operator): Revert
21420 change from 2011-02-03.
21421 * config/rx/rx.c (flags_from_code): Likewise.
21422 (rx_print_operand) ['B']: For LT/GE, use lt/ge if overflow flag
21423 is valid, n/pz otherwise.
21424 (rx_select_cc_mode): Return CCmode if Y is not zero.
21426 2011-02-10 Richard Guenther <rguenther@suse.de>
21428 * tree-ssa-structalias.c (bitpos_of_field): Use BITS_PER_UNIT, not 8.
21430 2011-02-10 Richard Guenther <rguenther@suse.de>
21432 PR tree-optimization/47677
21433 * tree-vrp.c (vrp_bitmap_equal_p): Fix comparison of empty bitmaps.
21435 2011-02-10 Jakub Jelinek <jakub@redhat.com>
21438 * combine.c (make_compound_operation): Only change shifts into
21439 multiplication for SCALAR_INT_MODE_P.
21441 2011-02-10 Jie Zhang <jie@codesourcery.com>
21445 2011-02-05 Jie Zhang <jie@codesourcery.com>
21447 * web.c (entry_register): Don't clobber the number of the
21448 first uninitialized reference in used[].
21450 2011-02-09 Richard Guenther <rguenther@suse.de>
21452 PR tree-optimization/47664
21453 * ipa-inline.c (cgraph_decide_inlining_incrementally): Visit
21456 2011-02-09 David Edelsohn <dje.gcc@gmail.com>
21460 * config/rs6000/aix61.h (PROCESSOR_DEFAULT): Change to
21462 (PROCESSOR_DEFAULT64): Same.
21463 (RS6000_DEFAULT_LONG_DOUBLE_SIZE): Delete.
21465 2011-02-09 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
21467 * config/mips/iris6.h (TARGET_C99_FUNCTIONS): Define.
21469 2011-02-09 Martin Jambor <mjambor@suse.cz>
21471 PR middle-end/45505
21472 * tree-sra.c (struct access): New flags grp_scalar_read and
21473 grp_scalar_write. Changed description of assignment read and write
21475 (dump_access): Dump new flags, reorder all of them.
21476 (sort_and_splice_var_accesses): Set the new flag accordingly, use them
21477 to detect multiple scalar reads.
21478 (analyze_access_subtree): Use the new scalar read write flags instead
21479 of the old flags. Adjusted comments.
21481 2011-02-08 DJ Delorie <dj@redhat.com>
21484 * config/m32c/m32c.c (m32c_subreg): Don't try to validate interim
21487 2011-02-08 Joseph Myers <joseph@codesourcery.com>
21489 * config/m68k/uclinux.opt: New.
21490 * config.gcc (m68k-*-uclinux*): Use m68k/uclinux.opt.
21492 2011-02-08 Joseph Myers <joseph@codesourcery.com>
21494 * config/cris/elf.opt (sim): New Driver option.
21496 2011-02-08 Joseph Myers <joseph@codesourcery.com>
21498 * config/xtensa/elf.opt: New.
21499 * config.gcc (xtensa*-*-elf*): Use xtensa/elf.opt.
21501 2011-02-08 Joseph Myers <joseph@codesourcery.com>
21503 * config/vax/elf.opt: New.
21504 * config.gcc (vax-*-linux*, vax-*-netbsdelf*): Use vax/elf.opt.
21506 2011-02-08 Joseph Myers <joseph@codesourcery.com>
21508 * config/rs6000/aix64.opt (posix, pthread): New Driver options.
21510 2011-02-08 Joseph Myers <joseph@codesourcery.com>
21512 * config/gnu-user.opt: New.
21513 * config.gcc (*-*-linux* | frv-*-*linux* | *-*-kfreebsd*-gnu |
21514 *-*-knetbsd*-gnu | *-*-gnu* | *-*-kopensolaris*-gnu,
21515 *-*-uclinux*): Use gnu-user.opt.
21517 2011-02-08 Thomas Schwinge <thomas@schwinge.name>
21519 * config/gnu.h (CPP_SPEC, LIB_SPEC): Remove handling of -bsd option.
21520 * config/i386/gnu.h (CPP_SPEC): Likewise.
21522 2011-02-08 Ian Lance Taylor <iant@google.com>
21524 * common.opt (fcx-limited-range): Add SetByCombined flag.
21525 (ffinite-math-only, fmath-errno, frounding-math): Likewise.
21526 (fsignaling-nans, fsigned-zeros, ftrapping-math): Likewise.
21527 (fassociative-math, freciprocal-math): Likewise.
21528 (funsafe-math-optimizations): Likewise.
21529 * opth-gen.awk: Handle SetByCombined.
21530 * optc-gen.awk: Likewise.
21531 * opts.c (set_fast_math_flags): Don't override flag if set by frontend.
21532 (set_unsafe_math_optimizations_flags): Likewise.
21533 * doc/options.texi (Option properties): Document SetByCombined.
21535 2011-02-08 Joseph Myers <joseph@codesourcery.com>
21537 * config.gcc (arc-*, alpha*-*-gnu*, arm*-*-netbsd*, arm-*-pe*,
21538 i[34567]86-*-interix3*, i[34567]86-*-netbsd*, i[34567]86-*-pe,
21539 m68hc11-*-*, m6811-*-*, m68hc12-*-*, m6812-*-*,
21540 m68k-*-uclinuxoldabi*, mcore-*-pe*, powerpc*-*-gnu*,
21541 sh*-*-symbianelf*, vax-*-netbsd*): Mark obsolete.
21543 2011-02-08 Sebastian Pop <sebastian.pop@amd.com>
21545 PR tree-optimization/46834
21546 PR tree-optimization/46994
21547 PR tree-optimization/46995
21548 * graphite-sese-to-poly.c (used_outside_reduction): New.
21549 (detect_commutative_reduction): Call used_outside_reduction.
21550 (rewrite_commutative_reductions_out_of_ssa_close_phi): Call
21551 translate_scalar_reduction_to_array only when at least one
21552 loop-phi/close-phi tuple has been detected.
21554 2011-02-08 Richard Guenther <rguenther@suse.de>
21556 PR middle-end/47639
21557 * tree-vect-generic.c (expand_vector_operations_1): Update
21559 (expand_vector_operations): ... not here. Cleanup EH info
21560 and the CFG if required.
21562 2011-02-08 Richard Guenther <rguenther@suse.de>
21564 PR tree-optimization/47641
21565 * tree-ssa.c (execute_update_addresses_taken): For asm outputs
21566 require type compatibility.
21568 2011-02-08 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
21570 * gimple-low.c (lower_function_body): Don't remove the location of
21571 the return statement here.
21572 (lower_gimple_return): Do it here instead but only if the return
21573 statement is actually used twice.
21575 2011-02-08 Richard Guenther <rguenther@suse.de>
21577 PR tree-optimization/47632
21578 * tree-ssa-forwprop.c (remove_prop_source_from_use): Remove
21579 unused up_to_stmt parameter, return whether cfg-cleanup is
21580 necessary, remove EH info properly.
21581 (forward_propagate_into_gimple_cond): Adjust caller.
21582 (forward_propagate_into_cond): Likewise.
21583 (forward_propagate_comparison): Likewise.
21584 (tree_ssa_forward_propagate_single_use_vars): Make
21585 forward_propagate_comparison case similar to the two others.
21587 2011-02-08 Nick Clifton <nickc@redhat.com>
21589 * config/mn10300/mn10300.opt (mliw): New command line option.
21590 * config/mn10300/mn10300.md (UNSPEC_LIW): New unspec.
21591 (liw_bundling): New automaton.
21592 (liw): New attribute.
21593 (liw_op): New attribute.
21594 (liw_op1, liw_op2, liw_both, liw_either): New reservations.
21595 (movsi_internal): Add LIW attributes.
21596 (andsi3): Likewise.
21597 (iorsi3): Likewise.
21598 (xorsi3): Likewise.
21599 (addsi3): Separate register and immediate alternatives.
21600 Add LIW attributes.
21601 (subsi3): Likewise.
21603 (aslsi3): Likewise.
21604 (lshrsi3): Likewise.
21605 (ashrsi3): Likewise.
21606 (liw): New pattern.
21607 * config/mn10300/mn10300.c (liw_op_names): New
21608 (mn10300_print_operand): Handle 'W' operand descriptor.
21609 (extract_bundle): New function.
21610 (check_liw_constraints): New function.
21611 (liw_candidate): New function.
21612 (mn10300_bundle_liw): New function.
21613 (mn10300_reorg): New function.
21614 (TARGET_MACHINE_DEPENDENT_REORG): Define.
21615 (TARGET_DEFAULT_TARGET_FLAGS): Add MASK_ALLOW_LIW.
21616 * config/mn10300/mn10300.h (TARGET_CPU_CPP_BUILTINS): Define
21617 __LIW__ or __NO_LIW__.
21618 * doc/invoke.texi: Describe the -mliw command line option.
21620 2011-02-07 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
21622 * config.gcc (hppa[12]*-*-hpux11*): Don't set extra_parts.
21623 * config/pa/stublib.c (pthread_default_stacksize_np, pthread_mutex_lock,
21624 pthread_mutex_unlock): Remove.
21625 * config/pa/t-pa-hpux11: Remove rules to build pthread stubs.
21626 * config/pa/t-pa64: Likewise.
21627 * config/pa/pa64-hpux.h (LIB_SPEC): In static links, link against
21628 shared libc if not linking against libpthread.
21629 * config/pa/pa-hpux11.h (LIB_SPEC): Likewise.
21631 2011-02-07 Iain Sandoe <iains@gcc.gnu.org>
21634 * config/darwin10.h (LINK_GCC_C_SEQUENCE_SPEC): Put -lSystem first
21635 on 10.6 and later to ensure that we always use the unwinder from
21636 the system. Only add -no_compact_unwind when tarteting darwin
21639 2011-02-07 Steve Ellcey <sje@cup.hp.com>
21642 * vect.md (vec_interleave_highv2sf): Change fmix for TARGET_BIG_ENDIAN.
21643 (vec_interleave_lowv2sf): Ditto.
21644 (vec_extract_evenv2sf): Add TARGET_BIG_ENDIAN check.
21645 (vec_extract_oddv2sf): Ditto.
21647 2011-02-07 Mike Stump <mikestump@comcast.net>
21650 Add __ieee_divdc3 entry point.
21651 * config/i386/darwin.h (DECLARE_LIBRARY_RENAMES): Retain ___divdc3
21653 (SUBTARGET_INIT_BUILTINS): Call darwin_rename_builtins.
21654 * config/i386/i386.c (TARGET_INIT_LIBFUNCS): Likewise.
21655 * config/darwin.c (darwin_rename_builtins): Add.
21656 * config/darwin-protos.h (darwin_rename_builtins): Add.
21658 2011-02-07 Michael Meissner <meissner@linux.vnet.ibm.com>
21661 * config/rs6000/rs6000.md (rsqrt<mode>2): Use the correct macro
21664 2011-02-07 Mike Stump <mikestump@comcast.net>
21666 * config/darwin.opt (mmacosx-version-min): Update default OS version.
21668 2011-02-07 Denis Chertykov <chertykov@gmail.com>
21671 * config/avr/libgcc.S (exit): Move .endfunc
21673 2011-02-07 Richard Guenther <rguenther@suse.de>
21675 PR tree-optimization/47615
21676 * tree-ssa-sccvn.h (run_scc_vn): Take a vn-walk mode argument.
21677 * tree-ssa-sccvn.c (default_vn_walk_kind): New global.
21678 (run_scc_vn): Initialize it.
21679 (visit_reference_op_load): Use it.
21680 * tree-ssa-pre.c (execute_pre): Use VN_WALK if in PRE.
21682 2011-02-07 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
21684 * config/spu/spu.c (spu_init_libfuncs): Install SImode and
21685 DImode trapping arithmetic libfuncs.
21687 2011-02-07 Richard Guenther <rguenther@suse.de>
21689 PR tree-optimization/47621
21690 * tree-ssa.c (non_rewritable_lvalue_p): New function, split out from
21692 (execute_update_addresses_taken): ... here. Make it more
21693 conservative in what we accept.
21695 2011-02-06 Joseph Myers <joseph@codesourcery.com>
21697 * config/sparc/freebsd.h (ASM_SPEC): Define.
21698 * config/sparc/vxworks.h (ASM_SPEC): Define.
21700 2011-02-06 Joseph Myers <joseph@codesourcery.com>
21702 * config/sparc/sol2-bi.h (CC1_SPEC): Remove %{sun4:} %{target:}.
21704 2011-02-06 Steven Bosscher <steven@gcc.gnu.org>
21706 * doc/invoke.texi: Remove reference to compiler internals from
21707 user documentation.
21709 * reg-notes.def: Remove REG_VALUE_PROFILE.
21710 * combine.c (distribute_notes): Do not handle REG_VALUE_PROFILE.
21712 2011-02-05 Jakub Jelinek <jakub@redhat.com>
21714 PR middle-end/47610
21715 * varasm.c (default_section_type_flags): If decl is NULL,
21716 and name is .data.rel.ro or .data.rel.ro.local, set SECTION_RELRO bit.
21718 2011-02-05 Jie Zhang <jie@codesourcery.com>
21721 * web.c (entry_register): Don't clobber the number of the
21722 first uninitialized reference in used[].
21724 2011-02-04 Sebastian Pop <sebastian.pop@amd.com>
21726 PR tree-optimization/46194
21727 * tree-data-ref.c (analyze_miv_subscript): Remove comment.
21728 (build_classic_dist_vector_1): Do not represent classic distance
21729 vectors when the access functions are variating in different loops.
21731 2011-02-04 Joseph Myers <joseph@codesourcery.com>
21733 * config/mips/iris6.opt: New.
21734 * config.gcc (mips-sgi-irix6.5*): Use mips/iris6.opt.
21736 2011-02-04 Richard Henderson <rth@redhat.com>
21737 Steve Ellcey <sje@cup.hp.com>
21740 * config/ia64/predicates.md (mux1_brcst_element): New.
21741 * config/ia64/ia64-protos.h (ia64_unpack_assemble): New.
21742 * config/ia64/ia64.c (ia64_unpack_assemble): New.
21743 (ia64_unpack_sign): New.
21744 (ia64_expand_unpack): Rewrite using new routines.
21745 (ia64_expand_widen_sum): Ditto.
21746 (ia64_expand_dot_prod_v8qi): Ditto.
21747 * config/ia64/vect.md (mulv8qi3): Rewrite to use new
21748 routines, add endian check.
21749 (pmpy2_even): Rename from pmpy2_r, add endian check.
21750 (pmpy2_odd): Rename from pmpy2_l, add endian check.
21751 (vec_widen_smult_lo_v4hi): Rewrite using new routines.
21752 (vec_widen_smult_hi_v4hi): Ditto.
21753 (vec_widen_umult_lo_v4hi): Ditto.
21754 (vec_widen_umult_hi_v4hi): Ditto.
21755 (mulv2si3): Change endian checks.
21756 (sdot_prodv4hi): Rewrite with new calls.
21757 (udot_prodv4hi): New.
21758 (vec_pack_ssat_v4hi): Add endian check.
21759 (vec_pack_usat_v4hi): Ditto.
21760 (vec_pack_ssat_v2si): Ditto.
21761 (max1_even): Rename from max1_r, add endian check.
21762 (max1_odd): Rename from max1_l, add endian check.
21763 (*mux1_rev): Format change.
21764 (*mux1_mix): Ditto.
21765 (*mux1_shuf): Ditto.
21766 (*mux1_alt): Ditto.
21767 (*mux1_brcst_v8qi): Use new predicate.
21768 (vec_extract_evenv8qi): Remove endian check.
21769 (vec_extract_oddv8qi): Ditto.
21770 (vec_interleave_lowv4hi): Format change.
21771 (vec_interleave_highv4hi): Ditto.
21772 (mix2_even): Rename from mix2_r, add endian check.
21773 (mix2_odd): Rename from mux2_l, add endian check.
21774 (*mux2): Fix mask setting for TARGET_BIG_ENDIAN.
21775 (vec_extract_evenodd_helper): Format change.
21776 (vec_extract_evenv4hi): Remove endian check.
21777 (vec_extract_oddv4hi): Remove endian check.
21778 (vec_interleave_lowv2si): Format change.
21779 (vec_interleave_highv2si): Format change.
21780 (vec_initv2si): Remove endian check.
21781 (vecinit_v2si): Add endian check.
21782 (reduc_splus_v2sf): Add endian check.
21783 (reduc_smax_v2sf): Ditto.
21784 (reduc_smin_v2sf): Ditto.
21785 (vec_initv2sf): Remove endian check.
21786 (fpack): Add endian check.
21787 (fswap): Add endian check.
21788 (vec_interleave_highv2sf): Add endian check.
21789 (vec_interleave_lowv2sf): Add endian check.
21790 (fmix_lr): Add endian check.
21791 (vec_setv2sf): Format change.
21792 (*vec_extractv2sf_0_be): Use shift to extract operand.
21793 (*vec_extractv2sf_1_be): New.
21794 (vec_pack_trunc_v4hi): Add endian check.
21795 (vec_pack_trunc_v2si): Format change.
21797 2011-02-04 Jakub Jelinek <jakub@redhat.com>
21799 PR inline-asm/23200
21800 * tree-ssa-ter.c (is_replaceable_p): Add TER argument. Don't
21801 do bb, locus and block comparison and disallow loads if it is not set.
21802 (stmt_is_replaceable_p): New function.
21803 (process_replaceable, find_replaceable_in_bb): Adjust is_replaceable_p
21805 * expr.c (expand_expr_real_1) <case SSA_NAME>: If
21806 get_gimple_for_ssa_name try for EXPAND_INITIALIZER harder to use
21808 * tree-flow.h (stmt_is_replaceable_p): New prototype.
21810 2011-02-04 Joseph Myers <joseph@codesourcery.com>
21812 * config/rs6000/xilinx.opt: New.
21813 * config.gcc (powerpc-xilinx-eabi*): Use rs6000/xilinx.opt.
21815 2011-02-04 Joseph Myers <joseph@codesourcery.com>
21817 * config/mips/mips.opt (EB, EL, noasmopt): New Driver options.
21819 2011-02-03 Anatoly Sokolov <aesok@post.ru>
21821 * config/xtensa/xtensa.h (PREFERRED_RELOAD_CLASS,
21822 PREFERRED_OUTPUT_RELOAD_CLASS): Remove.
21823 * config/xtensa/xtensa-protos.h (xtensa_preferred_reload_class,
21824 secondary_reload_info, xtensa_secondary_reload): Remove.
21825 * config/xtensa/xtensa.c (TARGET_PREFERRED_RELOAD_CLASS,
21826 TARGET_PREFERRED_OUTPUT_RELOAD_CLASS): Define.
21827 (xtensa_preferred_reload_class): Make static. Change return and
21828 'rclass' argument type to reg_class_t. Remove 'isoutput' argument.
21829 Use CONST_DOUBLE_P predicate.
21830 (xtensa_preferred_output_reload_class): New function.
21831 (xtensa_secondary_reload): Make static.
21833 2011-02-03 Joseph Myers <joseph@codesourcery.com>
21835 * config/microblaze/microblaze.opt (Zxl-mode-bootstrap,
21836 Zxl-mode-executable, Zxl-mode-novectors, Zxl-mode-xilkernel,
21837 Zxl-mode-xmdstub, mxl-mode-xilkernel): New Driver options.
21839 2011-02-03 Jakub Jelinek <jakub@redhat.com>
21841 PR middle-end/31490
21842 * output.h (SECTION_RELRO): Define.
21843 (SECTION_MACH_DEP): Adjust.
21844 (get_variable_section): New prototype.
21845 * varpool.c (varpool_finalize_named_section_flags): New function.
21846 (varpool_assemble_pending_decls): Call it.
21847 * cgraph.h (varpool_finalize_named_section_flags): New prototype.
21848 * cgraphunit.c (cgraph_output_in_order): Call
21849 varpool_finalize_named_section_flags.
21850 * varasm.c (get_section): Allow section flags conflicts between
21851 relro and read-only sections if the section hasn't been declared yet.
21852 Set SECTION_OVERRIDE after diagnosing section type conflict.
21853 (get_variable_section): No longer static.
21854 (default_section_type_flags): Use SECTION_WRITE | SECTION_RELRO for
21855 readonly sections that need relocations.
21856 (decl_readonly_section_1): New function.
21857 (decl_readonly_section): Use it.
21860 2010-11-17 Dinar Temirbulatov <dtemirbulatov@gmail.com>
21861 Steve Ellcey <sje@cup.hp.com>
21863 PR middle-end/31490
21864 * varasm.c (categorize_decl_for_section): Ignore reloc_rw_mask
21865 if section attribute used.
21867 2011-02-03 Jakub Jelinek <jakub@redhat.com>
21869 * config/darwin.h (SECTION_NO_ANCHOR): Remove.
21870 * config/darwin.c (SECTION_NO_ANCHOR): Define.
21871 (darwin_init_sections): Remove assertion.
21873 2011-02-03 Nick Clifton <nickc@redhat.com>
21875 * config/rx/predicates.md (rx_zs_comparison_operator): Remove
21877 * config/rx/rx.md (abssi2_flags): Use CC_ZSmode rather than CC_ZSOmode.
21878 * config/rx/rx.c (rx_print_operand): Use "lt" and "ge" suffixes
21879 instead of "n" and "pz".
21880 (flags_from_code): LT and GE tests need CC_FLAG_O as well as
21883 2011-02-03 Jakub Jelinek <jakub@redhat.com>
21886 * expr.c (expand_expr_real_2) <case FMA_EXPR>: If target doesn't expand
21887 fma, expand FMA_EXPR as fma{,f,l} call.
21890 * lto-streamer-out.c (write_symbol): When writing kind and visibility,
21891 copy them into a unsigned char variable and pass address of it to
21892 lto_output_data_stream.
21895 * toplev.c (target_reinit): Save and restore *crtl and regno_reg_rtx
21896 around backend_init_target and lang_dependent_init_target calls.
21897 * cgraphunit.c (cgraph_debug_gimple_stmt): New function.
21898 (verify_cgraph_node): Don't call set_cfun here. Use
21899 cgraph_debug_gimple_stmt instead of debug_gimple_stmt.
21900 Set error_found for incorrectly represented calls to thunks.
21902 2011-02-03 Alexandre Oliva <aoliva@redhat.com>
21905 PR rtl-optimization/43494
21906 * rtl.h (for_each_inc_dec_fn): New type.
21907 (for_each_inc_dec): Declare.
21908 * rtlanal.c (struct for_each_inc_dec_ops): New type.
21909 (for_each_inc_dec_find_inc_dec): New fn.
21910 (for_each_inc_dec_find_mem): New fn.
21911 (for_each_inc_dec): New fn.
21912 * dse.c (struct insn_size): Remove.
21913 (replace_inc_dec, replace_inc_dec_mem): Remove.
21914 (emit_inc_dec_insn_before): New fn.
21915 (check_for_inc_dec): Use it, along with for_each_inc_dec.
21916 (canon_address): Pass mem modes to cselib_lookup.
21917 * cselib.h (cselib_lookup): Add memmode argument. Adjust callers.
21918 (cselib_lookup_from_insn): Likewise.
21919 (cselib_subst_to_values): Likewise.
21920 * cselib.c (find_slot_memmode): New var.
21921 (cselib_find_slot): New fn. Use it instead of
21922 htab_find_slot_with_hash everywhere.
21923 (entry_and_rtx_equal_p): Use find_slot_memmode.
21924 (autoinc_split): New fn.
21925 (rtx_equal_for_cselib_p): Rename and implement in terms of...
21926 (rtx_equal_for_cselib_1): ... this. Take memmode, pass it on.
21927 Deal with autoinc. Special-case recursion into MEMs.
21928 (cselib_hash_rtx): Likewise.
21929 (cselib_lookup_mem): Infer pmode from address mode. Distinguish
21930 address and MEM modes.
21931 (cselib_subst_to_values): Add memmode, pass it on.
21933 (cselib_lookup): Add memmode argument, pass it on.
21934 (cselib_lookup_from_insn): Add memmode.
21935 (cselib_invalidate_rtx): Discard obsolete push_operand handling.
21936 (struct cselib_record_autoinc_data): New.
21937 (cselib_record_autoinc_cb): New fn.
21938 (cselib_record_sets): Use it, along with for_each_inc_dec. Pass MEM
21939 mode to cselib_lookup. Reset autoinced REGs here instead of...
21940 (cselib_process_insn): ... here.
21941 * var-tracking.c (replace_expr_with_values, use_type): Pass MEM mode
21943 (add_uses): Likewise, also to cselib_subst_to_values.
21944 (add_stores): Likewise.
21945 * sched-deps.c (add_insn_mem_dependence): Pass mode to
21946 cselib_subst_to_values.
21947 (sched_analyze_1, sched_analyze_2): Likewise. Adjusted.
21948 * gcse.c (do_local_cprop): Adjusted.
21949 * postreload.c (reload_cse_simplify_set): Adjusted.
21950 (reload_cse_simplify_operands): Adjusted.
21951 * sel-sched-dump (debug_mem_addr_value): Pass mode.
21953 2011-02-03 Alexandre Oliva <aoliva@redhat.com>
21955 PR tree-optimization/45122
21956 * tree-ssa-loop-niter.c (number_of_iterations_exit): Don't make
21957 unsafe assumptions when there's more than one loop exit.
21959 2011-02-02 Michael Meissner <meissner@linux.vnet.ibm.com>
21962 * doc/extend.texi (PowerPC AltiVec/VSX Built-in Functions):
21963 Document using vector double with the load/store builtins, and
21964 that the load/store builtins always use Altivec instructions.
21966 * config/rs6000/vector.md (vector_altivec_load_<mode>): New insns
21967 to use altivec memory instructions, even on VSX.
21968 (vector_altivec_store_<mode>): Ditto.
21970 * config/rs6000/rs6000-protos.h (rs6000_address_for_altivec): New
21973 * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
21974 V2DF, V2DI support to load/store overloaded builtins.
21976 * config/rs6000/rs6000-builtin.def (ALTIVEC_BUILTIN_*): Add
21977 altivec load/store builtins for V2DF/V2DI types.
21979 * config/rs6000/rs6000.c (rs6000_option_override_internal): Don't
21980 set avoid indexed addresses on power6 if -maltivec.
21981 (altivec_expand_ld_builtin): Add V2DF, V2DI support, use
21982 vector_altivec_load/vector_altivec_store builtins.
21983 (altivec_expand_st_builtin): Ditto.
21984 (altivec_expand_builtin): Add VSX memory builtins.
21985 (rs6000_init_builtins): Add V2DI types to internal types.
21986 (altivec_init_builtins): Add support for V2DF/V2DI altivec
21987 load/store builtins.
21988 (rs6000_address_for_altivec): Insure memory address is appropriate
21991 * config/rs6000/vsx.md (vsx_load_<mode>): New expanders for
21992 vec_vsx_ld and vec_vsx_st.
21993 (vsx_store_<mode>): Ditto.
21995 * config/rs6000/rs6000.h (RS6000_BTI_long_long): New type
21996 variables to hold long long types for VSX vector memory builtins.
21997 (RS6000_BTI_unsigned_long_long): Ditto.
21998 (long_long_integer_type_internal_node): Ditti.
21999 (long_long_unsigned_type_internal_node): Ditti.
22001 * config/rs6000/altivec.md (UNSPEC_LVX): New UNSPEC.
22002 (altivec_lvx_<mode>): Make altivec_lvx use a mode iterator.
22003 (altivec_stvx_<mode>): Make altivec_stvx use a mode iterator.
22005 * config/rs6000/altivec.h (vec_vsx_ld): Define VSX memory builtin
22007 (vec_vsx_st): Ditto.
22009 2011-02-02 Joseph Myers <joseph@codesourcery.com>
22011 * config/pa/pa-hpux10.opt: New.
22012 * config/hpux11.opt (pthread): New Driver option.
22013 * config/pa/pa-hpux.opt (nolibdld, rdynamic): New Driver options.
22014 * config.gcc (hppa[12]*-*-hpux10*): Use pa/pa-hpux10.opt.
22016 2011-02-02 Joseph Myers <joseph@codesourcery.com>
22018 * config/ia64/vms.opt: New.
22019 * config.gcc (ia64-hp-*vms*): Use ia64/vms.opt.
22021 2011-02-01 Michael Meissner <meissner@linux.vnet.ibm.com>
22024 * config/rs6000/vsx.md (vsx_float<VSi><mode>2): Use
22025 gpc_reg_operand instead of vsx_register_operand to match rs6000.md
22026 generator functions.
22027 (vsx_floatuns<VSi><mode>2): Ditto.
22028 (vsx_fix_trunc<mode><VSi>2): Ditto.
22029 (vsx_fixuns_trunc<mode><VSi>2): Ditto.
22031 2011-02-02 Joseph Myers <joseph@codesourcery.com>
22033 * config/i386/djgpp.opt (posix): New Driver option.
22035 2011-02-02 Gerald Pfeifer <gerald@pfeifer.com>
22037 * config.gcc (*-*-freebsd[12], *-*-freebsd[12].*, *-*-freebsd*aout*):
22038 Move to the unsupported targets list.
22040 2011-02-02 Peter Bergner <bergner@vnet.ibm.com>
22042 PR rtl-optimization/47525
22043 * df-scan.c: Update copyright years.
22044 (df_get_call_refs): Do not mark global registers as DF_REF_REG_USE
22045 and non-clobber DF_REF_REG_DEF for calls to const and pure functions.
22047 2011-02-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
22049 * config/i386/sysv4.h (TARGET_VERSION): Remove.
22050 (SUBTARGET_RETURN_IN_MEMORY): Remove.
22051 (ASM_OUTPUT_ASCII): Remove.
22052 * config/i386/sol2.h (SUBTARGET_RETURN_IN_MEMORY): Remove #undef.
22054 2011-02-02 Jeff Law <law@redhat.com>
22056 PR middle-end/47543
22057 * reload.c (find_reloads_address): Handle reg+d address where both
22058 components are invalid by reloading the entire address.
22060 2011-02-02 Sebastian Pop <sebastian.pop@amd.com>
22061 Richard Guenther <rguenther@suse.de>
22063 PR tree-optimization/40979
22065 * passes.c (init_optimization_passes): After LIM call copy_prop
22066 and DCE to clean up.
22067 * tree-ssa-loop.c (pass_graphite_transforms): Add TODO_dump_func.
22069 2011-02-02 Sebastian Pop <sebastian.pop@amd.com>
22071 PR tree-optimization/47576
22072 PR tree-optimization/47555
22073 * doc/invoke.texi (scev-max-expr-complexity): Documented.
22074 * params.def (PARAM_SCEV_MAX_EXPR_SIZE): Bump the value to 100.
22075 (PARAM_SCEV_MAX_EXPR_COMPLEXITY): Declared.
22076 * tree-scalar-evolution.c (follow_ssa_edge): Use
22077 PARAM_SCEV_MAX_EXPR_COMPLEXITY.
22079 2011-02-02 Richard Guenther <rguenther@suse.de>
22081 PR tree-optimization/47566
22082 * builtins.c (builtin_save_expr): No SAVE_EXPR for SSA_NAMEs.
22084 2011-02-02 Alexandre Oliva <aoliva@redhat.com>
22088 * tree-inline.c (declare_return_variable): Remove unused caller
22093 * tree-flow-inline.h (clear_is_used, is_used_p): New.
22094 * cfgexpand.c (account_used_vars_for_block): Use them.
22095 * tree-nrv.c (tree_nrv): Likewise.
22096 * tree-ssa-live.c (remove_unused_scope_block_p): Likewise.
22097 (dump_scope_block): Likewise.
22098 (remove_unused_locals): Likewise.
22102 * tree-inline.c (declare_return_variable): Add result decl to
22103 local decls only once.
22104 * gimple-low.c (record_vars_into): Mark newly-created variables
22107 2011-02-02 Alexandre Oliva <aoliva@redhat.com>
22113 * haifa-sched.c (get_ebb_head_tail): Move notes across boundary
22115 (no_real_insns_p, schedule_block, set_priorities): Drop special
22116 treatment of boundary debug insns.
22117 * sched-deps.c (sd_init_insn, sd_finish_insn): Don't mark debug insns.
22118 * sched-ebb.c (schedule_ebbs): Adjust skipping of debug insns.
22119 * sched-int.h (DEBUG_INSN_SCHED_P): Remove.
22120 (BOUNDARY_DEBUG_INSN_P): Likewise.
22121 (SCHEDULE_DEBUG_INSN_P): Likewise.
22122 * sched-rgn.c (init_ready_list): Drop special treatment of
22123 boundary debug insns.
22124 * final.c (rest_of_clean_state): Clear notes' BB.
22126 2011-02-01 Joseph Myers <joseph@codesourcery.com>
22128 * config/openbsd.opt (assert=): New Driver option.
22130 2011-02-01 Joseph Myers <joseph@codesourcery.com>
22132 * config/i386/nto.opt: New.
22133 * config.gcc (i[34567]86-*-nto-qnx*): Use i386/nto.opt.
22135 2011-02-01 Joseph Myers <joseph@codesourcery.com>
22137 * config/i386/netware.opt: New.
22138 * config.gcc (i[3456x]86-*-netware*): Use i386/netware.opt.
22140 2011-02-01 Joseph Myers <joseph@codesourcery.com>
22142 * config/interix.opt (posix): New Driver option.
22144 2011-02-01 DJ Delorie <dj@redhat.com>
22146 * config/m32c/m32c.h (PTRDIFF_TYPE): Remove extra definition.
22148 * config/m32c/m32c.c (m32c_regno_reg_class): Return smallest reg
22151 2011-02-01 Sebastian Pop <sebastian.pop@amd.com>
22153 PR tree-optimization/47561
22154 * toplev.c (process_options): Print the Graphite flags. Add
22155 flag_loop_flatten to the list of options requiring Graphite.
22157 2011-02-01 Joseph Myers <joseph@codesourcery.com>
22159 * config/i386/cygming.opt (posix): New Driver option.
22161 2011-02-01 Joseph Myers <joseph@codesourcery.com>
22163 * config/arm/vxworks.opt: New.
22164 * config.gcc (arm-wrs-vxworks): Use arm/vxworks.opt.
22166 2011-02-01 Joseph Myers <joseph@codesourcery.com>
22168 * config/alpha/elf.opt: New.
22169 * config.gcc (alpha*-*-linux*, alpha*-*-gnu*, alpha*-*-freebsd*,
22170 alpha*-*-netbsd*, alpha*-*-openbsd*): Use alpha/elf.opt.
22172 2011-02-01 Richard Guenther <rguenther@suse.de>
22174 PR tree-optimization/47559
22175 * tree-ssa-loop-im.c (can_sm_ref_p): Do not perform
22176 store-motion on references that can throw.
22178 2011-02-01 Bernd Schmidt <bernds@codesourcery.com>
22180 * tree-dump.c (dump_option_value_info): Add entry for TDF_CSELIB.
22181 * tree-pass.h (TDF_CSELIB): New macro.
22182 * cselib.c (new_cselib_val, expand_loc, cselib_expand_value_rtx_1,
22183 cselib_lookup): Check for it rather than for TDF_DETAILS.
22185 2011-02-01 H.J. Lu <hongjiu.lu@intel.com>
22188 * lto-wrapper.c (run_gcc): Don't add -dumpdir if linker_output
22189 is HOST_BIT_BUCKET.
22191 * opts.c (finish_options): Don't add x_aux_base_name if it is
22194 2011-02-01 Richard Guenther <rguenther@suse.de>
22196 PR tree-optimization/47555
22198 2010-07-15 Sebastian Pop <sebastian.pop@amd.com>
22200 * params.def (PARAM_SCEV_MAX_EXPR_SIZE): Bump the value to 100.
22202 2011-02-01 Sebastien Bourdeauducq <sebastien@milkymist.org>
22205 * config/lm32/t-lm32: Add multilib for all CPU options.
22207 2011-02-01 Richard Guenther <rguenther@suse.de>
22209 PR tree-optimization/47541
22210 * tree-ssa-structalias.c (push_fields_onto_fieldstack): Make
22211 sure to have a field at offset zero.
22213 2011-01-31 Joseph Myers <joseph@codesourcery.com>
22215 * config/arc/arc.opt (EB, EL): New Driver options.
22217 2011-01-31 Joseph Myers <joseph@codesourcery.com>
22219 * config/alpha/osf5.opt: New.
22220 * config.gcc (alpha*-dec-osf5.1*): Use alpha/osf5.opt.
22222 2011-01-31 Joseph Myers <joseph@codesourcery.com>
22224 * config/vms/vms.opt (map, mvms-return-codes): New Driver options.
22226 2011-01-31 Sebastian Pop <sebastian.pop@amd.com>
22228 * common.opt (ftree-loop-linear): Use Alias to make it an alias of
22229 -floop-interchange.
22230 * invoke.texi (-ftree-loop-linear): Make it clear that this flag
22231 is an alias of -floop-interchange and that it requires the
22232 Graphite infrastructure.
22233 * tree-ssa-loop.c (gate_graphite_transforms): Do not set
22234 flag_loop_interchange based on the value of flag_tree_loop_linear.
22236 2011-01-31 Jakub Jelinek <jakub@redhat.com>
22237 Richard Guenther <rguenther@suse.de>
22239 PR tree-optimization/47538
22240 * tree-ssa-ccp.c (bit_value_binop_1): For uns computation use
22241 type instead of r1type, except for comparisons. For right
22242 shifts and comparisons punt if there are mismatches in
22243 sizetype vs. non-sizetype types.
22245 2011-01-31 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
22247 * doc/sourcebuild.texi (Effective-Target Keywords): Document
22250 2011-01-31 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
22252 * configure.ac (gcc_cv_ld_eh_frame_hdr): Update minimal Sun ld
22254 * configure: Regenerate.
22256 2011-01-31 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
22258 * configure.ac (gcc_cv_ld_static_option): Define.
22259 (gcc_cv_ld_dynamic_option): Define.
22260 (gcc_cv_ld_static_dynamic): Tru64 UNIX support -noso/-so_archive
22262 (HAVE_LD_STATIC_DYNAMIC): Update message.
22263 (LD_STATIC_OPTION): Define.
22264 (LD_DYNAMIC_OPTION): Define.
22265 * configure: Regenerate.
22266 * config.in: Regenerate.
22267 * gcc.c (init_spec) [USE_LIBUNWIND_EXCEPTIONS &&
22268 HAVE_LD_STATIC_DYNAMIC]: Use them.
22270 2011-01-31 Nick Clifton <nickc@redhat.com>
22272 * config/rx/rx.c (rx_get_stack_layout): Only save call clobbered
22273 registers inside interrupt handlers if the handler is not a leaf
22276 2011-01-31 Nick Clifton <nickc@redhat.com>
22278 * config/mn10300/mn10300.c (mn10300_regno_in_class_p): Check for
22279 reg_renumber returning an INVALID_REGNUM.
22281 2011-01-31 Alexandre Oliva <aoliva@redhat.com>
22284 * doc/install.texi: Document host options discarded when cross
22285 configuring target libraries.
22287 2011-01-31 Alexandre Oliva <aoliva@redhat.com>
22290 2011-01-25 Alexandre Oliva <aoliva@redhat.com>
22293 * haifa-sched.c (get_ebb_head_tail): Move notes across boundary
22295 (no_real_insns_p, schedule_block, set_priorities): Drop special
22296 treatment of boundary debug insns.
22297 * sched-deps.c (sd_init_insn, sd_finish_insn): Don't mark debug insns.
22298 * sched-ebb.c (schedule_ebbs): Don't skip debug insns.
22299 * sched-int.h (DEBUG_INSN_SCHED_P): Remove.
22300 (BOUNDARY_DEBUG_INSN_P): Likewise.
22301 (SCHEDULE_DEBUG_INSN_P): Likewise.
22302 * sched-rgn.c (init_ready_list): Drop special treatment of
22303 boundary debug insns.
22304 * final.c (rest_of_clean-state): Clear notes' BB.
22306 2011-01-31 Alan Modra <amodra@gmail.com>
22308 * config/rs6000/rs6000.c (print_operand): Rearrange addends in
22309 toc relative expressions as we do in print_operand_address.
22311 2011-01-30 Kazu Hirata <kazu@codesourcery.com>
22313 * doc/extend.texi: Follow spelling conventions.
22314 * doc/invoke.texi: Fix a typo.
22316 2011-01-30 Joseph Myers <joseph@codesourcery.com>
22318 * config/hpux11.opt: New.
22319 * config.gcc (hppa*64*-*-hpux11*, hppa[12]*-*-hpux11*,
22320 ia64*-*-hpux*): Use hpux11.opt.
22322 2011-01-30 Jonathan Yong <jon_y@users.sourceforge.net>
22324 * config.gcc (i[34567]86-*-pe | i[34567]86-*-cygwin*): Add t-dfprules
22327 2011-01-30 Gerald Pfeifer <gerald@pfeifer.com>
22329 * doc/install.texi (hppa-hp-hpux10): Remove references to HP
22332 2011-01-30 Gerald Pfeifer <gerald@pfeifer.com>
22334 * doc/install.texi (Binaries): Remove outdated reference for
22335 Motorola 68HC11/68HC12 downloads.
22337 2011-01-30 Gerald Pfeifer <gerald@pfeifer.com>
22339 * doc/extend.texi (Thread-Local): Adjust reference to Ulrich
22342 2011-01-29 Jonathan Wakely <jwakely.gcc@gmail.com>
22345 * ginclude/stddef.h: Check for _X86_64_ANSI_H_ and _I386_ANSI_H_ as
22348 2011-01-28 Ahmad Sharif <asharif@google.com>
22350 * value-prof.c (check_counter): Corrected error message.
22352 2011-01-29 Jie Zhang <jie@codesourcery.com>
22354 * config/arm/arm.c (arm_legitimize_reload_address): New.
22355 * config/arm/arm.h (ARM_LEGITIMIZE_RELOAD_ADDRESS): Use
22356 arm_legitimize_reload_address.
22357 * config/arm/arm-protos.h (arm_legitimize_reload_address): Declare.
22359 2011-01-28 Ian Lance Taylor <iant@google.com>
22361 * godump.c (go_define): Ignore macros whose definitions include
22362 two adjacent operands.
22364 2011-01-28 Jakub Jelinek <jakub@redhat.com>
22367 * varasm.c (force_const_mem): Store copy of x in desc->constant
22368 instead of x itself.
22369 * expr.c (emit_move_insn): Add a copy of y_cst instead of y_cst
22370 itself into REG_EQUAL note.
22372 2011-01-28 Joseph Myers <joseph@codesourcery.com>
22374 * config/freebsd.opt (posix, rdynamic): New Driver options.
22376 2011-01-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
22378 * configure.ac (gcc_cv_ld_static_dynamic): IRIX 6 ld supports
22379 -Bstatic/-Bdynamic.
22380 * configure: Regenerate.
22382 2011-01-27 Joseph Myers <joseph@codesourcery.com>
22384 * config/rs6000/sysv4.h (LIB_NETBSD_SPEC): Don't handle -profile.
22385 * config/rs6000/vxworks.h (CC1_SPEC): Don't handle -profile.
22387 2011-01-27 Anatoly Sokolov <aesok@post.ru>
22389 * config/s390/s390.h (PREFERRED_RELOAD_CLASS): Remove.
22390 * config/s390/s390-protos.h (s390_preferred_reload_class): Remove.
22391 * config/s390/s390.c (TARGET_PREFERRED_RELOAD_CLASS): Define.
22392 (s390_preferred_reload_class): Make static. Change return and
22393 'rclass' argument type to reg_class_t.
22395 2011-01-27 Jan Hubicka <jh@suse.cz>
22397 PR middle-end/46949
22398 * cgraphunit.c (process_common_attributes): Fix use of remove_attribute.
22399 (process_function_and_variable_attributes): Check defined weakrefs.
22401 2011-01-27 Martin Jambor <mjambor@suse.cz>
22403 PR tree-optimization/47228
22404 * tree-sra.c (sra_modify_assign): Use build_ref_for_model instead of
22405 build_ref_for_offset.
22407 2011-01-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
22409 * config/spu/spu-elf.h (ASM_SPEC): Remove.
22411 2011-01-26 Mikael Pettersson <mikpe@it.uu.se>
22413 PR rtl-optimization/46856
22414 * postreload.c (reload_combine_recognize_const_pattern): Do not
22415 separate cc0 setter and user on cc0 targets.
22417 2011-01-26 Nicola Pero <nicola.pero@meta-innovation.com>
22420 * c-typeck.c (c_objc_common_truthvalue_conversion): If we are
22421 passed a VOID_TYPE expression, immediately emit an error and
22422 return error_mark_node.
22424 2011-01-26 Jeff Law <law@redhat.com>
22426 PR rtl-optimization/47464
22427 * df-problems.c (can_move_insn_across): Use may_trap_or_fault_p
22428 rather than may_trap_p as needed.
22430 2011-01-26 DJ Delorie <dj@redhat.com>
22432 PR rtl-optimization/46878
22433 * combine.c (insn_a_feeds_b): Check for the implicit cc0
22434 setter/user dependency as well.
22436 2011-01-26 Eric Botcazou <ebotcazou@adacore.com>
22438 PR rtl-optimization/44469
22439 * cfgcleanup.c (try_optimize_cfg): Iterate in CFG layout mode too
22440 after removing trivially dead basic blocks.
22442 2011-01-26 Joseph Myers <joseph@codesourcery.com>
22444 * config/bfin/bfin.h (LINK_SPEC): Remove %{Qy:} %{!Qn:-Qy}.
22445 * config/frv/frv.h (LINK_SPEC): Likewise.
22446 * config/i386/netware.h (LINK_SPEC): Likewise.
22447 * config/m68k/linux.h (ASM_SPEC): Likewise.
22448 * config/rs6000/linux64.h (ASM_SPEC_COMMON): Likewise.
22449 * config/rs6000/sysv4.h (LINK_SPEC): Likewise.
22450 * config/rs6000/vxworks.h (ASM_SPEC): Likewise.
22451 * config/sparc/linux.h (ASM_SPEC): Likewise.
22452 * config/sparc/linux64.h (ASM_SPEC): Likewise.
22453 * config/sparc/sp-elf.h (ASM_SPEC): Likewise.
22455 2011-01-26 Joseph Myers <joseph@codesourcery.com>
22457 * config/bfin/bfin.h (ASM_SPEC): Remove %{Ym,*}.
22458 * config/frv/frv.h (ASM_SPEC): Likewise.
22459 * config/m68k/linux.h (ASM_SPEC): Likewise.
22460 * config/pa/pa-linux.h (ASM_SPEC): Likewise.
22461 * config/rs6000/linux64.h (ASM_SPEC): Likewise.
22462 * config/rs6000/vxworks.h (ASM_SPEC): Likewise.
22463 * config/sparc/linux.h (ASM_SPEC): Likewise.
22464 * config/sparc/linux64.h (ASM_SPEC): Likewise.
22465 * config/sparc/sp-elf.h (ASM_SPEC): Likewise.
22467 2011-01-26 Joseph Myers <joseph@codesourcery.com>
22469 * config/bfin/bfin.h (LINK_SPEC): Remove %{YP,*}.
22470 * config/frv/frv.h (LINK_SPEC): Likewise.
22471 * config/rs6000/sysv4.h (LINK_SPEC): Likewise.
22473 2011-01-26 Joseph Myers <joseph@codesourcery.com>
22475 * config/bfin/bfin.h (ASM_SPEC): Remove %{Yd,*}.
22476 * config/frv/frv.h (ASM_SPEC): Likewise.
22477 * config/i386/sol2-10.h (ASM_SPEC): Likewise.
22478 * config/m68k/linux.h (ASM_SPEC): Likewise.
22479 * config/pa/pa-linux.h (ASM_SPEC): Likewise.
22480 * config/rs6000/linux64.h (ASM_SPEC32): Likewise.
22481 * config/rs6000/vxworks.h (ASM_SPEC): Likewise.
22482 * config/sol2.h (ASM_SPEC): Remove comment about -Yd,.
22483 * config/sparc/linux.h (ASM_SPEC): Likewise.
22484 * config/sparc/linux64.h (ASM_SPEC): Likewise.
22485 * config/sparc/sp-elf.h (ASM_SPEC): Likewise.
22486 * config/sparc/sysv4.h (ASM_SPEC): Remove %{Yd,*}.
22488 2011-01-26 Steve Ellcey <sje@cup.hp.com>
22491 * config/ia64/vect.md (mulv2si3): Enable and fix for TARGET_BIG_ENDIAN.
22493 (vec_extract_evenodd_help): Ditto.
22494 (vec_extract_evenv4hi): Ditto.
22495 (vec_extract_oddv4hi): Ditto.
22496 (vec_interleave_lowv2si): Ditto.
22497 (vec_interleave_highv2si): Ditto.
22498 (vec_extract_evenv2si): Ditto.
22499 (vec_extract_oddv2si: Ditto.
22500 (vec_pack_trunc_v2si): Ditto.
22502 2011-01-22 Jan Hubicka <jh@suse.cz>
22505 * cgraph.h (cgraph_local_info): New field can_change_signature.
22506 * ipa-cp.c (ipcp_update_callgraph): Only compute args_to_skip if callee
22507 signature can change.
22508 (ipcp_estimate_growth): Call sequence simplify only if calle signature
22510 (ipcp_insert_stage): Only compute args_to_skip if signature can change.
22511 (cgraph_function_versioning): We can not change signature of functions
22512 that don't allow that.
22513 * lto-cgraph.c (lto_output_node): Stream local.can_change_signature.
22514 (lto_input_node): Likewise.
22515 * ipa-inline.c (compute_inline_parameters): Compute
22516 local.can_change_signature.
22517 * ipa-split.c (visit_bb): Never split away APPLY_ARGS.
22518 * tree-sra.c (ipa_sra_preliminary_function_checks): Give up on
22519 functions that can not change signature.
22520 * i386.c (ix86_function_regparm, ix86_function_sseregparm,
22521 init_cumulative_args): Do not use local calling conventions
22522 for functions that can not change signature.
22524 2011-01-22 Jan Hubicka <jh@suse.cz>
22526 * doc/invoke.texi (hot-bb-frequency-fraction): Commit forgotten hunk.
22528 2011-01-26 Richard Guenther <rguenther@suse.de>
22530 PR tree-optimization/47190
22531 * cgraphunit.c (process_common_attributes): New function.
22532 (process_function_and_variable_attributes): Use it.
22534 2011-01-26 Richard Guenther <rguenther@suse.de>
22537 * cgraphbuild.c (record_eh_tables): Record reference to personality
22540 2011-01-26 Alexandre Oliva <aoliva@redhat.com>
22543 * sel-sched.c (moveup_expr): Don't let debug insns prevent
22544 non-debug insns from moving up.
22546 2011-01-26 Dave Korn <dave.korn.cygwin@gmail.com>
22549 * config.gcc (i[34567]86-*-pe | i[34567]86-*-cygwin*): Select suitable
22550 t-dlldir{,-x} fragment for build and add it to tmake_file.
22551 (i[34567]86-*-mingw* | x86_64-*-mingw*): Likewise.
22552 * Makefile.in (libgcc.mvars): Also export SHLIB_DLLDIR to libgcc.
22553 * config/i386/t-dlldir: New file.
22554 (SHLIB_DLLDIR): Define.
22555 * config/i386/t-dlldir-x: New file.
22556 (SHLIB_DLLDIR): Define.
22557 * config/i386/t-cygming: Error out if SHLIB_DLLDIR is not set.
22558 (SHLIB_INSTALL): Use it.
22560 2011-01-26 Chung-Lin Tang <cltang@codesourcery.com>
22563 * config/arm/arm.c (thumb2_legitimate_index_p): Change the
22564 lower bound of the allowed Thumb-2 coprocessor load/store
22565 index range to -256. Add explaining comment.
22567 2011-01-25 Ian Lance Taylor <iant@google.com>
22569 * godump.c (go_define): Improve lexing of macro expansion to only
22570 accept expressions which match Go spec.
22572 2011-01-26 Dave Korn <dave.korn.cygwin@gmail.com>
22575 * tree.c (handle_dll_attribute): Handle it.
22576 * doc/extend.texi (@item dllexport): Mention it.
22577 * doc/invoke.texi (@item -fno-keep-inline-dllexport): Document it.
22579 2011-01-25 Ian Lance Taylor <iant@google.com>
22581 PR tree-optimization/26854
22582 * c-decl.c (struct c_scope): Add field has_jump_unsafe_decl.
22583 (decl_jump_unsafe): Move higher in file, with no other change.
22584 (bind): Set has_jump_unsafe_decl if appropriate.
22585 (update_label_decls): Test has_jump_unsafe_decl to avoid loop.
22586 (check_earlier_gotos): Likewise.
22587 (c_check_switch_jump_warnings): Likewise.
22589 2011-01-25 Jonathan Wakely <jwakely.gcc@gmail.com>
22591 * doc/invoke.texi (Warning Options): Add missing hyphen.
22592 (-fprofile-dir): Minor grammatical fixes.
22593 (-fbranch-probabilities): Likewise.
22595 2011-01-25 Alexandre Oliva <aoliva@redhat.com>
22599 * haifa-sched.c (get_ebb_head_tail): Move notes across boundary
22601 (no_real_insns_p, schedule_block, set_priorities): Drop special
22602 treatment of boundary debug insns.
22603 * sched-deps.c (sd_init_insn, sd_finish_insn): Don't mark debug insns.
22604 * sched-ebb.c (schedule_ebbs): Don't skip debug insns.
22605 * sched-int.h (DEBUG_INSN_SCHED_P): Remove.
22606 (BOUNDARY_DEBUG_INSN_P): Likewise.
22607 (SCHEDULE_DEBUG_INSN_P): Likewise.
22608 * sched-rgn.c (init_ready_list): Drop special treatment of
22609 boundary debug insns.
22610 * final.c (rest_of_clean-state): Clear notes' BB.
22612 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
22614 * Makefile.in (LAMBDA_H): Removed.
22615 (TREE_DATA_REF_H): Remove dependence on LAMBDA_H.
22616 (OBJS-common): Remove dependence on lambda-code.o, lambda-mat.o,
22617 lambda-trans.o, and tree-loop-linear.o.
22618 (lto-symtab.o): Remove dependence on LAMBDA_H.
22619 (tree-loop-linear.o): Remove rule.
22620 (lambda-mat.o): Same.
22621 (lambda-trans.o): Same.
22622 (lambda-code.o): Same.
22623 (tree-vect-loop.o): Add missing dependence on TREE_DATA_REF_H.
22624 (tree-vect-slp.o): Same.
22625 * hwint.h (gcd): Moved here.
22626 (least_common_multiple): Same.
22627 * lambda-code.c: Removed.
22628 * lambda-mat.c: Removed.
22629 * lambda-trans.c: Removed.
22630 * lambda.h: Removed.
22631 * tree-loop-linear.c: Removed.
22632 * lto-symtab.c: Do not include lambda.h.
22633 * omega.c (gcd): Removed.
22634 * passes.c (init_optimization_passes): Remove pass_linear_transform.
22635 * tree-data-ref.c (print_lambda_vector): Moved here.
22636 (lambda_vector_copy): Same.
22637 (lambda_matrix_copy): Same.
22638 (lambda_matrix_id): Same.
22639 (lambda_vector_first_nz): Same.
22640 (lambda_matrix_row_add): Same.
22641 (lambda_matrix_row_exchange): Same.
22642 (lambda_vector_mult_const): Same.
22643 (lambda_vector_negate): Same.
22644 (lambda_matrix_row_negate): Same.
22645 (lambda_vector_equal): Same.
22646 (lambda_matrix_right_hermite): Same.
22647 * tree-data-ref.h: Do not include lambda.h.
22648 (lambda_vector): Moved here.
22649 (lambda_matrix): Same.
22650 (dependence_level): Same.
22651 (lambda_transform_legal_p): Removed declaration.
22652 (lambda_collect_parameters): Same.
22653 (lambda_compute_access_matrices): Same.
22654 (lambda_vector_gcd): Same.
22655 (lambda_vector_new): Same.
22656 (lambda_vector_clear): Same.
22657 (lambda_vector_lexico_pos): Same.
22658 (lambda_vector_zerop): Same.
22659 (lambda_matrix_new): Same.
22660 * tree-flow.h (least_common_multiple): Removed declaration.
22661 * tree-parloops.c (lambda_trans_matrix): Moved here.
22662 (LTM_MATRIX): Same.
22663 (LTM_ROWSIZE): Same.
22664 (LTM_COLSIZE): Same.
22665 (LTM_DENOMINATOR): Same.
22666 (lambda_trans_matrix_new): Same.
22667 (lambda_matrix_vector_mult): Same.
22668 (lambda_transform_legal_p): Same.
22669 * tree-pass.h (pass_linear_transform): Removed declaration.
22670 * tree-ssa-loop.c (tree_linear_transform): Removed.
22671 (gate_tree_linear_transform): Removed.
22672 (pass_linear_transform): Removed.
22673 (gate_graphite_transforms): Make flag_tree_loop_linear an alias of
22674 flag_loop_interchange.
22676 2011-01-25 Jakub Jelinek <jakub@redhat.com>
22678 PR tree-optimization/47265
22679 PR tree-optimization/47443
22680 * tree-ssa-forwprop.c (forward_propagate_addr_expr): Return false
22681 if name still has some uses.
22683 2011-01-25 Martin Jambor <mjambor@suse.cz>
22685 PR tree-optimization/47382
22686 * gimple-fold.c (gimple_fold_obj_type_ref_call): Removed.
22687 (gimple_fold_call): Do not call gimple_fold_obj_type_ref_call.
22689 2011-01-25 Joel Sherrill <joel.sherrill@oarcorp.com>
22691 * config/m32r/m32r.c: Define TARGET_EXCEPT_UNWIND_INFO to
22692 sjlj_except_unwind_info.
22694 2011-01-25 Richard Guenther <rguenther@suse.de>
22696 PR tree-optimization/47426
22697 * tree-ssa-structalias.c (ipa_pta_execute): Make externally
22698 visible functions results escape.
22700 2011-01-25 Jakub Jelinek <jakub@redhat.com>
22703 * config/arm/arm.c (any_sibcall_uses_r3): New function.
22704 (arm_get_frame_offsets): Use it.
22706 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
22707 Jakub Jelinek <jakub@redhat.com>
22709 PR tree-optimization/47271
22710 * tree-if-conv.c (bb_postdominates_preds): New.
22711 (if_convertible_bb_p): Call bb_postdominates_preds.
22712 (if_convertible_loop_p_1): Compute CDI_POST_DOMINATORS.
22713 (predicate_scalar_phi): Call bb_postdominates_preds.
22715 2011-01-25 Nick Clifton <nickc@redhat.com>
22717 * config/rx/rx.h (LIBCALL_VALUE): Do not promote complex types.
22718 * config/rx/rx.c (rx_function_value): Likewise.
22719 (rx_promote_function_mode): Likewise.
22720 (gen_safe_add): Place an outsized immediate value inside an UNSPEC
22721 in order to make it legitimate.
22722 * config/rx/rx.md (adddi3_internal): If the second operand is a MEM
22723 make sure that the first operand is the same as the result register.
22724 (addsi3_unspec): Delete.
22725 (subdi3): Do not accept immediate operands.
22726 (subdi3_internal): Likewise.
22728 2011-01-25 Jeff Law <law@redhat.com>
22730 PR rtl-optimization/37273
22731 * ira-costs.c (scan_one_insn): Detect constants living in memory and
22732 handle them like argument loads from stack slots. Do not double
22733 count memory for memory constants and argument loads from stack slots.
22735 2011-01-25 Jakub Jelinek <jakub@redhat.com>
22737 PR tree-optimization/47427
22738 PR tree-optimization/47428
22739 * tree-ssa-copyrename.c (copy_rename_partition_coalesce): Don't
22740 coalesce if the new root var would be TREE_READONLY.
22742 2011-01-25 Richard Guenther <rguenther@suse.de>
22744 PR middle-end/47414
22745 * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Use the
22746 correct type for TBAA.
22748 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
22750 * graphite-sese-to-poly.c (dr_indices_valid_in_loop): New.
22751 (close_phi_written_to_memory): Call for_each_index with
22752 dr_indices_valid_in_loop.
22754 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
22756 * graphite-sese-to-poly.c (new_pbb_from_pbb): Only copy PBB_DOMAIN
22757 when it is initialized.
22759 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
22761 * graphite-scop-detection.c (stmt_has_simple_data_refs_p): Update
22762 call to graphite_find_data_references_in_stmt.
22763 * graphite-sese-to-poly.c (outermost_loop_in_sese_1): New.
22764 (try_generate_gimple_bb): Call outermost_loop_in_sese_1. Update
22765 call to graphite_find_data_references_in_stmt.
22766 (analyze_drs_in_stmts): Same.
22767 * tree-data-ref.c (dr_analyze_indices): Pass in parameter the loop
22768 in which the scalar analysis of indices is performed.
22769 (create_data_ref): Same. Update call to dr_analyze_indices.
22770 (find_data_references_in_stmt): Update call to create_data_ref.
22771 (graphite_find_data_references_in_stmt): Same.
22772 * tree-data-ref.h (graphite_find_data_references_in_stmt): Update
22774 (create_data_ref): Same.
22775 * tree-ssa-loop-prefetch.c (determine_loop_nest_reuse): Update
22776 call to create_data_ref.
22778 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
22780 * graphite-sese-to-poly.c (build_poly_scop): Move
22781 rewrite_commutative_reductions_out_of_ssa before find_scop_parameters.
22783 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
22785 * graphite-sese-to-poly.c (close_phi_written_to_memory): Also allow
22786 VAR_DECL, PARM_DECL, and RESULT_DECL.
22788 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
22790 * graphite-dependences.c (reduction_dr_1): Allow several reductions
22791 in a reduction PBB.
22792 * graphite-sese-to-poly.c (split_reduction_stmt): Do not split PBBs
22793 that have already been marked as PBB_IS_REDUCTION.
22795 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
22797 * graphite-scop-detection.c (same_close_phi_node): New.
22798 (remove_duplicate_close_phi): New.
22799 (make_close_phi_nodes_unique): New.
22800 (canonicalize_loop_closed_ssa): Call make_close_phi_nodes_unique.
22802 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
22804 * graphite-dependences.c (new_poly_ddr): Call same_pdr_p.
22805 * graphite-poly.h (same_pdr_p): Do not expect that the PDR_TYPE
22806 of both data references to be the same.
22808 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
22810 * graphite-dependences.c (build_lexicographical_constraint): Remove
22811 the gdim parameter.
22812 (build_lexicographical_constraint): Adjust call to
22813 ppl_powerset_is_empty.
22814 (dependence_polyhedron): Same.
22815 (graphite_legal_transform_dr): Same.
22816 (graphite_carried_dependence_level_k): Same.
22817 * graphite-ppl.c (ppl_powerset_is_empty): Remove the nb_params
22819 * graphite-ppl.h (ppl_powerset_is_empty): Adjust declaration.
22821 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
22823 * graphite-sese-to-poly.c
22824 (translate_scalar_reduction_to_array_for_stmt): Call unshare_expr.
22825 (close_phi_written_to_memory): New.
22826 (translate_scalar_reduction_to_array): Call close_phi_written_to_memory
22829 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
22831 * doc/install.texi: Update the expected version number of PPL to 0.11.
22832 * graphite-ppl.c (ppl_powerset_is_empty): Remove now dead code under
22833 #if PPL_VERSION_MINOR < 11.
22835 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
22837 * graphite-dependences.c: Include graphite-cloog-util.h.
22838 (new_poly_ddr): Inlined into dependence_polyhedron.
22839 (free_poly_ddr): Moved close by new_poly_ddr.
22840 (dependence_polyhedron_1): Renamed dependence_polyhedron.
22841 Early return NULL when ppl_powerset_is_empty returns true.
22842 (dependence_polyhedron): Renamed new_poly_ddr. Call only once
22843 poly_drs_may_alias_p. Avoid one call to ppl_powerset_is_empty.
22844 (graphite_legal_transform_dr): Call new_poly_ddr.
22845 (graphite_carried_dependence_level_k): Same.
22846 (dot_original_deps_stmt_1): Renamed dot_deps_stmt_2. Use new_poly_ddr.
22847 (dot_transformed_deps_stmt_1): Removed.
22848 (dot_deps_stmt_1): Call dot_deps_stmt_2.
22849 (dot_original_deps): Renamed dot_deps_2. Call new_poly_ddr.
22850 (dot_deps_1): Call dot_deps_2.
22851 * Makefile.in (graphite-dependences.o): Add missing dependence on
22852 graphite-cloog-util.h.
22854 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
22856 * graphite-dependences.c (new_poly_dr): Call ppl_powerset_is_empty.
22857 (build_lexicographical_constraint): Same.
22858 (dependence_polyhedron_1): Same.
22859 (graphite_legal_transform_dr): Same.
22860 (graphite_carried_dependence_level_k): Same.
22861 * graphite-ppl.c (ppl_powerset_is_empty): New.
22862 * graphite-ppl.h (ppl_powerset_is_empty): Declared.
22863 * tree-data-ref.c (dump_data_reference): Print the basic block index.
22865 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
22867 * graphite-dependences.c (build_pairwise_scheduling): Correctly compute
22868 the "a followed by b" relation and document it.
22870 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
22872 * graphite-dependences.c (build_lexicographical_constraint): Stop the
22873 iteration when the bag of constraints is empty.
22875 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
22877 * graphite-poly.c (pbb_remove_duplicate_pdrs): Make it work.
22879 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
22881 * graphite-interchange.c (lst_interchange_profitable_p): Takes a loop
22882 nest and two loop depths as parameters.
22883 (lst_try_interchange_loops): Call lst_interchange_profitable_p after
22884 lst_perfect_nestify.
22886 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
22888 * graphite-dependences.c (print_pddr): Call
22889 ppl_io_fprint_Pointset_Powerset_C_Polyhedron.
22891 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
22893 * graphite-ppl.c (debug_gmp_value): New.
22894 * graphite-ppl.h (debug_gmp_value): Declared.
22896 2011-01-25 Tobias Grosser <grosser@fim.uni-passau.de>
22898 * doc/install.texi: Document availability of cloog-0.16.
22900 2011-01-25 Vladimir Kargov <kargov@gmail.com>
22902 * graphite-scop-detection.c (canonicalize_loop_closed_ssa): Free
22903 invalid postdominance info.
22905 2011-01-24 Jan Hubicka <jh@suse.cz>
22908 * doc/extend.texi (weak pragma): Drop claim that it must
22909 appear before definition.
22910 * varasm.c (merge_weak, declare_weak): Only sanity check
22911 that DECL is not output at a time it is declared weak.
22913 2011-01-24 Kenneth Zadeck <zadeck@naturalbridge.com>
22915 * machmode.def: Fixed comments.
22917 2011-01-24 Kai Tietz <kai.tietz@onevision.com>
22919 * emit-rtl.c (reg_attrs_htab_hash): Replace long by intptr_t.
22921 2011-01-24 Paul Koning <ni1d@arrl.net>
22923 * builtins.c (c_readstr): Fix byte order if BYTES_BIG_ENDIAN !=
22926 2011-01-24 H.J. Lu <hongjiu.lu@intel.com>
22929 * config/i386/i386.c: Include sbitmap.h and fibheap.h.
22930 (block_info): Add scanned and prev.
22931 (move_or_delete_vzeroupper_2): Return if the basic block
22932 has been scanned and the upper 128bit state is unchanged
22933 from the last scan.
22934 (move_or_delete_vzeroupper_1): Return true if the exit
22936 (move_or_delete_vzeroupper): Visit basic blocks using the
22937 work-list based algorithm based on vt_find_locations in
22940 * config/i386/t-i386: Also depend on sbitmap.h and $(FIBHEAP_H).
22942 2011-01-24 Nick Clifton <nickc@redhat.com>
22944 * config/v850/v850.opt (mv850es): New option - alias for -mv850e1.
22945 * config/v850/v850.h (ASM_SPEC): If -mv850es is specified pass
22946 -mv850e1 to the assembler. If -mv850e1 or -mv850es is specified
22947 then define __v850e1__.
22948 * doc/invoke.texi: Document -mv850es.
22950 2011-01-24 Richard Henderson <rth@redhat.com>
22952 * config/rx/predicates.md (rx_fp_comparison_operator): Don't accept
22953 compound unordered comparisons.
22954 * config/rx/rx.c (rx_split_fp_compare): Remove.
22955 * config/rx/rx-protos.h: Update.
22956 * config/rx/rx.md (gcc_conds, rx_conds): Remove.
22957 (cbranchsf4): Don't call rx_split_fp_compare.
22958 (*cbranchsf4): Use rx_split_cbranch.
22959 (*cmpsf): Don't accept "i" constraint.
22960 (*conditional_branch): Only valid after reload.
22961 (cstoresf4): Merge expander with insn. Don't call rx_split_fp_compare.
22963 2011-01-24 Michael Meissner <meissner@linux.vnet.ibm.com>
22966 * config/rs6000/altivec.md (vector constant splitters): Add
22967 support for creating vector single precision constants if -mvsx is
22968 used and we would create the constant using Altivec primitives.
22970 2011-01-23 Bernd Schmidt <bernds@codesourcery.com>
22971 Richard Sandiford <rdsandiford@googlemail.com>
22973 PR rtl-optimization/47166
22974 * reload1.c (emit_reload_insns): Disable the spill_reg_store
22975 mechanism for PRE_MODIFY and POST_MODIFY.
22976 (inc_for_reload): For PRE_MODIFY, return the insn that sets the
22979 2011-01-23 Andreas Schwab <schwab@linux-m68k.org>
22981 * compare-elim.c (maybe_select_cc_mode): Add ATTRIBUTE_UNUSED markers.
22983 2011-01-22 Jan Hubicka <jh@suse.cz>
22986 * lto-cgraph.c (reachable_from_this_partition_p): Fix pasto.
22988 2011-01-22 Jan Hubicka <jh@suse.cz>
22990 PR tree-optimization/43884
22992 * predict.c (maybe_hot_frequency_p): Use entry block frequency as base.
22993 * doc/invoke.texi (hot-bb-frequency-fraction): Update docs.
22995 2011-01-22 Anatoly Sokolov <aesok@post.ru>
22997 * config/s390/s390.h (REGISTER_MOVE_COST, MEMORY_MOVE_COST): Remove.
22998 * config/s390/s390.c (s390_register_move_cost,
22999 s390_memory_move_cost): New.
23000 (TARGET_REGISTER_MOVE_COST, TARGET_MEMORY_MOVE_COST): Define.
23002 2011-01-22 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
23004 PR middle-end/47401
23005 * except.c (sjlj_assign_call_site_values): Move setting the
23006 crtl->uses_eh_lsda flag to ...
23007 (sjlj_mark_call_sites): ... here.
23008 (sjlj_emit_function_enter): Support NULL dispatch label.
23009 (sjlj_build_landing_pads): In a function with no landing pads
23010 that still has must-not-throw regions, generate code to register
23011 a personality function with empty LSDA.
23013 2011-01-21 Richard Henderson <rth@redhat.com>
23015 * config/rx/rx.c (TARGET_FLAGS_REGNUM): New.
23017 * config/mn10300/mn10300.c (TARGET_FLAGS_REGNUM): New.
23019 * compare-elim.c: New file.
23020 * Makefile.in (OBJS-common): Add it.
23021 (compare-elim.o): New.
23022 * common.opt (fcompare-elim): New.
23023 * opts.c (default_options_table): Add OPT_fcompare_elim.
23024 * tree-pass.h (pass_compare_elim_after_reload): New.
23025 * passes.c (init_optimization_passes): Add it.
23026 * recog.h: Protect against re-inclusion.
23027 * target.def (TARGET_FLAGS_REGNUM): New POD hook.
23028 * doc/invoke.texi (-fcompare-elim): Document it.
23029 * doc/tm.texi.in (TARGET_FLAGS_REGNUM): Document it.
23030 * doc/tm.texi: Rebuild.
23032 2011-01-22 Nick Clifton <nickc@redhat.com>
23034 * config/rx/rx.md (cstoresf4): Pass comparison operator to
23035 rx_split_fp_compare.
23037 2011-01-22 Nick Clifton <nickc@redhat.com>
23039 * config/rx/rx.md (UNSPEC_CONST): New.
23040 (deallocate_and_return): Wrap the amount popped off the stack in
23041 an UNSPEC_CONST in order to stop it being rejected by
23042 -mmax-constant-size.
23043 (pop_and_return): Add a "(return)" rtx.
23044 (call): Drop the immediate operand.
23045 (call_internal): Likewise.
23046 (call_value): Likewise.
23047 (call_value_internal): Likewise.
23048 (sibcall_internal): Likewise.
23049 (sibcall_value_internal): Likewise.
23050 (sibcall): Likewise. Generate an explicit call using
23052 (sibcall_value): Likewise.
23053 (mov<>): FAIL if a constant operand is not legitimate.
23054 (addsi3_unpsec): New pattern.
23056 * config/rx/rx.c (rx_print_operand_address): Handle UNSPEC CONSTs.
23057 (ok_for_max_constant): New function.
23058 (gen_safe_add): New function.
23059 (rx_expand_prologue): Use gen_safe_add.
23060 (rx_expand_epilogue): Likewise.
23061 (rx_is_legitimate_constant): Use ok_for_max_constant. Handle
23064 2011-01-21 Jeff Law <law@redhat.com>
23066 PR tree-optimization/47053
23067 * tree-ssa-dse.c (need_eh_cleanup): New bitmap.
23068 (dse_optimize_stmt): Set the appropriate bit in NEED_EH_CLEANUP when
23069 statements are deleted.
23070 (tree_ssa_dse): Allocate & free NEED_EH_CLEANUP. If NEED_EH_CLEANUP
23071 is nonempty, then purge dead edges and cleanup the CFG.
23073 2011-01-21 Alexandre Oliva <aoliva@redhat.com>
23076 Temporarily revert:
23077 2011-01-21 Alexandre Oliva <aoliva@redhat.com>
23079 * tree-dfa.c (create_var_ann): Mark variable as used.
23081 2011-01-21 Jakub Jelinek <jakub@redhat.com>
23083 PR middle-end/45566
23084 * except.c (convert_to_eh_region_ranges): Emit queued no-region
23085 notes from other section in hot/cold partitioning even if
23086 last_action is -3. Increment call_site_base.
23088 PR rtl-optimization/47366
23089 * fwprop.c (forward_propagate_into): Return bool. If
23090 any changes are made, -fnon-call-exceptions is used and
23091 REG_EH_REGION note is present, call purge_dead_edges
23092 and return true if it purged anything.
23093 (fwprop_addr): Adjust callers, call cleanup_cfg (0) if
23094 any EH edges were purged.
23096 2011-01-21 Jeff Law <law@redhat.com>
23098 PR rtl-optimization/41619
23099 * caller-save.c (setup_save_areas): Break out code to determine
23100 which hard regs are live across calls by examining the reload chains
23101 so that it is always used.
23102 Eliminate code which checked REG_N_CALLS_CROSSED.
23104 2011-01-21 Jakub Jelinek <jakub@redhat.com>
23106 PR tree-optimization/47355
23107 * tree-eh.c (cleanup_empty_eh_merge_phis): Give up if
23108 NOP has non-debug uses beyond PHIs in new_bb.
23110 2011-01-21 Alexandre Oliva <aoliva@redhat.com>
23113 * cfgexpand.c (account_used_vars_for_block): Only account vars
23114 that are annotated as used.
23115 (estimated_stack_frame_size): Don't set TREE_USED.
23116 * tree-dfa.c (create_var_ann): Mark variable as used.
23118 2011-01-21 Richard Guenther <rguenther@suse.de>
23120 PR middle-end/47395
23121 * tree.def (WIDEN_MULT_MINUS_EXPR): Fix printed name.
23123 2011-01-21 Richard Guenther <rguenther@suse.de>
23125 PR tree-optimization/47365
23126 * tree-ssa-sccvn.h (vn_lookup_kind): Declare.
23127 (vn_reference_lookup_pieces): Adjust.
23128 (vn_reference_lookup): Likewise.
23129 * tree-ssa-sccvn.c (vn_walk_kind): New static global.
23130 (vn_reference_lookup_3): Only look through kills if in
23131 VN_WALKREWRITE mode.
23132 (vn_reference_lookup_pieces): Adjust.
23133 (vn_reference_lookup): Likewise.
23134 (visit_reference_op_load): Likewise.
23135 (visit_reference_op_store): Likewise.
23136 * tree-ssa-pre.c (phi_translate_1): Use VN_WALK mode.
23137 (compute_avail): Likewise.
23138 (eliminate): Likewise.
23140 2011-01-21 Jakub Jelinek <jakub@redhat.com>
23142 * tree-ssa-live.c (remove_unused_scope_block_p): Don't remove
23143 DECL_IGNORED_P non-reg vars if they are used.
23145 PR tree-optimization/47391
23146 * varpool.c (const_value_known_p): Return false if
23149 2011-01-21 Kai Tietz <kai.tietz@onevision.com>
23152 * config/i386/i386.c (ix86_local_alignment): Handle
23153 case for va_list_type_node is nil.
23154 (ix86_canonical_va_list_type): Likewise.
23156 2011-01-21 Alan Modra <amodra@gmail.com>
23158 * config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): Add
23159 builtin_define __CMODEL_MEDIUM__ and __CMODEL_LARGE__.
23161 2011-01-20 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
23163 * config/arm/arm.md (define_attr type): Rename f_load
23164 and f_store to f_fpa_load and f_fpa_store. Update.
23165 (write_conflict): Deal with rename fallout.
23166 (*push_fp_multi): Likewise.
23167 * config/arm/fpa.md (f_load): Use f_fpa_load.
23168 (f_store): Use f_fpa_store.
23169 (*movsf_fpa): Likewise.
23170 (*movdf_fpa): Likewise.
23171 (*movxf_fpa): Likewise.
23172 (*thumb2_movsf_fpa): Likewise.
23173 (*thumb2_movdf_fpa): Likewise.
23174 (*thumb2_movxf_fpa): Likewise.
23175 * config/arm/vfp.md (*thumb2_movdf_vfp): Fix attribute to
23176 f_loadd and f_stored.
23177 (*thumb2_movdi_vfp): Likewise.
23178 (*thumb2_movsf_vfp): Fix attribute to f_loads.
23179 (*thumb2_movsi_vfp): Likewise.
23180 * config/arm/cortex-m4-fpu.md (cortex_m4_f_load):
23181 Use f_loads instead of f_load.
23182 * config/arm/cortex-a5.md (cortex_a5_f_loads): Remove f_load.
23184 2011-01-20 Anatoly Sokolov <aesok@post.ru>
23186 * config/xtensa/xtensa.h (GO_IF_MODE_DEPENDENT_ADDRESS): Remove.
23187 * config/xtensa/xtensa-protos.h (constantpool_address_p): Remove.
23188 * config/xtensa/xtensa.c (TARGET_MODE_DEPENDENT_ADDRESS_P): Define.
23189 (xtensa_mode_dependent_address_p): New function.
23190 (constantpool_address_p): Make static. Change return type to bool.
23191 Change argument type to const_rtx. Use CONST_INT_P predicate.
23193 2011-01-20 Alexandre Oliva <aoliva@redhat.com>
23196 * tree-ssa-live.c (remove_unused_scope_block_p): Keep type decls.
23198 2011-01-20 Jakub Jelinek <jakub@redhat.com>
23201 * cfgexpand.c (expand_debug_expr): Instead of generating
23202 (mem (debug_implicit_ptr)) for MEM_REFs use COMPONENT_REF
23205 2011-01-20 Richard Guenther <rguenther@suse.de>
23207 PR middle-end/47370
23208 * tree-inline.c (remap_gimple_op_r): Recurse manually for
23209 the pointer operand of MEM_REFs.
23211 2011-01-20 Jakub Jelinek <jakub@redhat.com>
23213 PR tree-optimization/46130
23214 * ipa-split.c (consider_split): If return_bb contains non-virtual
23215 PHIs other than for retval or if split_function would not adjust it,
23218 2011-01-20 Richard Guenther <rguenther@suse.de>
23220 PR tree-optimization/47167
23221 * tree-ssa-copyrename.c (copy_rename_partition_coalesce):
23222 Revert previous change, only avoid enumeral type changes.
23224 2011-01-19 Mike Stump <mikestump@comcast.net>
23226 * doc/tm.texi.in (BRANCH_COST): Englishify.
23227 * doc/tm.texi (BRANCH_COST): Likewise.
23229 2011-01-19 Dodji Seketeli <dodji@redhat.com>
23232 * dwarf2out.c (generic_type_p, schedule_generic_params_dies_gen)
23233 (gen_scheduled_generic_parms_dies): New functions.
23234 (gen_struct_or_union_type_die): Schedule template parameters DIEs
23235 generation for the end of CU compilation.
23236 (dwarf2out_finish): Generate template parameters DIEs here.
23238 2011-01-19 Alexandre Oliva <aoliva@redhat.com>
23241 * tree-into-ssa.c (maybe_register_def): Do not attempt to add
23242 debug bind stmt on merge edges.
23244 2011-01-19 Alexandre Oliva <aoliva@redhat.com>
23248 * function.c (instantiate_expr): Instantiate incoming rtl of
23249 implicit arguments, and recurse on VALUE_EXPRs.
23250 (instantiate_decls): Instantiate rtl and VALUE_EXPR of result.
23251 * var-tracking.c (adjust_mems): Reject virtual_incoming_args_rtx.
23253 2011-01-19 Alexandre Oliva <aoliva@redhat.com>
23255 * c-parser.c (c_parser_for_statement): Initialize
23256 collection_expression.
23258 2011-01-19 Joseph Myers <joseph@codesourcery.com>
23260 * config/spu/spu-elf.h (ASM_SPEC): Remove %{w:-W}.
23262 2011-01-19 Joseph Myers <joseph@codesourcery.com>
23264 * config/rs6000/sysv4.h (LINK_PATH_SPEC): Remove.
23265 (LINK_SHLIB_SPEC): Don't use %(link_path).
23266 (SUBTARGET_EXTRA_SPECS): Remove link_path.
23268 2011-01-19 Joseph Myers <joseph@codesourcery.com>
23270 * config/rs6000/sysv4.h (SHARED_LIB_SUPPORT): Remove conditional.
23271 (NO_SHARED_LIB_SUPPORT): Remove.
23272 (LINK_SHLIB_SPEC): Remove one conditional definition.
23274 2011-01-19 Joseph Myers <joseph@codesourcery.com>
23276 * config/mips/linux64.h (LINK_SPEC): Remove %{non_shared}
23278 * config/mips/mips.h (LINK_SPEC): Remove %{non_shared}.
23279 * config/mips/netbsd.h (LINK_SPEC): Remove %{call_shared}.
23280 * config/mips/openbsd.h (LINK_SPEC): Remove %{non_shared}
23281 %{call_shared} and conditionals on these options not being passed.
23282 * config/mips/sde.h (LINK_SPEC): Remove %{non_shared}
23285 2011-01-19 Jakub Jelinek <jakub@redhat.com>
23287 * ipa-split.c (find_return_bb): Use single_pred_p/single_pred_edge,
23290 * ipa-split.c: Spelling fixes.
23292 2011-01-19 Richard Henderson <rth@redhat.com>
23294 * config/mn10300/mn10300.md (mulsi3): Use reg_or_am33_const_operand.
23295 (*mulsi3): Likewise.
23297 * longlong.h [__mn10300__] (count_leading_zeros): New.
23298 [__mn10300__] (umul_ppmm, smul_ppmm): New.
23299 [__mn10300__] (add_ssaaaa, subddmmss): New.
23300 [__mn10300__] (udiv_qrnnd, sdiv_qrnnd): New.
23301 [__mn10300__] (UMUL_TIME, UDIV_TIME): New.
23303 2011-01-19 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
23305 * config/spu/spu.h (MOVE_RATIO): Return 4 in the !speed case.
23307 2011-01-19 Richard Henderson <rth@redhat.com>
23309 * config/mn10300/mn10300.md (addsi3_flags): New.
23310 (addc_internal, adddi3, adddi3_internal, *adddi3_degenerate): New.
23311 (subsi3_flags, subc_internal, subdi3): New.
23312 (subdi3_internal, *subdi3_degenerate): New.
23313 * config/mn10300/predicates.md (reg_or_am33_const_operand): New.
23315 * config/mn10300/mn10300.c (mn10300_can_use_retf_insn): New.
23316 (mn10300_can_use_rets_insn): Rename from mn10300_can_use_return_insn.
23317 (mn10300_expand_epilogue): Use it. Compute REG_SAVE_BYTES once.
23318 * config/mn10300/mn10300-protos.h: Update.
23319 * config/mn10300/mn10300.md (return): Use mn10300_can_use_retf_insn.
23320 (return_ret): Likewise. Rename from return_internal_regs.
23321 (return_internal): Remove.
23323 * config/mn10300/mn10300.c (mn10300_unspec_int_label_counter): Remove.
23324 (mn10300_asm_output_addr_const_extra): Don't handle UNSPEC_INT_LABEL.
23325 (mn10300_legitimate_constant_p): Likewise.
23326 (mn10300_can_use_return_insn): Use mn10300_initial_offset.
23327 (mn10300_frame_size): New.
23328 (mn10300_expand_prologue): Use it.
23329 (mn10300_expand_epilogue): Likewise.
23330 (mn10300_initial_offset): Likewise.
23331 * config/mn10300/mn10300-protos.h: Update.
23332 * config/mn10300/mn10300.h (mn10300_unspec_int_label_counter): Remove.
23333 * config/mn10300/mn10300.md (UNSPEC_INT_LABEL): Remove.
23334 (prologue, epilogue, return_internal): Tidy output code.
23335 (mn10300_store_multiple_operation, return): Likewise.
23336 (int_label, pop_pic_reg, GOTaddr2picreg): Remove.
23337 (am33_loadPC, mn10300_loadPC, call_next_insn): Remove.
23338 (add_GOT_to_pic_reg, add_GOT_to_any_reg): Remove.
23339 (load_pic, am33_load_pic): New.
23340 (mn10300_load_pic0, mn10300_load_pic1): New.
23342 * config/mn10300/mn10300-modes.def (CCZN, CCZNC): New modes.
23343 * config/mn10300/mn10300.c (CC_FLAG_Z): New.
23344 (CC_FLAG_N, CC_FLAG_C, CC_FLAG_V): New.
23345 (cc_flags_for_mode, cc_flags_for_code): New.
23346 (mn10300_print_operand) ['B']: Use nc/ns for GE/LT when the
23347 overflow flag is not valid. Validate that the flags we need
23348 for the comparison are valid.
23349 (mn10300_output_cmp): Remove.
23350 (mn10300_output_add): New.
23351 (mn10300_select_cc_mode): Use cc_flags_for_code.
23352 (mn10300_split_cbranch): New.
23353 (mn10300_match_ccmode): New.
23354 (mn10300_split_and_operand_count): New.
23355 * config/mn10300/mn10300.h (SELECT_CC_MODE): Pass all of the arguments
23357 * config/mn10300/mn10300.md (*am33_addsi3, *mn10300_addsi3): Merge...
23358 (addsi3): ... here. Use mn10300_output_add.
23359 (*addsi3_flags): New.
23360 (*am33_subsi3, *mn10300_subsi3): Merge...
23361 (subsi3): ... here. Use attribute isa.
23362 (*subsi3_flags): New.
23363 (negsi2): Rewrite from expander to insn_and_split. Use NOT+INC
23365 (*am33_andsi3, *mn10300_andsi3): Merge...
23366 (andsi3): ... here.
23367 (*andsi3_flags): New.
23368 (andsi3 splitters): New.
23369 (*am33_iorsi3, *mn10300_iorsi3): Merge...
23370 (iorsi3): ... here.
23371 (*iorsi3_flags): New.
23372 (*am33_xorsi3, *mn10300_xorsi3): Merge...
23373 (xorsi3): ... here.
23374 (*xorsi3_flags): New.
23375 (*am33_cmpsi2, *mn10300_cmplsi2): Merge...
23376 (one_cmplsi2): ... here.
23377 (*one_cmplsi2_flags): New.
23378 (*cbranchsi4_cmp): Rename from cbranchsi4_post_reload. Use "r"
23379 instead of "dax" in constraints. Use mn10300_split_cbranch.
23380 (*cmpsi): Rename from cmpsi. Do not use mn10300_output_cmp. Do not
23381 use matching constraints to eliminate a self-comparison.
23382 (*integer_conditional_branch): Rename from integer_conditional_branch.
23383 Use int_mode_flags to match CC_REG.
23384 (*cbranchsi4_btst, *btstsi): New.
23385 (*cbranchsf4_cmp): Rename from *cbranchsf4_post_reload. Use
23386 mn10300_split_cbranch.
23387 (*am33_cmpsf): Rename from am33_cmpsf.
23388 (*float_conditional_branch): Rename from float_conditional_branch.
23389 (*zero_extendqisi2_am33, *zero_extendqisi2_mn10300): Merge...
23390 (zero_extendqisi2): ... here.
23391 (*zero_extendhisi2_am33, *zero_extendhisi2_mn10300): Merge...
23392 (zero_extendhisi2): ... here.
23393 (*extendqisi2_am33, *extendqisi2_mn10300): Merge...
23394 (extendqisi2): ... here.
23395 (*extendhisi2_am33, *extendhisi2_mn10300): Merge...
23396 (extendhisi2): ... here.
23397 (*am33_ashlsi3, *mn10300_ashlsi3): Merge...
23398 (ashlsi3): ... here.
23399 (*am33_lshrsi3, *mn10300_lshrsi3): Merge...
23400 (lshrsi3): ... here.
23401 (*am33_ashrisi3, *mn10300_ashrsi3): Merge...
23402 (ashrsi3): ... here.
23403 (consecutive add peephole): Remove.
23404 * config/mn10300/predicates.md (label_ref_operand): New.
23405 (int_mode_flags): New.
23406 (CCZN_comparison_operator): New.
23408 * config/mn10300/mn10300.md (UNSPEC_EXT): New.
23409 (throughput_42_latency_43): New reservation.
23410 (mulsidi3, umulsidi3): New expanders.
23411 (mulsidi3_internal): Rewrite from old mulsidi3 pattern. Expose
23412 the MDR register to allocation; separately allocate the low and
23413 high parts of the DImode result.
23414 (umulsidi3_internal): Similarly.
23415 (*am33_mulsi3, *mn10300_mulsi3): Merge into ...
23416 (*mulsi3): ... here. Clobber MDR as a scratch as necessary.
23417 (udivsi3, umodsi3): Remove.
23418 (udivmodsi4, divmodsi4): New expanders.
23419 (*udivmodsi4): Rename from udivmodsi4. Expose MDR properly.
23420 (*divmodsi4): Simiarly.
23421 (ext_internal): New.
23423 * config/mn10300/constraints.md ("z"): New constraint.
23424 * config/mn10300/mn10300.h (MDR_REGNUM): Remove.
23425 (FIXED_REGISTERS): Don't fix MDR.
23426 (CALL_USED_REGSITERS): Reformat nicely.
23427 (REG_ALLOC_ORDER): Add MDR.
23428 (enum regclass): Add MDR_REGS.
23429 (REG_CLASS_NAMES, REG_CLASS_CONTENTS): Update to match.
23430 (IRA_COVER_CLASSES): Add MDR_REGS.
23431 (REGNO_REG_CLASS): Handle MDR_REG.
23432 * config/mn10300/mn10300.c (mn10300_secondary_reload): Handle MDR_REGS.
23433 (mn10300_register_move_cost): Likewise.
23434 * config/mn10300/mn10300.md (MDR_REG): New.
23435 (*movsi_internal): Handle moves to/from MDR_REGS.
23437 * config/mn10300/mn10300.c (mn10300_print_operand_address): Handle
23439 (mn10300_secondary_reload): Tidy combination reload classes.
23440 (mn10300_legitimate_address_p): Allow post-modify and reg+reg
23441 addresses for AM33. Allow symbolic offsets for reg+imm.
23442 (mn10300_regno_in_class_p): New.
23443 (mn10300_legitimize_reload_address): New.
23444 * config/mn10300/mn10300.h (enum reg_class): Remove
23445 DATA_OR_ADDRESS_REGS, DATA_OR_EXTENDED_REGS, ADDRESS_OR_EXTENDED_REGS,
23446 SP_OR_EXTENDED_REGS, SP_OR_ADDRESS_OR_EXTENDED_REGS. Add
23447 SP_OR_GENERAL_REGS.
23448 (REG_CLASS_NAMES): Update to match.
23449 (REG_CLASS_CONTENTS): Likewise.
23450 (INDEX_REG_CLASS): Use GENERAL_REGS for AM33.
23451 (BASE_REG_CLASS): Use SP_OR_GENERAL_REGS for AM33.
23452 (REGNO_IN_RANGE_P): Remove.
23453 (REGNO_DATA_P): Use mn10300_regno_in_class_p.
23454 (REGNO_ADDRESS_P, REGNO_EXTENDED_P): Likewise.
23455 (REGNO_STRICT_OK_FOR_BASE_P): Likewise.
23456 (REGNO_STRICT_OK_FOR_BIT_BASE_P): Likewise.
23457 (REGNO_STRICT_OK_FOR_INDEX_P): Likewise.
23458 (REGNO_SP_P, REGNO_AM33_P, REGNO_FP_P): Remove.
23459 (REGNO_GENERAL_P): New.
23460 (HAVE_POST_MODIFY_DISP): New.
23461 (USE_LOAD_POST_INCREMENT, USE_STORE_POST_INCREMENT): New.
23462 (LEGITIMIZE_RELOAD_ADDRESS): New.
23463 * config/mn10300/mn10300-protos.h: Update.
23465 * config/mn10300/mn10300.c (mn10300_preferred_reload_class): Allow
23466 DATA_REGS for AM33 stack-pointer destination.
23467 (mn10300_preferred_output_reload_class): Likewise.
23468 (mn10300_secondary_reload): Rearrange mn10300_secondary_reload_class
23469 into a form appropriate for ...
23470 (TARGET_SECONDARY_RELOAD): New.
23471 * config/mn10300/mn10300.h (SECONDARY_RELOAD_CLASS): Remove.
23472 * config/mn10300/mn10300-protos.h: Update.
23473 * config/mn10300/mn10300.md (reload_plus_sp_const): Rename from
23474 reload_insi; use the "A" constraint for the scratch; handle AM33
23475 moves of sp to non-address registers.
23477 * config/mn10300/mn10300.md (*am33_movqi, *mn10300_movqi): Merge into
23478 (*movqi_internal): ... here.
23479 (*am33_movhi, *mn10300_movhi): Merge into...
23480 (*movhi_internal): ... here.
23481 (*movsi_internal): Use "r" instead of "dax" in constraints. Use "A"
23482 as the source/destination of moves from/to SP.
23483 (movsf): Only allow for AM33-2.
23484 (*movsf_internal): Use "r" instead of "dax"; use "F" instead of
23485 any integer constant constraint. Only allow for AM33-2. Tidy
23486 all of the alternative outputs.
23487 (movdi, movdf, *am33_2_movdf, *mn10300_movdf): Remove.
23488 (udivmodsi4): Delete expander and promote *udivmodsi4. Disallow
23490 (udivsi3, umodsi3): New patterns for MN103 only.
23492 2011-01-19 Joern Rennecke <amylaar@spamcop.net>
23494 * doc/tm.texi.in: Spell out that a lack of register class unions
23496 * doc/tm.texi: Regenerate.
23498 2011-01-19 Jakub Jelinek <jakub@redhat.com>
23500 PR rtl-optimization/47337
23501 * dce.c (check_argument_store): New function.
23502 (find_call_stack_args): Ignore debug insns. Use check_argument_store.
23504 PR tree-optimization/47290
23505 * tree-eh.c (infinite_empty_loop_p): New function.
23506 (cleanup_empty_eh): Use it.
23508 2011-01-18 Steve Ellcey <sje@cup.hp.com>
23511 * ia64.c (ia64_expand_unpack): Fix code for TARGET_BIG_ENDIAN.
23512 (a64_expand_widen_sum): Ditto.
23513 * vect.md (mulv2si3): Disable for TARGET_BIG_ENDIAN.
23514 (vec_extract_evenodd_help): Ditto.
23515 (vec_extract_evenv4hi): Ditto.
23516 (vec_extract_oddv4hi): Ditto.
23517 (vec_extract_evenv2si): Ditto.
23518 (vec_extract_oddv2si): Ditto.
23519 (vec_extract_evenv2sf): Ditto.
23520 (vec_extract_oddv2sf): Ditto.
23521 (vec_pack_trunc_v4hi: Ditto.
23522 (vec_pack_trunc_v2si): Ditto.
23523 (vec_interleave_lowv8qi): Fix for TARGET_BIG_ENDIAN.
23524 (vec_interleave_highv8qi): Ditto.
23526 (vec_extract_oddv8qi): Ditto.
23527 (vec_interleave_lowv4hi): Ditto.
23528 (vec_interleave_highv4hi): Ditto.
23529 (vec_interleave_lowv2si): Ditto.
23530 (vec_interleave_highv2si): Ditto.
23532 2011-01-18 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
23534 * doc/extend.texi: Mention __float128 support on hppa HP-UX.
23535 * config/pa/pa-hpux.h (HPUX_LONG_DOUBLE_LIBRARY): Define to 1.
23536 * config/pa/pa.c (pa_expand_builtin): New. Include "langhooks.h".
23537 (pa_c_mode_for_suffix): New.
23538 (TARGET_EXPAND_BUILTIN): Define.
23539 (TARGET_C_MODE_FOR_SUFFIX): Define.
23540 (pa_builtins): Define.
23541 (pa_init_builtins): Register __float128 type and init new support
23543 * config/pa/pa.h (HPUX_LONG_DOUBLE_LIBRARY): Define if not defined.
23544 * config/pa/quadlib.c (_U_Qfcopysign): New.
23546 2011-01-18 Eric Botcazou <ebotcazou@adacore.com>
23548 PR middle-end/46894
23549 * explow.c (allocate_dynamic_stack_space): Do not assume more than
23550 BITS_PER_UNIT alignment if STACK_DYNAMIC_OFFSET or STACK_POINTER_OFFSET
23553 2011-01-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
23555 PR tree-optimization/47179
23556 * config/spu/spu.c (spu_ref_may_alias_errno): New function.
23557 (TARGET_REF_MAY_ALIAS_ERRNO): Define.
23559 2011-01-18 Richard Guenther <rguenther@suse.de>
23561 PR rtl-optimization/47216
23562 * emit-rtl.c: Include tree-flow.h.
23563 (set_mem_attributes_minus_bitpos): Use tree_could_trap_p instead
23564 of replicating it with different semantics.
23565 * Makefile.in (emit-rtl.o): Adjust.
23567 2011-01-18 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
23569 * config/arm/cortex-a9.md (cortex-a9-neon.md): Actually include.
23570 (cortex_a9_dp): Handle neon types correctly.
23572 2011-01-18 Jakub Jelinek <jakub@redhat.com>
23574 PR rtl-optimization/47299
23575 * expr.c (expand_expr_real_2) <case WIDEN_MULT_EXPR>: Don't use
23576 subtarget. Use normal multiplication if both operands are constants.
23577 * expmed.c (expand_widening_mult): Don't try to optimize constant
23578 multiplication if op0 has VOIDmode. Convert op1 constant to mode
23581 2011-01-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
23583 * doc/lto.texi (LTO): Ensure two spaces after period. Fix
23584 spacing after 'e.g.', typos, comma, hyphenation.
23586 2011-01-17 Richard Henderson <rth@redhat.com>
23588 * config/rx/predicates.md (rx_constshift_operand): Use match_test.
23589 (rx_restricted_mem_operand): New.
23590 (rx_shift_operand): Use register_operand.
23591 (rx_source_operand, rx_compare_operand): Likewise.
23592 * config/rx/rx.md (addsi3_flags): New expander.
23593 (adddi3): Rewrite as expander.
23594 (adc_internal, *adc_flags, adddi3_internal): New patterns.
23595 (subsi3_flags): New expander.
23596 (subdi3): Rewrite as expander.
23597 (sbb_internal, *sbb_flags, subdi3_internal): New patterns.
23599 * config/rx/rx.c (RX_BUILTIN_SAT): Remove.
23600 (rx_init_builtins): Remove sat builtin.
23601 (rx_expand_builtin): Likewise.
23602 * config/rx/rx.md (ssaddsi3): New.
23603 (*sat): Rename from sat. Represent the CC_REG input.
23605 * config/rx/predicates.md (rshift_operator): New.
23606 * config/rx/rx.c (rx_expand_insv): Remove.
23607 * config/rx/rx-protos.h: Update.
23608 * config/rx/rx.md (*bitset): Rename from bitset. Swap the ashift
23609 operand to the canonical position.
23610 (*bitset_in_memory, *bitinvert, *bitinvert_in_memory): Similarly.
23611 (*bitclr, *bitclr_in_memory): Similarly.
23612 (*insv_imm, rx_insv_reg, *insv_cond, *bmcc, *insv_cond_lt): New.
23613 (insv): Retain the zero_extract in the expansion.
23615 * config/rx/rx.md (bswapsi2): Use = not + for output reload.
23616 (bswaphi2, bitinvert, revw): Likewise.
23618 * config/rx/rx.c (gen_rx_store_vector): Use VOIDmode for gen_rtx_SET.
23619 (gen_rx_rtsd_vector, gen_rx_popm_vector): Likewise.
23620 * config/rx/rx.md (pop_and_return): Use VOIDmode for SET.
23621 (stack_push, stack_pushm, stack_pop, stack_popm): Likewise.
23622 (bitset, bitset_in_memory): Likewise.
23623 (bitinvert, bitinvert_in_memory): Likewise.
23624 (bitclr, bitclr_in_memory): Likewise.
23625 (insv, sync_lock_test_and_setsi, movstr, rx_movstr): Likewise.
23626 (rx_strend, rx_cmpstrn): Likewise.
23627 (rx_setmem): Likewise. Make the source BLKmode to match the dest.
23628 (bitop peep2 patterns): Remove.
23630 * config/rx/rx.c (rx_match_ccmode): New.
23631 * config/rx/rx-protos.h: Update.
23632 * config/rx/rx.md (abssi2): Clobber, don't set flags.
23633 (addsi3, adddi3, andsi3, negsi2, one_cmplsi2, iorsi3): Likewise.
23634 (rotlsi3, rotrsi3, ashrsi3, lshrsi3, ashlsi3): Likewise.
23635 (subsi3, subdi3, xorsi3, addsf3, divsf3, mulsf3, subsf3): Likewise.
23636 (fix_truncsfsi2, floatsisf2): Likewise.
23637 (*abssi2_flags, *addsi3_flags, *andsi3_flags, *negsi2_flags): New.
23638 (*one_cmplsi2_flags, *iorsi3_flags, *rotlsi3_flags): New.
23639 (*rotrsi3_flags, *ashrsi3_flags, *lshrsi3_flags, *ashlsi3_flags): New.
23640 (*subsi3_flags, *xorsi3_flags): New.
23642 * config/rx/rx.md (cstoresf4, *cstoresf4): New patterns.
23644 * config/rx/rx.c (rx_print_operand): Remove workaround for
23645 unsplit comparison operations.
23647 * config/rx/rx.md (movsicc): Split after reload.
23648 (*movsicc): Merge *movsieq and *movsine via match_operator.
23649 (*stcc): New pattern.
23651 * config/rx/rx.c (rx_float_compare_mode): Remove.
23652 * config/rx/rx.h (rx_float_compare_mode): Remove.
23653 * config/rx/rx.md (cstoresi4): Split after reload.
23654 (*sccc): New pattern.
23656 * config/rx/predicates.md (label_ref_operand): New.
23657 (rx_z_comparison_operator): New.
23658 (rx_zs_comparison_operator): New.
23659 (rx_fp_comparison_operator): New.
23660 * config/rx/rx.c (rx_print_operand) [B]: Examine comparison modes.
23661 Validate that the flags are set properly for the comparison.
23662 (rx_gen_cond_branch_template): Remove.
23663 (rx_cc_modes_compatible): Remove.
23664 (mode_from_flags): New.
23665 (flags_from_code): Rename from flags_needed_for_conditional.
23666 (rx_cc_modes_compatible): Re-write in terms of flags_from_mode.
23667 (rx_select_cc_mode): Likewise.
23668 (rx_split_fp_compare): New.
23669 (rx_split_cbranch): New.
23670 * config/rx/rx.md (most_cond, zs_cond): Remove iterators.
23671 (*cbranchsi4): Use match_operator and rx_split_cbranch.
23672 (*cbranchsf4): Similarly.
23673 (*cbranchsi4_tst): Rename from *tstbranchsi4_<code>. Use
23674 match_operator and rx_split_cbranch.
23675 (*cbranchsi4_tst_ext): Combine *tstbranchsi4m_eq and
23676 tstbranchsi4m_ne. Use match_operator and rx_split_cbranch.
23677 (*cmpsi): Rename from cmpsi.
23678 (*tstsi): Rename from tstsi.
23679 (*cmpsf): Rename from cmpsf; use CC_Fmode.
23680 (*conditional_branch): Rename from conditional_branch.
23681 (*reveresed_conditional_branch): Remove.
23682 (b<code>): Remove expander.
23683 * config/rx/rx-protos.h: Update.
23685 * config/rx/rx.c (rx_compare_redundant): Remove.
23686 * config/rx/rx.md (cmpsi): Don't use it.
23687 * config/rx/rx-protos.h: Update.
23689 * config/rx/rx-modes.def (CC_F): New mode.
23690 * config/rx/rx.c (rx_select_cc_mode): New.
23691 * config/rx/rx.h (SELECT_CC_MODE): Use it.
23692 * config/rx/rx-protos.h: Update.
23694 2011-01-17 Richard Henderson <rth@redhat.com>
23696 * except.c (dump_eh_tree): Fix stray ; after for statement.
23698 2011-01-17 Richard Guenther <rguenther@suse.de>
23700 PR tree-optimization/47313
23701 * tree-inline.c (tree_function_versioning): Move DECL_RESULT
23702 handling before copying the body. Properly deal with
23703 by-reference result in SSA form.
23705 2011-01-17 Ian Lance Taylor <iant@google.com>
23708 * config/sparc/sparc.c (sparc_sr_alias_set): Don't define.
23709 (struct_value_alias_set): Don't define.
23710 (sparc_option_override): Don't set sparc_sr_alias_set and
23711 struct_value_alias_set.
23712 (save_or_restore_regs): Use gen_frame_mem rather than calling
23714 (sparc_struct_value_rtx): Likewise.
23716 2011-01-17 H.J. Lu <hongjiu.lu@intel.com>
23719 * config/i386/avxintrin.h (_mm_maskload_pd): Change mask to __m128i.
23720 (_mm_maskstore_pd): Likewise.
23721 (_mm_maskload_ps): Likewise.
23722 (_mm_maskstore_ps): Likewise.
23723 (_mm256_maskload_pd): Change mask to __m256i.
23724 (_mm256_maskstore_pd): Likewise.
23725 (_mm256_maskload_ps): Likewise.
23726 (_mm256_maskstore_ps): Likewise.
23728 * config/i386/i386-builtin-types.def: Updated.
23729 (ix86_expand_special_args_builtin): Likewise.
23731 * config/i386/i386.c (bdesc_special_args): Update
23732 __builtin_ia32_maskloadpd, __builtin_ia32_maskloadps,
23733 __builtin_ia32_maskloadpd256, __builtin_ia32_maskloadps256,
23734 __builtin_ia32_maskstorepd, __builtin_ia32_maskstoreps,
23735 __builtin_ia32_maskstorepd256 and __builtin_ia32_maskstoreps256.
23737 * config/i386/sse.md (avx_maskload<ssemodesuffix><avxmodesuffix>):
23738 Use <avxpermvecmode> on mask register.
23739 (avx_maskstore<ssemodesuffix><avxmodesuffix>): Likewise.
23741 2011-01-17 Olivier Hainque <hainque@adacore.com>
23742 Michael Haubenwallner <michael.haubenwallner@salomon.at>
23743 Eric Botcazou <ebotcazou@adacore.com>
23746 * xcoffout.c (ASM_OUTPUT_LINE): Output line only if positive, and only
23747 if <= USHRT_MAX in 32-bit mode.
23749 2011-01-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
23751 * doc/install.texi (Configuration, Specific): Wrap long
23752 lines in examples. Allow line wrapping in long options
23753 and URLs where beneficial for PDF output.
23755 2011-01-16 Richard Sandiford <rdsandiford@googlemail.com>
23757 * config/mips/mips.c (mips_classify_symbol): Don't return
23758 SYMBOL_PC_RELATIVE for nonlocal labels.
23760 2011-01-15 Eric Botcazou <ebotcazou@adacore.com>
23762 * config/sparc/sol2-bi.h (CC1_SPEC): Fix typo.
23764 2011-01-15 Jan Hubicka <jh@suse.cz>
23766 PR tree-optimization/47276
23767 * ipa.c (function_and_variable_visibility): Do not try to mark alias
23768 declarations as needed.
23770 2011-01-15 Martin Jambor <mjambor@suse.cz>
23772 * common.opt (fdevirtualize): New flag.
23773 * doc/invoke.texi (Option Summary): Document it.
23774 * opts.c (default_options_table): Add devirtualize flag.
23775 * ipa-prop.c (detect_type_change): Return immediately if
23776 devirtualize flag is not set.
23777 (detect_type_change_ssa): Likewise.
23778 (compute_known_type_jump_func): Likewise.
23779 (ipa_analyze_virtual_call_uses): Likewise.
23781 2011-01-14 Martin Jambor <mjambor@suse.cz>
23783 PR tree-optimization/45934
23784 PR tree-optimization/46302
23785 * ipa-prop.c (type_change_info): New type.
23786 (stmt_may_be_vtbl_ptr_store): New function.
23787 (check_stmt_for_type_change): Likewise.
23788 (detect_type_change): Likewise.
23789 (detect_type_change_ssa): Likewise.
23790 (compute_complex_assign_jump_func): Check for dynamic type change.
23791 (compute_complex_ancestor_jump_func): Likewise.
23792 (compute_known_type_jump_func): Likewise.
23793 (compute_scalar_jump_functions): Likewise.
23794 (ipa_analyze_virtual_call_uses): Likewise.
23795 (ipa_analyze_node): Push and pop cfun, set current_function_decl.
23797 2011-01-14 Joseph Myers <joseph@codesourcery.com>
23799 * config/i386/i386.h (CC1_CPU_SPEC_1): Don't handle -msse5.
23800 * config/i386/i386.opt (msse5): New Alias.
23802 2011-01-14 Joseph Myers <joseph@codesourcery.com>
23804 * config/sparc/linux.h (CC1_SPEC): Remove %{sun4:} %{target:}.
23805 * config/sparc/linux64.h (CC1_SPEC): Likewise.
23806 * config/sparc/netbsd-elf.h (CC1_SPEC32, CC1_SPEC64): Likewise.
23807 * config/sparc/sparc.h (CC1_SPEC): Likewise.
23809 2011-01-14 Joseph Myers <joseph@codesourcery.com>
23811 * config/sparc/linux.h (CC1_SPEC): Don't handle old equivalents of
23813 * config/sparc/linux64.h (CC1_SPEC): Likewise.
23814 * config/sparc/netbsd-elf.h (CC1_SPEC32, CC1_SPEC64): Likewise.
23815 * config/sparc/sol2-bi.h (CPP_CPU_SPEC, CC1_SPEC): Likewise.
23816 * config/sparc/sparc.h (CPP_CPU_SPEC, CC1_SPEC, ASM_CPU_SPEC):
23818 * config/sparc/t-elf (MULTILIB_MATCHES): Don't handle -mv8.
23820 2011-01-14 Joseph Myers <joseph@codesourcery.com>
23822 * config/rs6000/vxworks.h (CC1_SPEC): Don't handle -fvec or -fvec-eabi.
23824 2011-01-14 Mike Stump <mikestump@comcast.net>
23826 * config/alpha/alpha.md (umk_mismatch_args): Don't put a mode on set.
23827 * config/fr30/fr30.md: Likweise
23828 (movsi_push): Likewise.
23829 (movsi_pop): Likewise.
23830 (enter_func): Likewise.
23831 * config/moxie/moxie.md (movsi_push): Likewise.
23832 (movsi_pop): Likewise.
23834 2011-01-14 Joseph Myers <joseph@codesourcery.com>
23836 * config/mips/linux64.h (LINK_SPEC): Remove %{bestGnum}
23837 %{no_archive} %{exact_version}.
23838 * config/mips/mips.h (LINK_SPEC): Remove %{bestGnum}.
23839 * config/mips/netbsd.h (LINK_SPEC): Remove %{bestGnum}
23840 %{no_archive} %{exact_version}.
23841 * config/mips/openbsd.h (LINK_SPEC): Likewise.
23842 * config/mips/sde.h (LINK_SPEC): Remove %{bestGnum}.
23843 * config/mips/vxworks.h: Likewise.
23845 2011-01-14 Joseph Myers <joseph@codesourcery.com>
23847 * config/microblaze/microblaze.h (ASM_SPEC): Remove %{microblaze1}.
23849 2011-01-14 Joseph Myers <joseph@codesourcery.com>
23851 * config/m32r/little.h (CPP_ENDIAN_SPEC, CC1_ENDIAN_SPEC,
23852 ASM_ENDIAN_SPEC, LINK_ENDIAN_SPEC): Remove.
23854 2011-01-14 Joseph Myers <joseph@codesourcery.com>
23856 * config/i386/nwld.h (LINK_SPEC): Check -nodefaultlibs not
23859 2011-01-14 Joseph Myers <joseph@codesourcery.com>
23861 * config/cris/cris.h (ASM_SPEC, CRIS_ASM_SUBTARGET_SPEC): Check
23863 * config/cris/linux.h (CRIS_CPP_SUBTARGET_SPEC,
23864 CRIS_CC1_SUBTARGET_SPEC, CRIS_ASM_SUBTARGET_SPEC): Check for mcpu
23866 (CRIS_LINK_SUBTARGET_SPEC): Don't generate -rpath-link options.
23867 Don't handle -shlib.
23869 2011-01-14 Joseph Myers <joseph@codesourcery.com>
23871 * config/avr/avr.h (CPP_SPEC): Don't handle -posix.
23872 (CC1_SPEC): Don't handle -profile.
23874 2011-01-14 Joseph Myers <joseph@codesourcery.com>
23876 * config/microblaze/microblaze.h (CC1_SPEC): Remove -gline spec.
23877 * config/mips/mips.h (CC1_SPEC): Likewise.
23879 2011-01-14 Joseph Myers <joseph@codesourcery.com>
23881 * config/microblaze/microblaze.h (CC1_SPEC): Remove %{save-temps: }.
23882 * config/mips/mips.h (CC1_SPEC): Likewise.
23884 2011-01-14 Joseph Myers <joseph@codesourcery.com>
23886 * config/i386/linux.h (LINK_SPEC): Don't use %{!ibcs:} conditional.
23887 * config/m32r/linux.h (LINK_SPEC): Likewise.
23888 * config/mips/linux.h (LINK_SPEC): Likewise.
23889 * config/mips/linux64.h (LINK_SPEC): Likewise.
23890 * config/sparc/linux.h (LINK_SPEC): Likewise.
23891 * config/sparc/linux64.h (LINK_ARCH32_SPEC, LINK_ARCH64_SPEC,
23892 LINK_SPEC): Likewise.
23893 * config/xtensa/linux.h (LINK_SPEC): Likewise.
23895 2011-01-14 Joseph Myers <joseph@codesourcery.com>
23897 * config/arm/linux-elf.h (LINUX_TARGET_LINK_SPEC): Remove
23899 * config/lm32/uclinux-elf.h (LINK_SPEC): Likewise.
23901 2011-01-14 Joseph Myers <joseph@codesourcery.com>
23903 * config/sparc/sp-elf.h (ASM_SPEC): Remove %{v:-V}.
23904 * config/sparc/sp64-elf.h (ASM_SPEC): Likewise.
23906 2011-01-14 Joseph Myers <joseph@codesourcery.com>
23908 * config/arm/linux-elf.h (LINUX_TARGET_LINK_SPEC): Remove %{b}.
23910 2011-01-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
23912 * configure.ac (gcc_cv_ld_static_dynamic): Solaris 2 ld always
23913 supports -Bstatic/-Bdynamic.
23914 * configure: Regenerate.
23916 2011-01-14 Jan Hubicka <jh@suse.cz>
23917 Jack Howarth <howarth@bromo.med.uc.edu>
23920 * config/darwin.c (darwin_override_options): Honor flag_gtoggle
23921 when checking debug_info_level. Test write_symbols instead of
23922 debug_hooks->var_location when setting flag_var_tracking_uninit.
23924 2011-01-14 Richard Guenther <rguenther@suse.de>
23926 PR tree-optimization/47179
23927 * target.def (ref_may_alias_errno): New target hook.
23928 * targhooks.h (default_ref_may_alias_errno): Declare.
23929 * targhooks.c: Include tree-ssa-alias.h and tree-flow.h.
23930 (default_ref_may_alias_errno): New function.
23931 * target.h (struct ao_ref_s): Declare.
23932 * tree-ssa-alias.c: Include target.h.
23933 (call_may_clobber_ref_p_1): Use the ref_may_alias_errno target hook.
23934 * Makefile.in (tree-ssa-alias.o): Adjust dependencies.
23935 (targhooks.o): Likewise.
23936 * doc/tm.texi.in (TARGET_REF_MAY_ALIAS_ERRNO): Document.
23937 * doc/tm.texi (TARGET_REF_MAY_ALIAS_ERRNO): Copy documentation.
23939 2011-01-14 Richard Guenther <rguenther@suse.de>
23941 * tree-ssa-structalias.c (new_var_info): Use DECL_HARD_REGISTER.
23943 2011-01-14 Richard Guenther <rguenther@suse.de>
23945 PR tree-optimization/47280
23946 * tree-ssa-forwprop.c (associate_plusminus): Cleanup EH and
23947 return CFG changes.
23948 (tree_ssa_forward_propagate_single_use_vars): Deal with
23949 CFG changes from associate_plusminus.
23951 2011-01-14 Richard Guenther <rguenther@suse.de>
23953 PR middle-end/47281
23955 2011-01-11 Richard Guenther <rguenther@suse.de>
23957 PR tree-optimization/46076
23958 * tree-ssa.c (useless_type_conversion_p): Conversions from
23959 unprototyped to empty argument list function types are useless.
23961 2011-01-14 Richard Guenther <rguenther@suse.de>
23963 PR tree-optimization/47286
23964 * tree-ssa-structalias.c (new_var_info): Register variables are global.
23966 2011-01-14 Martin Jambor <mjambor@suse.cz>
23968 PR middle-end/46823
23969 * tree-inline.c (expand_call_inline): Get fndecl from call graph edge.
23971 2011-01-13 Anatoly Sokolov <aesok@post.ru>
23973 * config/xtensa/xtensa.h (XTENSA_LIBCALL_VALUE, LIBCALL_VALUE,
23974 LIBCALL_OUTGOING_VALUE, FUNCTION_VALUE_REGNO_P): Remove macros.
23975 * config/xtensa/xtensa.c (xtensa_libcall_value,
23976 xtensa_function_value_regno_p): New functions.
23977 (TARGET_LIBCALL_VALUE, TARGET_FUNCTION_VALUE_REGNO_P): Define.
23979 2011-01-13 Kai Tietz <kai.tietz@onevision.com>
23982 * config/i386/cygming.h (TARGET_ASM_ASSEMBLE_VISIBILITY):
23984 * config/i386/i386-protos.h (i386_pe_assemble_visibility):
23985 New function prototype.
23986 * config/i386/winnt.c (i386_pe_assemble_visibility):
23987 Warn only if attribute was specified by user.
23989 2011-01-13 Michael Meissner <meissner@linux.vnet.ibm.com>
23992 * config/rs6000/rs6000.md (floatunsdidf2): Add check for hardware
23994 (floatunsdidf2_fcfidu): Ditto.
23996 2011-01-13 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
23998 * config/s390/s390.c (print_operand_address): Replace 'error' with
23999 'output_operand_lossage'.
24000 (print_operand): Likewise.
24002 2011-01-13 Jeff Law <law@redhat.com>
24004 PR rtl-optimization/39077
24005 * doc/invoke.texi (max-gcse-insertion-ratio): Document.
24006 * params.h (MAX_GCSE_INSERTION_RATIO): Define.
24007 * params.def (PARAM_MAX_GCSE_INSERTION_RATIO): Define.
24008 * lcm.c (pre_edge_lcm): Properly initialize output sbitmaps.
24009 * gcse.c (prune_insertions_deletions): New function.
24010 (compute_pre_data): Use it.
24012 2011-01-13 Dodji Seketeli <dodji@redhat.com>
24015 * dwarf2out.c (prune_unused_types_mark_generic_parms_dies): New
24017 (prune_unused_types_mark): Use it.
24019 2011-01-13 Andrey Belevantsev <abel@ispras.ru>
24021 PR rtl-optimization/45352
24022 * sel-sched.c: Update copyright years.
24023 (reset_sched_cycles_in_current_ebb): Also recheck the DFA state
24024 in the advancing loop when we have issued issue_rate insns.
24026 2011-01-12 Richard Henderson <rth@redhat.com>
24028 * config/mn10300/mn10300.c (mn10300_md_asm_clobbers): New.
24029 (TARGET_MD_ASM_CLOBBERS): New.
24031 * config/mn10300/mn10300.c (mn10300_delegitimize_address): New.
24032 (TARGET_DELEGITIMIZE_ADDRESS): New.
24034 * config/mn10300/mn10300.md (UNSPEC_BSCH): New.
24035 (clzsi2, *bsch): New patterns.
24037 * config/mn10300/mn10300.md (INT): New mode iterator.
24038 (*mov<INT>_clr): New pattern, and peep2 to generate it.
24040 * config/mn10300/mn10300.c (mn10300_option_override): Force enable
24041 flag_split_wide_types.
24043 * config/mn10300/mn10300.c (mn10300_asm_trampoline_template): Remove.
24044 (mn10300_trampoline_init): Rewrite without a template, an immediate
24045 load and a direct branch.
24046 * config/mn10300/mn10300.h (TRAMPOLINE_SIZE): Reduce to 16.
24048 2011-01-12 Anatoly Sokolov <aesok@post.ru>
24050 * config/s390/s390.h (OUTPUT_ADDR_CONST_EXTRA): Remove.
24051 * config/s390/s390-protos.h (s390_output_addr_const_extra): Remove.
24052 * config/s390/s390.c (s390_output_addr_const_extra): Make static.
24053 (TARGET_ASM_OUTPUT_ADDR_CONST_EXTRA): Define.
24055 2011-01-12 Kai Tietz <kai.tietz@onevision.com>
24058 * dwarfout2.c (should_emit_struct_debug): Use TYPE_MAIN_VARIANT
24061 2011-01-12 Jan Hubicka <jh@suse.cz>
24064 * gcc.c (PLUGIN_COND): Update to disable plugin unless -flto is used.
24065 (PLUGIN_COND_CLOSE): New macro.
24066 (LINK_COMMAND_SPEC): Update to use PLUGIN_COND_CLOSE.
24068 2011-01-12 Richard Guenther <rguenther@suse.de>
24071 * lto-streamer-out.c (output_gimple_stmt): Do not wrap
24072 register variables in a MEM_REF.
24074 2011-01-12 Joseph Myers <joseph@codesourcery.com>
24076 * config.gcc (arm*-*-linux*, bfin*-uclinux*, bfin*-linux-uclibc*,
24077 crisv32-*-linux* | cris-*-linux*, frv-*-*linux*, moxie-*-uclinux*,
24078 hppa*64*-*-linux*, hppa*-*-linux*, i[34567]86-*-linux* |
24079 i[34567]86-*-kfreebsd*-gnu | i[34567]86-*-knetbsd*-gnu |
24080 i[34567]86-*-gnu* | i[34567]86-*-kopensolaris*-gnu,
24081 x86_64-*-linux* | x86_64-*-kfreebsd*-gnu | x86_64-*-knetbsd*-gnu,
24082 ia64*-*-linux*, lm32-*-uclinux*, m32r-*-linux*, m32rle-*-linux*,
24083 m68k-*-uclinux*, m68k-*-linux*, microblaze*-linux*,
24084 mips64*-*-linux* | mipsisa64*-*-linux*, mips*-*-linux*,
24085 s390-*-linux*, s390x-*-linux*, sh*-*-linux*, sparc-*-linux*,
24086 sparc64-*-linux*, vax-*-linux*, xtensa*-*-linux*,
24087 am33_2.0-*-linux*): Use gnu-user.h before linux.h.
24088 * config/gnu-user.h: New. Copied from linux.h.
24089 (LINUX_TARGET_STARTFILE_SPEC): Rename to
24090 GNU_USER_TARGET_STARTFILE_SPEC.
24091 (LINUX_TARGET_ENDFILE_SPEC): Rename to
24092 GNU_USER_TARGET_ENDFILE_SPEC.
24093 (LINUX_TARGET_CC1_SPEC): Rename to GNU_USER_TARGET_CC1_SPEC.
24094 (LINUX_TARGET_LIB_SPEC): Rename to GNU_USER_TARGET_LIB_SPEC.
24095 (OPTION_GLIBC, OPTION_UCLIBC, OPTION_BIONIC,
24096 LINUX_TARGET_OS_CPP_BUILTINS, CHOOSE_DYNAMIC_LINKER1,
24097 CHOOSE_DYNAMIC_LINKER, UCLIBC_DYNAMIC_LINKER,
24098 UCLIBC_DYNAMIC_LINKER32, UCLIBC_DYNAMIC_LINKER64,
24099 BIONIC_DYNAMIC_LINKER, BIONIC_DYNAMIC_LINKER32,
24100 BIONIC_DYNAMIC_LINKER64, LINUX_DYNAMIC_LINKER,
24101 LINUX_DYNAMIC_LINKER32, LINUX_DYNAMIC_LINKER64,
24102 TARGET_C99_FUNCTIONS, TARGET_HAS_SINCOS): Remove.
24103 * config/arm/linux-eabi.h (CC1_SPEC): Use
24104 GNU_USER_TARGET_CC1_SPEC.
24105 (LIB_SPEC): Use GNU_USER_TARGET_LIB_SPEC.
24106 (STARTFILE_SPEC): Use GNU_USER_TARGET_STARTFILE_SPEC.
24107 (ENDFILE_SPEC): Use GNU_USER_TARGET_ENDFILE_SPEC
24108 * config/linux.h (NO_IMPLICIT_EXTERN_C, ASM_APP_ON, ASM_APP_OFF,
24109 LINUX_TARGET_STARTFILE_SPEC, STARTFILE_SPEC,
24110 LINUX_TARGET_ENDFILE_SPEC, ENDFILE_SPEC, LINUX_TARGET_CC1_SPEC,
24111 CC1_SPEC, CPLUSPLUS_CPP_SPEC, LINUX_TARGET_LIB_SPEC, LIB_SPEC,
24112 LINK_EH_SPEC, LINK_GCC_C_SEQUENCE_SPEC, USE_LD_AS_NEEDED): Remove.
24114 2011-01-12 Richard Guenther <rguenther@suse.de>
24117 * doc/invoke.texi (ffast-math): Document it is turned on
24120 2011-01-12 Jan Hubicka <jh@suse.cz>
24122 PR tree-optimization/47233
24123 * opts.c (common_handle_option): Disable ipa-reference with profile
24126 2011-01-12 Nicola Pero <nicola.pero@meta-innovation.com>
24128 * c-parser.c (c_parser_objc_at_property_declaration): Improved
24131 2011-01-12 Nicola Pero <nicola.pero@meta-innovation.com>
24133 * c-parser.c (c_lex_one_token): Updated and reindented some
24134 comments. No changes in code.
24136 2011-01-11 Ian Lance Taylor <iant@google.com>
24138 * godump.c (go_output_var): Don't output the variable if there is
24139 already a type with the same name.
24141 2011-01-11 Ian Lance Taylor <iant@google.com>
24143 * godump.c (go_format_type): Don't generate float80.
24145 2011-01-11 Richard Henderson <rth@redhat.com>
24147 * config/mn10300/mn10300.c (mn10300_address_cost): Remove forward
24148 declaration. Rewrite for both speed and size.
24149 (mn10300_address_cost_1): Remove.
24150 (mn10300_register_move_cost): New.
24151 (mn10300_memory_move_cost): New.
24152 (mn10300_rtx_costs): Rewrite for both speed and size. Don't handle
24153 ZERO_EXTRACT. Do handle UNSPEC, arithmetic, logicals, compare,
24154 extensions, shifts, BSWAP, CLZ.
24155 (mn10300_wide_const_load_uses_clr): Remove.
24156 (TARGET_REGISTER_MOVE_COST): New.
24157 (TARGET_MEMORY_MOVE_COST): New.
24158 * config/mn10300/mn10300-protos.h: Update.
24159 * config/mn10300/mn10300.h (REGISTER_MOVE_COST): Remove.
24161 * config/mn10300/constraints.md ("R", "T"): Remove constraints.
24162 * config/mn10300/mn10300.c (mn10300_mask_ok_for_mem_btst): Remove.
24163 * config/mn10300/mn10300-protos.h: Update.
24164 * config/mn10300/mn10300.md (movsi_internal): Don't use "R".
24165 (*byte_clear, *byte_set, *bit_clear1, *bit_clear2, *bit_set): Remove.
24166 (iorqi3, *am33_iorqi3, *mn10300_iorqi3): Remove.
24167 (*test_int_bitfield, *test_byte_bitfield): Remove.
24168 (*bit_test, *subreg_bit_test): Remove.
24169 * config/mn10300/predicates.md (const_8bit_operand): Remove.
24171 * config/mn10300/constraints.md ("c"): Rename from "A".
24172 ("A", "D"): New constraint letters.
24173 * config/mn10300/mn10300.md (fmasf4): Use the "c" constraint.
24174 (fmssf4, fnmasf4, fnmssf4): Likewise.
24176 * config/mn10300/mn10300.md (isa): New attribute.
24177 (enabled): New attribute.
24179 * config/mn10300/mn10300.md (absdf2, negdf2): Remove.
24180 (abssf2, negsf2): Define only for hardware fp.
24181 (sqrtsf2): Reformat.
24182 (addsf3, subsf3, mulsf3): Merge expander and insn.
24184 * config/mn10300/mn10300.h (ARG_PIONTER_CFA_OFFSET): New.
24185 (DEBUGGER_AUTO_OFFSET): Remove.
24186 (DEBUGGER_ARG_OFFSET): Remove.
24188 * config/mn10300/mn10300.c (mn10300_gen_multiple_store): Make static.
24189 Emit register stores with the same offsets as the hardware.
24190 (mn10300_store_multiple_operation): Don't check that the register
24191 save offsets are monotonic.
24192 * config/mn10300/mn10300-protos.h: Update.
24194 * config/mn10300/mn10300.h (ASM_PN_FORMAT): Delete.
24196 * config/mn10300/mn10300.h (INCOMING_RETURN_ADDR_RTX): Define
24197 in terms of the value on the stack, not the MDR register.
24199 2011-01-11 Jan Hubicka <jh@suse.cz>
24203 * tree.h (symbol_alias_set_t): Move typedef here from varasm.c
24204 (symbol_alias_set_destroy, symbol_alias_set_contains,
24205 propagate_aliases_backward): Declare.
24206 * lto-streamer-out.c (struct sets): New sturcture.
24207 (trivally_defined_alias): New function.
24208 (output_alias_pair_p): Rewrite.
24209 (output_unreferenced_globals): Fix output of alias pairs.
24210 (produce_symtab): Likewise.
24211 * ipa.c (function_and_variable_visibility): Set weak alias destination
24213 * varasm.c (symbol_alias_set_t): Remove.
24214 (symbol_alias_set_destroy): Export.
24215 (propagate_aliases_forward, propagate_aliases_backward): New functions
24217 (compute_visible_aliases): ... this one; remove.
24218 (trivially_visible_alias): New
24219 (trivially_defined_alias): New.
24220 (remove_unreachable_alias_pairs): Rewrite.
24221 (finish_aliases_1): Reorganize code checking if alias is defined.
24222 * passes.c (rest_of_decl_compilation): Do not call assemble_alias when
24225 2011-01-11 Richard Guenther <rguenther@suse.de>
24227 PR tree-optimization/46076
24228 * tree-ssa.c (useless_type_conversion_p): Conversions from
24229 unprototyped to empty argument list function types are useless.
24231 2011-01-11 Richard Guenther <rguenther@suse.de>
24233 PR middle-end/45235
24234 * emit-rtl.c (set_mem_attributes_minus_bitpos): Do not mark
24235 volatile MEMs as MEM_READONLY_P.
24237 2011-01-11 Richard Guenther <rguenther@suse.de>
24239 PR tree-optimization/47239
24240 * tree-ssa-ccp.c (get_value_from_alignment): Punt for FUNCTION_DECLs.
24242 2011-01-11 Jeff Law <law@redhat.com>
24244 PR tree-optimization/47086
24245 * tree-ssa-loop-ivopts.c (find_givs_in_stmt_scev): Do not record
24246 IVs from statements that might throw.
24248 2011-01-10 Jan Hubicka <jh@suse.cz>
24251 * lto-cgraph.c (input_profile_summary): Remove overactive sanity check.
24253 2011-01-10 Jan Hubicka <jh@suse.cz>
24256 * profile.c (read_profile_edge_counts): Ignore profile inconistency
24257 when correcting profile.
24259 2011-01-10 Jan Hubicka <jh@suse.cz>
24262 * lto-streamer-out.c (pack_ts_function_decl_value_fields): Store
24263 DECL_FINI_PRIORITY.
24264 * lto-streamer-in.c (unpack_ts_function_decl_value_fields):
24265 Restore DECL_FINI_PRIORITY.
24267 2011-01-10 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
24269 * doc/gimple.texi: Fix quoting of multi-word return values in
24270 @deftypefn statements. Ensure presence of return value. Wrap
24271 overlong @deftypefn lines.
24272 (is_gimple_operand, is_gimple_min_invariant_address): Remove
24273 descriptions of removed functions.
24274 * doc/hostconfig.texi (Host Common): Wrap long line, fix quoting
24275 of multi-word return value in @deftypefn statement.
24277 2011-01-10 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
24279 * doc/gimple.texi (Temporaries, Operands, Compound Lvalues)
24280 (Conditional Expressions, Logical Operators)
24281 (Statement and operand traversals): Do not indent smallexample
24282 code. Fix duplicate function argument in example.
24284 2011-01-10 Jeff Law <law@redhat.com>
24286 PR tree-optimization/47141
24287 * ipa-split.c (split_function): Handle case where we are
24288 returning a value and the return block has a virtual operand phi.
24290 2011-01-10 Jan Hubicka <jh@suse.cz>
24292 PR tree-optimization/47234
24293 * tree-pass.h (TODO_rebuild_cgraph_edges): New TODO.
24294 (pass_feedback_split_functions): Declare.
24295 * passes.c (init_optimization_passes): Add ipa-split as subpass of
24297 * ipa-split.c (gate_split_functions): Update comments; disable
24298 split-functions for profile_arc_flag and branch_probabilities.
24299 (gate_feedback_split_functions): New function.
24300 (execute_feedback_split_functions): New function.
24301 (pass_feedback_split_functions): New global var.
24303 2011-01-10 H.J. Lu <hongjiu.lu@intel.com>
24306 * tree-inline.c (tree_can_inline_p): Check e->call_stmt before
24307 calling gimple_call_set_cannot_inline.
24309 2011-01-10 Iain Sandoe <iains@gcc.gnu.org>
24311 * config/darwin-sections.def: Remove unused section.
24313 2011-01-10 Dave Korn <dave.korn.cygwin@gmail.com>
24316 * cgraphunit.c (assemble_thunk): Call resolve_unique_section.
24318 2011-01-09 Nicola Pero <nicola.pero@meta-innovation.com>
24321 * c-parser.c (c_parser_declaration_or_fndef): Improved
24324 2011-01-09 Kai Tietz <kai.tietz@onevision.com>
24326 * config/i386/winnt.c (i386_pe_start_function): Make sure
24327 to switch back to function's section.
24329 2011-01-09 Iain Sandoe <iains@gcc.gnu.org>
24333 * plugin.c: Move include of dlfcn.h from here...
24334 * system.h: ... to here.
24336 2011-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
24338 * doc/cpp.texi (C++ Named Operators): Fix markup for header
24340 * doc/cppinternals.texi (Top): Wrap node in @ifnottex to avoid
24341 two extra empty pages in PDF output.
24343 2011-01-08 Nicola Pero <nicola.pero@meta-innovation.com>
24346 * c-parser.c (c_parser_objc_type_name): If the type is unknown,
24347 for error recovery purposes behave as if it was not specified so
24348 that the default type is usd.
24350 2011-01-07 Jan Hubicka <jh@suse.cz>
24352 PR tree-optmization/46469
24353 * ipa.c (function_and_variable_visibility): Clear needed flags on
24354 nodes with external decls; handle weakrefs merging correctly.
24356 2011-01-07 Joseph Myers <joseph@codesourcery.com>
24358 * opts.c (finish_options): Set opts->x_flag_opts_finished to true,
24361 2011-01-07 Jan Hubicka <jh@suse.cz>
24363 * doc/invoke.texi (-flto, -fuse-linker-plugin): Update defaults
24364 and no longer claim that gold is required for linker plugin.
24365 * configure: Regenerate.
24366 * gcc.c (PLUGIN_COND): New macro.
24367 (LINK_COMMAND_SPEC): Use it.
24368 (main): Default to plugin enabled with HAVE_LTO_PLUGIN is set.
24369 * config.in (HAVE_LTO_PLUGIN): New.
24370 * configure.ac (--with-lto-plugin): New parameter; autodetect
24373 2011-01-07 Jan Hubicka <jh@suse.cz>
24375 PR tree-optimization/46367
24376 * ipa-inline.c (cgraph_clone_inlined_nodes): Use original function only
24377 when we can update original.
24378 (cgraph_mark_inline_edge): Sanity check.
24379 * ipa-prop.c (ipa_make_edge_direct_to_target): Sanity check.
24381 2011-01-07 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
24383 * config/spu/spu.h (ASM_COMMENT_START): Define.
24385 2011-01-07 H.J. Lu <hongjiu.lu@intel.com>
24388 * gcc.c (%>S): New.
24389 (SWITCH_KEEP_FOR_GCC): Likewise.
24390 (set_collect_gcc_options): Check SWITCH_KEEP_FOR_GCC.
24391 (do_spec_1): Handle "%>".
24393 * config/i386/i386.h (CC1_CPU_SPEC): Replace "%<" with "%>".
24395 2011-01-07 Jakub Jelinek <jakub@redhat.com>
24398 * config/i386/i386.c (ix86_delegitimize_address): If
24399 simplify_gen_subreg fails, return orig_x.
24402 * value-prof.c (gimple_stringop_fixed_value): Handle
24403 lhs of the call properly.
24405 2011-01-07 Jan Hubicka <jh@suse.cz>
24408 * lto-opt.c (lto_reissue_options): Set flag_shlib.
24410 2011-01-07 Iain Sandoe <iains@gcc.gnu.org>
24412 * target.def (function_switched_text_sections): New hook.
24413 * doc/tm.texi: Regenerated.
24414 * doc/tm.texi.in (TARGET_ASM_FUNCTION_SWITCHED_TEXT_SECTIONS): New.
24415 * final.c (default_function_switched_text_sections): New.
24416 (final_scan_insn): Call function_switched_text_sections when a
24417 mid-function section change occurs.
24418 * output.h (default_function_switched_text_sections): Declare.
24419 * config/darwin-protos.h (darwin_function_switched_text_sections):
24421 * config/darwin.c (darwin_function_switched_text_sections): New.
24422 * config/darwin.h (TARGET_ASM_FUNCTION_SWITCHED_TEXT_SECTIONS): New.
24424 2011-01-07 Iain Sandoe <iains@gcc.gnu.org>
24426 * dwarf2out.c (gen_subprogram_die): Add pubnames with code ranges for
24427 DWARF >= 3. Add pubnames for the primary section and a reduced DIE for
24428 the secondary code fragment when outputting for DWARF == 2.
24430 2011-01-07 Anatoly Sokolov <aesok@post.ru>
24432 * config/xtensa/xtensa.h (OUTPUT_ADDR_CONST_EXTRA): Remove.
24433 * config/xtensa/xtensa-protos.h (xtensa_output_addr_const_extra):
24435 * config/xtensa/xtensa.c (xtensa_output_addr_const_extra): Make static.
24436 (TARGET_ASM_OUTPUT_ADDR_CONST_EXTRA): Define.
24438 2011-01-06 Eric Botcazou <ebotcazou@adacore.com>
24441 * dwarf2out.c (dwarf2out_finish): Output the debug_aranges section only
24442 when it is not empty.
24444 2011-01-06 Changpeng Fang <changpeng.fang@amd.com>
24447 * config.gcc (i[34567]86-*-linux* | ...): Add btver1.
24448 (case ${target}): Add btver1.
24449 * config/i386/driver-i386.c (host_detect_local_cpu): Let
24450 -march=native recognize btver1 processors.
24451 * config/i386/i386-c.c (ix86_target_macros_internal): Add
24452 btver1 def_and_undef
24453 * config/i386/i386.c (struct processor_costs btver1_cost): New
24455 (m_BTVER1): New definition.
24456 (m_AMD_MULTIPLE): Includes m_BTVER1.
24457 (initial_ix86_tune_features): Add btver1 tune.
24458 (processor_target_table): Add btver1 entry.
24459 (static const char *const cpu_names): Add btver1 entry.
24460 (software_prefetching_beneficial_p): Add btver1.
24461 (ix86_option_override_internal): Add btver1 instruction sets.
24462 (ix86_issue_rate): Add btver1.
24463 (ix86_adjust_cost): Add btver1.
24464 * config/i386/i386.h (TARGET_BTVER1): New definition.
24465 (enum target_cpu_default): Add TARGET_CPU_DEFAULT_btver1.
24466 (enum processor_type): Add PROCESSOR_BTVER1.
24467 * config/i386/i386.md (define_attr "cpu"): Add btver1.
24469 2011-01-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
24472 * config/i386/i386.c (legitimize_tls_address)
24473 <TLS_MODEL_INITIAL_EXEC>: Handle TARGET_64BIT && TARGET_SUN_TLS.
24474 * config/i386/i386.md (UNSPEC_TLS_IE_SUN): Declare.
24475 (tls_initial_exec_64_sun): New pattern.
24477 2011-01-06 Gerald Pfeifer <gerald@pfeifer.com>
24479 * doc/invoke.texi (Overall Options): Improve wording and markup
24480 of the description of -wrapper.
24482 2011-01-06 Joseph Myers <joseph@codesourcery.com>
24484 * config/sol2.opt (G, YP,, Ym,, compat-bsd, pthread, pthreads,
24485 rdynamic, threads): New Driver options.
24487 2011-01-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
24490 * config/sol2.h (ASM_OUTPUT_ALIGNED_COMMON): Also switch to .bss
24491 if coming from .tdata.
24492 * config/i386/sol2-10.h (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
24494 2011-01-06 Jan Hubicka <jh@suse.cz>
24497 * collect2.c (main): Do not enable LTOmode when plugin is active.
24499 2011-01-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
24502 * configure.ac (gcc_cv_as_gnu_unique_object): Only use ldd
24503 --version output if supported.
24504 * configure: Regenerate.
24506 2011-01-06 Joseph Myers <joseph@codesourcery.com>
24508 * config/linux-android.opt (tno-android-cc, tno-android-ld): New
24511 2011-01-06 Jakub Jelinek <jakub@redhat.com>
24514 * c-convert.c (convert): When converting a complex expression
24515 other than COMPLEX_EXPR to a different complex type, ensure
24516 c_save_expr is called instead of save_expr, unless in_late_binary_op.
24517 * c-typeck.c (convert_for_assignment): Set in_late_binary_op also
24518 when converting COMPLEX_TYPE.
24520 2011-01-06 Ira Rosen <irar@il.ibm.com>
24522 PR tree-optimization/47139
24523 * tree-vect-loop.c (vect_is_simple_reduction_1): Check that
24524 only the last reduction value is used outside the loop. Update
24527 2011-01-05 Joseph Myers <joseph@codesourcery.com>
24529 * config/rtems.opt: New.
24530 * config.gcc (*-*-rtems*): Use rtems.opt.
24532 2011-01-05 Changpeng Fang <changpeng.fang@amd.com>
24534 * config/i386/i386.c (ix86_option_override_internal): Bulldozer
24535 processors do not support 3DNow instructions.
24537 2011-01-05 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
24539 * config/spu/spu.c (spu_option_override): Set parameter
24540 PARAM_MAX_COMPLETELY_PEEL_TIMES to 4 instead of 1.
24542 2011-01-05 Jan Hubicka <jh@suse.cz>
24544 * lto-wrapper.c (run_gcc): Default to WHOPR mode when none is specified
24545 at the command line.
24547 2011-01-05 Martin Jambor <mjambor@suse.cz>
24550 * lto-cgraph.c (output_cgraph_opt_summary_p): Also check for thunk
24551 deltas on streamed outgoing edges.
24552 (output_node_opt_summary): Output info for outgoing edges only when
24553 the node is in new parameter set.
24554 (output_cgraph_opt_summary): New parameter set, passed to the two
24555 aforementioned functions. Update its forward declaration and its
24558 2011-01-05 Tom Tromey <tromey@redhat.com>
24560 * c-parser.c (c_parser_omp_atomic): Pass location of assignment
24561 operator to c_finish_omp_atomic.
24562 * c-typeck.c (lvalue_or_else): Add 'loc' argument.
24563 (build_unary_op): Update.
24564 (build_modify_expr): Update.
24565 (build_asm_expr): Update.
24567 2011-01-05 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
24569 * config/spu/spu.c (emit_nop_for_insn): Set INSN_LOCATOR for
24570 newly inserted insns.
24571 (pad_bb): Likewise.
24572 (spu_emit_branch_hint): Likewise.
24573 (insert_hbrp_for_ilb_runout): Likewise.
24574 (spu_machine_dependent_reorg): Call df_finish_pass after
24575 schedule_insns returns.
24577 2011-01-05 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
24579 * config/spu/spu.c (spu_expand_prologue): Support -fstack-usage.
24581 2011-01-05 Eric Botcazou <ebotcazou@adacore.com>
24583 PR tree-optimization/47005
24584 * tree-sra.c (struct access): Add 'non_addressable' bit.
24585 (create_access): Set it for a DECL_NONADDRESSABLE_P field.
24586 (decide_one_param_reduction): Return 0 if the parameter is passed by
24587 reference and one of the accesses in the group is non_addressable.
24589 2011-01-04 Eric Botcazou <ebotcazou@adacore.com>
24591 PR tree-optimization/47056
24592 * cgraphbuild.c (mark_address): Remove ATTRIBUTE_UNUSED markers.
24593 (mark_load): Likewise. Handle FUNCTION_DECL specially.
24594 (mark_store): Likewise. Pass STMT to ipa_record_reference.
24596 2011-01-04 Eric Botcazou <ebotcazou@adacore.com>
24598 * dwarf2out.c (rtl_for_decl_init): Strip no-op conversions off the
24599 initializer. Skip view conversions from aggregate types.
24601 2011-01-04 Kai Tietz <kai.tietz@onevision.com>
24604 * libgcov.c (gcov_exit): Check for HAS_DRIVE_SPEC.
24606 2011-01-04 Philipp Thomas <pth@suse.de>
24608 * config/microblaze/microbalse.opt (mxl-float-convert): Fix
24611 2011-01-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
24613 * function.c (thread_prologue_and_epilogue_insns): Do not crash
24614 on empty epilogue sequences.
24616 2011-01-04 Joseph Myers <joseph@codesourcery.com>
24618 * config/vxworks.opt (Bdynamic, Bstatic, Xbind-lazy, Xbind-now,
24619 non-static): New Driver options.
24621 2011-01-04 Jie Zhang <jie@codesourcery.com>
24624 * gcc.c (default_compilers[]): Set combinable field to 0
24625 for all assembly languages.
24627 2011-01-04 Mingjie Xing <mingjie.xing@gmail.com>
24629 * config/mips/loongson3a.md: New file.
24630 * config/mips/mips.md: Include loongson3a.md.
24631 * config/mips/mips.c (mips_multipass_dfa_lookahead): Return 4 when
24634 2011-01-03 Eric Botcazou <ebotcazou@adacore.com>
24636 PR middle-end/47017
24637 * expr.c (expand_expr_real_1) <MEM_REF>: Call memory_address_addr_space
24638 instead of convert_memory_address_addr_space on the base expression.
24640 2011-01-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
24642 * config/spu/spu.c (spu_option_override): Update error text
24643 for bad -march= / -mtune= values.
24645 2011-01-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
24647 * config/spu/spu.c (asm_file_start): Only reset flag_var_tracking
24648 if branch-hint optimization will be performed.
24650 2011-01-03 Jakub Jelinek <jakub@redhat.com>
24652 PR tree-optimization/47148
24653 * ipa-split.c (split_function): Convert arguments to
24654 DECL_ARG_TYPE if possible.
24656 PR tree-optimization/47155
24657 * tree-ssa-ccp.c (bit_value_binop_1): Use r1type instead of type
24658 when computing uns.
24660 PR rtl-optimization/47157
24661 * combine.c (try_combine): If undobuf.other_insn becomes
24662 (set (pc) (pc)) jump, call update_cfg_for_uncondjump on it
24663 and set *new_direct_jump_p too.
24665 2011-01-03 Sebastian Pop <sebastian.pop@amd.com>
24667 PR tree-optimization/47021
24668 * graphite-sese-to-poly.c (scan_tree_for_params): Handle ADDR_EXPR.
24670 2011-01-03 Jakub Jelinek <jakub@redhat.com>
24672 * gcc.c (process_command): Update copyright notice dates.
24673 * gcov.c (print_version): Likewise.
24674 * gcov-dump.c (print_version): Likewise.
24675 * mips-tfile.c (main): Likewise.
24676 * mips-tdump.c (main): Likewise.
24678 2011-01-03 Martin Jambor <mjambor@suse.cz>
24680 PR tree-optimization/46801
24681 * tree-sra.c (type_internals_preclude_sra_p): Check whether
24682 aggregate fields start at byte boundary instead of the bit-field flag.
24684 2011-01-03 H.J. Lu <hongjiu.lu@intel.com>
24687 * gcc.c (main): Revert revision 168407.
24689 2011-01-03 Martin Jambor <mjambor@suse.cz>
24691 * lto-cgraph.c (input_cgraph_opt_section): Use the correct section type.
24693 2011-01-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
24695 * tree-vect-generic.c (expand_vector_operations_1): When using vector/
24696 vector optab to expand vector/scalar shift, update gimple to vector.
24698 2011-01-03 Martin Jambor <mjambor@suse.cz>
24700 * cgraphunit.c (verify_cgraph_node): Verify there is no direct call to
24703 2011-01-03 Martin Jambor <mjambor@suse.cz>
24705 PR tree-optimization/46984
24706 * cgraph.h (cgraph_indirect_call_info): make field thunk_delta
24708 (cgraph_create_indirect_edge): Fixed line length.
24709 (cgraph_indirect_call_info): Declare.
24710 (cgraph_make_edge_direct) Update declaration.
24711 * cgraph.c (cgraph_allocate_init_indirect_info): New function.
24712 (cgraph_create_indirect_edge): Use it.
24713 (cgraph_make_edge_direct): Made delta HOST_WIDE_INT. Updated all
24715 * cgraphunit.c (cgraph_redirect_edge_call_stmt_to_callee): Update for
24716 the new thunk_delta representation.
24717 * ipa-prop.c (ipa_make_edge_direct_to_target): Convert delta to
24719 (ipa_write_indirect_edge_info): Remove streaming of thunk_delta.
24720 (ipa_read_indirect_edge_info): Likewise.
24721 * lto-cgraph.c (output_edge_opt_summary): New function.
24722 (output_node_opt_summary): Call it on all outgoing edges.
24723 (input_edge_opt_summary): New function.
24724 (input_node_opt_summary): Call it on all outgoing edges.
24726 2011-01-02 H.J. Lu <hongjiu.lu@intel.com>
24729 * gcc.c (main): Don't check have_o when settting combine_inputs.
24731 2011-01-02 Eric Botcazou <ebotcazou@adacore.com>
24733 * regrename.c: Add general comment describing the pass.
24734 (struct du_head): Remove 'length' field.
24735 (get_element, merge_sort_comparison, merge, sort_du_head): Remove.
24736 (regrename_optimize): Do not sort chains. Rework comments, add others.
24737 Force renaming to the preferred class (if any) in the first pass and do
24738 not consider registers that belong to it in the second pass.
24739 (create_new_chain): Do not set 'length' field.
24740 (scan_rtx_reg): Likewise.
24742 2011-01-02 Jakub Jelinek <jakub@redhat.com>
24744 PR tree-optimization/47140
24745 * tree-ssa-ccp.c (evaluate_stmt): For binary assignments, use
24746 TREE_TYPE (lhs) instead of TREE_TYPE (rhs1) as second argument
24747 to bit_value_binop.
24749 PR rtl-optimization/47028
24750 * cfgexpand.c (gimple_expand_cfg): Insert entry edge insertions after
24751 parm_birth_insn instead of at the beginning of first bb.
24753 2011-01-02 Mingjie Xing <mingjie.xing@gmail.com>
24755 * doc/generic.texi: Remove duplicated "@subsubsection Statements".
24756 Remove the word "see" before "@pxref".
24757 * doc/rtl.texi: Remove the word "see" before "@pxref".
24759 2011-01-01 Jan Hubicka <jh@suse.cz>
24761 * tree-loop-distribution.c (tree_loop_distribution): Do not use freed
24764 2011-01-01 Kai Tietz <kai.tietz@onevision.com>
24767 * tree.c (type_hash_eq): Call language hook for METHOD_TYPEs, too.
24770 Copyright (C) 2011 Free Software Foundation, Inc.
24772 Copying and distribution of this file, with or without modification,
24773 are permitted in any medium without royalty provided the copyright
24774 notice and this notice are preserved.