summaryrefslogtreecommitdiff
path: root/gcc/resource.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove obstacks.Mark Mitchell2000-10-131-1/+15
* alias.c (mark_constant_function): Use INSN_P.Rodney Brown2000-08-041-2/+2
* cse.c (canon_hash): Handle PRE_MODIFY/POST_MODIFY.Richard Henderson2000-07-281-0/+7
* Makefile.in (resource.o): Depend on except.h.Richard Henderson2000-05-271-0/+1
* Makefile.in (recog.o): Don't depend on resource.h.Richard Henderson2000-05-271-106/+0
* except.h (can_throw): Declare it.Mark Mitchell2000-05-251-0/+8
* combine.c (try_combine): Use any_condjump_p...Jan Hubicka2000-05-251-3/+2
* resource.h (mark_resource_type): New.Stan Cox2000-03-271-32/+47
* * Rework fields used to describe positions of bitfields andRichard Kenner2000-03-251-28/+37
* resource.c (mark_referenced_resources): Changed use SET_DEST (...) to XEXP (....Graham Stott2000-02-251-2/+2
* print-rtl.c: PROTO -> PARAMS.Kaveh R. Ghazi2000-01-171-4/+4
* resource.c (mark_referenced_resources): Mark a set strict_low_part as used.Alexandre Oliva2000-01-111-1/+3
* Update copyrights for last checkin.Kaveh Ghazi2000-01-111-1/+1
* Makefile.in (optabs.o): Depend on real.hKaveh R. Ghazi2000-01-101-0/+1
* resource.c: Revert Oct 26 20:42 and Oct 27 00:56 changes.Richard Henderson1999-11-021-7/+39
* resource.c (mark_target_live_regs): For unconditional branches...Diego Novillo1999-11-021-3/+3
* resource.c (find_free_register): Don't use the frame pointer if frame_pointer...Richard Henderson1999-10-281-0/+4
* rtl.h (note_stores): Add additional paramter.Mark Mitchell1999-10-271-3/+4
* resource.c (mark_target_live_regs): Check that the target insn wasn't created...Richard Henderson1999-10-271-1/+2
* resource.c (find_basic_block): Delete.Richard Henderson1999-10-261-37/+4
* resource.c (find_free_register): Mark class_str argument const.Zack Weinberg1999-10-051-1/+1
* Make it possible to prototype port-specific functions (and convert i386 to us...Bernd Schmidt1999-09-201-0/+1
* c-aux-info.c (concat): Don't define.Kaveh R. Ghazi1999-09-071-8/+3
* backport: Makefile.in (STAGESTUFF): Add *.peephole2.Richard Henderson1999-08-311-5/+16
* tree.h: fancy_abort always takes three args.Zack Weinberg1999-08-261-1/+1
* haifa-sched.c (split_hard_reg_notes): Move to flow.cBob Manson1999-08-241-8/+48
* Fix cse.c/resource.c register lifetime inconsistency.Jim Wilson1999-08-201-1/+1