Displaying 11 results from an estimated 11 matches for "hamzehi".
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>
2010 Oct 05
3
[LLVMdev] Multithreaded code generation
Hi
yes, I'm asking for any advice, I want to implement multithreaded code generator in LLVM.
tnx
--- On Tue, 10/5/10, Duncan Sands <baldrick at free.fr> wrote:
From: Duncan Sands <baldrick at free.fr>
Subject: Re: [LLVMdev] Multithreaded code generation
To: llvmdev at cs.uiuc.edu
Date: Tuesday, October 5, 2010, 10:50 AM
Hi Hamed,
> I want to use LLVM to automatically
2010 Oct 05
2
[LLVMdev] Multithreaded code generation
...hreads?
--- On Tue, 10/5/10, Tobias Grosser <grosser at fim.uni-passau.de> wrote:
From: Tobias Grosser <grosser at fim.uni-passau.de>
Subject: Re: [LLVMdev] Multithreaded code generation
To: llvmdev at cs.uiuc.edu
Date: Tuesday, October 5, 2010, 12:08 PM
On 10/05/2010 09:42 AM, hamed hamzehi wrote:
> Hi
> yes, I'm asking for any advice, I want to implement multithreaded code
> generator in LLVM.
> tnx
Hi,
this generally depends which kind of code you want to multithread, because generally this is a difficult problem.
However, if you limit yourself for the moment to lo...
2010 Oct 05
0
[LLVMdev] Multithreaded code generation
On 10/05/2010 09:42 AM, hamed hamzehi wrote:
> Hi
> yes, I'm asking for any advice, I want to implement multithreaded code
> generator in LLVM.
> tnx
Hi,
this generally depends which kind of code you want to multithread,
because generally this is a difficult problem.
However, if you limit yourself for the moment to l...
2010 Aug 24
1
[LLVMdev] A Question
Hi
I want to use LLVM to automatically generate multithreaded code for execution on multicore processors. My problem is code generation for multicores and concurrency primitives.
Is there any facilities for code generation? How should I start?
Best Regards.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2010 Oct 05
0
[LLVMdev] Multithreaded code generation
On 10/05/2010 12:30 PM, hamed hamzehi wrote:
> Hi,
>
> In fact I have some theory on instruction level parallelism( i have a
> partitioning algorithm), then first of all, i want to generate a
> multithreaded code from LLVM IR (in assembly level) with a given
> partitioning. My problem is how can i use a thread library...
2010 Oct 16
1
[LLVMdev] How to insert a CallInst which calls to a function from a library
Hello
I want to write a pass which insert a new call to a library function
but I don't know how to create a CallInst that calls a
function like "pthread_create",
can anyone help me with this problem?
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2010 Oct 19
2
[LLVMdev] hash_map
Hello,
I want to use some code written for program dependence graph iteration, but this code uses hash_map (#include "llvm/ADT/hash_map") which i think remove from llvm, does anyone know how can i use hsah_map or simply replace that?
Thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2010 Oct 24
0
[LLVMdev] LLVM IR Analysis and Optimization
...analyse the program(Control flow and Data flow analysis). I think Program Control Dependencies and Data Dependencies which together form a Program Dependence Graph(PDG) or Task Graph is necessary for any optimization, but i couldn't found PDG or Task graph in LLVM. Anyone can help me?
thanks,
Hamzehi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20101024/1ff9f4e7/attachment.html>
2010 Oct 05
2
[LLVMdev] Multithreaded code generation
Hi
I want to use LLVM to automatically translate sequential codes to multithreaded codes for execution on multicore processors.
How should I start?
Best Regards.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20101004/db9ce7bf/attachment.html>
2010 Oct 17
1
[LLVMdev] LLVM-TV installation problem
Hi,
Does any body use LLVM_TV?
I want to install LLVM-TV but when i follow the installation instruction(https://llvm.org/svn/llvm-project/television/trunk/docs/UserGuide.html) there isn't "wxwindows" in lib directory, how can i install that?
Thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: