search for: ifmo

Displaying 4 results from an estimated 4 matches for "ifmo".

Did you mean: ifm
2009 Jun 19
1
[LLVMdev] /lib/System/Atomic.cpp
Hello, Could you look at current implementation of AtomicIncrement/AtomicDecrement? I think there is a error in version for MSVC. -- Иван Сорокин mailto:sorokin at rain.ifmo.ru -------------- next part -------------- A non-text attachment was scrubbed... Name: diff Type: application/octet-stream Size: 827 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090619/20cb149f/attachment.obj>
2009 Nov 05
1
problem with force group parameter
...information: Distro used: Debian Lenny, kernel 2.6.26-2-amd64 Samba version: 3.2.5-4lenny6 Domain Controller: Windows Server 2003 R2 Enterprise Edition smb.conf: http://pastebin.ca/1658364 Log file: http://pastebin.ca/1658368 P.S. Sorry for my english :-) -- Andrey Zykov e-mail: andrey at dce.ifmo.ru jabber: zblk at jabber.org.
2009 Jun 20
1
[LLVMdev] /include/llvm/Bitcode/BitstreamReader.h
...tly converted to 64 bits (was 64-bit shift intended?) in line uint64_t Piece = Read(NumBits); if ((Piece & (1U << (NumBits-1))) == 0) Is this warning relevant? Is also Read64() instead of Read() assumed? -- Ivan Sorokin mailto:sorokin at rain.ifmo.ru -------------- next part -------------- A non-text attachment was scrubbed... Name: bitstream_reader.patch Type: application/octet-stream Size: 743 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090620/b93b2cbc/attachment.obj> -------------- next par...
2010 Jan 29
1
[LLVMdev] Distribution in assembler format
Hello, Samuel Crow wrote: > It is possible to write an endian-agnostic bitcode file but I don't think all modern LLVM compilers support it. > Which ones llvm assembler instructions is not endian-agnostic? -- Ivan