search for: samoilov

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

2007 May 14
0
[LLVMdev] llvm 2.0 release announcement [draft]
Chris Lattner wrote: > x. Roman Samoilov contributed a new MSIL backend to LLVM. llc - > march=msil will now turn LLVM into MSIL (".net") bytecode. This is > still fairly early development with a number of limitations. > This ought not be advertised to the world. It is not useful for any purpose. Not only ca...
2007 Mar 21
4
[LLVMdev] MSIL backend
Hello, Everyone. We've just commited new backend for LLVM: MSIL. The author of backend is Roman Samoilov from Codedgers Inc. (roman at codedgers.com). Backend itself is very similar to C backend (and actually was based on it). Note, it's pure LLVM-to-MSIL translator, so no additional checks etc. are performed. Backend is usable in general, but still lacks some important features: 1. There is no...
2007 May 14
3
[LLVMdev] llvm 2.0 release announcement [draft]
...ormat.html for more details. x. Christopher Lamb added support for alignment values on load and store instructions, finishing off PR400. This allows the IR to express loads that are not sufficiently aligned (e.g. due to pragma packed) or to capture extra alignment information. x. Roman Samoilov contributed a new MSIL backend to LLVM. llc - march=msil will now turn LLVM into MSIL (".net") bytecode. This is still fairly early development with a number of limitations. x. Anton and Lauro implemented support for 'protected visibility' in ELF. x. Lauro implemented...
2001 Oct 17
9
large files
I'm reposting this problem (perhaps a bug) now I've got more information on it. This is another point of view of the situation and I hope someone could have run into the same trouble before (and solved it :-)) This is it: * with ntbackup 2000 I create a 22Gb .bkf file in the windows machine. * I can copy that file over a samba share and get correct info form the file in windows
2007 Mar 22
0
[LLVMdev] MSIL backend
Anton Korobeynikov wrote: > Hello, Everyone. > > We've just commited new backend for LLVM: MSIL. The author of backend is > Roman Samoilov from Codedgers Inc. (roman at codedgers.com). Backend itself > is very similar to C backend (and actually was based on it). Note, it's > pure LLVM-to-MSIL translator, so no additional checks etc. are > performed. > I'm confused. A MSIL front end I can understand, but a back...
2007 May 15
1
[LLVMdev] llvm 2.0 release announcement [draft]
On Mon, 14 May 2007, Jeff Cohen wrote: > Chris Lattner wrote: >> x. Roman Samoilov contributed a new MSIL backend to LLVM. llc - >> march=msil will now turn LLVM into MSIL (".net") bytecode. This is still >> fairly early development with a number of limitations. > This ought not be advertised to the world. It is not useful for any purpose. Jeff,...
2007 May 23
0
LLVM 2.0 Release
...details. 3. Christopher Lamb added support for alignment values on load and store instructions, finishing off PR400. This allows the IR to express loads that are not sufficiently aligned (e.g. due to '#pragma packed') or to capture extra alignment information. 4. Roman Samoilov contributed a new MSIL backend to LLVM. llc -march=msil will now turn LLVM into MSIL (".net") bytecode. This is still fairly early development with a number of limitations. 5. Lauro implemented support for Thread Local Storage with the __thread keyword, and added codeg...
2001 Nov 01
0
Samba 2.2.2 configuration/compilation problem
Hi! I have some problem to compile samba 2.2.2. Below is my configuration. ./configure --prefix=/usr \ --with-smbclient \ --with-codepagedir=/usr/lib/samba/codepages \ --with-smbmount \ --with-lockdir=/var/lock \ --with-configdir=/etc \ And this is `make -s' output. Using FLAGS = -O -Iinclude -I./include -I./ubiqx -I./smbwrapper \