summaryrefslogtreecommitdiff
path: root/gcc/gcse.c
AgeCommit message (Expand)Author
2012-10-30This patch implements the unification of the *bitmap interfaces as discussed.Lawrence Crowl
2012-10-23dbxout.c (dbxout_symbol_location): Pass new argument to alter_subreg.Vladimir Makarov
2012-10-19common.opt (flag_ira_hoist_pressure): New.Bin Cheng
2012-10-19gcse.c: Update copyright dates.Bin Cheng
2012-10-16combine.c (record_dead_and_set_regs): Iterate over hard register set with a h...Steven Bosscher
2012-09-10Remove unnecessary VEC function overloads.Diego Novillo
2012-08-23alias.c (rtx_equal_for_memref_p): Convert constant cases.Kenneth Zadeck
2012-08-09calls.c (mem_overlaps_already_clobbered_arg_p): Use SBITMAP_SIZE instead of l...Steven Bosscher
2012-07-23sbitmap.h (struct int_list): Remove.Steven Bosscher
2012-07-16system.h (dump_file): Do not define.Steven Bosscher
2012-05-31output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher
2012-05-29LANGUAGES: Fix typos.Joseph Myers
2012-04-24recog.c (insn_invalid_p): Add IN_GROUP parameter and use validate_change to a...Andreas Krebbel
2012-01-24rtl.h (true_dependence, [...]): Remove varies parameter.Richard Sandiford
2011-11-07gcse.c: Adjust outdated comments throughout.Eric Botcazou
2011-08-18rtl.h (set_src_cost, [...]): New functions.Richard Sandiford
2011-06-14dumping cleanup phase 1 -- Removing TODO_dump_funcDavid Li
2011-06-09Revert r174848,174849Xinliang David Li
2011-06-09Gator cleanupDavid Li
2011-04-05gcse.c (modify_mem_list): Convert to an array of VECs.Nathan Froyd
2011-04-05gcse.c (modify_pair): Define.Nathan Froyd
2011-03-28Makefile.in: New rule for cprop.o.Steven Bosscher
2011-03-28* gcse.c (free_gcse_mem): Free reg_set_bitmap.Steven Bosscher
2011-03-18re PR rtl-optimization/48170 (ICE: in hoist_code, at gcse.c:4524 with -fgcse ...Maxim Kuvyrkov
2011-02-03re PR debug/43092 (Wrong debuginfo with VTA and -fomit-frame-pointer/-mno-acc...Alexandre Oliva
2011-01-13re PR rtl-optimization/39077 (GCSE-optimization causes enormous binary size i...Jeff Law
2010-11-21re PR rtl-optimization/46571 (bootstrap comparison failure in fortran/trans-o...Richard Henderson
2010-11-04re PR tree-optimization/46183 (ICE: in calc_dfs_tree, at dominance.c:396 with...Richard Guenther
2010-11-03re PR debug/46252 (-fcompare-debug failure (length) with -O -frerun-cse-after...Jakub Jelinek
2010-09-13fwprop.c (forward_propagate_and_simplify): Only attach a REG_EQUAL note to an...Olivier Hainque
2010-08-20vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd
2010-07-28re PR debug/45105 (-fcompare-debug failure at -Os)Jakub Jelinek
2010-07-28re PR rtl-optimization/45107 (ICE: in insert_expr_in_table, at gcse.c:1213 wi...Maxim Kuvyrkov
2010-07-28re PR rtl-optimization/45101 (ICE: in insert_expr_in_table, at gcse.c:1213 wi...Maxim Kuvyrkov
2010-07-27re PR target/42495 (redundant memory load)Maxim Kuvyrkov
2010-07-27gcse.c (insert_insn_end_basic_block): Update signature, remove unused checks.Maxim Kuvyrkov
2010-07-27re PR target/42495 (redundant memory load)Maxim Kuvyrkov
2010-07-27* gcse.c (hoist_code): Generate new pseudo for every new set insn.Maxim Kuvyrkov
2010-07-27re PR rtl-optimization/40956 (Constants are never candidates for hoisting)Maxim Kuvyrkov
2010-07-27gcse.c (struct expr:max_distance): New field.Maxim Kuvyrkov
2010-07-27gcse.c (compute_transpout, transpout): Remove, move logic to prune_expressions.Jeff Law
2010-07-27dbgcnt.def (hoist_insn): New debug counter.Maxim Kuvyrkov
2010-07-12Makefile.in (gcse.o, [...]): Depend on gcse.h..Richard Sandiford
2010-07-08toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez
2010-05-25function.h (struct function): Add can_throw_non_call_exceptions bit.Eric Botcazou
2010-05-22coretypes.h (struct simple_bitmap_def, [...]): New core types.Steven Bosscher
2010-05-21tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher
2010-05-03tm.texi (defmac SMALL_REGISTER_CLASSES): Remove.Steven Bosscher
2010-03-16re PR debug/43051 (VTA causes a stack living parameter unavailable in most of...Jakub Jelinek
2010-02-03invoke.texi: Fix name of sched1 dump.Steven Bosscher