aboutsummaryrefslogtreecommitdiff
path: root/gcc/optabs.c
AgeCommit message (Expand)AuthorFilesLines
2005-02-12optabs.h (enum optab_index): Add new OTI_ldexp.Uros Bizjak1-0/+1
2005-02-09re PR middle-end/19402 (__builtin_powi? still missing)Richard Guenther1-0/+4
2005-02-01re PR other/19696 (gcc.c-torture/execute/ieee/copysign1.c: Unsatisfied symbol...Richard Henderson1-1/+1
2005-01-31re PR other/19696 (gcc.c-torture/execute/ieee/copysign1.c: Unsatisfied symbol...Richard Henderson1-30/+136
2005-01-30re PR other/19696 (gcc.c-torture/execute/ieee/copysign1.c: Unsatisfied symbol...Richard Henderson1-142/+211
2005-01-30optabs.c, [...]: Update copyright.Kazu Hirata1-1/+1
2005-01-27builtins.c (expand_builtin_copysign): New.Richard Henderson1-0/+86
2004-12-22optabs.h (OTI_movmisalign, [...]): New.Richard Henderson1-0/+1
2004-12-09genopinit.c (vec_realign_store_optab): Initialization removed.Dorit Naishlos1-3/+0
2004-12-02optabs.c (lowpart_subreg_maybe_copy): New.Richard Henderson1-2/+24
2004-11-24optabs.h (force_expand_binop): Declare.Richard Sandiford1-1/+1
2004-11-16* optabs.c (vector_compare_rtx): Fix COMPARISON_CLASS_P use.Devang Patel1-1/+1
2004-11-12* optabs.c (vector_compare_rtx): Use COMPARISON_CLASS_P.Devang Patel1-1/+1
2004-11-09optabs.c (prepare_operand): Make it static.Kazu Hirata1-1/+1
2004-09-28re PR tree-optimization/17531 ([ivopts] ICE compiling gzip deflate.c)Richard Henderson1-2/+10
2004-09-28* optabs.c, optabs.h: Fix comment typos.Kazu Hirata1-1/+1
2004-09-27expr.c (expand_expr_real_1): Handle VEC_COND_EXPR.Devang Patel1-1/+178
2004-09-23tree.def (ALIGN_INDIRECT_REF, [...]): New tree-codes.Dorit Naishlos1-0/+90
2004-09-17basic-block.h, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-09-10Revert 2004-09-09 Giovanni Bajo <giovannibajo@gcc.gnu.org>Nathan Sidwell1-44/+70
2004-09-10lambda-mat.c (lambda_matrix_inverse_hard): Use gcc_assert and gcc_unreachable...Giovanni Bajo1-70/+44
2004-09-05c-common.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-09-04md.texi (shift patterns): New anchor.Richard Sandiford1-94/+396
2004-09-04builtins.c (expand_builtin_mathfn): Handle BUILT_IN_RINT{,F,L} using rint_optab.Uros Bizjak1-0/+1
2004-09-02builtins.c (expand_builtin_cabs): Delete.Eric Christopher1-1117/+15
2004-08-19defaults.h (TARGET_LIBGCC_LIBFUNCS): Remove.Mark Mitchell1-73/+70
2004-08-17Makefile.in: Regenerate.Paolo Bonzini1-12/+12
2004-08-11configure.in (arm*-*-eabi*): New target.Mark Mitchell1-73/+203
2004-08-09expr.c (var_rtx): Remove.Paolo Bonzini1-17/+0
2004-07-22tree-cfg.c (gimplify_val): Move from tree-complex.c.Paolo Bonzini1-1/+85
2004-07-14expr.c (enqueue_insn, [...]): Remove.Paolo Bonzini1-99/+16
2004-07-10expr.h (store_bit_field, [...]): Remove last argument.Jakub Jelinek1-7/+5
2004-07-09alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_...Jerry Quinn1-4/+4
2004-07-07builtins.c: Rename movstr*, except for movstrict*, to movmem* and clrstr* to ...Alexandre Oliva1-2/+2
2004-07-05c-decl.c, [...]: Don't check TARGET_MEM_FUNCTIONS.Joseph Myers1-10/+1
2004-07-01alias.c (get_alias_set, [...]): Use MEM_P.Jerry Quinn1-2/+2
2004-07-01cgraph.h (cgraph_build_static_cdtor): Declare.Richard Henderson1-1/+0
2004-06-15alias.c (record_set, [...]): Use REG_P.Jerry Quinn1-16/+16
2004-05-17optabs.c (expand_unop): Try implementing negation using subtraction from zero.Richard Sandiford1-0/+9
2004-05-07optabs.h (enum optab_index): Add new OTI_log1p.Uros Bizjak1-0/+1
2004-05-06optabs.h (enum optab_index): Add new OTI_fmod and OTI_drem.Uros Bizjak1-0/+2
2004-05-03optabs.h (enum optab_index): Add new OTI_expm1.Uros Bizjak1-0/+1
2004-04-30bb-reorder.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-04-20optabs.h (enum optab_index): Add new OTI_asin and OTI_acos.Uros Bizjak1-0/+2
2004-04-15optabs.h (enum optab_index): Add new OTI_logb and OTI_ilogb.Uros Bizjak1-0/+2
2004-04-14optabs.c (expand_twoval_unop): Reorder function arguments.Uros Bizjak1-2/+2
2004-04-06builtins.c: Implement support for sincos function.Uros Bizjak1-0/+104
2004-03-31builtins.c, [...]: Change most occurrences of TREE_UNSIGNED to TYPE_UNSIGNED.Richard Kenner1-1/+1
2004-03-23optabs.c (expand_binop): When synthesizing double word rotates from single wo...Olivier Hainque1-2/+6
2004-03-10optabs.h (enum optab_index): Add new OTI_exp10 and OTI_exp2.Uros Bizjak1-0/+2