search for: geovani

Displaying 20 results from an estimated 45 matches for "geovani".

2015 Dec 30
1
hostname service?
...tatic services seem to be boot-time related for the most part, eg anaconda, pvscan.... Man for hostnamectl (also new to me) indicates some potential uses for the hostnamed-maintained names, yet I see nothing obvious making use of that info. Can you give me an example? Thanks for the clues.....Nick Geovanis >Date: Sun, 27 Dec 2015 18:14:55 -0700 >From: Brandon Vincent <Brandon.Vincent at asu.edu> >To: CentOS mailing list <centos at centos.org> >Subject: Re: [CentOS] hostname service? >Message-ID: <CAJm423-e2+EnrDyaSvt4RKUXPsAZNbW8V9muexNAm7F150EZXQ at mail.gmai...
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?**** &gt...
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 Sep 02
3
[LLVMdev] Is it possible to inline Functions without using LLVM JIT Framework?
Thanks Eric, Jim and Geovani for your responses. Yes, we can combine two or more bitcode modules using llvm-ld and in this way functions can be inlined and optimized during this process. But I am also looking into the possibility of doing the same using LLVM Pass Manager (Without using llvm-ld). This looks difficult due to...
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....
2015 Jul 09
5
built kernel-3.10.0-229.7.2.el7 OK but install fails
Hi all - First the boilerplate: On centos-release.x86_64 7-0.1406.el7.centos.2.3 [root at localhost x86_64]# uname -a Linux localhost.localdomain 3.10.0-123.el7.x86_64 #1 SMP Mon Jun 30 12:09:22 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux [root at localhost x86_64]# rpm -qa kernel\* | sort kernel-3.10.0-123.el7.x86_64 kernel-devel-3.10.0-123.el7.x86_64
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 &...
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 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>
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>
2016 Jan 11
2
nsswitch.conf question
I find the passwd, shadow and group lines in my CentOS 7 /etc/nsswitch.conf file specify "files sss". I'm not familiar with the "sss" source, would someone please give me an idea what that is? Many thanks....Nick
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 Sep 01
4
[LLVMdev] Is it possible to inline Functions without using LLVM JIT Framework?
Hi Everyone, Hopefully this question is not too absurd. Actually I created an example in LLVM, where I generate two modules, one containing the function definition and the other module calling this function. (Question related to this was posted on this mailing list recently) Now I want to know, whether it is possible to "inline" the definition of this function in the caller module,
2011 Aug 27
1
[LLVMdev] OpenCL Backend
...______________________________________________ > LLVM Developers 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 attachmen...
2011 Sep 01
0
[LLVMdev] Is it possible to inline Functions without using LLVM JIT Framework?
To do it manually, llvm-ld your modules to get a single module with both, then run opt on the result to optimize it. From source code, you can just use -O4 to the compiler on a system with a suitable linker (standard ld on OSX; binutils+gold plugin on Linux, for example). -Jim On Sep 1, 2011, at 9:27 AM, Mian M. Hamayun wrote: > Hi Everyone, > > Hopefully this question is not too
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 com...
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 probab...
2015 Sep 21
2
Centos 6.6, apparent xfs corruption
Hi all - After several months of worry-free operation, we received the following kernel messages about an xfs filesystem running under CentOS 6.6. The proximate causes appear to be "Internal error xfs_trans_cancel" and "Corruption of in-memory data detected. Shutting down filesystem". The filesystem is back up, mounted, appears to be working OK underlying a Splunk datastore.
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 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>