aboutsummaryrefslogtreecommitdiff
path: root/gcc/resource.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-11-30diagnostic-core.h: Include bversion.h.Joseph Myers1-1/+0
2010-09-29optc-gen.awk: Generate global_options initializer instead of individual varia...Joseph Myers1-3/+3
2010-07-08toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez1-0/+1
2009-11-25Remove trailing white spaces.H.J. Lu1-1/+1
2009-09-02invoke.texi (-fvar-tracking-assignments): New.Alexandre Oliva1-0/+3
2009-07-15re PR rtl-optimization/40710 (Linux kernel miscompiled for sh4-linux)Eric Botcazou1-3/+4
2009-06-16resource.c (mark_referenced_resources): Change include_delayed_effects parame...Ian Lance Taylor1-18/+18
2009-04-29re PR rtl-optimization/39938 (build broke for cris-elf with dbr_schedule change)Eric Botcazou1-2/+0
2009-04-28re PR rtl-optimization/39938 (build broke for cris-elf with dbr_schedule change)Eric Botcazou1-0/+2
2009-04-27resource.c (find_basic_block): Use BLOCK_FOR_INSN to look up a label's basic ...Eric Botcazou1-19/+36
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek1-1/+1
2008-07-02resource.c (mark_referenced_resources): Look inside UNSPEC_VOLATILEs and ASM_...Richard Sandiford1-4/+1
2008-04-08function.h (incomming_args): Break out of struct function.Jan Hubicka1-2/+2
2007-12-18200x-xx-xx Kaz Kylheku <kaz@zeugmasystems.com>Richard Sandiford1-3/+2
2007-12-16re PR rtl-optimization/34415 (Possible miscompilation on MIPS)Richard Sandiford1-9/+1
2007-08-23rtl.c (rtx_code_size): Check CONST_FIXED to calcualte correct sizes in DEF_RT...Chao-ying Fu1-0/+2
2007-08-14alias.c (rtx_equal_for_memref_p): Constify.Kaveh R. Ghazi1-1/+1
2007-07-30alias.c (record_set, [...]): Constify.Kaveh R. Ghazi1-2/+2
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-4/+3
2007-06-19df.h (DF_FIRST_OPTIONAL_PROBLEM): Removed.Kenneth Zadeck1-1/+1
2007-06-11Merge dataflow branch into mainlineDaniel Berlin1-3/+5