search for: gsoc2010

Displaying 20 results from an estimated 26 matches for "gsoc2010".

Did you mean: gsoc2011
2010 Apr 06
0
[LLVMdev] Summer Code of idea
Hi, I am sorry that just now I give the wrong URL which is a private mood. The next URLs are right: Update the SAFCode project to the new LLVM API http://socghop.appspot.com/gsoc/student_proposal/show/google/gsoc2010/easyqiu/t127038894856 Check bounds overflow bugs in C programs based on LLVM http://socghop.appspot.com/gsoc/student_proposal/show/google/gsoc2010/easyqiu/t126993884556 ABCD: Eliminating Array Bounds Checks on Demand http://socghop.appspot.com/gsoc/student_proposal/show/google/gsoc2010/easyqiu/t...
2010 Mar 08
1
application to mentor syrfr package development for Google Summer of Code 2010
Per http://rwiki.sciviews.org/doku.php?id=developers:projects:gsoc2010 -- and http://rwiki.sciviews.org/doku.php?id=developers:projects:gsoc2010:syrfr -- I am applying to mentor the "Symbolic Regression for R" (syrfr) package for the Google Summer of Code 2010. I propose the following test which an applicant would have to pass in order to qualify for the to...
2010 Apr 06
1
[LLVMdev] Summer Code of idea
Hi, Here are my submitted proposals, and they are still in progress. Wellcome your comments, if you have some interest in the topics. Update the SAFCode project to the new LLVM API http://socghop.appspot.com/gsoc/student_proposal/private/google/gsoc2010/easyqiu/t127038894856 Check bounds overflow bugs in C programs based on LLVM http://socghop.appspot.com/gsoc/student_proposal/private/google/gsoc2010/easyqiu/t126993884556 ABCD: Eliminating Array Bounds Checks on Demand http://socghop.appspot.com/gsoc/student_proposal/private/google/gsoc2010/e...
2010 Apr 07
1
[LLVMdev] summer of code idea— update the SAFECode project to the new LLVM API
...have submitted my proposal for updating the SAFCode project to the new LLVM APIs. If you are still interested in the topic and willing to guid my project, I will be very happy. Now I'm waiting for you comments. Here is my proposal: http://socghop.appspot.com/gsoc/student_proposal/show/google/gsoc2010/easyqiu/t127038894856 2010-04-07 yiqiuping1986 发件人: John Criswell 发送时间: 2010-03-30 22:42:53 收件人: John Regehr 抄送: 易秋萍; llvmdev at cs.uiuc.edu 主题: Re: [LLVMdev]summer_of_code_idea_―_checking_bounds_overflow_bugs John Regehr wrote: > Qiuping, > > Have you looked at what has...
2010 Mar 18
0
[LLVMdev] Google Summer of Code 2010
Dear prospective GSoC students! I want to inform that this year LLVM participates in the Google Summer of Code program. The application period for GSOC begins on March 29th (check the detailed program timeline at http://socghop.appspot.com/document/show/gsoc_program/google/gsoc2010/faqs#timeline). Now it's a good time to discuss would-be projects on the relevant mailing lists. You can find the llvm application here: http://socghop.appspot.com/org/show/google/gsoc2010/llvm Thank you and good luck! -- With best regards, Anton Korobeynikov Faculty of Mathematics and Mecha...
2010 Apr 06
0
[LLVMdev] [gsoc]TBAA proposal
Hi, My proposal is here.(I've sent a link yesterday but it was a 'private' link.sorry for that mistake.) http://socghop.appspot.com/gsoc/I've sent a link yesterday but it was a 'private' link.sorry for that mistake. :)student_proposal/show/google/gsoc2010/wuwei_gucas/t126994250880<http://socghop.appspot.com/gsoc/student_proposal/show/google/gsoc2010/wuwei_gucas/t126994250880> All comments are welcome. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/201004...
2010 Apr 07
1
[LLVMdev] SoC 2010 Proposal
Here's my SoC 2010 proposal. I submitted it a long time ago (last week, to be precise), but didn't post it to the list. You can review it here: http://socghop.appspot.com/gsoc/student_proposal/show/google/gsoc2010/cdavis/t127000394358 Chip
2010 Mar 03
1
Mentor for GSOC '10: Symbolic Regression in R
Hi all, I am looking to extend the regression and data analysis capabilities of R through Symbolic Regression that can potentially find implicit equation relationships in the input data. You can find my project proposal at: http://rwiki.sciviews.org/doku.php?id=developers:projects:gsoc2010:syrfr I am looking for a mentor to guide me through the summer on the project under the Google Summer Of Code program (GSOC 2010) with relevant experience in Symbolic Regression or Genetic Programming in general. Chillu [[alternative HTML version deleted]]
2010 Apr 07
0
[LLVMdev] summer of code idea— update the SAFECode project to the new LLVM API
...for updating the SAFCode project to > the new LLVM APIs. > If you are still interested in the topic and willing to guid my > project, I will be very happy. > Now I'm waiting for you comments. > Here is my proposal: > http://socghop.appspot.com/gsoc/student_proposal/show/google/gsoc2010/easyqiu/t127038894856 Looking back at my previous email, I see that I was unclear. SAFECode, as a whole, is up-to-date with LLVM. However, it is missing its static array bounds checking pass (because that specific pass has not been maintained). What I was suggesting is that, as a GSoC project, you...
2010 Mar 30
2
[LLVMdev] summer of code idea — checking bounds overflow bugs
John Regehr wrote: > Qiuping, > > Have you looked at what has already been done? I would expect that taking > previous work such as this: > > http://llvm.org/pubs/2006-05-24-SAFECode-BoundsCheck.html > > and integrating into current LLVM would be a better idea than starting > over. > This code is publicly available from the SAFECode project (see
2010 Apr 02
4
Derivative of a smooth function
Dear All, I've been?searching for?appropriate codes to compute the rate of change and the curvature?of ?nonparametric regression model whish was denoted by a smooth function?but?unfortunately?don't manage to?do?it. I presume that such characteristics from a smooth curve can be determined by the first and second derivative operators. The following are the example of fitting a
2010 Mar 25
1
[LLVMdev] [Summer of Code ideas] The polyhedral optimization framework for LLVM
Hi all, I would like to participate in Google's Summer of Code this year, for LLVM(Polly), The polyhedral optimization framework ( http://wiki.llvm.org/Polyhedral_optimization_framework ) which i am already working on with Tobias. Polly is a polyhedral optimization framework for llvm, which similar to Graphite for gcc (http://gcc.gnu.org/wiki/Graphite). The main work flow of Polly is:
2010 Apr 05
0
[LLVMdev] [GSoC] TBAA Implementation
Hi, I have summit my proposal three days ago.It can be found here if you interest. http://socghop.appspot.com/gsoc/student_proposal/private/google/gsoc2010/wuwei_gucas/t126994250880 All comments are welcome. Details about my idea are not available now.I'll keep improving my proposal until the deadline. When I reading the docs<http://llvm.org/releases/2.6/docs/AliasAnalysis.html> written by you(Chris) I saw that you had discussed it.Are you(...
2010 Apr 07
0
[LLVMdev] GSoC - LLVM's testing infrastructure
I finally submitted my student proposal. I'm waiting for Daniel's comments or who may have some interest. http://socghop.appspot.com/gsoc/student_proposal/show/google/gsoc2010/landir/t127048637762 -- Lucas da Costa Silva @landir -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100407/1b6dbe47/attachment.html>
2010 Apr 08
0
[LLVMdev] summer code idea - Maintain the Array Bound check pass of the SAFECode Project
Hi, John I have modified my proposal based on your suggestion. Wellcom your comments! The URL of my proposal is: http://socghop.appspot.com/gsoc/student_proposal/private/google/gsoc2010/easyqiu/t127038894856 Best Regards! Qiuping 2010-04-08 yiqiuping1986 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100408/b6065f64/attachment.html>
2010 Apr 08
0
[LLVMdev] GSoC idea � Maintain the Array Bound checking pass of the SAFECode Project
Hi, I commit my proposal titled �Maintain the Array Bound checking pass of the SAFECode Project�. Wellcome your comments, if you are interested in the topic. My proposal URL is http://socghop.appspot.com/gsoc/student_proposal/show/google/gsoc2010/easyqiu/t127038894856 2010-04-08 yiqiuping1986 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100408/9970ad35/attachment.html>
2010 Apr 08
0
[LLVMdev] GSoC idea — C Compiler for EFI Byte Code implement in LLVM
Hello all, I submit my proposal “C Compiler for EFI Byte Code implement in LLVM”. Welcome your comments, if you are interested in the topic. My proposal URL is http://socghop.appspot.com/gsoc/student_proposal/show/google/gsoc2010/yi_hong/t127072960971 thanks yi-hong
2010 Apr 08
0
[LLVMdev] GSoC idea : Implementing a C Compiler for EFI Byte Code using LLVM
Hello all, I have made a big modification of my proposal “Implementing a C Compiler for EFI Byte Code using LLVM”. Welcome your comments, if you are interested in the topic. My proposal URL is http://socghop.appspot.com/gsoc/student_proposal/show/google/gsoc2010/yi_hong/t127072960971 thanks yi-hong
2010 Apr 10
1
[LLVMdev] *Important*: Google Summer of Code 2010
Dear prospective GSoC Students! Please note, that you won't receive any reviews of your proposals from SoC webapp automatically. You **need to explicitly** subscribe for them. Please do it now and respond to requests / comments already made in some of applications. Thanks! -- With best regards, Anton Korobeynikov Faculty of Mathematics and Mechanics, Saint Petersburg State University
2010 Mar 23
0
R Participation in the Google Summer of Code 2010
Dear R Users, We would like to highlight that R has once again been selected to participate in the Google Summer of Code. Suggested projects can be found in the R-Wiki: http://rwiki.sciviews.org/doku.php?id=developers:projects:gsoc2010. The GSoC is a program from Google that offers student developers stipends to write code for various open source software projects (more information can be found here: http://code.google.com/soc/). All discussion related to R and the Google Summer of Code should preferably tak place on the respec...