| Commit message (Expand) | Author | Age | Files | Lines |
* | * tree.h (build_int_cst): New, sign extended constant. | nathan | 2004-08-25 | 1 | -21/+20 |
* | .: | nathan | 2004-08-15 | 1 | -36/+38 |
* | * builtins.def (BUILT_IN_STACK_ALLOC): Remove. | rth | 2004-08-11 | 1 | -5/+0 |
* | * fold-const.c (constant_boolean_node): Make extern. | sayle | 2004-07-25 | 1 | -1/+2 |
* | 2004-07-21 Eric Christopher <echristo@redhat.com> | echristo | 2004-07-21 | 1 | -14/+13 |
* | * builtins.c (simplify_builtin_memcmp, simplify_builtin_strcmp, | sayle | 2004-07-18 | 1 | -254/+131 |
* | * builtins.c (std_expand_builtin_va_arg): Remove. | rth | 2004-07-16 | 1 | -181/+2 |
* | * builtins.c (expand_builtin_stpcpy): Do not create temporary | sje | 2004-07-16 | 1 | -1/+6 |
* | 2004-07-14 Paolo Bonzini <bonzini@gnu.org> | bonzini | 2004-07-14 | 1 | -13/+1 |
* | * builtins.c (std_gimplify_va_arg_expr): Handle types passed | rth | 2004-07-13 | 1 | -11/+9 |
* | * function.c (expand_function_start): Ensure r_save is in Pmode. | sje | 2004-07-12 | 1 | -0/+2 |
* | * target.h (struct gcc_target): Move gimplify_va_arg_expr | rth | 2004-07-12 | 1 | -2/+2 |
* | * builtins.c (fold_builtin_fputs): Don't bother converting the | sayle | 2004-07-11 | 1 | -2/+3 |
* | * builtins.c (std_gimplify_va_arg_expr): Widen align/boundary | rth | 2004-07-10 | 1 | -2/+2 |
* | * expr.h (store_bit_field, extract_bit_field): Remove last argument. | jakub | 2004-07-10 | 1 | -2/+1 |
* | * builtins.c (std_gimplify_va_arg_expr): Fix borked BIT_AND_EXPR. | rth | 2004-07-10 | 1 | -6/+5 |
* | * builtins.c (expand_builtin_stpcpy): Don't modify len. | rth | 2004-07-10 | 1 | -3/+3 |
* | * builtins.c (std_gimplify_va_arg_expr): Deny ARGS_GROW_DOWNWARD. | rth | 2004-07-10 | 1 | -42/+31 |
* | * builtin-types.def (BT_UINT): Rename from BT_UNSIGNED. | rth | 2004-07-09 | 1 | -0/+5 |
* | * builtins.c (fold_builtin_strncpy): Make sure len is a constant | aoliva | 2004-07-09 | 1 | -0/+5 |
* | * builtins.c (std_gimplify_va_arg_expr): Hoist valist into a | rth | 2004-07-09 | 1 | -22/+18 |
* | 2004-07-08 Jerry Quinn <jlquinn@optonline.net> | jlquinn | 2004-07-09 | 1 | -11/+11 |
* | * builtins.c (ind_gimplify_va_arg_expr): New. | rth | 2004-07-08 | 1 | -0/+11 |
* | * builtins.c (fold_builtin_strcpy): Merge functionality from | sayle | 2004-07-08 | 1 | -161/+87 |
* | * builtins.c (expand_builtin_stpcpy): Un-simplify decay of stpcpy | aoliva | 2004-07-08 | 1 | -1/+8 |
* | Introduce H8SX support. | aoliva | 2004-07-08 | 1 | -20/+118 |
* | gcc/ChangeLog: | aoliva | 2004-07-07 | 1 | -1/+1 |
* | 2004-07-01 Jerry Quinn <jlquinn@optonline.net> | jlquinn | 2004-07-01 | 1 | -3/+3 |
* | 2004-07-01 Paolo Bonzini <bonzini@gnu.org> | bonzini | 2004-07-01 | 1 | -1/+1 |
* | gcc/ChangeLog: | bonzini | 2004-07-01 | 1 | -5/+106 |
* | PR middle-end/16216 | rth | 2004-06-29 | 1 | -1/+4 |
* | 2004-06-20 Andrew Pinski <pinskia@physics.uc.edu> | pinskia | 2004-06-20 | 1 | -7/+0 |
* | * c-common.h (has_c_linkage): New interface. | zack | 2004-06-20 | 1 | -3/+1 |
* | * builtins.c (fold_builtin_unordered_cmp): Take an EXP argument | sayle | 2004-06-20 | 1 | -21/+68 |
* | CFG transparent RTL expansion: | hubicka | 2004-06-19 | 1 | -2/+10 |
* | 2004-06-15 Jerry Quinn <jlquinn@optonline.net> | jlquinn | 2004-06-15 | 1 | -8/+8 |
* | * fold-const.c (omit_two_operands): New function. | sayle | 2004-06-12 | 1 | -23/+62 |
* | * builtins.c (expand_builtin): Fall back to library function call for | sayle | 2004-06-10 | 1 | -13/+23 |
* | * target.h (struct gcc_target): Change gimplify_va_arg_expr | jason | 2004-06-10 | 1 | -15/+22 |
* | * fold-const.c (fold_abs_const): Make extern. | sayle | 2004-06-10 | 1 | -10/+41 |
* | Gimplify VA_ARG_EXPR into simpler forms. | jason | 2004-06-09 | 1 | -6/+180 |
* | * real.c (real_copysign): New function to implement libm's copysign. | sayle | 2004-06-07 | 1 | -3/+57 |
* | PR tree-optimization/15738. | kazu | 2004-06-02 | 1 | -0/+15 |
* | PR tree-optimization/15743. | kazu | 2004-05-31 | 1 | -0/+2 |
* | * builtins.c: Add a prototype for fold_builtin_strchr(). | kazu | 2004-05-31 | 1 | -0/+1 |
* | PR tree-optimization/14819 | kazu | 2004-05-30 | 1 | -0/+47 |
* | * bb-reorder.c, builtins.c, c-common.c, c-gimplify.c, | kazu | 2004-05-30 | 1 | -2/+2 |
* | PR tree-optimization/14197 | uweigand | 2004-05-24 | 1 | -2/+15 |
* | * builtins.c (expand_builtin_strstr, expand_builtin_strchr, | sayle | 2004-05-22 | 1 | -142/+135 |
* | * fold-const.c (fold, fold_relational_hi_lo, | sayle | 2004-05-21 | 1 | -16/+16 |