similar to: [LLVMdev] Google SoC Proposal Draft

Displaying 20 results from an estimated 9000 matches similar to: "[LLVMdev] Google SoC Proposal Draft"

2007 Mar 25
0
[LLVMdev] Google SoC Proposal Draft
Hi Tilmman, Thanks for submitting this. Here's some feedback. On Sun, 2007-03-25 at 00:41 +0100, Tilmann Scheller wrote: > Hello, > > here's my proposal for a GSoC project with LLVM. I'm happy for any > feedback or advice you can give me. > > Thanks in Advance > > Tilmann > > > * Proposal for Google Summer of Code Project > > ** Using
2007 Apr 18
1
[Bridge] Google SoC proposal
Hello, I am a student considering participating in Google Summer of Code program. I came across Stephen Hemminger's idea of implementing a RSTP posted on http://developer.osdl.org/dev/soc/ and found it interesting. In attachment there's my proposal, which I just submitted to google. Please share your comments. -- tadeusz andrzej kad?ubowski -------------- next part --------------
2007 Mar 22
2
[LLVMdev] Google SOC - Fortran Front-End Application
Hi All, Thank you for all the excellent pieces of advice I got in response to the draft application I sent out. I have incorporated all (I think) of the suggestions into the application and it's much improved. Here is the updated version. Please don't force yourself to read through it again if you don't want to. I'll submit this version with any suggestions I receive on the 23rd.
2007 Mar 24
3
[LLVMdev] Google SoC Proposal Draft
Hello, here's my proposal for a GSoC project with LLVM. I'm happy for any feedback or advice you can give me. Thanks in Advance Tilmann * Proposal for Google Summer of Code Project ** Using LLVM as a backend for QEMU's dynamic binary translation *** Abstract: The goal of this project is to modify the QEMU dynamic binary translator to use components of the LLVM compiler
2007 Mar 25
0
[LLVMdev] Google SoC Proposal Draft
Vikram, > If I understand right, Tilmann is proposing to create *front-ends* > from binary code in various architectures to LLVM, not back ends. Yes. AFAIK, currently QEMU disassembles source binary, converts instructions to "ops" (which is something like direct C equivalents of the instructions) and executes that "ops". The idea was to emit LLVM IR instead of that
2007 Mar 21
1
[LLVMdev] SoC proposal: HLVM Python front-end
Hi, I am senior student at Tashkent University of Information Technologies and I am highly interested in programming language design. I want to develop Python front-end for HLVM as a part of LLVM participation in Google Summer of Code project. I am in long love with Python programming language for its simplicity and effectiveness. Last year I noticed ShedSkin Python to C++ translator among SoC
2007 Mar 20
0
[LLVMdev] Google SOC - Idea
Hi, Here is a rough draft of the application -- a FORTRAN front-end to LLVM. In accordance with the summer of code specifications it is split into two portions: the abstract which describes the project, and the details description which describes me and how I plan to complete the project. It's a little long, (but about half the max length the application directions specify). Would someone be
2009 May 12
1
Blog with status updates for Google SoC project: renovate sftp(1)
Hi! I created a blog which will be kept up to date with my progress on the Summer Of Code project "renovate sftp(1)". I'm really pleased to work on OpenSSH, and everyone is invited to check out the blog, comment on it, and hopefully i'll reply to all comments :) Thanks! Cheers Carlos Silva
2010 Feb 25
0
Ruby on Rails application could not be started
Hi, Hi, I''m upt o install retrospectiva on my centOS 5 machine. Therefore, i installed ruby 1.9.1 (ruby 1.9.1p376 (2009-12-07 revision 26041) [x86_64-linux]) and following gems: *** LOCAL GEMS *** actionmailer (2.3.5) actionpack (2.3.5) activerecord (2.3.5) activeresource (2.3.5) activesupport (2.3.5) fastthread (1.0.7) mysql (2.8.1) passenger (2.2.10) rack (1.0.1) rails (2.3.5) rake
2007 Mar 19
0
[LLVMdev] Google SOC - Idea
Hi Scott, On 18 Mar 2007, at 04:22, Scott Fortmann-Roe wrote: > Hi, > > I noticed that LLVM had signed up as a mentoring organization for > Google's summer of code. LLVM looks like an exciting project that > overlaps some of my interests. > > I would be interested in developing an additional front end for a > language it does not currently support (I'm open to
2007 Mar 18
6
[LLVMdev] Google SOC - Idea
Hi, I noticed that LLVM had signed up as a mentoring organization for Google's summer of code. LLVM looks like an exciting project that overlaps some of my interests. I would be interested in developing an additional front end for a language it does not currently support (I'm open to what language). I do not know much about what this entails in regards to what LLVM requires from its
2006 Jul 04
2
Google SoC mid-term evaluations
Derf, Jean-Marc, I've already pinged Conrad, but just a reminder that the Google SoC mid-term evaluations are due tomorrow, US time. I can't check through the web app whether you've completed one, so please confirm with me if you have so I can stop nagging. :-) -r
2007 Mar 19
0
[LLVMdev] Google SOC - Idea
On Sat, 17 Mar 2007, Scott Fortmann-Roe wrote: > Are you folks interested in this? > If so, please let me know ASAP and I'll put together an application. Yes!, particularly if it is in a domain that LLVM isn't known to handle well currently. I'd suggest ocaml/haskell or python/ruby as representatives of the functional and scripting language communities. If you were to do a
2007 Mar 19
1
[LLVMdev] Google SOC - Idea
On 19 Mar 2007, at 13:33, Kenneth Hoste wrote: > I think getting a Fortran frontend working will highly benefit the > relevance of LLVM for researchers. Quite a few of the SPEC CPU2000 > and CPU2006 benchmarks are fully or partially written in Fortran, and > the SPEC benchmarks remain by far the most important benchmarks used > in computer architecture and compiler-related
2007 Mar 20
0
[LLVMdev] Google SOC - Idea
Duncan Sands wrote: >> If that fails, I will build a >> front-end using ANTLR [http://antlr.org] a parser generator with which >> I am familiar and for which a FORTRAN grammar is already available >> (targeting an obsolete version of ANTLR, but it should not be too >> difficult to update). >> > > Bad plan. I doubt you can build a serious fortran
2009 Apr 03
1
[LLVMdev] Google SOC Instructions!! (mentors and students)
The application period for GSOC has closed! Please read the following information carefully. Upcoming deadlines: April 7 - Organizations update projected slot allocations. April 15th - All student applications must be ranked and assigned a mentor. April 20 - Accepted student proposals announced. Students: Many of your proposals are not complete and you should complete them as soon as
2007 Mar 20
1
[LLVMdev] Google SOC - Idea
On 20 Mar 2007, at 15:45, Jeff Cohen wrote: > Duncan Sands wrote: >>> If that fails, I will build a front-end using ANTLR [http:// >>> antlr.org] a parser generator with which I am familiar and for >>> which a FORTRAN grammar is already available (targeting an >>> obsolete version of ANTLR, but it should not be too difficult to >>> update).
2023 Nov 02
1
Updating OpenSSL from 1.x to 3 breaks kinit
On Thu, 2023-11-02 at 16:04 +0100, MATYAS, Tibor via samba wrote: > Dear all, > > updating openssl from 1.1.x to 3.x on our gentoo systems (recompiled > everything against the new openssl!) > breaks kinit: > > kinit administrator at xxxx > administrator at xxxx's Password: > kinit: rc4 8: EVP_CipherInit_ex einit > > kinit -F -k -t /etc/dhcpduser.keytab -c
2023 Nov 02
2
Updating OpenSSL from 1.x to 3 breaks kinit
Dear all, updating openssl from 1.1.x to 3.x on our gentoo systems (recompiled everything against the new openssl!) breaks kinit: kinit administrator at xxxx administrator at xxxx's Password: kinit: rc4 8: EVP_CipherInit_ex einit kinit -F -k -t /etc/dhcpduser.keytab -c /tmp/dhcp-dyndns.cc dhcpduser at xxxx kinit: rc4 8: EVP_CipherInit_ex einit openssl list -cipher-algorithms | grep -i RC4
2007 Mar 20
2
[LLVMdev] Google SOC - Idea
Hi Scott, I'm currently porting the Ada gcc front-end to LLVM. This is similar to what you want to do, so here are some comments from the trenches... > I plan on first attempting to implement the FORTRAN front-end by > co-opting the GCC FORTRAN parser. Good plan. However the Fortran front-end that comes with gcc 4.0 is known to be weak (llvm-gcc is based on gcc 4.0). That's