aboutsummaryrefslogtreecommitdiff
path: root/gcc/optabs.c
AgeCommit message (Expand)AuthorFilesLines
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
2000-04-15flow.c (count_basic_blocks, [...]): Remove last change.Richard Kenner1-11/+13
2000-04-13alias.c (nonlocal_reference_p): Take a care for CALL_INSNS's fusage field.Jan Hubicka1-2/+2
2000-04-05optabs.c (emit_libcall_block): Remove spurious REG_EQUAL notes from the insn ...Hans-Peter Nilsson1-1/+19
2000-03-30builtins.c (get_pointer_alignment): Use host_integerp & tree_low_cst.Richard Kenner1-7/+11
2000-03-25* Rework fields used to describe positions of bitfields andRichard Kenner1-4/+4
2000-03-07rtl.h (rtunion_def): Constify member `rtstr'.Kaveh R. Ghazi1-1/+1
2000-02-26Fix copyrights.Jeff Law1-1/+2
2000-02-18bitmap.c (bitmap_operation): Avoid using -1 for index since unsigned.Richard Kenner1-1/+2
2000-02-11jump.c (jump_optimize_1): The first operand in a relational can be a CONST_INT.Jeffrey A Law1-2/+4
2000-01-24rtl.def: Add unordered fp comparisions.Richard Henderson1-9/+49
2000-01-17machmode.h: PROTO -> PARAMS.Kaveh R. Ghazi1-14/+14
2000-01-11Update copyrights for last checkin.Kaveh Ghazi1-1/+1
2000-01-10Makefile.in (optabs.o): Depend on real.hKaveh R. Ghazi1-0/+1
2000-01-09elfos.h (ASM_OUTPUT_LIMITED_STRING): Add parentheses around assignment used a...Kaveh R. Ghazi1-1/+1
1999-12-04c-common.c (enum attrs): Add A_NO_LIMIT_STACK.Geoff Keating1-1/+7
1999-10-31[multiple changes]Richard Kenner1-1/+21
1999-09-24* optabs.c (init_traps): Fix typo in last change.Mark Mitchell1-1/+1
1999-09-24* optabs.c (init_traps): Register trap_rtx as a GC root.Mark Mitchell1-4/+5
1999-09-23Use cbranch patterns when availableBernd Schmidt1-41/+48
1999-09-20Make it possible to prototype port-specific functions (and convert i386 to us...Bernd Schmidt1-0/+1
1999-09-16system.h (CTYPE_CONV, [...]): New macros.Kaveh R. Ghazi1-1/+1
1999-09-12Replace insn_foo with insn_data.foo.Richard Henderson1-42/+48
1999-09-09combine.c (SUBST): Break out to a real function do_SUBST.Richard Henderson1-132/+142
1999-09-06Merge in gcc2-ss-010999Jeff Law1-7/+18
1999-09-05Makefile.in (tree.o): Depend on ggc.h.Richard Henderson1-0/+17
1999-09-04Convert many single variables to arraysBernd Schmidt1-167/+3
1999-08-27rtl.c: Define CONST_DOUBLE_FORMAT to the appropriate format for a CONST_DOUBL...Zack Weinberg1-4/+0
1999-08-25optabs.c (emit_cmp_and_jump_insns): Be more thorough in canonization.Richard Henderson1-1/+2