aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
1993-02-23(install-include-dir): Depend on install-dir.Richard Stallman1-1/+1
1993-02-23(check_for_full_enumeration_handling): Handle nameless type.Richard Stallman1-12/+24
1993-02-23(CONSTRUCTOR_NAME_FORMAT): Handle NO_DOT_IN_LABEL.Richard Stallman1-0/+4
1993-02-23(NO_DOLLAR_IN_LABEL, NO_DOT_IN_LABEL): Defined.Richard Stallman1-0/+3
1993-02-23(output_call): Don't use the delay slot of a bsr.nJohn Hassey1-3/+9
1993-02-22(convert_to_integer): #if 0 the truncated integer warning.Richard Stallman1-0/+2
1993-02-22(emit_library_call_value): Really pass mem value addressRichard Stallman1-8/+63
1993-02-21* pa.md (load high pattern): Rework constraints to reduce %r1 spillage.Jeff Law1-1/+13
1993-02-21pa.md (const_double -> FP pattern): Remove cases which can neve happen anymore.Jeff Law1-26/+5
1993-02-21pa.c (print_operand, case 'Y'): Output comparison operators which right resul...Jeff Law1-1/+23
1993-02-21(emit_move_insn_1): Declared.Richard Stallman1-0/+3
1993-02-21(gen_move_insn): Use emit_move_insn_1.Richard Stallman1-2/+9
1993-02-21(emit_move_insn_1): New subroutine cut from emit_move_insn.Richard Stallman1-0/+16
1993-02-21* Add declaration for pedwarn_with_line.Doug Evans1-0/+1
1993-02-21(SRCDIR): Make absolute from ORIGDIR.Richard Stallman1-2/+12
1993-02-20(warning_with_line, pedwarn_with_line): New functions.Richard Stallman1-3/+49
1993-02-20(decode_field_reference): Use force_fit_type instead of convert to avoid trun...Doug Evans1-1/+3
1993-02-20Change "va_list)" to "__gnuc_va_list)".John Hassey1-0/+1
1993-02-20* Save temp file in ${LIB}. Use -I${ORIGDIR} when compiling types.c.Doug Evans1-3/+6
1993-02-20(BISONFLAGS): Add -v.Richard Stallman1-4/+4
1993-02-19(regno_uninitialized): Test global_regs only for hard regs.Richard Stallman1-1/+2
1993-02-19(convert_to_integer): Warn if integer is truncated and that changes the value.Richard Stallman1-0/+24
1993-02-18Include aix386ng.h instead of duplicating it.Jim Wilson1-73/+2
1993-02-18(ASM_OUTPUT_CASE_END): Add missing semicolon.Jim Wilson1-1/+1
1993-02-18(output_function_prologue): Don't save %f31 to stack.Jim Wilson1-5/+0
1993-02-18(STARTING_FRAME_OFFSET): Set to -8.Jim Wilson1-1/+1
1993-02-18(va_start): If __GCC_NEW_VARARGS__ not defined, use old definition.Jim Wilson1-0/+11
1993-02-18(CPP_PREDEFINES): Add -D__GCC_NEW_VARARGS__.Jim Wilson4-4/+11
1993-02-18(end_final): Don't call assemble_zeros with an size argument of zero.Jim Wilson1-1/+2
1993-02-18(expand_call): When MAYBE_REG_PARM_STACK_SPACE defined,Jim Wilson1-0/+4
1993-02-18(yylex): Undo Feb 7 change.Richard Stallman1-7/+0
1993-02-18(program): After extdefs, pop any unpopped binding lvls.Richard Stallman1-0/+4
1993-02-18(ABS): #undef after including sys/time.h and sys/resource.h.Richard Stallman1-0/+1
1993-02-18(emit_ldst): For large offsets use register indexJohn Hassey1-1/+16
1993-02-17(truncdfsf2, extendsfdf2): Changed from define_insn to expand_insn.Richard Stallman1-55/+28
1993-02-17(CONST_COSTS): Updated to better reflectRichard Stallman1-10/+16
1993-02-17(sys/types.h): Replace definition of size_t based on SIZE_TYPE.Richard Stallman1-0/+27
1993-02-17Use 'K' constraint with arith5_operand predicate.John Hassey1-4/+4
1993-02-17(CONST_OK_FOR_LETTER_P): Added 'K'.John Hassey1-1/+2
1993-02-16(find_reloads_address): Use strict_memory_address_pRichard Stallman1-19/+6
1993-02-16(ASM_OUTPUT_IDENT, IDENT_ASM_OP): Defined.Richard Stallman1-0/+7
1993-02-16Include xm-svr3.h. Move tm.h include earlier.Richard Stallman1-13/+13
1993-02-16(build_indirect_ref): Avoid *& short-cut if -fvolatile.Richard Stallman1-30/+33
1993-02-16For .S files, pas -traditional to cpp unless -ansi or -traditional.Michael Meissner2-0/+2
1993-02-15(HASHFUNCTION): Insure nonnegative hash even if addresses are negative.Richard Stallman1-1/+1
1993-02-13(warn_missing_braces): Declared.Richard Stallman1-0/+4
1993-02-13(c_decode_option): Handle -Wmissing-braces.Richard Stallman1-0/+9
1993-02-13(process_init_constructor): Test warn_missing_braces.Richard Stallman1-1/+1
1993-02-13(build_indirect_ref): If arg is void *, just warn.Richard Stallman1-2/+3
1993-02-13* make setup_incoming_promotions staticDoug Evans1-1/+1