From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pekka Enberg Subject: Re: [ANNOUNCE] LLVM backend for Sparse Date: Sun, 28 Aug 2011 17:01:20 +0300 (EEST) Message-ID: References: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Return-path: Received: from mail-bw0-f46.google.com ([209.85.214.46]:58148 "EHLO mail-bw0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752024Ab1H1OB3 (ORCPT ); Sun, 28 Aug 2011 10:01:29 -0400 Received: by bke11 with SMTP id 11so3565794bke.19 for ; Sun, 28 Aug 2011 07:01:28 -0700 (PDT) In-Reply-To: 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 , Josh Triplett On Sun, 28 Aug 2011, Christopher Li wrote: > Very impressive. That is some sparse 0.5 material. > I will start merging it as soon as I release 0.4.4 > > I play around with it a little bit, It seems choke on the hello > world program. Shouldn't be hard to fix though. It's lack of PSEUDO_SYM support. I haven't quite figured out what kind of code to generate for that because, frankly, I'm not completely sure what it's all about. ;-) Pekka