* g++.dg/cpp0x/nullptr21.c: Remove printfs, make self-checking.
[gcc.git] / gcc / ira.c
2012-07-16 Steven Bosschersystem.h (dump_file): Do not define.
2012-06-24 Steven Bosscheroutput.h: (current_function_is_leaf...
2012-06-04 Vladimir Makarovira-int.h (struct target_ira_int): Add member x_ira_uni...
2012-05-31 Richard Sandifordira-int.h (target_ira_int): Rename x_move_cost to x_ira...
2012-05-31 Richard Sandifordira.c (init_move_cost): Adjust choice of subclasses...
2012-05-31 Richard Sandifordira.c (setup_allocno_and_important_classes): Use ira_cl...
2012-05-31 Richard Sandifordira.c (init_move_cost): Adjust local variable names...
2012-05-31 Richard Sandifordregs.h (move_table, [...]): Move these definitions...
2012-05-31 Richard Sandifordira.h (target_ira): Delete x_ira_available_class_regs.
2012-05-30 Steven Bosscher* ira.c (allocate_initial_values): Make static.
2012-05-29 Steven Bosscherintegrate.c: Remove.
2012-05-16 Richard Sandifordira.c (pseudo_move_insn): Delete.
2012-05-15 Bernd Schmidtira.c (find_moveable_pseudos): Skip registers whose...
2012-05-14 Bernd Schmidtattribs.c (decl_attributes): Avoid emitting a warning...
2012-05-10 Vladimir Makarovre PR rtl-optimization/53125 (Very slow compilation...
2012-05-01 Bernd Schmidtira.c (allocated_reg_info_size): New static variable.
2012-04-26 Bernd Schmidtre PR middle-end/52997 (FAIL: gcc.dg/c99-intconst-1...
2012-04-12 Bernd Schmidtdbgcnt.def (ira_move): New counter.
2012-04-11 Xinliang David LiRemove TODO_dump_func completely
2012-02-21 Bernd Schmidtira.c (check_allocation): Use REG_WORDS_BIG_ENDIAN...
2012-01-24 Richard Sandifordrtl.h (true_dependence, [...]): Remove varies parameter.
2012-01-19 Vladimir Makarovre PR rtl-optimization/40761 (IRA memory hog for insane...
2012-01-17 Andreas Krebbelira.c (do_reload): Make sure ira_dump_file is re-set...
2011-12-22 Bernd Schmidttree-pass.h (pass_reload): Declare.
2011-11-23 Vladimir Makarovre PR rtl-optimization/48455 (Huge code size regression...
2011-08-23 Vladimir Makarovira.c (ira_init_register_move_cost): Check small subcla...
2011-08-19 Vladimir Makarovre PR rtl-optimization/49936 (IRA handles CANNOT_CHANGE...
2011-08-18 Vladimir Makarovre PR rtl-optimization/50107 ([IRA, i386] allocates...
2011-07-19 Anatoly Sokolovtarget.def (class_max_nregs): New hook.
2011-06-23 Jeff Lawre PR middle-end/48770 (wrong code with -O -fprofile...
2011-06-14 David Lidumping cleanup phase 1 -- Removing TODO_dump_func
2011-05-26 Vladimir Makarovre PR rtl-optimization/49154 (build fails on cris-elf...
2011-05-24 Vladimir Makarovre PR rtl-optimization/48971 (ICE with -msoft-float...
2011-05-12 Hariharan Sandanag... ira.c (clarify_prohibited_class_mode_regs): Prevent...
2011-05-01 Anatoly Sokolovreginfo.c (memory_move_cost): Change rclass argument...
2011-04-20 Jim Meyeringremove useless if-before-free tests
2011-04-11 Vladimir Makarovre PR middle-end/48464 (@171649: ICE in setup_pressure_...
2011-04-09 Anatoly Sokolovexpr.c (expand_expr_real_1): Use add_to_hard_reg_set...
2011-04-04 Vladimir Makarovre PR target/48380 (ICE in postreload.c while building...
2011-03-30 Jeff Lawreload.h (reg_equiv_constant): Move into new structure...
2011-03-29 Vladimir Makarov[multiple changes]
2011-03-28 Vladimir Makarovre PR bootstrap/48307 (Bootstrap failure)
2011-03-27 Vladimir Makarov[multiple changes]
2011-03-08 Jakub Jelinekre PR debug/47881 (-fcompare-debug failure (length...
2011-02-18 Chung-Lin Tangre PR rtl-optimization/46178 (gcc.target/i386/(u)divmod...
2010-12-21 Steven Bosscherre PR rtl-optimization/46755 (ICE: in calc_dfs_tree...
2010-12-09 Richard Guentherrtl.h (invalid_mode_change_p): Adjust prototype.
2010-12-06 Vladimir Makarovira.c (update_equiv_regs): Prohibit move insns if press...
2010-11-04 Jeff Lawira.c (validate_equiv_mem): Remove code to avoid invali...
2010-10-14 Vladimir Makarovira.c (setup_class_hard_regs): Fix typo in indexing...
2010-10-04 Vladimir Makarovcommon.opt (fira-coalesce): Remove.
2010-09-29 Joseph Myersoptc-gen.awk: Generate global_options initializer inste...
2010-09-09 Vladimir Makarovre PR middle-end/44554 (Stack space after sigsetjmp...
2010-09-09 Vladimir Makarovre PR middle-end/40386 (wrong code generation for sever...
2010-09-02 Anatoly Sokolovtarget.def (class_likely_spilled_p): New hook.
2010-08-05 Bernd SchmidtFrom Martin Thuresson <martint@google.com>
2010-07-27 Bernd Schmidtrtl.def (DEBUG_INSN, [...]): Swap operands 4 and 5.
2010-07-22 Bernd Schmidtira.c (check_allocation): Correctly handle the case...
2010-07-22 Bernd Schmidtira-build.c (ira_create_object): New arg SUBWORD; all...
2010-07-14 Bernd Schmidtira-int.h (ira_object_conflict_iterator): Rename from...
2010-07-14 Bernd Schmidtira-int.h (struct ira_object): New.
2010-07-12 Richard Sandifordira-int.h (target_ira_int): Add x_ira_prohibited_mode_m...
2010-07-12 Richard SandifordMakefile.in (target-globals.o): Depend on $(IRA_INT_H).
2010-07-08 Manuel López-Ibáñeztoplev.h: Do not include diagnostic-core.h.
2010-06-30 Joern Renneckere PR middle-end/44566 (configuration with multiple...
2010-06-27 Anatoly Sokolovtarget.h (struct gcc_target): Add register_move_cost...
2010-06-24 Bernd Schmidt* ira.c (allocno_pool, copy_pool, allocno_live_range_po...
2010-06-17 Bernd Schmidtre PR rtl-optimization/39871 (Code size increase on...
2010-06-08 Laurynas Biveinisutils.c (init_gnat_to_gnu): Use typed GC allocation.
2010-06-05 Anatoly Sokolovtarget.h (struct gcc_target): Add memory_move_cost...
2010-06-04 Bernd Schmidtre PR rtl-optimization/39871 (Code size increase on...
2010-05-28 Jeff Lawira.c (ira_bad_reload_regno, [...]): New functions.
2010-05-24 Paul Brookgengtype-lex.l: Add HARD_REG_SET.
2010-05-22 Steven Bosschercoretypes.h (struct simple_bitmap_def, [...]): New...
2010-05-22 Joseph Myersdbgcnt.c: Include toplev.h instead of errors.h.
2010-05-20 Vladimir Makarovira.c (ira_non_ordered_class_hard_regs): Define.
2010-04-29 Bernd Schmidtre PR target/42895 (Low registers are preferred than...
2010-03-31 Jie Zhangre PR other/43562 (GCC ICE on optimize attribute)
2010-03-24 Jakub Jelinekre PR debug/43479 (Missing DW_TAG_lexical_block+DW_TAG_...
2009-11-29 Jan Hubickacgraph.c (same_body_alias_1): Break out of
2009-11-25 H.J. LuRemove trailing white spaces.
2009-11-03 Eric Botcazoure PR target/10127 (-fstack-check let's program crash)
2009-10-14 Vladimir Makarovparams.def (PARAM_IRA_LOOP_RESERVED_REGS): New.
2009-09-04 Vladimir Makarovre PR bootstrap/41241 (bootstrap comparison failure)
2009-09-03 Vladimir Makarovre PR bootstrap/41241 (bootstrap comparison failure)
2009-09-02 Vladimir Makarovinvoke.texi (-fsched-pressure): Document it.
2009-09-02 Alexandre Olivainvoke.texi (-fvar-tracking-assignments): New.
2009-08-25 Anatoly Sokolovhooks.h (hook_bool_const_int_const_int_true): Declare.
2009-07-22 Vladimir Makarovre PR target/37488 (register allocation spills floats...
2009-07-03 Vladimir Makarovre PR target/40587 (Revision 139590 caused ICE in emit_...
2009-06-29 Anatoly Sokolovtarget.h (struct gcc_target): Add frame_pointer_require...
2009-04-30 Dave KornFix from Dave Korn in case a backend does not declare...
2009-04-25 H.J. Luira.c (setup_cover_and_important_classes): Add enum...
2009-04-24 Vladimir Makarovgenpreds.c (write_enum_constraint_num): Output definiti...
2009-04-24 Ian Lance Taylorcombine.c (record_value_for_reg): Change 0 to VOIDmode...
2009-04-20 Ian Lance TaylorFix enum conversions which are invalid in C++:
2009-04-17 Ian Lance Taylordf.h: Include "timevar.h".
2009-03-18 Jakub Jelinekdse.c (struct group_info): Reorder fields for 64-bit...
2009-02-20 Jakub JelinekUpdate Copyright years for files modified in 2008 and...
2009-01-29 Vladimir Makarovtm.texi (TARGET_IRA_COVER_CLASSES): Modify description.
next