]> gcc.gnu.org Git - gcc.git/blame - gcc/ChangeLog
m68hc11.md ("logicalsi3_zexthi"): Fix constraints and split of AND operation to clear...
[gcc.git] / gcc / ChangeLog
CommitLineData
cd28557c
SC
12002-03-15 Stephane Carrez <Stephane.Carrez@worldnet.fr>
2
3 * config/m68hc11/m68hc11.md ("logicalsi3_zexthi"): Fix constraints
4 and split of AND operation to clear the upper bits.
5 ("*logicalsi3_zextqi"): Likewise.
6 ("*logicallhi3_zexthi_ashift8"): Likewise.
7 ("*logicalsi3_silshr16"): Likewise.
8 ("logicalsi3_silshl16"): Likewise.
9 ("anddi3", "iordi3", "xordi3" splits): Remove constraints.
10
932657df
SC
112002-03-15 Stephane Carrez <Stephane.Carrez@worldnet.fr>
12
13 * config/m68hc11/m68hc11.c (m68hc11_symbolic_p): New function.
14 (m68hc11_indirect_p): New function.
15 (m68hc11_override_options): Must set MASK_NO_DIRECT_MODE for 68HC12.
16 (m68hc11_gen_highpart): Use TARGET_NO_DIRECT_MODE instead of
17 TARGET_M6812.
18 (asm_print_register): Likewise.
19 * config/m68hc11/m68hc11-protos.h (m68hc11_symbolic_p): Declare.
20 (m68hc11_indirect_p): Declare.
21 * config/m68hc11/m68hc11.h (EXTRA_CONSTRAINT): New constraint 'R', 'Q'.
22 (TARGET_NO_DIRECT_MODE, TARGET_RELAX): New.
23 (TARGET_SWITCHES): New option -mrelax.
24 * config/m68hc11/m68hc11.md ("andsi3"): Allow soft register for
25 destination.
26 ("iorsi3", "xorsi3"): Likewise.
27 ("andhi3", "andqi3", "iorhi3", "iorqi3"): Use a define_expand.
28 ("*andhi3_mem"): New to handle destination in memory with bclr
29 and a scratch register.
30 ("*andqi3_mem", "*iorhi3_mem", "*iorqi3_mem"): Likewise.
31 ("*andhi3_const"): New when operand2 is constant.
32 ("*andqi3_const", "*iorhi3_const", "*iorqi3_const"): Likewise.
33 ("*andhi3_gen"): Cleanup of the old "andhi3".
34 ("*andqi3_gen", "*iorhi3_gen", "*iorqi3_gen"): Likewise.
35 ("xorqi3"): Update constraints.
36
fdffea1a
SC
372002-03-15 Stephane Carrez <Stephane.Carrez@worldnet.fr>
38
39 * config/m68hc11/m68hc11.c (m68hc11_small_indexed_indirect_p): Look
40 for reg_equiv_memory_loc when the operand is a register that does
41 not get a hard register (stack location).
42 (tst_operand): After reload, accept all memory operand.
43 (symbolic_memory_operand): Fix detection of symbolic references.
44 * config/m68hc11/m68hc11.h (VALID_CONSTANT_OFFSET_P): For 68HC12
45 accept symbols and any constant.
46
6272bc68
SC
472002-03-15 Stephane Carrez <Stephane.Carrez@worldnet.fr>
48
49 * config/m68hc11/m68hc11.c (emit_move_after_reload): Add a REG_INC
50 note on the insn that sets the soft frame register.
51 (must_parenthesize): ix and iy are also reserved names.
52 (print_operand_address): One more place where parenthesis are required
53 to avoid confusion with register names.
54 (m68hc11_gen_movhi): Allow push of stack pointer.
55 (m68hc11_check_z_replacement): Fix handling of parallel with a
56 clobber.
57 (m68hc11_z_replacement): Must update the REG_INC notes to tell what
58 the replacement register is.
59 * config/m68hc11/m68hc11.h (REG_CLASS_CONTENTS): Switch Z_REGS
60 and D8_REGS classes.
61 (MODES_TIEABLE_P): All modes are tieable except QImode.
62
1d2d9def
SC
632002-03-15 Stephane Carrez <Stephane.Carrez@worldnet.fr>
64
65 * config/m68hc11/larith.asm (___adddi3): Optimize saving of result.
66 (___subdi3): Likewise.
67 (__mulsi3, __mulhi32): Avoid using _.tmp scratch location.
68 (__map_data_section): Optimize 68hc11 case.
69
a0ccf503
SC
702002-03-15 Stephane Carrez <Stephane.Carrez@worldnet.fr>
71
72 * config/m68hc11/m68hc11.c (m6812_cost): Make cost of add higher
73 than a shift to avoid adding a register with itself.
74 (m68hc11_memory_move_cost): Take into account NO_REGS.
75 (m68hc11_register_move_cost): Update and use memory move cost
76 for soft registers.
77 (m68hc11_address_cost): Make cost of valid offset not 0 so that
78 it gives more opportunities to cse to optimize.
79 * config/m68hc11/m68hc11.h (REGISTER_MOVE_COST): Pass the mode.
80 * config/m68hc11/m68hc11-protos.h (m68hc11_register_move_cost): Update.
81
6e4ae815
MM
822002-03-15 Mark Mitchell <mark@codesourcery.com>
83
84 * c-common.c (statement_code_p): Handle CLEANUP_STMT.
85 * c-common.def (CLEANUP_STMT): New tree node.
86 * c-common.h (CLEANUP_DECL): New macro.
87 (CLEANUP_EXPR): Likewise.
88 * c-semantics.c (expand_stmt): Handle CLEANUP_STMT.
89 * expr.c (expand_expr): Tidy.
90 * tree-dump.c (dequeue_and_dump): Handle CLEANUP_STMT.
91 * tree-inline.c (initialize_inlined_parameters): Clean up
92 new local variables.
93
a42519be
JJ
942002-03-15 Jakub Jelinek <jakub@redhat.com>
95
96 PR bootstrap/4128
97 * config/sparc/sparc.c (gen_v9_scc): Move early clobber test
98 before movrXX only, use reg_overlap_mentioned_p.
99 Only special case NE if just one insn can be generated.
100
15409448
JM
1012002-03-15 Jason Merrill <jason@redhat.com>
102
103 * varasm.c (assemble_variable): Call resolve_unique_section before
104 checking DECL_SECTION_NAME. Use zeros for a decl with DECL_INITIAL
105 of error_mark_node.
106
3a4edb44
RE
1072002-03-15 Richard Earnshaw <rearnsha@arm.com>
108
109 PR target/5170
110 * arm.md (split pattern for thumb shiftable immediates): Add comment
111 explaining non-obvious test.
112
32defa36
RE
1132002-03-15 Richard Earnshaw <rearnsha@arm.com>
114
115 PR target/5712
116 * arm.md (movaddr, movaddr_insn): Delete.
117
5cc90635
JM
1182002-03-15 Jason Merrill <jason@redhat.com>
119
120 * toplev.c (wrapup_global_declarations): Clarify variable handling.
121 -fkeep-static-consts doesn't apply to comdats.
122
ecb0eece
RH
1232002-03-14 Richard Henderson <rth@redhat.com>
124
125 * c-decl.c: Include c-pragma.h.
126 (start_decl, start_function): Invoke maybe_apply_pragma_weak.
127 (finish_function): Tidy.
128 * c-pragma.c: Include c-common.h.
129 (pending_weaks, apply_pragma_weak, maybe_apply_pragma_weak): New.
130 (handle_pragma_weak): Use them.
131 (init_pragma): Register pending_weaks.
132 * c-pragma.h (maybe_apply_pragma_weak): Declare.
133 * print-tree.c (print_node): Print DECL_WEAK.
134 * varasm.c (mark_weak_decls): Remove.
135 (remove_from_pending_weak_list): Remove.
136 (add_weak): Remove.
137 (asm_emit_uninitialised): Call globalize_decl for weak commons.
138 (weak_decls): Make a tree_list.
139 (declare_weak): Cons weak_decls directly.
140 (globalize_decl): Remove weak_decls elements directly.
141 (weak_finish): Simplify weak_decls walk. Don't weaken unused
142 symbols. Don't pretend to handle aliases.
143 (init_varasm_once): Update weak_decls registry.
144 * Makefile.in: Update dependencies.
145
98d2b17e
RH
1462002-03-14 Richard Henderson <rth@redhat.com>
147
148 PR target/5312
149 * config/ia64/ia64.c: Include tm_p.h last.
150 (gen_nop_type): Remove duplicate definition.
151 (cycle_end_fill_slots): Set sched_data for second L slot.
152 (maybe_rotate): Call cycle_end_fill_slots to fill in nop slots.
153 (nop_cycles_until): Fix typos.
154
f2f4927e
JJ
1552002-03-15 Jakub Jelinek <jakub@redhat.com>
156
157 PR optimization/5891
158 * unroll.c (copy_loop_body) [CALL_INSN]: Copy SIBLING_CALL_P flag.
159
5025a549
DM
1602002-03-14 David Mosberger <davidm@hpl.hp.com>, Hans Boehm <Hans_Boehm@hp.com>
161
162 * config/ia64/unwind-ia64.c: Handle copy_state and label_state
163 descriptors correctly.
164
03e9dbc9
MM
1652002-03-14 Michael Meissner <meissner@redhat.com>
166
167 * params.def (PARAM_MAX_UNROLLED_INSNS): New macro, default to
168 100, allowing MAX_UNROLLED_INSNS to be overridden.
169
170 * params.h (MAX_UNROLLED_INSNS): Define so it can be overridden by
171 --param.
172
173 * unroll.c (params.h): Include.
174 (MAX_UNROLLED_INSNS): Delete, now in params.h.
175
176 * doc/invoke.texi (--param max-unroll-insns): Document.
177
178 * Makefile.in (unroll.o): Add $(PARAMS_H) dependency.
179
12249385
RE
1802002-03-14 Richard Earnshaw <rearnsha@arm.com>
181
182 * arm.md: Fix warnings about constraints in peepholes and splits.
183
f0cce04a
ZW
1842002-03-14 Zack Weinberg <zack@codesourcery.com>
185
186 * cpphash.h (struct lexer_state): Remove line_extension member.
187 * cpplib.c (dequote_string, do_linemarker): New functions.
188 (linemarker_dir): New data object.
189 (DIRECTIVE_TABLE): No longer need to interpret #line in
190 preprocessed source. Delete obsolete comment about return
191 values of handlers.
192 (end_directive, directive_diagnostics, _cpp_handle_directive):
193 Don't muck with line_extension.
194 (directive_diagnostics): No need to issue warnings for
195 linemarkers here.
196 (_cpp_handle_directive): Issue warnings for linemarkers here,
197 when appropriate. Dispatch linemarkers to do_linemarker, not
198 do_line.
199 (do_line): Code to handle linemarkers split out to do_linemarker.
200 Convert escape sequences in filename argument, both places.
201
202 * cppmacro.c (quote_string): Rename cpp_quote_string and
203 export. All callers changed.
204 * cpplib.h (cpp_quote_string): Prototype.
205 * cppmain.c (print_line): Call cpp_quote_string on to_file
206 before printing it.
207
208 * doc/cpp.texi: Document that escapes are now interpreted in
209 #line and in linemarkers, and that non-printing characters are
210 converted to octal escapes when linemarkers are generated.
211
212Thu Mar 14 19:04:29 CET 2002 Jan Hubicka <jh@suse.cz>
83a49407
JH
213
214 * emit-rtl.c (try_split): Use delete_insns.
215 * recog.c (split_all_insns): Fix terminating condition.
216
c882c7ac
RE
2172002-03-14 Richard Earnshaw <rearnsha@arm.com>
218 Jeroen Dobbelaere <jeroen.dobbelaere@acunia.com>
219
220 PR target/5828
221 * arm.c (arm_output_epilogue): Fix floating-point register save
222 adjustment when using a frame pointer.
223
3f26edaa
RS
2242002-03-14 Richard Sandiford <rsandifo@redhat.com>
225
226 * config/mips/mips.h (FP_INC, UNITS_PER_FPVALUE): New macros.
227 * config/mips/mips.c (compute_frame_size): Retrofit them here.
228 (save_restore_insns, mips_expand_epilogue): And here.
229 (build_mips16_call_stub): And here.
230 (mips_function_value): Use the new macros to decide whether a single
231 or complex float can be returned in floating-point registers. Return
232 a parallel rtx in the complex case.
233
1e3881c2
JH
234Thu Mar 14 11:03:12 CET 2002 Jan Hubicka <jh@suse.cz>
235
236 * toplev.c (rest_of_compilation): Add CLEANUP_UPDATE_LIFE to cfg_cleanup
237 call after liveness analysis.
238
239 * recog.c (split_insn): Use delete_insn_and_edges.
240
241 * cfgrtl.c (verify_flow_info): Be permisive about non-any_condjump
242 instructions to have branch prediction notes.
243 * ia64reorg.c (ia64_reorg): Do not rebuild CFG.
244
200ef634
GK
2452002-03-14 Geoffrey Keating <geoffk@redhat.com>
246
247 * configure.in: Don't pass -Wno-long-long to a ADA compiler
248 that doesn't support it.
249 * configure: Regenerate.
250
0b82d204
JJ
2512002-03-13 Jakub Jelinek <jakub@redhat.com>
252
253 PR target/5626
254 * config/sparc/sparc.md (normal_branch, inverted_branch,
255 normal_fp_branch, inverted_fp_branch, normal_fpe_branch,
256 inverted_fp_branch): Adjust calls to output_cbranch.
257 Set length attribute.
258 (normal_int_branch_sp64, inverted_int_branch_sp64): Adjust calls to
259 output_v9branch. Set length attribute.
260 * config/sparc/sparc.c (fcc0_reg_operand, noov_compare64_op): New
261 predicates.
262 (noov_compare_op): Handle CCX_NOOVmode the same way as CC_NOOVmode.
263 (output_cbranch): Likewise. Handle far branches.
264 (output_v9branch): Handle far branches.
265 * config/sparc/sparc-protos.h (output_cbranch, output_v9branch):
266 Adjust prototypes.
267 * config/sparc/sparc.h (PREDICATE_CODES): Add fcc0_reg_operand and
268 noov_compare64_op predicates.
269
7a8de19b
JM
2702002-03-13 Jason Merrill <jason@redhat.com>
271
272 * gthr-posix.h (__gthread_active_p): Move __gthread_active_ptr
273 into the function and constify it.
274 * gthr-dce.h, gthr-solaris.h: Likewise.
275
2a55fd42
DE
2762002-03-13 David Edelsohn <edelsohn@gnu.org>
277
278 * config/rs6000/rs6000.h (PAD_VARARGS_DOWN): Define.
279 * config/rs6000/rs6000.c (rs6000_va_arg): Use
280 std_expand_builtin_va_arg if not ABI_V4.
281
19c5b1cf
JM
2822002-03-13 Jason Merrill <jason@redhat.com>
283
284 * varasm.c (globalize_decl): New fn.
285 (assemble_start_function): Use it.
286 (asm_emit_uninitialized): Use it.
287 (assemble_alias): Use it.
288 (assemble_variable): Use it.
289
2a15f5e1
HPN
2902002-03-13 Hans-Peter Nilsson <hp@axis.com>
291
292 * config/cris/cris.c (cris_target_asm_function_prologue): Revert
f0cce04a 293 2002-03-12 internal visibility change.
2a15f5e1
HPN
294 (cris_encode_section_info): Consider MODULE_LOCAL_P when encoding
295 visibility into SYMBOL_REF_FLAG.
296
c0a3eeac
UW
2972002-03-13 Ulrich Weigand <uweigand@de.ibm.com>
298
299 * expr.c (expand_expr, case NE_EXPR): Do not call copy_to_reg with
300 VOIDmode operand. Add compile-time optimization for constant results.
301
a1652cee
JM
3022002-03-12 Jason Merrill <jason@redhat.com>
303
304 * c-typeck.c (convert_for_assignment): Don't allow conversions
305 between pointers and references. Only allow lvalues to convert to
306 reference.
307
c52a375d
HP
3082002-03-13 Hartmut Penner <hpenner@de.ibm.com>
309
f0cce04a
ZW
310 * config/s390/s390.h (PROFILE_BEFORE_PROLOGUE): Emit profile code
311 before prologue, to avoid scheduling problems.
c52a375d 312
e387e99b
JJ
3132002-03-13 Jakub Jelinek <jakub@redhat.com>
314
315 * config/sparc/sparc.h (INITIAL_FRAME_POINTER_OFFSET): Remove.
316 (ELIMINABLE_REGS): Add sfp->sp.
317 (INITIAL_ELIMINATION_OFFSET): Compute sfp->sp offset too.
318
3192002-03-13 Jakub Jelinek <jakub@redhat.com>
09948ece
JJ
320
321 PR optimization/5892
322 * config/ia64/ia64.c (rotate_one_bundle): Update current packet.
323
4061c1a3
JJ
3242002-03-13 Jakub Jelinek <jakub@redhat.com>
325
326 * loop.c (basic_induction_var): Don't call convert_modes if mode
327 classes are different.
328
5b43fed1
RH
3292002-03-12 Richard Henderson <rth@redhat.com>
330
9f53e965
RH
331 PR optimization/5901
332 * function.c (reposition_prologue_and_epilogue_notes): Position
333 the markers after/before the last/first insn not deleted.
334
3352002-03-12 Richard Henderson <rth@redhat.com>
336
337 PR optimization/5878
5b43fed1
RH
338 * config/arc/arc.h, config/cris/cris.h, config/i386/i386.h,
339 config/m68k/m68k.h, config/s390/s390.h, config/sparc/sparc.h
340 (PIC_OFFSET_TABLE_REGNUM): Conditionalize on flag_pic.
341
342 * config/arm/arm.h config/i386/i386.h, config/m68k/m68k.h,
343 config/sparc/sparc.h (CONDITIONAL_REGISTER_USAGE): Set
344 PIC_OFFSET_TABLE_REGNUM based on INVALID_REGNUM not flag_pic.
345
346 * config/arc/arc.h (CONDITIONAL_REGISTER_USAGE): New.
347 * config/arm/arm.c (arm_pic_register): Init to INVALID_REGNUM.
348 (arm_override_options): Set arm_pic_register if TARGET_APCS_STACK
349 also. Don't set it if not flag_pic.
350 * config/i386/i386.c (ix86_save_reg): Trust PIC_OFFSET_TABLE_REGNUM
351 to be INVALID_REGNUM when not used.
352
4e9bb42b
AH
3532002-03-13 Aldy Hernandez <aldyh@redhat.com>
354
5b43fed1
RH
355 * expmed.c (store_bit_field): Reset alias set for memory.
356 (extract_bit_field): Same.
4e9bb42b 357
2f9834e8
KG
3582002-03-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
359
360 * c-common.c (c_tree_code_type, c_tree_code_length,
361 c_tree_code_name, add_c_tree_codes): Delete.
362 * c-common.h (add_c_tree_codes): Delete.
363 * c-lang.c (tree_code_type, tree_code_length, tree_code_name):
364 Define.
365 * c-objc-common.c (c_objc_common_init): Don't call
366 add_c_tree_codes, instead set lang_unsafe_for_reeval.
367 * objc/objc-act.c (objc_tree_code_type, objc_tree_code_length,
368 objc_tree_code_name, add_objc_tree_codes): Delete.
369 (objc_init): Don't call add_objc_tree_codes.
370 * objc/objc-lang.c (tree_code_type, tree_code_length,
371 tree_code_name): Define.
372 * toplev.c (lang_independent_init): Don't set
373 tree_code_length[IDENTIFIER_NODE].
374 * tree.c (tree_code_type, tree_code_length, tree_code_name):
375 Delete definitions, moved to language front-ends.
376 * tree.def (IDENTIFIER_NODE): Hardwire the length.
377 * tree.h (tree_code_type, tree_code_length, tree_code_name):
378 Const-ify.
379 (tree_code_length): Change type to unsigned char.
380
36ad2436
RH
3812002-03-12 Richard Henderson <rth@redhat.com>
382
383 * config/i386/i386.c (ix86_expand_prologue): Revert 2002-03-03
384 internal visibility change.
385
0ae02efa
BW
3862002-03-12 Bob Wilson <bob.wilson@acm.org>
387
388 * config/xtensa/xtensa.c (xtensa_expand_block_move): Use
389 validize_mem() instead of change_address to avoid clobbering
390 memory attributes.
391
35bb2bee
NB
3922002-03-12 Neil Booth <neil@daikokuya.demon.co.uk>
393
394 * c-lex.h (position_after_whitespace): Remove.
395
62ae2529
JJ
3962002-03-12 Jakub Jelinek <jakub@redhat.com>
397
398 * c-lex.c (cb_ident, c_lex): Remove unnecessary cast.
399 (lex_string): Use unsigned char pointers.
400
6a45951f
UW
4012002-03-12 Ulrich Weigand <uweigand@de.ibm.com>
402
403 * reload1.c (reload): Ignore MEM REG_EQUIV notes if the equivalent
404 is not a valid memory_operand.
405
e2fb85da
BW
4062002-03-12 Bob Wilson <bob.wilson@acm.org>
407
408 * config/xtensa/xtensa-config.h: Define XCHAL_HAVE_LOOPS.
409 * config/xtensa/lib1funcs.asm: Fix copyright to include
410 special case for libgcc files.
411 (__udivsi3): Avoid loop instructions when XCHAL_HAVE_LOOPS is 0.
412 (__divsi3): Likewise.
413 (__umodsi3): Likewise.
414 (__modsi3): Likewise.
415 * config/xtensa/lib2funcs.S: Fix copyright to include
416 special case for libgcc files.
417
5b8619f8
TR
4182002-03-12 Tom Rix <trix@redhat.com>
419
420 * collect2.c (resolve_lib_name): Move outside of
f0cce04a 421 OBJECT_FORMAT_COFF ifdef.
5b8619f8
TR
422 (ignore_library): Same.
423
089c8f97
BW
4242002-03-12 Bob Wilson <bob.wilson@acm.org>
425
426 * config/xtensa/t-xtensa (CRTSTUFF_T_CFLAGS_S): Define.
427
958c70ff
BW
4282002-03-12 Bob Wilson <bob.wilson@acm.org>
429
430 * config/xtensa/xtensa.h (ASM_OUTPUT_POOL_PROLOGUE): Switch
431 to function_section before writing out the constant pool.
432
a65c591c
DE
4332002-03-12 David Edelsohn <edelsohn@gnu.org>
434
435 * config/rs6000/rs6000.h (PREDICATE_CODES): Add any_operand and
436 zero_constant.
437 * config/rs6000/rs6000.c (easy_fp_constant): Fix formatting.
438
4392002-03-12 Alan Modra <amodra@bigpond.net.au>
440
441 * config/rs6000/rs6000.md (addsi3): Optimize sign extension.
442 (adddi3): Likewise.
443 (movdf): Likewise.
444 (movdi): Likewise.
445 (cmpsi splitter): Likewise.
446 (modsi3): Fail if <= 0.
447 * config/rs6000/rs6000.c (reg_or_add_cint64_operand): Remove
448 redundant test when HOST_BITS_PER_WIDE_INT != 32.
449 (reg_or_sub_cint64_operand): Likewise.
450 (num_insns_constant_wide): Optimize sign extension.
451 (rs6000_legitimize_address): Likewise.
452
17720332
AM
4532002-03-12 Andrew MacLeod <amacleod@redhat.com>
454
455 * config/sparc/linux.h (HANDLE_PRAGMA_PACK_PUSH_POP): Define.
456 * config/sparc/linux64.h (HANDLE_PRAGMA_PACK_PUSH_POP): Define.
457
cd49f073
AM
4582002-03-12 Andrew MacLeod <amacleod@redhat.com>
459
460 * config/sparc/sparc.h (RETURN_ADDR_RTX): Include v9 stack bias in
461 address calculation.
462
6a4e49c1
UW
4632002-03-12 Ulrich Weigand <uweigand@de.ibm.com>
464
465 * config/s390/s390.md (reload_insi, reload_indi): Change mode of
466 scratch register to DImode / TImode.
467 config/s390/s390.c (s390_expand_plus_operand): Make sure scratch
468 register used does not overlap the target.
469
54b6670a
KG
4702002-03-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
471
472 * Makefile.in (debug.o): Depend on debug.h.
473 * dbxout.c (dbx_debug_hooks, xcoff_debug_hooks): Const-ify.
474 * debug.c (do_nothing_debug_hooks): Likewise.
475 * debug.h (debug_hooks, do_nothing_debug_hooks, dbx_debug_hooks,
476 sdb_debug_hooks, xcoff_debug_hooks, dwarf_debug_hooks,
477 dwarf2_debug_hooks, vmsdbg_debug_hooks): Likewise.
478 * dwarf2out.c (dwarf2_debug_hooks): Likewise.
479 * dwarfout.c (dwarf_debug_hooks): Likewise.
480 * integrate.c (output_inline_function): Likewise.
481 * objc/objc-act.c (synth_module_prologue): Likewise.
482 * sdbout.c (sdb_debug_hooks): Likewise.
483 * toplev.c (debug_hooks): Likewise.
484 * vmsdbgout.c (vmsdbg_debug_hooks): Likewise.
485
2465bf76
KG
4862002-03-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
487
488 * 1750a.h, a29k.h, arc.h, arm.h, c4x.h, clipper.h, cris.h, d30v.h,
489 dsp16xx.h, fr30.h, h8300.h, i370.h, i386.h, i860.h, i960.h,
490 m32r.h, m68hc11.h, m68k.h, m88k.h, mcore.h, mmix.h, mn10300.h,
491 ns32k.h, pa.h, pdp11.h, pj.h, romp.h, s390.h, stormy16.h,
492 v850.h, vax.h, we32k.h, xtensa.h (POINTER_SIZE): Delete.
493 * defaults.h (POINTER_SIZE): Define.
494 * doc/tm.texi (POINTER_SIZE): Document default.
495
53f3e9ca
KG
4962002-03-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
497
498 * mn10200.h (PTRDIFF_TYPE): Change it to a signed type.
499
44d3eb5b
RH
5002002-03-11 Richard Henderson <rth@redhat.com>
501
502 * toplev.c (rest_of_compilation): Call purge_all_dead_edges
503 if rebuild_label_notes_after_reload.
504
4a085d2e
HPN
5052002-03-12 Hans-Peter Nilsson <hp@axis.com>
506
507 * config/cris/cris.c (cris_target_asm_function_prologue): Do not
508 emit pic register load if "internal" visibility.
509 (cris_print_operand): Avoid traditional-warning for 0xffffffff.
510 (cris_expand_builtin_va_arg): Do all computations on trees.
511
bc204393
RH
5122002-03-11 Richard Henderson <rth@redhat.com>
513
514 * rtlanal.c: Include recog.h.
515 (keep_with_call_p): Fix thinko.
516 * Makefile.in (rtlanal.o): Update dependencies.
517
6b8b9d7b
CM
5182002-03-11 Chris Meyer <cmeyer@gatan.com>
519
520 * genflags.c (gen_insn): Use IS_VSPACE.
521 * genoutput.c (output_insn_data): Likewise.
522 (process_template): Likewise.
523
6c40858f
RH
5242002-03-11 Richard Henderson <rth@redhat.com>
525
526 * toplev.c (rest_of_compilation): Don't compile if we've had errors.
527
40adaa27
NB
5282002-03-11 Neil Booth <neil@daikokuya.demon.co.uk>
529
530 * Makefile.in: Update.
6c40858f 531 * doc/cppenv.texi, cppopts.texi: Split out of cpp.texi and gcc.texi.
40adaa27 532 Update documentation.
6c40858f
RH
533 * doc/gcc.texi: Include cppopts.texi and cppenv.texi.
534 * doc/cpp.texi: Include cppopts.texi and cppenv.texi.
40adaa27 535
049b03f4
ZW
5362002-03-11 Zack Weinberg <zack@codesourcery.com>
537
538 * Makefile.in: Give texi2pod its input file as a command line
539 argument, not on stdin.
540
61eece67
DN
5412002-03-11 Dan Nicolaescu <dann@ics.uci.edu>
542 Daniel Berlin <dan@dberlin.org>
543
544 C++ alias analysis improvement.
f0cce04a 545 * alias.c (record_component_aliases): Record aliases for base
61eece67
DN
546 classes too.
547
a65c591c
DE
5482002-03-11 Ulrich Weigand <uweigand@de.ibm.com>
549
ff080aba
UW
550 * config/s390/s390.h (REG_ALLOC_ORDER): Add missing register.
551
1682dbb1
DR
5522002-03-11 Douglas B Rupp <rupp@gnat.com>
553
fa2d765a
DR
554 * toplev.c (vms_fopen): Remove, not needed.
555
6f1fd286
DR
556 * vmsdbgout.c (lookup_filename): Adjust creation date for GMT.
557
b230e057
DR
558 * config/alpha/xm-vms.h (__UNIX_FWRITE): Define.
559
cb9a8e97
DR
560 * config/alpha/alpha.c (alpha_sa_size, VMS): Don't reserve space
561 for FP, already done later.
562
1682dbb1
DR
563 * toplev.c (debug_args): Add entry for VMS_DEBUG.
564 * vmsdbgout.c (vmsdbgout_init): Fix typo in call to xmalloc.
565
3fcaac1d
RS
5662002-03-11 Richard Sandiford <rsandifo@redhat.com>
567
568 * defaults.h (LARGEST_EXPONENT_IS_NORMAL, ROUND_TOWARDS_ZERO): New.
569 (MODE_HAS_NANS, MODE_HAS_INFINITIES): Evaluate to false if
570 LARGEST_EXPONENT_IS_NORMAL for the given mode.
571 (MODE_HAS_SIGN_DEPENDENT_ROUNDING): False when ROUND_TOWARDS_ZERO.
572 * real.c (eadd1): Make rounding dependent on !ROUND_TOWARDS_ZERO.
573 (ediv, emul, eldexp, esqrt): Likewise.
574 (etoe113, etoe64, etoe53, etoe24, etodec, etoibm, etoc4x): Likewise.
575 (e24toe): Only check NaNs & infinities if !LARGEST_EXPONENT_IS_NORMAL.
576 (saturate): New function.
577 (toe53, toe24): Saturate on overflow if LARGEST_EXPONENT_IS_NORMAL.
578 (make_nan): Use a saturation value instead of a NaN if
579 LARGEST_EXPONENT_IS_NORMAL. Warn when this happens.
580 * fp-bit.c (pack_d): Saturate on NaN, infinite or overflowing
581 inputs if LARGEST_EXPONENT_IS_NORMAL. Represent subnormals as
582 zero if NO_DENORMALS. Only round to nearest if !ROUND_TOWARDS_ZERO.
583 (unpack_d): No NaNs or infinities if LARGEST_EXPONENT_IS_NORMAL.
584 (_fpmul_parts, _fpdiv_parts): Only round to nearest if
585 !ROUND_TOWARDS_ZERO.
586 * doc/tm.texi (LARGEST_EXPONENT_IS_NORMAL): Document.
587 (ROUND_TOWARDS_ZERO): Document.
588
d25558be
AJ
5892002-03-11 Andreas Jaeger <aj@suse.de>
590
591 * cfg.c (dump_flow_info): Remove unused variable.
592
c71f9ae7
HPN
5932002-03-11 Hans-Peter Nilsson <hp@bitrange.com>
594
595 * config/mmix/mmix.c (mmix_expand_builtin_va_arg): Do all
596 computations on trees.
597
561c9153
RH
5982002-03-10 Richard Henderson <rth@redhat.com>
599
932b4e3e 600 PR 5693:
561c9153
RH
601 * reload.c (copy_replacements_1): New.
602 (copy_replacements): Use it to recurse through the rtx.
603
26b738be
RH
6042002-03-10 Richard Henderson <rth@redhat.com>
605
606 * loop.c (strength_reduce): Compute number of iterations as
607 unsigned HOST_WIDE_INT.
608
8d8a083e
RH
6092002-03-10 Richard Henderson <rth@redhat.com>
610
611 * sched-rgn.c (add_branch_dependences): Don't allow insns that throw
612 to move away from the end of the block.
613
32810ba3
NB
6142002-03-10 Neil Booth <neil@daikokuya.demon.co.uk>
615
616 PR preprocessor/5899
617 * cppinit.c (init_dependency_output): Don't ignore -dM etc.
d25558be 618
2b03d201
KG
6192002-03-10 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
620
f90c544c
KG
621 * mbchar.c (JIS_state_table, JIS_action_table): Const-ify.
622
2b03d201
KG
623 * attribs.c (decl_attributes): Fix signed/unsigned warning.
624
3ec1b4cb
HPN
6252002-03-10 Hans-Peter Nilsson <hp@bitrange.com>
626
627 * config/mmix/mmix.c: Improve comments.
628 (mmix_target_asm_function_prologue): Drop variable
629 empty_stack_frame. Don't allocate unused slot above fp.
630 (mmix_target_asm_function_epilogue): Mirror prologue changes.
631 * config/mmix/mmix.h (MMIX_GNU_ABI_REG_ALLOC_ORDER): Don't have
632 brace in first column.
633 (enum reg_class): Ditto.
634 (FIRST_PARM_OFFSET): Now 0.
635 (USER_LABEL_PREFIX): Remove #if 0:d definition.
636
27e486c5
KG
6372002-03-10 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
638
639 * combine.c (make_extraction): Fix error in last change.
640
0139adca
KG
6412002-03-09 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
642
643 * c4x.c (c4x_fp_reglist): Const-ify.
644 * cris.c (cris_print_operand): Likewise.
645 * i386.c (ix86_va_arg): Likewise.
646 * ia64/unwind-ia64.c (unw_decode_table): Likewise.
647 * m32r.c (m32r_hard_regno_mode_ok): Likewise.
648 * m32r.h (m32r_hard_regno_mode_ok): Likewise.
649 * mcore.c (regno_reg_class, mcore_unique_section): Likewise.
650 * mcore.h (regno_reg_class): Likewise.
651 * mips.c (gen_int_relational): Likewise.
652 * ns32k.c (ns32k_reg_class_contents, regclass_map): Likewise.
653 * ns32k.h (ns32k_reg_class_contents, regclass_map): Likewise.
a4334c36 654 * pdp11.c (move_costs): Likewise.
0139adca
KG
655 * pj.h (INITIALIZE_TRAMPOLINE): Likewise.
656 * s390.c (s390_branch_condition_mnemonic, regclass_map):
657 Likewise.
658 * s390.h (regclass_map): Likewise.
659 * sh.c (shift_amounts): Likewise.
a4334c36 660 * sh.md (rotlsi3): Likewise.
0139adca 661
889b90a1
GK
6622002-03-09 Geoffrey Keating <geoffk@redhat.com>
663
664 * config/rs6000/rs6000.md (ne0+4): Add extra CLOBBER.
665 (ne0+5): Use new clobber to generate proper shift pattern.
666 Patch by Michael Matz <matz@kde.org>.
667
2877e0ae
AS
6682002-03-09 Andreas Schwab <schwab@suse.de>
669
670 * gcc.c (validate_all_switches): Also handle `%W{...}'.
671
79b51cd7
GK
6722002-03-09 Geoffrey Keating <geoffk@redhat.com>
673
674 * config/rs6000/sysv4.h (BIGGEST_ALIGNMENT): Don't define.
675
e0f1be5c
JJ
6762002-03-09 Jakub Jelinek <jakub@redhat.com>
677
678 PR middle-end/5877
679 * expr.c (highest_pow2_factor): Check TREE_INT_CST_LOW
680 even for non-representable constants.
681
0a7ec763
RK
682Sat Mar 9 07:20:01 2002 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
683
93fe8e92
RK
684 * emit-rtl.c (copy_most_rtx): Accept EXPR_LIST for may_share.
685 * function.c (fixup_var_refs): Add MAY_SHARE parameter.
686 (fixup_var_refs_insns, fixup_var_refs_insns_with_has): Likewise.
687 (fixup_var_refs_insn, fixup_var_refs_1): Likewise.
688 (pop_function_context): Compute MAY_SHARE parameter for
689 fixup_var_refs.
690 (fixup_var_refs_1, case MEM): Pass MAY_SHARE to copy_most_rtx, not VAR.
691 (gen_mem_addressof): Call fixup_var_refs with new parm.
692
0a7ec763
RK
693 * combine.c (make_extraction): Don't make extension of CONST_INT.
694
a85cd407
AO
6952002-03-09 Alexandre Oliva <aoliva@redhat.com>
696
9445b814
AO
697 * config/mips/mips.c (function_arg_pass_by_reference): Force to 0
698 in o32 and o64 ABIs.
699 * config/mips/abi64.h (MUST_PASS_IN_STACK): Define as in expr.h,
700 but getting fixed-size structs passed in registers regardless of
701 padding in o32 and o64 ABIs.
702
a85cd407
AO
703 * config/mips/mips.c (mips_va_arg): Apply big-endianness address
704 offset before loading address of argument passed by transparent
705 reference.
706
c51fbe40
JDA
7072002-03-08 John David Anglin <dave@hiauly1.hia.nrc.ca>
708
709 * t-pa64 (LIB1ASMFUNCS, LIB1ASMSRC): Delete.
710
918e70dd
AO
7112002-03-09 Alexandre Oliva <aoliva@redhat.com>
712
713 * config/mips/mips.c (mips_expand_prologue): Set regno of vararg
714 marker such that registers after it are saved.
715
3070dd00
KG
7162002-03-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
717
718 * sparc.c (arith_4096_operand): Fix error in last change.
719
e25d11b0
AO
7202002-03-08 Alexandre Oliva <aoliva@redhat.com>
721
722 * config/mips/mips.h (SUBTARGET_CPP_SIZE_SPEC): Remove duplicate
723 defaults for MEABI.
724
41daaf0e
AH
7252002-03-08 Aldy Hernandez <aldyh@redhat.com>
726
5b43fed1
RH
727 * config/rs6000/rs6000.c (rs6000_va_arg): Fix alignment for
728 vectors.
41daaf0e 729
fa139b00
AH
7302002-03-08 Aldy Hernandez <aldyh@redhat.com>
731
5b43fed1 732 * config/rs6000/sysv4.h (BIGGEST_ALIGNMENT): Change for altivec.
fa139b00 733
c51d95ec
JH
734Fri Mar 8 21:27:49 CET 2002 Jan Hubicka <jh@suse.cz>
735
736 * cfgrtl.c (purge_dead_edges): Set BB_DRITY flags if edge has been
737 removed; fix return value.
738 * combine.c (combine_instructions): Dirtify blocks where we failed to
739 update liveness; purge dead edges; use update_life_info_in_dirty_blocks.
740 * toplev.c (rest_of_compilation): Do not purge_dead_edges after combine.
741
3b25fbfe
KG
7422002-03-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
743
744 * gcse.c (insert_insn_end_bb): Fix typo in last change.
745
189ae0f4
JH
746Fri Mar 8 21:08:52 CET 2002 Jan Hubicka <jh@suse.cz>
747
748 * recog.c (peephole2_optimize): Re-distribute EH edges.
749
24965e7a
NB
7502002-03-08 Neil Booth <neil@daikokuya.demon.co.uk>
751
752 * expr.c (expand_expr): Use unsave lang hook.
753 * langhooks-def.h (LANG_HOOKS_UNSAVE): New.
754 (LANG_HOOKS_INITIALIZER): Update.
755 * langhooks.h (struct lang_hooks): New hook unsave.
756 * tree.c (lang_unsave, lang_unsave_expr_now): Remove.
757 (unsave_expr_1): Remove unused lang_unsave_expr_now.
758 (unsave_expr_now_r): Rename lhd_unsave. Update. Return input.
759 (unsave_expr_now): Remove.
760 * tree.h (unsave_expr_now, lang_unsave,
761 lang_unsave_expr_now): Remove.
762 (lhd_unsave): New.
763
1e4e95d6
AJ
7642002-03-08 Andreas Jaeger <aj@suse.de>
765
766 * flow.c (propagate_block_delete_insn): Remove unused variable.
767
054ef905
KH
7682002-03-08 Kazu Hirata <kazu@hxi.com>
769
770 * config/h8300/h8300.c (h8300_adjust_insn_length): Tighten
771 insn length for memory load/store.
772
5304400d 7732002-03-08 Craig Rodrigues <rodrigc@gcc.gnu.org>
1e4e95d6 774
5304400d
CR
775 * doc/install.texi (--with-libiconv-prefix): Document.
776
81034129
MB
7772002-03-08 Michael Y. Brukman <myb2@cornell.edu>
778
779 * doc/sourcebuild.texi: Fix typo.
780
71db7d03
JJ
7812002-03-08 Jakub Jelinek <jakub@redhat.com>
782
783 PR c/3711
784 * builtins.c (std_expand_builtin_va_arg): Do all computations on
785 trees.
786
127c1ba5
RK
787Fri Mar 8 06:48:45 2002 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
788
789 * rtl.c (copy_most_rtx): Move from here ...
790 * emit-rtl.c (copy_most_rtx): ... to here.
791
8a13c092
AO
7922002-03-08 Alexandre Oliva <aoliva@redhat.com>
793
5faae4f7
AO
794 * config/mips/mips.h (LONG_MAX_SPEC): Rewrite, along with
795 SUBTARGET_CPP_SIZE_SPEC.
796 * config/mips/abi64.h (LONG_MAX_SPEC): Delete.
797
8a13c092
AO
798 * config/mips/mips.h (SUBTARGET_CPP_SIZE_SPEC): Simplify.
799
4ec59de2
MH
8002002-03-07 Matt Hiller <hiller@redhat.com>
801
802 * gensupport.c (first_dir_md_include): Renamed from include;
803 change all references.
804 (last_dir_md_include): Renamed from last_include; change all
805 references.
806 (init_md_reader): Unconditionally initialize base_dir whether or
807 not filename is a relative path.
808
12f61e77
AO
8092002-03-07 Alexandre Oliva <aoliva@redhat.com>
810
95356058
AO
811 * config/fp-bit.c (_unord_f2): Compile it in even if
812 US_SOFTWARE_GOFAST is enabled.
813
12f61e77
AO
814 * config/gofast.h (GOFAST_RENAME_LIBCALLS): Set gt and ge as
815 NULL_RTX. Set all HFmode operations as NULL_RTX.
816 * optabs.c (prepare_float_lib_cmp) <GT, GE, LT, LE>: If libfunc is
817 NULL_RTX, try reversing the comparison and the operands.
818
6d7a1c4c
UW
8192002-03-06 Ulrich Weigand <uweigand@de.ibm.com>
820
821 * genextract.c (walk_rtx): Recurse into MATCH_PAR_DUP.
822 genoutput.c (scan_operands): Recurse into MATCH_PAR_DUP
823 and MATCH_OP_DUP.
824
66d54344
JH
825Thu Mar 7 16:54:10 CET 2002 Jan Hubicka <jh@suse.cz>
826
827 * reload1.c (reload_cse_delete_noop_set): Purge dead edges.
828
068473ec
JH
829Thu Mar 7 16:33:54 CET 2002 Jan Hubicka <jh@suse.cz>
830
831 * basic-block.h (fixup_abnormal_edges): Declare.
832 * reload1.c (fixup_abnormal_edges): New function.
833 * reg-stack.c (convert_regs): Use it.
834
835 * gcse.c (insert_insn_end_bb): Handle trapping insns.
836
837 * gcse.c (hash_scan_set): Refuse instructions with EH edges.
838
71925bc0
RS
8392002-03-07 Richard Sandiford <rsandifo@redhat.com>
840
841 * defaults.h (MODE_HAS_NANS, MODE_HAS_INFINITIES): New.
842 (MODE_HAS_SIGNED_ZEROS, MODE_HAS_SIGN_DEPENDENT_ROUNDING): New.
843 * flags.h (HONOR_NANS, HONOR_INFINITIES, HONOR_SIGNED_ZEROS): New.
844 (HONOR_SIGN_DEPENDENT_ROUNDING): New.
845 * builtins.c (expand_builtin_mathfn): Use HONOR_NANS.
846 * c-common.c (truthvalue_conversion): Reduce x - y != 0 to x != y
847 unless x and y could be infinite.
848 (expand_unordered_cmp): New, mostly split from expand_tree_builtin.
849 Check that the common type of both arguments is a real, even for
850 targets without unordered comparisons. Allow an integer argument
851 to be compared against a real.
852 (expand_tree_builtin): Use expand_unordered_cmp.
853 * combine.c (combine_simplify_rtx): Use the new HONOR_... macros.
854 * cse.c (fold_rtx): Likewise. Fix indentation.
855 * fold-const.c (fold_real_zero_addition_p): New.
856 (fold): Use it, and the new HONOR_... macros.
857 * ifcvt.c (noce_try_minmax): Use the new HONOR_... macros.
858 * jump.c (reversed_comparison_code_parts): After searching for
859 the true comparison mode, use HONOR_NANS to decide whether it
860 can be safely reversed.
861 (reverse_condition_maybe_unordered): Remove IEEE check.
862 * simplify-rtx.c (simplify_binary_operation): Use the new macros
863 to decide which simplifications are valid. Allow the following
864 simplifications for IEEE: (-a + b) to (b - a), (a + -b) to (a - b),
865 and (a - -b) to (a + b).
866 (simplify_relational_operation): Use HONOR_NANS.
867 * doc/tm.texi: Document the MODE_HAS_... macros.
868
145d3bf2
RE
8692002-03-07 Richard Earnshaw <rearnsha@arm.com>
870
871 * combine.c (simplify_comparison): If simplifying a logical shift
872 right and compare with constant, force the comparison to unsigned.
873
76a773f3
AH
8742002-03-07 Aldy Hernandez <aldyh@redhat.com>
875
5b43fed1 876 * doc/invoke.texi: Add documentation for -mabi=no-altivec.
76a773f3 877
5b43fed1
RH
878 * config/rs6000/rs6000.c (rs6000_parse_abi_options): Add
879 -mabi=no-altivec
880 (alt_reg_names): Remove % for vrsave.
76a773f3 881
ab55f58c
RH
8822002-03-06 Richard Henderson <rth@redhat.com>
883
5ddec02e 884 PR optimization/5844
ab55f58c
RH
885 * genemit.c (gen_exp): New argument used. Invoke copy_rtx
886 if used indicates we've already emitted one copy of an operand.
887 (gen_insn, gen_expand, output_add_clobbers): Supply a null used.
888 (gen_split): Supply a non-null used.
889
e16e3291
UW
8902002-03-06 Ulrich Weigand <uweigand@de.ibm.com>
891
5b43fed1 892 * reload1.c (reload): Unshare all rtl after reload is done.
e16e3291 893
1e4e95d6 894 * simplify-rtx.c (simplify_plus_minus): Do not abort,
e16e3291
UW
895 but simply fail if the expression is too complex to simplify.
896 (simplify_gen_binary): Handle simplify_plus_minus failures.
897
2ca6672b
JH
898Wed Mar 6 20:32:09 CET 2002 Jan Hubicka <jh@suse.cz>
899
900 * toplev.c (rest_of_compilation): Do jump threading before SSA path;
901 consistently call delete_trivially_dead_insns after CSE and GCSE;
902 fix DFI_life dumping; do jump threading after liveness; do crossjumping
903 after liveness2; update comment in last crossjumping.
904 * cfgcleanup.c (try_crossjump_to_edge): Dirtify block.
905
31d0dd4f
JL
906Wed Mar 6 12:27:10 2002 Jeffrey A Law (law@redhat.com)
907
d094b0b3
JL
908 * ssa-ccp.c (ssa_fast_dce): Update the DF def-use chains
909 after completing fast dead code elimination.
910
31d0dd4f
JL
911 * m68k.h (CONST_COSTS): Lower cost of 0.0 when used inside a
912 COMPARE operator.
1e4e95d6 913
f2b958b1
PE
9142002-03-06 Phil Edwards <pme@gcc.gnu.org>
915
916 * version.c: Fix misplaced leading blanks on first line.
917
a2877a09
JH
918Wed Mar 6 19:08:03 CET 2002 Jan Hubicka <jh@suse.cz>
919
920 * cfgrtl.c (verify_flow_info): Accept RESX as EH edge source.
921
fe477d8b
JH
922Wed Mar 6 18:14:43 CET 2002 Jan Hubicka <jh@suse.cz>
923
924 * cfgcleanup.c (mentions_nonequal_regs): New function.
925 (thread_jump): Use it.
926 * toplev.c (rest_of_compilation): Run jump threading after
927 liveness.
928
2041cde4
JJ
9292002-03-06 Jakub Jelinek <jakub@redhat.com>
930
931 * ssa-ccp.c (ssa_ccp_substitute_constants): Backout 2002-03-05
932 patch.
933
82d68d46
JH
934Wed Mar 6 11:28:19 CET 2002 Jan Hubicka <jh@suse.cz>
935
936 * predict.c (estimate_bb_frequencies): Do not reload the
937 frequencies from notes.
938
3dec4024
JH
939Wed Mar 6 10:59:39 CET 2002 Jan Hubicka <jh@suse.cz>
940
941 * cfgrtl.c (delete_insn_and_edges, delete_insn_chain_and_edges): New.
942 * rtl.h (delete_insn_and_edges, delete_insn_chain_and_edges): Declare
943
944 * basic-block.h (update_life_info, update_life_info_in_dirty_blocks,
945 delete_noop_moves): Return indeger.
946 * flow.c (ndead): New variable.
947 (propagate_block_delete_insn): Use delete_insn_and_edges; remove
948 BB argument; update callers.
949 (propagate_block_delete_libcall): Use delete_insn_chain_and_edges.
950 (life_analysis): Do not call purge_all_dead_edges.
951 (update_life_info): Return number of deleted insns; print statistics.
952 (update_life_info_in_dirty_blocks): likewise.
953 (delete_noop_moves): Use delete_insn_and_edges; print statistics;
954 return number of insns deleted.
955
956 * cse.c: Include timevar.h
957 (delete_trivially_dead_insns): Kill preserve_basic_blocks argument;
958 iterate until stabilizes; print statistics; return number of killed
959 insns.
960 * Makefile.in: (cse.o): Add timevar.h dependency
961 * rtl.h (delete_trivially_dead_insns): New.
962 * timever.def: Add TV_DELETE_TRIVIALLY_DEAD timer.
963 * toplev.c (rest_of_compilation): Update callers.
964
965 * cfgcleanup.c (try_optimize_cfg): Kill blocks.
966 (try_optimize_cfg): Do not update liveness.
967 (cleanup-cfg): Loop until try_optimize_cfg and dead code
968 removal stabilizes; use delete_trivially_dead_insns.
969
970 * cfgrtl.c (verify_flow_info): Sanity check outgoing edges.
971
c7544dd8
ZW
9722002-03-05 Zack Weinberg <zack@codesourcery.com>
973
974 * cppmain.c (setup_callbacks): Disable #pragma and #ident
975 callbacks when processing assembly language.
976
50b424a9
JDA
9772002-03-05 John David Anglin <dave@hiauly1.hia.nrc.ca>
978
979 * pa.h (ASM_FILE_END): Define.
980 * som.h (ASM_FILE_END): Delete.
981
982 * pa.c (function_arg): Don't pass floats in general registers in
983 indirect calls if TARGET_ELF32.
984
6185f217
RH
9852002-03-05 Richard Henderson <rth@redhat.com>
986
987 * config/i386/i386.md (floatsidf2): Conditionalize on hard-float.
988
3020a4b2
DS
9892002-03-05 Danny Smith <dannysmith@users.sourceforge.net>
990
991 * gthr-win32.h (__GTHREAD_MUTEX_INIT_DEFAULT): Define.
992
65649daa
JJ
9932002-03-05 Jakub Jelinek <jakub@redhat.com>
994
995 * mklibgcc.in: Prepend a tab before .hidden, add $flags to gcc
996 -r command line. Don't hide any symbols if not building
997 shared libgcc.
998
5a1a3e5e
JH
999Tue Mar 5 18:31:27 CET 2002 Jan Hubicka <jh@suse.cz>
1000
1001 * cfg.c (dump_flow_info): Warn about profile mismatches.
1002 * cfgrtl.c (verify_flow_info): Few aditional sanity checks.
1003 (purge_dead_edges): Remove REG_BR_PROB notes on simplejumps.
1004
170c56da
JJ
10052002-03-05 Jakub Jelinek <jakub@redhat.com>
1006
1007 * expmed.c (emit_store_flag): Don't test BITS_PER_WORD * 2
1008 wide volatile memory by parts.
1009
6d051694
JJ
10102002-03-05 Jakub Jelinek <jakub@redhat.com>
1011
1012 * ssa-ccp.c (ssa_ccp_substitute_constants): Don't crash if def
1013 is NULL.
1014
28bcfd4d
RH
10152002-03-05 Richard Henderson <rth@redhat.com>
1016
5b43fed1 1017 * rs6000.h (TOTAL_ALTIVEC_REGS): Fix off-by-one error.
28bcfd4d 1018
75227a33
GK
10192002-03-04 Geoffrey Keating <geoffk@redhat.com>
1020
1021 * toplev.c (documented_lang_options): Document more
1022 language-specific options.
1023 * doc/invoke.texi (Warning Options): Correct documentation for
1024 -Wno-multichar, -Wno-div-by-zero, and -Wsystem-headers.
1025 * c-decl.c (c_decode_option): Use a table to handle warning options.
1026
4f1aac42
HPN
10272002-03-05 Hans-Peter Nilsson <hp@bitrange.com>
1028
1029 * config/mmix/mmix.h (ENCODE_SECTION_INFO): Pass on new second
1030 parameter to mmix_encode_section_info.
1031 (LINK_SPEC): Don't defsym __.MMIX.start..text if linking
1032 relocatably. Always produce ELF, not mmo if linking relocatably.
1033 * config/mmix/mmix.c (mmix_encode_section_info): If new parameter
1034 first is non-zero, don't add symbol prefix.
1035 * config/mmix/mmix-protos.h (mmix_encode_section_info): Tweak
1036 prototype accordingly.
1037
12345543
KW
10382002-03-04 Krister Walfridsson <cato@df.lth.se>
1039
1040 * config.gcc (*-*-netbsd*): Add t-slibgcc-elf-ver to tmake_file.
1041
8e97db8f
JM
10422002-03-05 Joseph S. Myers <jsm28@cam.ac.uk>
1043
1044 * configure.in: Increase required makeinfo version to 4.1.
1045 * configure: Regenerate.
1046
06487868
GK
10472002-03-04 Geoffrey Keating <geoffk@redhat.com>
1048
1049 * .cvsignore: Remove *.info* and genrtl*; these files are generated
1050 elsewhere now.
1051
cff42170
JM
10522002-03-04 Joseph S. Myers <jsm28@cam.ac.uk>
1053
1054 * doc/include/texinfo.tex: Update to version 2002-03-01.06.
1055 * doc/invoke.texi: Fix @math uses.
1056
974a7f56
JH
1057Mon Mar 4 15:33:54 CET 2002 Jan Hubicka <jh@suse.cz>
1058
1059 * toplev.c (rest_of_compilation): Cleanup CFG after dead jumptables
1060 removal
1061
3b7d0e98
AH
10622002-03-03 Aldy Hernandez <aldyh@redhat.com>
1063
5b43fed1
RH
1064 * config.gcc (powerpc-*-eabialtivec*): Use t-ppcendian.
1065 (powerpc-*-eabisimaltivec*): Same.
3b7d0e98 1066
5b43fed1 1067 * config/rs6000/t-ppcendian: New.
3b7d0e98 1068
65f2f288
HB
10692002-03-04 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
1070
1071 * c4x-protos.h, c4x.h, c4x.c, c4x.md: Add new functions
1072 nonimmediate_src_operand and nonimmediate_lsrc_operand to
1073 disallow ZERO_EXTEND with CONST_INT or CONST_DOUBLE.
1074
8ce0a8a5
RH
10752002-03-03 Richard Henderson <rth@redhat.com>
1076
1077 * toplev.c (rest_of_decl_compilation): Revert last two changes.
1078
ba31d94e
ZW
10792002-03-03 Zack Weinberg <zack@codesourcery.com>
1080
1081 * emit-rtl.c, final.c, fold-const.c, gengenrtl.c, optabs.c,
1082 print-tree.c, real.c, real.h, recog.c, rtl.c, simplify-rtx.c,
1083 tree.c, config/m68k/m68k.c:
1084 Remove all #ifndef REAL_ARITHMETIC blocks, make all #ifdef
1085 REAL_ARITHMETIC blocks unconditional. Delete some further
1086 #ifdef blocks predicated on REAL_ARITHMETIC.
1087 * flags.h, toplev.c: Delete remaining references to
1088 flag_pretend_float.
1089
1090 * doc/invoke.texi: Remove documentation of -fpretend-float.
1091 * doc/tm.texi: Describe the various REAL_* macros as provided by
1092 real.h, not by the target configuration files.
1093
1094 * config/alpha/alpha.h, config/alpha/unicosmk.h, config/arm/arm.h,
1095 config/avr/avr.h, config/c4x/c4x.h, config/convex/convex.h,
1096 config/cris/cris.h, config/d30v/d30v.h, config/dsp16xx/dsp16xx.h,
1097 config/h8300/h8300.h, config/i370/i370.h, config/i386/i386.h,
1098 config/i386/osf1elf.h, config/i960/i960.h, config/ia64/ia64.h,
1099 config/m32r/m32r.h, config/m68hc11/m68hc11.h, config/m68k/dpx2.h,
1100 config/m68k/linux-aout.h, config/m68k/linux.h, config/m68k/m68k.h,
1101 config/m68k/sun3.h, config/m68k/vxm68k.h, config/mcore/mcore.h,
1102 config/mips/mips.h, config/mmix/mmix.h, config/mn10200/mn10200.h,
1103 config/mn10300/mn10300.h, config/pa/pa.h, config/pj/pj.h,
1104 config/rs6000/rs6000.h, config/s390/s390.h, config/sh/sh.h,
1105 config/sparc/freebsd.h, config/sparc/linux.h, config/sparc/linux64.h,
1106 config/sparc/sol2.h, config/sparc/sparc.h, config/sparc/vxsim.h,
1107 config/stormy16/stormy16.h, config/v850/v850.h, config/vax/vax.h,
1108 config/xtensa/xtensa.h:
1109 Do not define, undefine, or mention in comments any of
1110 REAL_ARITHMETIC, REAL_VALUE_ATOF, REAL_VALUE_HTOF,
1111 REAL_VALUE_ISNAN, REAL_VALUE_ISINF,
1112 REAL_VALUE_TO_TARGET_SINGLE, REAL_VALUE_TO_TARGET_DOUBLE,
1113 REAL_VALUE_TO_TARGET_LONG_DOUBLE, REAL_VALUE_TO_DECIMAL,
1114 REAL_VALUE_TYPE, REAL_VALUES_EQUAL, REAL_VALUES_LESS,
1115 REAL_VALUE_LDEXP, REAL_VALUE_FIX, REAL_VALUE_UNSIGNED_FIX,
1116 REAL_VALUE_RNDZINT, REAL_VALUE_UNSIGNED_RNDZINT,
1117 REAL_INFINITY, REAL_VALUE_NEGATE, REAL_VALUE_TRUNCATE,
1118 REAL_VALUE_TO_INT, or REAL_VALUE_FROM_INT.
1119
9a571cfd
KG
11202002-03-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1121
e81dd381
KG
1122 * 1750a.h, a29k.h, alpha.h, arc.h, arm.h, avr.h, c4x.h, clipper.h,
1123 convex.h, cris.h, d30v.h, dsp16xx.h, elxsi.h, fr30.h, h8300.h,
1124 i370.h, i386.h, i860.h, i960.h, ia64.h, m32r.h, m68hc11.h, m68k.h,
1125 m88k.h, mcore.h, mips.h, mmix.h, mn10200.h, mn10300.h, ns32k.h,
1126 pa.h, pdp11.h, pj.h, romp.h, rs6000.h, s390.h, sh.h, sparc.h,
1127 stormy16.h, v850.h, vax.h, we32k.h, xtensa.h (BITS_PER_WORD):
1128 Delete.
1129 * defaults.h (BITS_PER_WORD): Define.
ba31d94e 1130 * doc/tm.texi (BITS_PER_WORD): Document default value.
e81dd381 1131
9a571cfd
KG
1132 * 1750a.h, avr.h, convex.h, d30v.h, dsp16xx.h, fr30.h, ia64.h,
1133 m68hc11.h, m88k.h, mips.h, pdp11.h, rs6000.h, sparc.c,
1134 stormy16.h, xtensa.h, vmsdbgout.c (CHAR_TYPE_SIZE): Delete.
1135
ca7558fc
KG
11362002-03-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1137
1138 * attribs.c (init_attributes, decl_attributes): Use ARRAY_SIZE in
1139 lieu of explicit sizeof/sizeof.
1140 * i386.c (override_options, ix86_init_mmx_sse_builtins,
1141 ix86_expand_builtin): Likewise.
1142 * mips.c (mips_add_gc_roots): Likewise.
1143 * mmix.c (mmix_output_condition): Likewise.
1144 * rs6000.c (rs6000_override_options, altivec_expand_builtin,
1145 altivec_init_builtins): Likewise.
1146 * sparc.c (mark_ultrasparc_pipeline_state): Likewise.
1147 * cppexp.c (Nsuff, parse_number): Likewise.
1148 * cppinit.c (builtin_array_end): Likewise.
1149 * gcc.c (n_default_compilers, process_command): Likewise.
1150 * genpreds.c (output_predicate_decls): Likewise.
1151 * ggc-page.c (NUM_EXTRA_ORDERS): Likewise.
1152 * lcm.c (N_ENTITIES): Likewise.
1153 * stor-layout.c (set_sizetype): Likewise.
ba31d94e 1154
41c78c88
RH
11552002-03-03 Richard Henderson <rth@redhat.com>
1156
1157 * toplev.c (rest_of_decl_compilation): Do not invoke make_decl_rtl
1158 for types or labels.
1159
9e9b71e6
RH
11602002-03-03 Richard Henderson <rth@redhat.com>
1161
1162 * c-decl.c (start_decl): Initialized variables are not common.
1163
c26a6db8
PB
11642002-03-02 Per Bothner <per@bothner.com>
1165
1166 * gcc.c (option_map): Suport new --bootclasspath option.
1167 --CLASSPATH is now just an alias for --classpath.
1168
9e8aab55
RH
11692002-03-02 Richard Henderson <rth@redhat.com>
1170
1171 * config/i386/i386.h (ix86_expand_prologue): Do not emit pic register
1172 load if "internal" visibility.
1173 * doc/extend.texi: Document visibility meanings.
1174
b3bbd220
RH
11752002-03-02 Richard Henderson <rth@redhat.com>
1176
1177 * config/i386/i386.h (ENCODE_SECTION_INFO): MODULE_LOCAL_P applies
1178 to functions as well.
1179
b14707c3
RH
11802002-03-02 Richard Henderson <rth@redhat.com>
1181
1182 * attribs.c (handle_alias_attribute): Don't call assemble_alias.
1183 (handle_visibility_attribute): Don't call assemble_visibility.
1184 * toplev.c (rest_of_decl_compilation): Invoke make_decl_rtl even
1185 without asmspec. Invoke assemble_alias when needed.
1186 * varasm.c (maybe_assemble_visibility): New.
1187 (assemble_start_function, assemble_variable, assemble_alias): Use it.
1188
b2003250
RH
11892002-03-02 Richard Henderson <rth@redhat.com>
1190
1191 * varasm.c (make_decl_rtl): Remove call to REDO_SECTION_INFO_P;
1192 invoke ENCODE_SECTION_INFO with first call flag.
1193
1194 * config/darwin-protos.h, config/darwin.c, config/darwin.h,
1195 config/a29k/a29k.h, config/alpha/alpha-protos.h, config/alpha/alpha.c,
ba31d94e 1196 config/alpha/alpha.h, config/arc/arc.h, config/arm/arm-protos.h,
b2003250
RH
1197 config/arm/arm.h, config/arm/pe.c, config/arm/pe.h,
1198 config/avr/avr-protos.h, config/avr/avr.c, config/avr/avr.h,
1199 config/c4x/c4x-protos.h, config/c4x/c4x.c, config/c4x/c4x.h,
1200 config/cris/cris-protos.h, config/cris/cris.c, config/cris/cris.h,
1201 config/d30v/d30v.h, config/h8300/h8300.h, config/i370/i370.h,
1202 config/i386/cygwin.h, config/i386/i386-interix.h, config/i386/i386.h,
1203 config/i386/osfrose.h, config/i386/win32.h, config/i386/winnt.c,
1204 config/ia64/ia64-protos.h, config/ia64/ia64.c, config/ia64/ia64.h,
1205 config/m32r/m32r-protos.h, config/m32r/m32r.c, config/m32r/m32r.h,
ba31d94e
ZW
1206 config/m68hc11/m68hc11-protos.h, config/m68hc11/m68hc11.c,
1207 config/m68hc11/m68hc11.h, config/m88k/m88k.h,
b2003250
RH
1208 config/mcore/mcore-protos.h, config/mcore/mcore.c,
1209 config/mcore/mcore.h, config/mips/mips.h, config/ns32k/ns32k.h,
1210 config/pa/pa.h, config/romp/romp.h, config/rs6000/linux64.h,
ba31d94e 1211 config/rs6000/rs6000-protos.h, config/rs6000/rs6000.c,
b2003250
RH
1212 config/rs6000/sysv4.h, config/rs6000/xcoff.h, config/s390/s390.h,
1213 config/sh/sh.h, config/sparc/sparc.h,
1214 config/stormy16/stormy16-protos.h, config/stormy16/stormy16.c,
1215 config/stormy16/stormy16.h, config/v850/v850.h, config/vax/vms.h,
1216 config/xtensa/xtensa.h, doc/tm.texi: ENCODE_SECTION_INFO now takes
1217 FIRST argument. As needed, examine it and do nothing.
1218
ba31d94e 1219 * config/darwin.h, config/alpha/alpha.h, config/arm/pe.h,
b2003250
RH
1220 config/i386/cygwin.h, config/ia64/ia64.h, config/m68hc11/m68hc11.h,
1221 config/mcore/mcore.h: Remove REDO_SECTION_INFO_P.
1222
1223 * config/arm/t-pe (pe.o): Add dependencies.
1224
5c60f03d
KG
12252002-03-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1226
1227 * a29k.h, alpha.h, arc.h, arm.h, avr.h, clipper.h, convex.h,
1228 cris.h, d30v.h, elxsi.h, fr30.h, h8300.h, i370.h, i386.h, i860.h,
1229 i960.h, ia64.h, m32r.h, m68hc11.h, m68k.h, m88k.h, mcore.h,
1230 mips.h, mmix.h, mn10200.h, mn10300.h, ns32k.h, pa.h, pdp11.h,
1231 pj.h, romp.h, rs6000.h, s390.h, sh.h, sparc.h, stormy16.h, v850.h,
1232 vax.h, we32k.h, xtensa.h: (BITS_PER_UNIT): Delete.
1233 * defaults.h (BITS_PER_UNIT): Define.
1234 * doc/tm.texi (BITS_PER_UNIT): Document default value.
1235
86855e8c
KH
12362002-03-02 Kazu Hirata <kazu@hxi.com>
1237
1238 * config/h8300/h8300-protos.h: Add a prototype for
1239 compute_a_shift_length.
1240 * config/h8300/h8300.c (h8300_asm_insn_count): New.
1241 (compute_a_shift_length): Likewise.
1242 (h8300_adjust_insn_length): Do not adjust insn length of shift
1243 insns.
1244 * config/h8300/h8300.md (anonymous shift patterns): Use
1245 compute_a_shift_length.
1246
f6041ed8
RK
1247Sat Mar 2 06:30:14 2002 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
1248
35aa3c1c
RK
1249 * config/sparc/sparc.c (sparc_initialize_trampoline): Use
1250 trunc_int_for_mode.
1251
f6041ed8
RK
1252 * emit-rtl.c (offset_address): Call update_temp_slot_address.
1253
27b41650
KG
12542002-03-01 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1255
1256 * Makefile.in (CRTSTUFF_CFLAGS): Add -fno-zero-initialized-in-bss.
1257 * doc/invoke.texi (-fno-zero-initialized-in-bss): Document.
1258 * flags.h (flag_zero_initialized_in_bss): Declare.
1259 * toplev.c (flag_zero_initialized_in_bss): New flag.
1260 (lang_independent_options): Add flag_zero_initialized_in_bss.
1261 * tree.c (initializer_zerop): New function.
1262 * tree.h (initializer_zerop): Declare.
1263 * varasm.c (assemble_variable): If we can emit bss, put zero
1264 initializers in the bss section.
1265
ca734b39
AM
12662002-03-02 Alan Modra <amodra@bigpond.net.au>
1267
1268 * config/rs6000/rs6000.h (ASM_WEAKEN_DECL): AIX assembler doesn't
1269 like more than one symbol per .weak directive.
1270
49b72306
RH
12712002-03-01 Richard Henderson <rth@redhat.com>
1272
1273 * config/ia64/ia64.c (ia64_initial_elimination_offset): Do not
1274 adjust argument_pointer by pretend_args_size.
1275 (ia64_va_start): Adjust va_start address by -pretend_args_size.
1276
fbf0fe41
KH
12772002-03-01 Kazu Hirata <kazu@hxi.com>
1278
1279 * config/h8300/h8300.c (h8300_adjust_insn_length): Clean up.
1280
0010687d
JH
1281Fri Mar 1 20:59:14 CET 2002 Jan Hubicka <jh@suse.cz>
1282
1283 * toplev.c (rest_of_compilation): Delete dead jumptables before
1284 loop.
1285 * flow.c (delete_dead_jumptables): Make global.
1286 * rtl.h (delete_dead_jumptables): Declare.
1287
9429c84c
DE
12882002-03-01 David Edelsohn <edelsohn@gnu.org>
1289
1290 * config/rs6000/rs6000.h (HANDLE_PRAGMA_PACK): Delete.
1291 * config/rs6000/darwin.h (HANDLE_SYSV_PRAGMA): Define.
1292 * config/rs6000/xcoff.h (COLLET_EXPORT_LIST): Delete.
1293
f0b6f9a6
KH
12942002-03-01 Kazu Hirata <kazu@hxi.com>
1295
1296 * config/h8300/h8300-protos.h: Fix formatting.
1297 * config/h8300/h8300.c: Likewise.
1298 * config/h8300/h8300.h: Likewise.
1299
bc8db8a1
KH
13002002-03-01 Kazu Hirata <kazu@hxi.com>
1301
1302 * config/h8300/h8300.c (print_operand): Support 16-bit
1303 constant addresses.
1304 * config/h8300/h8300.h (TINY_CONSTANT_ADDRESS_P): New.
1305
32b069d3
RH
13062002-02-28 Richard Henderson <rth@redhat.com>
1307
1308 * expmed.c (store_bit_field): Prevent generation of CONCATs;
1309 pun complex values as integers; use gen_lowpart instead of
1310 gen_rtx_SUBREG.
1311 (extract_bit_field): Likewise.
1312
79c4e63f
AM
13132002-03-01 Alan Modra <amodra@bigpond.net.au>
1314 David Edelsohn <edelsohn@gnu.org>
1315
1316 * doc/tm.texi (ASM_WEAKEN_DECL): Document.
1317 (ASM_WEAKEN_LABEL): Mention ASM_WEAKEN_DECL.
1318 (SUPPORTS_WEAK): Likewise.
1319 * output.h (add_weak): Add tree param.
1320 * varasm.c (add_weak): Likewise. Save decl.
1321 (struct weak_syms): Add decl field.
1322 (mark_weak_decls): New function.
1323 (init_varasm_once): ggc_add_root mark_weak_decls.
1324 (assemble_start_function): Use ASM_WEAKEN_DECL.
1325 (assemble_variable): Likewise.
1326 (assemble_alias): Likewise.
1327 (declare_weak): Pass decl to add_weak.
1328 (weak_finish): Use ASM_WEAKEN_DECL. Try to find decl.
1329 (remove_from_pending_weak_list): Declare and define for
1330 ASM_WEAKEN_DECL.
1331 * c-pragma.c (handle_pragma_weak): Adjust add_weak call.
1332 * c-pragma.h (HANDLE_PRAGMA_WEAK): Define if ASM_WEAKEN_DECL too.
1333 * defaults.h (SUPPORTS_WEAK): Likewise.
1334 * config/rs6000/linux64.h (ASM_DECLARE_FUNCTION_NAME): Don't emit
1335 .weak for code sym. Do emit .size for descriptor sym.
1336 (ASM_DECLARE_FUNCTION_SIZE): Define.
1337 * config/rs6000/rs6000.h (ASM_WEAKEN_DECL): Define.
1338 (ASM_OUTPUT_DEF_FROM_DECLS): Don't emit .weak here. Don't output
1339 .lglobl unless TARGET_XCOFF. Formatting fixes.
1340 * config/rs6000/xcoff.h (ASM_DECLARE_FUNCTION_NAME): Don't emit
1341 .weak for code sym.
1342 (HANDLE_PRAGMA_WEAK): Remove.
1343 (ASM_WEAKEN_LABEL): Remove.
1344 * config/rs6000/aix.h (HANDLE_SYSV_PRAGMA): Define.
1345
6f30f1f1
JM
13462002-03-01 Jason Merrill <jason@redhat.com>
1347
1348 * tree.h (TARGET_EXPR_SLOT, TARGET_EXPR_INITIAL): New macros.
1349 (TARGET_EXPR_CLEANUP): New macro.
1350
7879b81e
SE
13512002-02-28 Steve Ellcey <sje@cup.hp.com>
1352
1353 * doc/rtl.texi (SUBREG_PROMOTED_UNSIGNED_P): Change definition
1354 to take ptr_extend into account as third type of extension.
1355 (SUBREG_PROMOTED_UNSIGNED_SET): Definition of new macro to set bit
1356 fields used by SUBREG_PROMOTED_UNSIGNED_P.
1357 * rtl.h (SUBREG_PROMOTED_UNSIGNED_SET): New macro.
1358 (SUBREG_PROMOTED_UNSIGNED_P): Change to return -1 as well as 0 or 1.
1359 * calls.c (precompute_arguments): Use new macro.
1360 (expand_call): Ditto.
1361 * combine.c (nonzero_bits): Ditto.
1362 (record_promoted_value): Ditto.
1363 * expr.c (store_expr): Ditto.
1364 (expand_expr): Ditto.
1365 * function.c (assign_parms): Ditto.
1366
42d579d8
AO
13672002-02-28 Alexandre Oliva <aoliva@redhat.com>
1368
1369 * gcc.c (init_gcc_specs): Get -static and -static-libgcc to
1370 override -shared and -shared-libgcc.
1371
e0054185
DB
13722002-02-28 David O'Brien <obrien@FreeBSD.org>
1373
1374 * config.gcc (sparc64-*-freebsd): Explicitly accept a cpu specification
1375 of "ultrasparc".
1376 * config/sparc/freebsd.h: Do not use MASK_FASTER_STRUCTS. It appears
1377 to be broken.
1378
abda4f1c
RH
13792002-02-28 Richard Henderson <rth@redhat.com>
1380
1381 * config/ia64/ia64.c (ia64_adjust_cost): All non-MM consumers have
1382 4 cycle latency from MM producers.
1383 (ia64_internal_sched_reorder): Likewise with pipeline flush.
1384
c0f08649
JJ
13852002-02-28 Jakub Jelinek <jakub@redhat.com>
1386
1387 * mklibgcc.in: Don't use GNU make extension.
1388
f79f2651
NB
13892002-02-28 Neil Booth <neil@daikokuya.demon.co.uk>
1390
1391 * c-parse.in (STATIC): New terminal.
1392 (scspec): New non-terminal. Update productions accordingly.
1393 (program): Remove bogus ifc / end ifc.
1394 (array_declarator): Simplify production using STATIC.
1395
001e3fee
JM
13962002-02-28 Jim Meyering <meyering@lucent.com>
1397
1398 * cpplex.c (cpp_parse_escape): Restore mistakenly-removed code:
1399 \a still means TARGET_BELL.
1400
89076bb3
RH
14012002-02-28 Richard Henderson <rth@redhat.com>
1402
1403 * haifa-sched.c (sched_emit_insn): New.
1404 (schedule_block): Use last_scheduled_insn to track last insn.
1405 * sched-int.h (sched_emit_insn): Prototype.
1406 * config/ia64/ia64.c (last_issued): Remove.
1407 (ia64_variable_issue): Don't set it.
1408 (nop_cycles_until): Use sched_emit_insn.
1409
e3aaacf4
AM
14102002-02-28 Andrew MacLeod <amacleod@redhat.com>
1411
1412 * config/sparc/sparc.c (sparc64_initialize_trampoline): Generate sign
1413 extended constants.
1414
7f473594
KH
14152002-02-28 Kazu Hirata <kazu@hxi.com>
1416
1417 * config/h8300/h8300.c: Fix formatting.
1418 * config/h8300/h8300.h: Likewise.
1419
b96c434c
MM
14202002-02-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
1421
1422 * config/avr/avr.c (avr_hard_regno_mode_ok): Do not allow r29
1423 which may overwrite the high byte of the frame pointer.
1424
9b420a6a
BT
14252002-02-28 Bo Thorsen <bo@suse.de>
1426
1427 * config/i386/linux64.h (LINK_SPEC): Fix 32/64 bit compilation.
1428 (STARTFILE_SPEC): Add 64 bit files.
1429 (ENDFILE_SPEC): Likewise.
1430
6f30f1f1 14312002-02-28 Jason Merrill <jason@redhat.com>
46cfb101
JM
1432
1433 * c-decl.c (finish_function): Only warn about missing return
1434 statement with -Wreturn-type.
1435
70da1d03
JH
1436Don Feb 28 11:24:30 CET 2002 Jan Hubicka <jh@suse.cz>
1437
1438 * cfgrtl.c (purge_dead_edges): Fix handling of EH edges.
1439
1440 * i386.h (CONDITIONAL_REGISTER_USAGE): Do not write to
1441 PIC_OFFSET_TABLE_REGNUM when it is INVALID_REGNUM
1442
38c1593d
JH
1443Don Feb 28 11:07:36 CET 2002 Jan Hubicka <jh@suse.cz>
1444
1445 * basic-block.h (BB_REACHABLE): Renumber.
1446 (BB_DIRTY, BB_NEW): New flags.
1447 (clear_bb_flags): Declare.
1448 (update_life_info_in_dirty_blocks): Declare.
1449 * cfg.c (clear_bb_flags): New function.
1450 * cfgrtl.c (create_basic_block_structure): Set flags to BB_NEW.
1451 * emit-rtl.c (add_insn_after, add_insn_before, remove_insn,
1452 reorder_insns, emit_insn_after): Mark block as dirty.
1453 * flow.c (update_life_info): Fix clearing of PROP_LOG_LINKS.
1454 (update_life_info_in_dirty_blocks): New function.
1455 * recog.c (apply_change_group): Dirtify block.
1456
1457 * cse.c (cse_insn): Reorder emitting of jump insn to keep
1458 cfg consistent.
1459 * gcse.c (delete_null_pointer_checks): Likewise.
1460
1461 * toplev.c (dump_file_index): Move cse2 after bp,
1462 add DFI_null
1463 (dump_file_info): Similary.
1464 (rest_of_compilation): Avoid most of CFG rebuilds;
1465 do first if converision after null pointer checks, do cse2
1466 after branch prediction; avoid full liveness rebuild after
1467 initializing subregs.
1468 * invoke.texi (-d options): Document -du, renumber.
1469
1470 * cfgcleanup.c (bb_flags): Remove BB_UPDATE_LIFE.
1471 (notice_new_block): Do not set BB_UPDATE_LIFE.
1472 (try_forward_edges, merge_blocks_move_predecessor_nojumps,
1473 merge_blocks_move_successor_nojumps, merge_blocks,
1474 try_crossjump_to_edge): Likewise.
1475 (try_optimize_cfg): Likewise; use update_life_info_in_dirty_blocks.
1476 * cfgrtl.c (merge_blocks_nomove): Copy b's flags to a.
1477 * ifcvt.c (SET_UPDATE_LIFE, UPDATE_LIFE): Kill.
1478 (merge_of_block): Do not use life_data_ok.
1479 (find_if_case_1): Do not use SET_UPDATE_LIFE.
1480 (if_convert): Use BB_DIRTY mechanizm to update life.
1481 * lcm.c (optimize_mode_switching): Update
1482 update_life_info_in_dirty_blocks
1483
63e1b1c4
NB
14842002-02-28 Neil Booth <neil@daikokuya.demon.co.uk>
1485
1486 * Makefile.in (integrate.o): Update.
1487 * c-decl.c (copy_lang_decl): Rename.
1488 * c-lang.c (LANG_HOOKS_DUP_LANG_SPECIFIC_DECL): Redefine.
1489 * integrate.c: Include langhooks.h.
1490 (copy_decl_for_inlining): Update to use langhook.
1491 * langhooks-def.h (lhd_do_nothing_t,
1492 LANG_HOOKS_DUP_LANG_SPECIFIC_DECL): New.
1493 (LANG_HOOKS_INITIALIZER): Update.
1494 * langhooks.c (lhd_do_nothing_t): New.
1495 * langhooks.h (struct lang_hooks): Add dup_lang_specific_decl.
1496 * tree.h (copy_lang_decl): Remove.
1497objc:
1498 * objc-lang.c (LANG_HOOKS_DUP_LANG_SPECIFIC_DECL): Redefine.
1499
f472fa29
AM
15002002-02-27 Andrew MacLeod <amacleod@redhat.com>
1501
ba31d94e 1502 * dwarf2out.c (stack_adjust_offset): Add support for POST_INC,
f472fa29
AM
1503 POST_DEC, and POST_MODIFY.
1504
273cf2e4
ZW
15052002-02-27 Zack Weinberg <zack@codesourcery.com>
1506
1507 * c-typeck.c (digest_init): Remove unused parameter; all
1508 callers changed.
1509
4e07d762
GK
15102002-02-27 Geoffrey Keating <geoffk@redhat.com>
1511
1512 * expmed.c (expand_shift): Correctly test for low part of a
1513 subreg.
1514
6bc627b3
UW
15152002-02-27 Ulrich Weigand <uweigand@de.ibm.com>
1516
1517 * config/s390/s390.c (s390_chunkify_pool): Do not confuse
1518 insn UIDs with insn addresses.
1519
f458d1d5
ZW
15202002-02-27 Zack Weinberg <zack@codesourcery.com>
1521
1522 * c-common.c, c-common.h, c-decl.c, c-lex.c, c-parse.in,
1523 c-tree.h, c-typeck.c, cppexp.c, cpplex.c, cpplib.c, cpplib.h,
1524 cppmacro.c, objc/lang-specs.h, objc/objc-act.c,
1525 builtin-types.def, builtins.def, dwarf2out.c, dwarfout.c,
1526 gcc.c, toplev.c: Delete code implementing -traditional mode.
1527
1528 * doc/bugreport.texi, doc/cpp.texi, doc/extend.texi,
1529 doc/invoke.texi, doc/standards.texi, doc/trouble.texi:
1530 Document removal of -traditional mode for compilation, and
1531 remove documentation only relevant to that mode.
1532
1533 * config/nextstep.h, config/ptx4.h, config/svr4.h,
1534 config/convex/convex.h, config/d30v/d30v.h,
1535 config/i386/dgux.h, config/i386/osf1elf.h,
1536 config/i386/osfelf.h, config/i386/osfrose.h,
1537 config/i386/sco5.h, config/i386/sol2.h, config/m68k/a-ux.h,
1538 config/m68k/hp310.h, config/m88k/dgux.h,
1539 config/m88k/dguxbcs.h, config/m88k/luna.h, config/m88k/m88k.c,
1540 config/m88k/m88k.h, config/m88k/openbsd.h,
1541 config/mips/abi64.h, config/mips/osfrose.h,
1542 config/mips/svr4-5.h, config/mips/svr4-t.h,
1543 config/sparc/sol2-sld-64.h, config/sparc/sol2.h,
1544 config/stormy16/stormy16.h: Remove all references to
1545 -traditional from target specs. Delete all mention of the
1546 no-longer-necessary TRADITIONAL_RETURN_FLOAT macro. Also
1547 delete a couple of commented-out definitions of
1548 DOLLARS_IN_IDENTIFIERS, with (incorrect) commentary referring
1549 to -traditional.
1550
1551 * system.h: Poison TRADITIONAL_RETURN_FLOAT.
1552 * doc/tm.texi: Remove mention of TRADITIONAL_RETURN_FLOAT macro.
1553
e0b3a8ff
ZW
15542002-02-27 Zack Weinberg <zack@codesourcery.com>
1555
1556 * mklibgcc.in: Don't use \n in a line subject to
1557 interpretation by echo.
1558
5c6a85b7
GS
15592002-02-27 Graham Stott <grahams@redhat.com>
1560
72b05af1
GS
1561 * config/rs6000/rs6000.h (ASM_OUTPUT_DEF_FROM_DELC):
1562 Constify NAME.
1563
7d104885
GS
1564 * loop.c (prescan_loop): Handle PARALLEL.
1565
8ed805d2
GS
1566 * unroll.c (loop_iterations): Return 0 if the add_val for
1567 a BIV is REG.
1568
fd478a0a
GS
1569 * final.c (output_operand_lossage): Constify PFX_STR.
1570
5c6a85b7
GS
1571 * df.c (df_insn_refs_record): Use XEXP (x, 0) for USE.
1572
cd98ad03
JH
1573Wed Feb 27 10:45:19 CET 2002 Jan Hubicka <jh@suse.cz>
1574
1575 * linux64.h (ASM_OUTPUT_MAX_SKIP_ALIGN): Remove.
1576 * x86-64.h (ASM_OUTPUT_MAX_SKIP_ALIGN): Allways define.
1577
639ae55b
JH
1578Wed Feb 27 10:39:20 CET 2002 Jan Hubicka <jh@suse.cz>
1579
1580 * linux64.h (ASM_OUTPUT_MAX_SKIP_ALIGN): Define.
1581
e808ec9c
NB
15822002-02-27 Neil Booth <neil@daikokuya.demon.co.uk>
1583
1584 * cpplex.c (_cpp_lex_token): Handle directives in macro
1585 arguments.
1586 * cpplib.c (_cpp_handle_directive): Save and restore state
1587 if parsing macro args when entering a directive.
1588 * cppmacro.c (collect_args): No need to handle directives
1589 in macro arguments.
1590 (enter_macro_context, replace_args): Use the original macro
1591 definition in case it was redefined whilst collecting arguments.
1592doc:
1593 * cpp.texi: Update.
1594
f585a356
DE
15952002-02-26 David Edelsohn <edelsohn@gnu.org>
1596
1597 * config/rs6000/aix43.h (THREAD_MODEL_SPEC): Delete.
1598 * config/rs6000/aix51.h (THREAD_MODEL_SPEC): Delete.
1599 * config/rs6000/rs6000.c (rs6000_return_addr): Use efficient
1600 method on AIX.
1601 * config/rs6000/rs6000.md (movsi_low): Use gpc_reg_operand.
1602 (movsi_low_st, movdf_low, movdf_low_st, movsf_low, movsf_low_st): Same.
1603 (load_toc_v4_PIC_2): Same.
1604
16052002-02-26 Alan Modra <amodra@bigpond.net.au>
1606
1607 * config/rs6000/rs6000.md (load_toc_aix_di): Handle TARGET_RELOCATABLE.
1608
d699058e
RH
16092002-02-26 Richard Henderson <rth@redhat.com>
1610
1611 * config/alpha/alpha.md (ashldi_se): Re-enable.
1612
eadccfbb
RH
16132002-02-26 Richard Henderson <rth@redhat.com>
1614
1615 * config/alpha/alpha.c (alpha_encode_section_info): Examine
1616 MODULE_LOCAL_P; improve commentary.
1617
7080ada1
ZW
16182002-02-26 Zack Weinberg <zack@codesourcery.com>
1619
1620 * doc/cpp.texi: Clarify documentation of relationship between
1621 #line and #include.
1622
b42cff6b
KH
16232002-02-26 Kazu Hirata <kazu@hxi.com>
1624
1625 * config/h8300/h8300-protos.h: Update the prototype for
1626 compute_logical_op_length. Add the prototype for
1627 compute_logical_op_cc.
1628 * config/h8300/h8300.c (compute_logical_op_length): Figure out
1629 code from operands.
1630 (compute_logical_op_cc): New.
1631 * config/h8300/h8300.md: Combine all the logical op patterns
1632 in HImode and SImode. Use compute_logical_op_cc.
1633
831c4e87
KC
16342002-02-26 Kelley Cook <kelleycook@comcast.net>
1635
1636 * config/i386/i386.c (print_operand): Don't append ATT-style
1637 length suffixs to x87 opcodes when in Intel mode.
1638
ff88fe10
RS
16392002-02-26 Ryan T. Sammartino <ryants@shaw.ca>
1640
1641 * emit-rtl.c (gen_const_vector_0): Remove TYPE argument.
1642 (init_emit_once): Update calls.
1643 * fixinc/gnu-regex.c (_GNU_SOURCE): Remove.
1644 (init_syntax_once): Prototype.
1645
d4108589
JDA
16462002-02-26 John David Anglin <dave@hiauly1.hia.nrc.ca>
1647
1648 * pa-linux.h (LIB_SPEC): Update definition.
1649 * pa32-linux.h (LINK_COMMAND_SPEC): Delete.
1650
e013f3c7
RH
16512002-02-26 Richard Henderson <rth@redhat.com>
1652
1653 * config/ia64/ia64.c (nop_cycles_until): Do init_insn_group_barriers
1654 if we emitted a stop bit.
1655
9e944a16
JJ
16562002-02-26 Jakub Jelinek <jakub@redhat.com>
1657
1658 * configure.in (libgcc_visibility): Substitute.
1659 * configure: Rebuilt.
1660 * mklibgcc.in: If libgcc_visibility = yes, make libgcc.a global
1661 defined symbols .hidden.
1662
47bd70b5
JJ
16632002-02-26 Jakub Jelinek <jakub@redhat.com>
1664
1665 * attribs.c (c_common_attribute_table): Add visibility.
1666 (handle_visibility_attribute): New function.
1667 * varasm.c (assemble_visibility): New function.
1668 * output.h (assemble_visibility): Add prototype.
1669 * tree.h (MODULE_LOCAL_P): Define.
1670 * crtstuff.c (__dso_handle): Use visibility attribute.
1671 * config/i386/i386.h (ENCODE_SECTION_INFO): Set SYMBOL_REF_FLAG
1672 for MODULE_LOCAL_P symbols too.
1673 * config/ia64/ia64.c (ia64_encode_section_info): Handle
1674 MODULE_LOCAL_P symbols the same way as local symbols.
1675 Add SDATA_NAME_FLAG_CHAR even if decl was explicitely forced
1676 into .sdata/.sbss by the user.
1677 * doc/extend.texi (Function Attributes): Document visibility
1678 attribute.
1679
6d73371a
JJ
16802002-02-26 Jakub Jelinek <jakub@redhat.com>
1681
1682 PR debug/5770
1683 * dwarf2out.c (rtl_for_decl_location): Return CONST_STRING for
1684 STRING_CST initializer spanning the whole variable without
1685 embedded zeros.
1686 If expand_expr returned MEM, don't use it.
1687
06e224f7
AO
16882002-02-26 Alexandre Oliva <aoliva@redhat.com>
1689
1690 * dwarf2out.c (gen_inlined_subroutine_die): If block is abstract,
1691 generate a die for the lexical block.
1692
40367e2d
KH
16932002-02-26 Kazu Hirata <kazu@hxi.com>
1694
1695 * config/h8300/h8300-protos.h: Add a prototype for
1696 compute_logical_op_length.
1697 * config/h8300/h8300.c (compute_logical_op_length): New.
1698 * config/h8300/h8300.md (anonymous logical patterns): Use
1699 compute_logical_op_length for length.
1700
0e98f924
AH
17012002-02-26 Aldy Hernandez <aldyh@redhat.com>
1702
831c4e87
KC
1703 * dwarf2out.c (modified_type_die): Do not call type_main_variant
1704 for vectors.
1705 (gen_type_die): Same.
0e98f924 1706
831c4e87 1707 * attribs.c (handle_vector_size_attribute): Set debug information.
0e98f924 1708
a50cfd52
DE
17092002-02-26 Daniel Egger <degger@fhm.edu>
1710
831c4e87
KC
1711 * config/rs6000/rs6000.md: Swap define_insn attributes to
1712 fix incorrect generation of merge high instructions instead
1713 of merge low.
a50cfd52 1714
b7997284
AH
17152002-02-26 Aldy Hernandez <aldyh@redhat.com>
1716
831c4e87
KC
1717 * c-typeck.c (really_start_incremental_init): Use
1718 bitsize_zero_node for vectors.
b7997284 1719
376aec5d
AH
17202002-02-26 Aldy Hernandez <aldyh@redhat.com>
1721
831c4e87
KC
1722 * config/rs6000/rs6000.md (get_vrsave_internal): Fix typo.
1723 ("*set_vrsave_internal"): Same.
376aec5d 1724
3b40e71b
RH
17252002-02-25 Richard Henderson <rth@redhat.com>
1726
1727 * expr.c (expand_expr) [MULT_EXPR]: Do not apply distributive law
1728 in EXPAND_SUM case. Use host_integerp/tree_low_cst.
1729
232b8f52
JJ
17302002-02-25 Jakub Jelinek <jakub@redhat.com>
1731
1732 PR target/5755
1733 * config/i386/i386.c (ix86_return_pops_args): Only pop
1734 fake structure return argument if it was passed on the stack.
1735
67282790
JM
17362002-02-25 Jason Merrill <jason@redhat.com>
1737
1738 * attribs.c (decl_attributes): Also re-layout PARM_DECL and
1739 RESULT_DECL.
1740
5c181756
AO
17412002-02-25 Alexandre Oliva <aoliva@redhat.com>
1742
1743 * gcc.c (init_gcc_specs): Get -shared-libgcc along with -shared to
1744 link with shared_name only.
1745 * doc/invoke.texi (Link Options): Document new behavior.
1746
6786d201
AH
17472002-02-25 Aldy Hernandez <aldyh@redhat.com>
1748
831c4e87 1749 * c-typeck.c (push_init_level): Handle vectors.
6786d201 1750
7d6040e8
AO
17512002-02-25 Alexandre Oliva <aoliva@redhat.com>
1752
1753 * config/sparc/sparc.c (const64_high_operand): Zero-extend
1754 operands of SPARC_SETHI_P.
1755 (input_operand): Likewise.
1756 (sparc_emit_set_const32): Likewise.
1757 * config/sparc/sparc.h (SPARC_SETHI_P): Disregard TARGET_ARCH64.
1758 (SPARC_SETHI32_P): Zero-extend operand from 32 bits.
1759 (CONST_OK_FOR_LETTER_P): Use SETHI32 for `K'. Add `N' as SETHI.
1760 * config/sparc/sparc.md (movdi_insn_sp64_novis): Use `N'.
1761 (movdi_insn_sp64_vis): Likewise.
1762 (movdi split, movdf split): Use SETHI32.
1763 * doc/md.texi: Document SPARC constraints L, M and N.
1764
b188f760
AH
17652002-02-25 Aldy Hernandez <aldyh@redhat.com>
1766
831c4e87
KC
1767 * config/rs6000/rs6000.md ("get_vrsave_internal"): New.
1768 ("*set_vrsave_internal"): use mfspr for Darwin.
b188f760 1769
831c4e87
KC
1770 * config/rs6000/rs6000.c (rs6000_emit_prologue): Call
1771 gen_get_vrsave_internal.
b188f760 1772
8041889f
RK
1773Sun Feb 24 16:38:56 2002 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
1774
1775 * optabs.c (widen_operand): Properly handle CONST_INT for NO_EXTEND.
1776
a47ed310
NB
17772002-02-24 Neil Booth <neil@daikokuya.demon.co.uk>
1778
1779 * cpplex.c (cpp_interpret_charconst): Get signedness or
1780 otherwise of wide character constants correct.
1781 * cppexp.c (lex): Get signedness of wide charconsts correct.
1782
cb8f73be
RK
1783Sun Feb 24 07:41:31 2002 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
1784
1785 * optabs.c (widen_operand): Only call convert_modes for
1786 promoted SUBREG if signedness matches.
1787 * config/alpha/alpha.md (*addsi_se2, *subsi_se2): New patterns.
1788
2450e0b8
NB
17892002-02-23 Neil Booth <neil@daikokuya.demon.co.uk>
1790
1791 * cpplib.c (glue_header_name): Use local buffer to build up
1792 header name.
1793
70b6aaed
NB
17942002-02-23 Neil Booth <neil@daikokuya.demon.co.uk>
1795
1796 * doc/cpp.texi, doc/invoke.texi: Update documentation for -MM.
1797
6be580c7
KH
17982002-02-23 Kazu Hirata <kazu@hxi.com>
1799
1800 * config/h8300/h8300.c (output_simode_bld): Handle H8/300 and
1801 H8/300[HS] separately.
1802 * config/h8300/h8300.md: Remove the early clobber constraint
1803 from bit field patterns.
1804
35dad9f1
KH
18052002-02-23 Kazu Hirata <kazu@hxi.com>
1806
1807 * config/h8300/h8300.md (mulqihi3): Tighten predicates to
1808 register_operand.
1809 (mulhisi3): Likewise.
1810 (umulqisi3): Likewise.
1811 (umulhisi3): Likewise.
1812
ab8e2228
NB
18132002-02-23 Neil Booth <neil@daikokuya.demon.co.uk>
1814
1815 * cppinit.c (output_deps): Correct test for stdout output.
1816 (init_dependency_output): Cure warning.
1817
ac6f8a15
RK
1818Sat Feb 23 08:42:47 2002 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
1819
1820 * expr.c (store_expr): When converting expression to promoted
1821 equivalent type, allow using SUBREG_REG of TARGET as the target
1822 of the expansion of EXP.
1823 * loop.c (basic_induction_var, case SUBREG): Always look inside.
1824 * config/alpha/alpha.c (rtx_equiv_function_matters): Delete decl.
1825 (alpha_emit_set_const): Handle SImode when can't make new pseudos.
1826 (alpha_emit_set_const_1, alpha_sa_mask): Use no_new_pseudos.
1827 * config/alpha/alpha.md (addsi3, subsi3): Don't use if optimizing.
1828
f282ffb3
JM
18292002-02-23 Joseph S. Myers <jsm28@cam.ac.uk>
1830
1831 * doc/contribute.texi, doc/extend.texi, doc/install.texi,
1832 doc/invoke.texi, doc/md.texi, doc/passes.texi, doc/rtl.texi,
1833 doc/standards.texi, doc/tm.texi: Remove trailing whitespace.
1834
44c5edc0
JJ
18352002-02-23 Jakub Jelinek <jakub@redhat.com>
1836
1837 PR optimization/5747
1838 * loop.c (scan_loop): Update reg info if move_movables created new
1839 pseudos.
1840
f98e43c0
DE
18412002-02-23 David Edelsohn <edelsohn@gnu.org>
1842
1843 * gcc.c (init_gcc_spec): Revert last change.
1844
e72247f4
DE
18452002-02-23 David Edelsohn <edelsohn@gnu.org>
1846
1847 * config/rs6000/rs6000.md (load_toc_aix_{si,di}): Use
1848 gpc_reg_operand constraint.
1849
18502002-02-23 Alan Modra <amodra@bigpond.net.au>
1851
1852 * config/rs6000/rs6000.c (num_insns_constant): Fix formatting.
1853 Simplify comparison of `low'.
1854 (add_operand): Fix formatting.
1855 (non_add_cint_operand): Use CONST_OK_FOR_LETTER_P.
57deb3a1 1856 (mask_operand): Disallow mask to wrap in 64-bit mode.
e72247f4
DE
1857 (rs6000_stack_info): Remove redundant test setting push_p.
1858 (output_toc): Fix formatting.
1859 * config/rs6000/rs6000.md (boolsi3, boolcsi3 splitters): Use
1860 cc_reg_not_cr0_operand constraint.
1861 (booldi3, boolcdi3 splitters): Same.
1862
a5c30531
AH
18632002-02-23 Aldy Hernandez <aldyh@redhat.com>
1864
831c4e87 1865 * config/rs6000/altivec.h: Add extra level of parentheses on casts.
a5c30531 1866
43710f9f
DE
18672002-02-22 David Edelsohn <edelsohn@gnu.org>
1868
1869 * gcc.c (init_gcc_spec): Do not link with static libgcc.a if
1870 gcc invoked with -shared-libgcc.
1871
3256b817
JJ
18722002-02-22 Jakub Jelinek <jakub@redhat.com>
1873
1874 PR c++/5748
1875 * stmt.c (expand_anon_union_decl): Set TREE_USED on the anon union
1876 decl if any of elements was TREE_USED.
1877
9e0625a3
AO
18782002-02-22 Alexandre Oliva <aoliva@redhat.com>
1879
1880 * config/sparc/sol2.h: Don't include sys/mman.h.
1881 * config/sparc/sparc.c (arith_operand): Use SMALL_INT32.
1882 (arith_4096_operand): Don't throw high bits away.
1883 (const64_operand): Take sign extension of CONST_INTs into account.
1884 (const64_high_operand, sparc_emit_set_const32): Likewise.
1885 (GEN_HIGHINT64): Likewise.
1886 (sparc_emit_set_const64_quick1): Likewise.
1887 (const64_is_2insns): Likewise.
1888 (print_operand): Use trunc_int_for_mode for sign extension.
1889 * config/sparc/sparc.h (SMALL_INT32): Likewise.
1890 * config/sparc/sparc.md (movqi): Sign-extend CONST_DOUBLE
1891 chars. Assume CONST_INT is already properly sign-extended.
1892 (movdi split): Sign-extend each SImode part.
1893 (andsi3 split): Don't mask high bits off, so that result
1894 remains properly sign-extend.
1895 (iorsi3 split): Likewise.
1896 (xorsi3 split): Likewise.
1897
54fec3d5
RS
18982002-02-22 Richard Sandiford <rsandifo@redhat.com>
1899
1900 * fold-const.c (fold): Fix typo in comments.
1901
667ada9b
DN
19022002-02-21 Diego Novillo <dnovillo@redhat.com>
1903
1904 * Makefile.in (langhooks.o): Update dependencies.
1905
29ac78d5
DN
19062002-02-21 Diego Novillo <dnovillo@redhat.com>
1907
1908 * langhooks.c: Include flags.h.
1909
6aa77e6c
AH
19102002-02-21 Aldy Hernandez <aldyh@redhat.com>
1911
1912 * testsuite/gcc.dg/attr-alwaysinline.c: New.
1913
1914 * c-common.c (c_common_post_options): Set inline trees by
1915 default.
1916
1917 * doc/extend.texi (Function Attributes): Document always_inline
1918 attribute.
1919 Update documentation about inlining when not optimizing.
1920
1921 * cp/decl.c (duplicate_decls): Merge always_inline attribute.
1922
1923 * cp/tree.c (cp_cannot_inline_tree_fn): Do not inline at -O0
1924 unless DECL_ALWAYS_INLINE.
1925
1926 * c-objc-common.c (c_cannot_inline_tree_fn): Do not inline at -O0
1927 unless DECL_ALWAYS_INLINE.
1928 (c_disregard_inline_limits): Disregard if always_inline set.
1929
1930 * langhooks.c (lhd_tree_inlining_disregard_inline_limits):
1931 Disregard if always_inline set.
1932 (lhd_tree_inlining_cannot_inline_tree_fn): Do not inline at -O0
1933 unless DECL_ALWAYS_INLINE.
1934
1935 * attribs.c (handle_always_inline_attribute): New.
1936 (c_common_attribute_table): Add always_inline.
1937
1938 * config/rs6000/altivec.h: Add prototypes for builtins
1939 requiring the always_inline attribute.
1940
c410d49e
EC
19412002-02-21 Eric Christopher <echristo@redhat.com>
1942
1943 * expmed.c (store_bit_field): Try to simplify the subreg
1944 before generating a new one when when the mode size of
1945 value is less than maxmode.
1946
e3c8ea67
RH
19472002-02-21 Richard Henderson <rth@redhat.com>
1948
1949 * emit-rtl.c (offset_address): Use simplify_gen_binary rather
1950 than gen_rtx_PLUS to form the sum.
1951 * explow.c (force_reg): Rearrange to not allocate new pseudo
1952 when force_operand returns a register.
1953 * expr.c (expand_assignment): Allow offset_rtx expansion to
1954 return a sum. Do not force addresses into registers.
1955 (expand_expr): Likewise.
1956 * simplify-rtx.c (simplify_gen_binary): Use simplify_plus_minus
1957 to canonicalize arithmetic that didn't simpify.
1958 (simplify_plus_minus): New argument force; update
1959 all callers. Don't split CONST unless we can do something with it,
1960 and wouldn't lose the constness of the operands.
1961
1962 * config/i386/i386.c (legitimize_pic_address): Recognize UNSPECs
1963 that we generated earlier.
1964
c1a046e5
TT
19652002-02-21 Tom Tromey <tromey@redhat.com>
1966
1967 * dwarf2out.c (DWARF_LINE_MIN_INSTR_LENGTH): Removed.
1968 (output_line_info): Use constant `1', with a long explanatory
1969 comment.
1970 * system.h (DWARF_LINE_MIN_INSTR_LENGTH): Poison.
1971
31fbaad4
R
1972Thu Feb 21 22:43:44 2002 J"orn Rennecke <joern.rennecke@superh.com>
1973
1974 * jump.c (redirect_jump): If old label has no UID, don't try to
1975 delete it.
1976
a7f52356
R
1977Thu Feb 21 21:17:21 2002 J"orn Rennecke <joern.rennecke@superh.com>
1978
1979 * sh.md (insv): Provide byte offsets for gen_rtx_SUBREG.
1980 If input is constant, do shifts at compile time.
1981
924fcc4e
JM
19822002-02-21 Joseph S. Myers <jsm28@cam.ac.uk>
1983
1984 * doc/extend.texi: Fix some more overfull hboxes.
1985
e5a20888
JJ
19862002-02-21 Jakub Jelinek <jakub@redhat.com>
1987
1988 PR optimization/4994
1989 * config/i386/i386.md (movsi_1, movsf_1): Support MMX -> MMX
1990 register moves.
1991
19922002-02-21 Jakub Jelinek <jakub@redhat.com>
22273300
JJ
1993
1994 PR c++/4574
1995 * expr.h (expand_and): Add mode argument.
1996 * expmed.c (expand_and): Add mode argument.
1997 (expand_mult_highpart_adjust, emit_store_flag): Adjust callers.
1998 * expr.c (store_field, expand_expr, do_store_flag): Likewise.
1999 * except.c (expand_builtin_extract_return_addr): Likewise.
2000 * config/alpha/alpha.c (alpha_initialize_trampoline): Likewise.
2001 * config/sparc/sparc.c (sparc_initialize_trampoline): Likewise.
2002 * config/c4x/c4x.h (INITIALIZE_TRAMPOLINE): Likewise.
2003 Use GEN_INT (x) instead of gen_rtx (CONST_INT, VOIDmode, x).
2004 * config/c4x/c4x.md: Use GEN_INT (x) instead of
2005 gen_rtx (CONST_INT, VOIDmode, x).
2006
7133e992
JJ
20072002-02-21 Jakub Jelinek <jakub@redhat.com>
2008
2009 PR c/4697:
2010 * stmt.c (warn_if_unused_value): Move side effects test once more.
2011
e2ec05a6
TG
20122002-02-20 Torbjorn Granlund <tege@swox.com>
2013
2014 * config/avr/avr.md: Add more patterns for mized-mode add and subtract
831c4e87 2015 (addsi3_zero_extend, subhi3_zero_extend1, subsi3_zero_extend).
e2ec05a6 2016
9dd791c8
AO
2017Thu Feb 21 16:20:46 2002 Alexandre Oliva <aoliva@redhat.com>
2018
2019 * rtlanal.c (replace_rtx): Don't make a CONST_INT the operand of
2020 SUBREG or ZERO_EXTEND.
2021
7ab56274
R
2022Thu Feb 21 15:35:46 2002 J"orn Rennecke <joern.rennecke@superh.com>
2023
2024 * sh.h (current_function_anonymous_args): Remove.
2025 (SETUP_INCOMING_VARARGS): Don't set it - just check that one
2026 of current_function_varargs and current_function_stdarg is set.
2027 * sh.c (sh_expand_prologue): Check current_function_varargs /
2028 current_function_stdarg / TARGET_SH5 instead of
2029 current_function_anonymous_args.
2030
2031 * sh64.h (TARGET_VERSION): Define.
2032
b1765bde
DE
20332002-02-20 David Edelsohn <edelsohn@gnu.org>
2034
2035 * config/rs6000/rs6000.h (EPILOGUE_USES): Conditionalize
2036 VRSAVE_REGNO on TARGET_ALTIVEC.
2037
20382002-02-20 Alan Modra <amodra@bigpond.net.au>
2039
2040 * config/rs6000/rs6000.c (includes_lshift_p): Mask irrelevant
2041 bits of SImode const_int.
2042 (includes_rshift_p): Likewise.
2043 (print_operand): Call mask_operand and mask64_operand with correct
c410d49e 2044 mode.
b1765bde
DE
2045 (rs6000_output_function_epilogue): Pad traceback table to word.
2046 * config/rs6000/rs6000.h (MASK_64BIT): Correct comment.
2047 (EXTRA_CONSTRAINT, 'S' and 'T'): Call mask_operand and
2048 mask64_operand with correct mode.
b1765bde
DE
2049 (FUNCTION_ARG_REGNO_P): Correct parentheses.
2050
149d6f9e
JJ
20512002-02-20 Jakub Jelinek <jakub@redhat.com>
2052
2053 PR debug/4461
2054 * varasm.c (get_pool_constant_mark): New.
2055 * rtl.h (get_pool_constant_mark): Add prototype.
2056 * dwarf2out.c (mem_loc_descriptor): A pool constant cannot
2057 be represented if it has not been output.
2058
4161da12
AO
20592002-02-20 Alexandre Oliva <aoliva@redhat.com>
2060
2061 * combine.c (do_SUBST): Sanity check substitutions of
2062 CONST_INTs, and reject them in SUBREGs and ZERO_EXTENDs.
2063 (subst): Simplify SUBREG or ZERO_EXTEND instead of SUBSTing a
2064 CONST_INT into its operand.
2065 (known_cond): Likewise, for ZERO_EXTEND.
2066 * simplify-rtx.c (simplify_unary_operation): Fix condition to
2067 allow for simplification of wide modes. Reject CONST_INTs in
2068 ZERO_EXTEND when their actual mode is not given.
2069
3704ef74
AO
20702002-02-20 Alexandre Oliva <aoliva@redhat.com>
2071
2072 * c-decl.c (pushdecl): If no global declaration is found for an
2073 extern declaration in block scope, try a limbo one.
2074
7552da58
JJ
20752002-02-20 Jakub Jelinek <jakub@redhat.com>
2076
2077 PR c++/4401
2078 * c-common.c (pointer_int_sum): Moved from...
2079 * c-typeck.c (pointer_int_sum): ...here.
2080 * c-common.h (pointer_int_sum): Add prototype.
2081
00fae85d
JJ
20822002-02-20 Jakub Jelinek <jakub@redhat.com>
2083
2084 PR c++/5713
2085 * c-decl.c (duplicate_decls): Return 0 if issued error about
2086 redeclaration.
2087
4636c87e
JJ
20882002-02-20 Roger Sayle <roger@eyesopen.com>
2089 Jakub Jelinek <jakub@redhat.com>
2090
2091 PR c/4389
2092 * tree.c (host_integerp): Ensure that the constant integer is
2093 representable in a HOST_WIDE_INT or an unsigned HOST_WIDE_INT
2094 when pos is zero or non-zero respectively. Clarify comment.
2095 * c-format.c (check_format_info_recurse): Fix host_integerp
2096 usage; the pos argument should be zero when assigning to a
2097 signed HOST_WIDE_INT.
2098
59bef189
RH
20992002-02-20 Richard Henderson <rth@redhat.com>
2100
2101 * config/i386/i386.c (ix86_expand_vector_move): Use the mode
2102 of the operand, rather than assuming TImode.
2103 (ix86_expand_binop_builtin): Cope with commutative patterns
2104 using nonimmediate_operand for both operands.
2105 (ix86_expand_timode_binop_builtin): Likewise.
2106 (ix86_expand_store_builtin): Validate operand 1.
2107 (ix86_expand_unop1_builtin): Likewise.
2108
9338ffe6 21092002-02-20 Philip Blundell <philb@gnu.org>
c410d49e 2110
9338ffe6
PB
2111 PR 5705
2112 * config/arm/arm.h (HARD_REGNO_RENAME_OK): New macro.
2113
f322b423
RH
21142002-02-20 Richard Henderson <rth@redhat.com>
2115
2116 PR c/5615
2117 * expr.h (ARGS_SIZE_TREE): Convert size.var to ssizetype.
2118
d94084f7
TT
21192002-02-20 Tom Tromey <tromey@redhat.com>
2120
2121 * config/fr30/fr30.h (DWARF_LINE_MIN_INSTR_LENGTH): Removed.
2122 * config/sh/sh.h (DWARF_LINE_MIN_INSTR_LENGTH): Removed.
2123 * config/pj/pj.h (DWARF_LINE_MIN_INSTR_LENGTH): Removed.
2124 * config/cris/cris.h (DWARF_LINE_MIN_INSTR_LENGTH): Removed.
2125 * dwarf2out.c (DWARF_LINE_MIN_INSTR_LENGTH): Define
2126 unconditionally.
2127
37fa124a
AM
2128Wed Feb 20 00:03:25 EST 2002 Alan Matsuoka <alanm@redhat.com>
2129
2130 * config/rs6000/rs6000.h (LEGITIMATE_OFFSET_ADDRESS_P): Look
2131 for (const_int 0) in X not just INTVAL.
2132
6e5bb5ad
JM
21332002-02-20 Joseph S. Myers <jsm28@cam.ac.uk>
2134
2135 * doc/extend.texi: Avoid or reduce overfull hboxes.
2136
420e7dfa
DN
21372002-02-20 Diego Novillo <dnovillo@redhat.com>
2138
2139 * expmed.c (store_bit_field): Do not store bit fields using SUBREG
2140 operations if the field does not start at a mode boundary.
2141
1b7a2af6
JS
21422001-02-20 Joel Sherrill <joel@OARcorp.com>
2143
2144 * config/a29k/rtems.h, config/arm/rtems-elf.h, config/h8300/rtems.h,
2145 config/mips/rtems.h: Use new style of -Asystem= rather than -Asystem().
2146 Also done for -Acpu and -Amachine.
2147
56cd5b95
NB
21482002-02-20 Neil Booth <neil@daikokuya.demon.co.uk>
2149
2150 * cppinit.c (init_dependency_output): Take deps output file
2151 from -o if none given with -MF. Suppress normal output.
c410d49e 2152 * gcc.c (cpp_unique_options): Have -M and -MM imply -E.
56cd5b95
NB
2153 * doc/cpp.texi, doc/invoke.texi: Update.
2154
042cdf71
ZW
21552002-02-19 Zack Weinberg <zack@codesourcery.com>
2156
2157 * toplev.c (output_quoted_string): Write unprintable
2158 characters with octal escapes.
2159
c1f11548
DE
21602002-02-19 David Edelsohn <edelsohn@gnu.org>
2161
2162 * config/rs6000/rs6000.h (CONDITIONAL_REGISTER_USAGE): Set
2163 really_call_used[VRSAVE_REGNO] if not Altivec.
2164
21652002-02-19 Alan Modra <amodra@bigpond.net.au>
c410d49e 2166
c1f11548
DE
2167 * config/rs6000/rs6000.c (u_short_cint_operand): Mask op with
2168 MODE_MASK.
2169 (constant_pool_expr_1): Fix formatting.
2170 (rs6000_legitimize_reload_address): Likewise.
2171
c964d90e
RK
2172Tue Feb 19 20:13:57 2002 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
2173
2174 * config/sparc/sparc.md (nonlocal_goto): Use hard_frame_pointer_rtx
2175 now that we have one.
2176
ae34ac46
ZW
21772002-02-19 Zack Weinberg <zack@codesourcery.com>
2178
2179 * tree.h (struct tree_common): Remove aux. Add unused_0 at
2180 end of first block of bitfields (which was only seven bits);
2181 rename dummy to unused_1; remove comment which is no longer true.
2182
293c28ee
GS
21832002-02-19 Gaute B Strokkenes <gs234@cam.ac.uk>
2184
2185 * doc/c-tree.texi (Classes, TYPE_BINFO): Fix typo.
2186
7b8781c8
PB
21872002-02-19 Philip Blundell <pb@nexus.co.uk>
2188
0cb6c58d 2189 PR 5399
7b8781c8
PB
2190 * config/arm/arm.h (THUMB_LEGITIMATE_CONSTANT_P): Accept anything
2191 if generating PIC.
2192
2193 PR 5054
2194 * config/arm/arm.md (call_insn) [TARGET_THUMB]: Use
2195 arm_is_longcall_p rather than inspecting call-type cookie
2196 directly.
2197 (call_value_insn) [TARGET_THUMB]: Likewise.
2198
5c464583
GS
21992002-02-19 Graham Stott <grahams@redhat.com>
2200
2201 * config/i386/i386.c (ix86_expand_builtin): Fix typo.
2202
71c061e6
DE
22032002-02-19 David Edelsohn <edelsohn@gnu.org>
2204
2205 * config/rs6000/linux64.h (LINK_OS_LINUX_SPEC): Look in /lib64.
2206 ({STARTFILE,ENDFILE}_LINUX_SPEC): Define.
6d1def5c 2207 (FP_SAVE_INLINE): Delete.
71c061e6
DE
2208
2209 * config/rs6000/sysv4.h (ENDFILE_SPEC): Add crtsaveres.o.
2210 * config/rs6000/eabi.asm: Remove ABI save restore routines.
2211 * config/rs6000/t-ppccomm: Build crtsavres.o.
2212 * config/rs6000/crtsavres.asm: New file.
2213
3a7731fd
PB
22142002-02-19 Philip Blundell <philb@gnu.org>
2215
2216 * config/arm/arm.c (use_return_insn): Don't reject interrupt
2217 functions.
2218 (arm_compute_save_reg_mask): Save LR for interrupt functions too.
2219 (output_return_instruction): Allow interrupt functions to return with
2220 ldmfd sp!, {... pc}^. Use LDR to restore any single register.
2221 (arm_expand_prologue): Subtract 4 before stacking LR in an
2222 interrupt function.
2223
14f583b8
PB
22242002-02-19 Philip Blundell <pb@nexus.co.uk>
2225
2226 * config/arm/arm.c (arm_encode_call_attribute): Operate on any
2227 decl, not just FUNCTION_DECL.
2228 (legitimize_pic_address): Handle local SYMBOL_REF like LABEL_REF.
2229 (arm_assemble_integer): Likewise.
2230 * config/arm/arm.h (ARM_ENCODE_CALL_TYPE): Allow any decl to be
2231 marked local.
c410d49e 2232
4cb7482c
MG
22332002-02-19 matthew green <mrg@eterna.com.au>
2234
2235 * config.gcc (sparc-*-netbsdelf*): Enable target.
2236 (sparc64-*-netbsd*): New target.
2237 * config/sparc/netbsd-elf.h: New file.
2238 * config/sparc/t-netbsd64: New file.
2239
2df3a718
GS
22402002-02-19 Gaute B Strokkenes <gs234@cam.ac.uk>
2241
2242 * doc/rtl.texi (Flags, MEM_SCALAR_P): Fix typo.
2243
77f6c1eb
RS
22442002-02-19 Ryan T. Sammartino <ryants@shaw.ca>
2245
2246 * doc/invoke.texi: explicitly list the style guidelines that
2247 -Weffc++ checks for.
2248
fd973d56
JH
2249Tue Feb 19 12:37:23 CET 2002 Jan Hubicka <jh@suse.cz>
2250
2251 * regmove.c (regmove_optimize): Avoid increasing of register pressure.
2252
30518e45
NB
22532002-02-19 Neil Booth <neil@daikokuya.demon.co.uk>
2254
2255 PR other/5718
2256 * gcc.c (cpp_unique_options): Treat -o as indicating object file
2257 only if not -E. If -E, pass -o through to the preprocessor.
2258
39ea5704
KH
22592002-02-19 Kazu Hirata <kazu@hxi.com>
2260
2261 * config/h8300/h8300.h (REGNO_REG_CLASS): Replace a literal
2262 register number with an appropriate macro.
2263
7355dba7
BM
22642002-02-19 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
2265
2266 * doc/rtl.texi (Constants): Close @code tag.
2267
91c8aa9e
AH
22682002-02-19 Aldy Hernandez <aldyh@redhat.com>
2269
2270 * config/i386/i386.md ("mmx_uavgv8qi3"): Use const_vector.
2271 ("mmx_uavgv4hi3"): Same.
2272 ("pmulhrwv4hi3"): Same.
2273
2274 * tree-inline.c (walk_tree): Handle vectors.
2275
2276 * c-common.c (constant_expression_warning): Handle vectors.
2277 (overflow_warning): Same.
2278
2279 * sched-deps.c (sched_analyze_2): Handle vectors.
2280
2281 * rtlanal.c (rtx_unstable_p): Handle vectors.
2282 (rtx_varies_p): Same.
2283 (count_occurrences): Same.
2284 (regs_set_between_p): Same.
2285 (modified_between_p): Same.
2286 (modified_in_p): Same.
2287 (volatile_insn_p): Same.
2288 (volatile_refs_p): Same.
2289 (side_effects_p): Same.
2290 (may_trap_p): Same.
2291 (inequality_comparisons_p): Same.
2292 (replace_regs): Same.
2293 (computed_jump_p_1): Same.
2294
2295 * rtl.c (DEF_MACHMODE): Change all definitions to accept 8th
2296 argument.
2297 (inner_mode_array): New.
2298 (copy_rtx): Handle vectors.
2299 (copy_most_rtx): Same.
2300 (rtx_equal_p): Same.
2301 (get_mode_alignment): Adjust for vectors.
2302
2303 * resource.c (mark_referenced_resources): Handle vectors.
2304 (mark_set_resources): Same.
2305
2306 * reload1.c (eliminate_regs): Handle vectors.
2307 (elimination_effects): Same.
2308 (scan_paradoxical_subregs): Same.
2309
2310 * reload.c (subst_reg_equivs): Handle vectors.
2311
2312 * regrename.c (scan_rtx): Handle vectors.
2313
2314 * regclass.c (reg_scan_mark_refs): Handle vectors.
2315
2316 * recog.c (find_single_use_1): Handle vectors.
2317
2318 * local-alloc.c (equiv_init_varies_p): Handle vectors.
2319 (contains_replace_regs): Same.
2320 (memref_referenced_p): Same.
2321
2322 * integrate.c (copy_rtx_and_substitute): Handle vectors.
2323 (subst_constants): Same.
2324
2325 * genattrtab.c (attr_copy_rtx): Handle vectors.
2326 (encode_units_mask): Same.
2327 (clear_struct_flag): Same.
2328 (count_sub_rtxs): Same.
2329
2330 * gcse.c (want_to_gcse_p): Handle vectors.
2331 (oprs_unchanged_p): Same.
2332 (hash_expr_1): Same.
2333 (oprs_not_set_p): Same.
2334 (expr_killed_p): Same.
2335 (compute_transp): Same.
2336 (store_ops_ok): Same.
2337
2338 * function.c (purge_addressof_1): Do not allow paradoxical subregs
2339 of vectors.
2340 (fixup_var_refs_1): Same.
2341 (instantiate_virtual_regs_1): Same.
2342
2343 * fold-const.c (operand_equal_p): Handle vectors.
2344 (fold): Same.
2345 (rtl_expr_nonnegative_p): Same.
2346
2347 * flow.c (mark_used_regs): Handle vectors.
2348
2349 * df.c (df_uses_record): Handle vectors.
2350
2351 * cselib.c (cselib_subst_to_values): Handle vectors.
2352 (cselib_mem_conflict_p): Same.
2353 (hash_rtx): Same.
2354
2355 * cse.c (canon_reg): Handle vectors.
2356 (fold_rt): Same.
2357 (cse_process_notes): Same.
2358 (count_reg_usage): Same.
2359 (canon_hash): Same.
2360
2361 * alias.c (nonlocal_mentioned_p): Add case for CONST_VECTOR.
2362
2363 * combine.c (mark_used_regs_combine): Add case for CONST_VECTOR.
2364
2365 * emit-rtl.c (init_emit_once): Generate const0_rtx for vectors.
2366 (gen_rtx): Handle CONST_VECTOR.
2367 (gen_const_vector_0): New.
2368 (copy_rtx_if_shared): CONST_VECTORs can be shared.
2369 (reset_used_flags): Same.
2370 (copy_insn_1): Same.
2371 (initializer_constant_valid_p): Handle VECTOR_CST.
2372
2373 * doc/c-tree.texi (Expression trees): Document VECTOR_CST.
2374
2375 * doc/rtl.texi (Constants): Document const_vector.
2376 (CONST0_RTX): Update for vectors.
2377 (RTL sharing): Same.
2378
2379 * print-tree.c (print_node): Add case for VECTOR_CST.
2380
2381 * tree.h (TREE_VECTOR_CST_ELTS): New.
2382 (struct tree_vector): New.
2383 (union tree_node): Add vector node.
2384 (build_vector): Add prototype.
2385
2386 * tree.def (VECTOR_CST): New.
2387
2388 * tree.c (build_vector): New.
2389
2390 * expmed.c (make_tree): Handle CONST_VECTOR.
2391
2392 * rtl.h (CONSTANT_P): CONST_VECTORs are constants too.
2393 (CONST_VECTOR_ELT): New.
2394 (CONST_VECTOR_NUNITS): New.
2395
2396 * machmode.h (GET_MODE_INNER): New.
2397 (DEF_MACHMODE): Accept 8th arg.
2398
2399 * machmode.def: Add 8th argument for vector inner mode.
2400 Add inner vector modes for vectors.
2401
2402 * rtl.def (VEC_CONST): Remove.
2403 (CONST_VECTOR): New.
2404
2405 * expr.c (clear_storage): Allow vectors.
2406 (is_zeros_p): Handle VECTOR_CST.
2407
2408 * varasm.c (output_constant_pool): Handle vectors.
2409 (rtx_const): Add veclo and vechi fields.
2410 (kind): Add RTX_VECTOR.
2411 (decode_rtx_const): Add case for vector.
2412
2413 * config/rs6000/rs6000-protos.h: Add zero_constant.
c410d49e 2414
91c8aa9e
AH
2415 * config/rs6000/rs6000.c (rs6000_emit_move): Handle vector
2416 constants. Force easy vector constants into memory.
2417 (easy_vector_constant): New.
2418 (emit_easy_vector_constant): New.
2419 (rs6000_legitimize_reload_address): Do not generate bad reloads on
2420 darwin.
2421
2422 * config/rs6000/rs6000.md ("altivec_lvx"): Reflect what
2423 instruction does.
2424 ("altivec_lvxl"): Same.
2425 (altivec_lvebx): Same.
2426 (altivec_lvehx): Same.
2427 (altivec_lvewx): Same.
2428 ("*movv4si_const0"): New.
2429 ("*movv4sf_const0"): New.
2430 ("*movv8hi_const0"): New.
2431 ("*movv16qi_const0"): New.
2432
d4d6d0ce
KH
24332002-02-18 Kazu Hirata <kazu@hxi.com>
2434
2435 * config/h8300/h8300.c (notice_update_cc): Use
2436 cc_status.value2.
2437
4915d3aa
KH
24382002-02-18 Kazu Hirata <kazu@hxi.com>
2439
2440 * config/h8300/h8300.md (divmod patterns): Change the
2441 constraints for operands[1] to register_operand.
2442
82be00ee
KH
24432002-02-18 Kazu Hirata <kazu@hxi.com>
2444
2445 * config/h8300/h8300-protos.h: Remove the prototype for
2446 p_operand.
2447 * config/h8300/h8300.c (p_operand): Remove.
2448 * config/h8300/h8300.md: Replace p_operand with
2449 const_int_operand.
2450
1768c26f
PB
24512002-02-18 Philip Blundell <pb@nexus.co.uk>
2452
2453 * config/arm/arm.c (arm_compute_save_reg_mask): Fix typo in
2454 comment.
2455 (output_return_instruction): Allow use of LDR to unstack
2456 return addresss even for interrupt handlers or when
2457 interworking. If compiling for ARMv5, use interworking-safe
2458 return instructions by default. Remove duplicated code and
2459 lengthy "strcat" sequences.
2460
ccd84f51
FS
24612002-02-18 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
2462
2463 * config/rs6000/sysv4.h (STARTFILE_SPEC): Use crtbeginT.o for -static.
2464 (LINK_EH_SPEC): Define.
2465 * config/rs6000/t-ppccomm (EXTRA_MULTILIB_PARTS): Add crtbeginT.o.
2466
2c153108
UW
24672002-02-18 Ulrich Weigand <uweigand@de.ibm.com>
2468
2469 * config/s390/s390.c (s390_emit_prologue): Do not set the
2470 frame_related flag for call-clobbered registers.
2471
e95d6b23
JH
2472Mon Feb 18 15:07:35 CET 2002 Jan Hubicka <jh@suse.cz>
2473
2474 * i386.c (classify_argument): Properly classify SSE/MMX modes and VOIDmode.
2475 (construct_container): Fix handling of SSE operands.
2476 (ix86_expand_builtin): Fix handling of 64bit pointers.
2477 (mmx_maskmovq_rex): New pattern.
2478
c43a12b5
JH
2479Mon Feb 18 11:55:55 CET 2002 Jan Hubicka <jh@suse.cz>
2480
2481 * regrename.c (kill_set_value): Handle subregs properly.
2482
aeb85a15
DB
24832002-02-18 David Billinghurst <David.Billinghurst@riotinto.com>
2484
2485 * objc/objc-act.c (handle_impent): Remove leading '*'
c410d49e 2486 from objc_class_name.
aeb85a15 2487
a615ca3e
RH
24882002-02-17 Richard Henderson <rth@redhat.com>
2489
2490 * config/alpha/alpha.c (some_small_symbolic_operand,
2491 some_small_symbolic_operand_1, split_small_symbolic_operand,
2492 split_small_symbolic_operand_1): Rename from *symbolic_mem_op*.
2493 Handle small SYMBOL_REFs anywhere, not just inside memories.
2494 * config/alpha/alpha-protos.h: Update.
2495 * config/alpha/alpha.h (PREDICATE_CODES): Update.
2496 * config/alpha/alpha.md (small symbolic operand splitter): Update.
2497
ddb28441
RM
24982002-02-17 Roland McGrath <roland@frob.com>
2499
2500 * config.gcc (powerpc-*-gnu-gnualtivec*,
2501 powerpc-*-gnu*, powerpc64-*-gnu*): New configurations.
2502 * config/rs6000/gnu.h: New file.
2503 * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS):
2504 Grok "gnu" in rs6000_abi_name.
2505 (ASM_SPEC, CC1_SPEC, LINK_START_SPEC, LINK_OS_SPEC,
2506 CPP_ENDIAN_SPEC, CPP_SPEC, STARTFILE_SPEC, LIB_SPEC, ENDFILE_SPEC):
2507 Grok -mcall-gnu analogous to -mcall-linux et al.
2508 (LIB_GNU_SPEC, STARTFILE_GNU_SPEC, ENDFILE_GNU_SPEC,
2509 LINK_START_GNU_SPEC, LINK_OS_GNU_SPEC, CPP_OS_GNU_SPEC): New macros.
2510 (SUBTARGET_EXTRA_SPECS): Add *_os_gnu specs using them.
2511
f6f8ada3
JJ
25122002-02-17 Jakub Jelinek <jakub@redhat.com>
2513
2514 PR c/3444:
2515 * c-typeck.c (build_binary_op) [BIT_XOR_EXPR]: Remove explicit
2516 shortening.
2517
e16b32fc
PT
25182002-02-17 Philipp Thomas <pthomas@suse.de>
2519
2520 * config/cris/cris.h: Undefine STARTFILE_SPEC and
2521 ENDFILE_SPEC before (re)defining them.
2522
f9477efd
KH
25232002-02-17 Kazu Hirata <kazu@hxi.com>
2524
2525 * config/h8300/h8300.c: Fix formatting.
2526 * config/h8300/h8300.h: Likewise.
2527
404ae494
PT
25282002-02-17 Philipp Thomas <pthomas@suse.de>
2529
2530 * doc/tm.texi: Explain why empty strings should not be
2531 marked for translation.
2532
a52453cc
PT
25332002-02-17 Philipp Thomas <pthomas@suse.de>
2534
2535 * final.c (output_operand_lossage): Changed to accept
2536 printf style arguments. Change calls where necessary.
2537 * output.h (output_operand_lossage): Change declaration
2538 accordingly. Update copyright.
2539 * config/arc/arc.c config/fr30/fr30.c config/m32r/m32r.c
2540 config/m88k/m88k.c : Adapt all calls to output_operand_lossage.
2541 Update copyright date where necessary.
c410d49e 2542
a52453cc
PT
2543 * config/i386/i386.c (print_operand): Likewise. Remove use of
2544 sprintf.
2545
2546 * config/cris/cris.c (cris_operand_lossage): Likewise.
2547 Rename parameter so that exgettext recognizes it as
2548 translatable message.
2549 (LOSE_AND_RETURN): Rename parameter to msgid.
2550
1c11abc4
KH
25512002-02-17 Kazu Hirata <kazu@hxi.com>
2552
2553 * config/h8300/h8300.h (CONDITIONAL_REGISTER_USAGE): Replace a
2554 hard coded register number with an appropriate macro.
2555 (HARD_REGNO_MODE_OK): Likewise.
2556 (ARG_POINTER_REGNUM): Likewise.
2557 (STATIC_CHAIN_REGNUM): Likewise.
2558 (RETURN_ADDRESS_POINTER_REGNUM): Likewise.
2559 * config/h8300/h8300.md (define_constants): Define more
2560 register numbers.
2561
a5d17ff3
PT
25622002-02-17 Philipp Thomas <pthomas@suse.de>
2563
2564 * config/i386/i386.h: Don't mark empty strings for translation.
2565
1a7289c4
L
25662002-02-16 H.J. Lu <hjl@gnu.org>
2567
2568 * config/mips/linux.h (ASM_PREFERRED_EH_DATA_FORMAT): New.
2569
afb58288
ZW
25702002-02-16 Zack Weinberg <zack@codesourcery.com>
2571
2572 * cppinit.c (merge_include_chains): Check for brack being
2573 NULL before attempting to merge it with qtail.
2574
d2af4dbd
AC
25752002-02-16 Andrew Cagney <ac131313@redhat.com>
2576
2577 * config/rs6000/netbsd.h (PREFERRED_DEBUGGING_TYPE): Set to
2578 DBX_DEBUG.
2579
2e1ed1e3
JDA
25802002-02-16 John David Anglin <dave@hiauly1.hia.nrc.ca>
2581
2582 * pa/t-pa, pa/t-pro, som.h: Revert last patch.
2583
604c75b2
JDA
25842002-02-16 John David Anglin <dave@hiauly1.hia.nrc.ca>
2585
2586 * pa/t-pa (LIB2FUNCS_EXTRA): Don't build lib2funcs.asm.
2587 * pa/t-pro (LIB2FUNCS_EXTRA): Likewise.
2588 * som.h (DO_GLOBAL_DTORS_BODY): Delete define.
2589
1a42b072
RK
2590Sat Feb 16 13:48:50 2002 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
2591
7303604f 2592 * config/alpha/alpha.md (*movsi_nt_vms_nofix): Was *movsi_nt_vms;
1a42b072
RK
2593 now only if !TARGET_FIX.
2594 (*movsi_nt_vms_fix): New pattern.
2595
c2ea1ac6
DR
25962002-02-16 Douglas B Rupp <rupp@gnat.com>
2597
2598 * config/alpha/alpha.c: Implement null frame procedure types on VMS.
2599 (alpha_procedure_type): Replaces alpha_is_stack_procedure.
2600 (alpha_sa_mask, alpha_sa_size): Reflect above change.
2601 (alpha_pv_save_size, alpha_expand_prologue): Likewise.
2602 (alpha_start_function, alpha_expand_epilogue): Likewise.
2603 (unicosmk_gen_dsib): Likewise.
2604
725e58b1
RK
2605Sat Feb 16 13:39:09 2002 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
2606
2607 * expr.c (store_constructor): Handle target REG case for ARRAY_TYPE.
2608
13e58269
UW
26092002-02-16 Ulrich Weigand <uweigand@de.ibm.com>
2610
c410d49e 2611 * config/s390/s390.c (pool_stop_uid, other_chunk, far_away,
13e58269
UW
2612 check_and_change_labels, s390_final_chunkify): Delete.
2613 (s390_split_branches, s390_chunkify_pool): New functions.
2614 (s390_function_prologue): Call them.
c410d49e 2615
13e58269
UW
2616 * config/s390/s390.h (S390_REL_MAX): Delete.
2617 (S390_CHUNK_MAX, S390_CHUNK_OV): Adjust values.
2618
c410d49e 2619 * config/s390/s390.md (cjump, icjump, jump): Fix length
13e58269
UW
2620 attribute calculation.
2621
2622
34d1b01d
DE
26232002-02-15 David Edelsohn <edelsohn@gnu.org>
2624
2625 * config/rs6000/linux64.h (STRIP_NAME_ENCODING): Delete.
2626 * config/rs6000/ppc-asm.h (JUMP_TARGET): Define for powerpc64.
2627
be5cc51a
JDA
26282002-02-15 John David Anglin <dave@hiauly1.hia.nrc.ca>
2629
2630 * gcc.c (init_gcc_specs): Revert patch from 2002-02-15.
2631 * config/pa/pa-linux.h (LIB_SPEC): Likewise.
2632 * config/pa/pa32-linux.h (LINK_COMMAND_SPEC): Likewise.
2633
ee96ce90
RS
26342002-02-15 Richard Sandiford <rsandifo@redhat.com>
2635
2636 * c-decl.c (grokdeclarator): Prevent a segfault on unnamed decls.
2637
05fa709d
RS
26382002-02-15 Richard Sandiford <rsandifo@redhat.com>
2639
2640 * reload.c (find_dummy_reload): Check that an output register
2641 is valid for its mode.
2642
4606272b
AO
26432002-02-14 Alexandre Oliva <aoliva@redhat.com>
2644
9a360704
AO
2645 * combine.c (known_cond): After replacing the REG of a SUBREG, try
2646 to simplify it.
2647
4606272b
AO
2648 * function.c (assign_parms): Demote promoted argument passed by
2649 transparent reference.
2650
e62d89a1
JS
26512001-02-14 Joel Sherrill <joel@OARcorp.com>
2652
2653 * config/arm/rtems-elf.h, config/h8300/rtems.h: Removed redundant
2654 -Acpu() and -Amachine() to eliminate warnings.
2655
6c4cf695
UW
26562002-02-14 Ulrich Weigand <uweigand@de.ibm.com>
2657
2658 * config/s390/linux.h (ASM_OUTPUT_ALIGNED_BSS): New.
2659
037f11ef
KH
26602002-02-14 Kazu Hirata <kazu@hxi.com>
2661
2662 * config/h8300/h8300-protos.h: Update the prototype for
2663 const_costs.
2664 * config/h8300/h8300.c (const_costs): Treat SET as a little
2665 more expensive operation.
2666 * config/h8300/h8300.h (DEFAULT_RTX_COSTS): Update the
2667 reference to const_costs.
2668
fdc76b09
HPN
26692002-02-14 Hans-Peter Nilsson <hp@axis.com>
2670
2671 * config.gcc (c4x-*-rtems*): Fix typo in tm_file setting.
2672
d76e6800
JJ
26732002-02-14 Jakub Jelinek <jakub@redhat.com>
2674
2675 PR c/5503:
2676 * c-decl.c (duplicate_decls): If builtin type has TYPE_ARG_TYPES NULL,
2677 use arguments from newtype.
2678
5ae590d7
EC
26792002-02-13 Eric Christopher <echristo@redhat.com>
2680
2681 * config/mips/mips.c (override_options): Add check for march/mipsX
2682 on the same command line. Fix error message in cpu processing.
2683 Remove architecture and ISA checks.
2684
b8513691
AH
26852002-02-14 Aldy Hernandez <aldyh@redhat.com>
2686
831c4e87 2687 * config/rs6000/darwin.h (ROUND_TYPE_ALIGN): Adjust for vectors.
b8513691 2688
831c4e87 2689 * config/rs6000/sysv4.h (ROUND_TYPE_ALIGN): Add MAX.
b8513691 2690
78c875e8
AH
26912002-02-14 Aldy Hernandez <aldyh@redhat.com>
2692
831c4e87
KC
2693 * config/rs6000/rs6000.md ("*movv4si_internal"): Add m<-r and r<-r
2694 alternatives.
2695 ("*movv8hi_internal1"): Same.
2696 ("*movv16qi_internal1"): Same.
2697 ("*movv4sf_internal1"): Same.
78c875e8 2698
831c4e87
KC
2699 * config/rs6000/rs6000.c (rs6000_legitimize_reload_address): Do
2700 not push_reload for altivec modes.
78c875e8 2701
d76e6800 27022002-02-13 Joel Sherrill <joel@OARcorp.com>
f22b4bc4
JS
2703
2704 * config.gcc (a29k-*-rtems), config/a29k/rtems.h: General cleanup across
2705 all RTEMS targets including removal of #includes from config/*/rtems*.h
2706 file and adding them to tm_file setting. Added xm_defines=POSIX to
2707 many targets.
2708 * config.gcc (c4x-*-rtems), config/c4x/rtems.h: Ditto.
2709 * config.gcc (h8300-*-rtems), config/h8300/rtems.h: Ditto.
2710 * config.gcc (hppa1.1-*-rtems), config/pa/rtems.h: Ditto.
2711 * config.gcc (i960-*-rtems), config/i960/rtems.h: Ditto.
2712 * config.gcc (m68k-*-rtems*), config/m68k/rtems.h,
2713 config/m68k/rtemself.h: Ditto.
2714 * config.gcc (mips*-*-rtems*), config/mips/rtems.h,
2715 config/mips/rtems64.h: Ditto.
2716 * config.gcc (powerpc-*-rtems*), config/rs6000/rtems.h: Ditto.
2717 * config.gcc (sh-*-rtems*), config/sh/rtems.h, config/sh/rtemself.h:
2718 Ditto.
2719 * config.gcc (sparc-*-rtems*), config/sparc/rtems.h,
2720 config/sparc/rtemself.h: Ditto.
2721 * config.gcc (v850-*-rtems*), config/v850/rtems.h: Ditto.
2722 * config.gcc (arm-rtems), config/arm/rtems-elf.h: Ditto plus moved
2723 arm-rtems stanza closer to other arm-elf targets and made arm-rtems
2724 more like arm-elf.
2725 * config.gcc (i[34567]86-*-rtems*), config/i386/djgpp-rtems.h,
2726 config/i386/rtems.h, config/i386/rtemself.h: Ditto plus i386-rtemself
2727 target made more similar to i386-elf.
2728 * config/i386/t-rtems-i386: Added soft float support and multilibs.
2729 * config/m68k/t-m68kbare: Add 68040 and 68060 as multilib alternatives to
2730 be similar to config/m68k/t-m68kelf.
2731 * gthr-rtems.h: Encapsulate with extern "C" for C++.
2732
8686336f
JH
2733Wed Feb 13 23:41:15 CET 2002 Jan Hubicka <jh@suse.cz>
2734
2735 * regmove.c (kill_value): Handle subregs.
2736
558740bf
JH
2737Wed Feb 13 23:34:30 CET 2002 Jan Hubicka <jh@suse.cz>
2738
2739 * i386.md (mul patterns): Allow memory operand to be first;
2740 add expanders where needed; fix constraints.
2741 (min?f_nonieee, max?f_nonieee, SSE TImode patterns):
2742 Allow memory operand to be the first.
2743
2744 * i386.c (ix86_prepare_fp_compare_args): Fix condition for swapping
2745 operands.
2746
21117a17
JJ
27472002-02-13 Jakub Jelinek <jakub@redhat.com>
2748
2749 PR c/5681:
2750 * expr.c (safe_from_p): Pass VOIDmode to true_dependence instead of
2751 GET_MODE (x).
2752
ec65b2e3
JJ
27532002-02-13 Jakub Jelinek <jakub@redhat.com>
2754
2755 PR optimization/5547:
2756 * config/i386/i386.c (i386_simplify_dwarf_addr): Simplify
2757 all valid IA-32 address modes involving non-scaled %ebx and
2758 GOT/GOTOFF as displacement.
2759
ce50cae8
UW
27602002-02-13 Ulrich Weigand <uweigand@de.ibm.com>
2761
2762 * config/s390/s390.c (s390_final_chunkify): Re-run shorten_branches
2763 after emitting ltorg insns.
2764
2765 * config/s390/s390.md (*cmpdf_ccs_0, *cmpdf_ccs, *cmpsf_ccs_0,
2766 *cmpsf_ccs, truncdfsf2_ieee, *adddf3, *addsf3, *subdf3, *subsf3,
2767 *muldf3, *mulsf3, *divdf3, *divsf3, *negdf2, *negsf2, *absdf2,
2768 *abssf2): Fix "op_type" attribute.
2769
09eb789b
DR
27702002-02-13 Douglas B Rupp <rupp@gnat.com>
2771
2dbe67bb
DR
2772 * mkconfig.sh: Avoid using a subshell redirect.
2773 ($output.T): Change to $(output)T.
2774 (ENABLE_NLS): Remove unneeded undef.
2775
ea5b9a1f
DR
2776 * config/alpha/vms.h (MD_EXEC_PREFIX, MD_STARTFILE_PREFIX): Define.
2777 * config/alpha/x-vms (libsubdir): Define.
2778
3deb00ce
DR
2779 * config/alpha/vms.h (MD_FALLBACK_FRAME_STATE_FOR): Handle
2780 register frame procedures. Optimize retrieving context.
2781
09eb789b
DR
2782 * config/alpha/t-vms (MULTILIB_OPTIONS): Define.
2783 (MULTILIB_DIRNAME, LIBGCC, INSTALL_LIBGCC): Likewise.
2784 * config/alpha/vms.h (ASM_FILE_START): Write .arch directive.
2785
1abade85
RK
2786Wed Feb 13 09:45:08 2002 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
2787
2788 * alias.c (find_base_term, case ZERO_EXTEND, case SIGN_EXTEND):
2789 Make same change as for find_base_value.
2790
c283e63f
KH
27912002-02-13 Kazu Hirata <kazu@hxi.com>
2792
2793 * config/h8300/h8300.h (MODES_TIEABLE_P): Accept a combination
2794 of QImode and SImode.
2795
86039100
KH
27962002-02-13 Kazu Hirata <kazu@hxi.com>
2797
2798 * config/h8300/h8300.c (h8300_adjust_insn_length): Correct the
2799 length computation of movsi.
2800 * config/h8300/h8300.md (movsi_h8300hs): Correct the length.
2801
e1429da0
KH
28022002-02-13 Kazu Hirata <kazu@hxi.com>
2803
2804 * config/h8300/h8300.md (subqi3): Tighten the predicate for
2805 operands[2] to register_operand.
2806
aebfea10
JH
2807Wed Feb 13 10:35:56 CET 2002 Jan Hubicka <jh@suse.cz>
2808
2809 * i386.md (fop_*_comm_*): allow nonimmediate in the first operand.
2810
0ec4e2a8
AH
28112002-02-12 Aldy Hernandez <aldyh@redhat.com>
2812
831c4e87
KC
2813 * config/rs6000/rs6000.md: Use predicate altivec_register_operand
2814 for altivec_lvx* and altivec_stvx*.
2815 ("*movv4si_internal"): Add constraint for loading from GPRs.
2816 ("*movv8hi_internal1"): Same.
2817 ("*movv16qi_internal1"): Same.
2818 ("*movv4sf_internal1"): Same.
0ec4e2a8 2819
831c4e87 2820 * config/rs6000/rs6000.c (altivec_register_operand): New.
0ec4e2a8 2821
831c4e87
KC
2822 * config/rs6000/rs6000.h (PREDICATE_CODES): Add
2823 altivec_register_operand.
0ec4e2a8 2824
b007569d
HPN
28252002-02-13 Hans-Peter Nilsson <hp@bitrange.com>
2826
2827 * config/mmix/mmix.c (mmix_assemble_integer) <case 4>: Don't
2828 handle SYMBOL_REF.
2829
e6834654
SS
28302002-02-13 Stan Shebs <shebs@apple.com>
2831
831c4e87
KC
2832 * c-typeck.c (digest_init): Handle vectors.
2833 (really_start_incremental_init): Same.
2834 (pop_init_level): Same.
2835 (process_init_element): Same.
e6834654 2836
831c4e87 2837 * varasm.c (output_constant): Same.
e6834654 2838
831c4e87
KC
2839 * expr.c (clear_storage): Same.
2840 (store_constructor): Same.
e6834654 2841
d9b3eb63
EC
28422002-02-12 Eric Christopher <echristo@redhat.com>
2843
2844 * explow.c (hard_function_value): Add comment explaining
2845 signed/unsigned comparison.
2846
56d44285
JJ
28472002-02-12 Jakub Jelinek <jakub@redhat.com>
2848
2849 * jump.c (never_reached_warning): Add finish argument.
2850 If finish is NULL, stop on CODE_LABEL, otherwise stop before first
2851 real insn after end.
2852 * rtl.h (never_reached_warning): Adjust prototype.
2853 * cse.c (cse_insn): Pass NULL as finish to never_reached_warning.
2854 * cfgrtl.c (flow_delete_block): Pass b->end as finish to
2855 never_reached_warning.
2856
fc209487
GS
28572002-02-12 Graham Stott <grahams@redhat.com>
2858
2859 * config/hp/pa.h (GO_IF_LEGITIMATE_ADDRESS): Fix typos.
2860
1e41e866
KH
28612002-02-12 Kazu Hirata <kazu@hxi.com>
2862
2863 * config/h8300/h8300.c (shift_alg_hi): Improve the 15-bit
2864 logical shifts on H8/300.
2865 (shift_alg_si): Improve several shifts on H8/300.
2866 (get_shift_alg): Likewise.
2867
a36a47ad
GS
28682002-02-12 Graham Stott <grahams@redhat.com>
2869
2870 * config/pa/pa.c (compute_movstrsi_length): Fix typos.
2871
0aacc8ed
RK
2872Tue Feb 12 10:12:56 2002 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
2873
2874 * alias.c (find_base_value, case ZERO_EXTEND, case SIGN_EXTEND):
2875 Handle #ifdef POINTERS_EXTEND_UNSIGNED.
2876
a02ac966
HPN
28772002-02-11 Hans-Peter Nilsson <hp@bitrange.com>
2878
2879 * config/mmix/mmix.c (mmix_assemble_integer) <case 1, 2>: Handle
2880 non-CONST_INT through default_assemble_integer.
2881 <case 4>: Likewise, for non-CONST_INT, non-SYMBOL_REF.
2882 <case 8>: Abort for CONST_DOUBLE.
2883
d6e06ddc
JDA
28842002-02-11 John David Anglin <dave@hiauly1.hia.nrc.ca>
2885
2886 * gcc.c (init_gcc_specs): Add static libgcc to link when "-shared"
2887 is specified.
2888 * config/pa/pa-linux.h (LIB_SPEC): Delete.
2889 * config/pa/pa32-linux.h (LINK_COMMAND_SPEC): Delete.
2890
515342a8
AH
28912002-02-11 Andrew Haley <aph@cambridge.redhat.com>
2892
2893 * config/stormy16/stormy16.md (zero_extendqihi2): New.
2894
cddd8b72
AO
28952002-02-11 Alexandre Oliva <aoliva@redhat.com>
2896
66df7a98
AO
2897 * regrename.c (regrename_optimize): Don't accept a
2898 part-clobbered register if the replaced register is not part
2899 clobbered.
2900
841404cd
AO
2901 * calls.c (store_one_arg): In the non-BLKmode non-partial case,
2902 take padding into account when computing the argument value.
2903
1d1ade42
AO
2904 * config/sh/sh.h (FUNCTION_ARG_REGNO_P): Fix parenthesizing error.
2905
cddd8b72
AO
2906 * combine.c (try_combine): Apply substitutions in
2907 CALL_INSN_FUNCTION_USAGE too.
2908
5c665b88
AH
29092002-02-11 Aldy Hernandez <aldyh@redhat.com>
2910
77f6c1eb
RS
2911 * config/rs6000/rs6000.c (altivec_init_builtins): Handle
2912 __builtin_altivec_abs*.
2913 (bdesc_abs): New.
5c665b88 2914
77f6c1eb
RS
2915 * config/rs6000/rs6000.h (rs6000_builtins): Add
2916 ALTIVEC_BUILTIN_ABS*.
5c665b88 2917
77f6c1eb
RS
2918 * config/rs6000/altivec.h: Use const char for builtins expecting
2919 literals.
2920 (vec_abs): New versions for C and C++.
2921 (vec_abss): Same.
5c665b88 2922
3494f1b4
KH
29232002-02-10 Kazu Hirata <kazu@hxi.com>
2924
2925 * config/h8300/h8300.h (INITIALIZE_TRAMPOLINE): Simplify by
2926 using Pmode.
2927
72431aef
KH
29282002-02-10 Kazu Hirata <kazu@hxi.com>
2929
2930 * config/h8300/h8300.h (STACK_POINTER_REGNUM): Use the
2931 constant definition from h8300.md.
2932 (FRAME_POINTER_REGNUM): Likewise.
2933 * config/h8300/h8300.md (define_constants): Add FP_REG.
2934
87e4ee91
KH
29352002-02-10 Kazu Hirata <kazu@hxi.com>
2936
2937 * config/h8300/h8300.c (print_operand): Remove redundant code.
2938
9c188705
KH
29392002-02-10 Kazu Hirata <kazu@hxi.com>
2940
2941 * config/h8300/h8300-protos.h: Remove the prototype for byte_reg.
2942 * config/h8300/h8300.c (byte_reg): Make it static.
2943
fba78abb
RH
29442002-02-10 Richard Henderson <rth@redhat.com>
2945
2946 PR c/5623
2947 * c-typeck.c (incomplete_type_error): Handle flexible array members.
2948
65739e62
RH
29492002-02-10 Richard Henderson <rth@redhat.com>
2950
2951 PR c++/5624
2952 * tree.c (append_random_chars): Don't abort if main_input_filename
2953 does not exist.
2954
247cb9df
HPN
29552002-02-10 Hans-Peter Nilsson <hp@bitrange.com>
2956
2957 * config/mmix/t-mmix (MULTILIB_EXTRA_OPTS): Disable.
2958
232bd029
KH
29592002-02-10 Kazu Hirata <kazu@hxi.com>
2960
65739e62 2961 * config/h8300/h8300.md (pushhi1_h8300): Correct the mode used.
232bd029
KH
2962 (pushhi1): Likewise.
2963
276ef573
JDA
29642002-02-10 John David Anglin <dave@hiauly1.hia.nrc.ca>
2965
2966 * pa.c (reg_before_reload_operand): Don't accept a SUBREG operand.
2967 * pa.h (PREDICATE_CODES): Adjust codes for reg_before_reload_operand.
2968
617e9ee5
DB
29692002-02-09 David O'Brien <obrien@FreeBSD.org>
2970
2971 * config/sparc/freebsd.h(TARGET_DEFAULT): Add MASK_EPILOGUE setting and
2972 remove MASK_VIS.
2973 (ASM_CPU_DEFAULT_SPEC): Remove. Default setting is fine.
2974
6dfa4005
KH
29752002-02-09 Kazu Hirata <kazu@hxi.com>
2976
2977 * config/h8300/h8300.c (output_logical_op): Use sub.w to clear
2978 a half of an SImode register on H8/300.
2979
749e7b80
JH
2980Sat Feb 9 18:28:02 CET 2002 Jan Hubicka <jh@suse.cz>
2981
2982 * i386.md (movdi_2): Add missing '!'.
2983
ca77d87c
KH
29842002-02-09 Kazu Hirata <kazu@hxi.com>
2985
2986 * config/h8300/h8300.h: Fix formatting. Remove commented-out
2987 definitions.
2988
16c96304
KH
29892002-02-09 Kazu Hirata <kazu@hxi.com>
2990
2991 * config/h8300/h8300.md (length): Correct the distance valid
2992 for the short branch.
2993
a364bc90
KH
29942002-02-09 Kazu Hirata <kazu@hxi.com>
2995
2996 * config/h8300/h8300.md (iorhi3): Tighten the predicates.
2997
e4ec2cac
AO
29982002-02-09 Alexandre Oliva <aoliva@redhat.com>
2999
a138247b
AO
3000 * config/sh/sh.h (REGISTER_NATURAL_MODE): Save part-clobbered
3001 registers in SImode.
3002 (HARD_REGNO_CALL_PART_CLOBBERED) [TARGET_SHMEDIA32]: Set r18 as
3003 part-clobbered.
3004
2b1fd83f
AO
3005 * config/sh/sh.c (expand_prologue): Fix mis-applied 2001-11-09's
3006 patch.
d9b3eb63 3007
fa5322fa
AO
3008 Contribute sh64-elf.
3009 2002-02-09 Alexandre Oliva <aoliva@redhat.com>
3010 * config/sh/sh.c (TARGET_CANNOT_MODIFY_JUMPS_P): Define to...
3011 (sh_cannot_modify_jumps_p): New function.
3012 2002-02-05 Alexandre Oliva <aoliva@redhat.com>
3013 * config/sh/sh.c (TARGET_MS_BITFIELD_LAYOUT_P): Define to...
3014 (sh_ms_bitfield_layout_p): New function.
3015 2002-02-04 Alexandre Oliva <aoliva@redhat.com>
3016 Zack Weinberg <zack@codesourcery.com>
3017 * config/sh/sh.h (TRAMPOLINE_ADJUST_ADDRESS): Use
3018 expand_simple_binop instead of expand_binop.
3019 2002-02-03 Alexandre Oliva <aoliva@redhat.com>
3020 * config/sh/sh.h (OVERRIDE_OPTIONS) [! TARGET_SH5]: Disable
3021 use of .quad and .uaquad.
3022 * config/sh/sh.c (TARGET_ASM_UNALIGNED_DI_OP,
3023 TARGET_ASM_ALIGNED_DI_OP): Add comment pointing to the above.
3024 2002-01-24 Alexandre Oliva <aoliva@redhat.com>
3025 * config/sh/sh.md (movdi_const, movdi_const_32bit,
3026 movdi_const_16bit): Make sure all CONSTs have modes.
3027 (sym2PIC): Ditto, but by adjusting all callers.
3028 * config/sh/sh.c (calc_live_regs) [TARGET_SHCOMPACT]: Set pr_live
3029 if the prologue calls the SHmedia argument decoder or register
3030 saver.
3031 2002-01-24 Alexandre Oliva <aoliva@redhat.com>
3032 * config/sh/sh.c (TARGET_ASM_UNALIGNED_DI_OP): Define.
3033 (TARGET_ASM_ALIGNED_DI_OP): Likewise.
3034 (sh_expand_epilogue): Don't emit USE of return target register.
3035 (prepare_move_operands): Legitimize DImode PIC addresses.
3036 (sh_media_register_for_return): Skip tr0, used to initialize the
3037 PIC register.
3038 (sh_expand_prologue): Remove explicit USE of return register.
3039 (nonpic_symbol_mentioned_p): PC is non-PIC. Don't recurse in
3040 CONST_DOUBLEs. UNSPEC_GOTPLT is PIC.
3041 * config/sh/sh.h (ASM_OUTPUT_DOUBLE_INT): Removed, obsolete.
3042 (OVERRIDE_OPTIONS): Don't disable PIC on SH5.
3043 (EXTRA_CONSTRAINT_S): Use MOVI_SHORI_BASE_OPERAND_P instead of
3044 EXTRA_CONSTRAINT_T.
3045 (GOT_ENTRY_P, GOTPLT_ENTRY_P, GOTOFF_P, PIC_ADDR_P): New.
3046 (MOVI_SHORI_BASE_OPERAND_P): New.
3047 (NON_PIC_REFERENCE_P, PIC_REFERENCE_P): New.
3048 (EXTRA_CONSTRAINT_T): Define in terms of them.
3049 (OUTPUT_ADDR_CONST_EXTRA): Handle UNSPEC_GOTPLT.
3050 * config/sh/sh.md (movsi_media, movsi_media_nofpu,
3051 movdi_media, movdi_media_nofpu): Add SIBCALL_REGS class to
3052 alternatives supporting TARGET_REGS.
3053 (UNSPEC_GOTPLT): New constant.
3054 (movdi split): Move incrementing of LABEL_NUSES...
3055 (movdi_const, movdi_const_32bit): Here. Use
3056 MOVI_SHORI_BASE_OPERAND_P instead of EXTRA_CONSTRAINT_T.
3057 (movdi_const_16bit): New.
3058 (call, call_value) [flag_pic]: Use GOTPLT.
3059 (call_pop, call_value_pop): New expands.
3060 (call_pop_compact, call_pop_rettramp): New insns.
3061 (call_value_pop_compact, call_value_pop_rettramp): New insns.
3062 (sibcall) [flag_pic]: Use GOT.
3063 (builtint_setjmp_receiver): Remove bogus, unused expand.
3064 (GOTaddr2picreg): Implement for SHcompact and SHmedia.
3065 (*pt, *ptb, ptrel): New insns.
3066 (sym2GOT): Handle DImode GOT.
3067 (sym2GOTPLT, symGOTPLT2reg): New expands.
3068 (sym2PIC): New expand.
3069 (shcompact_return_tramp): Use GOTPLT to return trampoline.
3070 (shcompact_return_tramp_i): Use return register explicitly.
3071 * config/sh/sh.h (OVERRIDE_OPTIONS) [TARGET_SHMEDIA]: Don't
3072 disable flag_reorder_blocks.
3073 2002-01-19 Alexandre Oliva <aoliva@redhat.com>
3074 * config/sh/sh.md (sibcall_compact): Reorder return, uses and
3075 clobbers, for clarity.
3076 (sibcall_epilogue) [TARGET_SHCOMPACT]: Mark saving and
3077 restoring of r0 in macl as MAYBE_DEAD.
3078 2002-01-18 Alexandre Oliva <aoliva@redhat.com>
3079 * config/sh/sh.h (LONG_DOUBLE_TYPE_SIZE): Define.
3080 * config/sh/sh.md (movv4sf_i, movv16sf_i): Fix uses of
3081 alter_subreg all over.
3082 (jump) [TARGET_SHMEDIA]: FAIL to create new jumps after
3083 reload, instead of emitting instructions that would require
3084 reloading.
3085 (casesi_load_media): Add missing modes.
3086 2001-11-09 Alexandre Oliva <aoliva@redhat.com>
3087 * config/sh/sh.c (sh_expand_prologue): Mark the PIC register
3088 as used if the argument decoder is called.
3089 2001-08-28 Alexandre Oliva <aoliva@redhat.com>
3090 * config/sh/sh.md (udivsi3, divsi3): Load libcall symbol name in
3091 Pmode, then extend it to DImode if necessary.
3092 2001-08-28 Stephen Clarke <Stephen.Clarke@st.com>
3093 * config/sh/sh.h (LEGITIMATE_CONSTANT_P): Don't accept DFmode
3094 constants in FPU-enabled SHmedia, let them be loaded from memory.
3095 2001-08-28 Alexandre Oliva <aoliva@redhat.com>
3096 * config/sh/sh.md (cmpeqdi_media, cmpgtdi_media, cmpgtudi_media):
3097 Adjust whitespace in assembly output templates.
3098 2001-08-28 Stephen Clarke <Stephen.Clarke@st.com>
3099 * config/sh/sh.md (movdicc_false, movdicc_true, movdicc): Adjust
3100 mode of if_then_else.
3101 2001-08-04 Alexandre Oliva <aoliva@redhat.com>
3102 * config/sh/sh64.h (CPP_DEFAULT_CPU_SPEC): Override definition in
3103 sh.h.
3104 2001-07-26 Andrew Haley <aph@cambridge.redhat.com>
3105 Joern Rennecke <amylaar@redhat.com>
3106 * config/sh/sh64.h (CPP_DEFAULT_CPU_SPEC): New.
3107 (SUBTARGET_CPP_PTR_SPEC): New.
3108 (SUBTARGET_CPP_SPEC): Remove.
3109 2001-07-06 Chandrakala Chavva <cchavva@redhat.com>
3110 * config/sh/sh.md (movsf_media_nofpu+1, movdf_media_nofpu+1):
3111 Fix typo in previous checkin.
3112 2001-07-11 Chandrakala Chavva <cchavva@redhat.com>
3113 * config/sh/sh.h (MODES_TIEABLE_P): Fix redact indentations.
3114 2001-07-10 Chandrakala Chavva <cchavva@cygnus.com>
3115 Alexandre Oliva <aoliva@redhat.com>
3116 * config/sh/sh.h (MODES_TIEABLE_P): Don't tie modes wider than
3117 what single FP register can hold for SHmedia target.
3118 2001-07-06 Chandrakala Chavva <cchavva@redhat.com>
3119 Alexandre Oliva <aoliva@redhat.com>
3120 * config/sh/sh.md (movsf_media_nofpu+1, movdf_media_nofpu+1):
3121 Do not split into SUBREG.
3122 2001-06-14 Alexandre Oliva <aoliva@redhat.com>
3123 * config/sh/ushmedia.h, config/sh/sshmedia.h: Updated signatures
3124 and added new functions as specified in SH5 ABI r9.
3125 2001-06-04 Alexandre Oliva <aoliva@redhat.com>
3126 * config/sh/lib1funcs.asm (GCC_nested_trampoline): Align to an
3127 8-byte boundary.
3128 2001-06-03 Alexandre Oliva <aoliva@redhat.com>
3129 * config/sh/sh.c (dump_table): Add const0_rtx in calls of
3130 gen_consttable_4 and gen_consttable_8. Emit multiple labels
3131 and consttable_window_ends.
3132 2001-06-03 Graham Stott <grahams@redhat,com>
3133 * config/sh/sh.md (movdi split): Remove unused variable last_insn.
3134 2001-05-16 Alexandre Oliva <aoliva@redhat.com>
3135 * config/sh/sh.c (print_operand): Handle floating-point pair,
3136 vector and matrix registers.
3137 * config/sh/sh.h (REGISTER_MOVE_COST): Take floating-pointer
3138 vector modes into account.
3139 * config/sh/sh.md (movv2sf): Split move between registers into
3140 movdf.
3141 (movv4sf, movv16sf): Introduce insns that get split only after
3142 reload.
3143 * config/sh/shmedia.h: Fix Copyright dates.
3144 * config/sh/ushmedia.h: Likewise. Move loop counter
3145 declarations into conditionals that uses them.
3146 (sh_media_FVADD_S, sh_media_FVSUB_S): Fix off-by-one error in
3147 loop boundary.
3148 * config/sh/sshmedia.h: Fix Copyright dates.
3149 (sh_media_PUTCFG): Fix constraints.
3150 2001-05-12 Alexandre Oliva <aoliva@redhat.com>
3151 * config/sh/sh.h (TARGET_PTRMEMFUNC_VBIT_LOCATION): Define to
3152 ptrmemfunc_vbit_in_delta for SH5.
3153 2001-05-08 Alexandre Oliva <aoliva@redhat.com>
3154 * config/sh/sh.h (TARGET_SWITCHES): Document -m5-*.
3155 * invoke.texi: Likewise.
3156 2001-04-14 Alexandre Oliva <aoliva@redhat.com>
3157 * config/sh/lib1funcs.asm (GCC_push_shmedia_regs,
3158 GCC_push_shmedia_regs_nofpu, GCC_pop_shmedia_regs,
3159 GCC_pop_shmedia_regs_nofpu): New global symbols.
3160 * config/sh/t-sh64 (LIB1ASMFUNCS): Add them.
3161 * config/sh/sh.h (SHMEDIA_REGS_STACK_ADJUST): New macro.
3162 * config/sh/sh.c (calc_live_regs): Account for PR's saving in
3163 compact function with nonlocal labels.
3164 (sh_expand_prologue) [SHcompact]: Push SHmedia regs if needed.
3165 (sh_expand_epilogue) [SHcompact]: Pop them when appropriate.
3166 (initial_elimination_offset): Account for their stack space.
3167 * config/sh/sh.md (shmedia_save_restore_regs_compact): New insn.
3168 * config/sh/sh.md (movsi_media, movsi_media_nofpu, movqi_media,
3169 movhi_media, movdi_media, movdi_media_nofpu, movdf_media,
3170 movdf_media_nofpu, movsf_media, movsf_media_nofpu): Require at
3171 least one of the operands to be a register.
3172 (movv2sf): Likewise. Renamed to movv2sf_i.
3173 (movdi, movdf, movv2sf, movv4sf, movv16sf, movsf):
3174 prepare_move_operands() before emitting SHmedia insns.
3175 2001-04-03 Alexandre Oliva <aoliva@redhat.com>
3176 * config/sh/crti.asm (init, fini) [__SH5__ && ! __SHMEDIA__]:
3177 Don't save nor initialize r12. Don't mis-align the stack.
3178 Pad the code with a nop.
3179 * config/sh/crti.asm: Don't restore r12. Don't mis-align the
3180 stack.
3181 2001-03-13 Alexandre Oliva <aoliva@redhat.com>
3182 * gcc/longlong.h (__umulsidi3, count_leading_zeros)
3183 [__SHMEDIA__]: Implement.
3184 2001-03-11 Alexandre Oliva <aoliva@redhat.com>
3185 * config/sh/sh.md: Set latency of `pt' closer to reality.
3186 (movsi_media, movsi_media_nofpu, movdi_media, movdi_media_nofpu,
3187 movdf_media, movdf_media_nofpu, movsf_media, movsf_media_nofpu):
3188 Set move, load and store type attributes.
3189 * config/sh/sh.c (sh_loop_align) [TARGET_SH5]: Set to 3.
3190 * config/sh/sh.h (OVERRIDE_OPTIONS) [TARGET_SH5]: Disable
3191 profiling.
3192 * config/sh/sh.h (PROMOTE_MODE): Sign-extend SImode to DImode.
3193 * config/sh/sh-protos.h (sh_media_register_for_return): Declare.
3194 * config/sh/sh.c (sh_media_register_for_return): New function.
3195 (sh_expand_prologue) [TARGET_SHMEDIA]: Copy r18 to an available
3196 branch-target register.
3197 (sh_expand_epilogue) [TARGET_SHMEDIA]: Explicitly USE it.
3198 * config/sh/sh.md (return_media_i): Use any call-clobbered
3199 branch-target register.
3200 (return_media): If r18 wasn't copied in the prologue, copy it
3201 here.
3202 * config/sh/sh.h (CONDITIONAL_REGISTER_USAGE) [TARGET_SHMEDIA]:
3203 Clear class FP0_REGS.
3204 * config/sh/sh64.h (LINK_SPEC): Removed incorrect default copied
3205 from elf.h.
3206 2001-03-08 DJ Delorie <dj@redhat.com>
3207 * config/sh/sh.h (OVERRIDE_OPTIONS): Disable relaxing for SHMEDIA.
3208 2001-02-09 Alexandre Oliva <aoliva@redhat.com>
3209 * config/sh/sh.md (sibcall_compact): Set fp_mode to single.
3210 2001-02-07 Alexandre Oliva <aoliva@redhat.com>
3211 * config/sh/sh.h (INT_ASM_OP) [SHMEDIA64]: Use `.quad'.
3212 2001-02-03 Alexandre Oliva <aoliva@redhat.com>
3213 * config/sh/sh.h (INIT_CUMULATIVE_ARGS): Compute size of BLKmode
3214 return value correctly for call_cookie.
3215 2001-02-01 Alexandre Oliva <aoliva@redhat.com>
3216 * config/sh/crt1.asm (start): Modified so as to call
3217 ___setup_argv_and_call_main.
3218 2001-01-26 Alexandre Oliva <aoliva@redhat.com>
3219 * config/sh/sh.h (FUNCTION_ARG_ADVANCE): Don't count stack_regs in
3220 SHmedia mode.
3221 2001-01-20 Alexandre Oliva <aoliva@redhat.com>
3222 * config/sh/sh.h (STRIP_DATALABEL_ENCODING): New macro.
3223 (STRIP_NAME_ENCODING): Use it.
3224 (ASM_OUTPUT_LABELREF): Likewise. Don't call assemble_name().
3225 2001-01-19 Alexandre Oliva <aoliva@redhat.com>
3226 * config/sh/sh.md (sgeu) [! SHMEDIA]: Fix invocation of
3227 prepare_scc_operands().
3228 * config/sh/sh.h (SH_DATALABEL_ENCODING): Change to "#"...
3229 (DATALABEL_SYMNAME_P): ... so that we don't need memcmp here.
3230 2001-01-17 Alexandre Oliva <aoliva@redhat.com>
3231 * config/sh/sh.h (STRIP_NAME_ENCODING): Strip leading `*'.
3232 2001-01-13 Alexandre Oliva <aoliva@redhat.com>
3233 * config/sh/sh.md (shcompact_incoming_args): Use R0_REG.
3234 * config/sh/sh.md (R7_REG, R8_REG, R9_REG): Define as constants,
3235 used in shcompact_incoming_args.
3236 * config/sh/sh.c (sh_expand_epilogue): Fix thinko in previous
3237 change.
3238 * config/sh/crt1.asm (start) [SH5]: Switch to single-precision
3239 mode.
3240 * config/sh/lib1funcs.asm (sdivsi3_i4, udivsi3_i4, set_fpscr):
3241 Adjust accordingly.
3242 * config/sh/sh.c (sh_expand_prologue, sh_expand_epilogue):
3243 Simplify. Adjust. Add sanity check.
3244 * config/sh/sh.h (TARGET_SWITCHES) [5-compact]: Set
3245 FPU_SINGLE_BIT.
3246 * config/sh/sh.md (udivsi3_i4_single, divsi3_i4_single): Match
3247 TARGET_SHCOMPACT.
3248 (udivsi3, divsi3): Use them.
3249 (force_mode_for_call): New insn.
3250 (call, call_value, sibcall_value): Emit it before SHcompact
3251 calls.
3252 2001-01-11 Alexandre Oliva <aoliva@redhat.com>
3253 * config/sh/sh.md (call, call_value, sibcall): Make sure the
3254 call cookie is non-NULL before taking its value.
3255 2001-01-10 Alexandre Oliva <aoliva@redhat.com>
3256 * config.gcc (sh64): Set target_requires_64bit_host_wide_int.
3257 2001-01-09 Alexandre Oliva <aoliva@redhat.com>
3258 * config/sh/sh.md (shcompact_incoming_args): Set argument memory
3259 block.
3260 * config/sh/sh.h (STATIC_CHAIN_REGNUM) [SH5]: Use r1.
3261 * config/sh/sh.c (sh_expand_prologue) [SH5]: Use r0 as
3262 temporary for stack adjusts. Use MACL and MACH to pass
3263 arguments to shcompact_incoming_args.
3264 * config/sh/sh.md (shcompact_incoming_args): Adjust. Don't
3265 clobber r1.
3266 * config/sh/lib1funcs.asm (shcompact_incoming_args): Likewise.
3267 (nested_trampoline): Load static chain address into r1.
3268 * config/sh/sh.md (movdi_media splits): Fix sign-extension.
3269 2001-01-07 Alexandre Oliva <aoliva@redhat.com
3270 * config/sh/sh.c (fpul_operand) [SHMEDIA]: Just call
3271 fp_arith_reg_operand().
3272 2001-01-06 Alexandre Oliva <aoliva@redhat.com>
3273 * config/sh/sh.md (casesi): Sign-extend the first two operands,
3274 and use signed compares for them.
3275 * config/sh/sh.c (dump_table): Don't emit 8-byte constants after
3276 4-byte ones. Instead, inter-leave them, maintaining the 8-byte
3277 ones properly aligned.
3278 (find_barrier): Account for extra alignment needed for 8-byte wide
3279 constants.
3280 (machine_dependent_reorg): Require a label for the second 4-byte
3281 constant after an 8-byte one.
3282 * config/sh/lib1funcs.asm (sdivsi3): Fix typo in yesterday's
3283 change.
3284 2001-01-05 Alexandre Oliva <aoliva@redhat.com>
3285 * config/sh/sh.c (machine_dependent_reorg) [SHCOMPACT]: Reset
3286 last_float when switching float modes.
3287 * config/sh/sh.md (movdf) [SH5]: Don't use stack-pointer
3288 auto-increment for general-purpose registers.
3289 * config/sh/lib1funcs.asm (sdivsi3) [SHMEDIA]: Sign-extend the
3290 result.
3291 * config/sh/sh.c (sh_expand_prologue) [SH5]: Use r1 as temporary
3292 for stack adjust.
3293 * config/sh/sh.c (sh_builtin_saveregs): Support using all
3294 registers for varargs.
3295 2001-01-01 Alexandre Oliva <aoliva@redhat.com>
3296 * config/sh/sh.h (FUNCTION_ARG_ADVANCE): Simplify.
3297 * config/sh/sh.h (CALL_COOKIE_STACKSEQ,
3298 CALL_COOKIE_STACKSEQ_SHIFT, CALL_COOKIE_STACKSEQ_GET): New macros.
3299 (CALL_COOKIE_INT_REG_SHIFT): Adjust.
3300 (FUNCTION_ARG_ADVANCE): Use SHCOMPACT_FORCE_ON_STACK. Adjust
3301 call_cookie accordingly.
3302 (FUNCTION_ARG): Test SHCOMPACT_FORCE_ON_STACK.
3303 (SHCOMPACT_BYREF): Likewise.
3304 (SHCOMPACT_FORCE_ON_STACK): New macro.
3305 * config/sh/sh.c (sh_expand_prologue): Use new call_cookie format.
3306 (sh_builtin_saveregs): Likewise.
3307 * config/sh/lib1funcs.asm (shcompact_call_trampoline,
3308 shcompact_incoming_args): Use new shift values. Support
3309 sequences of consecutive and non-consecutive pushes/pops.
3310 * config/sh/sh.md (return): Don't explicitly use PR_REG.
3311 2001-01-05 Hans-Peter Nilsson <hpn@cygnus.com>
3312 * config/sh/sh.h (TEXT_SECTION): Define.
3313 * config/sh/elf.h (ASM_FILE_START): Output TEXT_SECTION_ASM_OP.
3314 2001-01-05 Alexandre Oliva <aoliva@redhat.com>
3315 * config/sh/sh.h (INIT_CUMULATIVE_LIBCALL_ARGS): New macro.
3316 * config/sh/sh.h (BASE_RETURN_VALUE_REG): Use FP regs for
3317 return values on FPU-enabled SHmedia.
3318 (FUNCTION_VALUE_REGNO_P): Mark FIRST_FP_RET_REG as used on
3319 FPU-enabled SHmedia.
3320 (INIT_CUMULATIVE_ARGS): Set up return trampoline only if
3321 value is returned in a non-FP reg and is not returned by
3322 reference.
3323 * config/sh/sh.md (shcompact_return_tramp_i): Change type to
3324 jump_ind.
3325 2000-01-04 Alexandre Oliva <aoliva@redhat.com>
3326 * config/sh/sh.h (SH_MIN_ALIGN_FOR_CALLEE_COPY): New.
3327 (FUNCTION_ARG_CALLEE_COPIES): Require argument to be
3328 quad-aligned to be passed by callee-copy reference.
3329 2001-01-03 Alexandre Oliva <aoliva@redhat.com>
3330 * config/sh/elf.h (MAX_WCHAR_TYPE_SIZE): Define.
3331 * config/sh/sh64.h (MAX_WCHAR_TYPE_SIZE): Undefine.
3332 2001-01-02 Alexandre Oliva <aoliva@redhat.com>
3333 * config/sh/lib1funcs.asm (shcompact_call_trampoline): Fix error in
3334 copying low-numbered FP regs to r7 and r8.
3335 * config/sh/sh.h (FUNCTION_ARG_ADVANCE): Don't request copying of
3336 FP regs to general-purpose regs only if the copy was passed on the
3337 stack.
3338 * config/sh/lib1funcs.asm (shcompact_call_trampoline): Fix typo in
3339 copying FP reg to r9.
3340 * config/sh/sh.h (FUNCTION_ARG_ADVANCE): Use trampoline to
3341 copy FP regs to general-purpose regs only in outgoing calls.
3342 * config/sh/sh.md (movdf_media, movsf_media): Revert incorrect
1e4e95d6 3343 change from 2000-10-30. Adjust for 64-bit (or 32-bit)
fa5322fa
AO
3344 HOST_WIDE_INT.
3345 * config/sh/sh.h (struct sh_args): Document all fields.
3346 (FUNCTION_OK_FOR_SIBCALL): Functions that receive arguments
3347 passed partially on the stack should not consider making
3348 sibcalls.
3349 * config/sh/sh.h (FUNCTION_ARG_ADVANCE): Add byref regs to
3350 stack_regs only for incoming calls. When passing FP args,
3351 make sure there are FP regs available before modifying
3352 call_cookie.
3353 (SHCOMPACT_BYREF): Pass double args in general-purpose
3354 registers by reference.
3355 2000-12-30 Alexandre Oliva <aoliva@redhat.com>
3356 * config/sh/sh.h (FUNCTION_OK_FOR_SIBCALL) [SHCOMPACT]: Don't
3357 attempt to generate sibcalls if the caller got any arguments
3358 by reference.
3359 * config/sh/lib1funcs.asm (set_fpscr) [SH5]: Default to double.
3360 * config/sh/sh.c (dump_table) [SHCOMPACT]: Align DImode and DFmode
3361 to 8-byte boundaries.
3362 * config/sh/sh.md (shcompact_preserve_incoming_args): New insn.
3363 * config/sh/sh.h (CALL_COOKIE_INT_REG_GET): New macro.
3364 * config/sh/sh.c (sh_expand_prologue): Preserve args that will be
3365 stored in the stack.
3366 * config/sh/lib1funcs.asm (ct_main_table, ia_main_table): Arrange
3367 for the offsets to have the ISA bit set.
3368 (shcompact_call_trampoline): Document. Swap r0 and r1, to match
3369 invocation. Use beq instead of bgt to mark end of sequence of
3370 loads.
3371 (shcompact_incoming_args): Fix store of r2. Use beq instead of
3372 bgt to mark end of sequence of stores.
3373 * config/sh/sh.c (arith_operand): Don't check whether
3374 CONST_OK_FOR_J for now.
3375 * config/sh/sh.md (movdf_media, movsf_media): Use HOST_WIDE_INT
3376 instead of long for conversion.
3377 2000-12-29 Alexandre Oliva <aoliva@redhat.com>
3378 * config/sh/sh.c (print_operand_address): Convert INTVAL to int
3379 before passing it to fprintf.
3380 2000-12-28 Alexandre Oliva <aoliva@redhat.com>
3381 * config/sh/crt1.asm (start): Reset SR.FD, to enable the FP unit.
3382 Call set_fpscr before reading/writing SR.
3383 * config/sh/crt1.asm (start): Set SR.SZ and SR.PR, but not SR.FR.
3384 Call set_fpscr.
3385 * config/sh/lib1funcs.asm: Add `.align 2' directives before
3386 SHmedia code.
3387 (FMOVD_WORKS): Define on SH5 with FPU.
3388 (set_fpscr): Define on SH5. Remove separate _fpscr_values
3389 setting.
3390 * config/sh/t-sh64 (LIB1ASMFUNCS): Add _set_fpscr instead of
3391 _fpscr_values.
3392 2000-12-28 Hans-Peter Nilsson <hpn@cygnus.com>
3393 * config/sh/lib1funcs.asm (ct_main_table): Align contents to even
3394 address.
3395 (ia_main_table): Ditto.
3396 2000-12-27 Alexandre Oliva <aoliva@redhat.com>
3397 * config/sh/sh.h (MAX_WCHAR_TYPE_SIZE): Don't define.
3398 * config/sh/sh64.h (WCHAR_TYPE, WCHAR_TYPE_SIZE): Reinstate
3399 the definitions from sh.h.
3400 * config/sh/sh.h (PTRDIFF_TYPE): Define as conditional on
3401 TARGET_SH5.
3402 (SUBTARGET_CPP_SPEC): Arrange for __PTRDIFF_TYPE__ to be defined.
3403 * config/sh/elf.h (PTRDIFF_TYPE): Likewise.
3404 * config/sh/sh64.h (SUBTARGET_CPP_SPEC): Likewise.
3405 2000-12-26 Alexandre Oliva <aoliva@redhat.com>
3406 * config/sh/sh.md (movdi_media split): Don't add REG_LABEL notes.
3407 Increment LABEL_NUSES.
d9b3eb63 3408
fa5322fa
AO
3409 * config/sh/sh.h (SIZE_TYPE): Define as conditional on
3410 TARGET_SH5.
3411 (SUBTARGET_CPP_SPEC): Arrange for __SIZE_TYPE__ to be always
3412 defined.
3413 * config/sh/elf.h (SIZE_TYPE): Likewise.
3414 * config/sh/sh64.h (SUBTARGET_CPP_SPEC): Likewise.
3415 * config/sh/lib1funcs.asm (shcompact_call_trampoline,
3416 shcompact_incoming_args): Load switch table addresses using
3417 datalabel.
3418 * config/sh/sh.h (SUBTARGET_CPP_SPEC): Define __SIZE_TYPE__.
3419 (NO_BUILTIN_SIZE_TYPE): Define.
3420 (SIZE_TYPE): Don't define.
3421 * config/sh/sh64.h (SUBTARGET_CPP_SPEC): Define __SIZE_TYPE__.
3422 * config/sh/sh.h (CPP_SPEC): Fixed typo that prevented the
3423 definition of __SH5__=32 for -m5-compact-nofpu.
3424 * config/sh/sh.c (barrier_align): Ensure 32-bit alignment after
3425 ADDR_DIFF_VEC.
3426 2000-12-24 Alexandre Oliva <aoliva@redhat.com>
3427 * config/sh/sh.h (FUNCTION_ARG_PADDING): Removed.
3428 2000-12-23 Alexandre Oliva <aoliva@redhat.com>
3429 * config/sh/sh.h (TARGET_CACHE32): Enable on SH5.
3430 (FUNCTION_BOUNDARY): Ensure 32-bit alignment for SHmedia.
3431 (INSN_LENGTH_ALIGNMENT): Likewise.
3432 2000-12-22 Alexandre Oliva <aoliva@redhat.com>
3433 * config/sh/sh.md (call, call_value, sibcall): Simplify
3434 copying of non-branch-target register.
3435 2000-12-22 Alexandre Oliva <aoliva@redhat.com>
1e4e95d6 3436 * glimits.h (__LONG_MAX__): Revert 2000-12-13's patch.
fa5322fa
AO
3437 * config/sh/sh.h (CPP_SPEC): Define it here for 64-bit SHmedia.
3438 2000-12-22 Alexandre Oliva <aoliva@redhat.com>
3439 * config/sh/sh.h (GET_SH_ARG_CLASS): Handle complex
3440 floating-point values as structs.
3441 (FUNCTION_ARG): Use SH5_PROTOTYPED_FLOAT_ARG.
3442 (SH5_PROTOTYPELESS_FLOAT_ARG): List FP registers before
3443 general-purpose register.
3444 (SH5_PROTOTYPED_FLOAT_ARG): New macro.
3445 2000-12-20 Alexandre Oliva <aoliva@redhat.com>
3446 * config/sh/sh.md (addsi3): Force operand1 to reg for SHmedia.
3447 * config/sh/sh.md (movsi_media): Split CONST_DOUBLE loads too.
3448 * config/sh/sh.h (DATALABEL_REF_P): Don't require the CONST.
3449 (ENCODE_SECTION_INFO): Enclose variables and constants in
3450 DATALABEL unspecs.
3451 (SH_DATALABEL_ENCODING, DATALABEL_SYMNAME_P): Define.
3452 (STRIP_NAME_ENCODING): Strip SH_DATALABEL_ENCODING off.
3453 (ASM_OUTPUT_LABELREF, AMS_OUTPUT_SYMBOL_REF): Define.
3454 * config/sh/sh.c (gen_datalabel_ref): Use UNSPEC_DATALABEL
3455 only for LABEL_REFs. For SYMBOL_REFs, prepend
3456 SH_DATALABEL_ENCODING to the symbol name.
3457 * config/sh/sh.md (indirect_jump): Use SUBREG instead of
3458 convert_mode().
3459 2000-12-20 Alexandre Oliva <aoliva@redhat.com>
3460 * config/sh/sh.md (casesi): Enclose ADDR_DIFF_VEC address in
3461 UNSPEC_DATALABEL.
3462 * config/sh/sh.c (gen_datalabel_ref): Accept LABEL_REFs.
3463 * config/sh/sh.h (DATALABEL_REF_NO_CONST_P): Likewise.
3464 (DATALABEL_REF_P): Don't require CONST.
3465 (ASM_OUTPUT_ADDR_DIFF_ELT): On SH5, output datalabel before
3466 REL label.
3467 2000-12-19 Alexandre Oliva <aoliva@redhat.com>
3468 * config/sh/sh.md (extendhidi2, extendqidi2): Use arithmetic shift
3469 right.
3470 2000-12-18 Alexandre Oliva <aoliva@redhat.com>
3471 * config/sh/sh.md (movsi_media, call, call_value, sibcall):
3472 Use shallow_copy_rtx and PUT_MODE to change the mode of
3473 SYMBOL_REFs, LABEL_REFs, CONSTs, etc.
3474 * config/sh/sh.h (PREFERRED_RELOAD_CLASS): Reload SYMBOL_REFs
3475 on SHmedia using GENERAL_REGs.
3476 * config/sh/sh.md (ble_media_i, blt_media_i, bleu_media_i,
3477 bltu_media_i): Fix reversion of conditions.
3478 2000-12-18 Alexandre Oliva <aoliva@redhat.com>
3479 * config/sh/sh.md (zero_extendhidi2): Use logical shift right.
3480 * config/sh/sh.c (output_far_jump): Save r13 in macl.
3481 2000-12-17 Alexandre Oliva <aoliva@redhat.com>
3482 * config/sh/sh.c (gen_datalabel_ref): Fix mode of the UNSPEC.
3483 2000-12-16 Alexandre Oliva <aoliva@redhat.com>
3484 * config/sh/lib1funcs.asm (ic_invalidate): Define for SH5.
3485 (GCC_nested_trampoline): Likewise.
3486 * config/sh/sh-protos.h (gen_datalabel_ref): Declare.
3487 * config/sh/sh.c (gen_datalabel_ref): Define.
3488 * config/sh/sh.h (TRAMPOLINE_SIZE): Adjust for SH5.
3489 (INITIALIZE_TRAMPOLINE): Likewise.
3490 (TRAMPOLINE_ADJUST_ADDRESS): Define.
3491 (DATALABEL_REF_NO_CONST_P, DATALABEL_REF_P): Define.
3492 (EXTRA_CONSTRAINT_T): Match DATALABEL unspecs.
3493 (OUTPUT_ADDR_CONST_EXTRA): Handle DATALABEL unspecs.
3494 * config/sh/sh.md (UNSPEC_DATALABEL): New constant.
3495 (ic_invalidate): Adjust for SH5.
3496 (ic_invalidate_line_media, ic_invalidate_line_compact): New insns.
3497 * config/sh/t-sh64 (LIB1ASMFUNCS): Added _ic_invalidate and
3498 _nested_trampoline.
3499 2000-12-15 Alexandre Oliva <aoliva@redhat.com>
3500 * config/sh/sh.h (MOVE_MAX): Set to 8 for SHmedia, 4 elsewhere.
3501 (MOVE_MAX_PIECES): Set to 8 on SHmedia too.
3502 2000-12-14 Alexandre Oliva <aoliva@redhat.com>
3503 * config/sh/sh.h (DBX_REGISTER_NUMBER): Adjust for sh64-elf-gdb.
3504 * config/sh/elf.h (DBX_REGISTER_NUMBER): Likewise.
3505 2000-12-14 Alexandre Oliva <aoliva@redhat.com>
3506 * config/sh/sh.c (target_reg_operand): Match only target-branch
3507 registers and pseudos that aren't virtual registers.
3508 * config/sh/sh.md (call, call_value, sibcall) [TARGET_SHMEDIA]:
3509 Copy operands that don't match target_reg_operand to pseudos.
3510 (call_media, call_value_media, sibcall_media): Use
3511 target_reg_operand instead of target_operand.
3512 2000-12-13 Alexandre Oliva <aoliva@redhat.com>
d9b3eb63 3513 * glimits.h (__LONG_MAX__) [SH5 == 64]: Adjust for 64 bits.
fa5322fa
AO
3514 * config/sh/sh.c (target_reg_operand): Match hardware registers
3515 other than branch-target registers.
3516 * config/sh/sh.md (zero_extendqidi2): Input operand is %1.
3517 * config/sh/lib1funcs.asm (sdivsi3) [SH5]: Make it global.
3518 (fpscr_values) [SH5 == 32]: Define.
3519 * config/sh/t-sh64 (LIB1ASMFUNCS): Add fpscr_values.
3520 * config/sh/sh.md (call, call_value, sibcall) [TARGET_SHMEDIA]:
3521 Handle function addresses coming in SUBREGs.
3522 2000-12-12 Alexandre Oliva <aoliva@redhat.com>
3523 * config/sh/lib1funcs.asm (shcompact_call_trampoline,
3524 shcompact_return_trampoline): Use datalabel where appropriate.
3525 2000-12-09 Alexandre Oliva <aoliva@redhat.com>
3526 * config/sh/sh.h (SECONDARY_OUTPUT_RELOAD_CLASS): Use a
3527 general-purpose register to copy one branch-target register to
3528 another.
3529 2000-12-06 Alexandre Oliva <aoliva@redhat.com>
3530 * config/sh/sh.c (target_operand): Accept LABEL_REFs and
3531 SYMBOL_REFs with VOIDmode.
3532 * config/sh/sh.md (ble_media_i, blt_media_i, bleu_media_i,
3533 bltu_media_i): New insns.
3534 2000-12-06 Alexandre Oliva <aoliva@redhat.com>
3535 * config/sh/sh.h (RETURN_IN_MEMORY): Adjust for SH5 ABI.
3536 (INIT_CUMULATIVE_ARGS): Likewise.
3537 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
3538 * machmode.def (V16SFmode): New mode.
3539 * c-common.c (type_for_mode): Support V2SF and V16SF.
3540 * tree.c (build_common_tree_nodes_2): Likewise.
3541 * tree.h (tree_index): Likewise.
3542 * calls.c (emit_call_1): Take args_so_far. Adjust all
3543 callers. Introduce CALL_POPS_ARGS.
3544 * tm.texi (CALL_POPS_ARGS): Document.
3545 * config/sh/crt1.asm: Implement in SHmedia mode.
3546 * config/sh/crti.asm, config/sh/crtn.asm: Likewise
3547 * config/sh/elf.h (ASM_SPEC, LINK_SPEC): Support SH5 flags.
3548 (DBX_REGISTER_NUMBER): Renumber registers for SH5.
3549 * config/sh/lib1funcs.asm: Disable functions unused in SH5.
3550 Implement divsi and udivsi in SHmedia mode. Introduce
3551 SHcompact trampolines.
3552 * config/sh/sh.c (GEN_MOV, GEN_ADD3, GEN_SUB3): Use DImode
3553 only in SHmedia64.
3554 (regno_reg_class): Rewrite.
3555 (fp_reg_names): Remove.
3556 (sh_register_names, sh_additional_register_names): New.
3557 (print_operand): Added `u'. Support SUBREGs in addresses.
3558 Add parentheses around shifted CONSTs.
3559 (output_file_start): Output .mode and .abi directives.
3560 (shiftcosts, addsubcosts, multcosts): Adjust.
3561 (output_stack_adjust): Compute alignment. Sanity-check SIZE.
3562 (push_regs): Take array of HOST_WIDE_INTs. Adjust callers.
3563 (calc_live_regs): Output to array of HOST_WIDE_INTs. Count
3564 bytes, not registers. Take into account the need for the
3565 SHcompact incoming args trampoline. Adjust all callers.
3566 (sh_expand_prologue): Take stack_regs into account. Call
3567 incoming args trampoline. Keep stack aligned as per SH5 ABI.
3568 (sh_expand_epilogue): Take stack_regs into accoutn. Keep
3569 stack aligned as per SH5 ABI.
3570 (sh_builtin_saveregs): Support SH5 ABI.
3571 (sh_build_va_list, sh_va_start): Likewise.
3572 (initial_elimination_offset): Take alignment into account.
3573 Compute location of PR according to the SH5 stack frame.
3574 (arith_reg_operand): Reject branch-target registers.
3575 (shmedia_6bit_operand): New.
3576 (logical_operand): Use CONST_OK_FOR_P on SHmedia.
3577 (target_reg_operand): Match DImode only. Accept SUBREGs.
3578 (target_operand): New.
3579 * config/sh/sh.h (CPP_SPEC, SUBTARGET_CPP_SPEC): Support SH5 flags.
3580 (CONDITIONAL_REGISTER_USAGE): Implement SH5 ABI. Initialize
3581 SIBCALL_REGS for SHmedia.
3582 (TARGET_SH3E, TARGET_SH4): Only if SH1_BIT is set too.
3583 (TARGET_FPU_DOUBLE, TARGET_FPU_ANY): New.
3584 (TARGET_SHMEDIA32, TARGET_SHMEDIA64): New.
3585 (TARGET_SWITCHES): New SH5 flags.
3586 (OVERRIDE_OPTIONS): Set SH5-specific options. Use
3587 VALID_REGISTER_P to disable unsupported registers.
3588 (LONG_TYPE_SIZE, LONG_LONG_TYPE_SIZE): Set.
3589 (POINTER_SIZE, PARM_BOUNDARY): Adjust.
3590 (FUNCTION_ARG_PADDING): Define.
3591 (FASTEST_ALIGNMENT): Adjust.
3592 (SH_REGISTER_NAMES_INITIALIZER): New.
3593 (sh_register_names): Declare.
3594 (DEBUG_REGISTER_NAMES): Define.
3595 (REGISTER_NAMES): Define based on sh_register_names.
3596 (SH_ADDITIONAL_REGISTER_NAMES_INITIALIZER): New.
3597 (sh_additional_register_names): Declare.
3598 (LAST_GENERAL_REG, LAST_FP_REG, LAST_XD_REG): Adjust for SHmedia.
3599 (FIRST_TARGET_REG, LAST_TARGET_REG): Define.
3600 (TARGET_REGISTER_P, SHMEDIA_REGISTER_P, VALID_REGISTER_P): Define.
3601 (REGISTER_NATURAL_MODE): Define.
3602 (FIRST_PSEUDO_REGISTER): Adjust.
3603 (FIXED_REGISTERS, CALL_USED_REGISTERS): Adjust.
3604 (HARD_REGNO_CALL_PART_CLOBBERED): Define.
3605 (HARD_REGNO_NREGS, HARD_REGNO_MODE_OK): Adjust.
3606 (VECTOR_MODE_SUPPORTED_P): Define.
3607 (REG_CLASS_CONTENTS): Adjust.
3608 (SMALL_REGISTER_CLASSES): Adjust.
3609 (REG_ALLOC_ORDER): Adjust.
3610 (INDEX_REG_CLASS): Adjust.
3611 (CONST_OK_FOR_O, CONST_OK_FOR_P): New.
3612 (CONST_OK_FOR_LETTER_P): Adjust.
3613 (PREFERRED_RELOAD_CLASS): Adjust.
3614 (SECONDARY_OUTPUT_RELOAD_CLASS): Adjust.
3615 (SECONDARY_INPUT_RELOAD_CLASS): Adjust.
3616 (NPARM_REGS, FIRST_PARM_REG, FIRST_RET_REG): Adjust.
3617 (FIRST_FP_PARM_REG): Adjust.
3618 (CALL_POPS_ARGS): Define.
3619 (FUNCTION_ARG_REGNO_P): Adjust.
3620 (struct sh_args): New fields.
3621 (GET_SH_ARG_CLASS): Adjust.
3622 (INIT_CUMULATIVE_ARGS): Adjust.
3623 (INIT_CUMULATIVE_INCOMING_ARGS): Define.
3624 (FUNCTION_ARG_ADVANCE): Adjust.
3625 (FUNCTION_ARG): Adjust.
3626 (FUNCTION_ARG_PASS_BY_REFERENCE, SHCOMPACT_BYREF): Define.
3627 (FUNCTION_ARG_CALLEE_COPIES): Define.
3628 (SH5_PROTOTYPELESS_FLOAT_ARG): Define.
3629 (STRICT_ARGUMENT_NAMING): Define.
3630 (PRETEND_OUTGOING_VARARGS_NAMED): Adjust.
3631 (FUNCTION_ARG_PARTIAL_NREGS): Adjust.
3632 (SH5_WOULD_BE_PARTIAL_NREGS): Define.
3633 (SETUP_INCOMING_VARARGS): Adjust.
3634 (HAVE_POST_INCREMENT, HAVE_PRE_DECREMENT): Adjust.
3635 (USE_LOAD_POST_INCREMENT, USE_STORE_PRE_DECREMENT): Adjust.
3636 (REGNO_OK_FOR_INDEX_P, REG_OK_FOR_INDEX_P): Adjust.
3637 (SUBREG_OK_FOR_INDEX_P): Adjust.
3638 (EXTRA_CONSTRAINT_S): Update.
3639 (EXTRA_CONSTRAINT_T): New.
3640 (EXTRA_CONSTRAINT): Adjust.
3641 (GO_IF_LEGITIMATE_INDEX): Adjust.
3642 (GO_IF_LEGITIMATE_ADDRESS): Adjust.
3643 (LEGITIMIZE_ADDRESS, LEGITIMIZE_RELOAD_ADDRESS): Adjust.
3644 (MOVE_MAX): Adjust.
3645 (MAX_MOVE_MAX): Define.
3646 (Pmode): Adjust.
3647 (CONST_COSTS): Adjust.
3648 (REGISTER_MOVE_COST): Adjust.
3649 (BRANCH_COST): Adjust.
3650 (TEXT_SECTION_ASM_OP): Adjust.
3651 (DBX_REGISTER_NUMBER): Adjust.
3652 (ASM_OUTPUT_DOUBLE_INT): New.
3653 (UNALIGNED_DOUBLE_INT_ASM_OP): New.
3654 (PREDICATE_CODES): Adjust.
3655 (PROMOTE_MODE): Adjust.
3656 (CRT_CALL_STATIC_FUNCTION): Do not define for SHmedia.
3657 * config/sh/sh.md (AP_REG, PR_REG, T_REG, GBR_REG): Renumber.
3658 (MACH_REG, MACL_REG, FPUL_REG, RAP_REG, FPSCR_REG): Renumber.
3659 (PR_MEDIA_REG, T_MEDIA_REG, R10_REG): New.
3660 (DR0_REG, DR2_REG, DR4_REG): Renumber.
3661 (TR0_REG, TR1_REG, TR2_REG): New.
3662 (XD0_REG): Renumber.
3663 (UNSPEC_COMPACT_ARGS): New.
3664 (type): Added pt and ptabs.
3665 (length): Default to 4 on SHmedia. Default pt length to 12
1e4e95d6 3666 and 20 on SHmedia32 and SHmedia64, respectively.
fa5322fa
AO
3667 (pt): New function unit.
3668 (movdi, movsi): Add types pt and ptabs. Don't increment LABEL_NUSES.
3669 Add whitespace between operands of SHmedia instructions.
3670 (movdicc): Fix.
3671 (adddi3_media, addsi3_media): Adjust constraints.
3672 (subsi3) [SHmedia]: Force operand 1 into a register.
3673 (udivsi3_i1_media, udivsi3_i4_media): New.
3674 (udivsi3): Support SHmedia.
3675 (divsi3_i1_media, divsi3_i4_media): New.
3676 (divsi3): Support SHmedia.
3677 (anddi3, iordi3, xordi3): Adjust constraints.
3678 (zero_extendhidi2, zero_extendqidi2): New.
3679 (extendsidi2, extendhidi2, extendqidi2): New.
3680 (push, pop, push_e, push_fpul, push_4): Disable on SH5.
3681 (pop_e, pop_fpul, pop_4): Likewise.
3682 (movsi_media): Support FP and BT registers.
3683 (movsi_media_nofpu): New. Adjust splits to DImode.
3684 (lduw, ldub): Renamed to zero_extend* above.
3685 (movqi_media): Fix typo.
3686 (movdi_media): Support FP and BT registers.
3687 (movdi_media_nofpu): New. Adjust splits for SHmedia32.
3688 (movdi_const_32bit): New.
3689 (shori_media): Require immediate operand. Use `u' for output.
3690 (movdf_media, movsf_media): Simplified.
3691 (movdf_media_nofpu, movsf_media_nofpu): New.
3692 (movdf, movsf): Adjust
3693 (movv2sf, movv2sf, movv16sf): New.
3694 (beq_media, beq_media_i): Adjust constraints. Don't use
3695 scratch BT register.
3696 (bne_media, bne_media_i): Likewise.
3697 (bgt_media, bgt_media_i): Likewise.
3698 (bge_media, bge_media_i): Likewise.
3699 (bgtu_media, bgtu_media_i): Likewise.
3700 (bgeu_media, bgeu_media_i): Likewise.
3701 (beq, bne, bgt, blt, ble, bge, bgtu, bltu, bgeu, bleu,
3702 bunordered): Emit jump insn. Force operands to registers when
3703 needed.
3704 (jump_media, jump): Simplify.
3705 (call_compact, call_compact_rettramp): New.
3706 (call_value_compact, call_value_compact_rettramp): New.
3707 (call_media, call_value_media): Simplify.
3708 (sibcall_compact, sibcall_media): New.
3709 (call, call_value): Adjust for SHmedia and SHcompact.
3710 (sibcall, sibcall_value, untyped_call): Likewise.
3711 (sibcall_epilogue): Preserve r0 across epilogue for SHcompact.
3712 (indirect_jump): Adjust for SHmedia.
3713 (casesi_jump_media): New.
3714 (nop): Re-enable for SHmedia.
3715 (call_site): Restrict to SH1.
3716 (casesi): Adjust for SHmedia.
3717 (casesi_shift_media, casesi_load_media): New.
3718 (return): Explicitly use PR register. Call return trampoline
3719 on SHcompact.
3720 (return_i): Explicitly use PR register.
3721 (shcompact_return_tramp, shcompact_return_tramp_i): New.
3722 (return_media): Adjust.
3723 (shcompact_incoming_args): New.
3724 (epilogue): Adjust.
3725 (seq, slt, sle, sgt, sge, sgtu, sltu, sleu, sgeu, sne): Adjust.
3726 (movstrsi): Disable on SH5.
3727 (fpu_switch0, fpu_switch1, movpsi): Enable on SH4.
3728 (addsf3, addsf3_media): Test TARGET_SHMEDIA_FPU.
3729 (subsf3, subsf3_media): Likewise.
3730 (mulsf3, mulsf3_media, mac_media): Likewise.
3731 (divsf3, divsf3_media): Likewise.
3732 (floatdisf2, floatsisf2_media): Likewise. Adjust constraints.
3733 (floatsisf2, fux_truncsfsi2): Likewise.
3734 (fix_truncsfdi2, fix_truncsfsi2_media): Likewise. Adjust
3735 constraints.
3736 (cmpeqsf_media, cmpgtsf_media, cmpgesf_media): Likewise.
3737 (cmpunsf_media, cmpsf): Likewise.
3738 (negsf2, negsf2_media, sqrtsf2, sqrtsf2_media): Likewise.
3739 (abssf2, abssf2_media): Likewise.
3740 (adddf3, adddf3_media, subdf3, subdf3_media): Likewise.
3741 (muldf3, muldf3_media, divdf3, divdf3_media): Likewise.
3742 (floatdidf2, floatsidf2_media): Likewise. Adjust constraints.
3743 (floatsidf2, fix_truncdfsi2): Likewise.
3744 (fix_truncdfdi2, fix_truncdfsi2_media): Likewise. Adjust
3745 constraints.
3746 (cmpeqdf_media, cmpgtdf_media): Likewise.
3747 (cmpgedf_media, cmpundf_media, cmpdf): Likewise.
3748 (negdf2, negdf2_media, sqrtdf2, sqrtdf2_media): Likewise.
3749 (absdf2, absdf2_media): Likewise.
3750 (extendsfdf2, extendsfdf2_media): Likewise.
3751 (truncsfdf2, truncsfdf2_media): Likewise.
3752 * config/sh/sh64.h: New file.
3753 * config/sh/t-sh64: New file.
3754 * config/sh/shmedia.h: New file.
3755 * config/sh/ushmedia.h: New file.
3756 * config/sh/sshmedia.h: New file.
3757 * configure.in: Added sh64-*-elf.
3758 * configure: Rebuilt.
3759 2000-10-10 Alexandre Oliva <aoliva@redhat.com>
3760 * config/sh/sh.c (GEN_MOV, GEN_ADD3, GEN_SUB3): New macros.
3761 (reg_class_from_letter): Use `b' for TARGET_REGS.
3762 (print_operand): Support `%M', `%m', `AND' and
3763 `ASHIFTRT'. Do not precede constants with `#' on SHmedia.
3764 (andcosts): Adjust for SHmedia.
3765 (output_stack_adjust, sh_expand_prologue, sh_expand_epilogue):
3766 Likewise.
3767 (target_reg_operand): New function.
3768 * config/sh/sh-protos.h (target_reg_operand): Declare.
3769 * config/sh/sh.h (CONDITIONAL_REGISTER_USAGE): Don't disable
3770 FP registers on SH5.
3771 (HARD_REGNO_MODE_OK): Accept them whenever they're acceptable
3772 on SH4.
3773 (TARGET_REGISTER_P): New macro.
3774 (reg_class, REG_CLASS_NAMES, REG_CLASS_CONTENTS): Added TARGET_REGS.
3775 (FUNCTION_VALUE): Use DImode for promoted types on SHmedia.
3776 (EXTRA_CONSTRAINT_S): New macro.
3777 (EXTRA_CONSTRAINT): Adjust.
3778 (FLOAT_TYPE_SIZE): Define to 32.
3779 (Pmode): DImode on SHmedia.
3780 (CONST_COSTS): Adjust for SHmedia literals.
3781 (PREDICATE_CODES): Added target_reg_operand.
3782 (PROMOTE_MODE): Promote signed types to DImode on SHmedia.
3783 * config/sh/sh.md: Remove all attrs from SHmedia insns.
3784 (cmpeqdi_media, cmpgtdi_media, cmpgtudi_media): New insns.
3785 (cmpdi): Accept SHmedia.
3786 (movdicc_false, movdicc_true): New insns.
3787 (movdicc): New expand.
3788 (adddi3): Accept arith_operand for op2, but FAIL on SH1 if
3789 no_new_pseudos.
3790 (addsi3_media): Match `S' constraint.
3791 (anddi3, andcdi3, iordi3, xordi3, negdi_media): New insns.
3792 (negdi2): Expand for SHmedia.
3793 (one_cmpldi2): New expand.
3794 (zero_extendsidi2): Change from expand to insn.
3795 (extendsidi2): Add constraints.
3796 (movdi_media, movsi_media): Change `%x' to `%M'. Use `%m' for
3797 LD/ST address. Fix SI immediate loading split.
3798 (movhi_media, movqi_media, lduw, ldub): New insns.
3799 (movhi, movqi): Accept SHmedia.
3800 (shori_media, movdi_media): Relax input constraints. Split
3801 symbolic constants.
3802 (movdf_media, movsf_media): New insn. New split to movdi.
3803 (movdf, movsf): Match on SHmedia.
3804 (beq_media, bne_media, bgt_media, bge_media, bgtu_media,
3805 bgeu_media): New insns and splits. New insns with `_i' suffix.
3806 (beq, bne, bgt, blt, ble, bge, bgtu, bltu, bgeu, bleu): Adjust.
3807 (bunordered): New expand.
3808 (jump_compact): Renamed from `jump'.
3809 (jump_media): New insn.
3810 (jump): New expand.
3811 (call_media, call_value_media): New insns.
3812 (call, call_value): Adjust.
3813 (indirect_jump_compact): Renamed from `indirect_jump'.
3814 (indirect_jump_media): New insn.
3815 (indirect_jump): New expand.
3816 (untyped_call, return): Accept SHmedia.
3817 (return_media): New insn.
3818 (prologue, epilogue, blockage): Accept SHmedia.
3819 (seq, slt, sle, sgt, sge, sgtu, sltu, sleu, sgeu, sne): Adjust.
3820 (sunordered): New expand.
3821 (addsf3, subsf3, mulsf3, divsf3, floatsisf2, fix_truncsfsi2,
3822 cmpsf, negsf2, sqrtsf2, abssf2): Adjust for SHmedia.
3823 (addsf3_media, subsf3_media, mulsf3_media, mac_media,
3824 divsf3_media, floatdisf2, floatsisf2_media, fix_truncsfdi2,
3825 fix_truncsfsi2_media, cmpeqsf_media, cmpgtsf_media,
3826 cmpgesf_media, cmpunsf_media, negsf2_media, sqrtsf2_media,
3827 abssf2_media): New insns.
3828 (adddf3, subdf3, muldf3, divdf3, floatsidf2, fix_truncdfsi2,
3829 cmpdf, negdf2, sqrtdf2, absdf2): Adjust for SHmedia.
3830 (adddf3_media, subdf3_media, muldf3_media, divdf3_media,
3831 floatdidf2, floatsidf2_media, fix_truncdfdi2,
3832 fix_truncdfsi2_media, cmpeqdf_media, cmpgtdf_media,
3833 cmpgedf_media, cmpundf_media, negdf2_media, sqrtdf2_media,
3834 absdf2_media): New insns.
3835 (extendsfdf2, truncdfsf2): Adjust for SHmedia.
3836 (extendsfdf2_media, truncdfsf2_media): New insns.
3837 2000-09-14 Alexandre Oliva <aoliva@redhat.com>
3838 * config/sh/sh.c (machine_dependent_reorg): On shmedia, skip for now.
3839 * config/sh/sh.h (CONST_OK_FOR_J): Document.
3840 (LEGITIMATE_CONSTANT_P): Accept CONST_DOUBLEs on shmedia.
3841 * config/sh/sh.md (adddi3): New expand.
3842 (adddi3_media, adddi3z_media): New insns.
3843 (adddi3_compact): Renamed from adddi3.
3844 (addsi3_media): Use add.l r63 to add constant zero.
3845 (subdi3): New expand.
3846 (subdi3_media): New insn.
3847 (subdi3_compact): Renamed from subdi3.
3848 (mulsidi3): New expand.
3849 (mulsidi3_media): New insn.
3850 (mulsidi3_compact): Renamed from mulsidi3.
3851 (umulsidi3): New expand.
3852 (umulsidi3_media): New insn.
3853 (umulsidi3_compact): Renamed from umulsidi3.
3854 (ashlsi3_media, ashrsi3_media, lshrsi3_media): New insns.
3855 (ashlsi3, ashrsi3, lshrsi3): Use them.
3856 (ashldi3_media, ashrdi3_media, lshrdi3_media): New insns.
3857 (ashldi3, ashrdi3, lshrdi3): Use them.
3858 (zero_extendsidi2): New expand.
3859 (extendsidi2): New insn.
3860 (movsi_media): New insn. Split to movdi to load constants.
3861 (movsi): Enable for shmedia.
3862 (movdi_media): New insn. Use shori_media to load wide constants.
3863 (short_media): New insn.
3864 (movdi): Enable for shmedia.
3865 2000-09-08 Alexandre Oliva <aoliva@redhat.com>
3866 * config/sh/sh.h (CPP_SPEC): Added `m5'.
3867 (SUBTARGET_CPP_SPEC): Added `!m5'.
3868 (SH5_BIT, TARGET_SH5, TARGET_SHMEDIA, TARGET_SHCOMPACT): New macros.
3869 (TARGET_SWITCHES): Added `5' and `5-compact'. Added SH1_BIT
3870 to all other SH variants.
3871 (TARGET_DEFAULT): Set to SH1_BIT.
3872 (OVERRIDE_OPTIONS): Recognize sh5 CPU.
3873 (BITS_PER_WORD): Raise to 64 on shmedia.
3874 (MAX_BITS_PER_WORD): Change to 64.
3875 (MAX_LONG_TYPE_SIZE, MAX_WCHAR_TYPE_SIZE): Set to MAX_BITS_PER_WORD.
3876 (INT_TYPE_SIZE): Keep as 32.
3877 (UNITS_PER_WORD): Raise to 8 on shmedia.
3878 (MIN_UNITS_PER_WORD): Keep as 4.
3879 (POINTER_SIZE): Raise to 64 on shmedia.
3880 (CONST_OK_FOR_J): New macro.
3881 (CONST_OK_FOR_LETTER_P): Use it.
3882 (processor_type): Add PROCESSOR_SH5.
3883 * config/sh/sh.md: Conditionalize all expands, insns and
3884 splits to TARGET_SH1.
3885 (cpu): Added sh5.
3886 (addsi3_compact): Renamed from...
3887 (addsi3): Now an expand.
3888 (addsi3_media, subsi3_media): New insns.
3889 (subsi3): Don't negate constants with SHmedia.
3890
e4ec2cac
AO
3891 * hooks.c: New file.
3892 * hooks.h: New file.
3893 * Makefile.in (HOOKS_H): New.
3894 (TARGET_DEF_H): Added $(HOOKS_H).
3895 (OBJS): Added hooks.o.
3896 (cfgcleanup.o, bb-reorder.o): Added target.h.
3897 (hooks.o): Added dependencies.
3898 * target-def.h (TARGET_CANNOT_MODIFY_JUMPS_P): New, added to...
3899 (TARGET_INITIALIZER): this.
3900 * doc/tm.texi (TARGET_CANNOT_MODIFY_JUMPS_P): Document.
3901 * target.h (struct gcc_target): Added cannot_modify_jumps_p.
3902 * bb-reorder.c: Include target.h.
3903 (reorder_basic_blocks): Skip if cannot modify jumps.
3904 * cfgcleanup.c: Include target.h.
3905 (try_optimize_cfg): Skip merge blocking if cannot modify jumps.
3906
246a46e0
CD
39072002-02-08 Chris Demetriou <cgd@broadcom.com>
3908
831c4e87
KC
3909 * config/mips/mips.md (casesi_internal, casesi_internal_di):
3910 Protect jump delay slot instructions with .set noreorder and
3911 .set nomacro.
246a46e0
CD
3912
39132002-02-08 Chris Demetriou <cgd@broadcom.com>
6a5ea3f4
CD
3914
3915 * config/mips/mips.md (casesi_internal_di): Calculate
3916 the index into the target offset table correctly.
3917
fdf473ae
RH
39182002-02-08 Richard Henderson <rth@redhat.com>
3919
3920 * expr.c (expand_expr): Mind EXPAND_INITIALIZER for truncation also.
3921 * final.c (output_addr_const): Accept and discard SUBREG.
3922 * varasm.c (decode_addr_const): Don't abort on unknown expressions --
3923 mark them unknown instead.
3924 (simplify_subtraction): Handle RTX_UNKNOWN.
3925 (initializer_constant_valid_p): Strip NOP_EXPRs that narrow the mode.
3926
c50503ac
DE
39272002-02-08 David Edelsohn <edelsohn@gnu.org>
3928
3929 * doc/invoke.texi (RS/6000 and PowerPC Options): Fix typo.
3930
3660d217
RH
39312002-02-08 Richard Henderson <rth@redhat.com>
3932
3933 * config/alpha/elf.h (ASM_OUTPUT_ALIGNED_BSS): New.
3934
56547299
AJ
39352002-02-08 Andreas Jaeger <aj@suse.de>
3936
3937 * config.gcc (x86_64-*-linux): Add t-linux64 makefile fragment.
3938 * config/i386/t-linux64: New file.
3939
1cf537c5
JJ
39402002-02-08 Jakub Jelinek <jakub@redhat.com>
3941
3942 * c-common.c (c_expand_expr): Revert 2002-02-06 patch.
3943 * c-parse.in (compstmt): Clear last_expr_type.
3944
5c7f5a5f
RH
39452002-02-07 Richard Henderson <rth@redhat.com>
3946
3947 * loop.c (strength_reduce): Sink final_value when not
3948 eliminating a biv.
3949
b1138bf3
DB
39502002-02-07 David O'Brien <obrien@FreeBSD.org>
3951
3952 * config/sparc/freebsd.h: Fix mismatched spec {.
3953
b6878a45
RH
39542002-02-07 Richard Henderson <rth@redhat.com>
3955
3956 * cfgrtl.c: Include recog.h and insn-config.h.
3957 (keep_with_call_p): Fix general_operand invocation.
3958 * Makefile.in (cfgrtl.o): Update dependencies.
3959
ae19f5ef
KH
39602002-02-07 Kazu Hirata <kazu@hxi.com>
3961
3962 * config/h8300/h8300.c (two_insn_adds_subs_operand): Revise a
3963 comment. Accept HImode only if TARGET_H8300.
3964
b137f9fc
EC
39652002-02-07 Eric Christopher <echristo@redhat.com>
3966
3967 * config/mips/crtn.asm: Cleanup #ifdefs.
3968
39692002-02-07 Eric Christopher <echristo@redhat.com>
3970
3971 * config/mips/crti.asm: Add changes for mips16. mips16 uses
3972 register 7 as RA instead of $31.
3973 * config/mips/crtn.asm: Ditto.
3974 * config/mips/mips.c (mips_move_2words): Add case for
3975 TARGET_MIPS16 when HOST_BITS_PER_WIDE_INT >= 64.
3976 (compute_frame_size): Fix typo.
3977 (save_restore_insns): Ditto. Make documentation about using
3978 register $7 as return register more precise.
3979 (mips_expand_epilogue): Fix comment. Add code to work around not
3980 being able to add to the stack pointer directly.
3981 * config/mips/mips.h (EH_RETURN_DATA_REGNO): Change register number
3982 to 2 for TARGET_MIPS16 as we need 6 and 7 as clobbers in the
3983 epilogue.
3984
768070a0
TR
39852002-02-07 Tom Rix <trix@redhat.com>
3986
b137f9fc 3987 * config/rs6000/rs6000.c (reg_or_aligned_short_operand): New. For
768070a0
TR
3988 immediates in ldu and stdu DS opcode field.
3989 * config/rs6000/rs6000.md (movdi_update, movdi_update1): Use.
3990 * config/rs6000/rs6000-protos.h: Add reg_or_aligned_short_operand.
3991 * config/rs6000/rs6000.h (PREDICATE_CODES): Same.
3992
225909c3
JS
39932002-02-07 Jeff Sturm <jsturm@one-point.com>
3994
3995 * config/sparc/sparc.c (compute_frame_size): Don't correct frame
3996 offset for stack bias.
3997
15fae023
L
39982002-02-07 H.J. Lu <hjl@gnu.org>
3999
4000 * config/mips/linux.h (SUBTARGET_ASM_DEBUGGING_SPEC): Defined.
4001
fde5badd
UW
40022002-02-07 Ulrich Weigand <uweigand@de.ibm.com>
4003
4004 * testsuite/gcc.dg/cpp/charconst-2.c: Add -fsigned-char option.
4005
162f023b
JH
4006Thu Feb 7 12:14:17 CET 2002 Jan Hubicka <jh@suse.cz>
4007
4008 * i386-protos.h (x86_order_regs_for_local_alloc): Declare
4009 * i386.c (x86_order_regs_for_local_alloc): New global function.
4010 * i386.h (REG_ALLOC_ORDER): CLeanup.
4011 (ORDER_REGS_FOR_LOCAL_ALLOC): New.
4012
9b462c42
RH
40132002-02-07 Richard Henderson <rth@redhat.com>
4014
85aa876c 4015 PR optimization/2463
9b462c42
RH
4016 * alias.c (find_base_value): Recall base values for fixed hard regs.
4017 * loop.c (loop_regs_update): Don't use single_set on non-insns.
4018
06e455a9
AO
40192002-02-07 Alexandre Oliva <aoliva@redhat.com>
4020
4021 * config/mips/mips.md (define_delay) [mips16]: Adjust required
4022 length.
4023
edd1967d
RH
40242002-02-06 Richard Henderson <rth@redhat.com>
4025
4026 PR c/5609
4027 * stmt.c (resolve_operand_name_1): Take more care with mixed
4028 named and unnamed operands.
4029
a2cd028f
JJ
40302002-02-06 Janis Johnson <janis187@us.ibm.com>
4031 Jan Hubicka <jh@suse.cz>
4032
4033 * loop.c (remove_constant_addition): Avoid clobbering a shared
4034 CONST expression.
4035
e8487c04
UW
40362002-02-06 Ulrich Weigand <uweigand@de.ibm.com>
4037
4038 * config.gcc (s390x-*-linux*): Add t-linux64 makefile fragment.
4039 * config/s390/t-linux64: New file.
4040 * config/s390/libgcc-glibc.ver: New file.
4041
58d10f89
UW
40422002-02-06 Ulrich Weigand <uweigand@de.ibm.com>
4043
4044 * config/s390/linux64.h: Delete file.
4045 * config/s390/s390x.h: New file.
4046 * config.gcc (s390x-*-linux*): Use s390x.h instead of linux64.h
4047 as target header file.
4048 * config/s390/linux.h (TARGET_VERSION): Define depending on
4049 DEFAULT_TARGET_64BIT.
4050 (CPP_SPEC, ASM_SPEC, LINK_SPEC): Likewise.
4051 (SIZE_TYPE, PTRDIFF_TYPE): Likewise.
4052 (NO_BUILTIN_SIZE_TYPE, NO_BUILTIN_PTRDIFF_TYPE): Define.
4053 (CPP_ARCH31_SPEC, CPP_ARCH64_SPEC): New defines.
4054 (LINK_ARCH31_SPEC, LINK_ARCH64_SPEC): New defines.
4055 (EXTRA_SPEC): New define.
4056 * config/s390/s390.h (TARGET_VERSION): Define depending on
4057 DEFAULT_TARGET_64BIT.
4058 (MASK_RETURN_ADDR): Add run-time check for TARGET_64BIT.
4059
5ce89b2e
JM
40602002-02-06 Jason Merrill <jason@redhat.com>
4061
4062 * c-decl.c (finish_function): Warn about a non-void function with
4063 no return statement and no abnormal exit.
4064 (current_function_returns_abnormally): New variable.
4065 (start_function): Clear it.
4066 (struct c_language_function): Add returns_abnormally.
4067 (push_c_function_context): Save it.
4068 (pop_c_function_context): Restore it.
4069 (builtin_function): Set TREE_THIS_VOLATILE on return fns.
4070 (grokdeclarator): Set C_FUNCTION_IMPLICIT_INT on functions without
4071 an explicit return type.
4072 * c-tree.h: Declare current_function_returns_abnormally.
4073 (C_FUNCTION_IMPLICIT_INT): New macro.
4074 * c-typeck.c (build_function_call): Set it.
4075 (c_expand_return): Set current_function_returns_value even if the
4076 value is erroneous.
4077
caaf2272
JJ
40782002-02-06 Jakub Jelinek <jakub@redhat.com>
4079
4080 PR c/5420:
4081 * c-common.c (c_unsafe_for_reeval): Make COMPOUND_LITERAL_EXPR
4082 unsafe for reevaluation.
4083
d5129288
JJ
40842002-02-06 Jakub Jelinek <jakub@redhat.com>
4085
4086 PR c/5482:
4087 * c-common.c (c_expand_expr) [STMT_EXPR]: If last expression is not
4088 EXPR_STMT, but COMPOUND_STMT, recurse into it.
4089
7fb75099
RH
40902002-02-06 Richard Henderson <rth@redhat.com>
4091
4092 * cfganal.c (keep_with_call_p): Source for fixed_reg dest must
4093 be a general_operand. Dest for function value must be a pseudo.
4094
d3a8b6a6
NC
40952002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
4096
4097 * dbxout.c (dbxout_symbol_location): Accept LABEL_REFs as well
4098 as SYMBOL_REFs from the constant pool.
4099
3c1299c5
AO
41002002-02-06 Alexandre Oliva <aoliva@redhat.com>
4101
4102 * dbxout.c (dbxout_parms): Apply DEBUGGER_ARG_OFFSET to parameters
4103 passed by invisible reference.
4104
c2c9f6c9
RH
41052002-02-05 Richard Henderson <rth@redhat.com>
4106
4107 * config/sparc/sparc.h (ARG_POINTER_CFA_OFFSET): No stack bias.
4108
a824924d
HPN
41092002-02-06 Hans-Peter Nilsson <hp@bitrange.com>
4110
4111 Implement using "base addresses" in insn operands as default.
4112 * config/mmix/mmix.c (mmix_conditional_register_usage): if
4113 -mabi=gnu, modify fixed_regs to fit the GNU ABI.
4114 (mmix_extra_constraint): Use 'R' to indicate that GETA should be
4115 used to read the rtx value.
4116 (mmix_target_asm_function_epilogue): Fix spacing.
4117 (mmix_constant_address_p): Handle TARGET_BASE_ADDRESSES.
4118 (mmix_legitimate_address): Ditto.
4119 (mmix_encode_section_info): Set SYMBOL_REF_FLAG on rtx:es that
4120 should be loaded with a GETA insn. Don't allocate needless extra
4121 char for nul termination and fix misleading comment.
4122 (mmix_print_operand_address): Handle constants if
4123 TARGET_BASE_ADDRESSES.
4124 (mmix_output_register_setting): Use base addressing if
4125 TARGET_BASE_ADDRESSES and the number of insns is 3.
4126 * config/mmix/t-mmix (MULTILIB_EXTRA_OPTS): New.
4127 * config/mmix/mmix.md ("movdi"): Change the alternative with GETA
4128 to use R as constraint, add LDA to match s.
4129 * config/mmix/mmix.h (TARGET_BASE_ADDRESSES): New.
4130 (TARGET_DEFAULT): Add TARGET_MASK_BASE_ADDRESSES.
4131 (TARGET_SWITCHES): Add -mbase-addresses, -mno-base-addresses.
4132 (FIXED_REGISTERS): Make registers $231..$246 fixed by default.
4133 (MMIX_MMIXWARE_ABI_REG_ALLOC_ORDER): Move $231..$246 last, in
4134 order with other fixed registers.
4135 (MMIX_GNU_ABI_REG_ALLOC_ORDER): Put forward $231, in order with
4136 other parameter/call-clobbered registers.
4137 * doc/invoke.texi (Option Summary) <MMIX Options>: Add
4138 -mbase-addresses, -mno-base-addresses.
4139 (MMIX Options): Ditto.
4140
73c342b9
JDA
41412002-02-05 John David Anglin <dave@hiauly1.hia.nrc.ca>
4142
4143 * pa.h (PREDICATE_CODES): Add reg_before_reload_operand.
4144
ef238c58
AH
41452002-02-06 Aldy Hernandez <aldyh@redhat.com>
4146
831c4e87 4147 * config/rs6000/altivec.h: Change elem to _S_elem.
ef238c58 4148
ad08e60e
JT
41492002-02-05 Jason Thorpe <thorpej@wasabisystems.com>
4150
4151 * config/netbsd.h (WCHAR_TYPE): Define.
4152 (WCHAR_TYPE_SIZE): Ditto.
4153 (WINT_TYPE): Ditto.
4154 * config/alpha/netbsd.h (WCHAR_TYPE): Remove.
4155 (WCHAR_UNSIGNED): Ditto.
4156 (WCHAR_TYPE_SIZE): Ditto.
4157 (WINT_TYPE): Ditto.
4158 * config/arm/netbsd.h: Likewise.
4159 * config/i386/netbsd-elf.h: Likewise.
4160 * config/i386/netbsd.h: Likewise.
4161 * config/m68k/netbsd-elf.h: Likewise.
4162 * config/m68k/netbsd.h: Likewise.
4163 * config/ns32k/netbsd.h: Likewise.
4164 * config/sparc/netbsd.h: Likewise.
4165 * config/vax/netbsd.: Likewise.
4166
f913c102
AO
41672002-02-05 Alexandre Oliva <aoliva@redhat.com>
4168
4169 * target.h (struct gcc_target): Added ms_bitfield_layout_p.
4170 * target-def.h (TARGET_MS_BITFIELD_LAYOUT_P): New. Added to...
4171 (TARGET_INITIALIZER): this.
4172 * doc/tm.texi (TARGET_MS_BITFIELD_LAYOUT_P): Document.
4173 (BITFIELD_NBYTES_LIMITED): Markup fix.
4174 * tree.h (default_ms_bitfield_layout_p): Declare.
4175 (record_layout_info): Added prev_field.
4176 * tree.c (default_ms_bitfield_layout_p): New fn.
4177 * c-decl.c (finish_struct): Disregard EMPTY_FIELD_BOUNDARY and
4178 PCC_BITFIELD_TYPE_MATTERS for MS bit-field layout.
4179 * stor-layout.c: Include target.h.
4180 (start_record_layout): Initialize prev_field.
4181 (place_field): Handle MS bit-field layout, and disregard
4182 EMPTY_FIELD_BOUNDARY, BITFIELD_NBYTES_LIMITED and
4183 PCC_BITFIELD_TYPE_MATTERS in this case. Update prev_field.
4184 * Makefile.in (stor-layout.o): Adjust dependencies.
4185
c13db5d1
JM
41862002-02-05 Jason Merrill <jason@redhat.com>
4187
c13db5d1
JM
4188 * collect2.c (dump_file): Pass DMGL_VERBOSE to cplus_demangle.
4189
4505024e
AJ
41902002-02-05 Andreas Jaeger <aj@suse.de>
4191
4192 * crtstuff.c: Fix comments.
4193
794ad79d
RH
41942002-02-05 Richard Henderson <rth@redhat.com>
4195
2e279a9b
RH
4196 PR fortran/3393
4197 * loop.c (loop_iv_add_mult_emit_before): Copy multiplier as well.
4198 (loop_iv_add_mult_sink, loop_iv_add_mult_hoist): Likewise.
4199
794ad79d
RH
4200 PR fortran/3392
4201 * config/mips/mips.c (function_arg): Handle TImode.
4202 (function_arg_advance): Likewise.
4203
8f909017
AH
42042002-02-05 Aldy Hernandez <aldyh@redhat.com>
4205
c13db5d1
JM
4206 * config/rs6000/altivec.h (vec_step_help): Rename to
4207 __vec_step_help.
8f909017 4208
66daa9e3
AH
42092002-02-05 Aldy Hernandez <aldyh@redhat.com>
4210
c13db5d1 4211 * config/rs6000/altivec.h: Fix typos.
66daa9e3 4212
2696e97b
JT
42132002-02-05 Jason Thorpe <thorpej@wasabisystems.com>
4214
4215 * config/arm/netbsd.h: Correct a comment.
4216
3deb2758
AH
42172002-02-05 Aldy Hernandez <aldyh@redhat.com>
4218
c13db5d1
JM
4219 * config/rs6000/rs6000.c (altivec_init_builtins): Fix typo
4220 building void typed builtins.
3deb2758 4221
c13db5d1
JM
4222 * config/rs6000/altivec.h (vec_ld*): Fix typos.
4223 (vec_step): Implement for C++.
3deb2758 4224
c13db5d1 4225Mon Feb 4 19:23:19 2002 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
2c79137a
RK
4226
4227 * final.c (final_scan_insn): Add case for NOTE_INSN_LOOP_END_TOP_COND.
4228
ebbb0a63
RH
42292002-02-04 Richard Henderson <rth@redhat.com>
4230
4231 * combine.c (nonzero_bits): Re-introduce special case for
4232 sp/fp/ap wrt REGNO_POINTER_ALIGN.
4233
ae4b4a02
AH
42342002-02-05 Aldy Hernandez <aldyh@redhat.com>
4235
c13db5d1
JM
4236 * doc/extend.texi: Warn about unsupported usage of altivec
4237 builtins.
ae4b4a02 4238
c13db5d1
JM
4239 * config/rs6000/rs6000.md (altivec_vcmp*_p): Remove.
4240 (altivec_predicate_*): New.
ae4b4a02 4241
c13db5d1
JM
4242 * config/rs6000/altivec.h: Rewrite predicates to use new builtins.
4243 Add C++ version of vec_*() functions.
ae4b4a02 4244
c13db5d1
JM
4245 * config/rs6000/rs6000.c (bdesc_altivec_preds): New.
4246 (bdesc_2arg): Remove altivec predicates.
4247 (altivec_expand_builtin): Handle predicates.
4248 (altivec_init_builtins): Handle predicates.
4249 (altivec_expand_predicate_builtin): New.
ae4b4a02 4250
f6bcf44c
JDA
42512002-02-04 John David Anglin <dave@hiauly1.hia.nrc.ca>
4252
4253 * pa.c (DO_FRAME_NOTES): Move forward.
4254 (store_reg): Revise handling of frame notes.
4255 (load_reg): Likewise.
4256 (set_reg_plus_d): Likewise.
4257 (hppa_expand_prologue): Likewise.
4258 (hppa_expand_epilogue): Likewise.
b137f9fc 4259
703b0080
JDA
42602002-02-04 John David Anglin <dave@hiauly1.hia.nrc.ca>
4261
4262 * unwind-dw2-fde-glibc.c: Define _GNU_SOURCE if not defined.
4263
6f9fdf4d
JJ
42642002-02-04 Jakub Jelinek <jakub@redhat.com>
4265
4266 PR c/4475, c++/3780:
4267 * c-common.def (SWITCH_STMT): Add SWITCH_TYPE operand.
4268 * c-common.h (SWITCH_TYPE): Define.
4269 * c-typeck.c (c_start_case): Set SWITCH_TYPE.
4270 * stmt.c (all_cases_count): Set lastval to thisval at end of loop.
4271 Rename spareness variable to sparseness.
4272 (expand_end_case_type): Renamed from expand_end_case, use orig_type
4273 if non-NULL instead of TREE_TYPE (orig_index).
4274 * tree.h (expand_end_case_type): Renamed from expand_end_case.
4275 (expand_end_case): Define using expand_end_case_type.
4276 * c-semantics.c (genrtl_switch_stmt): Pass SWITCH_TYPE
4277 to expand_end_case_type.
4278 * doc/c-tree.texi (SWITCH_STMT): Document SWITCH_TYPE.
4279
79109502
JDA
42802002-02-04 John David Anglin <dave@hiauly1.hia.nrc.ca>
4281
4282 * pa.h (PREFERRED_STACK_BOUNDARY): Define to match standard rounding.
4283 (BIGGEST_ALIGNMENT): Change to 128.
4284
e62a5987
JDA
42852002-02-04 John David Anglin <dave@hiauly1.hia.nrc.ca>
4286
4287 * pa32-linux.h (LINK_COMMAND_SPEC): Define.
4288
219f24a4
JDA
42892002-02-04 John David Anglin <dave@hiauly1.hia.nrc.ca>
4290
4291 * pa.md (call_internal_reg_64bit): Remove unused variable.
4292
3cb66fd7
NC
42932002-02-04 Nick Clifton <nickc@cambridge.redhat.com>
4294
4295 * config/arm/arm.h (machine_function): Add uses_anonymous_args
4296 field.
831c4e87 4297 (SETUP_INCOMING_VARARGS): Set uses_anonymous_args.
3cb66fd7 4298 * config/arm/arm.c (current_function_anonymous_args): Delete,
831c4e87
KC
4299 replace uses with cfun->machine->uses_anonymous_args.
4300 (arm_reorg): Do not reset uses_anonymous_args.
3cb66fd7
NC
4301
4302 * config/arm/arm.c (arm_hard_regno_mode_ok): Allow any value in
4303 any geenral register.
b137f9fc 4304
24c545ff
BS
43052001-02-04 Bernd Schmidt <bernds@redhat.com>
4306
4307 * cfgrtl.c (force_nonfallthru_and_redirect): Don't try to redirect
4308 the entry block.
4309
563c12b0
RH
43102002-02-04 Richard Henderson <rth@redhat.com>
4311
4312 * combine.c (force_to_mode): Remove STACK_BIAS code.
4313 (nonzero_bits): Likewise. Replace sp/fp special case with
4314 REGNO_POINTER_ALIGN.
4315
4316 * config/sparc/sparc.h (FRAME_POINTER_REGNUM): Change to SFP.
4317 (HARD_FRAME_POINTER_REGNUM): New.
4318 (FIRST_PSEUDO_REGISTER, REG_CLASS_CONTENTS): Update.
4319 (FIXED_REGS, CALL_USED_REGS): Update.
4320 (REG_ALLOC_ORDER, REGISTER_NAMES): Update.
4321 (CONDITIONAL_REGISTER_USAGE): Update for HFP.
4322 (HARD_REGNO_NREGS): Update for SFP.
4323 (STACK_POINTER_OFFSET): Include bias here ...
4324 (FIRST_PARM_OFFSET): ... not here.
4325 (STACK_BIAS): Remove.
4326 (INIT_EXPANDERS): New.
4327 (STARTING_FRAME_OFFSET): Do not include bias.
4328 (ELIMINABLE_REGS, CAN_ELIMINATE, INITIAL_ELIMINATION_OFFSET): New.
4329 (REGNO_OK_FOR_INDEX_P, REGNO_OK_FOR_BASE_P): Update for SFP.
4330 (REG_OK_FOR_INDEX_P, REG_OK_FOR_BASE_P): Likewise.
4331 * config/sparc/aout.h (DBX_REGISTER_NUMBER): Update for HFP.
4332 * config/sparc/litecoff.h, config/sparc/sol2.h: Likewise.
4333 * config/sparc/sparc.c (mem_min_alignment): Update for HFP.
4334 (sparc_nonflat_function_prologue, epilogue_renumber): Likewise.
4335 (MUST_SAVE_REGISTER): Likewise.
4336 (sparc_flat_function_prologue): Likewise.
4337 (sparc_flat_function_epilogue): Likewise.
4338 (HARD_FRAME_POINTER_MASK): Rename from FRAME_POINTER_MASK.
4339 (sparc_init_modes): SFP is GENERAL_REGS.
4340 (sparc_builtin_saveregs): SFP does not have bias applied.
4341
14691f8d
RH
43422002-02-04 Richard Henderson <rth@redhat.com>
4343
4344 * config/alpha/alpha.c (current_function_is_thunk): Don't check
4345 current_function_is_thunk.
4346 (alpha_sa_mask): Distinguish between current_function_is_thunk
4347 called from ASM_OUTPUT_MI_THUNK and not.
4348 (alpha_does_function_need_gp): Thunks always need gp.
4349 (alpha_start_function, alpha_output_function_end_prologue): Likewise.
4350 (alpha_output_mi_thunk_osf): New.
4351 * config/alpha/alpha-protos.h: Update.
4352 * config/alpha/alpha.h (ASM_OUTPUT_MI_THUNK): New.
4353
af702de8
RS
43542002-02-04 Richard Sandiford <rsandifo@redhat.com>
4355
4356 * c-typeck.c (build_c_cast): Warn when qualifiers are added to
4357 function types, not when they're taken away.
4358
5b1cacd8
JL
4359Mon Feb 4 09:05:58 2002 Jeffrey A Law (law@redhat.com)
4360
4361 * cfgrtl.c (try_redirect_by_replacing_jump): Remove associated
4362 CODE_LABEL and jump table when replacing a table jump with a
4363 simple jump.
4364
f3e9edff
UW
43652002-02-04 Ulrich Weigand <uweigand@de.ibm.com>
4366
4367 * config/s390/s390-protos.h (legitimize_la_operand,
4368 s390_secondary_input_reload_class, s390_plus_operand,
4369 s390_expand_plus_operand): Add prototypes.
4370
4371 config/s390/s390.c (s390_secondary_input_reload_class,
4372 s390_plus_operand, s390_expand_plus_operand): New functions.
4373
4374 (struct s390_address): New member 'pointer'.
4375 (s390_decompose_address): Compute it.
4376 (legitimate_la_operand_p): Use it.
4377 (legitimize_la_operand): New function.
4378 (movti, movdi, movdf splitters): Call it.
4379
4380 config/s390/s390.h (SECONDARY_INPUT_RELOAD_CLASS): Define.
4381 (PREDICATE_CODES): Add s390_plus_operand.
4382
4383 config/s390/s390.md (adddi3_inv_64, addaddr_ccclobber): Delete.
4384 (la_ccclobber): Allow GENERAL_REGS as output operand.
4385
4386 (reload_load_address, *reload_load_address_reg_0, *la, *do_la_reg_0,
4387 *reload_la_64, *reload_la_31 and splitters): Delete, replace by ...
4388 (*la_64, *la_31, reload_indi, reload_insi): ... these.
4389
3c9a08ec
UW
43902002-02-04 Ulrich Weigand <uweigand@de.ibm.com>
4391
4392 * gcc/config/s390/s390.h (CRT_CALL_STATIC_FUNCTION): Fixed
4393 register names for regular asm () construct.
4394
ac300a45
JJ
43952002-02-04 Jakub Jelinek <jakub@redhat.com>
4396
4397 * config/i386/i386.md (movsf_1): Allow moving SF values in MMX
4398 registers.
4399
fa852403
JJ
44002002-02-04 Jakub Jelinek <jakub@redhat.com>
4401
4402 * combine.c (recog_for_combine): Create a dummy insn with PATTERN
4403 pat for recog.
4404
fecaac37
HP
44052002-02-04 Hartmut Penner <hpenner@de.ibm.com>
4406
831c4e87
KC
4407 * varasm.c (decode_rtx_const): Allow unspec (symbol_ref) in
4408 constant pool to be identical by string address and index.
fecaac37 4409
10c45943
AG
44102002-02-04 Anthony Green <green@redhat.com>
4411
4412 * output.h (SECTION_OVERRIDE): Define.
4413 * varasm.c (named_section): Obey SECTION_OVERRIDE.
4414
69474c3c
JT
44152002-02-03 Jason Thorpe <thorpej@wasabisystems.com>
4416
4417 * config.gcc (arm*-*-netbsdelf*): Placeholder to prevent match
4418 by existing arm*-*-netbsd* (a.out) target.
4419 (ns32k-*-netbsdelf*): Likewise.
4420 (sparc-*-netbsdelf*): Likewise.
4421 (vax-*-netbsdelf*): Likewise.
4422
939a46f6 44232002-02-03 Danny Smith <dannysmith@users.sourceforge.net>
3b56934f
CF
4424
4425 * gthr-win32.h: Protect against conflicting typedef for BOOL in windows
4426 headers and libobjc headers.
4427
44282002-02-03 Mumit Khan <khan@nanotech.wisc.edu>
4429
4430 * gthr-win32.h (__mingwthr_key_dtor): Use extern "C" linkage for C++.
4431 (_mingw.h): Remove duplicate include.
4432
2fd95d71
JT
44332002-02-03 Jason Thorpe <thorpej@wasabisystems.com>
4434
4435 * config.gcc: Set cpu_type to m68k for 68010, as well.
4436 (m68010-*-netbsdelf*): New...
4437 (m68k*-*-netbsdelf*): ...targets.
4438 * config/m68k/netbsd-elf.h: New file.
4439
0ea6f6a0
KH
44402002-02-02 Kazu Hirata <kazu@hxi.com>
4441
4442 * config/h8300/h8300.c (hand_list): Move inside function_arg.
4443
cbf1b2da
KH
44442002-02-02 Kazu Hirata <kazu@hxi.com>
4445
4446 * config/h8300/h8300.c (h8_push_ops): Move inside
4447 h8300_init_once.
4448 (h8_pop_ops): Likewise.
4449 (h8_move_ops): Likewise.
4450
0869f126
KH
44512002-02-02 Kazu Hirata <kazu@hxi.com>
4452
4453 * config/h8300/h8300.c (os_task): Make it static.
4454 (monitor): Likewise.
4455 (pragma_saveall): Likewise.
4456
90e65b70
AO
44572002-02-02 Alexandre Oliva <aoliva@redhat.com>
4458
4459 * config/sh/sh.md (ic_invalidate_line): Make sure the immediate
4460 constant is a valid sign-extension for Pmode.
4461
9cbcd983
KH
44622002-02-02 Kazu Hirata <kazu@hxi.com>
4463
4464 * config/h8300/h8300.c: Fix formatting.
4465
7a27efc4
KH
44662002-02-02 Kazu Hirata <kazu@hxi.com>
4467
4468 * config/h8300/h8300.md: Fix formatting.
4469
54175a44
KH
44702002-02-02 Kazu Hirata <kazu@hxi.com>
4471
4472 * config/h8300/h8300.md (one_cmpl patterns): Tighten the
4473 predicates of operands[1]. Split the patterns for each
4474 processor variant.
4475
eceb1755
KH
44762002-02-02 Kazu Hirata <kazu@hxi.com>
4477
4478 * config/h8300/h8300.md (xor patterns): Tighten the predicates
4479 of operands[1] to register_operand.
4480
0fef3fd0
NB
44812002-02-02 Neil Booth <neil@daikokuya.demon.co.uk>
4482
4483 * cpphash.h (struct spec_nodes): Remove n__CHAR_UNSIGNED__.
4484 * cpphash.c (_cpp_init_hashtable): Similarly.
4485 * cppinit.c (cpp_create_reader): Default the signed_char flag.
4486 (init_builtins): Define __CHAR_UNSIGNED__ appropriately.
4487 (COMMAND_LINE_OPTIONS): Recognise -f{un,}signed-char.
4488 (cpp_handle_option): Handle the new options.
4489 * cpplex.c (cpp_interpret_charconst): Use new flag.
4490 * cpplib.h (struct cpp_options): New member signed_char.
4491 * gcc.c (cpp_unique_options): Remove %c spec and documentation.
4492 (cpp_options): Handle -fsigned-char and -funsigned-char.
4493 (static_specs): Remove signed_char_spec.
4494 (do_spec1): Don't handle %c.
4495 * system.h: Poison SIGNED_CHAR_SPEC.
4496 * tradcif.y (yylex): Use flag_signed_char.
4497 * tradcpp.h (flag_signed_char): New.
4498 * tradcpp.c (flag_signed_char): New.
4499 (main): Handle new command-line options.
4500 (initialize_builtins): Define __CHAR_UNSIGNED__ if appropriate.
4501config:
4502 * alpha/alpha.h (SIGNED_CHAR_SPEC): Remove.
4503 * avr/avr.h: Remove old comments.
4504 * i960/i960.h (CPP_SPEC): Pass -fsigned-char if -mic*.
4505 (CC1_SPEC): Pass -fsigned-char if -mic*.
4506 (SIGNED_CHAR_SPEC): Remove.
4507doc:
4508 * tm.texi (SIGNED_CHAR_SPEC): Remove documentation.
4509
0617ed52
EC
45102002-02-01 Eric Christopher <echristo@redhat.com>
4511
4512 From Daniel Jacobowitz <dmj+@andrew.cmu.edu>
4513 * config/mips/mips.h (FUNCTION_PROFILER): Fix function profiling.
4514 * config/mips/linux.h (ASM_OUTPUT_REG_PUSH): Undefine.
4515 (ASM_OUTPUT_REG_POP): Ditto.
4516
dfd48d76
NB
45172002-02-02 Neil Booth <neil@daikokuya.demon.co.uk>
4518
4519 * c-decl.c, tree.c, tree.h, objc/objc-act.c: Revert bitfield
4520 patch.
4521
4a23409e
JJ
45222002-02-02 Jakub Jelinek <jakub@redhat.com>
4523
4524 * config/i386/i386.h (CPP_CPUCOMMON_SPEC): Add missing | separators.
4525
d3c52658
JJ
45262002-02-02 Jakub Jelinek <jakub@redhat.com>
4527
4528 PR c/5304:
4529 * expmed.c (expand_mult_highpart): Use immed_double_const for wide_op1
4530 unconditionally.
4531
02c5a3bd
JJ
45322002-02-01 Janis Johnson <janis187@us.ibm.com>
4533
4534 * cfganal.c: Include tm_p.h.
4535 (keep_with_call_p): Fix the test that determines if a register holds
4536 the return value of a call.
4537
3968de80
DD
45382002-02-01 DJ Delorie <dj@redhat.com>
4539
4540 * config/sparc/sparc.c (sparc_emit_set_symbolic_const64): If
4541 we are given conflicting registers, switch to the other one we
4542 had allocated for us.
4543 * config/sparc/sparc.md (reload_indi, reload_outdi): Pass op[2]
4544 as TImode so we know when the "other" register is available.
4545
1338ea6c
DB
45462002-02-01 David O'Brien <obrien@FreeBSD.org>
4547
4548 * config/sparc/sol2-sld-64.h: Include sparc/biarch64.h rather than
4549 sparc/sparc_bi.h.
4550
f015be23
JJ
45512002-02-01 Janis Johnson <janis187@us.ibm.com>
4552
4553 * cfganal.c (keep_with_call_p): New function.
4554 (flow_call_edges_add): Prevent splitting a block between a call and
4555 a single-set instruction that should be kept in the same block.
4556
63708ffc
CR
45572002-02-01 Craig Rodrigues <rodrigc@gcc.gnu.org>
4558
4559 * doc/install.texi (avr): Update outdated URL.
4560
5ee4950e
AH
45612002-01-30 Andrew Haley <aph@cambridge.redhat.com>
4562
831c4e87
KC
4563 * config/stormy16/stormy16.md (pushqi): New.
4564 (popqi): New.
4565 (pushhi): New.
4566 (pophi): New.
4567 (movhi): Remove stack operands.
4568 (movqi): Likewise.
4569 * config/stormy16/stormy16.h (PREDICATE_CODES): Add
4570 nonimmediate_nonstack_operand.
4571 * config/stormy16/stormy16.c (nonimmediate_nonstack_operand):
4572 New.
4573 * config/stormy16/stormy16-protos.h (nonimmediate_nonstack_operand)
4574 New.
5ee4950e 4575
b88c0704
JM
45762002-01-31 Jason Merrill <jason@redhat.com>
4577
4578 * Makefile.in (c-parse.c): Handle .output file.
4579 * objc/Make-lang.in (objc-parse.c): Likewise.
4580
ac282977
AO
45812002-02-01 Alexandre Oliva <aoliva@redhat.com>
4582
4583 * config/mips/mips.h (ENDIAN_SPEC): Output the endianness flag if
4584 the -me[lb] option is given. Don't output the default flag
4585 twice.
4586
bebc7e8b
ZW
45872002-01-31 Zack Weinberg <zack@codesourcery.com>
4588
4589 * c-lex.c (yyparse): Call debug_hooks->start_source_file for
4590 the primary source file; this has not been done yet.
4591 * c-decl.c (c_expand_body): Reset input_filename from
4592 DECL_SOURCE_FILE (fndecl) before calling init_function_start.
4593
5809eb5f
KH
45942002-01-31 Kazu Hirata <kazu@hxi.com>
4595
4596 * rtlanal.c (subreg_regno_offset): Do not use
4597 SUBREG_REGNO_OFFSET.
4598 * system.h: Add SUBREG_REGNO_OFFSET to the GCC poison list.
4599 * doc/tm.texi (SUBREG_REGNO_OFFSET): Remove.
4600
8512bbd7
JM
46012002-01-31 Joseph S. Myers <jsm28@cam.ac.uk>
4602
4603 * gccbug.in: Follow GNU Coding Standards for --version. Use GCC
4604 version rather than GNATS version in --version output.
4605
74cb3cc8
RS
46062002-01-31 Richard Sandiford <rsandifo@redhat.com>
4607
4608 * ifcvt.c (noce_process_if_block): Make a copy of the destination
4609 when copying back from a temporary.
4610
874b5b14
RH
46112002-01-30 Richard Henderson <rth@redhat.com>
4612
4613 * ifcvt.c (dead_or_predicable): Handling merging when other_bb
4614 and new_dest are the same.
4615
e803a64b
RH
46162002-01-30 Richard Henderson <rth@redhat.com>
4617
89cf7be5 4618 PR opt/5076
e803a64b
RH
4619 * rtl.h (NOTE_INSN_LOOP_END_TOP_COND): New.
4620 * rtl.c (note_insn_name): Update.
4621 * emit-rtl.c (remove_unnecessary_notes): Kill it.
4622 * stmt.c (expand_end_loop): Kill jump opt code. Use LOOP_END_TOP_COND
4623 to perform loop rotation.
4624 (expand_exit_loop_top_cond): New.
4625 * tree.h (expand_exit_loop_top_cond): Declare it.
4626 * c-semantics.c (genrtl_while_stmt): Use it.
4627 (genrtl_for_stmt): Likewise.
4628
0b51254d
AO
46292002-01-30 Alexandre Oliva <aoliva@redhat.com>
4630
4631 * config/mips/mips.h (PARM_BOUNDARY): Guarantee alignment of
4632 arguments to 64-bit boundaries on 64-bit ABIs.
4633
71cef493
SE
46342002-01-30 Steve Ellcey <sje@cup.hp.com>
4635
4636 * loop.c (loop_invariant_p): Special case pic_offset_table_rtx.
4637
6169e5fd
JM
46382002-01-31 Joseph S. Myers <jsm28@cam.ac.uk>
4639
4640 * c-decl.c (grokdeclarator): Handle type being a typedef for an
4641 invalid type.
4642
86f808dc
DB
46432002-01-30 David O'Brien <obrien@FreeBSD.org>
4644
4645 * config.gcc: Include sparc/biarch64.h rather than sparc/sparc_bi.h.
4646 * config/sparc/sparc_bi.h: Remove file.
4647 * config/sparc/biarch64.h: New file (rename of sparc_bi.h).
4648
5748ebeb
RH
46492002-01-30 Richard Henderson <rth@redhat.com>
4650
4651 * sched-deps.c (sched_analyze): Make a call read the frame pointer.
4652
20d32cc2
ZW
46532002-01-30 Zack Weinberg <zack@codesourcery.com>
4654
4655 * expmed.c (emit_store_flag): Call protect_from_queue on op0 and op1.
4656
b88c0704 46572002-01-30 Jason Merrill <jason@redhat.com>
6bb28965
JM
4658
4659 * dwarf2out.c (dwarf_cfi_name): Add other DWARF 3 codes.
4660 (output_cfi): Likewise. Disable DW_CFA_GNU_negative_offset_extended.
4661 (reg_save): Use DW_CFA_offset_extended_sf instead.
4662
4663 * dwarf2out.c (dwarf2out_finish): Don't abort if there were errors.
4664
37060e78
JJ
46652002-01-29 Jakub Jelinek <jakub@redhat.com>
4666
4667 * cselib.c (cselib_record_sets): Use IF_THEN_ELSE result
4668 in cselib_lookup.
4669
d18dba68
AH
46702002-01-29 Aldy Hernandez <aldyh@redhat.com>
4671
bebc7e8b
ZW
4672 * rs6000.md ("*call_value_local32"): Remove constraints.
4673 ("*call_value_local64"): Same.
4674 ("*call_value_indirect_nonlocal_aix32"): Same.
4675 ("*call_value_nonlocal_aix32"): Same.
4676 ("*call_value_indirect_nonlocal_aix64"): Same.
4677 ("*call_value_nonlocal_aix64"): Same.
4678 ("*call_value_nonlocal_sysv"): Same.
d18dba68 4679
80a8aac6
RH
46802002-01-29 Richard Henderson <rth@redhat.com>
4681
4682 * config/alpha/elf.h (SDB_DEBUGGING_INFO): Undef.
4683
12beba6f
RH
46842002-01-29 Richard Henderson <rth@redhat.com>
4685
4686 * expr.c (force_operand): Ignore flag_pic for detecting pic
4687 address loads.
4688 * regclass.c (init_reg_sets_1): Test fixed_regs not flag_pic
4689 for determining if PIC_OFFSET_TABLE_REGNUM is call-clobbered.
4690 * resource.c (mark_target_live_regs): Use regs_invalidated_by_call
4691 instead of open-coded loop.
4692 * doc/tm.texi (PIC_OFFSET_TABLE_REGNUM): Clarify that it must
4693 be fixed when in use.
4694
2583081e
RH
46952002-01-29 Richard Henderson <rth@redhat.com>
4696
4697 * sched-int.h (struct deps_reg): Add uses_length, clobbers_length.
4698 * sched-rgn.c (propagate_deps): Update them.
4699 * sched-deps.c (sched_analyze_insn): Update them. Flush the
4700 clobbers list when either gets too long.
4701
3b8d200e
JJ
47022002-01-29 Jakub Jelinek <jakub@redhat.com>
4703
4704 * config/i386/i386.h (LIMIT_RELOAD_CLASS): Handle LEGACY_REGS
4705 and INDEX_REGS the same as GENERAL_REGS.
4706 (SECONDARY_OUTPUT_RELOAD_CLASS): Likewise.
4707
2d3115eb
NB
47082002-01-29 Neil Booth <neil@daikokuya.demon.co.uk>
4709
bebc7e8b 4710 * tree.c (build_nonstandard_integer_type): Correct prototype.
2d3115eb 4711
ecbe845e
UW
47122002-01-29 Ulrich Weigand <uweigand@de.ibm.com>
4713
bebc7e8b 4714 * config/s390/s390.md (movstrsico, movstrdix_64,
ecbe845e 4715 movstrsix_31): Remove, replace by ...
bebc7e8b 4716 (movstrdi_short, movstrsi_short, movstrdi_long,
ecbe845e
UW
4717 movstrsi_long): ... these. New.
4718 (movstrdi, movstrsi): Adapt.
4719
4720 (rotldi3, rotlsi3, ashldi3, *ashldi3_31, *ashldi3_64,
bebc7e8b 4721 ashlsi3, lshrdi3, *lshrdi3_31, *lshrdi3_64, lshrsi3):
ecbe845e
UW
4722 Remove unnecessary CC clobber.
4723 (*ashrdi3_cc_31, *ashrdi3_cconly_31, *ashrdi3_cc_64,
4724 *ashrdi3_cconly_64, *ashrsi3_cc, *ashrsi3_cconly): New.
4725
4726 (divmoddi4): Don't partially initialize TImode register.
4727
0b32fca5
GK
47282002-01-29 Geoffrey Keating <geoffk@redhat.com>
4729
4730 * doc/sourcebuild.texi (C Tests): Document gcc.dg/debug directory.
4731
08ef5437
RH
47322002-01-29 Richard Henderson <rth@redhat.com>
4733
4734 * flow.c (print_rtl_and_abort): Remove.
4735 (print_rtl_and_abort_fcn): Remove.
4736 (verify_local_live_at_start): Use dump_bb instead.
4737 (verify_wide_reg): Likewise. Take a basic_block, not rtl endpoints.
4738 (verify_wide_reg_1): Return 2 on mode test failure.
4739
8469e54e
NB
47402002-01-29 Neil Booth <neil@daikokuya.demon.co.uk>
4741
4742 PR c/3325, c/3326, c/2511, c/3347
4743 * c-decl.c (enum_decl_context): Remove BITFIELD.
4744 (grokdeclarator): Take bitfield width as an input.
4745 Ensure bitfields are given the correct type. Perform
4746 bitfield width validation with build_bitfield_integer_type
4747 rather than waiting for finish_struct.
4748 (grok_typename, grok_typename_in_parm_context, start_decl,
4749 push_parmdecl, grokfield, start_function): Update calls to
4750 grokdeclarator.
4751 (build_bitfield_integer_type): New function.
4752 (finish_struct): Move bitfield validation to grokdeclarator
bebc7e8b 4753 and build_bitfield_integer_type.
8469e54e
NB
4754 * tree.c (build_nonstandard_integer_type): New function.
4755 * tree.h (build_nonstandard_integer_type): New prototype.
4756objc:
4757 * objc-act.c (objc_copy_list): Remove DECL_INITIAL kludge.
4758
ffdeea47
JJ
47592002-01-29 Jakub Jelinek <jakub@redhat.com>
4760
4761 PR other/1502:
4762 * cppinit.c (cpp_handle_option): Add ignore argument, if it is zero,
4763 don't ignore unrecognized -W* options.
4764 (cpp_handle_options): Pass 1 as last argument to cpp_handle_option.
4765 * cpplib.h (cpp_handle_option): Adjust prototype.
4766 * c-decl.c (c_decode_options): Pass 0 as last argument to
4767 cpp_handle_option.
4768
4769 PR c/2896:
4770 * gcc.c (cpp_unique_options): Split from cpp_options.
4771 (cpp_options): Source cpp_unique_options.
4772 (default_compilers): Use cpp_unique_options instead of cpp_options
4773 when used together with cc1_options.
4774 (static_specs): Add cpp_unique_options.
4775 * objc/lang-specs.h: Use cpp_unique_options instead of cpp_options
4776 when used together with cc1_options.
4777
1a275226
KH
47782002-01-29 Kazu Hirata <kazu@hxi.com>
4779
4780 * config/h8300/h8300-protos.h: Update the prototype of
4781 output_a_shift.
4782 * config/h8300/h8300.c (output_a_shift): Remove an unused
4783 argument 'insn'. Remove redundant code.
4784 * config/h8300/h8300.md: Adust to the new prototype of
4785 output_a_shift.
4786
a11d9dfc
KH
47872002-01-29 Kazu Hirata <kazu@hxi.com>
4788
4789 * config/h8300/h8300-protos.h: Update the prototypes of
4790 emit_a_rotate and expand_a_rotate.
4791 * config/h8300/h8300.c (emit_a_rotate): Change the type of the
4792 first argument to 'enum rtx_code'.
4793 (expand_a_rotate): Likewise.
4794
871f73e3
KH
47952002-01-28 Kazu Hirata <kazu@hxi.com>
4796
4797 * config/h8300/h8300-protos.h: Update the prototype of
4798 output_simode_bld.
4799 * config/h8300/h8300.c (output_simode_bld): Remove an argumen
4800 'log2'.
4801 * config/h8300/h8300.md: Adjust to the new prototype.
4802
5fc4b751
KH
48032002-01-28 Kazu Hirata <kazu@hxi.com>
4804
4805 * conifg/h8300/h8300.c (h8300_adjust_insn_length): Remove
4806 redundant code.
4807
2d67bd7b
JDA
48082002-01-28 John David Anglin <dave@hiauly1.hia.nrc.ca>
4809
4810 * emit-rtl.c (gen_rtx_REG): Check that the PIC_OFFSET_TABLE_REGNUM
4811 is a fixed register before returning pic_offset_table_rtx.
4812 * loop.c (scan_loop): Don't hoist insns that set pic_offset_table_rtx
4813 when PIC_OFFSET_TABLE_REG_CALL_CLOBBERED is defined.
4814
5a852b3e
JM
48152002-01-28 Jason Merrill <jason@redhat.com>
4816
6bb28965 4817 * dwarf2.h: Sync with src version.
5a852b3e 4818
3bca17dd
PK
48192002-01-28 Paul Koning <pkoning@equallogic.com>
4820
4821 * builtin-types.def (BT_FN_VOID_CONST_PTR_VAR): Replace
4822 BT_FN_VOID_PTR_VAR.
4823 * builtins.def (BUILT_IN_PREFETCH): Change first argument to be const.
4824 * doc/extend.texi (__builtin_prefetch): Update documentation:
4825 first argument is now const void ptr.
4826
7dc3f8c0
KH
48272002-01-28 Kazu Hirata <kazu@hxi.com>
4828
4829 * config/h8300/h8300-protos.h: Remove an unused prototype.
4830
e83cb5f0
RZ
48312002-01-28 Roman Zippel <zippel@linux-m68k.org>
4832
4833 * toplev.c (lang_independent_init): Round up identifier size.
4834
5721cd84
RE
48352002-01-28 Richard Earnshaw <rearnsha@arm.com>
4836
4837 * config.gcc: Revert previous change.
4838
d534119e
AP
48392002-01-28 Andris Pavenis <pavenis@latnet.lv>
4840
4841 * config/i386/djgpp.h: Use STRIP_NAME_ENCODING in macro UNIQUE_SECTION
4842
5a721dab
RE
48432002-01-28 Richard Earnshaw <rearnsha@arm.com>
4844
4845 * config.gcc (*-*-netbsdelf*): Set up generic parameters.
4846 (*-*-netbsd*): Always use collect2. Remove collect2 settings from
4847 other non-elf netbsd config frags.
4848 * config/netbsd-aout.h (STARTFILE_SPEC): Don't pull in c++rt0 since
4849 collect2 will does that.
4850 * config/netbsd.h (LIBGCC_SPEC): Add white space before -lgcc, so that
4851 shared-lib frobbing will work.
4852
da1775d6
KH
48532002-01-28 Kazu Hirata <kazu@hxi.com>
4854
4855 * config/h8300/h8300.h: Fix formatting.
4856 * config/h8300/h8300.md: Likewise.
4857
8f2e963b
LR
48582002-01-28 Loren J. Rittle <ljrittle@acm.org>
4859
4860 * fixinc/inclhack.def (strict_ansi_not): Add a bypass based on
4861 the old, removed AAA_standards fix.
4862 * fixinc/fixincl.x: Rebuilt.
4863
fdae5767
HPN
48642002-01-28 Hans-Peter Nilsson <hp@axis.com>
4865
4866 * config/cris/cris.h (CRT_CALL_STATIC_FUNCTION): Change to emit
4867 atexit call in crtbegin, hooked in after call to frame_dummy;
4868 register EH before registering __fini__start.
4869
2a2ecb63
AH
48702002-01-28 Aldy Hernandez <aldyh@redhat.com>
4871
4872 * config/rs6000/altivec.h: Remove spurious semicolons.
4873
8ed43adf
KH
48742002-01-27 Kazu Hirata <kazu@hxi.com>
4875
4876 * config/h8300/h8300.md: Replace dead bit extraction patterns
4877 with ones that work.
4878
917afb0c
RK
4879Sun Jan 27 13:23:40 2002 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
4880
4881 * emit-rtl.c (get_mem_attrs): Don't default alignment for non-BLKmode
4882 if not STRICT_ALIGNMENT.
4883 * rtl.h (MEM_ALIGN): Likewise.
4884
f70a54cb
CR
48852002-01-27 Craig Rodrigues <rodrigc@gcc.gnu.org>
4886
4887 * doc/invoke.texi (-fdump-translation-unit): Revert this
4888 patch: 2001-10-21 Craig Rodrigues <rodrigc@gcc.gnu.org>
4889
d8fd4914
KH
48902002-01-27 Kazu Hirata <kazu@hxi.com>
4891
4892 * config/h8300/h8300.md (define_constants): New.
4893 (anonymous patterns) Use defined constants appropriately.
4894
15e0e275
KH
48952002-01-27 Kazu Hirata <kazu@hxi.com>
4896
4897 * config/h8300/h8300.c (function_arg): Remove redundant code.
4898
37a0f8a5
RH
48992002-01-26 Richard Henderson <rth@redhat.com>
4900
4901 * sched-deps.c (reg_pending_uses_head): New.
4902 (reg_pending_barrier): Rename from reg_pending_sets_all.
4903 (find_insn_list): Don't mark inline.
4904 (find_insn_mem_list): Remove.
4905 (add_dependence_list, add_dependence_list_and_free): New.
4906 (flush_pending_lists): Replace only_write param with separate
4907 for_read and for_write parameters. Update all callers. Use
4908 add_dependence_list_and_free.
4909 (sched_analyze_1): Do not add reg dependencies here; just set
4910 the pending bits. Use add_dependence_list.
4911 (sched_analyze_2): Likewise.
4912 (sched_analyze_insn): Replace schedule_barrier_found with
4913 reg_pending_barrier. Add all dependencies for pending reg
4914 uses, sets, and clobbers.
4915 (sched_analyze): Don't add reg dependencies for calls, just
4916 set pending bits. Use regs_invalidated_by_call. Treat
4917 sched_before_next_call as a normal list, not a fake insn.
4918 (init_deps): No funny init for sched_before_next_call.
4919 (free_deps): Free pending mems lists. Don't zero reg_last.
4920 (init_deps_global): Init reg_pending_uses.
4921 (finish_deps_global): Free it.
4922 * sched-int.h (deps): Make in_post_call_group_p boolean. Update docs.
4923 (find_insn_mem_list): Remove.
4924 * sched-rgn.c (concat_INSN_LIST, concat_insn_mem_list): New.
4925 (propagate_deps): Use them. Zero temp mem lists.
4926
cea3bd3e
RH
49272002-01-26 Richard Henderson <rth@redhat.com>
4928
4929 * Makefile.in (CRTSTUFF_CFLAGS): New.
4930 (crtbegin.o, crtend.o, crtbeginS.o, crtendS.o, crtbeginT.o): Use it.
4931 * config.gcc (alpha-linux, alpha-freebsd, alpha-netbsd): Use plain
4932 crtstuff.c instead of alpha assembly version.
4933 * crtstuff.c (CRT_CALL_STATIC_FUNCTION): Rewrite to assume the
4934 entire dummy function sequence. Use FORCE_CODE_SECTION_ALIGN
4935 not FORCE_{INIT,FINI}_SECTION_ALIGN.
4936 (__do_global_dtors_aux): Mark used.
4937 (frame_dummy, __do_global_ctors_aux): Mark used.
4938 (fini_dummy, init_dummy): Remove.
4939
4940 * config/alpha/crtbegin.asm: Remove file.
4941 * config/alpha/crtend.asm: Remove file.
4942 * config/alpha/t-crtbe: Remove file.
4943 * config/alpha/elf.h (CRT_CALL_STATIC_FUNCTION): New.
4944 (LINK_EH_SPEC): New.
4945
4946 * config/cris/cris.h (CRT_CALL_STATIC_FUNCTION): Rewrite old
4947 FORCE_INIT_SECTION_ALIGN hack. Register __fini_start before
4948 calling constructors.
4949 * config/cris/linux.h (CRT_CALL_STATIC_FUNCTION): Undef.
4950
4951 * config/i386/i386.h (CRT_CALL_STATIC_FUNCTION): New.
4952 * config/i386/linux.h (CRT_CALL_STATIC_FUNCTION): Replace old
4953 CRT_END_INIT_DUMMY hack.
4954 * config/i386/sol2.h (FORCE_CODE_SECTION_ALIGN): Replace
4955 FORCE_{INIT,FINI}_SECTION_ALIGN.
4956
4957 * config/mcore/mcore-elf.h (FORCE_CODE_SECTION_ALIGN): Replace
4958 FORCE_{INIT,FINI}_SECTION_ALIGN.
4959
4960 * config/s390/s390.h (CRT_CALL_STATIC_FUNCTION): Update for new
4961 invocation sequence.
4962 * config/sh/sh.h (CRT_CALL_STATIC_FUNCTION): Likewise.
4963
4964 * doc/tm.texi (CRT_CALL_STATIC_FUNCTION): Update.
4965 (FORCE_CODE_SECTION_ALIGN): New.
4966
60ffa0e5
RH
49672002-01-26 Richard Henderson <rth@redhat.com>
4968
4969 * config/cris/cris.c (cris_print_operand): Handle 64-bit CONST_INT.
4970
61334ebe
RH
49712002-01-26 Richard Henderson <rth@redhat.com>
4972
4973 * config/alpha/alpha.c (alpha_sa_mask): Mark RA for unicos here too.
4974 (alpha_sa_size): Use alpha_sa_mask to compute size of saved regs.
4975
1d788fb6
KH
49762002-01-26 Kazu Hirata <kazu@hxi.com>
4977
4978 * config/h8300/h8300.md: Remove bit extraction patterns that
4979 cannot be triggered.
4980 Restrict each bit extraction pattern to a variant on which the
4981 pattern is tested.
4982
87611f88
JM
49832002-01-26 Joseph S. Myers <jsm28@cam.ac.uk>
4984
4985 * doc/include/texinfo.tex: Update to version 2002-01-04.07.
4986
cd74ec59
KH
49872002-01-26 Kazu Hirata <kazu@hxi.com>
4988
4989 * config/h8300/h8300.md: Remove bit test patterns that cannot
4990 be triggered.
4991 Restrict each bit test pattern to a variant on which the
4992 pattern is tested.
4993
93051e0f
KG
49942002-01-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4995
4996 * builtins.c (expand_builtin_strncat): Remove redundant check for
4997 INTEGER_CST.
4998
216c995f
DB
49992002-01-25 David O'Brien <obrien@FreeBSD.org>
5000
5001 * config/i386/x86-64.h (DEFAULT_PCC_STRUCT_RETURN): Do not overide
5002 default setting.
5003 * config/i386/freebsd64.h (DEFAULT_PCC_STRUCT_RETURN): Do not override
5004 existing setting.
5005
33c7f925
GK
50062002-01-25 Geoffrey Keating <geoffk@redhat.com>
5007
5008 * dbxout.c (dbxout_init): Use assemble_name rather than just
5009 stripping off the first character.
5010 (dbxout_source_file): Likewise.
5011
6cd444b4
DD
50122002-01-25 DJ Delorie <dj@redhat.com>
5013
5014 * config/sparc/sparc.c (sparc_emit_set_symbolic_const64): Compare
5015 using rtx_equal_p, not by comparing pointers.
5016
751551d5
SE
50172002-01-25 Steve Ellcey <sje@cup.hp.com>
5018
5019 * emit-rtl.c (gen_rtx_REG): Always return the same rtx
5020 for PIC_OFFSET_TABLE_REGNUM.
5021 (init_emit_once): Use gen_raw_REG to initialize pic_offset_table_rtx.
5022
e564e618
DB
50232002-01-25 David O'Brien <obrien@FreeBSD.org>
5024
5025 * config.gcc (x86_64-*-freebsd*): New target.
5026 (x86_64-*-netbsd*,x86_64-*-linux*): Use ${tm_file} rather than its
5027 value.
5028 (i[34567]86-*-freebsd*): Don't include svr4.h.
5029 * config/i386/freebsd64.h: New file.
5030
ff3aaf17
DR
50312002-01-25 Douglas B Rupp <rupp@gnat.com>
5032
4857d29d
DR
5033 * config/alpha/x-vms (version): Make static.
5034
5035 * config/alpha/vms.h (MD_FALLBACK_FRAME_STATE_FOR): Fix error
5036 in previous checkin.
5037
ff3aaf17
DR
5038 * Makefile.in (install-headers-cp): New target.
5039 * config.gcc (alpha-dec-*vms*): Install headers with
5040 install-headers-cp
5041
48d79c43
JH
5042Fri Jan 25 22:42:49 CET 2002 Jan Hubicka <jh@suse.cz>
5043
5044 * unroll.c (unroll_loop): Lower final_value to nonmemory operand;
5045 avoid it's copies.
5046
995b5904
RK
5047Fri Jan 25 08:26:19 2002 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
5048
5049 * builtins.c (expand_builtin_strncpy): Use integer_zerop instead
5050 of compare_tree_int.
5051 (expand_builtin_strncat): Likewise.
5052 * c-decl.c (finish_struct): Use tree_low_cst.
5053 * tree.h (compare_tree_int): Arg is unsigned HOST_WIDE_INT.
5054 * tree.c (compare_tree_int): Likewise.
5055
75eefe3f
UW
50562002-01-25 Ulrich Weigand <uweigand@de.ibm.com>
5057
5058 * reload1.c (eliminate_regs_in_insn): Recognize frame pointer
5059 adjustments even if they are implemented by more than two insns.
5060
5a133afd
JH
5061Fri Jan 25 20:43:56 CET 2002 Jan Hubicka <jh@suse.cz>
5062
995b5904 5063 * df.c (df_ref_create, df_ref_record_1, df_ref_record): Kill BB arg.
5a133afd
JH
5064 * df.h (struct ref): Kill B.
5065 (DF_REF_BB, DF_REF_BBNO): Use BLOCK_FOR_INSN.
5066
5067 * basic-block.h (PROP_EQUAL_NOTES): New flag.
5068 * flow.c (propagate_one_insn): Use it.
5069 (mark_used_regs): Handle NIL.
5070
ead39bdf 50712002-01-25 Geoffrey Keating <geoffk@redhat.com>
3d8dd3c0
GK
5072
5073 * config/stormy16/stormy16.md (tablejump_pcrel): Use a MEM
5074 to help folding.
5075
01a2ccd0
DE
50762002-01-25 David Edelsohn <edelsohn@gnu.org>
5077
5078 * rs6000.md (prefetch): Make address V4SI mode so that the address
5079 is restricted to legitimate form for instruction.
5080
fd29f6ea
BW
50812002-01-25 Bob Wilson <bob.wilson@acm.org>
5082
5083 * doc/install.texi (xtensa-*-elf): New target.
5084 (xtensa-*-linux*): New target.
5085 * doc/contrib.texi: Add myself.
5086
55492b32
NC
50872002-01-25 Nick Clifton <nickc@cambridge.redhat.com>
5088
5089 * config/arm/arm.c (arm_hard_regno_mode_ok): Allow any general
5090 purpose register to hold an SImode (or smaller) value.
5091
72c7c913
JJ
50922002-01-25 Jakub Jelinek <jakub@redhat.com>
5093
5094 * unwind-dw2-fde-glibc.c: If inhibit_libc, use __register_frame*
5095 registry only.
5096 * crtstuff.c: Likewise.
5097
c4df4ceb
KH
50982002-01-25 Kazu Hirata <kazu@hxi.com>
5099
5100 * config/h8300/h8300.md (negation patterns): Tighten
5101 predicates to register_operand.
5102
70e531f5
AH
51032002-01-24 Aldy Hernandez <aldyh@redhat.com>
5104
3bca17dd
PK
5105 * loop.c (emit_prefetch_instructions): Use the prefetch insn's
5106 mode, not Pmode.
70e531f5 5107
3bca17dd 5108 * builtins.c (expand_builtin_prefetch): Same.
70e531f5 5109
a4f76ef9
AO
51102002-01-24 Alexandre Oliva <aoliva@redhat.com>
5111
5112 * config/sh/sh.md (sym_label2reg): Make sure all CONSTs have
5113 modes.
5114
9bf25b09
KH
51152002-01-24 Kazu Hirata <kazu@hxi.com>
5116
5117 * config/h8300/h8300.c (print_operand): Remove support for
5118 operand character 'A'.
5119 * config/h8300/h8300.md (three anonymous patterns): Replace
5120 operand character 'A' with either 'T' or 'S'.
5121
974af6a5
KH
51222002-01-24 Kazu Hirata <kazu@hxi.com>
5123
5124 * config/h8300/h8300.c (print_operand): Remove support for
5125 operand character 'U'.
5126
7a5bb7b8
AP
51272002-01-24 Andris Pavenis <pavenis@latnet.lv>
5128
3bca17dd 5129 * config/i386/t-djgpp: Use NATIVE_SYSTEM_HEADER_DIR.
7a5bb7b8 5130
92a4639e
NC
51312002-01-24 Nick Clifton <nickc@cambridge.redhat.com>
5132
5133 * config/arm/arm.c (arm_hard_regno_mode_ok): Allow SImode
5134 values to be assigned to the stack pointer.
5135
467cb2da
HP
51362002-01-14 Hartmut Penner <hpenner@de.ibm.com>
5137
bebc7e8b 5138 * emit_rtl.c (gen_lowpart_common): Conversion from const_int
467cb2da
HP
5139 to const_double needs to be done right for big-endian systems.
5140
3b6cb920
JM
51412002-01-24 Jason Merrill <jason@redhat.com>
5142
b08dd119 5143 PR c++/2432
3b6cb920
JM
5144 * config/sparc/sparc.md (call-jump peepholes): Pass the right insn
5145 to can_throw_internal.
5146
f3077311
RH
51472002-01-23 Richard Henderson <rth@redhat.com>
5148
5149 * fold-const.c (fold): Change UINT_MAX test to check vs precision
5150 rather than TYPE_MAX_VALUE. Fix indentation and a bogus negation.
5151
e1d71275
AO
51522002-01-24 Alexandre Oliva <aoliva@redhat.com>
5153
5154 * config/sh/sh.md (symGOT_load, sym2GOT, sym2GOTOFF): New expands.
5155 (symGOT2reg): Use them, then set as GOT value as unchanging.
5156 (symGOTOFF2reg): Set REG_EQUAL note. Use a different pseudo
5157 as a temporary, if possible.
5158 (symPLT_label2reg): Enclose (pc) in UNSPEC_PIC. Emit
5159 sym@PLT-(.LPCS#+2-.) instead of sym@PLT+.-(.LPCS#+2).
5160
dc271dbe
KH
51612002-01-23 Kazu Hirata <kazu@hxi.com>
5162
5163 * config/h8300/h8300.md: Fix xorqi and xorqi so that they will
5164 accept to accept 0x80 as operands[2].
5165
1a9017f9
AO
51662002-01-24 Alexandre Oliva <aoliva@redhat.com>
5167
5168 * config/sparc/sparc.md (fix_trunctfdi2): Correct typo in mode.
5169
6932f033
RH
51702002-01-23 Richard Henderson <rth@redhat.com>
5171
5172 * config/alpha/alpha.md (call_value_osf_1_er peepholes): Fix typo.
5173
709619d9
AH
51742002-01-23 Aldy Hernandez <aldyh@redhat.com>
5175
3bca17dd
PK
5176 * c-parse.in (parmlist_or_identifiers): Add maybe_attribute.
5177 (parmlist_or_identifiers_1): Verify that only a parmlist follows
5178 an attribute.
709619d9 5179
3d709fd3
RH
51802002-01-23 Richard Henderson <rth@redhat.com>
5181
5182 * expr.c (move_by_pieces_1): Extend size before negation.
5183
88a446c0
RH
5184 * config/m68k/t-m68kbare (MULTILIB_OPTIONS): Add 68040 and 68060.
5185 (MULTILIB_MATCHES): Remove 68040 and 68060 aliases.
5186 (MULTILIB_EXCEPTIONS): Ignore 68881 and soft-float for 68040 and 68060.
5187 * config/m68k/t-m68kelf: Likewise.
5188
03984308
BW
51892002-01-23 Bob Wilson <bob.wilson@acm.org>
5190
5191 * config/xtensa/elf.h: New file.
5192 * config/xtensa/lib1funcs.asm: New file.
5193 * config/xtensa/lib2funcs.S: New file.
5194 * config/xtensa/linux.h: New file.
5195 * config/xtensa/t-xtensa: New file.
5196 * config/xtensa/xtensa-config.h: New file.
5197 * config/xtensa/xtensa-protos.h: New file.
5198 * config/xtensa/xtensa.c: New file.
5199 * config/xtensa/xtensa.h: New file.
5200 * config/xtensa/xtensa.md: New file.
5201 * config.gcc (xtensa-*-elf*): New target.
5202 (xtensa-*-linux*): New target.
5203 * cse.c (canon_hash): Compare rtx pointers instead of register
5204 numbers. This is required for the Xtensa port.
5205 * integrate.c (copy_insn_list): Handle case where the static
5206 chain is in memory and the memory address has to be copied to
5207 a register.
5208 * doc/invoke.texi (Option Summary): Add Xtensa options.
5209 (Xtensa Options): New node.
5210 * doc/md.texi (Machine Constraints): Add Xtensa machine constraints.
5211
c3d5c3fa
ZW
52122002-01-23 Zack Weinberg <zack@codesourcery.com>
5213
a63bea75
ZW
5214 * diagnostic.c (internal_error): Do ICE suppression only
5215 when ENABLE_CHECKING is not defined.
5216
c3d5c3fa
ZW
5217 * c-typeck.c (require_complete_type): Return error_mark_node
5218 if type is error_mark_node.
5219
1398974c
JJ
52202002-01-23 Janis Johnson <janis187@us.ibm.com>
5221
5222 * toplev.c (process_options): Disable -fprefetch-loop-arrays with
5223 -Os and issue a warning.
5224
807633e5
ZW
52252002-01-23 Zack Weinberg <zack@codesourcery.com>
5226
5227 * doc/fragments.texi, doc/hostconfig.texi: Update to reflect
5228 current (lack of) need for host configuration by hand.
5229
5230 * doc/gccint.texi, doc/rtl.texi, doc/tm.texi: Adjust cross
5231 references. Documentation of some target macros moved from
5232 hostconfig.texi to tm.texi.
5233
cf8002d0
WC
52342002-01-23 Will Cohen <wcohen@redhat.com>
5235
5236 * config/arm/arm.h (THUMB_FUNCTION_PROFILER): Define if not currently
5237 defined.
5238
d1e76310
KH
52392002-01-23 Kazu Hirata <kazu@hxi.com>
5240
5241 * config/h8300/h8300.md (*andorhi3): Accept 0x8000 as an
5242 operand[3].
5243
b2115575
JM
52442002-01-23 Jason Merrill <jason@redhat.com>
5245
f893c16e
JM
5246 * tree.c (build1): Don't set TREE_READONLY on INDIRECT_REF.
5247
b2115575
JM
5248 * function.c (assign_parms): Don't put args of inline functions
5249 into registers when not optimizing.
5250
6bacc7b0
NC
52512002-01-23 Nick Clifton <nickc@cambridge.redhat.com>
5252
5253 * config/arm/arm.md (UNSPEC_PROLOGUE_USE): New unspec constant.
5254 (prologue_use): New pattern.
5255 * config/arm/arm.c (expand_prologue): Use gen_prologue_use in
5256 preference to gen_rtx_USE.
5257 (thumb_expand_prologue): Use gen_prologue_use in preference to
5258 gen_rtx_USE.
5259 (thumb_expand_epilogue): Use gen_prologue_use in preference to
5260 gen_rtx_USE.
5261
a415f7bc
HPN
52622002-01-23 Hans-Peter Nilsson <hp@bitrange.com>
5263
5264 * loop.c [!HAVE_prefetch] (CODE_FOR_prefetch): Define to 0.
5265
5372b3fb
NB
52662002-01-23 Neil Booth <neil@daikokuya.demon.co.uk>
5267
5268 PR c/3504
5269 * doc/extend.texi: Correct documentation of __alignof__.
5270
bd571ffc
ZW
52712002-01-22 Zack Weinberg <zack@codesourcery.com>
5272
5273 * params.h: Rename arguments of DEFPARAM so that it will be
5274 recognized as a translation keyword.
5275
333c8841
AH
52762002-01-22 Aldy Hernandez <aldyh@redhat.com>
5277
bd571ffc
ZW
5278 * extend.texi: Document altivec functions.
5279 Fix N-bit adjectives in X86 builtin documentation.
333c8841 5280
38979c65
AO
52812002-01-22 Alexandre Oliva <aoliva@redhat.com>
5282
5283 * reload.c (reg_overlap_mentioned_for_reload_p): Handle PLUS and
5284 auto_inc_dec values.
5285
7458a9f0
RE
52862002-01-22 Richard Earnshaw <rearnsha@arm.com>
5287
5288 * config/netbsd-aout.h (SWITCH_TAKES_ARG): Remove bogus white space
5289 after backslash.
5290 (ASM_DECLARE_OBJECT_NAME): Add missing backslash before final line.
5291
129bd0c4
AO
52922002-01-22 Alexandre Oliva <aoliva@redhat.com>
5293
5294 * config/i386/freebsd-aout.h (ASM_QUAD): Undefine.
5295
8b9b74a9
RH
52962002-01-22 Richard Henderson <rth@redhat.com>
5297
5298 * config/alpha/alpha.c (split_small_symbolic_mem_operand): Use
5299 copy_insn not copy_rtx.
5300
d0c9db30
AM
53012002-01-23 Alan Modra <amodra@bigpond.net.au>
5302
5303 * combine.c (simplify_and_const_int): Don't trunc_int_for_mode
5304 "nonzero" as that might add "1" bits. Ensure "constop" is
5305 properly sign extened.
5306 (force_to_mode): Tweak for sign extended constop.
5307
1e7e480e
RH
53082002-01-22 Richard Henderson <rth@redhat.com>
5309
5310 * config/alpha/alpha.c (some_small_symbolic_mem_operand) Use
5311 for_each_rtx instead of assuming we're already looking at the MEM.
5312 (split_small_symbolic_mem_operand): Likewise.
5313 * config/alpha/alpha.h (PREDICATE_CODES): Update.
5314 * config/alpha/alpha.md (small symbolic memory splitters): Update.
5315
53162002-01-22 Richard Henderson <rth@redhat.com>
2e271932
RH
5317
5318 * config/alpha/alpha.md (divmodsi_internal_er): Generate lituse
5319 sequence number for the literal.
5320 (divmoddi_internal_er): Likewise.
5321
b7f2fb96
CR
53222002-01-22 Craig Rodrigues <rodrigc@gcc.gnu.org>
5323
5324 PR java/4972
5325 * aclocal.m4 (AM_ICONV): Put linking flags for libiconv
5326 in LIBICONV variable.
5327 * configure: Regenerated.
5328
f66a0046
KW
53292002-01-22 Krister Walfridsson <cato@df.lth.se>
5330
5331 * dependence.c (build_def_use): Remove array_idx.
5332
e3b0efd1
KW
5333 * dwarfout.c (last_filename): Remove.
5334 (output_compile_unit_die): Remove last_filename.
5335
d8086cbb
RS
53362002-01-22 Roger Sayle <roger@eyesopen.com>
5337 Richard Henderson <rth@redhat.com>
5338
5339 PR opt/3640
5340 * fold-const.c (fold): Optimize unsigned comparisons against
5341 UINT_MAX (and similar unsigned constants).
5342
e8d52ba0
JJ
53432002-01-22 Janis Johnson <janis187@us.ibm.com>
5344
d8086cbb 5345 * Makefile.in (loop.o): Depend on OPTABS_H.
1398974c 5346 * loop.c (emit_prefetch_instructions): Check the prefetch operand
d8086cbb 5347 against the predicate.
11303d15 5348
e8d52ba0
JJ
5349 PR target/5379
5350 * config/i386/i386.md (prefetch_sse): Specify "p" as a constraint
5351 for the address operand.
5352
cc7b420e
RH
53532002-01-22 Richard Henderson <rth@redhat.com>
5354
5355 * config/alpha/freebsd.h (FUNCTION_PROFILER): Remove.
5356
816e265a
CR
53572002-01-22 Craig Rodrigues <rodrigc@gcc.gnu.org>
5358
5359 PR other/5450
cc7b420e
RH
5360 * config/i386/sysv4.h (CPP_SPEC): Define, and add CPU
5361 preprocessor flags.
816e265a 5362
7c884404
JT
53632002-01-22 Jason Thorpe <thorpej@wasabisystems.com>
5364
5365 * config.gcc (x86_64-*-netbsd*): New target.
5366 * config/i386/netbsd64.h: New file.
5367
2b672c08
AH
53682002-01-22 Aldy Hernandez <aldyh@redhat.com>
5369
d8086cbb 5370 * regrename.c (kill_value): Fix typo.
2b672c08
AH
5371
53722002-01-22 Aldy Hernandez <aldyh@redhat.com>
5373
d8086cbb 5374 * doc/tm.texi: Remove STARTING_FRAME_PHASE.
2b672c08 5375
d8086cbb 5376 * config/rs6000/rs6000.h: Same.
2b672c08 5377
d8086cbb
RS
5378 * function.c (instantiate_virtual_regs): Remove
5379 STARTING_FRAME_PHASE.
5380 (assign_stack_local_1): Same.
5381 Calculate frame phase.
2b672c08 5382
4b02997f
NC
53832002-01-22 Nick Clifton <nickc@redhat.com>
5384
5385 * config/arm/arm.h (CONDITIONAL_REGISTER_USAGE): Move 'regno'
5386 variable declaration to outer scope in order to simplify
5387 future extensions.
5388 (HARD_REGNO_MODE_OK): Replace macro body with a with a call to
5389 arm_hard_regno_mode_ok.
5390 * config/arm/arm-protos.h: Add a prototype for
5391 arm_hard_regno_mode_ok.
5392 * config/arm/arm.c (soft_df_operand): Remove now redundant
5393 check for DImode values using IP_REGNUM.
5394 (nonimmediate_soft_df_operand): Remove now redundant check for
5395 DImode values using IP_REGNUM.
5396 (arm_hard_regno_mode_ok): New function. New check: make sure
5397 that DImode values are not stored in IP_REGNUM.
c14a3a45
NC
5398
5399 * config/arm/arm.c (arm_expand_prologue): Replace REG_MAYBE_DEAD
5400 note with a USE.
5401 (thumb_expand_prologue): Replace REG_MAYBE_DEAD note with a USE.
5402
8a827ab2
JM
54032002-01-22 Jason Merrill <jason@redhat.com>
5404
5405 * c-semantics.c (genrtl_compound_stmt): Only check nesting
5406 consistency if this COMPOUND_STMT is scoped.
5407
cf403648
KH
54082002-01-22 Kazu Hirata <kazu@hxi.com>
5409
5410 * predict.c: Fix formatting.
5411 * print-tree.c: Likewise.
5412 * protoize.c: Likewise.
5413 * real.h: Likewise.
5414 * rtl.h: Likewise.
5415 * sbitmap.h: Likewise.
5416 * scan.c: Likewise.
5417 * sched-deps.c: Likewise.
5418 * sched-vis.c: Likewise.
5419 * sdbout.c: Likewise.
5420 * sibcall.c: Likewise.
5421 * ssa.c: Likewise.
5422 * ssa-ccp.c: Likewise.
5423 * ssa-dce.c: Likewise.
5424 * stmt.c: Likewise.
5425 * stor-layout.c: Likewise.
5426 * system.h: Likewise.
5427
aea9695c
RK
5428Tue Jan 22 06:26:33 2002 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
5429
a8765ae7
RK
5430 * tree.c (int_fits_type_p): If bounds of a subtype are variable, see
5431 if fits in bounds of base type.
5432
aea9695c
RK
5433 * dwarf2out.c (equate_decl_number_to_die): Add "int" to decls.
5434 (loc_descriptor_from_tree, case CALL_EXPR, case ADDR_EXPR): New.
5435 (add_bound_info, default): If can't find a context, make a
5436 SAVE_EXPR.
5437 (dwarf2out_finish): Check for SAVE_EXPR in node->created_for.
5438
58bf601b
HPN
54392002-01-22 Hans-Peter Nilsson <hp@axis.com>
5440
5441 * c-typeck.c (parser_build_binary_op): If result from
5442 build_binary_op is ERROR_MARK just return error_mark_node without
5443 further processing.
5444
f982f805
JT
54452002-01-21 Jason Thorpe <thorpej@wasabisystems.com>
5446
5447 * config/netbsd.h (TARGET_HAS_F_SETLKW): define.
5448 Split a.out-specific bits into...
5449 * config/netbsd-aout.h: ...this.
5450 * config/netbsd-elf.h: New file.
5451 * config/alpha/netbsd-elf.h: Remove.
5452 * config/alpha/netbsd.h: Rewrite for a NetBSD/alpha ELF target.
5453 * config/i386/netbsd-elf.h (LIB_SPEC): Remove.
bd571ffc 5454 (STARTFILE_SPEC): Remove redundant definition.
f982f805
JT
5455 (ENDFILE_SPEC): Likewise.
5456 (LINK_SPEC): Likewise.
5457 (CPP_SPEC): Likewise.
5458 (ASM_SPEC): Likewise.
5459 (LIB_SPEC): Likewise.
5460 (SWITCH_TAKES_ARG): Likewise.
5461 (TARGET_MEM_FUNCTIONS): Likewise.
5462 (CPP_PREDEFINES): Redefine.
5463 (ASM_FINAL_SPEC): Remove redefinition.
5464 (ASM_COMMENT_START): Redefine.
5465 (FUNCTION_PROFILER): Define.
5466 (TARGET_VERSION): Redefine.
5467 Comment and formatting cleanup.
5468 * config/i386/netbsd.h: Include <netbsd-aout.h>.
5469 * config/m68k/netbsd.h: Include <netbsd-aout.h>.
5470 * config/mips/netbsd.h: Rewrite for NetBSD/mips ELF target,
5471 big- or little-endian.
5472 * config/ns32k/netbsd.h: Include <netbsd-aout.h>.
5473 * config.gcc (*-*-netbsd*): Add definitions common to all
5474 NetBSD configs.
5475 (alpha*-*-netbsd*): Remove redundant xm_defines, gas, and
5476 gnu_ld definitions. Add netbsd-elf.h to and remove
5477 alpha/netbsd-elf.h from tm_file. Remove alpha/t-crtfm from
5478 tmake_file, and don't lose previous tmake_file contents.
5479 (arm*-*-netbsd*): Add netbsd-aout.h to tm_file.
5480 (i[34567]86-*-netbsdelf*): Remove redundant xm_defines, gas, and
5481 gnu_ld definitions. Add netbsd-elf.h to tm_file.
5482 (mips-dec-netbsd*): Remove as alias for mipsel-*-netbsd*.
5483 (mipsel-*-netbsd*): Rename this to...
5484 (mips*-*-netbsd*): ...this. Add elfos.h to tm_file. Add
5485 mips/little.h to tm_file for mips*el-*.
5486 (powerpc-*-netbsd*): Remove redundant xm_defines definition.
5487 (sparc-*-netbsd*): Add netbsd-aout.h to tm_file.
5488 (vax-*-netbsd*): Add netbsd-aout.h to tm_file.
5489
2e396476
JDA
54902002-01-21 John David Anglin <dave@hiauly1.hia.nrc.ca>
5491
5492 * pa-protos.h (reg_before_reload_operand): New function prototype.
5493 * pa.c (reg_before_reload_operand): New function implementation.
5494 * pa.md (decrement_and_branch_until_zero, movb): Use it. Change "!*m"
5495 contraints to "*m".
5496
3b5708e7
FS
54972002-01-21 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
5498
5499 * combine.c (simplify_and_const_int): Properly sign-extend CONSTOP.
5500
85e79f96
JDA
55012002-01-21 John David Anglin <dave@hiauly1.hia.nrc.ca>
5502
5503 * pa64-hpux.h (MD_EXEC_PREFIX): Set to "/usr/ccs/bin".
5504 (MD_STARTFILE_PREFIX): Set to "/usr/ccs/lib/pa20_64/".
5505 (MD_STARTFILE_PREFIX_1): Set to "/opt/langtools/lib/pa20_64/".
5506 (EH_FRAME_IN_DATA_SECTION): Define and update comment on init sections.
5507 (ENDFILE_SPEC): Undefine.
5508 (STARTFILE_SPEC): Redefine for PA.
5509
38abadee
FS
55102002-01-21 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
5511
5512 * config/rs6000/t-ppccomm (CRTSTUFF_T_CFLAGS_S): Re-add -fPIC.
5513
94f1d97c
DJ
55142002-01-21 Daniel Jacobowitz <drow@mvista.com>
5515
5516 * config.gcc: Add entries to supported PowerPC --with-cpu
5517 types.
5518
0333394e
JJ
55192002-01-21 Jakub Jelinek <jakub@redhat.com>
5520
5521 * config/i386/i386.c (ix86_function_arg_regno_p): Never return
5522 true for 64-bit mode only SSE registers in 32-bit mode.
5523
e9d1b155
KH
55242002-01-21 Kazu Hirata <kazu@hxi.com>
5525
5526 * unwind-dw2.c: Fix formatting.
5527 * unwind-dw2-fde.c: Likewise.
5528 * unwind-dw2-fde.h: Likewise.
5529 * unwind-pe.h: Likewise.
5530 * varasm.c: Likewise.
5531 * varray.h: Likewise.
5532
07338cf8
HPN
55332002-01-21 Hans-Peter Nilsson <hp@bitrange.com>
5534
5535 Remove workaround for register stack overwrite bug in mmix.
5536 * config/mmix/mmix.c (mmix_target_asm_function_prologue): Remove
5537 support for TARGET_REG_STACK_FILL_BUG.
5538 * config/mmix/mmix.h: Remove member has_call_without_parameters.
5539 (TARGET_MASK_REG_STACK_FILL_BUG, TARGET_REG_STACK_FILL_BUG):
5540 Delete.
5541 (TARGET_DEFAULT): Remove TARGET_MASK_REG_STACK_FILL_BUG.
5542 (TARGET_SWITCHES): Remove -mreg-stack-fill-bug-workaround and
5543 -mno-reg-stack-fill-bug-workaround.
5544 * config/mmix/mmix.md ("call", "call_value"): Don't set struct
5545 machine member has_call_without_parameters.
5546 * doc/invoke.texi (Option Summary) <MMIX Options>: Remove
5547 -mreg-stack-fill-bug-workaround and
5548 -mno-reg-stack-fill-bug-workaround.
5549 (MMIX Options): Ditto.
5550
7192cbf1
KH
55512002-01-21 Kazu Hirata <kazu@hxi.com>
5552
5553 * config/h8300/h8300.c (function_arg): Replace 0 with NULL_RTX
5554 as appropriate.
5555 Remove redundant code.
5556
d1552d7b
JM
55572002-01-21 Joseph S. Myers <jsm28@cam.ac.uk>
5558
5559 * config/alpha/alpha.h, config/arc/arc.h, config/avr/avr.h,
5560 config/c4x/c4x.h, config/d30v/d30v.h, config/dsp16xx/dsp16xx.h,
5561 config/fr30/fr30.h, config/ia64/ia64.h, config/m68hc11/m68hc11.h,
5562 config/mips/mips.h, config/rs6000/rs6000.h, config/sparc/sparc.h,
5563 config/stormy16/stormy16.h, config/v850/v850.h: Remove commented
5564 out target macro definitions and non-target-specific comments
5565 mostly taken from old versions of the manual.
5566
ed168e45
KH
55672002-01-20 Kazu Hirata <kazu@hxi.com>
5568
5569 * config/h8300/h8300.h: Fix comment formatting.
5570 * config/ia64/aix.h: Likewise.
5571 * config/ia64/ia64-protos.h: Likewise.
5572 * config/ia64/ia64.c: Likewise.
5573 * config/ia64/ia64.h: Likewise.
5574 * config/ia64/ia64intrin.h: Likewise.
5575 * config/ia64/linux.h: Likewise.
5576 * config/ia64/unwind-aix.c: Likewise.
5577 * config/ia64/unwind-ia64.c: Likewise.
5578
005e3e05
KH
55792002-01-20 Kazu Hirata <kazu@hxi.com>
5580
5581 * config/h8300/h8300.c: Revise comments about shift code.
5582
64bead4c
KH
55832002-01-20 Kazu Hirata <kazu@hxi.com>
5584
5585 * config/h8300/h8300.c (function_arg): Update a comment.
5586
ed863595
KH
55872002-01-20 Kazu Hirata <kazu@hxi.com>
5588
5589 * config/h8300/h8300.md: Update the comments at the beginning
5590 of the file.
5591
5904dc87
KH
55922002-01-20 Kazu Hirata <kazu@hxi.com>
5593
5594 * config/i370/i370.c: Fix comment formatting.
5595 * config/i370/i370.h: Likewise.
5596 * config/i370/i370.md: Likewise.
5597 * config/i370/linux.h: Likewise.
5598
9702143f
RK
5599Sun Jan 20 18:40:14 2002 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
5600
cbafacd1
RK
5601 * reg-stack.c (subst_stack_regs): Properly check for deleted insn.
5602
9702143f
RK
5603 * dwarf2out.c (loc_descriptor_from_tree): Add TRUTH_*_EXPR cases.
5604 (gen_struct_or_union_type_die): Don't SIGSEGV if no TYPE_STUB_DECL
5605 in incomplete case.
5606
6b6996b8
GS
56072002-01-20 Graham Stott <grahams@redhat.com>
5608
5609 * cfgloop.c (flow_loop_preheader_scan): Fix typo.
5610
eab854f6
JDA
56112002-01-19 John David Anglin <dave@hiauly1.hia.nrc.ca>
5612
5613 * config.gcc (hppa*64*-*-hpux11*): Fix tmake_file.
5614
5b029315
TR
56152002-01-19 Tom Rix <trix@redhat.com>
5616
5617 * config/rs6000/rs6000.md: Fix DF split for 64 bit hosts.
5618
1d690052
AH
56192002-01-18 Aldy Hernandez <aldyh@redhat.com>
5620
d8086cbb 5621 * doc/tm.texi (STARTING_FRAME_PHASE): Document.
1d690052 5622
d8086cbb
RS
5623 * function.c (assign_stack_local_1): Adjust x_frame_offset with
5624 STARTING_FRAME_PHASE.
5625 (STARTING_FRAME_PHASE): New.
5626 (instantiate_virtual_regs): Check saneness of
5627 STARTING_FRAME_PHASE.
1d690052 5628
d8086cbb 5629 * config/rs6000/rs6000.h (STARTING_FRAME_PHASE): New.
1d690052 5630
4dd8c093
AO
56312002-01-19 Alexandre Oliva <aoliva@redhat.com>
5632
5633 * config/sh/sh.md (movdf_i4 split): Fix alter_subreg calls.
5634
6f2a28d7
CR
56352002-01-18 Craig Rodrigues <rodrigc@gcc.gnu.org>
5636
5637 * doc/install.texi (hppa*-hp-hpux11): Clarify that GCC 2.95.x cannot
5638 be used for bootstrapping GCC 3.0.
5639
8763a465
KH
56402002-01-18 Kazu Hirata <kazu@hxi.com>
5641
5642 * config/h8300/h8300.md: Fix an insn length.
5643
3ef42a0c
KH
56442002-01-18 Kazu Hirata <kazu@hxi.com>
5645
5646 * bitmap.h: Fix comment formatting.
5647 * combine.c: Likewise.
5648 * cppfiles.c: Likewise.
5649 * c-pragma.h: Likewise.
5650 * c-typeck.c: Likewise.
5651 * df.c: Likewise.
5652 * dwarf2out.c: Likewise.
5653 * function.c: Likewise.
5654 * gcc.c: Likewise.
5655 * genattrtab.c: Likewise.
5656 * gthr-win32.h: Likewise.
5657 * haifa-sched.c: Likewise.
5658 * predict.c: Likewise.
5659 * rtlanal.c: Likewise.
5660 * rtl.h: Likewise.
5661 * unwind-dw2-fde.h: Likewise.
5662 * unwind-pe.h: Likewise.
5663 * vmsdbgout.c: Likewise.
5664
dd4dc3cd
RK
5665Thu Jan 17 15:28:26 2002 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
5666
5667 * attribs.c (decl_attributes): Clear ATTR_FLAG_TYPE_IN_PLACE
5668 if type_required and passed decl.
5669
5fb4cf24
AH
56702002-01-17 Aldy Hernandez <aldyh@redhat.com>
5671
d8086cbb
RS
5672 * config.gcc (cpu_type): Include altivec.h in powerpc
5673 extra_headers.
5674 Same for darwin.
5fb4cf24 5675
d8086cbb 5676 * config/rs6000/altivec.h: New.
5fb4cf24 5677
2705baf5
DE
56782002-01-17 David Edelsohn <edelsohn@gnu.org>
5679
5680 * doc/install.texi (*-ibm-aix*): Update assembler and exception
5681 handling information.
5682 * doc/trouble.texi (Interoperation): Add libstdc++ information
5683 for AIX.
5684 (Misunderstandings): Add template instantiation and static template
5685 member information for AIX.
5686
dbd680e1
JM
56872002-01-17 Jason Merrill <jason@redhat.com>
5688
821adc5e
JM
5689 * dbxout.c (dbxout_type): Support const and volatile.
5690
dbd680e1
JM
5691 * except.c (add_partial_entry): Remove backwards compatibility code.
5692 (end_protect_partials): Likewise.
5693
d0e82870
JJ
56942002-01-17 Jakub Jelinek <jakub@redhat.com>
5695
5696 * config/ia64/ia64.md (prologue_use): New.
5697 * config/ia64/ia64.c (ia64_expand_prologue): Use
5698 gen_prologue_use instead of gen_rtx_USE.
5699 (group_barrier_needed_p): Handle CODE_FOR_prologue_use the same way
5700 as CODE_FOR_pred_rel_mutex.
5701 (ia64_sched_reorder2): Likewise.
5702
f9f45c65
EC
57032002-01-16 Eric Christopher <echristo@redhat.com>
5704
5705 * config/mips/r3900.h: Reformat.
5706 (SUBTARGET_CPP_SIZE_SPEC): Remove.
5707 * config/mips/isa3264.h (SUBTARGET_CPP_SIZE_SPEC): Ditto.
5708 * config/mips/mips.h (ABI_GAS_ASM_SPEC): Default to "".
5709 (SUBTARGET_CPP_SIZE_SPEC): Rewrite.
5710 * config/mips/t-elf: Remove mips3 multilib.
5711
c66c8b0e
L
57122002-01-16 H.J. Lu <hjl@gnu.org>
5713
5714 * config/mips/linux.h: Include "mips/abi64.h".
5715
5f083b72
L
57162002-01-16 H.J. Lu <hjl@gnu.org>
5717
5718 * config/mips/t-linux: New.
5719
5720 * config.gcc: Add mips/t-linux to tmake_file for mips*-*-linux*.
5721
5722 * config/mips/linux.h: Don't include "gofast.h".
5723 (INIT_SUBTARGET_OPTABS): Removed.
5724
af3c90a6
KH
57252002-01-16 Kazu Hirata <kazu@hxi.com>
5726
5727 * config/h8300/h8300-protos.h: Replace emit_a_shift with
5728 output_a_shift.
5729 * config/h8300/h8300.c: Likewise.
5730 * config/h8300/h8300.md: Likewise.
5731
a1bf0a16
KH
57322002-01-16 Kazu Hirata <kazu@hxi.com>
5733
5734 * config/h8300/h8300.md (pushqi1_h8300): Use a tab instead of
5735 spaces after an opcode name.
5736 (pushqi1_h8300hs): Likewise.
5737 (pushhi1_h8300hs): Likewise.
5738
88ab0d1c
KH
57392002-01-16 Kazu Hirata <kazu@hxi.com>
5740
5741 * doc/extend.texi: Replace "option" with "attribute"
5742 appropriately.
5743
51c561e3
JJ
57442002-01-16 Jakub Jelinek <jakub@redhat.com>
5745
5746 * config/alpha/alpha.c (some_small_symbolic_mem_operand): Look into
5747 (and:DI () (const_int -8)).
5748 (split_small_symbolic_mem_operand): Split
5749 (mem (and:DI () (const_int -8)).
5750
b8c1a6b8
JJ
57512002-01-16 Jakub Jelinek <jakub@redhat.com>
5752
5753 PR target/5309:
d8086cbb 5754 * config/sparc/sparc.c (ultrasparc_adjust_cost): Handle TYPE_IDIV the
b8c1a6b8
JJ
5755 same way as TYPE_IMUL.
5756 (ultrasparc_sched_reorder): Likewise.
5757 * config/sparc/sparc.md (type): Add comment to update
5758 ultrasparc_sched_reorder when making changes.
5759
1e4e4df2
KH
57602002-01-16 Kazu Hirata <kazu@hxi.com>
5761
5762 * doc/invoke.texi: Change the dump file name of block
5763 reordering pass from 28.bbro to 29.bbro.
5764 Mention -dk option.
5765
14d920c0
JH
5766Wed Jan 16 17:54:22 CET 2002 Jan Hubicka <jh@suse.cz>
5767
5768 * i386.md (minsf splitter): Fix pasto.
5769
2e99323f
NC
57702002-01-16 Nick Clifton <nickc@cambridge.redhat.com>
5771
5772 * config/arm/arm.c (arm_expand_prologue): Add REG_MAYBE_DEAD note
5773 to frame pointer initialisation instruction.
5774 (thumb_expand_prologue): Add REG_MAYBE_DEAD note to frame pointer
5775 initialisation instruction.
ab8081c1
NC
5776 (soft_df_operand): Do not accept the IP register.
5777 (nonimmediate_soft_df_operand): Do not accept the IP register.
2e99323f 5778
c4031a04
JJ
57792002-01-16 Jakub Jelinek <jakub@redhat.com>
5780
5781 PR target/5357:
5782 * config/sparc/sparc.c (sparc_override_options): Avoid MASK_V9 and
5783 MASK_V8 being both set.
5784
44b8152b
UW
57852002-01-16 Ulrich Weigand <uweigand@de.ibm.com>
5786
5787 * config/s390/s390.c (s390_emit_prologue): Do not emit USE
5788 insn for GOT register; add REG_MAYBE_DEAD notes instead.
5789 config/s390/s390.md (call, call_value): Add GOT register to
5790 CALL_INSN_FUNCTION_USAGE where needed.
5791 (call_exp, call_value_exp): New.
5792
1d6e90ac
NC
57932002-01-16 Nick Clifton <nickc@cambridge.redhat.com>
5794
5795 * config/arm/arm.c: General formatting tidy up.
5796
57972002-01-16 Graham Stott <grahams@redhat.com>
60e8b9f0
GS
5798
5799 * calls.c (try_to_integrate): Use "(size_t)" intermediate
5800 cast and when casting an integer literal to "rtx" pointer.
5801 (expand_call): Likewise.
5802 * flow.c (try_pre_increment): Likewise.
5803 (find_use_as_address): Likewise.
5804 * integrate.c (expand_iline_function): Likewise.
5805 * regmove.c (try_auto_increment): Likewise.
5806
1d6e90ac 58072002-01-16 Graham Stott <grahams@redhat.com>
7b25b076
GS
5808
5809 * sched-rgn.c (passed): Use sbitmap_free.
5810 (header): Likewise.
5811 (inner): Likewise.
5812 (in_queue): Likewise.
5813 (in_stack): Likewise.
5814
31fce3c4
EC
58152002-01-15 Eric Christopher <echristo@redhat.com>
5816
5817 * flow.c (propagate_one_insn): Change to use fatal_insn.
5818
c99d986a
KH
58192002-01-15 Kazu Hirata <kazu@hxi.com>
5820
5821 * expmed.c (extract_fixed_bit_field): Remove unused code.
5822 * system.h: Poison SLOW_ZERO_EXTEND.
5823 * doc/tm.texi: Remove.
5824 * config/1750a/1750a.h (SLOW_ZERO_EXTEND): Remove.
5825 * config/arm/arm.h: Likewise.
5826 * config/avr/avr.h: Likewise.
5827 * config/clipper/clipper.h: Likewise.
5828 * config/convex/convex.h: Likewise.
5829 * config/d30v/d30v.h: Likewise.
5830 * config/dsp16xx/dsp16xx.h: Likewise.
5831 * config/elxsi/elxsi.h: Likewise.
5832 * config/fr30/fr30.h: Likewise.
5833 * config/h8300/h8300.h: Likewise.
5834 * config/i370/i370.h: Likewise.
5835 * config/i386/i386.h: Likewise.
5836 * config/m68k/m68k.h: Likewise.
5837 * config/mips/mips.h: Likewise.
5838 * config/ns32k/ns32k.h: Likewise.
5839 * config/pdp11/pdp11.h: Likewise.
5840 * config/pj/pj.h: Likewise.
5841 * config/s390/s390.h: Likewise.
5842 * config/sh/sh.h: Likewise.
5843 * config/stormy16/stormy16.h: Likewise.
5844 * config/v850/v850.h: Likewise.
5845 * config/vax/vax.h: Likewise.
5846 * config/we32k/we32k.h: Likewise.
5847
acfab996
AH
58482002-01-15 Aldy Hernandez <aldyh@redhat.com>
5849
d8086cbb
RS
5850 * config/rs6000/rs6000.md (altivec_stvx): Add parallels to stvx.
5851 (altivec_lvsl): Change constraint to b.
5852 (altivec_lvsr): Same.
5853 (altivec_lvebx): Same.
5854 (altivec_lvehx): Same.
5855 (altivec_lvewx): Same.
5856 (altivec_lvxl): Same.
5857 (altivec_lvx): Same.
5858 (altivec_stvx): Add parallel.
5859 (altivec_stvxl): Same.
5860 (altivec_stvehx): Same.
5861 (altivec_stvebx): Same.
5862 (altivec_stvebx): Same.
acfab996 5863
5e505bc9
AH
58642002-01-15 Aldy Hernandez <aldyh@redhat.com>
5865
d8086cbb 5866 * config.gcc: Change altivec.h to altivec-defs.h.
5e505bc9 5867
d8086cbb 5868 * config/rs6000/altivec.h: Delete.
5e505bc9 5869
d8086cbb 5870 * config/rs6000/altivec-defs.h: Add.
5e505bc9 5871
5c41fdfb
JDA
58722002-01-15 John David Anglin <dave@hiauly1.hia.nrc.ca>
5873
5874 * vax.c (vax_rtx_cost): Return MAX_COST for unsupported MULT, UDIV
5875 and UMOD modes.
5876
5877 * vax.h (INDEX_TERM_P): Restrict indexing to modes which have a size
5878 less than or equal to eight bytes.
5879
5880 * vax.md (andsi3): Remove constraints and change SET destination
5881 operand type to nonimmediate_operand.
5882 (andhi3, andqi3): Likewise. Don't clear high order bits of operand 1
5883 when it is a CONST_INT.
5884
de097a2d
JM
58852002-01-15 Jason Merrill <jason@redhat.com>
5886
5887 * c-common.def (FILE_STMT): New code.
5888 * c-common.c (statement_code_p): It's a statement.
5889 * c-common.h (stmt_tree_s): Add x_last_filename.
5890 (FILE_STMT_FILENAME_NODE, FILE_STMT_FILENAME): New macros.
5891 (last_expr_filename): New macro.
5892 * c-semantics.c (begin_stmt_tree): Initialize it.
5893 (add_stmt): If the filename changed, also insert a
5894 FILE_STMT.
5895 (expand_stmt): Handle seeing one.
5896
4a913dd6
EC
58972002-01-15 Eric Christopher <echristo@redhat.com>
5898
5899 * flow.c (propagate_one_insn): Add error message and print out
5900 insn for debugging.
5901
006946e4
JM
59022002-01-15 Joseph S. Myers <jsm28@cam.ac.uk>
5903
5904 * system.h (ASM_IDENTIFY_GCC, STDC_VALUE, TRAMPOLINE_ALIGN,
5905 ASM_IDENTIFY_GCC_AFTER_SOURCE): Poison.
5906 * config/pdp11/pdp11.h (TRAMPOLINE_ALIGN): Rename to
5907 TRAMPOLINE_ALIGNMENT.
5908 * config/arm/arm.h, config/mcore/mcore.h: Likewise. Change value
5909 to be in bits.
5910 * config/i386/cygwin.h (PCC_BITFIELDS_TYPE_MATTERS): Rename to
5911 PCC_BITFIELD_TYPE_MATTERS.
5912 * config/interix.h (STDC_VALUE): Remove. Use
5913 STDC_0_IN_SYSTEM_HEADERS.
5914 * config/darwin.h (ASM_IDENTIFY_GCC), config/dsp16xx/dsp16xx.h
5915 (ASM_IDENTIFY_GCC), config/stormy16/stormy16.h (ASM_IDENTIFY_GCC,
5916 ASM_IDENTIFY_GCC_AFTER_SOURCE): Remove.
5917
751a1458
CR
59182002-01-15 Craig Rodrigues <rodrigc@gcc.gnu.org>
5919
5920 * doc/install.texi (hppa*-hp-hpux11): --enable-threads does
5921 not work on this platform currently.
5922
57771fe8
JM
59232002-01-15 Joseph S. Myers <jsm28@cam.ac.uk>
5924
5925 * c-typeck.c (build_unary_op): Don't wrap msgid argument of
5926 readonly_warning in _().
5927
0e83ceb1 59282002-01-15 Douglas B Rupp <rupp@gnat.com>
9a52433e 5929
0e83ceb1 5930 * gcc.c (delete_if_ordinary): Backout previous change.
9a52433e 5931
8e2e89f7
KH
59322002-01-15 Kazu Hirata <kazu@hxi.com>
5933
0e83ceb1
DR
5934 * config/h8300/h8300.c (print_operand): Remove support for
5935 unused operand characters.
5936
8e2e89f7
KH
5937 * read-rtl.c: Fix formatting.
5938 * real.c: Likewise.
5939 * recog.c: Likewise.
5940 * regclass.c: Likewise.
5941 * regmove.c: Likewise.
5942 * reg-stack.c: Likewise.
5943 * reload1.c: Likewise.
5944 * rtlanal.c: Likewise.
5945
b531087a
KH
59462002-01-15 Kazu Hirata <kazu@hxi.com>
5947
5948 * config/i386/i386.c: Fix formatting.
5949
7c94ce7f
JJ
59502002-01-15 Jakub Jelinek <jakub@redhat.com>
5951
5952 * c-typeck.c (process_init_element): Don't save_expr
5953 COMPOUND_LITERAL_EXPR if just its initializer will be used.
5954
6041bf2f
DE
59552002-01-15 David Edelsohn <edelsohn@gnu.org>
5956
5957 * config/rs6000/rs6000.c (rs6000_output_function_epilogue): Do not
5958 emit optional traceback table if optimize_size or TARGET_ELF.
5959 * config/rs6000/rs6000.md (prefetch): New.
5960
8559c8c0
AJ
59612002-01-15 Andreas Jaeger <aj@suse.de>
5962
5963 * config.gcc (x86_64-*-*): Install mmintrin.h and xmmintrin.h.
5964
70f122f2
KH
59652002-01-15 Kazu Hirata <kazu@hxi.com>
5966
5967 * mips-tfile.c: Fix formatting.
5968
6a7b4ca6
JH
5969Tue Jan 15 00:56:11 CET 2002 Jan Hubicka <jh@suse.cz>
5970
5971 * unroll.c (final_reg_note_copy): Fix previous commit.
5972
e7afe229
KH
59732002-01-14 Kazu Hirata <kazu@hxi.com>
5974
5975 * config/h8300/h8300-protos.h: Remove the prototype for
5976 eq_operator.
5977 * config/h8300/h8300.c (eq_operator): Remove.
5978
7d378549
RH
59792002-01-14 Richard Henderson <rth@redhat.com>
5980
5981 * config/i386/i386.md (prefetch): Tidy.
5982 (prefetch_3dnow): Fix locality operand.
5983
ab093b81
RH
59842002-01-14 Richard Henderson <rth@redhat.com>
5985
5986 * config/mips/mips.h (HI_AND_FP_REGS): New register class.
5987 (CLASS_CANNOT_CHANGE_MODE): Disallow HI in little-endian mode.
5988
d300f51f
HPN
59892002-01-14 Hans-Peter Nilsson <hp@bitrange.com>
5990
5991 * reload1.c (reload_combine): Pass reg_sum replacement through
5992 copy_rtx in loop performing multiple changes.
5993
655dd289
JJ
59942002-01-14 Jakub Jelinek <jakub@redhat.com>
5995
5996 * except.c (remove_unreachable_regions): New.
5997 (free_eh_status): Clear exception_handler_labels.
5998 (convert_from_eh_region_ranges): Call remove_unreachable_regions.
5999 (find_exception_handler_labels): Don't add the same label more than
6000 once.
6001 (remove_exception_handler_label): Don't die if
6002 find_exception_handler_labels hasn't been called for the current
6003 function yet.
6004
1fba46a7
JH
6005Mon Jan 14 21:26:13 CET 2002 Jan Hubicka <jh@suse.cz>
6006
6007 * toplev.c (rest_of_compilation): Rebuild jump labels after
6008 gcse.
6009
0975678f
JM
60102002-01-14 Joseph S. Myers <jsm28@cam.ac.uk>
6011
6012 * doc/extend.texi: Move documentation of X86 built-in functions
6013 here.
6014 * doc/invoke.texi: From here.
6015 * doc/sourcebuild.texi: Document location of documentation for
6016 machine built-in functions.
6017
969815c7
CF
60182002-01-13 Christopher Faylor <cgf@redhat.com>
6019
6020 * cppfiles.c (TEST_THRESHOLD): New macro.
6021 (SHOULD_MMAP): Ditto.
6022 (read_include_file): Use SHOULD_MMAP macro to decide when mmap should
6023 be used.
6024
494c950b
JH
6025Mon Jan 14 20:23:34 CET 2002 Jan Hubicka <jh@suse.cz>
6026
6027 * unroll.c (final_reg_note_copy): Properly handle
6028 REG_LABEL
6029 (unroll_loops): Fix LOOP_CONDITION heuristics.
6030
69a0611f
GK
60312002-01-14 Geoffrey Keating <geoffk@redhat.com>
6032
6033 * doc/invoke.texi (Xstormy16 Options): Add xstormy16 option.
6034 * doc/md.texi (Machine Constraints): Use @minus{} where appropriate.
6035
b90e45ae
JH
6036Mon Jan 14 20:18:19 CET 2002 Jan Hubicka <jh@suse.cz>
6037
6038 * cfgcleanup.c (try_forward_edges): Avoid infinite loop at infinite
6039 threaded loop.
6040
8377288b
TR
60412002-01-14 Tom Rix <trix@redhat.com>
6042
6043 * config/rs6000/rs6000.md: Fix typo with sradi.
6044
9f37ccb1
UW
60452002-01-14 Ulrich Weigand <uweigand@de.ibm.com>
6046
6047 * config/s390/s390.md (movstrdix_64, movstrsix_31, movstrdi_64,
6048 movstrsi_31, clrstrsi_64, clrstrsi_31): Improve RTL templates.
6049 (clrstrdi, clrstrsi): Adapt callers.
6050
6051 (extendsidi2, zero_extendsidi2): Remove no-conflict blocks.
6052
8559c8c0 6053 (movti splitter): Never use register 0 as base register.
9f37ccb1 6054
6c2d03d0
HP
60552002-01-14 Hartmut Penner <hpenner@de.ibm.com>
6056
8559c8c0
AJ
6057 * combine.c (simplify_shift_const): Always generate new rtx
6058 for shift expression instead of reusing given expression.
6c2d03d0 6059
d3e98208
RK
6060Mon Jan 14 07:08:55 2002 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
6061
6062 * config/alpha/alpha.c (alpha_expand_mov): Don't call
6063 alpha_legitimize_address unless mode is Pmode.
6064
9f339dde
GK
60652002-01-13 Geoffrey Keating <geoffk@redhat.com>
6066
6067 * doc/md.texi (Modifiers): Document the '*' constraint for the
6068 user.
6069
6070 * doc/md.texi (Machine Constraints): Add constraints for xstormy16.
6071 * doc/extend.texi (Function Attributes): 'interrupt' is valid
6072 for xstormy16 too.
6073
02a10130
RH
60742002-01-13 Richard Henderson <rth@redhat.com>
6075
6076 * reload.c (find_reloads): Use a hard reg destination as reload reg
6077 for an input reload of the source.
6078
61d47787
GP
60792002-01-13 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
6080
6081 * doc/install.texi (Binaries): Make link to ftp.writtenword.com
6082 more generic.
6083
f0df8029
DR
6084Sun Jan 13 07:23:01 2002 Douglas B Rupp <rupp@gnat.com>
6085
6086 * Makefile.in (LIB2FUNCS): Split into LIB2FUNCS_1 and LIB2FUNCS_2.
6087 * mklibgcc.in (LIB2FUNCS): Split into LIB2FUNCS_1 and LIB2FUNCS_2.
6088
d2a37256
DR
6089 * config/alpha/x-vms (USE_COLLECT2): Set to empty.
6090
a9e8a5ee
RK
6091Sun Jan 13 06:55:31 2002 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
6092
6093 * dwarf2out.c (mem_loc_descriptor, case ADDRESSOF): New case.
6094
bc06712d
TR
60952002-01-12 Tom Rix <trix@redhat.com>
6096
8559c8c0 6097 * config/rs6000/rs6000.c (rs6000_emit_set_long_const): Use ior for
bc06712d
TR
6098 TARGET_POWERPC64.
6099
7cbe9bb7
RH
61002002-01-12 Richard Henderson <rth@redhat.com>
6101
38b29e64
RH
6102 * config/i386/i386.c (bdesc_2arg): Mark psadbw MASK_3DNOW_A.
6103
58605ba0
RH
6104 * doc/invoke.texi: Update Alpha options.
6105
7cbe9bb7
RH
6106 * doc/invoke.texi: Update i386 built-in function lists.
6107
9d560860
JH
6108Sat Jan 12 17:38:11 CET 2002 Jan Hubicka <jh@suse.cz>
6109
6110 * unroll.c (final_reg_note_copy): Avoid crash on REG_LABEL note
6111 referencing outside.
6112
bb93b973
RK
6113Sat Jan 12 08:54:51 2002 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
6114
6115 * diagnostic.c (warn_deprecated_use): Rework to lower indentation.
6116 * expr.c (emit_move_insn_1): Remove warning, use HOST_WIDE_INT for
6117 offsets, and change line folding.
6118 * optabs.c (expand_binop): Remove warnings.
6119 * sdbout.c (sdbout_record_type_name): Constify NAME to avoid warning.
8559c8c0 6120
f9f6b7df
GS
61212002-01-12 Graham Stott <grahams@redhat.com>
6122
6123 * attribs.c (handle_deprecated_attribute): constify WHAT.
6124 * diagnostic.c (warn_deprecated_use): Add braces, fixes
6125 dangling else warning and constify WHAT.
6126 * except.h (struct function, struct inline_remap): Move
6127 struct tag forward defs before all prototypes.
6128 (duplicate_eh_regions): Whitespace.
6129
4a692617
NC
61302002-01-12 Nick Clifton <nickc@cambridge.redhat.com>
6131
6132 * config/arm/arm.h (ARM_LEGITIMIZE_RELOAD_ADDRESS): Use
6133 MODE_BASE_REG_CLASS.
6134 (THUMB_LEGITIMIZE_RELOAD_ADDRESS): Use MODE_BASE_REG_CLASS.
6135
e37af218
RH
61362002-01-12 Richard Henderson <rth@redhat.com>
6137
6138 * config/i386/i386.c (override_options): If SSE, enable sse prefetch.
6139 (ix86_expand_vector_move): New.
6140 (bdesc_2arg): Remove andps, andnps, orps, xorps.
6141 (ix86_init_mmx_sse_builtins): Make static. Remove composite builtins.
6142 Remove old prefetch builtins. Special case the logicals removed above.
6143 (ix86_expand_builtin): Likewise.
6144 (safe_vector_operand): Use V4SFmode, not TImode.
6145 (ix86_expand_store_builtin): Remove shuffle arg. Update callers.
6146 (ix86_expand_timode_binop_builtin): New.
6147 * config/i386/i386-protos.h: Update.
6148 * config/i386/i386.h (enum ix86_builtins): Update.
6149 * config/i386/i386.md: Correct predicates on MMX/SSE patterns.
6150 Use ix86_expand_vector_move in vector move expanders.
6151 (movti_internal, movti_rex64): Add xorps alternative.
6152 (sse_clrv4sf): Rename and adjust from sse_clrti.
6153 (prefetch): Don't work so hard.
6154 (prefetch_sse, prefetch_3dnow): Use PREFETCH rtx, not UNSPEC.
6155 * config/i386/xmmintrin.h (__m128): Use V4SFmode.
6156 (_mm_getcsr, _mm_setcsr): Fix typo in builtin name.
6157
6f1a6c5b
RH
61582002-01-11 Richard Henderson <rth@redhat.com>
6159
6160 * config/i386/mmintrin.h: New file.
6161 * config/i386/xmmintrin.h: New file.
6162 * config.gcc (i?86-*-*): Add extra_headers.
6163 * simplify-rtx.c (simplify_unary_operation): Handle saturating
6164 truncation codes.
6165 (simplify_binary_operation): Handle saturating arithmetic codes.
6166 * config/i386/i386.c (ix86_expand_sse_comi): Return the full result,
6167 not the lowpart subreg.
6168 (ix86_expand_builtin): Return a TImode dummy register instead of 0
6169 on error.
6170 * config/i386/i386.md (mmx_clrdi): Override memory attribute.
6171
cdb574d3
MH
61722002-01-12 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
6173
6174 * conflict.c (conflict_graph_compute): Free regsets when finished.
6175 * ssa.c (compute_coalesced_reg_partition): Likewise.
8559c8c0 6176
cf11ac55
HB
61772002-01-12 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
6178
6179 * global.c (find_reg): Check for HARD_REGNO_CALL_PART_CLOBBERED
6180 every where we allocate a register.
6181
76ac938b
MH
61822002-01-12 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
6183
6184 * gcse.c (compute_pre_data, pre_gcse): Use sbitmap_free.
6185 * lcm.c (compute_earliest, compute_farthest): Likewise.
6186
a84b4898
JJ
61872002-01-11 Janis Johnson <janis187@us.ibm.com>
6188
6189 * expr.c (expand_assignment): Fix misuse of MEM_KEEP_ALIAS_SET.
6190
aaef1c12
JJ
61912002-01-11 Janis Johnson <janis187@us.ibm.com>
6192
6193 * doc/rtl.texi (Insns): Fix 2 typos.
6194
5d22c1a5
JM
61952002-01-11 Joseph S. Myers <jsm28@cam.ac.uk>
6196
6197 * doc/invoke.texi: Avoid overfull hboxes. Add summary of D30V
6198 options. Use @table @gcctabopt for MMIX options. Add index
6199 entries for MMIX options. Start new paragraph with first
6200 heading of the machine-dependent options.
6201
3e92902c
CR
62022002-01-11 Craig Rodrigues <rodrigc@gcc.gnu.org>
6203
6204 PR other/5299
6205 * config/ns32k/ns32k.md: Fix spelling mistake of "than" in comments.
6206 * combine.c (force_to_mode): Same.
6207 * reload1.c (clear_reload_reg_in_use): Same.
6208
96ae8197
NC
62092002-01-11 Nick Clifton <nickc@cambridge.redhat.com>
6210
6211 * config/arm/arm.c (arm_gen_constant): Correct test of 'remainder'
6212 and 'subtargets'.
6213
9b780582
AJ
62142002-01-11 Andreas Jaeger <aj@suse.de>,
6215 Brad Lucier <lucier@math.purdue.edu>
6216
6217 * config/i386/i386.h (CPP_CPUCOMMON_SPEC): Remove wrong
6218 mcpu.
6219
12300dad
DR
6220Fri Jan 11 07:35:12 2002 Douglas B Rupp <rupp@gnat.com>
6221
6222 * config/alpha/vms.h: (MD_FALLBACK_FRAME_STATE_FOR): Fix errors.
6223 Protect with IN_LIBGCC.
6224 (LINK_EH_SPEC): Add required trailing space.
6225
27511a9a
NP
6226Fri Jan 11 09:25:05 2002 Nicola Pero <n.pero@mi.flashnet.it>
6227
9b780582 6228 * c-tree.h: Move function declarations so that they are listed
27511a9a
NP
6229 under the filename which contains them.
6230 (check_identifier, finish_decl_top_level,
6231 lookup_name_current_level_global, shadow_record_fields): Remove.
6232
4daeab16
AJ
62332002-01-11 Andreas Jaeger <aj@suse.de>
6234
6235 * config/i386/i386.h (CPP_CPUCOMMON_SPEC): Remove duplicated
6236 march.
6237
40571d67
RH
62382002-01-10 Richard Henderson <rth@redhat.com>
6239
6240 * config/alpha/alpha.c (print_operand): Add 'J'.
6241 * config/alpha/alpha.md (call_osf_1_er, call_value_osf_1_er): Take a
6242 new operand with the sequence number for the lituse. When splitting
6243 the insns, use gen_movdi_er_high_g and generate a sequence number.
6244 (gen_movdi_er_high_g): Print the sequence number if non-zero.
6245
6525c0e7
AH
62462002-01-10 Aldy Hernandez <aldyh@redhat.com>
6247
d8086cbb
RS
6248 * config/rs6000/rs6000.c (altivec_init_builtins): Add support for
6249 lvebx, lvehx, lvewx, lvxl, lvx, stvx, stvebx, stvehx, stvewx,
6250 stvxl.
6251 (altivec_expand_builtin): Same.
6252 (altivec_expand_stv_builtin): New.
6253
6254 * config/rs6000/rs6000.h (rs6000_builtins): Same.
6255
6256 * config/rs6000/rs6000.md ("altivec_lvebx"): New.
6257 ("altivec_lvehx"): New.
6258 ("altivec_lvewx"): New.
6259 ("altivec_lvxl"): New.
6260 ("altivec_lvx"): New.
6261 ("altivec_stvx"): New.
6262 ("altivec_stvebx"): New.
6263 ("altivec_stvehx"): New.
6264 ("altivec_stvewx"): New.
6265 ("altivec_stvxl"): New.
6525c0e7 6266
cda94cbb
RH
62672002-01-10 Richard Henderson <rth@redhat.com>
6268
6269 * cfgrtl.c (delete_insn): Assert insn hasn't been deleted yet.
6270 * reload1.c (delete_output_reload): Zap spill_reg_store. Take
6271 care not to delete instructions twice.
6272
df2c9a44
ZW
62732002-01-10 Zack Weinberg <zack@codesourcery.com>
6274
6275 * toplev.c: Don't declare environ (it's not used anywhere).
6276 * configure.in: Don't check for declaration of environ.
6277 * config/i386/xm-mingw32.h: Don't #define environ.
6278 * config.in, configure: Regenerate.
6279
5dd8a9b1
ZW
62802002-01-10 Zack Weinberg <zack@codesourcery.com>
6281
6282 * configure.in: Set stage1_cflags for powerpc-*-darwin*.
6283 * configure: Regenerate.
6284
6285 * config/interix.h: Set DO_GLOBAL_CTORS_BODY and
6286 DO_GLOBAL_DTORS_BODY here, not in xm-interix.h.
6287 * config/alpha/vms.h: Set INCLUDE_DEFAULTS here, not in
6288 alpha/xm-vms.h.
6289 * config/m68k/t-next: Set OTHER_FIXINCLUDES_DIRS and
6290 LIMITS_H_TEST here, not in m68k/x-next.
6291 * config/rs6000/beos.h: Set STANDARD_INCLUDE_DIR and
6292 SYSTEM_INCLUDE_DIR here, not in rs6000/xm-beos.h.
6293
6294 * config/x-interix: Don't set RANLIB, RANLIB_TEST, SHELL,
6295 LIBGCC2_INCLUDES, or SYSTEM_HEADER_DIR.
6296 * config/alpha/x-vms: Don't set USE_COLLECT2. Add comments.
6297
6298 * config/i386/x-djgpp: Renamed i386/t-djgpp.
6299 * config/m88k/x-dolph: Renamed m88k/t-dolph.
6300 * config/m88k/x-texXD88: Renamed m88k/t-texXD88.
6301 * config/pa/x-pa-mpeix: Renamed pa/t-mpeix. Update for
6302 replacement of quadlib.asm with quadlib.c.
6303
6304 * config/x-interix3, config/xm-interix.h, config/i386/x-beos,
6305 config/i386/xm-osf1elf.h, config/rs6000/x-darwin,
6306 config/rs6000/xm-beos.h: Delete file.
6307
6308 * config.gcc: Update to match above changes.
6309
d10dd44c
KH
63102002-01-10 Kazu Hirata <kazu@hxi.com>
6311
6312 * config/h8300/h8300.h: Fix comment typos.
6313 * config/h8300/h8300.md: Likewise.
6314 * config/h8300/lib1funcs.asm: Likewise.
6315
04894c5a
DJ
63162002-01-10 Dale Johannesen <dalej@apple.com>
6317
6318 PR optimization/5269
6319 * unroll.c (precondition_loop_p): Make *increment be the correct
6320 sign when n_iterations known, to avoid confusing caller.
6321
adc9fe67
KH
63222002-01-10 Kazu Hirata <kazu@hxi.com>
6323
6324 * doc/extend.texi (deprecated): Fix a typo.
6325
b446e5a2
JH
6326Thu Jan 10 22:35:54 CET 2002 Jan Hubicka <jh@suse.cz>
6327
6328 * basic-block.h (update_br_prob_note): Declare.
6329 * cfgcleanup.c (try_simplify_condjump): Call update_br_prob_note.
6330 (try_forward_edges): Care negative frequencies and update note.
6331 (outgoing_edges_match): Tweek conditional merging heuristics.
6332 (try_crossjump_to_edge): use update_br_prob_note.
6333 * cfglayout.c (fixup_reorder_chain): Likewise.
6334 * cfrtl.c (update_br_prob_note): New.
6335 * ifcvt.c (dead_or_predicable): Call update_br_prob_note.
6336
6337 * i386.c (ix86_decompose_address): Return -1 if address contains
6338 shift.
6339 (legitimate_address_p): Require ix86_decompose_address to return 1.
6340
6341 * gcse.c (hash_scan_set): Use CONSTANT_INSN_P.
6342 (cprop_insn): Likewise.
6343
a01da83b
KH
63442002-01-10 Kazu Hirata <kazu@hxi.com>
6345
6346 * toplev.c: Fix formatting.
6347 * tree.c: Likewise.
6348 * tree-dump.c: Likewise.
6349 * unroll.c: Likewise.
6350 * unwind-dw2.c: Likewise.
6351 * unwind-dw2-fde.c: Likewise.
6352 * unwind-dw2-fde-glibc.c: Likewise.
6353 * unwind-sjlj.c: Likewise.
6354
9f85bca7
JM
63552002-01-10 Joseph S. Myers <jsm28@cam.ac.uk>
6356
6357 * doc/invoke.texi: Document PDP-11 options.
6358
f48f56b1
KH
63592002-01-10 Kazu Hirata <kazu@hxi.com>
6360
6361 * config/h8300/h8300.h: Fix formatting.
6362
ead39bdf 63632002-01-10 Ira Ruben <ira@apple.com>
7f180628
IR
6364
6365 Add __attribute__ ((deprecated)).
6366 * extend.texi: Document __attribute__ ((deprecated)).
6367 * invoke.texi: Document -Wno-deprecated-declarations.
6368 * testsuite/g++.dg/other/deprecated.C: New C++ test.
6369 * testsuite/gcc.dg/deprecated.c: New C test.
6370 * attribs.c (enum attrs): Declare handle_deprecated_attribute().
6371 (c_common_attribute_table): Add "deprecated" entry.
6372 (handle_deprecated_attribute): New function.
6373 * c-decl.c (deprecated_states): New enum.
6374 deprecated_state: State of "deprecated" handling.
6375 (start_decl): Set deprecated_state based on attributes.
6376 (grokdeclarator): Test for deprecated uses, propagate attribute.
6377 * c-typeck.c (build_component_ref): Test for deprecated fields.
6378 (build_external_ref): Test for deprecated primaries.
6379 * diagnostic.c (warn_deprecated_use) New function to issue
6380 warnings about __attribute__ ((depricated)) references.
6381 * flags.h (warn_deprecated_decl): Extern declared for
6382 -W[no-]deprecated-declarations option.
6383 * print-tree.c (print_node): Show deprecated flag status.
6384 * toplev.c (warn_deprecated_decl): Defined.
6385 (W_options): Added "deprecated-declaration".
6386 * toplev.h (warn_deprecated_use): Extern declared.
6387 * tree.h (struct tree_common): Define deprecated_flag.
6388 (TREE_DEPRECATED): New macro to access flag.
6389 * cp/call.c (build_call): Test for deprecated calls.
6390 * cp/class.c (add_implicitly_declared_members): Set global
6391 flag to tell grokdeclarator to not issue deprecated warnings.
6392 * cp/cp-tree.h: Add extern for adding_implicit_members.
6393 * cp/decl.c (deprecated_states): New enum.
6394 (start_decl): Set deprecated_state based on attributes.
6395 (grokdeclarator): Test for deprecated uses, propagate attribute.
6396 * cp/lex.c (do_identifier): Test for deprecated primaries.
6397 * cp/typeck.c (build_component_ref): Test for deprecated fields.
6398
ead39bdf 63992002-01-10 Ira Ruben <ira@apple.com>
7f180628
IR
6400
6401 Fix to assign attributes to inline member functions.
6402 * cp/decl.c (start_method): Handle attrlist.
6403
47073a38
KH
64042002-01-10 Kazu Hirata <kazu@hxi.com>
6405
6406 * combine.c (expand_field_assignment): Use subreg_lsb().
6407
d288e53d
DE
64082002-01-10 David Edelsohn <edelsohn@gnu.org>
6409
6410 * alias.c (find_base_value): Add cases for HIGH, PRE_INC, PRE_DEC,
6411 POST_INC, POST_DEC, PRE_MODIFY, and POST_MODIFY.
6412 (find_base_term): Add cases for TRUNCATE, PRE_MODIFY, and POST_MODIFY.
6413 Recurse for any operand of AND as long as constant is non-zero.
6414
08a02ffa
KH
64152002-01-10 Kazu Hirata <kazu@hxi.com>
6416
6417 * config/h8300/h8300.md: Remove constraints from expanders.
6418
c203e7fe
KH
64192002-01-10 Kazu Hirata <kazu@hxi.com>
6420
6421 * varasm.c: Fix formatting.
6422 * varray.c: Likewise.
6423 * vmsdbgout.c: Likewise.
6424 * xcoffout.c: Likewise.
6425
bcb3bc6d
JH
6426Thu Jan 10 17:19:12 CET 2002 Jan Hubicka <jh@suse.cz>
6427
6428 * cfgcleanup.c (try_forward_edges): Properly initialize nthreaded_edges;
cda94cbb 6429 update edge probabilities to match.
bcb3bc6d 6430
0a553c7e
JM
64312002-01-10 Joseph S. Myers <jsm28@cam.ac.uk>
6432
6433 * Makefile.in ($(docdir)/gccint.info, gccint.dvi): Add additional
6434 dependencies.
6435 * doc/languages.texi, doc/sourcebuild.texi: New files.
6436 * doc/configfiles.texi: Make a subsubsection. Update.
6437 * doc/configterms.texi: Add @node. Remove warning that this isn't
6438 instructions for building GCC.
6439 * doc/makefile.texi: Make a subsection.
6440 * doc/gccint.texi: Update.
6441
adc7fcb8
JH
6442Thu Jan 10 16:39:58 CET 2002 Jan Hubicka <jh@suse.cz>
6443
6444 * i386.md (sse_mov?fcc_const0_?): Fix constraints.
6445
5a4dd0b3
NP
6446Thu Jan 10 12:45:50 2002 Nicola Pero <n.pero@mi.flashnet.it>
6447
6448 * doc/cpp.texi: Document the __OBJC__ preprocessor macro.
6449
3987b9db
JH
6450Thu Jan 10 11:19:18 CET 2002 Jan Hubicka <jh@suse.cz>
6451
6452 * optabs.c (expand_fix): Look for wider integer modes first.
6453
6454 * i386.md (mov?f): Avoid the fake const double trick for medium
6455 memory model.
6456 (min?f*/max?f*): Prohibit memory operands for i387 variant.
6457 (fop_df_4): Disable for SSE compilation.
6458
ceb15948 64592002-01-10 Graham Stott <grahams@redhat.com>
117f9d28
GS
6460
6461 * dwarf2out.c (indirect_string_alloc, output_indirect_string):
cda94cbb 6462 Move prototype into DWARF2_DEBUGGING_INFO conditional block.
117f9d28 6463
e1623399
RH
64642002-01-10 Richard Henderson <rth@redhat.com>
6465
6466 * config/alpha/alpha.md (extendsidi2_fix): Penalize f/f alternative.
6467
c4abb293
RH
64682002-01-10 Richard Henderson <rth@redhat.com>
6469
6470 * regrename.c (find_oldest_value_reg): Fix typo in mode change check.
6471 (copyprop_hardreg_forward_1): Likewise. Use mode_change_ok.
6472
d2604ae9
KH
64732002-01-10 Kazu Hirata <kazu@hxi.com>
6474
6475 * combine.c (can_combine_p): Fix a comment typo.
6476
766c7ad1
ZW
64772002-01-09 Zack Weinberg <zack@codesourcery.com>
6478
6479 * Makefile.in (s-gencheck, s-options, s-specs): Handle an
6480 empty list correctly. Change loop index $t to $f for
6481 consistency with rest of Makefile.
6482
95385cbb
AH
64832002-01-08 Aldy Hernandez <aldyh@redhat.com>
6484
6485 * testuite/gcc.dg/altivec-4.c: Add test for mtvscr, dssall,
6486 mfvscr, dss, lvsl, lvsr, dstt, dstst, dststt, dst.
6487
6488 * config/rs6000/rs6000.c (altivec_expand_builtin): Add support for
6489 mtvscr, dssall, mfvscr, dss, lvsl, lvsr, dstt, dst, dstst, dststt.
6490 (altivec_init_builtins): Same.
6491 (altivec_expand_unop_builtin): Return NULL_RTX on error.
6492 (altivec_expand_binop_builtin): Same.
6493 (altivec_expand_ternop_builtin): Same.
6494 (bdesc_dst): New.
6495
6496 * config/rs6000/rs6000.md ("altivec_mtvscr"): New.
6497 ("altivec_vctuxs"): Fix typo.
6498 ("altivec_vnmsubfp"): Same.
6499 ("altivec_dssall"): New.
6500 ("altivec_mfvscr"): New.
6501 ("altivec_dss"): New.
6502 ("altivec_lvsl"): New.
6503 ("altivec_lvsr"): New.
6504 ("altivec_dstt"): New.
6505 ("altivec_dstst"): New.
6506 ("altivec_dststt"): New.
6507 ("altivec_dst"): New.
6508
6509 * config/rs6000/rs6000.h (rs6000_builtins): Add mtvscr, dssall,
6510 mfvscr, dss, lvsl, lvsr, dstt, dstst, dststt, dst.
6511
e4ac76b4
RH
65122002-01-09 Richard Henderson <rth@redhat.com>
6513
6514 * config/alpha/alpha.md (prologue_mcount): Remove lituse_jsr reloc.
6515
c893e4a4
HPN
65162002-01-10 Hans-Peter Nilsson <hp@bitrange.com>
6517
6518 * config/mmix/mmix.c (mmix_asm_identify_gcc): Remove unused
6519 function.
6520 * config/mmix/mmix-protos.h (mmix_asm_identify_gcc): Don't
6521 prototype.
7387c700 6522 * config/mmix/mmix.h (ASM_IDENTIFY_GCC): Remove unused macro.
c893e4a4 6523
f4f4d0f8
KH
65242002-01-09 Kazu Hirata <kazu@hxi.com>
6525
6526 * read-rtl.c: Fix formatting.
6527 * real.c: Likewise.
6528 * regclass.c: Likewise.
6529 * regrename.c: Likewise.
6530 * reg-stack.c: Likewise.
6531 * reload1.c: Likewise.
6532 * reload.c: Likewise.
6533 * rtl.c: Likewise.
6534
cc863bea
KH
65352002-01-09 Kazu Hirata <kazu@hxi.com>
6536
6537 * rtlanal.c (find_reg_fusage): Use XEXP instead of SET_DEST
6538 to extract items in the expr_list chain.
6539
7b4dfe3d
RH
65402002-01-09 Richard Henderson <rth@redhat.com>
6541
6542 * config/vax/vax.c (vax_rtx_cost): Never abort.
6543
1d969638
RH
6544 * config/vax/vax.h (REAL_ARITHMETIC): Define.
6545
7d5ab30e
JH
65462002-01-09 Jan Hubicka <jh@suse.cz>
6547
6548 * gcse.c (cprop_jump): Delete insn if simplified jump is no-op.
6549
9503f3d1
RH
65502002-01-09 Richard Henderson <rth@redhat.com>
6551
6552 * config/arm/arm.c (arm_gen_constant): Use trunc_int_for_mode.
6553 Unify code from various alternatives.
6554
42bd17b7
RH
65552002-01-09 Richard Henderson <rth@redhat.com>
6556
6557 * regrename.c (copy_value): Ignore the copy if the source register
6558 is present in the value chain with a narrower mode.
6559
bdca3c33
HB
65602002-01-09 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
6561
cda94cbb
RH
6562 * real.c (c4xtoe, toc4x): Do some special conversion on long doubles
6563 for the c4x target. Also improve layout.
bdca3c33 6564
c73a5e94
RH
65652002-01-09 Richard Henderson <rth@redhat.com>
6566
6567 * config/m32r/m32r.c (move_src_operand): Fix 32-bit int test.
6568 * config/m32r/m32r.md (and ior xor splitters): Swap operands
6569 to match insn patterns.
6570
dd0a18c0
RH
65712002-01-09 Richard Henderson <rth@redhat.com>
6572
6573 * regrename.c (find_oldest_value_reg): Use gen_rtx_raw_REG.
6574 (copyprop_hardreg_forward_1): Likewise.
6575
1fd9ac1e
JDA
65762002-01-09 John David Anglin <dave@hiauly1.hia.nrc.ca>
6577
6578 * pa.md (decrement_and_branch_until_zero): Change predicate for
6579 operand 0 from register_operand to reg_or_nonsymb_mem_operand.
6580
5cb265ec
BM
65812002-01-09 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
6582
6583 * ginclude/stddef.h: Define _BSD_WCHAR_T_DEFINED_ if _BSD_WCHAR_T_
6584 gets undefined. For Darwin.
6585
fcd8fa8b
HB
65862002-01-09 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
6587
6588 * config/c4x/c4x.h: Use PUSH_ARGS and PUSH_ROUNDING for stack passing.
6589
bd3ab23a
MH
65902002-01-09 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
6591
6592 * config/c4x/c4x/md: Remove extraneous constraints from define_splits.
6593
21e16bd6
RH
65942002-01-08 Richard Henderson <rth@redhat.com>
6595
6596 * regrename.c (copy_value): Ignore overlapping copies.
6597
a5376276
RH
65982002-01-08 Richard Henderson <rth@redhat.com>
6599
6600 * config/alpha/alpha.c (alpha_split_conditional_move): Call copy_rtx
6601 as needed to avoid shared structure.
6602
18cf8dda
KH
66032002-01-08 Kazu Hirata <kazu@hxi.com>
6604
6605 * config/h8300/h8300.c (get_shift_alg): Fix 15-bit LSHIFTRT on
6606 H8/300H and H8/S.
6607
16c484c7
JM
66082002-01-08 Joseph S. Myers <jsm28@cam.ac.uk>
6609
6610 * doc/tm.texi (EASY_DIV_EXPR, IMPLICIT_FIX_EXPR,
6611 LONGJMP_RESTORE_FROM_STACK, MAX_INT_TYPE_SIZE): Remove
6612 documentation of obsolete macros.
6613 * system.h: Poison these macros.
6614 * config/1750a/1750a.h, config/a29k/a29k.h, config/alpha/alpha.h,
6615 config/arc/arc.h, config/arm/arm.h, config/avr/avr.h,
6616 config/c4x/c4x.h, config/clipper/clipper.h,
6617 config/convex/convex.h, config/cris/cris.h, config/d30v/d30v.h,
6618 config/dsp16xx/dsp16xx.h, config/elxsi/elxsi.h,
6619 config/fr30/fr30.h, config/h8300/h8300.h, config/i370/i370.h,
6620 config/i386/i386.h, config/i860/i860.h, config/i960/i960.h,
6621 config/ia64/ia64.h, config/m32r/m32r.h, config/m68hc11/m68hc11.h,
6622 config/m68k/m68k.h, config/m88k/m88k.h, config/mcore/mcore.h,
6623 config/mips/mips.h, config/mmix/mmix.h, config/mn10200/mn10200.h,
6624 config/mn10300/mn10300.h, config/ns32k/ns32k.h, config/pa/pa.h,
6625 config/pdp11/pdp11.h, config/pj/pj.h, config/romp/romp.h,
6626 config/rs6000/rs6000.h, config/s390/s390.h, config/sh/sh.h,
6627 config/sparc/sparc.h, config/stormy16/stormy16.h,
6628 config/v850/v850.h, config/vax/vax.h, config/we32k/we32k.h: Remove
6629 definitions and commented out definitions of obsolete macros.
6630 * config/mips/iris5.h (MAX_WCHAR_TYPE_SIZE): Don't define in terms
6631 of MAX_INT_TYPE_SIZE.
6632
14b3e8ef
UW
66332002-01-08 Ulrich Weigand <uweigand@de.ibm.com>
6634
6635 * config/s390/s390.c (s390_preferred_reload_class): Never
6636 return ADDR_REGS if it isn't a subset of the given class.
6637 * config/s390/s390.h (REGISTER_MOVE_COST): Penalize not just
6638 FP_REGS, but all superclasses as well.
6639
6640 * config/s390/s390.c (s390_function_profiler): Fix thinko.
6641
6642 * config/s390/s390.md (cmpdi_ccu_mem, cmpsi_ccu_mem,
6643 cmphi_ccu_mem, cmpqi_ccu_mem): First operand of compare
6644 must not be a const_int.
6645
a693284d
RH
66462002-01-08 Richard Henderson <rth@redhat.com>
6647
6648 * Makefile.in (toplev.o): Depend on options.h.
6649 (gcc.o): Depend on specs.h.
6650
b3ca30df
JJ
66512002-01-08 Jakub Jelinek <jakub@redhat.com>
6652
6653 * expr.c (store_expr): Convert VOIDmode constants back to target's
6654 mode.
6655
24dbb440
GP
66562002-01-08 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
6657
6658 * doc/invoke.texi: Markup gcc as @command. Refer to
6659 http://gcc.gnu.org/onlinedocs/gcc/Contributors.html instead
6660 of http://gcc.gnu.org/thanks.html.
6661
234e114c
DJ
66622002-01-08 Dale Johannesen <dalej@apple.com>
6663
6664 * config/rs6000/rs6000.md: Add missing int register
6665 target case to movdf_low.
6666
0d24f4d1
ZW
66672002-01-08 Zack Weinberg <zack@codesourcery.com>
6668
6669 * Makefile.in (cs-tconfig.h): Don't depend on $(CONFIG_H) or
6670 except.h. Remove commands to define USING_SJLJ_EXCEPTIONS.
6671 (cppinit.o): Depend on except.h.
6672 (gencheck.h, options.h, specs.h, s-gencheck, s-options,
6673 s-specs): New rules.
6674
6675 * configure.in: Don't AC_DEFINE_UNQUOTED PACKAGE or VERSION.
6676 Don't create specs.h/options.h/gencheck.h here. Remove
6677 unnecessary variable settings from last argument of AC_OUTPUT.
6678 * config.in, configure: Regenerate.
6679 * intl.c: Hardcode package name as "gcc".
6680
6681 * cppinit.c: Include except.h.
6682 (builtin_array): Define __USING_SJLJ_EXCEPTIONS__ when
6683 appropriate.
6684 * unwind-dw2.c, unwind-sjlj.c, config/ia64/unwind-ia64.c:
6685 Use #if(n)def __USING_SJLJ_EXCEPTIONS, not #if
6686 (!)USING_SJLJ_EXCEPTIONS.
6687 * doc/cpp.texi: Document __USING_SJLJ_EXCEPTIONS__.
6688
ed722f66
JM
66892002-01-08 Joseph S. Myers <jsm28@cam.ac.uk>
6690
6691 * doc/tm.texi (ASM_OUTPUT_EH_REGION_BEG, ASM_OUTPUT_EH_REGION_END,
6692 ASM_OUTPUT_LABELREF_AS_INT, DOESNT_NEED_UNWINDER, EH_TABLE_LOOKUP,
6693 OBJC_SELECTORS_WITHOUT_LABELS, OMIT_EH_TABLE): Remove
6694 documentation of obsolete macros.
6695 * system.h: Poison these macros.
6696 * config/d30v/d30v.h, config/ns32k/encore.h,
6697 config/stormy16/stormy16.h: Remove definitions and commented out
6698 definitions of obsolete macros.
6699
31e5e29a
NP
6700Tue Jan 8 15:56:41 2002 Nicola Pero <nicola@brainstorm.co.uk>
6701
6702 * objc/objc-act.c (handle_class_ref): Mark the declaration of
6703 %sobjc_class_ref_%s as used - to prevent unwanted compiler
6704 warnings.
6705
bc1fa59c
UW
67062002-01-08 Ulrich Weigand <uweigand@de.ibm.com>
6707
6708 * config/s390/linux.h (ASM_OUTPUT_LABELREF): Remove.
6709 * config/s390/s390.c (s390_emit_epilog): Add REG_FRAME_RELATED_EXPR
6710 to insn adjusting stack/frame pointer.
0d24f4d1 6711 * config/s390/s390.md (reload_la_64, reload_la_31): Do not
bc1fa59c
UW
6712 accept operands that cause the insn to be non-splittable.
6713
a8086abf
GS
67142002-01-08 Graham Stott <grahams@redhat.com>
6715
6716 * c-tree.h (C_TYPE_FIELDS_READONLY): Uppercase macro parameter.
6717 (C_TYPE_FIELDS_VOLATILE): Likewise.
6718 (C_TYPE_BEING_DEFINED): Likewise.
6719 (C_IS_RESERVED_WORD): Likewise.
6720 (C_TYPE_VARIABLE_SIZE): Likewise.
6721 (C_DECL_VARIABLE_SIZE): Likewise.
6722 (C_MISSING_PROTOTYPE_WARNED): Likewise.
6723 (C_SET_EXP_ORIGINAL_CODE): Likewise.
6724 (C_TYPEDEF_EXPLICITLY_SIGNED): Uppercase macro parameter and remove
6725 parenthesis.
6726 (C_DECL_ANTICIPATED): Likewise.
6727 (c_build_type_variant): Add parenthesis.
6728
3f595aa1
JM
67292002-01-08 Joseph S. Myers <jsm28@cam.ac.uk>
6730
6731 * gcc.c (option_map): Remove --version.
6732 (process_command): Handle -fversion following the GNU Coding
6733 Standards. Partially addresses PR other/704.
6734
5bc5a8f9
GS
67352002-01-08 Graham Stott <grahams@redhat.com>
6736
6737 * combine.c (combine_instructions): Fix typo.
6738
16ec4ebf
GS
67392002-01-08 Graham Stott <grahams@redhat.com>
6740
6741 * debug.h: Use "tree" and "rtx" throughout.
6742
6743 * debug.c: Likewise.
6744
4b69f385
NC
67452002-01-08 Nick Clifton <nickc@cambridge.redhat.com>
6746
6747 * dbxout.c (dbxout_symbol_location): If a symbol ref is in the
6748 constant pool, use the pool's version of the symbol instead.
6749
57d1019b
RH
67502002-01-07 Richard Henderson <rth@redhat.com>
6751
6752 * regrename.c (find_oldest_value_reg): Ignore the value chain if
6753 the original register was copied in a mode with a fewer number of
6754 hard registers than the desired mode.
6755 (copyprop_hardreg_forward_1): Likewise.
6756 (debug_value_data): Fix loop test.
6757 * toplev.c (parse_options_and_default_flags): Reenable
6758 -fcprop-registers at -O1.
6759
67602002-01-07 Aldy Hernandez <aldyh@redhat.com>
fa066a23 6761
0d24f4d1
ZW
6762 * config/rs6000/rs6000.c (bdesc_2arg): Add altivec predicates.
6763 (altivec_init_builtins): New node v4si_ftype_v16qi_v16qi.
fa066a23 6764
0d24f4d1
ZW
6765 * config/rs6000/rs6000.h (rs6000_builtins): Add enums for altivec
6766 predicates.
fa066a23 6767
0d24f4d1 6768 * config/rs6000/rs6000.md: Add altivec predicate patterns.
fa066a23 6769
8f949e7e
JDA
67702002-01-07 John David Anglin <dave@hiauly1.hia.nrc.ca>
6771
6772 * pa.c (FUNC_BEGIN_PROLOG_LABEL, current_function_number): Define.
6773 (pa_output_function_prologue): Output local label at the beginning of
6774 the prologue when profiling.
6775 (hppa_profile_hook): Use the local label rather than the function label.
6776 * pa.h (PROFILE_BEFORE_PROLOGUE): Define.
6777
c62f2db5
AH
67782002-01-07 Aldy Hernandez <aldyh@redhat.com>
6779
0d24f4d1
ZW
6780 * config/rs6000/rs6000.c (print_operand): Remove extra space.
6781 (altivec_expand_unop_builtin): Fix thinko.
6782 (altivec_expand_binop_builtin): Same.
6783 (altivec_expand_ternop_builtin): Same.
6784 (altivec_expand_builtin): Same.
c62f2db5 6785
b5235ba7
RH
67862002-01-07 Richard Henderson <rth@redhat.com>
6787
6788 * config/rs6000/xcoff.h (ASM_FILE_START): Reverted to profile_flag.
6789
7d8ac293
JM
67902002-01-07 Jason Merrill <jason@redhat.com>
6791
6792 * unwind-dw2.c (execute_cfa_program): Use < again.
6793
571a03b8
JJ
67942002-01-07 Jakub Jelinek <jakub@redhat.com>
6795
6796 * predict.c (combine_predictions_for_insn): Avoid division by zero.
6797
2e951384
JJ
67982002-01-07 Jakub Jelinek <jakub@redhat.com>
6799
6800 * simplify-rtx.c (simplify_plus_minus): Bump n_ops for NOT.
6801 Don't allow -1 - x -> ~x simplifications in the first pass.
6802
20e26713
AH
68032002-01-07 Aldy Hernandez <aldyh@redhat.com>
6804
0d24f4d1
ZW
6805 * rs6000.c (altivec_expand_ternop_builtin): Don't die on invalid
6806 arguments.
6807 (altivec_expand_binop_builtin): Same.
6808 (altivec_expand_unop_builtin): Same.
6809 (print_operand): Fix typo.
6810 (bdesc_1arg): Add vupk* variants.
20e26713 6811
0d24f4d1 6812 * rs6000.h (rs6000_builtins): Add vupk* enums.
20e26713 6813
0d24f4d1 6814 * rs6000.md: Add altivec_vupk* variants.
20e26713 6815
4dd57c18
JM
68162002-01-07 Joseph S. Myers <jsm28@cam.ac.uk>
6817
6818 * doc/gcc.texi, doc/gccint.texi, doc/cppinternals.texi,
6819 doc/install.texi, doc/invoke.texi, doc/rtl.texi: Update copyright
6820 and last update dates.
6821
0341c5d2
JJ
68222002-01-07 Janis Johnson <janis187@us.ibm.com>
6823
6824 * doc/rtl.texi (Flags): Clean up documentation of RTL flags
6825
c7f3e0b0
MM
68262002-01-07 Marek Michalkiewicz <marekm@amelek.gda.pl>
6827
6828 * config/avr/avr.c (avr_mcu_types): Add new MCU types.
6829 * config/avr/avr.h (CPP_SPEC): Likewise.
6830 (LINK_SPEC): Likewise.
6831 (CRT_BINUTILS_SPECS): Likewise.
6832 * config/avr/t-avr (MULTILIB_MATCHES): Likewise.
6833 * doc/invoke.texi (AVR Options): Document them.
6834
6ba4d630
JH
6835Mon Jan 7 11:59:34 CET 2002 Jan Hubicka <jh@suse.cz>
6836
6837 * unroll.c (copy_loop_body): Always properly update JUMP_LABEL and
6838 LABEL_NUSES.
6839
6253d571
GS
68402002-01-07 Graham Stott <grahams@redhat.com>
6841
0d24f4d1
ZW
6842 * config/i386/i386.h: Update copyright date.
6843 (HALF_PIC_PTR): Add parenthesis.
6844 (OPTIMIZATION_OPTIONS): Whitespace, add parenthesis and wrap.
6845 (CONSTANT_ALIGNMENT): Add parenthesis.
6846 (DATA_ALIGNMENT): Likewise.
6847 (LOCAL_ALIGNMENT): Likewise.
6848 (FUNCTION_ARG_BOUNDARY): Whitespace, add parenthesis and wrap.
6849 (IS_STACK_MODE): Uppercase macro parameter, add parenthesis and wrap.
6850 (CONDITIONAL_REGISTER_USAGE): Wrap in do {...} while (0).
6851 (HARD_REGNO_NREGS): Add paranethesis.
6852 (VALID_SSE_REG_MODE): Whitespace.
6853 (VALID_MMX_REG_MODE): Whitespace.
6854 (VALID_FP_MODE_P): Uppercase macros parameter and whitespace.
6855 (ix86_hard_regno_mode_ok): Add parenthesis.
6856 (HARD_REGNO_CALLER_SAVE_MODE): Whitespace.
6857 (RETURN_IN_MEMORY): Whitespace.
6858 (N_REG_CLASSES): Add parenthesis.
6859 (INTEGER_CLASS_P): Add parenthesis and wrap.
6860 (FLOAT_CLASS_P): Likewise.
6861 (SSE_CLASS_P): Likewise.
6862 (MMX_CLASS_P): Likewise.
6863 (MAYBE_INTEGER_CLASS_P): Likewise.
6864 (MAYBE_FLOAT_CLASS_P): Likewise.
6865 (MAYBE_SSE_CLASS_P): Likewise.
6866 (MAYBE_MMX_CLASS_P): Likewise.
6867 (Q_CLASS_P): Likewise.
6868 (GENERAL_REGNO_P): Uppercase macro parameter.
6869 (REX_INT_REGNO_P): Uppercase macro parameter and wrap.
6870 (FP_REGNO_P): Likewise.
6871 (ANY_FP_REGNO_P): Uppercase macro parameter.
6872 (SSE_REGNO_P): Likewise.
6873 (SSE_REGNO): Likewise.
6874 (SSE_REG_P): Likewise.
6875 (SSE_FLOAT_MODE_P): Likewise.
6876 (MMX_REGNO_P): Likewise.
6877 (MMX_REG_P):Likewise.
6878 (STACK_REG_P): Likewise.
6879 (NON_STACK_REG_P): Likewise.
6880 (STACK_TOP_P): Likewise.
6881 (CONVERT_HARD_REGISTER_TO_SSA_P): Add parenthesis.
6882 (PREFERRED_RELOAD_CLASS): Add parenthesis and whitespace.
6883 (SECONDARY_MEMORY_NEEDED): Likewise.
6884 (SECONDARY_OUTPUT_RELOAD_CLASS): Whitespace.
6885 (MD_ASM_CLOBBERS): Whitespace and wrap.
6886 (MUST_PASS_IN_STACK): Whitespace and wrap.
6887 (RETURN_POPS_ARGS): Add parenthesis.
6888 (INIT_CUMULATIVE_ARGS): Likewise.
6889 (FUNCTION_ARG): Likewise.
6890 (FUNCTION_OK_FOR_SIBCALL): Add parenthesis and whitespace.
6891 (SETUP_INCOMING_VARARGS): Likewise.
6892 (BUILD_VA_LIST_TYPE): Add parenthesis.
6893 (EXPAND_BUILTIN_VA_START): Uppercase macro paremeters and add
6894 parenthsis.
6895 (EXPAND_BUILTIN_VA_ARG): Likewise.
6896 (FUNCTION_PROFILER): Wrap in do { ... } while (0) and add parenthesis.
6897 (INITIALIZE_TRAMPOLINE): Add parenthesis.
6898 (INITIAL_ELIMINATION_OFFSET): Likewise.
6899 (REGNO_OK_FOR_INDEX_P): Add parenthesis.
6900 (REGNO_OK_FOR_BASE_P): Likewise.
6901 (REGNO_OK_FOR_SIREG_P): Add parenthesis and wrap.
6902 (REGNO_OK_FOR_DIREG_P): Likewise.
6903 (REG_OK_FOR_INDEX_P): Whitespace.
6904 (REG_OK_FOR_BASE_P): Whitespace.
6905 (GO_IF_LEGITIMATE_ADDRESS): Wrap in do { ... } while (0) and add
6906 parenthesis.
6907 (FIND_BASE_TERM): Fix typo.
6908 (LEGITIMIZE_ADDRESS): Wrap in { .. } while (0) and add parenthesis.
6909 (REWRITE_ADDRESS): Uppercase macro parameter and whitespace.
6910 (SYMBOLIC_CONST; Whitespace.
6911 (GO_IF_MODE_DEPENDENT_ADDRESS):Wrap in { .. } while (0) and wrap.
6912 (ENCODE_SECTION_INFO): Whitespace.
6913 (FINALIZE_PIC): Remove do { ... } while (0).
6914 (PROMOTE_MODE): Wrap in do { ... } while (0).
6915 (CONST_COSTS): Whitespace.
6916 (RTX_COSTS): Add paramethesis, whitespace and wrap.
6917 (REGISTER_MOVE_COST): Add parenthesis.
6918 (MEMORY_MOVE_COST): Likewise.
6919 (EXTRA_CC_MODES): Whitespace.
6920 (SELECT_CC_MODE): Add parenthesis and whitespace.
6921 (DBX_REGISTER_NUMBER): Uppercase macro parameter and add parenthsis.
6922 (ASM_PREFERRED_EH_DATA_FORMAT): Add parenthesis and whitespace.
6923 (ASM_OUTPUT_LABEL): Add paramethesis.
6924 (ASM_OUTPUT_REG_PUSH): Add parenthesis and whitespace.
6925 (ASM_OUTPUT_REG_POP): Likewise.
6926 (ASM_OUTPUT_ADDR_VEC_ELT): Add parenthesis.
6927 (ASM_OUTPUT_ADDR_DIFF_ELT): Likewise.
d9a5f180 6928
07933f72
GS
6929 * config/i386/i386.c: Update copyright.
6930 (CHECK_STACK_LIMIT): Add parenthesis.
6931 (AT_BP): Uppercase macro parameter.
6932 (x86_64_int_parameter_registers): Constify.
6933 (x86_64_int_return_registers): Likewise.
6934 (ix86_compare_op0): Use rtx.
6935 (construct_container): Constify INTREG parameter.
6936 (function_arg): Use rtx.
6937
0b4d32c9
GS
6938 * diagnostic.h: Update copyright date.
6939 (output_buffer_state): Add parenthesis.
6940 (output_buffer_format_args): Likewise.
6941
6253d571
GS
6942 * combine.c (combine_instructions): Replace XEXP (links, 0)
6943 with link.
6944
68f3f6f1
L
69452002-01-06 H.J. Lu <hjl@gnu.org>
6946
6947 * cfgcleanup.c (thread_jump): Fix 2 typos.
6948
69492002-01-06 Aldy Hernandez <aldyh@redhat.com>
480f7f3a 6950
0d24f4d1 6951 * config.gcc: Add support for --enable-altivec.
480f7f3a 6952
13b8c631
CR
69532002-01-06 Craig Rodrigues <rodrigc@gcc.gnu.org>
6954
6955 * emit-rtl.c (gen_highpart): Add check for NULL_RTX.
6956
58ad89b1
JJ
69572002-01-06 Jakub Jelinek <jakub@redhat.com>
6958
6959 * objc/objc-act.c (handle_impent): Use assemble_variable to emit
6960 __objc_class_name_*.
6961
e403b4bc
CR
69622002-01-06 Craig Rodrigues <rodrigc@gcc.gnu.org>
6963
6964 * doc/install.texi (sparcv9-*-solaris2*): Add documentation.
6965
e41c7831
RH
69662002-01-06 Richard Henderson <rth@redhat.com>
6967
6968 * reorg.c (emit_delay_sequence): Remove death notes, not merely
6969 nop them out. Increment label reference count for REG_LABEL.
6970 (fill_slots_from_thread): Frob label reference count around
6971 delete_related_insns.
6972
3b3b1e32
RH
69732002-01-05 Richard Henderson <rth@redhat.com>
6974
6975 * cfgcleanup.c (try_forward_edges): Detect infinite loops while
6976 jump threading.
6977
c28abdf0
RH
69782002-01-05 Richard Henderson <rth@redhat.com>
6979
6980 * c-decl.c (c_expand_body): Don't call outlining_inline_function.
6981 * integrate.c (output_inline_function): Likewise.
6982 * toplev.c (rest_of_compilation): Do it here instead. Move call
6983 to remove_unnecessary_notes after emitting abstract instance.
6984 Force an emitted nested function to have its parent emited as well.
6985 * dwarf2out.c (loc_descriptor_from_tree): Read mode after checking
6986 for null.
6987 (rtl_for_decl_location): Do not look at reload data structures
6988 before reload has run.
6989
c4f2c499
KH
69902002-01-05 Kazu Hirata <kazu@hxi.com>
6991
6992 * cse.c: Fix formatting.
6993 * dwarf2asm.c: Likewise.
6994 * dwarf2out.c: Likewise.
6995 * explow.c: Likewise.
6996 * expmed.c: Likewise.
6997 * function.c: Likewise.
6998 * gcov.c: Likewise.
6999 * gencheck.c: Likewise.
7000 * genrecog.c: Likewise.
7001 * ggc-common.c: Likewise.
7002 * ggc-page.c: Likewise.
7003 * global.c: Likewise.
7004
cf0d9408
KH
70052002-01-05 Kazu Hirata <kazu@hxi.com>
7006
7007 * combine.c: Fix formatting.
7008
bedca03a
CR
70092002-01-05 Craig Rodrigues <crodrigu@bbn.com>
7010
7011 PR middle-end/1557
7012 * config/ia64/ia64.h (RENAME_EXTENDED_BLOCKS): Remove.
7013
0134bf2d
DE
70142002-01-05 David Edelsohn <edelsohn@gnu.org>
7015
7016 * config/rs6000/rs6000.h (TARGET_POWERPC): For IN_LIBGCC2, define
7017 as 1 for __powerpc64__ as well.
7018
7019 * config/rs6000/t-aix43 (T_ADAFLAGS): Define.
7020
7021 * alias.c (find_base_value, PLUS/MINUS): If we found a base,
7022 return it.
7023
9ca88d5a
DB
70242002-01-05 Daniel Berlin <dan@dberlin.org>
7025
7026 * lcm.c: Revert change, due to performance regression it causes on
7027 SPEC because it's slightly more conservative (sigh, I hate
7028 edge-based LCM).
0d24f4d1 7029
1c570418
JH
7030Sat Jan 5 11:52:05 CET 2002 Jan Hubicka <jh@suse.cz>
7031
7032 * cfgcleanup.c (try_forward_edges): Allow multiple jump threading.
7033
d83bb9f7
NB
70342002-01-05 Neil Booth <neil@daikokuya.demon.co.uk>
7035
7036 * doc/cppinternals.texi: Update.
7037
3e0f61ac
HPN
70382002-01-05 Hans-Peter Nilsson <hp@bitrange.com>
7039
7040 * doc/invoke.texi (Option Summary) <MMIX Options>: Document
7041 -mbranch-predict, -mreg-stack-fill-bug-workaround and their
7042 negatives.
7043 (MMIX Options): Ditto. Fix item/itemx typo for -mno-zero-extend.
7044 * config/mmix/mmix.c (mmix_target_asm_function_prologue): Rework
7045 kludge for pre-october-14th mmix versions to handle new-found bug
7046 with PUSHJ/PUSHGO and the register stack.
7047 * config/mmix/mmix.h (struct machine_function): Rename member
7048 has_call_value_without_parameters to has_call_without_parameters.
7049 All referers changed.
7050 (TARGET_MASK_REG_STACK_FILL_BUG, TARGET_DEFAULT
7051 TARGET_MASK_BRANCH_PREDICT): New macros.
7052 (TARGET_SWITCHES): New options -mreg-stack-fill-bug-workaround,
7053 -mno-reg-stack-fill-bug-workaround.
7054 * config/mmix/mmix.md ("call"): Set struct machine member
7055 has_call_without_parameters.
7056
4deaa2f8
JH
7057Sat Jan 5 02:20:22 CET 2002 Jan Hubicka <jh@suse.cz>
7058
7059 * cfgcleanup.c (thread_jump): Fix handling of reversed branches.
7060
9f16e871
JH
7061Sat Jan 5 01:35:29 CET 2002 Jan Hubicka <jh@suse.cz>
7062
7063 * cfgcleanup.c: Include tm_p.h
7064 (mark_effect): Fix handling of hard register; fix handling of SET
7065
96eb1157
KH
70662002-01-04 Kazu Hirata <kazu@hxi.com>
7067
7068 * config/h8300/h8300.md (anonymous patterns): Check that
7069 operands are registers before using REGNO on them.
7070
48180d68
RM
70712002-01-03 Roland McGrath <roland@frob.com>
7072
7073 * doc/invoke.texi (RS/6000 and PowerPC Options): Add -mcall-gnu.
7074
b0832fe1
JJ
70752002-01-04 Jakub Jelinek <jakub@redhat.com>
7076
7077 * tree.h (expand_expr_stmt_value): Add maybe_last argument.
7078 * c-common.h (genrtl_expr_stmt_value): Likewise.
7079 * stmt.c (expand_expr_stmt): Pass 1 as maybe_last.
7080 (expand_expr_stmt_value): Add maybe_last argument.
7081 Don't warn about statement with no effect if it is the last statement
7082 in expression statement.
7083 * c-semantics.c (genrtl_expr_stmt): Pass 1 as maybe_last.
7084 (genrtl_expr_stmt_value): Add maybe_last argument, pass it down to
7085 expand_expr_stmt_value.
7086 (expand_stmt) [EXPR_STMT]: Pass 1 as maybe_last to
7087 genrtl_expr_stmt_value if t is the last EXPR_STMT in its scope.
7088 * expr.c (expand_expr) [LABELED_BLOCK_EXPR, LOOP_EXPR]: Pass 1
7089 as maybe_last to expand_expr_stmt_value.
7090
c1e14513
JL
7091Fri Jan 4 11:45:05 2002 Jeffrey A Law (law@redhat.com)
7092
0d24f4d1
ZW
7093 * c-common.c (c_expand_start_cond): Expect the IF_STMT node to
7094 be passed in, do not build it.
7095 (c_begin_if_stmt): New function.
7096 (c_begin_while_stmt, c_finish_while_stmt_cond): Likewise.
7097 * c-common.h (c_expand_start_cond): Update prototype.
7098 (c_begin_if_stmt): Prototype new function.
7099 (c_begin_while_stmt, c_finish_while_stmt_cond): Likewise.
7100 * c-parse.in (if_prefix): Use c_begin_if_stmt,
7101 c_begin_while_stmt and c_finish_while_stmt_cond.
c1e14513 7102
b6ec437a
WC
71032002-01-04 William Cohen <wcohen@redhat.com>
7104
7105 * config/pa/elf.h (ASM_FILE_START): Reverted to profile_flag.
7106 * config/pa/pa-linux.h (ASM_FILE_START): Likewise.
7107 * config/pa/pa64-hpux.h (ASM_FILE_START): Likewise.
7108 * config/pa/som.h (ASM_FILE_START): Likewise.
7109
ead39bdf 71102002-01-04 Daniel Berlin <dan@cgsoftware.com>
517b711f
DB
7111
7112 * lcm.c: Include df.h.
7113 Add available_transfer_function prototype.
7114 (compute_available): Rework to use iterative dataflow framework.
7115 (struct bb_info): s/bb_info/lcm_bb_info/g to avoid conflict
7116 with bb_info in df.h
7117 (available_transfer_function): New function.
7118
7119 * Makefile.in (lcm.o): add df.h to dependencies.
7120
551cc6fd
RH
71212002-01-04 Richard Henderson <rth@redhat.com>
7122
7123 * config/alpha/alpha.c (some_operand): Accept HIGH.
7124 (input_operand): Likewise; accept simple references to globals.
7125 (alpha_const_ok_for_letter_p): New, outlined from alpha.h.
7126 (alpha_const_double_ok_for_letter_p): Likewise.
7127 (alpha_extra_constraint): Likewise.
7128 (alpha_preferred_reload_class): Likewise. Do not force
7129 symbolic constants to memory.
7130 (alpha_legitimate_address_p): Accept simple references
7131 to small_symbolic_operand.
7132 (alpha_legitimize_address): New arg scratch. Be prepared to be
7133 called when no_new_pseudos. Emit simple symbolic references.
7134 Split integers into low, high, and rest.
7135 (alpha_expand_mov): Use alpha_legitimize_address.
7136 (some_small_symbolic_mem_operand): New.
7137 (split_small_symbolic_mem_operand): New.
7138 * config/alpha/alpha-protos.h: Update.
7139 * config/alpha/alpha.h (CONST_OK_FOR_LETTER_P): Out-line.
7140 (CONST_DOUBLE_OK_FOR_LETTER_P): Likewise.
7141 (EXTRA_CONSTRAINT): Likewise.
7142 (PREFERRED_RELOAD_CLASS): Likewise.
7143 (LEGITIMIZE_ADDRESS): Update for alpha_legitimize_address change.
7144 (PREDICATE_CODES): Update.
7145 * config/alpha/alpha.md: New post-reload splitters to convert
7146 simplfied symbolic operands to the form that references $29.
7147 (divide expanders): Use emit_move_insn, not gen_movdi_er_high_g.
7148 (movdi_er_nofix, movdi_er_fix): Accept any symbolic operand.
7149
1eaea054
RH
71502002-01-03 Richard Henderson <rth@redhat.com>
7151
7152 * local-alloc.c (function_invariant_p): Update commentary.
7153
c4cc12b7
L
71542002-01-04 H.J. Lu <hjl@gnu.org>
7155
7156 * toplev.c (rest_of_compilation): Fix a typo when calling
7157 cleanup_cfg.
7158
173bf5be
KH
71592002-01-03 Kazu Hirata <kazu@hxi.com>
7160
7161 * c-common.c: Fix formatting.
7162 * diagnostic.c: Likewise.
7163 * doloop.c: Likewise.
7164 * dwarf2out.c: Likewise.
7165
187462ac
KH
71662002-01-03 Kazu Hirata <kazu@hxi.com>
7167
7168 * config/h8300/h8300.c (output_logical_op): Use 'not.w' instead
7169 of 'neg.w' when xoring with 0x0000ffff or 0xffff0000.
7170
5d8ebbd8
NB
71712002-01-03 Neil Booth <neil@daikokuya.demon.co.uk>
7172
7173 * cpperror.c: Update comments and copyright.
7174 * cppexp.c, cppfiles.c, cpphash.c, cpphash.h, cppinit.c,
7175 cpplex.c, cpplib.c, cpplib.h, cppmacro.c, cppmain.c: Similarly.
7176
518c1311
JDA
71772002-01-03 John David Anglin <dave@hiauly1.hia.nrc.ca>
7178
7179 * collect2.c (main): Use strcmp when testing for "-shared".
7180
d15a58c0
NB
71812002-01-03 Neil Booth <neil@daikokuya.demon.co.uk>
7182
7183 * cppmacro.c: Don't include intl.h. Update comments.
7184 (new_number_token): Allocate enough buffer for 64-bit unsigned
7185 integers; update prototype.
7186 * cppmain.c: Update comments.
7187
70f4f91c
WC
71882002-01-03 William Cohen <wcohen@redhat.com>
7189
7190 * function.h (struct function): Add profile.
7191 (current_function_profile): New.
7192 doc/extend.texi: Update documentation.
7193 * final.c (final_start_function): Use current_function_profile
7194 instead of profile_flag.
7195 (profile_after_prologue): Likewise.
7196 * function.c (expand_function_start): Likewise.
7197 (expand_function_start): Likewise.
c4cc12b7 7198 * config/alpha/alpha.c (direct_call_operand):
70f4f91c
WC
7199 (alpha_does_function_need_gp): Likewise.
7200 (alpha_expand_prologue): Likewise.
7201 * config/arm/arm.c (arm_expand_prologue): Likewise.
7202 thumb_expand_prologue: Likewise.
7203 * config/d30v/d30v.c (d30v_stack_info): Likewise.
7204 * config/fr30/fr30.c (MUST_SAVE_RETURN_POINTER): Likewise.
7205 (fr30_expand_prologue): Likewise.
7206 * config/i386/cygwin.h (SUBTARGET_PROLOGUE): Likewise.
7207 * config/i386/i386.c (ix86_osf_output_function_prologue): Likewise.
7208 * config/i386/i386.h (FINALIZE_PIC): Likewise.
7209 * config/i386/win32.h (SUBTARGET_PROLOGUE): Likewise.
7210 * config/i960/i960.c (i960_output_function_prologue): Likewise.
7211 * config/ia64/ia64.c (ia64_compute_frame_size): Likewise.
7212 * config/m32r/m32r.c (MUST_SAVE_RETURN_ADDR): Likewise.
7213 (m32r_expand_prologue): Likewise.
7214 * config/m88k/m88k.c (m88k_layout_frame): Likewise.
7215 (m88k_expand_prologue): Likewise.
7216 * config/m88k/m88k.h (ADJUST_INSN_LENGTH): Likewise.
7217 * config/mips/mips.c (compute_frame_size): Likewise.
7218 (mips_expand_prologue): Likewise.
7219 (mips_can_use_return_insn): Likewise.
7220 * config/pa/elf.h (ASM_FILE_START): Likewise.
7221 * config/pa/pa-linux.h (ASM_FILE_START): Likewise.
7222 * config/pa/pa64-hpux.h (ASM_FILE_START): Likewise.
7223 * config/pa/som.h (ASM_FILE_START): Likewise.
7224 * config/romp/romp.c (romp_using_r14): Likewise.
7225 * config/rs6000/rs6000.c (first_reg_to_save): Likewise.
7226 (rs6000_stack_info): Likewise.
7227 * config/rs6000/sysv4.h (ASM_DECLARE_FUNCTION_NAME): Likewise.
2fd17409 7228 * config/rs6000/xcoff.h (ASM_FILE_START): Likewise.
70f4f91c
WC
7229 * config/v850/v850.c (compute_register_save_size): Likewise.
7230
cb1ac742
JJ
72312002-01-03 Jakub Jelinek <jakub@redhat.com>
7232
7233 * simplify-rtx.c (simplify_binary_operation) [DIV]: If
7234 gen_lowpart_common fails, use gen_lowpart_SUBREG.
7235
61d951df 72362002-01-03 Turly O'Connor <turly@apple.com>
cb1ac742 7237
61d951df
TC
7238 * darwin.c (machopic_output_possible_stub_label): Don't generate
7239 stub routines for pseudo-stubs which we've just defined.
7240
505ddab6
KH
72412002-01-03 Kazu Hirata <kazu@hxi.com>
7242
7243 * builtins.c: Fix formatting.
7244 * c-typeck.c: Likewise.
7245 * combine.c: Likewise.
7246 * expr.c: Likewise.
7247 * loop.c: Likewise.
7248
b7e30d8a
AS
72492002-01-03 Andreas Schwab <schwab@suse.de>
7250
7251 * cppfiles.c (_cpp_pop_file_buffer): Change return type to bool
7252 and return true if _cpp_push_next_buffer pushed a new include
7253 file.
7254 * cpplib.c (_cpp_pop_buffer): Only call obstack_free if
7255 _cpp_pop_file_buffer did not push a new file.
7256 * cpphash.h (_cpp_pop_file_buffer): Update declaration.
7257
ff81832f
EC
72582002-01-02 Eric Christopher <echristo@redhat.com>
7259
7260 * final.c (final_scan_insn): Change 0 -> NULL_RTX in
7261 FIND_REG_INC_NOTE call. Update copyright.
7262 * loop.c (canonicalize_condition): Ditto.
7263 * reorg.c (delete_scheduled_jump): Ditto.
7264
8e42ace1
KH
72652002-01-03 Kazu Hirata <kazu@hxi.com>
7266
7267 * gcse.c: Fix formatting.
7268
fb2bf631
GS
72692002-01-03 Graham Stott <grahams@redhat.com>
7270
7271 * mkconfig.sh: Output to config.h, hconfig.h and tconfig.h
7272 forward defs for struct tags rtx_def, union_tree, rtvec_def
6253d571 7273 also output corresponding typedefs for rtx, tree, and rtvec.
fb2bf631
GS
7274
7275 * system.h: Move forward defs for struct tags rtx_def, union_tree,
7276 rtvec_def along with corresponding typedefs for rtx, tree, and
6253d571 7277 rtvec to config.h, hconfig.h, tconfig.h.
fb2bf631
GS
7278
72792002-01-03 Graham Stott <grahams@redhat.com>
b9daac31
GS
7280
7281 * tree.h: Update copyright date.
7282 (IS_EXPR_CODE_CLASS): Add parenthesis.
7283 (TREE_SET_CODE): Add whitespace.
7284 (TREE_CHECK): Add parenthesis.
7285 (TREE_CLASS_CODE): Add parenthesis and wrap long line.
7286 (CST_OR_CONSTRUCTOR_CHECK):
7287 (EXPR_CHECK): Add parenthis, whitespace and wrap line.
7288 (TREE_SYMBOL_REFERENCED): Whitespace.
7289 (INT_CST_LT): Likewise.
7290 (INT_CST_LT_UNSIGNED): Likewise.
7291 (tree_real_cst): Unwrap comment.
7292 (tree_string): Likewise.
7293 (tree_complex): Likewise.
7294 (IDENTIFIER_POINTER): correct cast.
7295 (SAVE_EXPR_CONTEXT): Whitespace.
7296 (EXPR_WFL_FILENAME_NODE): Likewise.
7297 (EXPR_WFL_FILENAME): Remove parenthesis.
7298 (DECL_ORIGIN): Add parenthesis.
7299 (DECL_FROM_INLINE): Use NULL_TREE.
7300 (build_int_2): Whitespace.
7301 (build_type_variant): Add parenthesis.
7302
7303 * gcc/jcf-parse.c: Update copyright date.
7304 (yyparse): Constify resource_filename.
7305
f52eda29
GS
73062002-01-03 Graham Stott <grahams@redhat.com>
7307
7308 * rtl.h: Update copyright date.
7309 (RTL_CHECK1): Wrap long line.
7310 (RTL_CHECK2): Likewise.
7311 (RTL_CHECKC1): Wrap long line and whitespace.
7312 (RTL_CHECKC2): Likewise.
7313 (XWINT): Whitespace.
7314 (XINT): Likewise.
7315 (XSTR): Likewise.
7316 (XEXP): Likewise.
7317 (XVEC): Likewise.
7318 (XMODE): Likewise.
7319 (XBITMAP): Likewise.
7320 (XTREE): Likewise.
7321 (XBBDEF): Likewise.
7322 (XTMPL): Likewise.
7323 (X0WINT): Likewise.
7324 (X0INT):Likewise.
7325 (X0UINT): Likewise.
7326 (X0STR): Likewise.
7327 (X0EXP): Likewise.
7328 (X0VEC): Likewise.
7329 (X0MODE): Likewise.
7330 (X0BITMAP): Likewise.
7331 (X0TREE): Likewise.
7332 (X0BBDEF): Likewise.
7333 (X0ADVFLAGS): Likewise.
7334 (X0CSELIB): Likewise.
7335 (X0MEMATTR): Likewise.
7336 (XCWINT): Likewise.
7337 (XCINT): Likewise.
7338 (XCUINT): Likewise.
7339 (XCSTR): Likewise.
7340 (XCEXP): Likewise.
7341 (XCVEC): Likewise.
7342 (XCMODE): Likewise.
7343 (XCBITMAP): Likewise.
7344 (XCTREE): Likewise.
7345 (XCBBDEF): Likewise.
7346 (XCADVFLAGS): Likewise.
7347 (XCCSELIB): Likewise.
7348 (XC2EXP): Likewise.
7349 (INSN_UID): Likewise.
7350 (PREV_INSN): Likewise.
7351 (PATTERN): Likewise.
7352 (INSN_CODE): Likewise.
7353 (PUT_REG_NOTE_KIND): Likewise.
7354 (CODE_LABEL_NUMBER): Likewise.
7355 (NOTE_SOURCE_FILE): Likewise.
7356 (NOTE_BLOCK): Likewise.
7357 (NOTE_EH_HANDLER): Likewise.
7358 (NOTE_RANGE_INFO): Likewise.
7359 (NOTE_LIVE_INFO): Likewise.
7360 (NOTE_BASIC_BLOCK): Likewise.
7361 (NOTE_EXPECTED_VALUE): Likewise.
7362 (NOTE_LINE_NUMBER): Likewise.
7363 (LABEL_NAME): Likewise.
7364 (LABEL_NUSES): Likewise.
7365 (LABEL_ALTERNATE_NAME): Likewise.
7366 (ADDRESSOF_DECL): Likewise.
7367 (JUMP_LABEL): Likewise.
7368 (LABEL_NEXTREF): Likewise.
7369 (REGNO): Likewise.
7370 (ORIGINAL_REGNO: Likewise.
7371 (HARD_REGISTER_NUM_P): Add parenthesis.
7372 (SUBREG_REG): Whitespace.
7373 (SUBREG_BYTE): Likewise.
7374 (ASM_OPERANDS_TEMPLATE): Remove parenthesis.
7375 (ASM_OPERANDS_OUTPUT_CONSTRAINT): Likewise.
7376 (ASM_OPERANDS_OUTPUT_IDX): Likewise.
7377 (ASM_OPERANDS_INPUT_VEC): Likewise.
7378 (ASM_OPERANDS_INPUT_CONSTRAINT_VEC): Likewise.
7379 (ASM_OPERANDS_INPUT): Likewise.
7380 (ASM_OPERANDS_INPUT_LENGTH): Likewise.
7381 (ASM_OPERANDS_INPUT_CONSTRAINT_EXP): Likewise.
7382 (ASM_OPERANDS_INPUT_CONSTRAINT): Likewise.
7383 (ASM_OPERANDS_INPUT_MODE): Likewise.
7384 (ASM_OPERANDS_SOURCE_FILE): Likewise.
7385 (ASM_OPERANDS_SOURCE_LINE): Likewise.
7386 (MEM_SET_IN_STRUCT_P): Minor reformat.
7387 (TRAP_CONDITION): Whitespace.
7388 (TRAP_CODE): Likewise.
7389 (COND_EXEC_TEST): Likewise.
7390 (COND_EXEC_CODE): Likewise.
7391 (FIND_REG_INC_NOTE): Uppercase macro args and add parenthesis.
7392 (PHI_NODE_P): Add parenthesis.
7393 (plus_constant): Whitespace and add parenthesis.
7394
e03f5d43
KH
73952002-01-03 Kazu Hirata <kazu@hxi.com>
7396
7397 * config/avr/avr.c: Fix comment typos.
7398 * config/c4x/c4x.md: Likewise.
7399 * config/dsp16xx/dsp16xx.h: Likewise.
7400 * config/dsp16xx/dsp16xx.md: Likewise.
7401 * config/i386/i386.md: Likewise.
7402 * config/ia64/ia64.c: Likewise.
7403 * config/m32r/m32r.h: Likewise.
7404 * config/m68hc11/m68hc11.md: Likewise.
7405 * config/mmix/mmix.c: Likewise.
7406 * config/mn10200/mn10200.c: Likewise.
7407 * config/romp/romp.c: Likewise.
7408 * config/sh/sh.c: Likewise.
7409 * config/stormy16/stormy16.c: Likewise.
7410 * config/stormy16/stormy16.h: Likewise.
7411 * config/stormy16/stormy16.md: Likewise.
7412
97e300e9
GS
74132002-01-03 Graham Stott <grahams@redhat.com>
7414
7415 * loop.h: Update copyright date.
0d24f4d1
ZW
7416 (LOOP_MOVABLES): Fix typo.
7417 (LOOP_REGS): Likewise.
7418 (LOOP_IVS): Likewise.
ff81832f 7419
745b26b3
GS
74202002-01-03 Graham Stott <grahams@redhat.com>
7421
7422 * cppinit.c: Update copyright date.
7423 Don't include output.h
7424 * Makefile.in: Update copyright date.
7425 Update dependency.
7426
0a379b7a
CR
74272002-01-02 Craig Rodrigues <rodrigc@gcc.gnu.org>
7428
7429 PR c/5226
7430 * invoke.texi (-mthreads): Remove from documented RS/6000 options.
7431 (-pthread) Add to RS/6000 options.
7432
a8154559
KH
74332002-01-02 Kazu Hirata <kazu@hxi.com>
7434
7435 * except.c: Fix comment typos.
7436 * loop.c: Likewise.
7437 * varasm.c: Likewise.
7438 * doc/tm.texi: Fix a typo.
7439
e6ecc89b
JJ
74402002-01-02 Jakub Jelinek <jakub@redhat.com>
7441
7442 * c-typeck.c (output_init_element): Allow initializing static storage
7443 duration objects with compound literals.
7444
d1094b40
RH
74452002-01-02 Richard Henderson <rth@redhat.com>
7446
7447 * objc/objc-act.c (hack_method_prototype): Clear current_function_decl
7448 after abusing it.
7449
0c5d8c82
KG
74502002-01-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7451
5e65297b
KG
7452 * gcc.c (default_compilers): Const-ify.
7453 * mips-tdump.c (stab_names): Likewise.
7454 * mips-tfile.c (map_coff_types, map_coff_storage,
7455 map_coff_sym_type, map_coff_derived_type, stabs_symbol,
7456 pseudo_ops_t, pseudo_ops): Likewise.
7457 * protoize.c (default_include): Likewise
7458
0c5d8c82
KG
7459 * real.c (GET_REAL, PUT_REAL): Don't cast away const-ness.
7460 (ezero, ehalf, eone, etwo, e32, elog2, esqrt2, epi): Const-ify.
7461 Add array size in declaration.
7462 (endian, emov, eisneg, eisinf, eisnan, eiisnan, eiisneg, emovi,
7463 emovo, emovz, eiisinf, ecmpm, eaddm, esubm, m16m, edivm, emulm,
7464 esub, eadd, eadd1, ediv, emul, e53toe, e64toe, e113toe, e24toe,
7465 etoe113, etoe64, etoe53, etoe24, ecmp, eround, ltoe, ultoe,
7466 eifrac, euifrac, e24toasc, e53toasc, e64toasc, e113toasc, etoasc,
7467 efloor, efrexp, eldexp, eremain, dectoe, etodec, ibmtoe, etoibm,
7468 c4xtoe, etoc4x, uditoe, ditoe, etoudi, etodi, esqrt, etens,
7469 emtens, make_nan): Const-ify.
7470 (TFbignan, TFlittlenan, XFbignan, XFlittlenan, DFbignan,
7471 DFlittlenan, SFbignan, SFlittlenan): Make static and const-ify.
7472
817e13c4
JM
74732002-01-02 Joseph S. Myers <jsm28@cam.ac.uk>
7474
7475 * config.gcc (ia64-*-*): Set extra_headers.
7476 (alpha*-dec-osf*): Likewise. Don't use alpha/t-osf.
7477 * config/alpha/t-osf: Remove.
7478 * config/ia64/t-ia64 (EXTRA_HEADERS): Remove.
7479
98095e2b
DE
74802002-01-02 David Edelsohn <edelsohn@gnu.org>
7481
7482 * config/rs6000/t-aix43: Revert previous change.
7483
a4200657
JM
74842002-01-02 Jason Merrill <jason@redhat.com>
7485
7486 * c-decl.c (c_expand_body): Call outlining_inline_function when
7487 emitting an inline function out of line.
7488
54ba1f0d
RH
74892002-01-02 Richard Henderson <rth@redhat.com>
7490
7491 * dwarf2out.c (limbo_die_node): Add created_for member.
7492 (new_die): New argument created_for. Update all callers.
7493 (mark_limbo_die_list): New.
7494 (dwarf2out_init): Register limbo_die_list as a root.
7495 (dwarf2out_finish): Force insert limbo dies into their function
7496 context.
7497
323728aa
NS
74982002-01-02 Nathan Sidwell <nathan@codesourcery.com>
7499
7500 PR c++/5089
7501 * doc/invoke.texi (-Wold-style-cast): Only warn about non-void casts.
7502
aefc5826
KH
75032002-01-02 Kazu Hirata <kazu@hxi.com>
7504
7505 * config/h8300/fixunssfsi.c: Update copyright.
7506 Fix comment typos.
7507 Fix formatting.
7508 * config/h8300/h8300.c: Update copyright.
7509 Eliminate warnings.
7510
b1c9bc51
KH
75112002-01-02 Kazu Hirata <kazu@hxi.com>
7512
7513 * config/romp/romp.c: Fix comment formatting.
7514 * config/romp/romp.h: Likewise.
7515 * config/romp/romp.md: Likewise.
7516 * config/s390/s390.c: Likewise.
7517 * config/stormy16/stormy16.c: Likewise.
7518 * config/stormy16/stormy16.h: Likewise.
7519
1574ef13
AO
75202002-01-02 Alexandre Oliva <aoliva@redhat.com>
7521
7522 * c-common.h (genrtl_expr_stmt_value): Declare.
7523 * c-semantics.c (genrtl_goto_stmt): Redirect to...
7524 (genrtl_goto_stmt_value): ... this new function. Pass new
7525 argument down to expand_expr_stmt_value, taking
7526 TREE_ADDRESSABLE into account.
7527 * c-common.c (c_expand_expr): Mark the last EXPR_STMT of a
7528 STMT_EXPR as addressable, i.e., one whose result we want.
7529 * expr.c (expand_expr): Don't save expression statement value
7530 of labeled_blocks or loop_exprs.
7531 * stmt.c (expand_expr_stmt): Redirect to...
7532 (expand_expr_stmt_value): ... this new function. Use new
7533 argument to tell whether to save expression value.
7534 (expand_end_stmt_expr): Reset last_expr_type and
7535 last_expr_value if we don't have either.
7536 * tree-inline.c (declare_return_variable): Mark its use
7537 statement as addressable.
7538 * tree.h: Document new use of TREE_ADDRESSABLE.
7539 (expand_expr_stmt_value): Declare.
7540
252b88f7
TR
75412002-01-01 Tom Rix <trix@redhat.com>
7542
7543 * config/rs6000/rs6000.c (rs6000_emit_set_long_const): Fix for use by
7544 rs6000_emit_allocate_stack.
7545
29f7a208
JM
75462002-01-01 Joseph S. Myers <jsm28@cam.ac.uk>
7547
7548 * configure.in: Prepend ${srcdir}/config/${cpu_type}/ instead of
7549 ${srcdir}/ginclude/ to every entry in extra_headers.
7550 * configure: Regenerate.
7551 * ginclude/math-3300.h: Rename to config/m68k/math-3300.h.
7552 * ginclude/math-68881.h: Rename to config/m68k/math-68881.h.
7553 * ginclude/ppc-asm.h: Rename to config/rs6000/ppc-asm.h.
7554 * ginclude/proto.h: Rename to config/convex/proto.h.
7555
2cc2d4bb
RK
7556Tue Jan 1 17:12:56 2002 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
7557
7558 * attribs.c (handle_vector_size_attribute): Use host_integerp
7559 and tree_int_cst; remove warnings.
7560 * caller-save.c (insert_restore): Add cast to get rid of warning.
7561 (insert_save): Likewise.
7562 * emit-rtl.c (adjust_address_1, offset_address): Likewise.
7563 * regmove.c (find_matches): Add temporary var to kill a warning.
7564
f01c9bcd
DR
75652002-01-01 Douglas B Rupp <rupp@gnat.com>
7566
16b61764
DR
7567 * config/alpha/vms.h (DWARF2_UNWIND_INFO, EH_RETURN_HANDLER_RTX,
7568 LINK_EH_SPEC, MD_FALLBACK_FRAME_STATE_FOR): Define.
7569 * config/alpha/t-vms (EXTRA_PARTS): Add vms-dwarf2eh.o
7570 (vms-dwarf2eh.o): Add Makefile rule.
7571 * config/alpha/vms-ld.c (main): Handle vms-dwarf2eh.o.
7572 * config/alpha/vms-dwarf2eh.asm: New file.
7573
f01c9bcd
DR
7574 * gcc.c (delete_if_ordinary): Delete all versions.
7575
91312b81
HPN
75762002-01-01 Hans-Peter Nilsson <hp@bitrange.com>
7577
7578 * config/mmix/mmix.md: Update FIXME to not mention
7579 define_constants.
7580 (MMIX_rJ_REGNUM): New define_constants constant.
7581 ("movqi", "movsi", "movdi", "*movdicc_real_foldable",
7582 "*movdicc_real"): Adjust contraints formatting.
7583 ("*bCC_foldable"): Add %+ for P in output format and delete FIXME
7584 for branch prediction.
7585 ("*bCC", "*bCC_inverted_foldable", "*bCC_inverted"): Add %+ in
7586 output template.
7587 ("*call_real", "*call_value_real", "nonlocal_goto_receiver",
7588 "*nonlocal_goto_receiver_expanded"): Use MMIX_rJ_REGNUM instead of
7589 number. Delete related FIXMEs.
7590 * config/mmix/mmix.h (MMIX_INCOMING_RETURN_ADDRESS_REGNUM): Change
7591 from number to MMIX_rJ_REGNUM.
7592 (TARGET_MASK_BRANCH_PREDICT): New.
7593 (TARGET_DEFAULT): Change to TARGET_MASK_BRANCH_PREDICT.
7594 (TARGET_SWITCHES): Update comment. Correct -mno-toplevel-symbols
7595 value. Add -mbranch-predict and -mno-branch-predict.
7596 (TARGET_VERSION): Drop date.
7597 (ADDITIONAL_REGISTER_NAMES): Use MMIX_rJ_REGNUM, not number.
7598 * config/mmix/mmix.c (mmix_encode_section_info): Correct condition
7599 for finding out global symbols.
7600 (mmix_asm_output_labelref): Revert condition for global symbol.
7601 (mmix_print_operand): <case '+'>: Emit P for a likely branch.
7602 (mmix_print_operand_punct_valid_p): A '+' is valid.
7603
619acae7 7604See ChangeLog.6 for earlier changes.
This page took 1.022391 seconds and 5 git commands to generate.