search for: gsoc09

Displaying 5 results from an estimated 5 matches for "gsoc09".

Did you mean: gsoc'09
2009 Mar 19
2
[LLVMdev] GSoC09 potential participant
Hi, I am a PhD student interested in participating in GSoC09. Being compilers my area of research, LLVM had got my attention until I read this last post: http://lists.cs.uiuc.edu/pipermail/llvmdev/2009-March/021060.html I would like if one of the official LLVM Developers (http://llvm.org/developers.cgi) could confirm this. I understand if you are looking f...
2009 Mar 26
0
[LLVMdev] GSoC09 - Port Valgrind to use LLVM
Rodrigo, On Mar 20, 2009, at 8:41 AM, Rodrigo Dominguez wrote: > Congratulations to LLVM for getting accepted to GSoC 2009! > > I am a PhD candidate interested in participating this year. I have > been > working on dynamic compilation (binary translation or BT) for > multicore > architectures for a couple of years. I am familiar with the > internals of > several
2009 Apr 03
0
[LLVMdev] GSoC09 - Port Valgrind to use LLVM
Filipe Cabecinhas wrote: > Just a thought... How are you going to port llvm so it doesn't use libc? > Valgrind uses the same resources as the running program, so it can't use > the system libc's malloc nor any other functions so it doesn't get > "confused". I think you could to put LLVM into a different process. >> I think I'm the one who put
2009 Mar 20
2
[LLVMdev] GSoC09 - Port Valgrind to use LLVM
Hi, Congratulations to LLVM for getting accepted to GSoC 2009! I am a PhD candidate interested in participating this year. I have been working on dynamic compilation (binary translation or BT) for multicore architectures for a couple of years. I am familiar with the internals of several BT frameworks (including open-source Valgrind). I was looking at the ideas page for LLVM. I would like to
2009 Mar 26
2
[LLVMdev] GSoC09 - Port Valgrind to use LLVM
Hi, Just a thought... How are you going to port llvm so it doesn't use libc? Valgrind uses the same resources as the running program, so it can't use the system libc's malloc nor any other functions so it doesn't get "confused". Regards and let's hope this project is accepted :-) F Owen Anderson wrote: > Rodrigo, > > On Mar 20, 2009, at 8:41 AM,