search for: kristaps

Displaying 14 results from an estimated 14 matches for "kristaps".

Did you mean: krista
2010 Jan 28
3
[LLVMdev] llvm interpreter cannot execute llvm-gcc generated bitcode
Hi! We are compiling a very large C project in llvm and trying to execute it in interpreter. There is a problem with executing the generated bitcode. We are using lli.exe and llvm-gcc.exe from official 2.6 LLVM release. We have localized the problem to following c code: -------------------- int f(unsigned char x) __attribute__((noinline)); int f(unsigned char x) { return x - 1; } int main()
2010 Feb 01
2
[LLVMdev] llvm interpreter cannot execute llvm-gcc generated bitcode
...en crash if we are very unlucky), whereas on jit it is working fine. We are using interpreter because our code is crashing on jit too and when using the interpreter it is much easier to iron out the problems. Although as it seems at the current state the interpreter is quite unreliable. Thank you, Kristaps. On Thu, Jan 28, 2010 at 8:04 PM, Nick Lewycky <nicholas at mxc.ca> wrote: > Kristaps Straupe wrote: >> >> Hi! >> >> We are compiling a very large C project in llvm and trying to execute >> it in interpreter. There is a problem with executing the generated &...
2010 Feb 03
2
[LLVMdev] jit X86 target compilation callback bug
...quot;and esp,-16" there would be "sub esp,8" then in stack there would be 8 bytes free to use (with [esp] and [esp+4]). > > What is "this" function? > By this I meant X86CompilationCallback function. We are using 2.6 version. But same problem is in trunk also. Kristaps. On Tue, Feb 2, 2010 at 7:12 PM, Anton Korobeynikov <anton at korobeynikov.info> wrote: > Hello > >> We are running llvm jit x86 on MS Visual Studio 2005. It seems there >> is a bug in asm code in function X86CompilationCallback in file >> X86JITInfo.cpp. Current code...
2010 Jan 28
0
[LLVMdev] llvm interpreter cannot execute llvm-gcc generated bitcode
Kristaps Straupe wrote: > Hi! > > We are compiling a very large C project in llvm and trying to execute > it in interpreter. There is a problem with executing the generated > bitcode. The interpreter is under-maintained in general, but this bug in particular is fixed SVN as-of r86428. Are y...
2010 Feb 02
1
[LLVMdev] __fixunsdfdi and etc with Visual Studio JIT?
...__fixunsdfdi, __divdi3 etc. Currently we have attached our own implementations of these functions to overcome this problem. What would be the correct way to do this on Visual Studio? Why does JIT generate such function calls at all instead of native code that executes needed operation? Thank you, Kristaps.
2010 Feb 03
0
[LLVMdev] jit X86 target compilation callback bug
On 02/03/2010 01:08 PM, Kristaps Straupe wrote: > Hello again. > > I still think that you are wrong. Realignement with and esp,-16 not > always changes stack poiner. If esp is already aligned to 16 byte > boundary, it will not change! Take a look at following example. > Assume esp has value 0x000001000 at start o...
2010 Feb 01
0
[LLVMdev] llvm interpreter cannot execute llvm-gcc generated bitcode
On 02/01/2010 01:13 PM, Kristaps Straupe wrote: > Hello again! > > We have fetched the latest llvm sources from repository and the > original problem has went away. Though now we are facing a new problem > with interpreter on the following c code: > > -------------- > #include <stdarg.h> > #include...
2010 Feb 02
2
[LLVMdev] __fixunsdfdi and etc with Visual Studio JIT?
Hello > The bitcode was generated by llvm-gcc v2.6 for Mingw32/x86, which is > available for download at the llvm site. > Please let me know, if i should tell more. Well, the answer is pretty obvious then. These calls are not generated by JIT. They are already in your bitcode - they are generated by llvm-gcc. The purpose of these calls were alreade explained by Eli. You should either
2010 Feb 02
0
[LLVMdev] jit X86 target compilation callback bug
Hello > We are running llvm jit x86 on MS Visual Studio 2005. It seems there > is a bug in asm code in function X86CompilationCallback in file > X86JITInfo.cpp. Current code sets stack pointer to invalid value in > instruction "and   esp,  16". Depending on current stack pointer value > it sometimes overwrites ecx and edx registers with next three lines. How so? The stack
2010 Feb 02
3
[LLVMdev] jit X86 target compilation callback bug
Hi! We are running llvm jit x86 on MS Visual Studio 2005. It seems there is a bug in asm code in function X86CompilationCallback in file X86JITInfo.cpp. Current code sets stack pointer to invalid value in instruction "and esp, 16". Depending on current stack pointer value it sometimes overwrites ecx and edx registers with next three lines. We have fixed this problem by changing this
2009 Apr 30
0
Saturday May 2 - Asterisk @ Global FSW Conference via VOIP - BerkeleyTIP - 21 Videos - For forwarding
...ion "We're Linux" Contest winners == BSD CON DC 2009: Faster Packets: Performance tuning in OpenBSD networks Henning Brauer Network Perimeter Redundancy with pfsense, Chris Buechler Network Security Monitoring Using FreeBSD, Richard Bejtlich Process Isolation for NetBSD and OpenBSD, Kristaps Dzonsons OpenBSD vs SMP, Threading, and Concurrency, Ted Unangst Isolating Cluster Jobs for Performance and Predictability, Brooks Davis == Debconf 2008 Healthy CDDs Strategies for building a Custom Deb Distro, Andreas Tille Packaging with version control systems, martin f. krafft Thanks to all...
2006 Feb 20
3
My Network Places not finding Samba server
I assume I am doing(or not) something extremely simple that is causing my XP boxes to not see my linux(FC4) Samba server in the 'My Network Places'. I can access the shares by 'Map Network Drive' and using the IP address(192.168.0.1). I have set the workgroup name 'DAMEN' in the lmhosts file. 192.168.0.1 DAMEN I have set the workgroup in the smb.conf file.
2010 Feb 26
0
[LLVMdev] ARM (JIT) jump table bug
Hello! We are experiencing a problem with jit generated instructions for arm target (we have built llvm gcc for arm arch using the llvm sources fetched from llvm svn a few days ago). It triggers assert in MachineOperand::getImm method (isImm() && "Wrong MachineOperand accessor") when the bitcode from the testcase (c code below in this email) is being run. We have found out that
2006 Mar 29
1
smbstatus doesn't show client names
Hi, not really a problem, but it's annoying: when I run smbstatus on my PDC it shows the ip addresses, not the names of clients. The PDC is 3.0.21a, acting as a wins server (name resolution from the clients works fine), the clients are 3.0.14a samba and Windows XP. Has anyone seen this before and/or knows how to fix it?