aboutsummaryrefslogtreecommitdiff
path: root/gcc/recog.c
AgeCommit message (Expand)AuthorFilesLines
2000-09-29final.c (final_scan_insn): Remove extra extract_insn call; Use caching for co...Jan Hubicka1-56/+84
2000-09-29recog.c (recog_memoized): Rename to recog_memoized_1.Jan Hubicka1-1/+1
2000-09-11i386.md (add?i_3, add?i_5): New.Jan Hubicka1-0/+28
2000-09-09recog.c (validate_replace_rtx_1): Correct MODE parameter in call to operand_s...Geoff Keating1-1/+1
2000-09-08recog.c (validate_replace_rtx_1): Fix confusion about equality testing...Jan Hubicka1-7/+60
2000-08-28local-alloc.c (requires_inout): Don't use reserved range for EXTRA_CONSTRAINT...Richard Henderson1-64/+35
2000-08-04alias.c (mark_constant_function): Use INSN_P.Rodney Brown1-1/+1
2000-07-31recog.c (extract_insn): Set operand_mode according to operand if match_operan...Jan Hubicka1-0/+3
2000-07-31* recog.c (validate_replace_rtx_1): Do not abort for (nil) expression.Jan Hubicka1-1/+4
2000-07-30Makefile.in (OBJS): Add doloop.o.Richard Henderson1-1/+1
2000-07-30recog.c (general_operand, [...]): Accept any mode for VOIDmode CONSTANT_P ope...Jan Hubicka1-2/+4
2000-07-30gcse.c (try_replace_reg): Use validate_replace_rtx_subexp instead of replace_...Jan Hubicka1-0/+12
2000-07-28cse.c (canon_hash): Handle PRE_MODIFY/POST_MODIFY.Richard Henderson1-2/+1
2000-07-23unuglyfying codeAldy Hernandez1-0/+3
2000-06-13combine.c (subst): Use CLASS_CANNOT_CHANGE_MODE and CLASS_CANNOT_CHANGE_MODE_...Richard Henderson1-5/+5
2000-05-31Makefile.in (c-decl.o): Depend on rtl.h and expr.h.Richard Kenner1-7/+6
2000-05-27Makefile.in (resource.o): Depend on except.h.Richard Henderson1-1/+1
2000-05-27Makefile.in (recog.o): Don't depend on resource.h.Richard Henderson1-43/+282
2000-05-25* recog.c (peephole2_optimize): Use INSN_P.Mark Mitchell1-1/+1
2000-05-24recog.c (offsettable_address_p): If mode size is zero, assume BIGGEST_ALIGNMENT.Richard Henderson1-2/+10
2000-05-04rtl.h (MEM_COPY_ATTRIBUTES): Also copy RTX_UNCHANGING_P and MEM_ALIAS_SET.Richard Kenner1-2/+0
2000-03-09Fix a bug in preprocess_constraintsBernd Schmidt1-1/+1
2000-03-07rtl.h (rtunion_def): Constify member `rtstr'.Kaveh R. Ghazi1-2/+2
2000-02-26Fix copyrights.Jeff Law1-1/+2
2000-01-17Update copyrightsKaveh Ghazi1-1/+1
2000-01-17machmode.h: PROTO -> PARAMS.Kaveh R. Ghazi1-5/+5
2000-01-13svr3.h (ASM_FILE_START): Wrap if-clause in squigly brackets.Kaveh R. Ghazi1-1/+1
1999-10-31[multiple changes]Richard Kenner1-0/+5
1999-10-29flow.c (count_or_remove_death_notes): Equate NULL with the universal set.Richard Henderson1-2/+2
1999-10-26Reorg reg-stack to use the standard CFG.Jan Hubicka1-4/+6
1999-10-20basic-block.h (PROP_*): Move constants from ...Richard Henderson1-2/+2
1999-10-18basic-block.h (set_block_num): Declare.Richard Henderson1-0/+2
1999-10-14recog.c (pmode_register_operand): New.Richard Henderson1-0/+10
1999-10-09Makefile.in (flow.o): Depend on TREE_H.Richard Henderson1-90/+135
1999-10-01Delete !REGISTER_CONSTRAINTS codeBernd Schmidt1-13/+0
1999-09-20Make it possible to prototype port-specific functions (and convert i386 to us...Bernd Schmidt1-0/+1
1999-09-14c-pragma.c (handle_pragma_token): Wrap variables `name' and `value' in HANDLE...Kaveh R. Ghazi1-2/+3
1999-09-12Replace insn_foo with insn_data.foo.Richard Henderson1-8/+9
1999-09-11Replace recog_foo with recog_data.foo.Richard Henderson1-88/+51
1999-09-06Merge in gcc2-ss-010999Jeff Law1-11/+10
1999-08-31backport: Makefile.in (STAGESTUFF): Add *.peephole2.Richard Henderson1-0/+68
1999-08-24haifa-sched.c (split_hard_reg_notes): Move to flow.cBob Manson1-1/+1
1999-08-20rtl.h (rtx_format): Constify a char*.Kaveh R. Ghazi1-2/+2
1999-08-09Include function.h in most files.Bernd Schmidt1-0/+1
1999-08-04recog.c (preproces_constraints): Zero recog_op_alt before processing the cons...Richard Earnshaw1-0/+1
1999-04-10recog.c (constrain_operands): Ignore unary operators when matching operands.Jan Hubicka1-7/+15
1999-04-06Fix trivial formatting buglet in each file.Jeff Law1-1/+1
1999-03-06* recog.c (push_operand, pop_operand): VOIDmode needn't match modes.Richard Henderson1-2/+2
1999-02-05Only call update_flow_info if instruction scheduling is enabled.Nick Clifton1-1/+2
1999-02-02Bob Manson <manson@charmed.cygnus.com>Bob Manson1-0/+81