search for: yueguoguo1024

Displaying 6 results from an estimated 6 matches for "yueguoguo1024".

2011 Feb 21
2
[LLVMdev] Questions about LLVM IR encoding
Hi all, I am new to LLVM (even the field of compiler) and currently I am engaged in the work of adapting LLVM IR to M5 simulator to observe the enhancement of the novel architecture we design. Simply speaking if you know little about M5, my aim is to know how LLVM IR is interpreted and encoded, then try to implement it in the framework of M5. I have read the LLVM documents, yet I still have some
2011 Feb 23
0
[LLVMdev] LLVMdev Digest, Vol 80, Issue 37-Help to unsubscribe
...regards, Anton Korobeynikov Faculty of Mathematics and Mechanics, Saint Petersburg State University ------------------------------ Message: 8 Date: Tue, 22 Feb 2011 14:34:55 -0600 From: greened at obbligato.org (David A. Greene) Subject: Re: [LLVMdev] Questions about LLVM IR encoding To: ?? <yueguoguo1024 at gmail.com> Cc: llvmdev at cs.uiuc.edu Message-ID: <nngd3mjst8w.fsf at royale.us.cray.com> Content-Type: text/plain; charset=utf-8 ?? <yueguoguo1024 at gmail.com> writes: > Hi all, I am new to LLVM (even the field of compiler) and currently I am engaged in the work of adapting...
2010 Nov 02
1
[LLVMdev] LLVM IR
I am doing something about LLVM IR. I find that in each of the main() function, there is a statement of %"alloca point"=bitcast <type> <value> to <type> I don't know why there is such a statement and what its meaning is. Could someone please tell me? Thx an awful lot! : ) -- *with best regards* *Zhang Le* -------------- next part -------------- An HTML attachment
2011 Jan 05
0
[LLVMdev] UESTIONS about interpretation of LLVM IR
Hello, everybody! I am new to LLVM and currently I am doing some research on how to execute LLVM IR on M5 modular platform. I have read the Language reference and bitcode format manual of LLVM, but I don't quite know how it is encoded and executed. Unlike normal assembly code, LLVM IR is more type-fixed and high-level programed. Therefore, I don't quite understand: 1, How the instruction
2011 Feb 21
0
[LLVMdev] Questions about LLVM IR encoding
Hi all, I am new to LLVM (even the field of compiler) and currently I am engaged in the work of adapting LLVM IR to M5 simulator to observe the enhancement of the novel architecture we design. Simply speaking if you know little about M5, my aim is to know how LLVM IR is interpreted and encoded, then try to implement it in the framework of M5. I have read the LLVM documents, yet I still have some
2011 Mar 19
0
[LLVMdev] How to get the operand value in the instruction
Hi all, I am trying to get the value of operands inside an instruction or the value produced by the instruction. I noticed the method of getOperand(n) which can get the reference of an operand. However I don't know clearly if the address I get refers to the value of the operand. Could anyone please help? -- *with best regards* Zhang Le -------------- next part -------------- An HTML