- 23 Apr, 1998 5 commits
-
-
From-SVN: r19387
Mark Mitchell committed -
From-SVN: r19386
Nick Clifton committed -
* sh.c (gen_ashift_hi): Implement right shifts via gen_ashift. * sh.md (ashrhi3_k, lshrhi3_k, lshrhi3_m, lshrhi3, lshrhi3+1): Delete. From-SVN: r19385
J"orn Rennecke committed -
From-SVN: r19384
Jason Merrill committed -
From-SVN: r19383
Jason Merrill committed
-
- 22 Apr, 1998 11 commits
-
-
From-SVN: r19380
Mark Mitchell committed -
From-SVN: r19379
Mark Mitchell committed -
* pt.c (tsubst): Decrease the template-level of TEMPLATE_TEMPLATE_PARMS. Likewise for the DECL_INITIAL of a TEMPLATE_PARM_INDEX. (template_decl_level): New function. (unify): Make sure to record unifications for template parameters, even when the parameters exactly match the arguments. Combine duplicated code for TEMPLATE_TEMPLATE_PARMs and TEMPLATE_TYPE_PARMS. Don't try to unify template parameters that aren't from the level we're currently working on. From-SVN: r19378
Mark Mitchell committed -
From-SVN: r19377
Michael Meissner committed -
* class.c (finish_struct): Set TREE_PRIVATE and TREE_PROTECTED for the DECL_RESULTs of a member TEMPLATE_DECL, not just the TEMPLATE_DECL. From-SVN: r19376
Mark Mitchell committed -
* emit-rtl.c (gen_highpart): The high part of a CONST_INT is not zero if HOST_BITS_PER_WIDE_INT is larger than BITS_PER_WORD. * final.c (split_double): Sign extend both halves of a split CONST_INT. From-SVN: r19375
John Carr committed -
Add support for --enable-target-optspace to compile with -Os instead of -O2, and default m32r to use it From-SVN: r19374
Michael Meissner committed -
* mips.c (compute_frame_size): Change only argument to a HOST_WIDE_INT. From-SVN: r19373
Jeff Law committed -
� * mips.c (compute_frame_size): Change only argument to a HOST_WIDE_INT. From-SVN: r19372
Jeff Law committed -
* cplus-dem.c: Add code to enable demangling of names produced with the -fsquangle option. From-SVN: r19371
Andrew MacLeod committed -
From-SVN: r19370
Andreas Schwab committed
-
- 21 Apr, 1998 18 commits
-
-
From-SVN: r19369
Mark Mitchell committed -
* decl2.c (check_member_template): Set DECL_IGNORED for member class templates, too. From-SVN: r19368
Mark Mitchell committed -
From-SVN: r19367
Mark Mitchell committed -
From-SVN: r19366
Benjamin Kosnik committed -
tests for g++/15307 and -Wredundant-decls From-SVN: r19365
Benjamin Kosnik committed -
* stmt.c (check_seenlabel): When search for line number note for warning, handle case where there is no such note. From-SVN: r19364
Jim Wilson committed -
* decl.c (duplicate_decls): Only check DECL_FRIEND_P if function. g++/15307 redux From-SVN: r19363
Benjamin Kosnik committed -
8 * decl.c (duplicate_decls): Only check DECL_FRIEND_P if function. g++/15307 redux From-SVN: r19362
Benjamin Kosnik committed -
From-SVN: r19361
Jason Merrill committed -
From-SVN: r19360
Jason Merrill committed -
* genemit.c (gen_exp): Allow machine description to set mode of MATCH_OP_DUP. From-SVN: r19359
John Carr committed -
* mips.h (STACK_BOUNDARY): Allow specific targets to override. (MIPS_STACK_ALIGN): Similarly. From-SVN: r19358
Jeffrey A Law committed -
* alias.c (mode_alias_check): New function. (true_dependence, anti_dependence, output_dependence): Call mode_alias_check. From-SVN: r19357
John Carr committed -
* cp-tree.h (intTI_type_node, unsigned_intTI_type_node): Declare. * decl.c (intTI_type_node, unsigned_intTI_type_node): Define. (init_decl_processing): Handle TI types. * typeck.c (unsigned_type, signed_type): Handle TI types. From-SVN: r19356
Jeffrey A Law committed -
* c-common.c (type_for_mode): Handle TI types. * c-decl.c (intTI_type_node, unsigned_int_TI_type_node): Define. (init_decl_processing): Handle TI types. * c-tree.h (intTI_type_node, unsigned_int_TI_type_node): Declare. From-SVN: r19355
Jeffrey A Law committed -
* mips.c (block_move_loop): Test Pmode == DImode instead of TARGET_MIPS64. (expand_block_move, save_restore_insns): Likewise. (function_prologue, mips_expand_prologue): Likewise. (mips_expand_epilogue): Likewise. * mips.h (POINTER_SIZE): Allow specific targets to override. (Pmode): Allow specific targets to override. (FUNCTION_PROFILER): Test Pmode == DImode instead of TARGET_MIPS64 (POINTER_BOUNDARY, FUNCTION_MODE): Likewise. (TRAMPOLINE_TEMPLATE, TRAMPOLINE_SIZE): Likewise. (TRAMPOLINE_ALIGNMENT, INITIALIZE_TRAMPOLINE): Likewise. (CASE_VECTOR_MODE, ASM_OUTPUT_ADDR_VEC_ELT): Likewise. (ASM_OUTPUT_ADDR_DIFF_ELT, SIZE_TYPE, PTRDIFF_TYPE): Likewise. * mips.md (indirect, tablejump & casesi support): Test for Pmode == DImode instead of TARGET_MIPS64. (call patterns): Likewise. From-SVN: r19354
Jeffrey A Law committed -
Fixes a problem compiling on sparcs where STRUCT_VALUE is defined in sparc.h to use gen_rtx_MEM() and then evaluated in an #if directive in sendmsg.c. * objc/sendmsg.c: Define gen_rtx_MEM() to 1, as is already done for gen_rtx(MEM, ...). From-SVN: r19353
Kaveh R. Ghazi committed -
* sparc.h (MACHINE_STATE_SAVE, MACHINE_STATE_RESTORE): Rewrite to not be so gross, and to properly function with PIC. From-SVN: r19352
Richard Henderson committed
-
- 20 Apr, 1998 6 commits
-
-
* frame.c (heapsort): Rename to frame_heapsort. From-SVN: r19351
Jim Wilson committed -
* gcc.c (do_spec_1, case '['): Move flag out of loop and initialize it. From-SVN: r19350
Jim Wilson committed -
From-SVN: r19347
Doug Evans committed -
* i386.md (movsf_push, movdf_push, movxf_push): Allow memory operands during and after reload. From-SVN: r19346
John Wehle committed -
From-SVN: r19345
Joern Rennecke committed -
* final.c (shorten_branches, init_insn_lengths): Move code to free label_align, uid_shuid, insn_lengths, insn_addresses and uid_align from the former function into the latter one; Add code to clear these variables. * sh.h (label_align): Remove declaration. From-SVN: r19344
J"orn Rennecke committed
-