summaryrefslogtreecommitdiff
path: root/gcc/optabs.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* rs6000.c (num_insns_constant_wide): Correct for type promotion.Geoff Keating1999-08-011-3/+3
* optabs.c (expand_cmplxdiv_wide): Use expand_abs to get the absolute values.Richard Earnshaw1999-06-081-5/+11
* optabs.c (expand_cmplxdiv_straight, [...]): Change function definitions to K&...Kaveh R. Ghazi1999-05-201-8/+16
* improve open-coding of complex divide, use new method in g77Craig Burley1999-05-171-104/+385
* optabs.c (emit_cmp_and_jump_insns): Handle the case where both operands to th...Jeffrey A Law1999-05-101-0/+9
* rtl.h (REG_EH_REGION): Update comment to indicate a value of -1 indicates no ...Andrew MacLeod1999-04-271-1/+1
* fold-const.c (make_range): Always initialize arg0 and arg1.Toshiyasu Morita1999-04-251-3/+3
* c-aux-info.c, [...]: Include toplev.h for real declaration of trim_filename.Zack Weinberg1999-04-171-0/+1
* rtl.texi (RTX_FRAME_RELATED_P): Add documentation.Andrew Macleod1999-03-251-25/+18
* Warning fixes:Kaveh R. Ghazi1999-03-191-3/+2
* c-aux-info.c (data_type, [...]): Qualify a char* with the `const' keyword.Kaveh R. Ghazi1999-03-061-8/+11
* except.c (start_catch_handler): Use emit_cmp_and_jump_insns.Jeffrey A Law1999-02-141-12/+17
* rtl.h (rtx_def): Update documentation.Mark Mitchell1999-01-191-4/+2
* optabs.c (emit_libcall_block): Add a REG_EH_REGION reg note to all calls with...Andrew MacLeod1999-01-191-0/+15
* Fix copyrights.Jeff Law1999-01-061-1/+1
* optabs.c (emit_cmp_and_jump_insns): Use CONSTANT_P canonicalizing RTL for a c...Jeffrey A Law1999-01-031-1/+1
* optabs.c (emit_cmp_insn): Abort if asked to emit non-canonical RTL for a targ...Michael Hayes1999-01-031-0/+54
* See ChangeLog..Andrew MacLeod1998-12-081-0/+2
* Warning fixes:Kaveh R. Ghazi1998-10-171-1/+1
* Warning fixes:Kaveh R. Ghazi1998-10-131-2/+2
* Fine-grained control of -fcheck-memory-usage with new no_check_memory_usage a...Ken Raeburn1998-10-111-7/+7
* expr.h (eh_rtime_match_libfunc): New extern declaration.Andrew MacLeod1998-09-211-0/+2
* Function entry/exit profiling instrumentation:Ken Raeburn1998-07-301-0/+9
* optabs.c: Use gen_rtx_FOO (...) instead of gen_rtx (FOO, ...).John Carr1998-06-241-177/+185
* Warning fixes:Kaveh R. Ghazi1998-06-221-1/+0
* * optabs.c (init_traps): Put prototype inside a suitable #ifdef.Jeffrey A Law1998-06-191-0/+2