search for: geovanisouza92

Displaying 20 results from an estimated 29 matches for "geovanisouza92".

2011 Aug 27
0
[LLVMdev] Is LLVM compatible with AMD?
...ic graphical libraries. 2011/8/26 Villmow, Micah <Micah.Villmow at amd.com> > In what context? Also, please have all replies go to the mailing list and > not to the contributor directly.**** > > ** ** > > Thanks,**** > > Micah**** > > ** ** > > *From:* geovanisouza92 at gmail.com [mailto:geovanisouza92 at gmail.com] > *Sent:* Friday, August 26, 2011 5:42 PM > > *To:* Villmow, Micah > *Subject:* Re: [LLVMdev] Is LLVM compatible with AMD?**** > > ** ** > > Villmow, you know if LLVM supports graphical computing beyond AMD-IL?**** > >...
2011 Aug 26
4
[LLVMdev] Is LLVM compatible with AMD?
Hi all! I'm getting starting with LLVM, and I'm creating a new cross-platform programming language LLVM-based with a Standard Library POSIX-based. The language has sintatic sugar of Object Pascal and Ruby. My doubt is if LLVM is compatible with AMD (e.g. Fusion), allowing so that my StdLib can be used to create Games, in future... Regards! -------------- next part -------------- An HTML
2011 Aug 27
3
[LLVMdev] OpenCL Backend
...gt; Today's Topics: > > 1. Re: Dead node removal in DAGCombiner (Akira Hatanaka) > 2. Re: Is LLVM compatible with AMD? (Villmow, Micah) > 3. Re: Segmented Stacks (Re-Roll 2) (Rafael ?vila de Esp?ndola) > 4. How much adaptable is the LLVM to POSIX pattern? > (geovanisouza92 at gmail.com) > 5. Re: Why BinaryOperator::Create requires same argument types > for shifts? (Yuri) > 6. Re: Why BinaryOperator::Create requires same argument types > for shifts? (Eli Friedman) > 7. Re: Segmented Stacks (Re-Roll 2) (Evan Cheng) > 8. Re: Is...
2011 Aug 26
0
[LLVMdev] Is LLVM compatible with AMD?
You can find out about OpenCL here: http://www.khronos.org/opencl/ That being said, AMD OpenCL is not a target of LLVM. AMD uses LLVM for its optimizer and code generation paths for the OpenCL compiler. Micah From: geovanisouza92 at gmail.com [mailto:geovanisouza92 at gmail.com] Sent: Friday, August 26, 2011 10:06 AM To: Villmow, Micah Subject: Re: [LLVMdev] Is LLVM compatible with AMD? So, AMD OpenCL is another target for LLVM? Where I can learn about OpenCL? Thanks. 2011/8/26 Villmow, Micah <Micah.Villmow at amd.c...
2011 Aug 27
1
[LLVMdev] OpenCL Backend
...velopers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev > -- "Antequam noveris, a laudando et vituperando abstine" Esperando que esteja bem, Geovani de Souza *MSN*: gss6978 at hotmail.com *E-mail*: geovanisouza92 at gmail.com *Skype*: geovanisouza92 http://www.twitter.com/geovanisouza92 http://www.sentinelaaizen.blogspot.com/ http://www.delphiloaded.blogspot.com/ WebRep Overall rating -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-de...
2011 Sep 08
2
[LLVMdev] How to fix an error like "Don't have a definition for uint64_t on this platform"?
...on for uint64_t on this platform". I set the '__STDC_LIMIT_MACROS' and '__STDC_CONSTANT_MACROS' defines, and save the "DataTypes.h.in" as "DataTypes.h", to compiler can locate them. I'm using C++Builder XE, in Win7. How can I fix this? Regards! -- @geovanisouza92 - Geovani de Souza -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110908/15afac03/attachment.html>
2011 Aug 28
4
[LLVMdev] LLVM supports Unicode?
Am 28.08.2011 16:02, schrieb geovanisouza92 at gmail.com: > Well, have you any idea about how I can implement rightly Unicode in C/C++? What do you mean with "implement in C/C++"? If you mean adding libraries to C/C++ that correctly deal with Unicode: that's nothing you do with a compiler infrastructure. And probably dup...
2011 Aug 28
0
[LLVMdev] LLVM supports Unicode?
...iny snippets of code, like expressions, or variable names. So, I need read each char, separating the interpolations. However, if you have another sugestion, I will stay grateful in listen you. []'s 2011/8/28 Joachim Durchholz <jo at durchholz.org> > Am 28.08.2011 16:02, schrieb geovanisouza92 at gmail.com: > > Well, have you any idea about how I can implement rightly Unicode in > C/C++? > > What do you mean with "implement in C/C++"? > > If you mean adding libraries to C/C++ that correctly deal with Unicode: > that's nothing you do with a compiler i...
2011 Aug 28
2
[LLVMdev] LLVM supports Unicode?
Thanks for reply, Nick! The project has this feature in roadmap? []'s 2011/8/27 Nick Lewycky <nicholas at mxc.ca> > geovanisouza92 at gmail.com wrote: > >> Hi everyone! >> >> LLVM supports Unicode? >> >> Is possible adapt LLVM to support Unicode? What problems can happen on >> try this? >> > > Value names can be any sequence of bytes, even including nulls. LLVM itself > doe...
2011 Aug 28
2
[LLVMdev] LLVM supports Unicode?
> geovanisouza92 at gmail.com wrote: >> Thanks for reply, Nick! >> >> The project has this feature in roadmap? > > What feature? LLVM is not a text editor, it is not obvious what LLVM has > to do with Unicode. Please explain. > > Nick Presumably he means identifier names.
2011 Sep 09
0
[LLVMdev] How to fix an error like "Don't have a definition for uint64_t on this platform"?
On Thu, Sep 8, 2011 at 11:52 PM, geovanisouza92 at gmail.com < geovanisouza92 at gmail.com> wrote: > I set the '__STDC_LIMIT_MACROS' and '__STDC_CONSTANT_MACROS' defines, and > save the "DataTypes.h.in" as "DataTypes.h", to compiler can locate them. > Don't do this, it's wrong. The &qu...
2011 Aug 28
0
[LLVMdev] LLVM supports Unicode?
geovanisouza92 at gmail.com wrote: > Thanks for reply, Nick! > > The project has this feature in roadmap? What feature? LLVM is not a text editor, it is not obvious what LLVM has to do with Unicode. Please explain. Nick > > []'s > > > 2011/8/27 Nick Lewycky <nicholas at mxc.ca &...
2011 Aug 28
0
[LLVMdev] LLVM supports Unicode?
...#39;t should support Unicode for construct programming languages over it? Or, the front-end of my programming language has to analize the source code, and convert it to LLVM-IR? If this is right way, sorry for my confusion... []'s 2011/8/28 FlyLanguage <flylanguage at gmail.com> > geovanisouza92 at gmail.com wrote: >> >>> Thanks for reply, Nick! >>> >>> The project has this feature in roadmap? >>> >> >> What feature? LLVM is not a text editor, it is not obvious what LLVM has >> to do with Unicode. Please explain. >> >>...
2011 Aug 28
2
[LLVMdev] Which level of LLVM integration with native code, like DLLs?
Hi everyone! I come here to learn about integration of LLVM with native code. It can work with other native libraries (like dll)? Thanks again. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110828/77390c93/attachment.html>
2011 Aug 27
0
[LLVMdev] OpenCL Backend
On 08/27/2011 09:56 AM, Simon Moll wrote: > Hi, > > as you come to speak of it, i have implemented an OpenCL-Backend for > LLVM as part of my bachelor thesis (and for GLSlang as well, see > http://www.cdl.uni-saarland.de/publications/theses/moll_bsc.pdf ). > However, the code is currently unreleased. But that could be arranged, > if you are interested in using it. Hi Simon,
2011 Aug 28
4
[LLVMdev] LLVM supports Unicode?
> Or, the front-end of my programming language has to analize the source > code, and convert it to LLVM-IR? Yes
2011 Aug 28
1
[LLVMdev] LLVM supports Unicode?
geovanisouza92 at gmail.com wrote: > I'm trying create a new programming language, and I want that it have > Unicode support (support for read and manipulate rightly the source-code and > string literals). LLVM IR iteself only supports one string ty, which is an array of i8 (8 bit integers). In you...
2012 Mar 09
1
[LLVMdev] How to avoid include the same source-file more than once?
...E.g. ## file1.arc include "base.arc" ## file2.arc include "base.arc" I don't want use C/C++-like style guard or similar. I think about an list of complete path of each file inside the compiler, or an checksum, generated over the bytes of file, like git index does. -- @geovanisouza92 - Geovani de Souza -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120309/28e629aa/attachment.html>
2011 Aug 28
2
[LLVMdev] LLVM supports Unicode?
Am 28.08.2011 20:02, schrieb geovanisouza92 at gmail.com: > Hi, Jo! > > I'm trying create a new programming language, and I want that it have > Unicode support (support for read and manipulate rightly the source-code and > string literals). > > But, in addition, my programming language supports "string interpola...
2011 Aug 27
2
[LLVMdev] LLVM supports Unicode?
Hi everyone! LLVM supports Unicode? Is possible adapt LLVM to support Unicode? What problems can happen on try this? []'s -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110827/be9f08ca/attachment.html>