search for: changchun

Displaying 4 results from an estimated 4 matches for "changchun".

Did you mean: changcheng
2013 Aug 06
1
[LLVMdev] How to set value for a vectortype?
I want to set value for a vectortype. It is a global variable, it contains several basic type, like float. If can set value element by element, it is better. -- Shining(史宁) Changchun, Jilin, China -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130806/706a13b1/attachment.html>
2013 Jan 01
1
[LLVMdev] Help : Writting a LLVM pass
I'm working though http://llvm.org/docs/WritingAnLLVMPass.html, trying to write a very simple pass. I have followed all the steps mentioned in this document.But as mentioned I'm not getting any file named Hello.so in Debug+Asserts/lib folder(There is a file named LLVMHello.so only). I have also tried to modify Hello.cpp in lib/Transforms/Hello but these changes doesn't reflect
2013 Apr 27
2
[LLVMdev] How to uninstall llvm3.2
...llvm to my system.(ubuntu 12.10) After I make install, I want to uninstall it from my system. But I found it didn't work. Message: make: *** No rule to make target `uninstall'. Stop. So, do I need to remove the file by hand? Is there other way to do that? Thanks. -- Ning-ning Shi(史宁宁) Changchun,China Home page:shiningning.tk
2014 Jan 03
2
[LLVMdev] Tracing values in llvm IR
You will have to insert callinst to tracing functions immediately after the value is produced, not at the entry points. Giri code has many such examples of how to do this. Thanks, Swarup. ________________________________ From: llvmdev-bounces at cs.uiuc.edu [llvmdev-bounces at cs.uiuc.edu] on behalf of Jin Huang [54jin.huang at gmail.com] Sent: Thursday, January 02, 2014 9:47 PM To: llvmdev at