search for: brunocardoso

Displaying 20 results from an estimated 137 matches for "brunocardoso".

2008 Jul 07
5
[LLVMdev] fp_round libcall
...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."
2011 Sep 16
2
[LLVMdev] problem with sgt's on Sparc machine
...cc 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
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: <http://lists.llvm.org/pip...
2014 Dec 11
2
[LLVMdev] Phabricator update
...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 >>> >> > > > -- > With regards, > Suyog Sarda -- Bruno Cardoso Lopes http://www.brunocardoso.cc
2007 Feb 15
4
[LLVMdev] llvm mips backend!
...llo, 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
2011 Sep 01
2
[LLVMdev] Cross compling with LLVM for MIPS
...ure. I want to 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/62855cac/attachment.html>
2014 Dec 11
2
[LLVMdev] Phabricator update
...gt; > > _______________________________________________ > > 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/20141211/bc32ba3a/attachment.html>
2008 Mar 19
3
[LLVMdev] GSoC Mips backend improvement
...ld say is more important? Using llvm to generate code for PSP would be very fun! Opinion and comments would be nice. I'll leave the timeline proposal to the students application at Google, i just want some feedback for now! Cheers, -- Bruno Cardoso Lopes ( now @ Cocos Island ) http://www.brunocardoso.cc ++ The saddest aspect of life right now is that science gathers knowledge faster than society gathers wisdom + Isaac Asimov
2009 Mar 27
3
[LLVMdev] GSoC 2009: proposals!
..., 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
2008 Nov 05
0
[LLVMdev] MSIL and MIPS backend for LLVM
...MSIL assembly but when compiled it, which compiles sucessfully, it > generates invalid opcode errors. As Eric said, it should work fine for simple code, if you have anything that isn't compiling, please report bugs so I can try fix them for you! Thanks, -- Bruno Cardoso Lopes http://www.brunocardoso.cc "When faced with untenable alternatives, you should consider your imperative."
2008 Nov 05
2
[LLVMdev] MSIL and MIPS backend for LLVM
> Ok, I'll wait for a more detailed description > You can report directly at http://www.llvm.org/bugs/ This seems to be MSIL related, not MIPS. I don't think anyone will be interested in fixing problems of this backend -- With best regards, Anton Korobeynikov Faculty of Mathematics and Mechanics, Saint Petersburg State University
2008 Nov 05
0
[LLVMdev] MSIL and MIPS backend for LLVM
...: >> Ok, I'll wait for a more detailed description >> You can report directly at http://www.llvm.org/bugs/ > This seems to be MSIL related, not MIPS. I don't think anyone will be > interested in fixing problems of this backend oops! :) -- Bruno Cardoso Lopes http://www.brunocardoso.cc "When faced with untenable alternatives, you should consider your imperative."
2010 Feb 03
0
[LLVMdev] Does mips backend support variable arguments in release version(llvm-2.6)?
...; "LowerFormalArguments > didn't emit the correct number of values!"' failed > > Does the latest mips backend in svn trunk support variable arguments? No. I've seen you updated PR4851 with more info, I'll try to fix it. Thanks. -- Bruno Cardoso Lopes http://www.brunocardoso.cc
2010 Nov 14
2
[LLVMdev] Is it possible to run llvm on mips machine?
I like to get the support of llvm runtime so that I can run some VM that depends on llvm. I googled porting keyword and also simply try to cross compile llvm. Just like to know is it possbile ? Does any modification needed? Thanks MK -- www.skyeye.org
2010 Nov 16
0
[LLVMdev] Is it possible to run llvm on mips machine?
...ome VM > that depends on llvm. I googled porting keyword > and also simply try to cross compile llvm. Just like to know is it > possbile ? Does any modification needed? You can compile and run llvm tools in a mips machine, but mips+JIT is not supported. -- Bruno Cardoso Lopes http://www.brunocardoso.cc
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
...gt; 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
...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 >
2012 Jan 09
0
[LLVMdev] Calling conventions for YMM registers on AVX
...x86_64 Non-windows targets use the rules defined in the x86_64 abi! > In X86InstrControl.td the YMMs are not in "defs" set of call. The XMMs are subregisters of YMMs, and they are in the list, that should be sufficient for clobbering the YMM ones. -- Bruno Cardoso Lopes http://www.brunocardoso.cc
2015 Jul 27
0
[LLVMdev] llvm books
...inners 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