vector.md (vec_pack_sfix_trunc_v2df): Adjust for little endian.
[gcc.git] / gcc / gcse.c
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.
2010-01-07 Steven Bosschergcse.c (execute_rtl_cprop, [...]): Do not add the DF_NO...
2010-01-03 Steven Bosscherpostreload-gcse.c (insert_expr_in_table): Replace BLOCK...
2009-11-25 H.J. LuRemove trailing white spaces.
2009-11-24 Paolo Carlini[multiple changes]
2009-11-08 Zbigniew Chamskicfgrtl.c (pass_free_cfg): Add pass name.
2009-10-20 Richard Sandifordrtl.h (simplify_replace_fn_rtx): Declare.
2009-09-14 Richard HendersonSquash commit of EH in gimple
2009-09-02 Alexandre Olivainvoke.texi (-fvar-tracking-assignments): New.
2009-06-22 Shujing Zhaoalias.c: Use REG_P...
2009-05-27 Julian Browngcse.c (target.h): Include.
2009-05-16 Ian Lance Tayloralias.c (struct alias_set_entry_d): Rename from struct...
2009-04-30 Steven Bosschergcse.c (ae_gen): Remove.
2009-04-30 Hans-Peter Nilsson* gcse.c (gcse_constant_p): Fix typo in last change.
2009-04-30 Andreas Krebbelgcse.c (gcse_constant_p): Make sure the constant is...
2009-04-27 Steven Bosscherdbgcnt.def (cprop1, [...]): Remove
2009-04-26 Steven Bosscherdf-scan.c (df_insn_rescan): Salvage insn's LUID if...
2009-04-24 Jakub Jelinekre PR rtl-optimization/39794 (Miscompile with -O2 ...
2009-04-12 Steven Bosscherinvoke.texi (max_gcse_passes): Remove documentation.
2009-03-30 Paolo Bonzinicfglayout.c (pass_into_cfg_layout_mode, [...]): Provide...
2008-08-29 Jan Hubickaloop-unswitch.c (unswitch_single_loop): Use optimize_lo...
2008-07-15 Kaveh R. Ghazidf-problems.c (df_set_note): Avoid C++ keywords.
2008-07-02 Ian Lance Taylorrtlanal.c (add_reg_note): New function.
2008-06-26 Kaveh R. Ghazidwarf2out.c (new_cfi, [...]): Fix -Wc++-compat and...
2008-06-17 Steven BosscherRemove libcall notes.
2008-06-06 Ralf Wildenhuescgraph.c: Fix typos in comments.
2008-05-25 Steven Bosschergcse.c (hash_scan_set): Do not pick up a REG_EQUAL...
2008-05-10 Kenneth Zadeckre PR c++/36185 (wrong code with -O2 -fgcse-sm)
2008-05-07 Kenneth Zadeck[multiple changes]
2008-04-25 Jan Hubickare PR testsuite/35843 (-fdump-rtl-expand does not exist...
2008-04-07 Peter BergnerPR middle-end/PR28690
2008-03-19 Jan Hubickare PR other/35094 (RTL dump file letters hosed and...
next