summaryrefslogtreecommitdiff
path: root/gcc/ira-emit.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* Eliminate FOR_EACH_BB macro.David Malcolm2013-12-091-7/+7
* Eliminate last_basic_block macro.David Malcolm2013-12-091-4/+6
* Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm2013-11-191-2/+2
* function.h (loops_for_fn): New inline function.Richard Biener2013-04-301-1/+1
* cfgloop.c (verify_loop_structure): Properly handle a loop exiting to another ...Richard Biener2013-02-081-1/+1
* Update copyright years in gcc/Richard Sandiford2013-01-101-2/+1
* Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek2013-01-041-1/+1
* This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo2012-11-171-27/+22
* re PR bootstrap/55068 (AIX bootstrap in push_reload() after LRA merge)Vladimir Makarov2012-10-251-1/+2
* dbxout.c (dbxout_symbol_location): Pass new argument to alter_subreg.Vladimir Makarov2012-10-231-16/+21
* re PR rtl-optimization/38711 (ira should not be using df-lr except at -O1.)Steven Bosscher2012-10-141-5/+9
* system.h (dump_file): Do not define.Steven Bosscher2012-07-161-2/+0
* output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher2012-05-311-1/+0
* ira.h (target_ira): Delete x_ira_available_class_regs.Richard Sandiford2012-05-311-1/+1
* LANGUAGES: Fix typos.Joseph Myers2012-05-291-2/+2
* dbgcnt.def (ira_move): New counter.Bernd Schmidt2012-04-121-5/+5
* re PR rtl-optimization/40761 (IRA memory hog for insanely nested loops)Vladimir Makarov2012-01-191-2/+4
* Remove doubled up words.Mike Stump2011-04-101-1/+1
* re PR target/48380 (ICE in postreload.c while building trunk)Vladimir Makarov2011-04-041-7/+29
* [multiple changes]Vladimir Makarov2011-03-291-46/+165
* re PR bootstrap/48307 (Bootstrap failure)Vladimir Makarov2011-03-281-165/+46
* [multiple changes]Vladimir Makarov2011-03-271-46/+165
* re PR fortran/42169 (gfortran.dg/pr41928.f90:47: internal compiler error: in ...Vladimir Makarov2010-10-201-1/+2
* vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd2010-08-201-1/+1
* cfgloop.c (get_loop_body_in_bfs_order): Avoid redundant call to bitmap_bit_p.Nathan Froyd2010-08-191-2/+1
* ira-build.c (ira_create_object): New arg SUBWORD; all callers changed.Bernd Schmidt2010-07-221-55/+81
* ira-int.h (struct live_range): Rename allocno member to object and change typ...Bernd Schmidt2010-07-141-11/+15
* ira-int.h (struct ira_object): New.Bernd Schmidt2010-07-141-14/+22
* ira-int.h (struct live_range, [...]): Renamed from struct ira_allocno_live_ra...Bernd Schmidt2010-06-241-1/+1
* dbgcnt.c: Include toplev.h instead of errors.h.Joseph Myers2010-05-221-2/+1
* Remove trailing white spaces.H.J. Lu2009-11-251-4/+4
* re PR rtl-optimization/39762 (IRA ICE with -msoft-float)Vladimir Makarov2009-04-161-1/+2
* revert: reload.c (push_reload, [...]): Use df_get_live_out instead of DF_LR_OUT.Vladimir Makarov2009-04-031-6/+5
* reload.c (push_reload, [...]): Use df_get_live_out instead of DF_LR_OUT.Vladimir Makarov2009-03-301-5/+6
* Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek2009-02-201-1/+1
* re PR rtl-optimization/38495 (ACATS tests cxa4004 cxa4005 cxa4026 fail)Vladimir Makarov2009-01-091-13/+40
* tm.texi (TARGET_IRA_COVER_CLASSES): Modify description.Vladimir Makarov2008-12-091-0/+9
* re PR bootstrap/37859 (Bootstrap failure on mips64octeon-unknown-linux-gnu)Vladimir Makarov2008-11-191-13/+78
* re PR rtl-optimization/37948 (IRA generates slower code)Vladimir Makarov2008-11-101-1/+1
* ira-emit.c (change_regs): Return false when replacing reg by itself.Jan Hubicka2008-10-151-1/+5
* re PR rtl-optimization/37377 (Bootstrap failure compiling libgcc)Vladimir Makarov2008-09-121-3/+5
* re PR middle-end/37243 (IRA causes wrong code generation)Vladimir Makarov2008-09-031-1/+1
* [multiple changes]Vladimir Makarov2008-08-261-0/+1019