aboutsummaryrefslogtreecommitdiff
path: root/gcc/store-motion.c
AgeCommit message (Expand)AuthorFilesLines
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