Displaying 20 results from an estimated 2000 matches similar to: "[LLVMdev] Any plans to add LLVM support for ARM EH EABI ?"
2010 Sep 27
0
[LLVMdev] Any plans to add LLVM support for ARM EH EABI ?
On Mon, Sep 27, 2010 at 8:50 AM, Dennis Taul <dtaul at codeaurora.org> wrote:
>
> I am new to LLVM but have perused the code alongside using llvm-gcc
> and CLANG to build ARM EABI objects.
>
> Based on this superficial analysis it appears that LLVM currently does
> not support the ARM Exception Handling ABI (as defined under the
> EABI).
>
> Can anyone comment on
2010 Sep 27
2
[LLVMdev] Any plans to add LLVM support for ARM EH EABI ?
On Mon, Sep 27, 2010 at 09:14:05AM -0700, Jason Kim wrote:
> On Mon, Sep 27, 2010 at 8:50 AM, Dennis Taul <dtaul at codeaurora.org> wrote:
> >
> > I am new to LLVM but have perused the code alongside using llvm-gcc
> > and CLANG to build ARM EABI objects.
> >
> > Based on this superficial analysis it appears that LLVM currently does
> > not support the
2012 Feb 01
1
Makefile to compile .so in src (was: Re: automated libR location)
Prof Brian Ripley wrote:
> 'library' in R has a different meaning: I've altered the subject to be
> more accurate 'libR'.
>
> This is what R CMD SHLIB is for: it does all this for you in a portable way.
>
> But if you want to DIY, you can use R CMD config to find out the
> appropriate linker incantation.
Thank you for the clarification. I do not insist on
2010 Sep 27
0
[LLVMdev] Any plans to add LLVM support for ARM EH EABI ?
> Is it safe to say the MC work provides a (new) foundation for
> implementing ARM EH? Or, is providing ARM EH independent of the ARM-MC
> work?
The latter. MC stuff helps somehow though.
--
With best regards, Anton Korobeynikov
Faculty of Mathematics and Mechanics, Saint Petersburg State University
2015 Dec 29
2
[squid-users] squid3 / debian stable / please update to 3.4.14
Hai,
You can very easy upgrade to 3.5.12 on Jessie.
Add sid to your sources.list, or better in :
/etc/apt/sources.list.d/debian-sid.list
Only the deb-src line is needed.
Now apt-get update
# install dependecies.
apt-get build-dep squid
# get and build source.
apt-get source squid -b
if you missing something, get that package first, build it, install it and do above again.
!! thing to
2018 Nov 30
3
[RFC] Discuss about an new idea "Vsock over Virtio-net"
On 2018/11/30 ??8:52, Michael S. Tsirkin wrote:
>>> If you want to compare it with
>>> something that would be TCP or QUIC. The fundamental difference between
>>> virtio-vsock and e.g. TCP is that TCP operates in a packet loss environment.
>>> So they are using timers for reliability, and receiver is always free to
>>> discard any unacked data.
2018 Nov 30
3
[RFC] Discuss about an new idea "Vsock over Virtio-net"
On 2018/11/30 ??8:52, Michael S. Tsirkin wrote:
>>> If you want to compare it with
>>> something that would be TCP or QUIC. The fundamental difference between
>>> virtio-vsock and e.g. TCP is that TCP operates in a packet loss environment.
>>> So they are using timers for reliability, and receiver is always free to
>>> discard any unacked data.
2019 May 22
3
HTTPS warning on developer.r-project.org
[Please CC me on replies, as I am not subscribed.]
Dear R folks,
Accessing the *R Developer Page* [1], the browser (Firefox) shows an
HTTPS warning.
The reason is the embedded Google logo.
> Gemischte (unsichere) Anzeige-Inhalte von "http://www.google.com/logos/Logo_40wht.gif" werden auf einer sicheren Seite geladen
Could you change that to an HTTPS link please?
```
$ curl -I
2012 Apr 26
2
[LLVMdev] MemRefs in a Load Instruction
Hi,
On the hexagon target, I have written a following combiner pattern.
*********************************************
def: Pat<(i64 (or (i64 (shl (i64 (extloadi32 (i32 (add IntRegs:$src1,
s11_2ExtPred:$offset1)))),
(i32 32))),
(i64 (zextloadi32 ADDRriS11_2:$src2)))),
(i64 (COMBINE_rr
2002 Mar 12
3
failsafe against "stupid" / careless users
I'm admin on a samba PDC with 150 users, and as normal users they are quit
"stupid". This means that they ofte deletes something that shouldnt have
been deleted. And I find it anoying to restore their files from tapebackup.
So would it be possible to get samba to "move" files instead of deleting
them? This way I could allocate a disk to store deleted files for a periode
of
2018 Nov 30
2
[RFC] Discuss about an new idea "Vsock over Virtio-net"
On Fri, Nov 30, 2018 at 09:10:03PM +0800, Jason Wang wrote:
>
> On 2018/11/30 ??8:55, Jason Wang wrote:
> >
> > On 2018/11/30 ??8:52, Michael S. Tsirkin wrote:
> > > > > ?? If you want to compare it with
> > > > > something that would be TCP or QUIC.? The fundamental
> > > > > difference between
> > > > > virtio-vsock
2018 Nov 30
2
[RFC] Discuss about an new idea "Vsock over Virtio-net"
On Fri, Nov 30, 2018 at 09:10:03PM +0800, Jason Wang wrote:
>
> On 2018/11/30 ??8:55, Jason Wang wrote:
> >
> > On 2018/11/30 ??8:52, Michael S. Tsirkin wrote:
> > > > > ?? If you want to compare it with
> > > > > something that would be TCP or QUIC.? The fundamental
> > > > > difference between
> > > > > virtio-vsock
2018 Nov 30
2
[RFC] Discuss about an new idea "Vsock over Virtio-net"
On 2018/11/29 ??10:00, Michael S. Tsirkin wrote:
> On Thu, Nov 15, 2018 at 04:24:38PM +0800, Jason Wang wrote:
>> On 2018/11/15 ??3:04, Michael S. Tsirkin wrote:
>>> On Thu, Nov 15, 2018 at 11:56:03AM +0800, jiangyiwen wrote:
>>>> Hi Stefan, Michael, Jason and everyone,
>>>>
>>>> Several days ago, I discussed with jason about "Vsock over
2018 Nov 30
2
[RFC] Discuss about an new idea "Vsock over Virtio-net"
On 2018/11/29 ??10:00, Michael S. Tsirkin wrote:
> On Thu, Nov 15, 2018 at 04:24:38PM +0800, Jason Wang wrote:
>> On 2018/11/15 ??3:04, Michael S. Tsirkin wrote:
>>> On Thu, Nov 15, 2018 at 11:56:03AM +0800, jiangyiwen wrote:
>>>> Hi Stefan, Michael, Jason and everyone,
>>>>
>>>> Several days ago, I discussed with jason about "Vsock over
2018 Jul 12
2
UDP for data?
On Wed, Jul 11, 2018 at 6:58 PM, David Newall <openssh at davidnewall.com> wrote:
> I remember, when Sun first released NFS they used UDP for transport because
> "performance", and then, not so very long later, had to implement TCP
> transport because "reliability".
network reliability has changed quite a bit since the 80's. see eg QUIC
2013 Sep 26
2
[LLVMdev] ARM NEON intrinsics in clang
Hello LLVM Devs,
I am starting my PhD on Automatic Parallelization for DSP and want to play
with some ARM NEON intrinsics for a start. I spent the last three days
trying to compile a version of LLVM that would allow me to compile sources
that contain these intrinsics, but with no success.
In the process I found out that clang doesn't support NEON (as per
2012 Apr 27
0
[LLVMdev] MemRefs in a Load Instruction
> -----Original Message-----
> From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu]
> On Behalf Of Pranav Bhandarkar
> Sent: Thursday, April 26, 2012 5:24 PM
> To: llvmdev at cs.uiuc.edu
> Subject: [LLVMdev] MemRefs in a Load Instruction
>
> Hi,
>
> On the hexagon target, I have written a following combiner pattern.
>
2009 May 04
2
FW: Oracle 9204 installation on linux x86-64 on ocfs
Hello All,
I have installed Oracle Cluster Manager on linux x86-64 nit. I am using ocfs file system for quorum file. But I am getting following error. Please see ocfs configureation below. I would appreciate, if someone could help me to understand if I am doing something wrong. Thanks in advance.
--------------------------------------------------cm.log file ----------------------------
oracm,
2015 Dec 31
2
[squid-users] squid3 / debian stable / please update to 3.4.14
> you are better off building the more up to date 3.5 version available
> from Stretch/Testing repository.
I disagree with this one, use SID and not testing, testing has a longer delay in security updates and coms after unstable.
See : https://www.debian.org/security/faq
Greetz,
Louis
> -----Oorspronkelijk bericht-----
> Van: squid-users [mailto:squid-users-bounces at
2012 Aug 20
1
domain client
OS: HP-UX 11.31
SABMAB: Version 3.0.22 based HP CIFS Server A.02.03.04
[2012/08/17 21:53:55, 0]
auth/auth_domain.c:connect_to_domain_password_server(11
1)
connect_to_domain_password_server: unable to open the domain client
session to
machine SBS09932DC010. Error was : NT_STATUS_CANT_ACCESS_DOMAIN_INFO.
[2012/08/17 21:53:55, 0]
rpc_client/cli_pipe.c:get_schannel_session_key(2416)