Age | Commit message (Expand) | Author | Files | Lines |
2004-12-22 | optabs.h (OTI_movmisalign, [...]): New. | Richard Henderson | 1 | -0/+1 |
2004-12-09 | genopinit.c (vec_realign_store_optab): Initialization removed. | Dorit Naishlos | 1 | -3/+0 |
2004-12-02 | optabs.c (lowpart_subreg_maybe_copy): New. | Richard Henderson | 1 | -2/+24 |
2004-11-24 | optabs.h (force_expand_binop): Declare. | Richard Sandiford | 1 | -1/+1 |
2004-11-16 | * optabs.c (vector_compare_rtx): Fix COMPARISON_CLASS_P use. | Devang Patel | 1 | -1/+1 |
2004-11-12 | * optabs.c (vector_compare_rtx): Use COMPARISON_CLASS_P. | Devang Patel | 1 | -1/+1 |
2004-11-09 | optabs.c (prepare_operand): Make it static. | Kazu Hirata | 1 | -1/+1 |
2004-09-28 | re PR tree-optimization/17531 ([ivopts] ICE compiling gzip deflate.c) | Richard Henderson | 1 | -2/+10 |
2004-09-28 | * optabs.c, optabs.h: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2004-09-27 | expr.c (expand_expr_real_1): Handle VEC_COND_EXPR. | Devang Patel | 1 | -1/+178 |
2004-09-23 | tree.def (ALIGN_INDIRECT_REF, [...]): New tree-codes. | Dorit Naishlos | 1 | -0/+90 |
2004-09-17 | basic-block.h, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2004-09-10 | Revert 2004-09-09 Giovanni Bajo <giovannibajo@gcc.gnu.org> | Nathan Sidwell | 1 | -44/+70 |
2004-09-10 | lambda-mat.c (lambda_matrix_inverse_hard): Use gcc_assert and gcc_unreachable... | Giovanni Bajo | 1 | -70/+44 |
2004-09-05 | c-common.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2004-09-04 | md.texi (shift patterns): New anchor. | Richard Sandiford | 1 | -94/+396 |
2004-09-04 | builtins.c (expand_builtin_mathfn): Handle BUILT_IN_RINT{,F,L} using rint_optab. | Uros Bizjak | 1 | -0/+1 |
2004-09-02 | builtins.c (expand_builtin_cabs): Delete. | Eric Christopher | 1 | -1117/+15 |
2004-08-19 | defaults.h (TARGET_LIBGCC_LIBFUNCS): Remove. | Mark Mitchell | 1 | -73/+70 |
2004-08-17 | Makefile.in: Regenerate. | Paolo Bonzini | 1 | -12/+12 |
2004-08-11 | configure.in (arm*-*-eabi*): New target. | Mark Mitchell | 1 | -73/+203 |
2004-08-09 | expr.c (var_rtx): Remove. | Paolo Bonzini | 1 | -17/+0 |
2004-07-22 | tree-cfg.c (gimplify_val): Move from tree-complex.c. | Paolo Bonzini | 1 | -1/+85 |
2004-07-14 | expr.c (enqueue_insn, [...]): Remove. | Paolo Bonzini | 1 | -99/+16 |
2004-07-10 | expr.h (store_bit_field, [...]): Remove last argument. | Jakub Jelinek | 1 | -7/+5 |
2004-07-09 | alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_... | Jerry Quinn | 1 | -4/+4 |
2004-07-07 | builtins.c: Rename movstr*, except for movstrict*, to movmem* and clrstr* to ... | Alexandre Oliva | 1 | -2/+2 |
2004-07-05 | c-decl.c, [...]: Don't check TARGET_MEM_FUNCTIONS. | Joseph Myers | 1 | -10/+1 |
2004-07-01 | alias.c (get_alias_set, [...]): Use MEM_P. | Jerry Quinn | 1 | -2/+2 |
2004-07-01 | cgraph.h (cgraph_build_static_cdtor): Declare. | Richard Henderson | 1 | -1/+0 |
2004-06-15 | alias.c (record_set, [...]): Use REG_P. | Jerry Quinn | 1 | -16/+16 |
2004-05-17 | optabs.c (expand_unop): Try implementing negation using subtraction from zero. | Richard Sandiford | 1 | -0/+9 |
2004-05-07 | optabs.h (enum optab_index): Add new OTI_log1p. | Uros Bizjak | 1 | -0/+1 |
2004-05-06 | optabs.h (enum optab_index): Add new OTI_fmod and OTI_drem. | Uros Bizjak | 1 | -0/+2 |
2004-05-03 | optabs.h (enum optab_index): Add new OTI_expm1. | Uros Bizjak | 1 | -0/+1 |
2004-04-30 | bb-reorder.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2004-04-20 | optabs.h (enum optab_index): Add new OTI_asin and OTI_acos. | Uros Bizjak | 1 | -0/+2 |
2004-04-15 | optabs.h (enum optab_index): Add new OTI_logb and OTI_ilogb. | Uros Bizjak | 1 | -0/+2 |
2004-04-14 | optabs.c (expand_twoval_unop): Reorder function arguments. | Uros Bizjak | 1 | -2/+2 |
2004-04-06 | builtins.c: Implement support for sincos function. | Uros Bizjak | 1 | -0/+104 |
2004-03-31 | builtins.c, [...]: Change most occurrences of TREE_UNSIGNED to TYPE_UNSIGNED. | Richard Kenner | 1 | -1/+1 |
2004-03-23 | optabs.c (expand_binop): When synthesizing double word rotates from single wo... | Olivier Hainque | 1 | -2/+6 |
2004-03-10 | optabs.h (enum optab_index): Add new OTI_exp10 and OTI_exp2. | Uros Bizjak | 1 | -0/+2 |
2004-03-03 | alias.c (rtx_equal_for_memref_p): Use predicates to test rtx classes and new ... | Paolo Bonzini | 1 | -4/+7 |
2004-03-02 | re PR middle-end/11767 (different code behaviour with -fnon-call-exceptions -... | Richard Henderson | 1 | -0/+10 |
2004-02-19 | md.texi (Standard Names): Document additional dependency on fix pattern. | Aldy Hernandez | 1 | -11/+10 |
2004-02-11 | optabs.h (enum optab_index): Add new OTI_log10 and OTI_log2. | Uros Bizjak | 1 | -0/+2 |
2004-02-03 | doloop.c, [...]: Use const0_rtx instead of GEN_INT (0). | Kazu Hirata | 1 | -3/+3 |
2004-01-21 | alias.c, [...]: Update copyright. | Kazu Hirata | 1 | -1/+1 |
2004-01-01 | expmed.c (store_bit_field, [...]): Use new named patterns | Jan Hubicka | 1 | -0/+3 |