Displaying 20 results from an estimated 7000 matches similar to: "[LLVMdev] Thank you for selecting my GSoC proposal!"
2008 Apr 22
0
[LLVMdev] Thank you for selecting my GSoC proposal!
> I am very much happy to announce that my GSoC 2008 proposal[1] was accepted.
> Thank you very much for accepting my proposal.
> My mentor is Tanya Lattner.
> I would like to know how should I communicate with my mentor( using this
> dev-list, #llvm at Oftc.net or by any other means)?
The best way is to use llvm-dev. The community may have some comments and
suggestions regarding
2008 Apr 05
4
[LLVMdev] Proposal for improving the llvm nightly tester
hi all,
After having some discussions in the IRC, I am trying here to come up with a
proposal for GSoC 2008 for improving the llvm nightly tester[1].Following
are the ideas and suggestions that came up in the discussion, if you have
any comment or any other suggestion please add them to the list. I have
some doubts in some places.
1. Improvements to the perl script which manage actual testing
2008 Apr 05
0
[LLVMdev] Proposal for improving the llvm nightly tester
My main complaints about the nightly tester are:
Loading the web pages is waaay tooo sllooooow
The information provided is not terribly useful for tracking down
bugs. What bug fixers need is environment+command line options
adequate to reproduce the problem. Access to the run logs would be a
good start.
On Apr 4, 2008, at 9:22 PM, Rajika Kumarasiri wrote:
> hi all,
> After having
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 Apr 18
0
[Bridge] SoC - RSTP
What's the status of the RSTP - Summer of Code project?
Is there code available for trying out and/or testing?
I checked the website
http://code.google.com/soc/osdl/appinfo.html?csaid=C0F61CA7F642B875
and couldn't find any recent information.
Regards,
Alan
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2008 Apr 07
3
[LLVMdev] Proposal for improving the llvm nightly tester
> > 4. Running Fortran, Ada, C/C++/ObjC tests as well with test results emailed
> > to the llvm-testresults.
>
> Are these different or new tests? Why wouldn't they just be a part of the
> llvm-test module? Then you don't have to do any modifications to the
> scripts.
Probably means the gcc testsuite.
Ciao,
Duncan.
2008 Jul 07
1
[LLVMdev] [PATCH] patch to compile llvm-gcc using nightly tester script(NewNightlyTester.pl)
Rajika,
A couple of comments:
- You should provide a way to specify where llvm-gcc is built (just like
llvm).
- I would highly recommend allowing the user to only update llvm-gcc and
not check it out from scratch each time. Checking out llvm-gcc is very
time consuming. You would need to make sure that llvm and llvm-gcc have
the same rev number and nuke the llvm obj/install dirs so you get a
2008 Apr 22
0
[LLVMdev] PHP Zend LLVM extension (SoC)
Hi Nuno,
On Apr 22, 2008, at 18:44, Nuno Lopes wrote:
> PHP has a Google Summer of Code project approved to create an LLVM
> extension for the PHP's VM (Zend). (http://code.google.com/soc/2008/php/appinfo.html?csaid=73D5F5E282F9163F
> ). I'll be mentoring that project (and the student is CC'ed).
> Although I've already contributed a few patches to clang, I
2008 Mar 22
2
[LLVMdev] Proposal for GSoC project for improving llvm-test testsuite
Hello every body,
Thank you all for your great suggestions and feedbacks, I'd forward the
detailed proposal within couple of days. And also if I need to clarify any
thing I'll ask in the list. Thanks again.
Regards,
Rajika
On Thu, Mar 20, 2008 at 10:35 PM, Duncan Sands <baldrick at free.fr> wrote:
> While on the subject of the testsuite, some random thoughts:
>
> - show
2008 Apr 24
0
[LLVMdev] PHP Zend LLVM extension (SoC)
Hi Nuno,
this can be a great project. Some PHP opcodes can be optimised a lot by llvm
(like branches or function calls) while others like operations on variables
can't be so easy optimized due to the dynamic nature of PHP. For the latest
maybe you can use some automatic type inference, like the ones used in
languages like Haskell, but this is is a big project and there are also
mixed
2008 Mar 25
0
[LLVMdev] Proposal for GSoC project for improving llvm-test testsuite
Another suggestion: a web service that would allow you to submit a
test build and it would provide you feedback on deviations from known
good for that target. I know a lot of people keep two trees around
for this purpose, and I'd personally like to ditch the duplicate if I
could.
--
Chris
On Mar 21, 2008, at 9:22 PM, Rajika Kumarasiri wrote:
> Hello every body,
> Thank you all
2008 Apr 07
0
[LLVMdev] Proposal for improving the llvm nightly tester
>>> 4. Running Fortran, Ada, C/C++/ObjC tests as well with test results emailed
>>> to the llvm-testresults.
>>
>> Are these different or new tests? Why wouldn't they just be a part of the
>> llvm-test module? Then you don't have to do any modifications to the
>> scripts.
>
> Probably means the gcc testsuite.
Well then this should be
2008 May 22
0
[LLVMdev] Latest SVN head (gcc front end) build failed
Did you update llvm and build that first?
-Tanya
On May 21, 2008, at 10:29 PM, Rajika Kumarasiri wrote:
> hi all,
> I was trying to build the latest LLVM gcc front end and it failed.
>
> rajika@:~/project/llvm/dst-directory$ svn info | grep URL
> URL: http://llvm.org/svn/llvm-project/llvm-gcc-4.2/trunk
>
> configure option: ../dst-directory/configure --prefix=/usr/local/
2008 Jul 06
0
[LLVMdev] [GSoC] Progress report - Rajika Kumarasiri
hello every body,
This suppose to be the work done by me so far.
1. Set up a local replica of LLVM nightly tester.
2. Read and understood how nightlytester works together with nightly tester
script, NewNightlyTester.pl
3. Added a patch to nightly tester script (NewNightlyTester.pl) adding the
capabilities:
checking out the llvm-gcc source, compiling llvm-gcc, and gather
required information
2008 May 22
2
[LLVMdev] Latest SVN head (gcc front end) build failed
hi all,
I was trying to build the latest LLVM gcc front end and it failed.
rajika@:~/project/llvm/dst-directory$ svn info | grep URL
URL: http://llvm.org/svn/llvm-project/llvm-gcc-4.2/trunk
configure option: ../dst-directory/configure --prefix=/usr/local/
--enable-llvm=/home/rajika/project/llvm/llvm-objects
it gave me the following errors
../../dst-directory/gcc/llvm-convert.cpp:1163: error:
2008 Apr 22
5
[LLVMdev] PHP Zend LLVM extension (SoC)
Hi,
PHP has a Google Summer of Code project approved to create an LLVM extension
for the PHP's VM (Zend).
(http://code.google.com/soc/2008/php/appinfo.html?csaid=73D5F5E282F9163F).
I'll be mentoring that project (and the student is CC'ed).
Although I've already contributed a few patches to clang, I haven't hacked
LLVM much, so I would like to gather some advise before
2008 Apr 23
2
[LLVMdev] PHP Zend LLVM extension (SoC)
Thank you both for your answers!
That part of type inference was my second question. PHP uses a structure
with a union to represent a variable (because a variable can have different
types, like a long, a double, a stream, etc..), but often a single variable
will only have one type throughout the program (e.g. iterating through $i in
a loop). Will LLVM automagically see that we always use the
2007 Oct 05
2
Working UPS report: Geek Squad GS-700U (Cyberpower clone?)
Hi,
I wanted to report some success with monitoring this UPS, a "Geek Squad"
brand GS-700U that I purchased earlier this year from Best Buy Canada.
Information about this... thing is very scarce so here is what I know:
The unit itself is probably made by Cyberpower. It has a 9-pin serial
port on the UPS, as well as a serial-USB adapter thing. I cracked open
the serial-USB
2015 Sep 08
3
Euro LLVM videos finally online - proposal to use torrents for sharing
On Sep 8, 2015, at 12:26 PM, Renato Golin via llvm-dev <llvm-dev at lists.llvm.org> wrote:
>
> On 8 September 2015 at 19:20, Tanya Lattner <tonic at nondot.org> wrote:
>> Youtube has been discussed in the past but we have usually defaulted to
>> mainly hosted on llvm.org and then a copy could potentially be on YouTube. I
>> would want this to be an official
2008 Mar 29
2
GSoC
Hello, my name is Jerome Cros, I am studying computer science at the
Bordeaux
I university (France). I am writing to you concerning the Google Summer of
Code project :
Rewriting the command-line interface as an internal COM32 module, module
compression In a little more than one month I will finish the 4th semester.
Searching for an
opportunity, I read the previously mentioned project idea which