summaryrefslogtreecommitdiff
path: root/gcc/ira-lives.c
Commit message (Expand)AuthorAgeFilesLines
* re PR rtl-optimization/40761 (IRA memory hog for insanely nested loops)Vladimir Makarov2012-01-191-1/+1
* ira-lives.c (mark_pseudo_regno_subword_live): Use allocno class for ira_reg_c...Vladimir Makarov2011-08-211-7/+7
* re PR rtl-optimization/48927 (Issues with "enable" attribute and IRA register...Uros Bizjak2011-05-091-9/+17
* [multiple changes]Vladimir Makarov2011-03-291-69/+88
* re PR bootstrap/48307 (Bootstrap failure)Vladimir Makarov2011-03-281-88/+69
* [multiple changes]Vladimir Makarov2011-03-271-69/+88
* diagnostic-core.h: Include bversion.h.Joseph Myers2010-11-301-1/+0
* re PR bootstrap/45445 (ARM bootstrap failure: comparison failures after stage 3)Bernd Schmidt2010-10-111-40/+61
* re PR target/43358 (IRA: internal compiler error: in pool_free, at alloc-pool...Richard Sandiford2010-08-141-21/+35
* ira-live.c: Include sbitmap.h.Vladimir Makarov2010-08-101-10/+29
* ira-build.c (ira_create_object): New arg SUBWORD; all callers changed.Bernd Schmidt2010-07-221-106/+238
* ira-int.h (struct live_range): Rename allocno member to object and change typ...Bernd Schmidt2010-07-141-27/+27
* ira-int.h (struct ira_object): New.Bernd Schmidt2010-07-141-12/+17
* 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-14/+14
* ira-build.c (merge_hard_reg_conflicts): New function.Bernd Schmidt2010-06-241-201/+146
* re PR rtl-optimization/43520 (gcc.dg/pr43058.c uses way too memory on ia64)James E. Wilson2010-04-201-0/+3
* Make-lang.in, [...]: Update copyright years.Steven Bosscher2010-04-021-1/+1
* re PR rtl-optimization/42258 (redundant register move around mul instruction)Bernd Schmidt2010-03-191-0/+18
* ira-lives.c (check_and_make_def_use_conflict): Don't fall out array boundary.Jie Zhang2010-03-091-1/+1
* ira-color.c (put_allocno_into_bucket): Remove set but not used local variable...David Binderman2009-11-281-2/+1
* Remove trailing white spaces.H.J. Lu2009-11-251-38/+38
* ipa-cp.c (ipcp_compute_node_scale): Work around completely wrong profile upda...Jan Hubicka2009-11-231-1/+1
* ira-lives.c (process_single_reg_class_operands): Update the hard reg costs fo...Jeff Law2009-10-221-4/+7
* re PR middle-end/22072 (bizarre code for int*int/2 for -Os)Vladimir Makarov2009-10-071-2/+2
* invoke.texi (-fsched-pressure): Document it.Vladimir Makarov2009-09-021-3/+62
* invoke.texi (-fvar-tracking-assignments): New.Alexandre Oliva2009-09-021-1/+1
* re PR target/37488 (register allocation spills floats needlessly)Vladimir Makarov2009-07-221-1/+17
* alias.c: Use REG_P...Shujing Zhao2009-06-221-6/+6
* re PR rtl-optimization/39762 (IRA ICE with -msoft-float)Vladimir Makarov2009-04-161-4/+5
* revert: reload.c (push_reload, [...]): Use df_get_live_out instead of DF_LR_OUT.Vladimir Makarov2009-04-031-1/+1
* reload.c (push_reload, [...]): Use df_get_live_out instead of DF_LR_OUT.Vladimir Makarov2009-03-301-1/+1
* Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek2009-02-201-1/+1
* re PR target/38811 (internal compiler error: in compensate_edge, at reg-stack...Vladimir Makarov2009-01-141-0/+8
* tm.texi (TARGET_IRA_COVER_CLASSES): Modify description.Vladimir Makarov2008-12-091-73/+113
* ira-lives.c (process_bb_node_lives): Restore EH_RETURN_DATA_REGNO handling.Eric Botcazou2008-11-111-7/+12
* ira-int.h (ira_allocno): Add member updated_cover_class_cost.Vladimir Makarov2008-10-271-3/+37
* re PR middle-end/37813 (assert with IRA_COVER_CLASSES with singleton)Vladimir Makarov2008-10-271-4/+3
* re PR middle-end/37535 (gcc/libgcc2.c:404: internal compiler error: Floating ...Vladimir Makarov2008-10-161-30/+171
* re PR middle-end/37448 (cannot compile big function)Kenneth Zadeck2008-10-111-4/+4
* re PR middle-end/37535 (gcc/libgcc2.c:404: internal compiler error: Floating ...Vladimir Makarov2008-10-061-38/+104
* 2008-09-26 Vladimir Makarov <vmakarov@redhat.com>Vladimir Makarov2008-09-271-87/+38
* re PR middle-end/37535 (gcc/libgcc2.c:404: internal compiler error: Floating ...Vladimir Makarov2008-09-261-38/+87
* re PR middle-end/37448 (cannot compile big function)Vladimir Makarov2008-09-261-0/+59
* re PR middle-end/37359 (IRA miscompiled transfer.o in libgfortran, sejmp)Vladimir Makarov2008-09-041-3/+6
* re PR middle-end/37243 (IRA causes wrong code generation)Richard Sandiford2008-09-041-200/+149
* [multiple changes]Vladimir Makarov2008-08-261-0/+967