search for: zhenkaixd

Displaying 20 results from an estimated 39 matches for "zhenkaixd".

2012 Apr 12
1
[LLVMdev] How to compile a linux module into .bc file using clang or llvm command?
...祝好! 甄凯 ------------------------------------------------------------------------------------------------------ 2012-04-12 ------------------------------------------------------------------------------------------------------ Name: 甄凯(ZhenKai) Homepage:http://www.renren.com/262729393 Email: zhenkaixd at 126.com or 846227103 at qq.com TEL: 15810729006(Beijing) Address: Room I-406, Central Building, Tsinghua University, Beijing, China. 100084. At 2012-04-12 09:31:43,"John Criswell" <criswell at illinois.edu> wrote: On 4/11/12 8:25 PM, 15102925731 wrote: Yeah, but I tried that com...
2012 Apr 12
2
[LLVMdev] How to compile a linux module into .bc file using clang or llvm command?
...祝好! 甄凯 ------------------------------------------------------------------------------------------------------ 2012-04-12 ------------------------------------------------------------------------------------------------------ Name: 甄凯(ZhenKai) Homepage:http://www.renren.com/262729393 Email: zhenkaixd at 126.com or 846227103 at qq.com TEL: 15810729006(Beijing) Address: Room I-406, Central Building, Tsinghua University, Beijing, China. 100084. At 2012-04-11 23:48:07,"John Criswell" <criswell at illinois.edu> wrote: On 4/10/12 10:11 PM, 15102925731 wrote: It's actually is .c f...
2012 Apr 11
2
[LLVMdev] How to compile a linux module into .bc file using clang or llvm command?
...祝好! 甄凯 ------------------------------------------------------------------------------------------------------ 2012-04-11 ------------------------------------------------------------------------------------------------------ Name: 甄凯(ZhenKai) Homepage:http://www.renren.com/262729393 Email: zhenkaixd at 126.com or 846227103 at qq.com TEL: 15810729006(Beijing) Address: Room I-406, Central Building, Tsinghua University, Beijing, China. 100084. 在 2012-04-11 09:56:21,"Justin Holewinski" <justin.holewinski at gmail.com> 写道: 2012/4/10 15102925731 <zhenkaixd at 126.com> Hi,...
2012 Apr 12
0
[LLVMdev] How to compile a linux module into .bc file using clang or llvm command?
...---------------------------------------------------------------------------------------------- > 2012-04-12 > ------------------------------------------------------------------------------------------------------ > Name: 甄凯(ZhenKai) > Homepage:http://www.renren.com/262729393 > Email: zhenkaixd at 126.com <mailto:zhenkaixd at 126.com>or 846227103 at qq.com > <mailto:846227103 at qq.com> > TEL: 15810729006(Beijing) > Address: Room I-406, Central Building, Tsinghua University, Beijing, > China. 100084. > > At 2012-04-11 23:48:07,"John Criswell" <...
2012 Apr 12
2
[LLVMdev] HELP: Clang options needed in command to compile device driver into linux module.
...祝好! 甄凯 ------------------------------------------------------------------------------------------------------ 2012-04-12 ------------------------------------------------------------------------------------------------------ Name: 甄凯(ZhenKai) Homepage:http://www.renren.com/262729393 Email: zhenkaixd at 126.com or 846227103 at qq.com TEL: 15810729006(Beijing) Address: Room I-406, Central Building, Tsinghua University, Beijing, China. 100084. At 2012-04-12 14:07:38,"Nick Lewycky" <nicholas at mxc.ca> wrote: >15102925731 wrote: >> Hi, Nick >> I think that's t...
2012 Apr 11
0
[LLVMdev] How to compile a linux module into .bc file using clang or llvm command?
...---------------------------------------------------------------------------------------------- > 2012-04-11 > ------------------------------------------------------------------------------------------------------ > Name: ??(ZhenKai) > Homepage:http://www.renren.com/262729393 > Email: zhenkaixd at 126.com <mailto:zhenkaixd at 126.com>or 846227103 at qq.com > <mailto:846227103 at qq.com> > TEL: 15810729006(Beijing) > Address: Room I-406, Central Building, Tsinghua University, Beijing, > China. 100084. > > ? 2012-04-11 09:56:21,"Justin Holewinski"...
2012 Apr 12
2
[LLVMdev] HELP: Clang options needed in command to compile device driver into linux module.
...祝好! 甄凯 ------------------------------------------------------------------------------------------------------ 2012-04-12 ------------------------------------------------------------------------------------------------------ Name: 甄凯(ZhenKai) Homepage:http://www.renren.com/262729393 Email: zhenkaixd at 126.com or 846227103 at qq.com TEL: 15810729006(Beijing) Address: Room I-406, Central Building, Tsinghua University, Beijing, China. 100084. 在 2012-04-12 12:45:14,"Nick Lewycky" <nicholas at mxc.ca> 写道: >15102925731 wrote: >> Hello, >> >> What option shoul...
2012 Apr 12
0
[LLVMdev] HELP: Clang options needed in command to compile device driver into linux module.
...------------------------------------------------------------------------------------ > > 2012-04-12 > ------------------------------------------------------------------------------------------------------ > > Name: �翭(ZhenKai) > Homepage:http://www.renren.com/262729393 > Email: zhenkaixd at 126.com <mailto:zhenkaixd at 126.com> or 846227103 at qq.com > <mailto:846227103 at qq.com> > TEL: 15810729006(Beijing) > Address: Room I-406, Central Building, Tsinghua University, Beijing, > China. 100084. > > > �� 2012-04-12 12:45:14��"Nick Lewycky&quo...
2012 Apr 09
2
[LLVMdev] How to instrument a this function using insertBefore instruction???
...s that you're calling the FibF from Module A, however you defined it for Module B. You need to insert the FibF function into the Module that you're running. To do this override "virtual bool doInitialization(Module &M);" and insert FibF into M. Joey 2012/4/9 15102925731 <zhenkaixd at 126.com> > Hi, > I got upset.. What does “Broken module found, compilation aborted!” mean > really?? what‘s “broken module“?? > > > > -- > 祝好! > > 甄凯 > > ---------------------------------------------------------------------------------------...
2012 Apr 18
1
[LLVMdev] How to compile this linux-driver like programme into .bc file?
...祝好! 甄凯 ------------------------------------------------------------------------------------------------------ 2012-04-18 ------------------------------------------------------------------------------------------------------ Name: 甄凯(ZhenKai) Homepage:http://www.renren.com/262729393 Email: zhenkaixd at 126.com or 846227103 at qq.com TEL: 15810729006(Beijing) Address: Room I-406, Central Building, Tsinghua University, Beijing, China. 100084. At 2012-04-18 21:56:43,15102925731 <zhenkaixd at 126.com> wrote: Dear Chen, I tried the command you told me. It turns out that clang use -I option...
2012 Apr 09
1
[LLVMdev] How to instrument a this function using insertBefore instruction???
That sounds like a good general plan, yes! Joey 2012/4/9 15102925731 <zhenkaixd at 126.com> > Thank you very much! > > To make it simpler, I may as well just implement the self-written "check > function" in C language instead of wrapping it in LLVM module. *According > to the hint you give me, all I need to do is as follow(?)* > > 1. Implemen...
2012 Apr 10
0
[LLVMdev] How to explain this weird phenomenon????????
...祝好! 甄凯 ------------------------------------------------------------------------------------------------------ 2012-04-10 ------------------------------------------------------------------------------------------------------ Name: 甄凯(ZhenKai) Homepage:http://www.renren.com/262729393 Email: zhenkaixd at 126.com or 846227103 at qq.com TEL: 15810729006(Beijing) Address: Room I-406, Central Building, Tsinghua University, Beijing, China. 100084. At 2012-04-10 19:34:51,15102925731 <zhenkaixd at 126.com> wrote: My friends, I ran a function pass on a .bc file, intending to insert a CallInst...
2012 Apr 10
4
[LLVMdev] How to explain this weird phenomenon????????
...祝好! 甄凯 ------------------------------------------------------------------------------------------------------ 2012-04-10 ------------------------------------------------------------------------------------------------------ Name: 甄凯(ZhenKai) Homepage:http://www.renren.com/262729393 Email: zhenkaixd at 126.com or 846227103 at qq.com TEL: 15810729006(Beijing) Address: Room I-406, Central Building, Tsinghua University, Beijing, China. 100084. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120410/30529ce2/...
2012 Apr 12
0
[LLVMdev] HELP: Clang options needed in command to compile device driver into linux module.
...祝好! 甄凯 ------------------------------------------------------------------------------------------------------ 2012-04-12 ------------------------------------------------------------------------------------------------------ Name: 甄凯(ZhenKai) Homepage:http://www.renren.com/262729393 Email: zhenkaixd at 126.com or 846227103 at qq.com TEL: 15810729006(Beijing) Address: Room I-406, Central Building, Tsinghua University, Beijing, China. 100084. At 2012-04-12 15:05:17,15102925731 <zhenkaixd at 126.com> wrote: Wow that's to much output information. Maybe I can put it in this way. Could...
2012 Apr 09
0
[LLVMdev] How to instrument a this function using insertBefore instruction???
...祝好! 甄凯 ------------------------------------------------------------------------------------------------------ 2012-04-09 ------------------------------------------------------------------------------------------------------ Name: 甄凯(ZhenKai) Homepage:http://www.renren.com/262729393 Email: zhenkaixd at 126.com or 846227103 at qq.com TEL: 15810729006(Beijing) Address: Room I-406, Central Building, Tsinghua University, Beijing, China. 100084. At 2012-04-09 17:16:52,"Joey Gouly" <joel.gouly at gmail.com> wrote: Hi, I don't think the code you pasted can be the correct code,...
2012 Apr 11
2
[LLVMdev] How to compile a linux module into .bc file using clang or llvm command?
...祝好! 甄凯 ------------------------------------------------------------------------------------------------------ 2012-04-11 ------------------------------------------------------------------------------------------------------ Name: 甄凯(ZhenKai) Homepage:http://www.renren.com/262729393 Email: zhenkaixd at 126.com or 846227103 at qq.com TEL: 15810729006(Beijing) Address: Room I-406, Central Building, Tsinghua University, Beijing, China. 100084. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120411/2f1ccb06/...
2012 Apr 18
0
[LLVMdev] How to compile this linux-driver like programme into .bc file?
...祝好! 甄凯 ------------------------------------------------------------------------------------------------------ 2012-04-18 ------------------------------------------------------------------------------------------------------ Name: 甄凯(ZhenKai) Homepage:http://www.renren.com/262729393 Email: zhenkaixd at 126.com or 846227103 at qq.com TEL: 15810729006(Beijing) Address: Room I-406, Central Building, Tsinghua University, Beijing, China. 100084. 在 2012-04-16 19:42:46,15102925731 <zhenkaixd at 126.com> 写道: >Thanks for your help and patience! > >Best regards, >Zhen Kai >At 201...
2012 Apr 11
0
[LLVMdev] How to compile a linux module into .bc file using clang or llvm command?
2012/4/10 15102925731 <zhenkaixd at 126.com> > Hi, my friends > > > I know there is a difference between compiling a linux module and a simple > helloworld programme. > If I compile a helloworld.c file, the command is > *"clang -O3 -emit-llvm hello.c -c -o hello.bc"* > But what the command sh...
2012 Apr 12
2
[LLVMdev] HELP: Clang options needed in command to compile device driver into linux module.
...祝好! 甄凯 ------------------------------------------------------------------------------------------------------ 2012-04-12 ------------------------------------------------------------------------------------------------------ Name: 甄凯(ZhenKai) Homepage:http://www.renren.com/262729393 Email: zhenkaixd at 126.com or 846227103 at qq.com TEL: 15810729006(Beijing) Address: Room I-406, Central Building, Tsinghua University, Beijing, China. 100084. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120412/7d2f41c9/...
2012 Apr 10
1
[LLVMdev] How to explain this weird phenomenon????????
Your files do not appear to implement the check() function. On Tue, Apr 10, 2012 at 4:57 PM, 15102925731 <zhenkaixd at 126.com> wrote: > Hi, my friends > > I finally insert the callInst into the hello.bc file.Then I compile the > hello.bc to hello.o file and the check.c to check.o file. And I think by > link those to .o file togetherI can get the executable ELF file(clang > hello.o check.o -...