search for: strano

Displaying 7 results from an estimated 7 matches for "strano".

Did you mean: strand
2008 Apr 22
2
[LLVMdev] Google Summer of Code Projects
...n Schelle [clang] "Adding support for C++ classes in clang" by Argiris Kirtzidis [codegen] "PSP (Playstation Portable) support into LLVM Mips backend" by Bruno Cardoso Lopes [llvmir] "Software Transactional Memory (STM) support in LLVM" by Luis Felipe Strano [clang] "llvm/clang distcc" by Peter Neumark [tester] "Improve the llvm nightly tester" by Rajika Kumarasiri Some more details are here: http://code.google.com/soc/2008/llvm/about.html Congratulations to the students, and many thanks to the mentors! -Chris
2005 Jan 10
2
rubytorrent
hello, we are interested in using rubytorrent as a project in a hackfest we''re organizing, and I would like to know if you have any idea of stuff that needs to be done, or something like it. Thanks, --lf
2008 Apr 22
1
[LLVMdev] Google Summer of Code Projects
...contact you there :) Cheers, --lf On Tue, Apr 22, 2008 at 4:58 PM, Torvald Riegel <torvald at se.inf.tu-dresden.de> wrote: > On Tuesday 22 April 2008, Chris Lattner wrote: > > [llvmir] "Software Transactional Memory (STM) support in LLVM" by > > Luis Felipe Strano > > Hi, > > I'd like to know more about the directions for the STM project. > > Somewhat contrary to what the project's abstract states, there are open C/C++ > based implementations for compiler support for memory transactions. Besides > some efforts to modify G...
2008 Apr 22
0
[LLVMdev] Google Summer of Code Projects
On Tuesday 22 April 2008, Chris Lattner wrote: > [llvmir] "Software Transactional Memory (STM) support in LLVM" by > Luis Felipe Strano Hi, I'd like to know more about the directions for the STM project. Somewhat contrary to what the project's abstract states, there are open C/C++ based implementations for compiler support for memory transactions. Besides some efforts to modify GCC (AFAIK the respective groups haven...
2011 Apr 15
1
[LLVMdev] Patch to correct typos on LLVM source code
Hi, I've made the attached patch that fixes several typos on the LLVM source code, they were found and fixed by the codespell tool (which was announced at http://www.politreco.com/2011/04/announce-codespell-1-0/ ). The majority of the typos were in comments and a few of them were in debug messages. I've also made another patch to the clang source base, it was sent to the cfe-dev mailing
2020 Nov 03
6
Get last uidNumber
Hello, is there a way to get the last uidNumber from ldap. I can do a ldapsearch like: ldapsearch -h samdom.example.com -D "administrator at samdom.example.com" -w "changeit" -b "DC=samdom,DC=example,DC=com" -x -LLL "(uidNumber=*)" uidNumber | grep -Po "(?<=uidNumber: )([0-9]{4})" | sort | tail -n1 But there is no guarantee that the last
2009 Jul 09
0
[LLVMdev] LLVM PPA with updated packages from svn + bazaar repos
Hey, I started a PPA (basically an Ubuntu package repository) for LLVM, I'm going to try to make packages with snapshots from llvm that are updated at least weekly, so it's easier for people to try the latest version from svn but not having to compile it and do everything themselves. Hopefully this will be useful for people here, I still have some stuff to do, and right now I've not