platform/upstream/gcc.git
1992-09-19 Richard Stallman(initializer_constant_valid_p): Warn about address...
1992-09-19 Richard Stallman(exit): Declare _exit as volatile.
1992-09-19 Richard Stallman(assign_parms): Set MEM_IN_STRUCT_P right in stack...
1992-09-19 Richard StallmanDon't look for *.h symlinks if the host doesn't have...
1992-09-18 Roland McGrathentered into RCS
1992-09-18 Michael MeissnerAllow calls to absolute addresses.
1992-09-18 Tom Wood(load store patterns): Prepend loads and stores with...
1992-09-18 Tom Wood*** empty log message ***
1992-09-18 Tom Wood(PERFERRED_DEBUGGING_TYPE): Compute based on m88k_version.
1992-09-18 Tom Wood(m88k_volatile_code): New variable.
1992-09-18 Richard Stallman(install-common-headers): Don't copy byteorder.h.
1992-09-17 Richard StallmanDon't include-next if _LIBC_LIMITS_H_ defined.
1992-09-17 Richard Stallman(parse_escape): Diagnose '\x' with no digits.
1992-09-17 Richard StallmanComment added.
1992-09-17 Richard Stallman(SIGNED_CHAR_SPEC): Use #if rather than ?...
1992-09-17 Timothy MooreInitial revision
1992-09-17 Timothy Moore(SIZE_TYPE, PTRDIFF_TYPE, WCHAR_TYPE,
1992-09-17 Timothy Moore(FUNCTION_ARG_ADVANCE, FUNCTION_ARG): Fix double intege...
1992-09-17 James Van Artsdalen(print_operand): Don't abort if error: might have been...
1992-09-17 James Van Artsdalen(addsi3,ashlsi3): Handle the case where the stack point...
1992-09-17 Richard Stallman(parse_number): Warn about '9' in octal constants.
1992-09-16 Torbjorn Granlund(casesi): Use emit_jump_insn to emit casesi0 pattern.
1992-09-16 Michael Meissnerprint correct number of half-pic ptrs/refs for -mstats
1992-09-16 Michael MeissnerDo not fold constant comparisons
1992-09-16 Richard Stallman(rest_of_decl_compilation): Call `dwarfout_file_scope_d...
1992-09-16 Jim Wilson(EXINIT): Clear it to avoid problems with bad values.
1992-09-16 Jim Wilson(print_node): Don't print blank line for null fields...
1992-09-16 Jim Wilson(macroexpand): Don't output another error message if...
1992-09-16 Jim Wilson(grokparms): Copy parm list if it isn't permanent,
1992-09-16 Jim Wilson(only_leaf_regs_used): Check for global_regs.
1992-09-16 Jim Wilson(lang_identifier): Add limbo_value field for out of...
1992-09-16 Jim Wilson(print_lang_identifier): Print value of limbo field.
1992-09-15 Richard Stallman(yylex): Integer constant is unsigned for purposes of
1992-09-15 Richard Stallman(int_fits_type_p): Negative ints never fit unsigned
1992-09-15 Michael MeissnerDo cld before each string move/compare.
1992-09-15 Richard Stallman(va_arg): Cast ptr to void *, then to TYPE *.
1992-09-15 Richard Stallman(record_reg_classes): Ignore leading % when examining...
1992-09-15 Richard Stallman(ftell): Declaration deleted.
1992-09-14 Richard Stallman(parse_number): Diagnose integer constants that are...
1992-09-14 Richard Stallman(yylex): Warn about integers so large that they are...
1992-09-14 Richard Stallman*** empty log message ***
1992-09-13 Richard Stallman(exp): Detect signed integer overflow.
1992-09-13 Richard Stallman(expand_binop): Convert op1 of shift libcall to word_mode.
1992-09-13 Torbjorn GranlundClean up indentation.
1992-09-13 Torbjorn Granlund(compute_xdepi_operands_from_integer): New function.
1992-09-13 Torbjorn Granlund(output_and, output_ior): Declare.
1992-09-13 Torbjorn Granlund(several patterns): Make sure # of attribute alternativ...
1992-09-13 Timothy Moore*** empty log message ***
1992-09-12 Richard Stallman(yylex): If integer value overflows so highword is...
1992-09-12 Richard Stallman(__gcc_bcmp): New function, in cond on L__gcc_bcmp.
1992-09-12 Richard Stallman(va_alist): Supply `int' as the type to define it as.
1992-09-11 Richard Stallman(duplicate_decls): For file-scope redefinitions,
1992-09-11 Jeff Lawpa.md (non-[cf]branch define_delay): Use a single delay...
1992-09-11 Richard Stallman(build_binary_op): When checking shift widths, don...
1992-09-11 Richard Stallman(finish_struct): Don't assume that a target integer
1992-09-11 Richard Stallman(convert_to_integer): Don't pass truncation thru lshift...
1992-09-11 Richard Stallman(SIZE_TYPE): Defined.
1992-09-11 Richard StallmanComment changes.
1992-09-11 Richard Stallman(expand_binop): Fix typo, `mode' => `methods'.
1992-09-10 Timothy Moore*** empty log message ***
1992-09-10 Timothy Moore(main) Write declaration for const_num_delay_slots ().
1992-09-10 Timothy Moore(shorten_branches): Do shorten branches with delay...
1992-09-10 Michael MeissnerDo not allow memory->memory moves to be generated.
1992-09-10 Torbjorn Granlund(casesi): Add `&' to constraint for clobber operand.
1992-09-10 Richard Stallman(declare_function_name): Allow for anonymous function.
1992-09-10 Richard StallmanAdd comments.
1992-09-10 Richard Stallman(init_fixtab): Fix typo for fix_truncdfqi2.
1992-09-10 Richard Stallman(init_optabs): Use __gcc_bcmp, not real bcmp.
1992-09-10 Richard Stallman(mostlyclean): Delete xlimits.h.
1992-09-09 Richard Stallman(output_addr_const): If 2nd arg of MINUS is negative...
1992-09-09 Michael MeissnerFix va_arg for structures larger than 8 bytes.
1992-09-09 Richard Stallman(.nope): Really store into environ.
1992-09-09 Richard Stallman(build_index_type, build_index_2_type): Don't pass...
1992-09-09 Richard Stallman(convert_to_integer): When optimizing LSHIFT_EXPR and
1992-09-09 Richard StallmanDeclare gen_highpart.
1992-09-09 Richard Stallman(gen_highpart): New function.
1992-09-09 Richard Stallman(print_node): Handle BOOLEAN_TYPE and CHAR_TYPE.
1992-09-09 Richard Stallman(expand_expr): Support IN_EXPR.
1992-09-09 Richard Stallman(LIB2FUNCS): Add L__gcc_bcmp.
1992-09-09 Richard Stallman(layout_type): Caller must give size of FILE_TYPE.
1992-09-09 Richard Stallman(dbxout_type_fields): Handle nameless subrecords for...
1992-09-08 Richard Stallman(ASM_OUTPUT_OPCODE): Deleted.
1992-09-08 Mike StumpAdd BINFO_VPTR_FIELD definition.
1992-09-07 Brendan KehoeMoved constant_expression_warning into c-common.c.
1992-09-07 Richard Stallman(convert_for_assignment): Warn about constant integer
1992-09-07 Richard Stallman(duplicate_decls): Set DECL_INLINE in newdecl so it...
1992-09-07 Richard Stallman(FSGLMUL_USE_S): Defined.
1992-09-07 Richard Stallman(fsglmul pattern): If FSGLMUL_USE_S, opcode has .s...
1992-09-07 Richard Stallman(grokparms): Copy arg type list to savable obstack...
1992-09-07 Richard Stallman(check_case_value): Call constant_expression_warning.
1992-09-07 Richard Stallman(const_binop): Fix typo.
1992-09-07 Richard Stallman(main): No program should return the error_count!
1992-09-07 Richard Stallman(record_reg_class): For matching operands...
1992-09-07 Richard Stallman(simplify_binary_operation): For DIV by 0, do nothing.
1992-09-07 Jeff Lawpa.c (output_function_prologue): Undo Aug.
1992-09-07 Jeff Lawpa.md (indirect_jump): Annul the next instruction if...
1992-09-06 Torbjorn Granlund(MOVE_MAX): Define as 4.
1992-09-06 Torbjorn Granlund(hard_regno_mode_ok): Don't abort if unknown mode,
1992-09-06 Torbjorn Granlund(HARD_REGNO_MODE_OK): Allow BLKmode.
1992-09-06 James Van Artsdalen(cmpstrsi): Rewrite expander to handle operands correctly.
next