aboutsummaryrefslogtreecommitdiff
path: root/gcc/optabs.c
AgeCommit message (Expand)AuthorFilesLines
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
2000-09-15Avoid copying libcall results directly to user variables.Bernd Schmidt1-0/+8
2000-09-14calls.c (precompute_register_parameters): Use COSTS_N_INSNS, not 2.Richard Henderson1-6/+6
2000-09-11defaults.h: Provide default definitions for...Zack Weinberg1-3/+1
2000-08-24optabs.c (init_optabs): Initialize fixtab...Greg McGary1-25/+20
2000-05-30optabs.c (prepare_float_lib_cmp): Protect *px and *py from queue.Alexandre Oliva1-1/+2
2000-05-22optabs.c (can_extend_p): Allow unsignedp to have any nonzero value.Richard Kenner1-6/+7
2000-05-14optabs.c (expand_float): Don't allow mode widening that causes double rounding.Geoff Keating1-0/+4
2000-05-04rtl.h (MEM_COPY_ATTRIBUTES): Also copy RTX_UNCHANGING_P and MEM_ALIAS_SET.Richard Kenner1-2/+0
2000-04-26http://gcc.gnu.org/ml/gcc-patches/2000-04/msg01057.htmlDavid S. Miller1-1/+2
2000-04-18c-decl.c (mark_binding_level): Use 'for' instead of `while'.Richard Kenner1-0/+1