aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2002-01-02c-common.h (genrtl_expr_stmt_value): Declare.Alexandre Oliva8-41/+124
2002-01-01configure.in: Prepend ${srcdir}/config/${cpu_type}/ instead of ${srcdir}/ginc...Joseph Myers7-14/+24
2002-01-01Fix corrupted hunkRichard Kenner1-395/+0
2002-01-01attribs.c (handle_vector_size_attribute): Use host_integerp and tree_int_cst;...Richard Kenner5-23/+37
2002-01-01vms.h (DWARF2_UNWIND_INFO, [...]): Define.Douglas B Rupp5-7/+518
2002-01-01* gcc.c (delete_if_ordinary): Delete all versions.Douglas B Rupp2-2/+8
2002-01-01Update copyright years listHans-Peter Nilsson3-3/+3
2002-01-01mmix.md: Update FIXME to not mention define_constants.Hans-Peter Nilsson4-41/+81
2002-01-01* gcc.dg/mmix-1.c: New test.Hans-Peter Nilsson2-0/+46
2002-01-01Daily bump.GCC Administrator2-2/+2
2002-01-01parse.y (dump_java_tree): New function.Tom Tromey3-2/+37
2001-12-31* config/ia64/ia64.c (mark_reg_gr_used_mask): Mind HARD_REGNO_NREGS.Richard Henderson2-1/+9
2001-12-31regrename.c (build_def_use): Don't rename asm operands that were originally h...Richard Henderson5-22/+160
2001-12-31vms.h (HAS_INIT_SECTION, [...]): Remove.Douglas B Rupp2-5/+7
2001-12-31alpha.c (reg_no_subreg_operand): Reject all non-registers.Richard Henderson2-19/+11
2001-12-31* final.c (alter_subreg): Assign REGNO after changing the rtx code.Richard Henderson1-1/+2
2001-12-31cfgrtl.c (delete_insn): Check for not NOTE_INSN_DELETED_LABEL before decremen...Richard Henderson1-1/+9
2001-12-31eb130.C: hash_set is now in namespace __gnu_cxxPaolo Carlini2-1/+6
2001-12-31Daily bump.GCC Administrator2-2/+2
2001-12-31* halfpic.h: Remove foward defs of tree_node and rtx_def.Graham Stott2-5/+4
2001-12-31* toplev.h: Remove forward def of tree_node, rtx_def.Graham Stott2-5/+4
2001-12-31except.h: Remove forward def of tree_node, rtx_def and define of tree, rtx.Graham Stott1-18/+0
2001-12-31basic-block.h: Remove forward def of tree_node and define of tree.Graham Stott1-5/+0
2001-12-31except.h: Remove forward def of tree_node, rtx_def and define of tree, rtx.Graham Stott1-0/+10
2001-12-31Remove extranwous changelog header.Graham Stott1-2/+0
2001-12-30cfglayout.c (scope_def, [...]): Remove.Richard Henderson8-690/+189
2001-12-31* c-lex.c: Include tree.h before expr.hGraham Stott2-2/+6
2001-12-31* c-typeck.c: Include rtl.h earlier.Graham Stott2-1/+5
2001-12-31tree.h (STRIP_NOPS): Remove extraneous semicolon.Graham Stott2-4/+12
2001-12-31final.c (struct bb_list): Delete.Graham Stott2-20/+5
2001-12-31cfgloop.c (flow_loop_entry_edges_find): Fix typo.Graham Stott2-2/+7
2001-12-31gcse.c (gcse_main): Fix typos.Graham Stott2-8/+13
2001-12-31* function.h: Remove undefs for rtx and tree.Graham Stott2-8/+4
2001-12-30loop.c (check_dbra_loop): Fix last change: examine both has_multiple_exit_tar...Richard Henderson2-1/+8
2001-12-30integrate.c (copy_rtx_and_substitute): Fix error last change: we need to unco...Richard Henderson2-3/+8
2001-12-30mmix.md ("*call_real"): Fix typo in comment.Hans-Peter Nilsson5-21/+28
2001-12-30* unroll.c: Move include files above first use of `const'.Kaveh R. Ghazi2-17/+21
2001-12-30cfgrtl.c (try_redirect_by_replacing_jump): Allow redirect_jump to fail if tar...Jakub Jelinek5-6/+54
2001-12-30Daily bump.GCC Administrator2-2/+2
2001-12-29gcc.c (init_gcc_spec): Do not link with static libgcc.a if gcc invoked with -...David Edelsohn2-1/+6
2001-12-30i386.c (ix86_asm_dialect): Fix enum type.Graham Stott2-24/+25
2001-12-29Fix typo in last change.Richard Kenner1-1/+1
2001-12-30i386.c (ix86_asm_dialect): Fix enum type.Graham Stott1-0/+18
2001-12-29expr.c (store_field): Use adjust_address, not PUT_MODE.Richard Kenner5-22/+17
2001-12-29varasm.c (decode_addr_const, [...]): Call output_constant_def instead of look...Richard Kenner2-1/+6
2001-12-29* expr.c (convert_move): If -fforce-mem, force FROM to not be memory.Richard Kenner2-0/+5
2001-12-29stor-layout.c (layout_decl): Don't misalign field of variable size for packed...Richard Kenner2-1/+12
2001-12-29dwarf2out.c (compute_section_prefix): Avoid cast warning.Richard Kenner2-10/+16
2001-12-29cfglayout.c (insert_intra_before_1): New.Jakub Jelinek6-12/+178
2001-12-29* g++.dg/eh/loop1.C: New.Richard Henderson2-0/+34