aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
1994-07-02(dbxout_type_methods): Enable debugging info forJim Wilson1-0/+2
1994-07-02(yylex): Reject imaginary numbers when pedantic.Jim Wilson1-0/+4
1994-07-02(duplicate_decls): When make void* match char*, setJim Wilson1-0/+4
1994-07-02(clean): Delete LIB2FUNCS_EXTRA.Jim Wilson1-1/+2
1994-07-02(PREDICATE_CODES): Add cint8_operand.Jim Wilson1-0/+1
1994-07-02(FUNCTION_PROFILER, FUNCTION_BLOCK_PROFILER,Jim Wilson1-21/+20
1994-07-02(DEFAULT_WORD_SWITCH_TAKES_ARG): Add -isystem.Jim Wilson1-1/+2
1994-07-02(expand_divmod): Always return gen_lowpart (mode, ...).Torbjorn Granlund1-8/+5
1994-07-01reorg.c (make_return_insns): Make sure redirecting a jump to a RETURN insn do...Jeff Law1-2/+7
1994-07-01(jump_optimize): Don't convert if (foo) x++ into an add of an sccRichard Kenner1-0/+2
1994-07-01(initelt): The equal sign is optional when positioning to a singleRichard Kenner1-0/+3
1994-07-01Update last change.Richard Kenner1-1/+2
1994-07-01(push_init_level): If not at "unfilled" position, setRichard Kenner1-0/+4
1994-07-01(arm umul_ppm): Fix typos in last change.Richard Earnshaw1-17/+17
1994-07-01(compile_file): Pass through static consts and inlinesJason Merrill1-24/+46
1994-07-01Update copyright notice.Richard Kenner1-2/+2
1994-07-01If GNUC, include alloca.h, else declare alloca.Richard Kenner1-3/+5
1994-07-01(FUNCTION_EXTRA_PROLOGUE): New macro.Richard Kenner1-0/+7
1994-07-01Test for _AM29K and _IBMR2, not ___AM29K__ and ___IBMR2__.Torbjorn Granlund1-112/+292
1994-07-01(expand_divmod): Put OP0 in a register when computingTorbjorn Granlund1-3/+4
1994-07-01(expand_divmod): Don't set REG_NOTES unless we generated a quotient.Richard Kenner1-5/+8
1994-06-30(do_spec_1, case 'P'): Don't add underscores to macros starting withRichard Kenner1-2/+4
1994-06-30(umulsi3_highpart, smulsi3_highpart): Fix constraint for operand 0 inRichard Kenner1-4/+4
1994-06-30Wrap <time.h> and <sys/time.h> to avoid multiple inclusion errors.Ian Lance Taylor1-0/+18
1994-06-30incremented objc_version iff using gnu runtime.Kresten Krab Thorup1-1/+1
1994-06-30This patch makes selectors in the Objective-C language be pointers to a struc...Kresten Krab Thorup15-420/+729
1994-06-30(read:, write:, streamVersion:):Kresten Krab Thorup1-10/+8
1994-06-30objc-act.c (get_proto_encoding, [...]): New fucnctions.Kresten Krab Thorup1-34/+178
1994-06-30(INITIAL_ELIMINATION_OFFSET): Check frame_pointer_needed when eliminatingRichard Earnshaw1-1/+1
1994-06-30(c_build_type_variant): Remove last change; instead, copy TYPE if notRichard Kenner1-6/+16
1994-06-30(end_final,profile_function): Profiling variables are size of pointer,Richard Kenner1-3/+3
1994-06-30(lang_options): Add -W{no-,}non-virtual-dtor.Jason Merrill1-0/+2
1994-06-30some changes from gb.Gerald Baumgartner5-45/+114
1994-06-30Restore to rcs version 1.59 (1.60 is an empty file).Doug Evans1-0/+3059
1994-06-30remove cygnus FSF differenceMike Stump1-2/+0
1994-06-3042nd Cygnus<->FSF mergeMike Stump10-97/+239
1994-06-29(basic_induction_var, case REG): Allow previous insn to set a SUBREGRichard Kenner1-1/+6
1994-06-29(LIB_SPEC): If -pg, add -lprof2.Richard Kenner1-3/+53
1994-06-29(end_final,profile_function): Profiling variables are size of pointer,Richard Kenner1-3059/+0
1994-06-29Add new pattern for double-add when have reg + frame pointer.Richard Kenner1-5/+64
1994-06-29(FRAME_POINTER_REGNUM): Now register 63.Richard Kenner1-26/+37
1994-06-29(alpha_sa_size): Round size to 16-byte boundary.Richard Kenner1-96/+81
1994-06-29(reload): Can't eliminate if frame pointer needed and TO is stack pointer.Richard Kenner1-7/+21
1994-06-29(global_alloc): Make a more accurate attempt to see if the frame pointer will...Richard Kenner1-8/+13
1994-06-29(movqi): Add missing `DONE'.Richard Kenner1-2/+3
1994-06-29sp64-elf: (PTRDIFF_TYPE): Remove dependence on POINTER_SIZE.Doug Evans1-8/+2
1994-06-29sparc.h (CPP_SPEC): Split up v9/non-v9 stuff.Doug Evans1-18/+20
1994-06-29Always put 1 space after the macro expansion in ANSI mode.Michael Meissner1-0/+8
1994-06-29(simplify_set): Evaluate HAVE_conditional_move at runtime.Doug Evans1-3/+3
1994-06-29(expand_mult): Generalize to call synth_mult also for OP1 - 1.Torbjorn Granlund1-289/+1024