aboutsummaryrefslogtreecommitdiff
path: root/gcc/postreload-gcse.c
AgeCommit message (Expand)AuthorFilesLines
2014-10-16function.h: Flatten file.Andrew MacLeod1-1/+5
2014-09-09recog_memoized works on an rtx_insn *David Malcolm1-2/+3
2014-08-25Convert edge_def.insns.r to rtx_insn *David Malcolm1-2/+2
2014-08-22postreload-gcse.c: Use rtx_insn in various placesDavid Malcolm1-31/+31
2014-07-09remove has_executeTrevor Saunders1-1/+0
2014-06-24Remove a layer of indirection from hash_tableTrevor Saunders1-12/+13
2014-05-06tree-pass.h (TODO_verify_ssa, [...]): Remove.Richard Biener1-1/+1
2014-04-17pass cfun to pass::executeTrevor Saunders1-1/+1
2014-04-17pass current function to opt_pass::gate ()Trevor Saunders1-8/+6
2014-04-17remove has_gateTrevor Saunders1-1/+0
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-09Eliminate FOR_EACH_BB macro.David Malcolm1-2/+2
2013-11-19Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm1-3/+3
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-3/+3
2013-08-05Automated conversion of passes to C++ classesDavid Malcolm1-18/+35
2013-04-26This patch is the main part of a consolodation of the hash_table patches to t...Lawrence Crowl1-70/+72
2013-04-10passes.c (execute_todo): Do not call ggc_collect conditional here.Richard Biener1-1/+1
2013-03-30cfgrtl.c (fixup_reorder_chain): Do not emit barriers to BB_FOOTER.Steven Bosscher1-1/+1
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-1/+1
2012-11-01invoke.texi: Update -fopt-info documentation.Sharad Singhai1-0/+1
2012-10-16combine.c (record_dead_and_set_regs): Iterate over hard register set with a h...Steven Bosscher1-4/+3
2012-08-23alias.c (rtx_equal_for_memref_p): Convert constant cases.Kenneth Zadeck1-4/+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-01-24rtl.h (true_dependence, [...]): Remove varies parameter.Richard Sandiford1-2/+1
2011-07-12cse.c (insert_with_costs): Put semi-colon after empty loop body on the next l...Eric Botcazou1-1/+2
2011-06-14dumping cleanup phase 1 -- Removing TODO_dump_funcDavid Li1-2/+1
2011-06-02cse.c (cse_find_path): Refine change to exclude EDGE_ABNORMAL_CALL edges only...Eric Botcazou1-3/+4
2011-06-02function.h (struct stack_usage): Remove dynamic_alloc_count field.Eric Botcazou1-2/+4
2011-04-13postreload-gcse.c (gcse_after_reload_main): Add calls to statistics_counter_e...Nathan Froyd1-0/+7
2010-11-30diagnostic-core.h: Include bversion.h.Joseph Myers1-1/+0
2010-07-08toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez1-0/+1
2010-05-25function.h (struct function): Add can_throw_non_call_exceptions bit.Eric Botcazou1-1/+1
2010-05-21tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher1-1/+0
2010-04-02Make-lang.in, [...]: Update copyright years.Steven Bosscher1-1/+1
2010-01-03postreload-gcse.c (insert_expr_in_table): Replace BLOCK_NUM with BLOCK_FOR_INSN.Steven Bosscher1-1/+2
2009-11-25Remove trailing white spaces.H.J. Lu1-6/+6
2008-08-31postreload-gcse.c (eliminate_partially_redundant_loads): Use optimize_bb_for_...Jan Hubicka1-1/+1
2008-08-30parse.c (parse_interface): Silence uninitialized var warning.Jan Hubicka1-1/+2
2008-08-29loop-unswitch.c (unswitch_single_loop): Use optimize_loop_for_speed_p.Jan Hubicka1-1/+1
2008-06-06cgraph.c: Fix typos in comments.Ralf Wildenhues1-2/+2
2008-05-07[multiple changes]Kenneth Zadeck1-1/+1
2008-03-19re PR other/35094 (RTL dump file letters hosed and partly undocumented)Jan Hubicka1-3/+5
2008-02-02re PR target/35045 (gcc-4.3 generates wrong code on i386 with -O3)Michael Matz1-12/+21
2007-09-05regrename.c (pass_regrename, [...]): Add RTL sharing verifier.Jan Hubicka1-2/+2
2007-08-23rtl.c (rtx_code_size): Check CONST_FIXED to calcualte correct sizes in DEF_RT...Chao-ying Fu1-0/+1
2007-07-30alias.c (record_set, [...]): Constify.Kaveh R. Ghazi1-4/+4
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-4/+3
2007-07-25c-common.c (fname_as_string, [...]): Constify.Kaveh R. Ghazi1-3/+3