summaryrefslogtreecommitdiff
path: root/gcc/reload1.c
Commit message (Expand)AuthorAgeFilesLines
* re PR target/57935 (ICE in rs6000_secondary_reload_inner:15181, type = load)Alan Modra2014-02-271-2/+5
* re PR middle-end/52306 (ICE in cselib_record_set, at cselib.c:2158)Jeff Law2014-02-101-2/+11
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* Eliminate FOR_EACH_BB macro.David Malcolm2013-12-091-4/+4
* Eliminate last_basic_block macro.David Malcolm2013-12-091-1/+1
* Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm2013-11-191-2/+2
* Eliminate n_basic_blocks macroDavid Malcolm2013-11-191-1/+1
* cfgrtl.c (can_fallthru): Reorder code to move tablejump check up.Steven Bosscher2013-11-131-1/+2
* re PR rtl-optimization/58545 (error: unable to find a register to spill in cl...Joern Rennecke2013-10-301-29/+44
* re PR rtl-optimization/58369 (ICE in subreg_get_info when compiling boost for...Jeff Law2013-10-301-1/+39
* Fix a miscompilation where a reload reg is reused after it has been clobbered.Bernd Schmidt2013-10-151-0/+8
* alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford2013-09-281-1/+1
* cse.c (count_reg_usage): Handle INT_LIST.Richard Sandiford2013-09-271-0/+1
* asan.c (asan_emit_stack_protection): Use gen_int_mode instead of GEN_INT.Richard Sandiford2013-09-091-1/+3
* alias.c (addr_side_effect_eval): Use gen_int_mode with the mode of the associ...Richard Sandiford2013-09-091-1/+1
* cfgrtl.c (fixup_reorder_chain): Do not emit barriers to BB_FOOTER.Steven Bosscher2013-03-301-12/+12
* cfgbuild.c (inside_basic_block_p): Use JUMP_TABLE_DATA_P in lieu of tests for...Steven Bosscher2013-03-291-6/+4
* reload1.c (init_reload): Only initialize reload_obstack during the first call.Jakub Jelinek2013-01-211-2/+5
* Update copyright years in gcc/Richard Sandiford2013-01-101-3/+1
* This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo2012-11-171-17/+12
* This patch implements the unification of the *bitmap interfaces as discussed.Lawrence Crowl2012-10-301-1/+1
* re PR rtl-optimization/54290 (wrong code at -O2 with large offset)Eric Botcazou2012-09-211-6/+10
* * reload1.c (choose_reload_regs): Add missing #ifdef/#endif pair.Eric Botcazou2012-09-201-1/+4
* re PR rtl-optimization/54290 (wrong code at -O2 with large offset)Eric Botcazou2012-09-191-17/+33
* Remove unnecessary VEC function overloads.Diego Novillo2012-09-101-6/+3
* alias.c (rtx_equal_for_memref_p): Convert constant cases.Kenneth Zadeck2012-08-231-12/+3
* backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...Diego Novillo2012-08-141-1/+2
* reload1.c (replaced_subreg, gen_reload): Add SECONDARY_MEMORY_NEEDED ifdefs a...Bernd Schmidt2012-08-111-1/+6
* reload.c (find_valid_class_1): New static function.Bernd Schmidt2012-08-091-9/+19
* system.h (dump_file): Do not define.Steven Bosscher2012-07-161-0/+1
* output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher2012-05-311-1/+0
* rtl.h (plus_constant, [...]): Merge into a single plus_constant function.Richard Sandiford2012-05-051-7/+9
* re PR rtl-optimization/52804 (IRA/RELOAD allocate wrong register on ARM for c...Bin Cheng2012-05-041-0/+14
* re PR rtl-optimization/52629 (out-of-bounds access in reload1.c)Eric Botcazou2012-03-261-9/+15
* reload1.c (reload_regs_reach_end_p): Replace with...Richard Sandiford2012-02-051-36/+41
* rtl.texi (MEM_IN_STRUCT_P, [...]): Delete.Richard Sandiford2012-01-241-4/+1
* passes.c (register_one_dump_file): Free full_name.Jakub Jelinek2012-01-021-2/+5
* re PR middle-end/40154 (internal compiler error: in do_SUBST, at combine.c:681)Joern Rennecke2011-12-091-2/+2
* tm.texi.in (MODE_CODE_BASE_REG_CLASS): Add address space argument.Ulrich Weigand2011-11-081-2/+4
* reload1.c (gen_reload): Don't use REGNO on SUBREGs.Alan Modra2011-11-051-2/+2
* re PR rtl-optimization/47918 (noreturn discovery broke non local gotos on m68...Julian Brown2011-10-281-0/+4
* re PR rtl-optimization/50249 (ira marks wrong value for inheriting)Bernd Schmidt2011-09-271-14/+27
* rtl.h (set_src_cost, [...]): New functions.Richard Sandiford2011-08-181-3/+2
* re PR debug/49864 (ICE: in maybe_record_trace_start, at dwarf2cfi.c:2439)Richard Henderson2011-08-021-1/+20
* reload1.c (choose_reload_regs): Use mode sizes to check whether an old reload...Richard Sandiford2011-07-071-13/+3
* emit-rtl.c (paradoxical_subreg_p): New function.Bernd Schmidt2011-07-061-6/+2
* re PR middle-end/48770 (wrong code with -O -fprofile-arcs -fPIC -fno-dce -fno...Jeff Law2011-06-231-7/+19
* re PR rtl-optimization/48542 (unchanged variables in code which calls setjmp ...Hans-Peter Nilsson2011-06-171-0/+7
* re PR rtl-optimization/48830 (unrecognized insn: storing invalid upper FP reg...Richard Sandiford2011-06-011-24/+42
* target.def (legitimate_constant_p): New hook.Richard Sandiford2011-04-211-3/+5