summaryrefslogtreecommitdiff
path: root/gcc/ira-costs.c
Commit message (Expand)AuthorAgeFilesLines
...
* Eliminate FOR_EACH_BB macro.David Malcolm2013-12-091-1/+1
* re PR other/58712 (issues found by --enable-checking=valgrind)Vladimir Makarov2013-11-121-0/+3
* regmove.c: Remove.Vladimir Makarov2013-10-301-82/+129
* This patch is the main part of a consolodation of the hash_table patches to t...Lawrence Crowl2013-04-261-20/+26
* re PR rtl-optimization/56124 (Redundant reload for loading from memory)Bin Cheng2013-04-111-2/+5
* cfgrtl.c (fixup_reorder_chain): Do not emit barriers to BB_FOOTER.Steven Bosscher2013-03-301-2/+1
* cfgbuild.c (inside_basic_block_p): Use JUMP_TABLE_DATA_P in lieu of tests for...Steven Bosscher2013-03-291-3/+3
* Update copyright years in gcc/Richard Sandiford2013-01-101-2/+1
* rtl.h (CONST_SCALAR_INT_P): New macro.Kenneth Zadeck2012-11-091-3/+3
* common.opt (flag_ira_hoist_pressure): New.Bin Cheng2012-10-191-3/+6
* cfgexpand.c (expand_debug_locations): Encapsulate test for CONST_DOUBLE in ma...Kenneth Zadeck2012-08-021-8/+4
* ira-int.h (struct target_ira_int): Add member x_ira_uniform_class_p.Vladimir Makarov2012-06-041-18/+4
* ira-costs.c (copy_cost): Use ira_init_register_move_cost_if_necessary and ira...Richard Sandiford2012-05-311-6/+6
* attribs.c (decl_attributes): Avoid emitting a warning if ATTR_FLAG_BUILT_IN.Bernd Schmidt2012-05-141-1/+2
* dbgcnt.def (ira_move): New counter.Bernd Schmidt2012-04-121-1/+5
* re PR rtl-optimization/52208 (Useless store)Jakub Jelinek2012-02-161-3/+10
* re PR rtl-optimization/40761 (IRA memory hog for insanely nested loops)Vladimir Makarov2012-01-191-2/+2
* re PR target/49865 (Unnecessary reload causes small bloat)Vladimir Makarov2011-12-201-1/+8
* tm.texi.in (MODE_CODE_BASE_REG_CLASS): Add address space argument.Ulrich Weigand2011-11-081-41/+48
* re PR rtl-optimization/49890 (IRA spill with plenty of available registers)Vladimir Makarov2011-08-181-5/+27
* re PR rtl-optimization/50107 ([IRA, i386] allocates registers in very non-opt...Vladimir Makarov2011-08-181-4/+4
* re PR rtl-optimization/50026 (Revision 177575 caused many test failures)Vladimir Makarov2011-08-091-4/+20
* re PR middle-end/49990 (Regression: Bootstrap failure for x86_64-*-mingw32 in...Vladimir Makarov2011-08-081-20/+4
* target.def (class_max_nregs): New hook.Anatoly Sokolov2011-07-201-3/+3
* ira-costs.c: Remove #ifdefs on dead FORBIDDEN_INC_DEC_CLASSES.Hans-Peter Nilsson2011-06-101-50/+6
* re PR bootstrap/49354 (bootstrap failure)Hans-Peter Nilsson2011-06-101-1/+1
* re PR rtl-optimization/49154 (build fails on cris-elf in libgcc: ICE in setup...Hans-Peter Nilsson2011-06-091-0/+2
* target.def (legitimate_constant_p): New hook.Richard Sandiford2011-04-211-1/+2
* remove useless if-before-free testsJim Meyering2011-04-201-8/+4
* re PR rtl-optimization/48455 (Huge code size regression for all ARM configura...Vladimir Makarov2011-04-131-2/+2
* re PR middle-end/48367 (200.sixtrack/301.apsi in SPEC CPU 2000 are miscompiled)Vladimir Makarov2011-03-311-2/+2
* [multiple changes]Vladimir Makarov2011-03-291-261/+613
* re PR bootstrap/48307 (Bootstrap failure)Vladimir Makarov2011-03-281-613/+261
* [multiple changes]Vladimir Makarov2011-03-271-261/+613
* re PR rtl-optimization/37273 (IRA does not re-materializes addresses (loads f...Jeff Law2011-03-171-4/+17
* RevertJeff Law2011-02-151-17/+4
* re PR rtl-optimization/37273 (IRA does not re-materializes addresses (loads f...Jeff Law2011-01-251-4/+17
* rtl.h (invalid_mode_change_p): Adjust prototype.Richard Guenther2010-12-091-8/+5
* diagnostic-core.h: Include bversion.h.Joseph Myers2010-11-301-2/+1
* re PR rtl-optimization/45912 (Patch for PR tree-optimization/44972 caused 250...Eric Botcazou2010-10-131-10/+9
* target.def (preferred_reload_class): New hook.Anatoly Sokolov2010-10-111-8/+10
* ira-int.h (target_ira_int): Add x_max_struct_costs_size...Richard Sandiford2010-07-121-25/+17
* toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez2010-07-081-0/+1
* re PR middle-end/44566 (configuration with multiple targets / backends is not...Joern Rennecke2010-06-301-1/+2
* re PR rtl-optimization/39871 (Code size increase on ARM due to poor register ...Bernd Schmidt2010-06-041-0/+32
* ira-costs.c (ira_tune_allocno_costs_and_cover_classes): Fix typo.Jeff Law2010-05-211-1/+1
* ira.c (ira_non_ordered_class_hard_regs): Define.Vladimir Makarov2010-05-201-0/+27
* ira-costs.c (record_reg_classes): Ignore alternatives that are not enabled.Bernd Schmidt2010-04-101-0/+8
* Remove trailing white spaces.H.J. Lu2009-11-251-6/+6
* [multiple changes]Paolo Carlini2009-11-241-2/+0