summaryrefslogtreecommitdiff
path: root/gcc/optabs.c
Commit message (Expand)AuthorAgeFilesLines
* optabs.h (force_expand_binop): Declare.Richard Sandiford2004-11-241-1/+1
* * optabs.c (vector_compare_rtx): Fix COMPARISON_CLASS_P use.Devang Patel2004-11-161-1/+1
* * optabs.c (vector_compare_rtx): Use COMPARISON_CLASS_P.Devang Patel2004-11-121-1/+1
* optabs.c (prepare_operand): Make it static.Kazu Hirata2004-11-091-1/+1
* re PR tree-optimization/17531 ([ivopts] ICE compiling gzip deflate.c)Richard Henderson2004-09-281-2/+10
* * optabs.c, optabs.h: Fix comment typos.Kazu Hirata2004-09-281-1/+1
* expr.c (expand_expr_real_1): Handle VEC_COND_EXPR.Devang Patel2004-09-271-1/+178
* tree.def (ALIGN_INDIRECT_REF, [...]): New tree-codes.Dorit Naishlos2004-09-231-0/+90
* basic-block.h, [...]: Fix comment typos.Kazu Hirata2004-09-171-1/+1
* Revert 2004-09-09 Giovanni Bajo <giovannibajo@gcc.gnu.org>Nathan Sidwell2004-09-101-44/+70
* lambda-mat.c (lambda_matrix_inverse_hard): Use gcc_assert and gcc_unreachable...Giovanni Bajo2004-09-101-70/+44
* c-common.c, [...]: Fix comment typos.Kazu Hirata2004-09-051-1/+1
* md.texi (shift patterns): New anchor.Richard Sandiford2004-09-041-94/+396
* builtins.c (expand_builtin_mathfn): Handle BUILT_IN_RINT{,F,L} using rint_optab.Uros Bizjak2004-09-041-0/+1
* builtins.c (expand_builtin_cabs): Delete.Eric Christopher2004-09-021-1117/+15
* defaults.h (TARGET_LIBGCC_LIBFUNCS): Remove.Mark Mitchell2004-08-191-73/+70
* Makefile.in: Regenerate.Paolo Bonzini2004-08-171-12/+12
* configure.in (arm*-*-eabi*): New target.Mark Mitchell2004-08-111-73/+203
* expr.c (var_rtx): Remove.Paolo Bonzini2004-08-091-17/+0
* tree-cfg.c (gimplify_val): Move from tree-complex.c.Paolo Bonzini2004-07-221-1/+85
* expr.c (enqueue_insn, [...]): Remove.Paolo Bonzini2004-07-141-99/+16
* expr.h (store_bit_field, [...]): Remove last argument.Jakub Jelinek2004-07-101-7/+5
* alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_...Jerry Quinn2004-07-091-4/+4
* builtins.c: Rename movstr*, except for movstrict*, to movmem* and clrstr* to ...Alexandre Oliva2004-07-071-2/+2
* c-decl.c, [...]: Don't check TARGET_MEM_FUNCTIONS.Joseph Myers2004-07-051-10/+1
* alias.c (get_alias_set, [...]): Use MEM_P.Jerry Quinn2004-07-011-2/+2
* cgraph.h (cgraph_build_static_cdtor): Declare.Richard Henderson2004-07-011-1/+0
* alias.c (record_set, [...]): Use REG_P.Jerry Quinn2004-06-151-16/+16
* optabs.c (expand_unop): Try implementing negation using subtraction from zero.Richard Sandiford2004-05-171-0/+9
* optabs.h (enum optab_index): Add new OTI_log1p.Uros Bizjak2004-05-071-0/+1
* optabs.h (enum optab_index): Add new OTI_fmod and OTI_drem.Uros Bizjak2004-05-061-0/+2
* optabs.h (enum optab_index): Add new OTI_expm1.Uros Bizjak2004-05-031-0/+1
* bb-reorder.c, [...]: Fix comment typos.Kazu Hirata2004-04-301-1/+1
* optabs.h (enum optab_index): Add new OTI_asin and OTI_acos.Uros Bizjak2004-04-201-0/+2
* optabs.h (enum optab_index): Add new OTI_logb and OTI_ilogb.Uros Bizjak2004-04-151-0/+2
* optabs.c (expand_twoval_unop): Reorder function arguments.Uros Bizjak2004-04-141-2/+2
* builtins.c: Implement support for sincos function.Uros Bizjak2004-04-061-0/+104
* builtins.c, [...]: Change most occurrences of TREE_UNSIGNED to TYPE_UNSIGNED.Richard Kenner2004-03-311-1/+1
* optabs.c (expand_binop): When synthesizing double word rotates from single wo...Olivier Hainque2004-03-231-2/+6
* optabs.h (enum optab_index): Add new OTI_exp10 and OTI_exp2.Uros Bizjak2004-03-101-0/+2
* alias.c (rtx_equal_for_memref_p): Use predicates to test rtx classes and new ...Paolo Bonzini2004-03-031-4/+7
* re PR middle-end/11767 (different code behaviour with -fnon-call-exceptions -...Richard Henderson2004-03-021-0/+10
* md.texi (Standard Names): Document additional dependency on fix pattern.Aldy Hernandez2004-02-191-11/+10
* optabs.h (enum optab_index): Add new OTI_log10 and OTI_log2.Uros Bizjak2004-02-111-0/+2
* doloop.c, [...]: Use const0_rtx instead of GEN_INT (0).Kazu Hirata2004-02-031-3/+3
* alias.c, [...]: Update copyright.Kazu Hirata2004-01-211-1/+1
* expmed.c (store_bit_field, [...]): Use new named patternsJan Hubicka2004-01-011-0/+3
* ChangeLog.7: Fix comment typos.Kazu Hirata2003-11-211-1/+1
* re PR middle-end/12705 (: complex powers)Roger Sayle2003-10-231-19/+10
* c-common.c (registered_builtin_types): New static.Zack Weinberg2003-10-201-12/+1