summaryrefslogtreecommitdiff
path: root/gcc/resource.c
AgeCommit message (Expand)Author
2020-05-09dbr: Filter-out TARGET_FLAGS_REGNUM from end_of_function_needs.Hans-Peter Nilsson
2020-03-13Fix incorrect filling of delay slots in branchy code at -O2Eric Botcazou
2020-01-01Update copyright years.Jakub Jelinek
2019-11-12Remove gcc/params.* files.Martin Liska
2019-11-12Apply mechanical replacement (generated patch).Martin Liska
2019-10-01Remove clobber_highRichard Sandiford
2019-09-30Add a function for getting the ABI of a call insn targetRichard Sandiford
2019-09-09Remove AND_COMPL_HARD_REG_SETRichard Sandiford
2019-09-09Remove IOR_HARD_REG_SETRichard Sandiford
2019-09-09Remove AND_HARD_REG_SETRichard Sandiford
2019-09-09Remove COPY_HARD_REG_SETRichard Sandiford
2019-09-09Make note_stores take an rtx_insnRichard Sandiford
2019-07-12re PR rtl-optimization/91136 (incorrect move of instruction to delay slot cau...Eric Botcazou
2019-01-09PR other/16615 [1/5]Sandra Loosemore
2019-01-01Update copyright years.Jakub Jelinek
2018-08-06Remaining support for clobber highAlan Hayward
2018-03-02reorg.c (stop_search_p): Handle DEBUG_INSN.Jeff Law
2018-01-03Update copyright years.Jakub Jelinek
2017-01-01Update copyright years.Jakub Jelinek
2016-10-13Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme
2016-09-26Implement -Wimplicit-fallthrough.Marek Polacek
2016-09-22make next/prev active_insn and active_insn_p take rtx_insn *Trevor Saunders
2016-01-04Update copyright years.Jakub Jelinek
2015-10-30alias.c: Remove unused headers.Andrew MacLeod
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod
2015-06-17function.h (struct rtl_data): Remove struct and accessor macros.Andrew MacLeod
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod
2015-06-06emit-rtl.c, [...]: Replace rtx base types with more derived ones.Richard Sandiford
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod
2015-05-20Promote types of RTL expressions to more derived ones.Mikhail Maltsev
2015-05-19regs.h (END_HARD_REGNO): Delete.Richard Sandiford
2015-04-28add default for EPILOGUE_USESTrevor Saunders
2015-04-22add default for INSN_REFERENCES_ARE_DELAYEDTrevor Saunders
2015-04-22provide default for INSN_SETS_ARE_DELAYEDTrevor Saunders
2015-04-22reduce conditional compilation for HARD_FRAME_POINTER_IS_FRAME_POINTERTrevor Saunders
2015-01-05Update copyright years.Jakub Jelinek
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod
2014-10-16function.h: Flatten file.Andrew MacLeod
2014-09-16Replace INSN_DELETED_P with rtx_insn member functionsTrevor Saunders
2014-09-15Instruction attributes take an rtx_insn *David Malcolm
2014-09-05Eliminate the checked cast from get_call_reg_set_usageDavid Malcolm
2014-09-04Change the types of arguments and return values for several functions from rt...Trevor Saunders
2014-08-30re PR bootstrap/62304 (ICE in follow_jumps, find_dead_or_set_registers)David Malcolm
2014-08-29Use rtx_insn in various places in resource.[ch]David Malcolm
2014-08-28Work towards NEXT_INSN/PREV_INSN requiring insns as their paramsDavid Malcolm
2014-08-27resource.c: Use rtx_sequenceDavid Malcolm
2014-08-22resource.c: Use rtx_insnDavid Malcolm
2014-05-28-fuse-caller-save - Use collected register usage informationRadovan Obradovic