search for: x32abi

Displaying 8 results from an estimated 8 matches for "x32abi".

2013 Jan 15
2
[LLVMdev] Upstreaming x32 ABI support
...of the previous set of patches posted to this list for x32, and will be as consistent with that direction as possible. For background, the x8-64 Native Client model is described in http://src.chromium.org/viewvc/native_client/data/site/NaCl_SFI.pdf x32 is described at https://sites.google.com/site/x32abi/ The previous set of patches was sent attached to http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20120604/144037.html Cheers, David -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130115/57cc99...
2013 Jan 17
0
[LLVMdev] Upstreaming x32 ABI support
...atches posted to this list for x32, > and will be as consistent with that direction as possible. > > For background, the x8-64 Native Client model is described in > http://src.chromium.org/viewvc/native_client/data/site/NaCl_SFI.pdf > x32 is described at https://sites.google.com/site/x32abi/ > The previous set of patches was sent attached to > > http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20120604/144037.html > > Cheers, > > David > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermai...
2014 Jul 02
6
[LLVMdev] Upstreaming x32 ABI support
Hi all, We (Intel) would like to revive this thread on X32 ABI support upstreaming. X32 ABI homepage is here: https://sites.google.com/site/x32abi/ Currently x32 support is available in kernel/glibc/gcc/binutils and one can install for example Ubuntu 14 with extra x32 lib packages (apt-get install libc6-dev-x32) to evaluate x32-target code generated by GCC (gcc supports x32 on Ubuntu 14 out of box). We are planning to contribute enabling pa...
2012 Jun 05
2
[LLVMdev] [PATCH] add x32 psABI support
...ces at cs.uiuc.edu] On Behalf Of Liao, Michael Sent: Monday, June 04, 2012 5:09 PM To: llvm-commits at cs.uiuc.edu; cfe-commits at cs.uiuc.edu Subject: [cfe-commits] [PATCH] add x32 psABI support Hi, Folks There are 2 feature support patches adding X32 psABI support (https://sites.google.com/site/x32abi/), respectively to LLVM and clang. The patch to LLVM adds X32 psABI support and introduce a new 'X32' environment for x86-64 target to tell X32 psABI from LP64 psABI (i.e. the original x86-64 ABI). The patch to clang adds '-mx32' option to generate x32 binaries as well as support ca...
2012 Jun 07
0
[LLVMdev] [PATCH] add x32 psABI support
...ces at cs.uiuc.edu] On Behalf Of Liao, Michael Sent: Monday, June 04, 2012 5:09 PM To: llvm-commits at cs.uiuc.edu; cfe-commits at cs.uiuc.edu Subject: [cfe-commits] [PATCH] add x32 psABI support Hi, Folks There are 2 feature support patches adding X32 psABI support (https://sites.google.com/site/x32abi/), respectively to LLVM and clang. The patch to LLVM adds X32 psABI support and introduce a new 'X32' environment for x86-64 target to tell X32 psABI from LP64 psABI (i.e. the original x86-64 ABI). The patch to clang adds '-mx32' option to generate x32 binaries as well as support ca...
2011 Sep 22
3
Wine on non-Unix platforms
Greetings everyone. Let me start by stating that I appreciate the enormous undertaking that Wine has been, and I am not suggesting that the ideas I will ask about in this post would be easy (or even possible) to implement, so there's no need to flame the n00b. As I understand it, Wine is an implementation of the Windows API for Linux and other Unix-like operating systems (Mac OS X, FreeBSD,
2014 Mar 03
0
Re: 'virsh capabilities' on Debian Wheezy-amd64 reports different cpu to Wheezy-i386 (on same hardware)
...t suggest different CPUs, it will get overridden with updates etc. However, I cannot force you to keep the file that way... How about trying out the x32 ABI [1] [2]? Does Debian make something like even possible? Martin [1] http://en.wikipedia.org/wiki/X32_ABI [2] https://sites.google.com/site/x32abi/ > # diff -ubw /tmp/n270-features /tmp/SandyBridge-features > --- /tmp/n270-features 2014-03-03 14:05:02.003880511 +0000 > +++ /tmp/SandyBridge-features 2014-03-03 14:04:56.063834563 +0000 > @@ -1,25 +1,38 @@ > + <feature name='aes'/> > <featur...
2014 Mar 03
2
Re: 'virsh capabilities' on Debian Wheezy-amd64 reports different cpu to Wheezy-i386 (on same hardware)
On 03/03/2014 13:42, Martin Kletzander wrote: > On Mon, Mar 03, 2014 at 11:15:51AM +0000, Struan Bartlett wrote: >> On 03/03/2014 10:55, Martin Kletzander wrote: >>> On Mon, Mar 03, 2014 at 10:47:03AM +0000, Struan Bartlett wrote: >>>> On 03/03/2014 10:44, Martin Kletzander wrote: >>>>> On Mon, Mar 03, 2014 at 10:30:11AM +0000, Struan Bartlett wrote: