aboutsummaryrefslogtreecommitdiff
path: root/gcc/ira-conflicts.c
AgeCommit message (Expand)AuthorFilesLines
2013-02-08re PR debug/53948 (Assignment line missing for -O0 -g)Jeff Law1-2/+6
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2012-10-11ira-build.c (ira_loop_tree_body_rev_postorder): New function.Steven Bosscher1-1/+1
2012-07-08mcf.c: Do not include tm.h, tree.h, and langhooks.h.Steven Bosscher1-8/+2
2012-07-08basic-block.h: Re-group most prototypes per file.Steven Bosscher1-0/+1
2012-01-19re PR rtl-optimization/40761 (IRA memory hog for insanely nested loops)Vladimir Makarov1-2/+3
2011-12-09ira-color.c (print_hard_regs_subforest): Use HOST_WIDEST_INT_PRINT_DEC instea...Kai Tietz1-2/+2
2011-11-08tm.texi.in (MODE_CODE_BASE_REG_CLASS): Add address space argument.Ulrich Weigand1-4/+4
2011-07-20target.def (class_max_nregs): New hook.Anatoly Sokolov1-2/+2
2011-05-09re PR rtl-optimization/48927 (Issues with "enable" attribute and IRA register...Uros Bizjak1-5/+8
2011-03-29ira-conflicts.c (build_object_conflicts): Add unused attribute to parent_max.Vladimir Makarov1-1/+1
2011-03-29[multiple changes]Vladimir Makarov1-27/+36
2011-03-28re PR bootstrap/48307 (Bootstrap failure)Vladimir Makarov1-36/+27
2011-03-27[multiple changes]Vladimir Makarov1-27/+36
2010-11-30diagnostic-core.h: Include bversion.h.Joseph Myers1-1/+0
2010-11-09re PR rtl-optimization/46237 (SPECint2006 403.gcc fails with -mzarch -m31)Andreas Krebbel1-0/+17
2010-09-02target.def (class_likely_spilled_p): New hook.Anatoly Sokolov1-1/+2
2010-07-22ira-build.c (ira_create_object): New arg SUBWORD; all callers changed.Bernd Schmidt1-130/+195
2010-07-14ira-int.h (ira_object_conflict_iterator): Rename from ira_allocno_conflict_it...Bernd Schmidt1-4/+4
2010-07-14ira-int.h (struct live_range): Rename allocno member to object and change typ...Bernd Schmidt1-4/+3
2010-07-14ira-int.h (struct ira_object): New.Bernd Schmidt1-102/+130
2010-07-08toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez1-0/+1
2010-06-24ira-int.h (struct live_range, [...]): Renamed from struct ira_allocno_live_ra...Bernd Schmidt1-1/+1
2010-06-24ira-int.h (SET_MINMAX_SET_BIT, [...]): Renamed from SET_ALLOCNO_SET_BIT...Bernd Schmidt1-20/+20
2010-06-24ira-int.h (ira_parent_allocno, [...]): Declare.Bernd Schmidt1-23/+9
2010-05-13ira-conflicts.c (print_allocno_conflicts): New function broken out from...Jeff Law1-50/+54
2010-04-02Make-lang.in, [...]: Update copyright years.Steven Bosscher1-1/+1
2010-02-10ira-conflicts.c (add_insn_allocno_copies): Use find_reg_note instead of loop.Vladimir Makarov1-5/+4
2010-02-10re PR middle-end/42973 (IRA apparently systematically making reload too busy ...Vladimir Makarov1-56/+56
2009-11-25Remove trailing white spaces.H.J. Lu1-8/+8
2009-09-10ira-conflicts.c: Use fputs or putc instead of fprintf where appropriate.Uros Bizjak1-5/+5
2009-09-02invoke.texi (-fvar-tracking-assignments): New.Alexandre Oliva1-1/+1
2009-05-15ira-conflicts.c (add_insn_allocno_copies): Fix wrong conditional.Manuel López-Ibáñez1-1/+1
2009-05-14tm.texi (TARGET_LEGITIMATE_ADDRESS_P): Refer mainly to this in the former doc...Paolo Bonzini1-5/+3
2009-04-28re PR rtl-optimization/39914 (96% performance regression in floating point co...Uros Bizjak1-1/+1
2009-04-16re PR rtl-optimization/39762 (IRA ICE with -msoft-float)Vladimir Makarov1-2/+2
2009-03-12re PR debug/39432 (gdb.base/store.exp failures)Vladimir Makarov1-14/+18
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek1-1/+1
2009-01-14ira-conflicts.c: Include addresses.h for the definition of base_reg_class.Nick Clifton1-2/+3
2009-01-06re PR rtl-optimization/38583 (huge test case makes register allocator run out...Vladimir Makarov1-18/+47
2008-12-09tm.texi (TARGET_IRA_COVER_CLASSES): Modify description.Vladimir Makarov1-9/+25
2008-11-19re PR middle-end/37790 (limits-fnargs.c takes very long time to compile at -O2)Vladimir Makarov1-46/+0
2008-11-10re PR rtl-optimization/37948 (IRA generates slower code)Vladimir Makarov1-7/+10
2008-10-27ira-int.h (ira_allocno): Add member updated_cover_class_cost.Vladimir Makarov1-7/+18
2008-10-27re PR middle-end/37813 (assert with IRA_COVER_CLASSES with singleton)Vladimir Makarov1-2/+0
2008-09-09ira-conflicts.c (process_regs_for_copy): Check that the hard regno is in the ...Vladimir Makarov1-5/+11
2008-09-04ira-conflicts.c (process_regs_for_copy): Check insn to check that the cost is...Vladimir Makarov1-2/+2
2008-09-03re PR middle-end/37243 (IRA causes wrong code generation)Vladimir Makarov1-14/+50
2008-08-26[multiple changes]Vladimir Makarov1-0/+777