aboutsummaryrefslogtreecommitdiff
path: root/gcc/optabs.c
AgeCommit message (Expand)AuthorFilesLines
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
2004-03-03alias.c (rtx_equal_for_memref_p): Use predicates to test rtx classes and new ...Paolo Bonzini1-4/+7
2004-03-02re PR middle-end/11767 (different code behaviour with -fnon-call-exceptions -...Richard Henderson1-0/+10
2004-02-19md.texi (Standard Names): Document additional dependency on fix pattern.Aldy Hernandez1-11/+10
2004-02-11optabs.h (enum optab_index): Add new OTI_log10 and OTI_log2.Uros Bizjak1-0/+2
2004-02-03doloop.c, [...]: Use const0_rtx instead of GEN_INT (0).Kazu Hirata1-3/+3
2004-01-21alias.c, [...]: Update copyright.Kazu Hirata1-1/+1
2004-01-01expmed.c (store_bit_field, [...]): Use new named patternsJan Hubicka1-0/+3
2003-11-21ChangeLog.7: Fix comment typos.Kazu Hirata1-1/+1
2003-10-23re PR middle-end/12705 (: complex powers)Roger Sayle1-19/+10
2003-10-20c-common.c (registered_builtin_types): New static.Zack Weinberg1-12/+1
2003-10-11expr.c: Follow spelling conventions.Kazu Hirata1-1/+1
2003-10-11cse.c (constant_pool_entries_regcost): New global variable to hold the regist...Roger Sayle1-2/+20
2003-10-09optabs.c (prepare_float_lib_cmp): Always attach a REG_EQUAL note to the compa...Roger Sayle1-58/+50
2003-10-07optabs.c (init_intraclass_conv_libfuncs): Fix order of array indicees for flo...Richard Earnshaw1-2/+2