gcc.git
1994-07-30 Richard Kenner(print_operand): Integer CONST_DOUBLE is DImode.
1994-07-30 Richard Kenner(PRINT_OPERAND): Integer CONST_DOUBLE is DImode.
1994-07-30 Richard Kenner(reg_or_0_operand): Integer CONST_DOUBLE is DImode.
1994-07-30 Richard Kenner(PRINT_OPERAND): Integer CONST_DOUBLE is DImode.
1994-07-30 Richard Kenner(fold_rtx, case MEM): Surround TRUNCATE for jump table...
1994-07-30 Richard Kenner(tablejump): Rework to look like normal add but verify...
1994-07-30 Richard Kenner(CASE_VECTOR_PC_RELATIVE): Define.
1994-07-29 Richard Kenner(finish_decl): Preserve initialializer if iterator.
1994-07-29 Richard Kenner(bc_output_constructor): Return type now rtx.
1994-07-29 Richard Kenner(change_main_variant): Return type now void.
1994-07-29 Richard Kenner(write_{l,r}brac): Specify return type of int.
1994-07-29 Richard Kenner(bc_sym_write): Change %d to %lu in printf calls.
1994-07-29 Richard KennerAdd declaration of ctime.
1994-07-29 Richard Kenner(expand_function_start): Initialize VALUE_ADDRESS.
1994-07-29 Richard Kenner(build_unary_op, case *INCREMENT_EXPR): Add size in...
1994-07-29 Richard Kenner(tst?f): Use CONST0_RTX instead of incorrect call to
1994-07-29 Richard Kenner(move_block_to_reg): Do nothing if NREGS == 0.
1994-07-29 Richard Kenner(special_symbol, do_xifdef): Don't access value.defn...
1994-07-29 Jason Merrill(DO_GLOBAL_CTORS_BODY): Reverse order of execution
1994-07-29 Jason MerrillReverse order of execution of
1994-07-28 Richard Kenner(output_decl...
1994-07-28 Richard Kenner(expand_expr, case CONJ_EXPR): Use correct mode for...
1994-07-28 Richard Kenner(extv, extzv): In patterns that will use movb and movw...
1994-07-28 Richard Kenner(expand_binop, case MULT [complex]) Fix typo.
1994-07-28 Richard Kenner(FUNCTION_VALUE): New override.
1994-07-28 Richard Kenner*** empty log message ***
1994-07-28 Richard Kenner(compare_spill_regs): Simplify and return zero if regis...
1994-07-28 Richard Kenner(c-lex.o, distdir-start): Depend on $(srcdir)/c-gperf...
1994-07-28 Jason Merrill#undef PCC_STATIC_STRUCT_RETURN
1994-07-28 Jason Merrill#define NO_IMPLICIT_EXTERN_C
1994-07-28 Doug Evans(LIBGCC2_CFLAGS): Undo last patch. HAVE_ATEXIT is defin...
1994-07-28 Kresten Krab... removed declaration of bzero
1994-07-28 Richard Kenner(finish_struct): Don't look at alignment of error_mark_...
1994-07-28 Richard Kenner(try_combine): Don't make a MULT if none of the insns...
1994-07-28 Richard Kenner(expand_mult): Properly set ADD_TARGET for add_variant.
1994-07-28 Richard Kenner(INITIAL_ELIMINATION_OFFSET): Properly compute offset...
1994-07-27 Richard Kenner(ASM_OUTPUT_ASCII): Fix bug when first character of...
1994-07-27 Ian Lance TaylorChange i860 in #if to __i860__, as with other CPUs
1994-07-27 Richard Kenner(expand_divmod): Don't make REG_NOTE if last insn's...
1994-07-26 Richard Kenner(expand_expr, case ARRAY_REF): Don't fold L"foo"[2].
1994-07-26 Jim Wilson(process_init_element): Do not call push_init_level
1994-07-26 Jim Wilson(NO_IMPLICIT_EXTERN_C): Define.
1994-07-25 Michael MeissnerAdd BSDI support.
1994-07-22 Doug Evans(andhi3, iorhi3, xorhi3): Change constraint on operand...
1994-07-22 Michael MeissnerDJ patches for MSDOS
1994-07-22 Michael MeissnerDefine NO_IMPLICIT_EXTERN_C
1994-07-22 Steve Chamberlain*** empty log message ***
1994-07-21 Jim Wilson(build_module_descriptor): Don't set DECL_EXTERNAL on
1994-07-21 Jim Wilson(simplify_rtx): For (not (xor X C)) generate new rtx
1994-07-21 Jim Wilson(start_function): If old_decl is NULL, then set it...
1994-07-21 Jim Wilson(fold): Don't fold X-X to 0 if X is floating point
1994-07-21 Doug Evans(stmp-multilib): Rework to handle make -n.
1994-07-20 Doug Evans(clean): Remove multilib build dirs.
1994-07-20 Doug Evans(print_operand, default case): Handle SFmode regs.
1994-07-19 Jim Wilson(call_operand): Use symbolic_operand not CONSTANT_P.
1994-07-19 Jim Wilson(call*): Use symbolic_operand not immediate_operand.
1994-07-19 Jim Wilson(rest_of_compilation): Clear DECL_ABSTRACT_ORIGIN if
1994-07-19 Jim Wilson(process_command): When have -BstageN option, pass...
1994-07-19 Jim Wilson(find_reg): Store divide results in temporary variables.
1994-07-19 Jim Wilson(move_movables): Aviod lossage when CALL_INSN_FUNCTION_...
1994-07-19 Ian Lance TaylorRework required loop to avoid crash on decstation
1994-07-18 Doug Evans(LIBGCC2_CFLAGS): Define HAVE_ATEXIT.
1994-07-17 Jason Merrill*** empty log message ***
1994-07-16 Doug EvansAdd libgcc copyright.
1994-07-14 Richard KennerInitial revision
1994-07-14 Richard Kenner(force_reg): Don't make a REG_EQUAL note for an insn...
1994-07-13 Richard Kenner(distdir-start): Make tmp/ginclude and copy its files.
1994-07-13 Richard Kenner(gcc.xtar.gz): Add --best.
1994-07-13 Torbjorn Granlund(expand_divmod, case CEIL_DIV_EXPR): Handle emit_store_...
1994-07-13 Jim Wilson(store_field): Set MEM_IN_STRUCT_P on object and
1994-07-13 Richard Kenner(decode_field_reference): Merge operand of a BIT_AND_EX...
1994-07-13 Stan CoxMake dwarf debugging info the default.
1994-07-13 Richard KennerRemove last change.
1994-07-13 Jason Merrill(grok_reference_init): Always save the initializer...
1994-07-13 Jason Merrill#if -0 out TYPE_NEEDS_CONSTRUCTING
1994-07-13 Jason MerrillAvoid warning building this file
1994-07-13 Jason Merrill*** empty log message ***
1994-07-13 Torbjorn Granlund(USE_C_ALLOCA): Define.
1994-07-13 Jason Merrilltree.h (TYPE_NEEDS_CONSTRUCTING): New macro.
1994-07-13 Richard KennerInclude stdarg.h before stdio.h.
1994-07-13 Jim Wilson(pushdecl): Don't call lookup_name_current_level_global...
1994-07-13 Jim Wilson(getpwd): Declare.
1994-07-13 Richard Earnshaw({save,restore}_stack_nonlocal): Delete.
1994-07-13 Richard Earnshaw(FRAME_POINTER_REQUIRED): Always true if the function...
1994-07-12 Jeff Lawpa.h (GO_IF_LEGITIMATE_ADDRESS): Only allow immediate...
1994-07-12 Richard Kenner(ashlsi3, lshrsi3, ashrsi3): Only output low-order...
1994-07-12 Richard Kenner(find_reloads): Don't try to call force_const_mem on...
1994-07-12 Jim Wilson(record_dead_and_set_regs_1): Can only handle SUBREG
1994-07-12 Jim Wilson(FUNCTION_BLOCK_PROFILER, BLOCK_PROFILER): Define.
1994-07-12 Jim WilsonDelete obsolete comment.
1994-07-12 Richard Kenner(allocate_dynamic_stack_space): Fix typo.
1994-07-12 Jim Wilson(end_final): Store full path name in .d file not just...
1994-07-12 Richard Kenner(fold, case MULT_EXPR): If arg is an unsigned CEIL_DIV_...
1994-07-12 Richard Kenner(ashldi3): Update pattern for (sign_extend (ashift...
1994-07-12 Michael MeissnerIf OSF/rose, make -pic-extern always do shared libs...
1994-07-12 Richard Earnshaw(matcher for SFmode inequality comparison): Use cmfe...
1994-07-12 Richard Earnshaw(PREDICATE_CODES): Add reversible_cc_register.
1994-07-12 Richard Earnshaw(reversible_cc_register): New function.
1994-07-12 Richard Kenner(round_push, allocate_dynamic_stack_space): Avoid using...
1994-07-12 Richard Earnshaw(dbxout_source_file): Increment source_label_number...
next