summaryrefslogtreecommitdiff
path: root/gcc/ira-build.c
Commit message (Expand)AuthorAgeFilesLines
* re PR rtl-optimization/40761 (IRA memory hog for insanely nested loops)Vladimir Makarov2012-01-191-67/+95
* re PR other/50775 (Register allocator sets up frame and frame pointer with lo...Vladimir Makarov2011-12-051-1/+0
* re PR rtl-optimization/48757 (internal compiler error: in compensate_edge, at...Vladimir Makarov2011-05-251-4/+11
* [multiple changes]Vladimir Makarov2011-05-241-4/+28
* reginfo.c (memory_move_cost): Change rclass argument type form 'enum reg_clas...Anatoly Sokolov2011-05-011-9/+10
* [multiple changes]Vladimir Makarov2011-03-291-161/+188
* re PR bootstrap/48307 (Bootstrap failure)Vladimir Makarov2011-03-281-188/+161
* [multiple changes]Vladimir Makarov2011-03-271-161/+188
* diagnostic-core.h: Include bversion.h.Joseph Myers2010-11-301-1/+0
* vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd2010-08-201-8/+8
* ira-int.h (ira_remove_allocno_copy_from_list): Remove.Vladimir Makarov2010-08-111-42/+0
* ira-build.c (ira_create_object): New arg SUBWORD; all callers changed.Bernd Schmidt2010-07-221-136/+272
* ira-int.h (struct live_range): Rename allocno member to object and change typ...Bernd Schmidt2010-07-141-57/+63
* ira-int.h (struct ira_object): New.Bernd Schmidt2010-07-141-195/+264
* toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez2010-07-081-0/+1
* ira-int.h (struct live_range, [...]): Renamed from struct ira_allocno_live_ra...Bernd Schmidt2010-06-241-34/+32
* ira-int.h (SET_MINMAX_SET_BIT, [...]): Renamed from SET_ALLOCNO_SET_BIT...Bernd Schmidt2010-06-241-1/+1
* ira-int.h (ira_parent_allocno, [...]): Declare.Bernd Schmidt2010-06-241-10/+33
* ira-build.c (merge_hard_reg_conflicts): New function.Bernd Schmidt2010-06-241-81/+68
* fwprop.c: Make emit-rtl.h include last.Jan Hubicka2010-06-011-0/+1
* ira-build.c (update_conflict_hard_reg_costs): New.Vladimir Makarov2010-05-251-1/+40
* Nullify regno_allocno_map of the removed allocno.H.J. Lu2010-05-101-0/+4
* Remove trailing white spaces.H.J. Lu2009-11-251-14/+14
* invoke.texi (-fvar-tracking-assignments): New.Alexandre Oliva2009-09-021-1/+1
* ira-build.c (copy_info_to_removed_store_destinations): Initialize parent_a.Ian Lance Taylor2009-06-161-1/+2
* revert: reload.c (push_reload, [...]): Use df_get_live_out instead of DF_LR_OUT.Vladimir Makarov2009-04-031-3/+3
* ira-int.h (ira_allocno): Rename left_conflicts_num to left_conflicts_size.Vladimir Makarov2009-03-301-1/+1
* reload.c (push_reload, [...]): Use df_get_live_out instead of DF_LR_OUT.Vladimir Makarov2009-03-301-3/+3
* Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek2009-02-201-1/+1
* re PR rtl-optimization/38583 (huge test case makes register allocator run out...Vladimir Makarov2009-01-061-48/+177
* tm.texi (TARGET_IRA_COVER_CLASSES): Modify description.Vladimir Makarov2008-12-091-10/+17
* re PR rtl-optimization/38280 (Revision 142207 breaks 416.gamess/481.wrf in SP...Vladimir Makarov2008-12-021-71/+143
* invoke.texi (ira-max-loops-num): Change semantics.Vladimir Makarov2008-11-251-14/+76
* re PR bootstrap/37859 (Bootstrap failure on mips64octeon-unknown-linux-gnu)Vladimir Makarov2008-11-191-17/+11
* re PR middle-end/37790 (limits-fnargs.c takes very long time to compile at -O2)Vladimir Makarov2008-11-191-91/+119
* re PR rtl-optimization/37397 (IRA performance impact on SPEC CPU 2K/2006)Vladimir Makarov2008-11-141-0/+70
* re PR rtl-optimization/37948 (IRA generates slower code)Vladimir Makarov2008-11-101-6/+12
* ira-int.h (ira_allocno): Add member updated_cover_class_cost.Vladimir Makarov2008-10-271-5/+3
* re PR middle-end/37884 (Bootstrap failure due to miscompilation of tree-vrp.c)Vladimir Makarov2008-10-271-5/+12
* re PR middle-end/37674 (Bootstrap failure due to miscompilation of genattrtab)Vladimir Makarov2008-10-161-22/+19
* re PR middle-end/37448 (cannot compile big function)Vladimir Makarov2008-09-261-0/+3
* re PR rtl-optimization/37377 (Bootstrap failure compiling libgcc)Vladimir Makarov2008-09-121-62/+60
* re PR rtl-optimization/37333 (ICE in ira_flattening, at ira-build.c:2146)Vladimir Makarov2008-09-091-1/+1
* ira-conflicts.c (process_regs_for_copy): Check insn to check that the cost is...Vladimir Makarov2008-09-041-0/+36
* re PR middle-end/37243 (IRA causes wrong code generation)Richard Sandiford2008-09-041-2/+2
* re PR middle-end/37243 (IRA causes wrong code generation)Vladimir Makarov2008-09-031-20/+16
* [multiple changes]Vladimir Makarov2008-08-261-0/+2449