aboutsummaryrefslogtreecommitdiff
path: root/gcc/resource.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-05-22regs.h (end_hard_regno): New function.Richard Sandiford1-47/+13
2007-05-21gengtype.c (adjust_field_rtx_def): Use NOTE_KIND instead of NOTE_LINE_NUMBER...Jan Hubicka1-1/+1
2006-12-20rtlanal.c (struct subreg_info, [...]): New.Joseph Myers1-8/+12
2006-01-31tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki1-3/+3
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-16basic-block.h (rtl_bb_info): Break out head_, end_, global_live_at_start, glo...Jan Hubicka1-1/+1
2005-04-28bt-load.c, [...]: Use JUMP_P, LABEL_P, REG_P, MEM_P, NONJUMP_INSN_P, and INSN...Kazu Hirata1-2/+2
2005-01-18basic-block.h, [...]: Update copyright.Kazu Hirata1-1/+1
2005-01-05combine.c (expand_compound_operation): Add comment that we fall through after...Steven Bosscher1-3/+2
2004-11-22bitmap.h (struct bitmap_obstack): New obstack type.Nathan Sidwell1-1/+0
2004-10-18basic-block.h (reg_set_iterator): New.Kazu Hirata1-13/+12
2004-09-09ra-build.c (copy_insn_p, [...]): Use gcc_assert and gcc_unreachable instead o...Nathan Sidwell1-10/+5
2004-08-18rtl.h (MEM_READONLY_P): Replace RTX_UNCHANGING_P.Richard Henderson1-2/+2
2004-07-17re PR rtl-optimization/16294 (Missed delay slot scheduling opportunity)Eric Botcazou1-2/+28
2004-07-09alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_...Jerry Quinn1-16/+14
2004-07-01alias.c (get_alias_set, [...]): Use MEM_P.Jerry Quinn1-1/+1
2004-06-15alias.c (record_set, [...]): Use REG_P.Jerry Quinn1-6/+6
2004-02-04alloc-pool.h, [...]: Update copyright.Kazu Hirata1-1/+1
2004-02-02alias.c (record_set): Use hard_regno_nregs.Jan Hubicka1-11/+11
2003-12-16flow.c (EXIT_IGNORE_STACK): Move to ...Kazu Hirata1-2/+0
2003-12-11basic-block.h (BLOCK_HEAD, BLOCK_END): Remove.Steven Bosscher1-3/+3
2003-12-05re PR target/13256 (strict_low_part mistreated in delay slots)Hans-Peter Nilsson1-16/+5
2003-07-19alias.c [...]: Remove unnecessary casts.Kaveh R. Ghazi1-4/+3
2003-07-06jump.c: Convert prototypes to ISO C90.Andreas Jaeger1-45/+24
2002-12-24regmove.c: Fix comment typos.Kazu Hirata1-1/+1
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-0/+2
2002-09-26c-common.h: Follow spelling conventions.Kazu Hirata1-2/+2
2002-05-27basic-block.h (last_basic_block): Defined as synonym for n_basic_blocks.Zdenek Dvorak1-1/+1
2002-05-23bb-reorder.c (make_reorder_chain, [...]): Use FOR_EACH_BB macros to iterate o...Zdenek Dvorak1-4/+4
2002-05-21bb-reorder.c (make_reorder_chain_1): Modified.Zdenek Dvorak1-2/+2
2002-05-16Revert "Basic block renumbering removal", and two followup patches.Richard Henderson1-5/+5
2002-05-16Basic block renumbering removal.Zdenek Dvorak1-5/+5
2002-05-10rtl.h (INSN_ANNULLED_BRANCH_P): Accept INSN too, update comment.David S. Miller1-1/+3
2002-05-10rtl.h (struct rtx_def): Document unchanging and in_struct flags more accurately.David S. Miller1-5/+18
2002-05-09read-rtl.c: Fix formatting.Kazu Hirata1-13/+13
2002-02-19i386.md ("mmx_uavgv8qi3"): Use const_vector.Aldy Hernandez1-0/+2
2002-01-29expr.c (force_operand): Ignore flag_pic for detecting pic address loads.Richard Henderson1-15/+2
2001-10-11alias.c: Remove uses of "register" specifier in declarations of arguments and...Stan Shebs1-6/+6
2001-10-10calls.c: Fix formatting.Kazu Hirata1-1/+1
2001-09-10alias.c (clear_reg_alias_info): Use K&R format definition.Richard Kenner1-6/+7