Displaying 7 results from an estimated 7 matches for "ostapenko".
2016 Sep 21
4
How to rebind an email address for my LLVM rw account?
...ocs/DeveloperPolicy.html#obtaining-commit-access page .
Unfortunately it's not possible to forward all messages from LLVM
mailing lists from my old address to new one, so I wonder whether I can
rebind an email address for my account? Should I ask Chris to change my
email?
My old address: m.ostapenko at partner.samsung.com
My new address: m.ostapenko at samsung.com
Thanks,
-Maxim
2015 Nov 24
2
asan for allocas on powerpc64
On 24 November 2015 at 13:06, Maxim Ostapenko
<m.ostapenko at partner.samsung.com> wrote:
> On 23/11/15 16:46, Jay Foad wrote:
>>
>> In LowerGET_DYNAMIC_AREA_OFFSET() you're calling
>> MFI->getMaxCallFrameSize(), but it looks like that doesn't return useful
>> information until after the PrologEpilog...
2015 Nov 23
2
asan for allocas on powerpc64
...set() is returning 0x20, but from
> looking at the generated code for the test case, the real offset from
> native sp to the allocated area is 0x60.
>
> I will run it under gdb and see if I can spot the problem...
>
> Thanks!
> Jay.
>
> On 23 November 2015 at 11:41, Maxim Ostapenko <
> m.ostapenko at partner.samsung.com> wrote:
>
>> Jay, do you have a PowerPC64 target? If so, could you please check
>> attached patch on PPC box? This is a draft patch, but it would be nice to
>> make sure that we are moving to right direction here.
>>
>>...
2015 Nov 23
2
asan for allocas on powerpc64
Jay, do you have a PowerPC64 target? If so, could you please check
attached patch on PPC box? This is a draft patch, but it would be nice
to make sure that we are moving to right direction here.
Thanks,
-Maxim
On 18/11/15 00:12, Jay Foad wrote:
>>> Currently test/asan/TestCases/alloca_vla_interact.cc is XFAILed for
>>> powerpc64. I've had a look at why it
2016 Feb 24
1
[PATCH] *_OPTIONS="help=1" should print to stdout and fit 80 chars width
Hi, Martin!
You can find pretty nice instructions how to do it via Phabricator here:
http://llvm.org/docs/Phabricator.html.
-Maxim
On 23/02/16 21:30, Xinliang David Li via llvm-dev wrote:
> Can you send this patch to llvm-commits ?
>
> David
>
> On Tue, Feb 23, 2016 at 1:15 AM, Martin Liška <llvm-dev at lists.llvm.org
> <mailto:llvm-dev at lists.llvm.org>> wrote:
2018 May 04
1
Compiler Engineer openings at Samsung in Moscow
Samsung R&D Institute Russia is looking for a senior compiler engineer
to work on LLVM based compiler for new Samsung GPU.
*What you'll be doing:*
- Design and develop target independent and processor specific optimizations
- Work on compiler improvements and problem resolutions
- Perform benchmarking and testing to improve quality of compiler
- Review code changes and design proposals
2015 Nov 17
3
asan for allocas on powerpc64
Hi!
Sorry for delay, just returned from vacation.
On 12/11/15 23:44, Kostya Serebryany via llvm-dev wrote:
> +Maxim and Yuri, as I think this is their code.
>
> On Thu, Nov 12, 2015 at 3:02 AM, Jay Foad <jay.foad at gmail.com
> <mailto:jay.foad at gmail.com>> wrote:
>
> (Resending with the correct mailing list address.)
>
> Hi,
>
> Currently