summaryrefslogtreecommitdiff
path: root/gcc/gcse.c
Commit message (Expand)AuthorAgeFilesLines
* This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo2012-11-171-36/+32
* gcse.c (struct bb_data): Add new fields, old_pressure, live_in and backup.Bin Cheng2012-11-121-42/+156
* This patch renames sbitmap iterators to unify them with the bitmap iterators.Lawrence Crowl2012-11-011-4/+4
* This patch normalizes more bitmap function names.Lawrence Crowl2012-11-011-23/+23
* invoke.texi: Update -fopt-info documentation.Sharad Singhai2012-11-011-0/+2
* This patch implements the unification of the *bitmap interfaces as discussed.Lawrence Crowl2012-10-301-18/+18
* dbxout.c (dbxout_symbol_location): Pass new argument to alter_subreg.Vladimir Makarov2012-10-231-1/+1
* common.opt (flag_ira_hoist_pressure): New.Bin Cheng2012-10-191-30/+340
* gcse.c: Update copyright dates.Bin Cheng2012-10-191-7/+8
* combine.c (record_dead_and_set_regs): Iterate over hard register set with a h...Steven Bosscher2012-10-161-3/+4
* Remove unnecessary VEC function overloads.Diego Novillo2012-09-101-4/+4
* alias.c (rtx_equal_for_memref_p): Convert constant cases.Kenneth Zadeck2012-08-231-12/+3
* calls.c (mem_overlaps_already_clobbered_arg_p): Use SBITMAP_SIZE instead of l...Steven Bosscher2012-08-091-1/+1
* sbitmap.h (struct int_list): Remove.Steven Bosscher2012-07-231-1/+1
* system.h (dump_file): Do not define.Steven Bosscher2012-07-161-1/+0
* output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher2012-05-311-1/+0
* LANGUAGES: Fix typos.Joseph Myers2012-05-291-10/+10
* recog.c (insn_invalid_p): Add IN_GROUP parameter and use validate_change to a...Andreas Krebbel2012-04-241-1/+1
* rtl.h (true_dependence, [...]): Remove varies parameter.Richard Sandiford2012-01-241-3/+3
* gcse.c: Adjust outdated comments throughout.Eric Botcazou2011-11-071-148/+113
* rtl.h (set_src_cost, [...]): New functions.Richard Sandiford2011-08-181-2/+2
* dumping cleanup phase 1 -- Removing TODO_dump_funcDavid Li2011-06-141-3/+0
* Revert r174848,174849Xinliang David Li2011-06-091-13/+10
* Gator cleanupDavid Li2011-06-091-10/+13
* gcse.c (modify_mem_list): Convert to an array of VECs.Nathan Froyd2011-04-051-19/+14
* gcse.c (modify_pair): Define.Nathan Froyd2011-04-051-51/+28
* Makefile.in: New rule for cprop.o.Steven Bosscher2011-03-281-1644/+35
* * gcse.c (free_gcse_mem): Free reg_set_bitmap.Steven Bosscher2011-03-281-0/+2
* re PR rtl-optimization/48170 (ICE: in hoist_code, at gcse.c:4524 with -fgcse ...Maxim Kuvyrkov2011-03-181-7/+2
* re PR debug/43092 (Wrong debuginfo with VTA and -fomit-frame-pointer/-mno-acc...Alexandre Oliva2011-02-031-1/+1
* re PR rtl-optimization/39077 (GCSE-optimization causes enormous binary size i...Jeff Law2011-01-131-1/+73
* re PR rtl-optimization/46571 (bootstrap comparison failure in fortran/trans-o...Richard Henderson2010-11-211-3/+3
* re PR tree-optimization/46183 (ICE: in calc_dfs_tree, at dominance.c:396 with...Richard Guenther2010-11-041-3/+15
* re PR debug/46252 (-fcompare-debug failure (length) with -O -frerun-cse-after...Jakub Jelinek2010-11-031-1/+1
* fwprop.c (forward_propagate_and_simplify): Only attach a REG_EQUAL note to an...Olivier Hainque2010-09-131-6/+4
* vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd2010-08-201-7/+3
* re PR debug/45105 (-fcompare-debug failure at -Os)Jakub Jelinek2010-07-281-7/+1
* re PR rtl-optimization/45107 (ICE: in insert_expr_in_table, at gcse.c:1213 wi...Maxim Kuvyrkov2010-07-281-2/+3
* re PR rtl-optimization/45101 (ICE: in insert_expr_in_table, at gcse.c:1213 wi...Maxim Kuvyrkov2010-07-281-2/+2
* re PR target/42495 (redundant memory load)Maxim Kuvyrkov2010-07-271-130/+146
* gcse.c (insert_insn_end_basic_block): Update signature, remove unused checks.Maxim Kuvyrkov2010-07-271-24/+6
* re PR target/42495 (redundant memory load)Maxim Kuvyrkov2010-07-271-3/+0
* * gcse.c (hoist_code): Generate new pseudo for every new set insn.Maxim Kuvyrkov2010-07-271-2/+6
* re PR rtl-optimization/40956 (Constants are never candidates for hoisting)Maxim Kuvyrkov2010-07-271-2/+14
* gcse.c (struct expr:max_distance): New field.Maxim Kuvyrkov2010-07-271-27/+204
* gcse.c (compute_transpout, transpout): Remove, move logic to prune_expressions.Jeff Law2010-07-271-80/+86
* dbgcnt.def (hoist_insn): New debug counter.Maxim Kuvyrkov2010-07-271-1/+1
* Makefile.in (gcse.o, [...]): Depend on gcse.h..Richard Sandiford2010-07-121-6/+10
* toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez2010-07-081-0/+1
* function.h (struct function): Add can_throw_non_call_exceptions bit.Eric Botcazou2010-05-251-2/+2