Displaying 20 results from an estimated 434 matches for "konstantin".
2016 Sep 13
2
what is official way to determine if we are running lto 2nd stage?
...n make arbitrary MCInst from everything that comes into
ParseInstruction. But it is problem for regular scenario where wrong
asm will be printed and then passed to gas.
So I want to apply this on 2nd lto stage where AsmParser is inevitable
and to not apply in non-LTO cases.
---
With best regards, Konstantin
On Mon, Sep 12, 2016 at 10:19 PM, Mehdi Amini <mehdi.amini at apple.com> wrote:
>
>> On Sep 12, 2016, at 11:07 AM, Konstantin Vladimirov <konstantin.vladimirov at gmail.com> wrote:
>>
>> Hi,
>>
>> This is really basic block level pass. It is no differen...
2016 Sep 12
3
what is official way to determine if we are running lto 2nd stage?
...more valid for
backend, without processing with asm parser.
May be it will be solution to process inline asm on insn printer level
to remove syntax fixes. But just switch it off without lto will make
compiler do less job
P.S. sorry for dup, maillist CC lost on first sent.
---
WIth best regards, Konstantin
On Mon, Sep 12, 2016 at 8:52 PM, Mehdi Amini <mehdi.amini at apple.com> wrote:
>
>> On Sep 12, 2016, at 9:26 AM, Konstantin Vladimirov <konstantin.vladimirov at gmail.com> wrote:
>>
>> Hi,
>>
>> In LTO we have AsmParser that process inline assembler in...
2013 Feb 17
13
zfs raid1 error resilvering and mount
hi, i have raid1 on zfs with 2 device on pool
first device died and boot from second not working...
i try to get http://mfsbsd.vx.sk/ flash and load from it with zpool import
http://puu.sh/2402E
when i load zfs.ko and opensolaris.ko i see this message:
Solaris: WARNING: Can''t open objset for zroot/var/crash
Solaris: WARNING: Can''t open objset for zroot/var/crash
zpool status:
2013 Jul 24
2
IceCast Android MediaPlayer support
...7/24 marcin at saepia.net <marcin at saepia.net>
> Android MediaPlayer works properly with Icecast streams but especially
> older APIs don't support extracting metadata. I have a solution for this so
> if you are interested, catch me on priv
>
> m.
>
>
> 2013/7/24 Konstantin Smirnov <konstantin.e.smirnov at gmail.com>
>
>> Hello.
>> What is the official info about IceCast Android MediaPlayer support?
>> From which version of Android IceCast 2.3.2-kh29 supports Android
>> MediaPlayer if it does?
>> What are other technical requirem...
2016 Aug 17
3
Memory scope proposal
> On Aug 17, 2016, at 2:08 PM, Zhuravlyov, Konstantin <Konstantin.Zhuravlyov at amd.com> wrote:
>
> >Why not going with a metadata attachment directly and kill the "singlethread" keyword? Something like:
> >Something like:
> > cmpxchg i32* %addr, i32 42, i32 0 monotonic monotonic, 3, !memory.scope{!42}
> >...
2016 May 10
3
[llvm dev] do we have allocator hook to use maximum different registers?
...endencies and makes scheduling less
effective.
How to instruct allocator (may be override some virtual function in
mine backend?) that it is profitable to use maximum number of
available registers with minimal dependencies? In GCC this option is
known as -frename-registers.
---
With best regards, Konstantin
2016 Sep 12
2
what is official way to determine if we are running lto 2nd stage?
...s off if we are not in 2nd lto stage.
I think, I can make target-specific option and make user to supply it
whenever he wants to run 2nd lto stage, but this is ugly.
Can I somehow ask, say, about whole string of options and then parse
it to match "lto" from here?
---
With best regards, Konstantin
On Mon, Sep 12, 2016 at 6:17 PM, Mehdi Amini <mehdi.amini at apple.com> wrote:
> Hi,
>
>
>> On Sep 12, 2016, at 1:26 AM, Konstantin Vladimirov via llvm-dev <llvm-dev at lists.llvm.org> wrote:
>>
>> Hi,
>>
>> I want to enable some target-specific f...
2016 Aug 17
2
Memory scope proposal
...because there cannot be a "safe default value" to be used when the metadata is dropped. If the "largest" scope is used as the default, then the optimizer must guarantee that the metadata is dropped from every atomic operation in the whole program, or not dropped at all.
Thanks,
Konstantin
From: Sameer Sahasrabuddhe [mailto:sameer at sbuddhe.net]
Sent: Sunday, July 10, 2016 4:06 AM
To: Philip Reames <listmail at philipreames.com>
Cc: Mehdi Amini <mehdi.amini at apple.com>; Liu, Yaxun (Sam) <Yaxun.Liu at amd.com>; Ke Bai <kebai613 at gmail.com>; Mekhanoshin, S...
2016 Jun 25
2
Memory scope proposal
...he atomicity, memory ordering and memory scope are all equally primary information that characterize the semantics of memory instructions.
We have posted reviews that implement the proposal and invite everyone to discuss it:
http://reviews.llvm.org/D21723
http://reviews.llvm.org/D21724
Thank you,
Konstantin
-----Original Message-----
From: Tom Stellard [mailto:tom at stellard.net]
Sent: Wednesday, June 22, 2016 4:51 PM
To: Pekka Jääskeläinen <pekka.jaaskelainen at tut.fi>
Cc: Mehdi Amini <mehdi.amini at apple.com>; Liu, Yaxun (Sam) <Yaxun.Liu at amd.com>; Ke Bai <kebai613 at g...
2020 Apr 06
4
[GlobalISel] Extended inline assembler support
...[0] could then be moved to that class.
However, this would add yet another class that needs to be wired up in
the subtarget class. Is this something we would like to avoid?
Is there a better place where target specific GlobalISel hooks should be
added?
Thanks for your feedback!
Best regards,
Konstantin
[0] https://reviews.llvm.org/D77535
2012 Jul 13
2
[LLVMdev] Compiling llvm and Clang on Linux
...gt; So I assume configure CC=... is the right syntax. Isn't it?
while you might think so, try it the other way round. Also, by doing
make VERBOSE=1
you can see which compiler is really being used.
Ciao, Duncan.
>
> Regard,
> Sitvanit
>
>
>
>
>
>
>
> From: Konstantin Tokarev <annulen at yandex.ru>
> To: Sitvanit Ruah/Haifa/IBM at IBMIL,
> Cc: llvmdev-bounces at cs.uiuc.edu, llvmdev at cs.uiuc.edu, Duncan Sands
> <baldrick at free.fr>
> Date: 12/07/2012 05:09 PM
> Subject: Re:[LLVMdev] Compiling llvm and Clang on Linux
>...
2013 Sep 19
2
[LLVMdev] LLVM virtual machine
Hi Konstantin,
good point.
but I my intention is to have something like the llva project.
Basically I would like to define a machine that looks as if it has processors running natively llvm code.
And when that runs enhance the llvm byte code with some specific instructions.
Besides this if I make my measurements...
2013 Sep 22
0
[LLVMdev] Bad permissions for mapped region
I managed to make it work by cloning code from lli and making my own cpp
wrapper.
2013/9/22 Konstantin Olkhovskiy <lupus at oxnull.net>
> Hi List,
>
> I'm trying to upgrade our llvm-c based compiler from JIT to MCJIT.
> While trying to do so I encountered several problems. Looks like C
> API does not have proper functions to intialize LLVM with MCJIT.
> I ended up wrappi...
2013 Jul 24
2
IceCast Android MediaPlayer support
Hello.
What is the official info about IceCast Android MediaPlayer support?
2012 Aug 01
3
[LLVMdev] Reading the AST from the bitcode generated by clang
> Hi all,
> After reading the documentation on clang I still have the following
> question:
> How do I read the bitcode generated by clang from a C++ file? I need to
> have all the AST information in memory.
AST has nothing to do with LLVM bitcode.
--
Regards,
Konstantin
2013 Sep 22
2
[LLVMdev] Bad permissions for mapped region
..., "%s\n", error);
LLVMDisposeMessage(error);
abort();
}
LLVMRunStaticConstructors(qry->llvm.engine);
Then I do the IR building and get the function pointer i need:
iter->run = LLVMGetPointerToGlobal(qry->llvm.engine, func_ref);
Am i doing something wrong?
Thanks
--
Regards,
Konstantin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130922/ac4fa650/attachment.html>
2012 Dec 08
3
nullfs changes MFC
Hi,
I am going to merge latest batch of the nullfs improvements into
stable/9. This will bring up significant performance enchancements due
to use of the shared locks for lookups if the lower layer supports it,
much better caching on the nullfs layer, and proper handling of the text
segments on the nullfs. Also, it should improve the error recovery and
some corner cases with locking.
2018 Sep 05
3
Authenticating against Samba 4 AD LDAP service
...ce of wisdom, or explanations
in here.
Note: I can do searches using Kerberos authentication on Samba 4
installation, like this:
# kinit administrator
# ldbsearch -H ldap://dc.ad-lan.com -k yes '(objectclass=person)'
but Kerberos is not an option for some existing services.
Sincerely,
Konstantin
2018 Jul 19
2
Windows 10 won't join Samba 3 domain
Hello,
Thanks to everyone who responded.
On 19.07.2018 17:55, Rowland Penny via samba wrote:
> On Thu, 19 Jul 2018 16:36:45 +0700
> Konstantin Boyandin via samba <samba at lists.samba.org> wrote:
>
>> Hello,
>>
>> Given:
>> - Samba 3 domain is set up (runs on Samba 3.6.23, domain name "LAN")
>> - Windows 10 Enterprise workstation
>>
>> 1. Workstation (currently in WORKGROUP wor...
2012 Aug 02
0
[LLVMdev] Reading the output of clang
...epresentation that will
give us the control flow graph.
Is this the llvm IR?
If so, how do I read into memory a file that was generated by clang++
-emit-llvm <source file>.
Thanks,
Sitvanit
Sitvanit Ruah
Formal Verification Group
IBM Haifa Research Laboratory
Tel: 972-4-828-1249
From: Konstantin Tokarev <annulen at yandex.ru>
To: Sitvanit Ruah/Haifa/IBM at IBMIL,
Cc: llvmdev at cs.uiuc.edu
Date: 01/08/2012 01:22 PM
Subject: Re:[LLVMdev] Reading the AST from the bitcode generated by
clang
> Hi all,
> After reading the documentation on clang I still have the foll...