search for: shuochen

Displaying 3 results from an estimated 3 matches for "shuochen".

Did you mean: shanchen
2004 Nov 17
0
[LLVMdev] Re: questions about LLVM
Shuo, >> I have a few questions about LLVM: >> (1) The LLVM tutorial says LLVM can be used in architecture research. >> If I want to run my program on an instruction set defined by myself, >> is LLVM a right tool to do that? What kind of instruction set do you have in mind? The closer it is to one we already target, the easier this is, but it is quite possible to
2004 Nov 17
2
[LLVMdev] Re: questions about LLVM
...r a very abstract machine > (and extend it with any performance metrics you want). How do you > want to use it? > > --Vikram > http://www.cs.uiuc.edu/~vadve > http://llvm.cs.uiuc.edu/ > > -- ------------------------------------------------ Shuo Chen (email: shuochen at uiuc.edu) Phone: (217)333-6861 (w) (217)367-6144 (h) ------------------------------------------------
2004 Nov 17
4
[LLVMdev] Re: questions about LLVM
Hi Shuo, I am CCing your questions to the LLVM developers list so others can reply or correct me. >I have a few questions about LLVM: >(1) The LLVM tutorial says LLVM can be used in architecture research. If >I want to run my program on an instruction set defined by myself, is LLVM >a right tool to do that? > I don't think so. >In this aspect, is LLVM similar to