aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcse.c
AgeCommit message (Expand)Author
2013-01-10Update copyright years in gcc/Richard Sandiford
2012-12-03 * gcse.c (struct reg_use): Remove unused struct.Steven Bosscher
2012-11-272012-11-27 Paolo Bonzini <pbonzini@redhat.com>Paolo Bonzini
2012-11-20Introduce vNULL to use as a nil initializer for vec<>.Diego Novillo
2012-11-18This patch rewrites the old VEC macro-based interface into a new oneDiego Novillo
2012-11-12 * gcse.c (struct bb_data): Add new fields, old_pressure, live_inBin Cheng
2012-11-01This patch renames sbitmap iterators to unify them with the bitmap iterators.Lawrence Crowl
2012-11-01This patch normalizes more bitmap function names.Lawrence Crowl
2012-11-012012-11-01 Sharad Singhai <singhai@google.com>Sharad Singhai
2012-10-30This patch implements the unification of the *bitmap interfaces as discussed.Lawrence Crowl
2012-10-232012-10-23 Vladimir Makarov <vmakarov@redhat.com>Vladimir Makarov
2012-10-19 gcc/ChangeLogBin Cheng
2012-10-19 * gcse.c: Update copyright dates.Bin Cheng
2012-10-16 * combine.c (record_dead_and_set_regs): Iterate over hard register setSteven Bosscher
2012-09-11Remove unnecessary VEC function overloads.Diego Novillo
2012-08-232012-08-23 Kenneth Zadeck <zadeck@naturalbridge.com>Kenneth Zadeck
2012-08-09 * calls.c (mem_overlaps_already_clobbered_arg_p): Use SBITMAP_SIZESteven Bosscher
2012-07-23 * sbitmap.h (struct int_list): Remove.Steven Bosscher
2012-07-16gcc/Steven Bosscher
2012-05-31 * output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher
2012-05-29 * LANGUAGES: Fix typos.Joseph Myers
2012-04-242012-04-24 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>Andreas Krebbel
2012-01-24gcc/Richard Sandiford
2011-11-07 * gcse.c: Adjust outdated comments throughout.Eric Botcazou
2011-08-18gcc/Richard Sandiford
2011-06-14dumping cleanup phase 1 -- Removing TODO_dump_funcDavid Li
2011-06-09Revert r174848,174849David Li
2011-06-09Gator cleanupDavid Li
2011-04-05 * gcse.c (modify_mem_list): Convert to an array of VECs.Nathan Froyd
2011-04-05 * gcse.c (modify_pair): Define. Define a VEC of it.Nathan Froyd
2011-03-28 * Makefile.in: New rule for cprop.o.Steven Bosscher
2011-03-28 * gcse.c (free_gcse_mem): Free reg_set_bitmap.Steven Bosscher
2011-03-18 PR rtl-optimization/48170Maxim Kuvyrkov
2011-02-03PR debug/43092Alexandre Oliva
2011-01-13 * PR rtl-optimization/39077Jeff Law
2010-11-21PR rtl-optimization/46571Richard Henderson
2010-11-042010-11-04 Richard Guenther <rguenther@suse.de>Richard Guenther
2010-11-03 PR debug/46252Jakub Jelinek
2010-09-13 * fwprop.c (forward_propagate_and_simplify): Only attach aOlivier Hainque
2010-08-20gcc/Nathan Froyd
2010-07-28 PR debug/45105Jakub Jelinek
2010-07-28 PR rtl-optimization/45107Maxim Kuvyrkov
2010-07-28 PR rtl-optimization/45101Maxim Kuvyrkov
2010-07-27 PR target/42495Maxim Kuvyrkov
2010-07-27 * gcse.c (insert_insn_end_basic_block): Update signature, removeMaxim Kuvyrkov
2010-07-27 PR target/42495Maxim Kuvyrkov
2010-07-27 * gcse.c (hoist_code): Generate new pseudo for every new set insn.Maxim Kuvyrkov
2010-07-27 PR rtl-optimization/40956Maxim Kuvyrkov
2010-07-27 * gcse.c (struct expr:max_distance): New field.Maxim Kuvyrkov
2010-07-27 * gcse.c (compute_transpout, transpout): Remove, move logicJeff Law