OSDN Git Service

(movstrictqi): Change q<-g alternative to q<-m.
[pf3gnuchains/gcc-fork.git] / gcc /
1993-07-25 rms(movstrictqi): Change q<-g alternative to q<-m.
1993-07-24 rms(emit_move_insn_1): For complex stack push, don't use...
1993-07-24 bothnerFix some AIX and NeXT problems.
1993-07-24 rms(mark_loop_jump): Handle weird cases like jumping to...
1993-07-24 rms(start_init): Second arg is now a tree.
1993-07-23 djeFix typo.
1993-07-23 dje * c-tree.h: Fix prototypes for print_lang_decl, print_...
1993-07-23 rms(cast_expr): Use new initializer parsing functions.
1993-07-23 rmsDeclare the new initializer parsing functions.
1993-07-23 rms(output_init_element): Now static.
1993-07-23 rms(output_constant_def_contents): New function.
1993-07-23 rmsOutput most constructors an element at a time.
1993-07-23 rms(rest_of_decl_compilation): Pass 0 as DONT_OUTPUT_DATA...
1993-07-23 rms(main): Improve "No input files" error message.
1993-07-23 kenner(aggregate_value_p): An ARRAY_TYPE is also an aggregate.
1993-07-23 rms(making LIB absolute): Just concat with $ORIG_DIR.
1993-07-23 law * reorg.c (relax_delay_slots): Do not redirect...
1993-07-23 hasseyDon't use fldcr to serialize it is broken on the 88110...
1993-07-23 hasseyDon't use fldcr to serialize it is broken on the 88110...
1993-07-22 rmsWhen fixing ftw.h, preserve remainder of
1993-07-21 wilson(expand_expr, COMPONENT_REF case): For unaligned object
1993-07-21 wilson(output_move_double): Only set highest_first if first reg
1993-07-21 wilson(movdi+1): Delete & from r/i constraint.
1993-07-21 wilson(<ftw.h>): Don't apply specialized fixes to <ftw.h>
1993-07-21 wilson(nonlocal_label_list): New variable.
1993-07-21 wilson(CPP_SPEC): Define LANGUAGE_ASSEMBLY, not
1993-07-21 wilson(TARGET_SWITCHES): Recognize -m68851, -mno-68851,
1993-07-21 wilsonNew file.
1993-07-21 wilson(OVERRIDE_OPTIONS, SUBTARGET_OVERRIDE_OPTIONS): Define.
1993-07-21 wilsonNew File.
1993-07-21 wilson(TARGET_SWITCHES): Add SUBTARGET_SWITCHES.
1993-07-21 wilson(sys/types.h sys/stdtypes.h): Delete newline before do.
1993-07-21 wilson(lynx): Recognize as vendor.
1993-07-21 wilson(link_command_spec): Move %{T*} after %{L*} and %D.
1993-07-21 wilson(ashldi3, lshrdi3): Obsolete, deleted.
1993-07-21 wilson(expand_binop): Synthesize double word shifts and rotat...
1993-07-21 rmsFinish last change.
1993-07-21 rms(is_ctor_dtor): Delete leading _'s from sym names
1993-07-21 meissnerDo not turn on -mhalf-pic if ELF.
1993-07-20 kennerAdd prototypes for static functions.
1993-07-20 rms(expand_increment): Convert constant subtract to add
1993-07-19 kennerAdd variants of call and call_value patterns for calls...
1993-07-19 kenner(ENCODE_SECTION_INFO): New macro.
1993-07-19 kenner(current_file_function_operand): New function.
1993-07-19 law * reorg.c (fill_simple_delay_slots): Try filling any...
1993-07-18 rms(c_expand_return): Set TREE_SIDE_EFFECTS for the MODIFY...
1993-07-18 rms(fold): Handle CONJ_EXPR.
1993-07-18 rms(expand_return): When expanding assignment into DECL_RE...
1993-07-18 kenner(init_function_start): Initialize trampoline_list here.
1993-07-18 rms(common_type): Use TYPE_MAIN_VARIANT when preferring
1993-07-18 rms(assemble_variable): Move debugging output calls
1993-07-18 rms(dbxout_symbol_location): Call in_text_section
1993-07-18 rms(synth_module_prologue): Call layout_type for the array
1993-07-17 rms(rest_of_compilation): If function is extern inline,
1993-07-17 rms(dwarfout_init): Report failure of getpwd.
1993-07-17 rms(LINK_LIBGCC_SPECIAL, SPACE_AFTER_L_OPTION)
1993-07-16 djeif [ "$os" ] --> if [ x"$os" != x"" ]
1993-07-15 rms(stdlib.h): Check carefully for definition of size_t.
1993-07-15 rms(build_c_cast): When casting to union, if value is...
1993-07-15 rms(reload): Don't free scratch_list or scratch_block...
1993-07-15 rms(CONCAT): New rtx code.
1993-07-15 rms(gen_lowpart_common, gen_highpart): Handle CONCAT.
1993-07-15 rms(expand_decl): Make a CONCAT, for decls of complex...
1993-07-15 rms(dbxout_symbol_location): Subroutine broken out from
1993-07-14 rmsDon't discard comment end characters on lines that
1993-07-14 rms(file): Fix size_t definition in stdlib.h as in types.h.
1993-07-14 law * pa.c (emit_move_sequence): Use cint_ok_for_move...
1993-07-14 law * pa-utahmach.h (CPP_PREDEFINES): Do not define HPUX_S...
1993-07-14 law * pa.md (uncond_branch): New type attribute. Explicit...
1993-07-14 law * pa.c (output_call): New function to output a functio...
1993-07-14 law * pa.h (TARGET_JUMP_IN_DELAY): New target flag to...
1993-07-14 jimb * config.sub: Add case for Bull dpx/2.
1993-07-13 meyering*** empty log message ***
1993-07-13 rms(ffssi2, ffshi2): Assume bsf produces
1993-07-12 eggert(convert_for_assignment): Use `convert_and_check',
1993-07-12 eggert(unsigned_conversion_warning): Just use `warning',
1993-07-12 rms(INITIALIZE_TRAMPOLINE): Add code to do an rei to clear...
1993-07-11 rms(output_move_double): Fix typos in Jun 28 change.
1993-07-11 rms(convert_arguments): Don't warn about sign change
1993-07-11 rmsFinish up previous change.
1993-07-11 rms(output_move_double): Do the low reg first,
1993-07-10 law * jump.c (jump_optimize): Correctly identify branches...
1993-07-10 rms(main): Allocate COLLECT_NAME string with xmalloc.
1993-07-10 rms(HARD_REG_ELT_TYPE): New unsigned type to
1993-07-10 rms(REGSET_ELT_TYPE): Make unsigned to avoid signed arithm...
1993-07-10 rmsCheck for symlinks being available in /tmp.
1993-07-10 rms(MY_ISCOFF, OBJECT_FORMAT_COFF, NO_SYS_SIGLIST): New...
1993-07-10 law * pa.md (dbra and movb patterns): Fix constraints...
1993-07-09 lawFix typos in last change.
1993-07-09 rms(clipper_builtin_saveregs): Changes to go with va-clipp...
1993-07-09 rmsMake var/stdargs compatible with apogee's acc.
1993-07-09 brendanCygnus<->FSF merge.
1993-07-09 djeMake `solaris' reflect the most recent major release.
1993-07-09 law * pa.md (default length define_attr): Lengths...
1993-07-09 law * pa.c (compute_movstrsi_length): Return length...
1993-07-09 law * pa.h (CASE_VECTOR_MODE): Change to DImode.
1993-07-09 law * pa.c (pa_adjust_insn_length): dbra and movb...
1993-07-09 law * pa.md (dbra pattern): Use output_dbra.
1993-07-09 law * pa.h (output_dbra, output_movb): Declare.
1993-07-09 rms(ASM_OUTPUT_OPCODE): Don't add .w suffix to jump insns.
next