From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pekka Enberg Subject: Re: [GIT PULL] Sparse/LLVM updates Date: Wed, 10 Oct 2012 09:35:57 +0300 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Received: from mail-wi0-f172.google.com ([209.85.212.172]:38538 "EHLO mail-wi0-f172.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750883Ab2JJGf6 convert rfc822-to-8bit (ORCPT ); Wed, 10 Oct 2012 02:35:58 -0400 Received: by mail-wi0-f172.google.com with SMTP id hq12so6603182wib.1 for ; Tue, 09 Oct 2012 23:35:57 -0700 (PDT) Sender: linux-sparse-owner@vger.kernel.org List-Id: linux-sparse@vger.kernel.org To: Christopher Li Cc: linux-sparse@vger.kernel.org, Jeff Garzik , Linus Torvalds Hi Chris, On Tue, Oct 9, 2012 at 9:34 AM, Pekka Enberg wrote= : > Hi Chris, > > Please pull the latest Sparse/LLVM tree from: > > git@github.com:penberg/sparse-llvm.git llvm/core > > It contains few LLVM backend fixes from myself and Jonathan Neusch=E4= fer. > > Pekka > > ------------------> I have added one more LLVM backend fix from Jonathan to the branch: The following changes since commit 063236fd3f46bc83b49172f5ecb597e0a91c= ede8: ptrlist.c: fix a typo in a comment (2012-06-26 00:54:24 -0700) are available in the git repository at: git@github.com:penberg/sparse-llvm.git llvm/core Jonathan Neusch=E4fer (3): sparse, llvm: 'Verify' the LLVM module before writing it sparse, llvm: convert the condition of branch/select to bool sparse, llvm: Fix type of loaded values Pekka Enberg (2): sparse, llvm: Fix SIGSEGV for extern symbols sparse, llvm: Fix 'void' return type code generation sparse-llvm.c | 38 +++++++++++++++++++++++++= +++---- validation/backend/extern.c | 11 +++++++++ validation/backend/int-cond.c | 30 +++++++++++++++++++++++++= + validation/backend/load-type.c | 12 ++++++++++ validation/backend/void-return-type.c | 13 +++++++++++ 5 files changed, 99 insertions(+), 5 deletions(-) create mode 100644 validation/backend/extern.c create mode 100644 validation/backend/int-cond.c create mode 100644 validation/backend/load-type.c create mode 100644 validation/backend/void-return-type.c -- To unsubscribe from this list: send the line "unsubscribe linux-sparse"= in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html