summaryrefslogtreecommitdiff
path: root/gcc/resource.c
Commit message (Expand)AuthorAgeFilesLines
* add default for INSN_REFERENCES_ARE_DELAYEDtbsaunde2015-04-221-2/+0
* provide default for INSN_SETS_ARE_DELAYEDtbsaunde2015-04-221-2/+0
* reduce conditional compilation for HARD_FRAME_POINTER_IS_FRAME_POINTERtbsaunde2015-04-221-6/+5
* Update copyright years.jakub2015-01-051-1/+1
* 2014-10-27 Andrew MacLeod <amacleod@redhat.com>amacleod2014-10-271-0/+4
* 2014-10-16 Andrew MacLeod <amacleod@redhat.com>amacleod2014-10-161-0/+5
* Replace INSN_DELETED_P with rtx_insn member functionstbsaunde2014-09-161-2/+1
* Instruction attributes take an rtx_insn *dmalcolm2014-09-151-2/+2
* Eliminate the checked cast from get_call_reg_set_usagedmalcolm2014-09-051-5/+6
* Change the types of arguments and return values for several functions from rt...tbsaunde2014-09-041-2/+2
* PR bootstrap/62304dmalcolm2014-08-301-14/+21
* Use rtx_insn in various places in resource.[ch]dmalcolm2014-08-291-3/+3
* Work towards NEXT_INSN/PREV_INSN requiring insns as their paramsdmalcolm2014-08-281-25/+25
* resource.c: Use rtx_sequencedmalcolm2014-08-271-16/+19
* resource.c: Use rtx_insndmalcolm2014-08-221-2/+2
* -fuse-caller-save - Use collected register usage informationvries2014-05-281-2/+8
* Update copyright years in gcc/rsandifo2014-01-021-1/+1
* Eliminate FOR_EACH_BB macro.dmalcolm2013-12-091-2/+2
* Eliminate last_basic_block macro.dmalcolm2013-12-091-1/+1
* Eliminate BASIC_BLOCK macro.dmalcolm2013-12-091-3/+4
* Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosdmalcolm2013-11-191-2/+2
* gcc:amylaar2013-09-061-0/+10
* 2013-09-06 Claudiu Zissulescu <claziss@synopsys.com>amylaar2013-09-061-5/+12
* * resource.h (struct resources): Remove unch_memory member.steven2013-05-141-6/+2
* * reorg.c (fill_simple_delay_slots): Reindent block of code.ebotcazou2013-04-141-2/+3
* * config/avr/avr.c, config/bfin/bfin.c, config/c6x/c6x.c,steven2013-03-231-3/+1
* Update copyright years in gcc/rsandifo2013-01-101-2/+1
* Update Copyright years for files modified in 2011 and/or 2012.jakub2013-01-041-1/+1
* 2012-08-23 Kenneth Zadeck <zadeck@naturalbridge.com>zadeck2012-08-231-8/+2
* * output.h: (current_function_is_leaf,steven2012-06-241-1/+1
* gcc/rsandifo2011-12-051-9/+9
* * doc/rtl.texi (simple_return): Document.bernds2011-08-271-2/+2
* * rtl.h (INSN_ANNULLED_BRANCH_P): Only allow JUMP_INSN.rth2011-08-211-5/+13
* * rtlanal.c (tablejump_p): False for returns.bernds2011-07-281-6/+10
* * diagnostic-core.h: Include bversion.h.jsm282010-11-301-1/+0
* gcc:jsm282010-09-291-3/+3
* 2010-07-08 Manuel López-Ibáñez <manu@gcc.gnu.org>manu2010-07-081-0/+1
* Remove trailing white spaces.hjl2009-11-251-1/+1
* gcc/ChangeLog:aoliva2009-09-021-0/+3
* PR rtl-optimization/40710kkojima2009-07-151-3/+4
* * resource.c (mark_referenced_resources): Changeian2009-06-161-18/+18
* PR rtl-optimization/39938ebotcazou2009-04-291-2/+0
* PR rtl-optimization/39938ebotcazou2009-04-281-0/+2
* * resource.c (find_basic_block): Use BLOCK_FOR_INSN to look upebotcazou2009-04-271-19/+36
* Update Copyright years for files modified in 2008 and/or 2009.jakub2009-02-201-1/+1
* gcc/rsandifo2008-07-021-4/+1
* * function.h (incomming_args): Break out of struct function.hubicka2008-04-081-2/+2
* gcc/rsandifo2007-12-181-3/+2
* gcc/rsandifo2007-12-161-9/+1
* * rtl.c (rtx_code_size): Check CONST_FIXED to calcualte correct sizeschaoyingfu2007-08-231-0/+2