Age | Commit message (Expand) | Author | Files | Lines |
2004-12-09 | tree.def (SET_TYPE): Remove. | Nathan Sidwell | 1 | -1/+0 |
2004-12-05 | * builtins.c: Fix comment typos. | Kazu Hirata | 1 | -4/+6 |
2004-12-04 | re PR middle-end/17909 (ICE: verifiy_stms failed) | Andrew Pinski | 1 | -9/+28 |
2004-11-23 | function.h (struct function): Remove calls_longjmp. | Zack Weinberg | 1 | -2/+0 |
2004-11-09 | builtins.c, [...]: Say "argument" instead of "arg" in diagnostics. | Joseph Myers | 1 | -9/+10 |
2004-11-09 | builtins.c, [...]: Avoid "`" as left quote, using "'" or %q, %< and %> as app... | Joseph Myers | 1 | -3/+3 |
2004-11-04 | builtins.c (expand_builtin_return_addr, [...]): Make them static. | Kazu Hirata | 1 | -3/+3 |
2004-10-27 | btest-gcc.sh (TESTLOGS): Examine regressions in libstdc++, libffi, and libjava. | Geoffrey Keating | 1 | -33/+27 |
2004-10-19 | builtins.c (expand_builtin_memmove): If fold_builtin_memmove succeeds, only e... | Richard Henderson | 1 | -1/+1 |
2004-10-10 | re PR c/17301 (ICE on wrong usage of __builtin_stdarg_start) | Joseph Myers | 1 | -0/+5 |
2004-10-08 | c-lex.c (interpret_float): Give a pedwarn rather than a warning for an out-of... | Joseph Myers | 1 | -1/+8 |
2004-10-08 | builtins.c (expand_builtin_mempcpy): Move tree handling code to fold_builtin_... | Kaveh R. Ghazi | 1 | -66/+42 |
2004-10-08 | builtins.c (expand_builtin_strncpy): Delete duplicate code. | Kaveh R. Ghazi | 1 | -32/+12 |
2004-10-06 | builtins.c (expand_builtin_strcpy): Delete duplicate code. | Kaveh R. Ghazi | 1 | -32/+17 |
2004-10-05 | builtins.c (expand_builtin_memmove): Delete duplicate code and accept a tree ... | Kaveh R. Ghazi | 1 | -29/+17 |
2004-10-04 | builtins.c (expand_builtin_memcpy): Delete duplicate code and make the first ... | Kaveh R. Ghazi | 1 | -18/+7 |
2004-10-03 | builtins.c (expand_builtin_memcmp, [...]): Delete duplicate code. | Kaveh R. Ghazi | 1 | -142/+20 |
2004-10-01 | builtins.c (expand_builtin_strstr, [...]): Eliminate duplicate code. | Kaveh R. Ghazi | 1 | -336/+43 |
2004-09-30 | builtins.c (expand_builtin_strlen): Do not call emit_move_insn with a PLUS as... | Ulrich Weigand | 1 | -7/+7 |
2004-09-26 | builtins.c (expand_builtin_memcmp): Adjust MEM_SIZE to reflect size of memory... | Ulrich Weigand | 1 | -0/+8 |
2004-09-26 | builtins.c (get_memory_rtx): Set mem attributes for non-ADDR_EXPR expressions. | Ulrich Weigand | 1 | -6/+11 |
2004-09-23 | * builtins.c: Fix a comment typo. | Kazu Hirata | 1 | -1/+1 |
2004-09-23 | builtins.c (simplify_builtin_va_start): Remove. | Eric Christopher | 1 | -213/+90 |
2004-09-20 | builtins.c (fold_builtin): Call the new omonymous target hook for machine-dep... | Paolo Bonzini | 1 | -1/+1 |
2004-09-17 | alias.c (find_base_decl): Remove unreachable case '3' block. | Jeffrey D. Oldham | 1 | -3/+3 |
2004-09-15 | attribs.c, [...]: Use %<, %> and %q for quoting in diagnostics going through ... | Joseph Myers | 1 | -27/+27 |
2004-09-15 | builtins.c (expand_builtin_memmove): Optimize memmove (x, y, 1) into memcpy (... | Jakub Jelinek | 1 | -0/+10 |
2004-09-09 | builtins.c (build_va_arg_indirect_ref): New function. | Frank Ch. Eigler | 1 | -5/+10 |
2004-09-09 | builtins.c: Fix prototype for fold_builtin_atan. | Eric Christopher | 1 | -1/+1 |
2004-09-08 | builtins.c (fold_builtin_strlen, [...]): New functions. | Eric Christopher | 1 | -294/+379 |
2004-09-08 | Makefile.in (builtins.o): Depend on tree-mudflap.h. | Andreas Tobler | 1 | -0/+1 |
2004-09-08 | builtins.c (std_gimplify_va_arg_expr): Mark INDIRECT_REF nodes generated from... | Frank Ch. Eigler | 1 | -2/+10 |
2004-09-07 | builtins.c (fold_builtin_strchr): Use build_int_cst, not fold_convert. | Nathan Sidwell | 1 | -15/+10 |
2004-09-04 | builtins.c (expand_builtin_mathfn): Handle BUILT_IN_RINT{,F,L} using rint_optab. | Uros Bizjak | 1 | -0/+7 |
2004-09-02 | builtins.c (expand_builtin_cabs): Delete. | Eric Christopher | 1 | -38/+11 |
2004-08-30 | alias.c (mems_in_disjoint_alias_sets_p, [...]): Use gcc_assert and gcc_unreac... | Nathan Sidwell | 1 | -48/+39 |
2004-08-25 | tree.h (build_int_cst): New, sign extended constant. | Nathan Sidwell | 1 | -21/+20 |
2004-08-15 | tree.h (build_int_cst): New. | Nathan Sidwell | 1 | -36/+38 |
2004-08-10 | builtins.def (BUILT_IN_STACK_ALLOC): Remove. | Richard Henderson | 1 | -5/+0 |
2004-07-25 | fold-const.c (constant_boolean_node): Make extern. | Roger Sayle | 1 | -1/+2 |
2004-07-21 | builtins.c (expand_builtin_setjmp_receiver): Fix comment for code removal. | Eric Christopher | 1 | -14/+13 |
2004-07-18 | builtins.c (simplify_builtin_memcmp, [...]): Delete. | Roger Sayle | 1 | -254/+131 |
2004-07-16 | builtins.c (std_expand_builtin_va_arg): Remove. | Richard Henderson | 1 | -181/+2 |
2004-07-16 | builtins.c (expand_builtin_stpcpy): Do not create temporary reg with VOIDmode. | Steve Ellcey | 1 | -1/+6 |
2004-07-14 | expr.c (enqueue_insn, [...]): Remove. | Paolo Bonzini | 1 | -13/+1 |
2004-07-13 | builtins.c (std_gimplify_va_arg_expr): Handle types passed by reference. | Richard Henderson | 1 | -11/+9 |
2004-07-12 | function.c (expand_function_start): Ensure r_save is in Pmode. | Steve Ellcey | 1 | -0/+2 |
2004-07-12 | target.h (struct gcc_target): Move gimplify_va_arg_expr next to build_builtin... | Richard Henderson | 1 | -2/+2 |
2004-07-11 | builtins.c (fold_builtin_fputs): Don't bother converting the return type to i... | Roger Sayle | 1 | -2/+3 |
2004-07-10 | builtins.c (std_gimplify_va_arg_expr): Widen align/boundary to HOST_WIDE_INT. | Richard Henderson | 1 | -2/+2 |