aboutsummaryrefslogtreecommitdiff
path: root/gcc/optabs.c
AgeCommit message (Expand)AuthorFilesLines
2002-07-22optabs.c (expand_vector_unop): Don't expand using sub_optab if we got the wro...J"orn Rennecke1-1/+4
2002-07-10Revert all patches for optimization of Complex .op.Toon Moene1-28/+8
2002-07-03optabs.c (expand_vector_binop): Don't store using a SUBREG smaller than UNITS...J"orn Rennecke1-30/+132
2002-06-25optabs.c (expand_vector_binop, [...]): Don't assume GET_MODE_UNIT_SIZE (mode)...J"orn Rennecke1-7/+9
2002-06-18simd-1.c: New.Aldy Hernandez1-0/+133
2002-06-11Delete SEQUENCE rtl usage outside of reorg and ssa passes.David S. Miller1-31/+53
2002-06-04Merge from pch-branch up to tag pch-commit-20020603.Geoffrey Keating1-22/+7
2002-05-28optabs.c (expand_binop): Fix nwords sign warnings.David Edelsohn1-8/+9
2002-05-21optabs.c (expand_binop): For double-word integer multiplies...Jeff Law1-0/+5
2002-05-20optabs.c (expand_cmplxdiv_wide): Use complex_part_zero_p.Toon Moene1-6/+8
2002-05-18system.h (ENCODE_SECTION_INFO): Poison it.Richard Henderson1-1/+2
2002-05-18optabs.c (complex_part_zero_p): New.Toon Moene1-3/+21
2002-03-31builtins.c (expand_builtin_va_arg): Give warnings not errors for promoted arg...Richard Henderson1-0/+1
2002-03-27optabs.c (emit_no_conflict_block, [...]): Avoid nesting of libcall regions.Jan Hubicka1-1/+16
2002-03-19emit-rtl.c (gen_int_mode): New function.Lars Brinkhoff1-3/+3
2002-03-08gofast.h (GOFAST_RENAME_LIBCALLS): Set gt and ge as NULL_RTX.Alexandre Oliva1-0/+121
2002-03-03emit-rtl.c, [...]: Remove all #ifndef REAL_ARITHMETIC blocks...Zack Weinberg1-5/+0
2002-02-24* optabs.c (widen_operand): Properly handle CONST_INT for NO_EXTEND.Richard Kenner1-4/+7
2002-02-24optabs.c (widen_operand): Only call convert_modes for promoted SUBREG if sign...Richard Kenner1-1/+2
2002-01-12diagnostic.c (warn_deprecated_use): Rework to lower indentation.Richard Kenner1-3/+4
2002-01-10optabs.c (expand_fix): Look for wider integer modes first.Jan Hubicka1-4/+4
2001-12-05attribs.c (handle_no_check_memory_usage_atribute): Deleted.Richard Kenner1-7/+0
2001-11-21explow.c (probe_stack_range): Use LCT_NORMAL as second argument to emit_libra...Jakub Jelinek1-1/+2
2001-11-16optabs.c (prepare_cmp_insn): Correct lossage in last change fix OPALIGN type.Graham Stott1-2/+2
2001-11-15alias.c (nonoverlapping_memrefs): Use REGNO_PTR_FRAME_P.Richard Kenner1-27/+24
2001-10-11alias.c: Remove uses of "register" specifier in declarations of arguments and...Stan Shebs1-31/+31
2001-10-10calls.c: Fix formatting.Kazu Hirata1-1/+1
2001-10-09c-common.c: Fix comment typos.Kazu Hirata1-1/+1
2001-10-01Fix for ia64-java bug reported by Hans Boehm.Hans Boehm1-3/+7
2001-09-26optabs.c (init_one_libfunc): Create a dummy function type instead of using er...Richard Henderson1-2/+2
2001-09-21optabs.c (init_one_libfunc): Gen a FUNCTION_DECL for use by ENCODE_SECTION_IN...Richard Henderson1-3/+11
2001-08-27optabs.c (expand_binop): Correctly handle the carry in multiword add/subtract...Geoffrey Keating1-13/+11
2001-08-22Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff1-12/+12
2001-08-18optabs.h (OTI_flodiv, [...]): Kill.Zack Weinberg1-17/+110
2001-08-13expr.h: Split out optab- and libfunc-related code to...Zack Weinberg1-1/+23
2001-08-12gcc.c: Fix comment formatting.Kazu Hirata1-1/+1
2001-07-20rtlanal.c (set_noop_p): Return true for noop jumps.Jan Hubicka1-0/+1
2001-07-19* tm.texi (POINTERS_EXTEND_UNSIGNED) Modify definition.Steve Ellcey1-1/+6
2001-07-09expr.h: Adjust prototypes for have_add2_insn, have_sub2_insn.Toon Moene1-6/+42
2001-07-09[multiple changes]Richard Kenner1-4/+2
2001-06-22optabs.c (emit_libcall_block): When using non-call exceptions, don't mark lib...Andrew Haley1-13/+26
2001-06-15* optabs.c (expand_twoval_binop): Avoid undefined behaviour.Jan Hubicka1-5/+3
2001-05-22combine.c (gen_binary): Use swap_commutative_operands_pJan Hubicka1-16/+11
2001-05-20optabs.c (emit_cmp_and_jump_insns): Don't swap commutative operands unless th...Richard Henderson1-3/+6
2001-05-17integrate.c (copy_rtx_and_substitute): Use simplify_gen_subreg.Jan Hubicka1-10/+7
2001-05-11* optabs.c (emit_libcall_block): Don't mark calls as CONST_CALL_P.Mark Mitchell1-2/+1
2001-05-08config.gcc (i[34567]86-*-sco3.2v4*, [...]): Delete stanzas.Zack Weinberg1-17/+0
2001-05-06optabs.c (expand_binop): Sign-extend xop0 and xop1 from the widest mode in na...Alexandre Oliva1-1/+11
2001-04-13expr.h (enum libfunc_index): Add LTI_memmove.Loren J. Rittle1-0/+1
2001-04-12expmed.c (store_bit_field): Truncate CONST_INTs.Alexandre Oliva1-8/+18