Displaying 3 results from an estimated 3 matches for "9e6355aa".
2011 Sep 19
2
[LLVMdev] code generation
I am MSc student and my thesis subject is "parallelization of sequential
program in thread level to run on multi-core processors". I want
automatically parallelize sequential program in thread level to run on
multi-core processors with software pipelining.
I've use LLVM to code analysis and translate code to IR, I could extract PDG
graph form IR code and convert it to SCCDAG and
2011 Sep 19
0
[LLVMdev] code generation
Hi, neda
> But for final step and code generation, I don't have any idea and
> information to assign partitions and communications to threads. and I stop
> in this position. Unfortunately I don’t have enough time and I am under
> force to complete the project.
What you want to do is pretty much like what DSWP does, see
http://liberty.princeton.edu/Research/DSWP/
What
2011 Sep 20
2
[LLVMdev] code generation
...er/consumer thread in
llvm.
I do not know where I should start in llvm for code generation and create
thread and insert produce and consume statement .
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110920/9e6355aa/attachment.html>