summaryrefslogtreecommitdiff
path: root/gcc/optabs.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* c-decl.c (mark_binding_level): Use 'for' instead of `while'.Richard Kenner2000-04-181-0/+1
* flow.c (count_basic_blocks, [...]): Remove last change.Richard Kenner2000-04-151-11/+13
* alias.c (nonlocal_reference_p): Take a care for CALL_INSNS's fusage field.Jan Hubicka2000-04-131-2/+2
* optabs.c (emit_libcall_block): Remove spurious REG_EQUAL notes from the insn ...Hans-Peter Nilsson2000-04-051-1/+19
* builtins.c (get_pointer_alignment): Use host_integerp & tree_low_cst.Richard Kenner2000-03-301-7/+11
* * Rework fields used to describe positions of bitfields andRichard Kenner2000-03-251-4/+4
* rtl.h (rtunion_def): Constify member `rtstr'.Kaveh R. Ghazi2000-03-071-1/+1
* Fix copyrights.Jeff Law2000-02-261-1/+2
* bitmap.c (bitmap_operation): Avoid using -1 for index since unsigned.Richard Kenner2000-02-181-1/+2
* jump.c (jump_optimize_1): The first operand in a relational can be a CONST_INT.Jeffrey A Law2000-02-111-2/+4
* rtl.def: Add unordered fp comparisions.Richard Henderson2000-01-241-9/+49
* machmode.h: PROTO -> PARAMS.Kaveh R. Ghazi2000-01-171-14/+14
* Update copyrights for last checkin.Kaveh Ghazi2000-01-111-1/+1
* Makefile.in (optabs.o): Depend on real.hKaveh R. Ghazi2000-01-101-0/+1
* elfos.h (ASM_OUTPUT_LIMITED_STRING): Add parentheses around assignment used a...Kaveh R. Ghazi2000-01-091-1/+1
* c-common.c (enum attrs): Add A_NO_LIMIT_STACK.Geoff Keating1999-12-041-1/+7
* [multiple changes]Richard Kenner1999-10-311-1/+21
* * optabs.c (init_traps): Fix typo in last change.Mark Mitchell1999-09-241-1/+1
* * optabs.c (init_traps): Register trap_rtx as a GC root.Mark Mitchell1999-09-241-4/+5
* Use cbranch patterns when availableBernd Schmidt1999-09-231-41/+48
* Make it possible to prototype port-specific functions (and convert i386 to us...Bernd Schmidt1999-09-201-0/+1
* system.h (CTYPE_CONV, [...]): New macros.Kaveh R. Ghazi1999-09-161-1/+1
* Replace insn_foo with insn_data.foo.Richard Henderson1999-09-121-42/+48
* combine.c (SUBST): Break out to a real function do_SUBST.Richard Henderson1999-09-091-132/+142
* Merge in gcc2-ss-010999Jeff Law1999-09-061-7/+18
* Makefile.in (tree.o): Depend on ggc.h.Richard Henderson1999-09-051-0/+17
* Convert many single variables to arraysBernd Schmidt1999-09-041-167/+3
* rtl.c: Define CONST_DOUBLE_FORMAT to the appropriate format for a CONST_DOUBL...Zack Weinberg1999-08-271-4/+0
* optabs.c (emit_cmp_and_jump_insns): Be more thorough in canonization.Richard Henderson1999-08-251-1/+2
* Fix sparc compilation failureBernd Schmidt1999-08-231-11/+17
* machmode.h (mode_name): Constify a char*.Kaveh R. Ghazi1999-08-201-1/+1
* Combined compare & jump infrastructureBernd Schmidt1999-08-181-129/+184
* Include function.h in most files.Bernd Schmidt1999-08-091-0/+1
* Unroll my commit of 1999/08/01 16:14:58, there was a communications mixupGeoffrey Keating1999-08-021-3/+3