aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcse.c
AgeCommit message (Expand)AuthorFilesLines
2014-05-06tree-pass.h (TODO_verify_ssa, [...]): Remove.Richard Biener1-4/+2
2014-04-17pass cfun to pass::executeTrevor Saunders1-2/+2
2014-04-17pass current function to opt_pass::gate ()Trevor Saunders1-32/+28
2014-04-17remove has_gateTrevor Saunders1-2/+0
2014-04-04re PR rtl-optimization/60155 (ICE: in get_pressure_class_and_nregs at gcse.c:...John David Anglin1-7/+64
2014-02-12gcse.c (compute_transp): break from loop over canon_modify_mem_list when we f...Richard Biener1-1/+4
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-09Eliminate FOR_EACH_BB_REVERSE macro.David Malcolm1-1/+1
2013-12-09Eliminate FOR_EACH_BB macro.David Malcolm1-8/+8
2013-12-09Eliminate last_basic_block macro.David Malcolm1-15/+17
2013-12-09Eliminate BASIC_BLOCK macro.David Malcolm1-2/+2
2013-11-28re PR target/57293 (not needed frame pointers on IA-32 (performance regressio...Vladimir Makarov1-1/+1
2013-11-19Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm1-8/+8
2013-11-19Eliminate n_edges macroDavid Malcolm1-4/+4
2013-11-19Eliminate n_basic_blocks macroDavid Malcolm1-8/+11
2013-11-02gcse.c (pre_delete): Remove references to regmove from comments.Steven Bosscher1-1/+1
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-4/+4
2013-08-05Automated conversion of passes to C++ classesDavid Malcolm1-36/+72
2013-07-21Fix typos.Ondřej Bílka1-1/+1
2013-05-17gcse.c (compute_ld_motion_mems): If a non-simple MEM is found in a REG_EQUAL ...Julian Brown1-0/+11
2013-04-26This patch is the main part of a consolodation of the hash_table patches to t...Lawrence Crowl1-34/+40
2013-04-10passes.c (execute_todo): Do not call ggc_collect conditional here.Richard Biener1-2/+2
2013-03-30cfgrtl.c (fixup_reorder_chain): Do not emit barriers to BB_FOOTER.Steven Bosscher1-11/+1
2013-03-29cfgbuild.c (inside_basic_block_p): Use JUMP_TABLE_DATA_P in lieu of tests for...Steven Bosscher1-2/+1
2013-03-23gcse.c (oprs_unchanged_p): Respect flag_gcse_lm.Steven Bosscher1-3/+8
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2012-12-03gcse.c (struct reg_use): Remove unused struct.Steven Bosscher1-6/+8
2012-11-27re PR rtl-optimization/55489 (insane PRE memory usage with PIE (translate.i))Paolo Bonzini1-19/+23
2012-11-20Introduce vNULL to use as a nil initializer for vec<>.Diego Novillo1-1/+1
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-36/+32
2012-11-12gcse.c (struct bb_data): Add new fields, old_pressure, live_in and backup.Bin Cheng1-42/+156
2012-11-01This patch renames sbitmap iterators to unify them with the bitmap iterators.Lawrence Crowl1-4/+4
2012-11-01This patch normalizes more bitmap function names.Lawrence Crowl1-23/+23
2012-11-01invoke.texi: Update -fopt-info documentation.Sharad Singhai1-0/+2
2012-10-30This patch implements the unification of the *bitmap interfaces as discussed.Lawrence Crowl1-18/+18
2012-10-23dbxout.c (dbxout_symbol_location): Pass new argument to alter_subreg.Vladimir Makarov1-1/+1
2012-10-19common.opt (flag_ira_hoist_pressure): New.Bin Cheng1-30/+340
2012-10-19gcse.c: Update copyright dates.Bin Cheng1-7/+8
2012-10-16combine.c (record_dead_and_set_regs): Iterate over hard register set with a h...Steven Bosscher1-3/+4
2012-09-10Remove unnecessary VEC function overloads.Diego Novillo1-4/+4
2012-08-23alias.c (rtx_equal_for_memref_p): Convert constant cases.Kenneth Zadeck1-12/+3
2012-08-09calls.c (mem_overlaps_already_clobbered_arg_p): Use SBITMAP_SIZE instead of l...Steven Bosscher1-1/+1
2012-07-23sbitmap.h (struct int_list): Remove.Steven Bosscher1-1/+1
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-1/+0
2012-05-31output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher1-1/+0
2012-05-29LANGUAGES: Fix typos.Joseph Myers1-10/+10
2012-04-24recog.c (insn_invalid_p): Add IN_GROUP parameter and use validate_change to a...Andreas Krebbel1-1/+1
2012-01-24rtl.h (true_dependence, [...]): Remove varies parameter.Richard Sandiford1-3/+3
2011-11-07gcse.c: Adjust outdated comments throughout.Eric Botcazou1-148/+113
2011-08-18rtl.h (set_src_cost, [...]): New functions.Richard Sandiford1-2/+2