Makefile.in (INSTALL_HEADERS): Add 'install-mkheaders'.
[gcc.git] / gcc / ChangeLog
2002-05-27 Geoffrey KeatingMakefile.in (INSTALL_HEADERS): Add 'install-mkheaders'.
2002-05-26 Marek Michalkiewiczavr-protos.h (avr_out_sbxx_branch): Declare.
2002-05-26 Jakub Jelinekcse.c (fold_rtx): Don't optimize if SUBREG changes...
2002-05-26 Andreas Jaeger* cfg.c (dump_flow_info): Remove extra argument to...
2002-05-26 Neil Boothcppexp.c (possible_sum_sign, [...]): Remove.
2002-05-26 Marek Michalkiewiczavr.c (avr_asm_only_p): New variable.
2002-05-26 Kazu Hirataalias.c: Fix formatting.
2002-05-26 Jan Hubickareload.c (find_valid_class): Accept new argument DEST...
2002-05-26 Andreas Jaegercombine.c (combine_instructions): Do not indent #if...
2002-05-26 Richard Hendersonc-pragma.c (apply_pragma_weak): Convert value identifie...
2002-05-26 Richard Hendersonsparc.c (sparc_output_mi_thunk): New implementation...
2002-05-25 Neil BoothMakefile.in (C_COMMON_H): Fix.
2002-05-25 Kazu Hiratatree.def: Fix typos.
2002-05-25 Richard Hendersonconfigure.in (HAVE_AS_TLS): Add ia64 test.
2002-05-25 Kazu Hirata* combine.c (simplify_set): Remove an unnecessary subreg.
2002-05-25 Marek Michalkiewiczavr.c (avr_handle_progmem_attribute): Handle TYPE_DECL.
2002-05-25 Gabriel Dos Reis* toplev.c (output_clean_symbol_name): Fix another...
2002-05-25 Roger Saylesimplify-rtx.c (simplify_gen_relational): Simplify...
2002-05-25 Gabriel Dos Reis* toplev.c (output_clean_symbol_name): Use xstrdup...
2002-05-25 Zack Weinbergconfig.gcc: Remove all stanzas for previously obsoleted...
2002-05-25 Richard Hendersonflags.h (TLS_MODEL_GLOBAL_DYNAMIC): Set to 1.
2002-05-25 Toshiyasu Moritalcm.c (optimize_mode_switching): Change bb used as...
2002-05-24 Richard Hendersonia64.c (ia64_reorg): Use update_life_info instead of...
2002-05-24 Jakub Jelinekre PR other/6782 (Specifing "-fverbose-asm" option...
2002-05-24 Neil Boothre PR preprocessor/6780 (Incorrect diagnosis of token...
2002-05-24 Jim Blandydwarf2out.c (dwarf2out_finish): Don't forget to emit...
2002-05-24 Richard Hendersonvarasm.c (asm_output_bss): Always output one byte.
2002-05-24 Bryce McKinlaytree.c (decl_type_context): Return NULL_TREE if decl...
2002-05-24 Andreas Jaegerggc-page.c (alloc_page): Cast variables of type size_t...
2002-05-24 Danny Smith* config/i386/mingw32.h (CPP_SPEC): Remove -remap.
2002-05-23 Gabriel Dos Reismingw32.h (OUTPUT_QUOTED_STRING): Properly output quote...
2002-05-23 Alan Modra* config/rs6000/rs6000.c (output_toc): Mask longs to...
2002-05-23 Vladimir Makarovgenautomata.c (reserv_sets_hash_value): Use shift equal...
2002-05-23 Richard Hendersonconfigure.in (HAVE_AS_TLS): New test.
2002-05-23 Richard Hendersongenemit.c (gen_insn): Print file:lineno comment before...
2002-05-23 Hans Boehmlinux.h (IA64_GATE_AREA_END): Adjust for 64K pages.
2002-05-23 Richard Henderson* config/i386/i386.c (output_set_got): Fix typo in...
2002-05-23 Richard Hendersonextend.texi (C++98 Thread-Local Edits): Update with...
2002-05-23 Zdenek Dvorakbb-reorder.c (make_reorder_chain, [...]): Use FOR_EACH_...
2002-05-23 Neil Boothcppinit.c (mark_named_operators): Split out from init_b...
2002-05-23 Jason Thorpebuiltin-attrs.def: Update copyright years.
2002-05-23 Rainer OrthMakefile.in (ADAC): Define.
2002-05-23 Mark Mitchellvarasm.c (make_decl_rtl): Don't allow weak variables...
2002-05-23 Jan Hubickacfg.c (dump_flow_info): Print results of maybe_hot...
2002-05-23 David S. Millercse.c (approx_reg_cost_1, [...]): Recode to not use...
2002-05-23 Jason Thorpec-common.c (warn_nonnull): Declare.
2002-05-23 David S. Millerbasic-block.h (CLEANUP_NO_INSN_DEL): Define it.
2002-05-23 Neil Boothc-lex.c (indent_level): Remove.
2002-05-23 Jakub Jelinekre PR target/6753 (gcc 3.1 produces wrong code when...
2002-05-23 Richard Hendersonextend.texi (C99 Thread-Local Edits): New subsection.
2002-05-23 Richard Hendersoni386.c, i386.h: Tidy comments and whitespace.
2002-05-23 Jakub Jelinekconfigure.in: Fix as version test for binutils 2.12...
2002-05-23 Richard Hendersoni386.c (get_pic_label_name): New.
2002-05-23 Jan Hubicka* gcse.c (hash_expr): Do not use alias set for hashing.
2002-05-23 Kevin Buettnerdbxout.c (dbxout_class_name_qualifiers): New function.
2002-05-23 Neil Boothcpperror.c (_cpp_begin_message): No special casing...
2002-05-23 Richard Hendersoni386.c (ix86_expand_call): New function, extracted...
2002-05-23 Richard Hendersonvarasm.c (default_section_type_flags): Check for VAR_DE...
2002-05-23 David Edelsohnaix43.h (LINK_SPEC): Add PE initializer.
2002-05-22 Richard Hendersonvarasm.c (default_section_type_flags): Handle tls data...
2002-05-22 Alan Modraconfigure.in (CROSS): Define NATIVE_CROSS.
2002-05-22 Kazu Hiratacpperror.c: Fix formatting.
2002-05-22 Jakub Jelinekcombine.c (force_to_mode): Use gen_int_mode.
2002-05-22 Richard Hendersoninclhack.def (thread_keyword): Match __thread as last...
2002-05-22 Jakub Jelinekre PR c/6643 (gcc fails in tree check for assignment...
2002-05-22 Richard Henderson* flow.c (life_analysis): Delete broken reg_label check.
2002-05-22 Richard Hendersoninclhack.def (thread_keyword): Allow as any prototype...
2002-05-22 J"orn Rennecke* t-sh64 (LIB2FUNCS_EXTRA): Don't change.
2002-05-22 J"orn Rennecke* c-common.c (cb_register_builtins): Don't indent ...
2002-05-22 J"orn Rennecket-sh (LIB2FUNCS_EXTRA): Now embed-bb.c.
2002-05-22 Kazu Hirata* config/h8300/h8300.md (*andorqi3): New.
2002-05-22 Neil Boothre PR preprocessor/6517 (gcc hangs on C compile with...
2002-05-22 Bruce KorbUse c_fix = format instead of sed
2002-05-22 Bruce Korbadd fix check
2002-05-22 Jeff Lawoptabs.c (expand_binop): For double-word integer multip...
2002-05-22 Kazu Hiratacfgbuild.c: Fix formatting.
2002-05-22 Richard Hendersonc-common.h (enum rid): Add RID_THREAD.
2002-05-22 Zdenek DvorakMore verbose changelog entry.
2002-05-21 Jeff Lawi386.c (ix86_sched_reorder_ppro): Fix typo/thinko.
2002-05-21 Vladimir Makarovgenautomata.c (reserv_sets_hash_value): Fix a typo.
2002-05-21 Vladimir Makarovgenautomata.c (reserv_sets_hash_value): Define hash_val...
2002-05-21 NIIBE Yutakareload1.c (do_output_reload): Run delete_output_reload...
2002-05-21 Roger Saylere PR middle-end/6600 (i960 toolchain hits abort in...
2002-05-21 Richard Henderson* flow.c (life_analysis): Fix test for deleted label.
2002-05-21 Neil Booth* doc/tm.texi: Fix typo.
2002-05-21 Zack Weinbergc-common.c (c_common_init): Set options->unsigned_char...
2002-05-21 Zdenek DvorakChangelog entry for my commit.
2002-05-21 Andreas Jaeger* cppinit.c (sanity_checks): Avoid printf mismatch...
2002-05-21 Richard Hendersonreg-stack.c (swap_rtx_condition, [...]): Use unspec...
2002-05-21 Joseph Myerssourcebuild.texi: Mention snapshot-README and snapshot...
2002-05-21 Kaveh R. Ghazirtl.h (SUBREG_PROMOTED_UNSIGNED_SET): Avoid warnings...
2002-05-21 Richard Earnshawbitmap.c (bitmap_find_bit): Return early if we have...
2002-05-21 Jan Hubickaprofile.c (gen_edge_profiler): Set alias set before...
2002-05-21 David S. Millercselib.c (max_value_regs): New.
2002-05-21 Duraid Madinatradcpp.c (fixup_newlines): Use old-style function...
2002-05-21 Krister Walfridsson* reload1.c (reload_cse_simplify): Fix typo in rtx...
2002-05-20 H.J. LuBase on suggestions from Zhang Fuxin <fxzhang@ict.ac...
2002-05-20 Dale JohannesenBack out my previous patch; causes bootstrap problem...
2002-05-20 Kazu Hirataparams.c: Fix formatting.
2002-05-20 H.J. Lulinux.h (SDB_DEBUGGING_INFO): Undefine.
next