* config/alpha/x-vms (version): Change "." to "_".
[gcc.git] / gcc / resource.c
2001-10-11 Stan Shebsalias.c: Remove uses of "register" specifier in declara...
2001-10-10 Kazu Hiratacalls.c: Fix formatting.
2001-09-10 Richard Kenneralias.c (clear_reg_alias_info): Use K&R format definition.
2001-08-22 Lars BrinkhoffMakefile.in, [...]: replace "GNU CC" with "GCC".
2001-08-12 Kazu Hiratagcc.c: Fix comment formatting.
2001-08-07 Jan Hubickacalls.c (expand_call): Do not emit INSN_SETJMP note.
2001-04-03 Jakub JelinekUse byte offsets in SUBREGs instead of words.
2001-03-28 Richard Hendersonexcept.c (can_throw_internal): Rename from can_throw.
2001-02-23 Jeffrey OldhamMakefile.in (resource.o): Add params.h dependence.
2001-02-16 Jeffrey Oldhamresource.c (mark_referenced_resources): Fix typo in...
2001-02-13 Jan Hubickacse.c (cse_main): Converts ifdefs on PIC_OFFSET_TABLE_R...
2001-01-01 Alexandre Olivaresource.c (mark_referenced_resources): Abort() before...
2000-12-21 Michael Hayesresource.c (mark_set_resources): Use MARK_SRC_DEST...
2000-10-13 Mark MitchellRemove obstacks.
2000-08-04 Rodney Brownalias.c (mark_constant_function): Use INSN_P.
2000-07-28 Richard Hendersoncse.c (canon_hash): Handle PRE_MODIFY/POST_MODIFY.
2000-05-28 Richard HendersonMakefile.in (resource.o): Depend on except.h.
2000-05-27 Richard HendersonMakefile.in (recog.o): Don't depend on resource.h.
2000-05-25 Mark Mitchellexcept.h (can_throw): Declare it.
2000-05-25 Jan Hubickacombine.c (try_combine): Use any_condjump_p...
2000-03-27 Stan Coxresource.h (mark_resource_type): New.
2000-03-25 Richard Kenner* Rework fields used to describe positions of bitfields and
2000-02-26 Graham Stottresource.c (mark_referenced_resources): Changed use...
2000-01-17 Kaveh R. Ghaziprint-rtl.c: PROTO -> PARAMS.
2000-01-11 Alexandre Olivaresource.c (mark_referenced_resources): Mark a set...
2000-01-11 Kaveh GhaziUpdate copyrights for last checkin.
2000-01-10 Kaveh R. GhaziMakefile.in (optabs.o): Depend on real.h
1999-11-02 Richard Hendersonresource.c: Revert Oct 26 20:42 and Oct 27 00:56 changes.
1999-11-02 Diego Novilloresource.c (mark_target_live_regs): For unconditional...
1999-10-28 Richard Hendersonresource.c (find_free_register): Don't use the frame...
1999-10-27 Mark Mitchellrtl.h (note_stores): Add additional paramter.
1999-10-27 Richard Hendersonresource.c (mark_target_live_regs): Check that the...
1999-10-27 Richard Hendersonresource.c (find_basic_block): Delete.
1999-10-05 Zack Weinbergresource.c (find_free_register): Mark class_str argumen...
1999-09-20 Bernd SchmidtMake it possible to prototype port-specific functions...
1999-09-07 Kaveh R. Ghazic-aux-info.c (concat): Don't define.
1999-08-31 Richard Hendersonbackport: Makefile.in (STAGESTUFF): Add *.peephole2.
1999-08-26 Zack Weinbergtree.h: fancy_abort always takes three args.
1999-08-24 Bob Mansonhaifa-sched.c (split_hard_reg_notes): Move to flow.c
1999-08-21 Jim WilsonFix cse.c/resource.c register lifetime inconsistency.
1999-08-20 Kaveh R. Ghazirtl.h (rtx_format): Constify a char*.
1999-08-09 Bernd SchmidtInclude function.h in most files.
1999-05-06 Mark Mitchellresource.c (mark_referenced_resources): Make volatil...
1999-05-04 Mark Mitchellresource.c (mark_set_resources): Handle UNSPEC_VOLATILE...
1999-04-17 Zack Weinbergc-aux-info.c, [...]: Include toplev.h for real declarat...
1999-02-25 Richard HendersonFlow rewrite to use basic block structures and edge...
1999-02-03 Richard HendersonMissed rtl.h on commit and from ChangeLog.
1999-02-02 Bob MansonBob Manson <manson@charmed.cygnus.com>