aboutsummaryrefslogtreecommitdiff
path: root/gcc/ira.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-13ira.h (struct ira_reg_equiv): Rename to ira_reg_equiv_s.Vladimir Makarov1-4/+4
2013-12-09Eliminate FOR_ALL_BB macro.David Malcolm1-2/+2
2013-12-09Eliminate FOR_EACH_BB_REVERSE macro.David Malcolm1-2/+2
2013-12-09Eliminate FOR_EACH_BB macro.David Malcolm1-11/+11
2013-12-09Eliminate last_basic_block macro.David Malcolm1-4/+8
2013-11-28re PR target/57293 (not needed frame pointers on IA-32 (performance regressio...Vladimir Makarov1-10/+9
2013-11-26re PR rtl-optimization/59166 (ICE in simplify_subreg, at simplify-rtx.c:5901 ...Jakub Jelinek1-3/+3
2013-11-24re PR bootstrap/59279 (r205337 breaks bootstrap with java)Steven Bosscher1-1/+1
2013-11-24jump.c (reset_insn_reg_label_operand_notes): New function, split out from ...Steven Bosscher1-1/+1
2013-11-22re PR rtl-optimization/10474 (shrink wrapping for functions)Martin Jambor1-8/+39
2013-11-19re PR rtl-optimization/59099 (Erroneous register allocation on 32-bit x86 usi...Martin Jambor1-17/+24
2013-11-19Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm1-2/+2
2013-11-19Eliminate n_basic_blocks macroDavid Malcolm1-1/+1
2013-11-14ira.c: Add comment about threads at the top of file.Vladimir Makarov1-1/+8
2013-11-12re PR rtl-optimization/10474 (shrink wrapping for functions)Martin Jambor1-11/+205
2013-11-06tree-pass.h (make_pass_live_range_shrinkage): New external.Vladimir Makarov1-5/+6
2013-10-31re PR rtl-optimization/58934 (build fails on cris-elf in reload_cse_simplify_...Martin Jambor1-200/+5
2013-10-30regmove.c: Remove.Vladimir Makarov1-1/+523
2013-10-30re PR rtl-optimization/10474 (shrink wrapping for functions)Martin Jambor1-5/+200
2013-10-29Added _Cilk_spawn and _Cilk_sync (2 cilk keywords) for C.Balaji V. Iyer1-0/+3
2013-10-21Re-factor inclusion of tree.h.Diego Novillo1-0/+1
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-7/+7
2013-09-08ira.c (update_equiv_regs): Only call set_paradoxical_subreg for non-debug insns.Richard Sandiford1-5/+2
2013-08-13ira.c (setup_class_translate_array): Use aclass instead of cl for classes not...Vladimir Makarov1-2/+2
2013-08-05Automated conversion of passes to C++ classesDavid Malcolm1-34/+68
2013-06-19re PR rtl-optimization/57518 (Redundant insn generated in LRA)Wei Mi1-1/+49
2013-05-23re PR target/57341 (wrong code on x86_64-linux at -O3 in 32-bit mode)Richard Biener1-1/+1
2013-05-07ira.c (update_equiv_regs): Add insn having equiv memory even if it is not lhs...Vladimir Makarov1-6/+28
2013-04-12tree-pass.h (TODO_do_not_ggc_collect): New.Richard Biener1-3/+39
2013-04-10passes.c (execute_todo): Do not call ggc_collect conditional here.Richard Biener1-39/+3
2013-02-13re PR target/56184 (Internal compiler error in push_reload during bootstrap s...Vladimir Makarov1-3/+8
2013-02-08ira.c (ira): Free broken dominator information.Richard Biener1-0/+1
2013-02-08cfgloop.c (verify_loop_structure): Properly handle a loop exiting to another ...Richard Biener1-17/+6
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2012-12-21re PR bootstrap/54128 (GCC does not bootstrap on little endian mips due to mi...Steve Ellcey1-2/+2
2012-11-27rtl.h (debug_bb_n_slim, [...]): Remove prototypes.Steven Bosscher1-1/+1
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-8/+8
2012-11-01This patch normalizes more bitmap function names.Lawrence Crowl1-2/+2
2012-11-01invoke.texi: Update -fopt-info documentation.Sharad Singhai1-0/+2
2012-10-30This patch implements the unification of the *bitmap interfaces as discussed.Lawrence Crowl1-3/+3
2012-10-28re PR rtl-optimization/38711 (ira should not be using df-lr except at -O1.)Steven Bosscher1-0/+16
2012-10-25re PR bootstrap/55068 (AIX bootstrap in push_reload() after LRA merge)Vladimir Makarov1-0/+1
2012-10-23dbxout.c (dbxout_symbol_location): Pass new argument to alter_subreg.Vladimir Makarov1-155/+429
2012-10-19common.opt (flag_ira_hoist_pressure): New.Bin Cheng1-1/+1
2012-10-14re PR rtl-optimization/38711 (ira should not be using df-lr except at -O1.)Steven Bosscher1-18/+19
2012-10-13ira.c (ira): Set current_loops to &ira_loops before recording loop exits.Steven Bosscher1-2/+8
2012-10-02ira-int.h (target_ira_int): Add x_ira_useful_class_mode_regs.Richard Sandiford1-19/+26
2012-10-02ira.h (target_ira): Add x_ira_class_singleton.Richard Sandiford1-2/+14
2012-09-10ira.c (setup_pressure_classes): Handle synonymous classes.Richard Sandiford1-1/+1