summaryrefslogtreecommitdiff
path: root/gcc/resource.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* rtl.h (rtx_format): Constify a char*.Kaveh R. Ghazi1999-08-201-2/+2
* Include function.h in most files.Bernd Schmidt1999-08-091-0/+1
* resource.c (mark_referenced_resources): Make volatil monotonically increasing.Mark Mitchell1999-05-061-5/+5
* resource.c (mark_set_resources): Handle UNSPEC_VOLATILE...Mark Mitchell1999-05-041-0/+22
* c-aux-info.c, [...]: Include toplev.h for real declaration of trim_filename.Zack Weinberg1999-04-171-0/+1
* Flow rewrite to use basic block structures and edge lists.Richard Henderson1999-02-251-1/+1
* Missed rtl.h on commit and from ChangeLog.Richard Henderson1999-02-021-1/+28
* Bob Manson <manson@charmed.cygnus.com>Bob Manson1999-02-021-0/+1239