summaryrefslogtreecommitdiff
path: root/gcc/reload1.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* remove useless if-before-free testsJim Meyering2011-04-201-4/+2
* re PR middle-end/47976 (Recent gfortran.dg/actual_array_constructor_3.f90 reg...Bernd Schmidt2011-04-191-27/+11
* expr.c (expand_expr_real_1): Use add_to_hard_reg_set function instead of loop.Anatoly Sokolov2011-04-091-47/+37
* reload1.c (elimination_effects): Fix typo in recent change.Jeff Law2011-03-311-1/+1
* reload1.c (reload): Fix botch in last change.Jeff Law2011-03-301-1/+1
* reload.h (reg_equiv_constant): Move into new structure reg_equivs, define acc...Jeff Law2011-03-301-155/+135
* basic-block.h (fixup_abnormal_edges): Adjust prototype.Eric Botcazou2011-03-261-110/+16
* expr.h (prepare_operand): Move to...Richard Sandiford2011-03-211-4/+3
* re PR rtl-optimization/47166 (SpecCpu2000 Ammp segfaults for ARM with -O3 -mt...Bernd Schmidt2011-01-231-7/+19
* re PR target/44606 (Wrong SPE floating point during computation)Nathan Froyd2010-12-301-11/+0
* revert accidentally committed changesNathan Froyd2010-11-241-0/+11
* cppbuiltin.c (define_builtin_macros_for_type_sizes): Define __FLOAT_WORD_ORDE...Nathan Froyd2010-11-241-11/+0
* cfgloop.c (verify_loop_structure): Use %' in diagnostics.Joseph Myers2010-11-101-2/+2
* re PR bootstrap/44756 ([meta-bug] --enable-werror-always issues)Joern Rennecke2010-11-041-1/+3
* re PR debug/46252 (-fcompare-debug failure (length) with -O -frerun-cse-after...Jakub Jelinek2010-11-031-1/+1