| Commit message (Expand) | Author | Age | Files | Lines |
* | * insn-notes.def, reg-notes.def: New files. | zack | 2004-08-18 | 1 | -214/+11 |
* | * emit-rtl.c (gen_const_mem): New. | rth | 2004-08-18 | 1 | -0/+1 |
* | * Makefile.in (OBJS-common): Add postreload-gcse.c. | steven | 2004-08-18 | 1 | -1/+5 |
* | * rtl.h (MEM_READONLY_P): Replace RTX_UNCHANGING_P. | rth | 2004-08-18 | 1 | -4/+5 |
* | 2004-08-17 Paolo Bonzini <bonzini@gnu.org> | bonzini | 2004-08-17 | 1 | -1/+0 |
* | 2004-08-09 Paolo Bonzini <bonzini@gnu.org> | bonzini | 2004-08-09 | 1 | -1/+0 |
* | 2004-08-08 Mostafa Hagog <mustafa@il.ibm.com> | hagog | 2004-08-08 | 1 | -0/+6 |
* | * Makefile.in (RTL_BASE_H, RTL_H): Correct. | zack | 2004-08-04 | 1 | -35/+5 |
* | * rtl.h (union rtunion_def): Have all members start with the | gdr | 2004-08-02 | 1 | -41/+41 |
* | * rtl.c (currently_expanding_to_rtl): New. | steven | 2004-07-29 | 1 | -0/+3 |
* | * cfgexpand.c (tree_expand_cfg): Fix comment. | steven | 2004-07-27 | 1 | -14/+0 |
* | PR rtl-optimization/16643 | rsandifo | 2004-07-26 | 1 | -1/+1 |
* | * rtl.h (insn_note): Remove NOTE_INSN_PREDICTION. | steven | 2004-07-21 | 1 | -3/+0 |
* | * rtl.h (plus_constant): Delete. | zack | 2004-07-20 | 1 | -7/+2 |
* | * cfgcleanup.c (try_simplify_condjump): Don't remove line | steven | 2004-07-17 | 1 | -10/+1 |
* | * rtlanal.c (insn_rtx_cost): New function, moved and renamed from | sayle | 2004-07-11 | 1 | -0/+1 |
* | 2004-07-08 Jerry Quinn <jlquinn@optonline.net> | jlquinn | 2004-07-09 | 1 | -6/+4 |
* | 2004-07-08 Paolo Bonzini <bonzini@gnu.org> | bonzini | 2004-07-08 | 1 | -1/+1 |
* | * rtl.h (struct rtx_def): Remove the integrated flag. | steven | 2004-07-05 | 1 | -11/+8 |
* | * rtl.def (ADDRESSOF): Remove. | rth | 2004-07-04 | 1 | -10/+0 |
* | * tree.def (RTL_EXPR): Remove. | rth | 2004-07-02 | 1 | -1/+0 |
* | * function.c (identify_blocks, identify_blocks_1): Remove. | rth | 2004-07-01 | 1 | -1/+1 |
* | * function.c, rtl.h (get_first_nonparm_insn): Remove. | rth | 2004-06-30 | 1 | -2/+0 |
* | Conditionally compile support for --enable-mapped_location. | bothner | 2004-06-30 | 1 | -0/+24 |
* | 2004-06-20 Andrew Pinski <pinskia@physics.uc.edu> | pinskia | 2004-06-20 | 1 | -0/+1 |
* | 2004-06-18 Paolo Bonzini <bonzini@gnu.org> | bonzini | 2004-06-18 | 1 | -0/+1 |
* | * rtl.h (MEM_P, NONJUMP_INSN_P, CALL_INSN_P): New predicates. | steven | 2004-06-12 | 1 | -6/+14 |
* | * basic-block.c (tail_recursion_label_list): Don't declare. | steven | 2004-06-03 | 1 | -10/+0 |
* | * rtl.h (skip_consecutive_labels): Declare. | rsandifo | 2004-05-28 | 1 | -0/+1 |
* | * ddg.h, ddg.c, modulo-sched.c: New files. | hagog | 2004-05-25 | 1 | -0/+4 |
* | 2004-05-25 Paolo Bonzini <bonzini@gnu.org> | bonzini | 2004-05-25 | 1 | -3/+24 |
* | PR c++/15463 | rakdver | 2004-05-19 | 1 | -1/+2 |
* | * basic-block.h (life_analysis, delete_noop_moves): | steven | 2004-05-15 | 1 | -2/+2 |
* | * passes.c (rest_of_handle_null_pointer): Remove. | steven | 2004-05-14 | 1 | -2/+0 |
* | Merge tree-ssa-20020619-branch into mainline. | dnovillo | 2004-05-13 | 1 | -26/+13 |
* | * rtl.h (PHI_NODE_P): Remove. | kazu | 2004-05-03 | 1 | -6/+0 |
* | Eliminate broken unused function. | wilson | 2004-04-20 | 1 | -1/+0 |
* | 2004-04-09 Caroline Tice <ctice@apple.com> | ctice | 2004-04-09 | 1 | -0/+9 |
* | * alias.c (alias_invariant, alias_invariant_size): Mark GTY. | rth | 2004-03-25 | 1 | -0/+2 |
* | * emit-rtl.c (set_mem_attributes_minus_bitpos): Set MEM_POINTER | rakdver | 2004-03-20 | 1 | -5/+9 |
* | * simplify-rtx.c (simplify_const_relational_operation): New function | sayle | 2004-03-09 | 1 | -1/+3 |
* | 2004-03-05 Andreas Krebbel <krebbel1@de.ibm.com> | uweigand | 2004-03-06 | 1 | -0/+1 |
* | 2004-03-05 Paolo Bonzini <bonzini@gnu.org> | bonzini | 2004-03-05 | 1 | -18/+11 |
* | 2004-03-03 Mostafa Hagog <mustafa@il.ibm.com> | dje | 2004-03-03 | 1 | -0/+1 |
* | * ggc-common.c (ggc_alloc_cleared_stat, ggc_realloc_stat): | hubicka | 2004-03-03 | 1 | -2/+7 |
* | 2004-02-07 Paolo Bonzini <bonzini@gnu.org> | bonzini | 2004-03-03 | 1 | -7/+100 |
* | * passes.c: New file. | rth | 2004-02-27 | 1 | -0/+3 |
* | * emit-rtl.c (subreg_realpart_p): Remove. | kazu | 2004-02-19 | 1 | -3/+0 |
* | * loop-iv.c: New file. | rakdver | 2004-02-17 | 1 | -0/+11 |
* | * rtl.h (schedule_insns, schedule_ebbs, fix_sched_param, | bonzini | 2004-02-10 | 1 | -3/+8 |