Displaying 20 results from an estimated 20000 matches similar to: "[LLVMdev] CFG Extraction from Assembly Code"
2013 Sep 06
1
[LLVMdev] Extracting the global variables accessed by individual function with function pass
On 9/2/13 6:15 AM, Duncan Sands wrote:
> Hi,
>
>> Is there a way to dump the global variables, which are accessed
>> (read/written
>> to) by each function within the LLVM function pass?
>> Any pointers on how that info can be extracted in LLVM for each
>> function in the
>> application?
>
> you will have to write your own pass to do this. For each
2013 Aug 31
2
[LLVMdev] Extracting the global variables accessed by individual function with function pass
Hi All,
Is there a way to dump the global variables, which are accessed (read/written to) by each function within the LLVM function pass?
Any pointers on how that info can be extracted in LLVM for each function in the application?
Thanks.
Regards,
Yan Lin Aung
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2011 Apr 15
0
[LLVMdev] Instruction Latencies After Scheduling
Hello
Recently, I noticed a few people asking on issues related to instruction scheduling in LLVM.
For me, I would like to get/extract latencies of instructions (in clock cycles) after scheduling for each basic block. Anyone know how get/extract this info from LLVM? Thanks.
Regards,
Yan Lin Aung
2012 Feb 06
1
[LLVMdev] Getting trace output from LLVM
Hi
I would like to get the execution trace output from LLVM.
I noticed LLVM has "llvm-3.0.src/lib/Analysis/Trace.cpp" and "llvm-3.0.src/include/llvm/Analysis/Trace.h".
Any idea on the functionality of Trace.cpp and how to invoke the dump() method in command line so that the execution traces can be observed. Thanks.
With regards
Yan Lin Aung
-------------- next part
2010 Oct 12
2
[LLVMdev] CFG extraction
Hello,
I would like to extract Control Flow Graph and Data Flow Graph from a sample program written in C++, Can anybody please direct me to some examples?
Thanks in advance
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20101012/fc071e63/attachment.html>
2019 Feb 08
2
Permission issue
Hi,
We did a classicupgrade of our Ubuntu Server (4.3.11, TDB), the server DC5 also host shares. Post the migration we are seeing some permission issues.
When trying to give permission to a domain group/user to folder/file we get the following
chown "LIN\\myadmin:LIN\\adgroup" adtest/
chown: invalid user: 'LIN\\myadmin:LIN\\adgroup'
wbinfo --ping-dc : checking the NETLOGON
2019 Jun 25
2
Reverse DNS
Hai,
You posted the correct things here, for a quick fix i
I'm buzzy with something else atm but i saw that /dev/urandom part.
Add in the bind9 (named) apparmor profile
# Samba DLZ
/{usr/,}lib/@{multiarch}/samba/bind9/*.so rm,
/{usr/,}lib/@{multiarch}/samba/gensec/*.so rm,
/{usr/,}lib/@{multiarch}/samba/ldb/*.so rm,
/{usr/,}lib/@{multiarch}/ldb/modules/ldb/*.so rm,
2019 Jun 19
4
Reverse DNS
Hi,
We have some issue with the reverse DNS in Samba AD. We're running Bind9_DLZ on Ubuntu 18.04. The DHCP server(Ubuntu 16.04) is different to the AD server and not in the same AD domain. The DHCP scope points to the Samba AD server as the DNS server
When a machine with DHCP assigned address tries to update the DNS record, it is able to update the forward zone but not the reverse zone. The
2018 Mar 12
2
LDAP: PDC to BDC replication issues
Hi,
We are having some replication issues between the our PDC and BDC LDAP servers. Here are the details
Servers:
Name: LIN-PDC1.LIN
Role: PDC
SLAPD: openldap-2.4.28
Samba: 3.6.25
Name: LIN-PDC2.LIN
Role: BDC
SLAPD: 2.4.31
Samba: 4.3.11
LDAP Method: cn=config with smbldap tools
Database: HDB
Management: PHPLAMDIN
Replication Method: refreshAndPersist
Replication:
After importing the LDIFs
2018 Dec 04
2
[Unsafe-fp-math] Merge attribute for inlining
Hal,
Thanks for the reply. I am trying to understand the underlying concern. That means the inlining of a callee without unsafe-fp-math attribute set will block the unsafe optimization in its caller, right?
Thanks,
Yan
From: Finkel, Hal J. [mailto:hfinkel at anl.gov]
Sent: Tuesday, December 4, 2018 11:34 AM
To: Yan Luo <yan.luo2 at synopsys.com>; llvm-dev at lists.llvm.org
Subject: Re:
2009 Nov 17
2
SVM Param Tuning with using SNOW package
Hello,
Is the first time I am using SNOW package and I am trying to tune the cost
parameter for a linear SVM, where the cost (variable cost1) takes 10 values
between 0.5 and 30.
I have a large dataset and a pc which is not very powerful, so I need to
tune the parameters using both CPUs of the pc.
Somehow I cannot manage to do it. It seems that both CPUs are fitting the
model for the same values
2019 Feb 08
4
Permission issue
Hi Rowland,
The user's ID range would have been below 3600, the current max rid is 3506
The links have been setup following this link, then restarted the samba-ad-dc service
https://wiki.samba.org/index.php/Libnss_winbind_Links
I followed the following to configure the winbindd stuff,
https://wiki.samba.org/index.php/Configuring_Winbindd_on_a_Samba_AD_DC
template shell = /bin/bash
2019 Apr 11
3
AD migration issues
Hi ,
We migrated to AD account in a Ubuntu 16.04 (Samba 4.3.11)and came across issues with user shares. Some of the users were able to access the shares and some were not.
The server in question has both AD and File and we followed the samba wiki to enable the Windows ACL
To migrate , we ran the following
samba-tool domain classicupgrade --dbdir=/var/lib/samba.PDC/dbdir --realm=lin.GROUP
2010 Jun 23
1
Estimate of variance and prediction for multiple linear regression
Hi, everyone,
Night. I have three questions about multiple linear regression in R.
Q1:
y=rnorm(10,mean=5)
x1=rnorm(10,mean=2)
x2=rnorm(10)
lin=lm(y~x1+x2)
summary(lin)
## In the summary, 'Residual standard error: 1.017 on 7 degrees of freedom',
1.017 is the estimate of the constance variance?
Q2:
beta0=lin$coefficients[1]
beta1=lin$coefficients[2]
beta2=lin$coefficients[3]
2020 May 15
2
RFC] Shrink-wrapping improvement
Hi Francis,
Thanks for getting back to me. Could you please provide more details about the problems you encounter with those tools and what improvements required to improve compact unwinding format? Most of my experience is in the mid end, but it is still surprising to me that an improved shrink wrap will break that many tools, considering the fact that gcc has a good shrink wrapping pass and
2009 Jul 03
1
Error
Dear Sir,
I installed successfully using the install.packages("Rdonlp2", repos="
http://R-Forge.R-project.org"). I tried on the example which is defined on
the Rdonlp help file ,p <- c(-10,10)par.l <- c(0,0); par.u <-
c(100,100)lin.u <- 1; lin.l <- 1A <- t(c(1,1))fn <- function(x){
x[1]^2+x[2]^2}ret <- donlp2(p, fn, par.lower=par.l, par.upper=par.u, A=A,
2019 May 06
3
Doman join issues
Hi Rowland,
I get the same error messages even with the following smb.conf, generated by the migration process.
[global]
workgroup = LIN
realm = LIN.COM
netbios name = LINSERVER01
server role = active directory domain controller
server services = s3fs, rpc, nbt, wrepl, ldap, cldap, kdc, drepl, winbindd, ntp_signd, kcc, dnsupdate
idmap_ldb:use
2010 Nov 08
0
[LLVMdev] Testing with llvm-lit
2010/11/8 Brice Lin <brice.lin at gmail.com>:
> $ ~/llvm/Debug+Asserts/bin/llvm-lit ~/llvm/test/Integer/BitCast.ll
> llvm-lit: lit.cfg:103: fatal: No site specific configuration available!
Have you ever run "make check" and passed?
...Takumi
2018 Apr 02
2
Samba Domain server authentication
Hi,
The setup used to work on a when both file and AD were in the same box.
We're trying to separate them.
The 'net rpc testjoin' gives: Join to "LIN" is ok.
The wbinfo -u does list all users with "LIN\username". The getent passwd
lists the LIN\username with all the attrributes". This is after putting in
your suggestions about winbind trusted domains only and
2018 Apr 02
2
Samba Domain server authentication
Hi,
We're having issues accessing shares from our Samba file server.
If we try to access the share from a domain joined Windows machine, it
prompts with enter username and password. If we supply the domain password
it fails. The error that we get is the following.
Failed to find a Unix account for peteruser 'lin\aadamson' (from session
setup) not permitted to access this share (data)