search for: hayden

Displaying 20 results from an estimated 126 matches for "hayden".

2010 Jul 21
13
sda instead of xvda ?`
Hi, how can i passthroughs HDD with sda instead of xvda ? _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2015 Feb 01
3
[LLVMdev] OrcJIT in LLVM C bindings
Hello, I was wondering if there is someone already working on putting the new OrcJIT APIs in the LLVM-C bindings? Also, is there a general consensus to also add C bindings when new major features are added? Hayden -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150201/061f5949/attachment.html>
2015 Feb 03
2
[LLVMdev] OrcJIT in LLVM C bindings
Thanks, David. I'd be happy to add the bindings .. is there a general way we add them? Or do you just scrub the API and make sensible judgements to the API? On Sun, Feb 1, 2015 at 1:55 PM, David Blaikie <dblaikie at gmail.com> wrote: > > > On Sun, Feb 1, 2015 at 10:58 AM, Hayden Livingston <halivingston at gmail.com > > wrote: > >> Hello, >> >> I was wondering if there is someone already working on putting the new >> OrcJIT APIs in the LLVM-C bindings? >> >> Also, is there a general consensus to also add C bindings when new m...
2012 Jun 21
3
Exporting data from R into an Excel File on Mac
...I am currently an intern at the University of Rhode Island and I need to know how to export data from R into an Excel file. As it is my understanding, xlsReadWrite is not available for mac. Is there another package available for mac users to be able to perform this function. Sincerely, Maureen J Hayden University of Rhode Island Class of 2015 Marine Biology Major [[alternative HTML version deleted]]
2015 Mar 14
3
[LLVMdev] stability of llvm ir across releases
...when the textual IR changes? On Sat, Mar 14, 2015 at 5:22 AM, Jeremy Lakeman <Jeremy.Lakeman at gmail.com> wrote: > Assembly syntax can and will break between versions. But bitcode should > generally be upgradeable, or a bug should be filed. > > On Sat, Mar 14, 2015 at 4:41 PM, Hayden Livingston <halivingston at gmail.com > > wrote: > >> Is it safe to assume that LLVM IR will live more-or-less the same for >> most releases, and that significant changes will be communicated? >> >> Or is it something that can change at any time and you must not...
2015 Sep 08
3
Improve JIT C API
...e requested a C API for ORC. I don't think ORC's ready for a > stable C API, but I'm not opposed to providing C bindings that will probably > be reasonably stable in practice (though with no guarantees). I've actually > already knocked up some trivial prototype bindings for Hayden Livingston > that could serve as a base (see attached). > > The next question is where unstable bindings should live. Juergen, Eric, > anyone else who wants to weigh in: I looked back over the C API thread, but > I don't think we settled on a home for this kind of thing. Any thou...
2015 Mar 14
2
[LLVMdev] stability of llvm ir across releases
...somewhat major dependencies in my upcoming system on the IR, and being able to store it across multiple releases of my system. I don't anticipate moving to newer versions of LLVM every time I release, but I do imagine wanting to upgrade to let's say LLVM 3.7 or whatever releases come by. Hayden -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150313/89ef908f/attachment.html>
2002 Jul 09
1
ext3 file corruption
...than one account. Everything seems to run great until the power goes out and the box isn't shutdown correctly. After that files are missing and the box won't boot. All of the partitions were mounted ext3 ordered mode I think. Anyone else experience filesystem corruption with that patch? Hayden Myers Support Manager Skyline Network Technologies hayden@spinbox.com (410)583-1337 option 2
2005 May 19
2
Two TDM04 with Poweredge
...get two (or more) TDM04 (with four FXO each) working on a Dell PowerEdge server? If so, which model? Was it a hassle? I'm doing a seven-line installation and a callbank seems like overkill, I just don't want to get suck with a PowerEdge that gets into an IRQ mess. Thanks in Advance, Tom Hayden
2005 Sep 22
4
Polycom IP500 Quickstart page or files?
Hi, I just got my ip500 back after months of waiting. Is there an easy way to get it hooked up to asterisk without [t]ftp servers and all that or is there a quickstart page somewhere? tia r
2015 Apr 01
2
[LLVMdev] unsupported GC: shadow-stack when using MCJIT
This is also happening when using the C++ APIs. It looks like an MCJIT and SetGC interaction. I'm lost on how to proceed further. On Tue, Mar 31, 2015 at 10:42 PM, Hayden Livingston <halivingston at gmail.com> wrote: > The erlang was a typo, I was trying things out. > > I've updated the bug with a C program, which exhibits the problem. > > To answer your question, given the IR you generated llc/opt does not > complain. > > On Tue,...
2015 Feb 18
3
[LLVMdev] Calling into non-linked function via a pointer
...global i32 (i32)* > > > ; Function Attrs: nounwind ssp uwtable > > define i32 @test(i32 %val) #0 { > > %1 = load i32 (i32)** @f, align 8, !tbaa !1 > > %2 = tail call i32 %1(i32 %val) #1 > > ret i32 %2 > > } > > > On Wed, Feb 18, 2015 at 5:52 PM, Hayden Livingston <halivingston at gmail.com > > wrote: > >> I'm having a problem of being unable to call into an arbitrary function >> that is loaded into memory whose pointer address is known to me but was not >> linked into LLVM. >> >> I have added the func...
2015 Jul 01
2
[LLVMdev] Are global variables candiates for register allocation?
...eter everywhere, as it lets the register allocator spill it under high > register pressure. > > GCC has support for allocating globals in GPRs and removing that GPR from > the allocatable set, but LLVM doesn't implement it so far as I know. > > On Tue, Jun 30, 2015 at 5:43 PM, Hayden Livingston <halivingston at gmail.com> > wrote: >> >> I was wondering if global variables can be candidates for register >> allocation. My use case is a global variable that is used in every >> function in my program. >> >> I'm wondering if it's...
2014 Oct 11
7
[LLVMdev] whole program optimization examples?
...ant to move it over to LLVM so that I can have options where it can be ahead of time compiled as well. I'm hearing bad things about LLVM's JIT capabilities -- specifically that writing your own GC is going to be a pain. Anyways, sort of diverged there, but still looking for WPO examples! Hayden. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20141010/fdba8ed6/attachment.html>
2019 Jul 01
4
Generating completely position agnostic code
...it used a certain range of illegal instructions, which generated exceptions when used, and the (highly optimized) exception handlers would recover from the exception by dispatching to an OS routine determined by the specific bits in the illegal instruction. > > On Sun, Jun 30, 2019 at 9:07 PM Hayden Livingston via llvm-dev <llvm-dev at lists.llvm.org> wrote: >> >> I'm on a mission to generate code that can be loaded from disk without >> any modifications. This means no relocations can occur. >> >> Trying to see if this can be done for C++ code that uses...
2005 Jan 21
2
Outbound analog dialing with Internet Line Jack (fwd)
...tting pretty close to how I want things to work, yet I've still got one major problem. I can't figure out how to place outgoing calls through the analog line the internet line jack is connected to. I'd also like to retrieve caller-id information, but haven't been able to do so. Hayden Myers
2013 Jun 06
2
Blog: Installing the Xen hypervisor on Fedora 19
Saw this post from Major Hayden of Rackspace: http://major.io/2013/06/02/installing-the-xen-hypervisor-on-fedora-19/ It''s good to see posts like this "in the wild" (i.e., originating from a non-XenProject site). Russ _______________________________________________ Xen-users mailing list Xen-users@lists.xen...
2018 Mar 03
0
llvm pdb utility question - how to convert real address to a segmented one
I will build LLVM locally, debug and report back. On Sat, Mar 3, 2018 at 2:47 AM, Hayden Livingston <halivingston at gmail.com> wrote: > I've just started using the llvm-pdbutil tool. Great job on the general tool. > > But I'm having trouble figuring out how the output of the dump tool > relates to real addresses in memory or for that matter relative > virt...
2000 Sep 25
3
socks proxy support
is openssh going to ever contain socks4/5 proxy support (http://www.socks.nec.com/) the same way ssh (nonfree version) does? Without this support, openssh is completely unusable behind a firewall. Hayden A. James
2018 May 21
2
Showcase of the Windows/ARM64/MinGW target
On Mon, 21 May 2018, Hayden Livingston wrote: > So are you saying that LLVM can be built as ARM64 on Windows now? > CMake doesn't show me an option for ARM64 when using MSVC on Windows. > I have the latest CMake. I'm saying that LLVM can produce code for the Windows/ARM64 target. As for compiling LLVM itse...