]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/gcse.c
function.h: Flatten file.
[thirdparty/gcc.git] / gcc / gcse.c
2014-10-16  Andrew MacLeodfunction.h: Flatten file.
2014-09-22  Jan Hubickatree-ssa-ccp.c (prop_value_d): Rename to ...
2014-09-16  Trevor SaundersReplace INSN_DELETED_P with rtx_insn member functions
2014-09-11  David MalcolmIntroduce LABEL_REF_LABEL
2014-09-09  David Malcolmsingle_set takes an insn
2014-09-09  David Malcolmrecog_memoized works on an rtx_insn *
2014-09-08  David Malcolmgcse.c's modify_mem_list is a list of insns
2014-08-28  David MalcolmWork towards NEXT_INSN/PREV_INSN requiring insns as...
2014-08-27  David MalcolmUse rtx_insn_list in various places
2014-08-26  David MalcolmRemove DF_REF_INSN scaffolding
2014-08-22  David Malcolmgcse.c: Use rtx_insn
2014-08-19  David MalcolmSplit NEXT_INSN/PREV_INSN into lvalue and rvalue forms
2014-07-09  Trevor Saundersremove has_execute
2014-06-24  Trevor SaundersRemove a layer of indirection from hash_table
2014-06-15  Richard Sandiforddf.h (DF_INSN_INFO_MWS, [...]): New macros.
2014-06-07  Steven Bosschergcse.c (can_assign_to_reg_without_clobbers_p): Do not...
2014-05-06  Richard Bienertree-pass.h (TODO_verify_ssa, [...]): Remove.
2014-04-17  Trevor Saunderspass cfun to pass::execute
2014-04-17  Trevor Saunderspass current function to opt_pass::gate ()
2014-04-17  Trevor Saundersremove has_gate
2014-04-04  John David Anglinre PR rtl-optimization/60155 (ICE: in get_pressure_clas...
2014-02-12  Richard Bienergcse.c (compute_transp): break from loop over canon_mod...
2014-01-02  Richard SandifordUpdate copyright years in gcc/
2013-12-09  David MalcolmEliminate FOR_EACH_BB_REVERSE macro.
2013-12-09  David MalcolmEliminate FOR_EACH_BB macro.
2013-12-09  David MalcolmEliminate last_basic_block macro.
2013-12-09  David MalcolmEliminate BASIC_BLOCK macro.
2013-11-28  Vladimir Makarovre PR target/57293 (not needed frame pointers on IA...
2013-11-19  David MalcolmEliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macros
2013-11-19  David MalcolmEliminate n_edges macro
2013-11-19  David MalcolmEliminate n_basic_blocks macro
2013-11-02  Steven Bosschergcse.c (pre_delete): Remove references to regmove from...
2013-09-28  Richard Sandifordalloc-pool.c, [...]: Add missing whitespace before...
2013-08-05  David MalcolmAutomated conversion of passes to C++ classes
2013-07-21  Ondřej BílkaFix typos.
2013-05-18  Julian Browngcse.c (compute_ld_motion_mems): If a non-simple MEM...
2013-04-26  Lawrence CrowlThis patch is the main part of a consolodation of the...
2013-04-10  Richard Bienerpasses.c (execute_todo): Do not call ggc_collect condit...
2013-03-30  Steven Bosschercfgrtl.c (fixup_reorder_chain): Do not emit barriers...
2013-03-29  Steven Bosschercfgbuild.c (inside_basic_block_p): Use JUMP_TABLE_DATA_...
2013-03-23  Steven Bosschergcse.c (oprs_unchanged_p): Respect flag_gcse_lm.
2013-01-10  Richard SandifordUpdate copyright years in gcc/
2012-12-03  Steven Bosschergcse.c (struct reg_use): Remove unused struct.
2012-11-27  Paolo Bonzinire PR rtl-optimization/55489 (insane PRE memory usage...
2012-11-20  Diego NovilloIntroduce vNULL to use as a nil initializer for vec<>.
2012-11-18  Diego NovilloThis patch rewrites the old VEC macro-based interface...
2012-11-12  Bin Chenggcse.c (struct bb_data): Add new fields, old_pressure...
2012-11-01  Lawrence CrowlThis patch renames sbitmap iterators to unify them...
2012-11-01  Lawrence CrowlThis patch normalizes more bitmap function names.
2012-11-01  Sharad Singhaiinvoke.texi: Update -fopt-info documentation.
2012-10-30  Lawrence CrowlThis patch implements the unification of the *bitmap...
2012-10-23  Vladimir Makarovdbxout.c (dbxout_symbol_location): Pass new argument...
2012-10-19  Bin Chengcommon.opt (flag_ira_hoist_pressure): New.
2012-10-19  Bin Chenggcse.c: Update copyright dates.
2012-10-16  Steven Bosschercombine.c (record_dead_and_set_regs): Iterate over...
2012-09-11  Diego NovilloRemove unnecessary VEC function overloads.
2012-08-23  Kenneth Zadeckalias.c (rtx_equal_for_memref_p): Convert constant...
2012-08-09  Steven Bosschercalls.c (mem_overlaps_already_clobbered_arg_p): Use...
2012-07-23  Steven Bosschersbitmap.h (struct int_list): Remove.
2012-07-16  Steven Bosschersystem.h (dump_file): Do not define.
2012-05-31  Steven Bosscheroutput.h (__gcc_host_wide_int__): Move to hwint.h.
2012-05-29  Joseph MyersLANGUAGES: Fix typos.
2012-04-24  Andreas Krebbelrecog.c (insn_invalid_p): Add IN_GROUP parameter and...
2012-01-24  Richard Sandifordrtl.h (true_dependence, [...]): Remove varies parameter.
2011-11-07  Eric Botcazougcse.c: Adjust outdated comments throughout.
2011-08-18  Richard Sandifordrtl.h (set_src_cost, [...]): New functions.
2011-06-14  David Lidumping cleanup phase 1 -- Removing TODO_dump_func
2011-06-09  Xinliang David LiRevert r174848,174849
2011-06-09  David LiGator cleanup
2011-04-05  Nathan Froydgcse.c (modify_mem_list): Convert to an array of VECs.
2011-04-05  Nathan Froydgcse.c (modify_pair): Define.
2011-03-28  Steven BosscherMakefile.in: New rule for cprop.o.
2011-03-28  Steven Bosscher* gcse.c (free_gcse_mem): Free reg_set_bitmap.
2011-03-18  Maxim Kuvyrkovre PR rtl-optimization/48170 (ICE: in hoist_code, at...
2011-02-03  Alexandre Olivare PR debug/43092 (Wrong debuginfo with VTA and -fomit...
2011-01-13  Jeff Lawre PR rtl-optimization/39077 (GCSE-optimization causes...
2010-11-21  Richard Hendersonre PR rtl-optimization/46571 (bootstrap comparison...
2010-11-04  Richard Guentherre PR tree-optimization/46183 (ICE: in calc_dfs_tree...
2010-11-03  Jakub Jelinekre PR debug/46252 (-fcompare-debug failure (length...
2010-09-13  Olivier Hainquefwprop.c (forward_propagate_and_simplify): Only attach...
2010-08-20  Nathan Froydvec.h (FOR_EACH_VEC_ELT): Define.
2010-07-28  Jakub Jelinekre PR debug/45105 (-fcompare-debug failure at -Os)
2010-07-28  Maxim Kuvyrkovre PR rtl-optimization/45107 (ICE: in insert_expr_in_ta...
2010-07-28  Maxim Kuvyrkovre PR rtl-optimization/45101 (ICE: in insert_expr_in_ta...
2010-07-27  Maxim Kuvyrkovre PR target/42495 (redundant memory load)
2010-07-27  Maxim Kuvyrkovgcse.c (insert_insn_end_basic_block): Update signature...
2010-07-27  Maxim Kuvyrkovre PR target/42495 (redundant memory load)
2010-07-27  Maxim Kuvyrkov* gcse.c (hoist_code): Generate new pseudo for every...
2010-07-27  Maxim Kuvyrkovre PR rtl-optimization/40956 (Constants are never candi...
2010-07-27  Maxim Kuvyrkovgcse.c (struct expr:max_distance): New field.
2010-07-27  Jeff Lawgcse.c (compute_transpout, transpout): Remove, move...
2010-07-27  Maxim Kuvyrkovdbgcnt.def (hoist_insn): New debug counter.
2010-07-12  Richard SandifordMakefile.in (gcse.o, [...]): Depend on gcse.h..
2010-07-08  Manuel López-Ibáñeztoplev.h: Do not include diagnostic-core.h.
2010-05-25  Eric Botcazoufunction.h (struct function): Add can_throw_non_call_ex...
2010-05-22  Steven Bosschercoretypes.h (struct simple_bitmap_def, [...]): New...
2010-05-21  Steven Bosschertree.h: Include real.h and fixed-value.h as basic datat...
2010-05-03  Steven Bosschertm.texi (defmac SMALL_REGISTER_CLASSES): Remove.
2010-03-16  Jakub Jelinekre PR debug/43051 (VTA causes a stack living parameter...
2010-02-03  Steven Bosscherinvoke.texi: Fix name of sched1 dump.
next