aboutsummaryrefslogtreecommitdiff
path: root/gcc/ira.c
AgeCommit message (Expand)AuthorFilesLines
2012-08-23alias.c (rtx_equal_for_memref_p): Convert constant cases.Kenneth Zadeck1-16/+4
2012-08-14re PR middle-end/53411 (ICE in move_unallocated_pseudos)Jakub Jelinek1-3/+3
2012-08-13basic-block.h (struct basic_block): Remove loop_depth member, move flags and ...Richard Guenther1-2/+2
2012-08-08re PR middle-end/54146 (Very slow compile with attribute((flatten)))Steven Bosscher1-20/+19
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-1/+0
2012-06-24output.h: (current_function_is_leaf...Steven Bosscher1-1/+1
2012-06-04ira-int.h (struct target_ira_int): Add member x_ira_uniform_class_p.Vladimir Makarov1-5/+63
2012-05-31ira-int.h (target_ira_int): Rename x_move_cost to x_ira_register_move_cost...Richard Sandiford1-140/+42
2012-05-31ira.c (init_move_cost): Adjust choice of subclasses to match the current ira_...Richard Sandiford1-25/+21
2012-05-31ira.c (setup_allocno_and_important_classes): Use ira_class_hard_regs_num to c...Richard Sandiford1-41/+26
2012-05-31ira.c (init_move_cost): Adjust local variable names to match file conventions.Richard Sandiford1-45/+47
2012-05-31regs.h (move_table, [...]): Move these definitions and associated target_glob...Richard Sandiford1-2/+110
2012-05-31ira.h (target_ira): Delete x_ira_available_class_regs.Richard Sandiford1-21/+3
2012-05-30* ira.c (allocate_initial_values): Make static.Steven Bosscher1-1/+1
2012-05-29integrate.c: Remove.Steven Bosscher1-2/+50
2012-05-16ira.c (pseudo_move_insn): Delete.Richard Sandiford1-14/+12
2012-05-15ira.c (find_moveable_pseudos): Skip registers whose DF_REG_EQ_USE_COUNT is no...Bernd Schmidt1-0/+1
2012-05-14attribs.c (decl_attributes): Avoid emitting a warning if ATTR_FLAG_BUILT_IN.Bernd Schmidt1-0/+2
2012-05-10re PR rtl-optimization/53125 (Very slow compilation on SPARC)Vladimir Makarov1-2/+10
2012-05-01ira.c (allocated_reg_info_size): New static variable.Bernd Schmidt1-9/+10
2012-04-26re PR middle-end/52997 (FAIL: gcc.dg/c99-intconst-1.c (internal compiler error))Bernd Schmidt1-1/+2
2012-04-12dbgcnt.def (ira_move): New counter.Bernd Schmidt1-1/+518
2012-04-11Remove TODO_dump_func completelyXinliang David Li1-2/+2
2012-02-21ira.c (check_allocation): Use REG_WORDS_BIG_ENDIAN, not WORDS_BIG_ENDIAN.Bernd Schmidt1-3/+3
2012-01-24rtl.h (true_dependence, [...]): Remove varies parameter.Richard Sandiford1-2/+2
2012-01-19re PR rtl-optimization/40761 (IRA memory hog for insanely nested loops)Vladimir Makarov1-8/+13
2012-01-17ira.c (do_reload): Make sure ira_dump_file is re-set if no reload dump is req...Andreas Krebbel1-1/+1
2011-12-22tree-pass.h (pass_reload): Declare.Bernd Schmidt1-27/+48
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