aboutsummaryrefslogtreecommitdiff
path: root/gcc/optabs.c
AgeCommit message (Expand)AuthorFilesLines
1999-09-24* optabs.c (init_traps): Fix typo in last change.Mark Mitchell1-1/+1
1999-09-24* optabs.c (init_traps): Register trap_rtx as a GC root.Mark Mitchell1-4/+5
1999-09-23Use cbranch patterns when availableBernd Schmidt1-41/+48
1999-09-20Make it possible to prototype port-specific functions (and convert i386 to us...Bernd Schmidt1-0/+1
1999-09-16system.h (CTYPE_CONV, [...]): New macros.Kaveh R. Ghazi1-1/+1
1999-09-12Replace insn_foo with insn_data.foo.Richard Henderson1-42/+48
1999-09-09combine.c (SUBST): Break out to a real function do_SUBST.Richard Henderson1-132/+142
1999-09-06Merge in gcc2-ss-010999Jeff Law1-7/+18
1999-09-05Makefile.in (tree.o): Depend on ggc.h.Richard Henderson1-0/+17
1999-09-04Convert many single variables to arraysBernd Schmidt1-167/+3
1999-08-27rtl.c: Define CONST_DOUBLE_FORMAT to the appropriate format for a CONST_DOUBL...Zack Weinberg1-4/+0
1999-08-25optabs.c (emit_cmp_and_jump_insns): Be more thorough in canonization.Richard Henderson1-1/+2
1999-08-23Fix sparc compilation failureBernd Schmidt1-11/+17
1999-08-20machmode.h (mode_name): Constify a char*.Kaveh R. Ghazi1-1/+1
1999-08-18Combined compare & jump infrastructureBernd Schmidt1-129/+184
1999-08-09Include function.h in most files.Bernd Schmidt1-0/+1
1999-08-02Unroll my commit of 1999/08/01 16:14:58, there was a communications mixupGeoffrey Keating1-3/+3
1999-08-01rs6000.c (num_insns_constant_wide): Correct for type promotion.Geoff Keating1-3/+3
1999-06-08optabs.c (expand_cmplxdiv_wide): Use expand_abs to get the absolute values.Richard Earnshaw1-5/+11
1999-05-20optabs.c (expand_cmplxdiv_straight, [...]): Change function definitions to K&...Kaveh R. Ghazi1-8/+16
1999-05-17improve open-coding of complex divide, use new method in g77Craig Burley1-104/+385
1999-05-10optabs.c (emit_cmp_and_jump_insns): Handle the case where both operands to th...Jeffrey A Law1-0/+9
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