From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23698 invoked by alias); 5 Jan 2007 13:58:12 -0000 Received: (qmail 23686 invoked by uid 22791); 5 Jan 2007 13:58:12 -0000 X-Spam-Check-By: sourceware.org Received: from wx-out-0506.google.com (HELO wx-out-0506.google.com) (66.249.82.227) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 05 Jan 2007 13:58:07 +0000 Received: by wx-out-0506.google.com with SMTP id h31so6958831wxd for ; Fri, 05 Jan 2007 05:58:05 -0800 (PST) Received: by 10.90.81.14 with SMTP id e14mr632707agb.1168005485338; Fri, 05 Jan 2007 05:58:05 -0800 (PST) Received: by 10.90.67.10 with HTTP; Fri, 5 Jan 2007 05:58:04 -0800 (PST) Message-ID: <5787cf470701050558m2b7d7e4ubc9211795ab944c9@mail.gmail.com> Date: Fri, 05 Jan 2007 13:58:00 -0000 From: "Uros Bizjak" To: "GCC Patches" Subject: [PING^2, i386]: Rewrite and macroize sin, cos and sincos x87 patterns MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2007-01/txt/msg00379.txt.bz2 Hello! This patch continues the x87 builtins cleanup in the same way as fsqrt and fprem{,1} patterns were rewritten / cleaned up: http://gcc.gnu.org/ml/gcc-patches/2006-11/msg01727.html I'd like to address other builtins, but this one is somehow blocking the work in i386.md. Uros.