Age | Commit message (Expand) | Author | Files | Lines |
2004-09-09 | re PR c/8420 (volatile after the type specifier for an unnamed structure is r... | Joseph Myers | 14 | -594/+1561 |
2004-09-09 | c-tree.h (enum c_declarator_kind, [...]): New. | Joseph Myers | 7 | -238/+446 |
2004-09-09 | c-tree.h (C_DECL_USED, [...]): New. | Joseph Myers | 10 | -14/+282 |
2004-09-09 | cp-tree.h (do_poplevel): New prototype. | Ziemowit Laski | 3 | -1/+7 |
2004-09-09 | builtins.c: Fix prototype for fold_builtin_atan. | Eric Christopher | 2 | -1/+5 |
2004-09-09 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2004-09-08 | * scanner.c (get_file): Add ATTRIBUTE_UNUSED. | Paul Brook | 2 | -1/+5 |
2004-09-08 | builtins.c (fold_builtin_strlen, [...]): New functions. | Eric Christopher | 2 | -299/+391 |
2004-09-09 | rs6000.c (rs6000_stack_info): Correct alignment of save_size. | Alan Modra | 2 | -2/+8 |
2004-09-08 | power4.md (power4-lmul): du4 feeds iu1. | David Edelsohn | 3 | -4/+9 |
2004-09-08 | re PR rtl-optimization/17186 (ICE in move_for_stack_reg, at reg-stack.c:1065) | Richard Henderson | 3 | -7/+23 |
2004-09-08 | sparc.c (sparc_indent_opcode): New variable. | Eric Botcazou | 5 | -152/+132 |
2004-09-08 | darwin.h (TARGET_OPTION_TRANSLATE_TABLE): Add -segaddr, -segs_read_only_addr ... | Devang Patel | 7 | -2/+75 |
2004-09-08 | bitfield-2.m: Make 'id' definition a typedef. | Ziemowit Laski | 8 | -11/+93 |
2004-09-08 | function.c (reference_callee_copied): New. | Richard Henderson | 32 | -120/+176 |
2004-09-08 | tree-if-conv.c (find_phi_replacement_condition): Return true edge block. | Devang Patel | 2 | -17/+23 |
2004-09-08 | tree-ssa-operands.c (add_stmt_operand): Use V_MUST_DEF even for variables bei... | Jan Hubicka | 2 | -10/+6 |
2004-09-08 | final.c (shorten_branches, [...]): Use gcc_assert and gcc_unreachable. | Nathan Sidwell | 6 | -280/+286 |
2004-09-08 | Makefile.in (tree-loop-linear.o): Added. | Daniel Berlin | 11 | -47/+413 |
2004-09-08 | array.c: Don't include assert.h. | Paul Brook | 19 | -401/+381 |
2004-09-08 | tree-ssa-alias.c (compute_flow_insensitive_aliasing): If type memory tag is c... | Jie Zhang | 2 | -20/+37 |
2004-09-08 | cgraph.c (cgraph_remove_node): Free DECL_INITIAL field of node. | Jan Hubicka | 4 | -4/+28 |
2004-09-08 | Fix cp changelog from previous checkin | Nathan Sidwell | 2 | -3/+6 |
2004-09-08 | vec.c (vec_p_reserve, [...]): Rename to ... | Nathan Sidwell | 9 | -29/+145 |
2004-09-08 | emit-rtl.c (immed_double_const): Use gcc_assert and gcc_unreachable. | Nathan Sidwell | 7 | -1219/+1101 |
2004-09-08 | dbxout.c (dbxout_type, [...]): Use gcc_assert and gcc_unreachable. | Nathan Sidwell | 9 | -509/+426 |
2004-09-08 | Makefile.in (builtins.o): Depend on tree-mudflap.h. | Andreas Tobler | 3 | -1/+8 |
2004-09-08 | i386.c (ix86_prepare_fp_compare_args): Do not force operand 0.0 into register... | Uros Bizjak | 3 | -37/+98 |
2004-09-08 | * doc/rtl.texi (Insns): Document NOTE_INSN_FUNCTION_BEG. | Ben Elliston | 2 | -0/+9 |
2004-09-08 | builtins.c (std_gimplify_va_arg_expr): Mark INDIRECT_REF nodes generated from... | Frank Ch. Eigler | 3 | -9/+44 |
2004-09-08 | c-decl.c (groktypename_in_parm_context): Remove function. | Ziemowit Laski | 3 | -13/+5 |
2004-09-08 | Makefile.in (c-parse.o): Depend on $(C_COMMON_H). | Ziemowit Laski | 7 | -2427/+1886 |
2004-09-08 | tm.texi (MD_UNWIND_SUPPORT): Document. | Alan Modra | 31 | -1353/+1448 |
2004-09-08 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2004-09-07 | cse.c (fold_rtx): Avoid building of (CONST (MINUS (CONST_INT) (SYMBOL_REF))) | Jan Hubicka | 2 | -1/+13 |
2004-09-07 | tree-ssa-pre.c (grand_bitmap_obstack): New. | Jan Hubicka | 2 | -3/+13 |
2004-09-07 | config.gcc: Added support for --with-divide=[breaks|traps] for mips targets. | David Daney | 6 | -6/+93 |
2004-09-07 | Fix hot/cold partitioning problem. | Caroline Tice | 2 | -1/+7 |
2004-09-07 | tree-ssa-loop-ivopts.c (contains_abnormal_ssa_name_p): Deal with '<' class too. | Jan Hubicka | 2 | -0/+6 |
2004-09-07 | cfganal.c (flow_depth_first_order_compute, [...]): Use gcc_assert or gcc_unre... | Nathan Sidwell | 19 | -498/+452 |
2004-09-07 | * tree-ssa-loop-ivopts.c (iv_value): Avoid invalid sharing on niter. | Jan Hubicka | 2 | -1/+5 |
2004-09-07 | error.c (show_locus): Handle mapped locations. | Per Bothner | 10 | -16/+133 |
2004-09-07 | builtins.c (fold_builtin_strchr): Use build_int_cst, not fold_convert. | Nathan Sidwell | 8 | -37/+40 |
2004-09-07 | c-aux-info.c (gen_type): Use gcc_assert or gcc_unreachable. | Nathan Sidwell | 15 | -594/+553 |
2004-09-07 | configure.ac (enable-checking): Add release option. | Nathan Sidwell | 4 | -94/+107 |
2004-09-07 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2004-09-06 | re PR bootstrap/17313 (fixinc.sh isn't parallel build safe) | H.J. Lu | 2 | -1/+7 |
2004-09-06 | Another MIPS vector cleanup patch, fix bad type attribute for FP zero moves. | James E Wilson | 2 | -16/+20 |
2004-09-06 | re PR other/16633 (C tests don't use the newly built libgcc.so.1) | H.J. Lu | 2 | -0/+63 |
2004-09-06 | ifc-20040816-1.c: Use -ftree-vectorize. | Devang Patel | 3 | -2/+7 |