search for: cardoso

Displaying 20 results from an estimated 233 matches for "cardoso".

2011 Sep 01
2
[LLVMdev] Cross compling with LLVM for MIPS
I have installed LLVM on my machine (ubuntu) a while ago. I think my LLVM version is 2.8. is it supported in 2.8 ? When I install i didn't configure LLVM for mips. Do I have to configure it when I build ? Thanks in advance. Really appreciate it. --- On Thu, 9/1/11, Bruno Cardoso Lopes <bruno.cardoso at gmail.com> wrote: From: Bruno Cardoso Lopes <bruno.cardoso at gmail.com> Subject: Re: [LLVMdev] Cross compling with LLVM for MIPS To: "janarbek" <canarbekmatay at yahoo.com> Cc: llvmdev at cs.uiuc.edu Date: Thursday, September 1, 2011, 1:30 PM U...
2007 Feb 15
4
[LLVMdev] llvm mips backend!
Hello, I'm interested on implementing the MIPS backend as a student in a compiler course on my university, starting in 2 weeks from now!! I've seen on the mailing list history no one has done it so far (although a lot said they would)! am i right? Thanks! -- Bruno Cardoso Lopes http://www.brunocardoso.org "The knack of flying is learning how to throw yourself at the ground and miss." -- Douglas Adams
2014 Dec 11
2
[LLVMdev] Phabricator update
...014 at 11:26 AM, suyog sarda <sardask01 at gmail.com> wrote: > The problem still persist :( > > On 12/11/14, Manuel Klimek <klimek at google.com> wrote: >> Another php type problem; can you please try again. Thanks! >> >> On Thu Dec 11 2014 at 1:37:32 PM Bruno Cardoso Lopes < >> bruno.cardoso at gmail.com> wrote: >> >>> I'm facing the same problem. >>> >>> On Thu, Dec 11, 2014 at 10:16 AM, suyog sarda <sardask01 at gmail.com> >>> wrote: >>> > Hi, >>> > I am facing problem whi...
2011 Sep 16
2
[LLVMdev] problem with sgt's on Sparc machine
...using LLVM 2.8 and llvm-gcc 4.2. Could you please try svn top-of-tree? Clang is also a better choice here. > The assembly files are attached. In the assembly file, the erroneous result > is associated with 'subcc', while the correct ones are associated with 'or'. -- Bruno Cardoso Lopes http://www.brunocardoso.cc
2015 Jul 27
2
[LLVMdev] llvm books
On 27 July 2015 at 19:28, Bruno Cardoso Lopes <bruno.cardoso at gmail.com> wrote: > Let us know if you have examples of that, and we'll pass that up to > the editor to fix in further editions. The cross-compilation chapter has entire identical phrases and the general structure is very similar. Of course, I'd expect...
2010 Nov 17
3
[LLVMdev] Is it possible to run llvm on mips machine?
On Wed, Nov 17, 2010 at 12:11 AM, Bruno Cardoso Lopes <bruno.cardoso at gmail.com> wrote: > Hi, > > On Sun, Nov 14, 2010 at 5:39 AM, Michael.Kang <blackfin.kang at gmail.com> wrote: >> I like to get the support of llvm runtime so that I can run some VM >> that depends on llvm. I googled porting keyword >> a...
2011 Sep 01
2
[LLVMdev] Cross compling with LLVM for MIPS
Hello All, I am trying to cross compile for MIPS on x86 architecture. I want to do it using LLVM ? How can I do it ? Thanks in advance. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110901/b4e68ea3/attachment.html>
2011 Sep 01
0
[LLVMdev] Cross compling with LLVM for MIPS
...do it > using LLVM ? > How can I do it ? Thanks in advance. > > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev > > -- Bruno Cardoso Lopes http://www.brunocardoso.cc -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110901/f707f348/attachment.html>
2011 Sep 16
0
[LLVMdev] problem with sgt's on Sparc machine
I can't reproduce this problem with the recent svn trunk. LLVM 2.9 has lots of fixes for Sparc back-end. So, please at least try with LLVM-2.9. Thanks, On Fri, Sep 16, 2011 at 6:30 PM, Bruno Cardoso Lopes <bruno.cardoso at gmail.com> wrote: > Hi Christine, > >> I am using LLVM 2.8 and llvm-gcc 4.2. > > Could you please try svn top-of-tree? Clang is also a better choice here. > >> The assembly files are attached. In the assembly file, the erroneous result >&g...
2015 Jul 27
0
[LLVMdev] llvm books
...e it's a book for beginners there's likely a lot of intersection with official docs content, but I don't remember I or Rafael sucking directly from them :-) Let us know if you have examples of that, and we'll pass that up to the editor to fix in further editions. Thanks, -- Bruno Cardoso Lopes http://www.brunocardoso.cc
2011 Sep 01
0
[LLVMdev] Cross compling with LLVM for MIPS
...configure LLVM for mips. Do I have to configure it when I build ? I don't know what's the default llvm configuration for ubuntu! But you can check for mips support using "llc --version". Yes, it's supported in 2.8, although it has improved significantly since then. -- Bruno Cardoso Lopes http://www.brunocardoso.cc
2014 Dec 11
2
[LLVMdev] Phabricator update
Another php type problem; can you please try again. Thanks! On Thu Dec 11 2014 at 1:37:32 PM Bruno Cardoso Lopes < bruno.cardoso at gmail.com> wrote: > I'm facing the same problem. > > On Thu, Dec 11, 2014 at 10:16 AM, suyog sarda <sardask01 at gmail.com> wrote: > > Hi, > > I am facing problem while submitting patch on phab. All things go smooth > - > > cre...
2015 Jul 21
3
[LLVMdev] llvm books
On 21 July 2015 at 14:27, Evgeny Astigeevich <evgeny.astigeevich at arm.com> wrote: > The book is exactly what is written in its title: getting started. It give > basics of each major part of LLVM. After reading it you will be able to > build it from scratch. What is most important the book shows in details how > components of LLVM are built into a compiler toolchain: from
2008 Jul 07
5
[LLVMdev] fp_round libcall
...tConvertAction(MVT::f64, MVT::f32, Expand), which issues a EmitStackConvert. What if I want a libcall instead? What should I do? The libcall FROUND_F64_F32 is there, but it seems that it cannot be reached without hacking. What should I do to support this? Am I missing something? Thanks, -- Bruno Cardoso Lopes http://www.brunocardoso.cc "When faced with untenable alternatives, you should consider your imperative."
2010 Nov 17
0
[LLVMdev] Is it possible to run llvm on mips machine?
...ly larger than this due to its RISC instruction set. James Molloy Graduate Compiler Engineer, ARM Ltd. > -----Original Message----- > From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] > On Behalf Of Michael.Kang > Sent: 17 November 2010 05:23 > To: Bruno Cardoso Lopes > Cc: llvmdev > Subject: Re: [LLVMdev] Is it possible to run llvm on mips machine? > > On Wed, Nov 17, 2010 at 12:11 AM, Bruno Cardoso Lopes > <bruno.cardoso at gmail.com> wrote: > > Hi, > > > > On Sun, Nov 14, 2010 at 5:39 AM, Michael.Kang > <blac...
2015 Jul 27
0
[LLVMdev] llvm books
Hi Renato, On Mon, Jul 27, 2015 at 3:42 PM, Renato Golin <renato.golin at linaro.org> wrote: > On 27 July 2015 at 19:28, Bruno Cardoso Lopes <bruno.cardoso at gmail.com> wrote: >> Let us know if you have examples of that, and we'll pass that up to >> the editor to fix in further editions. > > The cross-compilation chapter has entire identical phrases and the > general structure is very similar. >...
2007 Feb 16
0
[LLVMdev] llvm mips backend!
On 2/15/07, bruno cardoso <bruno.cardoso at gmail.com> wrote: > I'm interested on implementing the MIPS backend as a student in a compiler > course on my university, starting in 2 weeks from now!! > I've seen on the mailing list history no one has done it so far > (although a lot said they would)!...
2008 Jul 21
1
[LLVMdev] small bss and data support for elf asm
Basic support for Small bss and data. The rest is implemented with target specific logic and will be commited as soon as it's ok to commit this patch. -- Bruno Cardoso Lopes http://www.brunocardoso.cc "When faced with untenable alternatives, you should consider your imperative." -------------- next part -------------- A non-text attachment was scrubbed... Name: smallsections.patch Type: application/octet-stream Size: 2454 bytes Desc: not available URL:...
2007 Jul 19
4
[LLVMdev] LLVM-MIPS
On 19/07/2007 01:29:18, Seung Jae Lee (lee225 at uiuc.edu) wrote: > Somebody in this dev-list alreday did it with LLVM. I guess you are speaking about Bruno Cardoso Lopes ? I can see there is a MIPS implementation in LLVM repository but it looks like uncomplete (that is, I'm not even sure it can compile any source). What I hope is to have a complete MIPS implementation so I can adapt it for PlayStationPortable and add the necessary stuff so that it ma...
2009 Mar 27
3
[LLVMdev] GSoC 2009: proposals!
...proposals in the GSoC app, but for now I'd just like to hear what the community has to say about the ideas (and what they need the most). Any suggestions are welcome :) btw, I don't mind writing more than one proposal and let the mentors get a decision if they like one :) Thanks -- Bruno Cardoso Lopes http://www.brunocardoso.cc