- 27 Oct, 1997 1 commit
-
-
From-SVN: r16206
Jason Merrill committed
-
- 26 Oct, 1997 17 commits
-
-
* alpha.c (alpha_sa_mask [VMS]): Don't include $26 in the mask. Patch from Klaus Kaempf <kkaempf@progis.de>. From-SVN: r16196
Richard Henderson committed -
* expr.c (expand_expr, case INDIRECT_REF): Optimize a reference to an element in a constant string. From-SVN: r16195
Jim Wilson committed -
From-SVN: r16194
Jeff Law committed -
From-SVN: r16193
Jason Merrill committed -
* dwarf2out.c (output_call_frame_info): The CIE pointer is now a 32 bit PC-relative offset. The exception range table pointer is now in the CIE. * frame.c (dwarf_cie, dwarf_fde): Rename CIE_pointer to CIE_delta. (count_fdes, add_fdes, get_cie): Adjust. (cie_info, extract_cie_info, __frame_state_for): Adjust eh_ptr uses. From H.J. Lu: * frame.c (count_fdes, add_fdes): Skip linked once FDE entries. From-SVN: r16192
Jason Merrill committed -
From-SVN: r16189
Jeff Law committed -
* alias.c (memrefs_conflict_p): Treat arg_pointer_rtx just like stack_pointer_rtx. From-SVN: r16188
Richard Henderson committed -
Makefile.in (bootstrap-lean): Combined with `normal' bootstrap targets using "$@" to provide support for... * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap targets using "$@" to provide support for similar but not identical targets without having to duplicate code. (bootstrap4): New goal. From-SVN: r16187
Manfred Hollstein committed -
Makefile.in (bootstrap-lean): Combined with `normal' bootstrap targets using "$@" to provide support for... * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap targets using "$@" to provide support for similar but not identical targets without having to duplicate code. From-SVN: r16186
Manfred Hollstein committed -
change was needed. From-SVN: r16185
Jeffrey A Law committed -
* Makefile.in (compare, compare-lean, compare3): Combined to one ruleset determining actions to be performed via $@. (compare4, compare4-lean): New targets. (gnucompare, gnucompare3): Combined to one ruleset determining actions to be performed via $@. Also, note which files failed the comparison test in .bad_compare. (gnucompare-lean, gnucompare3-lean, gnucompare4-lean): New targets. From-SVN: r16184
Manfred Hollstein committed -
From-SVN: r16183
Jeffrey A Law committed -
* alias.c (find_base_value): Handle PRE_INC, PRE_DEC, POST_INC, and POS_DEC. (find_base_term): Likewise. * alias.c (true_dependence): Fix typo. From-SVN: r16182
Jeffrey A Law committed -
* fold-const (fold): Also simplify FLOOR_DIV_EXPR to EXACT_DIV_EXPR if the dividend is a multiple of the divisor. From-SVN: r16181
Toon Moene committed -
* toplev.c (flag_rerun_loop_opt): New variable. (f_options): Handle -frerun-loop-opt. (rest_of_compilation): If -frerun-loop-opt, then run the loop optimizer twice. (main): Enable -frerun-loop-opt by default for -O2 or greater. From-SVN: r16180
Jeffrey A Law committed -
* loop.c (simplify_giv_expr): Adding two invariants results in an invariant. From-SVN: r16179
Jeffrey A Law committed -
* expr.c (get_inner_reference): Remove the array bias after converting the index to Pmode. From-SVN: r16178
Richard Henderson committed
-
- 25 Oct, 1997 3 commits
-
-
* mn10300.h (TARGET_SWITCHES): Add -mmult-bug and -mno-mult-bug. (TARGET_MULT_BUG): Define. (TARGET_DEFAULT): Default to TARGET_MULT_BUG. * mn10300.md (mulsi3): Handle TARGET_MULT_BUG. From-SVN: r16173
Jeffrey A Law committed -
1,4d0 < Fri Oct 24 17:49:10 1997 Jim Wilson <wilson@cygnus.com> < < * integrate.c (save_for_inline_copying): Copy parm_reg_stack_loc. < From-SVN: r16172
Brendan Kehoe committed -
* integrate.c (save_for_inline_copying): Copy parm_reg_stack_loc. fixes many of the inlining problems causing various suite++ and perennial test failures, among others From-SVN: r16171
Jim Wilson committed
-
- 24 Oct, 1997 7 commits
-
-
* mn10200.c (indirect_memory_operand): Delete unused function. * mn10200.h (EXTRA_CONSTRAINT): Handle 'R'. * mn10200.md (bset, bclr insns): Handle output in a reg too. From-SVN: r16169
Jeffrey A Law committed -
* alpha.md (call patterns): Revert Oct 16 change; if we are to elide the callee's ldgp, we must do it ourselves, and we use the jsr tag for more than scheduling. From-SVN: r16168
Richard Henderson committed -
From-SVN: r16165
Jeff Law committed -
From-SVN: r16164
Doug Evans committed -
From-SVN: r16163
Doug Evans committed -
From-SVN: r16162
Jeff Law committed -
* mn10300.c (symbolic_operand, legitimize_address): New functions. * mn10300.h (LEGITIMIZE_ADDRESS): Call legitimize_address. (GO_IF_LEGITIMATE_ADDRESS): Don't allow base + symbolic. From-SVN: r16158
Jeffrey A Law committed
-
- 23 Oct, 1997 6 commits
-
-
From-SVN: r16156
Jeffrey A Law committed -
* dbxout.c (dbxout_start_new_source_file): Use output_quoted_string for FILENAME. From-SVN: r16155
J"orn Rennecke committed -
* pt.c (instantiate_decl): SET_DECL_IMPLICIT_INSTANTIATION on new decl. Fixes libstdc++ failure. From-SVN: r16153
Jason Merrill committed -
* toplev.c (flag_exceptions): Default value is 2. (compile_file): If flag_exceptions still has the value 2, then set it to 0. * lex.c (lang_init): Enable flag_exceptions by default if no command line switch was specified. Gross hacks to allow front-ends to override -fexceptions. From-SVN: r16152
Jeffrey A Law committed -
* libio.h (_IO_LOCK_T): Handle glibc 2 when _IO_MTSAFE_IO is not defined. * iovsscanf.c (vsscanf): Make it weak alias of _IO_vsscanf if __linux__ is defined instead of __ELF__ * config/linuxlibc1.mt (USER_INCLUDES): Add libio.h. OK'd by Ulrich. From-SVN: r16151
H.J. Lu committed -
* method.c (build_template_parm_names, build_decl_overload_real): Add static to definitions. * pt.c (add_to_template_args, note_template_header, processing_explicit_specialization, type_unification_real): Likewise. ({determine,check}_explicit_specialization): Use a single string for error messages. fixes problems building with sunos4 system cc From-SVN: r16150
Brendan Kehoe committed
-
- 22 Oct, 1997 6 commits
-
-
* rs6000.c (struct machine_function): Add pic_offset_table_rtx. (rs6000_save_machine_status): Save pic_offset_table_rtx. (rs6000_restore_machine_status: Restore pic_offset_table_rtx. From-SVN: r16149
Jeffrey A Law committed -
com.c (ffecom_expr_): Take an new arg TREE_TYPE that if non-null specifies the type in which to do... * com.c (ffecom_expr_): Take an new arg TREE_TYPE that if non-null specifies the type in which to do the calculation. Change all callers. [FFEBLD_opARRAYREF]: Force the index expr to use sizetype. From-SVN: r16148
Richard Henderson committed -
* local-alloc.c (block_alloc): Don't lose if two SCRATCH expressions are shared. From-SVN: r16147
Jeffrey A Law committed -
* rs6000.md (*movsi_got_internal_mem): New pattern. (*movsi_got_internal_mem splitter): New define_split. Fixes some egcs bugs. From-SVN: r16146
Jeffrey A Law committed -
From-SVN: r16145
Michael Meissner committed -
* obstack.h (obstack_empty_p): Fix spurious space after backslash. From-SVN: r16144
Jim Wilson committed
-