| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * cse.c (CHEAP_REGNO): Redefine using REGNO_PTR_FRAME_P and | steven | 2004-11-13 | 1 | -5/+3 |
* | * cfgloop.h (struct loop): Update comment. | steven | 2004-11-02 | 1 | -5/+1 |
* | * cse.c (memory_extend_rtx): Remove. | rth | 2004-10-28 | 1 | -13/+3 |
* | * cse.c: Change encoding of quantity numbers to avoid undefined | sayle | 2004-10-25 | 1 | -21/+17 |
* | * cse.c (cse_main): Kill push/pop context. | hubicka | 2004-10-06 | 1 | -4/+0 |
* | * cse.c (cse_insn): Avoid creating direct non-local jumps. | uweigand | 2004-09-28 | 1 | -0/+5 |
* | 2004-09-24 Ben Elliston <bje@au.ibm.com> | bje | 2004-09-28 | 1 | -3/+3 |
* | PR middle-end/16460 | hubicka | 2004-09-20 | 1 | -1/+2 |
* | * cse.c (fold_rtx): Avoid building of | hubicka | 2004-09-07 | 1 | -1/+10 |
* | * cfganal.c (flow_depth_first_order_compute, dfs_enumerate_from, | nathan | 2004-09-07 | 1 | -32/+31 |
* | * cse.c (cse_around_loop, cse_check_loop_start, | steven | 2004-08-25 | 1 | -278/+9 |
* | * Makefile.in (OBJS-common): Add postreload-gcse.c. | steven | 2004-08-18 | 1 | -189/+215 |
* | * rtl.def (NIL): Delete. | zack | 2004-08-18 | 1 | -1/+1 |
* | * rtl.h (MEM_READONLY_P): Replace RTX_UNCHANGING_P. | rth | 2004-08-18 | 1 | -13/+5 |
* | * cse.c (validate_canon_reg): New function, split out from... | rsandifo | 2004-07-28 | 1 | -17/+25 |
* | 2004-07-08 Jerry Quinn <jlquinn@optonline.net> | jlquinn | 2004-07-09 | 1 | -39/+39 |
* | * rtl.def (ADDRESSOF): Remove. | rth | 2004-07-04 | 1 | -28/+3 |
* | 2004-07-01 Jerry Quinn <jlquinn@optonline.net> | jlquinn | 2004-07-01 | 1 | -22/+22 |
* | PR rtl-opt/16114 | rth | 2004-06-21 | 1 | -5/+9 |
* | 2004-06-15 Jerry Quinn <jlquinn@optonline.net> | jlquinn | 2004-06-15 | 1 | -103/+103 |
* | 2004-05-25 Paolo Bonzini <bonzini@gnu.org> | bonzini | 2004-05-25 | 1 | -2/+9 |
* | Merge tree-ssa-20020619-branch into mainline. | dnovillo | 2004-05-13 | 1 | -24/+12 |
* | 2004-04-29 Paolo Bonzini <bonzini@gnu.org> | bonzini | 2004-04-29 | 1 | -15/+5 |
* | * cse.c (cse_insn): Correct usage of simplify_replace_rtx when | sayle | 2004-04-04 | 1 | -2/+7 |
* | PR target/13889 | sayle | 2004-03-20 | 1 | -0/+17 |
* | * alias.c, attribs.c, bt-load.c, builtins.c, c-common.c, | kazu | 2004-03-20 | 1 | -2/+2 |
* | * c-typeck.c, combine.c, cse.c, dominance.c, et-forest.h, | kazu | 2004-03-11 | 1 | -1/+1 |
* | * simplify-rtx.c (simplify_const_relational_operation): New function | sayle | 2004-03-09 | 1 | -11/+1 |
* | 2004-03-05 Paolo Bonzini <bonzini@gnu.org> | bonzini | 2004-03-05 | 1 | -103/+0 |
* | 2004-02-18 Paolo Bonzini <bonzini@gnu.org> | bonzini | 2004-03-05 | 1 | -1/+3 |
* | 2004-02-07 Paolo Bonzini <bonzini@gnu.org> | bonzini | 2004-03-03 | 1 | -29/+28 |
* | 2004-03-01 Paolo Bonzini <bonzini@gnu.org> | bonzini | 2004-03-01 | 1 | -1/+1 |
* | * cse.c (cse_change_cc_mode_insns): Stop at any instruction | kazu | 2004-02-25 | 1 | -4/+18 |
* | * toplev.c (dump_file_tbl): Rename from dump_file. | rth | 2004-02-24 | 1 | -2/+2 |
* | * cse.c (cse_insn): Don't lose REG_NON_LOCAL_GOTO note. | rth | 2004-02-16 | 1 | -1/+11 |
* | * c-objc-common.c (): Fix a typo in a warning. | kazu | 2004-02-08 | 1 | -23/+23 |
* | * alias.c (record_set): Use hard_regno_nregs. | hubicka | 2004-02-02 | 1 | -7/+7 |
* | 2004-01-31 Paolo Bonzini <bonzini@gnu.org> | paolo | 2004-01-31 | 1 | -17/+19 |
* | PR bootstrap/13848 | ian | 2004-01-24 | 1 | -14/+34 |
* | 2004-01-24 Andreas Tobler <a.tobler@schweiz.ch> | andreast | 2004-01-24 | 1 | -1/+1 |
* | PR gcc/1532 | ian | 2004-01-23 | 1 | -0/+316 |
* | 2004-01-22 Paolo Bonzini <bonzini@gnu.org> | sayle | 2004-01-23 | 1 | -96/+107 |
* | PR optimization/13567 | kkojima | 2004-01-20 | 1 | -2/+18 |
* | * alias.c: Invlude varray.h | hubicka | 2004-01-12 | 1 | -1/+6 |
* | PR target/11229 | amodra | 2003-12-03 | 1 | -0/+10 |
* | * cse.c (cse_set_around_loop): When changing a constant load | amylaar | 2003-11-27 | 1 | -0/+4 |
* | * cse.c (cse_insn) [src_folded]: Check that the tentative replacement | ebotcazou | 2003-10-18 | 1 | -1/+5 |
* | * cse.c (constant_pool_entries_regcost): New global variable to | sayle | 2003-10-11 | 1 | -1/+7 |
* | PR optimization/12142 | danglin | 2003-10-08 | 1 | -33/+22 |
* | PR optimization/12215 | ebotcazou | 2003-10-06 | 1 | -1/+9 |