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