Displaying 20 results from an estimated 9000 matches similar to: "[LLVMdev] Annotate a value."
2005 Jun 14
0
[LLVMdev] annotate a value
Hello,
The interface is named Annotation and it allows any Annotable object to
be annotated. Note that the Value class is an Annotable.
HOWEVER, if the annotation information is something that might be useful
to other developers or to other analysis/transformation passes, you're
strongly encouraged to create an Analysis instead. See the various
analyses in include/llvm/Analysis for examples.
2005 Jun 15
1
[LLVMdev] annotate a value
On Tue, 14 Jun 2005, Reid Spencer wrote:
> Hello,
>
> The interface is named Annotation and it allows any Annotable object to
> be annotated.
This is correct.
> Note that the Value class is an Annotable.
This is not.
Shuhan, you have two options:
1. You can store the information you want in an std::map somewhere on the
side.
2. You can add the fields you want to the LLVM
2007 May 31
2
policy files
Hi,
I think I have two questions - one which is samba and one which is windows
policy files. I'll try to limit this question to the samba side but will
give the full picture for completeness.
I'm trying to implement a simple policy to redirect a few simple folders
(for starters). I have a policy file called NTConfig.POL that is available
on my share \\wilson\netlogon (wilson is the
2005 Jun 13
2
[LLVMdev] annotate a value
Hi,
I want to annotate values in llvm, like making a flag for the operands
and result of an instruction for future use. I wonder if there's any
interface to do such a thing? Thanks!
--
Shuhan
2006 Feb 24
2
[LLVMdev] gcc like attributes and annotations
hi all,
out of a matter of fact I am still using llvm version 1.5. I don't know
how 1.6 works in this matter.
When translating a complex c application to llvm bytecodes, some
semantics are lost:
Take for isntance the interesting attribute to put a variable in the
thread local data section (.tdata), this would be interesting to have in
llvm.
like in GCC you write:
int x
2006 Feb 24
0
[LLVMdev] gcc like attributes and annotations
On Fri, 24 Feb 2006, Jakob Praher wrote:
> out of a matter of fact I am still using llvm version 1.5. I don't know
> how 1.6 works in this matter.
ok.
> When translating a complex c application to llvm bytecodes, some
> semantics are lost:
>
> Take for isntance the interesting attribute to put a variable in the
> thread local data section (.tdata), this would be
2017 Apr 04
3
RFC: Adding a string table to the bitcode format
On Tue, Apr 4, 2017 at 12:36 PM, Duncan P. N. Exon Smith <
dexonsmith at apple.com> wrote:
>
> On 2017-Apr-04, at 12:12, Peter Collingbourne <peter at pcc.me.uk> wrote:
>
> On Mon, Apr 3, 2017 at 8:13 PM, Mehdi Amini <mehdi.amini at apple.com> wrote:
>
>>
>> On Apr 3, 2017, at 7:08 PM, Peter Collingbourne <peter at pcc.me.uk> wrote:
>>
2004 Mar 19
2
[LLVMdev] Annotations on IR
Hi,
I checked out the LLVM code today, and it seems Value is
no longer a subclass of Annotable. Is IR annotation still
supported? Right now, I just need to annotate global variables.
Thanks
Rahul
2009 Mar 06
0
[LLVMdev] Inserting annotations
Hi,
As far as I know, Instruction class does not inherit "Annotable" Class. Only
Function inherits annotable according to the documentation of annotable
class.
What you are asking would require adding annotations at instruction level,
which does not seem to be possible. You can maintain external maps between
instructions and your annotations,
--Kapil
On Thu, Mar 5, 2009 at 7:17 PM,
2011 Aug 18
2
Problem exporting samba 3.6 registry
I'm triing to put some samba3.6 server like print server, the load of
ntprinters and ntdrivers is ok, but when I try to do a backup of the
registry I find it:
#net rpc registry export
'HKLM\System\CurrentControlSet\Control\Print\Environments\Windows NT
x86\Drivers\Version-3\Canon iR2270/iR2870 PCL6' printers.reg
Violaci?n de segmento (Segmentation Fault)
Export fail but enumerate
2006 Apr 28
2
Trying to turn params field into a variable
Hi guys,
I have another question, we have this line on our .rb code:
@variable = params [:user][:bird]
I need to be able to change the 2nd field into a variable because it is
a changing valuename, I was wondering if you had any trick for that.
Meaning I need to make [:bird] into [:dog] or [:cat]...
It''s proven really tricky for me to get it to change I wonder if you
guys had any
2005 Jun 15
1
Setting environment variables (installation problem)
Dear All,
Is it possible under WinXP to set the R binary path (...\R\bin)
as an environment variable during installation?
(rw2010.exe)
The problem is that I've written a program that needs to know the path
of Rterm.exe during installation.
At the moment the user can't choose the R installation path
("/DIR={pf}\\R /SILENT").
If I would know where the user install R the
2011 Aug 02
3
identifying weeks (dates) that certain days (dates) fall into
Hello!
I have dates for the beginning of each week, e.g.:
weekly<-data.frame(week=seq(as.Date("2010-04-01"),
as.Date("2011-12-26"),by="week"))
week # each week starts on a Monday
I also have a vector of dates I am interested in, e.g.:
july4<-as.Date(c("2010-07-04","2011-07-04"))
I would like to flag the weeks in my weekly$week that
2004 Sep 30
1
ntconfig.pol not loaded
hi samba community and team !
I' m playing with policies under win2k/samba3/ntconfig.pol/poledit
It worked at first, but now seems my win2k test machine doesn't want to load the
ntconfig.pol located into \\mysmbpdc\netlogon
I've seen some threads about the same prob. but none with a solution.
I know there is a project with an "editreg" tool planned.
But for now I would like
2006 Feb 24
5
[LLVMdev] Re: gcc like attributes and annotations
hi Chris!
thanks for your reply.
First of all I did not know about the history with the Annotation stuff.
Annotable for me was a way how one could realize this things. So as I
see it right now - it is more that Annotable will completly vanish soon.
This is interesting to me.
Chris Lattner schrieb:
> On Fri, 24 Feb 2006, Jakob Praher wrote:
>
>> When translating a complex c
2002 Feb 26
0
few idea about dealing with "Large Roaming Profiles"
Well,
I put it here. All the experience gained in about-half-an-year-management
of Samba-PDC + numerous NT4 workstations is included. Also, I'd be glad to
hear from you what did I miss!
1) when NT4-workstations are organised into "domain", there's some
action assosiated to this: "to log into domain".
samba ain such case acts as PDC (primary domain controller),
2005 Feb 15
6
Windows update
Hi!
How do you guys solve windows security updates? Is there a way to force windows
computers to be updated. Even more flexible is if one can update windows through
login script.
Peter Nyberg
Institutionen f?r Biokemi och Biofysik (DBB)
Sv.Arrhenius v?gen 12
106 91 Stockholm
Tel: 08-16 24 69
Mobil: 070 339 24 69
Fax 08 153679
2009 Sep 17
3
generating unordered combinations
Hi,
I am trying to generate all unordered combinations of a set of
numbers / characters, and I can only find a (very) clumsy way of doing
this using expand.grid. For example, all unordered combinations of
the numbers 0, 1, 2 are:
0, 0, 0
0, 0, 1
0, 0, 2
0, 1, 1
0, 1, 2
0, 2, 2
1, 1, 1
1, 1, 2
1, 2, 2
2, 2, 2
(I have not included, for example, 1, 0, 0, since it is equivalent to
0, 0, 1).
I have
2003 Mar 04
1
Windows 2K/XP Profile/Homedir replication issue?
Hey there,
Just a question for you Samba 2.2.x gurus out there :)
We have a contingent (a steadily increasing contingent) of Win2K and WinXP
workstations.
Does anyone here know how to stop the profiles from replicating?
If we create a file in the profile dir, say \\PDC\UserHome\profile.doc.
It will replicate that to the profile directory, while one file or two files
are not a problem, we use
2011 Aug 16
2
Assignment working differently inside ifelse()
Hello all, I need to extract rows and columns from a data frame and put
them in a matrix. In some cases, there are no rows in the data frame
meeting the selection criteria. For those rows I want to put a row of
0's in the matrix. Here's my clumsy code:
tab1.m1 <- matrix(0, nrow=2, ncol=4)
tab1.m1[1,] <- ifelse(length(as.matrix(tab1[tab1$comp==the.comp & tab1$schlid==the.schl