summaryrefslogtreecommitdiff
path: root/gcc/reload1.c
Commit message (Expand)AuthorAgeFilesLines
* * cfgrtl.c (can_fallthru): Reorder code to move tablejump check up.steven2013-11-131-1/+2
* gcc:amylaar2013-10-301-29/+44
* PR rtl-optimization/58369law2013-10-301-1/+39
* Fix a miscompilation where a reload reg is reused after it has been clobbered.bernds2013-10-151-0/+8
* gcc/rsandifo2013-09-281-1/+1
* gcc/rsandifo2013-09-271-0/+1
* gcc/rsandifo2013-09-091-1/+3
* gcc/rsandifo2013-09-091-1/+1
* * cfgrtl.c (fixup_reorder_chain): Do not emit barriers to BB_FOOTER.steven2013-03-301-12/+12
* * cfgbuild.c (inside_basic_block_p): Use JUMP_TABLE_DATA_P in lieusteven2013-03-291-6/+4
* * reload1.c (init_reload): Only initialize reload_obstackjakub2013-01-211-2/+5
* Update copyright years in gcc/rsandifo2013-01-101-3/+1
* This patch rewrites the old VEC macro-based interface into a new onednovillo2012-11-181-17/+12
* This patch implements the unification of the *bitmap interfaces as discussed.crowl2012-10-301-1/+1
* PR rtl-optimization/54290ebotcazou2012-09-211-6/+10
* * reload1.c (choose_reload_regs): Add missing #ifdef/#endif pair.ebotcazou2012-09-201-1/+4
* PR rtl-optimization/54290ebotcazou2012-09-191-17/+33
* Remove unnecessary VEC function overloads.dnovillo2012-09-111-6/+3
* 2012-08-23 Kenneth Zadeck <zadeck@naturalbridge.com>zadeck2012-08-231-12/+3
* Merge from cxx-conversion branch (http://gcc.gnu.org/wiki/cxx-conversion).dnovillo2012-08-151-1/+2
* * reload1.c (replaced_subreg, gen_reload): Addbernds2012-08-111-1/+6
* * reload.c (find_valid_class_1): New static function.bernds2012-08-091-9/+19
* gcc/steven2012-07-161-0/+1
* * output.h (__gcc_host_wide_int__): Move to hwint.h.steven2012-05-311-1/+0
* gcc/rsandifo2012-05-051-7/+9
* PR rtl-optimization/52804amker2012-05-041-0/+14
* PR rtl-optimization/52629ebotcazou2012-03-261-9/+15
* gcc/rsandifo2012-02-051-36/+41
* gcc/rsandifo2012-01-241-4/+1
* * passes.c (register_one_dump_file): Free full_name.jakub2012-01-021-2/+5
* PR middle-end/40154amylaar2011-12-091-2/+2
* * doc/tm.texi.in (MODE_CODE_BASE_REG_CLASS): Add address spaceuweigand2011-11-081-2/+4
* * reload1.c (gen_reload): Don't use REGNO on SUBREGs.amodra2011-11-041-2/+2
* PR rtl-optimization/47918jules2011-10-281-0/+4
* PR rtl-optimization/50249bernds2011-09-271-14/+27
* gcc/rsandifo2011-08-181-3/+2
* PR target/49864rth2011-08-021-1/+20
* gcc/rsandifo2011-07-071-13/+3
* * emit-rtl.c (paradoxical_subreg_p): New function.bernds2011-07-061-6/+2
* PR middle-end/48770law2011-06-231-7/+19
* PR rtl-optimization/48542hp2011-06-171-0/+7
* gcc/rsandifo2011-06-011-24/+42
* gcc/rsandifo2011-04-211-3/+5
* remove useless if-before-free testsmeyering2011-04-201-4/+2
* 2011-04-19 Bernd Schmidt <bernds@codesourcery.com>rguenth2011-04-191-27/+11
* * expr.c (expand_expr_real_1): Use add_to_hard_reg_set functionaesok2011-04-091-47/+37
* * reload1.c (elimination_effects): Fix typo in recent change.law2011-03-311-1/+1
* * reload1.c (reload): Fix botch in last change.law2011-03-311-1/+1
* * reload.h (reg_equiv_constant): Move into new structure reg_equivs,law2011-03-301-155/+135
* * basic-block.h (fixup_abnormal_edges): Adjust prototype.ebotcazou2011-03-261-110/+16