aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
1994-04-10pa-ghiux.h (LIB_SPEC): Remove last change until we've got the go ahead from H...Jeff Law2-2/+2
1994-04-09(rs6000_convert_preincs): New function.Richard Kenner1-0/+28
1994-04-09(FINAL_PRESCAN_INSN): Define.Richard Kenner1-2/+10
1994-04-09(mulhi3): Use SImode for MULT RTL.Richard Kenner1-3/+3
1994-04-09(fold): Avoid exponential work when simplifying conditionalRichard Kenner1-1/+2
1994-04-09Initial revisionRichard Kenner2-0/+167
1994-04-09Include <mach.h>, not <mach/mach.h> for NeXTStep 2.1.Richard Kenner1-2/+5
1994-04-09Add ns* as operating systems; default to ns2 for NeXT.Richard Kenner1-2/+8
1994-04-09(force_to_mode, case ROTATE): Don't assume simplify_binary_operation always r...Richard Kenner1-1/+3
1994-04-09(unitialized_vars_warning, setjmp_args_warning): Reword warning to beRichard Kenner1-3/+3
1994-04-09(convert_arguments): Truncate and reextend for PROMOTE_PROTOTYPES soRichard Kenner1-10/+0
1994-04-09(STRUCT_VALUE{,_INCOMING,_REGNUM}): Redefine for calling conventionsRichard Kenner1-1/+6
1994-04-09(reload_conflicts): Rewrite to clean up and fix numerous bugs; move toRichard Kenner1-94/+62
1994-04-09(duplicate_decls): Put new type in same obstack as old ones, orRichard Kenner1-0/+13
1994-04-08Fix typo in comment of last change.Richard Kenner1-1/+1
1994-04-08(fold, case GT_EXPR): Simplify X < (1 << Y) into X >> Y == 0.Richard Kenner1-0/+24
1994-04-08Remove previous Berg change.Richard Kenner4-5/+20
1994-04-08Add support for -membedded-picIan Lance Taylor3-12/+156
1994-04-0831th Cygnus<->FSF merge.Mike Stump21-841/+1117
1994-04-07(emit_library_call_value): Move is_const set after ifdef.Jim Wilson1-3/+3
1994-04-06(expand_builtin, case BUILT_IN_NEXT_ARG): Test whether an argunmentRichard Kenner1-11/+18
1994-04-06(discard_comments): Replace comments with a single space.Jim Wilson1-2/+4
1994-04-06(USER_H): Add $(srcdir)/ before every ginclude use.Jim Wilson1-5/+8
1994-04-06(emit_library_call_value): New variable is_const.Jim Wilson1-1/+6
1994-04-06Add -f[no-]vtable-thunks (for C++).Per Bothner1-0/+2
1994-04-06(finish_decl): Correct typo in use of tree_int_cst_sgn.Jim Wilson1-1/+4
1994-04-06Add define_split to simplify "(unsigned) x > 0xffffff".Richard Kenner1-0/+24
1994-04-06Add ... to set current_function_varargs.Richard Kenner3-3/+3
1994-04-06(function_cannot_inline_p): Use current_function_varargs.Richard Kenner1-3/+1
1994-04-06(struct function): New field for current_function_varargs.Richard Kenner1-1/+2
1994-04-06(expand_builtin): Allow builtin_next_arg for varargs functions asRichard Kenner1-3/+3
1994-04-06(push_function_context): Use current_function_varargs.Richard Kenner1-7/+10
1994-04-06(lang_options): Group and alphabetize some options.Richard Kenner1-44/+48
1994-04-06(warn_missing_declarations): New variable.Richard Kenner1-1/+23
1994-04-06(lang_options): Add -Wmissing-declarations.Richard Kenner1-0/+2
1994-04-06(expand_function_start): Delay copying static chain.Richard Kenner1-1/+16
1994-04-06(emit_library_call): Move the invocation of prepare_call_address before the a...Richard Kenner1-6/+6
1994-04-06(mark_target_live_regs): Avoid #ifdef HARD_REG_SET.Richard Kenner1-7/+3
1994-04-06(block_alloc): Avoid #ifdef HARD_REG_SET.Richard Kenner1-5/+1
1994-04-06(global_conflicts): Avoid #ifdef HARD_REG_SET.Richard Kenner1-5/+2
1994-04-06Avoid #ifdef HARD_REG_SET.Richard Kenner1-6/+2
1994-04-06(DEBUG_PRINT_REG): Fix printing of coprocessor regs in QImode.Richard Kenner1-5/+5
1994-04-06Round to multiple of sizeof(short) on sysV68.Richard Kenner2-0/+10
1994-04-06(update_headers): Copy stStatic symbols from the old local symbol table to th...Richard Kenner1-0/+33
1994-04-06(output_function_prologue): pea/move: Fix typos.Richard Kenner1-6/+26
1994-04-06(process_command): Minor white space cleanups to last patch.Doug Evans1-5/+5
1994-04-06(process_command): Add "include" prefix for [blah/]stageN.Doug Evans1-5/+9
1994-04-04pa-ghiux.h (LIB_SPEC): Link in /usr/lib/end.oJeff Law2-2/+2
1994-04-04(sdbout_begin_block): Don't output block for function level scope unless MIPS...Jim Wilson1-2/+18
1994-04-04(final_scan_insn): Pass new arg, block num, to sdbout_end_block.Jim Wilson1-1/+1