aboutsummaryrefslogtreecommitdiff
path: root/gcc/optabs.c
AgeCommit message (Expand)AuthorFilesLines
2000-04-15flow.c (count_basic_blocks, [...]): Remove last change.Richard Kenner1-11/+13
2000-04-13alias.c (nonlocal_reference_p): Take a care for CALL_INSNS's fusage field.Jan Hubicka1-2/+2
2000-04-05optabs.c (emit_libcall_block): Remove spurious REG_EQUAL notes from the insn ...Hans-Peter Nilsson1-1/+19
2000-03-30builtins.c (get_pointer_alignment): Use host_integerp & tree_low_cst.Richard Kenner1-7/+11
2000-03-25* Rework fields used to describe positions of bitfields andRichard Kenner1-4/+4
2000-03-07rtl.h (rtunion_def): Constify member `rtstr'.Kaveh R. Ghazi1-1/+1
2000-02-26Fix copyrights.Jeff Law1-1/+2
2000-02-18bitmap.c (bitmap_operation): Avoid using -1 for index since unsigned.Richard Kenner1-1/+2
2000-02-11jump.c (jump_optimize_1): The first operand in a relational can be a CONST_INT.Jeffrey A Law1-2/+4
2000-01-24rtl.def: Add unordered fp comparisions.Richard Henderson1-9/+49
2000-01-17machmode.h: PROTO -> PARAMS.Kaveh R. Ghazi1-14/+14
2000-01-11Update copyrights for last checkin.Kaveh Ghazi1-1/+1
2000-01-10Makefile.in (optabs.o): Depend on real.hKaveh R. Ghazi1-0/+1
2000-01-09elfos.h (ASM_OUTPUT_LIMITED_STRING): Add parentheses around assignment used a...Kaveh R. Ghazi1-1/+1
1999-12-04c-common.c (enum attrs): Add A_NO_LIMIT_STACK.Geoff Keating1-1/+7
1999-10-31[multiple changes]Richard Kenner1-1/+21
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