aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2000-05-30* invoke.texi (-Wtraditional): Update WRT function macros.Kaveh R. Ghazi2-0/+7
2000-05-30update explicit instantiation docsJason Merrill1-2/+6
2000-05-30* except.c (free_exception_table): Do not free NULL.Philippe De Muyter2-1/+6
2000-05-30Daily bump.Jeff Law2-2/+2
2000-05-29Document FUNCTION_OK_FOR_SIBCALL.Richard Henderson1-0/+19
2000-05-30cpplib.c (do_if): Don't save and restore only_seen_white here.Zack Weinberg4-10/+34
2000-05-29flow.c (mark_used_reg): If a register is unconditionally live, remove any con...Richard Earnshaw2-0/+23
2000-05-29final.c (current_output_insn): New.Richard Henderson3-4/+13
2000-05-29* stor-layout.c (finalize_record_size): Fix typo.Richard Henderson2-1/+3
2000-05-29jump.c (redirect_jump): Don't emit NOTE_INSN_FUNCTION_END if nlabel is null.Richard Henderson2-1/+7
2000-05-29cpplib.h (cpp_reader): Remove if_stack.Zack Weinberg13-369/+293
2000-05-29cp-tree.h (CLASSTYPE_ALIGN_UNIT): New macro.Mark Mitchell3-1/+11
2000-05-29function.c (emit_return_into_block): New line_note arg; emit it.Richard Henderson2-23/+55
2000-05-29longlong.h [__alpha] (count_leading_zeros): New.Richard Henderson6-17/+399
2000-05-29Daily bump.Jeff Law2-2/+2
2000-05-29combine.c (force_to_mode): Convert subtraction from a constant to NEG or NOT ...Richard Henderson2-1/+25
2000-05-29combine.c (combine_simplify_rtx): Don't create an if_then_else unless both ar...Richard Henderson2-31/+52
2000-05-29toplev.c (rest_of_compilation): Set no_new_pseudos after flow1; instead track...Richard Henderson2-12/+23
2000-05-29rs6000.c (output_cbranch): Escape '%' characters so output_operand doesn't se...Geoff Keating2-0/+9
2000-05-28lcm.c (make_preds_opaque): Fix comment.Clinton Popetz4-51/+60
2000-05-28* gcc.c-torture/execute/20000528-1.c: New test.Alexandre Oliva2-0/+15
2000-05-28* mklibgcc.in (all): Variable initialised to `libgcc'.Philippe De Muyter2-1/+5
2000-05-28toplev.h (skip_leading_substring): New macro.Gabriel Dos Reis5-40/+68
2000-05-28Docuement that CONSITIONAL_REGISTER_USAGE can modify reg_names.Nick Clifton2-7/+13
2000-05-28regclass.c (record_operand_costs): Protect reg_changes_size with CLASS_CANNOT...Richard Henderson2-0/+5
2000-05-28* loop.c (instrument_loop_bct): Set JUMP_LABEL on the new insn.Richard Henderson2-4/+11
2000-05-28Remove duplicate name and extraneous blank lineAlexandre Oliva1-3/+0
2000-05-28refs4.C: Mark as XFAIL.Alexandre Oliva3-0/+11
2000-05-28* expr2.C: New test.Alexandre Oliva2-0/+22
2000-05-28code-gen4.C: Include stdio.h and stdlib.h.Alexandre Oliva6-8/+24
2000-05-28operators.def (<?): Duplicated, should have been...Alexandre Oliva2-1/+6
2000-05-28bugs.texi: Note that debugging information for common block items is emitted ...Toon Moene3-5/+18
2000-05-28function.c (diddle_return_value): A pcc-style struct return returns a pointer.Richard Henderson2-2/+19
2000-05-28Daily bump.Jeff Law2-2/+2
2000-05-28cppfiles.c: Read files in, using mmap if possible, then prescan them separately.Zack Weinberg9-319/+372
2000-05-28rs6000.md (movsi): Constify 'name'.Geoff Keating3-27/+74
2000-05-28Relative to g++.dg/special:Zack Weinberg39-10/+89
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