summaryrefslogtreecommitdiff
path: root/gcc/ira.c
Commit message (Expand)AuthorAgeFilesLines
* re PR bootstrap/54128 (GCC does not bootstrap on little endian mips due to mi...Steve Ellcey2012-12-211-2/+2
* rtl.h (debug_bb_n_slim, [...]): Remove prototypes.Steven Bosscher2012-11-271-1/+1
* This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo2012-11-171-8/+8
* This patch normalizes more bitmap function names.Lawrence Crowl2012-11-011-2/+2
* invoke.texi: Update -fopt-info documentation.Sharad Singhai2012-11-011-0/+2
* This patch implements the unification of the *bitmap interfaces as discussed.Lawrence Crowl2012-10-301-3/+3
* re PR rtl-optimization/38711 (ira should not be using df-lr except at -O1.)Steven Bosscher2012-10-281-0/+16
* re PR bootstrap/55068 (AIX bootstrap in push_reload() after LRA merge)Vladimir Makarov2012-10-251-0/+1
* dbxout.c (dbxout_symbol_location): Pass new argument to alter_subreg.Vladimir Makarov2012-10-231-155/+429
* common.opt (flag_ira_hoist_pressure): New.Bin Cheng2012-10-191-1/+1
* re PR rtl-optimization/38711 (ira should not be using df-lr except at -O1.)Steven Bosscher2012-10-141-18/+19
* ira.c (ira): Set current_loops to &ira_loops before recording loop exits.Steven Bosscher2012-10-131-2/+8
* ira-int.h (target_ira_int): Add x_ira_useful_class_mode_regs.Richard Sandiford2012-10-021-19/+26
* ira.h (target_ira): Add x_ira_class_singleton.Richard Sandiford2012-10-021-2/+14
* ira.c (setup_pressure_classes): Handle synonymous classes.Richard Sandiford2012-09-101-1/+1
* alias.c (rtx_equal_for_memref_p): Convert constant cases.Kenneth Zadeck2012-08-231-16/+4
* re PR middle-end/53411 (ICE in move_unallocated_pseudos)Jakub Jelinek2012-08-141-3/+3
* basic-block.h (struct basic_block): Remove loop_depth member, move flags and ...Richard Guenther2012-08-131-2/+2
* re PR middle-end/54146 (Very slow compile with attribute((flatten)))Steven Bosscher2012-08-081-20/+19
* system.h (dump_file): Do not define.Steven Bosscher2012-07-161-1/+0
* output.h: (current_function_is_leaf...Steven Bosscher2012-06-241-1/+1
* ira-int.h (struct target_ira_int): Add member x_ira_uniform_class_p.Vladimir Makarov2012-06-041-5/+63
* ira-int.h (target_ira_int): Rename x_move_cost to x_ira_register_move_cost...Richard Sandiford2012-05-311-140/+42
* ira.c (init_move_cost): Adjust choice of subclasses to match the current ira_...Richard Sandiford2012-05-311-25/+21
* ira.c (setup_allocno_and_important_classes): Use ira_class_hard_regs_num to c...Richard Sandiford2012-05-311-41/+26
* ira.c (init_move_cost): Adjust local variable names to match file conventions.Richard Sandiford2012-05-311-45/+47
* regs.h (move_table, [...]): Move these definitions and associated target_glob...Richard Sandiford2012-05-311-2/+110
* ira.h (target_ira): Delete x_ira_available_class_regs.Richard Sandiford2012-05-311-21/+3
* * ira.c (allocate_initial_values): Make static.Steven Bosscher2012-05-301-1/+1
* integrate.c: Remove.Steven Bosscher2012-05-291-2/+50
* ira.c (pseudo_move_insn): Delete.Richard Sandiford2012-05-161-14/+12
* ira.c (find_moveable_pseudos): Skip registers whose DF_REG_EQ_USE_COUNT is no...Bernd Schmidt2012-05-151-0/+1
* attribs.c (decl_attributes): Avoid emitting a warning if ATTR_FLAG_BUILT_IN.Bernd Schmidt2012-05-141-0/+2
* re PR rtl-optimization/53125 (Very slow compilation on SPARC)Vladimir Makarov2012-05-101-2/+10
* ira.c (allocated_reg_info_size): New static variable.Bernd Schmidt2012-05-011-9/+10
* re PR middle-end/52997 (FAIL: gcc.dg/c99-intconst-1.c (internal compiler error))Bernd Schmidt2012-04-261-1/+2
* dbgcnt.def (ira_move): New counter.Bernd Schmidt2012-04-121-1/+518
* Remove TODO_dump_func completelyXinliang David Li2012-04-111-2/+2
* ira.c (check_allocation): Use REG_WORDS_BIG_ENDIAN, not WORDS_BIG_ENDIAN.Bernd Schmidt2012-02-211-3/+3
* rtl.h (true_dependence, [...]): Remove varies parameter.Richard Sandiford2012-01-241-2/+2
* re PR rtl-optimization/40761 (IRA memory hog for insanely nested loops)Vladimir Makarov2012-01-191-8/+13
* ira.c (do_reload): Make sure ira_dump_file is re-set if no reload dump is req...Andreas Krebbel2012-01-171-1/+1
* tree-pass.h (pass_reload): Declare.Bernd Schmidt2011-12-221-27/+48
* re PR rtl-optimization/48455 (Huge code size regression for all ARM configura...Vladimir Makarov2011-11-231-3/+2
* ira.c (ira_init_register_move_cost): Check small subclasses through ira_reg_c...Vladimir Makarov2011-08-231-1/+1
* re PR rtl-optimization/49936 (IRA handles CANNOT_CHANGE_MODE_CLASS poorly, + ...Vladimir Makarov2011-08-191-0/+4
* re PR rtl-optimization/50107 ([IRA, i386] allocates registers in very non-opt...Vladimir Makarov2011-08-181-9/+9
* target.def (class_max_nregs): New hook.Anatoly Sokolov2011-07-201-1/+1
* re PR middle-end/48770 (wrong code with -O -fprofile-arcs -fPIC -fno-dce -fno...Jeff Law2011-06-231-2/+7
* dumping cleanup phase 1 -- Removing TODO_dump_funcDavid Li2011-06-141-1/+0