summaryrefslogtreecommitdiff
path: root/gcc/optabs.c
Commit message (Expand)AuthorAgeFilesLines
* attribs.c (handle_no_check_memory_usage_atribute): Deleted.Richard Kenner2001-12-051-7/+0
* explow.c (probe_stack_range): Use LCT_NORMAL as second argument to emit_libra...Jakub Jelinek2001-11-211-1/+2
* optabs.c (prepare_cmp_insn): Correct lossage in last change fix OPALIGN type.Graham Stott2001-11-161-2/+2
* alias.c (nonoverlapping_memrefs): Use REGNO_PTR_FRAME_P.Richard Kenner2001-11-151-27/+24
* alias.c: Remove uses of "register" specifier in declarations of arguments and...Stan Shebs2001-10-111-31/+31
* calls.c: Fix formatting.Kazu Hirata2001-10-101-1/+1
* c-common.c: Fix comment typos.Kazu Hirata2001-10-091-1/+1
* Fix for ia64-java bug reported by Hans Boehm.Hans Boehm2001-10-011-3/+7
* optabs.c (init_one_libfunc): Create a dummy function type instead of using er...Richard Henderson2001-09-261-2/+2
* optabs.c (init_one_libfunc): Gen a FUNCTION_DECL for use by ENCODE_SECTION_IN...Richard Henderson2001-09-211-3/+11
* optabs.c (expand_binop): Correctly handle the carry in multiword add/subtract...Geoffrey Keating2001-08-271-13/+11
* Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff2001-08-221-12/+12
* optabs.h (OTI_flodiv, [...]): Kill.Zack Weinberg2001-08-181-17/+110
* expr.h: Split out optab- and libfunc-related code to...Zack Weinberg2001-08-131-1/+23
* gcc.c: Fix comment formatting.Kazu Hirata2001-08-121-1/+1
* rtlanal.c (set_noop_p): Return true for noop jumps.Jan Hubicka2001-07-201-0/+1
* * tm.texi (POINTERS_EXTEND_UNSIGNED) Modify definition.Steve Ellcey2001-07-191-1/+6
* expr.h: Adjust prototypes for have_add2_insn, have_sub2_insn.Toon Moene2001-07-091-6/+42
* [multiple changes]Richard Kenner2001-07-091-4/+2
* optabs.c (emit_libcall_block): When using non-call exceptions, don't mark lib...Andrew Haley2001-06-221-13/+26
* * optabs.c (expand_twoval_binop): Avoid undefined behaviour.Jan Hubicka2001-06-151-5/+3
* combine.c (gen_binary): Use swap_commutative_operands_pJan Hubicka2001-05-221-16/+11
* optabs.c (emit_cmp_and_jump_insns): Don't swap commutative operands unless th...Richard Henderson2001-05-201-3/+6
* integrate.c (copy_rtx_and_substitute): Use simplify_gen_subreg.Jan Hubicka2001-05-171-10/+7
* * optabs.c (emit_libcall_block): Don't mark calls as CONST_CALL_P.Mark Mitchell2001-05-111-2/+1
* config.gcc (i[34567]86-*-sco3.2v4*, [...]): Delete stanzas.Zack Weinberg2001-05-081-17/+0
* optabs.c (expand_binop): Sign-extend xop0 and xop1 from the widest mode in na...Alexandre Oliva2001-05-061-1/+11
* expr.h (enum libfunc_index): Add LTI_memmove.Loren J. Rittle2001-04-131-0/+1
* expmed.c (store_bit_field): Truncate CONST_INTs.Alexandre Oliva2001-04-121-8/+18
* IA-64 ABI Exception Handling.Richard Henderson2001-03-281-6/+7
* mkconfig.sh: Include insn-flags.h.Richard Henderson2001-03-221-2/+0
* Brad's -ffast-math breakup.Brad Lucier2001-03-071-1/+2
* optabs.c (expand_abs): Remove reference to HAVE_contitional_arithmetic.Lars Brinkhoff2001-02-181-5/+1
* configure.in: Arrange to include defaults.h in [ht]config.h/tm.h.Kaveh R. Ghazi2001-01-281-2/+1
* stringpool.c: New file.Zack Weinberg2000-11-171-4/+4
* optabs.c (expand_complex_ab): Use overflow-trapping optabs for signed types i...Chandrakala Chavva2000-11-141-1/+2
* Adding new option -ftrapv.Chandrakala Chavva2000-10-181-53/+114
* Remove obstacks.Mark Mitchell2000-10-131-2/+1
* Set CONST_CALL_P for libcallsBernd Schmidt2000-09-181-2/+3
* Bring back equal forms for libcallsBernd Schmidt2000-09-171-12/+13
* Fix problem with last checkin - applied a slightly earlier version than what ...Bernd Schmidt2000-09-171-1/+2
* Avoid copying libcall results directly to user variables.Bernd Schmidt2000-09-151-0/+8
* calls.c (precompute_register_parameters): Use COSTS_N_INSNS, not 2.Richard Henderson2000-09-141-6/+6
* defaults.h: Provide default definitions for...Zack Weinberg2000-09-111-3/+1
* optabs.c (init_optabs): Initialize fixtab...Greg McGary2000-08-241-25/+20
* optabs.c (prepare_float_lib_cmp): Protect *px and *py from queue.Alexandre Oliva2000-05-301-1/+2
* optabs.c (can_extend_p): Allow unsignedp to have any nonzero value.Richard Kenner2000-05-221-6/+7
* optabs.c (expand_float): Don't allow mode widening that causes double rounding.Geoff Keating2000-05-141-0/+4
* rtl.h (MEM_COPY_ATTRIBUTES): Also copy RTX_UNCHANGING_P and MEM_ALIAS_SET.Richard Kenner2000-05-041-2/+0
* http://gcc.gnu.org/ml/gcc-patches/2000-04/msg01057.htmlDavid S. Miller2000-04-261-1/+2