search for: wangwentao

Displaying 5 results from an estimated 5 matches for "wangwentao".

2011 Nov 03
3
[LLVMdev] About hyperblock in LLVM
Hi guys, I am new for llvm,and I want to write a backend for TRIPS arch. So I am wondering if llvm can produce hyperblock easily,can anyone help? Any tips are welcomed. Thank you ! wangwentao , HIT -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20111103/5f50c6e1/attachment.html>
2011 Nov 03
0
[LLVMdev] About hyperblock in LLVM
> So I am wondering if llvm can produce hyperblock easily,can anyone ^^^^^^^^^^ Do you mean the one mentioned in the paper below? http://www.eecs.umich.edu/~mahlke/papers/1992/mahlke_micro92.pdf Regards, chenwj -- Wei-Ren Chen (陳韋任) Computer Systems Lab, Institute of Information Science, Academia Sinica, Taiwan (R.O.C.)
2011 Nov 03
2
[LLVMdev] About hyperblock in LLVM
Hi, Wang After doing a little study by reading [1], it seems the hyberblock is pretty similar to the concept of bundle in VLIW. Am I right? If so, there were discussions about VLIW on the list before. Regards, chenwj [1] http://en.wikipedia.org/wiki/Explicit_Data_Graph_Execution -- Wei-Ren Chen (陳韋任) Computer Systems Lab, Institute of Information Science, Academia Sinica, Taiwan (R.O.C.)
2011 Nov 03
0
[LLVMdev] About hyperblock in LLVM
...Thanks for your answer.Maybe there are some common things,but I think hyperblock is more complex. I will see the topics about VLIW.Thank you for the direction. By the way ,what do you use LLVM for ?[?] Anyway,you are a kind hearted man.Thank you! Regards, Wangwentao ,HIT On Thu, Nov 3, 2011 at 6:18 PM, 陳韋任 <chenwj at iis.sinica.edu.tw> wrote: > Hi, Wang > > After doing a little study by reading [1], it seems the hyberblock > is pretty similar to the concept of bundle in VLIW. Am I right? If > so, there were discussions about VLIW on the...
2011 Nov 03
3
[LLVMdev] About hyperblock in LLVM
...,and there is one dissertion about this in the attached file. What I really want to know is that if LLVM is appropriate for a block-based arch. If so,LLVM have already gained the ability to produce hyperblock or I need to write codes to let LLVM produce hyperblock? Regards, Wangwentao ,HIT On Thu, Nov 3, 2011 at 6:06 PM, 陳韋任 <chenwj at iis.sinica.edu.tw> wrote: > > So I am wondering if llvm can produce hyperblock easily,can > anyone > ^^^^^^^^^^ > Do you mean the one mentioned in the paper below? &...