OSDN Git Service

* pexecute.c: Use spawn if __CYGWIN32__.
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
1 Wed Oct  1 11:13:25 1997  Ian Lance Taylor  <ian@cygnus.com>
2
3         * pexecute.c: Use spawn if __CYGWIN32__.
4
5         * pexecute.c: Include "config.h" first, as per autoconf manual
6         (from Paul Eggert  <eggert@twinsun.com>).
7
8 Wed Oct  1 01:44:36 1997  Philippe De Muyter  <phdm@info.ucl.ac.be>
9
10         * m68k/x-mot3300 (XCFLAGS): Disable as's long/short jump
11         optimisation for f/expr.o and f/stb.o.
12
13 Tue Sep 30 23:48:57 1997  Jeffrey A Law  (law@cygnus.com)
14
15         * cse.c (this_insn_cc0_mode): Initialize.
16
17 Tue Sep 30 23:09:40 1997  Thomas Koenig <ig25@mvmap66.ciw.uni-karlsruhe.de>
18
19         * cccp.c (expand_to_temp_buffer): Initialize all members of obuf.
20
21         * haifa-sched.c (get_block_head_tail): Remove unneeded initialization.
22
23 Tue Sep 30 23:06:43 1997  Richard Henderson  <rth@cygnus.com>
24
25         * alpha.md (beq): For registers and ints 0-255, use cmpeq+bne, since
26         that pair will dual-issue on the 21164 and plus+beq won't.
27         (bne): Likewise for cmpeq+beq.
28
29 Tue Sep 30 16:07:58 1997  Jim Wilson  <wilson@cygnus.com>
30
31         * except.c (find_exception_handler_labels): Correct argument to free.
32
33 Tue Sep 30 11:00:00 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
34
35         * except.c (find_exception_handler_labels): Free LABELS when we're
36         done.
37
38 Mon Sep 29 14:04:35 1997  Jeffrey A Law  (law@cygnus.com)
39
40         * version.c: Bump for snapshot.
41
42 Mon Sep 29 10:51:53 1997  Jason Merrill  <jason@yorick.cygnus.com>
43
44         * flow.c (find_basic_blocks): Mark calls as potentially jumping
45         to the EH labels.
46
47 Mon Sep 29 09:58:06 1997  Jeffrey A Law  (law@cygnus.com)
48
49         * configure.in: Substitute for "install" too.
50         * configure: Rebuilt.
51
52 Mon Sep 29 00:38:42 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
53
54         * Makefile.in (bootstrap-lean, compare-lean): New targets.
55
56 Mon Sep 29 00:18:16 1997  Richard Henderson  (rth@cygnus.com)
57
58         * alias.c (base_alias_check): Two symbols can conflict if they
59         are accessed via AND.
60         (memrefs_conflict_p): Likewise.
61
62         * alpha.h (SETUP_INCOMING_VARARGS): Emit a blockage insn
63         after flushing argument registers to the stack.
64
65         * Makefile.in (mostlyclean): Remove .regmove files.
66
67 Sun Sep 28 18:59:58 1997  Jason Merrill  <jason@yorick.cygnus.com>
68
69         * libgcc2.c (__throw): Fix thinko.
70
71 Sun Sep 28 12:00:52 1997  Mark Mitchell  <mmitchell@usa.net>
72
73         * cplus-dem.c (demangle_template): Add new parameter.  Handle new
74         template-function mangling.
75         (consume_count_with_underscores): New function.
76         (demangle_signature): Handle new name-mangling scheme.
77
78 Sun Sep 28 01:55:04 1997  Philippe De Muyter  <phdm@info.ucl.ac.be>
79
80         * flow.c (print_rtl_with_bb): Cast alloca return values for variables
81         start and end.
82
83 Sun Sep 28 01:05:16 1997  Jeffrey A Law  (law@cygnus.com)
84
85         * frame.c: Remove last change.
86         * dwarf2.h: Remove last change.
87         * tree.h: Add declarations of DWARF2 unwind info support
88         functions.
89
90 Sat Sep 27 11:02:38 1997  Jason Merrill  <jason@yorick.cygnus.com>
91
92         * c-decl.c (init_decl_processing): Add __builtin_dwarf_reg_size.
93         * tree.h (built_in_function): Likewise.
94         * expr.c (expand_builtin): Likewise.
95         * except.h: Likewise.
96         * dwarf2out.c (expand_builtin_dwarf_reg_size): New fn.
97         * libgcc2.c (copy_reg): New fn.
98         (__throw): Use it.
99
100 Fri Sep 26 08:54:59 1997  Paul Eggert  <eggert@twinsun.com>
101
102         * c-typeck.c (build_binary_op): Warn about comparing signed vs
103         unsigned if -W is specified and -Wno-sign-compare is not.
104         * c-decl.c (warn_sign_compare): Initialize to -1.
105         (c_decode_option): -Wall no longer implies -Wsign-compare.
106
107 Fri Sep 26 09:00:13 1997  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
108
109         * frame.c: Include gansidecl.h for PROTO.
110         * dwarf2out.c: Move inclusion of dwarf2.h down so that PROTO is
111         defined.  Don't declare dwarf2out_cfi_label here.
112         * dwarf2.h: Add declarations of DWARF2 unwind info support
113         functions.
114         * m68k.c: Include dwarf2.h.
115         (output_function_prologue): Add dwarf2 support.
116         * m68k.h (INCOMING_RETURN_ADDR_RTX, DWARF_FRAME_REGNUM): New macros.
117         (INCOMING_FRAME_SP_OFFSET): Likewise.
118
119         * integrate.c (expand_inline_function): Make sure there is at
120         least one insn that can be used as an insertion point.
121
122 Wed Sep 24 21:34:06 1997  Jason Merrill  <jason@yorick.cygnus.com>
123
124         * dwarf2out.c: s/flag_verbose_asm/flag_debug_asm/
125
126 Wed Sep 24 22:05:30 1997  Jeffrey A Law  (law@cygnus.com)
127
128         * version.c: Bump for snapshot.
129
130 Wed Sep 24 17:36:23 1997  Doug Evans  <dje@canuck.cygnus.com>
131
132         Bring over from FSF.
133
134         Wed Sep 24 19:17:08 1997  Doug Evans  <dje@cygnus.com>
135
136         * sparc/sparc.md (get_pc_via_call): Renamed from get_pc_sp32.
137         (get_pc_via_rdpc): Renamed from get_pc_sp64.
138         * sparc/sparc.c (finalize_pic): Update call to gen_get_pc_via_call.
139
140         Wed Sep 24 18:38:22 1997  David S. Miller  <davem@tanya.rutgers.edu>
141
142         * sparc/sparc.h (ASM_CPU_SPEC): Pass -Av9a for v8plus, ultrasparc.
143         (TARGET_OPTIONS): Add -malign-loops=, -malign-jumps=,
144         -malign-functions=.
145         (sparc_align_{loops,jumps,funcs}_string): Declare.
146         (sparc_align_{loops,jumps,funcs}): Declare.
147         (DEFAULT_SPARC_ALIGN_FUNCS): New macro.
148         (FUNCTION_BOUNDARY): Use sparc_align_funcs.
149         (STACK_BIAS): Define.
150         (SPARC_SIMM*_P): Cast to unsigned HOST_WIDE_INT first, then perform
151         test.
152         (SPARC_SETHI_P): New macro.
153         (CONST_OK_FOR_LETTER_P): Use it.
154         (ASM_OUTPUT_ALIGN_CODE): Define.
155         (ASM_OUTPUT_LOOP_ALIGN): Define.
156         * sparc/sparc.c (sparc_align_{loops,jumps,funcs}_string): New globals.
157         (sparc_align_{loops,jumps,funcs}): New globals.
158         (sparc_override_options): Handle -malign-loops=, -malign-jumps=,
159         -malign-functions=.
160         (move_operand): Use SPARC_SETHI_P.
161         (arith_double_operand): Cast to unsigned HOST_WIDE_INT first, then
162         perform test.
163         (arith11_double_operand): Likewise.
164         (arith10_double_operand): Likewise.
165         (finalize_pic): Finish sparc64 support.
166         (emit_move_sequence): Use SPARC_SETHI_P.  Simplify low part of
167         64 bit constants if able.
168         (output_fp_move_quad): Don't use fmovq unless TARGET_HARD_QUAD.
169         (sparc_builtin_saveregs, sparc64 case): Don't save fp regs if
170         ! TARGET_FPU.
171         * sparc/sparc.md (*): Use GEN_INT instead of gen_rtx.
172         (get_pc_sp32): Use for sparc64 as well.
173         (lo_sum_di_sp{32,64}): Fix handling on 64 bit hosts.
174         (sethi_di_sp64_const): Likewise.
175         (movtf_cc_sp64): Check TARGET_HARD_QUAD.
176         (cmp_zero_extract_sp64): Use unsigned HOST_WIDE_INT in cast.
177         (ashlsi3, ashldi3, ashrsi3, ashrdi3, lshrsi3, lshrdi3): Likewise.
178
179         Tue Sep 23 19:02:46 1997  Doug Evans  <dje@cygnus.com>
180
181         * sparc/linux-aout.h (COMMENT_BEGIN): Delete.
182         * sparc/linux.h (COMMENT_BEGIN): Likewise.
183         * sparc/linux64.h (COMMENT_BEGIN): Likewise.
184
185         Tue Sep 23 14:48:18 1997  David S. Miller  <davem@tanya.rutgers.edu>
186
187         Add sparc64 linux support.
188         * configure.in (sparc64-*-linux*): Recognize.  Add sparc/xm-sparc.h
189         to xm_file list on 32-bit sparc-linux.
190         * sparc/xm-sp64.h: New file.
191         * sparc/linux64.h: New file.
192         * sparc/xm-linux.h: Include some standard headers if not inhibit_libc.
193         Don't include xm-sparc.h.
194         * config/xm-linux.h (HAVE_PUTENV, HAVE_ATEXIT): Define.
195         * glimits.h (LONG_MAX): Handle sparc64.
196
197         Sat Sep 20 03:07:54 1997  Doug Evans  <dje@cygnus.com>
198
199         * sparc/sysv4.h (ASM_COMMENT_START): Delete.
200         * sparc.h (ASM_COMMENT_START): Define.
201         * sparc.c (output_function_prologue): Use it.
202         (sparc_flat_output_function_{epi,pro}logue): Likewise.
203
204         Wed Sep 17 15:04:19 1997  Doug Evans  <dje@cygnus.com>
205
206         * sparc/sysv4.h (ASM_OUTPUT_{FLOAT,DOUBLE,LONG_DOUBLE}): Delete,
207         use sparc.h's copies.
208         * sparc/sparc.h (ASM_OUTPUT_{FLOAT,DOUBLE,LONG_DOUBLE}): Print
209         ascii form as well.
210
211         Mon Sep  8 08:45:19 1997  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
212
213         * sparc.c (dwarf2out_cfi_label): Add declaration.
214         (save_regs, output_function_prologue): Remove cast for it.
215         (sparc_flat_{save_restore,output_function_prologue): Likewise.
216         ({save,restore}_regs): No longer inline.
217
218 Tue Sep 23 12:34:51 1997  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
219
220         * fold-const.c (make_range): Correctly handle cases of converting
221         from unsigned to signed type.
222
223 Tue Sep 23 12:34:51 1997  Bernd Schmidt  <crux@pool.informatik.rwth-aachen.de>
224
225         * fold-const.c (merge_ranges): Make sure that if one range is subset
226         of another, it will always be the second range.  Correct (+,-) case to
227         account for this.
228
229 Tue Sep 23 08:32:51 1997  Jason Merrill  <jason@yorick.cygnus.com>
230
231         * final.c (final_end_function): Also do dwarf2 thing if
232         DWARF2_DEBUGGING_INFO.
233         (final_start_function): Likewise.
234
235 Tue Sep 23 01:15:50 1997  David S. Miller  <davem@tanya.rutgers.edu>
236
237         * expmed.c (expand_divmod): If compute_mode is not the same as
238         mode, handle the case where convert_modes() causes op1 to no
239         longer be a CONST_INT.
240
241         * reorg.c (dbr_schedule): At end of this pass, add REG_BR_PRED
242         note holding get_jump_flags() calculation to all JUMP_INSNs.
243         * rtl.h (enum reg_note): New note types REG_BR_PRED and REG_SAVE_AREA.
244         * rtl.c (reg_note_name): Add new note types.
245
246 Tue Sep 23 00:59:54 1997  Jeffrey A Law  (law@cygnus.com)
247
248         * rtlanal.c (computed_jump_p): Fix typo in last change.
249
250 Tue Sep 23 00:42:44 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
251
252         * loop.c (indirect_jump_in_function_p): Return 0
253         by default.
254
255 Tue Sep 23 00:33:55 1997  Jeffrey A Law  (law@cygnus.com)
256
257         * rs6000/xm-rs6000.h: Fix thinko in last change.
258         * rs6000/xm-sysv4.h: Likewise.
259
260 Mon Sep 22 19:33:53 1997  Jim Wilson  <wilson@cygnus.com>
261
262         * mips.c (save_restore_insns): Only set RTX_FRAME_RELATED_P if store_p.
263
264 Mon Sep 22 14:41:00 1997  Jeffrey A Law  (law@cygnus.com)
265
266         * reg-stack.c (find_blocks): Fix thinko in last change.
267
268 1997-09-21  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
269
270         * m68k.c (output_function_prologue): Add dwarf2 support.
271
272         * m68k.h (INCOMING_RETURN_ADDR_RTX, DWARF_FRAME_REGNUM,
273         INCOMING_FRAME_SP_OFFSET): New definitions.
274  
275 Mon Sep 22 11:36:42 1997  David S. Miller  <davem@tanya.rutgers.edu>
276
277         * combine.c (try_combine): Use NULL_RTX instead of '0' where
278         appropriate in calls to gen_rtx().
279         * cse.c (cse_main): Likewise.
280         * emit-rtl.c (gen_label_rtx): Likewise.
281         * expr.c (init_expr_once): Likewise.
282         * haifa-sched.c (flush_pending_lists, sched_analyze_insn,
283         sched_analyze, init_rgn_data_dependences,
284         compute_block_backward_dependences): Likewise.
285         * sched.c (schedule_insns): Likewise.
286         * varasm.c (immed_double_const): Likewise.
287
288         * sparc.h (INCOMING_FRAME_SP_OFFSET): Define to
289         SPARC_STACK_BIAS for sake of dwarf2 on sparc64.
290
291 Mon Sep 22 11:21:33 1997  J. Kean Johnston  <jkj@sco.com>
292
293         * i386/sco5.h: Make ELF default file format and add -mcoff/-melf..
294         (MULTILIB_DEFAULTS): Define.
295         (ASM_SPEC, CPP_SPEC): Handle -mcoff.
296         (STARTFILE_SPEC, ENDFILE_SPEC, LINK_SPEC): Likewise.
297         (LIBGCC_SPEC): Likewise.
298         (MASK_COFF, TARGET_COFF, TARGET_ELF): Define.
299         (SUBTARGET_SWITCHES): Add -mcoff and -melf.
300         * i386/t-sco5 (CRTSTUFF_T_CFLAGS): Add -fPIC.
301         (CRTSTUFF_T_CFLAGS_S): Tweak for COFF.
302         (EXTRA_PARTS, TAROUTOPTS): Delete.
303         (libgcc1-elf, libgcc2-elf, libgcc-elf targets): Delete.
304         (MULTILIB_OPTIONS): Define.
305         (MULTILIB_DIRNAMES, MULTILIB_EXCEPTIONS): Likewise.
306         (MULTILIB_MATCHE, MULTILIB_EXTRA_OPTS): Likewise.
307
308 Mon Sep 22 02:10:43 1997  Jeffrey A Law  (law@cygnus.com)
309
310         * version.c: Bump for snapshot.
311
312 Sun Sep 21 17:45:45 1997  Jeffrey A Law  (law@cygnus.com)
313
314         * loop.c (loop_number): Delete function.  Change all references
315         to use uid_loop_num array.
316         * loop.h (loop_number): Delete declaration.
317         * unroll.c (unroll_loop): Change "loop_number" references to
318         use uid_loop_num instead.
319
320         * loop.c (loop_unroll_factor): Move outside #ifdef HAIFA
321         conditional.
322         (loop_unroll_iter): Remove unused variable and all references.
323         (loop_optimize): Always allocate and clear space for loop_unroll_factor.
324         (insert_bct): Fix minor formatting problems.
325         * loop.h (loop_unroll_factor): Move decl outside #ifdef HAIFA.
326         (loop_unroll_iter): Removed unused decl.
327         * unroll.c (unroll_loop): Remove code to set loop_unroll_iter.
328         Always record the unrolling factor.
329
330         * cse.c (simplify_relational_operation): Set h0u just like h0s.
331         Similarly for h1u and h1s.
332
333         * flow.c (jmp_uses_reg_or_mem): Deleted unused function.
334         (find_basic_blocks): Use computed_jump_p to determine if a
335         particular JUMP_INSN is a computed jump.
336         * reg-stack.c (find_blocks): Use computed_jump_p to determine
337         if a particular JUMP_INSN is a computed jump.
338         * rtlanal.c (jmp_uses_reg_or_mem): New function.
339         (computed_jump_p): Likewise.
340         * rtl.h (computed_jump_p): Declare.
341         * genattrtab.c (pc_rtx): Define and initialize.
342         * loop.c (loop_optimize): Always determine if the current
343         function has a computed jump.
344         (indirect_jump_in_function_p): Use computed_jump_p to determine
345         if a particular JUMP_INSN is a computed jump.
346
347         * loop.c (fix_bct_param): Delete unused function.
348         (check_bct_param): Likewise.
349
350 Sat Sep 20 16:22:06 1997  Jason Merrill  <jason@yorick.cygnus.com>
351
352         * frame.c (__deregister_frame): Check properly for initialized object.
353
354 Fri Sep 19 20:51:03 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
355
356         * alpha/linux.h (HANDLE_SYSV_PRAGMA): Defined.
357
358 Fri Sep 19 18:53:50 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
359
360         * jump.c (thread_jumps): check can_reverse_comparison_p before
361         threading a reversed-condition jump.
362
363         * sched.c (update_flow_info): Don't pass SCRATCH to dead_or_set_p.
364         * haifa-sched.c (update_flow_info): Likewise.
365
366 Thu Sep 18 21:13:40 1997  Jeffrey A Law  (law@cygnus.com)
367
368         * Makefile.in (BOOT_CFLAGS): Use -O2.
369
370         * configure.in (strtoul, bsearch): Have autoconf check for these
371         functions.
372         * configure, config.in: Rebuilt.
373
374         * m68k/xm-mot3300.h (alloca): Properly declare if __STDC__.
375         * mips/mips.h (alloca): Likewise.
376         * rs6000/xm-rs6000.h (alloca): Likewise.
377         * rs6000/xm-sysv4.h: Likewise.
378
379 Thu Sep 18 14:22:22 1997  Jason Merrill  <jason@yorick.cygnus.com>
380
381         * final.c (final_scan_insn): Hand BARRIERs off to the dwarf2 code.
382         * dwarf2out.c (dwarf2out_frame_debug): Pass the whole insn along.
383         (dwarf2out_stack_adjust): A BARRIER resets the args space to 0.
384
385         * except.c (end_eh_unwinder): Subtract 1 from return address.
386         * libgcc2.c (__throw): Likewise.
387         (find_exception_handler): Don't change PC here.  Compare end with >.
388
389 Thu Sep 18 10:43:07 1997  Nick Clifton  <nickc@cygnus.com>
390  
391         * v850.c (compute_register_save_size): Correct register
392         number.
393         * v850.md (save_interrupt, return_interrupt): Correct
394         register number.
395         * v850/lib1funcs.asm (save_interrupt): Correct register number.
396         (return_interrupt): Use stack pointer, not element pointer.
397
398 1997-09-18  Brendan Kehoe  <brendan@lisa.cygnus.com>
399
400         * configure.in, configure: Make sure to create the stage* and include
401         symbolic links in each subdirectory.
402
403 Thu Sep 18 01:47:06 1997  Jeffrey A Law  (law@cygnus.com)
404
405         * pa.md (reload_peepholes): Don't allow addresses with side
406         effects for the memory operand.
407
408 Wed Sep 17 18:19:53 1997  Jason Merrill  <jason@yorick.cygnus.com>
409
410         * libgcc2.c (find_exception_handler): Subtract one from our PC when
411         looking for a handler, to avoid hitting the beginning of the next
412         region.
413
414         * except.c (expand_builtin_set_return_addr_reg): Use force_operand.
415
416 Wed Sep 17 18:33:59 1997  Jeffrey A Law  (law@cygnus.com)
417
418         * mips/abi64.h (LONG_MAX_SPEC): Define.
419         * mips.h (LONG_MAX_SPEC): Define.
420         (CPP_SPEC): Include long_max_spec.
421         (EXTRA_SPECS): Include long_max_spec.
422
423 Wed Sep 17 14:11:38 1997  Jeffrey A Law  (law@cygnus.com)
424
425         * v850.c (construct_save_jarl): Fix thinko in last change.
426
427 Wed Sep 17 09:53:07 1997  Jeffrey A Law  (law@cygnus.com)
428
429         * version.c: Bump for snapshot.
430
431 Tue Sep 16 14:22:36 1997  Jason Merrill  <jason@yorick.cygnus.com>
432
433         * libgcc2.c (find_exception_handler): Not found is -1.
434
435         * integrate.c (expand_inline_function): Move expand_start_bindings
436         after expanding the arguments.
437
438 Tue Sep 16 11:13:46 1997  Jim Wilson  <wilson@cygnus.com>
439
440         * expr.c (expand_expr): Remove previous incorrect change.
441         If target and slot has no DECL_RTL, then call mark_addressable
442         again for the slot after we give it RTL.
443
444 Tue Sep 16 09:18:52 1997  Jason Merrill  (jason@cygnus.com)
445
446         * expr.c (expand_expr, case TARGET_EXPR): Call mark_addressable
447         again for the slot after we give it RTL.
448
449 Tue Sep 16 00:13:20 1997  Nick Clifton  <nickc@cygnus.com>
450
451         * v850.c (register_is_ok_for_epilogue,
452         pattern_is_ok_for_epilogue, construct_restore_jr,
453         pattern_is_ok_for_prologue, construct_save_jarl): New functions.
454
455         * v850.h (pattern_is_ok_for_prologue,
456         pattern_is_ok_for_epilogue, register_is_ok_for_epilogue): New
457         predicates.
458
459         * v850.md: Replace prologue and epilogue patterns with a
460         match_parallel pattern.
461
462 Mon Sep 15 22:53:01 1997  Jeffrey A Law  (law@cygnus.com)
463
464         * aclocal.m4: Add replacement for AC_PROG_INSTALL.
465         * configure.in: Use EGCS_PROG_INSTALL.
466
467 Mon Sep 15 22:40:55 1997  Jim Wilson  (wilson@cygnus.com)
468
469         * dwarf2out.c (gen_subprogram_die): Handle redefinition of an
470         extern inline function.
471
472 Mon Sep 15 22:40:55 1997  Richard Henderson  (rth@cygnus.com)
473
474         * dwarf2out.c (reg_loc_descriptor): Fix prototype.
475         (concat_loc_descriptor): New function.
476         (loc_descriptor): Call it.
477         (add_AT_location_description): Also elide the descriptor if both
478         halves of a CONCAT are pseudos.
479         (add_location_or_const_value_attribute): Recognize CONCAT too.
480
481 Mon Sep 15 15:24:00 1997  Richard Henderson  <rth@cygnus.com>
482
483         * alpha.md (movdi): Handle CONST_DOUBLE for TARGET_BUILD_CONSTANTS.
484
485         * alpha/alpha.c (output_prolog): New variable sa_reg.  Use it for
486         out-or-range reg_offset.
487         (output_epilog): Likewise.
488
489 Mon Sep 15 15:39:26 1997  Jeffrey A Law  (law@cygnus.com)
490
491         * cse.c (simplify_relational_operation): If MODE specifies a
492         mode wider than HOST_WIDE_INT, then the high word of a CONST_INT
493         is derived from the sign bit of the low word.
494
495 Mon Sep 15 11:43:38 1997  Jason Merrill  <jason@yorick.cygnus.com>
496
497         Support dwarf2 unwinding on PUSH_ROUNDING targets like the x86.
498
499         * dwarf2.h: Add DW_CFA_GNU_args_size.
500         * frame.c (execute_cfa_insn): Likewise.
501         * dwarf2out.c (dwarf_cfi_name, output_cfi): Likewise.
502         (dwarf2out_args_size, dwarf2out_stack_adjust): New fns.
503         (dwarf2out_frame_debug): If this isn't a prologue or epilogue
504         insn, hand it off to dwarf2out_stack_adjust.
505         (dwarf2out_begin_prologue): Initialize args_size.
506         * frame.h (struct frame_state): Add args_size.
507         * libgcc2.c (__throw): Use args_size.
508         * final.c (final_scan_insn): If we push args, hand off all insns
509         to dwarf2out_frame_debug.
510         * defaults.h (DWARF2_UNWIND_INFO): OK for !ACCUMULATE_OUTGOING_ARGS.
511
512         * dwarf2out.c dwarf2out_frame_debug): Fix typo.
513         Handle epilogue restore of SP from FP.
514         * emit-rtl.c (gen_sequence): Still generate a sequence if the 
515         lone insn has RTX_FRAME_RELATED_P set.
516
517         * frame.c (extract_cie_info): Handle "e" augmentation.
518         * dwarf2out.c (ASM_OUTPUT_DWARF_*): Provide definitions in the
519         absence of UNALIGNED_*_ASM_OP.
520         (UNALIGNED_*_ASM_OP): Only provide defaults if OBJECT_FORMAT_ELF.
521         (output_call_frame_info): Use "e" instead of "z" for augmentation.
522         Don't emit augmentation fields length.
523         (dwarf2out_do_frame): Move outside of #ifdefs.
524         * defaults.h (DWARF2_UNWIND_INFO): Don't require unaligned data
525         opcodes.
526
527         * sparc.h (UNALIGNED_INT_ASM_OP et al): Don't define here after all.
528         * sparc/sysv4.h (UNALIGNED_INT_ASM_OP): Define here.
529         * sparc/sunos4.h (DWARF2_UNWIND_INFO): Define to 0.
530         * sparc/sun4gas.h: New file.
531         * configure.in: Use sun4gas.h if SunOS 4 --with-gnu-as.
532
533         * collect2.c (write_c_file_stat, write_c_file_glob): Declare 
534         __register_frame_table and __deregister_frame.
535
536 1997-09-15  Brendan Kehoe  <brendan@cygnus.com>
537
538         * except.c (find_exception_handler_labels): Use xmalloc instead of
539         alloca, since MAX_LABELNO - MIN_LABELNO can be more than 1 million
540         in some cases.
541
542 Sun Sep 14 21:01:23 1997  Jeffrey A Law  (law@cygnus.com)
543
544         * Makefile.in: Various changes to build info files
545         in the object tree rather than the source tree.
546
547 Sun Sep 14 12:24:30 1997  Jeffrey A Law  (law@cygnus.com)
548
549         * fixinc.math: New file to fix math.h on some systems.
550         * configure.in (freebsd, netbsd): Use fixinc.math on these
551         systems.
552         * configure: Rebuilt.
553
554 Sun Sep 14 11:11:05 1997  Jeffrey A Law  (law@cygnus.com)
555
556         * regmove.c (regmove_optimize): If we end up moving the
557         original insn due to lifetime overlaps, make sure to move
558         REG_NOTES too.
559
560 Sat Sep 13 15:51:11 1997  Manfred Hollstein  <manfred@s-direktnet.de>
561
562         * Makefile.in (INSTALL_{PROGRAM,DATA}): Use value found by configure.
563
564 Sat Sep 13 12:57:26 1997  Jeffrey A Law  (law@cygnus.com)
565
566         * haifa-sched.c (add_branch_dependences): Make each insn in
567         a SCHED_GROUP_P block explicitly depend on the previous insn.
568
569 Fri Sep 12 13:49:58 1997  Jason Merrill  <jason@yorick.cygnus.com>
570
571         * except.h: Prototype dwarf2 hooks.
572         * expr.c: Adjust.
573
574 Thu Sep 11 17:43:55 1997  Jim Wilson  <wilson@cygnus.com>
575
576         * configure.in (native_prefix): Delete.
577         (mips-dec-netbsd): Don't set prefix.
578         (*linux*): Don't set prefix.
579
580 Thu Sep 11 15:48:32 1997  Fred Fish  <fnf@ninemoons.com>
581
582         * protoize.c: Include <varargs.h> only if HAVE_VARARGS_H is
583         defined.  If not defined, include <sys/varargs.h> if
584         HAVE_SYS_VARARGS_H is defined.
585         * configure.in: Test for varargs.h and sys/varargs.h.
586         * configure: Regenerate with autoconf.
587         * config.in: Regenerate with autoheader.
588
589         * cpplib.c (quote_string): Cast first arg of sprintf call
590         from "unsigned char *" to "char *".
591         (output_line_command): Ditto.
592         (macroexpand): Ditto.
593         (do_line): Cast atoi arg from "unsigned char *" to "char *".
594
595 Wed Sep 10 21:37:30 1997  Jeffrey A Law  (law@cygnus.com)
596
597         * version.c: Bump for snapshot.
598
599         * Makefile.in (compare): Exit with nonzero status if there
600         are comparison failures.  Note which files failed the
601         comparison test in .bad_compare.
602
603 Wed Sep 10 17:05:46 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
604
605         * config/alpha/elf.h (CPP_PREDEFINES): Remove -D__PIC__ -D__pic__.
606
607 Wed Sep 10 16:37:28 1997  Fred Fish  <fnf@ninemoons.com>
608
609         * Makefile.in (LN, LN_S): New macros, use where appropriate.
610         * aclocal.m4 (GCC_PROG_LN_S, GCC_PROG_LN): New tests.
611         * configure.in: Use GCC_PROG_LN_S and GCC_PROG_LN.
612         * configure: Regenerated.
613
614 Thu Sep 11 11:09:43 1997  Jeffrey A Law  (law@cygnus.com)
615
616         * loop.c (strength_reduce): Fix typo.
617
618 Wed Sep 10 16:01:15 1997  Jim Wilson  <wilson@cygnus.com>
619
620         * m88k/m88k.c (struct option): Rename to struct options.
621         * m88k/dolph.h (INITIALIZE_TRAMPOLINE): Delete here.
622         * m88k/sysv3.h (INITIALIZE_TRAMPOLINE): Delete ifdef and comments.
623         * libgcc2.c (__enable_execute_stack): Check for __sysV88__ not
624         __DOLPHIN__ or sysV88.
625
626 Wed Sep 10 14:58:40 1997  Jim Wilson  <wilson@cygnus.com>
627
628         * emit-rtl.c (gen_lowpart_common): For a SUBREG, add in word when
629         create new subreg.
630
631 Wed Sep 10 15:19:22 1997  Jeffrey A Law  (law@cygnus.com)
632
633         * config.sub: Accept 'amigados' for backward compatability.
634
635 Wed Sep 10 14:05:08 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
636
637         * Makefile.in (testsuite/site.exp): New target.
638         (check-gcc, check-g++): Depend on testsuite/site.exp.
639         Don't stop for failure.
640
641 Wed Sep 10 12:59:57 1997  Jason Merrill  <jason@yorick.cygnus.com>
642
643         * expr.c (expand_builtin): Only support __builtin_dwarf_fp_regnum()
644         if DWARF2_UNWIND_INFO.
645
646 Wed Sep 10 11:49:20 1997  Jason Merrill  <jason@yorick.cygnus.com>
647
648         Add support for exception handling using DWARF 2 frame unwind info.
649         Currently works on SPARC and MIPS, and almost on x86.
650         
651         * libgcc2.c (get_reg, put_reg, get_return_addr, put_return_addr,
652         next_stack_level, in_reg_window): Helper fns.
653         (__throw): Implement for DWARF2_UNWIND_INFO.
654
655         * expr.c (expand_builtin): Handle builtins used by __throw.
656         * tree.h (enum built_in_function): Add builtins used by __throw.
657         * c-decl.c (init_decl_processing): Declare builtins used by __throw.
658         * dwarf2out.c (expand_builtin_dwarf_fp_regnum): Used by __throw.
659         * except.c (expand_builtin_unwind_init): Hook for dwarf2 __throw.
660         (expand_builtin_extract_return_addr): Likewise.
661         (expand_builtin_frob_return_addr): Likewise.
662         (expand_builtin_set_return_addr_reg): Likewise.
663         (expand_builtin_eh_stub): Likewise.
664         (expand_builtin_set_eh_regs): Likewise.
665         (eh_regs): Choose two call-clobbered registers for passing back values.
666
667         * frame.c, frame.h: New files for parsing dwarf 2 frame info.
668         * Makefile.in (LIB2ADD): New variable.  Add $(srcdir)/frame.c.
669         (libgcc2.a): Use it instead of $(LIB2FUNCS_EXTRA) $(LANG_LIB2FUNCS)
670         (stmp-multilib): Likewise.
671         ($(T)crtbegin.o, $(T)crtend.o): Add -fno-exceptions.
672
673         * except.c: #include "defaults.h".
674         (exceptions_via_longjmp): Default depends on DWARF2_UNWIND_INFO.
675         (emit_throw): Don't defeat assemble_external if DWARF2_UNWIND_INFO.
676         (register_exception_table_p): New fn.
677         (start_eh_unwinder): Don't do anything if DWARF2_UNWIND_INFO.
678         (end_eh_unwinder): Likewise.
679
680         * crtstuff.c: Wrap .eh_frame section, use EH_FRAME_SECTION_ASM_OP, 
681         call __register_frame and __deregister_frame as needed.
682         * varasm.c (eh_frame_section): New fn if EH_FRAME_SECTION_ASM_OP.
683         * dwarf2out.c (EH_FRAME_SECTION): Now a function-like macro.  Check
684         EH_FRAME_SECTION_ASM_OP.
685         * sparc/sysv4.h (EH_FRAME_SECTION_ASM_OP): Define.
686         * mips/iris6.h: (EH_FRAME_SECTION_ASM_OP): Define.
687         (LINK_SPEC): Add __EH_FRAME_BEGIN__ to hidden symbols.
688
689         * dwarf2out.c (output_call_frame_info): If no support for
690         EXCEPTION_SECTION, mark the start of the frame info with a
691         collectable tag.
692         * collect2.c (frame_tables): New list.
693         (is_ctor_dtor): Recognise frame entries.
694         (scan_prog_file): Likewise.
695         (main): Pass -fno-exceptions to sub-compile.  Also do collection
696         if there are any frame entries.
697         (write_c_file_stat): Call __register_frame_table and
698         __deregister_frame as needed.
699         (write_c_file_glob): Likewise.
700
701         * defaults.h (DWARF2_UNWIND_INFO): Default to 1 if supported.  
702         Also require unaligned reloc support.
703         * sparc.h (UNALIGNED_SHORT_ASM_OP, UNALIGNED_INT_ASM_OP,
704         UNALIGNED_DOUBLE_INT_ASM_OP): Define here.
705         * sparc/sysv4.h: Not here.
706
707         * toplev.c (compile_file): Call dwarf2out_frame_{init,finish}.
708         * dwarf2out.c (dwarf2out_init): Don't call dwarf2out_frame_init.
709         (dwarf2out_finish): Don't call dwarf2out_frame_finish.
710
711         * libgcc2.c (L_eh): Reorganize, moving code shared by different
712         EH implementations to the top.
713         (find_exception_handler): Split out.  Start from 0.  Compare against
714         end with >=.
715         (__find_first_exception_table_match): Use it.
716         * except.c (output_exception_table): Don't do anything if there's
717         no table.  Don't output a first entry of zeroes.
718         (eh_outer_context): Adjust properly.
719         (add_eh_table_entry): Use xrealloc.
720         * toplev.c (compile_file): Just call output_exception_table.
721
722 Wed Sep 10  11:30:36 1997  Jason Merrill  <jason@cygnus.com>
723
724         * i386.c (ix86_prologue): Add dwarf2 support for !do_rtl case.
725
726 Wed Sep 10 08:17:10 1997  Torbjorn Granlund  <tege@pdc.kth..se>
727
728         * except.c (eh_outer_context): Do masking using expand_and.
729
730 Wed Sep 10 01:38:30 1997  Doug Evans  <dje@cygnus.com>
731
732         Add port done awhile ago for the ARC cpu.
733         * arc/arc.h: New file.
734         * arc/arc.c: New file.
735         * arc/arc.md: New file.
736         * arc/initfini.c: New file.
737         * arc/lib1funcs.asm: New file.
738         * arc/t-arc: New file.
739         * arc/xm-arc.h: New file.
740         * ginclude/va-arc.h: New file.
741         * ginclude/stdarg.h: Include va-arc.h ifdef __arc__.
742         * ginclude/varargs.h: Likewise.
743         * Makefile.in (USER_H): Add va-arc.h.
744         * configure.in (arc-*-elf*): Recognize.
745         * longlong.h: Add ARC support.
746
747 Wed Sep 10 01:32:54 1997  Jeffrey A Law  (law@cygnus.com)
748
749         * expr.c (clear_storage): Use CONST0_RTX instead of const0_rtx.
750         when clearing non-BLKmode data.
751
752 Wed Sep 10 00:29:29 1997  Manfred Hollstein  <manfred@s-direktnet.de>
753
754         * m88k/sysv3.h (INITIALIZE_TRAMPOLINE) Define.
755         * libgcc2.c (__enable_execute_stack): Provide for sysV88 too.
756
757         * xm-m88k.h (USG): Only define if it hasn't already been defined.
758
759         * Makefile.in (risky-stage1): Delete gratutious whitespace.
760
761         * Makefile.in (clean): Delete libgcc1-test.
762
763         * Makefile.in (INSTALL): cd to $(srcdir) before running texinfo.
764
765 Tue Sep  9 17:07:36 1997  Stan Cox  <coxs@dg-rtp.dg.com>
766
767         * m88k.c (m88k_expand_prologue): Set MEM_IN_STRUCT_P of va_list
768         template.
769
770 Tue Sep  9 09:50:02 1997  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
771
772         * dwarf2out.c (output_call_frame_info): Call named_section.
773
774 Tue Sep  9 09:12:17 1997  Jeffrey A Law  (law@cygnus.com)
775
776         * haifa-sched.c (print_value): Fix last change.
777
778 Tue Sep  9 01:30:37 1997  Jason Merrill  <jason@yorick.cygnus.com>
779
780         * mips.h (DWARF_FRAME_REGNUM): Use the same numbering regardless of
781         write_symbols.
782
783 Mon Sep  8 16:32:43 1997  Jason Merrill  <jason@yorick.cygnus.com>
784
785         * mips.c (function_prologue): Set up the CFA when ABI_32.
786
787         * sparc.c (save_regs): Check dwarf2out_do_frame instead of DWARF2_DEBUG
788         for dwarf2 unwind info.
789         (output_function_prologue, sparc_flat_output_function_prologue): Same.
790
791         * final.c (final_end_function): Check dwarf2out_do_frame instead
792         of DWARF2_DEBUG for dwarf2 unwind info.
793         (final_scan_insn): Likewise.
794         (final_start_function): Likewise.  Initialize dwarf2 frame debug here.
795         (final): Not here.
796
797         * expr.c (expand_builtin_return_addr): Only SETUP_FRAME_ADDRESSES if
798         count > 0.
799
800         * varasm.c (exception_section): Check EXCEPTION_SECTION first.
801
802 Mon Sep  8 15:15:11 1997  Nick Clifton  <nickc@cygnus.com>
803
804         * v850.h (ASM_SPEC): Pass on target processor.
805         (CPP_PREDEFINES): Only define if not already specified.
806         (TARGET_VERSION): Only define if not already specified.
807         (MASK_CPU, MASK_V850, MASK_DEFAULT): Bits to specify target
808         processor.
809         (EXTRA_SWITCHES): Extra entries in the switches array.
810         (TARGET_DEFAULT): Set default target processor.
811
812 Mon Sep  8 18:26:35 1997  Jim Wilson  <wilson@cygnus.com>
813
814         * m68k.h (MACHINE_STATE_SAVE, MACHINE_STATE_RESTORE): In MOTOROLA
815         cases, add %# and %/, and add : to make them into extended asms.
816
817 Sun Sep  7 23:57:50 1997  Weiwen Liu  <liu@hepunix.physics.yale.edu>
818
819         * alias.c (init_alias_analysis): Clean up incompatible pointer
820         type warning in bzero.
821         * regmove.c (regmove_optimize): Ditto.
822         * haifa-sched.c (find_rgns): Ditto.
823
824         * haifa-sched.c (print_value): Clean up ptr->int cast
825         warnings.
826
827 Sun Sep  7 23:18:32 1997  Fred Fish  <fnf@ninemoons.com>
828
829         * INSTALL: Change 'amigados' to 'amigaos' to match current usage.
830         * install.texi (Configurations): Ditto.
831         * config.sub: Ditto.
832
833 Sun Sep  7 22:56:56 1997  Weiwen Liu  (liu@hepvms.physics.yale.edu)
834
835         * Makefile.in (sdbout.o): Depend on insn-config.h.
836
837 Sun Sep  7 18:44:50 1997  Jim Wilson  <wilson@cygnus.com>
838
839         * m68k/m68k.h (TARGET_SWITCHES): For 68000, 68302, subtract MASK_68881.
840         For 68303, 68332, cpu32, subtract MASK_68040_ONLY.
841
842 Sun Sep  7 18:30:46 1997  Jason Merrill  <jason@yorick.cygnus.com>
843
844         * dwarf2out.c (dwarf2out_frame_debug): Assume that in a PARALLEL
845         prologue insn, only the first elt is significant.
846         (output_call_frame_info): For exception handling, always use 4-byte
847         fields as specified by the dwarf2 spec.
848         Don't skip trivial FDEs.
849
850 Sun Sep  7 14:19:39 1997  Jeffrey A Law  (law@cygnus.com)
851
852         * version.c: Bump for snapshot.
853
854 Sun Sep  7 14:17:36 1997  Torbjorn Granlund  (tege@pdc.kth.se)
855
856         * expmed.c (expand_divmod): Make op1_is_pow2 depend on unsignedp
857         for negative constants.  Promote EXACT_DIV_EXPR to TRUNC_DIV_EXPR
858         when op1_is_pow2.
859
860 Sun Sep  7 13:46:46 1997  Jeffrey A Law  (law@cygnus.com)
861
862         * final.c (shorten_branches): During first pass, assume worst
863         possible alignment for ADDR_VEC and ADDR_VEC_DIFF insns.
864
865         * Makefile.in (distclean): Remove various things left around
866         by running the testsuite.
867
868 Sun Sep  7 13:16:06 1997  Manfred Hollstein  <manfred@s-direktnet.de>
869
870         * configure.in (out_file): Emit definition to config.status in order
871         to have a defined value for configure.lang.
872         * configure: Re-built.
873
874 Sun Sep  7 09:59:08 1997  Jan-Jaap van der Heijden (J.J.vanderHeijden@student.utwente.nl)
875
876         * configure.in: Make symlink to as-new rather than as.new.  Similarly
877         for ld-new.
878         * configure: Rebuilt.
879
880 Fri Sep  5 16:54:55 1997  Jim Wilson  <wilson@cygnus.com>
881
882         * profile.c (output_func_start_profiler): Set DECL_EXTERNAL to zero.
883
884 Fri Sep  5 16:16:44 1997  Christian Kuehnke  <Christian.Kuehnke@arbi.Informatik.Uni-Oldenburg.DE>
885
886         * sparc/sparc.md: Add ultrasparc scheduling support.
887         * sparc/sparc.h (RTX_COSTS): For MULT give v9 a cost of 25 insns.
888
889 Fri Sep  5 14:04:59 1997  Philippe De Muyter  <phdm@info.ucl.ac.be>
890
891         * integrate.c (save_for_inline_copying): Use 0, not NULL_PTR,
892         as initial value for real_label_map.
893         (copy_for_inline): Likewise.
894
895 Fri Sep  5 13:36:44 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
896
897         * sched.c (update_flow_info) When looking if to set found_split_dest
898         or found_orig_dest, look at all parts of a PARALLEL.
899         * haifa-sched.c (update_flow_info): Likewise.
900
901 Fri Sep  5 10:08:44 1997  Jeffrey A Law  (law@cygnus.com)
902
903         * v850: New directory for v850 port.
904         * v850/lib1funcs.asm: New file.
905         * t-v850, v850.c, v850.h, v850.md, xm-v850.h: New files.
906         * ginclude/va-v850.h: New file.
907         * ginclude/varargs.h, ginclude/stdarg.h: Include va-mn10200.h.
908         * configure.in (mn10200-*-*): New target.
909         * configure: Rebuilt.
910         * config.sub: Handle v850-elf.
911         * Makefile.in (USER_H): Add va-mn10200.h. 
912         * invoke.texi: Document v850 stuff.
913
914 Fri Sep  5 09:37:50 1997  Jim Wilson  (wilson@cygnus.com)
915
916         * sdbout.c (plain_type_1, case ARRAY_TYPE): Verify that TYPE_DOMAIN
917         has integer TYPE_{MAX,MIN}_VALUE before using them.
918
919         * m68k/m68k.h (MACHINE_STATE_SAVE, MACHINE_STATE_RESTORE): Add
920         __HPUX_ASM__ versions.
921
922 Fri Sep  5 09:08:44 1997  Jeffrey A Law  (law@cygnus.com)
923
924         * install.sh: Delete duplicate install script.
925
926 Thu Sep  4 23:14:27 1997  Stan Cox  (coxs@dg-rtp.dg.com)
927
928         * reg-stack.c (subst_stack_regs): Pop the stack register for a
929         computed goto which sets the same stack register.
930
931         * reg-stack.c (compare_for_stack_reg): Swap only if the source and
932         destination are both on the regstack.
933         (subst_stack_regs_pat): Put the destination at the top of the regstack.
934
935 Thu Sep  4 15:02:27 1997  Jim Wilson  <wilson@cygnus.com>
936
937         * mips.md (nonlocal_goto_receiver): Define.
938
939         * profile.c (output_arc_profiler): Check next_insert_after for non
940         NULL before deferencing it.
941
942         * i386/t-sol2 (TARGET_LIBGCC2_CFLAGS): Define to -fPIC.
943
944 Thu Sep  4 14:51:57 1997  Jeffrey A Law  (law@cygnus.com)
945
946         * i386.h (CPP_CPU_DEFAULT): Avoid using #elif.
947
948 Thu Sep  4 15:01:49 1997  Michael Meissner  <meissner@cygnus.com>
949
950         * toplev.c (rest_of_compilation): For passes starting with
951         flow_analysis, use print_rtl_with_bb instead of print_rtl.
952
953         * print-rtl.c (print_rtl_single): Print a single rtl value to a
954         file.
955
956         * flow.c (print_rtl_with_bb): Print which insns start and end
957         basic blocks.  For the start of a basic block, also print the live
958         information.
959
960 Thu Sep  4 11:51:43 1997  Jim Wilson  <wilson@cygnus.com>
961
962         * toplev.c (main): Change #elif to #else/#ifdef
963
964         * tlink.c: Include ctype.h.
965         * ginclude/va-mips.h: Add _VA_MIPS_H_ENUM ifdef/define/endif.
966
967 Thu Sep  4 11:17:16 1997  Mikeael Meissner  (meissner@cygnus.com)
968
969         * bitmap.c: Conditionally include stdlib.h.
970         (free): Provide a declaration if NEED_DECLARATION_FREE.
971
972 Thu Sep  4 09:58:53 1997  Joel Sherrill  (joel@OARcorp.com)
973
974         * i960/i960.h: Added default for SUBTARGET_SWITCHES macro.
975
976 Thu Sep  4 09:53:20 1997  Jim Wilson  (wilson@cygnus.com)
977
978         * profile.c (output_arc_profiler): Verify next_insert_after is an
979         INSN before and after skipping a stack pop.
980
981 Thu Sep  4 07:39:19 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
982
983         * final.c (shorten_branches): Don't count the lengths of deleted
984         instructions.
985
986 Thu Sep  4 09:43:01 1997  Jeffrey A Law  (law@cygnus.com)
987
988         * version.c: Bump for snapshot.
989
990 Thu Sep  4 11:04:21 1997  Michael Meissner  <meissner@cygnus.com>
991
992         * bitmap.h (EXECUTE_IF_AND_IN_BITMAP): New macro, to iterate over
993         two bitmaps ANDed together.
994         (bitmap_print): Declare.
995
996         * bitmap.c (function_obstack): Don't declare any more.
997         (bitmap_obstack): Obstack for allocating links from.
998         (bitmap_obstack_init): New static to say whether to initialize
999         bitmap_obstack.
1000         (bitmap_element_allocate): Use bitmap_obstack to allocate from.
1001         (bitmap_release_memory): Free all memory allocated from
1002         bitmap_obstack.
1003
1004         * basic-block.h (EXECUTE_IF_AND_IN_REG_SET): New macro, invoke
1005         EXECUTE_IF_AND_IN_BITMAP.
1006
1007 Wed Sep  3 10:39:42 1997  Jim Wilson  <wilson@cygnus.com>
1008
1009         * alias.c (true_dependence): Address with AND can alias scalars.
1010         (anti_dependence, output_dependence): Likewise.
1011         
1012         * alias.c (true_dependence): Test x for BLKmode, in addition to mem.
1013
1014 Wed Sep  3 09:28:50 CDT 1997  Joel Sherrill (joel@OARcorp.com)
1015
1016         * i386/go32-rtems.h, i386/rtems.h, i960/rtems.h, m68k/rtems.h,
1017           mips/rtems64.h, pa/rtems.h, rs6000/rtems.h, sh/rtems.h,
1018           sparc/rtems.h (subtarget_switches): Removed SUBTARGET_SWITCHES
1019           definitions.  Use -qrtems instead of -mrtems.
1020
1021 Wed Sep  3 09:05:41 1997  Robert Lipe  (robert@dgii.com)
1022
1023         * xm-sco5.h (sys_siglist): Define.
1024         (SYS_SIGLIST_DECLARED): Likewise.
1025
1026 Tue Sep  2 23:33:33 1997  Jeffrey A Law  (law@cygnus.com)
1027
1028         * expr.c (convert_move): Handle truncation from TQFmode to QFmode.
1029
1030 Wed Sep  3 02:09:30 1997  Torbjorn Granlund  <tege@pdc.kth..se>
1031
1032         * except.c (eh_outer_context): Expand masking operation using
1033         expand_binop.
1034
1035 Tue Sep  2 18:09:39 1997  Jim Wilson  <wilson@cygnus.com>
1036
1037         * alpha.md (floatdisf2-1): New pattern.
1038
1039 Tue Sep  2 18:41:55 1997  Jeffrey A Law  (law@cygnus.com)
1040
1041         * xm-svr4.h (SYS_SIGLIST_DECLARED): Define.
1042         * xm-news.h (SYS_SIGLIST_DECLARED): Likewise.
1043         * xm-sysv4.h (SYS_SIGLIST_DECLARED): Likewise.
1044         * gcc.texi: Note that if you define sys_siglist that you should
1045         also define SYS_SIGLIST_DECLARED.
1046
1047         * mn10200.h (INITIALIZE_TRAMPOLINE): PC relative instructions
1048         are relative to the next instruction, not the current instruction.
1049
1050 Tue Sep  2 14:22:43 1997  Jim Wilson  <wilson@cygnus.com>
1051
1052         * local-alloc.c (contains_replace_regs): New function.
1053         (update_equiv_regs): When adding a REG_EQUIV note for a set of a MEM,
1054         verify that there is no existing REG_EQUIV note, and add a call to
1055         contains_place_regs.
1056
1057 Tue Sep  2 12:48:11 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
1058
1059         * config/alpha/elf.h (CPP_PREDEFINES): Add -D__PIC__ -D__pic__.
1060         (STARTFILE_SPEC): Always use crtbegin.o%s
1061         (ENDFILE_SPEC): Always use crtend.o%s.
1062
1063 Tue Sep  2 12:00:36 1997  Jim Wilson  <wilson@cygnus.com>
1064
1065         * alpha/alpha.h (PREFERRED_RELOAD_CLASS): Return NO_REGS if NO_REGS
1066         is passed in.
1067         * emit-rtl.c (gen_lowpart_common): Add code to convert CONST_INT to
1068         SFmode for 64 bit hosts.
1069         
1070 Tue Sep  2 13:42:38 1997  Paul N. Hilfinger  <hilfingr@CS.Berkeley.EDU>
1071
1072         * fixincludes: Permits spaces between # and define.  Discard C++
1073         comments in sys/pci.h on HP/UX 10.20.
1074
1075 Mon Sep  1 22:13:18 1997  Jeffrey A Law  (law@cygnus.com)
1076
1077         * version.c: Bump for snapshot.
1078
1079         * pa.c (restore_unscaled_index_insn_codes): New function.
1080         (record_unscaled_index_insn_codes): Likewise.
1081         (output_function_prologue): Call restore_unscaled_index_insn_codes.
1082         (output_function_epilogue): Free memory for unscaled_index_insn_codes.
1083         (pa_reorg): Call record_unscaled_index_insn_codes.
1084
1085         * haifa-sched.c (move_insn): Handle notes correctly for insns
1086         with SCHED_GROUP_P set.
1087         
1088 Mon Sep  1 16:58:57 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
1089
1090         * alpha/xm-linux.h (USE_BFD): Undef before define.
1091
1092 Mon Sep  1 16:25:34 1997  Jim Wilson  <wilson@cygnus.com>
1093
1094         * cse.c (cse_insn): Don't record BLKmode values.
1095
1096 Mon Sep  1 11:25:47 1997  Stephen Williams  (steve@icarus.icarus.com)
1097
1098         * i960.h (LINK_SPEC): Handle "-mjX" and "-mrp" switches.
1099
1100 Mon Sep  1 08:29:46 1997  Jeffrey A Law  (law@cygnus.com)
1101
1102         * cccp.c (sys_errlist): Remove special 4.4bsd declaration.
1103         * collect2.c (sys_errlist): Likewise.
1104         * cpplib.c (sys_errlist): Likewise.
1105         * gcc.c (sys_errlist): Likewise.
1106         * protoize (sys_errlist): Likewise.
1107         * configure.in: Check for strerror.
1108         * xm-freebsd.h (HAVE_STRERROR): Remove definition.
1109         * xm-gnu.h (HAVE_STRERROR): Likewise.
1110         * xm-linux.h (HAVE_STRERROR): Likewise.
1111         * xm-netbsd.h (HAVE_STRERROR): Likewise.
1112         * xm-bsd386.h (HAVE_STRERROR): Likewise.
1113         * xm-cygwin32.h (HAVE_STRERROR): Likewise.
1114         * xm-dos.h (HAVE_STRERROR): Likewise.
1115         * xm-mingw32.h (HAVE_STRERROR): Likewise.
1116         * xm-pa.h (HAVE_STRERROR): Likewise.
1117         * xm-papro.h (HAVE_STRERROR): Likewise.
1118         * xm-sysv4.h (HAVE_STRERROR): Likewise.
1119         * configure, config.in: Rebuilt.
1120
1121         * Makefile.in: Add several missing "else true" clauses.
1122
1123         * collect2.c: Change DONT_DECLARE_SYS_SIGLIST to SYS_SIGLIST_DECLARED.
1124         * mips-tfile.c: Likewise.
1125         * gcc.texi: DONT_DECLARE_SYS_SIGLIST: Remove docs.
1126         * xm-linux.h (DONT_DECLARE_SYS_SIGLIST): Delete definition.
1127         * xm-freebsd.h, xm-bsd386.h, xm-sysv4.h, xm-sol2.h: Likewise.
1128         * configure.in: Check for sys_siglist declaration.
1129         * configure, config.in: Rebuilt.
1130
1131 Mon Sep  1 08:04:07 1997  Joel Sherrill (joel@OARcorp.com)
1132
1133         * i386/go32-rtems.h, i386/rtems.h, i960/rtems.h, 
1134         m68k/rtems.h, mips/rtems64.h, pa/rtems.h, rs6000/rtems.h,
1135         sparc/rtems.h (subtarget_switches): Added -mrtems as a switch.
1136         * i960/i960.h: Added SUBTARGET_SWITCHES macro.
1137         * rs6000/sysv4.h (extra_subtarget_switches): Added new
1138         macro EXTRA_SUBTARGET_SWITCHES.
1139         * configure.in (sh*-*-rtems*): New target.
1140         * sh/rtems.h: New file.
1141         * sh/sh.h: Added SUBTARGET_SWITCHES macro.
1142         * configure: Rebuilt.
1143
1144 Sat Aug 30 22:54:26 1997  Jim Wilson  <wilson@cygnus.com>
1145
1146         * unroll.c (calculate_giv_inc): Handle increment with code PLUS.
1147
1148 Sat Aug 30 10:49:46 1997  David Edelsohn  <edelsohn@mhpcc.edu>
1149
1150         * rs6000.md: Make DF fused-add operations pay attention to
1151         -mno-fused-add.
1152
1153 Fri Aug 29 19:19:54 1997  Jim Wilson  <wilson@cygnus.com>
1154
1155         * i386/xm-sysv4.h (DONT_DECLARE_SYS_SIGLIST): Define.
1156
1157 Fri Aug 29 16:13:51 1997  Jeffrey A Law  (law@cygnus.com)
1158
1159         * pa.md (reload_peepholes): Make sure operand is a REG before
1160         examining REGNO.  Allow general registers too.
1161
1162 Fri Aug 29 11:42:04 1997  Jim Wilson  <wilson@cygnus.com>
1163
1164         * varasm.c (mark_constants): Don't look inside CONST_DOUBLEs.
1165
1166 Fri Aug 29 09:33:20 1997  Philipp Thomas  (kthomas@lxi165.gwdg.de)
1167
1168         * dwarf2out.c (build_abbrev_table): Use xrealloc, not xmalloc
1169         to reallocate abbrev_die_table.
1170
1171 Thu Aug 28 15:14:46 1997  Jim Wilson  <wilson@cygnus.com>
1172
1173         * m68k/m68k.md (iorsi_zexthi_ashl16): Disable.
1174
1175 1997-08-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1176
1177         * Makefile.in (config.status): Depend on version.c
1178
1179         * expr.h (insn_gen_function): Reenable prototype.
1180
1181         * expr.c (move_by_pieces_1, clear_by_pieces_1): Fix prototype of
1182         first parameter.
1183
1184 Thu Aug 28 13:01:43 1997  Jim Wilson  <wilson@cygnus.com>
1185
1186         * i386.c (ix86_expand_epilogue): Emit blockage instruction when pic.
1187
1188 Thu Aug 28 07:03:15 1997  Jeffrey A Law  (law@cygnus.com)
1189
1190         * version.c: Bump for latest snapshot.
1191
1192         * bc-optab.c: Conditionally include stdlib.h.
1193         (free): Provide a declaration if NEED_DECLARATION_FREE.
1194         * tree.c (free): Provide a declaration if NEED_DECLARATION_FREE.
1195         * rtl.h (free): Remove declaration.
1196         * tree.h (free): Remvoe declaration.
1197
1198         * configure: Rebuilt.
1199
1200 Wed Aug 27 21:32:20 1997  Jeffrey A Law  (law@cygnus.com)
1201
1202         * flags.h (flag_move_all_movables): Declare.
1203         (flag_reduce_all_givs): Likewise.
1204         * loop.c (move_movables): Handle flag_move_all_movables.
1205         (strength_reduce): Handle flag_reduce_all_givs.
1206         * toplev.c (flag_move_all_movables): Define.
1207         (flag_reduce_all_givs): Likewise.
1208         (f_options): Add -fmove-all-movables and -freduce-all-givs.
1209         * invoke.texi: Document new options, including alias stuff that
1210         wasn't included last time.
1211
1212 Wed Aug 27 18:08:51 1997  Bob Manson  (manson@cygnus.com)
1213
1214         * t-h8300: Use TARGET_LIBGCC2_CFLAGS instead of LIBGCC2_CFLAGS.
1215         * t-mn10200: Ditto.
1216         * t-vxsparc: Ditto.
1217         * t-vxworks68: Ditto.
1218         * t-vxworks960: Ditto.
1219         * t-vx29k: Ditto.
1220
1221 Wed Aug 27 16:35:29 1997  Richard Henderson  <rth@cygnus.com>
1222
1223         * alpha/xm-alpha.h (alloca): Define alloca to builtin_alloca for GNUC
1224         if not already defined, and USE_C_ALLOCA not defined.
1225
1226 Wed Aug 27 16:08:43 1997  Jim Wilson  <wilson@cygnus.com>
1227
1228         * config.guess: Replace with script that uses ../config.guess.
1229
1230         * config/alpha/elf.h (DEFAULT_VTABLE_THUNKS): New. Defined as 1
1231         if USE_GNULIBC_1 is not defined.
1232
1233 Wed Aug 27 15:49:12 1997  Richard Henderson  <rth@cygnus.com>
1234
1235         * alpha/elf.h (LINK_SPEC): Conditionalize on USE_GNULIBC_1.
1236         * config.guess: Recognize alpha-linux-gnulibc1.
1237         * configure.in (alpha-*-linux-gnulibc1): New target.
1238         (alpha-*-linux-gnu*): Don't build crtbegin/end.
1239
1240 Wed Aug 27 11:52:58 1997  Jim Wilson  <wilson@cygnus.com>
1241
1242         * m68k.md (iorsi3_internal): Readd ! TARGET_5200 check lost in
1243         last change.
1244
1245 Wed Aug 27 01:56:18 1997  Doug Evans  <dje@seba.cygnus.com>
1246
1247         * loop.c (combine_movables): Earlier insns don't match later ones.
1248
1249 Wed Aug 27 01:24:25 1997  H.J. Lu   (hjl@gnu.ai.mit.edu)
1250
1251         * config/linux.h (CC1_SPEC): Define it only if not defined.
1252
1253         * config/m68k/linux.h (CC1_SPEC): Undefine it before include
1254         <linux.h>
1255
1256         * config/linux.h (DEFAULT_VTABLE_THUNKS): New. Defined as 1 if
1257         USE_GNULIBC_1 is not defined.
1258
1259         * config/rs6000/linux.h (DEFAULT_VTABLE_THUNKS): New.  Defined as 1.
1260
1261         * config/sparc/linux.h (DEFAULT_VTABLE_THUNKS): New. Defined
1262         as 1 if USE_GNULIBC_1 is not defined.
1263
1264 Wed Aug 27 00:49:14 1997  Jeffrey A Law  (law@cygnus.com)
1265
1266         * reorg.c (dbr_schedule): Allow current_function_return_rtx
1267         to be something other than a REG.
1268         * function.c (expand_function_end): Fix current_function_return_rtx
1269         if it was a pseudo.
1270
1271         * t-freebsd (USER_H): Include EXTRA_HEADERS and LANG_EXTRA_HEADERS.
1272         * x-netbsd: Likewise
1273         * x-dgux (USER_H): Include EXTRA_HEADERS and LANG_EXTRA_HEADERS
1274         (INSTALL_HEADERS): Delete.
1275         * x-dguxbcs: Likewise.
1276         * x-hp3bsd44: Likewise
1277         * x-pa: Likewise.
1278
1279 Wed Aug 27 00:30:00 1997  Bernd Schmidt  <crux@pool.informatik.rwth-aachen.de>
1280
1281         * i386.md (pop): pop increments the stack pointer.
1282         (prologue_set_stack_ptr): New pattern.
1283         * i386.c (ix86_expand_prologue): Use prologue_set_stack_ptr
1284         instead of subsi3.
1285
1286 Tue Aug 26 18:50:32 1997  Jim Wilson  <wilson@cygnus.com>
1287
1288         * reload.c (find_reloads, case '0'): Reject matching a non-offsettable
1289         address where an offsettable address is required.
1290
1291 Tue Aug 26 17:54:56 1997  Michael P. Hayes  (michaelh@ongaonga.chch.cri.nz>
1292
1293         * loop.c (check_final_value): Don't miss a biv increment in a
1294         parallel.
1295
1296 Tue Aug 26 12:03:49 1997  Jim Wilson  (wilson@cygnus.com)
1297
1298         * dwarfout.c (dwarfout_file_scope_decl, case TYPE_DECL): Check
1299         TYPE_DECL_IS_STUB instead of DECL_NAME.
1300
1301 Mon Aug 25 23:27:10 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
1302
1303         * objc/Make-lang.in ($(OBJC_O)): Also depend on cc1obj.
1304
1305 Mon Aug 25 23:27:10 1997  Jim Meyering <meyering@eng.ascend.com>
1306
1307         * objc/Make-lang.in ($(OBJC_O)): Also depend on $(GCC_PASSES).
1308
1309 Mon Aug 25 13:12:24 1997  Jeffrey A Law  (law@cygnus.com)
1310
1311         * haifa-sched.c (find_pre_sched_live): Remove #if 0 code.
1312         (find_post_sched_live): Likewise.
1313
1314         * haifa-sched.c (schedule_block): Remove old code to get arguments
1315         from hard regs into pseudos early.
1316
1317 Mon Aug 25 08:55:00 1997  Jeffrey A Law  (law@cygnus.com)
1318
1319         * version.c: Bump for new snapshot.
1320
1321         * local-alloc.c (update_equiv_regs): All the target to reject
1322         promotion of some REG_EQUAL to REG_EQUIV notes.
1323         * pa.h (DONT_RECORD_EQUIVALENCE): Define.
1324
1325         * pa.c (secondary_reload_class): (mem (mem ... )) does not need
1326         secondary reloads.
1327
1328         * pa.c (hppa_builtin_saveregs): Emit a blockage insn after the
1329         store of the argument registers.
1330
1331 Mon Aug 25 08:39:02 1997  Craig Burley  (burley@gnu.ai.mit.edu)
1332
1333         * fold-const.c (multiple_of_p): New function.
1334         (fold): Turn some cases of *_DIV_EXPR into EXACT_DIV_EXPR.
1335
1336 Mon Aug 25 01:47:41 1997  Jeffrey A Law  (law@cygnus.com)
1337
1338         * expr.h (insn_gen_function): Temporarily remove prototype.
1339
1340 Sun Aug 24 17:22:21 1997  Jim Wilson  <wilson@cygnus.com>
1341
1342         * Makefile.in (install-info): Don't cd into srcdir.  Add srcdir to
1343         filenames.  Use sed to extract base filename for install.
1344
1345 Sat Aug 23 18:19:40 1997  John F. Carr  <jfc@mit.edu>
1346
1347         * unroll.c (find_splittable_givs): Only share if two givs have the
1348         same add and multiply values.
1349
1350 Sat Aug 23 14:36:27 1997  Jim Wilson  <wilson@cygnus.com>
1351
1352         * m68k/next.h (GO_IF_INDEXABLE_BASE): Fix typo in undef.
1353         * m68k/m68kemb.h (LIB_SPEC): Add missing comment end before it.
1354
1355 Sat Aug 23 00:18:22 1997  Jeffrey A Law  (law@cygnus.com)
1356
1357         * pa.c (pa_reorg): Always put begin_brtab and end_brtab insns
1358         around branch tables.
1359         * pa.md (begin_brtab, end_brtab): Only emit the .begin_brtab
1360         and .end_brtab directives if TARGET_GAS.
1361
1362 Fri Aug 22 14:05:55 1997  Jim Wilson  <wilson@cygnus.com>
1363
1364         * alias.c (true_dependence): Pass x_addr not x to varies.
1365
1366         * acconfig.h (NEED_DECLARATION_CALLOC): Add.
1367         * configure.in: Add GCC_NEED_DECLARATION call for calloc.
1368         * rs6000/xm-rs6000.h (malloc, realloc, calloc, free): Delete
1369         declarations.
1370         * config.in, configure: Regenerate.
1371
1372 Thu Aug 21 23:52:16 1997  John F. Carr  <jfc@mit.edu>
1373
1374         * alias.c (find_base_value): Improve handling of PLUS, MINUS, and
1375         LO_SUM.
1376         (record_set): Handle LO_SUM like PLUS.
1377         (init_alias_analysis): When following chains of base addresses,
1378         do not stop on reaching a hard register.
1379
1380 Thu Aug 21 20:17:37 1997  Jeffrey A Law  (law@cygnus.com)
1381
1382         * version.c: Bump for new snapshot.
1383
1384 Thu Aug 21 17:28:00 1997  Jim Wilson  <wilson@cygnus.com>
1385
1386         * alpha.h (ARCH_ASM_FILE_START): Define.
1387         (ASM_FILE_START): Use ARCH_ASM_FILE_START.
1388         * osf12.h, osf2or3.h (ARCH_ASM_FILE_START): Redefine to null string.
1389
1390 Thu Aug 21 10:22:19 1997  Jeffrey A Law  (law@cygnus.com)
1391
1392         * Makefile.in (install-common): Put gcov comment at start of line.
1393
1394 Wed Aug 20 22:47:33 1997  Jeffrey A Law  (law@cygnus.com)
1395
1396         * alias.c (init_alias_analysis): When simplifying the reg_base_value
1397         array, simplify entries for hard registers too.
1398
1399 Wed Aug 20 12:35:47 1997  Dave Love  <d.love@dl.ac.uk>
1400
1401         * dwarf2.h (enum dwarf_call_frame_info): Remove trailing comma from
1402         list.
1403
1404 Wed Aug 20 11:58:33 1997  Jim Wilson  <wilson@cygnus.com>
1405
1406         * stmt.c (start_cleanup_deferal, end_cleanup_deferal): Test
1407         block_stack before dereferencing it.
1408
1409 Wed Aug 20 11:57:11 1997  Michael Meissner  <meissner@cygnus.com>
1410
1411         * rs6000.h (ISSUE_RATE): Define instead of MACHINE_issue_rate.
1412
1413 Tue Aug 19 17:10:56 1997  Jason Merrill  <jason@yorick.cygnus.com>
1414
1415         * cplus-dem.c: Add 'extern' to prepends_underscore.
1416
1417 Tue Aug 19 09:34:57 1997  Jeffrey A Law  (law@cygnus.com)
1418
1419         * haifa-sched.c (ISSUE_RATE): Renamed from MACHINE_issue_rate.
1420         (get_issue_rate): Delete.
1421         * pa.h (ISSUE_RATE): Define.
1422
1423         * configure.in: Turn on haifa by default for the PA.
1424         * configure: Rebuilt.
1425         * pa.c (override_options): Accept -mschedule=7200 option.
1426         (pa_adjust_cost): No longer need to scale costs for newer
1427         processors.
1428         * pa.h (enum processor_type): Add PROCESSOR_7200.
1429         * pa.md: Revamp scheduling parameters to work better with
1430         haifa.  Add scheduling parameters for the 7200.
1431
1432         * haifa-sched.c (move_insn): Reemit notes for SCHED_GROUP_P
1433         insns too.
1434         (schedule_block): When adjusting basic_block_{head,end}, account
1435         for movement of SCHED_GROUP_P insns too.
1436
1437         * haifa-sched.c (debug_dependencies): Fix thinko.
1438
1439         * Makefile.in (EXPECT, RUNTEST, RUNTESTFLAGS): Define.
1440         (site.exp, check, check-g++, check-gcc): New targets.
1441
1442         * haifa-sched.c: Make lots of variables static.
1443
1444 Tue Aug 19 07:18:34 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
1445
1446         * expr.h, real.h: Finish prototyping.
1447
1448 Mon Aug 18 21:49:02 1997  Jim Wilson  <wilson@cygnus.com>
1449
1450         * reload.c (find_reloads): Add code to convert RELOAD_FOR_OPADDR_ADDR
1451         reloads to RELOAD_FOR_OPERAND_ADDRESS reloads.
1452         * reload1.c: Undo bugfix from Aug 11.
1453
1454 Mon Aug 18 17:39:02 1997  Mike Meissner  <meissner@cygnus.com>
1455
1456         * configure.in ({powerpc,rs6000}*-*-*, --with-cpu): Remove single
1457         quotes around the name.
1458         * configure: Regenerate.
1459
1460 Mon Aug 18 13:46:47 1997  Jim Wilson  <wilson@cygnus.com>
1461
1462         * Makefile.in (stmp-multilib-sub): Fix typo in last change.
1463
1464 Thu Aug  7 10:33:13 1997  Manfred Hollstein  <manfred@s-direktnet.de>
1465
1466         * Makefile.in (sub-makes): Pass the current value of LANGUAGES down
1467         to sub-makes to avoid building more passes than the user might have
1468         requested on the command line.
1469
1470 Sun Aug 17 15:42:17 1997  Dave Love  (d.love@dl.ac.uk)
1471
1472         * configure.in: Expurgate `broken_install' (install is
1473         autoconfed).
1474
1475         * configure.lang: Substitute autoconfed ${INSTALL} (not currently
1476         relevant).
1477
1478 Sat Aug 16 01:08:12 1997  Jeffrey A Law  (law@cygnus.com)
1479
1480         * loop.c (is_power_of_2, is_conditional_branch): Delete unused
1481         functions and declarations.
1482         (analyze_loop_iterations): Use condjump_p.
1483         (insert_bct): Likewise.  Use exact_log2.
1484         
1485 Fri Aug 15 23:48:32 1997  Jeffrey A Law  (law@cygnus.com)
1486
1487         * haifa-sched.c (find_post_sched_live): Call FREE_REG_SET as needed.
1488         (schedule_region): Likewise.
1489         (schedule_insns): Likewise.
1490
1491         * PROJECTS: Update with Haifa stuff.
1492
1493 Fri Aug 15 12:49:56 1997  Jeffrey A Law  (law@cygnus.com)
1494
1495         * version.c: Change the version string to look like:
1496         egcs-2.90.00 970814 (gcc2-970802 experimental).
1497
1498         * loop.c (is_conditional_branch): Make definition match declaration.
1499
1500         * gcc.c: Take out experimental snapshot warning message.
1501
1502 Fri Aug 15 13:43:39 1997  Michael Meissner  <meissner@cygnus.com>
1503
1504         * haifa-sched.c (debug_dependencies): Use GET_NOTE_INSN_NAME to
1505         print out the names of the notes.  Print out the name of the insn
1506         that is not a note, and not an {,CALL_,JUMP_}INSN.
1507
1508 Wed Aug 13 17:32:38 1997  Jason Merrill  <jason@yorick.cygnus.com>
1509
1510         * expr.c (expand_expr, case TARGET_EXPR): Call mark_addressable
1511         again for the slot after we give it RTL.
1512
1513 Wed Aug 13 01:03:37 1997  Doug Evans  <dje@canuck.cygnus.com>
1514
1515         * configure.in (haifa configury): Fix typo.
1516         * configure: Regenerate.
1517
1518 Tue Aug 12 10:20:36 1997  Jeffrey A Law  (law@cygnus.com)
1519
1520         * version.c: Bump version to "gcc-3.0.0 970802 experimental".
1521
1522         * gcc.info*: Rebuilt.
1523
1524         * COPYING.g77, README.g77: New files.
1525         * real.c (ereal_unto_float, ereal_unto_double): New functions.
1526         * real.h (ereal_unto_float, ereal_unto_double): Declare them.
1527         (REAL_VALUE_UNTO_TARGET_DOUBLE, REAL_VALUE_UNTO_TARGET_SINGLE): Define.
1528
1529 Mon Aug 11 14:50:55 1997  Jeffrey A Law  (law@cygnus.com)
1530
1531         * Integrate Haifa instruction scheduler.
1532         * Makefile.in (ALL_CFLAGS): Add SCHED_CFLAGS.  Prefix all references
1533         to sched with $(SCHED_CFLAGS.
1534         * configure.in: Handle --enable-haifa.
1535         * configure: Rebuilt.
1536         * flags.h: Add new flags for haifa instruction scheduler.
1537         * genattrtab.c (expand_units): For haifa, don't subtract one
1538         when computing blockage.
1539         * toplev.h (flag_schedule_interblock): Haifa scheduler flag.
1540         (flag_schedule_speculative): Ditto.
1541         (flag_schedule_speculative_load): Ditto.
1542         (flag_schedule_speculative_load_dangerous): Ditto.
1543         (flag_schedule_reverse_before_reload): Ditto.
1544         (flag_schedule_reverse_after_reload): Ditto.
1545         (flag_branch_on_count_reg): Ditto.
1546         (f_options): Add Haifa switches.
1547         (main): Turn off some Haifa options if appropriate macro is
1548         defined.  Process Haifa switches.
1549         * unroll.c (iteration_info): No longer static, since Haifa
1550         scheduler uses it.
1551         (unroll_loop): Inform HAIFA scheduler about loop unrolling factor.
1552         * unroll.c (unroll_loop): Set loop_unroll_iter, loop_start_value.
1553         * loop.h (loop_unroll_factor, loop_number): Add HAIFA decls.
1554         * loop.h (loop_initial_value,loop_unroll_iter): New globals.
1555         * loop.c (loop_optimize): If HAIFA is defined, allocate additional
1556         storage for the Haifa scheduler.
1557         (mark_loop_jump): If HAIFA defined, set LABEL_OUTSIDE_LOOP_P and
1558         LABEL_NEXTREF.
1559         (strength_reduce): If HAIFA and HAVE_decrement_and_branch_on_count
1560         are defined, call analyze_loop_iterations and insert_bct to use
1561         countdown loops.
1562         (record_giv): Refine test for jumps out of loops if HAIFA is
1563         defined.
1564         (analyze_loop_iterations): New function to identify if we can use
1565         a countdown loop.
1566         (insert_bct): Insert countdown loop.
1567         (instrument_loop_bct): Low level code to insert countdown loop.
1568         (loop_number): Calculate UID of loop.
1569         (indirect_jump_in_function_p): Return true if an indirect jump is
1570         in the function.
1571         (is_power_of_2): Return true if value is a power of 2.
1572         (is_conditional_branch): Return true if insn is a conditional
1573         jump.
1574         (fix_bct_param): Process -fbct-{min,max}-N switches.
1575         (check_bct_param): Return true if loop should be instrumented.
1576         * loop.c (loop_initial_value,loop_unroll_iter): New globals.
1577         (loop_optimize): Initialize.
1578         (get_condition_for_loop): Ditto.
1579         * loop.c (strength_reduce): Inside of code that uses #ifdef
1580         HAVE_decrement_and_branch_on_count code, test it to make sure the
1581         condition is true.
1582         (instrument_loop_bct): Ditto.
1583         * haifa-sched.c: New file.
1584         
1585
1586         * Integrate regmove pass.
1587         * Makefile.in (OBJS): Add regmove.o
1588         (regmove.o): Add dependencies.
1589         * flow.c (find_use_as_address): No longer static.
1590         * rtl.h (find_use_as_address): Declare.
1591         * toplev.c (regmove_dump, flag_regmove): Define.
1592         (f_options): Add -fregmove.
1593         (regmove_dump_file, regmove_time): Define.
1594         (fatal_insn): Close the regmove dump file.
1595         (compile_file): Initialize regmove_time; open/close the regmove dump
1596         file as needed.  Print regmove time as needed.
1597         (rest_of_compilation): Run regmove pass if requested, dump
1598         RTL after regmove if requested.
1599         (main): If -O2 or more, turn on regmove.  Handle dump switches.
1600         * regmove.c: New file.
1601         
1602 Mon Aug 11 14:15:02 1997  Jeffrey A Law  (law@cygnus.com)
1603
1604         * Integrate tlink patch from jason@cygnus.com
1605         * gcc.c (SWITCH_TAKES_ARG): Add 'V', 'B' and 'b'.
1606         (process_command): Increment n_switches for them.  Don't discard
1607         their args.  Validate them.
1608         (main): Escape " marks when creating COLLECT_GCC_OPTIONS.
1609         From Rohan Lenard.
1610         (process_command): Set include_prefixes from COMPILER_PATH.
1611         (main): Set COLLECT_GCC_OPTIONS sooner.
1612         * confiugre.in: Link ../ld/ld.new to collect-ld rather than real-ld.
1613         * tlink.c, hash.c, hash.h: New files.
1614         * Makefile.in (USE_COLLECT2): Always use collect2.
1615         (collect2): Depend on and link in hash.o and tlink.o.
1616         (tlink.o, hash.o): Add dependencies.
1617
1618 Mon Aug 11 10:04:49 1997  Jeffrey A Law  (law@cygnus.com)
1619
1620         * Integrate alias analysis changes from jfc@mit.edu
1621         * Makefile.in (OBJS): Add alias.o
1622         (alias.o): Add dependencies.
1623         * alias.c: New file.
1624         * sched.c: Remove alias analysis code.  It lives in alias.c now.
1625         (sched_analyze_2): Add new arguments to true_dependence.
1626         (schedule_insns): Always call init_alias_analysis.
1627         * calls.c (expand_call): Note calls to malloc, calloc, and realloc;
1628         mark return value from such functions as a pointer and keep track of
1629         them for alias analysis.  If a return value from a function is a
1630         pointer, mark it as such.
1631         * combine.c (distribute_notes): Handle REG_NOALIAS.
1632         * cse.c (struct write_data): Delete.  No longer needed.
1633         (invalidate): Don't call set_nonvarying_address_components anymore.
1634         Use true_dependence to decide if an entry should be removed from
1635         the hash table.
1636         (invalidate_memory): Remove WRITES argument, simplify appropriately.
1637         Fix all callers.
1638         (note_mem_written): Similarly for WRITE_PTR argument.
1639         (invalidate_from_clobbers): Similarly for W argument.
1640         (invalidate_for_call): Remove memory elements from the hash table.
1641         (refers_to_mem_p, cse_rtx_addr_varies_p): Deleted.
1642         (cse_rtx_varies_p): New function.  Derived from old
1643         cse_rtx_addr_varies_p.
1644         (cse_insn): Remove WRITES_MEMORY and INIT variables and all references.
1645         Don't call note_mem_written anymore.  Stack pushes invalidate the stack
1646         pointer if PUSH_ROUNDING is defined.  No longer need to call
1647         cse_rtx_addr_varies_p to decide if a MEM should be invalidated.
1648         (skipped_writes_memory): Remove variable.
1649         (invalidate_skipped_set): Simplify and wewrite to use invalidate_memory.
1650         (invalidate_skipped_block): Simplify for new alias analysis code.
1651         (cse_set_around_loop): Likewise.
1652         (cse_main): Call init_alias_analysis.
1653         * flags.h (flag_alias_check, flag_argument_noalias): Declare.
1654         * toplev.c (flag_alias_check, flag_argument_noalias): Define.
1655         (f_options): Add new alias checking arguments.
1656         (main): Set flag_alias_check when optimizing.
1657         * local_alloc (validate_equiv_mem_from_store): Add new arguments
1658         to true_dependence.
1659         (memref_referenced_p): Likewise.
1660         * loop.c (NUM_STORES): Increase to 30.
1661         (prescan_loop): Only non-constant calls set unknown_address_altered.
1662         (invariant_p): Add new arguments to true_dependence.
1663         (record_giv): Initialize unrolled and shared fields.
1664         (emit_iv_add_mult): Call record_base_value as needed.
1665         * loop.h (struct induction): Add unrolled and shared fields.
1666         * unroll.c  (unroll_loop): Call record_base_value as needed.
1667         (copy_loop_body): Likewise.
1668         (final_biv_value): Likewise.
1669         (final_giv_value): Likewise.
1670         (find_splittable_regs): Likewise.  Only create one new pseudo
1671         if we have multiple address GIVs that were combined with the same
1672         dst_reg GIV.  Note when a new register is created due to unrolling.
1673         * rtl.c (reg_note_name): Add REG_NOALIAS.
1674         * rtl.h (enum reg_note): Similarly.
1675         (rtx_varies_p, may_trap_p, side_effects_p): Declare.
1676         (volatile_refs_p, volatile_insn_p, remove_note): Likewise.
1677         (note_stores, refers_to_regno_p, reg_overlap_mentioned_p): Likewise.
1678         (true_dependence, read_dependence, anti_dependence): Likewise.
1679         (output_dependence, init_alias_analysis, end_alias_analysis): Likewise.
1680         (mark_user_reg, mark_reg_pointer): Likewise.
1681
1682
1683         * Integrate reload bugfix from Wilon which enables the PA port
1684         to bootstrap again.
1685         * reload1.c (reload): Sum needs for both OPADDR_ADDR and and
1686         OPERAND_ADDRESS when computing how many registers an insn needs.
1687         (reload_reg_free_p): OPADDR_ADDR and OPERAND_ADDRESS reloads do
1688         conflict.
1689         (reload_reg_free_before_p): Treat OPERAND_ADDRESS reloads just like
1690         OPADDR_ADDR reload.
1691         (reload_reg_reaches_end_p): For RELOAD_FOR_OPADDR_ADDR insns, registers
1692         in reload_reg_use_in_op_addr do not reach the end.
1693         do not reach the end.
1694         (reloads_conflict): RELOAD_FOR_OPADDR_ADDR conflicts with
1695         RELOAD_FOR_OPERAND_ADDRESS.
1696
1697 Sun Aug 10 12:00:20 1997  Jeffrey A Law  (law@cygnus.com)
1698
1699         * egcs project officially starts.
1700