aboutsummaryrefslogtreecommitdiff
path: root/gcc/resource.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-10-13Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme1-0/+1
2016-09-26Implement -Wimplicit-fallthrough.Marek Polacek1-0/+2
2016-09-22make next/prev active_insn and active_insn_p take rtx_insn *Trevor Saunders1-1/+1
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-4/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-2/+2
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-9/+3
2015-06-17function.h (struct rtl_data): Remove struct and accessor macros.Andrew MacLeod1-0/+1
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-1/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-3/+0
2015-06-06emit-rtl.c, [...]: Replace rtx base types with more derived ones.Richard Sandiford1-3/+2
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-1/+0
2015-05-20Promote types of RTL expressions to more derived ones.Mikhail Maltsev1-9/+10
2015-05-19regs.h (END_HARD_REGNO): Delete.Richard Sandiford1-1/+1
2015-04-28add default for EPILOGUE_USESTrevor Saunders1-5/+1
2015-04-22add default for INSN_REFERENCES_ARE_DELAYEDTrevor Saunders1-2/+0
2015-04-22provide default for INSN_SETS_ARE_DELAYEDTrevor Saunders1-2/+0
2015-04-22reduce conditional compilation for HARD_FRAME_POINTER_IS_FRAME_POINTERTrevor Saunders1-6/+5
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-0/+4
2014-10-16function.h: Flatten file.Andrew MacLeod1-0/+5
2014-09-16Replace INSN_DELETED_P with rtx_insn member functionsTrevor Saunders1-2/+1
2014-09-15Instruction attributes take an rtx_insn *David Malcolm1-2/+2
2014-09-05Eliminate the checked cast from get_call_reg_set_usageDavid Malcolm1-5/+6
2014-09-04Change the types of arguments and return values for several functions from rt...Trevor Saunders1-2/+2
2014-08-30re PR bootstrap/62304 (ICE in follow_jumps, find_dead_or_set_registers)David Malcolm1-14/+21
2014-08-29Use rtx_insn in various places in resource.[ch]David Malcolm1-3/+3
2014-08-28Work towards NEXT_INSN/PREV_INSN requiring insns as their paramsDavid Malcolm1-25/+25
2014-08-27resource.c: Use rtx_sequenceDavid Malcolm1-16/+19
2014-08-22resource.c: Use rtx_insnDavid Malcolm1-2/+2
2014-05-28-fuse-caller-save - Use collected register usage informationRadovan Obradovic1-2/+8
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-09Eliminate FOR_EACH_BB macro.David Malcolm1-2/+2
2013-12-09Eliminate last_basic_block macro.David Malcolm1-1/+1
2013-12-09Eliminate BASIC_BLOCK macro.David Malcolm1-3/+4
2013-11-19Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm1-2/+2
2013-09-06resource.c (mark_referenced_resources): Handle COND_EXEC.Joern Rennecke1-0/+10
2013-09-06resource.c (mark_target_live_regs): Compute resources taking into account if ...Claudiu Zissulescu1-5/+12
2013-05-14resource.h (struct resources): Remove unch_memory member.Steven Bosscher1-6/+2
2013-04-14reorg.c (fill_simple_delay_slots): Reindent block of code.Eric Botcazou1-2/+3
2013-03-23avr.c, [...]: Where applicable...Steven Bosscher1-3/+1
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-1/+1
2012-08-23alias.c (rtx_equal_for_memref_p): Convert constant cases.Kenneth Zadeck1-8/+2
2012-06-24output.h: (current_function_is_leaf...Steven Bosscher1-1/+1
2011-12-05resource.c (init_resource_info): Only consider EXIT_IGNORE_STACK if there is ...Richard Sandiford1-9/+9
2011-08-27rtl.texi (simple_return): Document.Bernd Schmidt1-2/+2
2011-08-21rtl.h (INSN_ANNULLED_BRANCH_P): Only allow JUMP_INSN.Richard Henderson1-5/+13
2011-07-28rtlanal.c (tablejump_p): False for returns.Bernd Schmidt1-6/+10