Displaying 20 results from an estimated 3000 matches similar to: "Arguments name IR LLVM"
2019 Jul 29
3
Arguments name IR LLVM
On Mon, Jul 29, 2019 at 4:39 AM Hans Wennborg via llvm-dev <
llvm-dev at lists.llvm.org> wrote:
> The arguments are unnamed, which means they will be implicitly named %0,
> %1, %2.
>
OP's use case for the names aside, I think we should consider changing
LLVM's IR printer to print unnamed arguments in function definitions as %0,
%1, etc, like we do for instructions. We can
2018 May 15
3
LLVM Backend!
Hello LLVM Team,
I just want to ask about the list of LLVM Backend, I google it but I found no email list, please if exist just let me know and send me the link for subscription.
Kinds regards
Mohamed Messelka
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180515/432b37b0/attachment.html>
2018 Jun 12
2
LLVM assembly language
Hi,
Does anyone tell which file whose emit the llvm assembly file (.ll), I want to modify for specific use.
Thank you all
Kinds
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180612/5f3c72d5/attachment.html>
2018 Jul 24
2
Software pipeline using LLVM
Hi all,
I want to generate assembly code using Swing Modulo Scheduling in LLVM for many ALU (May could be Adders, multilayer ......), I need some help how I can do that, which commend I run?
Also if possible more information about the scheduling and the register location ......, and which pass responsible about that, and which LLVM version support Swing Modulo Scheduling.
Thank you.
Regards
2003 Sep 11
1
Customised legend in lattice
Hi List,
Am trying to customize a legend in trellis: Draws 2x5 lines in 5 colors and
2 linetypes. I would like to add two more items to the legend showing the
key for the line types above the colored legend.
Any suggestions welcome - thanks Herry
#############################
#Following example code:
library(gregmisc)
trellis.device(bg="white")
i1=0
i2=-1.89767506
i3=-1.17087085
2018 May 15
0
LLVM Backend!
Adding back the mailing list.
On Tue, May 15, 2018 at 4:48 PM mohamed messelka <m14m at live.fr> wrote:
> Hello Dean,
> Thank you for your replay,
> Im working on LLVM Backend, and I want a community to exchange the
experience and solve the problems when creating Backend with LLVM, I just
want to know if there exist an email list fo LLVM Backend.
I think this is the mailing
2011 Nov 28
4
Puppet Windows: Spaces in file paths a problem?
I thought I read somewhere in Puppet docs/wiki... that it is
"recommended" to avoid spaces in file paths, or some similar verbiage,
but now I cant find it.
Does Puppet have any known issues with spaces in file paths? It would
of course scare Windows admins away... So I hope I am wrong in
thinking I read that.
Thanks a lot,
Mohamed.
--
You received this message because you are
2005 Feb 17
3
icecast stats
That is why I asked for a protocol :)
Why we have to go the extra mile of parsing the XML, that will contain
plenty of info we don't need !!
Anyway, thank you for the tips.
On Thu, 17 Feb 2005 10:39:26 +1100, Michael Smith <mlrsmith@gmail.com> wrote:
> On Wed, 16 Feb 2005 16:23:03 +0200, Mohamed Eldesoky
> <eldesoky.lists@gmail.com> wrote:
> > I don't mind using
2011 Nov 29
5
puppetlabs-firewall: source param as array
Hi,
am trying this rule:
firewall { ''100 allow ssh from GUNET'':
proto => ''tcp'',
dport => ''22'',
source => [''10.0.0.0/8'',''192.168.0.0/16'',],
action => accept,
}
and it only seems to add a rule for the first subnet. The second is
silently
2013 Mar 15
3
reviewer comment
Un texte encapsul? et encod? dans un jeu de caract?res inconnu a ?t? nettoy?...
Nom : non disponible
URL : <https://stat.ethz.ch/pipermail/r-help/attachments/20130315/7300f19c/attachment.pl>
2011 Oct 12
4
Python yaml help
Sorry for being off topic. am trying the following and yaml fails to
construct the object:
The inventory document, from Puppet dashboard inventory service, looks like:
--- !ruby/object:Puppet::Node::Facts
name: pirates.uis.example.com
values:
productname: VMware Virtual Platform
kernelmajversion: "2.6"
My code:
class PuppetFacts(yaml.YAMLObject):
yaml_tag =
2011 Nov 18
10
msi package provider: Invalid parameter install_options
C:\Users\ml623>puppet --version
2.7.7
Puppet complains about a package resource I am trying to use saying:
Invalid parameter install_options
The resource is defined as:
package { "splunk":
name => $gu_splunk::client::splunk_package,
provider => ''msi'',
ensure => installed,
source =>
2011 Apr 13
17
Deploy puppet via NFS?
In our environ, there are several services that are deployed via an
NFS mount, so that the executables and configs are consistent across
the board.
Is there any reason why this couldn''t be done with Puppet? For
example, each individual system would contain its own /etc/puppet and
rc.d and pid files -- but the primary deployment would come from
NFS.
For that matter, as Enterprise
2010 Jul 12
3
need information
Dear All.
I want to become a wholesale VoIP traffic Provider , and i don't have a
experience about the software used this career .
I ask about Freeside billing system , FreeRADIUS AAA server and Asterisk
telephony server gave me all i need to start my business .
thanks
--
Best Regards
Mohamed Daif
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2013 Jan 09
5
vCPUs and Weight/Caps
Hello Everyone,
I am hoping I can get some help with how vCPUs work with weights and caps
1. If I have a domU with 2 vCPUs and a weight of 256, does the weight double (512) or is this 256 time slice across both vCPUs. If the weight does not double, how is it beneficial to have multiple vCPUs?
2. If the domU has 2vCPUs and a cap of 100% how does this work since 100% is a mex of one physical
2019 Mar 05
5
GSoC19: Debug Info should have no effect on codegen
Dear all,
My name is Mohamed and I am a first year computer science masters student.
I am writing this email because I am interested in the project idea "Debug
Info Should have no effect on codegen". So far I have built llvm and clang
and I was trying to reproduce the problem on simple c++ programs but I
can't. Being specific this are the steps I am doing:
$ clang -g test.cc
> $
2011 Nov 22
3
Puppet Windows: msi packages removal
I noticed that is if I uninstall an MSI that was installed by Puppet,
Puppet does not notice.
Looking at the source I see it might be checking for a state file to
know whether a package is installed or not:
C:\ProgramData\PuppetLabs\puppet\var\db\package\msi\SplunkForwarder.yml
So one has to rememebr to delete that too.... Is this design not a problem?
Thanks,
Mohamed.
--
You received this
2009 Jan 13
2
mounted.ocfs2 -f return Unknown: Bad magic number in inode
Hello,
I have installed ocfs2 without problem and use it for a RAC10gR2.
Only Clusterware files are ocfs2 type.
multipath is also used.
When I issue : mounted.ocfs2 -f
I have a strange result:
Device FS Nodes
/dev/sda ocfs2 Unknown: Bad magic number in inode
/dev/sda1 ocfs2 pocrhel2, pocrhel1
/dev/sdb ocfs2 Not mounted
/dev/sdf
2008 Feb 08
6
writing a function
Dear lists,
I'm in my process of learning of writing a function. I tried to write a simple functions of a matrix and a vector. Here are the codes:
mm<-function(m,n){ #matrix function
w<-matrix(nrow=m, ncol=n)
for(i in 1:m){
for(j in 1:n){
w[i,j]=i+j
}
}
return(w[i,j])
}
v<-function(n){ #function of a vector
y=vector(length=n)
2014 Feb 10
2
libvirt 1.2.1 / lxc : default virtual network not defined after installing/starting Libvirt
Hi There,
I am using Libvirt 1.2.1 on Fedora 20.
So, Libvirt is well installed and started but the weird thing is that the 'default' virtual network is not automatically defined and started, knowing that I can define/start it manually and everything goes fine.
previously I was using libvirt 1.0.4 and the 'default' virtual network was defined/started at Libvirt startup.
so,