Age | Commit message (Expand) | Author | Files | Lines |
2005-04-14 | re PR middle-end/14311 (builtins for atomic operations needed) | Richard Henderson | 1 | -0/+37 |
2005-04-11 | * builtins.def (BUILT_IN_LCEIL, BUILT_IN_LCEILF, BUILT_IN_LCEILL) | Uros Bizjak | 1 | -0/+2 |
2005-04-09 | * builtins.def (BUILT_IN_LFLOOR, BUILT_IN_LFLOORF, BUILT_IN_LFLOORL) | Uros Bizjak | 1 | -0/+2 |
2005-03-24 | optabs.h (enum optab_index): Remove OTI_llrint. | Uros Bizjak | 1 | -2/+0 |
2005-03-21 | optabs.h (enum optab_index): Add new OTI_lrint and OTI_llrint. | Uros Bizjak | 1 | -0/+4 |
2005-03-16 | optabs.c (expand_copysign_absneg): Make static. | Roger Sayle | 1 | -1/+0 |
2005-02-12 | optabs.h (enum optab_index): Add new OTI_ldexp. | Uros Bizjak | 1 | -0/+3 |
2005-02-09 | re PR middle-end/19402 (__builtin_powi? still missing) | Richard Guenther | 1 | -0/+5 |
2005-02-01 | re PR other/19696 (gcc.c-torture/execute/ieee/copysign1.c: Unsatisfied symbol... | Richard Henderson | 1 | -0/+1 |
2005-01-27 | builtins.c (expand_builtin_copysign): New. | Richard Henderson | 1 | -0/+6 |
2005-01-18 | basic-block.h, [...]: Update copyright. | Kazu Hirata | 1 | -1/+1 |
2005-01-14 | c-tree.h, [...]: Remove unused prototypes. | Kazu Hirata | 1 | -5/+0 |
2004-12-22 | optabs.h (OTI_movmisalign, [...]): New. | Richard Henderson | 1 | -0/+3 |
2004-12-09 | genopinit.c (vec_realign_store_optab): Initialization removed. | Dorit Naishlos | 1 | -3/+0 |
2004-11-24 | optabs.h (force_expand_binop): Declare. | Richard Sandiford | 1 | -0/+3 |
2004-11-09 | optabs.c (prepare_operand): Make it static. | Kazu Hirata | 1 | -3/+0 |
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 | -0/+12 |
2004-09-23 | tree.def (ALIGN_INDIRECT_REF, [...]): New tree-codes. | Dorit Naishlos | 1 | -0/+10 |
2004-09-18 | alias.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -2/+2 |
2004-09-04 | builtins.c (expand_builtin_mathfn): Handle BUILT_IN_RINT{,F,L} using rint_optab. | Uros Bizjak | 1 | -2/+4 |
2004-09-02 | builtins.c (expand_builtin_cabs): Delete. | Eric Christopher | 1 | -4/+1 |
2004-08-11 | configure.in (arm*-*-eabi*): New target. | Mark Mitchell | 1 | -0/+5 |
2004-08-09 | expr.c (var_rtx): Remove. | Paolo Bonzini | 1 | -6/+0 |
2004-07-22 | tree-cfg.c (gimplify_val): Move from tree-complex.c. | Paolo Bonzini | 1 | -0/+4 |
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/+3 |
2004-05-06 | optabs.h (enum optab_index): Add new OTI_fmod and OTI_drem. | Uros Bizjak | 1 | -0/+5 |
2004-05-03 | optabs.h (enum optab_index): Add new OTI_expm1. | Uros Bizjak | 1 | -0/+3 |
2004-04-20 | optabs.h (enum optab_index): Add new OTI_asin and OTI_acos. | Uros Bizjak | 1 | -0/+6 |
2004-04-15 | optabs.h (enum optab_index): Add new OTI_logb and OTI_ilogb. | Uros Bizjak | 1 | -0/+5 |
2004-04-06 | builtins.c: Implement support for sincos function. | Uros Bizjak | 1 | -0/+6 |
2004-03-10 | optabs.h (enum optab_index): Add new OTI_exp10 and OTI_exp2. | Uros Bizjak | 1 | -0/+6 |
2004-02-11 | optabs.h (enum optab_index): Add new OTI_log10 and OTI_log2. | Uros Bizjak | 1 | -0/+6 |
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/+11 |
2003-10-07 | expr.c (cmpstr_optab, [...]): New. | Zack Weinberg | 1 | -0/+5 |
2003-10-07 | * libfuncs.h (LTI_extendsfdf2, LTI_extendsfxf2, LTI_extendsftf2) | Zack Weinberg | 1 | -12/+50 |
2003-10-04 | * libfuncs.h | Zack Weinberg | 1 | -0/+17 |
2003-10-02 | target.h (init_libfuncs): New hook. | Zack Weinberg | 1 | -0/+3 |
2003-07-06 | jump.c: Convert prototypes to ISO C90. | Andreas Jaeger | 1 | -30/+29 |
2003-06-16 | optabs.h (enum optab_index): Add new OTI_tan and OTI_atan. | Roger Sayle | 1 | -0/+6 |
2003-06-03 | optabs.c (expand_abs_nojump): Split out from ... | Richard Henderson | 1 | -0/+1 |
2003-02-11 | optabs.h (enum optab_index): Add new OTI_pow and OTI_atan2. | Roger Sayle | 1 | -1/+7 |
2003-02-01 | [multiple changes] | Richard Henderson | 1 | -1/+9 |
2003-01-10 | Merge from pch-branch. | Geoffrey Keating | 1 | -2/+2 |
2003-01-07 | re PR target/8322 (SSE2 intrinsics broken?) | Jan Hubicka | 1 | -0/+4 |
2002-12-16 | Merge basic-improvements-branch to trunk | Zack Weinberg | 1 | -0/+11 |
2002-08-03 | builtins.def: Define new builtin functions exp... | Roger Sayle | 1 | -0/+6 |
2002-06-04 | Merge from pch-branch up to tag pch-commit-20020603. | Geoffrey Keating | 1 | -4/+5 |