summaryrefslogtreecommitdiff
path: root/gcc/optabs.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * machmode.h: PROTO -> PARAMS.ghazi2000-01-171-14/+14
* Update copyrights for last checkin.ghazi2000-01-111-1/+1
* * Makefile.in (optabs.o): Depend on real.hghazi2000-01-101-0/+1
* * elfos.h (ASM_OUTPUT_LIMITED_STRING): Add parentheses aroundghazi2000-01-091-1/+1
* * c-common.c (enum attrs): Add A_NO_LIMIT_STACK.geoffk1999-12-041-1/+7
* Fri Oct 29 15:25:07 1999 Arnaud Charlet <charlet@ACT-Europe.FR>kenner1999-11-011-1/+21
* * optabs.c (init_traps): Fix typo in last change.mmitchel1999-09-241-1/+1
* * optabs.c (init_traps): Register trap_rtx as a GC root.mmitchel1999-09-241-4/+5
* Use cbranch patterns when availablecrux1999-09-231-41/+48
* Make it possible to prototype port-specific functions (and convert i386 to us...crux1999-09-201-0/+1
* * system.h (CTYPE_CONV, TOUPPER, TOLOWER): New macros. Useghazi1999-09-161-1/+1
* Replace insn_foo with insn_data.foo.rth1999-09-121-42/+48
* * combine.c (SUBST): Break out to a real function do_SUBST.rth1999-09-091-132/+142
* Merge in gcc2-ss-010999law1999-09-071-7/+18
* * Makefile.in (tree.o): Depend on ggc.h.mmitchel1999-09-051-0/+17
* Convert many single variables to arrayscrux1999-09-041-167/+3