| Commit message (Expand) | Author | Age | Files | Lines |
* | 2004-09-23 Dorit Naishlos <dorit@il.ibm.com> | dorit | 2004-09-23 | 1 | -0/+12 |
* | * reg-notes.def (REG_DEP_TRUE): New entry, place first so it | zack | 2004-09-21 | 1 | -10/+9 |
* | * print-rtl.c (print_decl_name): New. | rth | 2004-09-12 | 1 | -6/+23 |
* | * Makefile.in (BUILD_PREFIX, BUILD_PREFIX_1): Delete. | zack | 2004-08-16 | 1 | -7/+24 |
* | * Makefile.in (RTL_BASE_H, RTL_H): Correct. | zack | 2004-08-04 | 1 | -1/+0 |
* | * print-rtl.c (print_rtx <case 'b'>): Don't attempt to print | zack | 2004-07-23 | 1 | -0/+4 |
* | * rtl.h (insn_note): Remove NOTE_INSN_PREDICTION. | steven | 2004-07-21 | 1 | -9/+0 |
* | 2004-07-08 Jerry Quinn <jlquinn@optonline.net> | jlquinn | 2004-07-09 | 1 | -9/+9 |
* | Conditionally compile support for --enable-mapped_location. | bothner | 2004-06-30 | 1 | -4/+7 |
* | 2004-06-15 Jerry Quinn <jlquinn@optonline.net> | jlquinn | 2004-06-15 | 1 | -4/+4 |
* | * basic-block.c (tail_recursion_label_list): Don't declare. | steven | 2004-06-03 | 1 | -47/+0 |
* | Merge tree-ssa-20020619-branch into mainline. | dnovillo | 2004-05-13 | 1 | -3/+3 |
* | 2004-04-09 Caroline Tice <ctice@apple.com> | ctice | 2004-04-09 | 1 | -0/+8 |
* | gcc/ | kazu | 2004-02-07 | 1 | -1/+1 |
* | Josef Zlomek <zlomekj@suse.cz> | zlomek | 2004-02-06 | 1 | -0/+8 |
* | * print-rtl.c (print_rtx): For hard register, write out register | kenner | 2003-12-31 | 1 | -4/+2 |
* | * print-rtl.c (print_rtx): Call PRINT_REG with second argument -1. | zack | 2003-11-02 | 1 | -1/+1 |
* | * Makefile.in (BUILD_RTL): Replace $(BUILD_PREFIX)insn-modes.o | zack | 2003-10-13 | 1 | -19/+6 |
* | gcc: | ghazi | 2003-07-08 | 1 | -2/+1 |
* | * jump.c: Convert prototypes to ISO C90. | aj | 2003-07-06 | 1 | -29/+11 |
* | * gcse.c (compute_ld_motion_mems): Use INSN_P instead of its | kazu | 2003-06-28 | 1 | -1/+1 |
* | * convert.c, dwarf2out.c, dwarfout.c, emit-rtl.c, function.c, | neroden | 2003-06-16 | 1 | -1/+1 |
* | * cfglayout.c (insn_scope): New static function | hubicka | 2003-06-08 | 1 | -1/+11 |
* | gcc: | ghazi | 2003-05-17 | 1 | -22/+9 |
* | * rtl.def (SYMBOL_REF): Add two 0 fields. | rth | 2003-04-11 | 1 | -2/+15 |
* | * print-rtl.c (print_rtx): Don't print MEM details in | aoliva | 2003-01-26 | 1 | -2/+2 |
* | * emit-rtl.c (reg_attrs_htab): New static variable. | hubicka | 2003-01-24 | 1 | -0/+17 |
* | Merge basic-improvements-branch to trunk | zack | 2002-12-16 | 1 | -0/+2 |
* | gcc/ | rth | 2002-10-16 | 1 | -2/+4 |
* | Tue Oct 8 16:50:10 CEST 2002 Jan Hubicka <jh@suse.cz> | hubicka | 2002-10-08 | 1 | -1/+1 |
* | * real.c (real_to_decimal): Crop trailing zeros for DIGITS < 0. | rth | 2002-10-02 | 1 | -3/+9 |
* | * Makefile.in (HOST_PRINT): Use print-rtl1.o | rth | 2002-09-13 | 1 | -4/+1 |
* | * real.c (ereal_to_decimal): Add digits parameter. | rth | 2002-09-04 | 1 | -1/+1 |
* | * emit-rtl.c (set_mem_attributes): Preserve indirection of PARM_DECL | rth | 2002-07-22 | 1 | -0/+6 |
* | * rtl.def (CODE_LABEL): Remove slot 8. | zack | 2002-07-19 | 1 | -3/+8 |
* | * print-rtl.c (print_rtx): Adjust NOTE argument numbers for | rth | 2002-06-18 | 1 | -2/+2 |
* | * print-rtl.c (print_rtx): Print space before vector, not after. | schwab | 2002-06-17 | 1 | -3/+8 |
* | PR c/6809 | jakub | 2002-06-10 | 1 | -2/+3 |
* | Tue Jun 4 19:29:42 CEST 2002 Jan Hubicka <jh@suse.cz> | hubicka | 2002-06-04 | 1 | -10/+0 |
* | * loop.c (emit_prefetch_instructions): Properly place the address computation. | hubicka | 2002-06-02 | 1 | -0/+5 |
* | * params.c: Fix formatting. | kazu | 2002-05-20 | 1 | -22/+22 |
* | Revert "Basic block renumbering removal", and two followup patches. | rth | 2002-05-17 | 1 | -1/+1 |
* | Basic block renumbering removal. | rth | 2002-05-16 | 1 | -1/+1 |
* | * cfglayout.c (function_tail_eff_head): Rename to ... | hubicka | 2002-05-08 | 1 | -0/+9 |
* | * rtl.h (RTX_FLAG): New macro. | janis | 2002-04-22 | 1 | -7/+7 |
* | * real.h: Don't define REAL_INFINITY or REAL_IS_NOT_DOUBLE. | zack | 2002-03-23 | 1 | -3/+9 |
* | * rtl.h (mem_attrs): Rename decl to expr; adjust all users. | rth | 2001-12-02 | 1 | -6/+25 |
* | * print-rtl.c (print_rtx): If RTX code is bad, just say so. | kenner | 2001-11-28 | 1 | -12/+17 |
* | * emit-rtl.c (set_mem_attributes): Fix typo in last change. | kenner | 2001-10-24 | 1 | -2/+5 |
* | * Makefile.in (print-rtl.o): Depend on TREE_H. | kenner | 2001-10-17 | 1 | -1/+28 |