summaryrefslogtreecommitdiff
path: root/gcc/optabs.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * diagnostic.c (warn_deprecated_use): Rework to lower indentation.kenner2002-01-121-3/+4
* * optabs.c (expand_fix): Look for wider integer modes first.hubicka2002-01-101-4/+4
* * attribs.c (handle_no_check_memory_usage_atribute): Deleted.kenner2001-12-051-7/+0
* * explow.c (probe_stack_range): Use LCT_NORMAL as second argumentjakub2001-11-211-1/+2
* * optabs.c (prepare_cmp_insn): Correct lossage in last change fixgrahams2001-11-161-2/+2
* * alias.c (nonoverlapping_memrefs): Use REGNO_PTR_FRAME_P.kenner2001-11-151-27/+24
* 2001-10-10 Stan Shebs <shebs@apple.com>shebs2001-10-111-31/+31
* * calls.c: Fix formatting.kazu2001-10-101-1/+1
* * c-common.c: Fix comment typos.kazu2001-10-091-1/+1
* Fix for ia64-java bug reported by Hans Boehm.wilson2001-10-021-3/+7
* * optabs.c (init_one_libfunc): Create a dummy function typerth2001-09-261-2/+2
* * optabs.c (init_one_libfunc): Gen a FUNCTION_DECL for use byrth2001-09-211-3/+11
* * optabs.c (expand_binop): Correctly handle the carry in multiwordgeoffk2001-08-271-13/+11
* * Makefile.in, alias.c, basic-block.h, bb-reorder.c, bitmap.c,gerald2001-08-221-12/+12
* * optabs.h (OTI_flodiv, flodiv_optab): Kill.zack2001-08-181-17/+110
* * expr.h: Split out optab- and libfunc-related code to...zack2001-08-131-1/+23
* * gcc.c: Fix comment formatting.kazu2001-08-121-1/+1
* * rtlanal.c (set_noop_p): Return true for noop jumps.hubicka2001-07-201-0/+1
* * tm.texi (POINTERS_EXTEND_UNSIGNED) Modify definition.rth2001-07-191-1/+6
* 2001-07-09 Toon Moene <toon@moene.indiv.nluug.nl>toon2001-07-091-6/+42
* Mon Jul 9 06:41:07 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>kenner2001-07-091-4/+2
* 2001-06-14 Andrew Haley <aph@cambridge.redhat.com>aph2001-06-221-13/+26
* * optabs.c (expand_twoval_binop): Avoid undefined behaviour.hubicka2001-06-151-5/+3
* * combine.c (gen_binary): Use swap_commutative_operands_prth2001-05-221-16/+11
* * optabs.c (emit_cmp_and_jump_insns): Don't swap commutativerth2001-05-211-3/+6
* * integrate.c (copy_rtx_and_substitute): Use simplify_gen_subreg.hubicka2001-05-171-10/+7
* * optabs.c (emit_libcall_block): Don't mark calls as CONST_CALL_P.mmitchel2001-05-111-2/+1
* * config.gcc (i[34567]86-*-sco3.2v4*, i[34567]86-*-sco*):zack2001-05-081-17/+0
* * optabs.c (expand_binop): Sign-extend xop0 and xop1 from theaoliva2001-05-061-1/+11
* * expr.h (enum libfunc_index): Add LTI_memmove.law2001-04-141-0/+1
* * expmed.c (store_bit_field): Truncate CONST_INTs.aoliva2001-04-121-8/+18
* IA-64 ABI Exception Handling.rth2001-03-281-6/+7
* * mkconfig.sh: Include insn-flags.h.rth2001-03-221-2/+0
* Brad's -ffast-math breakup.rth2001-03-071-1/+2
* * optabs.c (expand_abs): Remove reference torth2001-02-181-5/+1
* * configure.in: Arrange to include defaults.h in [ht]config.h/tm.h.ghazi2001-01-281-2/+1
* * stringpool.c: New file.zack2000-11-171-4/+4
* * optabs.c (expand_complex_ab):: Use overflow-trapping optabs forcchavva2000-11-141-1/+2
* Adding new option -ftrapv.cchavva2000-10-181-53/+114
* Remove obstacks.mmitchel2000-10-131-2/+1
* Set CONST_CALL_P for libcallscrux2000-09-181-2/+3
* Bring back equal forms for libcallscrux2000-09-171-12/+13
* Fix problem with last checkin - applied a slightly earlier version than what ...crux2000-09-171-1/+2
* Avoid copying libcall results directly to user variables.crux2000-09-151-0/+8
* * calls.c (precompute_register_parameters): Use COSTS_N_INSNS, not 2.rth2000-09-151-6/+6
* * defaults.h: Provide default definitions for: CHAR_TYPE_SIZE,zack2000-09-111-3/+1