aboutsummaryrefslogtreecommitdiff
path: root/gcc/recog.c
AgeCommit message (Expand)AuthorFilesLines
2001-11-02* recog.c (decode_asm_operands): Check that the SRC is ASM_OPERANDS.Graham Stott1-1/+2
2001-10-30alias.c: Fix comment formatting.Kazu Hirata1-1/+1
2001-10-23* recog.c (peephole2_optimize): Add default case to switch.Zack Weinberg1-0/+2
2001-10-21c-format.c (maybe_read_dollar_number): Use safe-ctype macros and/or fold extr...Kaveh R. Ghazi1-1/+1
2001-10-20basic-block.h (find_sub_basic_blocks): Use sbitmap parameter.Jan Hubicka1-2/+1
2001-10-16* recog.c: Formatting and comment typo fixes.Alan Modra1-33/+33
2001-10-11c-parse.in (asm_operand): Allow named operands.Richard Henderson1-34/+49
2001-10-11alias.c: Remove uses of "register" specifier in declarations of arguments and...Stan Shebs1-34/+34
2001-10-10calls.c: Fix formatting.Kazu Hirata1-1/+1
2001-09-21basic-block.h (flow_delete_insn, [...]): Kill.Jan Hubicka1-1/+1
2001-09-19recog.c (peephole2_optimize): Likewise.Richard Henderson1-0/+63
2001-09-16basic-block.h (free_bb_for_insn): Declare.Jan Hubicka1-10/+7
2001-08-22Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff1-12/+12
2001-08-22expmed.c (mode_for_extraction): New function.Zack Weinberg1-13/+10
2001-08-13expr.h: Split out optab- and libfunc-related code to...Zack Weinberg1-0/+1
2001-08-12gcc.c: Fix comment formatting.Kazu Hirata1-5/+5
2001-07-29basic-block.h (CLEANUP_PRE_LOOP): New.Jan Hubicka1-2/+2
2001-07-24recog.c (split_all_insns_noflow): New.Jan Hubicka1-0/+16
2001-07-23basic-block.h (find_sub_basic_block): Declare.Jan Hubicka1-17/+10
2001-07-12recog.c (validate_change): Fix a comment typo.Kazu Hirata1-1/+1
2001-07-10recog.c (offsettable_address_p): Handle LO_SUM case.Richard Kenner1-3/+7
2001-07-09[multiple changes]Richard Kenner1-4/+2
2001-07-03explow.c (plus_constant_wide, case PLUS): Call find_constant_term and avoid c...Richard Kenner1-48/+1
2001-07-02explow.c (plus_constant_wide, [...]): New case.Richard Kenner1-5/+4
2001-06-12damn me,Jan Hubicka1-1/+1
2001-06-12* recog.c (validate_replace_rtx_1): Fix previous patch.Jan Hubicka1-1/+1
2001-06-12* recog.c (validate_replace_rtx_1): Do plus_constant call always.Jan Hubicka1-1/+1
2001-06-08recog.c (split_insn): Break out from ...Jan Hubicka1-65/+86
2001-05-21combine.c (simplify_comparison): Update op1 after constant extension.Richard Henderson1-2/+9
2001-05-19recog.c (general_operand): Modify last change to allow it if reload has compl...Richard Kenner1-2/+6
2001-05-19recog.c (general_operand): Prohibit nonzero subreg bytes on subregs containin...Jan Hubicka1-150/+85
2001-05-17recog.c (validate_replace_rtx_1): Use "TO" mode if not VOIDmode when calling ...Jan Hubicka1-1/+3
2001-05-17simplify-rtx.c (simplify_subreg): Break out from ...Jan Hubicka1-133/+14
2001-05-15* recog.c (apply_change_group): Avoid unneeded validating.Jan Hubicka1-1/+6
2001-05-04alpha.h: NULL_PTR -> NULL.Kaveh R. Ghazi1-1/+1
2001-05-01bitmap.c: Change NULL_PTR to NULL or "(rtx*)0".Kaveh R. Ghazi1-2/+2
2001-04-12recog.c (general_operand, [...]): Require CONST_INTs to be sign-extended valu...Alexandre Oliva1-0/+12
2001-04-04recog.c (validate_replace_rtx_1): Instead of aborting just make sure the chan...Jakub Jelinek1-1/+7
2001-04-04rtl.h (set_noop_p): Declare.John Wehle1-1/+1
2001-04-03Use byte offsets in SUBREGs instead of words.Jakub Jelinek1-51/+99
2001-03-22mkconfig.sh: Include insn-flags.h.Richard Henderson1-2/+0
2001-03-21recog.c (push_operand): Fix error in last change that caused undefined symbol...Richard Kenner1-3/+8
2001-03-21* recog.c (push_operand): Recognize new format of push instructions.Jan Hubicka1-2/+20
2001-02-18Makefile.in (gcse.o): Now includes ggc.h.Richard Kenner1-10/+37
2001-02-17recog.c (validate_replace_src_1): New.Richard Kenner1-16/+24
2001-02-16recog.c (validate_replace_rtx): Replace in operands of ZERO_EXTRACT in SET_DEST.Richard Kenner1-2/+9
2001-01-22recog.c (validate_replace_rtx_1): In ZERO_EXTEND / SIGN_EXTEND case...J"orn Rennecke1-2/+36
2000-11-27While building global lifetime information, keep track of which registers are...Bernd Schmidt1-2/+2
2000-11-09recog.c (validate_replace_rtx_1): Consider subregs when replacing a register ...Richard Henderson1-6/+21
2000-11-07combine.c (recog_for_combine): Allocate uninitialized vector with rtvec_alloc.J"orn Rennecke1-1/+1