search for: cdfg

Displaying 20 results from an estimated 32 matches for "cdfg".

Did you mean: cdf
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 scr...
2009 Mar 04
1
[LLVMdev] Control Data Flow Graph (CDFG)
...-TechCon2005.pdf> Anyway, thanks for the information! :-) Wenhao On Tue, Mar 3, 2009 at 6:30 AM, <llvmdev-request at cs.uiuc.edu> wrote: > > Date: Mon, 2 Mar 2009 22:14:40 -0700 > From: John Mosby <ojomojo at gmail.com> > Subject: Re: [LLVMdev] Control Data Flow Graph (CDFG) > To: LLVM Developers Mailing List <llvmdev at cs.uiuc.edu> > Message-ID: >        <645d868c0903022114k43d69187h13b4dcddd6b30d3a at mail.gmail.com> > Content-Type: text/plain; charset="iso-8859-1" > > Hi Wenhao, > > On Mon, Mar 2, 2009 at 8:42 PM, Wenh...
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" "2018-04-15" ... $ c3d1: POSIXct, format: "2018-04-15" "2018-05-31" ... Here's what you sh...
2011 Jul 01
1
[LLVMdev] Generating DFG or CDFG from C code
...8 > Fax : 82-42-860-6790 > Cell Phone: 82-10-7599-1981 > =========================================== > > > --- On Thu, 6/30/11, Andrew Trick <atrick at apple.com> wrote: > > From: Andrew Trick <atrick at apple.com> > Subject: Re: [LLVMdev] Generating DFG or CDFG from C code > To: "janarbek" <canarbekmatay at yahoo.com> > Cc: llvmdev at cs.uiuc.edu > Date: Thursday, June 30, 2011, 10:51 PM > > > On Jun 30, 2011, at 10:05 PM, janarbek wrote: > >> >> Hi All, >> I am reposting my question again since i...
2018 Apr 22
3
Gantt Chart Using Plotrix
...ask2" "task 3" > c2d1 <- as.POSIXct(abc$start) > c2d1 [1] "2018-04-01 EDT" "2018-04-15 EDT" "2018-06-01 EDT" > c3d1 <- as.POSIXct(abc$end) > c3d1 [1] "2018-04-15 EDT" "2018-05-31 EDT" "2018-06-30 EDT" > cdfg <- data.frame(c1d1,c2d1,c3d1) > cdfg c1d1 c2d1 c3d1 1 task 1 2018-04-01 2018-04-15 2 task2 2018-04-15 2018-05-31 3 task 3 2018-06-01 2018-06-30 # But still no luck ! > gantt.chart(cdfg) Error in `$<-.data.frame`(`*tmp*`, "priorities", value = numeric(0)) :...
2011 Jul 01
0
[LLVMdev] Generating DFG or CDFG from C code
...==================== 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: From: Andrew Trick <atrick at apple.com> Subject: Re: [LLVMdev] Generating DFG or CDFG from C code To: "janarbek" <canarbekmatay at yahoo.com> Cc: llvmdev at cs.uiuc.edu Date: Thursday, June 30, 2011, 10:51 PM 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...
2011 Jul 01
2
[LLVMdev] Generating DFG or CDFG from C code
...ggestion would be appreciated. > > Jan Ma. > > > > =========================================== > > > --- On Thu, 6/30/11, janarbek <canarbekmatay at yahoo.com> wrote: > > From: janarbek <canarbekmatay at yahoo.com> > Subject: Generating DFG or CDFG from C code > To: llvmdev at cs.uiuc.edu > Date: Thursday, June 30, 2011, 11:55 AM > > 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 p...
2011 Jul 01
0
[LLVMdev] Generating DFG or CDFG from C code
...ture of C code using llvm / Thanks in advance, Any comment suggestion would be appreciated. Jan Ma.   =========================================== --- On Thu, 6/30/11, janarbek <canarbekmatay at yahoo.com> wrote: From: janarbek <canarbekmatay at yahoo.com> Subject: Generating DFG or CDFG from C code To: llvmdev at cs.uiuc.edu Date: Thursday, June 30, 2011, 11:55 AM 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&qu...
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
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: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120308/29cf0563/attachment.html>
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 func...
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>
2011 Jul 07
0
[LLVMdev] Identifying classes and its member functions
> > On looking into the IR (dumped out in human readable format), I see that > the class defined in the source code has been stripped out of its member > functions and only a structure containing the member variables is created. > The member functions are written out separately with their mangled names. > Hence, I suspect if it is possible to iterate over only the member
2011 Jul 07
2
[LLVMdev] Identifying classes and its member functions
Hi, I am new to LLVM and am trying to identify all the member functions of a class. Currently, I am converting the source code into the IR using a llvm frontend. I have written a module-pass which will take in the IR thus generated and iterate over the various types (classes/structs) defined in the source. For every such type, I will iterate over the sub-types (types of its members). I was
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...
2010 Jun 23
4
[LLVMdev] LLVM:help
Sir ,how can I get the variable %2 in instruction %2 = sub nsw i32 1, %y If I am using getName() function then it outputs the null string. How can I get the original name? Regards, Rajwinder Singh -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100623/37038c90/attachment.html>
2018 Apr 22
0
Gantt Chart Using Plotrix
Hi, The help file for gantt.chart states that dates must be in POSIXct format, and the example shows how to do that. There's no reason that I can see that you can't use a data frame as input to gantt.chart, but you need to be very careful that your data frame matches the correct format. I bet also that your character fields were imported as factors, because you didn't specify not to.
2012 Jan 12
2
[LLVMdev] Extract Loop Failing
I am trying to use ExtractLoop() but I am getting segFaults: 0 opt 0x00000000008edc2f 1 opt 0x00000000008edfda 2 libpthread.so.0 0x00007ffe21203c60 3 opt 0x0000000000895ed9 llvm::Value::getName() const + 9 4 LLVMEXITCDFG.so 0x00007ffe202b80d7 5 opt 0x00000000006fc6e7 llvm::LPPassManager::runOnFunction(llvm::Function&) + 1143 6 opt 0x0000000000882557 llvm::FPPassManager::runOnFunction(llvm::Function&) + 551 7 opt 0x00000000008825db llvm::FPPassManager::runOnModule(llvm:...
2012 Jan 12
4
[LLVMdev] Extract Loop Failing
...to use ExtractLoop() but I am getting segFaults: >> >> 0 opt 0x00000000008edc2f >> 1 opt 0x00000000008edfda >> 2 libpthread.so.0 0x00007ffe21203c60 >> 3 opt 0x0000000000895ed9 llvm::Value::getName() const + 9 >> 4 LLVMEXITCDFG.so 0x00007ffe202b80d7 >> 5 opt 0x00000000006fc6e7 >> llvm::LPPassManager::runOnFunction(llvm::Function&) + 1143 >> 6 opt 0x0000000000882557 >> llvm::FPPassManager::runOnFunction(llvm::Function&) + 551 >> 7 opt 0x0000000000...
2018 Apr 22
2
Gantt Chart Using Plotrix
>From the help file for plotrix: " ... x - a list of task labels, start/end times and task priorities as returned by get.gantt.info ..." So I try to create an object that will contain this information. abc <- read.csv("gntr1a.csv") # The above csv file was generated from MS .xlsx file containing the tasks and corresponding dates > abc code tasks.labels