| Commit message (Expand) | Author | Age | Files | Lines |
* | 2004-07-08 Joseph S. Myers <jsm@polyomino.org.uk> | jsm28 | 2004-07-08 | 1 | -15/+64 |
* | * except.c (expand_eh_region_start, expand_eh_region_end, | rth | 2004-07-08 | 1 | -233/+12 |
* | * expr.c (expand_expr_real_1): Fix formating. | pinskia | 2004-07-07 | 1 | -110/+3 |
* | gcc/ChangeLog: | aoliva | 2004-07-07 | 1 | -12/+12 |
* | 2004-07-06 Daniel Berlin <dberlin@dberlin.org> | dberlin | 2004-07-06 | 1 | -3/+2 |
* | * langhooks-def.h (LANG_HOOKS_TREE_INLINING_VAR_MOD_TYPE_P): Extra arg. | kenner | 2004-07-06 | 1 | -2/+2 |
* | * calls.c (load_register_parameters): Call expand_shift instead | sayle | 2004-07-05 | 1 | -4/+4 |
* | * expr.c (expand_assignment): Disable the bitfield += optimizations. | jakub | 2004-07-05 | 1 | -1/+3 |
* | * c-decl.c, config/m32r/m32r.c, expr.c, optabs.c: Don't check | jsm28 | 2004-07-05 | 1 | -92/+30 |
* | * expr.c (expand_expr_real_1, case SWITCH_EXPR): Don't check against | kenner | 2004-07-05 | 1 | -8/+12 |
* | * rtl.def (ADDRESSOF): Remove. | rth | 2004-07-04 | 1 | -11/+3 |
* | * c-decl.c (grokdeclarator): Don't frob current_function_decl | rth | 2004-07-03 | 1 | -178/+44 |
* | * tree.def (RTL_EXPR): Remove. | rth | 2004-07-02 | 1 | -62/+12 |
* | * expr.c (expand_assignment): Optimize bitfld += cst for 1 bit | jakub | 2004-07-01 | 1 | -17/+39 |
* | 2004-07-01 Jerry Quinn <jlquinn@optonline.net> | jlquinn | 2004-07-01 | 1 | -72/+72 |
* | * function.h (struct function): Remove dont_emit_block_notes. | rth | 2004-07-01 | 1 | -4/+2 |
* | * simplify-rtx.c (simplify_binary_operation): Simplify | jakub | 2004-06-30 | 1 | -0/+51 |
* | 2004-06-26 Richard Kenner <kenner@vlsi1.ultra.nyu.edu> | kenner | 2004-06-26 | 1 | -0/+8 |
* | * tree.def (VTABLE_REF): Remove. | rth | 2004-06-23 | 1 | -36/+2 |
* | * alias.c (adjust_offset_for_component_ref): Use | kenner | 2004-06-22 | 1 | -14/+69 |
* | CFG transparent RTL expansion: | hubicka | 2004-06-19 | 1 | -89/+0 |
* | PR c++/16015 | jason | 2004-06-17 | 1 | -1/+6 |
* | gcc/ChangeLog: | bonzini | 2004-06-16 | 1 | -0/+91 |
* | 2004-06-15 Jerry Quinn <jlquinn@optonline.net> | jlquinn | 2004-06-15 | 1 | -61/+61 |
* | * c-common.c, calls.c, cfgcleanup.c, cgraph.c, cgraphunit.c, | kazu | 2004-05-30 | 1 | -1/+1 |
* | gcc/ChangeLog: | bonzini | 2004-05-28 | 1 | -0/+4 |
* | * expr.c (store_constructor): Restore sanity check on | ebotcazou | 2004-05-27 | 1 | -2/+3 |
* | 2004-05-19 Steven Bosscher <stevenb@suse.de> | steven | 2004-05-19 | 1 | -21/+23 |
* | * c-gimplify.c (c_genericize): | steven | 2004-05-15 | 1 | -9/+7 |
* | Merge tree-ssa-20020619-branch into mainline. | dnovillo | 2004-05-13 | 1 | -178/+554 |
* | * expr.c (store_constructor_field): Don't call store_constructor | kenner | 2004-05-04 | 1 | -0/+3 |
* | Revert my previous store_constructor* change | kenner | 2004-05-02 | 1 | -36/+25 |
* | PR middle-end/15054 | uweigand | 2004-05-01 | 1 | -2/+0 |
* | * tree.h (SET_ARRAY_OR_VECTOR_CHECK): Rename to SET_OR_ARRAY_CHECK | zack | 2004-05-01 | 1 | -7/+8 |
* | * expr.c (store_constructor): SIZE operand is now in bits; CLEARED | kenner | 2004-04-30 | 1 | -25/+36 |
* | Fix typo in comment. | kenner | 2004-04-25 | 1 | -1/+1 |
* | * expr.c (get_inner_reference): Use DECL_UNSIGNED, not TREE_UNSIGNED. | kenner | 2004-04-01 | 1 | -2/+2 |
* | * builtins.c, c-aux-info.c, c-common.c, c-cppbuiltin.c, c-decl.c: | kenner | 2004-04-01 | 1 | -34/+40 |
* | * expr.c (store_constructor): Use gen_int_mode to correctly | uweigand | 2004-03-27 | 1 | -1/+1 |
* | PR middle-end/14470 | ebotcazou | 2004-03-22 | 1 | -6/+37 |
* | * alias.c (get_alias_set): Remove handling of PLACEHOLDER_EXPR. | kenner | 2004-03-21 | 1 | -132/+15 |
* | * alias.c (get_alias_set): Replace calls via (*lang_hooks.foo) () | sayle | 2004-03-14 | 1 | -13/+15 |
* | PR middle-end/14470 | ebotcazou | 2004-03-13 | 1 | -0/+2 |
* | * expr.c (highest_pow2_factor_for_type): Rename into | ebotcazou | 2004-03-08 | 1 | -9/+14 |
* | * expr.c (expand_expr_real, case COMPONENT_REF): Get proper type of | kenner | 2004-03-04 | 1 | -4/+11 |
* | PR optimization/14235 | ebotcazou | 2004-03-04 | 1 | -1/+5 |
* | 2004-02-07 Paolo Bonzini <bonzini@gnu.org> | bonzini | 2004-03-03 | 1 | -2/+2 |
* | * fold-const.c (fold): Revert 2004-02-25 change. Use the original | ebotcazou | 2004-02-27 | 1 | -8/+6 |
* | * c-decl.c, c-ppoutput.c, combine.c, cppfiles.c, dwarf2out.c, | kazu | 2004-02-27 | 1 | -1/+1 |
* | * expr.c (is_aligning_offset): Check if we are aligning the | ebotcazou | 2004-02-19 | 1 | -1/+2 |