Displaying 11 results from an estimated 11 matches for "myalias".
Did you mean:
mayalias
2013 Jul 10
1
[LLVMdev] Problem Adding New Pass to Alias Analysis Group
On 7/10/13 3:43 PM, Cristianno Martins wrote:
> Hello John,
>
> What opt command line arguments are you using?
I'm not using opt. I'm manually scheduling a pipline within a tool.
The code looks like this:
PassManager pm;
MyAlias * aa = new MyAlias();
pm.add(aa);
pm.add(new MyAliasUsingPass());
Both MyAlias and MyAliasUsingPass are now ModulePass'es. MyAlias is an
alias analysis pass while MyAliasUsingPass is a pass that requires an
alias analysis and performs a test query.
The output of -debug-pass=Structure is th...
2013 Jul 10
0
[LLVMdev] Problem Adding New Pass to Alias Analysis Group
Hello John,
What opt command line arguments are you using?
If you follow this
link<http://llvm.org/docs/Passes.html#no-aa-no-alias-analysis-always-returns-may-alias>,
you can see that -no-aa is the default alias analysis implementation if you
do not manually specify which AA passes you want to use. Note that you can
pass as many different implementations of AA as you want, and each of them
2013 Jul 10
2
[LLVMdev] Problem Adding New Pass to Alias Analysis Group
Dear All,
I'm trying to add a new alias analysis to the alias analysis group in
LLVM 3.2. This new pass is linked statically into a tool that lives
outside the LLVM source tree, so I'm trying to avoid making patches to
the LLVM sources.
I've added the INITIALIZE_AG_PASS_BEGIN() and INITIALIZE_AG_PASS_END()
code to the pass, manually scheduled it before the
2013 Nov 11
2
[LLVMdev] What's the Alias Analysis does clang use ?
Hi, LLVM community:
I found basicaa seems not to tell must-not-alias for __restrict__ arguments
in c/c++. It only compares two pointers and the underlying objects they
point to. I wonder how clang does alias analysis
for c/c++ keyword restrict.
let assume we compile the following code:
$cat myalias.cc
float foo(float * __restrict__ v0, float * __restrict__ v1, float *
__restrict__ v2, float * __restrict__ t) {
float res;
for (int i=0; i<10; ++i) {
float x = v0[1];
float y = v1[1];
float z = v2[1];
res = x * 0....
2013 Nov 12
0
[LLVMdev] What's the Alias Analysis does clang use ?
...asicaa seems not to tell must-not-alias for __restrict__
> arguments in c/c++. It only compares two pointers and the underlying
> objects they point to. I wonder how clang does alias analysis
> for c/c++ keyword restrict.
>
>
> let assume we compile the following code:
> $cat myalias.cc
>
> float foo(float * __restrict__ v0, float * __restrict__ v1, float *
> __restrict__ v2, float * __restrict__ t) {
> float res;
> for (int i=0; i<10; ++i) {
> float x = v0[1];
> float y = v1[1];
> float z = v2[1];
>
>
> res = x * 0.67 + y * 0.17 + z * 0.1...
2005 Dec 12
2
How to use arbitrary relationships in Activerecord
How can I ask ActiveRecord to make it''s "has_many" code to work on some
arbitrary relationship between two tables? ie neither field is a primary key
The situation is that I am writing a Postfix management application and
one of the tables to manage is the "alias" table. My primary key in the
"mailbox" table is "id", but the alias table is just
2009 Aug 18
0
alias does not work
...lternc, the mails are seen
as aliases in the form user_domain.tld. In a second time, a match is
made to see if an "real" alias exists.
postmap -q test at lists.test.net mysql:/etc/postfix/mydomain.cf
test-owner_lists.collectifs.net
postmap -q test-owner_lists.test.net mysql:/etc/postfix/myalias.cf
"| /var/lib/mailman/mail/mailman owner test"
With my configuration, this second part doesn't work. Perhaps the
simplest is to ask to deliver the mail to user_domain.tld except of
user at domain.tld in master.cf ?
Thanks
Denis
# main.cf
virtual_alias_maps = proxy:mysql:/etc/p...
2004 Jan 15
1
Ownership lost: linux -> windows -> linux
...permissions and even setuid bits.
Could you help me solving this problem?
On windows I'm using cwRsync 1.1.0 on a 2003 server.
Here is my rsyncd.conf on windows:
------- start of rsyncd.conf
use chroot = false
strict modes = false
hosts allow = *
log file = rsyncd.log
pid file = rsyncd.pid
[myalias]
path = /cygdrive/c/cwrsync/data/mydir
read only = false
transfer logging = yes
------- end of rsyncd.conf
On linux I'm using rsync 2.5.6, launching it with this
syntax:
/usr/local/bin/rsync -a -v -c --progress --stats
rsync://<IPADDRESS>/<ALIAS> <LOCALDIR>
Thank you for...
2005 Aug 29
9
can a class find out it''s instance name?
Hi friends - a javascript question....
Does the prototype object add some way for a class to find out the
variable name of its instance variable?
Or does javascript have some built in way to do this?
This is confusing to describe - but if I define a variable as some
object:
var myVariable= new Widget(''fdfa'');
can some built-in method inside the Widget class be
2009 Aug 15
11
Postfix : lda problem
...path: /var/spool/postfix/private/auth
mode: 432
user: postfix
group: postfix
socket:
type: listen
master:
path: /var/run/dovecot/auth-master
mode: 432
user: postfix
# POSTFIX
alias_database = hash:/etc/aliases
alias_maps = proxy:mysql:/etc/postfix/myalias.cf, hash:/etc/aliases
append_dot_mydomain = no
biff = no
broken_sasl_auth_clients = yes
config_directory = /etc/postfix
content_filter = smtp-amavis:[127.0.0.1]:10024
default_privs = www-data
disable_vrfy_command = yes
inet_interfaces = all
mailbox_size_limit = 0
message_size_limit = 2048000...
2006 Aug 07
1
chown errors?
> Hi--
>
> I just tried my first rsync operation. I got a couple of errors I don?t
> understand. Could someone explain what might be happening here?
>
> Please know that I am working in rsync for Mac OS 10.4, which includes a few
> odd options discussed in previous posts.
>
> The original command was:
>
> time rsync -a -v -e ssh /'Applications'