| Commit message (Expand) | Author | Age | Files | Lines |
* | * alias.c (argument_registers): Remove. | law | 2002-06-13 | 1 | -42/+4 |
* | * alias.c (static_reg_base_value): New to hold RTL for | law | 2002-06-10 | 1 | -7/+46 |
* | Merge from pch-branch up to tag pch-commit-20020603. | geoffk | 2002-06-04 | 1 | -9/+6 |
* | * alias.c (nonoverlapping_memrefs_p): Fix off by one error. | rth | 2002-06-04 | 1 | -1/+1 |
* | * alias.c: Include target.h. | rth | 2002-06-02 | 1 | -3/+4 |
* | * alias.c: Fix formatting. | kazu | 2002-05-26 | 1 | -58/+58 |
* | * alias.c (canon_true_dependence): Special case (mem:blk (scratch)). | rth | 2002-04-22 | 1 | -0/+7 |
* | PR opt/6165 | rth | 2002-04-04 | 1 | -0/+14 |
* | * alias.c: (nonlocal_mentioned_p): Use for_each_rtx. | wehle | 2002-03-21 | 1 | -57/+241 |
* | 2002-03-06 Dan Nicolaescu <dann@ics.uci.edu> | dje | 2002-03-11 | 1 | -0/+11 |
* | 2002-02-19 Aldy Hernandez <aldyh@redhat.com> | aldyh | 2002-02-19 | 1 | -0/+1 |
* | * alias.c (find_base_term, case ZERO_EXTEND, case SIGN_EXTEND): | kenner | 2002-02-13 | 1 | -2/+13 |
* | * alias.c (find_base_value, case ZERO_EXTEND, case SIGN_EXTEND): | kenner | 2002-02-12 | 1 | -2/+14 |
* | * alias.c (find_base_value): Recall base values for fixed hard regs. | rth | 2002-02-07 | 1 | -3/+3 |
* | 2002-01-10 David Edelsohn <edelsohn@gnu.org> | dje | 2002-01-10 | 1 | -2/+14 |
* | * config/rs6000/rs6000.h (TARGET_POWERPC): For IN_LIBGCC2, define | dje | 2002-01-05 | 1 | -10/+26 |
* | * ChangeLog.2, ChangeLog.3, ChangeLog.5, ChangeLog, alias.c, | jsm28 | 2001-12-09 | 1 | -1/+1 |
* | * rtl.h (mem_attrs): Rename decl to expr; adjust all users. | rth | 2001-12-02 | 1 | -13/+151 |
* | Fix comment typo. | rth | 2001-11-29 | 1 | -1/+1 |
* | * tree.def (VIEW_CONVERT_EXPR): New tree code. | kenner | 2001-11-19 | 1 | -26/+0 |
* | * alias.c (nonoverlapping_memrefs): Use REGNO_PTR_FRAME_P. | kenner | 2001-11-15 | 1 | -2/+2 |
* | * alias.c (nonoverlapping_memrefs_p): Only update size from memref | kenner | 2001-11-12 | 1 | -4/+7 |
* | * alias.c (nonoverlapping_memrefs_p): Handle DECL_RTL being a CONCAT. | kenner | 2001-11-12 | 1 | -8/+9 |
* | * alias.c (nonoverlapping_memrefs_p): Not overlapping if one base is | kenner | 2001-11-11 | 1 | -9/+12 |
* | * alias.c (nonoverlapping_memrefs_p): New function. | kenner | 2001-11-09 | 1 | -0/+85 |
* | * alias.c:: Include langhooks.h. | neil | 2001-11-06 | 1 | -0/+1 |
* | * ChangeLog.2, ChangeLog.4, ChangeLog.5, ChangeLog, | jsm28 | 2001-11-04 | 1 | -7/+7 |
* | * alias.c: Fix comment formatting. | kazu | 2001-10-30 | 1 | -1/+1 |
* | * alias.c (can_address_p): No longer static. | kenner | 2001-10-25 | 1 | -2/+1 |
* | * alias.c (can_address_p): Compnonents are not addressable if | kenner | 2001-10-23 | 1 | -23/+21 |
* | * Makefile.in (print-rtl.o): Depend on TREE_H. | kenner | 2001-10-17 | 1 | -40/+75 |
* | 2001-10-10 Stan Shebs <shebs@apple.com> | shebs | 2001-10-11 | 1 | -23/+23 |
* | * alias.c (get_alias_set): Try to replace PLACEHOLDER_EXPR. | kenner | 2001-10-01 | 1 | -15/+30 |
* | * function.c (keep_stack_depressed): Don't use delete_insn. | kenner | 2001-10-01 | 1 | -18/+0 |
* | * alias.c: Fix typos in comments. | shebs | 2001-09-19 | 1 | -2/+2 |
* | Fix 2 bugs in last patch. | wilson | 2001-09-11 | 1 | -2/+4 |
* | * alias.c (clear_reg_alias_info): Use K&R format definition. | kenner | 2001-09-10 | 1 | -5/+4 |
* | Fix for PR 3783. | wilson | 2001-09-07 | 1 | -0/+14 |
* | * Makefile.in, alias.c, basic-block.h, bb-reorder.c, bitmap.c, | gerald | 2001-08-22 | 1 | -12/+12 |
* | * alias.c (get_alias_set): Return a previously calculated | jason | 2001-08-08 | 1 | -0/+7 |
* | * alias.c (find_base_decl): Delete redundent assignment. | grahams | 2001-08-08 | 1 | -1/+0 |
* | revert get_alias_set change for now | jason | 2001-08-07 | 1 | -7/+0 |
* | * alias.c (nonlocal_mentioned_p): | hubicka | 2001-08-07 | 1 | -1/+1 |
* | * alias.c (get_alias_set): Return a previously calculated | jason | 2001-08-07 | 1 | -0/+7 |
* | Not all VALUEs are identical | bernds | 2001-08-05 | 1 | -0/+3 |
* | * alias.c: Fix comment formatting. | kazu | 2001-08-01 | 1 | -6/+6 |
* | * i386.c (ix86_output_main_function_alignment_hack): New function. | hubicka | 2001-07-30 | 1 | -93/+1 |
* | * flow.c (last_loop_beg_note): New function. | hubicka | 2001-07-27 | 1 | -1/+1 |
* | 2001-07-19 Andrew Haley <aph@cambridge.redhat.com> | aph | 2001-07-25 | 1 | -0/+6 |
* | * alias.c (set_mem_alias_set): New function. | kenner | 2001-07-11 | 1 | -0/+18 |