aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2001-02-18sparc.c (eligible_for_epilogue_delay): Don't put assignments from FP constant...Richard Kenner2-4/+12
2001-02-18flow.c (print_rtl_and_abort_fcn): Renamed from print_rtl_and_abort.Richard Kenner2-3/+19
2001-02-18* final.c (output_operand_lossage): Use internal_error, not error.Richard Kenner2-4/+5
2001-02-18* mips.c (mips_expand_prologue) Add REG_MAYBE_DEAD toRichard Henderson2-4/+18
2001-02-18class.c (add_vcall_offset_vtbl_entries_1): Only add one entry for a destructor.Mark Mitchell2-2/+12
2001-02-18invoke.texi (-fsquangle): Remove documentation.Mark Mitchell11-184/+75
2001-02-18optabs.c (expand_abs): Remove reference to HAVE_contitional_arithmetic.Lars Brinkhoff3-68/+7
2001-02-18ifcvt.c (dead_or_predicable): Don't move code if eh regions would be disrupted.Richard Henderson2-0/+14
2001-02-18Do put the VTT parameter in DECL_ARGUMENTS.Jason Merrill12-132/+195
2001-02-18* config/ns32k/ns32k.h (ADJSP): Upcase arguments.Richard Henderson2-4/+6
2001-02-18* config/alpha/alpha.md (movsi_fix): Fix typo in pattern name.Richard Henderson2-1/+3
2001-02-18* reload1.c (reload_cse_simplify_set): Fix typo.Richard Henderson2-1/+5
2001-02-18* diagnostic.c (_fatal_insn): Decrement errorcount.Richard Kenner2-0/+7
2001-02-18* invoke.texi (-I): Add note avoiding use for system header files.Richard Kenner2-3/+8
2001-02-18rtl.h (add_clobbers): Remove duplicate declaration.Richard Kenner4-16/+71
2001-02-18Daily bump.GCC Administrator2-2/+2
2001-02-18Revert experimental hunk accidentally included in committed change.Jeff Law1-3/+2
2001-02-18pa.c (hppa_expand_prologue): Simplify code storing return pointer.Alan Modra2-125/+116
2001-02-18pa.c (pa_adjust_insn_length): Check that block move pattern is a set before l...Alan Modra2-2/+9
2001-02-18fold-const.c (fold_binary_op_with_conditional_arg): New function, split out f...Mark Mitchell4-116/+160
2001-02-18print-tree.c (print_node): Do not use BLOCK_CHAIN when we're not looking at a...Mark Mitchell2-1/+6
2001-02-18init.c (build_new): Allow enumeration types for the array-bounds in a direct-...Mark Mitchell5-2/+23
2001-02-18aclocal.m4 (gcc_AC_CHECK_DECL): Before attempting the test...Kaveh R. Ghazi3-99/+120
2001-02-18pt.c (check_explicit_specialization): Copy TREE_PRIVATE and TREE_PROTECTED fr...Mark Mitchell3-0/+30
2001-02-17decl2.c (build_artificial_parm): Set TREE_READONLY.Jason Merrill5-2/+34
2001-02-17* call.c (check_dtor_name): Handle template names correctly.Mark Mitchell3-0/+23
2001-02-17* invoke.texi (-Woverloaded-virtual): Clarify documentation.Mark Mitchell2-7/+26
2001-02-17improve commentJason Merrill1-1/+6
2001-02-17reload1.c (reload_cse_simplify_set): Respect LOAD_EXTEND_OP when replacing a ...Richard Henderson2-15/+84
2001-02-17recog.c (validate_replace_src_1): New.Richard Kenner4-18/+120
2001-02-17reg-stack.c (stack_def): Make field reg unsigned.Jan Hubicka2-3/+9
2001-02-17Daily bump.GCC Administrator2-2/+2
2001-02-16Fix error in previous entryRichard Kenner1-1/+1
2001-02-16cp-tree.h (DECL_USE_VTT_PARM): Remove.Jason Merrill6-21/+14
2001-02-16decl.c (check_tag_decl): Make sure a typedef for an anonymous class-type intr...Gabriel Dos Reis4-0/+42
2001-02-16expr.c (build_instanceof): Check for arrays when trying fold to false.Alexandre Petit-Bianco2-6/+13
2001-02-16call.c (convert_like_real): Create a temporary for non-lvalue.Jakub Jelinek4-6/+32
2001-02-16Patch from Jes Sorensen for build failure.Jes Sorensen2-1/+6
2001-02-16gcse.c (hash_scan_set): If cprop, see if REG_EQUAL or REG_EQUIV.Richard Kenner2-156/+131
2001-02-16recog.c (validate_replace_rtx): Replace in operands of ZERO_EXTRACT in SET_DEST.Richard Kenner2-2/+12
2001-02-16Use C fixincludes for UnixWare 7.Bruce Korb4-50/+257
2001-02-16cse.c (new_label_ref): New variable.Richard Kenner2-4/+24
2001-02-16resource.c (mark_referenced_resources): Fix typo in introductory comment.Jeffrey Oldham3-4/+11
2001-02-16cp-tree.h: Fix typos in comments.Jeffrey Oldham2-3/+7
2001-02-16fix comment typoJason Merrill1-1/+1
2001-02-16dwarf2out.c (add_bound_info): Don't crash if SAVE_EXPR_RTL is NULL.Jason Merrill7-20/+78
2001-02-16tree.h (BLOCK_CHAIN): Use BLOCK_CHECK.Jason Merrill4-13/+29
2001-02-16gdbinit: Rename to gdbinit.in.Gerald Pfeifer5-31/+35
2001-02-16objc-act.c (start_class): Register implemented_classes with GC.Jakub Jelinek2-1/+9
2001-02-16Daily bump.Jeff Law2-2/+2