aboutsummaryrefslogtreecommitdiff
path: root/gcc/ira.c
AgeCommit message (Expand)AuthorFilesLines
2011-11-23re PR rtl-optimization/48455 (Huge code size regression for all ARM configura...Vladimir Makarov1-3/+2
2011-08-23ira.c (ira_init_register_move_cost): Check small subclasses through ira_reg_c...Vladimir Makarov1-1/+1
2011-08-19re PR rtl-optimization/49936 (IRA handles CANNOT_CHANGE_MODE_CLASS poorly, + ...Vladimir Makarov1-0/+4
2011-08-18re PR rtl-optimization/50107 ([IRA, i386] allocates registers in very non-opt...Vladimir Makarov1-9/+9
2011-07-20target.def (class_max_nregs): New hook.Anatoly Sokolov1-1/+1
2011-06-23re PR middle-end/48770 (wrong code with -O -fprofile-arcs -fPIC -fno-dce -fno...Jeff Law1-2/+7
2011-06-14dumping cleanup phase 1 -- Removing TODO_dump_funcDavid Li1-1/+0
2011-05-26re PR rtl-optimization/49154 (build fails on cris-elf in libgcc: ICE in setup...Vladimir Makarov1-1/+6
2011-05-24re PR rtl-optimization/48971 (ICE with -msoft-float -O2)Vladimir Makarov1-35/+61
2011-05-12ira.c (clarify_prohibited_class_mode_regs): Prevent the function from accessi...Hariharan Sandanagobalane1-0/+6
2011-05-01reginfo.c (memory_move_cost): Change rclass argument type form 'enum reg_clas...Anatoly Sokolov1-2/+2
2011-04-20remove useless if-before-free testsJim Meyering1-12/+6
2011-04-11re PR middle-end/48464 (@171649: ICE in setup_pressure_classes, at ira.c:877)Vladimir Makarov1-2/+2
2011-04-09expr.c (expand_expr_real_1): Use add_to_hard_reg_set function instead of loop.Anatoly Sokolov1-10/+4
2011-04-04re PR target/48380 (ICE in postreload.c while building trunk)Vladimir Makarov1-5/+4
2011-03-30reload.h (reg_equiv_constant): Move into new structure reg_equivs, define acc...Jeff Law1-40/+27
2011-03-29[multiple changes]Vladimir Makarov1-343/+778
2011-03-28re PR bootstrap/48307 (Bootstrap failure)Vladimir Makarov1-778/+343
2011-03-27[multiple changes]Vladimir Makarov1-343/+778
2011-03-08re PR debug/47881 (-fcompare-debug failure (length) with -O -fno-dce -funroll...Jakub Jelinek1-2/+3
2011-02-18re PR rtl-optimization/46178 (gcc.target/i386/(u)divmod-[58].c FAIL: ICE: in ...Chung-Lin Tang1-13/+5
2010-12-21re PR rtl-optimization/46755 (ICE: in calc_dfs_tree, at dominance.c:395 with -O)Steven Bosscher1-1/+2
2010-12-09rtl.h (invalid_mode_change_p): Adjust prototype.Richard Guenther1-2/+0
2010-12-06ira.c (update_equiv_regs): Prohibit move insns if pressure-sensitive scheduli...Vladimir Makarov1-1/+7
2010-11-04ira.c (validate_equiv_mem): Remove code to avoid invalidation of readonly mem...Jeff Law1-2/+6
2010-10-14ira.c (setup_class_hard_regs): Fix typo in indexing ira_non_ordered_class_har...Vladimir Makarov1-2/+2
2010-10-04common.opt (fira-coalesce): Remove.Vladimir Makarov1-2/+0
2010-09-29optc-gen.awk: Generate global_options initializer instead of individual varia...Joseph Myers1-1/+1
2010-09-09re PR middle-end/44554 (Stack space after sigsetjmp is reused)Vladimir Makarov1-2/+5
2010-09-09re PR middle-end/40386 (wrong code generation for several SPEC CPU2000 benchm...Vladimir Makarov1-2/+1
2010-09-02target.def (class_likely_spilled_p): New hook.Anatoly Sokolov1-1/+1
2010-08-05From Martin Thuresson <martint@google.com>Bernd Schmidt1-2/+2
2010-07-27rtl.def (DEBUG_INSN, [...]): Swap operands 4 and 5.Bernd Schmidt1-1/+1
2010-07-22ira.c (check_allocation): Correctly handle the case where an allocno with two...Bernd Schmidt1-10/+15
2010-07-22ira-build.c (ira_create_object): New arg SUBWORD; all callers changed.Bernd Schmidt1-21/+51
2010-07-14ira-int.h (ira_object_conflict_iterator): Rename from ira_allocno_conflict_it...Bernd Schmidt1-19/+26
2010-07-14ira-int.h (struct ira_object): New.Bernd Schmidt1-1/+3
2010-07-12ira-int.h (target_ira_int): Add x_ira_prohibited_mode_move_regs and...Richard Sandiford1-8/+2
2010-07-12Makefile.in (target-globals.o): Depend on $(IRA_INT_H).Richard Sandiford1-146/+17
2010-07-08toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez1-1/+1
2010-06-30re PR middle-end/44566 (configuration with multiple targets / backends is not...Joern Rennecke1-1/+1
2010-06-27target.h (struct gcc_target): Add register_move_cost field.Anatoly Sokolov1-1/+1
2010-06-24* ira.c (allocno_pool, copy_pool, allocno_live_range_pool): Delete.Bernd Schmidt1-3/+0
2010-06-17re PR rtl-optimization/39871 (Code size increase on ARM due to poor register ...Bernd Schmidt1-6/+2
2010-06-08utils.c (init_gnat_to_gnu): Use typed GC allocation.Laurynas Biveinis1-3/+2
2010-06-05target.h (struct gcc_target): Add memory_move_cost field.Anatoly Sokolov1-6/+7
2010-06-04re PR rtl-optimization/39871 (Code size increase on ARM due to poor register ...Bernd Schmidt1-7/+15
2010-05-28ira.c (ira_bad_reload_regno, [...]): New functions.Jeff Law1-0/+40
2010-05-24gengtype-lex.l: Add HARD_REG_SET.Paul Brook1-15/+8
2010-05-22coretypes.h (struct simple_bitmap_def, [...]): New core types.Steven Bosscher1-2/+2