| Commit message (Expand) | Author | Age | Files | Lines |
* | * read-rtl.c: Fix formatting. | kazu | 2002-01-15 | 1 | -3/+3 |
* | Implement MODE_BASE_REG_CLASS | nickc | 2001-12-17 | 1 | -1/+2 |
* | * recog.c (validate_replace_rtx_1): Use simplify_gen_binary | rth | 2001-12-13 | 1 | -1/+2 |
* | * recog.c (decode_asm_operands): Check that the SRC is ASM_OPERANDS. | grahams | 2001-11-02 | 1 | -1/+2 |
* | * alias.c: Fix comment formatting. | kazu | 2001-10-30 | 1 | -1/+1 |
* | * recog.c (peephole2_optimize): Add default case to switch. | zack | 2001-10-23 | 1 | -0/+2 |
* | * c-format.c (maybe_read_dollar_number): Use safe-ctype macros | ghazi | 2001-10-21 | 1 | -1/+1 |
* | * basic-block.h (find_sub_basic_blocks): Use sbitmap parameter. | hubicka | 2001-10-20 | 1 | -2/+1 |
* | * recog.c: Formatting and comment typo fixes. | amodra | 2001-10-16 | 1 | -33/+33 |
* | * c-parse.in (asm_operand): Allow named operands. | rth | 2001-10-11 | 1 | -34/+49 |
* | 2001-10-10 Stan Shebs <shebs@apple.com> | shebs | 2001-10-11 | 1 | -34/+34 |
* | * calls.c: Fix formatting. | kazu | 2001-10-10 | 1 | -1/+1 |
* | * basic-block.h (flow_delete_insn, flow_delete_insn_chain): Kill. | hubicka | 2001-09-21 | 1 | -1/+1 |
* | * recog.c (peephole2_optimize): Likewise. Handle EH_REGION; | rth | 2001-09-19 | 1 | -0/+63 |
* | * basic-block.h (free_bb_for_insn): Declare. | hubicka | 2001-09-16 | 1 | -10/+7 |
* | * Makefile.in, alias.c, basic-block.h, bb-reorder.c, bitmap.c, | gerald | 2001-08-22 | 1 | -12/+12 |
* | * expmed.c (mode_for_extraction): New function. | zack | 2001-08-22 | 1 | -13/+10 |
* | * expr.h: Split out optab- and libfunc-related code to... | zack | 2001-08-13 | 1 | -0/+1 |
* | * gcc.c: Fix comment formatting. | kazu | 2001-08-12 | 1 | -5/+5 |
* | * basic-block.h (CLEANUP_PRE_LOOP): New. | hubicka | 2001-07-29 | 1 | -2/+2 |
* | * recog.c (split_all_insns_noflow): New. | hubicka | 2001-07-24 | 1 | -0/+16 |
* | * basic-block.h (find_sub_basic_block): Declare. | hubicka | 2001-07-23 | 1 | -17/+10 |
* | 2001-07-11 Kazu Hirata <kazu@hxi.com> | kazu | 2001-07-12 | 1 | -1/+1 |
* | * recog.c (offsettable_address_p): Handle LO_SUM case. | kenner | 2001-07-10 | 1 | -3/+7 |
* | Mon Jul 9 06:41:07 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu> | kenner | 2001-07-09 | 1 | -4/+2 |
* | * explow.c (plus_constant_wide, case PLUS): Call find_constant_term | kenner | 2001-07-03 | 1 | -48/+1 |
* | * explow.c (plus_constant_wide, case LO_SUM): New case. | kenner | 2001-07-03 | 1 | -5/+4 |
* | damn me, | hubicka | 2001-06-12 | 1 | -1/+1 |
* | * recog.c (validate_replace_rtx_1): Fix previous patch. | hubicka | 2001-06-12 | 1 | -1/+1 |
* | * recog.c (validate_replace_rtx_1): Do plus_constant call always. | hubicka | 2001-06-12 | 1 | -1/+1 |
* | * recog.c (split_insn): Break out from ... | hubicka | 2001-06-08 | 1 | -65/+86 |
* | * combine.c (simplify_comparison): Update op1 after constant | rth | 2001-05-22 | 1 | -2/+9 |
* | * recog.c (general_operand): Modify last change to allow it if reload | kenner | 2001-05-19 | 1 | -2/+6 |
* | * recog.c (general_operand): Prohibit nonzero subreg bytes on | hubicka | 2001-05-19 | 1 | -150/+85 |
* | * recog.c (validate_replace_rtx_1): Use "TO" mode if not VOIDmode | hubicka | 2001-05-17 | 1 | -1/+3 |
* | * simplify-rtx.c (simplify_subreg): Break out from ... | hubicka | 2001-05-17 | 1 | -133/+14 |
* | * recog.c (apply_change_group): Avoid unneeded validating. | hubicka | 2001-05-15 | 1 | -1/+6 |
* | * alpha.h: NULL_PTR -> NULL. | ghazi | 2001-05-04 | 1 | -1/+1 |
* | * bitmap.c: Change NULL_PTR to NULL or "(rtx*)0". | ghazi | 2001-05-01 | 1 | -2/+2 |
* | * recog.c (general_operand, immediate_operand, | aoliva | 2001-04-12 | 1 | -0/+12 |
* | * recog.c (validate_replace_rtx_1): Instead of aborting just make | jakub | 2001-04-04 | 1 | -1/+7 |
* | * rtl.h (set_noop_p): Declare. | wehle | 2001-04-04 | 1 | -1/+1 |
* | 2001-04-03 Jakub Jelinek <jakub@redhat.com> | amacleod | 2001-04-03 | 1 | -51/+99 |
* | * mkconfig.sh: Include insn-flags.h. | rth | 2001-03-22 | 1 | -2/+0 |
* | * recog.c (push_operand): Fix error in last change that caused | kenner | 2001-03-21 | 1 | -3/+8 |
* | * recog.c (push_operand): Recognize new format of push instructions. | hubicka | 2001-03-21 | 1 | -2/+20 |
* | * Makefile.in (gcse.o): Now includes ggc.h. | kenner | 2001-02-18 | 1 | -10/+37 |
* | * recog.c (validate_replace_src_1): New. | kenner | 2001-02-17 | 1 | -16/+24 |
* | * recog.c (validate_replace_rtx): Replace in operands of | kenner | 2001-02-16 | 1 | -2/+9 |
* | * recog.c (validate_replace_rtx_1): In ZERO_EXTEND / SIGN_EXTEND | amylaar | 2001-01-22 | 1 | -2/+36 |