summaryrefslogtreecommitdiff
path: root/gcc/optabs.c
Commit message (Expand)AuthorAgeFilesLines
* * target.h (init_libfuncs): New hook.zack2003-10-021-53/+15
* * cfgcleanup.c: Fix comment typos.kazu2003-08-221-2/+2
* * combine.c (if_then_else_cond): Simplify the comparison ofkazu2003-07-221-4/+4
* * alias.c alloc-pool.c bitmap.c bitmap.h bt-load.c builtins.cghazi2003-07-191-1/+1
* 2003-07-18 Richard Henderson <rth@redhat.com>davem2003-07-191-1/+11
* * optabs.c (prepare_cmp_insn): Try cmpmemM first if it exists,jakub2003-07-111-0/+34
* * jump.c: Convert prototypes to ISO C90.aj2003-07-061-334/+179
* * basic-block.h: Fix comment typos.kazu2003-07-011-1/+1
* * alloc-pool.c: Fix comment formatting.kazu2003-06-291-2/+2
* * optabs.h (enum optab_index): Add new OTI_tan and OTI_atan.sayle2003-06-161-0/+2
* * optabs.c (emit_libcall_block): Don't hoist insns past a label.rsandifo2003-06-161-0/+5
* * optabs.c (gen_cond_trap): Fix prepare_operand typo.rth2003-06-111-1/+1
* * optabs.c (expand_abs): Set result_unsignedp to 1 ifkazu2003-06-081-0/+3
* * optabs.c (HAVE_conditional_trap): Provide default.rth2003-06-051-41/+33
* * optabs.c (expand_binop): Optimize complex multiplication forsayle2003-06-041-2/+7
* * optabs.c (expand_binop): Attempt to reuse pseudos for duplicatesayle2003-06-041-4/+22
* * optabs.c (expand_abs_nojump): Split out from ...rth2003-06-031-3/+19
* * optabs.c (expand_binop): In multi-word add cases, ensurekenner2003-04-151-1/+2
* * rtl.def (SYMBOL_REF): Add two 0 fields.rth2003-04-111-2/+9
* * libfuncs.h (LTI_setbits, LTI_gcov_flush, LTI_gcov_init): New.rth2003-04-111-2/+5
* * optabs.c: Comment that gen_add2_insn and others may actuallyaoliva2003-04-091-2/+3
* * optabs.c (init_integral_libfuncs): Make sure we init at least updj2003-03-211-1/+4
* * optabs.c (gen_move_insn): Move logic for synthesizing MODE_CChp2003-03-091-61/+0
* * optabs.c (add_equal_note): Delete SUBREG_REG use.wilson2003-03-041-4/+2
* * objc-act.c: Include cgraph.hhubicka2003-02-261-5/+16
* * optabs.h (enum optab_index): Add new OTI_pow and OTI_atan2.sayle2003-02-111-0/+2
* * libgcc-std.ver (__clztf2): New.rth2003-02-091-13/+15
* * optabs.c (expand_unop): Widen clz properly when clz is donekazu2003-02-091-0/+8
* * optabs.c (expand_float): Search wider integer modes first.rth2003-02-071-4/+4
* * libgcc2.c (__ffsdi2, __clzsi2, __clzdi2, __ctzsi2, __ctzdi2,rth2003-02-031-1/+1
* 2003-02-01 Richard Henderson <rth@redhat.com>rth2003-02-011-2/+133
* * optabs.c (expand_binop) <add, sub>: Return xtarget if we haven'taoliva2003-01-261-0/+2
* PR middle-end/9009sayle2003-01-151-1/+17
* * Makefile.in (optabs.o): Add dependency on basic-block.h.zlomek2003-01-091-5/+22
* * genopinit.c (optabs): Add addc_optab.hubicka2003-01-071-0/+129
* Merge basic-improvements-branch to trunkzack2002-12-161-0/+73
* * emit-rtl.c (gen_reg_rtx): Simplify mapping of Complex typesje2002-11-201-12/+3
* 2002-11-19 �Eric Botcazou �<ebotcazou@libertysurf.fr>ebotcazou2002-11-191-6/+5
* * optabs.c: Fix formatting.kazu2002-11-161-54/+55
* * optabs.c (expand_binop): Don't reuse the shift target in thersandifo2002-10-241-2/+2
* * c-common.h: Follow spelling conventions.kazu2002-09-261-2/+2
* * optabs.c (prepare_cmp_insn): Let emit_library_call_valuekazu2002-09-171-30/+17
* * calls.c (emit_library_call_value_1): Don't refer tokazu2002-09-161-7/+2
* gcc/rth2002-09-161-5/+3
* * optabs.c (expand_binop): Minor cleanup.rth2002-09-121-14/+22
* PR c/7102rth2002-09-041-13/+7
* * builtins.def: Define new builtin functions exp, expf, expl,sayle2002-08-031-0/+2
* * df.c (df_insn_table_realloc): Change parameter to unsigned.ghazi2002-08-021-1/+1
* * optabs.c (expand_vector_unop): Don't expand using sub_optabamylaar2002-07-221-1/+4
* 2002-07-10 Toon Moene <toon@moene.indiv.nluug.nl>toon2002-07-101-28/+8