| Commit message (Expand) | Author | Age | Files | Lines |
* | * optabs.c (expand_cmplxdiv_wide): Use expand_abs to get the absolute | rearnsha | 1999-06-08 | 1 | -5/+11 |
* | * optabs.c (expand_cmplxdiv_straight, expand_cmplxdiv_wide): | ghazi | 1999-05-20 | 1 | -8/+16 |
* | improve open-coding of complex divide, use new method in g77 | burley | 1999-05-18 | 1 | -104/+385 |
* | * optabs.c (emit_cmp_and_jump_insns): Handle the case where both | law | 1999-05-10 | 1 | -0/+9 |
* | Tue Apr 27 19:50:25 EDT 1999 Andrew MacLeod <amacleod@cygnus.com> | amacleod | 1999-04-27 | 1 | -1/+1 |
* | * fold-const.c (make_range): Always initialize arg0 and arg1. | law | 1999-04-26 | 1 | -3/+3 |
* | 1999-04-17 20:11 -0400 Zack Weinberg <zack@rabi.columbia.edu> | zack | 1999-04-17 | 1 | -0/+1 |
* | | amacleod | 1999-03-25 | 1 | -25/+18 |
* | Warning fixes: | ghazi | 1999-03-19 | 1 | -3/+2 |
* | * c-aux-info.c (data_type, affix_data_type, gen_decl, | ghazi | 1999-03-06 | 1 | -8/+11 |
* | * except.c (start_catch_handler): Use emit_cmp_and_jump_insns. | law | 1999-02-14 | 1 | -12/+17 |
* | * rtl.h (rtx_def): Update documentation. | mmitchel | 1999-01-19 | 1 | -4/+2 |
* | * optabs.c (emit_libcall_block): Add a REG_EH_REGION reg note to all | amacleod | 1999-01-19 | 1 | -0/+15 |
* | Fix copyrights. | law | 1999-01-06 | 1 | -1/+1 |
* | * optabs.c (emit_cmp_and_jump_insns): Use CONSTANT_P canonicalizing | law | 1999-01-03 | 1 | -1/+1 |
* | * optabs.c (emit_cmp_insn): Abort if asked to emit non-canonical RTL | law | 1999-01-03 | 1 | -0/+54 |
* | Tue Dec 8 15:32:56 EST 1998 Andrew MacLeod <amacleod@cygnus.com> | amacleod | 1998-12-08 | 1 | -0/+2 |
* | Warning fixes: | ghazi | 1998-10-17 | 1 | -1/+1 |
* | Warning fixes: | ghazi | 1998-10-13 | 1 | -2/+2 |
* | Fine-grained control of -fcheck-memory-usage with new no_check_memory_usage | raeburn | 1998-10-11 | 1 | -7/+7 |
* | Mon Sep 21 17:15:26 EDT 1998 Andrew MacLeod <amacleod@cygnus.com> | amacleod | 1998-09-21 | 1 | -0/+2 |
* | Function entry/exit profiling instrumentation: | raeburn | 1998-07-30 | 1 | -0/+9 |
* | * optabs.c: Use gen_rtx_FOO (...) instead of gen_rtx (FOO, ...). | jfc | 1998-06-24 | 1 | -177/+185 |
* | Warning fixes: | ghazi | 1998-06-22 | 1 | -1/+0 |
* | * optabs.c (init_traps): Put prototype inside a suitable #ifdef. | law | 1998-06-19 | 1 | -0/+2 |
* | * haifa-sched.c (haifa_classify_insn): TRAP_IF is risky. | jfc | 1998-06-17 | 1 | -0/+52 |
* | typo typo fixes fixes | law | 1998-05-06 | 1 | -1/+1 |
* | * Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12 | law | 1998-04-04 | 1 | -5/+4 |
* | Major cutover to using system.h: | ghazi | 1998-03-20 | 1 | -2/+1 |
* | Rats. Forgot to change copyrights on the first commit. | robertl | 1998-02-13 | 1 | -1/+1 |
* | * c-lang.c (finish_file): Bracket declaration of static_ctors, | robertl | 1998-02-13 | 1 | -19/+5 |
* | Tue Nov 25 01:26:55 1997 Bruno Haible <haible@ilog.fr>: | jason | 1997-11-25 | 1 | -3/+19 |
* | (chkr_{check_addr,set_right}_libfunc): New definitions. | kenner | 1997-08-02 | 1 | -0/+11 |
* | * except.c (start_dynamic_handler): Fix so that we can use | mrs | 1997-05-07 | 1 | -1/+1 |
* | Add setjmp/longjmp exception handling. | mrs | 1997-04-23 | 1 | -0/+17 |
* | Treat ZERO_EXTEND like SIGN_EXTEND in emit_unop_insn | ian | 1996-12-10 | 1 | -3/+4 |
* | (emit_libcall_block): Before adding an REG_EQUAL note, check that it will | kenner | 1996-10-23 | 1 | -21/+32 |
* | (expand_binop): Use new function emit_store_flag_force. | tege | 1996-10-21 | 1 | -11/+10 |
* | (expand_abs): When OP0 and TARGET are the same pseudo register, it is | kenner | 1996-08-12 | 1 | -0/+7 |
* | install EH code | mrs | 1996-07-23 | 1 | -0/+4 |
* | formatting tweaks | mrs | 1996-07-03 | 1 | -4/+4 |
* | * optabs.c (emit_cmp_insn): Immediately copy the return | law | 1996-03-01 | 1 | -4/+27 |
* | Update comments. | kenner | 1996-01-17 | 1 | -6/+0 |
* | (expand_fix): Don't copy TARGET to TO if same. | kenner | 1996-01-16 | 1 | -5/+14 |
* | (emit_unop_insn): Don't do -fforce-mem for SIGN_EXTEND. | kenner | 1995-12-27 | 1 | -1/+3 |
* | (init_optabs): Initialize clrstr_optab. | kenner | 1995-12-24 | 1 | -0/+1 |
* | (emit_cmp_insn): Likewise for memcmp and bcmp. | wilson | 1995-12-19 | 1 | -2/+7 |
* | (expand_float): Emit missing barrier after unconditional jump. | kenner | 1995-10-21 | 1 | -0/+1 |
* | Update FSF address. | kenner | 1995-06-15 | 1 | -1/+2 |
* | (expand_binop): In last change, don't defererence TARGET if it is 0. | kenner | 1995-06-05 | 1 | -1/+2 |