This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r143781 - in /branches/ix86/atom/gcc: ChangeLog...


Author: jye2
Date: Fri Jan 30 09:01:26 2009
New Revision: 143781

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=143781
Log:
2009-01-30  Vladimir Makarov  <vmakarov@redhat.com>

    * genautomata.c: Add a new year to the copyright.  Add a new
    reference.
    (struct insn_reserv_decl): Add comments for member bypass_list.
    (find_bypass): Remove.
    (insert_bypass): New.
    (process_decls): Use insert_bypass.
    (output_internal_insn_latency_func): Output all bypasses with the
    same input insn in one switch case.

    * rtl.def (define_bypass): Describe bypass choice.
    * doc/md.texi (define_bypass): Ditto.

Added:
    branches/ix86/atom/gcc/ChangeLog.atom
Modified:
    branches/ix86/atom/gcc/doc/md.texi
    branches/ix86/atom/gcc/genautomata.c
    branches/ix86/atom/gcc/rtl.def


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]