platform/upstream/gcc.git
1993-08-03 Richard Stallmanentered into RCS
1993-08-02 Richard Kenner(subst): Move simple operations inside IF_THEN_ELSE...
1993-08-02 Richard Stallman(CLIB): Fix typo.
1993-08-02 Richard Stallman(substitute_address): In prototype, don't specify
1993-08-02 Richard Stallman(expand_call): Check properly for volatile function.
1993-08-01 Richard Stallman(ASM_OUTPUT_INTERNAL_LABEL, ASM_GENERATE_INTERNAL_LABEL...
1993-08-01 Richard Stallman(PIC_CASE_VECTOR_ADDRESS): Defined.
1993-08-01 Richard Stallman(do_tablejump): Use PIC_CASE_VECTOR_ADDRESS if defined.
1993-08-01 Richard StallmanCall default_conversion for NAME.
1993-07-31 Richard Stallman(process_init_element): Treat string constants specially
1993-07-31 Richard Stallman(digest_init): Finish getting rid of tail.
1993-07-30 Richard Kenner(fold...
1993-07-30 Richard Kenner(mult_is_very_cheap): Delete.
1993-07-30 Richard KennerRemove change of July 21.
1993-07-30 Richard Kenner(expand_return): Don't use jumps for "return x == y...
1993-07-30 Richard Stallman(push_init_level): For braces around scalar, just warn.
1993-07-30 Richard Stallman(ffssi2 and ffshi2 recognizers): Generate unique labels...
1993-07-29 Richard Kenner(copy_rtx_and_substitute, case LABEL_REF): If we turn off
1993-07-29 Richard Stallman(CC, OLDCC): Deleted.
1993-07-29 Richard Stallman[__HIGHC__]: Include alloca.h.
1993-07-29 Richard Stallman(convert_to_integer): Don't pass truncate into ABS_EXPR.
1993-07-29 Richard StallmanFix typo in last change.
1993-07-29 Richard Stallman(compare): Add ./ in tail command.
1993-07-28 Richard Kenner(copy_for_inline, case LABEL_REF): Properly copy LABEL_...
1993-07-28 Richard Kenner(expand_return): Set TREE_SIDE_EFFECTS on MODIFY_EXPR.
1993-07-28 Richard Kenner(iterator_loop_{pro,epi}logue): Set TREE_SIDE_EFFECTS...
1993-07-28 Michael MeissnerUse SUBTARGET_OVERRIDE_OPTIONS instead of OVERRIDE_OPTIONS.
1993-07-28 Richard Stallman(expand_expr, case ADDR_EXPR): Treat CONCAT like REG.
1993-07-28 Jim Wilson(simple_if, if_prefix, stmt): Undo Jul 7 change.
1993-07-28 Jim Wilson(libgcc.a): Do `chmod +w *' between two ar commands.
1993-07-28 Jim Wilson(shift_operand): New function.
1993-07-28 Jim WilsonInitial revision
1993-07-28 Jim Wilson(strength_reduce): Don't ignore a giv that depends...
1993-07-28 Jim Wilson(STARTFILE_SPEC): Define.
1993-07-28 Jim Wilson(ALLOCA): Define.
1993-07-28 Richard Stallman(start_function): Warn if volatile fn returns non-void.
1993-07-28 Jim Wilson(INITIAL_FRAME_POINTER_OFFSET): Negate, and subtract...
1993-07-28 Jim Wilson(schedule_block): Do not emit line number notes before...
1993-07-28 Jim Wilson(assemble_variable): Flag_no_common applies only if
1993-07-28 Jim WilsonAdd new parameter to move_block_from_reg calls.
1993-07-28 Jim Wilson(function_arg): Shift all structures less than 4 bytes,
1993-07-28 Jim Wilson(assign_parms): Pass extra argument SIZE to move_block_...
1993-07-28 Jim Wilson(move_block_from_reg): Add new argument to prototype.
1993-07-28 Jim Wilson(move_block_from_reg): New argument SIZE.
1993-07-28 Jim Wilson(expand_call): For unaligned arguments on
1993-07-28 Doug Evansexpmed.c (store_split_bitfield): Fix handling of bitfie...
1993-07-28 John HasseyInitial revision
1993-07-27 Per BothnerDefine STMP_FIXPROTO to empty for cross.
1993-07-27 Per BothnerPass '-' to tr as the 1-character range '---'.
1993-07-27 Per BothnerDisable obnoxious warning message.
1993-07-27 Per Bothnerpatch-header.c (read_scan_file): Minor re-write to...
1993-07-27 Per Bothner* Makefile.in (patch-header): Use $(HOST_OBSTACK).
1993-07-27 Richard Kenner(optimize_bit_field_compare): Preserve volatility of...
1993-07-27 Richard Stallman(assign_parms): Don't copy too much when extending...
1993-07-27 Richard Stallman(ASM_DECLARE_OBJECT_NAME): Don't make a .size if the...
1993-07-27 Richard Stallman(CLIB): removed -lc_s and added -lmalloc.
1993-07-27 Richard Stallman(DBX_DEBUGGING_INFO): Remove this to let gcc deals...
1993-07-27 Richard Stallman(CPP_PREDEFINES): added -D_POSIX_SOURCE -D_XOPEN_SOURCE...
1993-07-27 Richard Stallman(_WCHAR_T_H): Test this and define this.
1993-07-27 Richard Stallmanentered into RCS
1993-07-27 Richard Stallman(set_init_index): Add pedantic warning.
1993-07-27 Richard Stallman(assemble_variable): For array whose size comes from...
1993-07-27 Richard Kenner(fold, case EQ_EXPR): Remove code that converts mod...
1993-07-26 Richard Stallman(simplify_shift_const): Inhibit hacks based on
1993-07-26 Richard Stallman(main): When -W sets warn_uninitialized, avoid later...
1993-07-26 Richard Stallman(__main): Use macro SYMBOL__MAIN instead of invoking...
1993-07-26 Richard Stallman(expand_main_function): Likewise.
1993-07-26 Richard Stallman(NAME__MAIN, SYMBOL__MAIN): Add default definitions.
1993-07-26 Richard Kenner(strip_off_ending): Allow .ad* for Ada.
1993-07-26 Bill CoxFix print_lang_decl and print_lang_type function headers.
1993-07-26 Per BothnerAdd fixproto support.
1993-07-26 Per BothnerInitial revision
1993-07-26 Per BothnerInitial revision
1993-07-25 Richard Stallman(movstrictqi): Change q<-g alternative to q<-m.
1993-07-24 Richard Stallman(emit_move_insn_1): For complex stack push, don't use...
1993-07-24 Per BothnerFix some AIX and NeXT problems.
1993-07-24 Richard Stallman(mark_loop_jump): Handle weird cases like jumping to...
1993-07-24 Richard Stallman(start_init): Second arg is now a tree.
1993-07-23 Doug EvansFix typo.
1993-07-23 Doug Evans* c-tree.h: Fix prototypes for print_lang_decl, print_l...
1993-07-23 Richard Stallman(cast_expr): Use new initializer parsing functions.
1993-07-23 Richard StallmanDeclare the new initializer parsing functions.
1993-07-23 Richard Stallman(output_init_element): Now static.
1993-07-23 Richard Stallman(output_constant_def_contents): New function.
1993-07-23 Richard StallmanOutput most constructors an element at a time.
1993-07-23 Richard Stallman(rest_of_decl_compilation): Pass 0 as DONT_OUTPUT_DATA...
1993-07-23 Richard Stallman(main): Improve "No input files" error message.
1993-07-23 Richard Kenner(aggregate_value_p): An ARRAY_TYPE is also an aggregate.
1993-07-23 Richard Stallman(making LIB absolute): Just concat with $ORIG_DIR.
1993-07-23 Jeff Lawreorg.c (relax_delay_slots): Do not redirect a jump...
1993-07-23 John HasseyDon't use fldcr to serialize it is broken on the 88110...
1993-07-23 John HasseyDon't use fldcr to serialize it is broken on the 88110...
1993-07-22 Richard StallmanWhen fixing ftw.h, preserve remainder of
1993-07-21 Jim Wilson(expand_expr, COMPONENT_REF case): For unaligned object
1993-07-21 Jim Wilson(output_move_double): Only set highest_first if first...
1993-07-21 Jim Wilson(movdi+1): Delete & from r/i constraint.
1993-07-21 Jim Wilson(<ftw.h>): Don't apply specialized fixes to <ftw.h...
1993-07-21 Jim Wilson(nonlocal_label_list): New variable.
1993-07-21 Jim Wilson(CPP_SPEC): Define LANGUAGE_ASSEMBLY, not
1993-07-21 Jim Wilson(TARGET_SWITCHES): Recognize -m68851, -mno-68851,
next