search for: eyasu

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

2011 Nov 17
1
[LLVMdev] Instrumenting C/C++ programs
...t; clang. I'd suggest reading through the code there and posting to clang-dev > if you have any specific questions. The clang devs are more likely to see > your questions there as not all of them also hang out here. > > Regards, > Jim > > > On Sep 28, 2011, at 8:28 PM, eyasu getahun <eya.get at gmail.com> wrote: > > Hey guys, > > I have seen your interesting conversion. I am new for LLVM as well as > clang compiler. I am going to use it now. it is quite difficult when > someone starts it from scratch. But it is enjoyable and it is possible to &g...
2011 Sep 29
0
[LLVMdev] Instrumenting C/C++ programs
...ally the parsing and codegen portions of clang. I'd suggest reading through the code there and posting to clang-dev if you have any specific questions. The clang devs are more likely to see your questions there as not all of them also hang out here. Regards, Jim On Sep 28, 2011, at 8:28 PM, eyasu getahun <eya.get at gmail.com> wrote: > Hey guys, > > I have seen your interesting conversion. I am new for LLVM as well as clang compiler. I am going to use it now. it is quite difficult when someone starts it from scratch. But it is enjoyable and it is possible to familiarize wit...
2011 Sep 29
2
[LLVMdev] Instrumenting C/C++ programs
...t; >> > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev > > -- *With Best Regards, =========================================== Eyasu Getyahun* 1 Fusionopolis way, #08-10 Connexis North Tower Singapore 138632, Singapore Mobile: +393279239907 Office: +65 6591 9090 *================================== * -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attac...
2011 Sep 28
0
[LLVMdev] mailing list
eya.get at gmail.com -- *With Best Regards, Eyasu Getyahun* *================================== * -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110928/a1e771d9/attachment.html>
2011 Sep 29
0
[LLVMdev] Instrumenting C/C++ programs
The patch file is a diff file generated by "svn diff". It is about other modifications such as adding some lines to make files to make the added .c and .cpp files compiled. You may apply the patch file to LLVM source code by using a "patch" command or make the changes manually by reading the patch file. Xiaoming On Wed, Sep 28, 2011 at 6:05 AM, Himanshu Shekhar
2011 Sep 28
2
[LLVMdev] Instrumenting C/C++ programs
Hey Xiaoming, Thanks for those source codes. Can you please explain what this llvm-memory-profiling.patch does ? Thanks, Himanshu On Wed, Sep 28, 2011 at 6:49 AM, xiaoming gu <xiaoming.gu at gmail.com> wrote: > Hi, Himanshu. I once wrote an LLVM IR-based memory profiling > pass. Basically, I followed the code for EdgeProfiling. The source code is > enclosed here, which worked