Age | Commit message (Expand) | Author | Files | Lines |
2006-11-22 | c-tree.texi: Document new tree codes. | Ira Rosen | 1 | -0/+4 |
2006-11-08 | [multiple changes] | Dorit Nuzman | 1 | -1/+11 |
2006-11-01 | Add missing genopinit.c change for revision 118361. | Geoffrey Keating | 1 | -0/+1 |
2006-10-29 | genopinit.c (optabs): Change lfloor_optab and lceil_optab to conversion optabs. | Richard Guenther | 1 | -2/+2 |
2006-10-28 | re PR target/28806 (lround is not expanded inline to SSE conversion sequence) | Richard Guenther | 1 | -0/+1 |
2006-10-25 | optabs.h (enum optab_index): Remove OTI_lrint. | Richard Guenther | 1 | -1/+1 |
2006-10-25 | optabs.h (enum optab_index): Rename OTI_drem to OTI_remainder. | Uros Bizjak | 1 | -1/+1 |
2006-01-23 | r110124@banpei: zack | 2006-01-22 14:45:55 -0800 | Zack Weinberg | 1 | -7/+0 |
2006-01-19 | Makefile.in (tree-vect-patterns.o): Add rule for new file. | Dorit Nuzman | 1 | -1/+5 |
2005-12-19 | optabs.c (init_floating_libfuncs): Handle decimal float modes. | Jon Grimm | 1 | -1/+3 |
2005-11-22 | optabs.c (expand_abs_nojump): Use SCALAR_FLOAT_MODE_P instead of explicitly t... | Ben Elliston | 1 | -1/+1 |
2005-11-20 | expr.c (expand_expr_real): Use usmul_optab for widening signed * unsigned mul... | Bernd Schmidt | 1 | -0/+1 |
2005-07-12 | builtins.c: (expand_builtin_memcmp, expand_builtin_strncmp): s/cmpstrsi/cmpst... | Adrian Straetling | 1 | -0/+1 |
2005-06-28 | builtins.c: (expand_builtin_memset): Rewrite to support 'set_storage_via_setm... | Adrian Straetling | 1 | -1/+1 |
2005-06-25 | Update FSF address. | Kelley Cook | 1 | -2/+2 |
2005-06-21 | genopinit.c (vec_shl_optab, [...]): Initialize new optabs. | Dorit Nuzman | 1 | -1/+4 |
2005-06-18 | tree.def (REDUC_MAX_EXPR, [...]): New tree-codes. | Dorit Nuzman | 1 | -1/+6 |
2005-04-14 | re PR middle-end/14311 (builtins for atomic operations needed) | Richard Henderson | 1 | -1/+24 |
2005-04-11 | * builtins.def (BUILT_IN_LCEIL, BUILT_IN_LCEILF, BUILT_IN_LCEILL) | Uros Bizjak | 1 | -0/+1 |
2005-04-09 | * builtins.def (BUILT_IN_LFLOOR, BUILT_IN_LFLOORF, BUILT_IN_LFLOORL) | Uros Bizjak | 1 | -0/+1 |
2005-03-24 | optabs.h (enum optab_index): Remove OTI_llrint. | Uros Bizjak | 1 | -1/+0 |
2005-03-21 | optabs.h (enum optab_index): Add new OTI_lrint and OTI_llrint. | Uros Bizjak | 1 | -0/+2 |
2005-02-12 | optabs.h (enum optab_index): Add new OTI_ldexp. | Uros Bizjak | 1 | -0/+1 |
2005-01-27 | builtins.c (expand_builtin_copysign): New. | Richard Henderson | 1 | -0/+1 |
2005-01-22 | genopinit.c (optabs): Use smin/smax for floating point too. | Richard Henderson | 1 | -5/+3 |
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 | -1/+0 |
2004-09-27 | expr.c (expand_expr_real_1): Handle VEC_COND_EXPR. | Devang Patel | 1 | -1/+3 |
2004-09-23 | tree.def (ALIGN_INDIRECT_REF, [...]): New tree-codes. | Dorit Naishlos | 1 | -1/+3 |
2004-09-09 | Makefile.in (gengtype): Use $(BUILD_ERRORS). | Nathan Sidwell | 1 | -1/+1 |
2004-09-04 | builtins.c (expand_builtin_mathfn): Handle BUILT_IN_RINT{,F,L} using rint_optab. | Uros Bizjak | 1 | -1/+2 |
2004-08-03 | gensupport.c (init_md_reader_args_cb): Renamed from init_md_reader_args. | Zack Weinberg | 1 | -3/+0 |
2004-08-02 | * genopinit.c (gen_insn): Check for MODE_COMPLEX_FLOAT patterns for $F. | J"orn Rennecke | 1 | -0/+1 |
2004-07-07 | builtins.c: Rename movstr*, except for movstrict*, to movmem* and clrstr* to ... | Alexandre Oliva | 1 | -2/+2 |
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-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-06 | builtins.c: Implement support for sincos function. | Uros Bizjak | 1 | -0/+1 |
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 | -1/+3 |
2004-02-11 | optabs.h (enum optab_index): Add new OTI_log10 and OTI_log2. | Uros Bizjak | 1 | -0/+2 |
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 | -1/+4 |
2003-10-13 | Makefile.in (BUILD_RTL): Replace $(BUILD_PREFIX)insn-modes.o with min-insn-mo... | Zack Weinberg | 1 | -1/+1 |
2003-10-08 | genopinit.c (main): Output code to declare undefined variables. | Kazu Hirata | 1 | -0/+5 |
2003-10-07 | expr.c (cmpstr_optab, [...]): New. | Zack Weinberg | 1 | -1/+3 |
2003-10-07 | * libfuncs.h (LTI_extendsfdf2, LTI_extendsfxf2, LTI_extendsftf2) | Zack Weinberg | 1 | -29/+39 |
2003-07-05 | genattr.c (internal_dfa_insn_code): Output prototype. | Kaveh R. Ghazi | 1 | -1/+1 |