aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcse.c
AgeCommit message (Expand)Author
2014-04-04 PR rtl-optimization/60155danglin
2014-02-122014-02-12 Richard Biener <rguenther@suse.de>rguenth
2014-01-02Update copyright years in gcc/rsandifo
2013-12-09Eliminate FOR_EACH_BB_REVERSE macro.dmalcolm
2013-12-09Eliminate FOR_EACH_BB macro.dmalcolm
2013-12-09Eliminate last_basic_block macro.dmalcolm
2013-12-09Eliminate BASIC_BLOCK macro.dmalcolm
2013-11-282013-11-28 Vladimir Makarov <vmakarov@redhat.com>vmakarov
2013-11-19Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosdmalcolm
2013-11-19Eliminate n_edges macrodmalcolm
2013-11-19Eliminate n_basic_blocks macrodmalcolm
2013-11-02 * gcse.c (pre_delete): Remove references to regmove from comments.steven
2013-09-28gcc/rsandifo
2013-08-05Automated conversion of passes to C++ classesdmalcolm
2013-07-21Fix typos.mrs
2013-05-18 * gcse.c (compute_ld_motion_mems): If a non-simple MEM islaw
2013-04-26This patch is the main part of a consolodation of the hash_tablecrowl
2013-04-102013-04-10 Richard Biener <rguenther@suse.de>rguenth
2013-03-30 * cfgrtl.c (fixup_reorder_chain): Do not emit barriers to BB_FOOTER.steven
2013-03-29 * cfgbuild.c (inside_basic_block_p): Use JUMP_TABLE_DATA_P in lieusteven
2013-03-23 * gcse.c (oprs_unchanged_p): Respect flag_gcse_lm.steven
2013-01-10Update copyright years in gcc/rsandifo
2012-12-03 * gcse.c (struct reg_use): Remove unused struct.steven
2012-11-272012-11-27 Paolo Bonzini <pbonzini@redhat.com>bonzini
2012-11-20Introduce vNULL to use as a nil initializer for vec<>.dnovillo
2012-11-18This patch rewrites the old VEC macro-based interface into a new onednovillo
2012-11-12 * gcse.c (struct bb_data): Add new fields, old_pressure, live_inamker
2012-11-01This patch renames sbitmap iterators to unify them with the bitmap iterators.crowl
2012-11-01This patch normalizes more bitmap function names.crowl
2012-11-012012-11-01 Sharad Singhai <singhai@google.com>singhai
2012-10-30This patch implements the unification of the *bitmap interfaces as discussed.crowl
2012-10-232012-10-23 Vladimir Makarov <vmakarov@redhat.com>vmakarov
2012-10-19 gcc/ChangeLogamker
2012-10-19 * gcse.c: Update copyright dates.amker
2012-10-16 * combine.c (record_dead_and_set_regs): Iterate over hard register setsteven
2012-09-11Remove unnecessary VEC function overloads.dnovillo
2012-08-232012-08-23 Kenneth Zadeck <zadeck@naturalbridge.com>zadeck
2012-08-09 * calls.c (mem_overlaps_already_clobbered_arg_p): Use SBITMAP_SIZEsteven
2012-07-23 * sbitmap.h (struct int_list): Remove.steven
2012-07-16gcc/steven
2012-05-31 * output.h (__gcc_host_wide_int__): Move to hwint.h.steven
2012-05-29 * LANGUAGES: Fix typos.jsm28
2012-04-242012-04-24 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>krebbel
2012-01-24gcc/rsandifo
2011-11-07 * gcse.c: Adjust outdated comments throughout.ebotcazou
2011-08-18gcc/rsandifo
2011-06-14dumping cleanup phase 1 -- Removing TODO_dump_funcdavidxl
2011-06-09Revert r174848,174849davidxl
2011-06-09Gator cleanupdavidxl
2011-04-05 * gcse.c (modify_mem_list): Convert to an array of VECs.froydnj