aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2000-05-27print-rtl.c (reg_names): Remove const.Richard Henderson5-4/+11
2000-05-27* config/rs6000/rs6000.md (untyped_call): Use GEN_CALL.Richard Henderson2-1/+5
2000-05-28cp-tree.h (ansi_opname): Make it a macro.Alex Samuel18-606/+752
2000-05-27alpha.c (alpha_does_function_need_gp): Test TARGET_PROFILING_NEEDS_GP in the ...Richard Henderson6-12/+39
2000-05-27elf.h (SELECT_SECTION): Mirror Kenner's May 19 change to config/elfos.h.Richard Henderson2-4/+23
2000-05-27alpha-protos.h (alpha_arg_info_reg_val): Protect with RTX_CODE.Richard Henderson5-132/+146
2000-05-27Makefile.in (resource.o): Depend on except.h.Richard Henderson8-5/+44
2000-05-28* reload.c (get_secondary_mem): Don't widen floating-point modes.Geoff Keating2-1/+3
2000-05-28combine.c (subst): Honour CLASS_CANNOT_CHANGE_SIZE when substituting the REG ...Geoff Keating2-0/+17
2000-05-28cpplex.c (_cpp_lex_line): Merge vertical space.Neil Booth3-40/+37
2000-05-27cpplex.c (_cpp_init_toklist): No comment space to initialise.Neil Booth3-84/+34
2000-05-27cppexp.c (parse_assertion): Supply extra argument to _cpp_init_toklist.Neil Booth5-75/+132
2000-05-27configure.in (stage1_warn_cflags): Add -Wstrict-prototypes -Wmissing-prototypes.Zack Weinberg7-74/+92
2000-05-27configure.in: Add AC_CHECK_TYPE(ssize_t).Zack Weinberg6-165/+228
2000-05-27Makefile.in (libgcc2.ready): Rename to libgcc.ready.Zack Weinberg2-14/+18
2000-05-27* Make-lang.in (cplib2.ready): Eradicate.Zack Weinberg2-23/+6
2000-05-27alpha.c (hard_fp_register_operand): Mind the mode.Richard Henderson5-11/+51
2000-05-27Makefile.in (recog.o): Don't depend on resource.h.Richard Henderson11-215/+408
2000-05-27function.c (thread_prologue_epilogue_insns): Don't move the line note at the ...Richard Henderson2-24/+33
2000-05-27gensupport.c (collect_insn_data): Record the maximum number of alternatives, ...Richard Henderson2-1/+5
2000-05-27genoutput.c: Don't include errors.h.Richard Henderson2-30/+68
2000-05-27d30v.c (d30v_print_operand): Handle ':'.Richard Henderson4-610/+258
2000-05-27tree.h (TREE_CODE_LENGTH): New macro.Richard Kenner16-106/+107
2000-05-27Daily bump.Jeff Law5-5/+5
2000-05-27rs6000.md (movsi_internal1): Use '%a1' rather than '%1(%*)'.Geoff Keating2-3/+7
2000-05-27rs6000.md: Correct order of operands for DImode boolean patterns.Geoff Keating5-38/+96
2000-05-26tree.h (struct record_layout_info): Rename to (struct record_layout_info_s).Mark Mitchell5-3/+15
2000-05-26Fix goto checking.Jason Merrill4-188/+377
2000-05-26acinclude.m4 (GLIBCPP_ENABLE_LONG_LONG): If strtoll isn't available, force --...Phil Edwards6-108/+177
2000-05-26parse.y (find_applicable_accessible_methods_list): Don't add an uninitialized...Zack Weinberg3-8/+17
2000-05-26class.c (build_vtable_entry_ref): Correct usage of get_vtbl_decl_for_binfo.Mark Mitchell3-1/+20
2000-05-26decl2.c (grokclassfn): Set DECL_LANGUAGE here.Mark Mitchell4-3/+25
2000-05-26flow.c (find_label_refs): New function.Richard Earnshaw2-5/+61
2000-05-26ifcvt.c (cond_exec_get_condition): Set test_if to the SET_SRC of get_pc.Richard Earnshaw2-1/+6
2000-05-26cp-tree.h (CPTI_PTMD_DESC_TYPE): Rename to ...Nathan Sidwell4-18/+37
2000-05-26Daily bump.Jeff Law5-5/+5
2000-05-26alpha.c (alpha_comparison_operator): Don't be so strict about DImode.Richard Henderson3-23/+164
2000-05-26vax.h (CPP_SPEC): Define __GFLOAT and GFLOAT when -mg is specified.J. David Anglin2-1/+5
2000-05-25bb-reorder.c (reorder_block_def): Reorder elements for size.Richard Henderson4-549/+586
2000-05-26* gcc.c-torture/compile/20000523-1.c: New test.Alexandre Oliva2-0/+9
2000-05-26emit-rtl.c (reset_used_decls): New function.Alexandre Oliva2-1/+27
2000-05-26cpplex.c (maybe_macroexpand): Warn about function-like macros used in non-fun...Zack Weinberg3-0/+25
2000-05-26re GNATS gcj/162 (gcj does not initialize interfaces according to spec)Tom Tromey3-4/+7
2000-05-26re GNATS gcj/235 (source parser dies when Primitive.TYPE is used in an array ...Tom Tromey3-2/+8
2000-05-25* recog.c (peephole2_optimize): Use INSN_P.Mark Mitchell2-1/+5
2000-05-25ifcvt.c (seq_contains_jump): New.Richard Henderson2-0/+37
2000-05-25except.h (can_throw): Declare it.Mark Mitchell4-4/+20
2000-05-25Finish implementation of VTTs.Mark Mitchell13-70/+403
2000-05-25* flow.c (mark_set_1): Don't record conditionally dead memory.Richard Henderson2-0/+6
2000-05-25combine.c (try_combine): Use any_condjump_p...Jan Hubicka14-54/+80