aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcse.c
AgeCommit message (Expand)AuthorFilesLines
2011-04-05gcse.c (modify_mem_list): Convert to an array of VECs.Nathan Froyd1-19/+14
2011-04-05gcse.c (modify_pair): Define.Nathan Froyd1-51/+28
2011-03-28Makefile.in: New rule for cprop.o.Steven Bosscher1-1644/+35
2011-03-28* gcse.c (free_gcse_mem): Free reg_set_bitmap.Steven Bosscher1-0/+2
2011-03-18re PR rtl-optimization/48170 (ICE: in hoist_code, at gcse.c:4524 with -fgcse ...Maxim Kuvyrkov1-7/+2
2011-02-03re PR debug/43092 (Wrong debuginfo with VTA and -fomit-frame-pointer/-mno-acc...Alexandre Oliva1-1/+1
2011-01-13re PR rtl-optimization/39077 (GCSE-optimization causes enormous binary size i...Jeff Law1-1/+73
2010-11-21re PR rtl-optimization/46571 (bootstrap comparison failure in fortran/trans-o...Richard Henderson1-3/+3
2010-11-04re PR tree-optimization/46183 (ICE: in calc_dfs_tree, at dominance.c:396 with...Richard Guenther1-3/+15
2010-11-03re PR debug/46252 (-fcompare-debug failure (length) with -O -frerun-cse-after...Jakub Jelinek1-1/+1
2010-09-13fwprop.c (forward_propagate_and_simplify): Only attach a REG_EQUAL note to an...Olivier Hainque1-6/+4
2010-08-20vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd1-7/+3
2010-07-28re PR debug/45105 (-fcompare-debug failure at -Os)Jakub Jelinek1-7/+1
2010-07-28re PR rtl-optimization/45107 (ICE: in insert_expr_in_table, at gcse.c:1213 wi...Maxim Kuvyrkov1-2/+3
2010-07-28re PR rtl-optimization/45101 (ICE: in insert_expr_in_table, at gcse.c:1213 wi...Maxim Kuvyrkov1-2/+2
2010-07-27re PR target/42495 (redundant memory load)Maxim Kuvyrkov1-130/+146
2010-07-27gcse.c (insert_insn_end_basic_block): Update signature, remove unused checks.Maxim Kuvyrkov1-24/+6
2010-07-27re PR target/42495 (redundant memory load)Maxim Kuvyrkov1-3/+0
2010-07-27* gcse.c (hoist_code): Generate new pseudo for every new set insn.Maxim Kuvyrkov1-2/+6
2010-07-27re PR rtl-optimization/40956 (Constants are never candidates for hoisting)Maxim Kuvyrkov1-2/+14
2010-07-27gcse.c (struct expr:max_distance): New field.Maxim Kuvyrkov1-27/+204
2010-07-27gcse.c (compute_transpout, transpout): Remove, move logic to prune_expressions.Jeff Law1-80/+86
2010-07-27dbgcnt.def (hoist_insn): New debug counter.Maxim Kuvyrkov1-1/+1
2010-07-12Makefile.in (gcse.o, [...]): Depend on gcse.h..Richard Sandiford1-6/+10
2010-07-08toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez1-0/+1
2010-05-25function.h (struct function): Add can_throw_non_call_exceptions bit.Eric Botcazou1-2/+2
2010-05-22coretypes.h (struct simple_bitmap_def, [...]): New core types.Steven Bosscher1-1/+1
2010-05-21tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher1-1/+0
2010-05-03tm.texi (defmac SMALL_REGISTER_CLASSES): Remove.Steven Bosscher1-4/+4
2010-03-16re PR debug/43051 (VTA causes a stack living parameter unavailable in most of...Jakub Jelinek1-2/+2
2010-02-03invoke.texi: Fix name of sched1 dump.Steven Bosscher1-23/+5
2010-01-07gcse.c (execute_rtl_cprop, [...]): Do not add the DF_NOTE problem.Steven Bosscher1-3/+0
2010-01-03postreload-gcse.c (insert_expr_in_table): Replace BLOCK_NUM with BLOCK_FOR_INSN.Steven Bosscher1-9/+13
2009-11-25Remove trailing white spaces.H.J. Lu1-16/+16
2009-11-24[multiple changes]Paolo Carlini1-2/+2
2009-11-08cfgrtl.c (pass_free_cfg): Add pass name.Zbigniew Chamski1-1/+1
2009-10-20rtl.h (simplify_replace_fn_rtx): Declare.Richard Sandiford1-6/+5
2009-09-14Squash commit of EH in gimpleRichard Henderson1-6/+7
2009-09-02invoke.texi (-fvar-tracking-assignments): New.Alexandre Oliva1-9/+15
2009-06-22alias.c: Use REG_P...Shujing Zhao1-2/+2
2009-05-27gcse.c (target.h): Include.Julian Brown1-2/+18
2009-05-16alias.c (struct alias_set_entry_d): Rename from struct alias_set_entry.Ian Lance Taylor1-29/+29
2009-04-30gcse.c (ae_gen): Remove.Steven Bosscher1-1166/+12
2009-04-30* gcse.c (gcse_constant_p): Fix typo in last change.Hans-Peter Nilsson1-1/+1
2009-04-30gcse.c (gcse_constant_p): Make sure the constant is sharable.Andreas Krebbel1-1/+3
2009-04-27dbgcnt.def (cprop1, [...]): RemoveSteven Bosscher1-458/+349
2009-04-26df-scan.c (df_insn_rescan): Salvage insn's LUID if the insn is not new but on...Steven Bosscher1-342/+67
2009-04-24re PR rtl-optimization/39794 (Miscompile with -O2 -funroll-loops)Jakub Jelinek1-2/+2
2009-04-12invoke.texi (max_gcse_passes): Remove documentation.Steven Bosscher1-91/+87
2009-03-30cfglayout.c (pass_into_cfg_layout_mode, [...]): Provide/destroy PROP_cfglayou...Paolo Bonzini1-2/+2