Displaying 9 results from an estimated 9 matches similar to: "[LLVMdev] X86_thiscall"
2013 Apr 24
1
[LLVMdev] JIT pass runtime struct on to subroutines
Hi
For a research project at my university, I'm working on incorporating JIT in Prolog, which is basically an interpreted virtual machine.
The VM uses logical units of functionality called 'predicates' which are composed of bytecode that represents the machine instructions the VM supports.
At execution time, the VM infinitately loops over these bytecodes and, using a giant switch
2011 Aug 12
1
[LLVMdev] Using sret AND thiscall calling convention
Hi all,
I am trying to generate LLVM IR that calls an external C++ function
returning a structure by copy:
vec3 vec3::Cross(const vec3& iV) const;
Here is the LLVM IR that I am generating for win32 ABI, which says that the
first parameter should be a pointer to the return value:
%vec3 = type <{ float, float, float }>
define void @CPP_Return_Struct(%vec3* %v1, %vec3* %v2) inlinehint
2011 Aug 12
1
[LLVMdev] Using sret AND thiscall calling convention
On Fri, Aug 12, 2011 at 1:11 AM, Damien Gleizes <gleizesd at gmail.com> wrote:
>
> Hi all,
>
> I am trying to generate LLVM IR that calls an external C++ function
> returning a structure by copy:
> vec3 vec3::Cross(const vec3& iV) const;
>
> Here is the LLVM IR that I am generating for win32 ABI, which says that the
> first parameter should be a pointer to the
2018 Feb 08
0
Calling virtual "ELF" functions - BC code
On 5 Feb 2018, at 21:19, via llvm-dev <llvm-dev at lists.llvm.org> wrote:
>
> Hello everyone,
>
> I encountered a strange behaviour which I can't explain.
>
> I'm developing an application under Windows 7 64bit. This application is using the LLVM library to load and resolve BC files generated with clang. Then the program picks some functions from the module and
2018 Feb 05
2
Calling virtual "ELF" functions - BC code
Hello everyone,
I encountered a strange behaviour which I can't explain.
I'm developing an application under Windows 7 64bit. This application is using the LLVM library to load and resolve BC files generated with clang. Then the program picks some functions from the module and executes them. That's the theory - but now it's getting strange.
The BC files are compiled for 64bit
2013 Mar 06
2
no network interfaces found on OpenIndiana (Illumos)
Hi,
I've downloaded the samba 3.6.12 OpenCSW package.
I joined openindiana to the the active directory, winbind seems to
work fine, I see all the users with "wbinfo -u".
However, my samba server is not starting. It seems that there is no
network card found.
2013/03/06 10:40:39.068405, 0] lib/interface.c:543(load_interfaces)
WARNING: no network interfaces found
[2013/03/06
2000 Aug 15
0
Internal error in nmbd / Correction
Hi folks,
I had some trouble running Samba 2.0.7 on my SuSE Linux 6.2.
Configuration and installation worked fine, but after starting up
smbd and nmbd as daemons I found a message about an internal error
in log.nmb that the process received signal 11 (SIGSEGV).
Here it is
[2000/08/15 14:59:31, 0]
nmbd/nmbd_become_dmb.c:become_domain_master_browser_wins(356)
become_domain_master_browser_wins:
2009 Jul 01
1
Facter infinite looping on custom facts
Hi All
Background:
I am running Puppet to configure ESX 3.5 servers by NFS mounting the Puppet
binaries and configuration from a shared server. This is to ensure VMware
don''t come back refusing support for installing non standard software on the
server.
# ruby -v
ruby 1.8.7 (2009-04-08 patchlevel 160) [i686-linux]
# facter -v
1.5.5
2008 Jan 05
1
Samba not seeing any interfaces
I've built samba for an embedded mips platform. Since this is an
embedded platform, it's possible that some critical file that samba
needs is missing but stracing the daemons doesn't reveal anything strange.
It's running 2.4.34 kernel.
Samba is failing to find any interfaces.
[2000/01/02 10:55:01, 3] nmbd/nmbd.c:main(759)
Opening sockets 137
[2000/01/02 10:55:01, 10]