aboutsummaryrefslogtreecommitdiff
path: root/gcc/optabs.c
AgeCommit message (Expand)AuthorFilesLines
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
2001-03-28IA-64 ABI Exception Handling.Richard Henderson1-6/+7
2001-03-22mkconfig.sh: Include insn-flags.h.Richard Henderson1-2/+0
2001-03-07Brad's -ffast-math breakup.Brad Lucier1-1/+2
2001-02-18optabs.c (expand_abs): Remove reference to HAVE_contitional_arithmetic.Lars Brinkhoff1-5/+1
2001-01-28configure.in: Arrange to include defaults.h in [ht]config.h/tm.h.Kaveh R. Ghazi1-2/+1
2000-11-17stringpool.c: New file.Zack Weinberg1-4/+4
2000-11-14optabs.c (expand_complex_ab): Use overflow-trapping optabs for signed types i...Chandrakala Chavva1-1/+2
2000-10-18Adding new option -ftrapv.Chandrakala Chavva1-53/+114
2000-10-13Remove obstacks.Mark Mitchell1-2/+1
2000-09-18Set CONST_CALL_P for libcallsBernd Schmidt1-2/+3
2000-09-17Bring back equal forms for libcallsBernd Schmidt1-12/+13
2000-09-17Fix problem with last checkin - applied a slightly earlier version than what ...Bernd Schmidt1-1/+2