Age | Commit message (Expand) | Author | Files | Lines |
2004-11-26 | * cse.c, tree-ssa-operands.c: Fix comment typos. | Kazu Hirata | 1 | -2/+2 |
2004-11-25 | parts of PR rtl-opt/18463, rtl-opt/17647 | Andrew Pinski | 1 | -0/+56 |
2004-11-23 | cse.c (record_jump_cond_subreg): New. | Richard Henderson | 1 | -20/+28 |
2004-11-22 | bitmap.h (struct bitmap_obstack): New obstack type. | Nathan Sidwell | 1 | -2/+1 |
2004-11-16 | cse.c (struct change_cc_mode_args): New structure. | Andreas Krebbel | 1 | -12/+44 |
2004-11-13 | cse.c (cse_insn): Stores in a libcall sequence can invalidate previous loads. | Bernd Schmidt | 1 | -12/+2 |
2004-11-13 | cse.c (CHEAP_REGNO): Redefine using REGNO_PTR_FRAME_P and HARD_REGISTER_NUM_P. | Steven Bosscher | 1 | -5/+3 |
2004-11-02 | cfgloop.h (struct loop): Update comment. | Steven Bosscher | 1 | -5/+1 |
2004-10-28 | cse.c (memory_extend_rtx): Remove. | Richard Henderson | 1 | -13/+3 |
2004-10-25 | cse.c: Change encoding of quantity numbers to avoid undefined pointer arithme... | Roger Sayle | 1 | -21/+17 |
2004-10-06 | * cse.c (cse_main): Kill push/pop context. | Jan Hubicka | 1 | -4/+0 |
2004-09-28 | cse.c (cse_insn): Avoid creating direct non-local jumps. | Ulrich Weigand | 1 | -0/+5 |
2004-09-28 | backport: basic-block.h: Include vec.h, errors.h. | Ben Elliston | 1 | -3/+3 |
2004-09-20 | re PR middle-end/16460 (ICE when compiling glibc (ld-ctype.c)) | Jan Hubicka | 1 | -1/+2 |
2004-09-07 | cse.c (fold_rtx): Avoid building of (CONST (MINUS (CONST_INT) (SYMBOL_REF))) | Jan Hubicka | 1 | -1/+10 |
2004-09-07 | cfganal.c (flow_depth_first_order_compute, [...]): Use gcc_assert or gcc_unre... | Nathan Sidwell | 1 | -32/+31 |
2004-08-25 | cse.c (cse_around_loop, [...]): Remove. | Steven Bosscher | 1 | -278/+9 |
2004-08-18 | Makefile.in (OBJS-common): Add postreload-gcse.c. | Steven Bosscher | 1 | -189/+215 |
2004-08-18 | rtl.def (NIL): Delete. | Zack Weinberg | 1 | -1/+1 |
2004-08-18 | rtl.h (MEM_READONLY_P): Replace RTX_UNCHANGING_P. | Richard Henderson | 1 | -13/+5 |
2004-07-28 | cse.c (validate_canon_reg): New function, split out from... | Richard Sandiford | 1 | -17/+25 |
2004-07-09 | alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_... | Jerry Quinn | 1 | -39/+39 |
2004-07-04 | rtl.def (ADDRESSOF): Remove. | Richard Henderson | 1 | -28/+3 |
2004-07-01 | alias.c (get_alias_set, [...]): Use MEM_P. | Jerry Quinn | 1 | -22/+22 |
2004-06-21 | re PR rtl-optimization/16114 (Hang in cse.c (flush_hash_table)) | Richard Henderson | 1 | -5/+9 |
2004-06-15 | alias.c (record_set, [...]): Use REG_P. | Jerry Quinn | 1 | -103/+103 |
2004-05-25 | Makefile.in (OBJS): Add rtlhooks.o. | Paolo Bonzini | 1 | -2/+9 |
2004-05-13 | Merge tree-ssa-20020619-branch into mainline. | Diego Novillo | 1 | -24/+12 |
2004-04-29 | combine.c (combine_simplify_rtx): Adjust call to use simplify_relational_oper... | Paolo Bonzini | 1 | -15/+5 |
2004-04-04 | cse.c (cse_insn): Correct usage of simplify_replace_rtx when updating the REG... | Roger Sayle | 1 | -2/+7 |
2004-03-20 | re PR target/13889 (Assignment of an int to an int of different size in a str... | Roger Sayle | 1 | -0/+17 |
2004-03-20 | alias.c, [...]: Replace calls via (*targetm.foo) () with targetm.foo (). | Kazu Hirata | 1 | -2/+2 |
2004-03-11 | c-typeck.c, [...]: Fix comment typos and formatting. | Kazu Hirata | 1 | -1/+1 |
2004-03-09 | simplify-rtx.c (simplify_const_relational_operation): New function renamed fr... | Roger Sayle | 1 | -11/+1 |
2004-03-05 | rtlanal.c: Include target.h and output.h. | Paolo Bonzini | 1 | -103/+0 |
2004-03-05 | cse.c (cse_end_of_basic_block): Make static. | Paolo Bonzini | 1 | -1/+3 |
2004-03-03 | alias.c (rtx_equal_for_memref_p): Use predicates to test rtx classes and new ... | Paolo Bonzini | 1 | -29/+28 |
2004-03-01 | combine.c (try_combine): Do not refer to is_replaced. | Paolo Bonzini | 1 | -1/+1 |
2004-02-25 | cse.c (cse_change_cc_mode_insns): Stop at any instruction which modifies NEWREG. | Kazu Hirata | 1 | -4/+18 |
2004-02-24 | toplev.c (dump_file_tbl): Rename from dump_file. | Richard Henderson | 1 | -2/+2 |
2004-02-16 | * cse.c (cse_insn): Don't lose REG_NON_LOCAL_GOTO note. | Richard Henderson | 1 | -1/+11 |
2004-02-08 | c-objc-common.c (): Fix a typo in a warning. | Kazu Hirata | 1 | -23/+23 |
2004-02-02 | alias.c (record_set): Use hard_regno_nregs. | Jan Hubicka | 1 | -7/+7 |
2004-01-31 | combine.c (cse_main): Set gen_lowpart to gen_lowpart_for_combine and restore ... | Paolo Bonzini | 1 | -17/+19 |
2004-01-24 | re PR bootstrap/13848 (bootstrap failure - ICE in ada/utils.c) | Ian Lance Taylor | 1 | -14/+34 |
2004-01-24 | cse.c: (cse_cc_succs) Fix comparison warning. | Andreas Tobler | 1 | -1/+1 |
2004-01-23 | re PR target/1532 (-O3 generates (obviously) redundant tests and jumps) | Ian Lance Taylor | 1 | -0/+316 |
2004-01-23 | re PR rtl-optimization/13724 (Bad code generated for unsigned int -> long lon... | Paolo Bonzini | 1 | -96/+107 |
2004-01-20 | re PR rtl-optimization/13567 ([sh] miscompiling calls.c) | Kaz Kojima | 1 | -2/+18 |
2004-01-12 | alias.c: Invlude varray.h | Jan Hubicka | 1 | -1/+6 |