aboutsummaryrefslogtreecommitdiff
path: root/gcc/optabs.c
AgeCommit message (Expand)AuthorFilesLines
2007-03-24Add BID decimal supportMichael Meissner1-11/+72
2007-02-20optabs.h (enum optab_index): Add new OTI_scalb.Kaveh R. Ghazi1-0/+1
2007-02-15tree.h (enum tree_code_class): Add tcc_vl_exp.Sandra Loosemore1-1/+1
2007-02-13i386.md (bswapsi_1): Rename from bswapsi2, remove flags clobber.Richard Henderson1-2/+83
2007-01-31optabs.h (enum optab_index): Add new OTI_isinf.Uros Bizjak1-0/+2
2007-01-28common.opt: Add fstrict-overflow.Ian Lance Taylor1-2/+3
2006-11-22c-tree.texi: Document new tree codes.Ira Rosen1-0/+16
2006-11-08[multiple changes]Dorit Nuzman1-2/+49
2006-11-01extend.texi (__builtin_bswap32): Document.Eric Christopher1-0/+10
2006-10-29genopinit.c (optabs): Change lfloor_optab and lceil_optab to conversion optabs.Richard Guenther1-2/+6
2006-10-28re PR target/28806 (lround is not expanded inline to SSE conversion sequence)Richard Guenther1-0/+3
2006-10-25optabs.h (enum optab_index): Remove OTI_lrint.Richard Guenther1-1/+43
2006-10-25optabs.h (enum optab_index): Rename OTI_drem to OTI_remainder.Uros Bizjak1-1/+1
2006-07-17re PR middle-end/28403 (Missed argument pop after doubleword shift)Richard Sandiford1-0/+2
2006-07-17re PR middle-end/28402 (Doubleword shifts implemented using word_mode libcalls)Richard Sandiford1-1/+1
2006-07-16optabs.c (maybe_encapsulate_block): New function extracted from...Eric Botcazou1-28/+34
2006-05-28cfgcleanup.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2006-04-08builtins.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2006-02-14optabs.c (expand_abs): Don't call do_jump_by_parts_greater_rtx directly...Roger Sayle1-9/+2
2006-01-30optabs.c (prepare_cmp_insn): If unbaised and unsigned then bias the compariso...Carlos O'Donell1-9/+15
2006-01-27rtl.texi (SYMBOL_REF_DATA): Adjust documentation for new opaque type.Richard Sandiford1-1/+1
2006-01-25rtl.texi (SYMBOL_REF_CONSTANT, [...]): Document.Richard Sandiford1-1/+1
2006-01-20loop-iv.c: Include df.h and hashtab.h.Zdenek Dvorak1-1/+1
2006-01-19Makefile.in (tree-vect-patterns.o): Add rule for new file.Dorit Nuzman1-0/+159
2006-01-08- Fix up date in ChangeLog. Update copyrights in changed files.Ian Lance Taylor1-1/+1
2006-01-07re PR target/25662 (Unrecognizable insn with -O on PPC)Ian Lance Taylor1-3/+8
2005-12-19optabs.c (init_floating_libfuncs): Handle decimal float modes.Jon Grimm1-3/+22
2005-12-16re PR rtl-optimization/23837 (Wrong code with REG_NO_CONFLICT notes (caused b...Steven Bosscher1-15/+7
2005-12-01* optabs.c (expand_vec_cond_expr): Use EXPAND_NORMAL.Richard Henderson1-2/+2
2005-11-24re PR target/21623 (ICE in reload_cse_simplify_operands, at postreload.c:391)J"orn Rennecke1-2/+0
2005-11-24optabs.c (expand_binop): Use swap_commutative_operands_with_target to order o...Paolo Bonzini1-6/+25
2005-11-24machmode.h (CLASS_HAS_WIDER_MODES_P): New macro.Ben Elliston1-19/+28
2005-11-24optabs.c (prepare_cmp_insn): Use SCALAR_FLOAT_MODE_P.Ben Elliston1-4/+1
2005-11-22optabs.c (expand_unop): Call SCALAR_FLOAT_MODE_P on a mode, not a mode_class.Ian Lance Taylor1-2/+2
2005-11-22optabs.c: Use SCALAR_FLOAT_MODE_P instead of explicitly testing GET_MODE_CLAS...Ben Elliston1-2/+2
2005-11-22fp-bit.c (clzusi): New function.Joseph Myers1-3/+12
2005-11-22optabs.c (expand_abs_nojump): Use SCALAR_FLOAT_MODE_P instead of explicitly t...Ben Elliston1-1/+1
2005-11-20expr.c (expand_expr_real): Use usmul_optab for widening signed * unsigned mul...Bernd Schmidt1-0/+1
2005-10-31optabs.c (expand_unop): Take TRULY_NOOP_TRUNCATION into account.J"orn Rennecke1-1/+3
2005-09-29* optabs.c (expand_binop): Initialize first_pass_p.Mark Mitchell1-1/+1
2005-09-29Revert this patch:Paolo Bonzini1-24/+11
2005-09-29re PR middle-end/17886 (variable rotate and unsigned long long rotate should ...Mark Mitchell1-0/+19
2005-09-27optabs.c (no_conflict_move_test): Check if a result of a to-be-moved insn wou...J"orn Rennecke1-2/+8
2005-09-23optabs.c (emit_libcall_block): Use no_conflict_move_test.J"orn Rennecke1-17/+22
2005-09-23re PR rtl-optimization/23837 (Wrong code with REG_NO_CONFLICT notes (caused b...J"orn Rennecke1-1/+2
2005-09-15optabs.c (expand_binop): Use swap_commutative_operands_with_target to order o...Paolo Bonzini1-11/+24
2005-08-19optabs.h: Change CTI_ to COI_.Eric Christopher1-31/+31
2005-08-16re PR middle-end/20396 (TRULY_NOOP_TRUNCATION ignored)J"orn Rennecke1-3/+9
2005-07-29expr.c (expand_expr_real_1): Do not load mem targets into register.Jan Hubicka1-1/+1
2005-07-12builtins.c: (expand_builtin_memcmp, expand_builtin_strncmp): s/cmpstrsi/cmpst...Adrian Straetling1-0/+3