aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
1994-01-13Add 64 bit support.Jim Wilson1-0/+20
1994-01-13(cpu): Add r4600.Jim Wilson1-302/+1622
1994-01-13(enum cmp_type): Add 64 bit support.Jim Wilson1-154/+197
1994-01-13(dfhigh, dflow, sfhigh, sflow): New variables.Jim Wilson1-233/+606
1994-01-13(CPP_SPEC): Define __SIZE_TYPE__, __PTRDIFF_TYPE__, and __mips.Jim Wilson1-4/+5
1994-01-13(maybe_attribute): Allow multiple __attribute__ clauses on aRichard Kenner1-3/+3
1994-01-13(REG_CLASS_CONTENTS): Fix problems with last word of register set inRichard Kenner1-4/+13
1994-01-13Fix typo in -hiux* case.Richard Kenner1-2/+2
1994-01-12dbxout.c (dbxout_range_type): If the range has a base type (TREE_TYPE)...Per Bothner1-1/+1
1994-01-12(sqrtsf2, sqrtdf2): Change POWERPCSQR to PPCFPX.Richard Kenner1-5/+189
1994-01-12(MASK and TARGET): Change POWERPCSQR to PPCFPX to describe both fsqrtRichard Kenner1-9/+9
1994-01-12(rs6000_override_options): Change POWERPCSQR to PPCFPX.Richard Kenner1-15/+15
1994-01-11(output_prolog): Update debug reg map when we have -mkernel-registers.Richard Kenner1-0/+10
1994-01-11(fold, truth_andor): Don't apply distributive law when it would change evalua...Richard Kenner1-42/+50
1994-01-10Remove redundant prototype for gen_highpart.Richard Kenner1-4/+1
1994-01-10(assign_parms): Call gen_realpart and gen_imagpart instead ofRichard Kenner1-6/+6
1994-01-10(emit_move_insn_1): Call gen_realpart and gen_imagpart instead ofRichard Kenner1-2/+2
1994-01-10(gen_{real,imag}part): Extract value from CONCAT directly.Richard Kenner1-15/+7
1994-01-10(simplify_relational_operation): Don't do anything with CC0 inRichard Kenner1-3/+7
1994-01-10(protect_from_queue): If (MEM (QUEUED ...)), modify a new MEM insteadRichard Kenner1-9/+14
1994-01-10Update banner, reformat comments.Richard Kenner1-33/+22
1994-01-10(gcc.o, cccp.o): No longer define TOOLDIR.Richard Kenner1-3/+1
1994-01-10(make_decl_rtl): Call globalize_reg, not init_reg_sets_1.Richard Kenner1-4/+4
1994-01-10(globalize_reg): New function.Richard Kenner1-11/+30
1994-01-10(comparison_dominates_p): NE is dominated by LT, GT, LTU and GTU.Richard Kenner1-5/+5
1994-01-10(print_operand, case 'F'): If we have to do the last prolog insn, giveRichard Kenner1-2/+11
1994-01-10(exand_expr, case RTL_EXPR): Call new function preserve_rtl_expr_result.Richard Kenner1-1/+2
1994-01-10(preserve_rtl_expr_result): New function.Richard Kenner1-1/+29
1994-01-10(new_insn_dead_notes): Compare registers with rtx_equal_p.Jim Wilson1-1/+1
1994-01-10(SHELL): Define to /bin/bash.Jim Wilson1-0/+3
1994-01-10(Makefile, stmp-fixinc, deduced.h, stmp-fixproto):Jim Wilson1-4/+4
1994-01-09* pa.md (special indexed fpstores): Fix assorted typos.Jeff Law1-6/+41
1994-01-09(install-headers-cpio): Run cpio in include-dir.James Van Artsdalen1-1/+1
1994-01-09(follow_jumps): Don't follow tablejumps.James Van Artsdalen1-0/+6
1994-01-08(rest_of_compilation): jump_optimize can change max_reg_num so rerun reg_scanDoug Evans1-2/+5
1994-01-08(RTX_COSTS): Return actual costs for multiplication.Torbjorn Granlund1-6/+1
1994-01-04(sdbout_symbol): Handle variables at zero offset from frame pointer.Jim Wilson1-5/+10
1994-01-04(substitute_expr): Don't abort for RTL_EXPR and SAVE_EXPR; just doRichard Kenner1-2/+11
1994-01-03pa.md (andsi3): Use "?" instead of "!" to avoid losing in some cases.Jeff Law1-2/+2
1994-01-03(rest_of_compilation): Pass 1 for flag_before_jump firstTorbjorn Granlund1-1/+1
1994-01-03(thread_jumps): Don't thread to loop label; create new label before loop inst...Torbjorn Granlund1-5/+17
1994-01-03(build_binary_op, case *_DIV_EXPR): Use same shortenTorbjorn Granlund1-3/+11
1994-01-03(truth_value_p): New function.Richard Kenner1-8/+51
1994-01-02(simplify_relational_operation): Correct declaration of variablesRichard Kenner1-2/+3
1993-12-31(main): Turn on -fomit-frame-pointer if it is safe.Richard Kenner1-0/+8
1993-12-31(CAN_DEBUG_WITHOUT_FP): Define.Richard Kenner1-6/+4
1993-12-31Define CAN_DEBUG_WITHOUT_FP; delete OPTIMIZATION_OPTIONS.Richard Kenner9-113/+16
1993-12-31(OPTIMIZATION_OPTIONS): Just turn on machine-specific opts.Richard Kenner1-2/+4
1993-12-31Delete OPTIMIZATION_OPTIONS.Richard Kenner1-13/+0
1993-12-31Define NO_FUNCTION_CSE and CAN_DEBUG_WITHOUT_FP; deleteRichard Kenner1-10/+8