0cd65dc9898a0ac74fa3df8517cebb7534b9e392
[gcc.git] / gcc / ChangeLog
1 Sun Oct 26 11:32:16 1997 Manfred Hollstein <manfred@s-direktnet.de>
2
3 * Makefile.in (compare, compare-lean, compare3): Combined to one
4 ruleset determining actions to be performed via $@.
5 (compare4, compare4-lean): New targets.
6 (gnucompare, gnucompare3): Combined to one ruleset determining
7 actions to be performed via $@. Also, note which files failed
8 the comparison test in .bad_compare.
9 (gnucompare-lean, gnucompare3-lean, gnucompare4-lean): New targets.
10
11 Sun Oct 26 10:06:11 1997 Toon Moene <toon@moene.indiv.nluug.nl>
12
13 * fold-const (fold): Also simplify FLOOR_DIV_EXPR to EXACT_DIV_EXPR
14 if the dividend is a multiple of the divisor.
15
16 Sun Oct 26 09:21:40 1997 Jeffrey A Law (law@cygnus.com)
17
18 * Makefile.in (LIBGCC2_CFLAGS): Add -fexceptions.
19
20 * alias.c (find_base_term): Handle PRE_INC, PRE_DEC, POST_INC,
21 and POS_DEC.
22
23 * alias.c (true_dependence): Fix typo.
24
25 * toplev.c (flag_rerun_loop_opt): New variable.
26 (f_options): Handle -frerun-loop-opt.
27 (rest_of_compilation): If -frerun-loop-opt, then run the loop
28 optimizer twice.
29 (main): Enable -frerun-loop-opt by default for -O2 or greater.
30
31 * loop.c (simplify_giv_expr): Adding two invariants results
32 in an invariant.
33
34 Sun Oct 26 09:15:15 1997 Richard Henderson <rth@cygnus.com>
35
36 * expr.c (get_inner_reference): Remove the array bias after
37 converting the index to Pmode.
38
39 Sat Oct 25 12:20:58 1997 Jeffrey A Law (law@cygnus.com)
40
41 * mn10300.h (TARGET_SWITCHES): Add -mmult-bug and -mno-mult-bug.
42 (TARGET_MULT_BUG): Define.
43 (TARGET_DEFAULT): Default to TARGET_MULT_BUG.
44 * mn10300.md (mulsi3): Handle TARGET_MULT_BUG.
45
46 Fri Oct 24 17:40:34 1997 Jeffrey A Law (law@cygnus.com)
47
48 * mn10200.c (indirect_memory_operand): Delete unused function.
49 * mn10200.h (EXTRA_CONSTRAINT): Handle 'R'.
50 * mn10200.md (bset, bclr insns): Handle output in a reg too.
51
52 Fri Oct 24 15:54:57 1997 Richard Henderson <rth@cygnus.com>
53
54 * alpha.md (call patterns): Revert Oct 16 change; if we are to elide
55 the callee's ldgp, we must do it ourselves, and we use the jsr tag
56 for more than scheduling.
57
58 Fri Oct 24 13:23:04 1997 Doug Evans <devans@canuck.cygnus.com>
59
60 * sparc/sparc.h (ASM_SPEC): Delete asm_arch.
61
62 Fri Oct 24 13:19:40 1997 Jeffrey A Law (law@cygnus.com)
63
64 * mn10300.c (symbolic_operand, legitimize_address): New functions.
65 * mn10300.h (LEGITIMIZE_ADDRESS): Call legitimize_address.
66 (GO_IF_LEGITIMATE_ADDRESS): Don't allow base + symbolic.
67
68 Thu Oct 23 09:35:12 1997 Jeffrey A Law (law@cygnus.com)
69
70 * version.c: Bump for snapshot.
71
72 Thu Oct 23 08:03:59 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
73
74 * dbxout.c (dbxout_start_new_source_file): Use output_quoted_string
75 for FILENAME.
76
77 Wed Oct 22 00:34:12 1997 Jeffrey A Law (law@cygnus.com)
78
79 * toplev.c (flag_exceptions): Default value is 2.
80 (compile_file): If flag_exceptions still has the value 2, then
81 set it to 0.
82
83 * rs6000.c (struct machine_function): Add pic_offset_table_rtx.
84 (rs6000_save_machine_status): Save pic_offset_table_rtx.
85 (rs6000_restore_machine_status: Restore pic_offset_table_rtx.
86
87 * local-alloc.c (block_alloc): Don't lose if two SCRATCH expressions
88 are shared.
89
90 * rs6000.md (*movsi_got_internal_mem): New pattern.
91 (*movsi_got_internal_mem splitter): New define_split.
92
93 Tue Oct 21 18:14:03 1997 Jim Wilson <wilson@cygnus.com>
94
95 * obstack.h (obstack_empty_p): Fix spurious space after backslash.
96
97 Tue Oct 21 18:34:01 1997 Geoffrey KEATING <geoffk@ozemail.com.au>
98
99 * rs6000.c: Avoid creating a stack frame under SYSV ABI if we
100 only need to save LR.
101
102 Tue Oct 21 10:06:40 1997 Jeffrey A Law (law@cygnus.com)
103
104 * mn10300.md (movqi, movhi): Avoid using address registers as
105 destinations unless absolutely necessary.
106
107 * mn10200.c (expand_prologue): Fix typo.
108
109 * mn10200.h (GO_IF_LEGITIMATE_ADDRESS): Do not allow indexed
110 addresses.
111 * mn10200.md (neghi2): Provide an alternative which works if
112 the input and output register are the same.
113
114 * mn10300.c (print_operand): Handle 'S'.
115 * mn10300.md (ashlsi3, lshrsi3, ashrsi3): Use %S for
116 shift amount in last alternative
117
118 * mn10300.c (expand_epilogue): Rework to handle register restores
119 in "ret" and "retf" instructions correctly.
120
121 Mon Oct 20 16:47:08 1997 Jim Wilson <wilson@cygnus.com>
122
123 * expmed.c (extract_bit_field): Don't make flag_force_mem disable
124 extzv for memory operands.
125
126 * cse.c (simplify_ternary_operation, case IF_THEN_ELSE): Collapse
127 redundant conditional moves to single operand.
128
129 Mon Oct 20 15:30:26 1997 Nick Clifton <nickc@cygnus.com>
130
131 * v850.h: Move define of __v850__ from CPP_PREDEFINES
132 to CPP_SPEC.
133
134 * xm-v850.h: Use __v850 rather than __v850__ to
135 identify v850 port.
136
137 Mon Oct 20 14:15:02 1997 Jim Wilson <wilson@cygnus.com>
138
139 * mips/mips.c (compute_frame_size): Not a leaf function if
140 profile_flag set.
141
142 Mon Oct 20 14:16:38 1997 Geoffrey KEATING <geoffk@ozemail.com.au>
143
144 * rs6000/t-ppccomm: Use -msdata=none for crtstuff.
145
146 Mon Oct 20 12:28:17 1997 Doug Evans <devans@canuck.cygnus.com>
147
148 * sparc/sparc.h (SPARC_V9,SPARC_ARCH64): Delete.
149 (DEFAULT_ARCH32_P): New macro.
150 (TARGET_ARCH{32,64}): Allow compile time or runtime selection.
151 (enum cmodel): Declare.
152 (sparc_cmodel_string,sparc_cmodel): Declare.
153 (SPARC_DEFAULT_CMODEL): Provide default.
154 (TARGET_{MEDLOW,MEDANY}): Renamed to TARGET_CM_{MEDLOW,MEDANY}.
155 (TARGET_FULLANY): Deleted.
156 (TARGET_CM_MEDMID): New macro.
157 (CPP_CPU_DEFAULT_SPEC): Renamed from CPP_DEFAULT_SPEC.
158 (ASM_CPU_DEFAULT_SPEC): Renamed from ASM_DEFAULT_SPEC.
159 (CPP_PREDEFINES): Take out stuff now handled by %(cpp_arch).
160 (CPP_SPEC): Rewrite.
161 (CPP_ARCH{,32,64,_DEFAULT}_SPEC): New macros.
162 (CPP_{ENDIAN,SUBTARGET}_SPEC): New macros.
163 (ASM_ARCH{,32,64,_DEFAULT}_SPEC): New macros.
164 (ASM_SPEC): Add %(asm_arch).
165 (EXTRA_SPECS): Rename cpp_default to cpp_cpu_default.
166 Rename asm_default to asm_cpu_default.
167 Add cpp_arch32, cpp_arch64, cpp_arch_default, cpp_arch, cpp_endian,
168 cpp_subtarget, asm_arch32, asm_arch64, asm_arch_default, asm_arch.
169 (NO_BUILTIN_{PTRDIFF,SIZE}_TYPE): Define ifdef SPARC_BI_ARCH.
170 ({PTRDIFF,SIZE}_TYPE): Provide 32 and 64 bit values.
171 (MASK_INT64,MASK_LONG64): Delete.
172 (MASK_ARCH64): Renamed to MASK_64BIT.
173 (MASK_{MEDLOW,MEDANY,FULLANY,CODE_MODEL}): Delete.
174 (EMBMEDANY_BASE_REG): Renamed from MEDANY_BASE_REG.
175 (TARGET_SWITCHES): Always provide 64 bit options.
176 (ARCH64_SWITCHES): Delete.
177 (TARGET_OPTIONS): New option -mcmodel=.
178 (INT_TYPE_SIZE): Always 32.
179 (MAX_LONG_TYPE_SIZE): Define ifdef SPARC_BI_ARCH.
180 (INIT_EXPANDERS): sparc64_init_expanders renamed to sparc_init_....
181 (FUNCTION_{,BLOCK_}PROFILER): Delete TARGET_EMBMEDANY support.
182 (PRINT_OPERAND_PUNCT_VALID_P): Add '_'.
183 * sparc/linux-aout.h (CPP_PREDEFINES): Take out stuff handled by
184 CPP_SPEC.
185 (CPP_SUBTARGET_SPEC): Renamed from CPP_SPEC.
186 * sparc/linux.h: Likewise.
187 * sparc/linux64.h (SPARC_V9,SPARC_ARCH64): Delete.
188 (ASM_CPU_DEFAULT_SPEC): Renamed from ASM_DEFAULT_SPEC.
189 (TARGET_DEFAULT): Delete MASK_LONG64, MASK_MEDANY, add MASK_64BIT.
190 (SPARC_DEFAULT_CMODEL): Define.
191 (CPP_PREDEFINES): Take out stuff handled by CPP_SPEC.
192 (CPP_SUBTARGET_SPEC): Renamed from CPP_SPEC.
193 (LONG_DOUBLE_TYPE_SIZE): Define.
194 (ASM_SPEC): Add %(asm_arch).
195 * sparc/sol2.h (CPP_PREDEFINES): Take out stuff handled by CPP_SPEC.
196 (CPP_SUBTARGET_SPEC): Renamed from CPP_SPEC.
197 (TARGET_CPU_DEFAULT): Add ultrasparc case.
198 * sparc/sp64-aout.h (SPARC_V9,SPARC_ARCH64): Delete.
199 (TARGET_DEFAULT): MASK_ARCH64 renamed to MASK_64BIT.
200 (SPARC_DEFAULT_CMODEL): Define.
201 * sparc/sp64-elf.h (SPARC_V9,SPARC_ARCH64): Delete.
202 (TARGET_DEFAULT): MASK_ARCH64 renamed to MASK_64BIT. Delete
203 MASK_LONG64, MASK_MEDANY.
204 (SPARC_DEFAULT_CMODEL): Define.
205 (CPP_PREDEFINES): Delete.
206 (CPP_SUBTARGET_SPEC): Renamed from CPP_SPEC.
207 (ASM_SPEC): Add %(asm_arch).
208 (LONG_DOUBLE_TYPE_SIZE): Define.
209 (DWARF2_DEBUGGING_INFO): Define.
210 * sparc/splet.h (CPP_SPEC): Delete.
211 * sparc/sysv4.h (CPP_PREDEFINES): Take out stuff handled by CPP_SPEC.
212 (FUNCTION_BLOCK_PROFILER): Delete TARGET_EMBMEDANY support.
213 (BLOCK_PROFILER): Likewise.
214 * sparc/sparc.c (sparc_cmodel_string,sparc_cmodel): New globals.
215 (sparc_override_options): Handle code model selection.
216 (sparc_init_expanders): Renamed from sparc64_init_expanders.
217 * sparc/sparc.md: TARGET_<code_model> renamed to TARGET_CM_....
218 TARGET_MEDANY renamed to TARGET_CM_EMBMEDANY.
219 (sethi_di_embmedany_{data,text}): Renamed from sethi_di_medany_....
220 (sethi_di_fullany): Delete.
221
222 Mon Oct 20 02:00:18 1997 Klaus Kaempf <kkaempf@progis.de>
223 Jeff Law <law@cygnus.com>
224 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
225
226 * alpha/vms.h (DIVSI3_LIBCALL): OTS$ functions are upper case.
227 (DIVDI3_LIBCALL, UDIVSI3_LIBCALL, UDIVDI3_LIBVALL): Likewise.
228 (MODSI3_LIBCALL, MODDI3_LIBCALL): Likewise.
229 (UMODSI3_LIBCALL, UMODDI3_LIBCALL): Likewise.
230 * alpha/alpha.md (arg_home): Likewise.
231
232 * alpha/alpha.c (vmskrunch): Delete
233 * alpha/vms.h (ENCODE_SECTION_INFO, ASM_DECLARE_FUNCTION_NAME): Delete.
234 * alpha.c (output_prolog, VMS): Use alloca for entry_label and don't
235 truncate to 64 characters.
236
237 * make-l2.com: Support openVMS/Alpha.
238
239 * vmsconfig.com: Fix to work on openVMS/Alpha and openVMS/VAX.
240
241 Sun Oct 19 19:00:35 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
242
243 * longlong.h (count_leading_zeros): Add missing casts to USItype.
244
245 Sun Oct 19 18:44:06 1997 Jeffrey A Law (law@cygnus.com)
246
247 * i386/bsd386.h (ASM_COMMENT_START): Define.
248
249 Sat Oct 18 13:47:15 1997 Jason Merrill <jason@yorick.cygnus.com>
250
251 * tree.c (restore_tree_status): Also free up temporary storage
252 when we finish a toplevel function.
253 (dump_tree_statistics): Print stats for backend obstacks.
254
255 Sat Oct 18 12:47:31 1997 Doug Evans <dje@canuck.cygnus.com>
256
257 * expr.c (use_group_regs): Don't call use_reg for MEMs.
258
259 Sat Oct 18 09:49:46 1997 Jason Merrill <jason@yorick.cygnus.com>
260
261 * libgcc2.c (__throw): Don't copy the return address.
262 * dwarf2out.c (expand_builtin_dwarf_reg_size): Ignore return address.
263
264 * except.c (exceptions_via_longjmp): Initialize to 2 (uninitialized).
265 * toplev.c (main): Initialize exceptions_via_longjmp.
266
267 * tree.c: Add extra_inline_obstacks.
268 (save_tree_status): Use it.
269 (restore_tree_status): If this is a toplevel inline obstack and we
270 didn't want to save anything on it, recycle it.
271 (print_inline_obstack_statistics): New fn.
272 * function.c (pop_function_context_from): Pass context to
273 restore_tree_status.
274 * obstack.h (obstack_empty_p): New macro.
275
276 Sat Oct 18 00:43:59 1997 Jeffrey A Law (law@cygnus.com)
277
278 * i386/freebsd.h (ASM_COMMENT_START): Fix.
279
280 Fri Oct 17 23:48:52 1997 Jim Wilson (wilson@cygnus.com)
281
282 * v850.c (ep_memory_offset): New function.
283 (ep_memory_operand, substitute_ep_register, v850_reorg): Call it.
284
285 * v850.h (CONST_OK_FOR_*): Add and correct comments.
286 (CONSTANT_ADDRESS_P): Add comment.
287 (EXTRA_CONSTRAINT): Define 'U'.
288 * v850.md: Add comments on bit field instructions.
289 (addsi3): Delete &r/r/r alternative. Add r/r/U alternative.
290 (lshrsi3): Use N not J constraint.
291
292 * v850.md (v850_tst1+1): New define_split for tst1 instruction.
293
294 * v850.c (reg_or_0_operand): Call register_operand.
295 (reg_or_int5_operand): Likewise.
296 * v850.h (MASK_BIG_SWITCH, TARGET_BIG_SWITCH): New macros.
297 (TARGET_SWITCHES): Add "big-switch".
298 (ASM_OUTPUT_ADDR_VEC_ELT, ASM_OUTPUT_ADDR_DIFF_ELT, CASE_VECTOR_MODE,
299 ASM_OUTPUT_BEFORE_BASE_LABEL): Add support for TARGET_BIG_SWITCH.
300 (CASE_DROPS_THROUGH): Comment out.
301 (CASE_VECTOR_PC_RELATIVE, JUMP_TABLES_IN_TEXT_SECTION): Define.
302 * v850.md (cmpsi): Delete compare mode.
303 (casesi): New pattern.
304
305 * v850.h (CONST_OK_FOR_N): Delete redundant compare against zero.
306 * v850.md (ashlsi3): Use SImode not QImode for shift count.
307 (lshrsi3): Likewise.
308
309 * v850.c (print_operand): Add 'c', 'C', and 'z' support. Delete
310 unreachable switch statement after 'b' support. Remove "b" from
311 strings for 'b' support.
312 * v850.md (branch_normal, branch_invert): Change %b to b%b.
313
314 Fri Oct 17 23:33:20 1997 Jeffrey A Law (law@cygnus.com)
315
316 * Makefile.in (LIBGCC2_CFLAGS): Avoid a backslash then an
317 empty line if @inhibit_libc@ is empty.
318
319 Fri Oct 17 23:24:40 1997 Robert Lipe (robertl@dgii.com)
320
321 * i386/sco5.h: Let ELF use dwarf2 unwinding. COFF uses sjlj.
322 (EH_FRAME_SECTION_ASM_OP, EH_FRAME_SECTION_ASM_OP_ELF): Defined.
323 (EH_FRAME_SECTION_ASM_OP_COFF): Likewise.
324 (DWARF2_UNWIND_INFO): Let this track object file format.
325 (EXTRA_SECTIONS): Add in_eh.
326 (EH_FRAME_SECTION_ASM_OP, EH_FRAME_SECTION_ASM_OP_ELF): Define.
327 (EH_FRAME_SECTION_ASM_OP_COFF): Likewise.
328
329 Fri Oct 17 17:13:42 1997 David S. Miller <davem@tanya.rutgers.edu>
330
331 * sparc/linux64.h (LINK_SPEC): Dynamic linker is ld-linux64.so.2.
332 * sparc/sparc.h (FUNCTION_PROFILER): Fix format string when
333 TARGET_MEDANY.
334 * sparc/sparc.c (dwarf2out_cfi_label): Extern no longer needed.
335 (output_double_int): Output DI mode values correctly when
336 HOST_BITS_PER_WIDE_INT is 64.
337 (output_fp_move_quad): If TARGET_V9 and not TARGET_HARD_QUAD, use
338 fmovd so it works if a quad float ends up in one of the upper 32
339 float regs.
340 * sparc/sparc.md (pic_{lo_sum,sethi}_di): New patterns
341 necessary for PIC support on sparc64.
342
343 Fri Oct 17 13:39:56 1997 Doug Evans <dje@canuck.cygnus.com>
344
345 * sparc/sp64-elf.h (TARGET_DEFAULT): Delete MASK_STACK_BIAS.
346 * sparc/sparc.h (PROMOTE_MODE): Promote small ints if arch64.
347 (PROMOTE_FUNCTION_ARGS,PROMOTE_FUNCTION_RETURN): Define.
348 (SPARC_FIRST_FP_REG, SPARC_FP_REG_P): New macros.
349 (SPARC_{OUTGOING,INCOMING}_INT_ARG_FIRST): New macros.
350 (SPARC_FP_ARG_FIRST): New macro.
351 (CONDITIONAL_REGISTER_USAGE): All v9 fp regs are volatile now.
352 (REG_ALLOC_ORDER,REG_LEAF_ALLOC_ORDER): Reorganize fp regs.
353 (NPARM_REGS): There are 32 fp argument registers now.
354 (FUNCTION_ARG_REGNO_P): Likewise.
355 (FIRST_PARM_OFFSET): Update to new v9 abi.
356 (REG_PARM_STACK_SPACE): Define for arch64.
357 (enum sparc_arg_class): Delete.
358 (sparc_arg_count,sparc_n_named_args): Delete.
359 (struct sparc_args): Redefine and use for arch32 as well as arch64.
360 (GET_SPARC_ARG_CLASS,ROUND_REG,ROUND_ADVANCE): Delete.
361 (FUNCTION_ARG_ADVANCE): Rewrite.
362 (FUNCTION_ARG,FUNCTION_INCOMING_ARG): Rewrite.
363 (FUNCTION_ARG_{PARTIAL_NREGS,PASS_BY_REFERENCE}): Rewrite.
364 (FUNCTION_ARG_CALLEE_COPIES): Delete.
365 (FUNCTION_ARG_{PADDING,BOUNDARY}): Define.
366 (STRICT_ARGUMENT_NAMING): Define.
367 (doublemove_string): Declare.
368 * sparc/sparc.c (sparc_arg_count,sparc_n_named_args): Delete.
369 (single_move_string): Use GEN_INT, and HOST_WIDE_INT.
370 (doublemove_string): New function.
371 (output_move_quad): Clean up some of the arch64 support.
372 (compute_frame_size): Add REG_PARM_STACK_SPACE if arch64.
373 Don't add 8 bytes of reserved space if arch64.
374 (sparc_builtin_saveregs): Combine arch32/arch64 versions.
375 (init_cumulative_args): New function.
376 (function_arg_slotno): New static function.
377 (function_arg,function_arg_partial_nregs): New functions.
378 (function_arg_{pass_by_reference,advance}): New functions.
379 (function_arg_padding): New function.
380 * ginclude/va-sparc.h: Rewrite v9 support.
381
382 Fri Oct 17 12:29:48 1997 Christian Iseli <Christian.Iseli@lslsun.epfl.ch>
383
384 * regclass.c (record_address_regs): Look at REG_OK_FOR_{BASE,INDEX}_P
385 for hard regs to determine base and index registers.
386
387 * reload.c (debug_reload_to_stream): New function. Specify stream
388 into which to write debug info.
389 (debug_reload): Modify to call debug_reload_to_stream with stderr.
390
391 Thu Oct 16 15:07:51 1997 Richard Henderson <rth@cygnus.com>
392
393 * combine.c (can_combine_p): Don't combine with an asm whose
394 output is a hard register.
395
396 Thu Oct 16 15:43:26 1997 Mike Stump (mrs@wrs.com)
397
398 * c-decl.c (start_struct): Ensure that structs with forward
399 declarations are in fact packed when -fpack-struct is given.
400
401 * stor-layout.c (layout_record): Ignore STRUCTURE_SIZE_BOUNDARY if
402 we are packing a structure. This allows a structure with only
403 bytes to be aligned on a byte boundary and have no padding on a
404 m68k.
405
406 Thu Oct 16 15:17:54 1997 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
407
408 * rs6000.h (ROUND_TYPE_ALIGN): Don't blow up if no fields in record.
409
410 Thu Oct 16 11:20:30 1997 Richard Henderson <rth@cygnus.com>
411
412 * alpha.c (alpha_return_addr_rtx): New variable.
413 (alpha_save_machine_status): New; save it.
414 (alpha_restore_machine_status): New; restore it.
415 (alpha_init_expanders): New; clear it.
416 (alpha_return_addr): New; set it.
417 (alpha_ra_ever_killed): New; if alpha_return_addr_rtx, regs_ever_live
418 is overly conservative, so search the insns explicitly.
419 (alpha_sa_mask [VMS]): Check alpha_ra_ever_killed.
420 (alpha_sa_size [VMS && !VMS]): Likewise.
421 * alpha.h (RETURN_ADDR_RTX): Call alpha_return_addr.
422 (INIT_EXPANDERS): New definition.
423
424 * alpha.c: Move REG_PV, REG_RA somewhere more visible in the file.
425 (output_prolog [!VMS]): Use them.
426
427 * alpha.c (output_prolog [!VMS]): Move gp detection to ...
428 (alpha_does_function_need_gp): ... a new function. Refine the
429 CALL_INSN test to just TYPE_JSR.
430 * alpha.md (most call insns): Fix some jsr/ibr type transpositions.
431
432 Thu Oct 16 09:36:47 1997 Jeffrey A Law (law@cygnus.com)
433
434 * version.c: Bump for snapshot.
435
436 Wed Oct 15 21:38:18 1997 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
437
438 * pa.c (move_operand): Respect -mdisable-indexing.
439 * pa.h (GO_IF_LEGITIMATE_ADDRESS): Likewise.
440
441 Wed Oct 15 21:34:45 1997 David Edelsohn <edelsohn@mhpcc.edu>
442
443 * rs6000.md (udivsi3, divsi3): Split into MQ and non-MQ cases for
444 PPC601.
445 (umulsidi3,umulsi3_highpart): Ditto.
446 (smulsi3_highpart_no_mq): Add !TARGET_POWER.
447
448 Wed Oct 15 18:21:46 1997 Richard Henderson <rth@cygnus.com>
449
450 * alpha.c (final_prescan_insn): Gut, remove and transform to ...
451 (alpha_handle_trap_shadows): ... a new function. Handle the entire
452 function in one go. Emit RTL for trapb, instead of printf directly.
453 (alpha_reorg): New function. Call alpha_handle_trap_shadows.
454 (trap_pending): Kill global variable.
455 (output_epilog): Don't call final_prescan_insn.
456 (struct shadow_summary): Elide $31 and $f31; now it fits in a word.
457 * alpha.h (FINAL_PRESCAN_INSN): Remove.
458 (MACHINE_DEPENENT_REORG): Define.
459 * alpha.md (jsr patterns with trapb): Stupid and useless. Kill.
460 (trapb): New insn.
461
462 Wed Oct 15 18:16:05 1997 Richard Henderson <rth@cygnus.com>
463
464 Tune Haifa scheduler for Alpha:
465 * alpha.h (ISSUE_RATE): Define.
466 * alpha.c (alpha_adjust_cost): Handle EV5 mult delay; don't apply
467 EV4 adjustments to EV5.
468 * alpha.md: Remove all scaling from function unit delays. Rework
469 EV5 function units to match the CPU.
470 (umuldi3_highpart): EV5 added the IMULH insn class.
471
472 Wed Oct 15 17:42:41 1997 Jeffrey A Law (law@cygnus.com)
473
474 * pa.c (following_call): Fail if the CALL_INSN is an indirect
475 call.
476
477 Tue Oct 14 12:01:00 1997 Mark Mitchell <mmitchell@usa.net>
478
479 * cplus-dem.c (demangle_signature): Don't look for return types on
480 constructors. Handle member template constructors.
481
482 Tue Oct 14 11:30:29 1997 Jason Merrill <jason@yorick.cygnus.com>
483
484 * tree.c (expr_tree_cons, build_expr_list, expralloc): New fns.
485 * tree.h: Declare them.
486
487 Fri Oct 10 13:46:56 1997 Doug Evans <dje@canuck.cygnus.com>
488
489 * configure.in: Handle --with-newlib.
490 * Makefile.in (LIBGCC2_CFLAGS): Add @inhibit_libc@.
491
492 * sparc/t-sp64 (LIBGCC2_CFLAGS): Delete.
493
494 Wed Oct 8 14:37:44 1997 Jeffrey A Law (law@cygnus.com)
495
496 * config/ptx4.h: Fix typo.
497
498 Wed Oct 8 08:57:20 1997 Jeffrey A Law (law@cygnus.com)
499
500 * version.c: Bump for snapshot.
501
502 Tue Oct 7 16:27:34 1997 Manfred Hollstein <manfred@s-direktnet.de>
503
504 * aclocal.m4: Substitute INSTALL.
505 * configure: Re-built.
506
507 Tue Oct 7 15:37:35 1997 Jeffrey A Law (law@cygnus.com)
508
509 * integrate.c (save_for_inline_copying): Avoid undefined pointer
510 operations.
511 (expand_inline_function): Likewise.
512
513 * dwarf2out.c (output_call_frame_info): Reinstate last change
514 using flag_debug_asm check instead of flag_verbose_asm.
515
516 Tue Oct 7 12:57:26 1997 Jim Wilson <wilson@cygnus.com>
517
518 * dwarf2out.c (output_call_frame_info): Remove last change.
519
520 1997-10-04 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
521
522 * frame.c (__frame_state_for): Execute the FDE insns until the
523 current pc value is strictly bigger than the target pc value.
524
525 Tue Oct 7 11:00:42 1997 Jason Merrill <jason@yorick.cygnus.com>
526
527 * regclass.c (init_reg_modes): If we can't find a mode for the
528 register, use the previous one.
529
530 Tue Oct 7 10:55:34 1997 Richard Henderson <rth@cygnus.com>
531
532 * haifa-sched.c (print_block_visualization): Call fprintf directly,
533 don't sprintf through an alloca'ed buffer.
534
535 Tue Oct 7 10:52:29 1997 Thomas Koenig (ig25@rz.uni-karlsruhe.de)
536
537 * reload.c (decompose): Always initialize val.base.
538
539 Tue Oct 7 10:19:26 1997 Manfred Hollstein (manfred@lts.sel.alcatel.de)
540
541 * m68k/mot3300.h (ASM_OUTPUT_ALIGN): Accept any alignment
542 instead of aborting.
543 * dwarf2out.c (output_call_frame_info): Call app_enable and
544 app_disable to let GNU as accept the generated comments.
545
546 Tue Oct 7 11:41:21 1997 Michael Meissner <meissner@cygnus.com>
547
548 * tree.h (get_file_function_name): Add declaration.
549 * dwarf2out.c (output_call_frame_info): No need to cast
550 get_file_function_name call anymore.
551 * profile.c (toplevel): Remove get_file_function_name
552 declaration.
553 * c-lang.c (finish_file): Ditto.
554
555 Tue Oct 7 10:01:45 1997 Chip Salzenberg <chip@rio.atlantic.net>
556
557 * Makefile.in (program_transform_name): Let autoconf substitute
558 the correct value.
559
560 Tue Oct 7 09:54:35 1997 Jeffrey A Law (law@cygnus.com)
561
562 * haifa-sched.c (schedule_block): If the first real insn in a
563 block has any special notes attached to it, remove them.
564
565 Tue Oct 7 09:48:51 1997 Richard Henderson <rth@cygnus.com>
566
567 * alpha.h (FLOAT_STORE_FLAG_VALUE): It's 2.0 not 0.5.
568
569 Mon Oct 6 12:47:32 1997 Manfred Hollstein (manfred@lts.sel.alcatel.de)
570
571 * m88k.c (m88k_begin_prologue): Remove superfluous backslash.
572
573 Mon Oct 6 12:04:24 1997 Jeffrey A Law (law@cygnus.com)
574
575 * Makefile.in (check-g77): New test target.
576 (CHECK-TARGETS): Add check-g77.
577
578 Fri Oct 3 11:56:36 1997 Jason Merrill <jason@yorick.cygnus.com>
579
580 * toplev.c (rest_of_compilation): Defer all non-nested inlines.
581
582 Fri Oct 3 15:49:27 1997 Michael Meissner <meissner@cygnus.com>
583
584 * flow.c (print_rtl_with_bb): Cast alloca return value for
585 in_bb_p.
586
587 Thu Oct 2 21:15:03 1997 Richard Henderson <rth@cygnus.com>
588
589 * i386.h (RETURN_ADDR_RTX): New definition that works for
590 __builtin_return_address(0) and -fomit-frame-pointer.
591
592 Wed Oct 1 13:43:53 1997 Jim Wilson <wilson@cygnus.com>
593
594 Bring over from FSF.
595 Tue Aug 5 16:10:45 1997 Jason Merrill <jason@yorick.cygnus.com>
596
597 * mips.c (function_arg): Handle passing a struct
598 containing a double in a DFmode register without the PARALLEL.
599
600 Wed Oct 1 11:13:25 1997 Ian Lance Taylor <ian@cygnus.com>
601
602 * pexecute.c: Use spawn if __CYGWIN32__.
603
604 * pexecute.c: Include "config.h" first, as per autoconf manual
605 (from Paul Eggert <eggert@twinsun.com>).
606
607 Wed Oct 1 01:44:36 1997 Philippe De Muyter <phdm@info.ucl.ac.be>
608
609 * m68k/x-mot3300 (XCFLAGS): Disable as's long/short jump
610 optimisation for f/expr.o and f/stb.o.
611
612 Tue Sep 30 23:48:57 1997 Jeffrey A Law (law@cygnus.com)
613
614 * cse.c (this_insn_cc0_mode): Initialize.
615
616 Tue Sep 30 23:09:40 1997 Thomas Koenig <ig25@mvmap66.ciw.uni-karlsruhe.de>
617
618 * cccp.c (expand_to_temp_buffer): Initialize all members of obuf.
619
620 * haifa-sched.c (get_block_head_tail): Remove unneeded initialization.
621
622 Tue Sep 30 23:06:43 1997 Richard Henderson <rth@cygnus.com>
623
624 * alpha.md (beq): For registers and ints 0-255, use cmpeq+bne, since
625 that pair will dual-issue on the 21164 and plus+beq won't.
626 (bne): Likewise for cmpeq+beq.
627
628 Tue Sep 30 16:07:58 1997 Jim Wilson <wilson@cygnus.com>
629
630 * except.c (find_exception_handler_labels): Correct argument to free.
631
632 Tue Sep 30 11:00:00 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
633
634 * except.c (find_exception_handler_labels): Free LABELS when we're
635 done.
636
637 Mon Sep 29 14:04:35 1997 Jeffrey A Law (law@cygnus.com)
638
639 * version.c: Bump for snapshot.
640
641 Mon Sep 29 10:51:53 1997 Jason Merrill <jason@yorick.cygnus.com>
642
643 * flow.c (find_basic_blocks): Mark calls as potentially jumping
644 to the EH labels.
645
646 Mon Sep 29 09:58:06 1997 Jeffrey A Law (law@cygnus.com)
647
648 * configure.in: Substitute for "install" too.
649 * configure: Rebuilt.
650
651 Mon Sep 29 00:38:42 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
652
653 * Makefile.in (bootstrap-lean, compare-lean): New targets.
654
655 Mon Sep 29 00:18:16 1997 Richard Henderson (rth@cygnus.com)
656
657 * alias.c (base_alias_check): Two symbols can conflict if they
658 are accessed via AND.
659 (memrefs_conflict_p): Likewise.
660
661 * alpha.h (SETUP_INCOMING_VARARGS): Emit a blockage insn
662 after flushing argument registers to the stack.
663
664 * Makefile.in (mostlyclean): Remove .regmove files.
665
666 Sun Sep 28 18:59:58 1997 Jason Merrill <jason@yorick.cygnus.com>
667
668 * libgcc2.c (__throw): Fix thinko.
669
670 Sun Sep 28 12:00:52 1997 Mark Mitchell <mmitchell@usa.net>
671
672 * cplus-dem.c (demangle_template): Add new parameter. Handle new
673 template-function mangling.
674 (consume_count_with_underscores): New function.
675 (demangle_signature): Handle new name-mangling scheme.
676
677 Sun Sep 28 01:55:04 1997 Philippe De Muyter <phdm@info.ucl.ac.be>
678
679 * flow.c (print_rtl_with_bb): Cast alloca return values for variables
680 start and end.
681
682 Sun Sep 28 01:05:16 1997 Jeffrey A Law (law@cygnus.com)
683
684 * frame.c: Remove last change.
685 * dwarf2.h: Remove last change.
686 * tree.h: Add declarations of DWARF2 unwind info support
687 functions.
688
689 Sat Sep 27 11:02:38 1997 Jason Merrill <jason@yorick.cygnus.com>
690
691 * c-decl.c (init_decl_processing): Add __builtin_dwarf_reg_size.
692 * tree.h (built_in_function): Likewise.
693 * expr.c (expand_builtin): Likewise.
694 * except.h: Likewise.
695 * dwarf2out.c (expand_builtin_dwarf_reg_size): New fn.
696 * libgcc2.c (copy_reg): New fn.
697 (__throw): Use it.
698
699 Fri Sep 26 08:54:59 1997 Paul Eggert <eggert@twinsun.com>
700
701 * c-typeck.c (build_binary_op): Warn about comparing signed vs
702 unsigned if -W is specified and -Wno-sign-compare is not.
703 * c-decl.c (warn_sign_compare): Initialize to -1.
704 (c_decode_option): -Wall no longer implies -Wsign-compare.
705
706 Fri Sep 26 09:00:13 1997 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
707
708 * frame.c: Include gansidecl.h for PROTO.
709 * dwarf2out.c: Move inclusion of dwarf2.h down so that PROTO is
710 defined. Don't declare dwarf2out_cfi_label here.
711 * dwarf2.h: Add declarations of DWARF2 unwind info support
712 functions.
713 * m68k.c: Include dwarf2.h.
714 (output_function_prologue): Add dwarf2 support.
715 * m68k.h (INCOMING_RETURN_ADDR_RTX, DWARF_FRAME_REGNUM): New macros.
716 (INCOMING_FRAME_SP_OFFSET): Likewise.
717
718 * integrate.c (expand_inline_function): Make sure there is at
719 least one insn that can be used as an insertion point.
720
721 Wed Sep 24 21:34:06 1997 Jason Merrill <jason@yorick.cygnus.com>
722
723 * dwarf2out.c: s/flag_verbose_asm/flag_debug_asm/
724
725 Wed Sep 24 22:05:30 1997 Jeffrey A Law (law@cygnus.com)
726
727 * version.c: Bump for snapshot.
728
729 Wed Sep 24 17:36:23 1997 Doug Evans <dje@canuck.cygnus.com>
730
731 Bring over from FSF.
732
733 Wed Sep 24 19:17:08 1997 Doug Evans <dje@cygnus.com>
734
735 * sparc/sparc.md (get_pc_via_call): Renamed from get_pc_sp32.
736 (get_pc_via_rdpc): Renamed from get_pc_sp64.
737 * sparc/sparc.c (finalize_pic): Update call to gen_get_pc_via_call.
738
739 Wed Sep 24 18:38:22 1997 David S. Miller <davem@tanya.rutgers.edu>
740
741 * sparc/sparc.h (ASM_CPU_SPEC): Pass -Av9a for v8plus, ultrasparc.
742 (TARGET_OPTIONS): Add -malign-loops=, -malign-jumps=,
743 -malign-functions=.
744 (sparc_align_{loops,jumps,funcs}_string): Declare.
745 (sparc_align_{loops,jumps,funcs}): Declare.
746 (DEFAULT_SPARC_ALIGN_FUNCS): New macro.
747 (FUNCTION_BOUNDARY): Use sparc_align_funcs.
748 (STACK_BIAS): Define.
749 (SPARC_SIMM*_P): Cast to unsigned HOST_WIDE_INT first, then perform
750 test.
751 (SPARC_SETHI_P): New macro.
752 (CONST_OK_FOR_LETTER_P): Use it.
753 (ASM_OUTPUT_ALIGN_CODE): Define.
754 (ASM_OUTPUT_LOOP_ALIGN): Define.
755 * sparc/sparc.c (sparc_align_{loops,jumps,funcs}_string): New globals.
756 (sparc_align_{loops,jumps,funcs}): New globals.
757 (sparc_override_options): Handle -malign-loops=, -malign-jumps=,
758 -malign-functions=.
759 (move_operand): Use SPARC_SETHI_P.
760 (arith_double_operand): Cast to unsigned HOST_WIDE_INT first, then
761 perform test.
762 (arith11_double_operand): Likewise.
763 (arith10_double_operand): Likewise.
764 (finalize_pic): Finish sparc64 support.
765 (emit_move_sequence): Use SPARC_SETHI_P. Simplify low part of
766 64 bit constants if able.
767 (output_fp_move_quad): Don't use fmovq unless TARGET_HARD_QUAD.
768 (sparc_builtin_saveregs, sparc64 case): Don't save fp regs if
769 ! TARGET_FPU.
770 * sparc/sparc.md (*): Use GEN_INT instead of gen_rtx.
771 (get_pc_sp32): Use for sparc64 as well.
772 (lo_sum_di_sp{32,64}): Fix handling on 64 bit hosts.
773 (sethi_di_sp64_const): Likewise.
774 (movtf_cc_sp64): Check TARGET_HARD_QUAD.
775 (cmp_zero_extract_sp64): Use unsigned HOST_WIDE_INT in cast.
776 (ashlsi3, ashldi3, ashrsi3, ashrdi3, lshrsi3, lshrdi3): Likewise.
777
778 Tue Sep 23 19:02:46 1997 Doug Evans <dje@cygnus.com>
779
780 * sparc/linux-aout.h (COMMENT_BEGIN): Delete.
781 * sparc/linux.h (COMMENT_BEGIN): Likewise.
782 * sparc/linux64.h (COMMENT_BEGIN): Likewise.
783
784 Tue Sep 23 14:48:18 1997 David S. Miller <davem@tanya.rutgers.edu>
785
786 Add sparc64 linux support.
787 * configure.in (sparc64-*-linux*): Recognize. Add sparc/xm-sparc.h
788 to xm_file list on 32-bit sparc-linux.
789 * sparc/xm-sp64.h: New file.
790 * sparc/linux64.h: New file.
791 * sparc/xm-linux.h: Include some standard headers if not inhibit_libc.
792 Don't include xm-sparc.h.
793 * config/xm-linux.h (HAVE_PUTENV, HAVE_ATEXIT): Define.
794 * glimits.h (LONG_MAX): Handle sparc64.
795
796 Sat Sep 20 03:07:54 1997 Doug Evans <dje@cygnus.com>
797
798 * sparc/sysv4.h (ASM_COMMENT_START): Delete.
799 * sparc.h (ASM_COMMENT_START): Define.
800 * sparc.c (output_function_prologue): Use it.
801 (sparc_flat_output_function_{epi,pro}logue): Likewise.
802
803 Wed Sep 17 15:04:19 1997 Doug Evans <dje@cygnus.com>
804
805 * sparc/sysv4.h (ASM_OUTPUT_{FLOAT,DOUBLE,LONG_DOUBLE}): Delete,
806 use sparc.h's copies.
807 * sparc/sparc.h (ASM_OUTPUT_{FLOAT,DOUBLE,LONG_DOUBLE}): Print
808 ascii form as well.
809
810 Mon Sep 8 08:45:19 1997 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
811
812 * sparc.c (dwarf2out_cfi_label): Add declaration.
813 (save_regs, output_function_prologue): Remove cast for it.
814 (sparc_flat_{save_restore,output_function_prologue): Likewise.
815 ({save,restore}_regs): No longer inline.
816
817 Tue Sep 23 12:34:51 1997 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
818
819 * fold-const.c (make_range): Correctly handle cases of converting
820 from unsigned to signed type.
821
822 Tue Sep 23 12:34:51 1997 Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
823
824 * fold-const.c (merge_ranges): Make sure that if one range is subset
825 of another, it will always be the second range. Correct (+,-) case to
826 account for this.
827
828 Tue Sep 23 08:32:51 1997 Jason Merrill <jason@yorick.cygnus.com>
829
830 * final.c (final_end_function): Also do dwarf2 thing if
831 DWARF2_DEBUGGING_INFO.
832 (final_start_function): Likewise.
833
834 Tue Sep 23 01:15:50 1997 David S. Miller <davem@tanya.rutgers.edu>
835
836 * expmed.c (expand_divmod): If compute_mode is not the same as
837 mode, handle the case where convert_modes() causes op1 to no
838 longer be a CONST_INT.
839
840 * reorg.c (dbr_schedule): At end of this pass, add REG_BR_PRED
841 note holding get_jump_flags() calculation to all JUMP_INSNs.
842 * rtl.h (enum reg_note): New note types REG_BR_PRED and REG_SAVE_AREA.
843 * rtl.c (reg_note_name): Add new note types.
844
845 Tue Sep 23 00:59:54 1997 Jeffrey A Law (law@cygnus.com)
846
847 * rtlanal.c (computed_jump_p): Fix typo in last change.
848
849 Tue Sep 23 00:42:44 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
850
851 * loop.c (indirect_jump_in_function_p): Return 0
852 by default.
853
854 Tue Sep 23 00:33:55 1997 Jeffrey A Law (law@cygnus.com)
855
856 * rs6000/xm-rs6000.h: Fix thinko in last change.
857 * rs6000/xm-sysv4.h: Likewise.
858
859 Mon Sep 22 19:33:53 1997 Jim Wilson <wilson@cygnus.com>
860
861 * mips.c (save_restore_insns): Only set RTX_FRAME_RELATED_P if store_p.
862
863 Mon Sep 22 14:41:00 1997 Jeffrey A Law (law@cygnus.com)
864
865 * reg-stack.c (find_blocks): Fix thinko in last change.
866
867 1997-09-21 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
868
869 * m68k.c (output_function_prologue): Add dwarf2 support.
870
871 * m68k.h (INCOMING_RETURN_ADDR_RTX, DWARF_FRAME_REGNUM,
872 INCOMING_FRAME_SP_OFFSET): New definitions.
873
874 Mon Sep 22 11:36:42 1997 David S. Miller <davem@tanya.rutgers.edu>
875
876 * combine.c (try_combine): Use NULL_RTX instead of '0' where
877 appropriate in calls to gen_rtx().
878 * cse.c (cse_main): Likewise.
879 * emit-rtl.c (gen_label_rtx): Likewise.
880 * expr.c (init_expr_once): Likewise.
881 * haifa-sched.c (flush_pending_lists, sched_analyze_insn,
882 sched_analyze, init_rgn_data_dependences,
883 compute_block_backward_dependences): Likewise.
884 * sched.c (schedule_insns): Likewise.
885 * varasm.c (immed_double_const): Likewise.
886
887 * sparc.h (INCOMING_FRAME_SP_OFFSET): Define to
888 SPARC_STACK_BIAS for sake of dwarf2 on sparc64.
889
890 Mon Sep 22 11:21:33 1997 J. Kean Johnston <jkj@sco.com>
891
892 * i386/sco5.h: Make ELF default file format and add -mcoff/-melf..
893 (MULTILIB_DEFAULTS): Define.
894 (ASM_SPEC, CPP_SPEC): Handle -mcoff.
895 (STARTFILE_SPEC, ENDFILE_SPEC, LINK_SPEC): Likewise.
896 (LIBGCC_SPEC): Likewise.
897 (MASK_COFF, TARGET_COFF, TARGET_ELF): Define.
898 (SUBTARGET_SWITCHES): Add -mcoff and -melf.
899 * i386/t-sco5 (CRTSTUFF_T_CFLAGS): Add -fPIC.
900 (CRTSTUFF_T_CFLAGS_S): Tweak for COFF.
901 (EXTRA_PARTS, TAROUTOPTS): Delete.
902 (libgcc1-elf, libgcc2-elf, libgcc-elf targets): Delete.
903 (MULTILIB_OPTIONS): Define.
904 (MULTILIB_DIRNAMES, MULTILIB_EXCEPTIONS): Likewise.
905 (MULTILIB_MATCHE, MULTILIB_EXTRA_OPTS): Likewise.
906
907 Mon Sep 22 02:10:43 1997 Jeffrey A Law (law@cygnus.com)
908
909 * version.c: Bump for snapshot.
910
911 Sun Sep 21 17:45:45 1997 Jeffrey A Law (law@cygnus.com)
912
913 * loop.c (loop_number): Delete function. Change all references
914 to use uid_loop_num array.
915 * loop.h (loop_number): Delete declaration.
916 * unroll.c (unroll_loop): Change "loop_number" references to
917 use uid_loop_num instead.
918
919 * loop.c (loop_unroll_factor): Move outside #ifdef HAIFA
920 conditional.
921 (loop_unroll_iter): Remove unused variable and all references.
922 (loop_optimize): Always allocate and clear space for loop_unroll_factor.
923 (insert_bct): Fix minor formatting problems.
924 * loop.h (loop_unroll_factor): Move decl outside #ifdef HAIFA.
925 (loop_unroll_iter): Removed unused decl.
926 * unroll.c (unroll_loop): Remove code to set loop_unroll_iter.
927 Always record the unrolling factor.
928
929 * cse.c (simplify_relational_operation): Set h0u just like h0s.
930 Similarly for h1u and h1s.
931
932 * flow.c (jmp_uses_reg_or_mem): Deleted unused function.
933 (find_basic_blocks): Use computed_jump_p to determine if a
934 particular JUMP_INSN is a computed jump.
935 * reg-stack.c (find_blocks): Use computed_jump_p to determine
936 if a particular JUMP_INSN is a computed jump.
937 * rtlanal.c (jmp_uses_reg_or_mem): New function.
938 (computed_jump_p): Likewise.
939 * rtl.h (computed_jump_p): Declare.
940 * genattrtab.c (pc_rtx): Define and initialize.
941 * loop.c (loop_optimize): Always determine if the current
942 function has a computed jump.
943 (indirect_jump_in_function_p): Use computed_jump_p to determine
944 if a particular JUMP_INSN is a computed jump.
945
946 * loop.c (fix_bct_param): Delete unused function.
947 (check_bct_param): Likewise.
948
949 Sat Sep 20 16:22:06 1997 Jason Merrill <jason@yorick.cygnus.com>
950
951 * frame.c (__deregister_frame): Check properly for initialized object.
952
953 Fri Sep 19 20:51:03 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
954
955 * alpha/linux.h (HANDLE_SYSV_PRAGMA): Defined.
956
957 Fri Sep 19 18:53:50 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
958
959 * jump.c (thread_jumps): check can_reverse_comparison_p before
960 threading a reversed-condition jump.
961
962 * sched.c (update_flow_info): Don't pass SCRATCH to dead_or_set_p.
963 * haifa-sched.c (update_flow_info): Likewise.
964
965 Thu Sep 18 21:13:40 1997 Jeffrey A Law (law@cygnus.com)
966
967 * Makefile.in (BOOT_CFLAGS): Use -O2.
968
969 * configure.in (strtoul, bsearch): Have autoconf check for these
970 functions.
971 * configure, config.in: Rebuilt.
972
973 * m68k/xm-mot3300.h (alloca): Properly declare if __STDC__.
974 * mips/mips.h (alloca): Likewise.
975 * rs6000/xm-rs6000.h (alloca): Likewise.
976 * rs6000/xm-sysv4.h: Likewise.
977
978 Thu Sep 18 14:22:22 1997 Jason Merrill <jason@yorick.cygnus.com>
979
980 * final.c (final_scan_insn): Hand BARRIERs off to the dwarf2 code.
981 * dwarf2out.c (dwarf2out_frame_debug): Pass the whole insn along.
982 (dwarf2out_stack_adjust): A BARRIER resets the args space to 0.
983
984 * except.c (end_eh_unwinder): Subtract 1 from return address.
985 * libgcc2.c (__throw): Likewise.
986 (find_exception_handler): Don't change PC here. Compare end with >.
987
988 Thu Sep 18 10:43:07 1997 Nick Clifton <nickc@cygnus.com>
989
990 * v850.c (compute_register_save_size): Correct register
991 number.
992 * v850.md (save_interrupt, return_interrupt): Correct
993 register number.
994 * v850/lib1funcs.asm (save_interrupt): Correct register number.
995 (return_interrupt): Use stack pointer, not element pointer.
996
997 1997-09-18 Brendan Kehoe <brendan@lisa.cygnus.com>
998
999 * configure.in, configure: Make sure to create the stage* and include
1000 symbolic links in each subdirectory.
1001
1002 Thu Sep 18 01:47:06 1997 Jeffrey A Law (law@cygnus.com)
1003
1004 * pa.md (reload_peepholes): Don't allow addresses with side
1005 effects for the memory operand.
1006
1007 Wed Sep 17 18:19:53 1997 Jason Merrill <jason@yorick.cygnus.com>
1008
1009 * libgcc2.c (find_exception_handler): Subtract one from our PC when
1010 looking for a handler, to avoid hitting the beginning of the next
1011 region.
1012
1013 * except.c (expand_builtin_set_return_addr_reg): Use force_operand.
1014
1015 Wed Sep 17 18:33:59 1997 Jeffrey A Law (law@cygnus.com)
1016
1017 * mips/abi64.h (LONG_MAX_SPEC): Define.
1018 * mips.h (LONG_MAX_SPEC): Define.
1019 (CPP_SPEC): Include long_max_spec.
1020 (EXTRA_SPECS): Include long_max_spec.
1021
1022 Wed Sep 17 14:11:38 1997 Jeffrey A Law (law@cygnus.com)
1023
1024 * v850.c (construct_save_jarl): Fix thinko in last change.
1025
1026 Wed Sep 17 09:53:07 1997 Jeffrey A Law (law@cygnus.com)
1027
1028 * version.c: Bump for snapshot.
1029
1030 Tue Sep 16 14:22:36 1997 Jason Merrill <jason@yorick.cygnus.com>
1031
1032 * libgcc2.c (find_exception_handler): Not found is -1.
1033
1034 * integrate.c (expand_inline_function): Move expand_start_bindings
1035 after expanding the arguments.
1036
1037 Tue Sep 16 11:13:46 1997 Jim Wilson <wilson@cygnus.com>
1038
1039 * expr.c (expand_expr): Remove previous incorrect change.
1040 If target and slot has no DECL_RTL, then call mark_addressable
1041 again for the slot after we give it RTL.
1042
1043 Tue Sep 16 09:18:52 1997 Jason Merrill (jason@cygnus.com)
1044
1045 * expr.c (expand_expr, case TARGET_EXPR): Call mark_addressable
1046 again for the slot after we give it RTL.
1047
1048 Tue Sep 16 00:13:20 1997 Nick Clifton <nickc@cygnus.com>
1049
1050 * v850.c (register_is_ok_for_epilogue,
1051 pattern_is_ok_for_epilogue, construct_restore_jr,
1052 pattern_is_ok_for_prologue, construct_save_jarl): New functions.
1053
1054 * v850.h (pattern_is_ok_for_prologue,
1055 pattern_is_ok_for_epilogue, register_is_ok_for_epilogue): New
1056 predicates.
1057
1058 * v850.md: Replace prologue and epilogue patterns with a
1059 match_parallel pattern.
1060
1061 Mon Sep 15 22:53:01 1997 Jeffrey A Law (law@cygnus.com)
1062
1063 * aclocal.m4: Add replacement for AC_PROG_INSTALL.
1064 * configure.in: Use EGCS_PROG_INSTALL.
1065
1066 Mon Sep 15 22:40:55 1997 Jim Wilson (wilson@cygnus.com)
1067
1068 * dwarf2out.c (gen_subprogram_die): Handle redefinition of an
1069 extern inline function.
1070
1071 Mon Sep 15 22:40:55 1997 Richard Henderson (rth@cygnus.com)
1072
1073 * dwarf2out.c (reg_loc_descriptor): Fix prototype.
1074 (concat_loc_descriptor): New function.
1075 (loc_descriptor): Call it.
1076 (add_AT_location_description): Also elide the descriptor if both
1077 halves of a CONCAT are pseudos.
1078 (add_location_or_const_value_attribute): Recognize CONCAT too.
1079
1080 Mon Sep 15 15:24:00 1997 Richard Henderson <rth@cygnus.com>
1081
1082 * alpha.md (movdi): Handle CONST_DOUBLE for TARGET_BUILD_CONSTANTS.
1083
1084 * alpha/alpha.c (output_prolog): New variable sa_reg. Use it for
1085 out-or-range reg_offset.
1086 (output_epilog): Likewise.
1087
1088 Mon Sep 15 15:39:26 1997 Jeffrey A Law (law@cygnus.com)
1089
1090 * cse.c (simplify_relational_operation): If MODE specifies a
1091 mode wider than HOST_WIDE_INT, then the high word of a CONST_INT
1092 is derived from the sign bit of the low word.
1093
1094 Mon Sep 15 11:43:38 1997 Jason Merrill <jason@yorick.cygnus.com>
1095
1096 Support dwarf2 unwinding on PUSH_ROUNDING targets like the x86.
1097
1098 * dwarf2.h: Add DW_CFA_GNU_args_size.
1099 * frame.c (execute_cfa_insn): Likewise.
1100 * dwarf2out.c (dwarf_cfi_name, output_cfi): Likewise.
1101 (dwarf2out_args_size, dwarf2out_stack_adjust): New fns.
1102 (dwarf2out_frame_debug): If this isn't a prologue or epilogue
1103 insn, hand it off to dwarf2out_stack_adjust.
1104 (dwarf2out_begin_prologue): Initialize args_size.
1105 * frame.h (struct frame_state): Add args_size.
1106 * libgcc2.c (__throw): Use args_size.
1107 * final.c (final_scan_insn): If we push args, hand off all insns
1108 to dwarf2out_frame_debug.
1109 * defaults.h (DWARF2_UNWIND_INFO): OK for !ACCUMULATE_OUTGOING_ARGS.
1110
1111 * dwarf2out.c dwarf2out_frame_debug): Fix typo.
1112 Handle epilogue restore of SP from FP.
1113 * emit-rtl.c (gen_sequence): Still generate a sequence if the
1114 lone insn has RTX_FRAME_RELATED_P set.
1115
1116 * frame.c (extract_cie_info): Handle "e" augmentation.
1117 * dwarf2out.c (ASM_OUTPUT_DWARF_*): Provide definitions in the
1118 absence of UNALIGNED_*_ASM_OP.
1119 (UNALIGNED_*_ASM_OP): Only provide defaults if OBJECT_FORMAT_ELF.
1120 (output_call_frame_info): Use "e" instead of "z" for augmentation.
1121 Don't emit augmentation fields length.
1122 (dwarf2out_do_frame): Move outside of #ifdefs.
1123 * defaults.h (DWARF2_UNWIND_INFO): Don't require unaligned data
1124 opcodes.
1125
1126 * sparc.h (UNALIGNED_INT_ASM_OP et al): Don't define here after all.
1127 * sparc/sysv4.h (UNALIGNED_INT_ASM_OP): Define here.
1128 * sparc/sunos4.h (DWARF2_UNWIND_INFO): Define to 0.
1129 * sparc/sun4gas.h: New file.
1130 * configure.in: Use sun4gas.h if SunOS 4 --with-gnu-as.
1131
1132 * collect2.c (write_c_file_stat, write_c_file_glob): Declare
1133 __register_frame_table and __deregister_frame.
1134
1135 1997-09-15 Brendan Kehoe <brendan@cygnus.com>
1136
1137 * except.c (find_exception_handler_labels): Use xmalloc instead of
1138 alloca, since MAX_LABELNO - MIN_LABELNO can be more than 1 million
1139 in some cases.
1140
1141 Sun Sep 14 21:01:23 1997 Jeffrey A Law (law@cygnus.com)
1142
1143 * Makefile.in: Various changes to build info files
1144 in the object tree rather than the source tree.
1145
1146 Sun Sep 14 12:24:30 1997 Jeffrey A Law (law@cygnus.com)
1147
1148 * fixinc.math: New file to fix math.h on some systems.
1149 * configure.in (freebsd, netbsd): Use fixinc.math on these
1150 systems.
1151 * configure: Rebuilt.
1152
1153 Sun Sep 14 11:11:05 1997 Jeffrey A Law (law@cygnus.com)
1154
1155 * regmove.c (regmove_optimize): If we end up moving the
1156 original insn due to lifetime overlaps, make sure to move
1157 REG_NOTES too.
1158
1159 Sat Sep 13 15:51:11 1997 Manfred Hollstein <manfred@s-direktnet.de>
1160
1161 * Makefile.in (INSTALL_{PROGRAM,DATA}): Use value found by configure.
1162
1163 Sat Sep 13 12:57:26 1997 Jeffrey A Law (law@cygnus.com)
1164
1165 * haifa-sched.c (add_branch_dependences): Make each insn in
1166 a SCHED_GROUP_P block explicitly depend on the previous insn.
1167
1168 Fri Sep 12 13:49:58 1997 Jason Merrill <jason@yorick.cygnus.com>
1169
1170 * except.h: Prototype dwarf2 hooks.
1171 * expr.c: Adjust.
1172
1173 Thu Sep 11 17:43:55 1997 Jim Wilson <wilson@cygnus.com>
1174
1175 * configure.in (native_prefix): Delete.
1176 (mips-dec-netbsd): Don't set prefix.
1177 (*linux*): Don't set prefix.
1178
1179 Thu Sep 11 15:48:32 1997 Fred Fish <fnf@ninemoons.com>
1180
1181 * protoize.c: Include <varargs.h> only if HAVE_VARARGS_H is
1182 defined. If not defined, include <sys/varargs.h> if
1183 HAVE_SYS_VARARGS_H is defined.
1184 * configure.in: Test for varargs.h and sys/varargs.h.
1185 * configure: Regenerate with autoconf.
1186 * config.in: Regenerate with autoheader.
1187
1188 * cpplib.c (quote_string): Cast first arg of sprintf call
1189 from "unsigned char *" to "char *".
1190 (output_line_command): Ditto.
1191 (macroexpand): Ditto.
1192 (do_line): Cast atoi arg from "unsigned char *" to "char *".
1193
1194 Wed Sep 10 21:37:30 1997 Jeffrey A Law (law@cygnus.com)
1195
1196 * version.c: Bump for snapshot.
1197
1198 * Makefile.in (compare): Exit with nonzero status if there
1199 are comparison failures. Note which files failed the
1200 comparison test in .bad_compare.
1201
1202 Wed Sep 10 17:05:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
1203
1204 * config/alpha/elf.h (CPP_PREDEFINES): Remove -D__PIC__ -D__pic__.
1205
1206 Wed Sep 10 16:37:28 1997 Fred Fish <fnf@ninemoons.com>
1207
1208 * Makefile.in (LN, LN_S): New macros, use where appropriate.
1209 * aclocal.m4 (GCC_PROG_LN_S, GCC_PROG_LN): New tests.
1210 * configure.in: Use GCC_PROG_LN_S and GCC_PROG_LN.
1211 * configure: Regenerated.
1212
1213 Thu Sep 11 11:09:43 1997 Jeffrey A Law (law@cygnus.com)
1214
1215 * loop.c (strength_reduce): Fix typo.
1216
1217 Wed Sep 10 16:01:15 1997 Jim Wilson <wilson@cygnus.com>
1218
1219 * m88k/m88k.c (struct option): Rename to struct options.
1220 * m88k/dolph.h (INITIALIZE_TRAMPOLINE): Delete here.
1221 * m88k/sysv3.h (INITIALIZE_TRAMPOLINE): Delete ifdef and comments.
1222 * libgcc2.c (__enable_execute_stack): Check for __sysV88__ not
1223 __DOLPHIN__ or sysV88.
1224
1225 Wed Sep 10 14:58:40 1997 Jim Wilson <wilson@cygnus.com>
1226
1227 * emit-rtl.c (gen_lowpart_common): For a SUBREG, add in word when
1228 create new subreg.
1229
1230 Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
1231
1232 * config.sub: Accept 'amigados' for backward compatability.
1233
1234 Wed Sep 10 14:05:08 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
1235
1236 * Makefile.in (testsuite/site.exp): New target.
1237 (check-gcc, check-g++): Depend on testsuite/site.exp.
1238 Don't stop for failure.
1239
1240 Wed Sep 10 12:59:57 1997 Jason Merrill <jason@yorick.cygnus.com>
1241
1242 * expr.c (expand_builtin): Only support __builtin_dwarf_fp_regnum()
1243 if DWARF2_UNWIND_INFO.
1244
1245 Wed Sep 10 11:49:20 1997 Jason Merrill <jason@yorick.cygnus.com>
1246
1247 Add support for exception handling using DWARF 2 frame unwind info.
1248 Currently works on SPARC and MIPS, and almost on x86.
1249
1250 * libgcc2.c (get_reg, put_reg, get_return_addr, put_return_addr,
1251 next_stack_level, in_reg_window): Helper fns.
1252 (__throw): Implement for DWARF2_UNWIND_INFO.
1253
1254 * expr.c (expand_builtin): Handle builtins used by __throw.
1255 * tree.h (enum built_in_function): Add builtins used by __throw.
1256 * c-decl.c (init_decl_processing): Declare builtins used by __throw.
1257 * dwarf2out.c (expand_builtin_dwarf_fp_regnum): Used by __throw.
1258 * except.c (expand_builtin_unwind_init): Hook for dwarf2 __throw.
1259 (expand_builtin_extract_return_addr): Likewise.
1260 (expand_builtin_frob_return_addr): Likewise.
1261 (expand_builtin_set_return_addr_reg): Likewise.
1262 (expand_builtin_eh_stub): Likewise.
1263 (expand_builtin_set_eh_regs): Likewise.
1264 (eh_regs): Choose two call-clobbered registers for passing back values.
1265
1266 * frame.c, frame.h: New files for parsing dwarf 2 frame info.
1267 * Makefile.in (LIB2ADD): New variable. Add $(srcdir)/frame.c.
1268 (libgcc2.a): Use it instead of $(LIB2FUNCS_EXTRA) $(LANG_LIB2FUNCS)
1269 (stmp-multilib): Likewise.
1270 ($(T)crtbegin.o, $(T)crtend.o): Add -fno-exceptions.
1271
1272 * except.c: #include "defaults.h".
1273 (exceptions_via_longjmp): Default depends on DWARF2_UNWIND_INFO.
1274 (emit_throw): Don't defeat assemble_external if DWARF2_UNWIND_INFO.
1275 (register_exception_table_p): New fn.
1276 (start_eh_unwinder): Don't do anything if DWARF2_UNWIND_INFO.
1277 (end_eh_unwinder): Likewise.
1278
1279 * crtstuff.c: Wrap .eh_frame section, use EH_FRAME_SECTION_ASM_OP,
1280 call __register_frame and __deregister_frame as needed.
1281 * varasm.c (eh_frame_section): New fn if EH_FRAME_SECTION_ASM_OP.
1282 * dwarf2out.c (EH_FRAME_SECTION): Now a function-like macro. Check
1283 EH_FRAME_SECTION_ASM_OP.
1284 * sparc/sysv4.h (EH_FRAME_SECTION_ASM_OP): Define.
1285 * mips/iris6.h: (EH_FRAME_SECTION_ASM_OP): Define.
1286 (LINK_SPEC): Add __EH_FRAME_BEGIN__ to hidden symbols.
1287
1288 * dwarf2out.c (output_call_frame_info): If no support for
1289 EXCEPTION_SECTION, mark the start of the frame info with a
1290 collectable tag.
1291 * collect2.c (frame_tables): New list.
1292 (is_ctor_dtor): Recognise frame entries.
1293 (scan_prog_file): Likewise.
1294 (main): Pass -fno-exceptions to sub-compile. Also do collection
1295 if there are any frame entries.
1296 (write_c_file_stat): Call __register_frame_table and
1297 __deregister_frame as needed.
1298 (write_c_file_glob): Likewise.
1299
1300 * defaults.h (DWARF2_UNWIND_INFO): Default to 1 if supported.
1301 Also require unaligned reloc support.
1302 * sparc.h (UNALIGNED_SHORT_ASM_OP, UNALIGNED_INT_ASM_OP,
1303 UNALIGNED_DOUBLE_INT_ASM_OP): Define here.
1304 * sparc/sysv4.h: Not here.
1305
1306 * toplev.c (compile_file): Call dwarf2out_frame_{init,finish}.
1307 * dwarf2out.c (dwarf2out_init): Don't call dwarf2out_frame_init.
1308 (dwarf2out_finish): Don't call dwarf2out_frame_finish.
1309
1310 * libgcc2.c (L_eh): Reorganize, moving code shared by different
1311 EH implementations to the top.
1312 (find_exception_handler): Split out. Start from 0. Compare against
1313 end with >=.
1314 (__find_first_exception_table_match): Use it.
1315 * except.c (output_exception_table): Don't do anything if there's
1316 no table. Don't output a first entry of zeroes.
1317 (eh_outer_context): Adjust properly.
1318 (add_eh_table_entry): Use xrealloc.
1319 * toplev.c (compile_file): Just call output_exception_table.
1320
1321 Wed Sep 10 11:30:36 1997 Jason Merrill <jason@cygnus.com>
1322
1323 * i386.c (ix86_prologue): Add dwarf2 support for !do_rtl case.
1324
1325 Wed Sep 10 08:17:10 1997 Torbjorn Granlund <tege@pdc.kth..se>
1326
1327 * except.c (eh_outer_context): Do masking using expand_and.
1328
1329 Wed Sep 10 01:38:30 1997 Doug Evans <dje@cygnus.com>
1330
1331 Add port done awhile ago for the ARC cpu.
1332 * arc/arc.h: New file.
1333 * arc/arc.c: New file.
1334 * arc/arc.md: New file.
1335 * arc/initfini.c: New file.
1336 * arc/lib1funcs.asm: New file.
1337 * arc/t-arc: New file.
1338 * arc/xm-arc.h: New file.
1339 * ginclude/va-arc.h: New file.
1340 * ginclude/stdarg.h: Include va-arc.h ifdef __arc__.
1341 * ginclude/varargs.h: Likewise.
1342 * Makefile.in (USER_H): Add va-arc.h.
1343 * configure.in (arc-*-elf*): Recognize.
1344 * longlong.h: Add ARC support.
1345
1346 Wed Sep 10 01:32:54 1997 Jeffrey A Law (law@cygnus.com)
1347
1348 * expr.c (clear_storage): Use CONST0_RTX instead of const0_rtx.
1349 when clearing non-BLKmode data.
1350
1351 Wed Sep 10 00:29:29 1997 Manfred Hollstein <manfred@s-direktnet.de>
1352
1353 * m88k/sysv3.h (INITIALIZE_TRAMPOLINE) Define.
1354 * libgcc2.c (__enable_execute_stack): Provide for sysV88 too.
1355
1356 * xm-m88k.h (USG): Only define if it hasn't already been defined.
1357
1358 * Makefile.in (risky-stage1): Delete gratutious whitespace.
1359
1360 * Makefile.in (clean): Delete libgcc1-test.
1361
1362 * Makefile.in (INSTALL): cd to $(srcdir) before running texinfo.
1363
1364 Tue Sep 9 17:07:36 1997 Stan Cox <coxs@dg-rtp.dg.com>
1365
1366 * m88k.c (m88k_expand_prologue): Set MEM_IN_STRUCT_P of va_list
1367 template.
1368
1369 Tue Sep 9 09:50:02 1997 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
1370
1371 * dwarf2out.c (output_call_frame_info): Call named_section.
1372
1373 Tue Sep 9 09:12:17 1997 Jeffrey A Law (law@cygnus.com)
1374
1375 * haifa-sched.c (print_value): Fix last change.
1376
1377 Tue Sep 9 01:30:37 1997 Jason Merrill <jason@yorick.cygnus.com>
1378
1379 * mips.h (DWARF_FRAME_REGNUM): Use the same numbering regardless of
1380 write_symbols.
1381
1382 Mon Sep 8 16:32:43 1997 Jason Merrill <jason@yorick.cygnus.com>
1383
1384 * mips.c (function_prologue): Set up the CFA when ABI_32.
1385
1386 * sparc.c (save_regs): Check dwarf2out_do_frame instead of DWARF2_DEBUG
1387 for dwarf2 unwind info.
1388 (output_function_prologue, sparc_flat_output_function_prologue): Same.
1389
1390 * final.c (final_end_function): Check dwarf2out_do_frame instead
1391 of DWARF2_DEBUG for dwarf2 unwind info.
1392 (final_scan_insn): Likewise.
1393 (final_start_function): Likewise. Initialize dwarf2 frame debug here.
1394 (final): Not here.
1395
1396 * expr.c (expand_builtin_return_addr): Only SETUP_FRAME_ADDRESSES if
1397 count > 0.
1398
1399 * varasm.c (exception_section): Check EXCEPTION_SECTION first.
1400
1401 Mon Sep 8 15:15:11 1997 Nick Clifton <nickc@cygnus.com>
1402
1403 * v850.h (ASM_SPEC): Pass on target processor.
1404 (CPP_PREDEFINES): Only define if not already specified.
1405 (TARGET_VERSION): Only define if not already specified.
1406 (MASK_CPU, MASK_V850, MASK_DEFAULT): Bits to specify target
1407 processor.
1408 (EXTRA_SWITCHES): Extra entries in the switches array.
1409 (TARGET_DEFAULT): Set default target processor.
1410
1411 Mon Sep 8 18:26:35 1997 Jim Wilson <wilson@cygnus.com>
1412
1413 * m68k.h (MACHINE_STATE_SAVE, MACHINE_STATE_RESTORE): In MOTOROLA
1414 cases, add %# and %/, and add : to make them into extended asms.
1415
1416 Sun Sep 7 23:57:50 1997 Weiwen Liu <liu@hepunix.physics.yale.edu>
1417
1418 * alias.c (init_alias_analysis): Clean up incompatible pointer
1419 type warning in bzero.
1420 * regmove.c (regmove_optimize): Ditto.
1421 * haifa-sched.c (find_rgns): Ditto.
1422
1423 * haifa-sched.c (print_value): Clean up ptr->int cast
1424 warnings.
1425
1426 Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com>
1427
1428 * INSTALL: Change 'amigados' to 'amigaos' to match current usage.
1429 * install.texi (Configurations): Ditto.
1430 * config.sub: Ditto.
1431
1432 Sun Sep 7 22:56:56 1997 Weiwen Liu (liu@hepvms.physics.yale.edu)
1433
1434 * Makefile.in (sdbout.o): Depend on insn-config.h.
1435
1436 Sun Sep 7 18:44:50 1997 Jim Wilson <wilson@cygnus.com>
1437
1438 * m68k/m68k.h (TARGET_SWITCHES): For 68000, 68302, subtract MASK_68881.
1439 For 68303, 68332, cpu32, subtract MASK_68040_ONLY.
1440
1441 Sun Sep 7 18:30:46 1997 Jason Merrill <jason@yorick.cygnus.com>
1442
1443 * dwarf2out.c (dwarf2out_frame_debug): Assume that in a PARALLEL
1444 prologue insn, only the first elt is significant.
1445 (output_call_frame_info): For exception handling, always use 4-byte
1446 fields as specified by the dwarf2 spec.
1447 Don't skip trivial FDEs.
1448
1449 Sun Sep 7 14:19:39 1997 Jeffrey A Law (law@cygnus.com)
1450
1451 * version.c: Bump for snapshot.
1452
1453 Sun Sep 7 14:17:36 1997 Torbjorn Granlund (tege@pdc.kth.se)
1454
1455 * expmed.c (expand_divmod): Make op1_is_pow2 depend on unsignedp
1456 for negative constants. Promote EXACT_DIV_EXPR to TRUNC_DIV_EXPR
1457 when op1_is_pow2.
1458
1459 Sun Sep 7 13:46:46 1997 Jeffrey A Law (law@cygnus.com)
1460
1461 * final.c (shorten_branches): During first pass, assume worst
1462 possible alignment for ADDR_VEC and ADDR_VEC_DIFF insns.
1463
1464 * Makefile.in (distclean): Remove various things left around
1465 by running the testsuite.
1466
1467 Sun Sep 7 13:16:06 1997 Manfred Hollstein <manfred@s-direktnet.de>
1468
1469 * configure.in (out_file): Emit definition to config.status in order
1470 to have a defined value for configure.lang.
1471 * configure: Re-built.
1472
1473 Sun Sep 7 09:59:08 1997 Jan-Jaap van der Heijden (J.J.vanderHeijden@student.utwente.nl)
1474
1475 * configure.in: Make symlink to as-new rather than as.new. Similarly
1476 for ld-new.
1477 * configure: Rebuilt.
1478
1479 Fri Sep 5 16:54:55 1997 Jim Wilson <wilson@cygnus.com>
1480
1481 * profile.c (output_func_start_profiler): Set DECL_EXTERNAL to zero.
1482
1483 Fri Sep 5 16:16:44 1997 Christian Kuehnke <Christian.Kuehnke@arbi.Informatik.Uni-Oldenburg.DE>
1484
1485 * sparc/sparc.md: Add ultrasparc scheduling support.
1486 * sparc/sparc.h (RTX_COSTS): For MULT give v9 a cost of 25 insns.
1487
1488 Fri Sep 5 14:04:59 1997 Philippe De Muyter <phdm@info.ucl.ac.be>
1489
1490 * integrate.c (save_for_inline_copying): Use 0, not NULL_PTR,
1491 as initial value for real_label_map.
1492 (copy_for_inline): Likewise.
1493
1494 Fri Sep 5 13:36:44 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
1495
1496 * sched.c (update_flow_info) When looking if to set found_split_dest
1497 or found_orig_dest, look at all parts of a PARALLEL.
1498 * haifa-sched.c (update_flow_info): Likewise.
1499
1500 Fri Sep 5 10:08:44 1997 Jeffrey A Law (law@cygnus.com)
1501
1502 * v850: New directory for v850 port.
1503 * v850/lib1funcs.asm: New file.
1504 * t-v850, v850.c, v850.h, v850.md, xm-v850.h: New files.
1505 * ginclude/va-v850.h: New file.
1506 * ginclude/varargs.h, ginclude/stdarg.h: Include va-mn10200.h.
1507 * configure.in (mn10200-*-*): New target.
1508 * configure: Rebuilt.
1509 * config.sub: Handle v850-elf.
1510 * Makefile.in (USER_H): Add va-mn10200.h.
1511 * invoke.texi: Document v850 stuff.
1512
1513 Fri Sep 5 09:37:50 1997 Jim Wilson (wilson@cygnus.com)
1514
1515 * sdbout.c (plain_type_1, case ARRAY_TYPE): Verify that TYPE_DOMAIN
1516 has integer TYPE_{MAX,MIN}_VALUE before using them.
1517
1518 * m68k/m68k.h (MACHINE_STATE_SAVE, MACHINE_STATE_RESTORE): Add
1519 __HPUX_ASM__ versions.
1520
1521 Fri Sep 5 09:08:44 1997 Jeffrey A Law (law@cygnus.com)
1522
1523 * install.sh: Delete duplicate install script.
1524
1525 Thu Sep 4 23:14:27 1997 Stan Cox (coxs@dg-rtp.dg.com)
1526
1527 * reg-stack.c (subst_stack_regs): Pop the stack register for a
1528 computed goto which sets the same stack register.
1529
1530 * reg-stack.c (compare_for_stack_reg): Swap only if the source and
1531 destination are both on the regstack.
1532 (subst_stack_regs_pat): Put the destination at the top of the regstack.
1533
1534 Thu Sep 4 15:02:27 1997 Jim Wilson <wilson@cygnus.com>
1535
1536 * mips.md (nonlocal_goto_receiver): Define.
1537
1538 * profile.c (output_arc_profiler): Check next_insert_after for non
1539 NULL before deferencing it.
1540
1541 * i386/t-sol2 (TARGET_LIBGCC2_CFLAGS): Define to -fPIC.
1542
1543 Thu Sep 4 14:51:57 1997 Jeffrey A Law (law@cygnus.com)
1544
1545 * i386.h (CPP_CPU_DEFAULT): Avoid using #elif.
1546
1547 Thu Sep 4 15:01:49 1997 Michael Meissner <meissner@cygnus.com>
1548
1549 * toplev.c (rest_of_compilation): For passes starting with
1550 flow_analysis, use print_rtl_with_bb instead of print_rtl.
1551
1552 * print-rtl.c (print_rtl_single): Print a single rtl value to a
1553 file.
1554
1555 * flow.c (print_rtl_with_bb): Print which insns start and end
1556 basic blocks. For the start of a basic block, also print the live
1557 information.
1558
1559 Thu Sep 4 11:51:43 1997 Jim Wilson <wilson@cygnus.com>
1560
1561 * toplev.c (main): Change #elif to #else/#ifdef
1562
1563 * tlink.c: Include ctype.h.
1564 * ginclude/va-mips.h: Add _VA_MIPS_H_ENUM ifdef/define/endif.
1565
1566 Thu Sep 4 11:17:16 1997 Mikeael Meissner (meissner@cygnus.com)
1567
1568 * bitmap.c: Conditionally include stdlib.h.
1569 (free): Provide a declaration if NEED_DECLARATION_FREE.
1570
1571 Thu Sep 4 09:58:53 1997 Joel Sherrill (joel@OARcorp.com)
1572
1573 * i960/i960.h: Added default for SUBTARGET_SWITCHES macro.
1574
1575 Thu Sep 4 09:53:20 1997 Jim Wilson (wilson@cygnus.com)
1576
1577 * profile.c (output_arc_profiler): Verify next_insert_after is an
1578 INSN before and after skipping a stack pop.
1579
1580 Thu Sep 4 07:39:19 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
1581
1582 * final.c (shorten_branches): Don't count the lengths of deleted
1583 instructions.
1584
1585 Thu Sep 4 09:43:01 1997 Jeffrey A Law (law@cygnus.com)
1586
1587 * version.c: Bump for snapshot.
1588
1589 Thu Sep 4 11:04:21 1997 Michael Meissner <meissner@cygnus.com>
1590
1591 * bitmap.h (EXECUTE_IF_AND_IN_BITMAP): New macro, to iterate over
1592 two bitmaps ANDed together.
1593 (bitmap_print): Declare.
1594
1595 * bitmap.c (function_obstack): Don't declare any more.
1596 (bitmap_obstack): Obstack for allocating links from.
1597 (bitmap_obstack_init): New static to say whether to initialize
1598 bitmap_obstack.
1599 (bitmap_element_allocate): Use bitmap_obstack to allocate from.
1600 (bitmap_release_memory): Free all memory allocated from
1601 bitmap_obstack.
1602
1603 * basic-block.h (EXECUTE_IF_AND_IN_REG_SET): New macro, invoke
1604 EXECUTE_IF_AND_IN_BITMAP.
1605
1606 Wed Sep 3 10:39:42 1997 Jim Wilson <wilson@cygnus.com>
1607
1608 * alias.c (true_dependence): Address with AND can alias scalars.
1609 (anti_dependence, output_dependence): Likewise.
1610
1611 * alias.c (true_dependence): Test x for BLKmode, in addition to mem.
1612
1613 Wed Sep 3 09:28:50 CDT 1997 Joel Sherrill (joel@OARcorp.com)
1614
1615 * i386/go32-rtems.h, i386/rtems.h, i960/rtems.h, m68k/rtems.h,
1616 mips/rtems64.h, pa/rtems.h, rs6000/rtems.h, sh/rtems.h,
1617 sparc/rtems.h (subtarget_switches): Removed SUBTARGET_SWITCHES
1618 definitions. Use -qrtems instead of -mrtems.
1619
1620 Wed Sep 3 09:05:41 1997 Robert Lipe (robert@dgii.com)
1621
1622 * xm-sco5.h (sys_siglist): Define.
1623 (SYS_SIGLIST_DECLARED): Likewise.
1624
1625 Tue Sep 2 23:33:33 1997 Jeffrey A Law (law@cygnus.com)
1626
1627 * expr.c (convert_move): Handle truncation from TQFmode to QFmode.
1628
1629 Wed Sep 3 02:09:30 1997 Torbjorn Granlund <tege@pdc.kth..se>
1630
1631 * except.c (eh_outer_context): Expand masking operation using
1632 expand_binop.
1633
1634 Tue Sep 2 18:09:39 1997 Jim Wilson <wilson@cygnus.com>
1635
1636 * alpha.md (floatdisf2-1): New pattern.
1637
1638 Tue Sep 2 18:41:55 1997 Jeffrey A Law (law@cygnus.com)
1639
1640 * xm-svr4.h (SYS_SIGLIST_DECLARED): Define.
1641 * xm-news.h (SYS_SIGLIST_DECLARED): Likewise.
1642 * xm-sysv4.h (SYS_SIGLIST_DECLARED): Likewise.
1643 * gcc.texi: Note that if you define sys_siglist that you should
1644 also define SYS_SIGLIST_DECLARED.
1645
1646 * mn10200.h (INITIALIZE_TRAMPOLINE): PC relative instructions
1647 are relative to the next instruction, not the current instruction.
1648
1649 Tue Sep 2 14:22:43 1997 Jim Wilson <wilson@cygnus.com>
1650
1651 * local-alloc.c (contains_replace_regs): New function.
1652 (update_equiv_regs): When adding a REG_EQUIV note for a set of a MEM,
1653 verify that there is no existing REG_EQUIV note, and add a call to
1654 contains_place_regs.
1655
1656 Tue Sep 2 12:48:11 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
1657
1658 * config/alpha/elf.h (CPP_PREDEFINES): Add -D__PIC__ -D__pic__.
1659 (STARTFILE_SPEC): Always use crtbegin.o%s
1660 (ENDFILE_SPEC): Always use crtend.o%s.
1661
1662 Tue Sep 2 12:00:36 1997 Jim Wilson <wilson@cygnus.com>
1663
1664 * alpha/alpha.h (PREFERRED_RELOAD_CLASS): Return NO_REGS if NO_REGS
1665 is passed in.
1666 * emit-rtl.c (gen_lowpart_common): Add code to convert CONST_INT to
1667 SFmode for 64 bit hosts.
1668
1669 Tue Sep 2 13:42:38 1997 Paul N. Hilfinger <hilfingr@CS.Berkeley.EDU>
1670
1671 * fixincludes: Permits spaces between # and define. Discard C++
1672 comments in sys/pci.h on HP/UX 10.20.
1673
1674 Mon Sep 1 22:13:18 1997 Jeffrey A Law (law@cygnus.com)
1675
1676 * version.c: Bump for snapshot.
1677
1678 * pa.c (restore_unscaled_index_insn_codes): New function.
1679 (record_unscaled_index_insn_codes): Likewise.
1680 (output_function_prologue): Call restore_unscaled_index_insn_codes.
1681 (output_function_epilogue): Free memory for unscaled_index_insn_codes.
1682 (pa_reorg): Call record_unscaled_index_insn_codes.
1683
1684 * haifa-sched.c (move_insn): Handle notes correctly for insns
1685 with SCHED_GROUP_P set.
1686
1687 Mon Sep 1 16:58:57 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
1688
1689 * alpha/xm-linux.h (USE_BFD): Undef before define.
1690
1691 Mon Sep 1 16:25:34 1997 Jim Wilson <wilson@cygnus.com>
1692
1693 * cse.c (cse_insn): Don't record BLKmode values.
1694
1695 Mon Sep 1 11:25:47 1997 Stephen Williams (steve@icarus.icarus.com)
1696
1697 * i960.h (LINK_SPEC): Handle "-mjX" and "-mrp" switches.
1698
1699 Mon Sep 1 08:29:46 1997 Jeffrey A Law (law@cygnus.com)
1700
1701 * cccp.c (sys_errlist): Remove special 4.4bsd declaration.
1702 * collect2.c (sys_errlist): Likewise.
1703 * cpplib.c (sys_errlist): Likewise.
1704 * gcc.c (sys_errlist): Likewise.
1705 * protoize (sys_errlist): Likewise.
1706 * configure.in: Check for strerror.
1707 * xm-freebsd.h (HAVE_STRERROR): Remove definition.
1708 * xm-gnu.h (HAVE_STRERROR): Likewise.
1709 * xm-linux.h (HAVE_STRERROR): Likewise.
1710 * xm-netbsd.h (HAVE_STRERROR): Likewise.
1711 * xm-bsd386.h (HAVE_STRERROR): Likewise.
1712 * xm-cygwin32.h (HAVE_STRERROR): Likewise.
1713 * xm-dos.h (HAVE_STRERROR): Likewise.
1714 * xm-mingw32.h (HAVE_STRERROR): Likewise.
1715 * xm-pa.h (HAVE_STRERROR): Likewise.
1716 * xm-papro.h (HAVE_STRERROR): Likewise.
1717 * xm-sysv4.h (HAVE_STRERROR): Likewise.
1718 * configure, config.in: Rebuilt.
1719
1720 * Makefile.in: Add several missing "else true" clauses.
1721
1722 * collect2.c: Change DONT_DECLARE_SYS_SIGLIST to SYS_SIGLIST_DECLARED.
1723 * mips-tfile.c: Likewise.
1724 * gcc.texi: DONT_DECLARE_SYS_SIGLIST: Remove docs.
1725 * xm-linux.h (DONT_DECLARE_SYS_SIGLIST): Delete definition.
1726 * xm-freebsd.h, xm-bsd386.h, xm-sysv4.h, xm-sol2.h: Likewise.
1727 * configure.in: Check for sys_siglist declaration.
1728 * configure, config.in: Rebuilt.
1729
1730 Mon Sep 1 08:04:07 1997 Joel Sherrill (joel@OARcorp.com)
1731
1732 * i386/go32-rtems.h, i386/rtems.h, i960/rtems.h,
1733 m68k/rtems.h, mips/rtems64.h, pa/rtems.h, rs6000/rtems.h,
1734 sparc/rtems.h (subtarget_switches): Added -mrtems as a switch.
1735 * i960/i960.h: Added SUBTARGET_SWITCHES macro.
1736 * rs6000/sysv4.h (extra_subtarget_switches): Added new
1737 macro EXTRA_SUBTARGET_SWITCHES.
1738 * configure.in (sh*-*-rtems*): New target.
1739 * sh/rtems.h: New file.
1740 * sh/sh.h: Added SUBTARGET_SWITCHES macro.
1741 * configure: Rebuilt.
1742
1743 Sat Aug 30 22:54:26 1997 Jim Wilson <wilson@cygnus.com>
1744
1745 * unroll.c (calculate_giv_inc): Handle increment with code PLUS.
1746
1747 Sat Aug 30 10:49:46 1997 David Edelsohn <edelsohn@mhpcc.edu>
1748
1749 * rs6000.md: Make DF fused-add operations pay attention to
1750 -mno-fused-add.
1751
1752 Fri Aug 29 19:19:54 1997 Jim Wilson <wilson@cygnus.com>
1753
1754 * i386/xm-sysv4.h (DONT_DECLARE_SYS_SIGLIST): Define.
1755
1756 Fri Aug 29 16:13:51 1997 Jeffrey A Law (law@cygnus.com)
1757
1758 * pa.md (reload_peepholes): Make sure operand is a REG before
1759 examining REGNO. Allow general registers too.
1760
1761 Fri Aug 29 11:42:04 1997 Jim Wilson <wilson@cygnus.com>
1762
1763 * varasm.c (mark_constants): Don't look inside CONST_DOUBLEs.
1764
1765 Fri Aug 29 09:33:20 1997 Philipp Thomas (kthomas@lxi165.gwdg.de)
1766
1767 * dwarf2out.c (build_abbrev_table): Use xrealloc, not xmalloc
1768 to reallocate abbrev_die_table.
1769
1770 Thu Aug 28 15:14:46 1997 Jim Wilson <wilson@cygnus.com>
1771
1772 * m68k/m68k.md (iorsi_zexthi_ashl16): Disable.
1773
1774 1997-08-27 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1775
1776 * Makefile.in (config.status): Depend on version.c
1777
1778 * expr.h (insn_gen_function): Reenable prototype.
1779
1780 * expr.c (move_by_pieces_1, clear_by_pieces_1): Fix prototype of
1781 first parameter.
1782
1783 Thu Aug 28 13:01:43 1997 Jim Wilson <wilson@cygnus.com>
1784
1785 * i386.c (ix86_expand_epilogue): Emit blockage instruction when pic.
1786
1787 Thu Aug 28 07:03:15 1997 Jeffrey A Law (law@cygnus.com)
1788
1789 * version.c: Bump for latest snapshot.
1790
1791 * bc-optab.c: Conditionally include stdlib.h.
1792 (free): Provide a declaration if NEED_DECLARATION_FREE.
1793 * tree.c (free): Provide a declaration if NEED_DECLARATION_FREE.
1794 * rtl.h (free): Remove declaration.
1795 * tree.h (free): Remvoe declaration.
1796
1797 * configure: Rebuilt.
1798
1799 Wed Aug 27 21:32:20 1997 Jeffrey A Law (law@cygnus.com)
1800
1801 * flags.h (flag_move_all_movables): Declare.
1802 (flag_reduce_all_givs): Likewise.
1803 * loop.c (move_movables): Handle flag_move_all_movables.
1804 (strength_reduce): Handle flag_reduce_all_givs.
1805 * toplev.c (flag_move_all_movables): Define.
1806 (flag_reduce_all_givs): Likewise.
1807 (f_options): Add -fmove-all-movables and -freduce-all-givs.
1808 * invoke.texi: Document new options, including alias stuff that
1809 wasn't included last time.
1810
1811 Wed Aug 27 18:08:51 1997 Bob Manson (manson@cygnus.com)
1812
1813 * t-h8300: Use TARGET_LIBGCC2_CFLAGS instead of LIBGCC2_CFLAGS.
1814 * t-mn10200: Ditto.
1815 * t-vxsparc: Ditto.
1816 * t-vxworks68: Ditto.
1817 * t-vxworks960: Ditto.
1818 * t-vx29k: Ditto.
1819
1820 Wed Aug 27 16:35:29 1997 Richard Henderson <rth@cygnus.com>
1821
1822 * alpha/xm-alpha.h (alloca): Define alloca to builtin_alloca for GNUC
1823 if not already defined, and USE_C_ALLOCA not defined.
1824
1825 Wed Aug 27 16:08:43 1997 Jim Wilson <wilson@cygnus.com>
1826
1827 * config.guess: Replace with script that uses ../config.guess.
1828
1829 * config/alpha/elf.h (DEFAULT_VTABLE_THUNKS): New. Defined as 1
1830 if USE_GNULIBC_1 is not defined.
1831
1832 Wed Aug 27 15:49:12 1997 Richard Henderson <rth@cygnus.com>
1833
1834 * alpha/elf.h (LINK_SPEC): Conditionalize on USE_GNULIBC_1.
1835 * config.guess: Recognize alpha-linux-gnulibc1.
1836 * configure.in (alpha-*-linux-gnulibc1): New target.
1837 (alpha-*-linux-gnu*): Don't build crtbegin/end.
1838
1839 Wed Aug 27 11:52:58 1997 Jim Wilson <wilson@cygnus.com>
1840
1841 * m68k.md (iorsi3_internal): Readd ! TARGET_5200 check lost in
1842 last change.
1843
1844 Wed Aug 27 01:56:18 1997 Doug Evans <dje@seba.cygnus.com>
1845
1846 * loop.c (combine_movables): Earlier insns don't match later ones.
1847
1848 Wed Aug 27 01:24:25 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
1849
1850 * config/linux.h (CC1_SPEC): Define it only if not defined.
1851
1852 * config/m68k/linux.h (CC1_SPEC): Undefine it before include
1853 <linux.h>
1854
1855 * config/linux.h (DEFAULT_VTABLE_THUNKS): New. Defined as 1 if
1856 USE_GNULIBC_1 is not defined.
1857
1858 * config/rs6000/linux.h (DEFAULT_VTABLE_THUNKS): New. Defined as 1.
1859
1860 * config/sparc/linux.h (DEFAULT_VTABLE_THUNKS): New. Defined
1861 as 1 if USE_GNULIBC_1 is not defined.
1862
1863 Wed Aug 27 00:49:14 1997 Jeffrey A Law (law@cygnus.com)
1864
1865 * reorg.c (dbr_schedule): Allow current_function_return_rtx
1866 to be something other than a REG.
1867 * function.c (expand_function_end): Fix current_function_return_rtx
1868 if it was a pseudo.
1869
1870 * t-freebsd (USER_H): Include EXTRA_HEADERS and LANG_EXTRA_HEADERS.
1871 * x-netbsd: Likewise
1872 * x-dgux (USER_H): Include EXTRA_HEADERS and LANG_EXTRA_HEADERS
1873 (INSTALL_HEADERS): Delete.
1874 * x-dguxbcs: Likewise.
1875 * x-hp3bsd44: Likewise
1876 * x-pa: Likewise.
1877
1878 Wed Aug 27 00:30:00 1997 Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
1879
1880 * i386.md (pop): pop increments the stack pointer.
1881 (prologue_set_stack_ptr): New pattern.
1882 * i386.c (ix86_expand_prologue): Use prologue_set_stack_ptr
1883 instead of subsi3.
1884
1885 Tue Aug 26 18:50:32 1997 Jim Wilson <wilson@cygnus.com>
1886
1887 * reload.c (find_reloads, case '0'): Reject matching a non-offsettable
1888 address where an offsettable address is required.
1889
1890 Tue Aug 26 17:54:56 1997 Michael P. Hayes (michaelh@ongaonga.chch.cri.nz>
1891
1892 * loop.c (check_final_value): Don't miss a biv increment in a
1893 parallel.
1894
1895 Tue Aug 26 12:03:49 1997 Jim Wilson (wilson@cygnus.com)
1896
1897 * dwarfout.c (dwarfout_file_scope_decl, case TYPE_DECL): Check
1898 TYPE_DECL_IS_STUB instead of DECL_NAME.
1899
1900 Mon Aug 25 23:27:10 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
1901
1902 * objc/Make-lang.in ($(OBJC_O)): Also depend on cc1obj.
1903
1904 Mon Aug 25 23:27:10 1997 Jim Meyering <meyering@eng.ascend.com>
1905
1906 * objc/Make-lang.in ($(OBJC_O)): Also depend on $(GCC_PASSES).
1907
1908 Mon Aug 25 13:12:24 1997 Jeffrey A Law (law@cygnus.com)
1909
1910 * haifa-sched.c (find_pre_sched_live): Remove #if 0 code.
1911 (find_post_sched_live): Likewise.
1912
1913 * haifa-sched.c (schedule_block): Remove old code to get arguments
1914 from hard regs into pseudos early.
1915
1916 Mon Aug 25 08:55:00 1997 Jeffrey A Law (law@cygnus.com)
1917
1918 * version.c: Bump for new snapshot.
1919
1920 * local-alloc.c (update_equiv_regs): All the target to reject
1921 promotion of some REG_EQUAL to REG_EQUIV notes.
1922 * pa.h (DONT_RECORD_EQUIVALENCE): Define.
1923
1924 * pa.c (secondary_reload_class): (mem (mem ... )) does not need
1925 secondary reloads.
1926
1927 * pa.c (hppa_builtin_saveregs): Emit a blockage insn after the
1928 store of the argument registers.
1929
1930 Mon Aug 25 08:39:02 1997 Craig Burley (burley@gnu.ai.mit.edu)
1931
1932 * fold-const.c (multiple_of_p): New function.
1933 (fold): Turn some cases of *_DIV_EXPR into EXACT_DIV_EXPR.
1934
1935 Mon Aug 25 01:47:41 1997 Jeffrey A Law (law@cygnus.com)
1936
1937 * expr.h (insn_gen_function): Temporarily remove prototype.
1938
1939 Sun Aug 24 17:22:21 1997 Jim Wilson <wilson@cygnus.com>
1940
1941 * Makefile.in (install-info): Don't cd into srcdir. Add srcdir to
1942 filenames. Use sed to extract base filename for install.
1943
1944 Sat Aug 23 18:19:40 1997 John F. Carr <jfc@mit.edu>
1945
1946 * unroll.c (find_splittable_givs): Only share if two givs have the
1947 same add and multiply values.
1948
1949 Sat Aug 23 14:36:27 1997 Jim Wilson <wilson@cygnus.com>
1950
1951 * m68k/next.h (GO_IF_INDEXABLE_BASE): Fix typo in undef.
1952 * m68k/m68kemb.h (LIB_SPEC): Add missing comment end before it.
1953
1954 Sat Aug 23 00:18:22 1997 Jeffrey A Law (law@cygnus.com)
1955
1956 * pa.c (pa_reorg): Always put begin_brtab and end_brtab insns
1957 around branch tables.
1958 * pa.md (begin_brtab, end_brtab): Only emit the .begin_brtab
1959 and .end_brtab directives if TARGET_GAS.
1960
1961 Fri Aug 22 14:05:55 1997 Jim Wilson <wilson@cygnus.com>
1962
1963 * alias.c (true_dependence): Pass x_addr not x to varies.
1964
1965 * acconfig.h (NEED_DECLARATION_CALLOC): Add.
1966 * configure.in: Add GCC_NEED_DECLARATION call for calloc.
1967 * rs6000/xm-rs6000.h (malloc, realloc, calloc, free): Delete
1968 declarations.
1969 * config.in, configure: Regenerate.
1970
1971 Thu Aug 21 23:52:16 1997 John F. Carr <jfc@mit.edu>
1972
1973 * alias.c (find_base_value): Improve handling of PLUS, MINUS, and
1974 LO_SUM.
1975 (record_set): Handle LO_SUM like PLUS.
1976 (init_alias_analysis): When following chains of base addresses,
1977 do not stop on reaching a hard register.
1978
1979 Thu Aug 21 20:17:37 1997 Jeffrey A Law (law@cygnus.com)
1980
1981 * version.c: Bump for new snapshot.
1982
1983 Thu Aug 21 17:28:00 1997 Jim Wilson <wilson@cygnus.com>
1984
1985 * alpha.h (ARCH_ASM_FILE_START): Define.
1986 (ASM_FILE_START): Use ARCH_ASM_FILE_START.
1987 * osf12.h, osf2or3.h (ARCH_ASM_FILE_START): Redefine to null string.
1988
1989 Thu Aug 21 10:22:19 1997 Jeffrey A Law (law@cygnus.com)
1990
1991 * Makefile.in (install-common): Put gcov comment at start of line.
1992
1993 Wed Aug 20 22:47:33 1997 Jeffrey A Law (law@cygnus.com)
1994
1995 * alias.c (init_alias_analysis): When simplifying the reg_base_value
1996 array, simplify entries for hard registers too.
1997
1998 Wed Aug 20 12:35:47 1997 Dave Love <d.love@dl.ac.uk>
1999
2000 * dwarf2.h (enum dwarf_call_frame_info): Remove trailing comma from
2001 list.
2002
2003 Wed Aug 20 11:58:33 1997 Jim Wilson <wilson@cygnus.com>
2004
2005 * stmt.c (start_cleanup_deferal, end_cleanup_deferal): Test
2006 block_stack before dereferencing it.
2007
2008 Wed Aug 20 11:57:11 1997 Michael Meissner <meissner@cygnus.com>
2009
2010 * rs6000.h (ISSUE_RATE): Define instead of MACHINE_issue_rate.
2011
2012 Tue Aug 19 17:10:56 1997 Jason Merrill <jason@yorick.cygnus.com>
2013
2014 * cplus-dem.c: Add 'extern' to prepends_underscore.
2015
2016 Tue Aug 19 09:34:57 1997 Jeffrey A Law (law@cygnus.com)
2017
2018 * haifa-sched.c (ISSUE_RATE): Renamed from MACHINE_issue_rate.
2019 (get_issue_rate): Delete.
2020 * pa.h (ISSUE_RATE): Define.
2021
2022 * configure.in: Turn on haifa by default for the PA.
2023 * configure: Rebuilt.
2024 * pa.c (override_options): Accept -mschedule=7200 option.
2025 (pa_adjust_cost): No longer need to scale costs for newer
2026 processors.
2027 * pa.h (enum processor_type): Add PROCESSOR_7200.
2028 * pa.md: Revamp scheduling parameters to work better with
2029 haifa. Add scheduling parameters for the 7200.
2030
2031 * haifa-sched.c (move_insn): Reemit notes for SCHED_GROUP_P
2032 insns too.
2033 (schedule_block): When adjusting basic_block_{head,end}, account
2034 for movement of SCHED_GROUP_P insns too.
2035
2036 * haifa-sched.c (debug_dependencies): Fix thinko.
2037
2038 * Makefile.in (EXPECT, RUNTEST, RUNTESTFLAGS): Define.
2039 (site.exp, check, check-g++, check-gcc): New targets.
2040
2041 * haifa-sched.c: Make lots of variables static.
2042
2043 Tue Aug 19 07:18:34 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
2044
2045 * expr.h, real.h: Finish prototyping.
2046
2047 Mon Aug 18 21:49:02 1997 Jim Wilson <wilson@cygnus.com>
2048
2049 * reload.c (find_reloads): Add code to convert RELOAD_FOR_OPADDR_ADDR
2050 reloads to RELOAD_FOR_OPERAND_ADDRESS reloads.
2051 * reload1.c: Undo bugfix from Aug 11.
2052
2053 Mon Aug 18 17:39:02 1997 Mike Meissner <meissner@cygnus.com>
2054
2055 * configure.in ({powerpc,rs6000}*-*-*, --with-cpu): Remove single
2056 quotes around the name.
2057 * configure: Regenerate.
2058
2059 Mon Aug 18 13:46:47 1997 Jim Wilson <wilson@cygnus.com>
2060
2061 * Makefile.in (stmp-multilib-sub): Fix typo in last change.
2062
2063 Thu Aug 7 10:33:13 1997 Manfred Hollstein <manfred@s-direktnet.de>
2064
2065 * Makefile.in (sub-makes): Pass the current value of LANGUAGES down
2066 to sub-makes to avoid building more passes than the user might have
2067 requested on the command line.
2068
2069 Sun Aug 17 15:42:17 1997 Dave Love (d.love@dl.ac.uk)
2070
2071 * configure.in: Expurgate `broken_install' (install is
2072 autoconfed).
2073
2074 * configure.lang: Substitute autoconfed ${INSTALL} (not currently
2075 relevant).
2076
2077 Sat Aug 16 01:08:12 1997 Jeffrey A Law (law@cygnus.com)
2078
2079 * loop.c (is_power_of_2, is_conditional_branch): Delete unused
2080 functions and declarations.
2081 (analyze_loop_iterations): Use condjump_p.
2082 (insert_bct): Likewise. Use exact_log2.
2083
2084 Fri Aug 15 23:48:32 1997 Jeffrey A Law (law@cygnus.com)
2085
2086 * haifa-sched.c (find_post_sched_live): Call FREE_REG_SET as needed.
2087 (schedule_region): Likewise.
2088 (schedule_insns): Likewise.
2089
2090 * PROJECTS: Update with Haifa stuff.
2091
2092 Fri Aug 15 12:49:56 1997 Jeffrey A Law (law@cygnus.com)
2093
2094 * version.c: Change the version string to look like:
2095 egcs-2.90.00 970814 (gcc2-970802 experimental).
2096
2097 * loop.c (is_conditional_branch): Make definition match declaration.
2098
2099 * gcc.c: Take out experimental snapshot warning message.
2100
2101 Fri Aug 15 13:43:39 1997 Michael Meissner <meissner@cygnus.com>
2102
2103 * haifa-sched.c (debug_dependencies): Use GET_NOTE_INSN_NAME to
2104 print out the names of the notes. Print out the name of the insn
2105 that is not a note, and not an {,CALL_,JUMP_}INSN.
2106
2107 Wed Aug 13 17:32:38 1997 Jason Merrill <jason@yorick.cygnus.com>
2108
2109 * expr.c (expand_expr, case TARGET_EXPR): Call mark_addressable
2110 again for the slot after we give it RTL.
2111
2112 Wed Aug 13 01:03:37 1997 Doug Evans <dje@canuck.cygnus.com>
2113
2114 * configure.in (haifa configury): Fix typo.
2115 * configure: Regenerate.
2116
2117 Tue Aug 12 10:20:36 1997 Jeffrey A Law (law@cygnus.com)
2118
2119 * version.c: Bump version to "gcc-3.0.0 970802 experimental".
2120
2121 * gcc.info*: Rebuilt.
2122
2123 * COPYING.g77, README.g77: New files.
2124 * real.c (ereal_unto_float, ereal_unto_double): New functions.
2125 * real.h (ereal_unto_float, ereal_unto_double): Declare them.
2126 (REAL_VALUE_UNTO_TARGET_DOUBLE, REAL_VALUE_UNTO_TARGET_SINGLE): Define.
2127
2128 Mon Aug 11 14:50:55 1997 Jeffrey A Law (law@cygnus.com)
2129
2130 * Integrate Haifa instruction scheduler.
2131 * Makefile.in (ALL_CFLAGS): Add SCHED_CFLAGS. Prefix all references
2132 to sched with $(SCHED_CFLAGS.
2133 * configure.in: Handle --enable-haifa.
2134 * configure: Rebuilt.
2135 * flags.h: Add new flags for haifa instruction scheduler.
2136 * genattrtab.c (expand_units): For haifa, don't subtract one
2137 when computing blockage.
2138 * toplev.h (flag_schedule_interblock): Haifa scheduler flag.
2139 (flag_schedule_speculative): Ditto.
2140 (flag_schedule_speculative_load): Ditto.
2141 (flag_schedule_speculative_load_dangerous): Ditto.
2142 (flag_schedule_reverse_before_reload): Ditto.
2143 (flag_schedule_reverse_after_reload): Ditto.
2144 (flag_branch_on_count_reg): Ditto.
2145 (f_options): Add Haifa switches.
2146 (main): Turn off some Haifa options if appropriate macro is
2147 defined. Process Haifa switches.
2148 * unroll.c (iteration_info): No longer static, since Haifa
2149 scheduler uses it.
2150 (unroll_loop): Inform HAIFA scheduler about loop unrolling factor.
2151 * unroll.c (unroll_loop): Set loop_unroll_iter, loop_start_value.
2152 * loop.h (loop_unroll_factor, loop_number): Add HAIFA decls.
2153 * loop.h (loop_initial_value,loop_unroll_iter): New globals.
2154 * loop.c (loop_optimize): If HAIFA is defined, allocate additional
2155 storage for the Haifa scheduler.
2156 (mark_loop_jump): If HAIFA defined, set LABEL_OUTSIDE_LOOP_P and
2157 LABEL_NEXTREF.
2158 (strength_reduce): If HAIFA and HAVE_decrement_and_branch_on_count
2159 are defined, call analyze_loop_iterations and insert_bct to use
2160 countdown loops.
2161 (record_giv): Refine test for jumps out of loops if HAIFA is
2162 defined.
2163 (analyze_loop_iterations): New function to identify if we can use
2164 a countdown loop.
2165 (insert_bct): Insert countdown loop.
2166 (instrument_loop_bct): Low level code to insert countdown loop.
2167 (loop_number): Calculate UID of loop.
2168 (indirect_jump_in_function_p): Return true if an indirect jump is
2169 in the function.
2170 (is_power_of_2): Return true if value is a power of 2.
2171 (is_conditional_branch): Return true if insn is a conditional
2172 jump.
2173 (fix_bct_param): Process -fbct-{min,max}-N switches.
2174 (check_bct_param): Return true if loop should be instrumented.
2175 * loop.c (loop_initial_value,loop_unroll_iter): New globals.
2176 (loop_optimize): Initialize.
2177 (get_condition_for_loop): Ditto.
2178 * loop.c (strength_reduce): Inside of code that uses #ifdef
2179 HAVE_decrement_and_branch_on_count code, test it to make sure the
2180 condition is true.
2181 (instrument_loop_bct): Ditto.
2182 * haifa-sched.c: New file.
2183
2184
2185 * Integrate regmove pass.
2186 * Makefile.in (OBJS): Add regmove.o
2187 (regmove.o): Add dependencies.
2188 * flow.c (find_use_as_address): No longer static.
2189 * rtl.h (find_use_as_address): Declare.
2190 * toplev.c (regmove_dump, flag_regmove): Define.
2191 (f_options): Add -fregmove.
2192 (regmove_dump_file, regmove_time): Define.
2193 (fatal_insn): Close the regmove dump file.
2194 (compile_file): Initialize regmove_time; open/close the regmove dump
2195 file as needed. Print regmove time as needed.
2196 (rest_of_compilation): Run regmove pass if requested, dump
2197 RTL after regmove if requested.
2198 (main): If -O2 or more, turn on regmove. Handle dump switches.
2199 * regmove.c: New file.
2200
2201 Mon Aug 11 14:15:02 1997 Jeffrey A Law (law@cygnus.com)
2202
2203 * Integrate tlink patch from jason@cygnus.com
2204 * gcc.c (SWITCH_TAKES_ARG): Add 'V', 'B' and 'b'.
2205 (process_command): Increment n_switches for them. Don't discard
2206 their args. Validate them.
2207 (main): Escape " marks when creating COLLECT_GCC_OPTIONS.
2208 From Rohan Lenard.
2209 (process_command): Set include_prefixes from COMPILER_PATH.
2210 (main): Set COLLECT_GCC_OPTIONS sooner.
2211 * confiugre.in: Link ../ld/ld.new to collect-ld rather than real-ld.
2212 * tlink.c, hash.c, hash.h: New files.
2213 * Makefile.in (USE_COLLECT2): Always use collect2.
2214 (collect2): Depend on and link in hash.o and tlink.o.
2215 (tlink.o, hash.o): Add dependencies.
2216
2217 Mon Aug 11 10:04:49 1997 Jeffrey A Law (law@cygnus.com)
2218
2219 * Integrate alias analysis changes from jfc@mit.edu
2220 * Makefile.in (OBJS): Add alias.o
2221 (alias.o): Add dependencies.
2222 * alias.c: New file.
2223 * sched.c: Remove alias analysis code. It lives in alias.c now.
2224 (sched_analyze_2): Add new arguments to true_dependence.
2225 (schedule_insns): Always call init_alias_analysis.
2226 * calls.c (expand_call): Note calls to malloc, calloc, and realloc;
2227 mark return value from such functions as a pointer and keep track of
2228 them for alias analysis. If a return value from a function is a
2229 pointer, mark it as such.
2230 * combine.c (distribute_notes): Handle REG_NOALIAS.
2231 * cse.c (struct write_data): Delete. No longer needed.
2232 (invalidate): Don't call set_nonvarying_address_components anymore.
2233 Use true_dependence to decide if an entry should be removed from
2234 the hash table.
2235 (invalidate_memory): Remove WRITES argument, simplify appropriately.
2236 Fix all callers.
2237 (note_mem_written): Similarly for WRITE_PTR argument.
2238 (invalidate_from_clobbers): Similarly for W argument.
2239 (invalidate_for_call): Remove memory elements from the hash table.
2240 (refers_to_mem_p, cse_rtx_addr_varies_p): Deleted.
2241 (cse_rtx_varies_p): New function. Derived from old
2242 cse_rtx_addr_varies_p.
2243 (cse_insn): Remove WRITES_MEMORY and INIT variables and all references.
2244 Don't call note_mem_written anymore. Stack pushes invalidate the stack
2245 pointer if PUSH_ROUNDING is defined. No longer need to call
2246 cse_rtx_addr_varies_p to decide if a MEM should be invalidated.
2247 (skipped_writes_memory): Remove variable.
2248 (invalidate_skipped_set): Simplify and wewrite to use invalidate_memory.
2249 (invalidate_skipped_block): Simplify for new alias analysis code.
2250 (cse_set_around_loop): Likewise.
2251 (cse_main): Call init_alias_analysis.
2252 * flags.h (flag_alias_check, flag_argument_noalias): Declare.
2253 * toplev.c (flag_alias_check, flag_argument_noalias): Define.
2254 (f_options): Add new alias checking arguments.
2255 (main): Set flag_alias_check when optimizing.
2256 * local_alloc (validate_equiv_mem_from_store): Add new arguments
2257 to true_dependence.
2258 (memref_referenced_p): Likewise.
2259 * loop.c (NUM_STORES): Increase to 30.
2260 (prescan_loop): Only non-constant calls set unknown_address_altered.
2261 (invariant_p): Add new arguments to true_dependence.
2262 (record_giv): Initialize unrolled and shared fields.
2263 (emit_iv_add_mult): Call record_base_value as needed.
2264 * loop.h (struct induction): Add unrolled and shared fields.
2265 * unroll.c (unroll_loop): Call record_base_value as needed.
2266 (copy_loop_body): Likewise.
2267 (final_biv_value): Likewise.
2268 (final_giv_value): Likewise.
2269 (find_splittable_regs): Likewise. Only create one new pseudo
2270 if we have multiple address GIVs that were combined with the same
2271 dst_reg GIV. Note when a new register is created due to unrolling.
2272 * rtl.c (reg_note_name): Add REG_NOALIAS.
2273 * rtl.h (enum reg_note): Similarly.
2274 (rtx_varies_p, may_trap_p, side_effects_p): Declare.
2275 (volatile_refs_p, volatile_insn_p, remove_note): Likewise.
2276 (note_stores, refers_to_regno_p, reg_overlap_mentioned_p): Likewise.
2277 (true_dependence, read_dependence, anti_dependence): Likewise.
2278 (output_dependence, init_alias_analysis, end_alias_analysis): Likewise.
2279 (mark_user_reg, mark_reg_pointer): Likewise.
2280
2281
2282 * Integrate reload bugfix from Wilon which enables the PA port
2283 to bootstrap again.
2284 * reload1.c (reload): Sum needs for both OPADDR_ADDR and and
2285 OPERAND_ADDRESS when computing how many registers an insn needs.
2286 (reload_reg_free_p): OPADDR_ADDR and OPERAND_ADDRESS reloads do
2287 conflict.
2288 (reload_reg_free_before_p): Treat OPERAND_ADDRESS reloads just like
2289 OPADDR_ADDR reload.
2290 (reload_reg_reaches_end_p): For RELOAD_FOR_OPADDR_ADDR insns, registers
2291 in reload_reg_use_in_op_addr do not reach the end.
2292 do not reach the end.
2293 (reloads_conflict): RELOAD_FOR_OPADDR_ADDR conflicts with
2294 RELOAD_FOR_OPERAND_ADDRESS.
2295
2296 Sun Aug 10 12:00:20 1997 Jeffrey A Law (law@cygnus.com)
2297
2298 * egcs project officially starts.
2299