| Commit message (Expand) | Author | Age | Files | Lines |
* | * cselib.c (clear_table): Rename to cselib_clear_table. | steven | 2005-04-10 | 1 | -7/+6 |
* | * cselib.c (reg_values, reg_values_size): Make them static. | kazu | 2005-03-06 | 1 | -2/+2 |
* | 2005-02-11 Dale Johannesen <dalej@apple.com> | dalej | 2005-02-11 | 1 | -1/+4 |
* | * basic-block.h, c-common.c, c-cppbuiltin.c, c-lang.c, | kazu | 2005-01-18 | 1 | -1/+1 |
* | * combine.c (expand_compound_operation) <ZERO_EXTRACT>: Add | steven | 2005-01-05 | 1 | -2/+3 |
* | * cselib.c, expr.c: Fix comment typos. | kazu | 2004-11-14 | 1 | -1/+1 |
* | * cse.c (CHEAP_REGNO): Redefine using REGNO_PTR_FRAME_P and | steven | 2004-11-13 | 1 | -2/+5 |
* | PR rtl-optimization/17581 | sayle | 2004-10-30 | 1 | -2/+6 |
* | PR inline-asm/6806 | rth | 2004-09-13 | 1 | -11/+16 |
* | * cfganal.c (flow_depth_first_order_compute, dfs_enumerate_from, | nathan | 2004-09-07 | 1 | -49/+54 |
* | * Makefile.in (OBJS-common): Add postreload-gcse.c. | steven | 2004-08-18 | 1 | -8/+8 |
* | 2004-07-08 Jerry Quinn <jlquinn@optonline.net> | jlquinn | 2004-07-09 | 1 | -5/+5 |
* | 2004-07-01 Jerry Quinn <jlquinn@optonline.net> | jlquinn | 2004-07-01 | 1 | -11/+11 |
* | 2004-06-15 Jerry Quinn <jlquinn@optonline.net> | jlquinn | 2004-06-15 | 1 | -12/+12 |
* | 2004-06-01 Jerry Quinn <jlquinn@optonline.net> | jlquinn | 2004-06-02 | 1 | -1/+1 |
* | * cselib.h (struct elt_loc_list): Remove canon_loc field. | jakub | 2004-04-22 | 1 | -4/+0 |
* | * cfgcleanup.c (thread_jump): Update call of cselib_init. | hubicka | 2004-03-04 | 1 | -4/+10 |
* | Undo accidentally commited garbage. | hubicka | 2004-03-04 | 1 | -17/+4 |
* | * cselib.c (cselib_finish): Fix another miss-application of my previous | hubicka | 2004-03-04 | 1 | -5/+17 |
* | * cselib.c (cselib_finish): Fix miss-application of my previous | hubicka | 2004-03-04 | 1 | -2/+1 |
* | PR opt/13862 | rth | 2004-03-03 | 1 | -0/+23 |
* | * cselib.c (hash_table): Remove GTY marker. | hubicka | 2004-03-03 | 1 | -39/+28 |
* | * alias.c (record_set): Use hard_regno_nregs. | hubicka | 2004-02-02 | 1 | -4/+4 |
* | * cselib.c (discard_useless_values): Clear out value pointer pointing | hubicka | 2004-01-26 | 1 | -0/+1 |
* | * cselib.c (remove_useless_values): Do not access discarded values. | hubicka | 2004-01-24 | 1 | -1/+2 |
* | * basic-block.h (PROP_POSTRELOAD): New macro. | hubicka | 2004-01-23 | 1 | -2/+10 |
* | * alias.c, basic-block.h, c-common.c, c-common.h, | kazu | 2004-01-21 | 1 | -1/+1 |
* | * cselib.c: Include alloc-pool.h | hubicka | 2004-01-20 | 1 | -33/+25 |
* | * alias.c: Invlude varray.h | hubicka | 2004-01-12 | 1 | -53/+19 |
* | Partial fox for PR opt/10776 II | hubicka | 2004-01-12 | 1 | -1/+5 |
* | * alias.c alloc-pool.c bitmap.c bitmap.h bt-load.c builtins.c | ghazi | 2003-07-19 | 1 | -3/+3 |
* | * cse.c: Convert prototypes to ISO C90. | aj | 2003-06-29 | 1 | -113/+64 |
* | * cselib.c (cselib_invalidate_regno): Abort if hardreg have a | denisc | 2003-05-28 | 1 | -2/+5 |
* | * reload1.c (reload_cse_noop_set_p): Return false if mode of | aoliva | 2003-04-17 | 1 | -15/+71 |
* | * cselib.c (clear_table): Do not take argument; always clear just | hubicka | 2003-03-14 | 1 | -13/+6 |
* | * cselib.c (cselib_invalidate_mem_1): Move too ... | hubicka | 2003-03-11 | 1 | -50/+83 |
* | * cselib.c (cselib_current_insn_in_libcall): New static variable. | hubicka | 2003-01-07 | 1 | -0/+7 |
* | Merge basic-improvements-branch to trunk | zack | 2002-12-16 | 1 | -0/+2 |
* | * conflict.c (arc_hash): Change return type to hashval_t. | ghazi | 2002-10-09 | 1 | -2/+2 |
* | * real.c (real_hash): New. | rth | 2002-09-20 | 1 | -2/+1 |
* | * cselib.c: Fix comment formatting. | kazu | 2002-09-12 | 1 | -1/+1 |
* | Merge from pch-branch up to tag pch-commit-20020603. | geoffk | 2002-06-04 | 1 | -38/+37 |
* | 2002-05-20 David S. Miller <davem@redhat.com> | davem | 2002-05-21 | 1 | -3/+36 |
* | 2002-02-19 Aldy Hernandez <aldyh@redhat.com> | aldyh | 2002-02-19 | 1 | -0/+18 |
* | * cselib.c (cselib_record_sets): Use IF_THEN_ELSE result | jakub | 2002-01-29 | 1 | -1/+1 |
* | * cselib.c (cselib_subst_to_values, case CONST_DOUBLE): Remove | kenner | 2001-11-03 | 1 | -2/+0 |
* | * Makefile.in, alias.c, basic-block.h, bb-reorder.c, bitmap.c, | gerald | 2001-08-22 | 1 | -12/+12 |
* | * toplev.c (set_float_handler): Make static. | zack | 2001-08-12 | 1 | -1/+0 |
* | * calls.c, function.c: Always define PREFERRED_STACK_BOUNDARY | zack | 2001-08-10 | 1 | -1/+1 |
* | Make cselib_subst_to_values global. | bernds | 2001-08-08 | 1 | -3/+15 |