aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
1993-12-24(push_reload...Richard Kenner1-28/+39
1993-12-24(check_init_type_bitfields): Check recursively inside arrays andRichard Kenner1-7/+14
1993-12-24(decl_attribute): Verify that alignment and format argument numbers are all i...Richard Kenner1-10/+49
1993-12-24(attrib): Allow expressions instead of constants.Richard Kenner1-10/+12
1993-12-24(simplify_binary_operation): Can fold multi-word operations when first is CON...Richard Kenner1-6/+13
1993-12-24(thread_jumps): Delete redundant loop termination test.Torbjorn Granlund1-3/+0
1993-12-24(simplify_binary_operation, case *SHIFT*): Reduce arg1 asTorbjorn Granlund1-12/+3
1993-12-24(pop_init_level): Don't abort if have incomplete array type insideRichard Kenner1-5/+0
1993-12-24(iorscc): New recognizer.Torbjorn Granlund1-135/+246
1993-12-24(FUNCTION_INCOMING_ARG): Delete definition.Torbjorn Granlund1-54/+84
1993-12-24(Several places): Declare values from INTVAL(x) as HOST_WIDE_INT.Torbjorn Granlund1-162/+157
1993-12-23(optimize_reg_copy_1): After decreasing sregno'sJim Wilson1-0/+5
1993-12-23(check_dbra_loop): Don't reverse loop if there is aJim Wilson1-0/+13
1993-12-23(translate_options): Skip arguments of -B, -b, -V, -x,Jim Wilson1-0/+5
1993-12-23backport: host_mips, mips, MIPSE[LB], R[34]000, SYSTYPE_*.Jim Wilson1-2/+22
1993-12-23(expand_mult): Preserve useful sub-expressions whenRichard Kenner1-10/+15
1993-12-23(libgcc.a): Allow chmod of tmpcopy directory to fail since it can beRichard Kenner1-1/+1
1993-12-23(default_compilers, gnat1): Don't write -gnatb.Richard Kenner1-1/+1
1993-12-23(T_ST): Fix typo in last change.Richard Kenner1-1/+1
1993-12-23(expand_expr, case MINUS_EXPR): When expanding an initializer, useRichard Kenner1-1/+14
1993-12-23(ASM_OUTPUT_ADDR_DIFF_ELT): Use .long, not .double.Richard Kenner1-2/+2
1993-12-23(ENQUIRE_CFLAGS): Omit -DNO_STDDEF.Richard Kenner1-5/+5
1993-12-23(main): When searching compiler directories, look for ld_suffix, notRichard Kenner1-1/+3
1993-12-23Refine last change; just add -I.Richard Kenner1-4/+2
1993-12-23(TARGET_DEFAULT): Update to use new values.Richard Kenner1-2/+2
1993-12-23(GCC_CFLAGS): Add -B and -I options.Richard Kenner1-2/+4
1993-12-23(delete_reg_equiv): Don't reference elements of REG_{NEXT,PREV}_EQVRichard Kenner1-3/+5
1993-12-22(dbxout_parms): For parameter passed by invisibleJim Wilson1-2/+9
1993-12-22(DBX_FINISH_SYMBOL): Get variable name from DECL_RTLJim Wilson1-1/+1
1993-12-22Fix typo in comment.Richard Kenner1-1/+1
1993-12-22(priority): Handle INSN_DELETED_P insns, in addition toJim Wilson1-5/+6
1993-12-22(expand_expr, NEGATE_EXPR case): Use subtarget inJim Wilson1-1/+1
1993-12-22(required_unistd_h): Delete getgroups from list.Jim Wilson1-1/+2
1993-12-22(missing_extern_C_count): Ifdef out.Jim Wilson1-2/+19
1993-12-22(main): Cast alloca result to char * to avoid warning.Jim Wilson1-1/+1
1993-12-22(find_splittable_givs): For rewritting illegal initJim Wilson1-2/+15
1993-12-22(chainon): Detect more circularities.Richard Kenner1-5/+9
1993-12-22(main): Move declarations of SIZE and TOTAL to where they won't cause "unused...Richard Kenner1-4/+5
1993-12-22(compiler_version): New variable.Richard Kenner1-12/+33
1993-12-22(gcc.o): Define DEFAULT_TARGET_VERSION.Richard Kenner1-0/+1
1993-12-22(strip_off_ending): Strip off ".cpp" extension.Richard Kenner1-0/+2
1993-12-22(main): Strip off ".cpp" extension.Richard Kenner1-0/+6
1993-12-22(default_compilers): Treat ".cpp" as C++.Richard Kenner1-0/+1
1993-12-22(install-headers, install-headers-tar): Correctly handle directoriesRichard Kenner1-3/+3
1993-12-22(T_ST): New macro.Richard Kenner1-2/+19
1993-12-21(rpc/auth.h, rpc/xdr.h): Declare structures before using them in prototypes, ...Richard Kenner1-0/+60
1993-12-21(MD_FILE rule): Depend on $(MD_DEPS). Invoke $(MD_CPP).Richard Kenner1-5/+4
1993-12-21(FUNCTION_ARG_PASS_BY_REFERENCE): Also pass Pascal arrays by reference.Jim Wilson1-2/+4
1993-12-21(sched_analyze): For CALL_INSN followed by NOTE_INSN_SETJMP note...Jim Wilson1-13/+56
1993-12-21(replace_regs, case REG): Return copies of SUBREGs, toJim Wilson1-1/+8