OSDN Git Service

* Makefile.in: Update.
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
2001-11-09 neil * Makefile.in: Update.
2001-11-09 rth * dwarf2asm.c (dw2_force_const_mem): Invoke...
2001-11-09 ghazi * pa/elf.h (ASM_DECLARE_FUNCTION_NAME,
2001-11-09 ghazi * clipper.h (ASM_OUTPUT_REG_POP): Fix typo.
2001-11-09 geoffk * tree.h (TYPE_VOLATILE): Trap use not on TYPEs.
2001-11-09 geoffk * flow.c (insn_dead_p): Allow for AUTO_INC notes all...
2001-11-09 geoffk * config/stormy16/stormy16.h (ASM_SPEC): Revert last...
2001-11-09 geoffk * config/stormy16/stormy16.c (xstormy16_expand_casesi):
2001-11-09 kenner * alias.c (nonoverlapping_memrefs_p): New function.
2001-11-09 kenner * emit-rtl.c (set_mem_attributes): Get alignments...
2001-11-09 aldyh2001-11-09 Aldy Hernandez <aldyh@redhat.com>
2001-11-09 rth * config/mips/mips.c (mips_output_conditional_b...
2001-11-09 law * config/pa/milli64.S: Use %r25 and %r0 instead...
2001-11-09 law * pa.md (mulsi3): Remove PA64 hack to work...
2001-11-09 zack * doc/invoke.texi: Remove comment referring...
2001-11-09 kazu * config/convex/convex.c: Fix comment formatting.
2001-11-09 zack * Makefile.in (.po.pox): Look both in srcdir and builddir
2001-11-09 clm * m32r.c: Add support for m32rx processor.
2001-11-09 jakub * config/sparc/sparc.md (movdf): Avoid calling validiz...
2001-11-09 gerald * doc/install.texi2html: Use $MAKEINFO --no-split.
2001-11-09 schwab * Makefile.in ($(HOST_PREFIX_1)rtl.o,
2001-11-09 hjl2001-11-09 H.J. Lu <hjl@gnu.org>
2001-11-09 neil * c-lang.c (LANG_HOOKS_NAME): New.
2001-11-09 wehle * fold-const.c (lshift_double): Honor PREC.
2001-11-09 kazu * config/1750a/1750a.c: Fix comment formatting.
2001-11-09 dj* configure.in (--enable-languages): Be more permissive...
2001-11-09 rth * dwarf2asm.c (dw2_force_const_mem): Fix typo.
2001-11-09 geoffkIn ChangeLog:
2001-11-08 kenner * reload1.c (reload): Don't delete equiv insn if can...
2001-11-08 kenner * expr.c (emit_block_move): If X is readonly emit...
2001-11-08 law * pa.c (emit_move_sequence): Fix SUBREG express...
2001-11-08 jakub * cfgrtl.c (purge_dead_edges): Remove REG_EH_REGION...
2001-11-08 kenner * explow.c (convert_memory_address, case SUBREG):...
2001-11-08 rth * Makefile.in (GCC_FOR_TARGET): Add build_toold...
2001-11-08 aldyh * rs6000.h (ASM_CPU_SPEC): Add -maltivec.
2001-11-08 jakub * dwarf2out.c (debug_str_hash): New.
2001-11-08 dj* configure.in: Add AC_ARG_PROGRAM to support program...
2001-11-08 rth * config/mips/mips.c (save_restore_insns):...
2001-11-08 neil * cp/decl.c (shadow_warning): New function.
2001-11-08 rth * config/fp-bit.h (usi_to_float): Define for...
2001-11-08 danglin * pa.md (negdf2, negsf2): Use multiplication rather...
2001-11-08 greenSomebody forgot a >>>>>>>>
2001-11-08 jakub * dwarf2asm.c (mark_indirect_pool_entry, mark_indirect...
2001-11-07 aldyh * config/rs6000/rs6000.h (REG_ALLOC_ORDER): Add vrsave.
2001-11-07 neil * c-decl.c (pushdecl): Remove file and line.
2001-11-07 aldyh * darwin.h (ROUND_TYPE_ALIGN): Change BIGGEST_ALIGNMEN...
2001-11-07 aldyhforgot cl entries
2001-11-07 dberlin2001-11-07 Daniel Berlin <dan@cgsoftware.com>
2001-11-07 jsm28 * doc/gcc.texi: Move terminology and spelling conventi...
2001-11-07 grahams * cse.c (cse_insn): Emit BARRIER after unconditional...
2001-11-07 hubicka * expmed.c (expand_mult): Force operand to register...
2001-11-07 rth * config/alpha/elf.h (DO_SELECT_SECTION): TREE_...
2001-11-07 rth * gcov.c (output_data): Use IS_ABSOLUTE_PATHNAME to
2001-11-07 rth * unwind-dw2.c (execute_cfa_program): Evaluate...
2001-11-07 rth * loop.c (loop_regs_scan): Don't invalidate...
2001-11-06 echristo2001-11-06 Eric Christopher <echristo@redhat.com>
2001-11-06 neil * alias.c:: Include langhooks.h.
2001-11-06 jsm28 * doc/install.texi: Document that configure options...
2001-11-06 kenner * rtl.h (mem_for_const_double): New declaration.
2001-11-06 kenner * config/alpha/alpha.h (SECONDARY_MEMORY_NEEDED):...
2001-11-06 kenner * expr.c (store_field): When making temp object for...
2001-11-06 jsm28 * c-common.c (c_expand_expr_stmt): Apply default conve...
2001-11-06 zack * aclocal.m4: (AM_WITH_NLS): Don't look at ALL_LINGUAS.
2001-11-06 geoffk * config/rs6000/rs6000.c (rs6000_select_section):...
2001-11-05 neil * c-decl.c (delete_block): Remove.
2001-11-05 neil * cppexp.c (lex, parse_defined): Update warning about...
2001-11-05 geoffk * config/rs6000/rs6000.c (rs6000_select_section):...
2001-11-05 nickcCope with int_size_in_bytes returning -1.
2001-11-05 nickcHandle a NULL DECL being passed to ASM_OUTPUT_ALIGNED_D...
2001-11-05 hubicka * Makefile.in (bb-reoder.o): Add depdendency on cfglay...
2001-11-04 dje2001-11-04 Alan Modra <amodra@bigpond.net.au>
2001-11-04 ghazi * arm/aof.h (aof_text_section, aof_data_section):...
2001-11-04 neil PR c/2820
2001-11-04 kenner * config/sparc/sparc.c (sparc_emit_set_const32, GEN_HI...
2001-11-04 geoffk * unroll.c (calculate_giv_inc): Use find_last_value...
2001-11-04 geoffk * config/stormy16/stormy16.h (LIB_SPEC): Don't supply...
2001-11-04 geoffk * config/stormy16/stormy16.c (stormy16_print_operand...
2001-11-04 geoffk * config/stormy16/stormy16.c (stormy16_output_shift...
2001-11-04 geoffk * config/stormy16/stormy16.h (CONST_COSTS): Define.
2001-11-04 geoffk * config/stormy16/stormy16.h (ASM_SPEC): Pass -g to...
2001-11-04 geoffk * config/stormy16/stormy16.h (ASM_OUTPUT_MI_THUNK...
2001-11-04 jsm28 * ChangeLog.2, ChangeLog.4, ChangeLog.5, ChangeLog,
2001-11-04 ghazi * Makefile.in (dbxout.o): Depend on function.h.
2001-11-04 ghazi * convex.c (convex_output_function_prologue): Fix...
2001-11-04 ghazi * dwarf2asm.c (dw2_asm_output_pcrel): Mark parameters...
2001-11-04 ghazi * 1750a.h (EXTRA_SECTION_FUNCTIONS): Add prototype.
2001-11-04 aldyh2001-11-03 Aldy Hernandez <aldyh@redhat.com>
2001-11-03 hp * doc/invoke.texi (MMIX Options) <-mno-knuthdiv>:...
2001-11-03 hp * config.gcc (mmix-*-*): New target.
2001-11-03 kazu * config/sparc/linux-aout.h: Fix comment formatting.
2001-11-03 kenner * cselib.c (cselib_subst_to_values, case CONST_DOUBLE...
2001-11-03 kenner * expr.c (expand_expr, case ADDDR_EXPR): If at top...
2001-11-03 kenner * reload.c (combine_reloads): Don't combine an output...
2001-11-03 kenner * builtins.c (get_memory_rtx): Properly set MEM alias...
2001-11-03 jsm28 * doc/extend.texi, doc/gcc.texi, doc/install.texi...
2001-11-03 neil * c-decl.c (pushdecl): Move block inside if conditiona...
2001-11-02 aldyh * expr.c (convert_move): Use simplify_gen_subre...
2001-11-02 aldyh * expmed.c (store_bit_field): Use simplify_gen_...
2001-11-02 dj* config/rs6000/rs6000.c (rs6000_emit_move): Make sure...
2001-11-02 aldyhforgot changelog
next