summaryrefslogtreecommitdiff
path: root/gcc/ira-conflicts.c
Commit message (Expand)AuthorAgeFilesLines
* target.def (class_max_nregs): New hook.Anatoly Sokolov2011-07-201-2/+2
* re PR rtl-optimization/48927 (Issues with "enable" attribute and IRA register...Uros Bizjak2011-05-091-5/+8
* ira-conflicts.c (build_object_conflicts): Add unused attribute to parent_max.Vladimir Makarov2011-03-291-1/+1
* [multiple changes]Vladimir Makarov2011-03-291-27/+36
* re PR bootstrap/48307 (Bootstrap failure)Vladimir Makarov2011-03-281-36/+27
* [multiple changes]Vladimir Makarov2011-03-271-27/+36
* diagnostic-core.h: Include bversion.h.Joseph Myers2010-11-301-1/+0
* re PR rtl-optimization/46237 (SPECint2006 403.gcc fails with -mzarch -m31)Andreas Krebbel2010-11-091-0/+17
* target.def (class_likely_spilled_p): New hook.Anatoly Sokolov2010-09-021-1/+2
* ira-build.c (ira_create_object): New arg SUBWORD; all callers changed.Bernd Schmidt2010-07-221-130/+195
* ira-int.h (ira_object_conflict_iterator): Rename from ira_allocno_conflict_it...Bernd Schmidt2010-07-141-4/+4
* ira-int.h (struct live_range): Rename allocno member to object and change typ...Bernd Schmidt2010-07-141-4/+3
* ira-int.h (struct ira_object): New.Bernd Schmidt2010-07-141-102/+130
* 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-1/+1
* ira-int.h (SET_MINMAX_SET_BIT, [...]): Renamed from SET_ALLOCNO_SET_BIT...Bernd Schmidt2010-06-241-20/+20
* ira-int.h (ira_parent_allocno, [...]): Declare.Bernd Schmidt2010-06-241-23/+9
* ira-conflicts.c (print_allocno_conflicts): New function broken out from...Jeff Law2010-05-131-50/+54
* Make-lang.in, [...]: Update copyright years.Steven Bosscher2010-04-021-1/+1
* ira-conflicts.c (add_insn_allocno_copies): Use find_reg_note instead of loop.Vladimir Makarov2010-02-101-5/+4
* re PR middle-end/42973 (IRA apparently systematically making reload too busy ...Vladimir Makarov2010-02-101-56/+56
* Remove trailing white spaces.H.J. Lu2009-11-251-8/+8
* ira-conflicts.c: Use fputs or putc instead of fprintf where appropriate.Uros Bizjak2009-09-101-5/+5
* invoke.texi (-fvar-tracking-assignments): New.Alexandre Oliva2009-09-021-1/+1
* ira-conflicts.c (add_insn_allocno_copies): Fix wrong conditional.Manuel López-Ibáñez2009-05-151-1/+1
* tm.texi (TARGET_LEGITIMATE_ADDRESS_P): Refer mainly to this in the former doc...Paolo Bonzini2009-05-141-5/+3
* re PR rtl-optimization/39914 (96% performance regression in floating point co...Uros Bizjak2009-04-281-1/+1
* re PR rtl-optimization/39762 (IRA ICE with -msoft-float)Vladimir Makarov2009-04-161-2/+2
* re PR debug/39432 (gdb.base/store.exp failures)Vladimir Makarov2009-03-121-14/+18
* Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek2009-02-201-1/+1
* ira-conflicts.c: Include addresses.h for the definition of base_reg_class.Nick Clifton2009-01-141-2/+3
* re PR rtl-optimization/38583 (huge test case makes register allocator run out...Vladimir Makarov2009-01-061-18/+47
* tm.texi (TARGET_IRA_COVER_CLASSES): Modify description.Vladimir Makarov2008-12-091-9/+25
* re PR middle-end/37790 (limits-fnargs.c takes very long time to compile at -O2)Vladimir Makarov2008-11-191-46/+0
* re PR rtl-optimization/37948 (IRA generates slower code)Vladimir Makarov2008-11-101-7/+10
* ira-int.h (ira_allocno): Add member updated_cover_class_cost.Vladimir Makarov2008-10-271-7/+18
* re PR middle-end/37813 (assert with IRA_COVER_CLASSES with singleton)Vladimir Makarov2008-10-271-2/+0
* ira-conflicts.c (process_regs_for_copy): Check that the hard regno is in the ...Vladimir Makarov2008-09-091-5/+11
* ira-conflicts.c (process_regs_for_copy): Check insn to check that the cost is...Vladimir Makarov2008-09-041-2/+2
* re PR middle-end/37243 (IRA causes wrong code generation)Vladimir Makarov2008-09-031-14/+50
* [multiple changes]Vladimir Makarov2008-08-261-0/+777