summaryrefslogtreecommitdiff
path: root/gcc/optabs.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* gcc:amylaar2002-07-031-30/+132
* gcc:amylaar2002-06-251-7/+9
* 2002-06-16 Aldy Hernandez <aldyh@redhat.com>aldyh2002-06-181-0/+133
* 2002-06-05 David S. Miller <davem@redhat.com>davem2002-06-111-31/+53
* Merge from pch-branch up to tag pch-commit-20020603.geoffk2002-06-041-22/+7
* * optabs.c (expand_binop): Fix nwords sign warnings.law2002-05-281-8/+9
* * optabs.c (expand_binop): For double-word integer multiplies,law2002-05-221-0/+5
* 2002-05-19 Toon Moene <toon@moene.indiv.nluug.nl>toon2002-05-201-6/+8
* * system.h (ENCODE_SECTION_INFO): Poison it.rth2002-05-191-1/+2
* 2002-05-18 Toon Moene <toon@moene.indiv.nluug.nl>toon2002-05-181-3/+21
* * builtins.c (expand_builtin_va_arg): Give warnings not errors forrth2002-03-311-0/+1
* * optabs.c (emit_no_conflict_block, emit_libcall_block): Avoid nestinghubicka2002-03-271-1/+16
* * emit-rtl.c (gen_int_mode): New function.rth2002-03-191-3/+3
* * config/gofast.h (GOFAST_RENAME_LIBCALLS): Set gt and ge asaoliva2002-03-081-0/+121
* * emit-rtl.c, final.c, fold-const.c, gengenrtl.c, optabs.c,zack2002-03-031-5/+0
* * optabs.c (widen_operand): Properly handle CONST_INT for NO_EXTEND.kenner2002-02-241-4/+7
* * optabs.c (widen_operand): Only call convert_modes forkenner2002-02-241-1/+2