aboutsummaryrefslogtreecommitdiff
path: root/gcc/resource.c
AgeCommit message (Expand)AuthorFilesLines
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
2001-08-22Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff1-12/+12
2001-08-12gcc.c: Fix comment formatting.Kazu Hirata1-2/+2
2001-08-07calls.c (expand_call): Do not emit INSN_SETJMP note.Jan Hubicka1-15/+4
2001-04-03Use byte offsets in SUBREGs instead of words.Jakub Jelinek1-3/+3
2001-03-27except.c (can_throw_internal): Rename from can_throw.Richard Henderson1-1/+1
2001-02-23Makefile.in (resource.o): Add params.h dependence.Jeffrey Oldham1-11/+25
2001-02-16resource.c (mark_referenced_resources): Fix typo in introductory comment.Jeffrey Oldham1-2/+2
2001-02-13cse.c (cse_main): Converts ifdefs on PIC_OFFSET_TABLE_REGNUM to conditionals.Jan Hubicka1-1/+1
2001-01-01resource.c (mark_referenced_resources): Abort() before attempting to mark a p...Alexandre Oliva1-4/+24
2000-12-21resource.c (mark_set_resources): Use MARK_SRC_DEST for PRE_MODIFY and POST_MO...Michael Hayes1-3/+3
2000-10-13Remove obstacks.Mark Mitchell1-1/+15
2000-08-04alias.c (mark_constant_function): Use INSN_P.Rodney Brown1-2/+2
2000-07-28cse.c (canon_hash): Handle PRE_MODIFY/POST_MODIFY.Richard Henderson1-0/+7
2000-05-27Makefile.in (resource.o): Depend on except.h.Richard Henderson1-0/+1
2000-05-27Makefile.in (recog.o): Don't depend on resource.h.Richard Henderson1-106/+0
2000-05-25except.h (can_throw): Declare it.Mark Mitchell1-0/+8
2000-05-25combine.c (try_combine): Use any_condjump_p...Jan Hubicka1-3/+2
2000-03-27resource.h (mark_resource_type): New.Stan Cox1-32/+47
2000-03-25* Rework fields used to describe positions of bitfields andRichard Kenner1-28/+37
2000-02-25resource.c (mark_referenced_resources): Changed use SET_DEST (...) to XEXP (....Graham Stott1-2/+2
2000-01-17print-rtl.c: PROTO -> PARAMS.Kaveh R. Ghazi1-4/+4
2000-01-11resource.c (mark_referenced_resources): Mark a set strict_low_part as used.Alexandre Oliva1-1/+3
2000-01-11Update copyrights for last checkin.Kaveh Ghazi1-1/+1
2000-01-10Makefile.in (optabs.o): Depend on real.hKaveh R. Ghazi1-0/+1
1999-11-02resource.c: Revert Oct 26 20:42 and Oct 27 00:56 changes.Richard Henderson1-7/+39
1999-11-02resource.c (mark_target_live_regs): For unconditional branches...Diego Novillo1-3/+3
1999-10-28resource.c (find_free_register): Don't use the frame pointer if frame_pointer...Richard Henderson1-0/+4
1999-10-27rtl.h (note_stores): Add additional paramter.Mark Mitchell1-3/+4
1999-10-27resource.c (mark_target_live_regs): Check that the target insn wasn't created...Richard Henderson1-1/+2
1999-10-26resource.c (find_basic_block): Delete.Richard Henderson1-37/+4
1999-10-05resource.c (find_free_register): Mark class_str argument const.Zack Weinberg1-1/+1
1999-09-20Make it possible to prototype port-specific functions (and convert i386 to us...Bernd Schmidt1-0/+1
1999-09-07c-aux-info.c (concat): Don't define.Kaveh R. Ghazi1-8/+3
1999-08-31backport: Makefile.in (STAGESTUFF): Add *.peephole2.Richard Henderson1-5/+16
1999-08-26tree.h: fancy_abort always takes three args.Zack Weinberg1-1/+1
1999-08-24haifa-sched.c (split_hard_reg_notes): Move to flow.cBob Manson1-8/+48
1999-08-20Fix cse.c/resource.c register lifetime inconsistency.Jim Wilson1-1/+1