summaryrefslogtreecommitdiff
path: root/gcc/resource.c
Commit message (Expand)AuthorAgeFilesLines
* regs.h (end_hard_regno): New function.Richard Sandiford2007-05-221-47/+13
* gengtype.c (adjust_field_rtx_def): Use NOTE_KIND instead of NOTE_LINE_NUMBER...Jan Hubicka2007-05-211-1/+1
* rtlanal.c (struct subreg_info, [...]): New.Joseph Myers2006-12-201-8/+12
* tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki2006-01-311-3/+3
* Update FSF address.Kelley Cook2005-06-251-2/+2
* basic-block.h (rtl_bb_info): Break out head_, end_, global_live_at_start, glo...Jan Hubicka2005-06-161-1/+1
* bt-load.c, [...]: Use JUMP_P, LABEL_P, REG_P, MEM_P, NONJUMP_INSN_P, and INSN...Kazu Hirata2005-04-281-2/+2
* basic-block.h, [...]: Update copyright.Kazu Hirata2005-01-181-1/+1
* combine.c (expand_compound_operation): Add comment that we fall through after...Steven Bosscher2005-01-051-3/+2
* bitmap.h (struct bitmap_obstack): New obstack type.Nathan Sidwell2004-11-221-1/+0
* basic-block.h (reg_set_iterator): New.Kazu Hirata2004-10-181-13/+12
* ra-build.c (copy_insn_p, [...]): Use gcc_assert and gcc_unreachable instead o...Nathan Sidwell2004-09-091-10/+5
* rtl.h (MEM_READONLY_P): Replace RTX_UNCHANGING_P.Richard Henderson2004-08-181-2/+2
* re PR rtl-optimization/16294 (Missed delay slot scheduling opportunity)Eric Botcazou2004-07-171-2/+28
* alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_...Jerry Quinn2004-07-091-16/+14
* alias.c (get_alias_set, [...]): Use MEM_P.Jerry Quinn2004-07-011-1/+1
* alias.c (record_set, [...]): Use REG_P.Jerry Quinn2004-06-151-6/+6
* alloc-pool.h, [...]: Update copyright.Kazu Hirata2004-02-041-1/+1
* alias.c (record_set): Use hard_regno_nregs.Jan Hubicka2004-02-021-11/+11
* flow.c (EXIT_IGNORE_STACK): Move to ...Kazu Hirata2003-12-161-2/+0
* basic-block.h (BLOCK_HEAD, BLOCK_END): Remove.Steven Bosscher2003-12-111-3/+3
* re PR target/13256 (strict_low_part mistreated in delay slots)Hans-Peter Nilsson2003-12-051-16/+5
* alias.c [...]: Remove unnecessary casts.Kaveh R. Ghazi2003-07-191-4/+3
* jump.c: Convert prototypes to ISO C90.Andreas Jaeger2003-07-061-45/+24
* regmove.c: Fix comment typos.Kazu Hirata2002-12-241-1/+1
* Merge basic-improvements-branch to trunkZack Weinberg2002-12-161-0/+2
* c-common.h: Follow spelling conventions.Kazu Hirata2002-09-261-2/+2
* basic-block.h (last_basic_block): Defined as synonym for n_basic_blocks.Zdenek Dvorak2002-05-271-1/+1
* bb-reorder.c (make_reorder_chain, [...]): Use FOR_EACH_BB macros to iterate o...Zdenek Dvorak2002-05-231-4/+4
* bb-reorder.c (make_reorder_chain_1): Modified.Zdenek Dvorak2002-05-211-2/+2
* Revert "Basic block renumbering removal", and two followup patches.Richard Henderson2002-05-161-5/+5
* Basic block renumbering removal.Zdenek Dvorak2002-05-161-5/+5
* rtl.h (INSN_ANNULLED_BRANCH_P): Accept INSN too, update comment.David S. Miller2002-05-101-1/+3
* rtl.h (struct rtx_def): Document unchanging and in_struct flags more accurately.David S. Miller2002-05-101-5/+18
* read-rtl.c: Fix formatting.Kazu Hirata2002-05-091-13/+13
* i386.md ("mmx_uavgv8qi3"): Use const_vector.Aldy Hernandez2002-02-191-0/+2
* expr.c (force_operand): Ignore flag_pic for detecting pic address loads.Richard Henderson2002-01-291-15/+2
* alias.c: Remove uses of "register" specifier in declarations of arguments and...Stan Shebs2001-10-111-6/+6
* calls.c: Fix formatting.Kazu Hirata2001-10-101-1/+1
* alias.c (clear_reg_alias_info): Use K&R format definition.Richard Kenner2001-09-101-6/+7
* Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff2001-08-221-12/+12
* gcc.c: Fix comment formatting.Kazu Hirata2001-08-121-2/+2
* calls.c (expand_call): Do not emit INSN_SETJMP note.Jan Hubicka2001-08-071-15/+4
* Use byte offsets in SUBREGs instead of words.Jakub Jelinek2001-04-031-3/+3
* except.c (can_throw_internal): Rename from can_throw.Richard Henderson2001-03-271-1/+1
* Makefile.in (resource.o): Add params.h dependence.Jeffrey Oldham2001-02-231-11/+25
* resource.c (mark_referenced_resources): Fix typo in introductory comment.Jeffrey Oldham2001-02-161-2/+2
* cse.c (cse_main): Converts ifdefs on PIC_OFFSET_TABLE_REGNUM to conditionals.Jan Hubicka2001-02-131-1/+1
* resource.c (mark_referenced_resources): Abort() before attempting to mark a p...Alexandre Oliva2001-01-011-4/+24
* resource.c (mark_set_resources): Use MARK_SRC_DEST for PRE_MODIFY and POST_MO...Michael Hayes2000-12-211-3/+3