| Commit message (Expand) | Author | Age | Files | Lines |
* | * optabs.h (enum optab_index): Remove OTI_llrint. | uros | 2005-03-24 | 1 | -1/+0 |
* | * optabs.c (expand_binop): Make sure the first subword's result | dj | 2005-03-23 | 1 | -0/+5 |
* | * optabs.h (enum optab_index): Add new OTI_lrint and OTI_llrint. | uros | 2005-03-21 | 1 | -0/+2 |
* | * optabs.c (expand_copysign_absneg): Make static. | sayle | 2005-03-16 | 1 | -1/+1 |
* | * optabs.c (expand_doubleword_mult): Avoid clobbering op0 and | sayle | 2005-03-15 | 1 | -4/+4 |
* | * real.c (c4x_single_format, c4x_extended_format): Provide values | sayle | 2005-03-15 | 1 | -10/+9 |
* | * real.h (struct real_format): Split the signbit field into two | sayle | 2005-03-15 | 1 | -2/+2 |
* | PR rtl-optimization/17236 | sayle | 2005-03-14 | 1 | -173/+189 |
* | * optabs.h (enum optab_index): Add new OTI_ldexp. | uros | 2005-02-12 | 1 | -0/+1 |
* | 2005-02-09 Richard Guenther <rguenth@gcc.gnu.org> | rguenth | 2005-02-09 | 1 | -0/+4 |
* | PR 19696 | rth | 2005-02-01 | 1 | -1/+1 |
* | PR 19696 | rth | 2005-01-31 | 1 | -30/+136 |
* | PR 19696 | rth | 2005-01-31 | 1 | -142/+211 |
* | * optabs.c, doc/c-tree.texi, doc/install.texi, doc/md.texi, | kazu | 2005-01-30 | 1 | -1/+1 |
* | * builtins.c (expand_builtin_copysign): New. | rth | 2005-01-28 | 1 | -0/+86 |
* | * optabs.h (OTI_movmisalign, movmisalign_optab): New. | rth | 2004-12-23 | 1 | -0/+1 |
* | 2004-12-09 Dorit Naishlos <dorit@il.ibm.com> | dorit | 2004-12-09 | 1 | -3/+0 |
* | * optabs.c (lowpart_subreg_maybe_copy): New. | rth | 2004-12-02 | 1 | -2/+24 |
* | * optabs.h (force_expand_binop): Declare. | rsandifo | 2004-11-24 | 1 | -1/+1 |
* | * optabs.c (vector_compare_rtx): Fix COMPARISON_CLASS_P use. | dpatel | 2004-11-17 | 1 | -1/+1 |
* | * optabs.c (vector_compare_rtx): Use COMPARISON_CLASS_P. | dpatel | 2004-11-13 | 1 | -1/+1 |
* | * optabs.c (prepare_operand): Make it static. | kazu | 2004-11-09 | 1 | -1/+1 |
* | PR 17531 | rth | 2004-09-28 | 1 | -2/+10 |
* | * optabs.c, optabs.h: Fix comment typos. | kazu | 2004-09-28 | 1 | -1/+1 |
* | * expr.c (expand_expr_real_1): Handle VEC_COND_EXPR. | dpatel | 2004-09-28 | 1 | -1/+178 |
* | 2004-09-23 Dorit Naishlos <dorit@il.ibm.com> | dorit | 2004-09-23 | 1 | -0/+90 |
* | * basic-block.h, c-decl.c, c-parse.in, cgraphunit.c, ddg.c, | kazu | 2004-09-17 | 1 | -1/+1 |
* | Revert 2004-09-09 Giovanni Bajo <giovannibajo@gcc.gnu.org> | nathan | 2004-09-10 | 1 | -44/+70 |
* | * lambda-mat.c (lambda_matrix_inverse_hard): Use gcc_assert | nathan | 2004-09-10 | 1 | -70/+44 |
* | * c-common.c, cfgexpand.c, cgraphunit.c, defaults.h, | kazu | 2004-09-05 | 1 | -1/+1 |
* | * doc/md.texi (shift patterns): New anchor. Add reference to | rsandifo | 2004-09-04 | 1 | -94/+396 |
* | 2004-09-04 Uros Bizjak <uros@kss-loka.si> | uros | 2004-09-04 | 1 | -0/+1 |
* | 2004-09-02 Eric Christopher <echristo@redhat.com> | echristo | 2004-09-02 | 1 | -1117/+15 |
* | * defaults.h (TARGET_LIBGCC_LIBFUNCS): Remove. | mmitchel | 2004-08-19 | 1 | -73/+70 |
* | 2004-08-17 Paolo Bonzini <bonzini@gnu.org> | bonzini | 2004-08-17 | 1 | -12/+12 |
* | * configure.in (arm*-*-eabi*): New target. | mmitchel | 2004-08-11 | 1 | -73/+203 |
* | 2004-07-24 Paolo Bonzini <bonzini@gnu.org> | bonzini | 2004-08-09 | 1 | -17/+0 |
* | 2004-07-22 Paolo Bonzini <bonzini@gnu.org> | bonzini | 2004-07-22 | 1 | -1/+85 |
* | 2004-07-14 Paolo Bonzini <bonzini@gnu.org> | bonzini | 2004-07-14 | 1 | -99/+16 |
* | * expr.h (store_bit_field, extract_bit_field): Remove last argument. | jakub | 2004-07-10 | 1 | -7/+5 |
* | 2004-07-08 Jerry Quinn <jlquinn@optonline.net> | jlquinn | 2004-07-09 | 1 | -4/+4 |
* | gcc/ChangeLog: | aoliva | 2004-07-07 | 1 | -2/+2 |
* | * c-decl.c, config/m32r/m32r.c, expr.c, optabs.c: Don't check | jsm28 | 2004-07-05 | 1 | -10/+1 |
* | 2004-07-01 Jerry Quinn <jlquinn@optonline.net> | jlquinn | 2004-07-01 | 1 | -2/+2 |
* | * cgraph.h (cgraph_build_static_cdtor): Declare. | rth | 2004-07-01 | 1 | -1/+0 |
* | 2004-06-15 Jerry Quinn <jlquinn@optonline.net> | jlquinn | 2004-06-15 | 1 | -16/+16 |
* | * optabs.c (expand_unop): Try implementing negation using subtraction | rsandifo | 2004-05-17 | 1 | -0/+9 |
* | * optabs.h (enum optab_index): Add new OTI_log1p. | uros | 2004-05-07 | 1 | -0/+1 |
* | * optabs.h (enum optab_index): Add new OTI_fmod and OTI_drem. | uros | 2004-05-06 | 1 | -0/+2 |
* | 2004-05-03 Uros Bizjak <uros@kss-loka.si> | uros | 2004-05-03 | 1 | -0/+1 |