search for: uiuc

Displaying 20 results from an estimated 27883 matches for "uiuc".

2012 Jul 10
2
[LLVMdev] Unable to do even basic Clang tutorial
...nd failed with exit code 1 (use -v to see > invocation) > > > ------------------------------------------------------------------------ > *From:* Ashok Nalkund <ashoknn at qualcomm.com> > *To:* NY Knicks Fan <nyknicksfan92009 at yahoo.com> > *Cc:* "llvmdev at cs.uiuc.edu" <llvmdev at cs.uiuc.edu> > *Sent:* Tuesday, July 10, 2012 12:11 PM > *Subject:* Re: [LLVMdev] Unable to do even basic Clang tutorial > > You will need to link to the LLVM/clang libraries. To get the correct > flags, you can run: > ./llvm-config --ldflags --libs &gt...
2008 Feb 13
1
[LLVMdev] Is there someone tried LLVM 2.1 on Visual Studio 2005?
...r to whom) is the > best place to report these and iterate until we fix them? > > Ted Neward > Java, .NET, XML Services > Consulting, Teaching, Speaking, Writing > http://www.tedneward.com > > > >> -----Original Message----- >> From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] >> On Behalf Of Seung Jae Lee >> Sent: Tuesday, February 12, 2008 9:20 PM >> To: llvmdev at cs.uiuc.edu >> Subject: Re: [LLVMdev] Is there someone tried LLVM 2.1 on Visual Studio >> 2005? >> >> I simply found it a...
2002 Nov 08
1
[LLVMdev] Iterating on the DSGraph... (fwd)
...pointer > DSNodeHandle& ptrNode = funcGraph.getNodeForValue(ptr); > DSNode* target = ptrNode.getNode(); // cannot be NULL > > > (Chris, am I right that a scalar pointer always points to some > graph node?) > > --Vikram > > > From llvmdev-admin at cs.uiuc.edu Fri Nov 8 17:18 CST 2002 > Received: from dcs-server1.cs.uiuc.edu (dcs-research1-server1.cs.uiuc.edu [128.174.244.4]) > by tank.cs.uiuc.edu (8.9.3/8.9.3) with ESMTP id RAA02614; > Fri, 8 Nov 2002 17:18:04 -0600 (CST) > Received: from dcs-server2.cs.uiuc.edu (dcs-server2.cs.uiuc.e...
2009 Jan 27
3
[LLVMdev] Hitting assertion, unsure why
...hit with optimizations off but through a different method. I've tried the strip-debug method and that doesn't seem to help, any other ideas or tips where I can look to further debug this issue would be very helpful. Thanks, Micah -----Original Message----- From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] On Behalf Of Bill Wendling Sent: Thursday, January 15, 2009 3:32 PM To: LLVM Developers Mailing List Subject: Re: [LLVMdev] Hitting assertion, unsure why Other than not using debugging ('-g' and the like), not really. :-( I think that Devang is a...
2011 Nov 14
2
[LLVMdev] Transferring value* in LLVM
...gt;>> Thank you. >>> >>> Yakov >>> >>> >>> >>> ______________________________ _________________ >>> LLVM Developers mailing list >>> LLVMdev at cs.uiuc.edu <mailto:LLVMdev at cs.uiuc.edu> >>> http://llvm.cs.uiuc.edu >>> http://lists.cs.uiuc.edu/ mailman/listinfo/llvmdev >>> <http://lists.cs.uiuc.edu/**mailman/listinfo/llvmdev<http://lists.cs.uiuc.edu/mailman/listin...
2011 Aug 13
2
[LLVMdev] Order of code generation
...t;> What is the MI dump you get for this BB just after instruction selection? >> >> > Thanks! >> >> Cheers, >> Rafael >> _______________________________________________ >> LLVM Developers mailing list >> LLVMdev at cs.uiuc.edu <mailto:LLVMdev at cs.uiuc.edu> http://llvm.cs.uiuc.edu >> <http://llvm.cs.uiuc.edu/> >> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev >> >> >> _______________________________________________ >> LLVM Developers mailing list >> LL...
2009 Mar 23
3
[LLVMdev] Wiki?
...h wiki's pretty printing are you thinking of in particular? >>> >>> I like Wikipedia's use of http://en.wikipedia.org/wiki/GeSHi . >>> >>> _______________________________________________ >>> LLVM Developers mailing list >>> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu >>> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev >>> >>> >> >> _______________________________________________ >> LLVM Developers mailing list >> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu >&g...
2004 Dec 11
2
[LLVMdev] calling the printf funtion
The gcc front-end page in llvm.cs.uiuc.edu seems to be down for the last 18 hrs. I was finding that tool very useful to get the syntactic constructs, could someone fix it ? Thanks Jai On Sat, 11 Dec 2004 11:10:00 -0600, Vikram S. Adve <vadve at cs.uiuc.edu> wrote: > Just compile a trivial C program containing printf through...
2009 Jan 28
0
[LLVMdev] Hitting assertion, unsure why
...> > I've tried the strip-debug method and that doesn't seem to help, any > other ideas or tips where I can look to further debug this issue would > be very helpful. > > Thanks, > Micah > > > > > -----Original Message----- > From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] > On Behalf Of Bill Wendling > Sent: Thursday, January 15, 2009 3:32 PM > To: LLVM Developers Mailing List > Subject: Re: [LLVMdev] Hitting assertion, unsure why > > Other than not using debugging ('-g' and the like), not really....
2008 Apr 02
3
[LLVMdev] Retrieving local variable names.
Is this something that will happen in future? Or there is no plan for it? Thanks, Ali -----Original Message----- From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] On Behalf Of Evan Cheng Sent: Wednesday, April 02, 2008 10:30 AM To: LLVM Developers Mailing List Subject: Re: [LLVMdev] Retrieving local variable names. It's not currently available. LLVM would have to propagate debug information through all codeg...
2014 Sep 03
2
[LLVMdev] C Backend Ressurected
...stom > > backend vs. the C backend, then the C backend is sometimes preferable in > > my experience although it depends on the complexity of the code you are > > trying to run and how often you need to change it. > > > > > > > > *From:*llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] > > *On Behalf Of *Jim Grosbach > > *Sent:* Tuesday, August 19, 2014 2:12 PM > > *To:* Bruce Hoult > > *Cc:* llvmdev at cs.uiuc.edu > > *Subject:* Re: [LLVMdev] C Backend Ressurected > > > > > > > > Th...
2011 Nov 14
0
[LLVMdev] Transferring value* in LLVM
...Thank you. >> >> Yakov >> >> >> >> ______________________________ _________________ >> LLVM Developers mailing list >> LLVMdev at cs.uiuc.edu <mailto:LLVMdev at cs.uiuc.edu> >> <mailto:LLVMdev at cs.uiuc.edu <mailto:LLVMdev at cs.uiuc.edu>> >> http://llvm.cs.uiuc.edu <http://llvm.cs.uiuc.edu/> >> http://lists.cs.uiuc.edu/ mailman/listinfo/llvmdev >>...
2013 May 11
3
[LLVMdev] LLVM ERROR: Cannot select
...ID=5] >> 0xa7a5628: i32 = undef [ORD=737] [ID=2] >> 0xa76e088: i8 = Constant<31> [ID=6] >> >> >> ______________________________**___________________ >> LLVM Developers mailing list >> LLVMdev at cs.uiuc.edu <mailto:LLVMdev at cs.uiuc.edu> >> http://llvm.cs.uiuc.edu >> http://lists.cs.uiuc.edu/__**mailman/listinfo/llvmdev<http://lists.cs.uiuc.edu/__mailman/listinfo/llvmdev> >> <http://lists.cs.uiuc.edu/**mailman/listinfo/llvmdev<http://lists.cs.ui...
2008 Feb 13
2
[LLVMdev] Is there someone tried LLVM 2.1 on Visual Studio 2005?
...eung ---- Original message ---- >Date: Tue, 12 Feb 2008 21:11:04 -0800 >From: "Ted Neward" <ted at tedneward.com> >Subject: Re: [LLVMdev] Is there someone tried LLVM 2.1 on Visual Studio 2005? >To: "'LLVM Developers Mailing List'" <llvmdev at cs.uiuc.edu> > >I'm sorry, what is getgnuwin32? Is this just a cygwin shortcut tool? > >If I have most of the cygwin dev packages downloaded already, do I still >need getgnuwin32? > >Where do I find getgnuwin32, in any event? > >Ted Neward >Java, .NET, XML Services &gt...
2013 May 12
0
[LLVMdev] LLVM ERROR: Cannot select
...t; 0xa7a5628: i32 = undef [ORD=737] [ID=2] > 0xa76e088: i8 = Constant<31> [ID=6] > > > ___________________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu <mailto:LLVMdev at cs.uiuc.edu> > <mailto:LLVMdev at cs.uiuc.edu <mailto:LLVMdev at cs.uiuc.edu>> > http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/____mailman/listinfo/llvmdev > <http://lists.cs.uiuc.edu/__mailman/listinfo/llv...
2004 Jun 23
4
[LLVMdev] weird issue with mem2reg, should have guessed
...ype. This will give you a nice assertion failure instead of a segfault when you deref the null pointer :) > Let me check bugpoint. Cool, post the testcase it produces. Hopefully it will be small :) -Chris > ----- Original Message ----- > From: "Misha Brukman" <brukman at uiuc.edu> > To: <llvmdev at cs.uiuc.edu> > Sent: Wednesday, June 23, 2004 3:56 PM > Subject: Re: [LLVMdev] weird issue with mem2reg > > > > On Wed, Jun 23, 2004 at 03:50:09PM -0500, Patrick Meredith wrote: > > > MetaSplit is an anlysis I just finished writing. It...
2011 Nov 14
1
[LLVMdev] Transferring value* in LLVM
...>> >>> Yakov >>> >>> >>> >>> ______________________________ >>> _________________ >>> LLVM Developers mailing list >>> LLVMdev at cs.uiuc.edu <mailto:LLVMdev at cs.uiuc.edu> >>> <mailto:LLVMdev at cs.uiuc.edu <mailto:LLVMdev at cs.uiuc.edu>> >>> http://llvm.cs.uiuc.edu <http://llvm.cs.uiuc.edu/> >>> http://lists.cs.uiuc.edu/ mailman/listinfo/llvmdev &...
2008 Apr 08
1
[LLVMdev] LLVM Server Back Up
Looks like some clocks are wrong, as shown by the timestamp on <http://lists.cs.uiuc.edu/pipermail/llvmdev/2008-April/ 013731.html>. Cheers, Gabor On Apr 9, 6:28 am, John Criswell <crisw... at uiuc.edu> wrote: > Dear All, > > The LLVM server is back online.  If you find something that isn't > working, please let me know. > > Thanks for your patie...
2012 Jul 10
2
[LLVMdev] Unable to do even basic Clang tutorial
...iled with exit code 1 (use -v to see > invocation) > > > > ------------------------------------------------------------------------ > *From:* Ashok Nalkund <ashoknn at qualcomm.com> > *To:* NY Knicks Fan <nyknicksfan92009 at yahoo.com> > *Cc:* "llvmdev at cs.uiuc.edu" <llvmdev at cs.uiuc.edu> > *Sent:* Tuesday, July 10, 2012 11:28 AM > *Subject:* Re: [LLVMdev] Unable to do even basic Clang tutorial > > Add -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS to your compilation flag. > > On 7/10/2012 11:23 AM, NY Knicks Fan wrote: &gt...
2007 Aug 10
2
[LLVMdev] c const
...ing the > >> aliasanalysis interface to get mod ref info for a call. > >> > >> -Chris > >> > >> http://nondot.org/sabre > >> http://llvm.org > >> > >> On Aug 8, 2007, at 12:07 AM, "Ryan M. Lefever" <lefever at crhc.uiuc.edu> > >> wrote: > >> > >>> How is c's const keyword translated when compiling c into llvm > >>> bytecode. > >>> I'm specifically interested in const pointer function arguments. > >>> Consider a function declared as follo...