aboutsummaryrefslogtreecommitdiff
path: root/gcc/ira-lives.c
AgeCommit message (Expand)AuthorFilesLines
2011-05-09re PR rtl-optimization/48927 (Issues with "enable" attribute and IRA register...Uros Bizjak1-9/+17
2011-03-29[multiple changes]Vladimir Makarov1-69/+88
2011-03-28re PR bootstrap/48307 (Bootstrap failure)Vladimir Makarov1-88/+69
2011-03-27[multiple changes]Vladimir Makarov1-69/+88
2010-11-30diagnostic-core.h: Include bversion.h.Joseph Myers1-1/+0
2010-10-11re PR bootstrap/45445 (ARM bootstrap failure: comparison failures after stage 3)Bernd Schmidt1-40/+61
2010-08-14re PR target/43358 (IRA: internal compiler error: in pool_free, at alloc-pool...Richard Sandiford1-21/+35
2010-08-10ira-live.c: Include sbitmap.h.Vladimir Makarov1-10/+29
2010-07-22ira-build.c (ira_create_object): New arg SUBWORD; all callers changed.Bernd Schmidt1-106/+238
2010-07-14ira-int.h (struct live_range): Rename allocno member to object and change typ...Bernd Schmidt1-27/+27
2010-07-14ira-int.h (struct ira_object): New.Bernd Schmidt1-12/+17
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-14/+14
2010-06-24ira-build.c (merge_hard_reg_conflicts): New function.Bernd Schmidt1-201/+146
2010-04-20re PR rtl-optimization/43520 (gcc.dg/pr43058.c uses way too memory on ia64)James E. Wilson1-0/+3
2010-04-02Make-lang.in, [...]: Update copyright years.Steven Bosscher1-1/+1
2010-03-19re PR rtl-optimization/42258 (redundant register move around mul instruction)Bernd Schmidt1-0/+18
2010-03-09ira-lives.c (check_and_make_def_use_conflict): Don't fall out array boundary.Jie Zhang1-1/+1
2009-11-28ira-color.c (put_allocno_into_bucket): Remove set but not used local variable...David Binderman1-2/+1
2009-11-25Remove trailing white spaces.H.J. Lu1-38/+38
2009-11-23ipa-cp.c (ipcp_compute_node_scale): Work around completely wrong profile upda...Jan Hubicka1-1/+1
2009-10-22ira-lives.c (process_single_reg_class_operands): Update the hard reg costs fo...Jeff Law1-4/+7
2009-10-07re PR middle-end/22072 (bizarre code for int*int/2 for -Os)Vladimir Makarov1-2/+2
2009-09-02invoke.texi (-fsched-pressure): Document it.Vladimir Makarov1-3/+62
2009-09-02invoke.texi (-fvar-tracking-assignments): New.Alexandre Oliva1-1/+1
2009-07-22re PR target/37488 (register allocation spills floats needlessly)Vladimir Makarov1-1/+17
2009-06-22alias.c: Use REG_P...Shujing Zhao1-6/+6
2009-04-16re PR rtl-optimization/39762 (IRA ICE with -msoft-float)Vladimir Makarov1-4/+5
2009-04-03revert: reload.c (push_reload, [...]): Use df_get_live_out instead of DF_LR_OUT.Vladimir Makarov1-1/+1
2009-03-30reload.c (push_reload, [...]): Use df_get_live_out instead of DF_LR_OUT.Vladimir Makarov1-1/+1
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek1-1/+1
2009-01-14re PR target/38811 (internal compiler error: in compensate_edge, at reg-stack...Vladimir Makarov1-0/+8
2008-12-09tm.texi (TARGET_IRA_COVER_CLASSES): Modify description.Vladimir Makarov1-73/+113
2008-11-11ira-lives.c (process_bb_node_lives): Restore EH_RETURN_DATA_REGNO handling.Eric Botcazou1-7/+12
2008-10-27ira-int.h (ira_allocno): Add member updated_cover_class_cost.Vladimir Makarov1-3/+37
2008-10-27re PR middle-end/37813 (assert with IRA_COVER_CLASSES with singleton)Vladimir Makarov1-4/+3
2008-10-16re PR middle-end/37535 (gcc/libgcc2.c:404: internal compiler error: Floating ...Vladimir Makarov1-30/+171
2008-10-11re PR middle-end/37448 (cannot compile big function)Kenneth Zadeck1-4/+4
2008-10-06re PR middle-end/37535 (gcc/libgcc2.c:404: internal compiler error: Floating ...Vladimir Makarov1-38/+104
2008-09-272008-09-26 Vladimir Makarov <vmakarov@redhat.com>Vladimir Makarov1-87/+38
2008-09-26re PR middle-end/37535 (gcc/libgcc2.c:404: internal compiler error: Floating ...Vladimir Makarov1-38/+87
2008-09-26re PR middle-end/37448 (cannot compile big function)Vladimir Makarov1-0/+59
2008-09-04re PR middle-end/37359 (IRA miscompiled transfer.o in libgfortran, sejmp)Vladimir Makarov1-3/+6
2008-09-04re PR middle-end/37243 (IRA causes wrong code generation)Richard Sandiford1-200/+149
2008-08-26[multiple changes]Vladimir Makarov1-0/+967