| Commit message (Expand) | Author | Age | Files | Lines |
* | * c-common.c, c-decl.c, combine.c, defaults.h, fold-const.c, | kazu | 2004-09-05 | 1 | -2/+2 |
* | Revert: | kenner | 2004-09-04 | 1 | -36/+54 |
* | * fold-const.c (operand_equal_p): Remove code to allow null ARG0/1. | kenner | 2004-09-04 | 1 | -54/+36 |
* | PR middle-end/17258 | rth | 2004-09-02 | 1 | -0/+4 |
* | * fold-const.c (operand_equal_p): Require equal sign also for | jakub | 2004-09-01 | 1 | -4/+15 |
* | * fold-const.c (tree_expr_nonzero_p): Use get_base_address before | rth | 2004-08-30 | 1 | -5/+16 |
* | * tree.h (size_int_type): Remove. | nathan | 2004-08-27 | 1 | -99/+8 |
* | * tree.h (build_int_cst): New, sign extended constant. | nathan | 2004-08-25 | 1 | -30/+29 |
* | * tree-ssa-loop-ivcanon.c: New file. | rakdver | 2004-08-24 | 1 | -16/+37 |
* | * tree.h (enum size_type_kind): Remove USIZETYPE, UBITSIZETYPE. | nathan | 2004-08-23 | 1 | -2/+1 |
* | 2004-08-22 Andrew Pinski <pinskia@physics.uc.edu> | pinskia | 2004-08-22 | 1 | -44/+0 |
* | * fold-const.c (round_up, round_down): Use build_int_cst. | nathan | 2004-08-20 | 1 | -15/+35 |
* | * fold-const.c (int_const_binop): Don't generate non-overflowing | nathan | 2004-08-20 | 1 | -17/+1 |
* | * tree.h (TYPE_CACHED_VALUES_P): New. | nathan | 2004-08-19 | 1 | -9/+17 |
* | gcc/ChangeLog: | bonzini | 2004-08-17 | 1 | -0/+1 |
* | .: | nathan | 2004-08-15 | 1 | -50/+34 |
* | * stor-layout.c (round_up, round_down): Move ... | rth | 2004-08-12 | 1 | -0/+70 |
* | * tree.h (force_fit_type): Return a tree, take three flags. | nathan | 2004-08-05 | 1 | -130/+146 |
* | PR middle-end/16790 | sayle | 2004-08-03 | 1 | -3/+3 |
* | * fold-const.c (fold) <TRUNC_MOD_EXPR>: The transformation "X % -Y" | sayle | 2004-08-02 | 1 | -4/+6 |
* | 2004-07-28 Eric Christopher <echristo@redhat.com> | echristo | 2004-07-28 | 1 | -1/+0 |
* | * fold-const.c (constant_boolean_node): Make extern. | sayle | 2004-07-25 | 1 | -24/+39 |
* | PR c/7284 | jsm28 | 2004-07-22 | 1 | -1/+5 |
* | 2004-07-21 Paolo Bonzini <bonzini@gnu.org> | bonzini | 2004-07-21 | 1 | -6/+3 |
* | * fold-const.c (operand_equal_p): Temporarily support NULL args. | kenner | 2004-07-21 | 1 | -3/+25 |
* | * rtl.h (plus_constant): Delete. | zack | 2004-07-20 | 1 | -5/+5 |
* | * fold-const.c (tree_expr_nonzero_p): Add function prototype. | sayle | 2004-07-19 | 1 | -50/+23 |
* | * fold-const.c (fold) <PLUS_EXPR>: Canonicalize X + -C as X - C for | sayle | 2004-07-11 | 1 | -1/+15 |
* | * builtins.c (fold_builtin_fputs): Don't bother converting the | sayle | 2004-07-11 | 1 | -3/+56 |
* | PR tree-optimization/16437 | jsm28 | 2004-07-11 | 1 | -1/+1 |
* | * builtins.c (fold_builtin_strcpy): Merge functionality from | sayle | 2004-07-08 | 1 | -1/+1 |
* | * except.c (expand_eh_region_start, expand_eh_region_end, | rth | 2004-07-08 | 1 | -8/+1 |
* | 2004-07-07 Andrew Pinski <apinski@apple.com> | pinskia | 2004-07-07 | 1 | -2/+2 |
* | * expr.c (expand_expr_real_1): Fix formating. | pinskia | 2004-07-07 | 1 | -1/+0 |
* | * fold-const.c (fold) <TRUNC_MOD_EXPR>: Optimize unsigned modulus | sayle | 2004-07-05 | 1 | -7/+55 |
* | * c-decl.c (grokdeclarator): Don't frob current_function_decl | rth | 2004-07-03 | 1 | -14/+2 |
* | * tree.def (RTL_EXPR): Remove. | rth | 2004-07-02 | 1 | -10/+2 |
* | * tree.def (REALPART_EXPR, IMAGPART_EXPR): Change class to 'r'. | rth | 2004-06-28 | 1 | -0/+2 |
* | 2004-06-28 Paolo Bonzini <bonzini@gnu.org> | bonzini | 2004-06-28 | 1 | -28/+35 |
* | * fold-const.c (fold) <BIT_IOR_EXPR>: Optimize ~X|X and X|~X as -1. | sayle | 2004-06-27 | 1 | -6/+84 |
* | * c-typeck.c, cfgexpand.c, ddg.c, ddg.h, df.c, fold-const.c, | kazu | 2004-06-26 | 1 | -1/+1 |
* | * fold-const.c (fold_addr_expr_with_type): Look through all | kenner | 2004-06-25 | 1 | -2/+4 |
* | 2004-06-23 Andrew Pinski <apinski@apple.com> | pinskia | 2004-06-24 | 1 | -1/+3 |
* | 2004-06-23 Eric Christopher <echristo@redhat.com> | echristo | 2004-06-24 | 1 | -62/+63 |
* | * tree.def (VTABLE_REF): Remove. | rth | 2004-06-23 | 1 | -1/+1 |
* | * alias.c (adjust_offset_for_component_ref): Use | kenner | 2004-06-22 | 1 | -12/+12 |
* | * fold-const.c (operand_equal_p): Pass flags in recursive calls for | sayle | 2004-06-21 | 1 | -3/+23 |
* | * c-common.c (verify_sequence_points): Export. | rth | 2004-06-21 | 1 | -0/+31 |
* | 2004-06-21 Paolo Bonzini <bonzini@gnu.org> | bonzini | 2004-06-21 | 1 | -218/+295 |
* | * fold-const.c (fold) <UNORDERED_EXPR, ORDERED_EXPR, UNLT_EXPR, | sayle | 2004-06-19 | 1 | -14/+141 |