summaryrefslogtreecommitdiff
path: root/gcc/gcse.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years in gcc/rsandifo2013-01-101-2/+1
* * gcse.c (struct reg_use): Remove unused struct.steven2012-12-031-6/+8
* 2012-11-27 Paolo Bonzini <pbonzini@redhat.com>bonzini2012-11-271-19/+23
* Introduce vNULL to use as a nil initializer for vec<>.dnovillo2012-11-201-1/+1
* This patch rewrites the old VEC macro-based interface into a new onednovillo2012-11-181-36/+32
* * gcse.c (struct bb_data): Add new fields, old_pressure, live_inamker2012-11-121-42/+156
* This patch renames sbitmap iterators to unify them with the bitmap iterators.crowl2012-11-011-4/+4
* This patch normalizes more bitmap function names.crowl2012-11-011-23/+23
* 2012-11-01 Sharad Singhai <singhai@google.com>singhai2012-11-011-0/+2
* This patch implements the unification of the *bitmap interfaces as discussed.crowl2012-10-301-18/+18
* 2012-10-23 Vladimir Makarov <vmakarov@redhat.com>vmakarov2012-10-231-1/+1
* gcc/ChangeLogamker2012-10-191-30/+340
* * gcse.c: Update copyright dates.amker2012-10-191-7/+8
* * combine.c (record_dead_and_set_regs): Iterate over hard register setsteven2012-10-161-3/+4
* Remove unnecessary VEC function overloads.dnovillo2012-09-111-4/+4
* 2012-08-23 Kenneth Zadeck <zadeck@naturalbridge.com>zadeck2012-08-231-12/+3
* * calls.c (mem_overlaps_already_clobbered_arg_p): Use SBITMAP_SIZEsteven2012-08-091-1/+1
* * sbitmap.h (struct int_list): Remove.steven2012-07-231-1/+1
* gcc/steven2012-07-161-1/+0
* * output.h (__gcc_host_wide_int__): Move to hwint.h.steven2012-05-311-1/+0
* * LANGUAGES: Fix typos.jsm282012-05-291-10/+10
* 2012-04-24 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>krebbel2012-04-241-1/+1
* gcc/rsandifo2012-01-241-3/+3
* * gcse.c: Adjust outdated comments throughout.ebotcazou2011-11-071-148/+113
* gcc/rsandifo2011-08-181-2/+2
* dumping cleanup phase 1 -- Removing TODO_dump_funcdavidxl2011-06-141-3/+0
* Revert r174848,174849davidxl2011-06-091-13/+10
* Gator cleanupdavidxl2011-06-091-10/+13
* * gcse.c (modify_mem_list): Convert to an array of VECs.froydnj2011-04-051-19/+14
* * gcse.c (modify_pair): Define. Define a VEC of it.froydnj2011-04-051-51/+28
* * Makefile.in: New rule for cprop.o.steven2011-03-281-1644/+35
* * gcse.c (free_gcse_mem): Free reg_set_bitmap.steven2011-03-281-0/+2
* PR rtl-optimization/48170mkuvyrkov2011-03-181-7/+2
* PR debug/43092aoliva2011-02-031-1/+1
* * PR rtl-optimization/39077law2011-01-131-1/+73
* PR rtl-optimization/46571rth2010-11-211-3/+3
* 2010-11-04 Richard Guenther <rguenther@suse.de>rguenth2010-11-041-3/+15
* PR debug/46252jakub2010-11-031-1/+1
* * fwprop.c (forward_propagate_and_simplify): Only attach ahainque2010-09-131-6/+4
* gcc/froydnj2010-08-201-7/+3
* PR debug/45105jakub2010-07-281-7/+1
* PR rtl-optimization/45107mkuvyrkov2010-07-281-2/+3
* PR rtl-optimization/45101mkuvyrkov2010-07-281-2/+2
* PR target/42495mkuvyrkov2010-07-271-130/+146
* * gcse.c (insert_insn_end_basic_block): Update signature, removemkuvyrkov2010-07-271-24/+6
* PR target/42495mkuvyrkov2010-07-271-3/+0
* * gcse.c (hoist_code): Generate new pseudo for every new set insn.mkuvyrkov2010-07-271-2/+6
* PR rtl-optimization/40956mkuvyrkov2010-07-271-2/+14
* * gcse.c (struct expr:max_distance): New field.mkuvyrkov2010-07-271-27/+204
* * gcse.c (compute_transpout, transpout): Remove, move logicmkuvyrkov2010-07-271-80/+86