summaryrefslogtreecommitdiff
path: root/gcc/resource.c
AgeCommit message (Expand)Author
2014-01-02Update copyright years in gcc/Richard Sandiford
2013-12-09Eliminate FOR_EACH_BB macro.David Malcolm
2013-12-09Eliminate last_basic_block macro.David Malcolm
2013-12-09Eliminate BASIC_BLOCK macro.David Malcolm
2013-11-19Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm
2013-09-06resource.c (mark_referenced_resources): Handle COND_EXEC.Joern Rennecke
2013-09-06resource.c (mark_target_live_regs): Compute resources taking into account if ...Claudiu Zissulescu
2013-05-14resource.h (struct resources): Remove unch_memory member.Steven Bosscher
2013-04-14reorg.c (fill_simple_delay_slots): Reindent block of code.Eric Botcazou
2013-03-23avr.c, [...]: Where applicable...Steven Bosscher
2013-01-10Update copyright years in gcc/Richard Sandiford
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek
2012-08-23alias.c (rtx_equal_for_memref_p): Convert constant cases.Kenneth Zadeck
2012-06-24output.h: (current_function_is_leaf...Steven Bosscher
2011-12-05resource.c (init_resource_info): Only consider EXIT_IGNORE_STACK if there is ...Richard Sandiford
2011-08-27rtl.texi (simple_return): Document.Bernd Schmidt
2011-08-21rtl.h (INSN_ANNULLED_BRANCH_P): Only allow JUMP_INSN.Richard Henderson
2011-07-28rtlanal.c (tablejump_p): False for returns.Bernd Schmidt
2010-11-30diagnostic-core.h: Include bversion.h.Joseph Myers
2010-09-29optc-gen.awk: Generate global_options initializer instead of individual varia...Joseph Myers
2010-07-08toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez
2009-11-25Remove trailing white spaces.H.J. Lu
2009-09-02invoke.texi (-fvar-tracking-assignments): New.Alexandre Oliva
2009-07-15re PR rtl-optimization/40710 (Linux kernel miscompiled for sh4-linux)Eric Botcazou
2009-06-16resource.c (mark_referenced_resources): Change include_delayed_effects parame...Ian Lance Taylor
2009-04-29re PR rtl-optimization/39938 (build broke for cris-elf with dbr_schedule change)Eric Botcazou
2009-04-28re PR rtl-optimization/39938 (build broke for cris-elf with dbr_schedule change)Eric Botcazou
2009-04-27resource.c (find_basic_block): Use BLOCK_FOR_INSN to look up a label's basic ...Eric Botcazou
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek
2008-07-02resource.c (mark_referenced_resources): Look inside UNSPEC_VOLATILEs and ASM_...Richard Sandiford
2008-04-08function.h (incomming_args): Break out of struct function.Jan Hubicka
2007-12-18200x-xx-xx Kaz Kylheku <kaz@zeugmasystems.com>Richard Sandiford
2007-12-16re PR rtl-optimization/34415 (Possible miscompilation on MIPS)Richard Sandiford
2007-08-23rtl.c (rtx_code_size): Check CONST_FIXED to calcualte correct sizes in DEF_RT...Chao-ying Fu
2007-08-14alias.c (rtx_equal_for_memref_p): Constify.Kaveh R. Ghazi
2007-07-30alias.c (record_set, [...]): Constify.Kaveh R. Ghazi
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton
2007-06-19df.h (DF_FIRST_OPTIONAL_PROBLEM): Removed.Kenneth Zadeck
2007-06-11Merge dataflow branch into mainlineDaniel Berlin
2007-05-22regs.h (end_hard_regno): New function.Richard Sandiford
2007-05-21gengtype.c (adjust_field_rtx_def): Use NOTE_KIND instead of NOTE_LINE_NUMBER...Jan Hubicka
2006-12-20rtlanal.c (struct subreg_info, [...]): New.Joseph Myers
2006-01-31tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki
2005-06-25Update FSF address.Kelley Cook
2005-06-16basic-block.h (rtl_bb_info): Break out head_, end_, global_live_at_start, glo...Jan Hubicka
2005-04-28bt-load.c, [...]: Use JUMP_P, LABEL_P, REG_P, MEM_P, NONJUMP_INSN_P, and INSN...Kazu Hirata
2005-01-18basic-block.h, [...]: Update copyright.Kazu Hirata
2005-01-05combine.c (expand_compound_operation): Add comment that we fall through after...Steven Bosscher
2004-11-22bitmap.h (struct bitmap_obstack): New obstack type.Nathan Sidwell
2004-10-18basic-block.h (reg_set_iterator): New.Kazu Hirata