search for: sykora

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

Did you mean: sikora
2002 Dec 10
5
nt->samba backup suggestions
Hello, I am building a linux/samba server to backup some nt servers and would appreciate some suggestions/pointers/criticisms etc... I googled for "samba backup" but could not find many similar solutions. need... Full/incremental network backups for 2=nt and 1=win2k servers. Ability to choose which folders/files get included/excluded. No software costs. motivation... Full drive
2007 Apr 12
2
minimize download bandwidth techniques
I know of a few techniques for minimizing server bandwidth when bittorent is not an option. 1) If you have the beta isos, you can rename them as centos 5 isos and then rsync from a mirror that allows rsync (such as kernel.org). Then only changes from beta to centos 5 plus some overhead is downloaded. I suppose you could use this technique with bittorrent too. 2) Instead of downloading both cd
2020 Jan 16
2
[RFC] Implementing the BHive methodology in llvm-exegesis
Hi all, In a recent IISWC paper <http://groups.csail.mit.edu/commit/papers/19/ithemal-measurement.pdf>, we've proposed BHive - a new methodology for benchmarking arbitrary basic blocks that has several advantages over the one currently used in llvm-exegesis. In particular, the new methodology: - automatically handles memory accesses in the basic block, without the need to manually
2012 Oct 15
2
[LLVMdev] Alternate instruction encoding for subtargets
...possible I will just dump the tablegen's *GenCodeEmitter.inc file with the getBinaryCodeForInstr() and write it by hand. I guess this is the only place where opcodes are used? (I do not use LLVM's MC disassembler.) Cheers, Jara -- Space--the final frontier! http://linkedin.com/in/jaroslavsykora
2006 Mar 24
13
UPS Batteries
Hello, This may be a really stupid question, but can a gel type marine battery be used in a UPS? Thanks
2011 Jun 08
0
[LLVMdev] change program names (configure --program-prefix=xxx)
Hi, is it possible to change names of LLVM programs? Something like in gcc's configure --program-prefix=xxx e.g llvm-dis -> xxx-llvm-dis, clang -> xxx-clang, opt -> xxx-opt I'd like to have this (or equivalent) so that I can customize cross-toolchain program names according to the target architecture. Thanks, Jara -- Space--the final frontier!
2011 Nov 09
1
[LLVMdev] Inserting stack spilling code that modifies globally visible state
Hello, I am developing compiler for the 8-bit PicoBlaze processor in LLVM 2.9. The problem at hand is that the stack spilling code in this architecture modifies the machine FLAGS register (i.e. globally visible state). The LLVM core code does not know about this 'feature' and happily inserts spilling code anywhere it wants, thus (potentially) corrupting live FLAGS. Practically, the FLAGS
2012 Nov 02
0
[LLVMdev] Alternate instruction encoding for subtargets - SOLVED
...function names taken care of by the preprocessor...), and henceforth the encoder implementation can be dynamically switched in runtime according to the current -mcpu. Curious readers may find the hacked tablegen attached. Cheers, Jara -- Space--the final frontier! http://linkedin.com/in/jaroslavsykora -------------- next part -------------- A non-text attachment was scrubbed... Name: tablegen-hack.patch Type: application/octet-stream Size: 3052 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20121102/5f0d8d9d/attachment.obj>