Displaying 20 results from an estimated 161 matches for "stanislav".
2016 Oct 22
3
Is it possible to execute Objective-C code via LLVM JIT?
...86 still used ObjC 1 - all my experiments were on arm64.
i386 support for ObjC would be nice to have, but it's not a blocker for
adding ObjC 2 support.
- Lang.
On Thu, Oct 20, 2016 at 11:57 AM, Steven Wu <stevenwu at apple.com> wrote:
>
>
>
> On Oct 19, 2016, at 11:28 AM, Stanislav Pankevich <s.pankevich at gmail.com>
> wrote:
>
> Hi Lang, Steven,
>
> At this point it seems that the best next step is for Steven to share his
> code, right? Or is there some other work that can be done in parallel?
>
>
> It will take some time to create patch fro...
2016 Nov 11
2
Is it possible to execute Objective-C code via LLVM JIT?
Hi Stanislav
Thanks for checking on this. If you want a quick hack, you can try to read the code in tools/llvm-objdump/MachODump.cpp. There are some c code in there to parse metadata.
My code is something I put up for my own purpose for debugging/parsing objc metadata. The interface is a bit rough to use but...
2016 May 10
3
[OpenCL] Question about pre-linking passes required to build OpenCL program
...Yaxun (Sam) <Yaxun.Liu at amd.com>; cfe-dev (cfe-dev at lists.llvm.org) <cfe-dev at lists.llvm.org>; Pan, Xiuli <xiuli.pan at intel.com>; Bader, Alexey (alexey.bader at intel.com) <alexey.bader at intel.com>
Cc: Stellard, Thomas <Tom.Stellard at amd.com>; Mekhanoshin, Stanislav <Stanislav.Mekhanoshin at amd.com>; nd <nd at arm.com>
Subject: RE: [OpenCL] Question about pre-linking passes required to build OpenCL program
Hi Anastasia,
I'm glad to hear there could be some support for such a mechanism. On our side, we use such pre-link passes to interface w...
2011 Apr 07
5
R licence
Hi,
is it possible to use some statistic computing by R in proprietary software?
Our software is written in c#, and we intend to use
http://rdotnet.codeplex.com/
to get R work there. Especially we want to use loess function.
Thanks,
Best regards,
Stanislav
[[alternative HTML version deleted]]
2018 Apr 26
1
[PATCH] drm: Don't pass the index to drm_property_add_enum()
Reviewed-by: Stanislav Lisovskiy <stanislav.lisovskiy at intel.com>
Best Regards,
Lisovskiy Stanislav
Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo
________________________________________
From: Intel-gfx [intel-gfx-bounces at lists.freedesktop.org] on behalf of Lisovskiy, Stanis...
2016 Oct 19
3
Is it possible to execute Objective-C code via LLVM JIT?
...we would also like to bring mutation testing to iOS where we are by profession. Currently inability to run Objective-C code via JIT is a critical dependency for our progress on iOS part so I'll be happy to help with this in any way even though my experience with LLVM is very limited.
Thanks.
Stanislav
> On 19 Oct 2016, at 01:49, Lang Hames <lhames at gmail.com> wrote:
>
> Hi Steven,
>
> That sounds great. The object file parser would definitely be of interest to JIT clients. Having ObjC 1 support would be nice, but I don't see it as a blocker to committing what you...
2016 May 04
2
Is the CppBackend still supported?
On Wed, May 4, 2016 at 3:10 PM, Stanislav Manilov <
stanislav.manilov at gmail.com> wrote:
> As in "look at the source of clang" or as in "look at the -S -emit-llvm"
> output? If you mean the former, then would that be easy for someone who
> hasn't seen the clang source before?
>
Generally the lat...
2016 Oct 18
2
Is it possible to execute Objective-C code via LLVM JIT?
Hi Stanislav, Lang
I have a version of objc metadata parser based on LLVM which can handle objc2 metadata from MachO object and bitcode (bitcode version is even swift compatible). I don't know if there is enough interest for me to upstream it. It probably requires some work to clean up the interface and co...
2007 Apr 05
0
stanislav.nedelchev@gmail.com
stanislav.nedelchev@gmail.com
2005 Jan 18
0
stanislav.nedelchev@gmail.com
stanislav.nedelchev@gmail.com
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
2017 Jun 22
2
A bug in DependenceAnalysis?
...hanks,
- Stan
On Wed, Jun 21, 2017 at 7:21 PM, Philip Pfaffe <philip.pfaffe at gmail.com>
wrote:
> Hi Stan,
>
> can you share your example.bc? Can you reproduce your issue with llvm 4.0
> or, better even, trunk?
>
> Cheers,
> Philip
>
> 2017-06-21 18:58 GMT+02:00 Stanislav Manilov <stanislav.manilov at gmail.com>
> :
>
>> Hi Philip,
>>
>> Thanks for checking!
>>
>> I'm running my own Foo pass that registers DependenceAnalysisWrapperPass
>> as a prerequisite and then I run it like so:
>>
>> opt -load libf...
2016 Feb 11
2
Writing an LLVM Pass that depends on mem2reg
Oh, I see, that makes a lot of sense.
How do I build the pass pipeline?
On Thu, Feb 11, 2016 at 5:54 PM, Mehdi Amini <mehdi.amini at apple.com> wrote:
> > On Feb 11, 2016, at 9:49 AM, Stanislav Manilov via llvm-dev <
> llvm-dev at lists.llvm.org> wrote:
> >
> > Hello,
> >
> > I am used to specifying dependence on other LLVM passes in the
> `getAnalysisUsage(AnalysisUsage &)` method of my pass. However, it doesn't
> seem that there is a header...
2017 Mar 14
3
Samba AD DC backup - again
...y (with
samba turned off), which contains:
# ls /var/lib/samba/
account_policy.tdb ntp_signd private registry.tdb share_info.
tdb sysvol winbindd_cache.tdb winbindd_privileged wins.ldb
And /etc/samba && /etc/krb5.conf, or it should do something else?
--
With best regards,
Stanislav N. aka pztrn
Jabber: pztrn at pztrn.name
E-Mail: pztrn at pztrn.name
Blog: http://pztrn.name && http://en.pztrn.name
Telegram: @pztrn
Key ID: B3E1F07E
2016 Nov 11
2
Is it possible to execute Objective-C code via LLVM JIT?
...with bad meta data. So while it parses the Objective-C meta data it likely is not a good model for execution.
>
> Kev
>
>> On Nov 11, 2016, at 1:26 PM, Steven Wu via llvm-dev <llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org>> wrote:
>>
>> Hi Stanislav
>>
>> Thanks for checking on this. If you want a quick hack, you can try to read the code in tools/llvm-objdump/MachODump.cpp. There are some c code in there to parse metadata.
>>
>> My code is something I put up for my own purpose for debugging/parsing objc metadata. The...
2016 Oct 18
2
Is it possible to execute Objective-C code via LLVM JIT?
...nvalidArgumentException', reason: '+[NSAutoreleasePool alloc]: unrecognized selector sent to class 0x7fff7a562130'
See also additional discussion here: https://twitter.com/sbpankevich/status/783363161537798144 <https://twitter.com/sbpankevich/status/783363161537798144>.
Thanks.
Stanislav Pankevich
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20161018/e72a7384/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: applicati...
2017 Mar 14
2
Samba AD DC backup - again
...Just dont read it, get it, set it and enjoy it.
> If it does not work, report it on the list and we can try to help
> out.
>
>
> Greetz,
>
> Louis
>
>
> > -----Oorspronkelijk bericht-----
> > Van: samba [mailto:samba-bounces at lists.samba.org] Namens Stanislav
> > N. aka
> > pztrn via samba
> > Verzonden: dinsdag 14 maart 2017 12:54
> > Aan: samba
> > Onderwerp: [Samba] Samba AD DC backup - again
> >
> > Hey list.
> >
> > I've searched all over last year conversations and it is (kinda)
> >...
2018 May 03
2
Is it possible to execute Objective-C code via LLVM JIT?
Hi Stanislav,
Sorry -- I am not much help here. I would like to get ObjC runtime support
for the JIT, but have not had time to look in to it closely. When I last
tested the idea (a couple of years ago now) we used selector registration
and objc_readClassPair to get basic test cases working as you have, but ran...
2016 Aug 17
3
Memory scope proposal
...t I don’t feel you addressed here”. Why can’t `synchscope` take a string literal?
—
Mehdi
>
>
> From: Zhuravlyov, Konstantin
> Sent: Wednesday, August 17, 2016 4:29:30 PM
> To: Sameer Sahasrabuddhe; Philip Reames
> Cc: Mehdi Amini; Liu, Yaxun (Sam); Ke Bai; Mekhanoshin, Stanislav; Sumner, Brian; llvm-dev at lists.llvm.org; Tye, Tony
> Subject: RE: [llvm-dev] Memory scope proposal
>
> Hi,
>
> I have updated the review here:
> https://reviews.llvm.org/D21723 <https://reviews.llvm.org/D21723>
>
> As Sameer pointed out, the motivation is:
>...
2007 Aug 21
3
Segment violation during the list of directory with smbc_readdir
...?-T??L?v-????--?L?????-T??L?v-????--?L?????-T??L?v-????--?L?
Segmentation fault
I have updated samba to 3.0.25b and now my sample does not crash.
Is it a fixed bug in the old Samba? I could not find any records
about fixing of smbc_readdir in the WHATSNEW.txt file.
Thank you.
--
Best regards,
Stanislav mailto:tihohod@alarity.com
2017 Jun 21
2
A bug in DependenceAnalysis?
...1, 2017 at 5:40 PM, Philip Pfaffe <philip.pfaffe at gmail.com>
wrote:
> Hi Stan,
>
> in both cases I get a consistent anti result. Can you show us the command
> lines you're using? Which version of llvm is this?
>
> Best,
> Philip
>
> 2017-06-21 17:56 GMT+02:00 Stanislav Manilov via llvm-dev <
> llvm-dev at lists.llvm.org>:
>
>> Hello llvm-dev,
>>
>> I'm running a pass that uses the result of llvm::DependenceAnalysisWrapperPass
>> to compute the dependencies between all instructions of a loop. I have the
>> following tw...