similar to: [LLVMdev] Instrudtion operand definition question

Displaying 20 results from an estimated 5000 matches similar to: "[LLVMdev] Instrudtion operand definition question"

2010 Jun 30
0
Long shot... Order Logix
Has anyone ever integrated the software from order logix into their system? This is primarily an API driven, pulled from a SQL database and stored for a client to access... Order Logix deals primarily with Call Centers, it pulls the information from the SQL database, and will allow access for the client to pull the recording and all associated call information... I know its a long shot and
2004 Jun 30
3
OpenSSL ENIGNE support for OpenSSH
Hi all, attached is a patch that enables using hardware crypto accelerators available through OpenSSL library for SSH operations. Especially in ssh/sshd it can bring a significant speed improvement. OTOH if no crypto engine is available, nothing bad happens and default software crypto routines are used. This patch is used in SUSE Linux OpenSSH package and proved to work (at least it didn't
2016 May 04
2
GVN pass: does global value numbering remove duplicate computations in loops?
Hello, I was hoping to get some clarification on the aim of the GVN pass. I have been reading a bit about global value numbering, and from what I understand, there are polynomial time algorithms for removing duplicate computations from loops[1]. I have an example program[2] which computes the sum of an array twice, in two separate accumulators. Here, sum0 and sum1 are both sums of the array A.
2008 Jan 02
6
problem when editing record in polymorphic relation
I have the following three models created applying the polymorphic concept ========================================================================== class SoftwareCi < ActiveRecord::Base has_one :ci, :as => :content end class HardwareCi < ActiveRecord::Base has_one :ci, :as => :content end class Ci < ActiveRecord::Base belongs_to :content, :polymorphic => true end The
2007 Feb 25
2
[Bug 548] ip6tables accepts -p icmp
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=548 ------- Additional Comments From michal@logix.cz 2007-02-25 23:31 MET ------- For the record, the command is "ip6tables ... -p icmp". Just in case someone changes the Summary. -- Configure bugmail: https://bugzilla.netfilter.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are
2005 Dec 07
3
2.0-testing for linux-2.6.14
Hi there, is there any chance that you update xen-2.0 branch for newer 2.6 linux kernels? I know xen-3.0 is now out, but we''re not going to upgrade our production systems as yet. We''d rather stick with 2.0(-testing) and newer kernels for some more if possible. Thanks! Michal Ludvig -- * Personal homepage: http://www.logix.cz/michal
2005 Jan 03
2
atomic transaction set option to rsync
Hi, Apparently a change of behaviour from rsync 2.5 to rsync 2.6 affected the way I worked. I provide RPM repositories that I mirror using rsync. It is important to have the repository meta-data in sync with the data otherwise people have errors using Yum or Apt. In the old days (with older rsyncs) I was able to influence the order in which my transaction set was processed by changing the
2015 Oct 10
0
Syncronizing two IMAP servers
On 10/10/2015 13:22, Timothy Murphy wrote: > I spend time in two places, in different countries. > I have a local network in each place, > with IMAP servers on each network. > I collect email by fetchmail from various servers, > and read email on my laptop with KMail. > > I tried using just one IMAP server, but this proved impractical. > So I have two collections of the
2004 Sep 10
0
Re: [Flac-users] Re: Settings to get the best compression
On Thu, Jun 12, 2003 at 09:04:40AM -0500, David W. Tamkin wrote: > Josh suggested to Chris: > > > flac --super-secret-totally-impractical-compression-level > > Now it's not a secret any more! (OK, to those who can read the code, it > never was.) > > >No joke, > > The existence of the option isn't, but its performance pretty much is, > as Josh
2005 Feb 01
0
Encoding Options
for the "best" compression: --super-secret-totally-impractical-compression-level takes forever on my system (athlon 2500+) and sometimes results in larger files. so i just stick with -8 -V --lax --no-padding. -V to ensure the encode was vail --no-padding to save a few more bytes, as "The encoder writes a PADDING block of 4096 bytes by default." though 4kb over 3000 tracks
2005 Feb 01
1
Encoding Options
Thanks for the reply! > for the "best" compression: > > --super-secret-totally-impractical-compression-level Are there any more secret options? > takes forever on my system (athlon 2500+) and sometimes results in > larger files. so i just stick with -8 -V --lax --no-padding. Took about 20 minutes for a 3 minute long file on my old 900MHz laptop, not too impractical in
2000 Jan 14
0
Q: Solaris, two interfaces, outgoing smb fed throug 'wrong' interface!
Hello! Problem: Outbound data goes through default interface instead of specified, causing congestion. Question: How can I instruct samba to tell Solaris to SEND data through specified network interface? Detailed: I have a solaris filesserver with two network interfaces, hme0 and hme1. I'd like NFS to use hme0 and smb hme1. I intsruct samba to only listen for connections on the
2016 Oct 04
1
[PATCH] v2v: linux: try to fix removal of VMware tools
Try to improve the way packages of VMware tools are removed from YUM-based guests: - when filtering the package itself from its providers, do a stricter check so either the provide is the unversioned package, or it is exactly its own name - if the package has no other providers, then going further will cause the invocation of 'yum install' with no packages, and thus the package
2007 Jan 12
11
Regarding Xen security....
Hi Sir, I have a question regarding the security of Xen. What are the security threats in with Intel VT-x. Thanks, Praveen Kushwaha ________________________________________________________________________ _____________________ NEC HCL System Technologies Ltd., 4th Floor, Tower B, Logix Techno Park, Noida | Tel: 120 436 6777 Extn 748
2012 Jun 15
4
[LLVMdev] LLVM Sphinx intro buried in lld doc?
Am I the only one who thinks that it is impractical that the Sphinx intro is buried deep within the lld documentation? I suggest moving it to the Programming Documentation document. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120616/2cb7356d/attachment.html>
2013 Mar 26
2
[LLVMdev] [PATCH] RegScavenger::scavengeRegister
On Mon, Mar 25, 2013 at 4:02 PM, Jakob Stoklund Olesen <stoklund at 2pi.dk>wrote: > > On Mar 25, 2013, at 2:51 PM, Akira Hatanaka <ahatanak at gmail.com> wrote: > > > Yes, it sounds like it will solve the problem. > > > > Using the following example where live ranges of accumulators $vreg_acc0 > and $vreg_acc1 conflict, > > > > MULT
2013 Mar 26
0
[LLVMdev] [PATCH] RegScavenger::scavengeRegister
On Mar 26, 2013, at 10:29 AM, Akira Hatanaka <ahatanak at gmail.com> wrote: > The size of general purpose integer registers for mips32 is 32-bit and accumulators are 64-bit registers consisting of 32-bit hi/lo register pairs. So you will need two instructions to copy two 32-bit GPR registers to a 64-bit accumulator register. If spilling to multiple registers is unsupported, perhaps I can
2015 Oct 10
3
Syncronizing two IMAP servers
I spend time in two places, in different countries. I have a local network in each place, with IMAP servers on each network. I collect email by fetchmail from various servers, and read email on my laptop with KMail. I tried using just one IMAP server, but this proved impractical. So I have two collections of the same sub-folders, on the two servers. I have two questions: 1. Is there a simpler
2009 Dec 30
2
reply-to header
Afaik the absence of that header is the reason that the reply button in mail clients or in gmail answers to the sender rather than to the mailing list. Does anyone know why that header is not included ? I consider it a must have for any mailing list, without reply-to it's quite impractical. Or is everyone used to use reply-all or something, which includes the ML in CC, and no one does the same
2015 Jun 09
2
newbie question on installation over existing Linux
On 6/8/2015 6:29 PM, Peter wrote: > You can thank Fedora for making that rather pointless change and > breaking that capability. that 'capability' was a holdover of the 1980s when disks were measured in megabytes, and memory in kilobytes, so large file systems were impractical. -- john r pierce, recycling bits in santa cruz