This is the mail archive of the gcc-patches@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]

Re: [Patch] 1/3 Add new builtin __builtin_flush_icache().


Mark Mitchell wrote:
David Daney wrote:
2007-07-08 David Daney <ddaney@avtrex.com>

* builtins.def (BUILT_IN_CLEAR_CACHE): New builtin.
* builtins.c (expand_builtin___clear_cache): New function.
(expand_builtin): Call expand_builtin___clear_cache for
BUILT_IN_CLEAR_CACHE case.
* doc/extend.texi (__builtin___clear_cache): Document new builtin.
* testsuite/gcc.dg/builtins-64.c: New test.

:REVIEWMAIL: OK


Thanks,

Thanks Mark,

This is the version I committed. The only changes are punctuation in comments and the addition of the clear_cache documentation in md.texi.


2007-07-10 David Daney <ddaney@avtrex.com>


   * builtins.def (BUILT_IN_CLEAR_CACHE): New builtin.
   * builtins.c (expand_builtin___clear_cache): New function.
   (expand_builtin): Call expand_builtin___clear_cache for
   BUILT_IN_CLEAR_CACHE case.
   * doc/extend.texi (__builtin___clear_cache): Document new builtin.
   * doc/md.texi (clear_cache): Document new instruction pattern.
   * testsuite/gcc.dg/builtins-64.c: New test.


Sending        gcc/ChangeLog
Sending        gcc/builtins.c
Sending        gcc/builtins.def
Sending        gcc/doc/extend.texi
Sending        gcc/doc/md.texi
Adding         gcc/testsuite/gcc.dg/builtins-64.c
Transmitting file data ......
Committed revision 126535.

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