aboutsummaryrefslogtreecommitdiff
path: root/gcc/reorg.c
AgeCommit message (Expand)AuthorFilesLines
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-11-11* reorg.c (fill_slots_from_thread): Do not copy frame-related insns.Eric Botcazou1-2/+4
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-0/+3
2014-10-22recog.h (constrain_operands): Add an alternative_mask parameter.Richard Sandiford1-1/+2
2014-10-16function.h: Flatten file.Andrew MacLeod1-1/+6
2014-09-16Replace INSN_DELETED_P with rtx_insn member functionsTrevor Saunders1-6/+6
2014-09-15Instruction attributes take an rtx_insn *David Malcolm1-5/+5
2014-09-15The TARGET_CAN_FOLLOW_JUMP hook takes insnsDavid Malcolm1-1/+1
2014-09-11Introduce LABEL_REF_LABELDavid Malcolm1-3/+3
2014-09-09single_set takes an insnDavid Malcolm1-1/+1
2014-09-09INSN_LOCATION takes an rtx_insnDavid Malcolm1-6/+6
2014-09-05Use rtx_insn for various jump-handling functions and predicatesDavid Malcolm1-14/+19
2014-09-05Simplification within reorg.cDavid Malcolm1-6/+7
2014-09-04use rtx_insn * a little moreTrevor Saunders1-1/+1
2014-08-30re PR bootstrap/62304 (ICE in follow_jumps, find_dead_or_set_registers)David Malcolm1-45/+63
2014-08-29Use rtx_insn in various places in resource.[ch]David Malcolm1-11/+11
2014-08-28NEXT_INSN and PREV_INSN take a const rtx_insnDavid Malcolm1-54/+56
2014-08-28Work towards NEXT_INSN/PREV_INSN requiring insns as their paramsDavid Malcolm1-3/+3
2014-08-28Use rtx subclasses in more places in reorg.cDavid Malcolm1-145/+158
2014-08-27reorg.c: Use rtx_sequenceDavid Malcolm1-12/+12
2014-08-19Split NEXT_INSN/PREV_INSN into lvalue and rvalue formsDavid Malcolm1-4/+4
2014-07-09remove has_executeTrevor Saunders1-2/+0
2014-05-19reg-notes.def (CROSSING_JUMP): Likewise.Richard Sandiford1-7/+6
2014-04-17pass cfun to pass::executeTrevor Saunders1-9/+9
2014-04-17pass current function to opt_pass::gate ()Trevor Saunders1-19/+17
2014-04-17remove has_gateTrevor Saunders1-2/+0
2014-01-18jump.c (delete_related_insns): Keep (use (insn))s.Richard Sandiford1-1/+4
2014-01-08re PR rtl-optimization/59137 (Miscompilation at -O1 on mips/mipsel)Richard Sandiford1-1/+13
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
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-3/+4
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-7/+7
2013-09-23rtl.texi (REG_NOTES): Say that int_list can also be used.Richard Sandiford1-1/+1
2013-08-07rtl.h (update_alignments): Declare.Eric Botcazou1-6/+22
2013-08-05Automated conversion of passes to C++ classesDavid Malcolm1-34/+70
2013-05-16Restore bootstrap on non-cc0 targetsRainer Orth1-0/+2
2013-05-14resource.h (struct resources): Remove unch_memory member.Steven Bosscher1-2/+0
2013-05-14rtl.h (next_label, [...]): Remove prototypes.Steven Bosscher1-0/+38
2013-05-06mips.c: Include tree-pass.h.Steven Bosscher1-1/+1
2013-04-17fix previous commit, include reviewer request.Steven Bosscher1-2/+0
2013-04-17emit-rtl.c (link_insn_into_chain): Handle chaining of SEQUENCEs.Steven Bosscher1-74/+23
2013-04-14reorg.c (fill_simple_delay_slots): Reindent block of code.Eric Botcazou1-53/+50
2013-04-10passes.c (execute_todo): Do not call ggc_collect conditional here.Richard Biener1-2/+2
2013-04-02reorg.c (get_branch_condition): Deal with conditional returns.Eric Botcazou1-35/+14
2013-03-30cfgrtl.c (fixup_reorder_chain): Do not emit barriers to BB_FOOTER.Steven Bosscher1-4/+4
2013-03-29cfgbuild.c (inside_basic_block_p): Use JUMP_TABLE_DATA_P in lieu of tests for...Steven Bosscher1-3/+1
2013-01-10Update copyright years in gcc/Richard Sandiford1-3/+1
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-1/+1
2012-12-02function.h (struct rtl_data): Remove epilogue_delay_list.Steven Bosscher1-8/+2
2012-12-02reorg.c: Remove an obsolete comment.Steven Bosscher1-10/+1