summaryrefslogtreecommitdiff
path: root/gcc/store-motion.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years in gcc/rsandifo2014-01-021-1/+1
* Eliminate FOR_EACH_BB macro.dmalcolm2013-12-091-3/+3
* Eliminate last_basic_block macro.dmalcolm2013-12-091-13/+19
* Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosdmalcolm2013-11-191-2/+2
* Eliminate n_basic_blocks macrodmalcolm2013-11-191-2/+2
* gcc/rsandifo2013-09-281-3/+3
* Automated conversion of passes to C++ classesdmalcolm2013-08-051-18/+36
* This patch is the main part of a consolodation of the hash_tablecrowl2013-04-261-23/+26
* 2013-04-10 Richard Biener <rguenther@suse.de>rguenth2013-04-101-1/+1
* Update copyright years in gcc/rsandifo2013-01-101-2/+1
* Update Copyright years for files modified in 2011 and/or 2012.jakub2013-01-041-1/+1
* This patch rewrites the old VEC macro-based interface into a new onednovillo2012-11-181-1/+1
* This patch normalizes more bitmap function names.crowl2012-11-011-15/+15
* 2012-11-01 Sharad Singhai <singhai@google.com>singhai2012-11-011-0/+1
* This patch implements the unification of the *bitmap interfaces as discussed.crowl2012-10-301-9/+9
* gcc/steven2012-07-161-1/+0
* * output.h (__gcc_host_wide_int__): Move to hwint.h.steven2012-05-311-1/+0
* gcc/rsandifo2012-04-211-9/+3
* gcc/rsandifo2012-01-241-2/+1
* dumping cleanup phase 1 -- Removing TODO_dump_funcdavidxl2011-06-141-2/+0
* 2010-07-08 Manuel López-Ibáñez <manu@gcc.gnu.org>manu2010-07-081-0/+1
* * function.h (struct function): Add can_throw_non_call_exceptions bit.ebotcazou2010-05-251-2/+2
* gcc/ChangeLog:steven2010-05-211-1/+0
* * ada/gcc-interface/Make-lang.in, alias.c, attribs.c, auto-inc-dec.c, steven2010-04-021-1/+1
* * gcse.c (execute_rtl_cprop, execute_rtl_pre, execute_rtl_hoist):steven2010-01-071-1/+0
* PR rtl-optimization/41862steven2010-01-031-6/+6
* * store-motion.c (build_store_vectors): Clear regs_set_in_block atsteven2009-12-241-0/+2
* Remove trailing white spaces.hjl2009-11-251-5/+5
* * store-motion.c Do not include params.hsteven2009-05-141-1/+0
* * store-motion.c (compute_store_table): Add ENABLE_CHECKING guard.ebotcazou2009-05-021-0/+2
* * store-motion.c: Many cleanups to make this pass a first-classsteven2009-05-011-373/+231
* * gcse.c (ae_gen): Remove.steven2009-04-301-0/+1405