aboutsummaryrefslogtreecommitdiff
path: root/gcc/optabs.c
AgeCommit message (Expand)AuthorFilesLines
1999-04-27rtl.h (REG_EH_REGION): Update comment to indicate a value of -1 indicates no ...Andrew MacLeod1-1/+1
1999-04-25fold-const.c (make_range): Always initialize arg0 and arg1.Toshiyasu Morita1-3/+3
1999-04-17c-aux-info.c, [...]: Include toplev.h for real declaration of trim_filename.Zack Weinberg1-0/+1
1999-03-25rtl.texi (RTX_FRAME_RELATED_P): Add documentation.Andrew Macleod1-25/+18
1999-03-19Warning fixes:Kaveh R. Ghazi1-3/+2
1999-03-06c-aux-info.c (data_type, [...]): Qualify a char* with the `const' keyword.Kaveh R. Ghazi1-8/+11
1999-02-14except.c (start_catch_handler): Use emit_cmp_and_jump_insns.Jeffrey A Law1-12/+17
1999-01-19rtl.h (rtx_def): Update documentation.Mark Mitchell1-4/+2
1999-01-19optabs.c (emit_libcall_block): Add a REG_EH_REGION reg note to all calls with...Andrew MacLeod1-0/+15
1999-01-06Fix copyrights.Jeff Law1-1/+1
1999-01-03optabs.c (emit_cmp_and_jump_insns): Use CONSTANT_P canonicalizing RTL for a c...Jeffrey A Law1-1/+1
1999-01-03optabs.c (emit_cmp_insn): Abort if asked to emit non-canonical RTL for a targ...Michael Hayes1-0/+54
1998-12-08See ChangeLog..Andrew MacLeod1-0/+2
1998-10-17Warning fixes:Kaveh R. Ghazi1-1/+1
1998-10-13Warning fixes:Kaveh R. Ghazi1-2/+2
1998-10-11Fine-grained control of -fcheck-memory-usage with new no_check_memory_usage a...Ken Raeburn1-7/+7
1998-09-21expr.h (eh_rtime_match_libfunc): New extern declaration.Andrew MacLeod1-0/+2
1998-07-30Function entry/exit profiling instrumentation:Ken Raeburn1-0/+9
1998-06-24optabs.c: Use gen_rtx_FOO (...) instead of gen_rtx (FOO, ...).John Carr1-177/+185
1998-06-22Warning fixes:Kaveh R. Ghazi1-1/+0
1998-06-19* optabs.c (init_traps): Put prototype inside a suitable #ifdef.Jeffrey A Law1-0/+2
1998-06-17haifa-sched.c (haifa_classify_insn): TRAP_IF is risky.John Carr1-0/+52
1998-05-06typo typo fixes fixesJeff Law1-1/+1
1998-04-04* Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12Jeff Law1-5/+4
1998-03-20Major cutover to using system.h:Kaveh R. Ghazi1-2/+1
1998-02-13Rats. Forgot to change copyrights on the first commit.Robert Lipe1-1/+1
1998-02-13c-lang.c (finish_file): Bracket declaration of static_ctors, static_dtors.Robert Lipe1-19/+5
1997-11-25[multiple changes]Jason Merrill1-3/+19
1997-08-02(chkr_{check_addr,set_right}_libfunc): New definitions.Richard Kenner1-0/+11
1997-05-07except.c (start_dynamic_handler): Fix so that we can use __builtin_setjmp...Mike Stump1-1/+1
1997-04-23Add setjmp/longjmp exception handling.Mike Stump1-0/+17
1996-12-10Treat ZERO_EXTEND like SIGN_EXTEND in emit_unop_insnIan Lance Taylor1-3/+4
1996-10-23(emit_libcall_block): Before adding an REG_EQUAL note, check that it will rea...Richard Kenner1-21/+32
1996-10-21(expand_binop): Use new function emit_store_flag_force.Torbjorn Granlund1-11/+10
1996-08-11(expand_abs): When OP0 and TARGET are the same pseudo register, it isRichard Kenner1-0/+7
1996-07-23install EH codeMike Stump1-0/+4
1996-07-03formatting tweaksMike Stump1-4/+4
1996-03-01optabs.c (emit_cmp_insn): Immediately copy the return value from the library ...Jeff Law1-4/+27
1996-01-17Update comments.Richard Kenner1-6/+0
1996-01-16(expand_fix): Don't copy TARGET to TO if same.Richard Kenner1-5/+14
1995-12-27(emit_unop_insn): Don't do -fforce-mem for SIGN_EXTEND.Richard Kenner1-1/+3
1995-12-24(init_optabs): Initialize clrstr_optab.Richard Kenner1-0/+1
1995-12-18(emit_cmp_insn): Likewise for memcmp and bcmp.Jim Wilson1-2/+7
1995-10-21(expand_float): Emit missing barrier after unconditional jump.Richard Kenner1-0/+1
1995-06-15Update FSF address.Richard Kenner1-1/+2
1995-06-05(expand_binop): In last change, don't defererence TARGET if it is 0.Richard Kenner1-1/+2
1995-06-02(expand_binop): Don't use non-REG TARGET in 2-word case.Richard Kenner1-1/+1
1995-04-26(init_optabs): Delete all uses of undocumented TImode andJim Wilson1-87/+0
1995-04-07(init{,_integral,_floating,_complex}_libfuncs):Richard Kenner1-4/+4
1995-01-27(expand_binop): Add missing test for VOIDmode before callingRichard Kenner1-1/+2