aboutsummaryrefslogtreecommitdiff
path: root/gcc/ira-conflicts.c
AgeCommit message (Expand)AuthorFilesLines
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