search for: naves

Displaying 20 results from an estimated 34 matches for "naves".

Did you mean: names
2015 May 25
4
[LLVMdev] LLVM profiling
Hi guys, I am trying to perform edge profiling using on hello.bc file by using following command opt -insert-edge-profiling hello.bc -o hello-edge.bc but I get the error that option "-insert-edge-profiling" is unknown. Can you please help me to solve the issue. Please note that I am following the paper available at this link http://llvm.org/pubs/2010-12-Preuss-PathProfiling.pdf
2016 Nov 28
2
Translation of custom attribute (defined for variables) from clang to llvm
Hi John, I have looked into the EmitAutoVarAlloca() in CGDecl.cpp. However, I could not figure out how to employ my custom attribute for code generation. For example, my custom attribute is visible in CGDecl.cpp but how can I generate based on my custom attribute if (D.hasAttr<myCustomAttri>()) { //What to do here? } What I wan in IR is something like below. Without Custom Attribute:
2016 Nov 25
3
Translation of custom attribute (defined for variables) from clang to llvm
Hi Asit, thanks for the reply. But I guess I was not clear in my question. Actually, i dont want to use __ATTRIBUTE__((ANNOTATE("MOVIATTR"))), since in documentation it is stated that "This intrinsic allows annotation of local variables with arbitrary strings. This can be useful for special purpose optimizations that want to look for these annotations. These have no other
2015 May 28
1
[LLVMdev] Opt option -dot-edge-numbers
Dear All, I am using the release 33 of LLVM. This release supports -insert-edge-profiling option for opt. But it doesnt provide/supports the -dot-edge-numbers option. Where can I find the file implementing this option (e.g, the source file for edge profiling is located in lib/transforms/instrumentation)? Please help me out. Thanks Naveed Ul Mustafa
2004 Aug 14
1
linux client not working properly
...yes ; only guest = yes read only = no writable = yes printable = no create mask = 777 directory mask = 777 force create mode = 0777 force group = todos force user = todos write list = @abogados, @adm_anc, @adm_rh, @archivos, @cobros, @comunicacion, @contabilidad, @judicial, @marcas, @migracion, @naves, @opadrmh, @pool, @receptel, @recursosh, @secresoc, @serv_grl, @sistemas, @sociedades, @socios, @traducc, secsoc52, pool0, pool1, pool2, pool3, pool7, pool5, pooladm, secsoc55, secsoc51, secsoc50, secsoc63 # The following two entries demonstrate how to share a directory so that two # users can plac...
2016 Nov 25
2
Translation of custom attribute (defined for variables) from clang to llvm
Hi All, I need your guidance about a custom attribute. I have defined one for variables. It is accepted in the source code (without any warnings from clang), for example in following snippet. #define NEWATTR __attribute__((moviAttr(1))) int main() { NEWATTR volatile unsigned int a = 5; volatile unsigned int *p; p = &a; return (a+*p); } and actually when I Dump the declaration, after
2016 Dec 13
1
Lowering the metadata attached to an instruction down to Pattern Instruction Selection pass
Hello devlopers, I request your guidance on how to lower the metadata attached with an instruction. Following is given the IR dump before Module verifier pass, and there is a string "Tile3" attached as metadata with instruction "%x = alloca i32, align 4, !Tile3 !1". My target is to transmit/propagate the string down to post RA-Scheduling pass. Is it possible? If yes, how
2019 Oct 30
0
[PATCH] iommu/virtio: Remove unused variable
On Fri, Oct 25, 2019 at 01:13:40PM -0300, Cristiane Naves wrote: > Remove the variable of return. Issue found by > coccicheck(scripts/coccinelle/misc/returnvar.cocci) > > Signed-off-by: Cristiane Naves <cristianenavescardoso09 at gmail.com> > --- > drivers/iommu/virtio-iommu.c | 3 +-- > 1 file changed, 1 insertion(+), 2 delet...
2008 Oct 28
1
Get ip address
Hi, I need write a script to get number of connections of a IP list that is ESTABLISHED. I?m using Solaris 10, then i can?t use ip probe. -- +++++++++++++++++++++++++++++++++++++++++++++++ Wesley Naves de Faria Analista de Suporte SCSA - Sun Certified System Administrator for Solaris 10 SCNA - Sun Certified Network Administrator for Solaris 10 FreeBSD / OpenBSD / Linux +++++++++++++++++++++++++++++++++++++++++++++++
2005 Mar 23
1
Question on Inheriting Permissions
...all the orther users to have read, write. I have these permissions set on the directory art. Is there a way to configure my smb.conf so that any file that gets created in or copied to this directory to have these permissions and, if possible, to be owned by the above user and group? Thanks, Tom Naves System Administrator Orthodyne Electronics
2004 Sep 28
1
[Patch] rsync-2.6.2: Allow 'port = N' in rsyncd.conf
Hi, If anyone is interested, the included patch to rsync-2.6.2 allows you to specify the port number for an rsync server as a global option in rsyncd.conf with 'port = <N>' (where <N> is your favorite port number). Note that this parameter only takes effect when the server is started, not when clients connect. Also, specifying the port in rsyncd.conf takes precedence
2005 May 05
3
body of non-visible function
Hello, Is there any possibility in R to see the body of the non-visible function, for example princomp? If I do : > methods(princomp) so, I get that princomp.default and princomp.formula are non-visible functions and body(princomp.default) doesnt show it. In particular, I guess I have a very nave question Id like to see how scores calculation is implemented in the function princomp.
2011 Nov 29
7
gem for storing and tracking changes
Hi people I want to know which is the best gem or plug-in to store and track register changes for a rails 3.0.9 app Hope you can help me, thanks -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this
2005 Dec 05
1
data frames, na.omit, and sums
Dear R-helpers, New to R, I'm in the middle of a project that I'm using to force me learn R. I'm running into some behavior that I don't understand, and I need some advice. In the last week I've gotten some great advice from the list on visualizing my data, and I was hoping people could help me get over another barrier I've encountered to my progress. Before I
2004 Dec 02
1
Microsoft Office XP Install problems on wine
I'm trying to install Office XP on Fedora 3, with the 12/1/2004 wine build from the source. I tried the suggestions given by Ronald Nave on Dec 2/2004 (installing DCOM98, windows installer), but to no avail, and I get the following errors, any help/suggestions are appreciated! ------------------------------------ fixme:wininet:FindFirstUrlCacheEntryA ((null), 0x7fd943b0, 0x5b41ea38): stub
2004 Dec 02
2
installing Microsoft Office under wine
I have been unable to install Microsoft Office 2000 under wine on several Fedora Linux machines. The problem seemed to start with the June 2004 release of wine and has persisted for every version I have tried up to and including the latest 12/01/2004 version. I have tried both RPM install and compiling from source with similar results. I have one machine running the May 2004 wine that
2005 Feb 26
0
TaxCut 2004 on Wine
I downloaded Mozillacontrol16.exe and installed it under wine ( February 2005) and Fedora 1. Tax cut now comes up normally and appears to be fully functional. I will nonetheless probably actually use Windows to run tax cut for submission to the IRS. Eventually I hope to build a new computer with only fedora and no windows partition. Hopefully by that time wine will allow me to move all of my
2004 Dec 02
1
problems installing MS Office on wine
I am attempting to install MS Office 2000 on a Fedora 3 system with the latest 12/1/2004 wine built from source. I was getting multiple errors followed by the wine debugger aborting. Based on information from the user group I have installed dcom98.exe ( by downloading dcom98.exe and running wine dcom98.exe ) This appeared to work , but produced a warning message ( newer version of dcom
2008 Jun 26
2
[Bug 10840] Swfdec should support AVM2
http://bugs.freedesktop.org/show_bug.cgi?id=10840 Pekka Lampila <pekka.lampila at iki.fi> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |patrys at pld-linux.org --- Comment #12 from Pekka Lampila <pekka.lampila at iki.fi> 2008-06-26
2011 Mar 14
1
AOV() may misslabel random effects.
Greetings, The aov() function may mislabel the random effects as in the example below: Has anybody else noticed this? Cordially, Giles Crane, MPH, ASA, NJPHA gilescrane at verizon.net > m2 Call: aov(formula = y ~ ap + pe + Error(ju), data = d) Grand Mean: 77.50667 Stratum 1: ju Terms: ap Sum of Squares 4322.538 Deg. of Freedom 12 13 out of 25 effects not