summaryrefslogtreecommitdiff
path: root/gcc/resource.c
Commit message (Expand)AuthorAgeFilesLines
* Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme2016-10-131-0/+1
* Implement -Wimplicit-fallthrough.Marek Polacek2016-09-261-0/+2
* make next/prev active_insn and active_insn_p take rtx_insn *Trevor Saunders2016-09-221-1/+1
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* alias.c: Remove unused headers.Andrew MacLeod2015-10-301-4/+0
* alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod2015-10-291-2/+2
* tree-core.h: Include symtab.h.Andrew MacLeod2015-07-081-9/+3
* function.h (struct rtl_data): Remove struct and accessor macros.Andrew MacLeod2015-06-171-0/+1
* coretypes.h: Include input.h and as-a.h.Andrew MacLeod2015-06-171-1/+0
* coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod2015-06-081-3/+0
* emit-rtl.c, [...]: Replace rtx base types with more derived ones.Richard Sandiford2015-06-061-3/+2
* coretypes.h: Include machmode.h...Andrew MacLeod2015-06-041-1/+0
* Promote types of RTL expressions to more derived ones.Mikhail Maltsev2015-05-201-9/+10
* regs.h (END_HARD_REGNO): Delete.Richard Sandiford2015-05-191-1/+1
* add default for EPILOGUE_USESTrevor Saunders2015-04-281-5/+1
* add default for INSN_REFERENCES_ARE_DELAYEDTrevor Saunders2015-04-221-2/+0
* provide default for INSN_SETS_ARE_DELAYEDTrevor Saunders2015-04-221-2/+0
* reduce conditional compilation for HARD_FRAME_POINTER_IS_FRAME_POINTERTrevor Saunders2015-04-221-6/+5
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod2014-10-271-0/+4
* function.h: Flatten file.Andrew MacLeod2014-10-161-0/+5
* Replace INSN_DELETED_P with rtx_insn member functionsTrevor Saunders2014-09-161-2/+1
* Instruction attributes take an rtx_insn *David Malcolm2014-09-151-2/+2
* Eliminate the checked cast from get_call_reg_set_usageDavid Malcolm2014-09-051-5/+6
* Change the types of arguments and return values for several functions from rt...Trevor Saunders2014-09-041-2/+2
* re PR bootstrap/62304 (ICE in follow_jumps, find_dead_or_set_registers)David Malcolm2014-08-301-14/+21
* Use rtx_insn in various places in resource.[ch]David Malcolm2014-08-291-3/+3
* Work towards NEXT_INSN/PREV_INSN requiring insns as their paramsDavid Malcolm2014-08-281-25/+25
* resource.c: Use rtx_sequenceDavid Malcolm2014-08-271-16/+19
* resource.c: Use rtx_insnDavid Malcolm2014-08-221-2/+2
* -fuse-caller-save - Use collected register usage informationRadovan Obradovic2014-05-281-2/+8
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* Eliminate FOR_EACH_BB macro.David Malcolm2013-12-091-2/+2
* Eliminate last_basic_block macro.David Malcolm2013-12-091-1/+1
* Eliminate BASIC_BLOCK macro.David Malcolm2013-12-091-3/+4
* Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm2013-11-191-2/+2
* resource.c (mark_referenced_resources): Handle COND_EXEC.Joern Rennecke2013-09-061-0/+10
* resource.c (mark_target_live_regs): Compute resources taking into account if ...Claudiu Zissulescu2013-09-061-5/+12
* resource.h (struct resources): Remove unch_memory member.Steven Bosscher2013-05-141-6/+2
* reorg.c (fill_simple_delay_slots): Reindent block of code.Eric Botcazou2013-04-141-2/+3
* avr.c, [...]: Where applicable...Steven Bosscher2013-03-231-3/+1
* Update copyright years in gcc/Richard Sandiford2013-01-101-2/+1
* Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek2013-01-041-1/+1
* alias.c (rtx_equal_for_memref_p): Convert constant cases.Kenneth Zadeck2012-08-231-8/+2
* output.h: (current_function_is_leaf...Steven Bosscher2012-06-241-1/+1
* resource.c (init_resource_info): Only consider EXIT_IGNORE_STACK if there is ...Richard Sandiford2011-12-051-9/+9
* rtl.texi (simple_return): Document.Bernd Schmidt2011-08-271-2/+2
* rtl.h (INSN_ANNULLED_BRANCH_P): Only allow JUMP_INSN.Richard Henderson2011-08-211-5/+13
* rtlanal.c (tablejump_p): False for returns.Bernd Schmidt2011-07-281-6/+10
* diagnostic-core.h: Include bversion.h.Joseph Myers2010-11-301-1/+0