| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Warning fixes: | Kaveh R. Ghazi | 1998-10-17 | 1 | -1/+1 |
* | Warning fixes: | Kaveh R. Ghazi | 1998-10-13 | 1 | -2/+2 |
* | Fine-grained control of -fcheck-memory-usage with new no_check_memory_usage a... | Ken Raeburn | 1998-10-11 | 1 | -7/+7 |
* | expr.h (eh_rtime_match_libfunc): New extern declaration. | Andrew MacLeod | 1998-09-21 | 1 | -0/+2 |
* | Function entry/exit profiling instrumentation: | Ken Raeburn | 1998-07-30 | 1 | -0/+9 |
* | optabs.c: Use gen_rtx_FOO (...) instead of gen_rtx (FOO, ...). | John Carr | 1998-06-24 | 1 | -177/+185 |
* | Warning fixes: | Kaveh R. Ghazi | 1998-06-22 | 1 | -1/+0 |
* | * optabs.c (init_traps): Put prototype inside a suitable #ifdef. | Jeffrey A Law | 1998-06-19 | 1 | -0/+2 |
* | haifa-sched.c (haifa_classify_insn): TRAP_IF is risky. | John Carr | 1998-06-17 | 1 | -0/+52 |
* | typo typo fixes fixes | Jeff Law | 1998-05-06 | 1 | -1/+1 |
* | * Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12 | Jeff Law | 1998-04-04 | 1 | -5/+4 |
* | Major cutover to using system.h: | Kaveh R. Ghazi | 1998-03-20 | 1 | -2/+1 |
* | Rats. Forgot to change copyrights on the first commit. | Robert Lipe | 1998-02-13 | 1 | -1/+1 |
* | c-lang.c (finish_file): Bracket declaration of static_ctors, static_dtors. | Robert Lipe | 1998-02-13 | 1 | -19/+5 |
* | [multiple changes] | Jason Merrill | 1997-11-25 | 1 | -3/+19 |
* | (chkr_{check_addr,set_right}_libfunc): New definitions. | Richard Kenner | 1997-08-02 | 1 | -0/+11 |
* | except.c (start_dynamic_handler): Fix so that we can use __builtin_setjmp... | Mike Stump | 1997-05-07 | 1 | -1/+1 |
* | Add setjmp/longjmp exception handling. | Mike Stump | 1997-04-23 | 1 | -0/+17 |
* | Treat ZERO_EXTEND like SIGN_EXTEND in emit_unop_insn | Ian Lance Taylor | 1996-12-10 | 1 | -3/+4 |
* | (emit_libcall_block): Before adding an REG_EQUAL note, check that it will rea... | Richard Kenner | 1996-10-23 | 1 | -21/+32 |
* | (expand_binop): Use new function emit_store_flag_force. | Torbjorn Granlund | 1996-10-21 | 1 | -11/+10 |
* | (expand_abs): When OP0 and TARGET are the same pseudo register, it is | Richard Kenner | 1996-08-11 | 1 | -0/+7 |
* | install EH code | Mike Stump | 1996-07-23 | 1 | -0/+4 |
* | formatting tweaks | Mike Stump | 1996-07-03 | 1 | -4/+4 |
* | optabs.c (emit_cmp_insn): Immediately copy the return value from the library ... | Jeff Law | 1996-03-01 | 1 | -4/+27 |
* | Update comments. | Richard Kenner | 1996-01-17 | 1 | -6/+0 |
* | (expand_fix): Don't copy TARGET to TO if same. | Richard Kenner | 1996-01-16 | 1 | -5/+14 |
* | (emit_unop_insn): Don't do -fforce-mem for SIGN_EXTEND. | Richard Kenner | 1995-12-27 | 1 | -1/+3 |
* | (init_optabs): Initialize clrstr_optab. | Richard Kenner | 1995-12-24 | 1 | -0/+1 |
* | (emit_cmp_insn): Likewise for memcmp and bcmp. | Jim Wilson | 1995-12-18 | 1 | -2/+7 |
* | (expand_float): Emit missing barrier after unconditional jump. | Richard Kenner | 1995-10-21 | 1 | -0/+1 |
* | Update FSF address. | Richard Kenner | 1995-06-15 | 1 | -1/+2 |
* | (expand_binop): In last change, don't defererence TARGET if it is 0. | Richard Kenner | 1995-06-05 | 1 | -1/+2 |
* | (expand_binop): Don't use non-REG TARGET in 2-word case. | Richard Kenner | 1995-06-02 | 1 | -1/+1 |
* | (init_optabs): Delete all uses of undocumented TImode and | Jim Wilson | 1995-04-26 | 1 | -87/+0 |
* | (init{,_integral,_floating,_complex}_libfuncs): | Richard Kenner | 1995-04-07 | 1 | -4/+4 |
* | (expand_binop): Add missing test for VOIDmode before calling | Richard Kenner | 1995-01-27 | 1 | -1/+2 |
* | (movcc_gen_code): New variable. | Doug Evans | 1995-01-25 | 1 | -0/+156 |
* | (expand_binop): Do not force constant shift-count to a register, to allow pos... | Richard Kenner | 1995-01-13 | 1 | -7/+11 |
* | (init_optabs): Don't set functions for rotl and rotr. | Richard Kenner | 1994-11-29 | 1 | -2/+0 |
* | (emit_no_conflict_block): Just emit the insns if the block contains | Richard Kenner | 1994-11-22 | 1 | -7/+8 |
* | (expand_unop): Try subtraction from zero if there isn't a | Doug Evans | 1994-11-17 | 1 | -0/+11 |
* | (expand_abs): New function, code moved from expand_expr. | Richard Kenner | 1994-11-15 | 1 | -0/+84 |
* | (expand_fix): Correct typo with FIX/UNSIGNED_FIX REG_NOTES. | Jim Wilson | 1994-10-13 | 1 | -1/+1 |
* | (??hf2_libfunc): Define like ??sf2_libfunc. | Richard Kenner | 1994-10-12 | 1 | -1/+42 |
* | (expand_float): Copy TEMP to TARGET when making recursive call and | Richard Kenner | 1994-10-10 | 1 | -1/+4 |
* | (expand_fix): Call emit_library_call_value. | Richard Kenner | 1994-09-27 | 1 | -3/+6 |
* | (expand_binop, multi-word shifts): Generate rtl | Richard Earnshaw | 1994-09-15 | 1 | -7/+7 |
* | (expand_binop, case MULT [complex]) Fix typo. | Richard Kenner | 1994-07-28 | 1 | -2/+4 |
* | (init_optabs): Allow target specific libcalls with INIT_TARGET_OPTABS. | Doug Evans | 1994-07-11 | 1 | -0/+5 |