Displaying 20 results from an estimated 200 matches similar to: "[LLVMdev] Lifetime analysis of variables within a module"
2011 Jan 22
1
Plotting by factor with xts
Hi all,
I've got an xts time series of stock symbols and closing prices.
> head(x)
symbol close
2010-01-04 "AFB" "13.46"
2010-01-04 "AKP" "12.80"
2010-01-04 "APX" " 8.78"
2010-01-04 "AYN" "13.15"
2010-01-04 "BAF" "13.50"
2010-01-04 "BBF" "12.86"
>
2002 Sep 27
2
Rsync synchronizes unchanged files
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I wish to use rsync to synchronize a whole fat32 (MSWindows) partition
mounted into a linux system. I run rsync from linux.
The problem is rsync synchronizes most of the data even if the data hasn't
changed since the original image was made.
I used the -avz parameters to do the backup and the same for restoration.
Also I've tried just -rvz. It
2011 Jul 17
0
[LLVMdev] Sparc: handling unused operands in instruction format F3_3
Greetings,
while attempting to TableGen-ify the Sparc code generator, I've hit a
bit of a snag.
Sparc has a few well-defined instruction formats. For example, format
3 operation 3 (F3_3) is as follows:
[op][rd][op3][rs1][opf][rs2]
op = 3
rd = destination register
op3 = opcode
rs1 = source register 1
opf = opcode (floating-point)
rs2 = source register 2
So far so good. However, some
2002 Sep 09
1
Character set of filename problem?
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I'm getting the rsync error "partial transfer (code 23) at main.c(925)"
when restoring a 'rsync-ed' Windows partition from a Linux system.
I feel the problem might be caused by the characterset (win-1250) which
the files on Windows partition are stored in.
Is there any solution to this?
Thank you
lukas
- --
Lukas Kubin
phone:
2010 Feb 16
0
replicating aov results with lmer
I am trying to replicate the results of an aov command with lmer, to understand the syntax, but I can't quite figure it out. I have a dataset from Montgomery p. 520 with a nested and factorial layout. There are 3 fixtures, 2 layouts (the treatments) in a factorial design, but the operators who perform the runs are nest in layouts (4 operators per layout=8 different operators). Thus, each
2009 May 06
2
Prepared meta directory for one to many sync
Hi to all,
sorry, but I am not subscribed to this list. I have a question, because
I did not find any answer for my problem. If you have so, please let me
know!
We use rsync to synchronise "one-to-many" workstations. We use our
obnovang software (http://obnova.bp.opf.slu.cz/). You can read more info
on this page, but in general, we are doing backups and refresh of many
workstations
1999 Oct 01
1
Problems connecting to Samba Server
I installed Samba (bbf format) on AIX 4.3.2 for the first time. The client
is NT 4.0(SP 5).
I am able to connect to the tmp share name. Also, after a few attempts I
was able to connect to another share name that requires a password. When I
powered on my PC the next day, I was asked to enter the network password, I
did. I typed the username and password but it was rejected. Next I tried
2011 Feb 10
0
Eeepub gem warnings?
I am using the fabulous eeepub gem to convert a folder full of HTML
files into a valid epub package. It works swimmingly, except I get the
following errors with each turn of my loop:
Minogue_0089 split into chapters...
/opt/local/lib/ruby/gems/1.8/gems/eeepub-0.6.1/lib/eeepub/
container_item.rb:19: warning: instance variable @depth not initialized
2015 Jul 11
0
Re: Migrate Win2k3 to KVM
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
Having the BSOD value (first ID) should provide intel about what's
getting wrong in your setup.
It's likely that your storage stack is incomplete in your setup due to
hardware change for HDD, and thus, Windows cannot find its boot device
any longer.
Reading this KB might help: https://support.microsoft.com/en-us/kb/314082
Once you get
2007 Sep 12
14
screenshots & wxruby apps
Hi
I''ve added a page to the wiki to show some screenshots opf the wxRuby
samples:
http://wxruby.rubyforge.org/wiki/wiki.pl?ScreenShots
I''d like to get some screenshots for OS X to add to this, if anyone
could supply them please. It would be nice to show the minimal sample
for all three platforms, plus perhaps some of the ones that aren''t
included there.
Also if
2015 Jul 11
3
Re: Migrate Win2k3 to KVM
Hi,
Here is the XML file of the my VM:
<!--
WARNING: THIS IS AN AUTO-GENERATED FILE. CHANGES TO IT ARE LIKELY TO BE
OVERWRITTEN AND LOST. Changes to this xml configuration should be made
using:
virsh edit SJ-SIMISPC
or other application using the libvirt API.
-->
<domain type='kvm'>
<name>SJ-SIMISPC</name>
2024 Jul 17
1
Weird folders / files after upgrading to Samba 4.20
Hello lovely samba-people,
after upgrading to 4.20 some file shares randomly get weird directories
and files in them:
drwxrwx---+ 3 AD-ELLERHOLD\user AD-ELLERHOLD\group 4.0K May 29 01:14 ''$'\352'
drwxrwx---+ 3 AD-ELLERHOLD\user AD-ELLERHOLD\group 4.0K May 29 01:14 ''$'\324'
drwxrwx---+ 3 AD-ELLERHOLD\user AD-ELLERHOLD\group 4.0K May 18 01:12
2002 Sep 16
0
[LLVMdev] another question
Also sprach xli3 at uiuc.edu:
} In the section expaining "dyn_cast"
} There are following lines of code:
} if (AllocationInst *AI = dyn_cast<AllocationInst>(Val)) {
} ...
} }
} I cannot understand how you take a operand, a value, and cast
} it into a Instruction. Can you explain it for me?
}
} Another common example is:
}
} // Loop over all of the phi nodes
2010 Nov 05
0
[LLVMdev] Basic block liveouts
Because I feel bad for giving a non-answer:
An easy way to find if a virtual register is alive after the basic block is
to
While iterating over the virtual registers
- Check to see if the virtual register's "next" value exists outside of the
basic block.
for instance:
std::vector<unsigned> findLiveOut( MachineBasicBlock * mbb ) {
std::vector<unsigned> liveout;
for(
2012 Dec 08
4
read.table()
Hi List,
I have spent more than 30 minutes, but failed to read in this file using the read.table() function. I could not figure out how to fix the following error.
Error in scan(file, what, nmax, sep, dec, quote, skip, nlines, na.strings, : line 1 did not have 6 elements
Any help would be be appreciated.
Thanks,
Pradip Muhuri
####### below is the reproducible example
xd1 <-
2010 Aug 29
1
[LLVMdev] [Query] Programming Register Allocation
Thanks for the information.
I still don't know how do I partition registers into different classes from
the virtual registers? For instance, I have the function who which iterates
over the instructions, but I don't know how to write the function which
returns the different register class.
void RAOptimal::Gather(MachineFunction &Fn) {
// Gather just iterates over the blocks,
2013 Feb 16
1
[LLVMdev] A weird problem when try to output operand of instruction involving function pointer in a struct
Hi all,
I just start to learn llvm. I am trying to get the operand's name of some
instruction that invokes a function field of a struct. While, I found in
the result that there is a sequence number attached to the function field
name. Below is an example:
/******source code t2.c*******/
#include <stdio.h>
void F(){printf("F\n");}
void E(){printf("E\n");}
void
2017 Jan 10
2
[PATCHish] IfConversion; lost edges for some diamonds
On Tue, Jan 10, 2017 at 2:31 AM, Peter A Jonsson <pj at sics.se> wrote:
> Hi Kyle,
>
> my apologies for mailing you directly but it seems new user creation is
> disabled on the llvm bugzilla.
>
> We sometime lose edges during IfConversion of diamonds and it’s not
> obvious how to reproduce on an upstream target. The documentation for
> HasFallThrough says *may*
2005 Oct 14
1
smbcacls add acl fails 3.0.20
Hi all!
I have a problem setting ACLs on a remote file on a Windows XP Pro
SP2 box.
I issue the following command:
smbcacls -a 'ACL:BBI-DEV\beakid:ALLOWED/0/0x00100116' -U 'BBI-DEV
\Admin' //BBI-DEV/Data /Niva.txt
And I get this response from debug level 3.
Password:
Connecting to host=BBI-DEV
Connecting to 192.168.1.124 at port 445
Doing spnego session setup (blob
2011 Nov 23
0
[LLVMdev] GC plugin: Not add (postcall) safe point after tail-call
Hi all,
I have implemented a GC plugin and i want to exclude Tail-call instructions
from being considered as Safe Points. For that reason I have overwritten
the "findCustomSafePoints" function with something like that:
bool ErlangGC::findCustomSafePoints(GCFunctionInfo &FI, MachineFunction
&MF) {
for (MachineFunction::iterator BBI = MF.begin(),