| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * config/rs6000/rs6000.c (struct processor_costs): New structure | sayle | 2004-07-02 | 2 | -154/+317 |
* | * expmed.c (make_tree): Don't use SET_DECL_RTL. | rth | 2004-07-02 | 2 | -15/+21 |
* | 2004-07-02 Paolo Carlini <pcarlini@suse.de> | paolo | 2004-07-02 | 4 | -84/+118 |
* | 2004-07-02 David Billinghurst (David.Billinghurst@riotinto.com) | billingd | 2004-07-02 | 2 | -4/+10 |
* | 2004-07-01 Paolo Bonzini <bonzini@gnu.org> | bonzini | 2004-07-02 | 6 | -484/+785 |
* | * tree-flow.h (bb_ann_d): Remove ephi_nodes field. | steven | 2004-07-02 | 2 | -3/+4 |
* | * config/alpha/alpha.c (struct machine_function): Add gp_save_rtx. | rth | 2004-07-02 | 2 | -5/+28 |
* | * config/alpha/alpha.c (struct alpha_rtx_cost_data): Add int_div. | rth | 2004-07-02 | 2 | -15/+51 |
* | * gimple-low.c (lower_function_body): Don't reset_block_changes here. | rth | 2004-07-02 | 9 | -2/+21 |
* | * tree.def (RTL_EXPR): Remove. | rth | 2004-07-02 | 24 | -458/+107 |
* | * ifcvt.c, modulo-sched.c, tree-alias-common.c, tree-sra.c, | kazu | 2004-07-02 | 8 | -9/+15 |
* | Daily bump. | gccadmin | 2004-07-02 | 2 | -2/+2 |
* | 2004-07-02 Aaron W. LaFramboise <aaronraolete36@aaronwl.com> | dannysmith | 2004-07-01 | 4 | -9/+56 |
* | * tree-sra.c (sra_walk_expr): Don't maybe_lookup_element_for_expr | rth | 2004-07-01 | 2 | -9/+13 |
* | * doc/cppinternals.texi, doc/install.texi, doc/invoke.texi, | jsm28 | 2004-07-01 | 8 | -48/+54 |
* | * dwarf2out.c (reg_save): Use INVALID_REGNUM. | rth | 2004-07-01 | 2 | -9/+21 |
* | * gimplify.c (gimplify_one_sizepos): Don't do anything if any VAR_DECL. | kenner | 2004-07-01 | 2 | -1/+7 |
* | * tree-pretty-print.c (dump_generic_node, case ARRAY_REF): Use | kenner | 2004-07-01 | 2 | -12/+19 |
* | 2004-07-01 Paolo Carlini <pcarlini@suse.de> | paolo | 2004-07-01 | 6 | -93/+128 |
* | 2004-07-01 Paolo Bonzini <bonzini@gnu.org> | bonzini | 2004-07-01 | 2 | -0/+5 |
* | * final.c (final): Fix typo reported by Aaron W. LaFramboise. | bothner | 2004-07-01 | 2 | -1/+5 |
* | 2004-07-01 Benjamin Kosnik <bkoz@redhat.com> | bkoz | 2004-07-01 | 1 | -1/+1 |
* | Fix copy/paste error. | pbrook | 2004-07-01 | 1 | -2/+2 |
* | 2004-07-01 Benjamin Kosnik <bkoz@redhat.com> | bkoz | 2004-07-01 | 4 | -10/+31 |
* | * expr.c (expand_assignment): Optimize bitfld += cst for 1 bit | jakub | 2004-07-01 | 2 | -17/+45 |
* | 2004-07-01 Paolo Bonzini <bonzini@gnu.org> | bonzini | 2004-07-01 | 2 | -0/+70 |
* | * simplify-rtx.c (simplify_binary_operation) <PLUS, MINUS>: Use | sayle | 2004-07-01 | 2 | -11/+15 |
* | 2004-07-01 Jerry Quinn <jlquinn@optonline.net> | jlquinn | 2004-07-01 | 45 | -459/+567 |
* | Rotate ChangeLog | steven | 2004-07-01 | 2 | -21016/+21017 |
* | 2004-07-01 Jerry Quinn <jlquinn@optonline.net> | jlquinn | 2004-07-01 | 1 | -3/+3 |
* | * stmt.c (check_seenlabel): Remove. | steven | 2004-07-01 | 2 | -58/+5 |
* | * function.h (struct function): Remove x_function_call_count. | rth | 2004-07-01 | 8 | -33/+19 |
* | PR c/1027 | jsm28 | 2004-07-01 | 15 | -112/+190 |
* | * target.h (struct gcc_target): Add new field to struct cxx: import_export_cl... | nickc | 2004-07-01 | 6 | -1/+37 |
* | * gcc.c-torture/compile/20040323-1.c: XFAIL on Solaris 2. | ebotcazou | 2004-07-01 | 2 | -1/+6 |
* | 2004-07-01 Paolo Bonzini <bonzini@gnu.org> | bonzini | 2004-07-01 | 2 | -1/+5 |
* | * function.c (identify_blocks, identify_blocks_1): Remove. | rth | 2004-07-01 | 4 | -92/+7 |
* | gcc/ChangeLog: | bonzini | 2004-07-01 | 7 | -5/+285 |
* | * function.h (struct function): Remove dont_emit_block_notes. | rth | 2004-07-01 | 8 | -54/+24 |
* | * cgraph.h (cgraph_build_static_cdtor): Declare. | rth | 2004-07-01 | 13 | -201/+196 |
* | * match.c (var_element): Remove unused variable. | rth | 2004-07-01 | 2 | -1/+2 |
* | * expmed.c (expand_shift): Consider expanding LSHIFT_EXPR by a | sayle | 2004-07-01 | 2 | -1/+31 |
* | Index: gcc/ChangeLog | geoffk | 2004-07-01 | 20 | -122/+859 |
* | * config/rs6000/rs6000.c (rs6000_mixed_function_arg): Rewrite. | amodra | 2004-07-01 | 2 | -176/+140 |
* | * pa-protos.h (prefetch_operand): Add prototype. | danglin | 2004-07-01 | 5 | -0/+148 |
* | 2004-06-30 Brad Spencer <spencer@infointeractive.com> | bkoz | 2004-07-01 | 2 | -2/+25 |
* | * function.h (struct function): Remove x_whole_function_mode_p. | rth | 2004-07-01 | 9 | -38/+22 |
* | * tree.h (immediate_size_expand): Delete. | rth | 2004-07-01 | 12 | -54/+25 |
* | Daily bump. | gccadmin | 2004-07-01 | 2 | -2/+2 |
* | * gimplify.c (gimplify_compound_lval): Take fallback argument | rth | 2004-07-01 | 4 | -245/+197 |