aboutsummaryrefslogtreecommitdiff
path: root/gcc/optabs.c
AgeCommit message (Expand)AuthorFilesLines
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
2003-10-07expr.c (cmpstr_optab, [...]): New.Zack Weinberg1-86/+54
2003-10-07* libfuncs.h (LTI_extendsfdf2, LTI_extendsfxf2, LTI_extendsftf2)Zack Weinberg1-210/+225
2003-10-06optabs.c (prepare_float_lib_cmp): Avoid searching for REG_RETVAL instruction ...Roger Sayle1-72/+59
2003-10-06re PR rtl-optimization/11974 (ICE building alpha glibc: in emit_move_insn, at...Falk Hueffner1-1/+2
2003-10-06real.h (REAL_MODE_FORMAT): New macro.Zack Weinberg1-2/+2
2003-10-06optabs.c (prepare_float_lib_cmp): Attach a REG_EQUAL note describing the retu...Roger Sayle1-2/+88
2003-10-04* libfuncs.hZack Weinberg1-354/+43
2003-10-02target.h (init_libfuncs): New hook.Zack Weinberg1-53/+15
2003-08-22cfgcleanup.c: Fix comment typos.Kazu Hirata1-2/+2
2003-07-22combine.c (if_then_else_cond): Simplify the comparison of rtx against -1, 0, ...Kazu Hirata1-4/+4
2003-07-19alias.c [...]: Remove unnecessary casts.Kaveh R. Ghazi1-1/+1
2003-07-18optabs.c (prepare_operand): Fail gracefully instead of abort if the predicate...Richard Henderson1-1/+11
2003-07-11optabs.c (prepare_cmp_insn): Try cmpmemM first if it exists, then fall back t...Jakub Jelinek1-0/+34
2003-07-06jump.c: Convert prototypes to ISO C90.Andreas Jaeger1-334/+179
2003-07-01basic-block.h: Fix comment typos.Kazu Hirata1-1/+1
2003-06-29alloc-pool.c: Fix comment formatting.Kazu Hirata1-2/+2
2003-06-16optabs.h (enum optab_index): Add new OTI_tan and OTI_atan.Roger Sayle1-0/+2
2003-06-16* optabs.c (emit_libcall_block): Don't hoist insns past a label.Richard Sandiford1-0/+5
2003-06-10* optabs.c (gen_cond_trap): Fix prepare_operand typo.Richard Henderson1-1/+1
2003-06-08optabs.c (expand_abs): Set result_unsignedp to 1 if flag_trav is zero.Kazu Hirata1-0/+3
2003-06-05optabs.c (HAVE_conditional_trap): Provide default.David Miller1-41/+33
2003-06-04optabs.c (expand_binop): Optimize complex multiplication for the case of squa...Roger Sayle1-2/+7
2003-06-04optabs.c (expand_binop): Attempt to reuse pseudos for duplicate non-volatile ...Roger Sayle1-4/+22
2003-06-03optabs.c (expand_abs_nojump): Split out from ...Richard Henderson1-3/+19
2003-04-15optabs.c (expand_binop): In multi-word add cases, ensure XTARGET is copied to...Richard Kenner1-1/+2