summaryrefslogtreecommitdiff
path: root/gcc/optabs.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * optabs.c (init_optabs): Initialize fixtab, fixtrunctab, floattab,gkm2000-08-241-25/+20
* * optabs.c (prepare_float_lib_cmp): Protect *px and *py fromlaw2000-05-311-1/+2
* * optabs.c (can_extend_p): Allow unsignedp to have any nonzero value.kenner2000-05-221-6/+7
* * optabs.c (expand_float): Don't allow mode widening that causesgeoffk2000-05-141-0/+4
* * rtl.h (MEM_COPY_ATTRIBUTES): Also copy RTX_UNCHANGING_P andkenner2000-05-041-2/+0
* http://gcc.gnu.org/ml/gcc-patches/2000-04/msg01057.htmldavem2000-04-271-1/+2
* * c-decl.c (mark_binding_level): Use 'for' instead of `while'.kenner2000-04-181-0/+1
* * flow.c (count_basic_blocks, find_basic_blocks_1): Remove last change.kenner2000-04-151-11/+13
* * alias.c (nonlocal_reference_p): Take a care forhubicka2000-04-131-2/+2
* * optabs.c (emit_libcall_block): Remove spurious REG_EQUAL noteslaw2000-04-051-1/+19
* * builtins.c (get_pointer_alignment): Use host_integerp & tree_low_cst.kenner2000-03-301-7/+11
* * Rework fields used to describe positions of bitfields andkenner2000-03-251-4/+4
* * rtl.h (rtunion_def): Constify member `rtstr'.ghazi2000-03-071-1/+1
* Fix copyrights.law2000-02-261-1/+2
* * bitmap.c (bitmap_operation): Avoid using -1 for index since unsigned.kenner2000-02-191-1/+2
* * jump.c (jump_optimize_1): The first operand in a relationallaw2000-02-111-2/+4
* * rtl.def: Add unordered fp comparisions.rth2000-01-241-9/+49