summaryrefslogtreecommitdiff
path: root/gcc/gcse.c
AgeCommit message (Expand)Author
2014-10-16function.h: Flatten file.Andrew MacLeod
2014-09-22tree-ssa-ccp.c (prop_value_d): Rename to ...Jan Hubicka
2014-09-16Replace INSN_DELETED_P with rtx_insn member functionsTrevor Saunders
2014-09-11Introduce LABEL_REF_LABELDavid Malcolm
2014-09-09single_set takes an insnDavid Malcolm
2014-09-09recog_memoized works on an rtx_insn *David Malcolm
2014-09-08gcse.c's modify_mem_list is a list of insnsDavid Malcolm
2014-08-28Work towards NEXT_INSN/PREV_INSN requiring insns as their paramsDavid Malcolm
2014-08-27Use rtx_insn_list in various placesDavid Malcolm
2014-08-26Remove DF_REF_INSN scaffoldingDavid Malcolm
2014-08-22gcse.c: Use rtx_insnDavid Malcolm
2014-08-19Split NEXT_INSN/PREV_INSN into lvalue and rvalue formsDavid Malcolm
2014-07-09remove has_executeTrevor Saunders
2014-06-24Remove a layer of indirection from hash_tableTrevor Saunders
2014-06-15df.h (DF_INSN_INFO_MWS, [...]): New macros.Richard Sandiford
2014-06-07gcse.c (can_assign_to_reg_without_clobbers_p): Do not let pointers from test_...Steven Bosscher
2014-05-06tree-pass.h (TODO_verify_ssa, [...]): Remove.Richard Biener
2014-04-17pass cfun to pass::executeTrevor Saunders
2014-04-17pass current function to opt_pass::gate ()Trevor Saunders
2014-04-17remove has_gateTrevor Saunders
2014-04-04re PR rtl-optimization/60155 (ICE: in get_pressure_class_and_nregs at gcse.c:...John David Anglin
2014-02-12gcse.c (compute_transp): break from loop over canon_modify_mem_list when we f...Richard Biener
2014-01-02Update copyright years in gcc/Richard Sandiford
2013-12-09Eliminate FOR_EACH_BB_REVERSE macro.David Malcolm
2013-12-09Eliminate FOR_EACH_BB macro.David Malcolm
2013-12-09Eliminate last_basic_block macro.David Malcolm
2013-12-09Eliminate BASIC_BLOCK macro.David Malcolm
2013-11-28re PR target/57293 (not needed frame pointers on IA-32 (performance regressio...Vladimir Makarov
2013-11-19Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm
2013-11-19Eliminate n_edges macroDavid Malcolm
2013-11-19Eliminate n_basic_blocks macroDavid Malcolm
2013-11-02gcse.c (pre_delete): Remove references to regmove from comments.Steven Bosscher
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford
2013-08-05Automated conversion of passes to C++ classesDavid Malcolm
2013-07-21Fix typos.Ondřej Bílka
2013-05-17gcse.c (compute_ld_motion_mems): If a non-simple MEM is found in a REG_EQUAL ...Julian Brown
2013-04-26This patch is the main part of a consolodation of the hash_table patches to t...Lawrence Crowl
2013-04-10passes.c (execute_todo): Do not call ggc_collect conditional here.Richard Biener
2013-03-30cfgrtl.c (fixup_reorder_chain): Do not emit barriers to BB_FOOTER.Steven Bosscher
2013-03-29cfgbuild.c (inside_basic_block_p): Use JUMP_TABLE_DATA_P in lieu of tests for...Steven Bosscher
2013-03-23gcse.c (oprs_unchanged_p): Respect flag_gcse_lm.Steven Bosscher
2013-01-10Update copyright years in gcc/Richard Sandiford
2012-12-03gcse.c (struct reg_use): Remove unused struct.Steven Bosscher
2012-11-27re PR rtl-optimization/55489 (insane PRE memory usage with PIE (translate.i))Paolo Bonzini
2012-11-20Introduce vNULL to use as a nil initializer for vec<>.Diego Novillo
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo
2012-11-12gcse.c (struct bb_data): Add new fields, old_pressure, live_in and backup.Bin 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-01invoke.texi: Update -fopt-info documentation.Sharad Singhai