Age | Commit message (Expand) | Author | Files | Lines |
1999-08-20 | machmode.h (mode_name): Constify a char*. | Kaveh R. Ghazi | 1 | -1/+1 |
1999-08-18 | Combined compare & jump infrastructure | Bernd Schmidt | 1 | -129/+184 |
1999-08-09 | Include function.h in most files. | Bernd Schmidt | 1 | -0/+1 |
1999-08-02 | Unroll my commit of 1999/08/01 16:14:58, there was a communications mixup | Geoffrey Keating | 1 | -3/+3 |
1999-08-01 | rs6000.c (num_insns_constant_wide): Correct for type promotion. | Geoff Keating | 1 | -3/+3 |
1999-06-08 | optabs.c (expand_cmplxdiv_wide): Use expand_abs to get the absolute values. | Richard Earnshaw | 1 | -5/+11 |
1999-05-20 | optabs.c (expand_cmplxdiv_straight, [...]): Change function definitions to K&... | Kaveh R. Ghazi | 1 | -8/+16 |
1999-05-17 | improve open-coding of complex divide, use new method in g77 | Craig Burley | 1 | -104/+385 |
1999-05-10 | optabs.c (emit_cmp_and_jump_insns): Handle the case where both operands to th... | Jeffrey A Law | 1 | -0/+9 |
1999-04-27 | rtl.h (REG_EH_REGION): Update comment to indicate a value of -1 indicates no ... | Andrew MacLeod | 1 | -1/+1 |
1999-04-25 | fold-const.c (make_range): Always initialize arg0 and arg1. | Toshiyasu Morita | 1 | -3/+3 |
1999-04-17 | c-aux-info.c, [...]: Include toplev.h for real declaration of trim_filename. | Zack Weinberg | 1 | -0/+1 |
1999-03-25 | rtl.texi (RTX_FRAME_RELATED_P): Add documentation. | Andrew Macleod | 1 | -25/+18 |
1999-03-19 | Warning fixes: | Kaveh R. Ghazi | 1 | -3/+2 |
1999-03-06 | c-aux-info.c (data_type, [...]): Qualify a char* with the `const' keyword. | Kaveh R. Ghazi | 1 | -8/+11 |
1999-02-14 | except.c (start_catch_handler): Use emit_cmp_and_jump_insns. | Jeffrey A Law | 1 | -12/+17 |
1999-01-19 | rtl.h (rtx_def): Update documentation. | Mark Mitchell | 1 | -4/+2 |
1999-01-19 | optabs.c (emit_libcall_block): Add a REG_EH_REGION reg note to all calls with... | Andrew MacLeod | 1 | -0/+15 |
1999-01-06 | Fix copyrights. | Jeff Law | 1 | -1/+1 |
1999-01-03 | optabs.c (emit_cmp_and_jump_insns): Use CONSTANT_P canonicalizing RTL for a c... | Jeffrey A Law | 1 | -1/+1 |
1999-01-03 | optabs.c (emit_cmp_insn): Abort if asked to emit non-canonical RTL for a targ... | Michael Hayes | 1 | -0/+54 |
1998-12-08 | See ChangeLog.. | Andrew MacLeod | 1 | -0/+2 |
1998-10-17 | Warning fixes: | Kaveh R. Ghazi | 1 | -1/+1 |
1998-10-13 | Warning fixes: | Kaveh R. Ghazi | 1 | -2/+2 |
1998-10-11 | Fine-grained control of -fcheck-memory-usage with new no_check_memory_usage a... | Ken Raeburn | 1 | -7/+7 |
1998-09-21 | expr.h (eh_rtime_match_libfunc): New extern declaration. | Andrew MacLeod | 1 | -0/+2 |
1998-07-30 | Function entry/exit profiling instrumentation: | Ken Raeburn | 1 | -0/+9 |
1998-06-24 | optabs.c: Use gen_rtx_FOO (...) instead of gen_rtx (FOO, ...). | John Carr | 1 | -177/+185 |
1998-06-22 | Warning fixes: | Kaveh R. Ghazi | 1 | -1/+0 |
1998-06-19 | * optabs.c (init_traps): Put prototype inside a suitable #ifdef. | Jeffrey A Law | 1 | -0/+2 |
1998-06-17 | haifa-sched.c (haifa_classify_insn): TRAP_IF is risky. | John Carr | 1 | -0/+52 |
1998-05-06 | typo typo fixes fixes | Jeff Law | 1 | -1/+1 |
1998-04-04 | * Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12 | Jeff Law | 1 | -5/+4 |
1998-03-20 | Major cutover to using system.h: | Kaveh R. Ghazi | 1 | -2/+1 |
1998-02-13 | Rats. Forgot to change copyrights on the first commit. | Robert Lipe | 1 | -1/+1 |
1998-02-13 | c-lang.c (finish_file): Bracket declaration of static_ctors, static_dtors. | Robert Lipe | 1 | -19/+5 |
1997-11-25 | [multiple changes] | Jason Merrill | 1 | -3/+19 |
1997-08-02 | (chkr_{check_addr,set_right}_libfunc): New definitions. | Richard Kenner | 1 | -0/+11 |
1997-05-07 | except.c (start_dynamic_handler): Fix so that we can use __builtin_setjmp... | Mike Stump | 1 | -1/+1 |
1997-04-23 | Add setjmp/longjmp exception handling. | Mike Stump | 1 | -0/+17 |
1996-12-10 | Treat ZERO_EXTEND like SIGN_EXTEND in emit_unop_insn | Ian Lance Taylor | 1 | -3/+4 |
1996-10-23 | (emit_libcall_block): Before adding an REG_EQUAL note, check that it will rea... | Richard Kenner | 1 | -21/+32 |
1996-10-21 | (expand_binop): Use new function emit_store_flag_force. | Torbjorn Granlund | 1 | -11/+10 |
1996-08-11 | (expand_abs): When OP0 and TARGET are the same pseudo register, it is | Richard Kenner | 1 | -0/+7 |
1996-07-23 | install EH code | Mike Stump | 1 | -0/+4 |
1996-07-03 | formatting tweaks | Mike Stump | 1 | -4/+4 |
1996-03-01 | optabs.c (emit_cmp_insn): Immediately copy the return value from the library ... | Jeff Law | 1 | -4/+27 |
1996-01-17 | Update comments. | Richard Kenner | 1 | -6/+0 |
1996-01-16 | (expand_fix): Don't copy TARGET to TO if same. | Richard Kenner | 1 | -5/+14 |
1995-12-27 | (emit_unop_insn): Don't do -fforce-mem for SIGN_EXTEND. | Richard Kenner | 1 | -1/+3 |