aboutsummaryrefslogtreecommitdiff
path: root/gcc/store-motion.c
AgeCommit message (Expand)AuthorFilesLines
2014-05-06tree-pass.h (TODO_verify_ssa, [...]): Remove.Richard Biener1-2/+1
2014-04-17pass cfun to pass::executeTrevor Saunders1-1/+4
2014-04-17pass current function to opt_pass::gate ()Trevor Saunders1-10/+10
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-3/+3
2013-12-09Eliminate last_basic_block macro.David Malcolm1-13/+19
2013-11-19Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm1-2/+2
2013-11-19Eliminate n_basic_blocks macroDavid Malcolm1-2/+2
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-3/+3
2013-08-05Automated conversion of passes to C++ classesDavid Malcolm1-18/+36
2013-04-26This patch is the main part of a consolodation of the hash_table patches to t...Lawrence Crowl1-23/+26
2013-04-10passes.c (execute_todo): Do not call ggc_collect conditional here.Richard Biener1-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-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-1/+1
2012-11-01This patch normalizes more bitmap function names.Lawrence Crowl1-15/+15
2012-11-01invoke.texi: Update -fopt-info documentation.Sharad Singhai1-0/+1
2012-10-30This patch implements the unification of the *bitmap interfaces as discussed.Lawrence Crowl1-9/+9
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-04-21re PR bootstrap/53021 (bootstrap failure on Linux/ia32)Richard Sandiford1-9/+3
2012-01-24rtl.h (true_dependence, [...]): Remove varies parameter.Richard Sandiford1-2/+1
2011-06-14dumping cleanup phase 1 -- Removing TODO_dump_funcDavid Li1-2/+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-2/+2
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-07gcse.c (execute_rtl_cprop, [...]): Do not add the DF_NOTE problem.Steven Bosscher1-1/+0
2010-01-03re PR rtl-optimization/41862 (-fgcse-sm causes bootstrap-debug comparison fai...Steven Bosscher1-6/+6
2009-12-24store-motion.c (build_store_vectors): Clear regs_set_in_block at the start of...Steven Bosscher1-0/+2
2009-11-25Remove trailing white spaces.H.J. Lu1-5/+5
2009-05-14* store-motion.c Do not include params.hSteven Bosscher1-1/+0
2009-05-02* store-motion.c (compute_store_table): Add ENABLE_CHECKING guard.Eric Botcazou1-0/+2
2009-05-01store-motion.c: Many cleanups to make this pass a first-class citizen instead...Steven Bosscher1-373/+231
2009-04-30gcse.c (ae_gen): Remove.Steven Bosscher1-0/+1405