- 10 Jan, 1998 2 commits
-
-
From-SVN: r17315
Jeff Law committed -
* regclass.c (record_address_regs): Don't use REG_OK_FOR_BASE_P if it is not defined. From-SVN: r17314
Jeffrey A Law committed
-
- 09 Jan, 1998 1 commit
-
-
From-SVN: r17313
Brendan Kehoe committed
-
- 08 Jan, 1998 2 commits
-
-
* Makefile.in (OBJ, GEN, RTL_H): Add genrtl.[oh] bits. * emit-rtl.c (gen_rtx): Move special code to ... (gen_rtx_CONST_INT): New function. (gen_rtx_REG): New function. (*): Update all calls to gen_rtx. * genemit.c (gen_exp): Emit calls to gen_rtx_FOO for constant FOO. * rtl.h: Include genrtl.h; prototype CONST_INT & REG generators. (GEN_INT): Call gen_rtx_CONST_INT. * gengenrtl.c: New file. From-SVN: r17312
Richard Henderson committed -
* exception.cc (__eh_alloc, __eh_free): New fns. (__cp_push_exception, __cp_pop_exception): Use them. (__uncatch_exception): Call terminate here if no exception. * except.c (build_terminate_handler): New fn. (expand_start_catch_block): Use it. (expand_exception_blocks): Likewise. (alloc_eh_object): New fn. (expand_throw): Use it. Protect exception init with terminate. * typeck.c (build_modify_expr): Remove code that ignores trivial methods. From-SVN: r17309
Jason Merrill committed
-
- 05 Jan, 1998 4 commits
-
-
bastring.cc (basic_string::Rep::operator delete): Don't claim to return from deallocate, since this is a void method. * std/bastring.cc (basic_string::Rep::operator delete): Don't claim to return from deallocate, since this is a void method. From-SVN: r17297
Brendan Kehoe committed -
* alias.c (*_dependence): Call base_alias_check before canon_rtx. (base_alias_check): If no base found for address call canon_rtx and try again. From-SVN: r17296
John F. Carr committed -
From-SVN: r17295
Jeff Law committed -
* mips.c (mips_expand_prologue): Handle large frame with no outgoing arguments for mips16. (mips_expand_epilogue): Pass "orig_tsize" to save_restore_insns. Don't lose if tsize is zero after handling large stack for mips16. * mips.md (return): For trivial return, return address is in $31. From-SVN: r17294
Jeffrey A Law committed
-
- 04 Jan, 1998 4 commits
-
-
* mips/mips16.S: Various changes to make it work with -msingle-float and -EL. From-SVN: r17293
Nigel Stephens committed -
* mips.c, mips.h, mips.md: First cut at merging in mips16 support. Major modifications throughout all three files. Note mips16 doesn't work yet (no epilogue support), but I'll be working on that shortly :-) Co-Authored-By: Ian Lance Taylor <ian@cygnus.com> Co-Authored-By: Jeffrey A Law <law@cygnus.com> From-SVN: r17292
Gavin Koch committed -
* config.sub: Add mingw32 support. * configure.in: Likewise. * config/mh-mingw32: New file. From-SVN: r17291
Mumit Khan committed -
* configure.in: Make gthr-default.h a forwarding header instead of a symlink. From-SVN: r17290
Scott Snyder committed
-
- 03 Jan, 1998 6 commits
-
-
From-SVN: r17289
Kaveh R. Ghazi committed -
From-SVN: r17288
Jeff Law committed -
/ * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1 From-SVN: r17287
Franz Sirl committed -
* configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1 From-SVN: r17286
Franz Sirl committed -
From-SVN: r17285
Franz Sirl committed -
From-SVN: r17284
Kaveh R. Ghazi committed
-
- 02 Jan, 1998 4 commits
-
-
* crtstuff.c (__frame_dummy): New function for irix6. (__do_global_ctors): Call __frame_dummy for irix6. * iris6.h (LINK_SPEC): Hide __frame_dummy too. Co-Authored-By: Jeffrey A Law <law@cygnus.com> From-SVN: r17281
Jim Wilson committed -
From-SVN: r17280
Jeff Law committed -
From-SVN: r17279
Weiwen Liu committed -
* c-decl.c (init_decl_processing): Provide proper fallback symbol for __builtin_memset. * expr.c (expand_builtin) [MEMSET]: Arg 3 type code is INTEGER_TYPE not INTEGER_CST. Assert arg 3 is a constant. * alpha.c (mode_width_operand): Accept 64-bit modes. (mode_mask_operand): Likewise. (print_operand): Likewise for 'M' and 'U' codes. (alpha_expand_unaligned_load): New function. (alpha_expand_unaligned_store): Likewise. (alpha_expand_unaligned_load_words): Likewise. (alpha_expand_unaligned_store_words): Likewise. (alpha_expand_block_move): Likewise. (alpha_expand_block_clear): Likewise. * alpha.h (MOVE_RATIO): New define. * alpha.md (extxl, ext*h, ins*l, mskxl): Name them. (insql, insxh, mskxh, extv, extzv, insv, movstrqi, clrstrqi): New. * alpha.h (ASM_OUTPUT_LOOP_ALIGN, ASM_OUTPUT_ALIGN_CODE): Set to 3. (CONSTANT_ALIGNMENT, DATA_ALIGNMENT): Disable. From-SVN: r17278
Richard Henderson committed
-
- 01 Jan, 1998 4 commits
-
-
* configure.in: Put parenthesis around TARGET_CPU_DEFAULT's value. * configure: Update. From-SVN: r17277
Richard Henderson committed -
emit-rtl.c (operand_subword): Correctly handle extracting a word from a CONST_DOUBLE for 16bit targets with... * emit-rtl.c (operand_subword): Correctly handle extracting a word from a CONST_DOUBLE for 16bit targets with !WORDS_BIG_ENDIAN. From-SVN: r17276
Jeffrey A Law committed -
From-SVN: r17275
Jeff Law committed -
* mn10200.md (tstxx, cmpxx): Use "nonimmediate_operand" as predicate for first argument. From-SVN: r17274
Jeffrey A Law committed
-
- 31 Dec, 1997 2 commits
-
-
* configure.in: Set and subsitute host_exeext. Use it when creating the assembler and linker symlinks. * configure: Rebuild. * Makefile.in (exeext): Set to @host_exeext@. (build_exeext): New variable, set to @build_exeext@. (FLAGS_TO_PASS): Pass down build_exeext. (STAGESTUFF): Use build_exeext, not exeext, for gen* and bi* programs. From-SVN: r17267
Ian Lance Taylor committed -
From-SVN: r17266
Jeffrey A Law committed
-
- 30 Dec, 1997 1 commit
-
-
* sparc.h (ASM_OUTPUT_MI_THUNK): Move %o7 through %g1 instead of save+restore. Fix pic+big_offset delay slot. Use "pic" case for unix always, since we want to be able to thunk to functions in a shared library from an application. From-SVN: r17262
Richard Henderson committed
-
- 29 Dec, 1997 4 commits
-
-
* mips/t-ecoff (CROSS_LIBGCC1): Define to libgcc1-asm.a. (LIB1ASMSRC, LIB1ASMFUNCS): Define. More mips16 merge stuff. From-SVN: r17261
Ian Lance Taylor committed -
d * expr.c (expand_expr): For {BITFIELD,COMPONENT,ARRAY}_REF, if the offset's mode is not ptr_mode, convert it. From-SVN: r17260
Jeff Law committed -
a * expr.c (expand_expr): For {BITFIELD,COMPONENT,ARRAY}_REF, if the offset's mode is not ptr_mode, convert it. From-SVN: r17259
Jeff Law committed -
From-SVN: r17258
Michael Meissner committed
-
- 28 Dec, 1997 1 commit
-
-
* config.shared (TOLIBGCXX) [DOING_GPERF]: Delete. (LIBS) [DOING_GPERF]: Make it just `-L../libstdc++ -lstdc++'. Bring over from devo. From-SVN: r17249
Brendan Kehoe committed
-
- 27 Dec, 1997 4 commits
-
-
* flow.c (find_basic_blocks): Don't create a new basic block for calls in a LIBCALL block. From-SVN: r17247
Jeffrey A Law committed -
From-SVN: r17246
David Edelsohn committed -
From-SVN: r17245
Jeffrey A Law committed -
* configure.in: Move default enabling of Haifa out of for loop. * configure: Rebuild. From-SVN: r17244
Richard Henderson committed
-
- 25 Dec, 1997 1 commit
-
-
From-SVN: r17237
Jeff Law committed
-