aboutsummaryrefslogtreecommitdiff
path: root/gcc/reload1.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-09Eliminate FOR_EACH_BB macro.David Malcolm1-4/+4
2013-12-09Eliminate last_basic_block macro.David Malcolm1-1/+1
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-13cfgrtl.c (can_fallthru): Reorder code to move tablejump check up.Steven Bosscher1-1/+2
2013-10-30re PR rtl-optimization/58545 (error: unable to find a register to spill in cl...Joern Rennecke1-29/+44
2013-10-30re PR rtl-optimization/58369 (ICE in subreg_get_info when compiling boost for...Jeff Law1-1/+39
2013-10-15Fix a miscompilation where a reload reg is reused after it has been clobbered.Bernd Schmidt1-0/+8
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-1/+1
2013-09-27cse.c (count_reg_usage): Handle INT_LIST.Richard Sandiford1-0/+1
2013-09-09asan.c (asan_emit_stack_protection): Use gen_int_mode instead of GEN_INT.Richard Sandiford1-1/+3
2013-09-09alias.c (addr_side_effect_eval): Use gen_int_mode with the mode of the associ...Richard Sandiford1-1/+1
2013-03-30cfgrtl.c (fixup_reorder_chain): Do not emit barriers to BB_FOOTER.Steven Bosscher1-12/+12
2013-03-29cfgbuild.c (inside_basic_block_p): Use JUMP_TABLE_DATA_P in lieu of tests for...Steven Bosscher1-6/+4
2013-01-21reload1.c (init_reload): Only initialize reload_obstack during the first call.Jakub Jelinek1-2/+5
2013-01-10Update copyright years in gcc/Richard Sandiford1-3/+1
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-17/+12
2012-10-30This patch implements the unification of the *bitmap interfaces as discussed.Lawrence Crowl1-1/+1
2012-09-21re PR rtl-optimization/54290 (wrong code at -O2 with large offset)Eric Botcazou1-6/+10
2012-09-20* reload1.c (choose_reload_regs): Add missing #ifdef/#endif pair.Eric Botcazou1-1/+4
2012-09-19re PR rtl-optimization/54290 (wrong code at -O2 with large offset)Eric Botcazou1-17/+33
2012-09-10Remove unnecessary VEC function overloads.Diego Novillo1-6/+3
2012-08-23alias.c (rtx_equal_for_memref_p): Convert constant cases.Kenneth Zadeck1-12/+3
2012-08-14backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...Diego Novillo1-1/+2
2012-08-11reload1.c (replaced_subreg, gen_reload): Add SECONDARY_MEMORY_NEEDED ifdefs a...Bernd Schmidt1-1/+6
2012-08-09reload.c (find_valid_class_1): New static function.Bernd Schmidt1-9/+19
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-0/+1
2012-05-31output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher1-1/+0
2012-05-05rtl.h (plus_constant, [...]): Merge into a single plus_constant function.Richard Sandiford1-7/+9
2012-05-04re PR rtl-optimization/52804 (IRA/RELOAD allocate wrong register on ARM for c...Bin Cheng1-0/+14
2012-03-26re PR rtl-optimization/52629 (out-of-bounds access in reload1.c)Eric Botcazou1-9/+15
2012-02-05reload1.c (reload_regs_reach_end_p): Replace with...Richard Sandiford1-36/+41
2012-01-24rtl.texi (MEM_IN_STRUCT_P, [...]): Delete.Richard Sandiford1-4/+1
2012-01-02passes.c (register_one_dump_file): Free full_name.Jakub Jelinek1-2/+5
2011-12-09re PR middle-end/40154 (internal compiler error: in do_SUBST, at combine.c:681)Joern Rennecke1-2/+2
2011-11-08tm.texi.in (MODE_CODE_BASE_REG_CLASS): Add address space argument.Ulrich Weigand1-2/+4
2011-11-05reload1.c (gen_reload): Don't use REGNO on SUBREGs.Alan Modra1-2/+2
2011-10-28re PR rtl-optimization/47918 (noreturn discovery broke non local gotos on m68...Julian Brown1-0/+4
2011-09-27re PR rtl-optimization/50249 (ira marks wrong value for inheriting)Bernd Schmidt1-14/+27
2011-08-18rtl.h (set_src_cost, [...]): New functions.Richard Sandiford1-3/+2
2011-08-02re PR debug/49864 (ICE: in maybe_record_trace_start, at dwarf2cfi.c:2439)Richard Henderson1-1/+20
2011-07-07reload1.c (choose_reload_regs): Use mode sizes to check whether an old reload...Richard Sandiford1-13/+3
2011-07-06emit-rtl.c (paradoxical_subreg_p): New function.Bernd Schmidt1-6/+2
2011-06-23re PR middle-end/48770 (wrong code with -O -fprofile-arcs -fPIC -fno-dce -fno...Jeff Law1-7/+19
2011-06-17re PR rtl-optimization/48542 (unchanged variables in code which calls setjmp ...Hans-Peter Nilsson1-0/+7
2011-06-01re PR rtl-optimization/48830 (unrecognized insn: storing invalid upper FP reg...Richard Sandiford1-24/+42
2011-04-21target.def (legitimate_constant_p): New hook.Richard Sandiford1-3/+5
2011-04-20remove useless if-before-free testsJim Meyering1-4/+2
2011-04-19re PR middle-end/47976 (Recent gfortran.dg/actual_array_constructor_3.f90 reg...Bernd Schmidt1-27/+11