search for: willdtz

Displaying 20 results from an estimated 65 matches for "willdtz".

2014 Jan 08
2
[LLVMdev] Request for Git Mirror of VMKit Subproject
..., this is not a problem. The only thing I'd like > to know in advance is branch policy - e.g. whether only trunk should > converted, or all the branches as well, etc. > > PS: E-mail to llvm-admin would be much more visible ;) > > On Sun, Jan 5, 2014 at 12:03 AM, Will Dietz <willdtz at gmail.com> wrote: >> Hi all, >> >> Don't suppose VMKit could be added to the set of subprojects with >> official git mirrors? >> >> Please and thank you! :) >> >> ~Will >> _______________________________________________ >> LLVM D...
2014 Jan 04
3
[LLVMdev] Request for Git Mirror of VMKit Subproject
Hi all, Don't suppose VMKit could be added to the set of subprojects with official git mirrors? Please and thank you! :) ~Will
2011 Aug 23
2
[LLVMdev] VMKit build error
...'s primarily causing your issue)--your particular error is when you don't point vmkit to the classpath libraries properly. Set it with the configure option --with-gnu-classpath-glibj=/path/to/classpath-0.97.2/lib/glibj.zip Good luck! ~Will On Tue, Aug 23, 2011 at 5:49 PM, Will Dietz <willdtz at gmail.com> wrote: > Are you running on 64bit (your backtrace addresses suggest you are)? > > I'm encountering the same error when trying to use VMKit on 64bit, > which I believe is an unsupported target. > > ~Will > > On Tue, Aug 23, 2011 at 5:17 PM, Frederic Perez...
2011 Aug 24
0
[LLVMdev] VMKit build error
...with-gnu-classpath-glibj=/home/user/classpath-0.97.2/lib/glibj.zip --with-gnu-classpath-libs=/home/user/classpath-0.97.2/lib --with-llvmobj=/home/user/llvm I'm not sure where the --with-gnu-classpath-libs should point. Any ideas about the error? On Wed, Aug 24, 2011 at 1:16 AM, Will Dietz <willdtz at gmail.com> wrote: > Hmm, disregard my previous comment (while you might still have issues > with 64bit, that's not what's primarily causing your issue)--your > particular error is when you don't point vmkit to the classpath > libraries properly. > > Set it with...
2016 Oct 28
0
RFC: APIs for bitcode files containing multiple modules
> On Oct 28, 2016, at 2:21 PM, Mehdi Amini via llvm-dev <llvm-dev at lists.llvm.org> wrote: > >> >> On Oct 28, 2016, at 2:16 PM, Will Dietz <willdtz at gmail.com <mailto:willdtz at gmail.com>> wrote: >> >> On Fri, Oct 28, 2016 at 2:06 PM, Peter Collingbourne <peter at pcc.me.uk <mailto:peter at pcc.me.uk>> wrote: >>> On Fri, Oct 28, 2016 at 6:11 AM, Will Dietz <willdtz at gmail.com <mailto:willdt...
2016 Oct 28
2
RFC: APIs for bitcode files containing multiple modules
> On Oct 28, 2016, at 2:16 PM, Will Dietz <willdtz at gmail.com> wrote: > > On Fri, Oct 28, 2016 at 2:06 PM, Peter Collingbourne <peter at pcc.me.uk <mailto:peter at pcc.me.uk>> wrote: >> On Fri, Oct 28, 2016 at 6:11 AM, Will Dietz <willdtz at gmail.com> wrote: >>> >>> On Wed, Oct 26, 2016 at 2:0...
2011 May 23
0
[LLVMdev] Fwd: getCanonicalInductionVariable
Forwarding to list :) ~Will ---------- Forwarded message ---------- From: Malveeka Tewari <mtewari at eng.ucsd.edu> Date: Sun, May 22, 2011 at 12:38 AM Subject: Re: [LLVMdev] getCanonicalInductionVariable To: willdtz at gmail.com Adding -mem2reg fixed the problem ! Thanks a lot! Malveeka On Sat, May 21, 2011 at 9:47 PM, Will Dietz <willdtz at gmail.com> wrote: > > Also, make sure you're running the necessary transform passes as well, > I've run into this testing my analysis on unoptimi...
2010 May 26
0
[LLVMdev] AliasAnalysis as a Loadable Module, Possible 2.6->2.7 issue
On Tue, May 25, 2010 at 5:53 PM, Will Dietz <willdtz at gmail.com> wrote: > Hi all, > > First time posting to llvmdev, be gentle :). > > I'm working on an AliasAnalysis implementation and running into an > issue on 2.7, that doesn't exist in 2.6 as far as I can tell. > > Short version: has anyone been able to load a...
2010 May 26
2
[LLVMdev] AliasAnalysis as a Loadable Module, Possible 2.6->2.7 issue
...d is the project triggering the issue, if someone gets bored and either wants to try it or tell me what I'm doing wrong :). Thanks for your time, ~Will On Tue, May 25, 2010 at 10:13 PM, Eli Friedman <eli.friedman at gmail.com> wrote: > On Tue, May 25, 2010 at 5:53 PM, Will Dietz <willdtz at gmail.com> wrote: >> Hi all, >> >> First time posting to llvmdev, be gentle :). >> >> I'm working on an AliasAnalysis implementation and running into an >> issue on 2.7, that doesn't exist in 2.6 as far as I can tell. >> >> Short version...
2011 Aug 15
1
[LLVMdev] [VMKit] 2.9 or ToT? Java version/features?
...t responding to tell you how very helpful your information was! Didn't come back because you gave me everything I needed at the time :). Anyway: On Fri, May 13, 2011 at 2:00 PM, nicolas geoffray <nicolas.geoffray at gmail.com> wrote: > On Fri, May 13, 2011 at 7:30 PM, Will Dietz <willdtz at gmail.com> wrote: > Today you can use both. I haven't improved vmkit much lately, so version 2.9 > and TOT are pretty much the same. Looking at the vmkit-commits mailing list, seems like you've changed/are changing a lot. Is ToT generally stable enough for use in my projects,...
2010 May 26
2
[LLVMdev] AliasAnalysis as a Loadable Module, Possible 2.6->2.7 issue
Hi all, First time posting to llvmdev, be gentle :). I'm working on an AliasAnalysis implementation and running into an issue on 2.7, that doesn't exist in 2.6 as far as I can tell. Short version: has anyone been able to load an AliasAnalysis module into 2.7's opt? Longer version: Even with a dummy pass implementation (just returns MayAlias for everything), I'm getting very
2013 Sep 12
1
[LLVMdev] (no subject)
...sure since it doesn't seem to work on a simple file. Have I done something wrong or am I missing something? Do you have any other suggestion? I really appreciated your help!Thank you in advance, Niko > Date: Thu, 12 Sep 2013 12:35:44 -0500 > Subject: Re: [LLVMdev] (no subject) > From: willdtz at gmail.com > To: koni10 at hotmail.it > CC: llvmdev at cs.uiuc.edu > > To use options like "-time-passes" and "-stats" you need to prefix > them with "-mllvm": > > clang -mllvm -time-passes -O3 test.c -o /dev/null > > Note that I believe...
2017 May 07
2
[cfe-dev] JIT doens't resolve address - Resolve obj-Addresses?
...r, but I don't know how large the function 'behind' is. Even > a call to _msize (windows) does only resolve in a crash. > > Kind regards > Björn > > > > From: Lang Hames <lhames at gmail.com> > To: bjoern.gaier at horiba.com > Cc: willdtz at gmail.com, Clang Dev <cfe-dev at lists.llvm.org> > Date: 01.05.2017 20:15 > Subject: Re: [cfe-dev] JIT doens't resolve address - Resolve > obj-Addresses? > ------------------------------ > > > > Hi Björn, > > I tried using your code and now i...
2011 May 13
0
[LLVMdev] [VMKit] 2.9 or ToT? Java version/features?
Hi Will, On Fri, May 13, 2011 at 7:30 PM, Will Dietz <willdtz at gmail.com> wrote: > Hi all, > > I'm interested in using VMKit rather extensively in a project of mine. > > Great! > I was hoping to get feedback on a few vmkit-related questions from > those more familiar: > > --Is there a 'best' version to use? I'...
2010 May 26
0
[LLVMdev] AliasAnalysis as a Loadable Module, Possible 2.6->2.7 issue
...meone gets bored and either wants to try it or tell me what I'm > doing wrong :). > > Thanks for your time, > > ~Will > > On Tue, May 25, 2010 at 10:13 PM, Eli Friedman <eli.friedman at gmail.com> wrote: > >> On Tue, May 25, 2010 at 5:53 PM, Will Dietz <willdtz at gmail.com> wrote: >> >>> Hi all, >>> >>> First time posting to llvmdev, be gentle :). >>> >>> I'm working on an AliasAnalysis implementation and running into an >>> issue on 2.7, that doesn't exist in 2.6 as far as I can...
2011 May 21
4
[LLVMdev] getCanonicalInductionVariable
Hi I have the followed code for which I am writing a loop pass. int main() { int i = 0; for (i=0; i<20; i++) { printf ("hello world %d\n", i); } return 0; } In the function runOnLoop, I have the following instruction PHINode *indv = NULL; indv = L->getCanonicalInductionVariable(); However, when I check indv is always set to NULL. Since the code has a canonical
2011 Aug 24
2
[LLVMdev] VMKit build error
...> > I'm not sure where the --with-gnu-classpath-libs should point. Any ideas > about the error? > It should point to where the ".so" files generated are from step 2 in http://vmkit.llvm.org/get_started.html. Nicolas > On Wed, Aug 24, 2011 at 1:16 AM, Will Dietz <willdtz at gmail.com> wrote: > >> Hmm, disregard my previous comment (while you might still have issues >> with 64bit, that's not what's primarily causing your issue)--your >> particular error is when you don't point vmkit to the classpath >> libraries properly. &g...
2011 May 13
2
[LLVMdev] [VMKit] 2.9 or ToT? Java version/features?
Hi all, I'm interested in using VMKit rather extensively in a project of mine. I was hoping to get feedback on a few vmkit-related questions from those more familiar: --Is there a 'best' version to use? I'd be inclined to use the 2.9 release since it's a stationary target, but curious if I should try to follow ToT.  Is there a recommended best practice? --What features of
2016 Oct 28
2
RFC: APIs for bitcode files containing multiple modules
On Fri, Oct 28, 2016 at 6:11 AM, Will Dietz <willdtz at gmail.com> wrote: > On Wed, Oct 26, 2016 at 2:04 PM, Peter Collingbourne via llvm-dev > <llvm-dev at lists.llvm.org> wrote: > > On Tue, Oct 25, 2016 at 8:36 PM, Mehdi Amini <mehdi.amini at apple.com> > wrote: > >> > >> > >> On Oct 25, 201...
2016 Oct 28
0
RFC: APIs for bitcode files containing multiple modules
On Fri, Oct 28, 2016 at 2:06 PM, Peter Collingbourne <peter at pcc.me.uk> wrote: > On Fri, Oct 28, 2016 at 6:11 AM, Will Dietz <willdtz at gmail.com> wrote: >> >> On Wed, Oct 26, 2016 at 2:04 PM, Peter Collingbourne via llvm-dev >> <llvm-dev at lists.llvm.org> wrote: >> > On Tue, Oct 25, 2016 at 8:36 PM, Mehdi Amini <mehdi.amini at apple.com> >> > wrote: >> >> >>...