| Commit message (Expand) | Author | Age | Files | Lines |
* | Eliminate FOR_EACH_BB macro. | dmalcolm | 2013-12-09 | 1 | -4/+4 |
* | Eliminate last_basic_block macro. | dmalcolm | 2013-12-09 | 1 | -1/+1 |
* | Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macros | dmalcolm | 2013-11-19 | 1 | -2/+2 |
* | Eliminate n_basic_blocks macro | dmalcolm | 2013-11-19 | 1 | -1/+1 |
* | * cfgrtl.c (can_fallthru): Reorder code to move tablejump check up. | steven | 2013-11-13 | 1 | -1/+2 |
* | gcc: | amylaar | 2013-10-30 | 1 | -29/+44 |
* | PR rtl-optimization/58369 | law | 2013-10-30 | 1 | -1/+39 |
* | Fix a miscompilation where a reload reg is reused after it has been clobbered. | bernds | 2013-10-15 | 1 | -0/+8 |
* | gcc/ | rsandifo | 2013-09-28 | 1 | -1/+1 |
* | gcc/ | rsandifo | 2013-09-27 | 1 | -0/+1 |
* | gcc/ | rsandifo | 2013-09-09 | 1 | -1/+3 |
* | gcc/ | rsandifo | 2013-09-09 | 1 | -1/+1 |
* | * cfgrtl.c (fixup_reorder_chain): Do not emit barriers to BB_FOOTER. | steven | 2013-03-30 | 1 | -12/+12 |
* | * cfgbuild.c (inside_basic_block_p): Use JUMP_TABLE_DATA_P in lieu | steven | 2013-03-29 | 1 | -6/+4 |
* | * reload1.c (init_reload): Only initialize reload_obstack | jakub | 2013-01-21 | 1 | -2/+5 |
* | Update copyright years in gcc/ | rsandifo | 2013-01-10 | 1 | -3/+1 |
* | This patch rewrites the old VEC macro-based interface into a new one | dnovillo | 2012-11-18 | 1 | -17/+12 |
* | This patch implements the unification of the *bitmap interfaces as discussed. | crowl | 2012-10-30 | 1 | -1/+1 |
* | PR rtl-optimization/54290 | ebotcazou | 2012-09-21 | 1 | -6/+10 |
* | * reload1.c (choose_reload_regs): Add missing #ifdef/#endif pair. | ebotcazou | 2012-09-20 | 1 | -1/+4 |
* | PR rtl-optimization/54290 | ebotcazou | 2012-09-19 | 1 | -17/+33 |
* | Remove unnecessary VEC function overloads. | dnovillo | 2012-09-11 | 1 | -6/+3 |
* | 2012-08-23 Kenneth Zadeck <zadeck@naturalbridge.com> | zadeck | 2012-08-23 | 1 | -12/+3 |
* | Merge from cxx-conversion branch (http://gcc.gnu.org/wiki/cxx-conversion). | dnovillo | 2012-08-15 | 1 | -1/+2 |
* | * reload1.c (replaced_subreg, gen_reload): Add | bernds | 2012-08-11 | 1 | -1/+6 |
* | * reload.c (find_valid_class_1): New static function. | bernds | 2012-08-09 | 1 | -9/+19 |
* | gcc/ | steven | 2012-07-16 | 1 | -0/+1 |
* | * output.h (__gcc_host_wide_int__): Move to hwint.h. | steven | 2012-05-31 | 1 | -1/+0 |
* | gcc/ | rsandifo | 2012-05-05 | 1 | -7/+9 |
* | PR rtl-optimization/52804 | amker | 2012-05-04 | 1 | -0/+14 |
* | PR rtl-optimization/52629 | ebotcazou | 2012-03-26 | 1 | -9/+15 |
* | gcc/ | rsandifo | 2012-02-05 | 1 | -36/+41 |
* | gcc/ | rsandifo | 2012-01-24 | 1 | -4/+1 |
* | * passes.c (register_one_dump_file): Free full_name. | jakub | 2012-01-02 | 1 | -2/+5 |
* | PR middle-end/40154 | amylaar | 2011-12-09 | 1 | -2/+2 |
* | * doc/tm.texi.in (MODE_CODE_BASE_REG_CLASS): Add address space | uweigand | 2011-11-08 | 1 | -2/+4 |
* | * reload1.c (gen_reload): Don't use REGNO on SUBREGs. | amodra | 2011-11-04 | 1 | -2/+2 |
* | PR rtl-optimization/47918 | jules | 2011-10-28 | 1 | -0/+4 |
* | PR rtl-optimization/50249 | bernds | 2011-09-27 | 1 | -14/+27 |
* | gcc/ | rsandifo | 2011-08-18 | 1 | -3/+2 |
* | PR target/49864 | rth | 2011-08-02 | 1 | -1/+20 |
* | gcc/ | rsandifo | 2011-07-07 | 1 | -13/+3 |
* | * emit-rtl.c (paradoxical_subreg_p): New function. | bernds | 2011-07-06 | 1 | -6/+2 |
* | PR middle-end/48770 | law | 2011-06-23 | 1 | -7/+19 |
* | PR rtl-optimization/48542 | hp | 2011-06-17 | 1 | -0/+7 |
* | gcc/ | rsandifo | 2011-06-01 | 1 | -24/+42 |
* | gcc/ | rsandifo | 2011-04-21 | 1 | -3/+5 |
* | remove useless if-before-free tests | meyering | 2011-04-20 | 1 | -4/+2 |
* | 2011-04-19 Bernd Schmidt <bernds@codesourcery.com> | rguenth | 2011-04-19 | 1 | -27/+11 |
* | * expr.c (expand_expr_real_1): Use add_to_hard_reg_set function | aesok | 2011-04-09 | 1 | -47/+37 |