Displaying 9 results from an estimated 9 matches for "landir".
Did you mean:
mandir
2010 Apr 27
3
[LLVMdev] broken link
Hi for those who maintain the website:
The link to download Clang source code is broken in
http://llvm.org/releases/download.html#2.7
It opens http://llvm.org/releases/2.7/clang-2.7.tar.gz with a 404 not found
page
--
Lucas da Costa Silva
@landir
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100427/a5a29675/attachment.html>
2010 Apr 27
0
[LLVMdev] broken link
also get error with
http://llvm.org/releases/2.7/clang-2.7-amd64-freebsd8.tar.gz
2010/4/27 Lucas Silva <landir at gmail.com>:
> Hi for those who maintain the website:
> The link to download Clang source code is broken in
> http://llvm.org/releases/download.html#2.7
> It opens http://llvm.org/releases/2.7/clang-2.7.tar.gz with a 404 not found
> page
>
> --
> Lucas da Costa Silva
&g...
2010 Mar 25
0
[LLVMdev] "Different" Summer of Code Ideas
...ases (MySQL, PostgreSQL,
...) ... for more than 7 years. I graduated in 2005 and this year I've
started doing Masters. For this year I have to study LLVM because it
can be part of my thesis and it would be nice to contribuite with LLVM
community and participate in GSoC.
--
Lucas da Costa Silva
@landir
On Mon, Mar 22, 2010 at 11:06 PM, Daniel Dunbar <daniel at zuster.org> wrote:
> Hello LLVMers (in particular, LLVMers interested in GSoC),
>
> Since people seem interested in GSoC project ideas, here is one that
> might not be totally obvious -- work on LLVM's testing infra...
2010 Mar 23
4
[LLVMdev] "Different" Summer of Code Ideas
Hello LLVMers (in particular, LLVMers interested in GSoC),
Since people seem interested in GSoC project ideas, here is one that
might not be totally obvious -- work on LLVM's testing infrastructure!
:)
I have been working hard on modernizing our nightly test performance
monitoring software, but there is a lot more work to be done. As LLVM
developers, we rely on this software for tracking
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>
2011 Apr 08
1
[LLVMdev] doubts about Instruction Selection and Scheduling
...wn list scheduler
=fast - Fast suboptimal list scheduling
=default - Best scheduler for the target
3. What is algorithm executed in -post-RA-scheduler - Enable
scheduling after register allocation ?
--
Lucas da Costa Silva
@landir
2012 May 09
1
[LLVMdev] 3.1 Release Candidate 3 Available for Testing
Hi all,
The testers started testing 3.1rc3. You can find binaries at http://llvm.org/pre-releases/3.1/rc3/. Please file bugs and report any issues to me. Thanks!
-bw
2011 Oct 22
0
[LLVMdev] VLIW Ports
Hi Carlos,
I am interested in your port of a MIPS-VLIW architecture. I plan to use
a similar one for which there is no LLVM backend yet. Have you some
example of your code?
Best,
Julien.
On 22/10/11 11:10 , Carlos Sánchez de La Lama wrote:
> Hi Timo,
>
> your approach is quite similar to the one in the patch I sent a couple of weeks ago. I also have the Bundle (derivate from
2011 Oct 22
3
[LLVMdev] VLIW Ports
Hi Timo,
your approach is quite similar to the one in the patch I sent a couple of weeks ago. I also have the Bundle (derivate from MachineInstruction so I call it "MachineInstructionBundle") and pack/unpack so RegAlloc works on the bundles… I really think this is the way to incorporate VLIW support to LLVM.
I guess a need for some of this to make to LLVM trunk is to have a backend