summaryrefslogtreecommitdiff
path: root/gcc/cselib.c
Commit message (Expand)AuthorAgeFilesLines
* * cselib.c (clear_table): Rename to cselib_clear_table.steven2005-04-101-7/+6
* * cselib.c (reg_values, reg_values_size): Make them static.kazu2005-03-061-2/+2
* 2005-02-11 Dale Johannesen <dalej@apple.com>dalej2005-02-111-1/+4
* * basic-block.h, c-common.c, c-cppbuiltin.c, c-lang.c,kazu2005-01-181-1/+1
* * combine.c (expand_compound_operation) <ZERO_EXTRACT>: Addsteven2005-01-051-2/+3
* * cselib.c, expr.c: Fix comment typos.kazu2004-11-141-1/+1
* * cse.c (CHEAP_REGNO): Redefine using REGNO_PTR_FRAME_P andsteven2004-11-131-2/+5
* PR rtl-optimization/17581sayle2004-10-301-2/+6
* PR inline-asm/6806rth2004-09-131-11/+16
* * cfganal.c (flow_depth_first_order_compute, dfs_enumerate_from,nathan2004-09-071-49/+54
* * Makefile.in (OBJS-common): Add postreload-gcse.c.steven2004-08-181-8/+8
* 2004-07-08 Jerry Quinn <jlquinn@optonline.net>jlquinn2004-07-091-5/+5
* 2004-07-01 Jerry Quinn <jlquinn@optonline.net>jlquinn2004-07-011-11/+11
* 2004-06-15 Jerry Quinn <jlquinn@optonline.net>jlquinn2004-06-151-12/+12
* 2004-06-01 Jerry Quinn <jlquinn@optonline.net>jlquinn2004-06-021-1/+1
* * cselib.h (struct elt_loc_list): Remove canon_loc field.jakub2004-04-221-4/+0
* * cfgcleanup.c (thread_jump): Update call of cselib_init.hubicka2004-03-041-4/+10
* Undo accidentally commited garbage.hubicka2004-03-041-17/+4
* * cselib.c (cselib_finish): Fix another miss-application of my previoushubicka2004-03-041-5/+17
* * cselib.c (cselib_finish): Fix miss-application of my previoushubicka2004-03-041-2/+1
* PR opt/13862rth2004-03-031-0/+23
* * cselib.c (hash_table): Remove GTY marker.hubicka2004-03-031-39/+28
* * alias.c (record_set): Use hard_regno_nregs.hubicka2004-02-021-4/+4
* * cselib.c (discard_useless_values): Clear out value pointer pointinghubicka2004-01-261-0/+1
* * cselib.c (remove_useless_values): Do not access discarded values.hubicka2004-01-241-1/+2
* * basic-block.h (PROP_POSTRELOAD): New macro.hubicka2004-01-231-2/+10
* * alias.c, basic-block.h, c-common.c, c-common.h,kazu2004-01-211-1/+1
* * cselib.c: Include alloc-pool.hhubicka2004-01-201-33/+25
* * alias.c: Invlude varray.hhubicka2004-01-121-53/+19
* Partial fox for PR opt/10776 IIhubicka2004-01-121-1/+5
* * alias.c alloc-pool.c bitmap.c bitmap.h bt-load.c builtins.cghazi2003-07-191-3/+3
* * cse.c: Convert prototypes to ISO C90.aj2003-06-291-113/+64
* * cselib.c (cselib_invalidate_regno): Abort if hardreg have adenisc2003-05-281-2/+5
* * reload1.c (reload_cse_noop_set_p): Return false if mode ofaoliva2003-04-171-15/+71
* * cselib.c (clear_table): Do not take argument; always clear justhubicka2003-03-141-13/+6
* * cselib.c (cselib_invalidate_mem_1): Move too ...hubicka2003-03-111-50/+83
* * cselib.c (cselib_current_insn_in_libcall): New static variable.hubicka2003-01-071-0/+7
* Merge basic-improvements-branch to trunkzack2002-12-161-0/+2
* * conflict.c (arc_hash): Change return type to hashval_t.ghazi2002-10-091-2/+2
* * real.c (real_hash): New.rth2002-09-201-2/+1
* * cselib.c: Fix comment formatting.kazu2002-09-121-1/+1
* Merge from pch-branch up to tag pch-commit-20020603.geoffk2002-06-041-38/+37
* 2002-05-20 David S. Miller <davem@redhat.com>davem2002-05-211-3/+36
* 2002-02-19 Aldy Hernandez <aldyh@redhat.com>aldyh2002-02-191-0/+18
* * cselib.c (cselib_record_sets): Use IF_THEN_ELSE resultjakub2002-01-291-1/+1
* * cselib.c (cselib_subst_to_values, case CONST_DOUBLE): Removekenner2001-11-031-2/+0
* * Makefile.in, alias.c, basic-block.h, bb-reorder.c, bitmap.c,gerald2001-08-221-12/+12
* * toplev.c (set_float_handler): Make static.zack2001-08-121-1/+0
* * calls.c, function.c: Always define PREFERRED_STACK_BOUNDARYzack2001-08-101-1/+1
* Make cselib_subst_to_values global.bernds2001-08-081-3/+15