Displaying 20 results from an estimated 200 matches similar to: "[LLVMdev] Control Data Flow Graph (CDFG)"
2009 Mar 03
1
[LLVMdev] Control Data Flow Graph (CDFG)
Hi,
Does anyone know any tool that can help generate a control/data flow graph
(CDFG) for LLVM IR programs?
The opt -view-cfg and related commands can visualize a program as a control
flow graph. But how can I embody data flow information into that graph?
Your help will be greatly appreciated!
Thanks,
Wenhao Jia
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2011 Jul 01
0
[LLVMdev] Generating DFG or CDFG from C code
Hi Andrew,
Thanks for the response. That helps a lot.
So that means I have to implement a pass, right ? Sorry for dumb question. I just started LLVM today.
===========================================
Phone : 82-42-860-1838
Fax : 82-42-860-6790 Cell Phone: 82-10-7599-1981 ===========================================
--- On Thu, 6/30/11, Andrew Trick <atrick at apple.com> wrote:
2011 Jul 01
1
[LLVMdev] Generating DFG or CDFG from C code
Unless someone else responds with "I've already done that" then you need to implement a pass. It's probably something you want to customize to your needs anyway.
-Andy
On Jun 30, 2011, at 11:50 PM, janarbek wrote:
> Hi Andrew,
> Thanks for the response. That helps a lot.
>
> So that means I have to implement a pass, right ? Sorry for dumb question. I just started
2011 Jul 01
0
[LLVMdev] Generating DFG or CDFG from C code
Hi All,
I am reposting my question again since i think my question was not clear enough.
I am wondering is it possible to generate Control Data Flow Graph from C using LLVM? or is it possible to get web-like structure of C code using llvm /
Thanks in advance,
Any comment suggestion would be appreciated.
Jan Ma.
===========================================
--- On Thu, 6/30/11, janarbek
2012 Mar 08
0
[LLVMdev] CDFG (Controil Data Flow Graph) with LLVM
Hi All,
I am wondering if there is anyone who is working on generating Control/Data Flow Graph generation from C code ?
Can anyone point me where I should look in order to generate CDFG ? I am planning to develop one for myself.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2011 Jul 01
2
[LLVMdev] Generating DFG or CDFG from C code
On Jun 30, 2011, at 10:05 PM, janarbek wrote:
>
> Hi All,
> I am reposting my question again since i think my question was not clear enough.
> I am wondering is it possible to generate Control Data Flow Graph from C using LLVM? or is it possible to get web-like structure of C code using llvm /
>
> Thanks in advance,
> Any comment suggestion would be appreciated.
>
>
1997 Dec 16
1
Samba/Amiga smbclient?
Hi Rask,
I installed the GG ls, as you suggested, and some other directory commands (rm, dir,
..) as well, into amitcp:samba/bin. BIN: is assigned to this. My path looks here
first before amitcp:bin.
I still get no action for mput *, with recurs on, and mask *. Also, lcd prints nothing
as well.
Can you suggest anything else? Am I missing something else, perhaps?
Cheers, Chris.
On 15 Dec 97
2011 Jun 30
2
[LLVMdev] Generating DFG or CDFG from C code
Hi All,
I am new to LLVM. I want to generate a Dataflow graph or Control Dataflow graph from C code using LLVM. I have no idea how to do it in LLVM. I tried to use analysis and transform passes such as "-dot-cfg" but it doesn't give what I want. I want to generate a node for each operation in C code.
Thanks in advance.JM.
-------------- next part --------------
An HTML attachment
2013 Nov 22
0
[LLVMdev] cdfg dot file for specific function only
Hi,
is there a way to dump control flow graph dot file only for a specific function name? -dot-cfg option for opt command seems to dump cfg dot files for all functions.
-ananth
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20131121/a1d81904/attachment.html>
2009 May 15
0
[LLVMdev] Loop-carried Dependence
Hi Wenhao Jia,
On Wed May 13 16:30:36 +0200 2009, Wenhao Jia wrote:
> Does anyone know if there is any existing code I can use to do a
> loop-carried dependence analysis for LLVM IR programs? I searched the
> mailing-list archive and it seems like someone planned to implement a
> loop dependence analysis pass in March. I'm just wondering if this
> project is ongoing/finished or
2018 Apr 23
0
Gantt Chart Using Plotrix
Hi,
Your attempt didn't work because you didn't do what I suggested, which
was make sure that your data frame matched the example given in the
help for gantt.chart.
Here's what you have:
> str(cdfg)
'data.frame': 3 obs. of 3 variables:
$ c1d1: Factor w/ 3 levels "task 1","task 3",..: 1 3 2
$ c2d1: POSIXct, format: "2018-04-01"
2011 Jul 07
1
[LLVMdev] Identifying classes and its member functions
We have built a tool which will take in a CDFG (in a particular format) and
do some design automation based on it. The effort is to extend this tool to
take an input from in the form of a systemC (extension of C++) code. The IR
was used to generate the CDFG of the source code.
But the requirement is to generate the CDFG of only a specific function and
hence I am looking to iterate over the member
2009 May 13
2
[LLVMdev] Loop-carried Dependence
Hi,
Does anyone know if there is any existing code I can use to do a
loop-carried dependence analysis for LLVM IR programs? I searched the
mailing-list archive and it seems like someone planned to implement a
loop dependence analysis pass in March. I'm just wondering if this
project is ongoing/finished or if there is other projects that may
have the code I'm interested in.
Thanks!
2010 Jun 24
0
[LLVMdev] LLVM:help
RAJWINDER SINGH wrote:
> I am making a CDFG graph out of the instruction.
What is a CDFG? Do you mean a control dependence graph?
Control-dependence can be computed utilizing the PostDominatorTree pass.
> for that purpose I require the name because
> if I am using its ID then ID may be same for the two such variables.
What do you mean by an instruction's ID?
> How can I
2012 May 08
1
optim question
Hello,
I used optim to find the MLE estimates of some parameters. See the code
below. It works for data1(x). but It did not work for data2 and the error
says" L-BFGS-B needs finite values of 'fn' ".
data2: c(x, 32) that is, if I added the number 32 at the end of data1.
The error appears "non-finite function value" etc.
Any comments or suggestions?
Thanks!
2018 Apr 22
3
Gantt Chart Using Plotrix
Hi Sarah
Thank you very much for your pointers.
Is there a way to specify the date string as POSIXct when reading in?
I have tried the following (very inelegant way) and still have no luck.
--- Begin Code ---
# 1st read in the spreadsheet with stringsAsFactors set to FALSE
> abc <- read.csv("gntr1.csv", header=TRUE, stringsAsFactors=FALSE)
> abc
code tasks.labels
1998 Mar 16
3
Amiga Samba file format?
Hi Amiga Samba users,
I have an interesting problem using Samba (1.9.16) on the Amiga. Everthing works
fine for PC reads from the Amiga to the PC or dag-and-dropped onto Unix shares (which
also using Samba). However, in the other direction (i.e. at PC GUI drag a Unix file
from Unix share and drop it onto an Amiga share) this copy results in a file that
my httpd on the Amiga can't read (in the
2009 Oct 07
1
[LLVMdev] Use LoopInfo in a non-pass class such as ProfileInfoLoader?
Hi everyone,
I'm adding loop profiling to LLVM built-in profiler. I'm just
wondering in a class that's not a pass, such as ProfileInfoLoader, how
can I get information produced by passes such as LoopInfo and
DominatorTree?
In other words, ProfileInfoLoader is not a pass, so it can't call
AnalysisUsage::addRequired and AnalysisUsage::getAnalysisUsage
directly. Then how can it know
2002 May 13
0
FreeBSD Security Notice FreeBSD-SN-02:02
-----BEGIN PGP SIGNED MESSAGE-----
=============================================================================
FreeBSD-SN-02:02 Security Notice
The FreeBSD Project
Topic: security issues in ports
Announced: 2002-05-13
I. Introduction
Several ports in the FreeBSD Ports
2005 Nov 01
3
[LLVMdev] [fwd] Re: LLVM Compiler Infrastructure
Hi, Yiping!
I am not sure of the answer to your question, but I am forwarding it to
the LLVMdev list where I am sure someone will be able to answer you.
Please send development questions directly to LLVMdev and you will get a
response quicker, as it is read by many LLVM developers.
----- Forwarded message from Yiping Fan <fanyp at cs.ucla.edu> -----
Date: Mon, 31 Oct 2005 17:20:24 -0800