aboutsummaryrefslogtreecommitdiff
path: root/gcc/recog.c
AgeCommit message (Expand)AuthorFilesLines
2002-03-14emit-rtl.c (try_split): Use delete_insns.Jan Hubicka1-7/+3
2002-03-14toplev.c (rest_of_compilation): Add CLEANUP_UPDATE_LIFE to cfg_cleanup call a...Jan Hubicka1-6/+2
2002-03-08* recog.c (peephole2_optimize): Re-distribute EH edges.Jan Hubicka1-1/+22
2002-03-03emit-rtl.c, [...]: Remove all #ifndef REAL_ARITHMETIC blocks...Zack Weinberg1-22/+0
2002-02-28basic-block.h (BB_REACHABLE): Renumber.Jan Hubicka1-0/+11
2002-02-19i386.md ("mmx_uavgv8qi3"): Use const_vector.Aldy Hernandez1-0/+1
2002-01-15read-rtl.c: Fix formatting.Kazu Hirata1-3/+3
2001-12-17Implement MODE_BASE_REG_CLASSNick Clifton1-1/+2
2001-12-12recog.c (validate_replace_rtx_1): Use simplify_gen_binary instead of plus_con...Corey Minyard1-1/+2
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