]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/ChangeLog
emit-rtl.c (set_decl_incoming_rtl): Check whether the 0th element of PARALLEL is...
[thirdparty/gcc.git] / gcc / ChangeLog
CommitLineData
d4afac5b
JZ
12004-02-14 Josef Zlomek <zlomekj@suse.cz>
2
3 * emit-rtl.c (set_decl_incoming_rtl): Check whether the 0th element of
4 PARALLEL is NULL.
5
c7762b44
PB
62004-02-14 Per Bothner <per@bothner.com>
7
8 * fix-header.c (line_table): Move local variable in main to global.
9 * scan.h (line_table): Use it.
10 * scan-decls.c (scan_decls): Need to call linemap_lookup on token's
11 line (recently renamed to src_loc) before calling recognized_function.
12
cb7c0b5a
MK
132004-02-14 Matt Kraai <kraai@alumni.cmu.edu>
14
15 * Makefile.in: Fix comment typos.
16
45f9877a
EB
172004-02-14 Olivier Hainque <hainque@act-europe.fr>
18
19 * loop.c (check_dbra_loop): Use gen_int_mode instead of GEN_INT
20 for start_value when it is directly moved into reg, and factorize
21 the retrieval of GET_MODE (reg).
22
544142d8
RS
232004-02-14 Richard Sandiford <rsandifo@redhat.com>
24
25 * config/mips/mips-protos.h (mips_load_got_page): Delete.
26 (mips_load_got_global): Delete.
27 (mips_gotoff_page): Declare.
28 * config/mips/mips.md (UNSPEC_LOAD_GOT): New constant.
29 (*xgot_lo[sd]i, *got_disp[sd]i, *got_page[sd]i): Build an
30 UNSPEC_LOAD_GOT pattern rather than a MEM.
31 (*load_got[sd]i): New patterns.
32 * config/mips/mips.c (mips_got_alias_set, mips_load_got): Delete.
33 (mips_load_got_page, mips_load_got_global): Delete.
34 (mips_gotoff_page): New function.
35 (override_options): Don't initialize mips_got_alias_set.
36
d2888f1d
RS
372004-02-14 Richard Sandiford <rsandifo@redhat.com>
38
39 * config/mips/mips.h (MASK_DEBUG_[ABEFI], TARGET_DEBUG_[ABEFI]_MODE)
40 (TARGET_MIPS4100, TARGET_MIPS4300, TARGET_MIPS4KC, TARGET_MIPS5KC)
41 (TARGET_SB1, TUNE_SB1, TUNE_SR71K, BIGGEST_MAX_ARGS_IN_REGISTERS)
42 (GO_PRINTF, GO_PRINTF2, GO_DEBUG_RTX, DFMODE_NAN, SFMODE_NAN): Delete.
43 (TARGET_SWITCHES): Remove MASK_DEBUG_[ABEFI].
44 * config/mips/mips.c: Fix some overly-long lines.
45 (SINGLE_WORD_MODE_P, PIC_OFFSET_TABLE_MASK): Delete.
46 (init_cumulative_args): Remove TARGET_DEBUG_E_MODE handling.
47
19baba0b
RO
482004-02-13 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
49
50 * configure.ac: Search for as, ld below libexec/gcc.
51 * configure: Regenerate.
52
f07a6b21
BE
532004-02-14 Ben Elliston <bje@wasabisystems.com>
54
55 * config/arm/mmintrin.h (_mm_setwcx): Reverse arguments in call to
56 __builtin_arm_setwcx ().
57 * config/arm/arm.c (arm_expand_builtin): Generate operands
58 correctly and reverse their order in call to gen_iwmmxt_tmcr ().
59
602004-02-14 Ben Elliston <bje@wasabisystems.com>
61
62 * config/arm/arm.c (bdesc_2arg): Correct builtin names "wmulsh"
63 and "wmuluh" to "wmulsm" and "wmulum", respectively.
64 * config/arm/arm.h (enum arm_builtins): Rename enumerators to
65 ARM_BUILTIN_WMULSM and ARM_BUILTIN_WMULUM.
66 * config/arm/mmintrin.h (_mm_mulhi_pi16): Update intrinsic call.
67 (_mm_mulhi_pu16): Likewise.
68
f433554b
ZW
692004-02-13 Zack Weinberg <zack@codesourcery.com>
70
71 * xcoffout.c (xcoff_assign_fundamental_type_number): Check
72 DECL_NAME != 0 before dereferencing.
73
faeb9bb6
UW
742004-02-13 Ulrich Weigand <uweigand@de.ibm.com>
75
76 * config/s390/s390-protos.h (s390_output_symbolic_const): Remove.
77 (s390_output_addr_const_extra): Declare.
78 (s390_output_pool_entry): Remove FILE * argument.
79 * config/s390/s390.c (s390_output_symbolic_const): Remove.
80 (s390_output_addr_const_extra): New function.
81 (print_operand_address): Call output_addr_const instead of
82 s390_output_symbolic_const.
83 (print_operand): Likewise.
84 (s390_output_pool_entry): Use assemble_integer for symbolic constants.
85 Remove FILE * argument.
86 * config/s390/s390.h (OUTPUT_ADDR_CONST_EXTRA): Define.
87 * config/s390/s390.md ("*pool_entry"): Adapt s390_output_pool_entry
88 call.
89
cfbe3efe
ZD
902004-02-13 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
91
92 * cfgloopanal.c (mark_irreducible_loops): Rewriten.
93 (struct edge, struct vertex, struct graph): New.
94 (dump_graph, new_graph, add_edge, dfs, check_irred, for_each_edge,
95 free_graph): New functions.
96
d349192c
CD
972004-02-12 Chris Demetriou <cgd@broadcom.com>
98
99 * config/mips/mips.md (casesi_internal, casesi_internal_di):
100 Use ".set macro" to avoid warnings about multi-instruction
101 macros, since they're intentional.
102
52ccb3d2
GK
1032004-02-12 Geoffrey Keating <geoffk@apple.com>
104
213c4a8a
GK
105 * config/darwin.h: Add include guards. Remove old, now incorrect,
106 comment about STANDARD_EXEC_PREFIX.
107
52ccb3d2
GK
108 * Makefile.in (install-man): Use $(CPP_INSTALL_NAME) and
109 $(GCOV_INSTALL_NAME) to install manpages. Remove generic rule
110 for installing .1 manpages. Add rules for installing cpp
111 and gcov manpages under their installed names.
112
1a543d25
AO
1132004-02-12 Alexandre Oliva <aoliva@redhat.com>
114
115 * configure.ac (gcc_cv_ld): Don't set to LD if target is not
116 host, but try LD_FOR_TARGET first.
117 * configure: Rebuilt.
118
8507c40a
ZW
1192004-02-12 Zack Weinberg <zack@codesourcery.com>
120
121 * dbxout.c: Move declaration of dbxout_type_decl outside
122 #ifdef DBX_DEBUGGING_INFO.
123 * c-parse.in: Don't give the asmdef production a type.
124
21d13d83
ZW
1252004-02-12 Zack Weinberg <zack@codesourcery.com>
126
127 * debug.h (struct gcc_debug_hooks): Add type_decl field.
128 (debug_nothing_tree_int): Prototype.
129 (dwarf_debug_hooks): Delete, unused.
130 * debug.c (do_nothing_debug_hooks): Update.
131 (debug_nothing_tree_int): New function.
132 * langhooks.h (struct lang_hooks_for_decls):
133 Remove builtin_type_decls field.
134 * langhooks-def.h (LANG_HOOKS_BUILTIN_TYPE_DECLS): Delete.
135 (LANG_HOOKS_DECLS): Update.
136 * toplev.c (rest_of_decl_compilation, rest_of_type_compilation):
137 Use debug_hooks->type_decl.
138 * dbxout.c (preinit_symbols): New static.
139 (dbx_debug_hooks, xcoff_debug_hooks): Update.
140 (dbxout_init): Don't call DBX_OUTPUT_STANDARD_TYPES or
141 lang_hooks.decls.builtin_type_decls. Do scan preinit_symbols
142 for symbols to output.
143 (dbxout_type_decl): New function.
144 (dbxout_symbol): If called before dbxout_init has run, queue
145 the symbol for later. Apply DBX_ASSIGN_FUNDAMENTAL_TYPE_NUMBER
146 to TYPE_DECLs before emitting them.
147 * xcoffout.c (assign_type_number): Delete.
148 (xcoff_type_numbers): New static table.
149 (xcoff_assign_fundamental_type_number): New function.
150 * xcoffout.h: Define DBX_ASSIGN_FUNDAMENTAL_TYPE_NUMBER, not
151 DBX_OUTPUT_STANDARD_TYPES. Remove unnecessary #ifdefs.
152 * sdbout.c: Include varray.h.
153 (deferred_global_decls): New static.
154 (sdb_debug_hooks): Update.
155 (sdbout_global_decl): If we can't emit something right now,
156 remember it in deferred_global_decls.
157 (sdbout_finish): Just scan deferred_global_decls; don't call getdecls.
158 (sdbout_init): Initialize deferred_global_decls.
159 * Makefile.in: Update dependencies of sdbout.o.
160 * dwarf2out.c (dwarf2out_type_decl): New function.
161 (dwarf2_debug_hooks): Update.
162 * vmsdbgout.c (vmsdbg_debug_hooks): Update.
163 * c-decl.c (getdecls): Just return 0.
164 (check_for_loop_decls): Don't use getdecls.
165 (record_builtin_type): Call debug_hooks->type_decl on the TYPE_DECL.
166 * c-objc-common.c (c_objc_common_finish_file): Don't use getdecls.
167
a90a16f3
UW
1682004-02-12 Ulrich Weigand <uweigand@de.ibm.com>
169
170 * config/s390/s390.c (s390_sched_reorder2): Remove.
171 (TARGET_SCHED_REORDER2): Do not redefine.
172
9f0e2d86
ZW
1732004-02-12 Zack Weinberg <zack@codesourcery.com>
174
175 * c-parse.in (maybe_type_qual): Delete.
176 (maybe_volatile, simple_asm_expr, asmdef, asm_stmt)
177 (asm_argument): New grammar rules.
178 (extdef_1): Use asmdef.
179 (maybeasm): Move down with other asm rules; use simple_asm_expr.
180 (xexpr): Move up with other expression rules.
181 (stmt): Use asm_stmt.
182
183 * c-typeck.c (build_asm_expr): New function - body mostly
184 pulled from build_asm_stmt.
185 (build_asm_stmt): Just handle tacking on the volatile qualifier.
186 * c-tree.h (build_asm_expr, build_asm_stmt): Update prototypes.
187
35f5add9
RS
1882004-02-12 Richard Sandiford <rsandifo@redhat.com>
189
190 PR bootstrap/13617
191 * config/mips/mips-protos.h (mips_output_aligned_decl_common): Declare.
192 (mips_declare_object): Make variadic.
193 * config/mips/mips.h (ASM_OUTPUT_ALIGNED_DECL_COMMON): Use
194 mips_output_aligned_decl_common.
195 * config/mips/mips.c (mips_output_aligned_decl_common): New function.
196 (mips_declare_object): Make variadic.
197
a5e9c810
RK
1982004-02-12 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
199
8fbc67c0
RK
200 * function.c (update_epilogue_consts): Teach about binary operations.
201
a5e9c810
RK
202 * emit-rtl.c (set_mem_attributes_minus_bitpos): Don't kill
203 previous MEM_VOLATILE in REF.
204 * function.c (fixup_var_refs): Save volatile_ok and set to 1.
205 * expr.c (emit_block_move_via_movstr): Save and restore volatile_ok.
206
7ea98c5a
GN
2072004-02-12 Gunther Nikl <gni@gecko.de>
208
209 * config.gcc: Restore support for m68k-openbsd.
210
8f6a8d03
JH
2112004-02-12 Jan Hubicka <jh@suse.cz>
212
213 * tree-optimize.c (tree_rest_of_compilation): Do not release
214 DECL_ARGUMENTS.
215
c2910edf
MK
2162004-02-11 Matt Kraai <kraai@alumni.cmu.edu>
217
218 * doc/install.texi: Fix the spelling of "explicitly".
219
423e95e2
EC
2202004-02-11 Eric Christopher <echristo@redhat.com>
221
222 * cppcharset.c (_cpp_interpret_string_notranslate): Rename and
223 duplicate argument structure of cpp_interpret_string.
224 * cpphash.h: Move prototype...
225 * cpplib.h: Here.
226 * cpplib.c: Fix calls to match new function signature.
227
32e8aa9a
JM
2282004-02-11 Joseph S. Myers <jsm@polyomino.org.uk>
229
230 PR c/456
231 * cppexp.c (num_binary_op): Don't allow comma operators in #if
232 constant expressions at all outside C99 mode if pedantic.
233
3b8e0c91
UB
2342004-02-11 Uros Bizjak <uros@kss-loka.si>
235
236 * optabs.h (enum optab_index): Add new OTI_log10 and OTI_log2.
237 (log10_optab, log2_optab): Define corresponding macros.
238 * optabs.c (init_optabs): Initialize log10_optab and log2_optab.
239 * genopinit.c (optabs): Implement log10_optab and log2_optab
240 using log10?f2 and log2?f2 patterns.
241 * builtins.c (expand_builtin_mathfn): Handle BUILT_IN_LOG10{,F,L}
242 using log10_optab, and BUILT_IN_LOG2{,F,L} using log2_optab.
243 (expand_builtin): Expand BUILT_IN_LOG10{,F,L} and BUILT_IN_LOG2{,F,L}
244 using expand_builtin_mathfn if flag_unsafe_math_optimizations is set.
245
246 * config/i386/i386.md (log10sf2, log10df2, log10xf2, log2sf2,
247 log2df2, log2xf2): New patterns to implement log10, log10f, log10l,
248 log2, log2f and log2l built-ins as inline x87 intrinsics.
249
a6abdce3
RH
2502004-02-11 Richard Henderson <rth@redhat.com>
251
888ff7a1 252 PR target/1532
a6abdce3
RH
253 * flow.c (insn_dead_p): A clobber of a dead hard register is a
254 dead insn after reload.
255
05ac140e
UW
2562004-02-11 Ulrich Weigand <uweigand@de.ibm.com>
257
258 * tree.h (frame_base_decl): Add GTY marker.
259 * var-tracking.c (frame_base_decl): Likewise.
260
e193b408
DB
2612004-02-11 Daniel Berlin <dberlin@dberlin.org>
262
263 * dwarf2out.c (output_loc_list): Remove no longer necessary, and now
264 incorrect, hunk.
265 (add_location_or_const_value_attribute): Use text_section_label,
266 not TEXT_SECTION_NAME.
12f9df4e
PB
267
2682004-02-11 Per Bothner <per@bothner.com>
269
270 Represent column numbers using line-map's source_location.
271 The "next available source_location" is now managed internally by
272 line-maps.c rather than by clients.
273 * line-map.h (struct line_map): New field column_bits.
274 <from_line>: Rename field to start_location.
275 (struct line_maps): New fields highest_location and max_column_hint.
276 (linemap_check_files_exited): New declaration.
277 (linemap_line_start): New declaration.
278 (linemap_add): Remove from_line parameter; use highest_location field.
279 (SOURCE_LINE, LAST_SOURCE_LINE): Modify to use column_bits.
280 (SOURCE_COLUMN, LAST_SOURCE_LINE_LOCATION): New macros.
281 (CURRENT_LINE_MAP): Remove macro.
282 (linemap_position_for_column): New inline function.
283 * line-map.c (linemap_init): Clear new fields.
284 (linemap_check_files_exited): New function, extracted from ...
285 (linemap_free): Use linemap_check_files_exited.
286 (linemap_add): Remove from_line parameter. Various updates.
287 (linemap_line_start): New function.
288 (linemap_lookeup): Update for new field names.
289 * cpphash.h (struct cpp_reader) <map>: Field removed. Because
290 linemap_position_for_column may unpredictably change the current map,
291 it is cleaner and simpler for us to not cache it in cpp_reader.
292 (struct cpp_buffer): New sysp field.
293 Changed warned_cplusplus_comments and from_stage3 to bitfields.
294 * cppinit.c (cpp_read_min_file): pfile->map no longer exists.
295 * cpplib.c (do_line, do_linemarker, _cpp_do_file_change): Get
296 current map using linemap_lookup.
297 (do_linemarker): Also set buffer's sysp field.
298 (destringize_and_run): No longer need to decrement current line.
299 * cppfiles.c (_cpp_stack_file): Set sysp from and in buffer.
300 (search_path_head, open_file_failed): Use buffer's sysp.
301 (cpp_make_system_header): Get current map using linemap_lookup.
302 Also set buffer's sysp flag.
303 * cppmacro.c (_cpp_builtin_macro_text): Likewise use linemap_lookup.
304 * cpphash.h (CPP_INCREMENT_LINE): New macro.
305 (struct cpp_buffer): Moved fields saved_cur, saved_rlimit to ...
306 (struct cpp_reader): ... and adding saved_line_base field.
307 * cpptrad.c (_cpp_overlay_buffer, _cpp_remove_overlay):
308 Update accordingly. Don't adjust line.
309 (_cpp_scan_out_logical_line): Use CPP_INCREMENT_LINE.
310 * cpphash.c (CPP_IN_SYSTEM_HEADER): Replaced macro by ...
311 (cpp_in_system_header): ... new inline function, using buffer's sysp.
312 * cpperror.c (_cpp_begin_message): Update to use cpp_in_system_header.
313 * cpplex.c (_cpp_lex_direct): Likewise.
314 * cppmacro.c (_cpp_builtin_macro_text): Likewise.
315 * cppmacro.c (_cpp_create_definition): Use buffer's sysp field.
316 * cpplib.h (struct cpp_token): Rename line field to src_loc.
317 Remove col field as it is now subsumed by src_loc.
318 * cpperror.c: Update various field, parameter, and macro names.
319 (print_location): If col==0, try SOURCE_COLUMN of line.
320 (cpp_error): Use cur_token's src_loc field, rather than line+col.
321 * cpplib.c (do_diagnostic): Token's src_loc fields replaces line+col.
322 * cpplex.c (_cpp_process_line_notes, _cpp_lex_direct,
323 _cpp_skip_block_comment): Use CPP_INCREMENT_LINE.
324 (_cpp_temp_token): Replace cpp_token's line+col fields by src_loc.
325 (_cpp_get_fresh_line): Don't need to adjust line for missing newline.
326 (_cpp_lex_direct): Use linemap_position_for_column.
327 * c-ppoutput.c (maybe_print_line, print_line): Don't take map
328 parameter. Instead get it from the line_table global. Adjust callers.
329 (print): Remove map field. Replace line field to src_line.
330 (init_pp_output, account_for_newlines, maybe_print_line): Adjust.
331 (cb_line_change): Use SOURCE_COLUMN. Minor optimizations.
332 (pp_file_change): Use MAIN_FILE_P since we cannot checked print.map.
333 Use LAST_SOURCE_LINE_LOCATION to "catch up" after #include.
334 * cpptrad.c (copy_comment): Rename variable.
335 * c-lex.c (map): Remove static variable, for same reason we removed
336 cpp_reader's map field.
337 (cb_line_change, cb_def_pragma, cb_define, cb_undef): Hence we need
338 to call linemap_lookup.
339 (cb_line_change): Token's line field replaced by src_loc.
340 (fe_file_change): Use MAINFILE_P and LAST_SOURCE_LINE macros.
341 Don't save new_map.
342
343 * cpphash.h, cpperror.c, cpplib.h: Some renames of fileline to
344 source_location.
345
e086f51d 3462004-02-11 Hartmut Penner <hpenner@de.ibm.com>
423e95e2 347
e086f51d
HP
348 * config/rs6000/altivec.md (*movv4si_internal): At least one
349 operand must be register_operand.
350 (*movv8hi_internal1): Likewise.
351 (*movv16qi_internal1): Likewise.
352 (*movv4sf_internal1): Likewise.
353
e66b2fcf 3542004-02-10 Aldy Hernandez <aldyh@redhat.com>
8914b65e
AH
355
356 * config/rs6000/spe.md ("*movv2si_internal"): Check for register
357 operand.
358 (movv4hi_internal): Same.
359 (movv2sf_internal): Same.
360 (movv1di_internal): Same.
e66b2fcf 361
7f9be256
TS
3622004-02-11 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
363
364 * config/mips/mips.h (TARGET_OLDABI): Define. Use TARGET_NEWABI and
c0689841 365 TARGET_OLDABI consistently.
7f9be256
TS
366 * config/mips/mips.c (function_arg,mips_setup_incoming_varargs,
367 mips_va_arg,override_options,compute_frame_size,
368 mips_initial_elimination_offset,mips16_fp_args,build_mips16_call_stub
369 ,mips_return_in_memory,mips_strict_argument_naming): Use TARGET_NEWABI
c0689841 370 and TARGET_OLDABI consistently.
7f9be256
TS
371 * config/mips/mips.md (exception_receiver): Likewise.
372 * config/mips/linux64.h: Likewise.
373
6d0ef01e
HP
3742004-02-11 Hartmut Penner <hpenner@de.ibm.com>
375
376 * gcc/config/rs6000/rs6000.c (rs6000_override_options)
377 Set AltiVec ABI and vrsave as default for ppc64 linux.
378 (init_cumulative_args): Post error, if try to return
379 value in AltiVec register without enable AltiVec.
423e95e2 380 (function_arg_advance): Ditto for passing arguments.
6d0ef01e 381
7537fc90
RS
3822004-02-11 Richard Sandiford <rsandifo@redhat.com>
383
384 * emit-rtl.c (mark_label_nuses): Check that a LABEL_REF refers to
385 a label before updating its usage count.
386
1e9f1674
MK
3872004-02-10 Matt Kraai <kraai@alumni.cmu.edu>
388
9f0e2d86 389 * doc/install.texi: Remove extra cd.
1e9f1674 390
b34417a4
ZL
3912004-02-10 Ziemowit Laski <zlaski@apple.com>
392
393 * c-common.c (vector_size_helper): Remove; call
394 reconstruct_complex_type() instead.
395 * tree.c (reconstruct_complex_type): New function
396 (formerly vector_size_helper() in c-common.c).
397 (make_vector): Make externally visible.
398 * tree.h (reconstruct_complex_type, make_vector): Add prototypes.
399
a466bea3
KH
4002004-02-10 Kazu Hirata <kazu@cs.umass.edu>
401
402 * config/h8300/h8300-protos.h: Add a prototype for
403 h8300_regs_ok_for_stm.
404 * config/h8300/h8300.c (h8300_regs_ok_for_stm): New.
405 * config/h8300/h8300.md (stm_h8300s_2_advanced,
406 stm_h8300s_2_normal, stm_h8300s_2, stm_h8300s_3_advanced,
407 stm_h8300s_3_normal, stm_h8300s_3, stm_h8300s_4_advanced,
408 stm_h8300s_4_normal, stm_h8300s_4, ldm_h8300s_2_advanced,
409 ldm_h8300s_2_normal, ldm_h8300s_2, ldm_h8300s_3_advanced,
410 ldm_h8300s_3_normal, ldm_h8300s_3, ldm_h8300s_4_advanced,
411 ldm_h8300s_4_normal, ldm_h8300s_4): Use
412 h8300_regs_ok_for_stm().
413
52bac949
DS
4142004-02-10 Danny Smith <dannysmith@users.sourceforge.net>
415
416 PR c/14088
417 real.c (real_from_string): Look for 'X' as well as 'x' in
418 hexfloat strings.
419
2493deee
KH
4202004-02-10 Kazu Hirata <kazu@cs.umass.edu>
421
422 * config/h8300/h8300.md: Remove an incorrect comment about
423 peephole2. Add comments.
424
fbe6ec81
JZ
4252004-02-10 Josef Zlomek <zlomekj@suse.cz>
426
427 PR/14058
428 * emit-rtl.c (set_decl_incoming_rtl): New.
429 * tree.h (set_decl_incoming_rtl): New.
430 * function.c (assign_parms): Use set_decl_incoming_rtl for setting
431 DECL_INCOMING_RTL.
432 * ada/misc.c (adjust_decl_rtl): Likewise.
433
8a4baa83
PB
4342004-02-10 Per Bothner <per@bothner.com>
435
436 * c-opts.c (c_common_post_options): Don't emit working directory
437 in cpp output if -P was specified.
438
31cc6081
PB
4392004-02-10 Paolo Bonzini <bonzini@gnu.org>
440
441 PR c/14092
442 * fold-const.c (fold) <NEGATE_EXPR>: Convert result of
443 negate_expr back to the original type.
444
d1d5c836
AM
4452004-02-10 Alan Modra <amodra@bigpond.net.au>
446
447 * config/rs6000/linux64.h (MD_FALLBACK_FRAME_STATE_FOR): Don't
448 bump retaddr here.
449
dad822d3
PB
4502004-02-10 Paolo Bonzini <bonzini@gnu.org>
451
452 * rtl.h (schedule_insns, schedule_ebbs, fix_sched_param,
453 gen_lowpart_SUBREG): Move under the file in which they
454 are actually declared.
455
cd271054
AC
4562004-02-10 Arnaud Charlet <charlet@act-europe.fr>
457
458 * doc/sourcebuild.texi: Add libada documentation.
459
460 * doc/install.texi: Update documentation on Ada build, now
461 that the GNAT lib and tools are built automatically.
462
117c5858
RS
4632004-02-10 Richard Sandiford <rsandifo@redhat.com>
464
465 * config/mips/mips.h (TARGET_GPWORD): Return false for TARGET_NEWABI
466 && TARGET_IRIX.
467
42a1b62e
ZL
4682004-02-09 Ziemowit Laski <zlaski@apple.com>
469
470 * objc/objc-act.c (get_super_receiver): Move '#ifdef OBJCPLUS'
471 boundaries outside build_component_ref() call (a macro in ObjC++).
472
997b8b4d
BW
4732004-02-09 Bob Wilson <bob.wilson@acm.org>
474
475 * config/xtensa/xtensa-protos.h (xtensa_copy_incoming_a7): Update.
476 (init_cumulative_args): Likewise.
477 (a7_overlap_mentioned_p): Delete prototype.
478 * config/xtensa/xtensa.c (struct machine_function): Replace
479 incoming_a7_copied field with need_a7_copy and vararg_a7 flags.
480 Add set_frame_ptr_insn field.
481 (xtensa_emit_move_sequence): Update call to xtensa_copy_incoming_a7.
482 (xtensa_copy_incoming_a7): Rewrite to check need_a7_copy flag and check
483 if the operand is an argument in a7. If so, copy a7 to a new pseudo
484 at the function entry and replace the operand with the pseudo.
485 (init_cumulative_args): Remove unused arguments. Add new "incoming"
486 argument and record this flag in CUMULATIVE_ARGS.
487 (function_arg): Remove result_mode and special-case code to handle
488 arguments in a7. Instead, set need_a7_copy flag when there is an
489 incoming argument in a7.
490 (xtensa_expand_prologue): Remove code to search for set_frame_ptr insn
491 and use the value recorded in cfun->machine->set_frame_ptr_insn.
492 (xtensa_builtin_saveregs): Check for negative gp_left value. Set
493 need_a7_copy and vararg_a7 flags. Use move_block_from_reg instead of
494 special-case code.
495 (a7_overlap_mentioned_p): Delete.
496 * config/xtensa/xtensa.h (CUMULATIVE_ARGS): Add "incoming" flag.
497 (INIT_CUMULATIVE_ARGS, INIT_CUMULATIVE_INCOMING_ARGS): Remove useless
498 arguments to init_cumulative_args and pass "incoming" flag instead.
499 (BLOCK_REG_PADDING): Delete.
500 * config/xtensa/xtensa.md (movdi, movsf, movdf): Remove unnecessary
501 checks for reload_in_progress and reload_completed. Update calls to
502 xtensa_copy_incoming_a7.
503 (ashlsi3): Rename existing insn to ashlsi3_internal. Add expander
504 to call xtensa_copy_incoming_a7.
505
10709fbf
DD
5062004-02-09 DJ Delorie <dj@redhat.com>
507
508 * config/i386/xm-djgpp.h (GCC_DRIVER_HOST_INITIALIZATION): No
509 longer modify standard_exec_prefix, standard_bindir_prefix, or
510 standard_startfile_prefix.
511
c76362b4
JW
5122004-02-09 James E Wilson <wilson@specifixinc.com>
513
228ae085
JW
514 PR c++/11295
515 * c-common.c (c_expand_expr, case STMT_EXPR): Change expand_expr call
516 to expand_expr_real call, and pass in alt_rtl as last argument.
517
c76362b4
JW
518 PR libstdc++/5625
519 * builtin-types.def (BT_WORD, BT_FN_WORD_PTR): New.
520 * builtins.c (expand_builtin): Handle BUILT_IN_EXTEND_POINTER.
521 * builtins.def (BUILT_IN_EXTEND_POINTER): New.
522 * except.c (expand_builtin_extend_pointer): New.
523 * except.h (expand_builtin_extend_pointer): Declare.
524
d886a041
DE
5252004-02-09 David Edelsohn <edelsohn@gnu.org>
526
527 * config/rs6000/rs6000.c (rs6000_emit_move): Remove splitting slow
528 unaligned loads and stores.
529
756f76d0
RO
5302004-02-09 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
531
532 * config/mips/iris5.h (BSS_SECTION_ASM_OP): Define.
533 * config/mips/iris6.h (BSS_SECTION_ASM_OP): Undef.
534
535 * config/mips/iris6.h (TARGET_ASM_NAMED_SECTION): Moved ...
536 * config/mips/iris5.h: ... here.
537 * config/mips/iris5gas.h (TARGET_ASM_NAMED_SECTION): Remove.
538
539 * config/mips/iris6.h (EXTRA_SECTION_FUNCTIONS): Move ...
540 * config/mips/iris5.h: ... here.
541
426ca3ca
RO
5422004-02-09 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
543
544 * configure.ac: Remove default executable files before AC_PROG_CC.
545 * configure: Regenerate.
546
500fc80f
KH
5472004-02-09 Kazu Hirata <kazu@cs.umass.edu>
548
549 PR target/13721
550 * config/h8300/h8300.c (byte_reg): Call abort() if asked to
551 print a operand other than a register.
552
b83c4036
RS
5532004-02-09 Roger Sayle <roger@eyesopen.com>
554
555 * fold-const.c (fold) <NOP_EXPR>: Use the original type conversion
556 tree code rather than call fold_convert, which doesn't specify a
557 default floating point to integer conversion.
558
3b4b85c9
BI
5592004-02-08 Bernardo Innocenti <bernie@develer.com>
560
561 * config/m68k/m68k.c, config/m68k/m68k.md (SGS, SGS_CMP_ORDER): Remove
562 code to support SGS assembler. Reformat adjacent code where possible.
b83c4036
RS
563 * config/m68k/m68k.c (switch_table_difference_label_flag): Remove
564 definition.
565 * config/m68k/m68k.h (PRINT_OPERAND_PUNCT_VALID_P): Remove support
566 for '%#'.
3b4b85c9 567 * config/m68k/linux.h, config/m68k/m68k.c,
b83c4036
RS
568 * config/m68k/math-68881.h: Replace `%#' with `#' in inline asm
569 macros and asm_printf() format strings.
3b4b85c9
BI
570 * config/m68k/m68kelf.h (ASM_OUTPUT_CASE_END): Remove macro definition.
571 * config/m68k/linux.h: Update copyright.
572 * config/m68k/linux.h, config/m68k/m68k.c: Remove traling whitespace.
573
01bbf777 5742004-02-08 Andreas Schwab <schwab@suse.de>
9f0e2d86 575 Bernardo Innocenti <bernie@develer.com>
01bbf777
AS
576
577 * config/m68k/m68k.h (REGISTER_NAMES): Prefix each name with
578 REGISTER_PREFIX.
579 * (M68K_FP_REG_NAME): New macro to specify an alternate name for the
580 frame pointer register, overridable by OS targets.
581 * (M68K_REGNAME): Macro to obtain register name for asm output,
582 eventually replacing %a6 with M68K_FP_REG_NAME.
583 * config/m68k/coff.h (REGISTER_NAMES): Don't redefine.
584 * config/m68k/linux.h (REGISTER_NAMES): Likewise.
585 * config/m68k/m68kelf.h (REGISTER_NAMES): Likewise.
586 * config/m68k/netbsd-elf.h (REGISTER_NAMES): Likewise.
587 * config/m68k/m68k.c: Use M68K_REGNAME(x) in place of reg_names[x].
588
1f6acb82
KH
5892004-02-08 Kazu Hirata <kazu@cs.umass.edu>
590
591 * target-def.h (TARGET_STRUCT_VALUE_RTX): Define as
592 hook_rtx_tree_int_null.
593 * targhooks.c (default_struct_value_rtx): Remove.
594 * targhooks.h: Remove the prototype for
595 default_struct_value_rtx.
596 * config/alpha/alpha.c, config/arc/arc.c, config/avr/avr.c,
597 config/fr30/fr30.c, config/h8300/h8300.c, config/i386/i386.c,
598 config/ip2k/ip2k.c, config/iq2000/iq2000.c,
599 config/m32r/m32r.c, config/mcore/mcore.c, config/mips/mips.c,
600 config/mn10300/mn10300.c, config/pdp11/pdp11.c,
601 config/rs6000/rs6000.c, config/s390/s390.c,
602 config/stormy16/stormy16.c, config/v850/v850.c,
603 config/xtensa/xtensa.c (TARGET_STRUCT_VALUE_RTX): Remove.
604 * doc/tm.texi (TARGET_STRUCT_VALUE_RTX): Document the default.
605
b46b8fb4
JM
6062004-02-08 Joseph S. Myers <jsm@polyomino.org.uk>
607
608 * README.Portability: Change "ISO C89" to "ISO C90".
609 * c-parse.in (primary, initelt): Likewise.
610
7c476bde
RS
6112004-02-08 Richard Sandiford <rsandifo@redhat.com>
612
613 * real.c (encode_ibm_extended): Normalize the input value before
614 converting it to a double. Handle the case where a normal value
615 rounds to infinity.
616
56ae04af
KH
6172004-02-08 Kazu Hirata <kazu@cs.umass.edu>
618
f934561e
KH
619 * c-objc-common.c (c_cannot_inline_tree_fn): Fix a typo in a
620 warning.
56ae04af
KH
621 * cse.c (preferrable): Change to preferable. Update all of its
622 callers.
623 * genautomata.c (ainsn): Change
624 first_ainsn_with_given_equialence_num to
625 first_ainsn_with_given_equivalence_num. Update all of its
626 references.
627
ec1dbfca
JH
6282004-02-08 Jan Hubicka <jh@suse.cz>
629
630 * schedule-ebb.c (schedule_ebbs): Do not allocate reg life data.
631
f276fb54
DE
6322004-02-07 David Edelsohn <edelsohn@gnu.org>
633
634 * function.c (assign_parms): Fix formatting.
635
fefcb65c
KH
6362004-02-07 Kazu Hirata <kazu@cs.umass.edu>
637
638 * default.h (PROMOTE_PROTOTYPES): Remove.
639 * system.h (PROMOTE_FUNCTION_RETURN, PROMOTE_PROTOTYPES,
640 STRUCT_VALUE_REGNUM, SETUP_INCOMING_VARARGS,
641 EXPAND_BUILTIN_SAVEREGS): Poison.
642 * target-def.h (TARGET_PROMOTE_FUNCTION_RETURN): Define as
643 hook_bool_tree_false.
644 (TARGET_PROMOTE_PROTOTYPES): Likewise.
645 * target.h: Replace SETUP_INCOMING_VARARGS with
646 targetm.calls.setup_incoming_varargs().
647 * targhooks.c (default_promote_function_return): Remove.
648 (default_promote_prototypes): Likewise.
649 (default_struct_value_rtx): Always abort().
650 (default_expand_builtin_saveregs): Always print an error
651 message.
652 (default_setup_incoming_varargs): Do nothing.
653 (default_pretend_outgoing_varargs_named): Don't depend on
654 SETUP_INCOMING_VARARGS.
655 * targhooks.h: Remove the prototype for
656 default_promote_function_return and
657 default_promote_prototypes.
658
dc79b3b8
KH
6592004-02-07 Kazu Hirata <kazu@cs.umass.edu>
660
661 * system.h (SHARED_SECTION_ASM_OP): Poison.
662 * varasm.c (data_section): Don't use SHARED_SECTION_ASM_OP.
663 * doc/tm.texi (SHARED_SECTION_ASM_OP): Remove.
664
a6f78652
ZW
6652004-02-07 Zack Weinberg <zack@codesourcery.com>
666
667 Bug 13856
668 * c-decl.c (diagnose_mismatched_decls): Only give special
669 treatment when olddecl is DECL_BUILT_IN, if C_DECL_INVISIBLE
670 is also true.
671 (merge_decls): Don't clear DECL_BUILT_IN_CLASS and
672 DECL_FUNCTION_CODE when defining a built-in function.
673 Don't update DECL_ESTIMATED_INSNS.
674 * dwarf2out.c (dwarf2out_decl): Don't ignore built-in
675 FUNCTION_DECLs.
676 * tree.h: Delete DECL_ESTIMATED_INSNS.
677 * tree-inline.c (struct inline_data): Delete inlined_insns field.
678 (expand_call_inline, optimize_inline_calls): Don't update
679 DECL_ESTIMATED_INSNS nor inlined_insns.
680 * cgraphunit.c (cgraph_analyze_function): Don't update
681 DECL_ESTIMATED_INSNS.
682
6832004-02-07 Zack Weinberg <zack@codesourcery.com>
684
685 * c-common.c (shadow_warning): Delete.
686 * c-common.h (free_parser_stacks, shadow_warning, sw_kind): Delete.
687 * c-decl.c (warn_if_shadowing): Issue shadow warnings directly.
688 * c-opts.c (c_common_parse_file): Don't call free_parser_stacks.
689 * c-parse.in (free_parser_stacks): Delete.
690
947c6b00
NN
6912004-02-07 Nathanael Nerode <neroden@gcc.gnu.org>
692
693 * Makefile.in, config/t-slibgcc-darwin, config/t-slibgcc-elf-ver,
694 config/t-slibgcc-sld, config/mips/t-iris5-6, config/sh/t-linux:
695 Use the top level mkinstalldirs, not the one in the gcc subdir.
696 * mkinstalldirs: Remove (from the gcc subdir).
697
088414c1
RS
6982004-02-07 Roger Sayle <roger@eyesopen.com>
699
700 PR middle-end/13696
701 * fold-const.c (fold_convert): New function to provide type
702 conversion to the middle-end without using convert.
703 (negate_expr, associate_trees, size_diffop, omit_one_operand,
704 operand_equal_for_comparison_p, pedantic_omit_one_operand,
705 invert_truthvalue, optimize_bit_field_compare, range_binop,
706 decode_field_reference, make_range, build_range_check, unextend,
707 fold_truthop, extract_muldiv_1, fold_mathfn_compare,
708 fold_binary_op_with_conditional_arg, fold_inf_compare,
709 fold_single_bit_test, fold, multiple_of_p): Replace all calls to
710 convert with calls to fold_convert.
711
076963eb
JH
7122004-02-07 Jan Hubicka <jh@suse.cz>
713
714 * genrecog.c (find_operand): add extra argument stop.
715 (validate_pattern): Verify that mach_dup is duplicating operand
716 defined lexically earlier.
717
1197924d
KH
7182004-02-07 Kazu Hirata <kazu@cs.umass.edu>
719
720 * config.gcc: Don't mention MAX_LONG_TYPE_SIZE.
721 * system.h (MAX_LONG_TYPE_SIZE, MAX_LONG_DOUBLE_TYPE_SIZE,
722 MAX_WCHAR_TYPE_SIZE, GCOV_TYPE_SIZE): Poison.
723 * config/avr/avr.h, config/h8300/h8300.h, config/i386/i386.h,
724 config/ia64/ia64.h, config/ip2k/ip2k.h,
725 config/iq2000/iq2000.h, config/mips/iris5.h,
726 config/mips/mips.h, config/pa/pa-64.h, config/pa/pa.h,
727 config/rs6000/aix51.h, config/rs6000/aix52.h,
728 config/rs6000/darwin.h, config/rs6000/rs6000.h,
729 config/s390/s390.h, config/sh/sh.h, config/sparc/freebsd.h,
730 config/sparc/linux.h, config/sparc/linux64.h,
731 config/sparc/netbsd-elf.h, config/sparc/sparc.h,
732 config/xtensa/xtensa.h: Remove the definitions of
733 MAX_LONG_TYPE_SIZE, MAX_LONG_DOUBLE_TYPE_SIZE, and/or
734 MAX_WCHAR_TYPE_SIZE.
735 * doc/tm.texi (MAX_LONG_TYPE_SIZE, MAX_LONG_DOUBLE_TYPE_SIZE,
736 MAX_WCHAR_TYPE_SIZE, GCOV_TYPE_SIZE): Remove.
737
883899ee
SC
7382004-02-07 Stephane Carrez <stcarrez@nerim.fr>
739
740 PR bootstrap/13990
741 * config/m68hc11/m68hc11.md ("doloop_end"): Pass dummy arguments to
742 gen_rtx_NE.
743
f6e215cc
JZ
7442004-02-07 Josef Zlomek <zlomekj@suse.cz>
745
746 * var-tracking.c (vt_add_function_parameters): Surround checkings by
747 #ifdef ENABLE_CHECKING and #endif.
748
dfb36f9b
RS
7492004-02-07 Roger Sayle <roger@eyesopen.com>
750
751 * fold-const.c (negate_expr_p, negate_expr): Optimize -(A+B) into
752 either (-A)-B or (-B)-A, if A or B is easily negated respectively.
753 (fold) <MINUS_EXPR>: Optimize (A*C) - (B*C) -> (A-B)*C for both
754 integer types and floating point with unsafe_math_optimizations.
755 Add similar optimization for (A*C1) - (A*C2) -> A*(C1-C2).
756 Optimize A - B as A + (-B), if B is easily negated.
757
0ea5865c
KH
7582004-02-07 Kazu Hirata <kazu@cs.umass.edu>
759
760 * c-ppoutput.c, cfganal.c, diagnostic.h, print-rtl.c,
761 config/darwin.c, config/darwin.h, config/ia64/ia64-c.c,
762 config/m32r/linux.h, config/rs6000/ppc64-fp.c,
763 config/sparc/openbsd.h, doc/makefile.texi, doc/passes.texi:
764 Update copyright.
765
fb0840fc
KH
7662004-02-07 Kazu Hirata <kazu@cs.umass.edu>
767
768 * c-ppoutput.c, var-tracking.c: Fix comment typos.
769
468c45a3
JW
7702004-02-06 James E Wilson <wilson@specifixinc.com>
771
772 * config/ia64/linux.h (MD_FALLBACK_FRAME_STATE_FOR): Only define for
773 glibc 2.3 or better.
774
9c917669
KH
7752004-02-06 Kazu Hirata <kazu@cs.umass.edu>
776
777 * doc/tm.texi (TARGET_FLOAT_LIB_COMPARE_RETURNS_BOOL): Change
778 to FLOAT_LIB_COMPARE_RETURNS_BOOL.
779
fb7e4164
AM
7802004-02-07 Alan Modra <amodra@bigpond.net.au>
781
782 * config/rs6000/t-linux64 (LIB2FUNCS_EXTRA): Add darwin-ldouble.c.
783 (SHLIB_MAPFILES): Add libgcc-ppc64.ver.
784 (SHLIB_MKMAP_OPTS): Delete.
785 (TARGET_LIBGCC2_CFLAGS): Add -specs.
786 (bispecs): Add rule.
787 * config/rs6000/libgcc-ppc64.ver: New file.
788 * config/rs6000/ppc64-fp.c (__fixtfdi, __floatditf): New functions.
789 (__floatdidf, __floatdisf): Optimize multiply.
790 (__fixunstfdi): New function.
791 * config/rs6000/rs6000.c (rs6000_complex_function_value): Allow for
792 real and imag parts larger than one register.
793 (function_arg): Correct type of reg used when fp arg split partially
794 to stack.
795 * config/rs6000/darwin-ldouble.c: Protect with #if !_SOFT_FLOAT
796 and __MACH__ or __powerpc64__.
797
254878ea
RS
7982004-02-06 Roger Sayle <roger@eyesopen.com>
799 Ulrich Weigand <uweigand@de.ibm.com>
800
801 * builtins.c (expand_builtin_signbit): Use extract_bit_field instead
802 of gen_highpart or gen_lowpart when the floating point format is
803 wider than the result mode.
804
b1053160
AP
8052004-02-06 Andrew Pinski <pinskia@physics.uc.edu>
806
a6f78652 807 * dwarf2out.c (loclabel_num): Move into #ifdef
b1053160
AP
808 DWARF2_DEBUGGING_INFO.
809
25fe8680
ZL
8102004-02-06 Ziemowit Laski <zlaski@apple.com>
811
812 * objc/objc-act.c (build_super_template) the 'class' field of
813 'struct _objc_super' shall be named 'super_class' #ifdef OBJCPLUS.
814 (get_super_receiver): Likewise.
815
761fa0f7
KH
8162004-02-06 Kazu Hirata <kazu@cs.umass.edu>
817
818 * reload1.c (check_eliminable_occurrences): Optimize the reset
819 of can_eliminate.
820 (eliminate_regs_in_insn): Likewise.
821
0a2d3d69 8222004-02-06 Daniel Berlin <dberlin@dberlin.org>
a6f78652 823 Josef Zlomek <zlomekj@suse.cz>
0a2d3d69
DB
824
825 * dwarf2out.c (struct gcc_debug_hooks): Call dwarf2out_begin_function
826 at the beginning of function, call dwarf2out_var_location for
827 NOTE_INSN_VAR_LOCATION note.
828 (struct var_loc_node, struct var_loc_list_def, loclabel_num,
829 decl_loc_table): New.
830 (lookup_decl_loc): New function.
831 (add_var_loc_to_decl): New function.
832 (based_loc_descr): Added parameter can_use_fbreg, DW_OP_fbreg is used
833 only if can_use_fbreg.
834 (mem_loc_descriptor): Added parameter can_use_fbreg, pass it to other
835 functions.
836 (loc_descriptor): Likewise. Process VAR_LOCATION.
837 (concat_loc_descriptor): Call loc_descriptor with can_use_fbreg == true.
838 (loc_descriptor_from_tree): Call mem_loc_descriptor with
839 can_use_fbreg == true.
840 (add_location_or_const_value_attribute): Added parameter enum
841 dwarf_attribute attr, generate attribute ATTR. Create the location list.
842 (add_bound_info): Call loc_descriptor with can_use_fbreg == true.
843 (gen_formal_parameter_die): Call add_location_or_const_value_attribute
844 with attr == DW_AT_location.
845 (gen_subprogram_die): Generate the location list for DW_AT_frame_base
846 if frame_base_decl is defined and has a location list.
847 (gen_variable_die): Call add_location_or_const_value_attribute with
848 attr == DW_AT_location.
849 (dwarf2out_var_location): New function.
850 (dwarf2out_begin_function): New function.
851 (dwarf2out_init): Create decl_loc_table.
852
1f0db3df
UW
8532004-02-06 Ulrich Weigand <uweigand@de.ibm.com>
854
855 * loop.c (force_movables): Transitively increase the priorities of
856 all insns forces by an insn, not just the first one.
857
014a1138 8582004-02-06 Josef Zlomek <zlomekj@suse.cz>
a6f78652 859 Daniel Berlin <dberlin@dberlin.org>
014a1138
JZ
860
861 Josef Zlomek <zlomekj@suse.cz>
862 * Makefile.in (var-tracking.o): New.
863 * common.opt (fvar-tracking): New.
864 * flags.h (flag_var_tracking): New.
865 * gengtype.c (adjust_field_rtx_def): NOTE_INSN_VAR_LOCATION was added.
866 * opts.c (common_handle_option): Add OPT_fvar_tracking.
867 * print-rtl.c (print_rtx): NOTE_INSN_VAR_LOCATION was added.
a6f78652
ZW
868 * rtl.c (note_insn_name): Likewise.
869 * rtl.def (VAR_LOCATION): New.
870 * rtl.h (NOTE_VAR_LOCATION): New.
871 (NOTE_VAR_LOCATION_DECL): New.
872 (NOTE_VAR_LOCATION_LOC): New.
873 (enum insn_note): NOTE_INSN_VAR_LOCATION was added.
874 (variable_tracking_main): New exported function.
875 * timevar.def (TV_VAR_TRACKING): New.
876 * toplev.c (enum dump_file_index): Added DFI_vartrack.
877 (dump_file): "vartrack" was added (-dV).
878 (flag_var_tracking): New.
879 (f_options): "var-tracking" was added.
014a1138 880 (rest_of_handle_variable_tracking): New function.
a6f78652 881 (rest_of_compilation): Run variable tracking.
014a1138
JZ
882 (process_options): If user has not specified flag_var_tracking set it
883 according to optimize, debug_info_level and debug_hooks.
884 * tree.h (frame_base_decl): New.
a6f78652 885 * var-tracking.c: New file.
014a1138
JZ
886 * config/ia64/ia64.c (ia64_flag_var_tracking): New variable.
887 (ia64_override_options): Set flags to run variable tracking in machine
888 dependent reorg instead of toplev.c.
889 (ia64_reorg): Run variable tracking if wanted.
a6f78652 890 * doc/invoke.texi: Mention variable tracking in -dV,
014a1138 891 add and -fvar-tracking.
a6f78652 892 * doc/passes.texi: Added variable tracking pass.
014a1138
JZ
893
894 Daniel Berlin <dberlin@dberlin.org>
895 * debug.h (struct gcc_debug_hooks): Added var_location debug hook.
896 * dbxout.c (dbx_debug_hooks): Likewise.
897 (xcoff_debug): Likewise.
898 * debug.c (do_nothing_debug_hooks): Likewise.
899 * dwarf2out.c (dwarf2_debug_hooks): Likewise.
900 * dwarfout.c (dwarf_debug_hooks): Likewise.
901 * sdbout.c (sdb_debug_hooks): Likewise.
902 * vmsdbgout.c (vmsdbg_debug_hooks): Likewise.
a6f78652
ZW
903 * final.c (final_scan_insn): Call var_location debug hook for each
904 NOTE_INSN_VAR_LOCATION.
014a1138 905
298c28a8
JH
9062004-02-06 Jan Hubicka <jh@suse.cz>
907
908 * flow.c (update_life_info): Allocate reg_deaths when called from
909 scheudler.
910 (attempt_auto_inc): Update life ranges accordingly.
911
3199cb41
UW
9122004-02-06 Ulrich Weigand <uweigand@de.ibm.com>
913
914 PR debug/11816
915 * dwarf2out.c (gen_decl_die): Handle anonymous struct members.
916
1a6dd8a2
UW
9172004-02-06 Ulrich Weigand <uweigand@de.ibm.com>
918
919 * cfganal.c (flow_call_edges_add): Never split a libcall block.
920
1711adc2
DB
9212004-02-06 Daniel Berlin <dberlin@dberlin.org>
922
923 * dwarf2out.c (output_loc_list): Don't use deltas if we have
924 a separate line info table in use.
925 Use the correct size for terminators.
926 (output_die): Use offset, not delta.
927
b1e5a971
L
9282004-02-06 H.J. Lu <hongjiu.lu@intel.com>
929
930 * doc/invoke.texi: Remove the pni option from -mfpmath=.
931
736b64dd
JH
9322004-02-06 Jan Hubicka <jh@suse.cz>
933
934 * recog.c (split_all_insns): Do not update reg info.
935 * regrename.c (regrename_optimize): Likewise.
936 * toplev.c (rest_of_handle_reorder_blocks): Likewise.
937 * flow.c (struct propagate_block_info): Add insn_num field.
938 (reg_deaths): New array.
939 (life_analysis): Free reg_deaths info.
940 (allocate_reg_life_data): Allocate reg_deaths array.
941 (propagate_one_insn): Use new array.
942 (init_propagate_block): Initialize it.
943 (free_propagate_block_info): Finish compuation of
944 REG_LIVE_LENGTH
945 (attempt_auto_inc): Sanity check that REG_INFO is not
946 computed at same time.
947 (mark_used_regs): Update new array.
948
949 * reg-stack.c (subst_stack_regs): Unshare clobbers before
950 substitution.
951
eb457a7a
KH
9522004-02-06 Kazu Hirata <kazu@cs.umass.edu>
953
954 * config/s390/s390.md (*extendsiqi2_short_displ): Change to
955 *extendqisi2_short_displ.
956
0f6937fe
AM
9572004-02-06 Alan Modra <amodra@bigpond.net.au>
958
959 * doc/tm.texi (INIT_CUMULATIVE_ARGS): Update doco.
960 * calls.c (expand_call): Pass n_named_args to INIT_CUMULATIVE_ARGS.
961 (emit_library_call_value_1): Likewise pass nargs.
962 * expr.c (block_move_libcall_safe_for_call_parm): Pass 3 here.
963 * function.c (assign_parms): Pass -1 to INIT_CUMULATIVE_ARGS.
964 * config/rs6000/rs6000.c (init_cumulative_args): Use n_named_args
965 parameter instead of scanning TYPE_ARGS_TYPES to count args.
966 * config/rs6000/rs6000-protos.h (init_cumulative_args): Update
967 prototype.
968 * config/rs6000/rs6000.h (INIT_CUMULATIVE_ARGS): Pass extra arg.
969 (INIT_CUMULATIVE_INCOMING_ARGS): Set extra arg to 1000.
970 (INIT_CUMULATIVE_LIBCALL_ARGS): Set extra arg to 0.
971 * config/sh/sh.c (sh_output_mi_thunk): Pass 1 as n_named_args to
972 INIT_CUMULATIVE_ARGS.
973 * config/alpha/alpha.h (INIT_CUMULATIVE_ARGS): Update.
974 * config/alpha/unicosmk.h, config/alpha/vms.h, config/arc/arc.h,
975 config/arm/arm.h, config/avr/avr.h, config/c4x/c4x.h,
976 config/cris/cris.h, config/fr30/fr30.h, config/frv/frv.h,
977 config/h8300/h8300.h, config/i386/i386.h, config/i860/i860.h,
978 config/ia64/ia64.h, config/ip2k/ip2k.h, config/iq2000/iq2000.h,
979 config/iq2000/iq2000.c, config/m32r/m32r.h, config/m68hc11/m68hc11.h,
980 config/m68k/m68k.h, config/mcore/mcore.h, config/mips/mips.h,
981 config/mmix/mmix.h, config/mn10300/mn10300.h, config/ns32k/ns32k.h,
07711f53 982 config/pa/pa.h, config/pdp11/pdp11.h, config/s390/s390.h,
0f6937fe
AM
983 config/sh/sh.h, config/sparc/sparc.h, config/stormy16/stormy16.h,
984 config/v850/v850.h, config/vax/vax.h, config/xtensa/xtensa.h: Likewise.
985
11b635fe
KH
9862004-02-06 Kazu Hirata <kazu@cs.umass.edu>
987
988 * genemit.c (gen_exp) [CONST_INT]: Use const_int_rtx whenever
989 possible.
990
ace3ffcd
KH
9912004-02-06 Kazu Hirata <kazu@cs.umass.edu>
992
993 * reload1.c (eliminate_regs_in_insn): If a set has a REG_EQUAL
994 note containing (plus (reg) (const_int)), where reg is an
995 eliminable reg, then perform the register elimination without
996 depending on eliminate_regs().
997
78bc94a2
KH
9982004-02-06 Kazu Hirata <kazu@cs.umass.edu>
999
1000 * config/arc/arc.c (arc_return_in_memory): Check the return
1001 value of int_size_in_bytes against -1. Don't check
1002 TREE_ADDRESSABLE.
1003 * config/avr/avr.c (avr_return_in_memory): Check the return
1004 value of int_size_in_bytes against -1.
1005 * config/ip2k/ip2k.c (ip2k_return_in_memory): Likewise.
1006 * config/m68hc11/m68hc11.c (m68hc11_return_in_memory):
1007 Likewise.
1008 * config/mcore/mcore.c (mcore_return_in_memory): Likewise.
1009 * config/stormy16/stormy16.c (xstormy16_return_in_memory):
1010 Likewise.
1011
d8c2bed3
KH
10122004-02-06 Kazu Hirata <kazu@cs.umass.edu>
1013
1014 * config/frv/frv-protos.h: Remove the prototype for
1015 frv_setup_incoming_varargs.
1016 * config/frv/frv.c (TARGET_SETUP_INCOMING_VARARGS): New.
1017 (frv_setup_incoming_varargs): Make it static.
1018 * config/frv/frv.h (SETUP_INCOMING_VARARGS): Remove.
1019
3e29e2aa
KH
10202004-02-06 Kazu Hirata <kazu@cs.umass.edu>
1021
1022 * config/fr30/fr30-protos.h: Remove the prototype for
1023 fr30_setup_incoming_varargs.
1024 Update the prototypes for fr30_num_arg_regs and
1025 fr30_function_arg_partial_nregs.
1026 * config/fr30/fr30.c (TARGET_STRUCT_VALUE_RTX): New.
1027 (TARGET_SETUP_INCOMING_VARARGS): Likewise.
1028 (fr30_setup_incoming_varargs): Make it static.
1029 Add argument second_time. Don't do anything when second_time
1030 is nonzero.
1031 (fr30_num_arg_regs): Change the type of the first argument to
1032 enum machine_mode.
1033 (fr30_function_arg_partial_nregs): Change the type of the
1034 second argument to enum machine_mode.
1035 * config/fr30/fr30.h (STRUCT_VALUE): Remove.
1036 (SETUP_INCOMING_VARARGS): Remove.
1037
07ba2efb
KH
10382004-02-06 Kazu Hirata <kazu@cs.umass.edu>
1039
1040 * config/arc/arc-protos.h: Remove the prototype for
1041 arc_setup_incoming_varargs.
1042 * config/arc/arc.c (TARGET_ASM_EXTERNAL_LIBCALL): New.
1043 (TARGET_SETUP_INCOMING_VARARGS): Likewise.
1044 (arc_setup_incoming_varargs): Make it static.
1045 (arc_external_libcall): Likewise.
1046 * config/arc/arc.h (SETUP_INCOMING_VARARGS): Remove.
1047 Remove the commented-out definition of
1048 ASM_OUTPUT_EXTERNAL_LIBCALL.
1049
f4954ff1
ST
10502004-02-05 SUGIOKA Toshinobu <sugioka@itonet.co.jp>
1051
1052 * config/sh/t-linux (SHLIB_INSTALL): Prepend $$(DESTDIR)
1053 to $$(slibdir) in the installation commands.
1054
403c659c
DE
10552004-02-05 David Edelsohn <edelsohn@gnu.org>
1056
1057 * reload.c (refers_to_regno_for_reload_p): Index hard_regno_nregs
1058 with inner_regno, not regno.
1059 * rtlanal.c (refers_to_regno_p): Same.
1060
5b547172
KH
10612004-02-05 Kazu Hirata <kazu@cs.umass.edu>
1062
1063 * config.gcc: Remove i370 support.
1064
ce5c1cf3
KC
10652004-02-05 Kelley Cook <kcook@gcc.gnu.org>
1066
1067 * doc/install.texi: Update automake and autoconf version
1068 requirements. Note where to find gcj automake version.
1069
10702004-02-05 Kelley Cook <kcook@gcc.gnu.org>
1071
1072 * Makefile.in (generate-manpages): Move dependencies to ...
1073 (man): here.
1074 * doc/makefile.texi: Document new targets.
1075 * doc/sourcebuild.texi (Make-lang.in): Document new langhooks.
1076
02ba6b22
KC
10772004-02-05 Kelley Cook <kcook@gcc.gnu.org>
1078
1079 PR/13485
1080 Makefile.in (srcextra): Add a level of indirection to ...
1081 (gcc.srcextra): ... here.
1082 (po-generated): Delete.
1083 (po/$(PACKAGE).pot: Use srcextra instead of po-generated. Depend on
1084 options.c.
1085 (start.encap): Remove superfluous lang.srcextra dependency.
1086 objc/Make-lang.in (po-generated): Delete.
1087
66fcab25
KH
10882004-02-05 Kazu Hirata <kazu@cs.umass.edu>
1089
1090 * config/ia64/ia64.c (REG_GP): Remove.
1091
89a95129
RO
10922004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1093
1094 * config/mips/iris5gas.h (PREFERRED_DEBUGGING_TYPE): Define.
1095
9733d507
DP
10962004-02-05 Devang Patel <dpatel@apple.com>
1097
1098 * dwarf2out.c (force_type_die): Look up input type itself
1099 instead of root_type() of type.
a6f78652 1100
19796784
AK
11012004-02-05 Andreas Krebbel <krebbel1@de.ibm.com>
1102
1103 * config/s390/s390.md ("*tmqidi_ext"): New insn.
1104 ("*extendqidi2_short_displ", "*extendsiqi2_short_displ"): Old
1105 pre-reload splitters are transformed to post-reload
1106 define_insn_and_split patterns.
1107 ("*tmqisi_ext"): Renamed old "*tmqi_ext".
1108
136e64db
KH
11092004-02-05 Kazu Hirata <kazu@cs.umass.edu>
1110
1111 * config/cris/cris.h: Replace PROMOTE_PROTOTYPES with
1112 TARGET_PROMOTE_PROTOTYPES.
1113
839ee4bc
RO
11142004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1115
1116 PR middle-end/13750
1117 Revert:
1118 2004-01-15 Geoffrey Keating <geoffk@apple.com>
1119 PR pch/13361
1120 * c-typeck.c (constructor_asmspec): Delete.
1121 (struct initializer_stack): Delete field 'asmspec'.
1122 (start_init): Delete saving of asmspec.
1123 (finish_init): Don't update constructor_asmspec.
1124 * dwarf2out.c (rtl_for_decl_location): Duplicate string from tree.
1125 * stmt.c (expand_asm): Duplicate strings from tree.
1126 (expand_asm_operands): Likewise.
1127 * tree.c (tree_size): Update computation of size of STRING_CST.
1128 (make_node): Don't make STRING_CST nodes.
1129 (build_string): Allocate string with tree node.
1130 * tree.def (STRING_CST): Update comment.
1131 * tree.h (TREE_STRING_POINTER): Adjust for change to STRING_CST.
1132 (tree_string): Place contents of string in tree node.
1133 * config/sh/sh.c (sh_handle_sp_switch_attribute): Duplicate string
1134 from tree.
1135
687d688e
JM
11362004-02-05 Joseph S. Myers <jsm@polyomino.org.uk>
1137
1138 * diagnostic.h (DEFINE_DIAGNOSTIC_KIND): Change parameter M to
1139 msgid.
1140
20a20bf0
DN
11412004-02-05 Dorit Naishlos <dorit@il.ibm.com>
1142
1143 * config/rs6000/altivec.md (*movv4si_internal): At least one
1144 operand must be altivec_register_operand.
1145 (*movv8hi_internal1): Likewise.
1146 (*movv16qi_internal1): Likewise.
1147 (*movv4sf_internal1): Likewise.
1148
6b37db3c
DE
11492004-02-05 David Edelsohn <edelsohn@gnu.org>
1150
1151 * configure.ac (gcc_cv_as_powerpc_mfcrf): Correct test for mfcr.
1152 * configure: Regenerate.
1153
e0b24bce
JW
11542004-02-05 Jonathan Wakely <redi@gcc.gnu.org>
1155
1156 * doc/install.texi: Update description of --gxx-include-dir to
1157 give correct default value.
1158
2dca8ddb
KH
11592004-02-05 Kazu Hirata <kazu@cs.umass.edu>
1160
1161 * config/h8300/h8300.h (REG_OK_FOR_BASE_NONSTRICT_P): Replace
1162 8 with MAC_REG.
1163
92fd5e41
KH
11642004-02-05 Kazu Hirata <kazu@cs.umass.edu>
1165
1166 * config/pa/pa.c (emit_hpdiv_const): Replace gen_rtx with
1167 gen_rtx_PARALLEL.
1168
f822fcf7
KH
11692004-02-05 Kazu Hirata <kazu@cs.umass.edu>
1170
1171 * emit-rtl.c: Update the comment about the file.
1172
4ef84575
JM
11732004-02-05 Joseph S. Myers <jsm@polyomino.org.uk>
1174
1175 * sourcebuild.texi (Test Idioms): Update testcase naming
1176 conventions.
1177
8e9ea4d7
PB
11782004-02-04 Per Bothner <per@bothner.com>
1179
1180 Partially revert/redo 2003-10-01 change; fix -fworking-directory.
1181 * c-ppoutput.c (pp_dir_change): New function.
1182 * c-common.h (pp_dir_change): New declaration.
1183 * cpplib.h (struct cpp_options): Remove working_directory field.
1184 * cppinit.c (cpp_find_main_file, cpp_push_main_file): Merge back to
1185 (cpp_read_main_file): as before 10-01. Call _cpp_stack_file.
1186 Don't handle -fworking_directory here, but in c_common_post_options.
1187 (read_original_directory): Don't back up when done.
1188 Don't clear no-longer used working_directory flag.
1189 * cpplib.h: Update declarations to match.
1190 * c-lex.c (cb_dir_change): Move to c-opts.c.
1191 (init_c_lex): Don't set dir_change callback here, since we want
1192 to set it even if flag_preprocess_only.
1193 * c-opts.c (cb_dir_change): Function moved from c-lex.c.
1194 (c_common_post_options): Set dir_change callback.
1195 Call pp_dir_change if approporiate.
1196 (finish_options): Don't call cpp_find_main_file here. Hence remove
1197 unneeded parameter and result. Do LC_RENAME for <built-in>.
1198 (c_common_post_options): Call cpp_read_main_file here instead.
1199 (c_common_init): Update accordingly.
1200 (push_command_line_include): Don't cpp_push_main_file.
1201 Do LC_RENAME rather than LC_LEASE to get back to main file.
1202 Compared to pre-10-01 version, inline cpp_rename_to_main_file.
1203 (c_common_parse_file): Call cpp_read_main_file for subsequent main
1204 files, but call finish_options for all files.
1205 * c-opts.c (sanitize_cpp_opts): Don't set cpp_opts->working_directory.
1206 * fix-header.c (read_scan_file): Call cpp_read_main_file instead of
1207 cpp_find_main_file + cpp_push_main_file.
1208 * c-lex.c (fe_file_change): Don't set main_input_filename here.
1209 * opts.c (handle_options): Only set main_input_filename first time.
1210
5384443a
ILT
12112004-02-05 Ian Lance Taylor <ian@wasabisystems.com>
1212
1213 * config/arm/arm.h (REG_CLASS_NAMES): Add missing comma.
1214
3c241c19
GK
12152004-02-04 Geoffrey Keating <geoffk@apple.com>
1216
1217 * reload.c (find_equiv_reg): When checking for register overlap,
1218 don't index hard_regno_nregs with a pseudo-reg.
1219
a322288b
UW
12202004-02-04 Ulrich Weigand <uweigand@de.ibm.com>
1221
1222 * config/s390/s390.c (s390_trampoline_template): Remove gen_rtx().
1223
859b9c1d
DE
12242004-02-04 David Edelsohn <edelsohn@gnu.org>
1225
1226 * reload.c (refers_to_regno_for_reload_p): Test regno, not inner_regno,
1227 against FIRST_PSEUDO_REGISTER.
1228
7e63a64e
RO
12292004-02-04 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1230
1231 * Makefile.in: Move target, host overrides after per-language
1232 fragments.
1233
1234 * config/mips/t-iris5-as (FORCE_DEBUG_ADAFLAGS): Clear.
1235 (GNATLIBCFLAGS): Remove -g.
1236
5efb1046
KH
12372004-02-04 Kazu Hirata <kazu@cs.umass.edu>
1238
1239 * config/alpha/alpha.c, config/arc/arc.c, config/avr/avr.c,
1240 config/i386/i386.c, config/i386/i386.h, config/i386/i386.md,
1241 config/ia64/ia64.c, config/ia64/unwind-ia64.c,
1242 config/m32r/m32r.c, config/ns32k/ns32k.c, config/pa/pa.c,
1243 config/pdp11/pdp11.c, config/rs6000/rs6000.c,
1244 config/sparc/sparc.c, config/vax/vax.c: Revert the
1245 replacements of "FALLTHRU" with "Fall through" done in the
1246 previous patch.
1247
ff482c8d
KH
12482004-02-04 Kazu Hirata <kazu@cs.umass.edu>
1249
1250 * config/darwin.c, config/darwin.h, config/freebsd-spec.h,
1251 config/arm/arm.c, config/arm/arm.md,
1252 config/cris/cris-protos.h, config/fr30/fr30.c,
1253 config/fr30/fr30.h, config/h8300/h8300.c, config/i386/i386.h,
1254 config/i860/i860.c, config/i860/i860.h, config/ia64/ia64-c.c,
1255 config/ia64/ia64.c, config/ia64/ia64.h, config/ip2k/ip2k.h,
1256 config/ip2k/ip2k.md, config/ip2k/libgcc.S,
1257 config/m32r/linux.h, config/m32r/m32r.c, config/m32r/m32r.h,
1258 config/m68k/m68k.c, config/m68k/netbsd-elf.h,
1259 config/mips/mips.c, config/mmix/mmix.c, config/mmix/mmix.md,
1260 config/ns32k/netbsd.h, config/ns32k/ns32k.c,
1261 config/ns32k/ns32k.h, config/pdp11/pdp11.h,
1262 config/rs6000/darwin-ldouble.c, config/s390/s390.h,
1263 config/s390/s390.md, config/sparc/netbsd-elf.h,
1264 config/sparc/openbsd.h, config/sparc/sparc.c,
1265 config/xtensa/lib2funcs.S: Fix comment formatting.
1266
59b9a953
KH
12672004-02-04 Kazu Hirata <kazu@cs.umass.edu>
1268
1269 * config/alpha/alpha.c, config/arc/arc.c,
1270 config/arm/arm-cores.def, config/arm/arm.c, config/arm/arm.h,
1271 config/arm/arm1026ejs.md, config/arm/arm1136jfs.md,
1272 config/arm/arm926ejs.md, config/arm/vfp.md, config/avr/avr.c,
1273 config/c4x/c4x.c, config/cris/cris.c, config/frv/frv.md,
1274 config/i386/i386.c, config/i386/i386.h, config/i386/i386.md,
1275 config/ia64/ia64.c, config/ia64/unwind-ia64.c,
1276 config/iq2000/iq2000.c, config/m32r/m32r.c,
1277 config/mips/mips.c, config/mmix/mmix.c, config/mmix/mmix.h,
1278 config/ns32k/ns32k.c, config/pa/pa.c, config/pdp11/pdp11.c,
1279 config/rs6000/darwin-ldouble.c, config/rs6000/rs6000.c,
1280 config/rs6000/rs6000.h, config/sparc/sparc.c,
1281 config/vax/vax.c: Fix comment typos. Follow spelling
1282 conventions.
1283
e146f815
KH
12842004-02-04 Kazu Hirata <kazu@cs.umass.edu>
1285
1286 * alloc-pool.h, c-convert.c, c-lang.c, c-tree.h,
1287 caller-save.c, df.h, genconfig.c, global.c, lcm.c,
1288 ra-rewrite.c, ra.c, regclass.c, regs.h, resource.c,
1289 sched-rgn.c, config/arm/aof.h, config/arm/cirrus.md,
1290 config/arm/fpa.md, config/arm/iwmmxt.md,
1291 config/arm/netbsd-elf.h, config/arm/netbsd.h,
1292 config/m68hc11/m68hc11.md, config/mips/iris5.h,
1293 config/mn10300/mn10300.md, config/rs6000/altivec.md,
1294 config/sparc/netbsd-elf.h: Update copyright.
1295
e2a17f6e
EB
12962004-02-04 Eric Botcazou <ebotcazou@libertysurf.fr>
1297
1298 * config/sparc/sparc.c (function_arg_pass_by_reference): Return 1
1299 for all modes whose size is greater than 8 bytes if ARCH32.
1300 (sparc_va_arg): Handle all modes whose size is greater than 8 bytes
1301 by reference if ARCH32.
1302
e0cc7f73 13032004-02-04 Aldy Hernandez <aldyh@redhat.com>
a6f78652
ZW
1304
1305 * cgraphunit.c (cgraph_postorder): Fix typo in comment.
e0cc7f73 1306
7bdff56f
UW
13072004-02-04 Ulrich Weigand <uweigand@de.ibm.com>
1308
1309 * config/s390/s390.md ("*la_64" + peepholes, "reload_indi"): Move
1310 to before adddi3 insn patterns.
1311 ("*la_31" + peepholes, "*la_31_and", "*la_31_and_cc", "force_la_31",
1312 "reload_insi"): Move to before addsi3 insn patterns.
1313
dd292d0a
MM
13142004-02-04 Mark Mitchell <mark@codesourcery.com>
1315
1316 * calls.c (initialize_argument_information): Add CALL_FROM_THUNK_P
1317 parameter. Use it instead of current_function_is_thunk.
1318 * function.h (struct function): Update documentation for is_thunk.
1319 * tree.h (CALL_FROM_THUNK_P): New macro.
1320 * config/alpha/alpha.c (alpha_sa_mask): Do not check
1321 no_new_pseudos when testing current_function_is_thunk.
1322 * config/rs6000/rs6000.c (rs6000_ra_ever_killed): Likeiwse.
1323
c2379679
KH
13242004-02-04 Kazu Hirata <kazu@cs.umass.edu>
1325
1326 * doc/tm.texi: Replace SETUP_INCOMING_VARARGS with
1327 TARGET_SETUP_INCOMING_VARARGS.
1328
a2a8cc44
KH
13292004-02-04 Kazu Hirata <kazu@cs.umass.edu>
1330
1331 * emit-rtl.c (gen_rtx): Remove.
1332 * genattrtab.c: Don't mention gen_rtx in a comment.
1333 * rtl.h: Remove the prototype for gen_rtx.
1334 * doc/md.texi: Replace gen_rtx with gen_rtx_REG.
1335
f61c92c3
KH
13362004-02-04 Kazu Hirata <kazu@cs.umass.edu>
1337
1338 * config/arc/arc.h, config/fr30/fr30.h
1339 (SETUP_INCOMING_VARARGS): Remove the target-independent
1340 comments.
1341 * doc/tm.texi: Don't mention deprecated target macros.
1342
c35c17c1
KH
13432004-02-04 Kazu Hirata <kazu@cs.umass.edu>
1344
1345 * config/fr30/fr30.h (FUNCTION_VALUE): Remove the
1346 target-independent comment.
1347
cea28603
KH
13482004-02-04 Kazu Hirata <kazu@cs.umass.edu>
1349
1350 * doc/interface.texi, doc/tm.texi, doc/trouble.texi: Don't
1351 mention deprecated target macros.
1352
a4a4b1d3
KH
13532004-02-04 Kazu Hirata <kazu@cs.umass.edu>
1354
1355 * config.gcc: Remove obsolete ports and configurations.
1356 * config/linux-aout.h, config/netware.h,
1357 config/t-linux-gnulibc1, config/d30v/abi,
1358 config/d30v/d30v-protos.h, config/d30v/d30v.c,
1359 config/d30v/d30v.h, config/d30v/d30v.md,
1360 config/d30v/libgcc1.asm, config/d30v/t-d30v,
1361 config/dsp16xx/dsp16xx-modes.def,
1362 config/dsp16xx/dsp16xx-protos.h, config/dsp16xx/dsp16xx.c,
1363 config/dsp16xx/dsp16xx.h, config/dsp16xx/dsp16xx.md,
1364 config/i370/README, config/i370/i370-c.c,
1365 config/i370/i370-protos.h, config/i370/i370.c,
1366 config/i370/i370.h, config/i370/i370.md, config/i370/linux.h,
1367 config/i370/mvs.h, config/i370/oe.h, config/i370/t-i370,
1368 config/i386/freebsd-aout.h, config/i386/linux-aout.h,
1369 config/i386/moss.h, config/i386/netware.h,
1370 config/i386/svr3.ifile, config/i386/svr3dbx.h,
1371 config/i386/svr3gas.h, config/i386/svr3z.ifile,
1372 config/i386/t-udk, config/i386/udk.h, config/i386/vsta.h,
1373 config/i960/i960-c.c, config/i960/i960-coff.h,
1374 config/i960/i960-modes.def, config/i960/i960-protos.h,
1375 config/i960/i960.c, config/i960/i960.h, config/i960/i960.md,
1376 config/i960/rtems.h, config/i960/t-960bare,
1377 config/m68k/hp310.h, config/m68k/hp320.h,
1378 config/m68k/hp320base.h, config/m68k/m68kv4.h,
1379 config/m68k/netbsd.h, config/m68k/sgs.h, config/m68k/t-hp320:
1380 Remove.
1381 * doc/extend.texi, doc/install.texi, doc/invoke.texi,
1382 doc/md.texi: Remove mentions of obsolete ports.
1383
40e02b4a
JH
13842004-02-04 Jan Hubicka <jh@suse.cz>
1385
1386 * alias.c (find_base_term, get_addr): Do not dereference NULL
1387 pointer when all VALUE's locations has been invalidated.
1388 (rtx_equal_for_memref_p): Simplify checking of VALUEs.
1389
a6f78652 13902004-02-03 Wolfgang Bangerth <bangerth@dealii.org>
1c02f6f2
WB
1391
1392 * doc/invoke.texi (x86 options): Fix spelling/wording.
1393
584e5527
RS
13942004-02-03 Richard Sandiford <rsandifo@redhat.com>
1395
1396 * config/mips/iris5.h (ASM_OUTPUT_ASCII): Use mips_output_ascii to
1397 put the original string in a comment.
1398 * config/mips/mips-protos.h (mips_output_ascii): Add prefix argument.
1399 * config/mips/mips.c (mips_output_ascii): Likewise.
1400 * config/mips/mips.h (ASM_OUTPUT_ASCII): Adjust accordingly.
1401
9b2b3375
KH
14022004-02-03 Kazu Hirata <kazu@cs.umass.edu>
1403
1404 * system.h (GIV_SORT_CRITERION): Poison.
1405 * config/avr/avr.h (GIV_SORT_CRITERION): Remove.
1406 * config/ip2k/ip2k.h (GIV_SORT_CRITERION): Likewise.
1407
888d65b5
RS
14082004-02-03 Roger Sayle <roger@eyesopen.com>
1409
1410 PR target/9348
1411 * expr.c (expand_expr_real) <MULT_EXPR>: When performing widening
1412 multiplies with a multiplication of the wrong signedness, its the
1413 signedness of the multiplication that we've performed that needs to
1414 be passed to expand_mult_highpart_adjust. Avoid emitting a nop-move
1415 if expand_mult_highpart_adjust places the result in target.
1416
a8c0bbc7
RH
14172004-02-03 Richard Henderson <rth@redhat.com>
1418
1419 * varasm.c (const_desc_rtx_sym_eq): Compare symbol strings.
1420
a8f0f22e
R
14212004-02-03 J"orn Rennecke <joern.rennecke@superh.com>
1422
1423 * config.gcc (sh[234]l): Use little endian fragments.
1424
e621b588
PK
14252004-02-03 Paul Koning <pkoning@equallogic.com>
1426
1427 * config/pdp11/pdp11-modes.def: Add RESET_FLOAT_FORMAT calls.
1428 * config/pdp11/pdp11-protos.h (legitimate_const_double_p): Add.
1429 * config/pdp11/pdp11.c (encode_pdp11_f, decode_pdp11_f,
1430 encode_pdp11_d, decode_pdp11_d): New functions to handle PDP11
1431 floating point format.
1432 (pdp11_f_format, pdp11_d_format): New real_format descriptors for
1433 the above functions.
1434 (output_move_quad): Output float values in correct target format.
1435 (legitimate_const_double_p): New function.
1436 * config/pdp11/pdp11.h: Fix typos.
1437 (FLOAT_WORDS_BIG_ENDIAN): Add definition.
1438 (TARGET_FLOAT_FORMAT): Ditto.
1439 (pdp11_f_format, pdp11_d_format): Add external declarations.
1440 (MAX_REGS_PER_ADDRESS): Corrected.
1441 (LEGITIMATE_CONSTANT_P): Use legitimate_const_double_p().
1442 (PRINT_OPERAND): Output float literals in target format.
1443
5a98fa7b
MM
14442004-02-03 Mark Mitchell <mark@codesourcery.com>
1445
1446 PR c++/13975
1447 * tree.h (enum tree_index): Add TI_PUBLIC, TI_PROTECTED, and
1448 TI_PRIVATE.
1449 (access_public_node): Redefine.
1450 (access_protected_node): Likewise.
1451 (access_private_node): Likewise.
1452 * tree.c (build_common_tree_nodes): Create access_public_node,
1453 access_protected_node, and access_private_node.
1454
0263e6bf
SE
14552004-02-03 Steve Ellcey <sje@cup.hp.com>
1456
1457 * config/ia64/ia64.h (MASK_INLINE_INT_DIV_LAT): Change value.
1458 (MASK_INLINE_INT_DIV_THR): Ditto.
1459 (MASK_INLINE_SQRT_LAT): Ditto.
1460 (MASK_INLINE_SQRT_THR): Ditto.
1461 (MASK_DWARF2_ASM): Ditto.
1462 (MASK_EARLY_STOP_BITS): Ditto.
1463
9b66ebb1
PB
14642004-02-02 Paul Brook <paul@codesourcery.com>
1465
1466 Merge from csl-arm-branch.
1467
1468 2004-01-30 Paul Brook <paul@codesourcery.com>
1469
1470 * aof.h (REGISTER_NAMES): Add vfp reg names
1471 (ADDITIONAL_REGISTER_NAMES): Ditto.
1472 * aout.h (REGISTER_NAMES): Ditto.
1473 (ADDITIONAL_REGISTER_NAMES): Ditto.
1474 * arm-protos.h: Update/Add Prototypes.
1475 * arm.c (init_fp_table): Rename from init_fpa_table. Update users.
1476 Only allow 0.0 for VFP.
1477 (fp_consts_inited): Rename from fpa_consts_inited. Update users.
1478 (values_fp): Rename from values_fpa. Update Users.
1479 (arm_const_double_rtx): Rename from const_double_rtx_ok_for_fpa.
1480 Update users. Only check valid constants for this hardware.
1481 (arm_float_rhs_operand): Rename from fpa_rhs_operand. Update Users.
1482 Only allow consts for FPA.
1483 (arm_float_add_operand): Rename from fpa_add_operand. Update users.
1484 Only allow consts for FPA.
1485 (use_return_insn): Check for saved VFP regs.
1486 (arm_legitimate_address_p): Handle VFP DFmode addressing.
1487 (arm_legitimize_address): Ditto.
1488 (arm_general_register_operand): New function.
1489 (vfp_mem_operand): New function.
1490 (vfp_compare_operand): New function.
1491 (vfp_secondary_reload_class): New function.
1492 (arm_float_compare_operand): New function.
1493 (vfp_print_multi): New function.
1494 (vfp_output_fstmx): New function.
1495 (vfp_emit_fstm): New function.
1496 (arm_output_epilogue): Output VPF reg restore code.
1497 (arm_expand_prologue): Output VFP reg save code.
1498 (arm_print_operand): Add 'P'.
1499 (arm_hard_regno_mode_ok): Return modes for VFP regs.
1500 (arm_regno_class): Return classes for VFP regs.
1501 (arm_compute_initial_elimination_offset): Include space for VFP regs.
1502 (arm_get_frame_size): Ditto.
1503 * arm.h (FIXED_REGISTERS): Add VFP regs.
1504 (CALL_USED_REGISTERS): Ditto.
1505 (CONDITIONAL_REGISTER_USAGE): Enable VFP regs.
1506 (FIRST_VFP_REGNUM): Define.
1507 (LAST_VFP_REGNUM): Define.
1508 (IS_VFP_REGNUM): Define.
1509 (FIRST_PSEUDO_REGISTER): Include VFP regs.
1510 (HARD_REGNO_NREGS): Handle VFP regs.
1511 (REG_ALLOC_ORDER): Add VFP regs.
1512 (enum reg_class): Add VFP_REGS.
1513 (REG_CLASS_NAMES): Ditto.
1514 (REG_CLASS_CONTENTS): Ditto.
1515 (CANNOT_CHANGE_MODE_CLASS) Handle VFP Regs.
1516 (REG_CLASS_FROM_LETTER): Add 'w'.
1517 (EXTRA_CONSTRAINT_ARM): Add 'U'.
1518 (EXTRA_MEMORY_CONSTRAINT): Define.
1519 (SECONDARY_OUTPUT_RELOAD_CLASS): Handle VFP regs.
1520 (SECONDARY_INPUT_RELOAD_CLASS): Ditto.
1521 (REGISTER_MOVE_COST): Ditto.
1522 (PREDICATE_CODES): Add arm_general_register_operand,
1523 arm_float_compare_operand and vfp_compare_operand.
1524 * arm.md (various): Rename as above.
1525 (divsf3): Enable when TARGET_VFP.
1526 (divdf3): Ditto.
1527 (movdfcc): Ditto.
1528 (sqrtsf2): Ditto.
1529 (sqrtdf2): Ditto.
1530 (arm_movdi): Disable when TARGET_VFP.
1531 (arm_movsi_insn): Ditto.
1532 (movsi): Only split with general regs.
1533 (cmpsf): Use arm_float_compare_operand.
1534 (push_fp_multi): Restrict to TARGET_FPA.
1535 (vfp.md): Include.
1536 * vfp.md: New file.
1537 * fpa.md (various): Rename as above.
1538 * doc/md.texi: Document ARM w and U constraints.
1539
1540 2004-01-15 Paul Brook <paul@codesourcery.com>
1541
1542 * config.gcc: Add with_fpu. Allow with-float=softfp.
1543 * config/arm/arm.c (arm_override_options): Rename *-s to *s.
1544 Break out of loop when we find a float-abi. Fix typo.
1545 * config/arm/arm.h (OPTION_DEFAULT_SPECS): Add "fpu".
1546 Set -mfloat-abi=.
1547 * doc/install.texi: Document --with-fpu.
1548
1549 2003-01-14 Paul Brook <paul@codesourcery.com>
1550
1551 * config.gcc (with_arch): Add armv6.
1552 * config/arm/arm.h: Rename TARGET_CPU_*_s to TARGET_CPU_*s.
1553 * config/arm/arm.c (arm_overrride_options): Ditto.
1554
1555 2004-01-08 Richard Earnshaw <rearnsha@arm.com>
1556
1557 * arm.c (FL_ARCH3M): Renamed from FL_FAST_MULT.
1558 (FL_ARCH6): Renamed from FL_ARCH6J.
1559 (arm_arch3m): Renamed from arm_fast_multiply.
1560 (arm_arch6): Renamed from arm_arch6j.
1561 * arm.h: Update all uses of above.
1562 * arm-cores.def: Likewise.
1563 * arm.md: Likewise.
1564
1565 * arm.h (CPP_CPU_ARCH_SPEC): Emit __ARM_ARCH_6J__ define for armV6j,
1566 not arm6j. Add entry for arch armv6.
1567
1568 2004-01-07 Richard Earnshaw <rearnsha@arm.com>
1569
1570 * arm.c (arm_emit_extendsi): Delete.
1571 * arm-protos.h (arm_emit_extendsi): Delete.
1572 * arm.md (zero_extendhisi2): Also handle zero-extension of
1573 non-subregs.
1574 (zero_extendqisi2, extendhisi2, extendqisi2): Likewise.
1575 (thumb_zero_extendhisi2): Only match if not v6.
1576 (arm_zero_extendhisi2, thumb_zero_extendqisi2, arm_zero_extendqisi2)
1577 (thumb_extendhisi2, arm_extendhisi2, arm_extendqisi)
1578 (thumb_extendqisi2): Likewise.
1579 (thumb_zero_extendhisi2_v6, arm_zero_extendhisi2_v6): New patterns.
1580 (thumb_zero_extendqisi2_v6, arm_zero_extendqisi2_v6): New patterns.
1581 (thumb_extendhisi2_insn_v6, arm_extendhisi2_v6): New patterns.
1582 (thumb_extendqisi2_v6, arm_extendqisi_v6): New patterns.
1583 (arm_zero_extendhisi2_reg, arm_zero_extendqisi2_reg): Delete.
1584 (arm_extendhisi2_reg, arm_extendqisi2_reg): Delete.
1585 (arm_zero_extendhisi2addsi): Remove subreg. Add attributes.
1586 (arm_zero_extendqisi2addsi, arm_extendhisi2addsi): Likewise.
1587 (arm_extendqisi2addsi): Likewise.
1588
1589 2003-12-31 Mark Mitchell <mark@codesourcery.com>
1590
1591 Revert this change:
1592 * config/arm/arm.h (THUMB_LEGTITIMIZE_RELOAD_ADDRESS): Reload REG
1593 + REG addressing modes.
1594
1595 * config/arm/arm.h (THUMB_LEGTITIMIZE_RELOAD_ADDRESS): Reload REG
1596 + REG addressing modes.
1597
1598 2003-12-30 Mark Mitchell <mark@codesourcery.com>
1599
1600 * config/arm/arm.h (THUMB_LEGITIMATE_CONSTANT_P): Accept
1601 CONSTANT_P_RTX.
1602
1603 2003-30-12 Paul Brook <paul@codesourcery.com>
1604
1605 * longlong.h: protect arm inlines with !defined (__thumb__)
1606
1607 2003-30-12 Paul Brook <paul@codesourcery.com>
1608
1609 * config/arm/arm.h (TARGET_CPU_CPP_BUILTINS): Always define __arm__.
1610
1611 2003-12-30 Nathan Sidwell <nathan@codesourcery.com>
1612
1613 * builtins.c (expand_builtin_apply_args_1): Fix typo in previous
1614 change.
1615
1616 2003-12-29 Nathan Sidwell <nathan@codesourcery.com>
1617
1618 * builtins.c (expand_builtin_apply_args_1): Add pretend args size
1619 to the virtual incoming args pointer for downward stacks.
1620
1621 2003-12-29 Paul Brook <paul@codesourcery.com>
1622
1623 * config/arm/arm-cores.def: Add cost function.
1624 * config/arm/arm.c (arm_*_rtx_costs): New functions.
1625 (arm_rtx_costs): Remove
1626 (struct processors): Add rtx_costs field.
1627 (all_cores, all_architectures): Ditto.
1628 (arm_override_options): Set targetm.rtx_costs.
1629 (thumb_rtx_costs): New function.
1630 (arm_rtx_costs_1): Remove cases handled elsewhere.
1631 * config/arm/arm.h (processor_type): Add COSTS parameter.
1632
1633 2003-12-29 Nathan Sidwell <nathan@codesourcery.com>
1634
1635 * config/arm/arm.md (generic_sched): arm926 has its own scheduler.
1636 (arm926ejs.md): Include it.
1637 * config/arm/arm926ejs.md: New pipeline description.
1638
1639 2003-12-24 Paul Brook <paul@codesourcery.com>
1640
1641 * config/arm/arm.c (arm_arch6j): New variable.
1642 (arm_override_options): Set it.
1643 (arm_emit_extendsi): New function.
1644 * config/arm/arm-protos.h (arm_emit_extendsi): Add prototype.
1645 * config/arm/arm.h (arm_arch6j): Declare.
1646 * config/arm/arm.md: Add sign/zero extend insns.
1647
1648 2003-12-23 Paul Brook <paul@codesourcery.com>
1649
1650 * config/arm/arm.c (all_architectures): Add armv6.
1651 * doc/invoke.texi: Document it.
1652
1653 2003-12-19 Paul Brook <paul@codesourcery.com>
1654
1655 * config/arm/arm.md: Add load1 and load_byte "type" attrs. Modify
1656 insn patterns to match.
1657 * config/arm/arm-generic.md: Ditto.
1658 * config/arm/cirrus.md: Ditto.
1659 * config/arm/fpa.md: Ditto.
1660 * config/amm/iwmmxt.md: Ditto.
1661 * config/arm/arm1026ejs.md: Ditto.
1662 * config/arm/arm1135jfs.md: Ditto. Add insn_reservation and bypasses
1663 for 11_loadb.
1664
1665 2003-12-18 Nathan Sidwell <nathan@codesourcery.com>
1666
1667 * config/arm/arm-protos.h (arm_no_early_alu_shift_value_dep): Declare.
1668 * config/arm/arm.c (arm_adjust_cost): Check shift cost for
1669 TYPE_ALU_SHIFT and TYPE_ALU_SHIFT_REG.
1670 (arm_no_early_store_addr_dep, arm_no_early_alu_shift_dep,
1671 arm_no_early_mul_dep): Correctly deal with conditional execution,
1672 parallels and single shift operations.
1673 (arm_no_early_alu_shift_value_dep): Define.
1674 * arm.md (attr type): Replace 'normal' with 'alu',
1675 'alu_shift' and 'alu_shift_reg'.
1676 (attr core_cycles): Adjust.
1677 (*addsi3_carryin_shift, andsi_not_shiftsi_si, *arm_shiftsi3,
1678 *shiftsi3_compare0, *notsi_shiftsi, *notsi_shiftsi_compare0,
1679 *not_shiftsi_compare0_scratch, *cmpsi_shiftsi, *cmpsi_shiftsi_swp,
1680 *cmpsi_neg_shiftsi, *arith_shiftsi, *arith_shiftsi_compare0,
1681 *arith_shiftsi_compare0_scratch, *sub_shiftsi,
1682 *sub_shiftsi_compare0, *sub_shiftsi_compare0_scratch,
1683 *if_shift_move, *if_move_shift, *if_shift_shift): Set type
1684 attribute appropriately.
1685 * config/arm/arm1026ejs.md (alu_op): Adjust.
1686 (alu_shift_op, alu_shift_reg_op): New.
1687 * config/arm/arm1136.md: Add better bypasses for early
1688 registers. Remove load[234] and store[234] bypasses.
1689 (11_alu_op): Adjust.
1690 (11_alu_shift_op, 11_alu_shift_reg_op): New.
1691
1692 2003-12-15 Nathan Sidwell <nathan@codesourcery.com>
1693
1694 * config/arm/arm-protos.h (arm_no_early_store_addr_dep,
1695 arm_no_early_alu_shift_dep, arm_no_early_mul_dep): Declare.
1696 * config/arm/arm.c (arm_no_early_store_addr_dep,
1697 arm_no_early_alu_shift_dep, arm_no_early_mul_dep): Define.
1698 * config/arm/arm1026ejs.md: Add load-store bypass.
1699 * config/arm/arm1136jfs.md (11_alu_op): Take 2 cycles.
1700 Add bypasses between instructions.
1701
1702 2003-12-10 Paul Brook <paul@codesourcery.com>
1703
1704 * config/arm/arm.c (arm_fpu_model): New variable.
1705 (arm_fload_abi): New variable.
1706 (target_fpe_name): Rename from target_fp_name.
1707 (target_fpu_name): New variable.
1708 (arm_is_cirrus): Remove.
1709 (fpu_desc): New struct.
1710 (all_fpus): Define.
1711 (pf_model_for_fpu): Define.
1712 (all_loat_abis): Define.
1713 (arm_override_options): Set fp arch flags based on -mfpu=
1714 and -float-abi=.
1715 (FIRST_FPA_REGNUM): Rename from FIRST_ARM_FP_REGNUM.
1716 (LAST_FPA_REGNUM): Rename from LAST_ARM_FP_REGNUM.
1717 (*): Use new TARGET_* flags.
1718 * config/arm/arm.h (TARGET_ANY_HARD_FLOAT): Remove.
1719 (TARGET_HARD_FLOAT): No longer implies TARGET_FPA.
1720 (TARGET_SOFT_FLOAT): Ditto.
1721 (TARGET_SOFT_FLOAT_ABI): New.
1722 (TARGET_MAVERICK): Rename from TARGET_CIRRUS. No longer implies
1723 TARGET_HARD_FLOAT.
1724 (TARGET_VFP): No longer implies TARGET_HARD_FLOAT.
1725 (TARGET_OPTIONS): Add -mfpu=.
1726 (FIRST_FPA_REGNUM): Rename from FIRST_ARM_FP_REGNUM.
1727 (LAST_FPA_REGNUM): Rename from LAST_ARM_FP_REGNUM.
1728 (arm_pf_model): Define.
1729 (arm_float_abi_type): Define.
1730 (fputype): Add FPUTYPE_VFP. Change SOFT_FPA->NONE
1731 * config/arm/arm.md: Use new TARGET_* flags.
1732 * config/arm/cirrus.md: Ditto.
1733 * config/arm/fpa.md: Ditto.
1734 * config/arm/elf.h (ASM_SPEC): Pass -mfloat-abi= and -mfpu=.
1735 * config/arm/semi.h (ASM_SPEC): Ditto.
1736 * config/arm/netbsd-elf.h (SUBTARGET_ASM_FLOAT_SPEC): Specify vfp.
1737 (FPUTYPE_DEFAULT): Set to VFP.
1738 * doc/invoke.texi: Document -mfpu= and -mfloat-abi=.
1739
1740 2003-11-22 Phil Edwards <phil@codesourcery.com>
1741
1742 PR target/12476
1743 * config/arm/arm.c (arm_output_mi_thunk): In Thumb mode, use
1744 'bx' instead of 'b' to avoid branch range restrictions. Output
1745 the thunk immediately before the thunked-to function.
1746 * config/arm/arm.h (ARM_DECLARE_FUNCTION_NAME): Do not emit
1747 .thumb_func if a thunk is being generated. Emit .code 16 along
1748 with .thumb_func if a thunk is not being generated.
1749
1750 2003-11-15 Nicolas Pitre <nico@cam.org>
1751
1752 * config/arm/arm.md (ashldi3, arm_ashldi3_1bit, ashrdi3,
1753 arm_ashrdi3_1bit, lshrdi3, arm_lshrdi3_1bit): New patterns.
1754 * config/arm/iwmmxt.md (ashrdi3_iwmmxt): Renamed from ashrdi3.
1755 (lshrdi3_iwmmxt): Renamed from lshrdi3.
1756 * config/arm/arm.c (IWMMXT_BUILTIN2): Renamed argument accordingly.
1757
1758 2003-11-12 Steve Woodford <scw@wasabisystems.com>
1759 Ian Lance Taylor <ian@wasabisystems.com>
1760
1761 * config/arm/lib1funcs.asm (ARM_DIV_BODY, ARM_MOD_BODY): Add new
1762 code for __ARM_ARCH__ >= 5 && ! defined (__OPTIMIZE_SIZE__).
1763
1764 2003-11-05 Phil Edwards <phil@codesourcery.com>
1765
1766 * config/arm/arm.md (insn): Add new V6 instruction names.
1767 (generic_sched): New attr.
1768 * config/arm/arm-generic.md: Use generic_sched here.
1769 * config/arm/arm1026ejs.md: Do not model fetch/issue/decode
1770 stages of pipeline. Adjust latency counts accordingly.
1771 * config/arm/arm1136jfs.md: New file.
1772
1773 2003-10-28 Mark Mitchell <mark@codesourcery.com>
1774
1775 * config/arm/arm.h (processor_type): New enumeration type.
1776 (CPP_ARCH_DEFAULT_SPEC): Set appropriately for ARM 926EJ-S,
1777 ARM1026EJ-S, ARM1136J-S, and ARM1136JF-S processor cores.
1778 (CPP_CPU_ARCH_SPEC): Likewise.
1779 * config/arm/arm.c (arm_tune): New variable.
1780 (all_cores): Use cores.def.
1781 (all_architectures): Add representative processor.
1782 (arm_override_options): Restructure way in which tuning
1783 information is deduced.
1784 * arm.md: Update "insn" and "type" attributes throughout.
1785 (insn): New attribute.
1786 (type): Compute "mult" from "insn" attribute. Add load2,
1787 load3, load4 alternatives.
1788 (arm automaton): Move to arm-generic.md.
1789 * config/arm/arm-cores.def: New file.
1790 * config/arm/arm-generic.md: Likewise.
1791 * config/arm/arm1026ejs.md: Likewise.
1792
60b85c4c
EB
17932004-02-03 Eric Botcazou <ebotcazou@libertysurf.fr>
1794
1795 * doc/invoke.texi (SPARC options): Remove -mflat and
1796 all -mxxx (xxx:chip) options.
1797 * config/sparc/aout.h (DBX_REGISTER_NUMBER): Delete.
1798 * config/sparc/litecoff.h (DBX_REGISTER_NUMBER): Likewise.
1799 * config/sparc/netbsd-elf.h (DBX_REGISTER_NUMBER): Likewise.
1800 * config/sparc/sol2.h (DBX_REGISTER_NUMBER): Likewise.
1801 * config/sparc/sparc-protos.h: Delete sparc_flat_* prototypes.
1802 * config/sparc/sparc.c: Likewise.
1803 (sparc_output_function_prologue): Remove TARGET_FLAT handling.
1804 (sparc_nonflat_function_prologue): Rename into sparc_function_prologue.
1805 (sparc_output_function_epilogue): Remove TARGET_FLAT handling.
1806 (sparc_nonflat_function_epilogue): Rename into sparc_function_epilogue.
1807 (struct sparc_frame_info, current_frame_info, zero_frame_info): Delete.
1808 (sparc_flat_must_save_register_p): Likewise.
1809 (sparc_flat_compute_frame_size): Likewise.
1810 (sparc_flat_save_restore): Likewise.
1811 (sparc_flat_function_prologue): Likewise.
1812 (sparc_flat_function_epilogue): Likewise.
1813 (sparc_flat_epilogue_delay_slots): Likewise.
1814 (sparc_flat_eligible_for_epilogue_delay): Likewise.
1815 (sparc_function_ok_for_sibcall): Remove TARGET_FLAT handling.
1816 * config/sparc/sparc.h (MASK_FLAT, TARGET_FLAT): Delete.
1817 (TARGET_SWITCHES): Remove -mflat and all -mxxx (xxx:chip) options.
1818 (SPARC_INCOMING_INT_ARG_FIRST): Remove TARGET_FLAT handling.
1819 (CONDITIONAL_REGISTER_USAGE): Likewise.
1820 (FRAME_POINTER_REQUIRED): Likewise.
1821 (INITIAL_ELIMINATION_OFFSET): Likewise.
1822 (BASE_RETURN_VALUE_REG): Likewise.
1823 (BASE_OUTGOING_VALUE_REG): Likewise.
1824 (BASE_PASSING_ARG_REG): Likewise.
1825 (BASE_INCOMING_ARG_REG): Likewise.
1826 (INCOMING_REGNO): Likewise.
1827 (OUTGOING_REGNO): Likewise.
1828 (LOCAL_REGNO): Likewise.
1829 (DELAY_SLOTS_FOR_EPILOGUE): Likewise.
1830 (ELIGIBLE_FOR_EPILOGUE_DELAY): Likewise.
1831 (EPILOGUE_USES): Likewise.
1832 * config/sparc/sparc.md ("isa" attribute): Change "v6" into "v7".
1833 ("flat" attribute): Delete.
1834 (do_builtin_setjmp_setup): Remove TARGET_FLAT and "flat" attribute
1835 handling.
1836 (call followed by jump define_peephole's): Delete.
1837 (exception_receiver): Likewise.
1838 (builtin_setjmp_receiver): Likewise.
1839 * config/sparc/t-sparclite (MULTILIB_OPTIONS): Remove -mflat.
1840
e57e265b
PB
18412004-02-03 Paolo Bonzini <bonzini@gnu.org>
1842
1843 PR c/11658
1844 PR c/13994
1845 * Makefile.in (c-parse.o, c-convert.o, c-typeck.o): Depend
1846 on langhooks.h.
1847 * objc/Make-lang.in (objc-parse.o): Depend on langhooks.h.
1848 * c-parse.in, c-convert.c, c-typeck.c, objc/objc-act.c:
1849 Include langhooks.h. Replace c_common_truthvalue_conversion
1850 with the truthvalue_conversion language hook throughout.
1851 (expr_no_commas): Call default_conversion before save_expr
1852 for the first term of the production 'x ? : y'.
1853 * c-common.c (c_common_truthvalue_conversion): Remove
1854 obsolete block. Invoke recursively the hook instead
1855 of this function.
1856 * c-convert.c (convert): handle ERROR_MARK_NODE.
1857 * c-typeck.c (build_binary_op): handle ERROR_MARK_NODE
1858 returned by the truthvalue_conversion language hook.
1859 * c-lang.c (LANG_HOOKS_TRUTHVALUE_CONVERSION): Use
1860 c_objc_common_truthvalue_conversion.
1861 * c-objc-common.c (c_objc_common_truthvalue_conversion):
1862 New function.
1863 * c-tree.h (c_objc_common_truthvalue_conversion): Declare it.
1864 * objc/objc-lang.c (LANG_HOOKS_TRUTHVALUE_CONVERSION): Use
1865 c_objc_common_truthvalue_conversion.
1866
a7a2225a
KH
18672004-02-03 Kazu Hirata <kazu@cs.umass.edu>
1868
1869 * config/c4x/c4x.h (FUNCTION_VALUE): Use gen_rtx_REG instead
1870 of gen_rtx.
1871 (LIBCALL_VALUE): Likewise.
1872 * config/ip2k/ip2k.c (mdr_try_propagate_clr_sequence): Use
1873 gen_rtx_CC0 instead of gen_rtx.
1874 * config/m68hc11/m68hc11.c (m68hc11_emit_libcall): Use
1875 gen_rtx_fmt_e and gen_rtx_fmt_ee instead of gen_rtx.
1876 (m68hc11_expand_compare): Use gen_rtx_fmt_ee instead of
1877 gen_rtx.
1878 (m68hc11_emit_logical): Likewise.
1879
a556fd39
KH
18802004-02-03 Kazu Hirata <kazu@cs.umass.edu>
1881
1882 * config/alpha/alpha.c, config/arm/arm.c, config/c4x/c4x.c,
1883 config/fr30/fr30.md, config/frv/frv.c, config/frv/frv.md,
1884 config/h8300/h8300.c, config/ia64/ia64.c, config/ip2k/ip2k.md,
1885 config/m32r/m32r.md, config/m68hc11/m68hc11.c,
1886 config/mips/mips.md, config/mmix/mmix.c,
1887 config/mn10300/mn10300.c, config/mn10300/mn10300.md,
1888 config/ns32k/ns32k.c, config/pa/pa.md, config/pdp11/pdp11.c,
1889 config/rs6000/altivec.md, config/s390/s390.c,
1890 config/s390/s390.h, config/s390/s390.md, config/sh/sh.c,
1891 config/sh/sh.h, config/sh/sh.md, config/stormy16/stormy16.c:
1892 Use const0_rtx instead of GEN_INT (0). Do the same for other
1893 constants that are readily available.
1894
60c81c89
KH
18952004-02-03 Kazu Hirata <kazu@cs.umass.edu>
1896
1897 * doloop.c, optabs.c, regmove.c, sched-deps.c,
1898 config/i386/i386.c, config/i386/i386.md: Use const0_rtx
1899 instead of GEN_INT (0). Do the same for other constants that
1900 are readily available.
1901
2fb00d7f
KH
19022004-02-03 Kazu Hirata <kazu@cs.umass.edu>
1903
1904 * combine.c (simplify_set): Use gen_rtx_fmt_e instead of
1905 gen_rtx.
1906 * emit-rtl.c (init_emit_once): Use gen_rtx_PC and gen_rtx_CC0
1907 instead of gen_rtx.
1908 * reload1.c (init_elim_table): Use gen_rtx_fmt_e instead of
1909 gen_rtx.
1910 * config/ns32k/ns32k.md (udivmodhi4): Use gen_rtx_IOR and
1911 gen_rtx_ASHIFT instead of gen_rtx.
1912 (udivmodqi4): Likewise.
1913
b0dccb00
RH
19142004-02-02 Richard Henderson <rth@redhat.com>
1915
a6f78652
ZW
1916 PR target/13789
1917 * expr.c (store_expr): Use force_operand before emit_move_insn.
b0dccb00 1918
3168cb99
JL
19192004-02-02 Jeff Law <law@redhat.com>
1920 Roger Sayle <roger@eyesopen.com>
1921
1922 * tree.c (commutative_tree_code, associative_tree_code): New
1923 functions.
1924 (iterative_hash_expr): Use commutative_tree_code.
1925 * tree.h (commutative_tree_code, associative_tree_code): Declare.
1926 * fold-const.c (operand_equal_p): Use commutative_tree_code
1927 rather than inlining the commutativity check.
1928 (fold): Likewise.
1929
040333a7
KH
19302004-02-02 Kazu Hirata <kazu@cs.umass.edu>
1931
1932 * system.h (FUNCTION_ARG_KEEP_AS_REFERENCE): Poison.
1933 * config/frv/frv-protos.h: Remove the prototype for
1934 frv_function_arg_keep_as_reference.
1935 * config/frv/frv.c (frv_function_arg_keep_as_reference):
1936 Remove.
1937 * config/frv/frv.h (FUNCTION_ARG_KEEP_AS_REFERENCE): Likewise.
1938 * config/stormy16/stormy16.h: Remove the commented-out
1939 definition of FUNCTION_ARG_KEEP_AS_REFERENCE.
1940
79d69d75
AM
19412004-02-03 Alan Modra <amodra@bigpond.net.au>
1942
1943 PR target/13914
1944 * config/rs6000/linux64.h (MD_FALLBACK_FRAME_STATE_FOR): Use ap
1945 for retaddr_column.
1946
600555f5
KH
19472004-02-02 Kazu Hirata <kazu@cs.umass.edu>
1948
1949 * genemit.c (gen_exp): Generate gen_rtx_fmt_e* instead of
1950 gen_rtx.
1951
16dd5cfe 19522004-02-02 Eric Christopher <echristo@redhat.com>
a6f78652 1953 Zack Weinberg <zack@codesourcery.com>
16dd5cfe
EC
1954
1955 * c-opts.c (c_common_handle_option): Add -finput-charset.
a6f78652
ZW
1956 * c.opt: Ditto.
1957 * cppcharset.c (one_iso88591_to_utf8): Remove.
1958 (convert_iso88591_utf8): Ditto.
1959 (conversion_tab): Remove 8859-1 converter.
1960 (_cpp_input_to_utf8): Remove.
1961 (_cpp_init_iconv_buffer): Ditto.
1962 (_cpp_close_iconv_buffer): Ditto.
1963 (_cpp_convert_input): New function.
1964 (_cpp_default_encoding): Ditto.
1965 * cpphash.h: Add/remove prototypes for above.
1966 * cppfiles.c (read_file_guts): Use _cpp_convert_input.
1967 * cppinit.c (cpp_create_reader): Use _cpp_default_encoding
1968 for narrow execution and input character sets.
1969 * cpplib.c (cpp_push_buffer): Delete uses of removed functions.
1970 * doc/cppopts.texi: Document -finput-charset.
16dd5cfe 1971
8ad0d964
DE
19722004-02-02 David Edelsohn <edelsohn@gnu.org>
1973
1974 * rtlanal.c (refers_to_regno_p): Test regno, not inner_regno,
1975 against FIRST_PSEUDO_REGISTER.
1976
238b11b5
EB
19772004-02-02 Eric Botcazou <ebotcazou@libertysurf.fr>
1978
1979 * doc/invoke.texi (SPARC options): Further improve.
1980
0f4c242b
KH
19812004-02-02 Kazu Hirata <kazu@cs.umass.edu>
1982
1983 * config/arm/arm.md, config/c4x/c4x.md, config/cris/cris.md,
1984 config/h8300/h8300.c, config/ip2k/ip2k.md,
1985 config/iq2000/iq2000.c, config/mips/mips.c,
1986 config/rs6000/rs6000.c, config/rs6000/rs6000.md,
1987 config/sh/sh.c, config/sh/sh.md, config/stormy16/stormy16.c,
1988 config/v850/v850.md: Fix indentation.
1989
d560b0aa
EB
19902004-02-02 Eric Botcazou <ebotcazou@libertysurf.fr>
1991
1992 * config/sparc/sparc.c (function_arg_slotno): Align TImode
1993 arguments on a 16-byte boundary in the parameter array if ARCH64.
1994 Split handling of TFmode.
1995
6f626d1b
PB
19962004-02-02 Paolo Bonzini <bonzini@gnu.org>
1997
1998 * rtlanal.c (reg_overlap_mentioned_p) [!ENABLE_CHECKING]:
1999 Don't test CONSTANT_P (x).
2000 (reg_overlap_mentioned_p): Merge check for STRICT_LOWPART,
2001 ZERO_EXTRACT, SIGN_EXTRACT with the switch statement.
2002 Fix misindentation.
2003
e789e9c4
EB
20042004-02-02 Eric Botcazou <ebotcazou@libertysurf.fr>
2005
2006 * doc/invoke.texi (SPARC options): Document that -mflat is deprecated.
2007
1c563bed
KH
20082004-02-02 Kazu Hirata <kazu@cs.umass.edu>
2009
2010 * config/arc/arc.md, config/arm/arm.c, config/arm/arm.md,
2011 config/c4x/c4x.c, config/c4x/c4x.md, config/cris/cris.md,
2012 config/frv/frv.c, config/h8300/h8300.c, config/ip2k/ip2k.md,
2013 config/iq2000/iq2000.c, config/m32r/m32r.c,
2014 config/mcore/mcore.c, config/mips/mips.c, config/mmix/mmix.md,
2015 config/mn10300/mn10300.c, config/rs6000/rs6000.c,
2016 config/rs6000/rs6000.md, config/sh/sh.c, config/sh/sh.md,
2017 config/stormy16/stormy16.c, config/v850/v850.md,
2018 config/xtensa/xtensa.c: Replace gen_rtx with gen_rtx_fmt_e*.
2019
67245ad3
KH
20202004-02-01 Kazu Hirata <kazu@cs.umass.edu>
2021
2022 * config/mcore/mcore.c (block_move_sequence): Replace
2023 gen_rtx_CONST_INT with GEN_INT.
2024
66fd46b6
JH
20252004-02-02 Jan Hubicka <jh@suse.cz>
2026
2027 * alias.c (record_set): Use hard_regno_nregs.
2028 * bt-load.c (find_btr_reference, note_btr_set): Likewise.
2029 * builtins.c (apply_args_size): Likewise.
2030 * caller-save.c (setup_save_areas, save_call_clobbered_regs,
2031 mark_set_regs, add_stored_regs, mark_referenced_regs,
2032 insert_restore, insert_save, insert_one_insn): Likewise.
2033 * cfgcleanup.c: Include regs.h
2034 (mark_effect, mentions_nonequal_regs): Likewise.
2035 * cfgrtl.c (mark_killed_regs): Likewise
2036 * combine.c (update_table_tick, record_value_for_reg,
2037 record_dead_and_set_regs, get_last_value_validate, use_crosses_set_p,
2038 reg_dead_at_p_1, reg_dead_at_p, mark_used_regs_combine, move_deaths,
2039 reg_bitfield_target_p, distribute_notes): Likewise.
2040 * cse.c (mention_regs, insert, invalidate, invalidate_for_call,
2041 exp_equiv_p, cse_insn): Likewise.
2042 * cselib.c (cselib_lookup): Likewise.
2043 (cselib_invalidate_regno, cselib_record_set): Likewise.
2044 * df.c (df_ref_record): Likewise.
2045 * dwarf2out.c (reg_loc_descriptor, multiple_reg_loc_descriptor):
2046 Likewise.
2047 * flow.c (mark_reg, insn_dead_p, mark_set_1, mark_used_reg,
2048 count_or_remove_death_notes_bb): Likewise.
2049 * function.c (aggregate_value_p, keep_stack_depressed): Likewise.
2050 * gloval.c (global_alloc, find_reg, mark_reg_store, mark_reg_conflicts,
2051 mark_reg_death, set_preference, reg_becomes_live, reg_dies): Likewise.
2052 * integrate.c (mark_stores): Likewise.
2053 * jump.c (delete_prior_computation): Likewise.
2054 * lcm.c (reg_dies, reg_becomes_live): Likewise.
2055 * local-alloc.c (combine_regs, find_free_reg, post_mark_life): Likewise.
2056 * loop.c (LOOP_REGNO_NREGS): Likewise.
2057 * postreload.c (reload_combine, reload_combine_note_store,
2058 reload_combine_note_use, reload_cse_move2add, move2add_note_store): Likewise.
2059 * ra-colorize.c (combine, color_usable_p, get_free_reg,
16dd5cfe 2060 calculate_dont_begin, calculate_dont_begin, colorize_one_web,
66fd46b6
JH
2061 try_recolor_web, insert_coalesced_conflicts, check_colors,
2062 break_precolored_alias): Likewise.
2063 * ra-debug.c: Include regs.h
2064 (ra_print_rtx_object): Likewise.
2065 * ra-rewrite (choose_spill_colors): Likewise.
2066 (spill_same_color_p, update_spill_colors, spill_is_free): Likewise.
2067 * ra.c (init_ra): Likewise.
2068 * recog.c (reg_fits_class_p, peep2_reg_dead_p,
2069 peep2_find_free_register): Likewise.
2070 * reg-stack.c (subst_stack_regs_pat, convert_regs_exit): Likewise.
2071 * regclass.c (hard_regno_nregs): New array.
2072 (init_reg_modes_once): Initialize it.
2073 (choose_hard_reg_mode): Use it.
2074 (record_reg_classes): Likewise.
2075 * regmove.c (mark_flags_life_zones): Likewise.
2076 * regrename.c (note_sets, clear_dead_regs, regrename_optimize,
2077 scan_rtx_reg, dump_def_use_chain, kill_value, set_value_regno,
2078 copy_value, maybe_mode_change, find_oldest_value_reg,
2079 copyprop_hardreg_forward_1):
2080 * regs.h (hard_regno_nregs): Declare.
2081 * realod.c (reload_inner_reg_of_subreg): Use it.
2082 (push_reload, combine_reloads, find_dummy_reload,
2083 hard_reg_set_here_p, operands_match_p, decompose, find_reloads,
2084 refers_to_regno_for_reload_p, find_equiv_reg, regno_clobbered_p,
2085 reload_adjust_reg_for_mode): Likewise.
2086 * reload1.c (compute_use_by_pseudos, count_pseudo,
2087 count_spilled_pseudo, find_reg, find_reload_regs, mark_home_live,
2088 spill_hard_reg, forget_old_reloads_1, mark_reload_reg_in_use,
2089 clear_reload_reg_in_use, reload_reg_free_for_value_p, free_for_value_p
2090 allocate_reload_reg, choose_reload_regs, emit_reload_insns,
2091 delete_output_reload): Likewise.
2092 * resource.c (update_live_status, mark_referenced_resources,
2093 mark_set_resources, mark_target_live_regs): Likewise.
2094 * rtlanal.c: Include regs.h
2095 (refers_to_regno_p, reg_overlap_mentioned_p, dead_or_set_p,
2096 dead_or_set_regno_p, find_regno_note, find_reg_fusage,
2097 subreg_regno_offset, subreg_offset_representable_p,
2098 hoist_test_store): Likewise.
2099 * sched-deps.c (sched_analyze_1, sched_analyze_2): Likewise.
2100 * sched-rgn.c (check_live_1, update_live_1): Likewise.
2101 * stmt.c: Include regs.h
2102 (decl_conflicts_with_clobbers_p): Likewise.
2103 * varasm.c (make_decl_rtl): Likewise.
2104 * Makefile.in (cfgcleanup.o, rtlanal.o, ra-debug.o): Add regs.h dependnecy.
2105
f1c25d3b
KH
21062004-02-01 Kazu Hirata <kazu@cs.umass.edu>
2107
2108 * config/arm/arm.c, config/arm/arm.h, config/arm/arm.md,
2109 config/arm/linux-gas.h, config/arm/netbsd-elf.h,
2110 config/arm/netbsd.h, config/arm/pe.c, config/avr/avr.c,
2111 config/avr/avr.h, config/avr/avr.md, config/c4x/c4x.h,
2112 config/cris/cris.h, config/fr30/fr30.h, config/frv/frv.c,
2113 config/frv/frv.h, config/ip2k/ip2k.c, config/iq2000/iq2000.c,
2114 config/iq2000/iq2000.h, config/m32r/m32r.c,
2115 config/m68hc11/m68hc11.c, config/m68hc11/m68hc11.h,
2116 config/m68hc11/m68hc11.md, config/m68k/m68k.md,
2117 config/mcore/mcore.c, config/mcore/mcore.h,
2118 config/mcore/mcore.md, config/mips/mips.c,
2119 config/ns32k/ns32k.h, config/ns32k/ns32k.md,
2120 config/rs6000/rs6000.c, config/s390/s390.c,
2121 config/s390/s390.md, config/sparc/sparc.c, config/v850/v850.c,
2122 config/xtensa/xtensa.h, config/xtensa/xtensa.md: Replace
2123 "gen_rtx (FOO, " with "gen_rtx_FOO (".
2124
e0a24727
KH
21252004-02-01 Kazu Hirata <kazu@cs.umass.edu>
2126
2127 * config/h8300/h8300.md (two peephole2's): New.
2128
5202c5fe
EB
21292004-02-01 Eric Botcazou <ebotcazou@libertysurf.fr>
2130
2131 * config/sparc/sol2-bi.h: Handle TARGET_CPU_ultrasparc3.
2132 (CPP_CPU_SPEC): Handle -mcpu=ultrasparc3.
2133 (ASM_CPU_SPEC): Likewise
2134 * config/sparc/sol2.h: Handle TARGET_CPU_ultrasparc3.
2135 (ASM_CPU_SPEC): Remove -mcpu=v8plus. Handle -mcpu=ultrasparc3.
2136
13b59849
RS
21372004-02-01 Roger Sayle <roger@eyesopen.com>
2138
2139 * builtins.c (expand_builtin_pow): If flag_unsafe_math_optimizations
2140 isn't set, don't call expand_builtin_mathfn_2 to use the pow optab.
2141 (expand_builtin): Always call expand_builtin_pow.
2142
ef79730c
RS
21432004-02-01 Roger Sayle <roger@eyesopen.com>
2144
2145 * builtins.def (BUILT_IN_SIGNBIT, BUILT_IN_SIGNBITF,
2146 BUILT_IN_SIGNBITL): New GCC builtins.
2147 * builtins.c (expand_builtin_signbit): New function to RTL expand
2148 calls to signbit, signbitf and signbitl as inline intrinsics.
2149 (expand_builtin): Call expand_builtin_signbit for BUILT_IN_SIGNBIT*.
2150 (fold_builtin_signbit): New function to perform constant folding
2151 of signbit, signbitf and signbitl.
2152 (fold_builtin): Call fold_builtin_signbit for BUILT_IN_SIGNBIT*.
2153
2154 * doc/extend.texi: Document new signbit{,f,l} builtins.
2155
a80cdb0f
RS
21562004-02-01 Richard Sandiford <rsandifo@redhat.com>
2157
2158 * config/mips/mips.md (adddi3_internal_2): Remove superfluous %s.
2159
2efe2033
CD
21602004-02-01 Chris Demetriou <cgd@broadcom.com>
2161
2162 * config/mips/mips.h (PREDICATE_CODES): Remove entries for
2163 "mips_const_double_ok" and "simple_memory_operand", which were
2164 removed from the MIPS port with the mips-3_4-rewrite branch merge.
2165 * config/mips/mips.c (mips16_lay_out_constants): Update comment
2166 for removal of simple_memory_operand.
2167
d37eb705
KH
21682004-01-31 Kazu Hirata <kazu@cs.umass.edu>
2169
2170 * config/c4x/c4x.md: Use GEN_INT instead of
2171 gen_rtx (CONST_INT, ...).
2172
fadeed3b
RH
21732004-01-31 Richard Henderson <rth@redhat.com>
2174
2175 * varasm.c (output_constant_pool): Don't zap the pool.
2176
ccdc1703
KH
21772004-01-31 Kazu Hirata <kazu@cs.umass.edu>
2178
2179 * genrecog.c (decision_type): Add DT_const_int.
2180 (write_cond) [DT_const_int]: Print a comparison against small
2181 constant.
2182 (write_node): Simplify comparisons against small constants
2183 before printing tests.
16dd5cfe 2184
aeba8f80
KH
21852004-01-31 Kazu Hirata <kazu@cs.umass.edu>
2186
2187 * config/m32r/m32r.c (m32r_load_pic_register): Use GEN_INT
2188 instead of gen_rtx_CONST_INT.
2189
400ce94c
KH
21902004-01-31 Kazu Hirata <kazu@cs.umass.edu>
2191
2192 * config/xtensa/xtensa.h (DYNAMIC_CHAIN_ADDRESS): Use GEN_INT
2193 instead of gen_rtx_CONST_INT.
2194
8dfa8fcd
KH
21952004-01-31 Kazu Hirata <kazu@cs.umass.edu>
2196
2197 * target-def.h (TARGET_STRICT_ARGUMENT_NAMING): Define as
2198 hook_bool_CUMULATIVE_ARGS_false.
2199 * targhooks.c (default_strict_argument_naming): Rename to
2200 hook_bool_CUMULATIVE_ARGS_false.
2201 * targhooks.h: Update the prototype for
2202 default_strict_argument_naming.
2203
c0d4e710
KH
22042004-01-31 Kazu Hirata <kazu@cs.umass.edu>
2205
2206 * config/sh/sh.c: Replace "gen_rtx (FOO, " with "gen_rtx_FOO (".
2207 * config/sh/sh.h: Likewise.
2208 * config/sh/sh.md: Likewise.
2209
fdf064f2
EB
22102004-01-31 Eric Botcazou <ebotcazou@libertysurf.fr>
2211
2212 * doc/invoke.texi (SPARC options): Restructure and update.
2213
b602b7b6
KH
22142004-01-31 Kazu Hirata <kazu@cs.umass.edu>
2215
2216 * system.h (PROMOTE_FUNCTION_ARGS, STRUCT_VALUE_INCOMING, and
2217 STRICT_ARGUMENT_NAMING): Poison.
2218 * target-def.h (TARGET_PROMOTE_FUNCTION_ARGS): Define as
2219 hook_bool_tree_false.
2220 * targhooks.c (default_promote_function_args): Remove.
2221 (default_struct_value_rtx): Don't use STRUCT_VALUE_INCOMING.
2222 Don't check incoming.
2223 (default_strict_argument_naming): Don't use
2224 STRICT_ARGUMENT_NAMING.
2225 * targhooks.h: Remove the prototype for
2226 default_promote_function_args.
2227
a0524eb3
KH
22282004-01-31 Kazu Hirata <kazu@cs.umass.edu>
2229
2230 * config/i386/i386-protos.h: Remove the prototype for
2231 ix86_setup_incoming_varargs.
2232 * config/i386/i386.c (TARGET_SETUP_INCOMING_VARARGS): New.
2233 (ix86_setup_incoming_varargs): Make it static.
2234 * config/i386/i386.h (SETUP_INCOMING_VARARGS): Remove.
2235
a457ee07
KH
22362004-01-31 Kazu Hirata <kazu@cs.umass.edu>
2237
2238 * alloc-pool.c: Fix comment typos.
2239 * builtin-types.def: Likewise.
2240 * builtins.def: Likewise.
2241 * c-pretty-print.c: Likewise.
2242 * df.h: Likewise.
2243 * reload1.c: Likewise.
2244
a451b0bd
KH
22452004-01-31 Kazu Hirata <kazu@cs.umass.edu>
2246
2247 * doc/invoke.texi: Follow spelling conventions.
2248 * doc/tm.texi: Likewise.
2249
e53e0c56
KH
22502004-01-31 Kazu Hirata <kazu@cs.umass.edu>
2251
2252 * doc/install.texi: Fix typos.
2253 * doc/invoke.texi: Likewise.
2254
025b17a4
UW
22552004-01-31 Ulrich Weigand <uweigand@de.ibm.com>
2256
2257 * config/s390/s390.c (s390_decompose_address): Do not treat virtual
2258 registers as pointers.
2259 * config/s390/s390.md ("*la_31" second peephole2): Fix incorrect mode.
2260
4de249d9
PB
22612004-01-31 Paolo Bonzini <bonzini@gnu.org>
2262
2263 * combine.c (cse_main): Set gen_lowpart to gen_lowpart_for_combine
2264 and restore it to gen_lowpart_general on exit.
2265 (gen_lowpart_for_combine): Adjust all callers to go through
2266 gen_lowpart.
2267 * cse.c (cse_main): Set gen_lowpart to gen_lowpart_if_possible
2268 and restore it to gen_lowpart_general on exit.
2269 (gen_lowpart_if_possible): Adjust all callers to go through
2270 gen_lowpart.
2271 * emit-rtl.c (gen_lowpart_general): New name of gen_lowpart.
2272 (gen_lowpart): Declare as pointer to function, initialized to
2273 gen_lowpart_general.
2274 * rtl.h (gen_lowpart): Declare as pointer to function.
2275
f84d109f
KH
22762004-01-31 Kazu Hirata <kazu@cs.umass.edu>
2277
2278 * bt-load.c: Replace "gen_rtx (FOO, " with "gen_rtx_FOO (".
2279 * calls.c: Likewise.
2280 * emit-rtl.c: Likewise.
2281 * function.c: Likewise.
2282 * reload1.c: Likewise.
2283 * config/i386/cygming.h: Likewise.
2284 * config/i386/i386.c: Likewise.
2285 * config/i386/winnt.c: Likewise.
2286
354b7da5
DH
22872004-01-30 Dara Hazeghi <dhazeghi@yahoo.com>
2288
2289 PR bootstrap/9249
2290 * doc/install.texi: document --enable-__cxa_atexit option.
2291 * configure.ac: Disable __cxa_atexit if not supported.
2292 * configure: Regenerate.
2293
9781b6da
DB
22942003-01-30 Daniel Berlin <dberlin@dberlin.org>
2295
2296 * ggc-zone.c (ggc_free): New function.
2297
283334f0
KH
22982004-01-30 Kazu Hirata <kazu@cs.umass.edu>
2299
2300 alloc-pool.c, c-lex.c, c-pragma.h, c-semantics.c, cfghooks.c,
2301 cfghooks.h, cfglayout.c, cfgloopmanip.c, debug.c, debug.h,
2302 flow.c, genextract.c, ggc-common.c, ggc-page.c, ggc.h,
2303 ifcvt.c, jump.c, loop-unswitch.c, timevar.c, timevar.def,
2304 tree-optimize.c, vmsdbgout.c, config/fp-bit.c,
2305 config/alpha/alpha.c, config/alpha/alpha.h,
2306 config/alpha/alpha.md, config/alpha/unicosmk.h,
2307 config/alpha/vms.h, config/arm/linux-elf.h, config/avr/avr.c,
2308 config/c4x/c4x-protos.h, config/c4x/c4x.md,
2309 config/d30v/d30v.h, config/frv/frv.md, config/frv/frvbegin.c,
2310 config/frv/frvend.c, config/i386/cygming.h,
2311 config/i386/djgpp.h, config/i386/emmintrin.h,
2312 config/i386/gthr-win32.c, config/i386/i386-interix.h,
2313 config/i386/i386-protos.h, config/i386/openbsd.h,
2314 config/i386/winnt.c, config/i386/xm-mingw32.h,
2315 config/i386/xmmintrin.h, config/ia64/ia64.md,
2316 config/iq2000/iq2000.md, config/m32r/m32r.md,
2317 config/m68k/m68k.md, config/mcore/mcore-elf.h,
2318 config/mcore/mcore.md, config/mips/elf.h, config/mips/elf64.h,
2319 config/mips/iris5gas.h, config/mips/iris6.h,
2320 config/mips/iris6gas.h, config/mips/linux.h,
2321 config/mips/mips.md, config/mips/netbsd.h,
2322 config/mips/openbsd.h, config/mips/windiss.h,
2323 config/pa/fptr.c, config/rs6000/aix.h,
2324 config/rs6000/altivec.h, config/rs6000/darwin.h,
2325 config/rs6000/xcoff.h, config/s390/s390-protos.h,
2326 config/s390/s390.c, config/s390/s390.h, config/s390/s390.md,
2327 config/sh/netbsd-elf.h, config/sh/sh.h, config/sh/vxworks.h,
2328 config/sparc/sol2.h: Update copyright.
2329
71cbe2c1
KC
23302004-01-30 Kelley Cook <kcook@gcc.gnu.org>
2331
2332 * Makefile.in (abs_docdir, abs_srcdir): Define.
2333 (doc/%.dvi, doc/gccinstall.dvi): Use $(abs_docdir).
2334
bfb2d661
KH
23352004-01-30 Kazu Hirata <kazu@cs.umass.edu>
2336
2337 * genconfig.c (main): Have CC0_P check its operand even on a
2338 target without cc0.
2339
bd5bd7ac
KH
23402004-01-30 Kazu Hirata <kazu@cs.umass.edu>
2341
2342 * config/alpha/alpha.c: Remove mentions of deprecates macros
2343 in comments, remove some target-independent comments about target
2344 macros, and/or add minimal function comments for target hook
2345 implementations.
2346 * config/avr/avr.c: Likewise.
2347 * config/ia64/ia64.h: Likewise.
2348 * config/ip2k/ip2k.c: Likewise.
2349 * config/iq2000/iq2000.c: Likewise.
2350 * config/m32r/m32r.h: Likewise.
2351 * config/m68hc11/m68hc11.c: Likewise.
2352 * config/mcore/mcore.c: Likewise.
2353 * config/mmix/mmix.c: Likewise.
2354 * config/mn10300/mn10300.c: Likewise.
2355 * config/pa/pa.c: Likewise.
2356 * config/pdp11/pdp11.c: Likewise.
2357 * config/rs6000/rs6000.h: Likewise.
2358 * config/sh/sh.c: Likewise.
2359 * config/sh/sh.h: Likewise.
2360 * config/sparc/sparc.c: Likewise.
2361 * config/sparc/sparc.h: Likewise.
2362 * config/stormy16/stormy16.c: Likewise.
2363 * config/xtensa/xtensa.c: Likewise.
2364
808ededc
UW
23652004-01-30 Ulrich Weigand <uweigand@de.ibm.com>
2366
2367 PR optimization/12147
2368 * reload1.c (reload_reg_free_p): RELOAD_OTHER conflicts with
2369 RELOAD_FOR_OPADDR_ADDR.
2370 (reload_reg_reaches_end_p): RELOAD_FOR_OTHER_ADDRESS register
2371 might be reused as RELOAD_FOR_OPADDR_ADDR register.
2372
98e5e087
JH
23732004-01-30 Jan Hubicka <jh@suse.cz>
2374
bd5bd7ac 2375 * reload.c (get_secondary_mem): Fix updating of
98e5e087
JH
2376 secondary_memlocs_elim_used.
2377
3234b52d
RH
23782004-01-30 Richard Henderson <rth@redhat.com>
2379
2380 * varasm.c (struct rtx_const, struct pool_constant): Remove.
2381 (MAX_RTX_HASH_TABLE): Remove.
2382 (const_rtx_hash_table, const_rtx_sym_hash_table): Remove.
2383 (first_pool, last_pool, pool_offset): Remove.
2384 (struct rtx_constant_pool): Split out from ...
2385 (struct varasm_status): ... here. Reference one via pointer.
2386 (struct constant_descriptor_rtx): Merge struct pool_constant.
2387 (SYMHASH): Remove.
2388 (decode_rtx_const): Remove.
2389 (const_hash_rtx, compare_constant_rtx): Remove.
2390 (record_constant_rtx): Remove.
2391 (const_desc_rtx_hash, const_desc_rtx_eq): New.
2392 (const_desc_rtx_sym_hash, const_desc_rtx_sym_eq): New.
2393 (const_rtx_hash_1, const_rtx_hash): New.
2394 (init_varasm_status): Allocate a rtx_constant_pool, and its hashes.
2395 (simplify_subtraction): Use simplify_rtx.
2396 (force_const_mem): Rewrite to use new data structures.
2397 (find_pool_constant): Likewise.
2398 (get_pool_constant, get_pool_constant_mark,
2399 get_pool_constant_for_function, get_pool_mode,
2400 get_pool_mode_for_function, get_pool_offset, get_pool_size): Likewise.
2401 (output_constant_pool_2): Split out from output_constant_pool.
2402 (output_constant_pool_1): Likewise. Use new pool datastructures.
2403 (output_constant_pool): Zap entire pool datastructure.
2404 (mark_constant): Use new pool datastructures.
2405 (mark_constants): Use for_each_rtx.
2406 (mark_constant_pool): Use new pool datastructures.
2407
be77d9e7 24082004-01-30 Fariborz Jahanian <fjahanian@apple.com>
16dd5cfe 2409
a6f78652 2410 * config/rs6000/rs6000.c (rs6000_emit_move): Remove #if 0.
be77d9e7
FJ
2411 Copy operands[1] to pseudo for simplify_gen_subreg.
2412
f0cad2d5
KH
24132004-01-30 Kazu Hirata <kazu@cs.umass.edu>
2414
2415 * gcse.c (bypass_block): Fix a typo in the previous check-in
2416 to the file.
2417
40ca90bf
AP
24182004-01-30 Andrew Pinski <pinskia@physics.uc.edu>
2419
2420 * toplev.c: Include alloc-pool.h.
16dd5cfe 2421 * Makefile.in (toplev.c): Update dependencies.
40ca90bf 2422
39a44a4e
RK
24232004-01-30 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
2424
2425 * combine.c (simplify_shift_const, case XOR): Be careful when
2426 commuting XOR with ASHIFTRT.
2427
3e2cc1d1 24282004-01-30 Kazu Hirata <kazu@cs.umass.edu>
a6f78652 2429 Eric Botcazou <ebotcazou@libertysurf.fr>
3e2cc1d1
KH
2430
2431 * config/sparc/sparc-protos.h: Remove the prototype for
2432 sparc_builtin_saveregs.
2433 * config/sparc/sparc.c (TARGET_PROMOTE_FUNCTION_ARGS): New.
2434 (TARGET_PROMOTE_FUNCTION_RETURN): Likewise.
2435 (TARGET_PROMOTE_PROTOTYPES): Likewise.
2436 (TARGET_STRUCT_VALUE_RTX): Likewise.
2437 (TARGET_RETURN_IN_MEMORY): Likewise.
2438 (TARGET_EXPAND_BUILTIN_SAVEREGS): Likewise.
2439 (TARGET_STRICT_ARGUMENT_NAMING): Likewise.
2440 (sparc_builtin_saveregs): Make it static.
2441 (sparc_promote_prototypes): New.
2442 (sparc_struct_value_rtx): Likewise.
2443 (sparc_return_in_memory): Likewise.
2444 * config/sparc/sparc.h: (PROMOTE_FUNCTION_ARGS): Remove.
2445 (PROMOTE_FUNCTION_RETURN): Likewise.
2446 (RETURN_IN_MEMORY): Likewise.
2447 (STRUCT_VALUE): Likewise.
2448 (STRUCT_VALUE_INCOMING): Likewise.
2449 (EXPAND_BUILTIN_SAVEREGS): Likewise.
2450 (STRICT_ARGUMENT_NAMING): Likewise.
2451 (PROMOTE_PROTOTYPES): Likewise.
2452
2453 * config/sparc/sparc.h (PROMOTE_MODE): Use word_mode.
2454
5e9295fa
EB
24552004-01-30 Eric Botcazou <ebotcazou@libertysurf.fr>
2456
2457 PR c/12818
2458 * varasm.c (const_hash_1) <STRING_CST>: Use the
2459 address to compute the hash value if flag_writable_strings.
2460 (compare_constant) <STRING_CST>: Compare the addresses
2461 if flag_writable_strings.
2462 (build_constant_desc): Do not copy the expression for a
2463 STRING_CST if flag_writable_strings.
2464
1f2eae8d
JH
24652004-01-30 Jan Hubicka <jh@suse.cz>
2466
1e0f41c9
JH
2467 * alloc-pool.c: Include hashtab.h
2468 (alloc_pool_descriptor): New structure
2469 (alloc_pool_hash): New global variable.
2470 (hash_descriptor, eq_descriptor, alloc_pool_descriptor): New.
2471 (create_alloc_pool): Update statistics.
2472 (free_alloc_pool): Likewise.
2473 (pool_alloc): Likewise.
2474 (output_info): New structure
2475 (print_statistics, dump_alloc_pool_statistics): New function.
2476 * alloc-pool.h (alloc_pool_def): Turn name to be constant.
2477 (dump_alloc_pool_statistics): Declare.
2478 * toplev.c (finalize): Dump statistics.
2479
1f2eae8d
JH
2480 * reload.c (secondary_memlocs_elim_used): New static variable.
2481 (get_secondary_mem): Update it.
2482 (find_reloads): Use it.
2483
80a08664
SB
24842004-01-30 Steven Bosscher <s.bosscher@student.tudelft.nl>
2485
2486 * toplev.c: Fix broken checkin of 2003-12-30, again.
2487
57116d8d
UW
24882004-01-30 Ulrich Weigand <uweigand@de.ibm.com>
2489
2490 * configure.ac (gcc_cv_as_dwarf2_debug_line): Enable test for
2491 s390*-*-* targets by specifying a 'nop' insn.
2492 * configure: Regenerate.
2493
5fddd9fe
EB
24942004-01-30 Eric Botcazou <ebotcazou@libertysurf.fr>
2495
2496 PR target/11475
2497 * config/sparc/sparc.md (movhi_lo_sum): Tighten predicates.
2498
64fc7c00
JJ
24992004-01-29 Jakub Jelinek <jakub@redhat.com>
2500
2501 * emit-rtl.c (change_address): Use XEXP (memref, 0) instead
2502 of addr when creating MEM copy.
2503
ed672aa8
DP
25042004-01-29 Devang Patel <dpatel@apple.com>
2505
2506 * dwarf2out.c (gen_field_die): Do not equate decl number to die.
16dd5cfe 2507
7e3aa041
ILT
25082004-01-28 Ian Lance Taylor <ian@wasabisystems.com>
2509
2510 PR inline-asm/6162
2511 * reload.c (find_reloads): Only support one pair of commutative
2512 operands.
2513
06f12aa0
RS
25142004-01-29 Roger Sayle <roger@eyesopen.com>
2515
2516 PR java/13824
2517 * tree.c (unsafe_for_reeval): Handle EXIT_BLOCK_EXPR nodes specially
2518 as their EXIT_BLOCK_LABELED_BLOCK operands can lead to unbounded
2519 recursion.
2520
b88cf82e
KH
25212004-01-29 Kazu Hirata <kazu@cs.umass.edu>
2522
2523 * config/frv/frv.c: Don't mention deprecated macros in
2524 comments. Remove some target-independent comments about
2525 target macros.
2526 * config/frv/frv.h: Likewise.
2527
3ae4a5b1
ZD
25282004-01-29 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
2529
2530 * cfghooks.c (split_block): Set probability and count of the
2531 new edge.
2532
636c7bc4
JZ
25332005-01-29 Josef Zlomek <zlomekj@suse.cz>
2534
2535 * dwarf2out.c (struct die_struct): Added field decl_id.
2536 (decl_die_table): Changed to hash table.
2537 (decl_die_table_allocated): Deleted.
2538 (decl_die_table_in_use): Deleted.
2539 (DECL_DIE_TABLE_INCREMENT): Deleted.
2540 (decl_die_table_hash): New function.
2541 (decl_die_table_eq): New function.
2542 (lookup_decl_die): Lookup in a hash table.
2543 (equate_decl_number_to_die): Insert into a hash table.
2544 (dwarf2out_init): Init hash table decl_die_table.
2545
4e44c1ef
JJ
25462004-01-29 Jakub Jelinek <jakub@redhat.com>
2547
2548 PR optimization/13424
2549 * expr.c (store_constructor): Revert 2003-12-03 change.
2550
2551 * emit-rtl.c (change_address): Check also if MEM_ATTRS is set as
2552 expected before returning early. Avoid sharing RTL if they
2553 need to be changed.
2554
2555 * config/i386/i386.c (ix86_expand_movstr): Rework rep_mov and strmov
2556 handling so that memory attributes are preserved. Don't call
2557 ix86_set_move_mem_attrs.
2558 (ix86_set_move_mem_attrs_1, ix86_set_move_mem_attrs): Removed.
2559 (ix86_expand_clrstr): Rename src argument to
2560 dst. Rework rep_stos and strset handling so that memory attributes
2561 are preserved.
2562 (ix86_expand_strlen): Pass src argument to
2563 ix86_expand_strlensi_unroll_1. Rework strlenqi_1 handling so that
2564 memory attributes are preserved.
2565 (ix86_expand_strlensi_unroll_1): Add src argument. Use
2566 change_address instead of gen_rtx_MEM.
2567 * config/i386/i386.md (strmov, strmov_singleop, rep_mov): New
2568 expanders.
2569 (strmovdi_rex64, strmovsi, strmovsi_rex64, strmovhi, strmovhi_rex64,
2570 strmovqi, strmovqi_rex64): Remove.
2571 (rep_mov*, strmov*): Prefix insn names with *.
2572 (strset, strset_singleop, rep_stos): New expanders.
2573 (strsetdi_rex64, strsetsi, strsetsi_rex64, strsethi, strsethi_rex64,
2574 strsetqi, strsetqi_rex64): Remove.
2575 (rep_stos*, strset*): Prefix insn names with *.
2576 (rep_stosqi_rex64): Likewise. Fix mode of dirflag reg from DImode
2577 to SImode.
2578 (cmpstrsi): Rework cmpstrqi_1 handling so that memory attributes
2579 are preserved.
2580 (cmpstrqi_nz_1, cmpstrqi_nz_rex_1, cmpstrqi_1, cmpstrqi_rex_1):
2581 Prefix insn names with *.
2582 (cmpstrqi_nz_1, cmpstrqi_1): New expanders.
2583 (strlenqi_1, strlenqi_rex_1): Prefix insn names with *.
2584 (strlenqi_1): New expander.
2585 * config/i386/i386.h (ix86_set_move_mem_attrs): Remove prototype.
2586
f470c378
ZD
25872004-01-29 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
2588
2589 * Makefile.in (cfghooks.o): Add TIMEVAR_H and toplev.h dependency.
2590 * basic-block.h (tidy_fallthru_edge, tidy_fallthru_edges, dump_bb,
2591 verify_flow_info): Declaration removed.
2592 * cfg.c (verify_flow_info, dump_bb): Moved to cfghooks.c.
2593 (debug_bb, debug_bb_n): Add argument to dump_bb call.
2594 * cfgcleanup.c (try_simplify_condjump, try_crossjump_to_edge,
2595 try_optimize_cfg, delete_unreachable_blocks): Use delete_basic_block
2596 instead of delete_block.
2597 * cfghooks.c: Include timevar.h and toplev.h.
2598 (cfg_hooks): Define here.
2599 (verify_flow_info, dump_bb): Moved from cfg.c.
2600 (redirect_edge_and_branch, redirect_edge_and_branch_force,
2601 split_block, split_block_after_labels, move_block_after,
2602 delete_basic_block, split_edge, create_basic_block,
2603 create_empty_bb, can_merge_blocks_p, merge_blocks,
2604 make_forwarder_block, tidy_fallthru_edge, tidy_fallthru_edges):
2605 New functions.
2606 * cfghooks.h (struct cfg_hooks): Added fields name,
2607 make_forwarder_block, tidy_fallthru_edge and
2608 move_block_after. Changed type of verify_flow_info, dump_bb,
2609 split_block fields. Renamed cfgh_split_edge and delete_block
2610 fields.
2611 (redirect_edge_and_branch, redirect_edge_and_branch_force,
2612 split_block, delete_block, split_edge, create_basic_block,
2613 can_merge_blocks_p, merge_blocks): Macros removed.
2614 (cfg_hooks): Do not export.
2615 (verify_flow_info, dump_bb, redirect_edge_and_branch,
2616 redirect_edge_and_branch_force, split_block, split_block_after_labels,
2617 move_block_after, delete_basic_block, split_edge, create_basic_block,
2618 create_empty_bb, can_merge_blocks_p, merge_blocks,
2619 make_forwarder_block, tidy_fallthru_edge, tidy_fallthru_edges):
2620 Declare.
2621 (cfg_layout_rtl_cfg_hooks): Declare.
2622 * cfgloop.c (update_latch_info, mfb_keep_just, mfb_keep_nonlatch):
2623 New functions.
2624 (canonicalize_loop_headers): Use new semantics of make_forwarder_block.
2625 (redirect_edge_with_latch_update): Removed.
2626 (make_forwarder_block): Moved to cfghooks.c, semantics changed.
2627 * cfgloopmanip.c (remove_bbs): Do not update dominators here.
2628 * cfgrtl.c (cfg_layout_split_block, rtl_split_block, rtl_dump_bb,
2629 rtl_delete_block, rtl_split_block, rtl_merge_blocks,
2630 tidy_fallthru_edge, rtl_split_edge, cfg_layout_delete_block,
2631 cfg_layout_merge_blocks, cfg_layout_split_edge): Partly moved to
2632 cfghooks.c.
2633 (rtl_create_basic_block): Coding style fix.
2634 (rtl_tidy_fallthru_edge, rtl_move_block_after,
2635 rtl_make_forwarder_block): New functions.
2636 (update_cfg_after_block_merging): Removed.
2637 (rtl_cfg_hooks, cfg_layout_rtl_cfg_hooks): Fill in new entries.
2638 * flow.c (verify_wide_reg, verify_local_live_at_start): Add argument
2639 to dump_bb.
2640 * ifcvt.c (merge_if_block, find_cond_trap, find_if_case_1,
2641 find_if_case_2): Don't update dominators.
2642 * timevar.def (TV_CFG_VERIFY): New.
2643 * loop-unswitch.c (unswitch_loop): Don't call add_to_dominance_info.
2644 * cfglayout.c (copy_bbs): Don't call add_to_dominance_info.
2645 * cfgloopmanip.c (split_loop_bb): Don't update dominators.
2646 (remove_bbs): Don't call remove_bbs.
2647 (create_preheader): Use make_forwarder_block.
2648 (mfb_keep_just, mfb_update_loops): New static functions.
2649
3cea4788
KH
26502004-01-29 Kazu Hirata <kazu@cs.umass.edu>
2651
2652 * config/avr/avr.h: Remove target-independent comments about
2653 target macros.
2654
75e853f2 26552004-01-28 Daniel Berlin <dberlin@dberlin.org>
16dd5cfe 2656
75e853f2
DB
2657 * timevar.c (timevar_print): Mention when checking is enabled.
2658
7625e73d
GB
26592004-01-28 Giovanni Bajo <giovannibajo@gcc.gnu.org>
2660
2661 * c-lex.c (c_lex): Rename to...
2662 (c_lex_with_flags): Add new parameter to get CPP flags.
2663 (c_lex): Thunk to c_lex_with_flags while keeping the old interface.
2664 * c-pragma.h (c_lex_with_flags): Declare.
2665
dc7efe6e
KH
26662004-01-28 Kazu Hirata <kazu@cs.umass.edu>
2667
2668 * config/mcore/mcore.c (mcore_external_libcall): Add a
2669 comment.
2670 (mcore_return_in_memory): Likewise.
2671
09a2b93a
KH
26722004-01-28 Kazu Hirata <kazu@cs.umass.edu>
2673
2674 * config/mcore/mcore-protos.h: Remove the prototype for
2675 mcore_setup_incoming_varargs.
2676 * config/mcore/mcore.c (TARGET_ASM_EXTERNAL_LIBCALL): New.
2677 (TARGET_PROMOTE_FUNCTION_ARGS): Likewise.
2678 (TARGET_PROMOTE_FUNCTION_RETURN): Likewise.
2679 (TARGET_PROMOTE_PROTOTYPES): Likewise.
2680 (TARGET_STRUCT_VALUE_RTX): Likewise.
2681 (TARGET_RETURN_IN_MEMORY): Likewise.
2682 (TARGET_SETUP_INCOMING_VARARGS): Likewise.
2683 (mcore_setup_incoming_varargs): Make it static. Receive the
2684 first argument by reference. Add argument second_time.
2685 (mcore_external_libcall): New.
2686 (mcore_return_in_memory): Likewise.
2687 * config/mcore/mcore.h (PROMOTE_FUNCTION_ARGS): New.
2688 (PROMOTE_FUNCTION_RETURN): Likewise.
2689 (STRUCT_VALUE): Likewise.
2690 (RETURN_IN_MEMORY): Likewise.
2691 (SETUP_INCOMING_VARARGS): Likewise.
2692 (PROMOTE_PROTOTYPES): Likewise.
2693 (ASM_OUTPUT_EXTERNAL_LIBCALL): Likewise.
2694
a7ed00da
KH
26952004-01-28 Kazu Hirata <kazu@cs.umass.edu>
2696
2697 * config/m32r/m32r-protos.h: Remove the prototype for
2698 m32r_setup_incoming_varargs.
2699 * config/m32r/m32r.c (TARGET_PROMOTE_PROTOTYPES): New.
2700 (TARGET_STRUCT_VALUE_RTX): Likewise.
2701 (TARGET_RETURN_IN_MEMORY): Likewise.
2702 (TARGET_SETUP_INCOMING_VARARGS): Likewise.
2703 (m32r_return_in_memory): New.
2704 (m32r_setup_incoming_varargs): Make it static.
2705 * config/m32r/m32r.h: Remove #undef of
2706 ASM_OUTPUT_EXTERNAL_LIBCALL. Remove the commented-out
2707 definitions of PROMOTE_FUNCTION_ARGS and
2708 PROMOTE_FUNCTION_RETURN.
2709 (PROMOTE_PROTOTYPES): Remove.
2710 (RETURN_IN_MEMORY): Likewise.
2711 (STRUCT_VALUE): Likewise.
2712
8636be86
KH
27132004-01-28 Kazu Hirata <kazu@cs.umass.edu>
2714
2715 * config/m68k/m68k.c (TARGET_PROMOTE_PROTOTYPES): New.
2716 (TARGET_STRUCT_VALUE_RTX): Likewise.
2717 (m68k_struct_value_rtx): Likewise.
2718 * config/m68k/m68k.h (STRUCT_VALUE_REGNUM): Rename to
2719 STRUCT_VALUE_REGNUM.
2720 (PROMOTE_PROTOTYPES): Remove.
2721 * config/m68k/m68kelf.h (STRUCT_VALUE_REGNUM): Rename to
2722 STRUCT_VALUE_REGNUM.
2723 * config/m68k/m68kv4.h (STRUCT_VALUE_REGNUM): Likewise.
2724 * config/m68k/netbsd-elf.h (STRUCT_VALUE_REGNUM): Likewise.
2725
f2f61ee7
KH
27262004-01-28 Kazu Hirata <kazu@cs.umass.edu>
2727
2728 * config/stormy16/stormy16.c
2729 (TARGET_BUILD_BUILTIN_VA_LIST_TYPE): Rename to
2730 TARGET_BUILD_BUILTIN_VA_LIST.
2731
fb7bc7fb
KH
27322004-01-28 Kazu Hirata <kazu@cs.umass.edu>
2733
2734 * config/v850/v850.c (TARGET_PROMOTE_PROTOTYPES): New.
2735 (TARGET_STRUCT_VALUE_RTX): Likewise.
2736 (TARGET_RETURN_IN_MEMORY): Likewise.
2737 (TARGET_SETUP_INCOMING_VARARGS): Likewise.
2738 (v850_return_in_memory): Likewise.
2739 (v850_setup_incoming_varargs): Likewise.
2740 * config/v850/v850.h (PROMOTE_PROTOTYPES): Remove.
2741 (SETUP_INCOMING_VARARGS): Likewise.
2742 (RETURN_IN_MEMORY): Likewise.
2743 (STRUCT_VALUE): Likewise.
2744
0fd818e7
KH
27452004-01-28 Kazu Hirata <kazu@cs.umass.edu>
2746
2747 * config/fr30/fr30.c (TARGET_PROMOTE_PROTOTYPES): New.
2748 (fr30_setup_incoming_varargs): Don't use
2749 STRICT_ARGUMENT_NAMING.
2750 * config/fr30/fr30.h (PROMOTE_PROTOTYPES): Remove.
2751 (STRICT_ARGUMENT_NAMING): Likewise.
2752
8ac411c7
KH
27532004-01-28 Kazu Hirata <kazu@cs.umass.edu>
2754
2755 * config/frv/frv-protos.h: Remove the prototype for
2756 frv_expand_builtin_saveregs.
2757 * config/frv/frv.c (TARGET_STRUCT_VALUE_RTX): Likewise.
2758 (TARGET_EXPAND_BUILTIN_SAVEREGS): Likewise.
2759 (frv_stack_info): Use FRV_STRUCT_VALUE_REGNUM instead of
2760 STRUCT_VALUE_REGNUM.
2761 (frv_expand_builtin_saveregs): Make it static.
2762 (frv_struct_value_rtx): New.
2763 * config/frv/frv.h (EXPAND_BUILTIN_SAVEREGS): Remove.
2764
d173e685
JH
27652004-01-29 Jan Hubicka <jh@suse.cz>
2766
2767 PR c++/12850
2768 * cgraph.c (cgraph_remove_node): Clear out saved/insns/arguments and
2769 initial pointers.
2770 * cgraphunit.c (cgraph_finalize_function): Clear out DECL_SAVED_INSNS
2771 for functions that will be only inlined.
2772 (cgraph_mark_function_to_output): Likewise.
2773 (cgraph_expand_function): Sanity check that DECL_DEFER_OUTPUT is clear;
2774 do not clear function body.
2775 * tree-optimize.c (clear_decl_rtl): Use decl_function_context.
2776 (tree_rest_of_compilation): Reorganize the logic releasing function
2777 body to use callgraph datastructure.
2778
f7a1010e
JDA
27792004-01-28 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2780
2781 * pa.md: Change predicate of a peephole2 pattern from reg_or_0_operand
2782 to register_operand.
2783
e7f47f83
ZW
27842004-01-28 Zack Weinberg <zack@codesourcery.com>
2785
2786 * config/ia64/ia64.md (fetchadd_acq_si, fetchadd_acq_di)
2787 (cmpxchg_acq_si, cmpxchg_acq_di): Exchange match_dup and
2788 match_operand expressions so that all match_dups appear
2789 lexically after their corresponding match_operands.
2790
1807b726
KH
27912004-01-28 Kazu Hirata <kazu@cs.umass.edu>
2792
2793 * config/h8300/h8300.c (WORD_REG_USED): Use
2794 HARD_FRAME_POINTER_REGNUM instead of FRAME_POINTER_REGNUM.
2795 (compute_saved_regs): Likewise.
2796 (h8300_expand_prologue): Likewise. Allocate locals after
2797 saving registers.
2798 (h8300_expand_epilogue): Use HARD_FRAME_POINTER_REGNUM instead
2799 of FRAME_POINTER_REGNUM. Deallocate locals before saving
2800 registers.
2801 (h8300_initial_elimination_offset): Adjust for the new frame
2802 layout, which swaps flips the order of locals and saved
2803 registers.
2804 * config/h8300/h8300.h (FIRST_PSEUDO_REGISTER): Change to 12.
2805 (HARD_FRAME_POINTER_REGNUM): New.
2806 (ELIMINABLE_REGS): Add an elimination rule from
2807 FRAME_POINTER_REGNUM to HARD_FRAME_POINTER_REGNUM.
2808 (REGISTER_NAMES): Add fp.
2809 * config/h8300/h8300.md (FP_REG): Change to 11.
2810 (HFP_REG): New.
2811
be2c39f8
KH
28122004-01-28 Kazu Hirata <kazu@cs.umass.edu>
2813
2814 * genrecog.c (write_node): Remove a useless local variable.
2815
469ef4a3
ILT
28162004-01-28 Ian Lance Taylor <ian@wasabisystems.com>
2817
2818 * Makefile.in (options.c options.h): Use stamp file s-options to
2819 avoid unnecessary rebuilds.
2820 (options.o): New target listing dependencies.
2821 (gtyp-gen.h): Use stamp file s-gtyp-gen.
2822 (STAGESTUFF): Add s-gtyp-gen.
2823
685fe032
RH
28242004-01-28 Richard Henderson <rth@redhat.com>
2825
2826 * ggc.h (ggc_free): Declare.
2827 * ggc-common.c (ggc_realloc): Use it.
2828 * ggc-page.c: Remove lots of inline markers.
2829 (globals): Add free_object_list.
2830 (ggc_alloc): Tidy.
2831 (ggc_free, validate_free_objects): New.
2832 (poison_pages): Provide default.
2833 (ggc_collect): Call validate_free_objects; emit markers to
2834 the debug file.
2835
2ffe0e02
ZW
28362004-01-28 Zack Weinberg <zack@codesourcery.com>
2837 Jim Wilson <wilson@specifixinc.com>
2838
2839 * config/ia64/ia64.c (ia64_split_tmode, ia64_split_tmode_move):
2840 Rewrite to use POST_INC/POST_DEC/POST_MODIFY instead of a
2841 scratch pointer.
2842 (ia64_secondary_reload_class): Delete case GR_REGS.
2843 * config/ia64/ia64.md (movti, *movti_internal, movtf, *movtf_internal):
2844 Do not allocate a scratch register.
2845 (reload_inti, reload_outti, reload_intf, reload_outtf): Delete.
2846
a544524a
JH
28472004-01-28 Jan Hubicka <jh@suse.cz>
2848
2849 * gcse.c (bypass_block): Prevent edges to be unified when we are
2850 about to emit compenstation code.
2851
1b8f8174
NC
28522004-01-28 Nick Clifton <nickc@redhat.com>
2853
2854 * config/arm/arm.c (arm_expand_builtin): Force second argument of
2855 the setcwx insn into a register.
2856
faceece3
RS
28572004-01-28 Richard Sandiford <rsandifo@redhat.com>
2858
2859 * config/fp-bit.c (pack_d): When using paired doubles to implement
2860 a long double, round the high part separately.
2861 (unpack_d): Fix the case in which the high part is a power of two
2862 and the low part is a nonzero value of the opposite sign.
2863
28b24176
KH
28642004-01-28 Kazu Hirata <kazu@cs.umass.edu>
2865
2866 * config/c4x/c4x.c (TARGET_ASM_EXTERNAL_LIBCALL): New.
2867 (TARGET_STRUCT_VALUE_RTX): Likewise.
2868 (c4x_external_libcall): Likewise.
2869 (c4x_struct_value_rtx): Likewise.
2870 * config/c4x/c4x.h: Remove.
2871 (STRUCT_VALUE_REGNUM): Likewise.
2872 (ASM_OUTPUT_EXTERNAL_LIBCALL): Likewise.
2873
9184f892
KH
28742004-01-28 Kazu Hirata <kazu@cs.umass.edu>
2875
2876 * config/i386/i386.c (TARGET_PROMOTE_PROTOTYPES): New.
2877 (TARGET_STRUCT_VALUE_RTX): Likewise.
2878 * config/i386/i386.h (STRUCT_VALUE_INCOMING): Remove.
2879 (STRUCT_VALUE): Likewise.
2880 (PROMOTE_PROTOTYPES): Likewise.
2881
4cce9dd8
RS
28822004-01-27 Roger Sayle <roger@eyesopen.com>
2883
2884 * config/pa/pa.c (emit_move_sequence): Check that operand1 is a
2885 CONST_INT before using INTVAL.
2886
590fcf48
UW
28872004-01-27 Ulrich Weigand <uweigand@de.ibm.com>
2888
2889 * config/s390/s390.h (TARGET_DEFAULT): Default to !TARGET_BACKCHAIN.
2890 * config/s390/s390.c (s390_return_addr_rtx): Fail for all but current
2891 frame if !TARGET_BACKCHAIN.
2ffe0e02 2892 * config/s390/s390.md ("allocate_stack"): Use pattern only if
590fcf48
UW
2893 TARGET_BACKCHAIN.
2894 * doc/invoke.texi (-mbackchain/-mno-backchain): Document new default.
2895
826b47cc
ZW
28962004-01-27 Zack Weinberg <zack@codesourcery.com>
2897
2898 * ia64.c (ia64_function_arg): When placing HFAs in integer
2899 registers, do not special case the mode used for complex
2900 types. Do not advance int_regs until the current register
2901 is full.
2902
83810fcb
RS
29032004-01-27 Richard Sandiford <rsandifo@redhat.com>
2904
2905 PR target/7297
2906 * except.c (init_eh): Use a 5-word __jbuf for __builtin_setjmp().
2907
2d9db8eb
DE
29082004-01-27 David Edelsohn <edelsohn@gnu.org>
2909
2910 * config/rs6000/rs6000.c (rs6000_emit_move): #if 0 splitting
2911 slow, unaligned loads and stores while debugging. Fix formatting.
2912
39e453d7
DE
29132004-01-27 David Edelsohn <edelsohn@gnu.org>
2914
2915 * config/rs6000/rs6000.md (save_stack_nonlocal): Use Pmode instead
2916 of computing wmode.
2917 (restore_stack_nonlocal): Same.
2918
6097b0c3 29192004-01-27 Devang Patel <dpatel@apple.com>
826b47cc 2920
6097b0c3 2921 * Makefile.in (dwarf2out.o): Depend on input.h
826b47cc 2922 * dbxout.c (dbx_debug_hooks): Add new empty hook for
6097b0c3
DP
2923 imported_module_or_decl.
2924 (xcoff_debug_hooks): Same.
2925 * sdbout.c (sdb_debug_hooks): Same.
2926 * vmsdbgout.c (vmsdbg_debug_hooks): Same.
2927 * debug.c (do_nothing_debug_hooks): Same.
2928 (debug_nothing_tree_tree): New function.
2929 * debug.h (gcc_debug_hooks): New hook, imported_module_or_decl.
2930 * dwarf2out.c: Include input.h.
2931 (dwarf2_debug_hooks): Add new hook for imported_module_or_decl.
2932 (remove_child_TAG): New function.
2933 (dwarf_tag_name): Handle DW_TAG_imported_module.
2934 (gen_subprogram_die): Equate decl number to declaration die. Do not
2935 remove all children dies while reusing declaration die for definition.
2936 Instead, selectively remove only formal parameters.
2937 (gen_variable_die): Equate variable decl to declaration die.
2938 (gen_field_die): Equate field decl to line number.
2939 (force_namespace_die): Replace it with ...
2940 (force_decl_die): ... this.
2941 (force_type_die): New function.
2942 (setup_namespace_context): Replace use of force_namespace_die() with
2943 force_decl_die().
2944 (gen_namespace_die): Same.
2945 (dwarf2out_imported_module_or_decl): New function.
2946
e6aecf8e 29472004-01-27 Bob Wilson <bob.wilson@acm.org>
826b47cc 2948
e6aecf8e
BW
2949 * config/xtensa/xtensa.c (xtensa_copy_incoming_a7): Remove SUBREG
2950 on CQImode and CHImode incoming arguments in register a7.
2951 (function_arg): Wrap BLKmode argument in register a7 in a PARALLEL.
2952 * config/xtensa/xtensa.h (BLOCK_REG_PADDING): Define.
2953 * config/xtensa/xtensa.md (movdi, movdf): Only call force_reg or
2954 xtensa_copy_incoming_a7 before reload.
826b47cc 2955
02307675
R
29562004-01-27 J"orn Rennecke <joern.rennecke@superh.com>
2957
2958 * coverage.c (get_coverage_counts): Give a different message
2959 if flag_guess_branch_prob is set.
2960 * predict.c (counts_to_freqs): Return an int.
2961 (estimate_bb_frequencies): If counts_to_freqs returns zero,
2962 calculate estimates.
2963
69a45040
KH
29642004-01-27 Kazu Hirata <kazu@cs.umass.edu>
2965
2966 * config/iq2000/iq2000-protos.h: Remove the prototype for
2967 iq2000_setup_incoming_varargs.
2968 * config/iq2000/iq2000.c (TARGET_PROMOTE_FUNCTION_ARGS): New.
2969 (TARGET_PROMOTE_FUNCTION_RETURN): Likewise.
2970 (TARGET_PROMOTE_PROTOTYPES): Likewise.
2971 (TARGET_STRUCT_VALUE_RTX): Likewise.
2972 (TARGET_RETURN_IN_MEMORY): Likewise.
2973 (TARGET_SETUP_INCOMING_VARARGS): Likewise.
2974 (TARGET_STRICT_ARGUMENT_NAMING): Likewise.
2975 (iq2000_return_in_memory): Likewise.
2976 (iq2000_setup_incoming_varargs): Make it static. Receive the
2977 first argument by reference.
2978 * config/iq2000/iq2000.h (PROMOTE_FUNCTION_ARGS): Remove.
2979 (PROMOTE_FUNCTION_RETURN): Likewise.
2980 (PROMOTE_PROTOTYPES): Likewise.
2981 (RETURN_IN_MEMORY): Likewise.
2982 (STRUCT_VALUE): Likewise.
2983 (SETUP_INCOMING_VARARGS): Likewise.
2984 (STRICT_ARGUMENT_NAMING): Likewise.
2985
9cdfc8e7
JM
29862004-01-24 James A. Morrison <ja2morri@uwaterloo.ca>
2987
826b47cc 2988 * fixinc/fixinc.c (test_test): Initialize res.
9cdfc8e7
JM
2989 (start_flexer): Initialize pz_cmd_save.
2990
60ffd2fe
ZW
29912004-01-27 Zack Weinberg <zack@codesourcery.com>
2992
2993 * doc/rtl.texi (Arithmetic): Rewrite entries for PLUS,
2994 SS_PLUS, US_PLUS, LO_SUM, MINUS, SS_MINUS, US_MINUS.
2995
52ad4d7b
ZW
29962004-01-27 Zack Weinberg <zack@codesourcery.com>
2997
2998 PR 7198
2999 * config/ia64/ia64.md (*nmaddsf4, *nmadddf4, *nmadddf4_alts)
3000 (*nmadddf4_trunc, *nmaddxf4, *nmaddxf4_truncsf, *nmaddxf4_truncdf)
3001 (*nmaddxf4_alts, *nmaddxf4_truncdf_alts):
3002 Rewrite pattern as (minus (op 3) (mult (op 1) (op 2))).
3003 Possibly rename pattern for consistency.
3004 Remove ??? comments suggesting that this be done.
3005 (*nmaddsf4_alts, *nmadddf4_truncsf_alts, *nmaddxf4_truncsf_alts):
3006 New patterns.
3007 (divsi3_internal, divdi3_internal_lat, divdi3_internal_thr)
3008 (divsf3_internal_lat, divsf3_internal_thr, sqrtsf2_internal_thr)
3009 (divdf3_internal_lat, divdf3_internal_thr, sqrtdf2_internal_thr)
3010 (divxf3_internal_lat, divxf3_internal_thr, sqrtxf2_internal_thr):
3011 Update to match.
3012
b034930f
ILT
30132004-01-27 Ian Lance Taylor <ian@wasabisystems.com>
3014
3015 * config/arm/arm.c (output_return_instruction): Only restore IP
3016 into SP if frame_pointer_needed.
3017
be446dfc
EB
30182004-01-27 Eric Botcazou <ebotcazou@libertysurf.fr>
3019
3020 * config/sparc/sparc.c (function_arg_pass_by_reference): Return 1
3021 for SCmode and DCmode if ARCH32.
3022 (sparc_va_arg): Handle SCmode and DCmode by reference if ARCH32.
3023 * config/sparc/sparc.h (RETURN_IN_MEMORY): Return 0 for TCmode
3024 if ARCH32.
3025 (BASE_RETURN_VALUE_REG): Return 32 for all FP modes except TFmode
3026 if ARCH32.
3027 (BASE_OUTGOING_VALUE_REG): Likewise.
3028
1b4bda70
EB
30292004-01-27 Eric Botcazou <ebotcazou@libertysurf.fr>
3030
3031 PR target/10904
3032 PR target/13058
3033 * config/sparc/sparc.h (CANNOT_CHANGE_MODE_CLASS): New.
3034 Forbid mode changes from SImode for lower FP regs if ARCH64.
3035
1194fc79
R
30362004-01-27 J"orn Rennecke <joern.rennecke@superh.com>
3037
3038 * Makefile.in (bt-load.o): Depend on except.h.
3039 * bt-load.c (except.h): #include.
3040 (compute_defs_uses_and_gen): If insn at end of BB can throw
3041 within this function, consider registers used by it unavailable for
3042 btr migration.
3043 (move_btr_def): If insn at end of BB can throw, insert before rather
3044 than after.
3045
3046 * flags.h (flag_btr_bb_exclusive): Declare.
3047 * toplev.c (flag_btr_bb_exclusive): New variable.
3048 (f_options): Add btr-bb-exclusive.
3049 * bt-load.c (augment_live_range): Restore old behaviour if
3050 flag_btr_bb_exclusive is set.
3051 * common.opt: Add entry for -fbtr-bb-exclusive.
3052 * opts.c (common_handle_options): Same.
3053 * doc/invoke.texi: Document -fbtr-bb-exclusive.
52ad4d7b 3054
1194fc79
R
3055 * bt-load.c (btrs_live_at_end): New variable.
3056 (compute_defs_uses_and_gen): Compute its pointed-to array.
3057 (clear_btr_from_live_range, add_btr_to_live_range): Update it.
3058 (augment_live_range): When augmenting with a new dominator,
3059 use only its btrs_live_at_end set, but also add in the full set
3060 of the old dominator.
3061 (btr_def_live_range): Use btrs_live_at_end.
3062 (move_btr_def): Set other_btr_uses_before_def, and move new set
3063 to the end of the basic block, if appropriate.
3064 (migrate_btr_defs): Allocate and free btrs_live_at_end.
52ad4d7b 3065
1194fc79
R
3066 * bt-load.c (basic_block_freq): Remove outdated comment.
3067
895ea8f0
AM
30682004-01-27 Alan Modra <amodra@bigpond.net.au>
3069
3070 * config/rs6000/rs6000.h: Correct target_flags free bits comment.
3071 (PREDICATE_CODES): Remove duplicate.
3072 * config/rs6000/linux64.h (CPP_SYSV_SPEC): Don't define.
3073 (SUBSUBTARGET_OVERRIDE_OPTIONS): Disallow 32 bit TARGET_PROFILE_KERNEL.
3074 (MASK_PROFILE_KERNEL): Adjust define.
3075
4137ba7a
JJ
30762004-01-27 Jakub Jelinek <jakub@redhat.com>
3077
3078 * config/i386/i386.c (ix86_constant_alignment): Decrease alignment
3079 of long string literals from 32 bytes to sizeof (void *) when !-Os
3080 and to 1 with -Os.
3081
a4bb41cc
KH
30822004-01-26 Kazu Hirata <kazu@cs.umass.edu>
3083
3084 * config/h8300/h8300.c (h8300_tiny_constant_address_p): Accept
3085 constant addresses in the normal mode.
3086
1c62e7b2
KG
30872004-01-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3088
3089 * system.h (CHAR_BITFIELD): Delete.
3090 (BOOL_BITFIELD): New.
3091 * c-decl.c (c_scope): Use BOOL_BITFIELD.
3092 * gengtype-lex.l: Recognize BOOL_BITFIELD instead of CHAR_BITFIELD.
3093
96ab60fc
KH
30942004-01-26 Kazu Hirata <kazu@cs.umass.edu>
3095
3096 * config/arc/arc.c (TARGET_PROMOTE_FUNCTION_ARGS): New.
3097 (TARGET_PROMOTE_FUNCTION_RETURN): Likewise.
3098 (TARGET_PROMOTE_PROTOTYPES): Likewise.
3099 (TARGET_STRUCT_VALUE_RTX): Likewise.
3100 (TARGET_RETURN_IN_MEMORY): Likewise.
3101 (arc_return_in_memory): Likewise.
3102 * config/arc/arc.h (PROMOTE_FUNCTION_ARGS): Remove.
3103 (PROMOTE_FUNCTION_RETURN): Likewise.
3104 (RETURN_IN_MEMORY): Likewise.
3105 (STRUCT_VALUE): Likewise.
3106
6d4b0a5d
RH
31072004-01-26 Richard Henderson <rth@redhat.com>
3108
3109 * c-parse.in (extension): Use itype.
3110 (SAVE_EXT_FLAGS): Don't allocate a tree.
3111 (RESTORE_EXT_FLAGS): Don't read a tree.
3112
18874af6
JH
31132004-01-26 Jan Hubicka <jh@suse.cz>
3114
3115 * cselib.c (discard_useless_values): Clear out value pointer pointing
3116 to datastructure to be recycled.
3117
501f88de
JH
31182004-01-25 Jan Hubicka <jh@suse.cz>
3119
3120 * genextract.c (main): Do not output the memset when not checking.
3121
d6456562
KH
31222004-01-26 Kazu Hirata <kazu@cs.umass.edu>
3123
3124 * config/h8300/h8300.c (h8300_tiny_constant_address_p): Use a
3125 switch statement instead of a chain of if statements.
3126
5cea9d5d
JL
31272004-01-26 Jeff Law <law@redhat.com>
3128
3129 * doc/contrib.texi: Minor cleanup for Paolo Carlini's entry. Add
3130 acute accents for Petur Runolfsson's entry.
3131
04e9daaf
KH
31322004-01-26 Kazu Hirata <kazu@cs.umass.edu>
3133
3134 * config/pdp11/pdp11.c (TARGET_STRUCT_VALUE_RTX): New.
3135 (TARGET_RETURN_IN_MEMORY): Likewise.
3136 * config/pdp11/pdp11.h (STRUCT_VALUE): Remove.
3137 (RETURN_IN_MEMORY): Likewise.
3138
40ca90bf 31392004-01-26 Fariborz Jahanian <fjahanian@apple.com>
6c8066b9 3140
52ad4d7b
ZW
3141 * config/rs6000/rs6000.c (rs6000_emit_move): split slow
3142 unaligned load/store into smaller loads and stores.
6c8066b9 3143
40ca90bf 31442004-01-26 Fariborz Jahanian <fjahanian@apple.com>
6c8066b9 3145
52ad4d7b
ZW
3146 * function.c (assign_parms): Do not assign
3147 long long argument to memory in prologue if
3148 is it loaded into register.
6c8066b9 3149
40ca90bf 31502004-01-26 Fariborz Jahanian <fjahanian@apple.com>
6c8066b9
FJ
3151
3152 PR middle-end/13779
52ad4d7b
ZW
3153 * expr.c (emit_group_load): split constant
3154 correctly into register components of PARALLEL insn.
6c8066b9 3155
40ca90bf 31562004-01-26 Fariborz Jahanian <fjahanian@apple.com>
6c8066b9
FJ
3157
3158 * gcc/config/rs6000/rs6000.md (save_stack_nonlocal):
3159 Use adjust_address_nv directly with appropriate mode.
3160 (restore_stack_nonlocal): Ditto.
3161
4c45af42
KH
31622004-01-26 Kazu Hirata <kazu@cs.umass.edu>
3163
3164 * config/xtensa/xtensa-protos.h: Remove the prototype for
3165 xtensa_builtin_saveregs.
3166 * config/xtensa/xtensa.c (TARGET_PROMOTE_FUNCTION_ARGS): New.
3167 (TARGET_PROMOTE_FUNCTION_RETURN): Likewise.
3168 (TARGET_PROMOTE_PROTOTYPES): Likewise.
3169 (TARGET_STRUCT_VALUE_RTX): Likewise.
3170 (TARGET_RETURN_IN_MEMORY): Likewise.
3171 (TARGET_EXPAND_BUILTIN_SAVEREGS): Likewise.
3172 (xtensa_builtin_saveregs): Make it static.
3173 (xtensa_return_in_memory): New.
3174 * config/xtensa/xtensa.h (PROMOTE_FUNCTION_ARGS: Remove.
3175 (PROMOTE_FUNCTION_RETURN): Likewise.
3176 (PROMOTE_PROTOTYPES): Likewise.
3177 (STRUCT_VALUE): Likewise.
3178 (RETURN_IN_MEMORY): Likewise.
3179 (EXPAND_BUILTIN_SAVEREGS): Likewise.
3180
1cc9f5f5
KH
31812004-01-26 Kazu Hirata <kazu@cs.umass.edu>
3182
3183 * config/arm/arm.c (TARGET_SETUP_INCOMING_VARARGS): New.
3184 (arm_setup_incoming_varargs): Likewise.
3185 * config/arm/arm.h (SETUP_INCOMING_VARARGS): Remove.
3186
558d352a
KH
31872004-01-26 Kazu Hirata <kazu@cs.umass.edu>
3188
3189 * config/cris/cris.c (TARGET_SETUP_INCOMING_VARARGS): New.
3190 (cris_setup_incoming_varargs): Likewise.
3191 * config/cris/cris.h (SETUP_INCOMING_VARARGS): Remove.
3192
2001a5cf
KH
31932004-01-26 Kazu Hirata <kazu@cs.umass.edu>
3194
3195 * config/ns32k/ns32k.c (TARGET_STRUCT_VALUE_RTX): New.
3196 (ns32k_struct_value_rtx): Likewise.
3197 * config/ns32k/ns32k.h (STRUCT_VALUE_REGNUM): Rename to
3198 NS32K_STRUCT_VALUE_REGNUM.
3199
f9ba5949
KH
32002004-01-26 Kazu Hirata <kazu@cs.umass.edu>
3201
3202 * config/arm/arm.c (TARGET_PROMOTE_FUNCTION_ARGS): New.
3203 (TARGET_PROMOTE_PROTOTYPES): Likewise.
3204 (TARGET_STRUCT_VALUE_RTX): Likewise.
3205 (arm_struct_value_rtx): Likewise.
3206 * config/arm/arm.h (PROMOTE_FUNCTION_ARGS): Remove.
3207 (STRUCT_VALUE): Likewise.
3208 (STRUCT_VALUE_REGNUM): Likewise.
3209 (PROMOTE_PROTOTYPES): Likewise.
3210
351a758b
KH
32112004-01-26 Kazu Hirata <kazu@cs.umass.edu>
3212
3213 * config/ia64/ia64-protos.h: Remove the prototype for
3214 ia64_setup_incoming_varargs and ia64_return_in_memory.
3215 * config/ia64/ia64.c (TARGET_STRUCT_VALUE_RTX): New.
3216 (TARGET_RETURN_IN_MEMORY): Likewise.
3217 (TARGET_SETUP_INCOMING_VARARGS): Likewise.
3218 (TARGET_STRICT_ARGUMENT_NAMING): Likewise.
3219 (ia64_setup_incoming_varargs): Adjust the arguments to meet
3220 the requirement of TARGET_SETUP_INCOMING_VARARGS.
3221 (ia64_return_in_memory): Make it static. Change the return
3222 type to bool from int. Add an argument.
3223 (ia64_struct_value_rtx): New.
3224 * config/ia64/ia64.h: Remove commented-out definitions of
3225 PROMOTE_FUNCTION_ARGS, PROMOTE_FUNCTION_RETURN, and
3226 PROMOTE_PROTOTYPES.
3227 (RETURN_IN_MEMORY): Remove.
3228 (STRUCT_VALUE_REGNUM): Likewise.
3229 (STRICT_ARGUMENT_NAMING): Likewise.
3230
a7bba6ca
EB
32312004-01-26 Eric Botcazou <ebotcazou@libertysurf.fr>
3232
3233 PR target/13666
3234 * config/sparc/sparc.c (function_arg_union_value): New function.
3235 (function_arg): Use it to deal with unions.
3236 (function_value): Likewise. Define 'regbase' only for ARCH64.
3237 Replace a conditional statement by a simpler one.
3238
6865f4cd
RS
32392004-01-26 Richard Sandiford <rsandifo@redhat.com>
3240
3241 * config/mips/mips.c (mips16_optimize_gp): Delete.
3242 (mips_reorg): Don't call it.
3243
2d6d0eb5
MH
32442004-01-26 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
3245
3246 * config/c4x/c4x.md (addqi3_noclobber): Move up pecking order.
3247 (floatunsqihf2): Remove operand 6.
3248 (fixhfqi_set, fix_trunchfqi2, fixuns_trunchfqi2): Group with other
3249 fix patterns.
3250 (ldi_conditional, ldf_conditional): Validate operands.
3251
8f422192
MH
32522004-01-26 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
3253
3254 * config/c4x/c4x.h (BCT_CHECK_LOOP_ITERATIONS): Remove.
3255 (HAVE_GAS_HIDDEN): Undefine as interim measure.
52ad4d7b 3256
9c3602e4
MH
32572004-01-26 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
3258
3259 * config/c4x/c4x.c (c4x_legitimate_address_p): Invalidate direct
3260 memory references if TARGET_EXPOSE_LDP nonzero.
3261
a026b9d6
MH
32622004-01-26 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
3263
3264 * config/c4x/c4x.c (legitimize_operands): Truncate invalid shift counts.
52ad4d7b 3265
b7bbb574
MH
32662004-01-26 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
3267
3268 * config/c4x/c4x.c (c4x_valid_operands): More aggressively reject
3269 invalid operand combinations.
3270
1e903c61
MH
32712004-01-26 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
3272
3273 * config/c4x/c4x.c (c4x_check_legit_addr): Rename to
3274 c4x_legitimate_address_p. Fix post_modify check.
b7bbb574 3275
1e903c61
MH
3276 * config/c4x/c4x-protos.h (c4x_check_legit_addr): Adjust.
3277 * config/c4x/c4x.h (c4x_check_legit_addr): Adjust.
52ad4d7b 3278
3f12cd9b
KH
32792004-01-25 Kazu Hirata <kazu@cs.umass.edu>
3280
3281 * config/pa/pa-protos.h: Remove the prototype for
3282 hppa_builtin_saveregs. Add a prototype for
3283 pa_return_in_memory.
3284 * config/pa/pa.c (TARGET_PROMOTE_FUNCTION_RETURN): New.
3285 (TARGET_PROMOTE_PROTOTYPES): Likewise.
3286 (TARGET_STRUCT_VALUE_RTX): Likewise.
3287 (TARGET_RETURN_IN_MEMORY): Likewise.
3288 (TARGET_EXPAND_BUILTIN_SAVEREGS): Likewise.
3289 (pa_struct_value_rtx): Likewise.
3290 (pa_return_in_memory): Likewise.
3291 * config/pa/pa.h (STRUCT_VALUE_REGNUM): Rename to
3292 PA_STRUCT_VALUE_REGNUM.
3293 (INIT_CUMULATIVE_ARGS): Use pa_return_in_memory.
3294 (EXPAND_BUILTIN_SAVEREGS): Remove.
3295 (PROMOTE_PROTOTYPES): Likewise.
3296 (PROMOTE_FUNCTION_RETURN): Likewise.
3297
f289e226
KH
32982004-01-25 Kazu Hirata <kazu@cs.umass.edu>
3299
3300 * config/vax/vax.c (TARGET_PROMOTE_PROTOTYPES): New.
3301 (TARGET_STRUCT_VALUE_RTX): Likewise.
3302 (vax_struct_value_rtx): Likewise.
3303 * config/vax/vax.h (STRUCT_VALUE_REGNUM): Rename to
3304 VAX_STRUCT_VALUE_REGNUM.
3305 (PROMOTE_PROTOTYPES): Remove.
3306
12fb52cf 33072004-01-26 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
52ad4d7b
ZW
3308
3309 * config/c4x/c4x.h (LEGITIMIZE_RELOAD_ADDRESS): Handle symref.
3310
fdcf1e1e
CD
33112003-04-25 Chris Demetriou <cgd@broadcom.com>
3312
3313 * config/mips/mips.h (ISA_HAS_HILO_INTERLOCKS): MIPS32, MIPS32r2,
3314 and MIPS64 have HI/LO interlocks. Update comment.
3315
7e43c821
KH
33162004-01-25 Kazu Hirata <kazu@cs.umass.edu>
3317
3318 * config/stormy16/stormy16-protos.h: Remove the prototype for
3319 xstormy16_setup_incoming_varargs.
3320 * config/stormy16/stormy16.c
3321 (xstormy16_setup_incoming_varargs): Remove.
3322 (xstormy16_return_in_memory): New.
3323 (TARGET_PROMOTE_FUNCTION_ARGS): Likewise.
3324 (TARGET_PROMOTE_FUNCTION_RETURN): Likewise.
3325 (TARGET_PROMOTE_PROTOTYPES): Likewise.
3326 (TARGET_STRUCT_VALUE_RTX): Likewise.
3327 (TARGET_RETURN_IN_MEMORY): Likewise.
3328 * config/stormy16/stormy16.h (PROMOTE_FUNCTION_ARGS): Remove.
3329 (PROMOTE_FUNCTION_RETURN): Likewise
3330 (PROMOTE_PROTOTYPES): Likewise
3331 (RETURN_IN_MEMORY): Likewise
3332 (STRUCT_VALUE): Likewise
3333 (SETUP_INCOMING_VARARGS): Likewise
3334
62973ffe
RS
33352004-01-25 Richard Sandiford <rsandifo@redhat.com>
3336
3337 * config/mips/mips.c (mips_offset_within_object_p): New function.
3338 (mips_symbolic_constant_p): Use it in the SYMBOL_SMALL_DATA and
3339 SYMBOL_CONSTANT_POOL cases. Also use it for SYMBOL_GENERAL if the
3340 ABI has 64-bit pointers and the object file only allows 32-bit symbols.
3341
8e67da21
KH
33422004-01-25 Kazu Hirata <kazu@cs.umass.edu>
3343
3344 * config/sh/sh.h (PROMOTE_FUNCTION_ARGS): Remove.
3345 (PROMOTE_FUNCTION_RETURN): Likewise.
3346
9024ea92
KH
33472004-01-25 Kazu Hirata <kazu@cs.umass.edu>
3348
3349 * config/mn10300/mn10300-protos.h: Remove the prototype for
3350 mn10300_builtin_saveregs.
3351 * config/mn10300/mn10300.c (TARGET_PROMOTE_PROTOTYPES): New.
3352 (TARGET_STRUCT_VALUE_RTX): Likewise.
3353 (TARGET_RETURN_IN_MEMORY): Likewise.
3354 (TARGET_EXPAND_BUILTIN_SAVEREGS): Likewise.
3355 (mn10300_return_in_memory): Likewise.
3356 (mn10300_builtin_saveregs): Make it static.
3357 * config/mn10300/mn10300.h (PROMOTE_PROTOTYPES): Remove.
3358 (RETURN_IN_MEMORY): Likewise.
3359 (STRUCT_VALUE): Likewise.
3360 (EXPAND_BUILTIN_SAVEREGS): Likewise.
3361
20b4e8ae
EB
33622004-01-25 Eric Botcazou <ebotcazou@act-europe.fr>
3363
3364 PR bootstrap/13853
3365 * cfgcleanup.c (try_optimize_cfg): Explicitly test against 0.
3366
cff555dc
KH
33672004-01-25 Kazu Hirata <kazu@cs.umass.edu>
3368
3369 * config/h8300/lib1funcs.asm (divnorm, modnorm): Optimize by
3370 using ccr.
3371
30f58b01
KH
33722004-01-25 Kazu Hirata <kazu@cs.umass.edu>
3373
3374 * config/i860/i860-protos.h: Remove the prototype for
3375 i860_saveregs.
3376 * config/i860/i860.c (i860_saveregs): Make it static.
3377 (i860_struct_value_rtx): New.
3378 (TARGET_STRUCT_VALUE_RTX): Likewise.
3379 (TARGET_EXPAND_BUILTIN_SAVEREGS): Likewise.
3380 * config/i860/i860.h (STRUCT_VALUE_REGNUM): Rename to
3381 I860_STRUCT_VALUE_REGNUM.
3382 (EXPAND_BUILTIN_SAVEREGS): Remove.
3383
341ec191
KH
33842004-01-25 Kazu Hirata <kazu@cs.umass.edu>
3385
3386 * config/m68hc11/m68hc11.c (TARGET_STRUCT_VALUE_RTX): New.
3387 (TARGET_RETURN_IN_MEMORY): Likewise.
3388 (m68hc11_struct_value_rtx): Likewise.
3389 (m68hc11_return_in_memory): Likewise.
3390 * config/m68hc11/m68hc11.h: Remove a commented-out definition
3391 of PROMOTE_PROTOTYPES.
3392 (RETURN_IN_MEMORY): Remove.
3393 (STRUCT_VALUE_REGNUM): Likewise.
3394
344caf1b
KH
33952004-01-25 Kazu Hirata <kazu@cs.umass.edu>
3396
3397 * config/mmix/mmix-protos.h: Remove the prototype for
3398 mmix_setup_incoming_varargs.
3399 * config/mmix/mmix.c (TARGET_PROMOTE_FUNCTION_ARGS): New.
3400 (TARGET_STRUCT_VALUE_RTX): Likewise.
3401 (TARGET_SETUP_INCOMING_VARARGS): Likewise.
3402 (mmix_setup_incoming_varargs): Make it static.
3403 (mmix_struct_value_rtx): New.
3404 * config/mmix/mmix.h (PROMOTE_FUNCTION_ARGS): Remove.
3405 Remove a commented-out definition of PROMOTE_FUNCTION_RETURN.
3406 (STRUCT_VALUE_REGNUM): Remove.
3407 (SETUP_INCOMING_VARARGS): Likewise.
3408
0c8da560
KH
34092004-01-25 Kazu Hirata <kazu@cs.umass.edu>
3410
3411 * config/mips/mips-protos.h: Remove the prototypes for
3412 mips_setup_incoming_varargs and mips_return_in_memory.
3413 * config/mips/mips.c (TARGET_PROMOTE_FUNCTION_ARGS): New.
3414 (TARGET_PROMOTE_FUNCTION_RETURN): Likewise.
3415 (TARGET_PROMOTE_PROTOTYPES): Likewise.
3416 (TARGET_STRUCT_VALUE_RTX): Likewise.
3417 (TARGET_RETURN_IN_MEMORY): Likewise.
3418 (TARGET_SETUP_INCOMING_VARARGS): Likewise.
3419 (TARGET_STRICT_ARGUMENT_NAMING): Likewise.
3420 (mips_setup_incoming_varargs): Match the prototype for
3421 TARGET_SETUP_INCOMING_VARARGS.
3422 (mips_return_in_memory): Make it static. Add argument fntype.
3423 (mips_strict_argument_naming): New.
3424 * config/mips/mips.h (PROMOTE_PROTOTYPES): Remove.
3425 (PROMOTE_FUNCTION_ARGS): Likewise.
3426 (PROMOTE_FUNCTION_RETURN): Likewise.
3427 (STRUCT_VALUE): Likewise.
3428 (RETURN_IN_MEMORY): Likewise.
3429 (SETUP_INCOMING_VARARGS): Likewise.
3430 (STRICT_ARGUMENT_NAMING): Likewise.
3431
49ca372c
KH
34322004-01-25 Kazu Hirata <kazu@cs.umass.edu>
3433
3434 * config/ip2k/ip2k.c (TARGET_STRUCT_VALUE_RTX): New.
3435 (TARGET_RETURN_IN_MEMORY): Likewise.
3436 (TARGET_SETUP_INCOMING_VARARGS): Likewise.
3437 (ip2k_return_in_memory): Likewise.
3438 (ip2k_setup_incoming_varargs): Likewise.
3439 * config/ip2k/ip2k.h (RETURN_IN_MEMORY): Remove.
3440 (STRUCT_VALUE): Likewise.
3441 (STRUCT_VALUE_INCOMING): Likewise.
3442 (SETUP_INCOMING_VARARGS): Likewise.
3443
b069302c
KH
34442004-01-25 Kazu Hirata <kazu@cs.umass.edu>
3445
3446 * config/avr/avr.c (TARGET_STRUCT_VALUE_RTX): New.
3447 (TARGET_RETURN_IN_MEMORY): Likewise.
3448 (TARGET_STRICT_ARGUMENT_NAMING): Likewise.
3449 (avr_return_in_memory): Remove.
3450 * config/avr/avr.h (RETURN_IN_MEMORY): Remove.
3451 (STRUCT_VALUE): Likewise.
3452 (STRUCT_VALUE_INCOMING): Likewise.
3453 (STRICT_ARGUMENT_NAMING): Likewise.
3454
e6d83128
JH
34552004-01-25 Jan Hubicka <jh@suse.cz>
3456
3457 * combine.c (recog_for_combine): Avoid allocating unnecesary RTX.
3458
bcbc6b7f
RS
34592004-01-25 Richard Sandiford <rsandifo@redhat.com>
3460
3461 * config/mips/mips-protos.h (mips_reg_mode_ok_for_base_p): Delete.
3462 (mips_regno_mode_ok_for_base_p): Declare.
3463 * config/mips/mips.h (ARG_POINTER_REGNUM): Renumber to 77.
3464 (FRAME_POINTER_REGNUM): Renumber to 78.
3465 (FIRST_PSEUDO_REGISTER): Update comment accordingly.
3466 (BASE_REG_P, GP_REG_OR_PSEUDO_STRICT_P): Delete.
3467 (GP_REG_OR_PSEUDO_NONSTRICT_P): Delete.
3468 (REGNO_MODE_OK_FOR_BASE_P): Use mips_regno_mode_ok_for_base_p.
3469 (REG_MODE_OK_FOR_BASE_P): Likewise.
3470 * config/mips/mips.c (mips_reg_names, mips_sw_reg_names): Change
3471 entry for 77 to "$arg" and entry for 78 to "$frame".
3472 (mips_regno_to_class): Map 77 and 78 to ALL_REGS.
3473 (mips_reg_mode_ok_for_base_p): Remove.
3474 (mips_regno_mode_ok_for_base_p): New function, derived from old
3475 BASE_REG_P macro. Don't enforce the mips16 stack pointer
3476 restrictions unless we're being strict.
3477 (mips_valid_base_register_p): Use mips_regno_mode_ok_for_base_p.
3478
1f52178b
KH
34792004-01-24 Kazu Hirata <kazu@cs.umass.edu>
3480
3481 * c-common.h: Fix comment typos.
3482 * c-decl.c: Likewise.
3483 * cgraphunit.c: Likewise.
3484 * combine.c: Likewise.
3485 * et-forest.c: Likewise.
3486 * flow.c: Likewise.
3487 * function.c: Likewise.
3488 * ifcvt.c: Likewise.
3489 * integrate.c: Likewise.
3490 * jump.c: Likewise.
3491 * postreload.c: Likewise.
3492 * varray.c: Likewise.
3493
56ae1316
KH
34942004-01-24 Kazu Hirata <kazu@cs.umass.edu>
3495
3496 * doc/frontends.texi: Update copyright.
3497 * doc/gcov.texi: Likewise.
3498 * doc/gty.texi: Likewise.
3499 * doc/sourcebuild.texi: Likewise.
3500 * doc/standards.texi: Likewise.
3501
b1dccb28
HB
35022004-01-24 Herman A.J. ten Brugge <hermantenbrugge@home.nl>
3503
3504 PR target/12978
3505 * c4x.md: (movstrqi*) Use match_scratch instead of match_dup.
3506 Remove movstrqi_small because it conflicts with movstrqi_large.
3507
a2fef3a4
KH
35082004-01-24 Kazu Hirata <kazu@cs.umass.edu>
3509
3510 * config/cris/cris.c (TARGET_PROMOTE_FUNCTION_ARGS): New.
3511 (TARGET_STRUCT_VALUE_RTX): Likewise.
3512 (cris_struct_value_rtx): Likewise.
3513 * config/cris/cris.h (PROMOTE_FUNCTION_ARGS): Remove.
3514 (CRIS_STACKADJ_REG): Use CRIS_STRUCT_VALUE_REGNUM instead of
3515 STRUCT_VALUE_REGNUM.
3516 (STRUCT_VALUE_REGNUM): Rename to CRIS_STRUCT_VALUE_REGNUM.
3517
1f44254c
ILT
35182004-01-24 Ian Lance Taylor <ian@wasabisystems.com>
3519
3520 PR bootstrap/13848
3521 * cse.c (cse_cc_succs): Change the mode of the source expression
3522 as soon as decide we need a new mode. Don't permit changing modes
3523 if we found a match in a successor block.
3524 (cse_condition_code_reg): Save original mode of source expression
3525 so that we know whether we have to change the mode in other
3526 insns.
3527
fdb1c7b3
JH
35282004-01-24 Jan Hubicka <jh@suse.cz>
3529
3530 * emit-rtl.c (change_address, adjust_address_1, offset_address,
3531 widen_memory_access): Return early when there is nothing to change.
3532
5473cfa7
JJ
35332004-01-24 Jakub Jelinek <jakub@redhat.com>
3534
3535 * simplify-rtx.c (simplify_relational_operation): Don't
3536 simplify address == constant into address + -constant == 0.
3537
a5153056
KH
35382004-01-24 Kazu Hirata <kazu@cs.umass.edu>
3539
3540 * gcc.c (process_command): Don't internationalize the
3541 Copyright message.
3542 * mips-tfile.c (main): Likewise.
3543
174b84e5
AT
35442004-01-24 Andreas Tobler <a.tobler@schweiz.ch>
3545
3546 * cse.c: (cse_cc_succs) Fix comparison warning.
3547
16537909
KH
35482004-01-24 Kazu Hirata <kazu@cs.umass.edu>
3549
3550 * config/h8300/h8300.md: Remove extraneous USE in expanders.
3551
d0022200
KH
35522004-01-24 Kazu Hirata <kazu@cs.umass.edu>
3553
3554 * config/h8300/h8300-protos.h: Provide prototypes for
3555 h8300_legitimate_constant_p and h8300_legitimate_address_p.
3556 * config/h8300/h8300.c (h8300_legitimate_constant_p): New.
3557 (h8300_rtx_ok_for_base_p): Likewise.
3558 (h8300_legitimate_address_p): Likewise.
3559 * config/h8300/h8300.h (LEGITIMATE_CONSTANT_P): Use
3560 h8300_legitimate_constant_p.
3561 (RTX_OK_FOR_BASE_P): Remove.
3562 (GO_IF_LEGITIMATE_ADDRESS): Use h8300_legitimate_address_p.
3563
ca04c5a9
KH
35642004-01-24 Kazu Hirata <kazu@cs.umass.edu>
3565
3566 * config/h8300/h8300.h (REG_OK_FOR_INDEX_NONSTRICT_P): New.
3567 (REG_OK_FOR_BASE_NONSTRICT_P): Likewise.
3568 (REG_OK_FOR_INDEX_STRICT_P): Likewise.
3569 (REG_OK_FOR_BASE_STRICT_P): Likewise.
3570 (REG_OK_FOR_INDEX_STRICT_P): Use REGNO_OK_FOR_INDEX_P.
3571 (REG_OK_FOR_BASE_STRICT_P): Use REGNO_OK_FOR_BASE_P.
3572 (REG_OK_FOR_INDEX_P): Use REG_OK_FOR_INDEX_STRICT_P.
3573 (REG_OK_FOR_BASE_P): Use REG_OK_FOR_BASE_STRICT_P.
3574
3e2a0bd2
JH
35752004-01-24 Jan Hubicka <jh@suse.cz>
3576
3577 * cselib.c (remove_useless_values): Do not access discarded values.
3578
b1adf557
JM
35792004-01-24 Joseph S. Myers <jsm@polyomino.org.uk>
3580
3581 * c-typeck.c (build_conditional_expr): Do not allow non-lvalue
3582 arrays.
3583
55cd4633
KH
35842004-01-23 Kazu Hirata <kazu@cs.umass.edu>
3585
3586 * recog.c: Fix a typo in copyright.
3587
bbf294a5
AP
35882004-01-23 Andrew Pinski <apinski@apple.com>
3589
3590 * config/rs6000/rs6000.md (call): Fix misappiled patch.
3591 (call_value): Likewise.
3592
a475bff7
RH
35932004-01-23 Richard Henderson <rth@redhat.com>
3594
52ad4d7b
ZW
3595 PR opt/12941
3596 * combine.c (SHIFT_COUNT_TRUNCATED): Provide default value.
3597 (simplify_comparison): Don't simplify (eq (zero_extract c 1 r) 0)
3598 if SHIFT_COUNT_TRUNCATED is set.
a475bff7 3599
3712281f
BW
36002004-01-23 Bob Wilson <bob.wilson@acm.org>
3601
3602 * config/xtensa/xtensa.c (xtensa_va_arg): Handle complex values as
3603 separate real and imaginary parts.
3604 * config/xtensa/xtensa.h (SPLIT_COMPLEX_ARGS): Define.
3605
99e5c00b
HP
36062004-01-23 Hartmut Penner <hpenner@de.ibm.com>
3607
3608 PR target/13674
3609 * config/rs6000/rs6000.md (movdf_hardfloat64): Do not disparage
3610 loading into GPR.
3611
8b07361e
JH
36122004-01-23 Jan Hubicka <jh@suse.cz>
3613
a74ff877
JH
3614 * emit-rtl.c (change_address_1): Do not re-generate the RTX if nothing
3615 change.
3616
8b07361e
JH
3617 * alloc-pool.c (align_four): Kill.
3618 (create_alloc_pool): Align size to eight.
3619 (free_alloc_pool, free_pool): Invalidate deallocated data.
3620
e129d93a
ILT
36212004-01-23 Ian Lance Taylor <ian@wasabisystems.com>
3622
3623 PR gcc/1532
3624 * cse.c (cse_change_cc_mode): New static function.
3625 (cse_change_cc_mode_insns, cse_cc_succs): Likewise.
3626 (cse_condition_code_reg): New function.
3627 * rtl.h (cse_condition_code_reg): Declare.
3628 * toplev.c (rest_of_handle_cse2): Call cse_condition_code_reg.
3629 * target.h (struct gcc_target): Add fixed_condition_code_regs and
3630 cc_modes_compatible.
3631 * target-def.h (TARGET_FIXED_CONDITION_CODE_REGS): Define.
3632 (TARGET_CC_MODES_COMPATIBLE): Define.
3633 (TARGET_INITIALIZER): Add new initializers.
3634 * targhooks.c (default_cc_modes_compatible): New function.
3635 * targhooks.c (default_cc_modes_compatible): Declare.
3636 * hooks.c (hook_bool_intp_intp_false): New function.
3637 * hooks.h (hook_bool_intp_intp_false): Declare.
3638 * config/i386/i386.c (TARGET_FIXED_CONDITION_CODE_REGS): Define.
3639 (TARGET_CC_MODES_COMPATIBLE): Define.
3640 (ix86_fixed_condition_code_regs): New static function.
3641 (ix86_cc_modes_compatible): Likewise.
3642 * doc/tm.texi (Condition Code): Document new hooks.
3643
f6c930a3
RO
36442004-01-23 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3645
3646 * fixinc/inclhack.def (bad_lval): Renamed to ...
3647 (alpha_bad_lval): ... this.
3648 Removed file list.
3649 Restrict to alpha*-dec-osf*.
3650 * fixinc/fixincl.x: Regenerate.
3651 * fixinc/tests/base/dirent.h: Remove, moving test ...
3652 * fixinc/tests/base/testing.h: ... here, reflecting new name.
3653
04b8f97f
ZW
36542004-01-23 Zack Weinberg <zack@codesourcery.com>
3655
30cab869 3656 PR c/13814
04b8f97f
ZW
3657 * c-decl.c (diagnose_mismatched_decls): Also discard a
3658 built-in if we encounter an old-style definition with the
3659 same name.
3660
1ab1739c
JJ
36612004-01-23 Jakub Jelinek <jakub@redhat.com>
3662
3663 * config.gcc (powerpc*-*): Clear $with_cpu or $with_tune if it was
3664 set to default{32,64}.
3665
02731d29
JJ
36662004-01-21 Jakub Jelinek <jakub@redhat.com>
3667
3668 * config/rs6000/linux64.h (MD_FALLBACK_FRAME_STATE_FOR)
3669 [!__powerpc64__]: Corrected to handle kernels with changed ucontext.
3670
0a944ef6 36712004-01-23 Eric Botcazou <ebotcazou@act-europe.fr>
04b8f97f 3672 Olivier Hainque <hainque@act-europe.fr>
0a944ef6
EB
3673
3674 * fold-const.c (fold_binary_op_with_conditional_arg): Only
3675 build a COMPOUND_EXPR if 'arg' is really a SAVE_EXPR.
3676
0bfb39ef
DJ
36772004-01-23 Daniel Jacobowitz <drow@mvista.com>
3678
3679 * config/arm/arm.c (arm_legitimate_address_p): Don't check the mode
3680 size for minipool references.
3681
25348c94
RS
36822004-01-23 Roger Sayle <roger@eyesopen.com>
3683
3684 * real.c (real_floor, real_ceil): Tweak to allow input and output
3685 arguments to overlap.
3686 (real_round): New function to implement round(3m) semantics.
3687 * real.h (real_round): Prototype here.
3688 * builtins.c (fold_builtin_round): New function to constant fold
3689 round, roundf and roundl.
3690 (fold_builtin): Call fold_builtin_round for BUILT_IN_ROUND{,F,L}.
3691
0f2b41b2
AO
36922004-01-23 Alexandre Oliva <aoliva@redhat.com>
3693
3694 PR optimization/13819
04b8f97f 3695 * config/sh/sh.c (sh_reorg): Compensate for sharing of CLOBBERs
0f2b41b2
AO
3696 introduced by 2004-01-20's Jan Hubicka's copy_insn change.
3697 (sh_handle_sp_switch_attribute): Remove warning.
3698
72613dfa
JH
36992003-11-30 Jan Hubicka <jh@suse.cz>
3700
3701 * i386.c (ix86_emit_restore_regs_using_mov): Deal with large offsets.
3702
7be4d808
R
37032004-01-23 J"orn Rennecke <joern.rennecke@superh.com>
3704
3705 * doc/tm.texi: Insert some weasel words when LOAD_EXTEND_OP
3706 may or may not return non-NIL.
3707 * postreload.c (reload_cse_simplify_operands): In LOAD_EXTEND_OP code,
3708 check CANNOT_CHANGE_MODE_CLASS
3709
23bd7a93
JH
37102004-01-23 Jan Hubicka <jh@suse.cz>
3711
3712 * basic-block.h (PROP_POSTRELOAD): New macro.
3713 (CLEANUP_LOG_LINKS): New.
3714 * cfgcleanup.c (cleanup_cfg): Only PROP_LOG_LINKS when asked to.
3715 * toplev.c (rest_of_handle_life): Preserve LOG_LINKS trought cleanup_cfg.
3716
3717 * cselib.c (value_pool): New.
3718 (new_cselib_val): Use pool.
3719 (cselib_init): Initialize value_pool
3720 (cselib_finish): Free pool.
3721
5c4f4b18
EB
37222004-01-23 Eric Botcazou <ebotcazou@libertysurf.fr>
3723
3724 * config/sparc/sparc.c (scan_record_type): New function.
3725 (function_arg_slotno): Use it to determine which kinds of
3726 registers the record can be passed in.
3727
95f576c1
JM
37282004-01-22 James A. Mmorrison <ja2morri@uwaterloo.ca>
3729
3730 * config/pa/fptr.c: Fix old-style definition.
3731
4c442790
PB
37322004-01-22 Paolo Bonzini <bonzini@gnu.org>
3733
3734 PR optimization/13724
3735 * cse.c (fold_rtx) <SUBREG>: Fold a SUBREG to zero if it
3736 represents the zero bits produced by a ZERO_EXTEND operation.
3737
dc4bbaf7
RS
37382004-01-22 Roger Sayle <roger@eyesopen.com>
3739
3740 PR optimization/13821
3741 * simplify-rtx.c (simplify_subreg): Use subreg_lowpart_offset to
3742 correctly calculate the lowpart offset of the contracted subreg.
3743
b00567b0
ILT
37442004-01-22 Ian Lance Taylor <ian@wasabisystems.com>
3745
3746 * doc/invoke.texi (Optimize Options): Note that --param arguments
3747 are subject to change without notice.
3748
d0d969f8
RO
37492004-01-22 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3750
3751 * config.gcc (mips-sgi-irix6*o32): Removed.
3752 * config/mips/iris6-o32-as.h: Likewise.
3753 * config/mips/iris6-o32-gas.h: Likewise.
3754 * config/mips/iris6-o32.h: Likewise.
3755
7cf240d5
JH
37562004-01-22 Jan Hubicka <jh@suse.cz>
3757
3758 * cfgcleanup.c (first_pass): New static variable.
3759 (try_forward_edges): Add work limiting check for threading.
3760 (try_crossjump_bb): Add work limiting check for crossjumping.
3761 (try_optimize_cfg): Maintain first pass variable.
3762
b16417d6
BW
37632004-01-22 Bob Wilson <bob.wilson@acm.org>
3764
3765 * config/xtensa/xtensa.c (function_arg): Generalize logic so that it
3766 handles complex and vector modes.
3767
c8796654
KH
37682004-01-22 Kazu Hirata <kazu@cs.umass.edu>
3769
3770 * config/h8300/h8300.h (REG_OK_FOR_INDEX_P_STRICT): Remove.
3771 (REG_OK_FOR_BASE_P_STRICT): Likewise.
3772 (STRICT): Likewise.
3773
10176e28
DJ
37742004-01-22 Daniel Jacobowitz <drow@mvista.com>
3775
3776 * c-semantics.c (genrtl_while_stmt, genrtl_do_stmt_1)
3777 (genrtl_for_stmt): Remove emit_nop calls.
3778
7bff636b
JDA
37792004-01-22 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3780
3781 PR target/13713
3782 PR target/13324
3783 * pa.md (movstrsi_prereload, movstrsi_postreload, movstrdi_prereload,
3784 movstrdi_postreload, clrstrsi_prereload, clrstrsi_postreload,
3785 clrstrdi_prereload, clrstrdi_postreload): Fix constraints.
3786
980e61bb
DJ
37872004-01-22 Daniel Jacobowitz <drow@mvista.com>
3788
3789 * config/arm/arm.c: Include "debug.h".
04b8f97f 3790 (thumb_pushpop): Take two new arguments. Add some commentary.
980e61bb
DJ
3791 Output frame information when pushing.
3792 (thumb_exit, thumb_unexpanded_epilogue): Update calls to
3793 thumb_pushpop.
3794 (thumb_output_function_prologue): Likewise. Accumulate a CFA
3795 offset, and pass it to thumb_pushpop. Output CFI information.
3796 (thumb_expand_prologue): Add some frame-related markers and notes.
3797
0067d121
UW
37982004-01-22 Ulrich Weigand <uweigand@de.ibm.com>
3799
3800 * config/s390/s390.c (s390_frame_info): Allow large frame sizes
3801 for TARGET_64BIT.
3802 (s390_arg_frame_offset): Change return type to HOST_WIDE_INT.
3803 * config/s390/s390-protos.h (s390_arg_frame_offset): Likewise.
3804
bb51e270
RS
38052004-01-22 Roger Sayle <roger@eyesopen.com>
3806 Paolo Bonzini <bonzini@gnu.org>
3807
3808 * rtlanal.c (subreg_lsb_1): New function split out from subreg_lsb.
3809 (subreg_lsb): Change to call new subreg_lsb_1 helper function.
3810 * rtl.h (subreg_lsb_1): Prototype here.
3811 * simplify-rtx.c (simplify_subreg): Optimize subregs of zero and
3812 sign extensions.
3813
9c49953c
KH
38142004-01-22 Kazu Hirata <kazu@cs.umass.edu>
3815
3816 * doc/tm.texi (CASE_VECTOR_PC_RELATIVE): Mention that the
3817 macro need not be defined if jump-tables should contain
3818 relative addresses only when -fPIC or -fPIC is in effect.
3819
c582d54a
JH
38202004-01-22 Jan Hubicka <jh@suse.cz>
3821
3822 * alias.c (reg_base_value): Turn into varray.
3823 (reg_base_value_size): Kill.
3824 (old_reg_base_value): New deletable varray.
3825 (alias_invariant_size): New variable.
3826 (REG_BASE_VALUE): Update to use varray.
3827 (find_base_value): Likewise.
3828 (record_set): Likewise.
3829 (record_base_value): Likewise.
3830 (memrefs_conflict_p): Likewise.
3831 (record_set): Likewise
3832 (record_base_value): Likewise.
3833 (memrefs_conflict_p): Use alias_invariant_size.
3834 (init_alias_analysis): Use varray; set alias_invariant_size;
3835 rescale other arrays to be sized by maxreg.
3836 (end_alias_analysis): Save reg_base_value; clear alias_invariant_size.
3837
8a98812c
EB
38382004-01-22 Eric Botcazou <ebotcazou@libertysurf.fr>
3839
3840 * config/sparc/sparc.c (function_arg_slotno): Use
3841 FLOAT_TYPE_P to detect FP fields in structures.
3842 (function_arg_record_value_1): Likewise.
3843 (function_arg_record_value_2): Likewise.
3844
0de456a5
JH
38452004-01-22 Jan Hubicka <jh@suse.cz>
3846
3847 * function.c (allocate_struct_function): Do not initialize expr, emit
3848 and varasm.
3849 (prepare_function_start): Do it here.
3850 * c-parse.in (maybe_type_qual): Do not produce line number notes.
3851
1fd05073
EB
38522004-01-22 Eric Botcazou <ebotcazou@libertysurf.fr>
3853
3854 PR target/13559
3855 * config/sparc/sparc.c (function_arg_record_value_3): Revert
3856 to 'word_mode' once the first slot has been filled.
3857
b2f24c85
EB
38582004-01-22 Olivier Hainque <hainque@act-europe.fr>
3859
3860 * config/sparc/sparc.c (function_arg_record_value_1): Fix
3861 computation of the number of integer registers required.
3862
b4e0dd8e
KH
38632004-01-21 Kazu Hirata <kazu@cs.umass.edu>
3864
3865 * config/i386/i386.md: Simplify certain comparisons of
3866 const_int.
3867
5cc5eddc
AP
38682004-01-21 Andrew Pinski <apinski@apple.com>
3869
3870 PR target/13785
04b8f97f 3871 * config/rs6000/rs6000.md (call_value): Force operand
5cc5eddc
AP
3872 1 not operand 0 into a register.
3873
711d8c91
KH
38742004-01-21 Kazu Hirata <kazu@cs.umass.edu>
3875
3876 * cpperror.c, cpptrad.c, longlong.h, params.def, rtl.def,
3877 unwind-dw2-fde.h: Update copyright.
3878
d1885651
JDA
38792004-01-21 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3880
3881 * pa-protos.h: Update copyright.
3882 * pa.h: Likewise.
3883 * pa.md: Likewise.
3884
40ca90bf 38852004-01-21 Caroline Tice <ctice@apple.com>
ec13ba83 3886
6ed854f1 3887 PR target/12308
04b8f97f 3888 * config/i386/i386.md (fix_truncxfdi2): Add clause to clobber
ec13ba83
CT
3889 flags register.
3890 (fix_truncdfdi2): Likewise.
3891 (fix_truncsfdi2): Likewise.
3892 (*fix_truncdi_1): Likewise.
3893 (fix_truncxfsi2): Likewise.
3894 (fix_truncdfsi2): Likewise.
3895 (fix_truncsfsi2): Likewise.
3896 (*fix_truncsi_1): Likewise.
3897 (fix_truncxfhi2): Likewise.
3898 (fix_truncdfhi2): Likewise.
3899 (fix_truncsfhi2): Likewise.
3900 (*fix_trunchi_1): Likewise.
04b8f97f 3901
d9221e01
KH
39022004-01-21 Kazu Hirata <kazu@cs.umass.edu>
3903
3904 * alias.c, basic-block.h, c-common.c, c-common.h,
3905 c-cppbuiltin.c, c-opts.c, c-pragma.c, c-pretty-print.c,
3906 calls.c, cfg.c, cfgcleanup.c, cfgrtl.c, cgraph.h, collect2.c,
3907 combine.c, cppcharset.c, cpphash.h, cppinit.c, cpplib.c,
3908 cpplib.h, cppmacro.c, crtstuff.c, cselib.c, cselib.h,
3909 defaults.h, df.c, dominance.c, et-forest.c, expmed.c, expr.c,
3910 expr.h, fix-header.c, function.h, gcc.c, gcse.c, genattrtab.c,
3911 genautomata.c, genconditions.c, genemit.c, genflags.c,
3912 gengtype.c, gengtype.h, genopinit.c, genrecog.c, gensupport.c,
3913 ggc-zone.c, graph.c, haifa-sched.c, input.h, integrate.c,
3914 langhooks-def.h, langhooks.c, langhooks.h, line-map.c,
3915 line-map.h, local-alloc.c, optabs.c, optabs.h, postreload.c,
3916 ra.h, recog.c, reg-stack.c, regmove.c, reload.c, reorg.c,
3917 rtl.c, sched-deps.c, sched-ebb.c, sdbout.c, system.h,
3918 target.h, targhooks.c, toplev.h, tree-inline.c, unwind-pe.h,
3919 unwind.h, varray.c, varray.h: Update copyright.
3920
6d6b0a12
KH
39212004-01-21 Kazu Hirata <kazu@cs.umass.edu>
3922
3923 * config/h8300/coff.h: Update copyright.
3924 * config/h8300/elf.h: Likewise.
3925 * config/h8300/h8300-protos.h: Likewise.
3926 * config/h8300/h8300.c: Likewise.
3927 * config/h8300/h8300.h: Likewise.
3928 * config/h8300/h8300.md: Likewise.
3929
4b60eb3b
JDA
39302004-01-21 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3931
3932 * fixinc/inclhack.def (hpux10_stdio_declarations, ultrix_const3,
3933 ultrix_locale, ultrix_stdlib, ultrix_strings, ultrix_sys_time,
3934 ultrix_unistd): New hacks.
3935 * fixinc/tests/base/stdio.h (HPUX10_STDIO_DECLARATIONS_CHECK,
3936 ULTRIX_CONST2_CHECK): Add checks.
3937 * fixinc/tests/base/stdlib.h (ULTRIX_STDLIB_CHECK): Likewise.
3938 * fixinc/tests/base/strings.h (ULTRIX_STRINGS2_CHECK): Likewise.
3939 * fixinc/tests/base/unistd.h (ULTRIX_UNISTD_CHECK): Likewise.
3940 * fixinc/tests/base/sys/time.h (ULTRIX_SYS_TIME_CHECK): Likewise.
3941 * fixinc/tests/base/locale.h: New file.
3942 * fixinc/fixincl.x: Rebuilt.
3943
bbf5a54d
AJ
39442004-01-21 Andreas Jaeger <aj@suse.de>
3945 Michael Matz <matz@suse.de>
3946
3947 * doc/extend.texi (Extended Asm): Clarify memory clobber.
3948
bfccaa6f
JJ
39492004-01-21 Jakub Jelinek <jakub@redhat.com>
3950
3951 * crtstuff.c (frame_dummy, __do_global_ctors_1): Call
3952 _Jv_RegisterClasses through a function pointer.
3953
c3cda381
FH
39542004-01-21 Falk Hueffner <falk@debian.org>
3955
3956 PR target/12898
3957 * config/alpha/alpha.c (alpha_emit_set_const_1): If
3958 no_new_pseudos, use gen_rtx_SET directly for SImode constants
3959 which need multiple instructions to emit.
3960
2a2001be
IK
39612004-01-21 Inaoka Kazuhiro <inaoka.kazuhiro@renesas.com>
3962
3963 * config/m32r/m32r.h (CPP_SPEC): Define.
3964
1ef82ef2
ZW
39652004-01-21 Zack Weinberg <zack@codesourcery.com>
3966
3967 * c-decl.c (merge_decls): Kill different_binding_level and
3968 different_tu arguments; simplify throughout.
3969 (duplicate_decls): Likewise.
3970 (pushdecl, merge_translation_unit_decls): Update calls to
3971 duplicate_decls.
3972
13544b81
KG
39732004-01-20 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3974
3975 * Makefile.in (pretty-print.o): Depend on $(CONFIG_H) and
3976 $(SYSTEM_H).
3977 (print-rtl1.o): Depend on $(SYSTEM_H).
3978
a541f69d
KC
39792004-01-20 Kelley Cook <kcook@gcc.gnu.org>
3980
3981 PR bootstrap/12730
3982 * configure.ac: Delete definition and subsitution of docdir.
3983 Add info, man, srcman and srcinfo to target hooks. Create doc/
3984 directory.
3985 * configure: Regenerate.
3986 * Makefile.in: Don't substitute docdir and delete all references
3987 throughout.
3988 (MAKEINFOFLAGS): Define.
3989 (stmp-docobjdir): Delete.
3990 (INFOFILES, MANFILES): Define.
3991 (info): Call lang.info, srcinfo and lang.srcinfo.
3992 (generated-manpages): Call lang.man, srcman and lang.srcman.
3993 (srcinfo, srcman): New rules to copy back files to source directory.
3994 (doc/%.info, doc/%.dvi, doc/%.1, doc/%.7): New implict rule.
3995 (install-man): Revamp rule.
3996 (clean): Update dvi directory.
3997 (distclean): Delete TAGS from front end directorys.
3998 (maintainer-clean): Delete all document files in source directory.
3999
4000 objc/Make-lang.in (objc.man, objc.info): Dummy entries.
4001 (objc.srcman, objc.srcinfo): Likewise.
4002
793146e3
BK
40032004-01-20 Bruce Korb <bkorb@gnu.org>
4004
4005 * fixinc/inclhack.def(math_exception): bypass only for glibc.
4006 (matherr_decl): rename & relocate as exception_structure.
4007 This fix must precede the math_exception fix.
4008
fdb33708
RS
40092004-01-20 Roger Sayle <roger@eyesopen.com>
4010
4011 * fold-const.c (fold_convert): Rename to fold_convert_const.
4012 (fold_convert_const): Change arguments to take a tree_code,
4013 a type and the operand/expression to be converted. Return
4014 NULL_TREE if no simplification is possible. Add support for
4015 FIX_CEIL_EXPR and FIX_FLOOR_EXPR in addition to FIX_TRUNC_EXPR.
4016 (fold): Handle FIX_CEIL_EXPR and FIX_FLOOR_EXPR.
4017 Adjust call to fold_convert to match new fold_convert_const.
4018 Avoid modifying the tree passed to fold in-place.
4019
34c80057
AM
40202004-01-21 Alan Modra <amodra@bigpond.net.au>
4021
4022 * config/rs6000/sysv4.h (DWARF2_FRAME_REG_OUT): Define.
4023 * dwarf2out.c (output_cfi): Map regs using DWARF2_FRAME_REG_OUT.
4024 * doc/tm.texi (DWARF_FRAME_REGNUM, DWARF2_FRAME_REG_OUT): Document.
4025
a4295210
JDA
40262004-01-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4027
4028 * pa-protos.h (compute_frame_size): Use HOST_WIDE_INT for frame sizes.
4029 * pa.c (store_reg, store_reg_modify, load_reg, set_reg_plus_d):
4030 Likewise. Handle frames larger than 0x7fffffff on 64-bit ports.
4031 (emit_move_sequence): Check scratch_reg first in various if statements.
4032 Extend source simplification to handle all 64-bit CONST_INTs.
4033 (pa_output_function_prologue): Use HOST_WIDE_INT_PRINT_DEC for printing
4034 frame size.
4035 (hppa_expand_prologue, hppa_expand_epilogue): Use HOST_WIDE_INT for
4036 frame offset calculations.
4037 * pa.h (NEW_HP_ASSEMBLER): Add comment.
4038 (MAX_LEGIT_64BIT_CONST_INT, MIN_LEGIT_64BIT_CONST_INT,
4039 LEGITIMATE_64BIT_CONST_INT_P): Define.
4040 (LEGITIMATE_CONSTANT_P): Use LEGITIMATE_64BIT_CONST_INT_P. Treat
4041 any CONST_INT as legitimate during and after reload.
4042 (VAL_32_BITS_P, INT_32_BITS): Define.
4043 (LEGITIMIZE_RELOAD_ADDRESS): Handle large frame offsets.
4044
3e89ed8d
JH
40452004-01-20 Jan Hubicka <jh@suse.cz>
4046
4047 * emit-rtl.c (verify_rtx_sharing, copy_insn_1,
4048 emit_copy_of_insn_after, emit_copy_of_insn_after): Clobbers
4049 containing hard regs are shared.
4050 (gen_hard_reg_clobber): New function.
4051 (hard_reg_clobbers): New array.
4052 * genemit.c (gen_exp): Use gen_hard_reg_clobber.
4053 (copy_rtx): Do not copy clobbers containing hard regs.
4054 * rtl.h (gen_hard_reg_clobber): Declare.
4055
9b57b627
JH
40562004-01-20 Jan Hubicka <jh@suse.cz>
4057
4058 * varray.c: Include hashtab.h
4059 (varray_descriptor): New structure.
4060 (hash_descriptor, eq_descriptor, varray_descriptor,
4061 print_statistics): New static functions
4062 (varray_init, varray_grow): Update statistics
4063 (dump_varray_statistics): New function.
4064 * varray.h (dump_varray_statistics): Declare.
4065 * toplev.c (finalize): Call it.
4066 * Makefile.in (varray.o): Add dependency.
4067
6a59927d
JH
40682004-01-20 Jan Hubicka <jh@suse.cz>
4069
4070 * cselib.c: Include alloc-pool.h
4071 (empty_vals, empty_elt_lists, empty_elt_loc_lists): Kill.
4072 (elt_loc_list_pool, elt_list_pool, cselib_val_pool): Declare.
4073 (new_elt_list, new_elt_loc_list, unchain_one_elt_list,
4074 unchain_one_elt_loc_list_pool, unchain_one_value,
4075 new_cselib_val): Simplify using allocpool.
4076 (cselib_init): Initialize allocpools.
4077 (cselib_finish): Finish allocpools.
4078 * Makefile.in (cselib.o): Depend on alloc-pool.h
4079
3c53850d
RS
40802004-01-20 Richard Sandiford <rsandifo@redhat.com>
4081
4082 * config/mips/mips.c (mips_load_call_address): Make the call insn
4083 use $gp if it could be calling a lazy binding stub.
4084
101ad855
KH
40852004-01-20 Kazu Hirata <kazu@cs.umass.edu>
4086
4087 * config/s390/s390.c (TARGET_PROMOTE_FUNCTION_ARGS): Define.
4088 (TARGET_PROMOTE_FUNCTION_RETURN): Likewise.
4089 (TARGET_STRUCT_VALUE_RTX): Likewise.
4090 * config/s390/s390.h (PROMOTE_FUNCTION_ARGS): Remove.
4091 (PROMOTE_FUNCTION_RETURN): Remove.
4092 (STRUCT_VALUE): Remove.
4093
c099ba28
DC
40942004-01-20 Denis Chertykov <denisc@overta.ru>
4095
03b82c00 4096 PR bootstrap/13735
c099ba28
DC
4097 * config/avr/avr.h (BASE_REG_CLASS): Don't permit to use X
4098 register as pointer after reload.
4099
c8b6fae3
ZD
41002004-01-20 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
4101
4102 PR optimization/12440
4103 * loop.c: Include ggc.h.
4104 (loop_optimize): Run garbage collector between optimization of loops.
4105 * Makefile.in (loop.o): Add GGC_H dependency.
4106
c72d6c26
HP
41072004-01-20 Hartmut Penner <hpenner@de.ibm.com>
4108
1ef82ef2 4109 * gcc/config/rs6000/rs6000.c (function_arg) Handle
c72d6c26
HP
4110 vector register special in function without prototype.
4111 (function_arg_advance): Vector parameters get always
4112 GPRs allocated for the linux64 target.
4113
91e736f9
KI
41142004-01-20 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
4115
4116 * config/m32r/m32r.h (TARGET_M32R2). Test for TARGET_M32R2_MASK
4117 not TARGET_M32RX_MASK.
4118
4043d6fb
EB
41192004-01-20 Eric Botcazou <ebotcazou@libertysurf.fr>
4120
4121 PR target/13557
4122 * config/sparc/sparc.c (function_arg): Reorder the cases.
4123
50f59cd7
PB
41242004-01-19 Per Bothner <per@bothner.com>
4125
4126 Move cpp_reader's line_maps field to a shared global.
4127 * cpphash.h (cpp_reader): Rename line_maps field to line_table
4128 and change the type to a pointer rather than a struct.
4129 * cppinit.c (cpp_push_main_field): Adjust accordingly.
4130 * cpplib.c (do_include_common, _cpp_do_file_change, cpp_get_callbacks):
4131 Likewise.
4132 * cppfiles.c (validate_pch): Likewise.
4133 * cppmacro.c (_cpp_warn_if_unused_macro, _cpp_builtin_macro_text):
4134 Likewise.
4135 * cpperror.c (print_location): Likewise.
4136 * cpplib.h (cpp_create_reader): New line_maps pointer parameter.
4137 * cppinit.c (cpp_create_reader): Handle new parameter.
4138 (cpp_destroy): Don't free line_maps - that's no longer our job.
4139 * input.h (line_table): New variable.
4140 * toplev.c (line_table): Declare variable.
4141 (general_init): Initialize line_table.
4142 * c-opts.c (c_common_init_options): Pass line_table to
4143 cpp_create_reader.
4144 * fix-header.c (read_scan_file): New local variable line_table.
4145 Initialize, and pass it to cpp_create_reader.
4146 * Makefile.in (LIBS, LIBDEPS): Add libcpp.a.
4147 (C_AND_OBJC_OBJS, fix-header): Remove redundant libcpp.a.
4148
41492004-01-19 Per Bothner <per@bothner.com>
9132fbb7
PB
4150
4151 Implement a cache for linemap_lookup.
4152 * line-map.h (struct_line_maps): Add cache field.
4153 * line-map.c (linemap_init): Zero cache field.
4154 (linemap_add): Set cache field to offset of newly allocated map.
4155 (linemap_lookup): Use and set cache field.
4156
26d107db
KK
41572004-01-20 Kaz Kojima <kkojima@gcc.gnu.org>
4158
4159 PR optimization/13567
4160 * cse.c (cse_basic_block): Call cse_insn with a non-null
4161 libcall_insn for the last SET insn of a no-confilict block.
4162
e165d61b
KC
41632004-01-20 Kelley Cook <kcook@gcc.gnu.org>
4164
1ef82ef2 4165 * Makefile.in (target_noncanonical, program_transform_name): Use
e165d61b 4166 immediate define instead of deferred.
1ef82ef2 4167 (GCC_INSTALL_NAME, GCC_TARGET_INSTALL_NAME, CPP_INSTALL_NAME,
e165d61b
KC
4168 PROTOIZE_INSTALL_NAME, UNPROTOIZE_INSTALL_NAME, GCOV_INSTALL_NAME,
4169 GCCBUG_INSTALL_NAME): Define via a immediate $(shell) instead of
4170 deferred backquote.
4171
53cd18ec
JM
41722004-01-20 Joseph S. Myers <jsm@polyomino.org.uk>
4173
4174 * c-decl.c (c_init_decl_processing): Set pedantic_lvalues to
4175 true unconditionally.
4176 * c-typeck.c (unary_complex_lvalue, pedantic_lvalue_warning):
4177 Remove.
4178 (build_unary_op, build_modify_expr): Don't handle extended
4179 lvalues.
4180 (build_component_ref, build_conditional_expr): Call non_lvalue
4181 instead of pedantic_non_lvalue.
4182 (build_c_cast): Don't condition use of non_lvalue on pedantic.
4183 * fold-const.c (fold): Don't check pedantic directly for
4184 COMPOUND_EXPR. Ensure that results for COMPOUND_EXPR are
4185 passed to pedantic_non_lvalue.
4186 * doc/extend.texi: Remove documentation of extended lvalues.
4187
9ce79a7a
RS
41882004-01-19 Roger Sayle <roger@eyesopen.com>
4189
4190 PR optimization/5263
4191 * simplify-rtx.c (associative_constant_p): Delete.
4192 (simplify_associative_operation): Rewrite to linearize terms, and
4193 attempt to simplify new term against both left and right subterms.
4194 (simplify_binary_operation): Call swap_commutative_operands_p on
4195 op0 and op1, not trueop0 and trueop1. Move the initialization of
4196 trueop0 and trueop1 down to where first needed.
4197 (simplify_relational_operation): Likewise.
4198 * rtlanal.c (commutative_operand_precedence): Also order constant
4199 operands using avoid_constant_pool_reference.
4200
62e88293
RH
42012004-01-19 Richard Henderson <rth@redhat.com>
4202
1ef82ef2
ZW
4203 * config/alpha/alpha.c (aligned_memory_operand): Check MEM_ALIGN,
4204 don't check memory mode.
4205 (unaligned_memory_operand): Likewise.
4206 (reload_inqi, reload_inhi, reload_outqi, reload_outhi): Don't
4207 abort for op0 not MEM.
62e88293 4208
1ef82ef2
ZW
4209 * config/alpha/alpha.c (alpha_expand_mov_nobwx): If the destination
4210 is not a reg, copy to a scratch first.
4211 (aligned_loadqi, aligned_loadhi, unaligned_loadqi, unaligned_loadhi,
4212 unaligned_loadqi_le, unaligned_loadqi_be, unaligned_loadhi_le,
4213 unaligned_loadhi_be): Expect op0 in DImode; don't SUBREG.
4214 (reload_inqi, reload_inhi): Fix mode of op0.
4215 (reload_inqi_help, reload_inhi_help, reload_outqi_help,
4216 reload_outhi_help): Likewise. Use define_insn_and_split.
62e88293 4217
1ef82ef2
ZW
4218 * config/alpha/alpha.md (call peepholes): Check for REG_NORETURN
4219 as well as $29 dead.
62e88293 4220
2f3321ca
EB
42212004-01-19 Eric Botcazou <ebotcazou@libertysurf.fr>
4222
4223 * config/sparc/sol2.h (ASM_DECLARE_OBJECT_NAME): New. Emit
4224 "tls_object" for thread-local objects.
4225 * config/sparc/sparc.c (sparc_elf_asm_named_section): Emit
4226 "#tls" for thread-local sections.
4227 * configure.ac (thread-local checks): Specify --fatal-warnings in
4228 every binutils-specific checks. For sparc*-*-*, test whether the
4229 OS is Solaris and the tools are native and act accordingly.
4230 * configure: Rebuild.
4231
6fe37bc4
JL
42322004-01-19 Jeff Law <law@redhat.com>
4233
4234 * contrib.texi: Update Paolo Carlini's entry. New entries for
4235 Jerry Quinn and Petur Runolfsson.
1ef82ef2 4236
68f48f39
RS
42372004-01-19 Roger Sayle <roger@eyesopen.com>
4238
4239 * config/i386/i386.md (*movhi_1, *movqi_1): When optimizing for
4240 size, don't use the larger zero-extending loads.
4241
5c9948f4
RH
42422004-01-19 Richard Henderson <rth@redhat.com>
4243
4244 * alpha.h (HARD_REGNO_MODE_OK): Disallow SImode in FP regs.
4245 * alpha.md (UNSPEC_NT_LDA): Remove.
4246 (UNSPEC_CVTLQ, cvtlq): New.
4247 (extendsidi2_1): Rename from extendsidi2_nofix; remove f/f.
4248 (extendsidi2_fix): Remove.
4249 (extendsidi2 splitter): Use cvtlq.
4250 (extendsidi2 fp peepholes): Remove.
4251 (cvtql): Use SFmode instead of SImode.
4252 (fix_trunc?fsi): Update to match.
4253 (floatsisf2_ieee, floatsisf2, floatsidf2_ieee, floatsidf2): New.
4254 (movsi): Rename from movsi_nofix, remove f alternatives.
4255 (movsi_nt_vms): Similarly.
4256 (movsi_fix, movsi_nt_vms_fix): Remove.
4257 (nt_lda): Remove.
4258 * alpha.c (alpha_expand_prologue): Use adddi3, not nt_lda.
4259
9b0436b7
JH
42602004-01-19 Jan Hubicka <jh@suse.cz>
4261
4262 * cgraph.c (cgraph_remove_node): Fix removal from linked list.
4263 * cgraphunit.c (cgraph_finalize_compilation_unit): Clear next_needed
4264 list.
4265 (cgraph_remove_unreachable_nodes): New function
4266 (cgraph_decide_inlining_of_small_function): Fix pasto.
4267 (cgraph_decide_inlining_incrementally): Fix pasto.
4268 (cgrpah_decide_inlining): Likewise; remove unreachable nodes.
4269
8c80adb7
SB
42702004-01-19 Steven Bosscher <stevenb@suse.de>
4271
4272 * gengtype.c (header_file): Make it static.
4273 (write_types_process_field, write_enum_defn): Minor whitespace fixes.
4274 * gengtype.h (header_file): No longer extern.
4275
0ede749d
KH
42762004-01-18 Kazu Hirata <kazu@cs.umass.edu>
4277
4278 * defaults.h (CASE_VECTOR_PC_RELATIVE): Provide the default.
4279 * expr.c (CASE_VECTOR_PC_RELATIVE): Remove.
4280 * stmt.c (CASE_VECTOR_PC_RELATIVE): Likewise.
4281
41cbdcd0
KH
42822004-01-18 Kazu Hirata <kazu@cs.umass.edu>
4283
4284 * stmt.c (HAVE_casesi): Define it not already defined.
4285 (HAVE_tablejump): Likewise.
4286 (expand_end_case_type): Resort to the binary tree method if
4287 neither casesi or tablejump is available.
4288
5cfc5f84
DJ
42892004-01-18 Daniel Jacobowitz <drow@mvista.com>
4290
4291 * final.c (final_scan_insn): Make non-static again.
4292 * output.h (final_scan_insn): Re-add prototype.
4293 * config/arc/arc.c (arc_output_function_epilogue): Add NULL
4294 to final_scan_insn call.
4295 * config/cris/cris.c (cris_target_asm_function_epilogue): Likewise.
4296 * config/mips/mips.c (mips_output_conditional_branch): Likewise.
4297 * config/pa/pa.c (output_lbranch, output_call): Likewise.
4298 * config/sh/sh.c (print_slot): Likewise.
4299 * config/sparc/sparc.c (sparc_nonflat_function_epilogue): Likewise.
4300 (output_sibcall, sparc_flat_function_epilogue): Likewise.
4301
3348b696
JH
43022004-01-18 Jan Hubicka <jh@suse.cz>
4303
4304 * basic-block.h (try_redirect_by_replacing_jump): Declare.
4305 * cfgcleanup.c (try_optimize_cfg): Use it.
4306 * cfgrtl.c (try_redirect_by_replacing_jump): Export.
4307 (rtl_redirect_edge_and_branch, cfg_layout_redirect_edge_and_branch):
4308 Kill hack.
4309 (cfg_layout_merge_blocks): Use try_redirect_by_replacing_jump.
4310
4311 Revert:
4312 2004-01-16 Geoffrey Keating <geoffk@apple.com>
4313
4314 * cfgrtl.c (try_redirect_by_replacing_jump): Optimize tablejumps
4315 even after reload, just don't remove the actual jump tables.
4316
72d89d35
KH
43172004-01-18 Kazu Hirata <kazu@cs.umass.edu>
4318
4319 * config/rs6000/rs6000.h (STRICT_ARGUMENT_NAMING): Remove.
4320
07b50aad
KH
43212004-01-18 Kazu Hirata <kazu@cs.umass.edu>
4322
4323 * defaults.h (ASM_OUTPUT_ADDR_VEC_ELT): Fix the computation of
4324 the size of a pointer in bytes.
4325
6e46ab25
RS
43262004-01-18 Roger Sayle <roger@eyesopen.com>
4327
4328 * builtins.c (expand_builtin_expect_jump): Fix thinko of reusing
4329 live "next" variable, which could lead to an infinite loop.
4330
3ce5437a
AP
43312004-01-18 Andrew Pinski <pinskia@physics.uc.edu>
4332
b4be9e8e
AP
4333 * config/rs6000/altivec.h: Wrap C++ functions in extern "C++"
4334 block.
4335
3ce5437a
AP
4336 * config/rs6000/rs6000.c (rs6000_special_round_type_align):
4337 Check for NULL in the chain and remove repeated code.
4338
20c361f3
JH
43392004-01-18 Jan Hubicka <jh@suse.cz>
4340
4341 * coverage.c (checksum_string): Rename to ...
4342 (coverage_checksum_string): ... this one, Use crc32_string; recognize
4343 names containing random number and zero the number out in order to get
4344 match.
4345
cacb5bba
RS
43462004-01-18 Richard Sandiford <rsandifo@redhat.com>
4347
4348 * config/mips/mips.c (mips_got_alias_set): Mark for PCH.
4349
daf2f129
JM
43502004-01-18 Joseph S. Myers <jsm@polyomino.org.uk>
4351
4352 * doc/c-tree.texi, doc/cpp.texi, doc/extend.texi,
4353 doc/frontends.texi, doc/gcov.texi, doc/gty.texi, doc/install.texi,
4354 doc/invoke.texi, doc/libgcc.texi, doc/md.texi, doc/rtl.texi,
4355 doc/sourcebuild.texi, doc/standards.texi, doc/tm.texi,
4356 doc/trouble.texi: Remove trailing whitespace.
4357
b85aed9e
RS
43582004-01-18 Richard Sandiford <rsandifo@redhat.com>
4359
1c0f3fac 4360 PR target/7618
b85aed9e
RS
4361 * config/mips/mips.c: Include cfglayout.h.
4362 (TARGET_ASM_OUTPUT_MI_THUNK, TARGET_ASM_CAN_OUTPUT_MI_THUNK): Define.
4363 (mips_unspec_offset_high): Add temporary register argument.
4364 (mips_load_call_address): New function, split out from...
4365 (mips_expand_call): ...here.
4366 (mips_output_cplocal): New function.
4367 (mips_output_function_prologue, mips_output_function_epilogue): Use it.
4368 (mips_emit_loadgp): New function, split out from...
4369 (mips_expand_prologue): ...here.
4370 (mips_output_mi_thunk): New function.
4371
e5d95b69
BI
43722004-01-17 Bernardo Innocenti <bernie@develer.com>
4373
4374 * longlong.h (mc68020, __mc68030__, mc68030, __mc68040__, mc68040,
4375 mcpu32): Remove redundant checks for implied target predefines.
4376
19d66194
AP
43772004-1-17 Andrew Pinski <pinskia@physics.uc.edu>
4378
4379 * config/rs6000/rs6000.c (rs6000_special_round_type_align):
4380 Return type is unsigned int not int.
4381 * config/rs6000/rs6000-protos.h (rs6000_special_round_type_align):
4382 Likewise.
4383
95fef11f
JM
43842004-01-18 Joseph S. Myers <jsm@polyomino.org.uk>
4385
4386 * doc/contrib.texi, doc/cppenv.texi, doc/extend.texi,
4387 doc/install.texi, doc/invoke.texi, doc/tm.texi: Consistently use
4388 "GNU/Linux" and "Microsoft Windows" terminology.
4389
3ab51846
JM
43902004-01-18 Joseph S. Myers <jsm@polyomino.org.uk>
4391
4392 * doc/c-tree.texi, doc/compat.texi, doc/cpp.texi,
4393 doc/cppopts.texi, doc/extend.texi, doc/install.texi,
4394 doc/interface.texi, doc/invoke.texi, doc/libgcc.texi, doc/md.texi,
4395 doc/objc.texi, doc/rtl.texi, doc/tm.texi, doc/trouble.texi: Use
4396 @smallexample instead of @example.
4397
cfbed37c
ZL
43982004-01-17 Ziemowit Laski <zlaski@apple.com>
4399
4400 * objc/objc-act.c (build_objc_method_call): Use target
1ef82ef2 4401 hooks instead of macros to determine if ..._stret
cfbed37c
ZL
4402 dispatchers should be used (NeXT runtime only).
4403
bef5105b
RS
44042004-01-17 Roger Sayle <roger@eyesopen.com>
4405
4406 * builtins.c (expand_builtin_expect_jump): Fix mistake in my
4407 last patch. Use XEXP (x, 0) to get a LABEL_REF's CODE_LABEL.
4408
dd3adcf8
DJ
44092004-01-17 Daniel Jacobowitz <drow@mvista.com>
4410
4411 * rtl.h (emit_insn_before_sameloc, emit_jump_insn_before_sameloc)
4412 (emit_call_insn_before_sameloc, emit_insn_after_sameloc)
4413 (emit_jump_insn_after_sameloc, emit_call_insn_after_sameloc): New
4414 macros.
4415 * reload1.c (emit_reload_insns): Use them.
4416 * emit-rtl.c (emit_insn_before_sameloc, emit_insn_after_sameloc)
4417 (emit_jump_insn_after_sameloc, emit_call_insn_after_sameloc): Check
4418 for NULL PATTERN.
4419
589fe865
DJ
44202004-01-17 Daniel Jacobowitz <drow@mvista.com>
4421
4422 * final.c (SEEN_BB, SEEN_NOTE, SEEN_EMITTED): Define.
4423 (final_scan_insn): Update to take an additional SEEN argument. Emit
4424 a line note after the prologue. Make static.
4425 (line_note_exists): Remove.
4426 (final): Don't initialize line_note_exists. Update call to
4427 final_scan_insn.
4428 * output.h (final_scan_insn): Remove prologue.
4429 * function.c (set_insn_locators): Update comment.
4430 (thread_prologue_and_epilogue_insns): Add a comment.
4431
95727fb8
AP
44322004-01-17 Andrew Pinski <pinskia@physics.uc.edu>
4433
4434 PR target/10781
4435 * config/rs6000/rs6000-protos.h (rs6000_special_round_type_align):
4436 Prototype.
4437 * config/rs6000/rs6000.c (rs6000_special_round_type_align):
4438 New function.
4439 * config/rs6000/linux64.h (ROUND_TYPE_ALIGN): Use it.
4440 * config/rs6000/aix.h (ROUND_TYPE_ALIGN): Likewise.
4441 * config/rs6000/darwin.h (ROUND_TYPE_ALIGN): Likewise.
4442
f2e16e97
JH
44432004-01-17 Jan Hubicka <jh@suse.cz>
4444
26c0473b
JH
4445 * toplev.c (rest_of_handle_reorder_blocks): Fix pasto in previous
4446 commit.
4447
f2e16e97
JH
4448 * toplev.c (HAVE_conditional_execution): Provide default.
4449 (rest_of_handle_reorder_blocks): For conditional_execution target
4450 update liveness once after all transformations
4451 (rest_of_compilation): Do crossjumping before ce3.
4452
f103e34d
GK
44532004-01-17 Geoffrey Keating <geoffk@apple.com>
4454
4455 * alias.c (new_alias_set): Mark last_alias_set for PCH.
4456 (get_varargs_alias_set): Rename 'set' to 'varargs_set' and mark it
4457 for PCH.
4458 (get_frame_alias_set): Likewise, except rename it to 'frame_set'.
4459 * config/rs6000/rs6000.c (rs6000_sr_alias_set): Mark for PCH.
4460 (get_TOC_alias_set): Mark 'set' for PCH.
4461
ab530ea8
GK
44622004-01-16 Geoffrey Keating <geoffk@apple.com>
4463
4464 * cfgrtl.c (try_redirect_by_replacing_jump): Optimize tablejumps
4465 even after reload, just don't remove the actual jump tables.
4466
53dd3be3 44672004-01-17 J. Brobecker <brobecker@gnat.com>
e7d23ce3
B
4468
4469 * dwarf2out.c (is_subrange_type): Renamed from is_ada_subrange_type().
4470 Remove checks for is_ada() and TREE_UNSIGNED.
4471 (subrange_type_die): Emit a byte_size attribute if the subrange
4472 type size is different from the base type size.
4473 (modified_type_die): Replace call to is_ada_subrange_type() by
4474 call to is_subrange_type().
4475
8582b18a
AP
44762004-01-16 Andrew Pinski <pinskia@physics.uc.edu>
4477
4478 * config/sh/sh.c: Include ggc.h.
4479
73e61092
GK
44802004-01-16 Geoffrey Keating <geoffk@apple.com>
4481
4482 * Makefile.in (MD5_H): New.
4483 (fold-const.o): Depend on md5.h.
4484 (dwarf2out.o): Likewise.
4485 (cppfiles.o): Likewise.
4486 * cppfiles.c: Include md5.h.
4487 (should_stack_file): Check against list read from PCH file.
4488 (struct pchf_data): New.
4489 (pchf): New variable.
4490 (struct pchf_adder_info): New.
4491 (pchf_adder): New.
4492 (pchf_save_compare): New.
4493 (_cpp_save_file_entries): New.
4494 (_cpp_read_file_entries): New.
4495 (struct pchf_compare_data): New.
4496 (pchf_compare): New.
4497 (check_file_against_entries): New.
4498 * cpphash.h (_cpp_save_file_entries): Prototype.
4499 (_cpp_read_file_entries): Prototype.
4500 * cpppch.c (cpp_write_pch_state): Write the list of headers.
4501 (cpp_read_state): Read the list of headers.
4502
3b75d796
JH
45032004-01-17 Jan Hubicka <jh@suse.cz>
4504
4505 * c-common.c (c_estimate_num_insns_1): Handle builtin_constant_p and
4506 builtin_expect specially.
4507 * params.def (PARAM_MAX_INLINE_INSNS_AUTO): Set to 100.
4508 (PARAM_LARGE_FUNCTION_INSNS): Set to 3000.
4509 * invoke.texi (max-inline-insns-single): Set to 100.
4510 (large-function-insns): Set to 3000.
4511
cf551fba
EC
45122004-01-16 Eric Christopher <echristo@redhat.com>
4513 Chandrakala Chavva <cchavva@redhat.com>
4514
4515 * cppcharset.c (one_iso88591_to_utf8): New function.
4516 (convert_iso88591_utf8): Ditto. Use.
4517 (conversion_tab): Use.
4518 (_cpp_input_to_utf8): New function.
4519 (_cpp_init_iconv_buffer): Ditto.
4520 (_cpp_close_iconv_buffer): Ditto.
4521 * cpphash.h: Prototype new functions.
4522 (cpp_buffer): Add input_cset_desc.
4523 * cppinit.c: Add input_charset default.
4524 * cpplib.c (cpp_push_buffer): Support init and
4525 close of iconv.
4526 * cpplib.h (cpp_options): Add input_charset.
4527
510d1e80
KH
45282004-01-16 Kazu Hirata <kazu@cs.umass.edu>
4529
4530 * system.h (ASM_OUTPUT_SECTION_NAME): Poison.
4531 * config/alpha/unicosmk.h: Remove a commented-out definition
4532 of ASM_OUTPUT_SECTION_NAME.
4533 * config/stormy16/stormy16.h: Likewise.
4534
fb2c2608
RO
45352004-01-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4536
4537 * fixinc/inclhack.def (alpha___extern_prefix): Renamed to ...
4538 (alpha___extern_prefix_sys_stat): ... this.
4539 Apply to <sys/mount.h>, too.
4540 Tweak to match more variations.
4541 * fixinc/tests/base/sys/stat.h: Adapt for new hackname.
4542
4543 * fixinc/inclhack.def (alpha___extern_prefix,
cf551fba 4544 alpha___extern_prefix_standards): New hacks to obey
fb2c2608
RO
4545 __PRAGMA_EXTERN_PREFIX.
4546 * fixinc/tests/base/testing.h [ALPHA___EXTERN_PREFIX_CHECK]: New
4547 test.
4548 * fixinc/tests/base/standards.h: Likewise.
cf551fba 4549
fb2c2608
RO
4550 * fixincl/inclhack.def (alpha_pthread): Tweak to match more
4551 variations.
4552 New testcase.
4553 * fixinc/tests/base/pthread.h: Handle it.
cf551fba 4554
fb2c2608
RO
4555 * fixincl/inclhack.def (bad_lval): Sort file list.
4556 Add many missing files up to Tru64 UNIX V5.1B.
4557 * gcc/fixinc/tests/base/libgen.h: Renamed to ...
4558 * gcc/fixinc/tests/base/dirent.h: ... this to match new file list
4559 order.
cf551fba 4560
fb2c2608
RO
4561 * fixinc/fixincl.x: Regenerate.
4562
79a76d65
MM
45632004-01-16 Mark Mitchell <mark@codesourcery.com>
4564
4565 * version.c (version_string): Change to 3.5.0.
4566 * doc/include/gcc-common.texi (version-GCC): Likewise.
4567
965514bd
JH
45682004-01-16 Jan Hubicka <jh@suse.cz>
4569
4570 * i386.md (load_tp_di): Fix pasto.
4571
4572 PR opt/13608
4573 * i386.c (ix86_compute_frame_layout): Fix for alloca on leaf function.
4574
4575 * c-pretty-print.c (pp_c_type_cast, pp_c_abstract_declarator,
4576 pp_c_character_constant, pp_c_floating_constant,
4577 pp_c_additive_expression, pp_c_shift_expression,
4578 pp_c_equality_expression, pp_c_and_expression,
4579 pp_c_exclusive_or_expression, pp_c_inclusive_or_expression,
4580 pp_c_logical_and_expression): Remove inline modifier.
4581 * dwarf2out.c (get_AT): Likewise.
4582 * et-forest.c (et_splay): Likewise.
4583 * ra.h (ra_alloc, ra_calloc): Likewise
4584
87b483a1
KH
45852004-01-16 Kazu Hirata <kazu@cs.umass.edu>
4586
4587 * config/frv/frv-protos.h: Fix comment formatting.
4588 * config/frv/frv.c: Likewise.
4589 * config/frv/frv.h: Likewise.
4590 * config/frv/frv.md: Likewise.
4591 * config/frv/frvbegin.c: Likewise.
4592 * config/frv/frvend.c: Likewise.
4593
16201823
KH
45942004-01-16 Kazu Hirata <kazu@cs.umass.edu>
4595
4596 * system.h (LINKER_DOES_NOT_WORK_WITH_DWARF2): Poison.
4597 * doc/tm.texi (PREFERRED_DEBUGGING_TYPE): Don't mention
4598 LINKER_DOES_NOT_WORK_WITH_DWARF2.
4599 (LINKER_DOES_NOT_WORK_WITH_DWARF2): Remove.
4600
115df136
R
46012004-01-16 J"orn Rennecke <joern.rennecke@superh.com>
4602
5ed5fd90 4603 PR 11864
115df136
R
4604 * postreload.c (reload_cse_simplify_operands): Don't remove
4605 implicit extension from LOAD_EXTEND_OP.
4606
e24e7211
JH
46072004-01-16 Jan Hubicka <jh@suse.cz>
4608
8c80adb7
SB
4609 PR opt/11350
4610 * cfgcleanup.c (try_optimize_cfg): Suppress tablejump removal
e24e7211 4611 after reload.
8c80adb7
SB
4612 * cfgrtl.c (rtl_can_merge_blocks, cfglayout_can_merge_blocks,
4613 rtl_try_redirect_by_replacing_branch): Likewise.
e24e7211 4614
b0fadda7
GK
46152004-01-15 Geoffrey Keating <geoffk@apple.com>
4616
b604074c
GK
4617 PR pch/13689
4618 * alias.c (struct alias_set_entry): Mark for GC.
4619 (alias_sets): Make static, mark for GC.
4620 (record_alias_subset): Use GC to allocate alias structures.
4621 * varray.c (element): Make generic varrays GCed.
4622
a6dd4094
GK
4623 PR pch/13361
4624 * c-typeck.c (constructor_asmspec): Delete.
4625 (struct initializer_stack): Delete field 'asmspec'.
4626 (start_init): Delete saving of asmspec.
4627 (finish_init): Don't update constructor_asmspec.
4628 * dwarf2out.c (rtl_for_decl_location): Duplicate string from tree.
4629 * stmt.c (expand_asm): Duplicate strings from tree.
4630 (expand_asm_operands): Likewise.
4631 * tree.c (tree_size): Update computation of size of STRING_CST.
4632 (make_node): Don't make STRING_CST nodes.
4633 (build_string): Allocate string with tree node.
4634 * tree.def (STRING_CST): Update comment.
4635 * tree.h (TREE_STRING_POINTER): Adjust for change to STRING_CST.
4636 (tree_string): Place contents of string in tree node.
4637 * config/sh/sh.c (sh_handle_sp_switch_attribute): Duplicate string
4638 from tree.
4639
b0fadda7
GK
4640 * config/rs6000/rs6000.c (rs6000_va_arg): No need to special-case
4641 altivec operands.
4642
e0a21ab9
KH
46432004-01-15 Kazu Hirata <kazu@cs.umass.edu>
4644
4645 * c-common.h: Fix comment formatting.
4646 * c-cppbuiltin.c: Likewise.
4647 * c-pragma.c: Likewise.
4648 * calls.c: Likewise.
4649 * collect2.c: Likewise.
4650 * cppcharset.c: Likewise.
4651 * cpptrad.c: Likewise.
4652 * dbxout.c: Likewise.
4653 * defaults.h: Likewise.
4654 * dwarf2out.c: Likewise.
4655 * fold-const.c: Likewise.
4656 * genautomata.c: Likewise.
4657 * genconditions.c: Likewise.
4658 * genflags.c: Likewise.
4659 * gengtype.c: Likewise.
4660 * integrate.c: Likewise.
4661 * loop.c: Likewise.
4662 * predict.c: Likewise.
4663 * sdbout.c: Likewise.
4664
f57fc998
ZW
46652004-01-15 Zack Weinberg <zack@codesourcery.com>
4666
4667 * config/ia64/ia64.md (*movti_internal): C output template
4668 extracted to ia64.c.
4669 (*movti_internal_reg): Delete.
4670 (reload_inti, reload_outti): Use the correct mode on operand 2
4671 in the first place, don't fix it up in the output template.
4672 (movtf, reload_ointf, reload_outtf): New expanders.
4673 (*movtf_internal): New define_insn_and_split.
4674 * config/ia64/ia64.c (ia64_split_timode): Rename to ia64_split_tmode;
4675 make static; do not hand TFmode CONST_DOUBLEs to split_double.
4676 (ia64_split_tmode_move): New function, body mostly pulled
4677 from ia64.md:*movti_internal.
4678 (ia64_function_arg_words): New function, extracted common
4679 logic from ia64_function_arg et seq.
4680 (ia64_function_arg_offset): Likewise. Handle correctly the
4681 case of a scalar quantity 16 bytes wide with only 8-byte alignment.
4682 (ia64_function_arg, ia64_function_arg_partial_nregs)
4683 (ia64_function_arg_advance): Use ia64_function_arg_words and
4684 ia64_function_arg_offset.
4685 (ia64_function_value): TCmode does not go in float regs.
4686 (ia64_secondary_reload_class): Also handle TFmode.
4687 * config/ia64/ia64-protos.h: Remove prototype for
4688 ia64_split_timode; add prototype for ia64_split_tmode_move.
4689
e9c4897b
KC
46902004-01-15 Kelley Cook <kcook@gcc.gnu.org>
4691
4692 * Makefile.in (MAINT): Make it an immediate assignment.
4693
5a67e41f
KH
46942004-01-15 Kazu Hirata <kazu@cs.umass.edu>
4695
4696 * config/m32r/m32r.md: Remove useless calls to gen_lowpart.
4697
340f6494
KH
46982004-01-15 Kazu Hirata <kazu@cs.umass.edu>
4699
4700 * config/h8300/coff.h: Replace Hitachi with Renesas.
4701 * config/h8300/elf.h: Likewise.
4702 * config/h8300/h8300-protos.h: Likewise.
4703 * config/h8300/h8300.c: Likewise.
4704 * config/h8300/h8300.h: Likewise.
4705 * config/h8300/h8300.md: Likewise.
4706 * config/h8300/lib1funcs.asm: Likewise.
4707
c954844a
AP
47082004-01-15 Andrew Pinski <apinski@apple.com>
4709
4710 * config/rs6000/rs6000.c (uses_TOC): Wrap #if TARGET_ELF
4711 around it.
4712
34bf1fe3
KH
47132004-01-15 Kazu Hirata <kazu@cs.umass.edu>
4714
4715 * config/h8300/h8300.c (h8300_return_in_memory): New.
4716 (TARGET_STRUCT_VALUE_RTX): Likewise.
4717 (TARGET_RETURN_IN_MEMORY): Likewise.
4718 * config/h8300/h8300.h (STRUCT_VALUE): Remove.
4719 (RETURN_IN_MEMORY): Likewise.
4720
e5396f90
RE
47212004-01-15 Richard Earnshaw <rearnsha@arm.com>
4722
4723 PR optimization/13375
4724 * gcse.c (handle_avail_expr): Just return if the source is not a
4725 single set.
4726
46049cff
RE
47272004-01-15 Richard Earnshaw <rearnsha@arm.com>
4728 Daniel Jacobowitz <drow@mvista.com>
4729
4730 * arm/lib1funcs.asm (ARM_FUNC_START): Correct interworking case.
4731 (EQUIV): Define.
4732 (ARM_FUNC_ALIAS): New macro.
4733 * arm/ieee754-df.S (gedf2, ledf2, nedf2, eqdf2): Use it.
4734 * arm/ieee754-sf.S (gesf2, lesf2, nesf2, eqsf2): Use it.
4735
2fabc3d6
JDA
47362004-01-15 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4737
4738 PR optimization/12372
4739 * calls.c (expand_call): Add call_fusage data for stack arguments in
4740 constant calls.
4741
3c9eb5f4
AM
47422004-01-15 Alan Modra <amodra@bigpond.net.au>
4743
4744 * config/rs6000/rs6000.c (uses_TOC): Correct comment. Make static.
4745 (rs6000_elf_declare_function_name): Formatting.
4746 * config/rs6000/rs6000-protos.h (uses_TOC): Remove declaration.
4747
c7866154
JH
47482004-01-15 Jan Hubicka <jh@suse.cz>
4749
4750 PR bootstrap/13692
4751 * sched-deps.c (sched_analyze_1, sched_analyze_2): Fix thinko in
4752 previous patch.
4753
ad5d827d
RH
47542004-01-15 Richard Henderson <rth@redhat.com>
4755
4756 * config/alpha/alpha.h (REG_ALLOC_ORDER): Reorder fp regs after
4757 integer regs of the same call-savedness.
4758
66e07510
AS
47592004-01-15 Andreas Schwab <schwab@suse.de>
4760
4761 PR bootstrap/13562
4762 * config/m68k/m68k.c (output_move_const_into_data_reg): Clear cc
4763 status for NOTB/NOTW/NEGW methods.
4764
7c12f388
KH
47652004-01-15 Kazu Hirata <kazu@cs.umass.edu>
4766
4767 * doc/invoke.texi: Update dump file names. Fix a typo.
4768
4a7bb550
KH
47692004-01-15 Kazu Hirata <kazu@cs.umass.edu>
4770
4771 * builtins.c (expand_builtin_va_end): Don't use
4772 EXPAND_BUILTIN_VA_END.
4773 * system.h (EXPAND_BUILTIN_VA_END): Poison.
4774 * config/d30v/d30v.h: Remove a commented-out definition of
4775 EXPAND_BUILTIN_VA_END.
4776 * config/stormy16/stormy16.h: Likewise.
4777
430fff02
KH
47782004-01-15 Kazu Hirata <kazu@cs.umass.edu>
4779
4780 * system.h (STRUCT_VALUE_INCOMING_REGNUM): Poison.
4781 * targhooks.c (default_struct_value_rtx): Don't use
4782 STRUCT_VALUE_INCOMING_REGNUM.
4783
03787dfd
KC
47842004-01-15 Kelley Cook <kcook@gcc.gnu.org>
4785
4786 PR bootstrap/12744
4787 * configure.in: Revamp enable-generated-files-in-srcdir rule to define
4788 GENINSRC and not parsedir. Define srcextra as a langhook.
4789 * configure: Regenerate.
4790 * Makefile.in: Suppress default .l.c rule. Don't substitute
4791 parsedir and delete all references throughout. Conditionally define
4792 rule for srcextra dependent on GENINSRC.
4793 (stmp-docobjdir): Delete.
4794 (c-parse.o, gengtype-lex.o, gengtype-yacc.o): Use implicit build rule.
4795 (srcextra): Copy c-parse.y, c-parse.c, gengtype-lex.c, gengtype-yacc.c,
4796 and gengtype-yacc.h back to source directory.
4797 (maintainer-clean): Delete all parse files in source directory.
4798 (distclean): Delete generated files.
4799
4800 * objc/Make-lang.in (objc-parse.o): Use implicit build rule.
4801 (objc-parse.c, objc-parse.y): Don't use parsedir.
4802 (objc.srcextra): Copy objc-parse.y and objc-parse.c back to source
4803 directory if requested.
4804 (po-generated): Don't use parsedir.
4805 (objc.maintainer-clean): Delete above files from source directory.
4806
04ab46a4
KH
48072004-01-14 Kazu Hirata <kazu@cs.umass.edu>
4808
4809 * doc/tm.texi (FUNCTION_VALUE): Fix a typo.
4810
d624465f
KH
48112004-01-14 Kazu Hirata <kazu@cs.umass.edu>
4812
4813 * doc/tm.texi: Replace RETURN_IN_MEMORY with
4814 TARGET_RETURN_IN_MEMORY.
4815
e1be55d0
JH
48162004-01-15 Jan Hubicka <jh@suse.cz>
4817
4818 * builtins.c (std_expand_builtin_va_arg): Align operand when needed.
4819 * i386.c (init_cumulative_args): Set warn_sse; fix handling of variadic
4820 functions accepting SSE arguments
4821 (function_arg): Warn only when asked to warn.
4822 * i386.h (ix86_args): Add warn_sse/warn_mmx fiels.
4823
f560bf91
JM
48242004-01-14 Joseph S. Myers <jsm@polyomino.org.uk>
4825
4826 * c-parse.in (stmts_and_decls): Make label at end of compound
4827 statement a hard error.
4828
95c755e9
JH
48292004-01-14 Jan Hubicka <jh@suse.cz>
4830
4831 * cgraph.c (create_edge): Use local.redefined_extern_inline.
4832 * cgraph.h (cgraph_local_info): Sort fields by size; add
4833 redefined_extern_inline
4834 (cgraph_global_info): Sort fields by size.
4835 (cgraph_node): Likewise.
4836 * cgraphunit.c (cgraph_finalize_function): Se
4837 local.redefined_extern_inline on redefinition.
4838 (cgraph_analyze_function): Use it; fix formating.
4839
84568e14
JH
48402004-01-14 Jan Hubicka <jh@suse.cz>
4841
4842 PR c++/10776
4843 * sched-deps.c (trye_dependency_cache, anti_dependency_cache,
4844 outptu_dependency_cache, forward_dependency_cahe): Trun to vectors of
4845 bitmaps
4846 (cache_size): New variable
4847 (add_dependence): Update use; canonize early memory locations
4848 (sched_analyze_1): Likewise.
4849 (sched_analyze_2): Likewise.
4850 (init_dependency_caches): Initialize bitmaps.
4851 (free_dependency_caches): Free bitmaps
4852
3a179764
KH
48532004-01-14 Kazu Hirata <kazu@cs.umass.edu>
4854
4855 * calls.c: Replace STRICT_ARGUMENT_NAMING in comments with
4856 targetm.calls.strict_argument_naming().
4857 * target.h: Likewise.
4858
b298f00f
RH
48592004-01-14 Richard Henderson <rth@redhat.com>
4860
4861 PR debug/13231
4862 * dwarf2out.c (dwarf2out_stack_adjust): Skip prologue and epilogue
4863 instructions.
4864
1bddbeb4
RH
48652004-01-14 Richard Henderson <rth@redhat.com>
4866
4867 PR c++/12491
4868 * except.c (struct eh_region): Add u.fixup.resolved.
4869 (resolve_one_fixup_region): Split out from ...
4870 (resolve_fixup_regions): ... here.
4871
4eb31d4f
KH
48722004-01-14 Kazu Hirata <kazu@cs.umass.edu>
4873
4874 * config/mn10300/mn10300.h (STRUCT_VALUE): Change to 0.
4875
16f425fc
KH
48762004-01-14 Kazu Hirata <kazu@cs.umass.edu>
4877
4878 * config/alpha/alpha.h (STRUCT_VALUE): Remove.
4879 * config/alpha/vms.h (STRUCT_VALUE_REGNUM): Remove #undef.
4880 (STRUCT_VALUE): Remove.
4881
4850c982 48822004-01-14 Steven Bosscher <stevenb@suse.de>
616f6d84
SB
4883
4884 * system.h: Poison PROMOTED_MODE
4885 * integrate.c (expand_inline_function): Don't mention the
4886 PROMOTED_MODE.
4887 * loop.c (update_giv_derive): Same.
4888 * tree.h (DECL_RTL): Same.
4889
f9654065
R
48902004-01-14 J"orn Rennecke <joern.rennecke@superh.com>
4891
4892 PR target/9365
4893 * sh.c (gen_block_redirect): Add special handling of RETURN.
4894 (gen_far_branch) Don't call gen_stuff_delay_slot if there is no
4895 far branch target (i.e. it's a return).
4896
abbe8578
KH
48972004-01-14 Kazu Hirata <kazu@cs.umass.edu>
4898
4899 * regrename.c (find_oldest_value_reg): Fix a warning.
4900
192c8d78
RE
49012004-01-14 Richard Earnshaw <rearnsha@arm.com>
4902
4903 PR bootstrap/12527
4904 * config.gcc (arm*-*-linux*): Don't include unknown-elf.h in tm_file.
4905 Move linux-gas.h and linux-elf.h before aout.h.
4906 * arm/arm.h (INITIALIZE_TRAMPOLINE): Only define if not already.
4907 * arm/linux-elf.h (SUBTARGET_CPU_DEFAULT): Define.
4908
e512ab39
KH
49092004-01-14 Kazu Hirata <kazu@cs.umass.edu>
4910
4911 * config/m32r/m32r.md: Use GEN_INT instead of gen_rtx
4912 (CONST_INT, VOIDmode, ...).
4913
684bcee5
RE
49142004-01-14 Richard Earnshaw <rearnsha@arm.com>
4915
f57fc998 4916 * regrename.c (find_oldest_value_reg): If the replacement uses
684bcee5
RE
4917 multiple hard registers, check that all of them are in CLASS.
4918
e7844ffb
JH
49192004-01-14 Jan Hubicka <jh@suse.cz>
4920
4921 * alias.c (get_alias_set): Initialize alias set to 0 when subset is
4922 impossible.
4923
73e232f0
KC
49242004-01-14 Kelley Cook <kcook@gcc.gnu.org>
4925
4926 * Makefile.in: Define MAINT from --enable-maintainer-mode.
4927
4d774ff8
HP
49282004-01-14 Hartmut Penner <hpenner@de.ibm.com>
4929
4930 * gcc/config/rs6000/rs6000.c (rs6000_stack_info)
4931 Calculate always vrsave_mask if TARGET_ALTIVEC.
4932 (rs6000_emit_prologue): Emit code for vrsave
4933 only if TARGET_ALTIVEC_VRSAVE.
4934 (rs6000_emit_epilogue): Likewise.
4935
fa1090f5
EB
49362004-01-14 Eric Botcazou <ebotcazou@libertysurf.fr>
4937
4938 * config/sparc/sparc.md (tie_add32): Fix pasto.
4939 (tie_add64): Likewise.
4940
79551a56
ZD
49412004-01-14 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
4942
4943 * config/i386/i386.md (*addqi_1_slp): Do not access operands[2].
4944
5b8d96f1
KH
49452004-01-13 Kazu Hirata <kazu@cs.umass.edu>
4946
4947 * config/iq2000/iq2000-protos.h: Fix comment formatting.
4948 * config/iq2000/iq2000.c: Likewise.
4949 * config/iq2000/iq2000.md: Likewise.
4950
b98d154e
B
49512004-01-14 J. Brobecker <brobecker@gnat.com>
4952
4953 * dwarf2out.c (is_ada_subrange_type): No longer check the TYPE_NAME.
4954 (subrange_type_die): Add handle for nameless subrange types.
4955
1a793acf
KH
49562004-01-13 Kazu Hirata <kazu@cs.umass.edu>
4957
4958 * config/h8300/h8300-protos.h: Replace do_movsi with
4959 h8300_expand_movsi.
4960 * config/h8300/h8300.c (do_movsi): Change to
4961 h8300_expand_movsi.
4962 * config/h8300/h8300.md (movsi): Replace do_movsi with
4963 h8300_expand_movsi.
4964 (movsf): Likewise.
4965
81ad9ded
KH
49662004-01-13 Kazu Hirata <kazu@cs.umass.edu>
4967
4968 * config/h8300/h8300.c (dosize): Change to
4969 h8300_emit_stack_adjustment. Update callers.
4970
3f0063ab
KH
49712004-01-13 Kazu Hirata <kazu@cs.umass.edu>
4972
4973 * config/h8300/h8300.md (movstrictqi): Add an alternative with
4974 the source being post_inc. Tighten the predicate for the
4975 destination to register_operand.
4976 (movstricthi): Likewise.
4977
abf843c4
KH
49782004-01-13 Kazu Hirata <kazu@cs.umass.edu>
4979
4980 * system.h (SHARED_BSS_SECTION_ASM_OP): Poison.
4981 * varasm.c (bss_section): Don't use SHARED_BSS_SECTION_ASM_OP.
4982 * doc/tm.texi (SHARED_BSS_SECTION_ASM_OP): Remove.
4983
4b589eab
JH
49842004-01-14 Jan Hubicka <jh@suse.cz>
4985
d34cb6a1
JH
4986 Partial fix PR c++/12850
4987 * cgraphunit.c (cgraph_finalize_function): Always ggc_collect when
4988 at zero nest level.
4b589eab 4989
9ff2cabc
BI
49902004-01-13 Bernardo Innocenti <bernie@develer.com>
4991
4992 * config/m68k/netbsd-elf.h (REGISTER_NAMES): Add missing "argptr"
f57fc998 4993 pseudo-register.
9ff2cabc 4994
a4d8ec65
DP
49952004-01-13 Devang Patel <dpatel@apple.com
4996
4997 PR debug/7078
f57fc998 4998 * dbxout.c (dbxout_symbol_name): Emit mangled names for
a4d8ec65 4999 NAMESPACE_DECL memebers.
f57fc998 5000
bfaba7a9
AP
50012004-01-13 Andrew Pinski <pinskia@physics.uc.edu>
5002
5003 PR c++/12709
5004 * c-common.c (finish_fname_decls): Use the chain only if the
5005 tree is an expr_stmt.
5006
dfa849f3
VM
50072004-01-13 Vladimir Makarov <vmakarov@redhat.com>
5008
616f6d84 5009 * rtl.def: Add comment about new option in automata_option.
f57fc998 5010
dfa849f3
VM
5011 * genautomata.c (PROGRESS_OPTION): New macro.
5012 (progress_flag): New global variable.
5013 (gen_automata_option): Process `progress'.
5014 (transform_insn_regexps, check_unit_distributions_to_automata,
5015 make_automaton, NDFA_to_DFA, build_automaton, create_automata,
5016 expand_automata, write_automata): Print about the progress only if
5017 progress_flag. Remove fflush.
5018 (initiate_automaton_gen): Process command line flag `-progress'.
5019
5020 * doc/md.texi: Describe the new option.
f57fc998 5021
9405162e
ZD
50222004-01-13 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
5023
5024 * cfg.c (dump_bb): Dump entry edges.
5025
f954388e
RE
50262004-01-13 Richard Earnshaw <rearnsha@arm.com>
5027
f57fc998 5028 * arm.c (thumb_legitimate_address_p): Only allow constant pool
f954388e
RE
5029 references from SImode.
5030 * arm.md (thumb_movhi_insn): Don't allow minipool references.
5031
0fe7abcc
KH
50322004-01-13 Kazu Hirata <kazu@cs.umass.edu>
5033
5034 * system.h (TEXT_SECTION): Poison.
5035 * varasm.c (text_section): Don't use TEXT_SECTION.
5036 * config/sh/sh.c (sh_file_start): Fix a comment typo.
5037 * doc/tm.texi (TEXT_SECTION): Remove.
5038
fdb07791
BE
50392004-01-13 Ben Elliston <bje@wasabisystems.com>
5040
5041 * doc/rtl.texi (Vector Operations): Remove defunct vec_const item.
5042
56067bbe
JW
50432004-01-12 James E Wilson <wilson@specifixinc.com>
5044
5045 * unwind-libunwind.c: Delete.
5046
bc298aa7
ZW
50472004-01-12 Zack Weinberg <zack@codesourcery.com>
5048
5049 PR 13656
5050 * c-decl.c (diagnose_mismatched_decls): Whenever newtype or
5051 oldtype is set, set *newtypep or *oldtypep too. Do not set
5052 them at the very end.
5053 (validate_proto_after_old_defn): Restructure for comprehensibility;
5054 make error messages clearer.
5055
12a08b40
ZW
50562004-01-12 Zack Weinberg <zack@codesourcery.com>
5057
5058 * varray.h (VARRAY_POP): Add checking variant, aborts on underflow.
5059 (VARRAY_TOP): Use VARRAY_CHECK so the access is bounds-checked.
5060 * varray.c: No need to prototype error.
5061 (varray_check_failed): Wrap long string onto two lines.
5062 (varray_underflow): New function.
5063
faed5cc3
SB
50642004-01-13 Steven Bosscher <stevenb@suse.de>
5065
5066 PR c++/13376
5067 * function.h (struct function): Kill `name' field.
5068 (current_function_name): Make it an extern function.
5069 * function.c (current_function_name): New function.
5070 * graph.c: Update all uses of current_function_name.
5071 * gcse.c: Likewise.
5072 * config/alpha/alpha.c, config/avr/avr.c, config/c4x/c4x.c,
5073 config/mips/mips.c, config/pdp11/pdp11.c: Likewise.
5074 * config/ip2k/ip2k.c (function_prologue): Use MAIN_NAME_P
5075 instead of a strcmp with "main".
5076
2d327012
JH
50772004-01-13 Jan Hubicka <jh@suse.cz>
5078
0bb03c11
JH
5079 * c-decl.c (diagnose_mismatched_decls): Fix warning calls.
5080
2d327012
JH
5081 * cgraphunit.c (cgraph_optimize_function): Always do
5082 optimize_inline_calls when there is always_inline callee.
5083 (cgraph_decide_inlining): Fix formating.
5084 * tree-inline.c (inlinable_function_p): Do sorry for alwaysinline
5085 functions.
5086 (expand_call_inline): Likewise.
5087 * toplev.h (sorry): Fix prototype.
5088
04cc79bb
RS
50892004-01-12 Roger Sayle <roger@eyesopen.com>
5090
5091 * builtins.c (expand_builtin_expect_jump): Simplify logic. Handle
5092 conditional jumps that drop through to unconditional jumps or the
5093 end of the sequence.
5094
3416f5c2
JH
50952004-01-13 Jan Hubicka <jh@suse.cz>
5096
5097 * alias.c (new_alias_set): Construct the alias_set varray.
5098 (init_alias_once): Don't do it here.
5099
f92ed976
ME
51002004-01-12 Marc Espie <espie@openbsd.org>
5101
5102 * system.h: handle YYBYACC like YYBISON.
5103
ff2aaa93
JM
51042004-01-12 Jonathan Merriman <jonm@dualitymedia.com>
5105
5106 PR target/10847
5107 * config.gcc: No longer includes conflicting header sparc/sol2.h when
5108 building on sparc64-*-openbsd*.
5109
c5ff9123
AP
51102004-01-12 Andrew Pinski <pinskia@physics.uc.edu>
5111
5112 PR debug/13539
5113 * dbxout.c (dbxout_type): Protected inheritance is not
5114 private but protected.
5115
3cd2a183
RS
51162004-01-12 Richard Sandiford <rsandifo@redhat.com>
5117
5118 * config/mips/mips.c (mips_symbolic_constant_p): Revert last patch.
5119
5c881655
KH
51202004-01-12 Kazu Hirata <kazu@cs.umass.edu>
5121
5122 PR optimization/12508.
5123 * combine.c (try_combine): Remove a dead set in a parallel
5124 even if its destination is a subreg.
5125
5126 Revert:
5127 2003-06-03 Kazu Hirata <kazu@cs.umass.edu>
5128 * combine.c (simplify_set): Don't move a subreg in SET_SRC to
5129 SET_DEST if WORD_REGISTER_OPERATIONS is not defined.
5130
a42f8ae7 51312004-01-12 Geoffrey Keating <geoffk@apple.com>
affad9a4
GK
5132
5133 * real.c: Update copyright date.
5134 * emit-rtl.c: Likewise.
5135 * rtl.h: Likewise.
5136 * dwarf2out.c: Likewise.
5137 * config/rs6000/darwin-ldouble.c: Likewise.
5138 * config/rs6000/rs6000.md: Likewise.
5139
4274207b
DE
51402004-01-12 David Edelsohn <edelsohn@gnu.org>
5141
5142 * config/rs6000/rs6000.c (rs6000_init_libfuncs): Add AIX
5143 TFmode to SImode libfuncs.
5144
06e4eab5
RS
51452004-01-12 Roger Sayle <roger@eyesopen.com>
5146
5147 PR middle-end/11397
5148 * varasm.c (assemble_alias): Remove weak aliases from weak_decls.
5149
432f982f
JH
51502004-01-12 Jan Hubicka <jh@suse.cz>
5151
5152 PR opt/12826
5153 * loop.c (insert_loop_mem): Preffer VOLATILE memory references to be
5154 stored.
5155
5156 PR opt/12863
5157 * cfgcleanup.c (label_is_jump_target_p): Move to...
5158 * rtlanal.c (label_is_jump_target_p): ... here.
5159 * cfgrtl.c (cfg_layout_redirect_edge_and_branch): Fix redirecting of fallthru
5160 edges unified with branch edges.
5161
8064d930
RE
51622004-01-12 Richard Earnshaw <rearnsha@arm.com>
5163
5164 * simplify-rtx.c (simplify_immed_subreg): Correctly extract the
5165 high word of an integral CONST_DOUBLE.
5166
1c48f4be 51672004-01-12 Paul Brook <paul@codesourcery.com>
0786ca87
PB
5168
5169 * simplify-rtx.c (simplify_plus_minus): Always generate canonical form.
5170
68d2b0bb 51712004-01-12 J"orn Rennecke <joern.rennecke@superh.com>
07d7d2f4
R
5172
5173 PR target/13585
5174 * sh-protos.h (check_use_sfunc_addr): Declare.
5175 * sh.c (extract_sfunc_addr, check_use_sfunc_addr): New functions.
5176 * sh.md (use_sfunc_addr): Use check_use_sfunc_addr in insn predicate.
5177
c65ecebc
JH
51782004-01-12 Jan Hubicka <jh@suse.cz>
5179
9ddb66ca
JH
5180 * alias.c: Invlude varray.h
5181 (alias_sets): Turn into varray.
5182 (get_alias_set_entry): Use VARRAY; mark inline.
5183 (mems_in_disjoint_alias_sets_p): Mark inline.
5184 (record_alias_subset): Use varray.
5185 (init_alias_once): Initialize varray.
5186 (new_alias_set): Grow array.
5187 * varray.c: Make VARRAY_GENERIC_PTR non GTYized.
5188
51892004-01-12 Jan Hubicka <jh@suse.cz>
5190
5191 Partial fix for PR opt/10776 II
c65ecebc
JH
5192 * cselib.c: Include params.h
5193 (cselib_invalidate_mem): Limit amount of nonconflicting memory
5194 locations.
5195 * params.def (PARAM_MAX_CSELIB_MEMORY_LOCATIONS): New.
5196 * Makefile.in (cselib.o): Depend on params.h
5197
c0657872
RS
51982004-01-12 Richard Sandiford <rsandifo@redhat.com>
5199
5200 * combine.c (combine_simplify_rtx): Don't pass VOIDmode to
5201 simplify_unary_operation if the operand has a known mode.
5202
d2288d5d
HP
52032004-01-12 Hartmut Penner <hpenner@de.ibm.com>
5204
b40ee5d6 5205 PR target/13534
d2288d5d
HP
5206 * gcc/config/rs6000/rs6000.c (word_offset_memref_operand): New
5207 predicate to handle 'ld' conform addresses.
5208 * gcc/config/rs6000/rs6000.h (EXTRA_CONSTRAINT): New 'Y'
5209 contraint.
5210 (EXTRA_MEMORY_CONSTRAINT): Tell reload which constraint
5211 are memory contraints.
12a08b40 5212 * gcc/config/rs6000/rs6000-protos.h (word_offset_memref_operand):
d2288d5d 5213 New prototype.
12a08b40 5214 * gcc/config/rs6000/rs6000.md (*movdf_hardfloat64):
d2288d5d
HP
5215 Change 'o' to 'Y' constraint.
5216 (*movdf_softfloat64): Ditto.
12a08b40 5217
c223cf45
BI
52182004-01-12 Bernardo Innocenti <bernie@develer.com>
5219
5220 * gcc/config/m68k/m68k.md: Switch from the "*..." syntax to the
5221 brace-enclosed syntax in all C output statements.
5222
5fc921c1
DE
52232004-01-12 David Edelsohn <edelsohn@gnu.org>
5224
5225 PR target/13401
5226 * config/rs6000/rs6000.c (rs6000_output_function_epilogue):
5227 Objective-C language type value is 14.
5228
48568ec7
MO
52292004-01-12 Markus F.X.J. Oberhumer <markus@oberhumer.com>
5230
5231 PR c/12148
5232 * config/m68k/fpgnulib.c: Fix `-mshort' bugs: Use `long' instead of
5233 `int' in a number of places to make sure we always have a SImode
5234 and not a HImode. Add a 'L' suffix to a number of constants.
5235
124c9423
JDA
52362004-01-11 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5237
5238 * pa.c: Don't include obstack.h.
5239
5240 * pa.md: Correct constraint in pattern for loading PIC label address.
5241
c924f70c
KK
52422004-01-11 Kaz Kojima <kkojima@gcc.gnu.org>
5243
5244 * config/sh/linux.h (ASM_PREFERRED_EH_DATA_FORMAT): Undefine
5245 before defining.
5246
53efeb8d
SB
52472004-01-11 Steven Bosscher <stevenb@suse.de>
5248
1eee14b9 5249 PR fortran/9972
53efeb8d
SB
5250 * toplev.c (rest_of_handle_inline): Also consider functions
5251 for deferral if the language is GNU F77.
5252
d4968a11
ZW
52532004-01-11 Zack Weinberg <zack@codesourcery.com>
5254
5255 * c-decl.c (diagnose_arglist_conflict): Add missing space to
5256 diagnostic messages.
5257
1759c760
JJ
52582004-01-11 Jakub Jelinek <jakub@redhat.com>
5259
5260 PR middle-end/13392
5261 * builtins.c (expand_builtin_expect_jump): Handle conditional jumps
5262 to drop through label. Don't fall back to SCC even when conditional
5263 jump has not been found.
5264
0bcf8261
JH
52652004-01-11 Jan Hubicka <jh@suse.cz>
5266
fb544601
JH
5267 * invoke.texi: Fix syntax error in previous patch.
5268
0bcf8261
JH
5269 Partial fix for PR opt/10776
5270 * Makefile.in (reload.o): Include param.h
5271 * params.def (PARAM_MAX_RELOAD_SEARCH_INSNS): New parameter.
5272 * reload.c: Include params.h.
5273 (find_equiv_reg): Work limiting check.
5274 * invoke.texi: Document.
5275
bd9131c0
RS
52762004-01-11 Richard Sandiford <rsandifo@redhat.com>
5277
5278 * config/mips/mips.c (mips_symbolic_constant_p): Don't allow
5279 out-of-bounds accesses to string constants. Simplify mips16
5280 case accordingly.
5281
6732ee60
RS
52822004-01-11 Richard Sandiford <rsandifo@redhat.com>
5283
5284 PR optimization/13469
5285 * toplev.c (rest_of_compilation): Call purge_all_dead_edges after
5286 reload_cse_regs (-fnon-call-exceptions only).
5287
14bc6742
KH
52882004-01-11 Kazu Hirata <kazu@cs.umass.edu>
5289
5290 * config/mcore/lib1.asm: Fix comment formatting.
5291 * config/mcore/mcore-elf.h: Likewise.
5292 * config/mcore/mcore.c: Likewise.
5293 * config/mcore/mcore.h: Likewise.
5294 * config/mcore/mcore.md: Likewise.
5295
3c6e6fbf
ZW
52962004-01-10 Zack Weinberg <zack@codesourcery.com>
5297
5298 * c-decl.c (duplicate_decls): Break apart into...
5299 (diagnose_arglist_conflict, validate_proto_after_old_defn)
5300 (locate_old_defn, diagnose_mismatched_decls, merge_decls):
5301 ... these new functions. Restructure for comprehensibility.
5302 Remove various archaic special cases. Always report the
5303 location of the previous declaration when a diagnostic is issued.
5304 (redeclaration_error_message): Fold into diagnose_mismatched_decls.
5305 (match_builtin_function_types): Delete unnecessary forward declaration.
5306
1e8dcb41
ZW
53072004-01-10 Zack Weinberg <zack@codesourcery.com>
5308
5309 * genautomata.c (make_automaton, NDFA_to_DFA):
5310 Print progress bars with '.' characters instead of '*'.
5311 (build_automaton): Change notes to match.
5312
a2ab189d
KH
53132004-01-10 Kazu Hirata <kazu@cs.umass.edu>
5314
5315 * config/m32r/m32r.md: Use define_constants for unspec and
5316 unspec_volatile.
5317
cf7cb67e
JH
53182004-01-10 Jan Hubicka <jh@suse.cz>
5319
c8fdcfae 5320 PR opt/11635
cf7cb67e
JH
5321 * expr.c (expand_expr_real): More curefully expand union casts.
5322
0574200c
KH
53232004-01-10 Kazu Hirata <kazu@cs.umass.edu>
5324
5325 * config/m32r/m32r.md (flush_icache): Use 1 for
5326 unspec_volatile.
5327
a2a0019f
DE
53282004-01-10 David Edelsohn <edelsohn@gnu.org>
5329 James E Wilson <wilson@specifixinc.com>
5330
5331 PR debug/12860
5332 * dbxout.c (dbxout_symbol): Remove initialization of
5333 current_sym_code, current_sym_value, and current_sym_addr.
5334 (dbxout_symbol_location): Same.
5335 (dbxout_prepare_symbol): Zero current_sym_code,
5336 current_sym_value, and current_sym_addr.
5337
bb3f5384
RS
53382004-01-10 Richard Sandiford <rsandifo@redhat.com>
5339
5340 * tree.c (get_unwidened): Reorder conditions so that the null pointer
5341 check is done first.
5342
fbfb16e2
EC
53432004-01-09 Eric Christopher <echristo@redhat.com>
5344
5345 * toplev.c (rest_of_handle_cfg): Add reg_scan pass
5346 if we're running mark_constant_function.
5347
cc23f3c7
JB
53482004-01-09 Jeff Bailey <jbailey@nisa.net>
5349
5350 PR target/12561
5351 * config/t-gnu: Rename SYSTEM_HEADER_DIR to NATIVE_SYSTEM_HEADER_DIR.
5352
975421be
AP
53532004-01-09 Andrew Pinski <pinskia@physics.uc.edu>
5354
5355 PR debug/11231
a2a0019f
DE
5356 * dbxout.c (dbxout_type_fields): Return if any item is
5357 error_mark_node or the type is error_mark_node.
975421be 5358
7e4bd541
GK
53592004-01-09 Geoffrey Keating <geoffk@apple.com>
5360
f01519dd
GK
5361 * config/rs6000/darwin-ldouble.c: Add big comment explaining
5362 exactly what is expected as a 'long double'.
5363 (_xlqadd): When a value to be returned is representable as a
5364 'double', just return it directly, do not construct it using a union.
5365 Also, correct final fixup.
5366 (_xlqmul): Likewise.
5367 (_xlqdiv): Likewise.
5368 * real.c (encode_ibm_extended): Make consistent with darwin-ldouble.c.
5369
7e4bd541
GK
5370 * config/rs6000/rs6000.md (fix_trunctfdi2): Delete.
5371
47069ecb
RH
53722004-01-09 Richard Henderson <rth@redhat.com>
5373
5374 * recog.c (constrain_operands): Validate mem operands.
5375
9813058e
JW
53762004-01-09 James E Wilson <wilson@specifixinc.com>
5377
5378 * gcc.c (init_spec): Remove -lunwind from shared case.
5379 * conifg/ia64/t-hpux (SHLIB_LINK): Add -lunwind.
5380
b0fd7d27
SE
53812004-01-09 Steve Ellcey <sje@cup.hp.com>
5382
5383 * configure.ac: (gcc_cv_ld_hidden) Set to true for ia64*-*-hpux*.
5384 * configure: Regenerate
5385
3897f229
JM
53862004-01-09 Joseph S. Myers <jsm@polyomino.org.uk>
5387
5388 PR c/11234
5389 * c-typeck.c (build_c_cast): If pedantic, warn for conversions
5390 between function and object pointers.
5391 (digest_init): When comparing a pointer to function type to the
5392 target type, only apply TREE_TYPE once to the pointer to function
5393 type.
5394 * except.c (for_each_eh_label_1): Treat data as a pointer to a
5395 function pointer rather than casting it to a function pointer.
5396 (for_each_eh_label): Update caller.
5397 * recog.h (struct insn_data): Use a struct or union for output.
5398 * genoutput.c (output_insn_data): Update.
5399 * final.c (get_insn_template): Update.
5400
0fab64a3
MM
54012004-01-09 Mark Mitchell <mark@codesourcery.com>
5402
5403 * expr.h (expand_expr): Make it a macro, not a function.
5404 (expand_expr_real): New function.
5405 * expr.c (store_expr): Adjust logic for deciding whether or not to
5406 copy the value returned by expand_expr.
5407 (expand_expr): Rename to ...
5408 (expand_expr_real): ... this. Add alt_rtl parameter. Adjust
5409 calls to language hooks.
5410 * c-common.h (c_expand_expr): Adjust prototype.
5411 * c-common.c (c_expand_expr): Add alt_rtl parameter.
5412 * langhooks-def.h (lhd_expand_expr): Change prototype.
5413 * langhooks.c (lhd_expand_expr): Add all_rtl parameter.
5414 * langhooks.h (lang_hooks): Change type of expand_expr.
5415 * stmt.c (stmt_status): Add x_last_expr_alt_rtl.
5416 (last_expr_alt_rtl): Likewise.
5417 (expand_expr_stmt_value): Set last_expr_alt_rtl.
5418 (clear_last_expr): Clear it.
5419 (expand_end_stmt_expr): Set RTL_EXPR_ATL_RTL.
5420 (expand_end_bindings): Save and restor last_expr_alt_rtl.
5421 * tree.def (RTL_EXPR): Give it an additional operand.
5422 * tree.h (RTL_EXPR_ALT_RTL): New macro.
9813058e 5423
df68f43b
KI
54242004-01-09 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
5425
5426 * config/m32r/m32r.h (TARGET_CPU_CPP_BUILTINS): Add __m32r__.
900a35c8 5427 * config/m32r/m32r.c (call26_operand): Allow in PIC mode.
df68f43b 5428
58ebda9c
KH
54292004-01-09 Kazu Hirata <kazu@cs.umass.edu>
5430
5431 PR target/13380.
5432 * config/m32r/m32r.md: Replace (reg:SI 17) with (reg:CC 17)
5433 or (ne:SI (reg:CC 17) (const_int 0)).
5434 Be specific about modes wherever possible.
5435
81ad38a6
KH
54362004-01-09 Kazu Hirata <kazu@cs.umass.edu>
5437
5438 * config/m32r/m32r.c (m32r_expand_block_move): Call
5439 gen_movestrsi_internal with two more arguments.
5440 (m32r_output_block_move): Adjust operand numbers.
5441 Properly update the source and destination pointers.
5442 * config/m32r/m32r.md (movstrsi_internal): Use 'r' instead of
5443 'r+'. Change the set detinations to match_operand.
5444
b816f339
KH
54452004-01-09 Kazu Hirata <kazu@cs.umass.edu>
5446
5447 * final.c (FIRST_INSN_ADDRESS): Remove.
5448 (shorten_branches): Don't use FIRST_INSN_ADDRESS.
5449 * system.h (FIRST_INSN_ADDRESS): Poison.
5450 * config/avr/avr.h: Remove a comment about FIRST_INSN_ADDRESS.
5451 * config/m32r/m32r-protos.h: Remove the prototype for
5452 m32r_first_insn_address.
5453 * config/m32r/m32r.c (m32r_first_insn_address): Remove.
5454 * config/m32r/m32r.h (FIRST_INSN_ADDRESS): Likewise.
5455 * doc/md.texi (FIRST_INSN_ADDRESS): Likewise.
5456
de99511b
B
54572004-01-09 J. Brobecker <brobecker@gnat.com>
5458
5459 * dwarf2out.c (gen_enumeration_type_die): Return the DIE that
5460 we just created.
5461 (is_ada_subrange_type): DIEs for enumeration subtypes should be
5462 emitted as subrange types too.
5463 (subrange_type_die): Add handling of enumeration subtypes.
5464
90e4e4c5
RH
54652004-01-08 Richard Henderson <rth@redhat.com>
5466
5467 PR opt/12441
5468 Revert: Sat Mar 30 14:08:55 CET 2002 Jan Hubicka <jh@suse.cz>
9813058e
JW
5469 * i386.c (aligned_operand): Be prepared for SUBREGed registers.
5470 (ix86_decompose_address): Use REG_P instead of GET_CODE (...) == REG.
5471 (ix86_address_cost): Be prepared for SUBREGed registers.
5472 (legitimate_address_p): Accept SUBREGed registers.
90e4e4c5 5473
a6a5e4c9
KC
54742004-01-08 Kelley Cook <kcook@gcc.gnu.org>
5475
5476 * Makefile.in: Rename configure.in to configure.ac
5477 * doc/sourcebuild.texi: Likewise.
5478 * configure: Regenerate.
5479 * config.in: Regenerate.
5480
588f75d0
SH
54812004-01-08 Stuart Hastings <stuart@apple.com>
5482
5483 * config/i386/i386.md: Typos in MMX/SSE immediate shifts.
5484
6242fcd8
JH
54852004-01-08 Jan Hubicka <jh@suse.cz>
5486
5487 * cgraphunit.c (cgraph_decide_inlining): Fix typo.
5488
a29077da
GK
54892004-01-08 Geoffrey Keating <geoffk@apple.com>
5490
ecb62ae7
GK
5491 * config/rs6000/rs6000.md (cmptf_internal1): Correct branch offset.
5492 (UNSPEC_FIX_TRUNC_TF): New constant.
5493 (movtf_internal): Make splitter active only when insn is active.
5494 (extenddftf2): Rewrite to properly load zero into low part.
5495 (extenddftf2_internal): New.
5496 (extendsftf2): Rewrite.
5497 (truncdftf2): Correct length.
5498 (floatditf2): Delete.
5499 (fix_trunc_helper): New.
5500 (fix_trunctfdi2): Use fix_trunc_helper.
5501 (fix_trunctfsi2): Likewise.fix_trunc
5502 (fix_trunctfsi2_internal): New.
5503
a29077da
GK
5504 * config/rs6000/rs6000.c (legitimate_lo_sum_address_p): lo_sum
5505 addresses are legitimate on Darwin even when flag_pic.
5506 (rs6000_legitimize_reload_address) [TARGET_MACHO]: Don't create
5507 non-offsettable addresses for loads of TFmode constants.
5508
cb1f9d03
KI
55092004-01-08 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
5510
5511 * config/m32r/m32r.h (ASM_OUTPUT_ALIGNED_BSS): Actually emit
5512 variables in the appropriate bss section.
5513
7ddb6568
AM
55142004-01-09 Alan Modra <amodra@bigpond.net.au>
5515
5516 * config/rs6000/linux64.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Ensure
5517 target_flags has MASK_POWERPC64 when -m64.
5518 * config/rs6000/rs6000.c (processor_target_table): Add MASK_POWERPC64
5519 to 620, 630, power3, power4 and rs64a entries.
5520 * config/rs6000/rs6000.h (MASK_64BIT): Expand comment.
5521
effdb493
RS
55222004-01-08 Richard Sandiford <rsandifo@redhat.com>
5523
5524 * simplify-rtx.c (simplify_immed_subreg): Fix construction of
5525 floating-point constants.
5526
fbfd77b8
JB
55272004-01-08 J. Brobecker <brobecker@gnat.com>
5528
5529 * dwarf2out.c (subrange_type_die): Add context_die parameter.
5530 Create the subrange_type DIE using the given context DIE.
5531 (modified_type_die): Update call to subrange_type_die.
5532
55332004-01-08 Zack Weinberg <zack@codesourcery.com>
7ce27103
ZW
5534
5535 * dwarf2.h, unwind-dw2-fde.h, unwind-pe.h, unwind.h:
5536 Add multiple-include guard.
5537
ce1f50b2
HP
55382004-01-08 Hartmut Penner <hpenner@de.ibm.com>
5539
7ce27103
ZW
5540 * gcc/config/rs6000/rs6000.c (easy_vector_constant): Accept
5541 all vector constant loadable by vsplt*.
ce1f50b2
HP
5542 (output_vec_const_move): Likewise.
5543
bca63328
JM
55442004-01-07 Joseph S. Myers <jsm@polyomino.org.uk>
5545
5546 PR c/6024
5547 * c-typeck.c (comptypes): Only treat enumerated types in the same
5548 translation unit as compatible with each other when they are the
5549 same type.
5550 * doc/extend.texi: Update.
5551
85b58ca5
JM
55522004-01-07 Joseph S. Myers <jsm@polyomino.org.uk>
5553
5554 PR c/12165
5555 * c-decl.c (grokdeclarator): Take type qualifiers of typedefed
5556 array type from the array element type.
5557
93c9d1ba
AM
55582004-01-07 Alan Modra <amodra@bigpond.net.au>
5559
5560 * config/rs6000/rs6000.c (rs6000_dbx_register_number): New function.
5561 * config/rs6000/rs6000-protos.h (rs6000_dbx_register_number): Declare.
5562 * config/rs6000/rs6000.h (DWARF_FRAME_REGNUM): Define.
5563 (DWARF_REG_TO_UNWIND_COLUMN): Correct column adjustment and comment.
5564 * config/rs6000/sysv4.h (DBX_REGISTER_NUMBER): Define.
5565
deae8de6
EC
55662004-01-06 Eric Christopher <echristo@redhat.com>
5567
5568 * config/mips/mips.h (MDEBUG_ASM_SPEC): Change for dwarf2 default.
5569 (DWARF2_DEBUGGING_INFO): Define.
5570 (PREFERRED_DEBUGGING_TYPE): Set to dwarf2.
5571 * config/mips/openbsd.h (PREFERRED_DEBUGGING_TYPE): Remove.
5572 * config/mips/iris6.h (SUBTARGET_ASM_DEBUGGING_SPEC): Only pass -g0
5573 for irix as.
5574 (SUBTARGET_ASM_OPTIMIZING_SPEC): Only pass O0 for irix as.
5575 * config/mips/iris6gas.h (MDEBUG_ASM_SPEC): Remove.
5576 * config/mips/iris5gas.h: Ditto.
5577 (DBX_DEBUGGING_INFO): Remove.
5578 (DWARF2_DEBUGGING_INFO): Ditto.
5579 (MIPS_DEBUGGING_INFO): Ditto.
5580 (PREFERRED_DEBUGGING_TYPE): Ditto.
5581 * config/mips/elf.h (DWARF2_DEBUGGING_INFO): Remove.
5582 (PREFERRED_DEBUGGING_TYPE): Ditto.
5583 (SUBTARGET_ASM_DEBUGGING_SPEC): Ditto.
5584 * config/mips/elf64.h: Ditto.
5585
fed2b316
JH
55862004-01-06 Jan Hubicka <jh@suse.cz>
5587
5588 * Makefile.in (STAGEPROFILE_FLAGS_TO_PASS): Use -fprofile-generate.
5589 (STAGEFEEDBACK_FLAGS_TO_PASS): Use -fprofile-use.
5590
64d961b8
GK
55912004-01-06 Geoffrey Keating <geoffk@apple.com>
5592
084f5a35
GK
5593 * config/rs6000/t-darwin (LIB2FUNCS_EXTRA): Compile darwin-ldouble.c.
5594 (TARGET_LIBGCC2_CFLAGS): Use -mlong-double-128.
5595 * config/rs6000/darwin-ldouble.c: New.
deae8de6 5596
550d1387
GK
5597 * emit-rtl.c (gen_lowpart_common): Use simplify_gen_subreg
5598 for constants.
5599 (constant_subword): Delete.
5600 * rtl.h (constant_subword): Delete prototype.
5601 (immed_double_const): Is not in varasm.c.
5602 * simplify-rtx.c (simplify_immed_subreg): New.
5603 (simplify_subreg): Use simplify_immed_subreg.
5604
0c90aa3c
GK
5605 * config/rs6000/rs6000.md (floatsitf2): Use expand_float rather
5606 than trying to generate RTL directly.
5607 (fix_trunctfsi2): Use expand_fix rather than trying to generate
5608 RTL directly.
5609
64d961b8
GK
5610 * dwarf2out.c (add_const_value_attribute): Remove incorrect comment.
5611
72b38561
DE
56122004-01-06 David Edelsohn <edelsohn@gnu.org>
5613
5614 * config/rs6000/xcoff.h (EXTRA_SECTION_FUNCTIONS): Split each
5615 function into a separate macro.
5616 (read_only_data_section): Add void argument.
5617 (private_data_section): Same.
5618 (read_only_private_data_section): Same.
5619 (toc_section): Same.
5620
9a609388
JH
56212004-01-06 Jan Hubicka <jh@suse.cz>
5622
0aaae060
JH
5623 * invoke.texi: Remove typo in last change.
5624
9a609388
JH
5625 PR target/10301
5626 * config.gcc: Accept opteron and athlon-64 as variants
5627 of k8.
5628 * i386.c (override_options): Likewise.
5629 * invoke.texi (i386 -mtune): Expand documentation.
5630
5d3cc252
KH
56312004-01-06 Kazu Hirata <kazu@cs.umass.edu>
5632
5633 * alias.c: Fix comment typos.
5634 * builtins.c: Likewise.
5635 * cfg.c: Likewise.
5636 * df.c: Likewise.
5637 * dominance.c: Likewise.
5638 * dwarf2out.c: Likewise.
5639 * emit-rtl.c: Likewise.
5640 * expr.c: Likewise.
5641 * final.c: Likewise.
5642 * fold-const.c: Likewise.
5643 * gcse.c: Likewise.
5644 * genattrtab.c: Likewise.
5645 * genrecog.c: Likewise.
5646 * gensupport.c: Likewise.
5647 * ggc-zone.c: Likewise.
5648 * integrate.c: Likewise.
5649 * local-alloc.c: Likewise.
5650 * loop.c: Likewise.
5651 * recog.c: Likewise.
5652 * regmove.c: Likewise.
5653 * reg-stack.c: Likewise.
5654 * reorg.c: Likewise.
5655 * rtlanal.c: Likewise.
5656 * rtl.h: Likewise.
5657 * sched-ebb.c: Likewise.
5658 * simplify-rtx.c: Likewise.
5659 * toplev.c: Likewise.
5660 * varasm.c: Likewise.
5661
95ea367d
KH
56622004-01-06 Kazu Hirata <kazu@cs.umass.edu>
5663
5664 * doc/install.texi: Fix typos.
5665 * doc/invoke.texi: Likewise.
5666 * doc/md.texi: Likewise.
5667
f26ef713
KI
56682004-01-06 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
5669
5670 * config/m32r/m32r.h (TRAMPOLINE_LINE_SIZE): Changed
5671
bcf17554
JH
56722004-01-06 Jan Hubicka <jh@suse.cz>
5673
5674 * i386.c (init_cumulative_args): Add handling of MMX_REGPARM.
5675 (function_arg_advance): Do not pass aggregates in SSE; deal handling
5676 of MMX_REGPARM.
5677 (function_arg): Add new warnings about ABI changes; fix SSE_REGPARM;
5678 add MMX_REGPARM.
5679 * i386.h (ix86_args): Add mmx_words/mmx_regs/mmx_regno fields.
5680 (SSE_REGPARM_MAX): Default to 3 on i386 -msse ABI.
5681 (MMX_REGPARM_MAX): Similarly for -mmmx.
5682
24746a42
KH
56832004-01-05 Kazu Hirata <kazu@cs.umass.edu>
5684
5685 * config/sh/linux.h: Fix comment formatting.
5686 * config/sh/netbsd-elf.h: Likewise.
5687 * config/sh/sh.c: Likewise.
5688 * config/sh/sh.h: Likewise.
5689 * config/sh/vxworks.h: Likewise.
5690
f7e7e318
KH
56912004-01-05 Kazu Hirata <kazu@cs.umass.edu>
5692
5693 * system.h (ASM_OUTPUT_MAIN_SOURCE_FILENAME): Poison.
5694 * toplev.c (output_file_directive): Don't use
5695 ASM_OUTPUT_MAIN_SOURCE_FILENAME.
5696
80a08664
SB
56972004-01-05 Steven Bosscher <s.bosscher@student.tudelft.nl>
5698
5699 * toplev.c: Fix broken checkin of 2003-12-30.
5700
02fef853 57012004-01-05 Daniel Berlin <dberlin@dberlin.org>
deae8de6 5702
02fef853
DB
5703 * ggc-zone.c: Remove everything in #ifdef USING_MALLOC_PAGE_GROUPS
5704 (USING_MMAP): We don't support non-mmap.
5705 (struct alloc_chunk): Steal 1 bit from typecode, use it to mark
5706 large objects.
5707 (struct page_entry): Remove bytes_free.
5708 (struct page_table_chain): Remove.
5709 (struct globals): Remove page_table member.
5710 (loookup_page_table_entry): Function deleted.
5711 (set_page_table_entry): Ditto.
5712 (ggc_allocated_p): No longer need page table lookups.
5713 (ggc_marked_p): Ditto.
5714 (alloc_small_page): Don't care about bytes_free anymore.
5715 (alloc_large_page): Round up size.
5716 (ggc_alloc_zone_1): Mark large objects as such, and calculate
deae8de6 5717 their size the new way.
02fef853
DB
5718 Remove page table lookups and setting.
5719 (ggc_get_size): Calculate large object size the new way.
5720 (sweep_pages): Redo to account for fact that we no longer have
5721 bytes_free.
5722 (ggc_collect): No longer need to reincrement bytes_free.
5723 (ggc_pch_alloc_object): Handle new large objects properly.
5724 (ggc_pch_read): Put PCH stuff into it's own uncollected zone.
5725
60b799fd
KH
57262004-01-05 Kazu Hirata <kazu@cs.umass.edu>
5727
5728 * doc/invoke.texi: Remove a page break.
5729
908c8c7e
KH
57302004-01-05 Kazu Hirata <kazu@cs.umass.edu>
5731
5732 * config/avr/avr.c (avr_output_function_prologue): Remove an
5733 extra pair of curly braces.
5734
8596d0a1
KH
57352004-01-05 Kazu Hirata <kazu@cs.umass.edu>
5736
5737 * config/mn10300/mn10300.c: Fix comment formatting.
5738 * config/mn10300/mn10300.h: Likewise.
5739
1e2d4dc1
RK
57402004-01-05 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
5741
5742 * tree.h: Update documentation on nothrow_flag.
5743 * print-tree.c (print_node): Print TREE_NOTHROW as "align-ok" for
5744 types.
5745
b6e69d94
KH
57462004-01-05 Kazu Hirata <kazu@cs.umass.edu>
5747
5748 * doc/invoke.texi: Remove traces of dead ports.
5749
1cf959cb
RS
57502004-01-05 Richard Sandiford <rsandifo@redhat.com>
5751
5752 * doc/invoke.texi: Add documentation for the MIPS -mexplicit-relocs
5753 option.
5754
f6149877
RS
57552004-01-05 Richard Sandiford <rsandifo@redhat.com>
5756
5757 PR target/12945
5758 * coverage.c (coverage_counter_alloc): Set SYMBOL_FLAG_LOCAL for
b56c0023 5759 counter labels.
f6149877
RS
5760 * config/mips/mips.c (INTERNAL_SYMBOL_P): Delete.
5761 (mips_classify_symbol): Always treat SYMBOL_REF_FLAG as indicating
5762 string constants if TARGET_MIPS16. Use SYMBOL_REF_DECL to check
5763 the binding of decl symbols, otherwise check SYMBOL_REF_LOCAL_P.
5764 (mips_symbol_insns): Don't trust the local/global classification.
5765 (m16_usym8_4, m16_usym5_4): Same mips16 change as mips_classify_symbol.
5766 (override_options): Make -mabicalls -fno-unit-at-a-time imply
5767 -mno-explicit-relocs.
5768 (mips_encode_section_info): Don't use SYMBOL_REF_FLAG to distinguish
5769 between local and global symbols.
5770
a6008bd8
RS
57712004-01-05 Richard Sandiford <rsandifo@redhat.com>
5772
5773 * config/mips/mips-protos.h (mips_dangerous_for_la25_p): Declare.
5774 (mips_preferred_reload_class): Declare.
5775 * config/mips/mips.h (DANGEROUS_FOR_LA25_P): Replace with function.
5776 (EXTRA_CONSTRAINT): Update accordingly.
5777 (PREFERRED_RELOAD_CLASS): Use mips_preferred_reload_class.
5778 * config/mips/mips.c (mips_dangerous_for_la25_p): New function.
5779 (mips_preferred_reload_class): New function. Prefer LEA_REGS if
5780 mips_dangerous_for_la25_p.
5781 (mips_secondary_reload_class): Use LEA_REGS rather than GR_REGS
5782 if mips_dangerous_for_la25_p.
5783
d7b3c085
BI
57842004-01-05 Bernardo Innocenti <bernie@develer.com>
5785
5786 * config/m68k/m68k.c (output_andsi3): Fix signed/unsigned comparison
deae8de6 5787 warning.
d7b3c085 5788
ca9bc441
NN
57892004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
5790
5791 * configure.ac: Use AC_PROG_CPP_WERROR.
5792 * configure: Regenerate.
5793
016d7f3e
ZW
57942004-01-04 Zack Weinberg <zack@codesourcery.com>
5795
5796 * .cvsignore: Add autom4te.cache.
5797
5a4b3afd
RS
57982004-01-04 Richard Sandiford <rsandifo@redhat.com>
5799
5800 * doc/invoke.texi: Revamp documentation of MIPS options. Remove
5801 -mabi=meabi, -mabi-fake-default, -mmips-as, -mgas, -mmips-tfile,
5802 -m4650, -mfix7000 and -(m)no-crt0. Put endianness options first,
5803 then architecture options, then ABI options. General rewording.
5804
928a5ba9
JM
58052004-01-04 Joseph S. Myers <jsm@polyomino.org.uk>
5806
5807 PR c/3414
5808 * doc/extend.texi: Clarify definition of malloc attribute.
5809
dc0bfe6a
JH
58102004-01-04 Jan Hubicka <jh@suse.cz>
5811
5812 * Makefile.in (cgraph.o, cgraphunit.o): Add intl.h dependency.
5813 * cgraph.c (create_edge, dump_cgraph): Update to use inline_failed
5814 * cgraph.h (cgraph_edge): Replace inline_call by inline_failed
5815 (cgraph_inline_p): Add extra argument reason.
5816 * cgraphunit.c: Minor formating fixes.
5817 cgraph_first_inlined_callee): New functions.
5818 (record_call_1): Record builtins too.
5819 (cgraph_analyze_function): Update inline_failed messages.
5820 (cgraph_mark_functions_to_output, cgraph_expand_function, cgraph_inlined_into,
5821 cgraph_inlined_callees, cgraph_estimate_growth): Update to use inline_failed.
5822 (cgraph_check_inline_limits): Likewise; Add argument reason.
5823 (cgraph_set_inline_failed): New static function.
5824 (cgraph_decide_inlining_of_small_function, cgraph_decide_inlining): Set
5825 reasons.
5826 (cgraph_inline_p): Add new argument reason.
5827 * tree-inline.c (expand_call_inline): Update warning.
5828
ba479fd2
NN
58292004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
5830
914c5af7
NN
5831 * configure.ac: Replace AC_INIT, AC_OUTPUT, AC_CANONICAL_SYSTEM
5832 with modern equivalents.
5833 * configure: Regenerate.
5834
016d7f3e
ZW
5835 * configure.ac: Replace gcc_AC_CHECK_TYPE with AC_CHECK_TYPE.
5836 * aclocal.m4 (gcc_AC_CHECK_TYPE): Remove.
5837 * configure: Regenerate.
78c9cb99 5838
d44f1a00
NN
5839 * doc/install.texi: Note that 'gcc' is now a 2.57 directory.
5840
ba479fd2
NN
5841 * configure.in: Rename to configure.ac.
5842 * configure.ac: Renamed from configure.in; make minimum necessary
5843 changes for autoconf 2.5x.
5844 * aclocal.m4: Make minimum necessary changes for autoconf 2.5x.
5845 * configure: Regenerate with autoconf 2.57.
5846
031a26c5
KH
58472004-01-03 Kazu Hirata <kazu@cs.umass.edu>
5848
5849 * config/mips/linux.h: Fix comment formatting.
5850 * config/mips/mips.c: Likewise.
5851 * config/mips/mips.h: Likewise.
5852 * config/mips/mips.md: Likewise.
5853 * config/mips/netbsd.h: Likewise.
5854 * config/mips/windiss.h: Likewise.
5855
b87cfcfb
RH
58562004-01-02 Richard Henderson <rth@redhat.com>
5857
5858 * config/i386/i386.md (fp constant pool splitter): Reorg suppression
5859 for sse and 387; add suppression for mmx.
5860
36579663
AP
58612004-01-02 Andrew Pinski <pinskia@physics.uc.edu>
5862
9d85830f
AP
5863 * loop.c (loop_optimize): Free all loops_info's mems.
5864
016d7f3e 5865 * c-typeck.c (finish_init): Free spelling_base before
36579663 5866 setting it again.
016d7f3e 5867
36579663
AP
5868 * cfgloop.c (flow_loops_find): Always free the sbitmap
5869 headers.
5870
5871 * predict.c (estimate_probability): Free bbs after being
5872 done with it.
5873
3864b6fe
KH
58742004-01-02 Kazu Hirata <kazu@cs.umass.edu>
5875
5876 * config/mn10300/mn10300.h (PREDICATE_CODES): Add
5877 const_8bit_operand and call_address_operand.
5878
8b6bd5d7
JH
58792004-01-02 Jan Hubicka <jh@suse.cz>
5880
5881 * cgraphunit.c (cgraph_optimize_function): Call optimize_inline_calls
5882 when there is nothing to inline but warnings are requested.
5883 (cgraph_decide_inlining): Fix memory leak.
5884
9b9bd3b2
JH
58852004-01-02 Jan Hubicka <jh@suse.cz>
5886
5887 * expr.c (store_constructor): Fix pasto in previous patch.
5888
43f3a59d
KH
58892004-01-02 Kazu Hirata <kazu@cs.umass.edu>
5890
5891 * config/i386/cygming.h: Fix comment formatting.
5892 * config/i386/djgpp.h: Likewise.
5893 * config/i386/gthr-win32.c: Likewise.
5894 * config/i386/i386-interix.h: Likewise.
5895 * config/i386/i386.c: Likewise.
5896 * config/i386/i386.h: Likewise.
5897 * config/i386/openbsd.h: Likewise.
5898 * config/i386/winnt.c: Likewise.
5899 * config/i386/xm-mingw32.h: Likewise.
5900
daef8bbd
JM
59012004-01-02 Joseph S. Myers <jsm@polyomino.org.uk>
5902
5903 * doc/gcc.texi, doc/invoke.texi, doc/install.texi: Update
5904 copyright and last modification dates.
5905
7e081a0c
AJ
59062004-01-02 Andreas Jaeger <aj@suse.de>, Gerald Pfeifer <gp@suse.de>
5907
5908 * doc/install.texi (Specific): Mention x86_64.
5909
ac3f5df7
HPN
59102004-01-01 Hans-Peter Nilsson <hp@bitrange.com>
5911
5912 * builtins.c (expand_builtin_apply_args_1) [STACK_GROWS_DOWNWARD]:
5913 Call force_operand on plus_constant result.
5914
997404de
JH
59152004-01-01 Jan Hubicka <jh@suse.cz>
5916
5917 * expmed.c (store_bit_field, extract_bit_field): Use new named patterns
5918 * expr.c (store_constructor): Use vec_init pattern.
5919 * genopinit.c (optabs): Initailize vec_set/vec_extract/vec_init.
5920 * optabs.h (optab_index): ADD OTI_vec_set/OTI_vec_extract/OTI_vec_init
5921 (vec_set_optab, vec_extract_optab, vec_init_optab): New.
5922 * i386.md (vec_setv2df, vec_extractv2df, vec_setv4sf, vec_extractv4sf):
5923 New patterns.
5924 (sse2_unpc?pd): Fix pattern.
5925 (sse2_movlpd): Kill.
5926 (sse2_movsd): Deal with movlpd too.
5927 * i386.c (ix86_expand_builtin): Use sse2_movsd instead of sse2_movlpd.
5928 (ix86_expand_vector_init): New.
5929 * emmintrin.h (__mm_set_pd, __mm_set_ps): Use vector extensions.
5930 * md.texi (vec_set, vec_extract): Document
5931
b684a3df
JH
59322003-12-31 Jan Hubicka <jh@suse.cz>
5933
5934 PR opt/13473
5935 * recog.c (validate_replace_rtx_1): Take care for RTL sharing inside
5936 ASM input operands
5937
5938 PR opt/12617
5939 * toplev.c (dump_file_index): Reorder ce3 and bbro.
5940 (dump_file): Likewise.
5941 (rest_of_compilation): Likewise.
5942
5943 PR debug/13367
5944 * cgraph.c (cgraph_function_possibly_inlined): Even with
5945 flag_really_no_inline we inline always_inline functions.
5946 * cgraphunit.c (cgraph_analyze_function): Clear inlinable flag
5947 for non-always_inline functions when there is flag_really_no_inline.
5948 (cgraph_decide_inlining): Limit work done when not inlining.
5949 (cgraph_decide_inlining_incrementally): Likewise.
5950 (cgraph_optimize_function): Check whether something got inlined.
5951 * c-objc-common.c (c_disregard_inline_limits): Do not always inline
5952 extern inline functions when not inlining.
5953
5954 * opts.c (decode_options): Disable crossjumping at -O1
5955 * invoke.texi (-O1): Document change.
a55f4481 5956
cd14f58c 5957See ChangeLog.10 for earlier changes.