similar to: [LLVMdev] could you give me some advice ?

Displaying 20 results from an estimated 40000 matches similar to: "[LLVMdev] could you give me some advice ?"

2006 Mar 27
1
[LLVMdev] could you give me some advice ?
excuse me for bother you again . a little supplement Constant* c = findValue(m,"E1$entry"); Constant* c2 = findValue(m,"E1$str"); I can get string object from c2 string s = cast<ConstantArray>(c2)->getAsString(); but it is not applicable for c string s= cast<ConstantArray>(c)->getAsString(); // Assert Fail because c is ConstantExpr::GetElementPtr
2006 Mar 25
1
[LLVMdev] could you give me some advice ?
hi I have one llvm program like this : ... ; define ConstantArray "E1$str" = internal constant [3 x sbyte] c"E1\00" ; use getPtrPtrFromArrayPtr to define SByte* from ConstantArray "E1$entry" = internal constant sbyte* getelementptr ([3 x sbyte]* "E1$str", uint 0, uint 0) ... when i want to get std::string object from this declaration in
2006 Mar 26
0
[LLVMdev] could you give me some advice ?
lizhuo,您好! 不是很明白你的意思,好像你想从一个ConstantExpr::getPtrPtrFromArrayPtr 指针得到这个ConstantExpr 的内容, 但你的困难在哪里? ======= 2006-03-25 22:04:14 您在来信中写道:======= >hi >I have one llvm program like this : >.. >; define ConstantArray >"E1$str" = internal constant [3 x sbyte] c"E1\00" > >; use getPtrPtrFromArrayPtr to define SByte* from ConstantArray
2006 Mar 27
0
[LLVMdev] could you give me some advice ?
for example , I have a LLVM bc file generated from c program like this ... char E1$str[3] = "E1"; char* E1$entry = (char*)E1$str; struct { char* name_list[16]; } table = { E1$entry, E2$entry, ... }; ... now I need load the bc file , get all names ("E1","E2"...) , then print and save it. of course, i only know the global variable table name . I can get
2005 Jun 07
0
[LLVMdev] one question about up reference
Chris Lattner,您好! I see , Thank you very much ! ======= 2005-06-06 23:39:20 您在来信中写道:======= >On Mon, 6 Jun 2005, aqex wrote: >> hi, >> I have one question about up reference, why use \nested_level_count in type description. >> and have to handle it in HandleUpRefs() (AsmParser/llvmAsmParser.y) , >> >> why not just insert type name and return in calcTypeName()
2005 Jun 06
1
[LLVMdev] one question about up reference
hi, I have one question about up reference, why use \nested_level_count in type description. and have to handle it in HandleUpRefs() (AsmParser/llvmAsmParser.y) , why not just insert type name and return in calcTypeName() (AsmWriter.cpp) ; As you mention in "How to build recursively type" , %mylist = type { %mylist*, int } is accepted . Is it neccessary to use
2006 Jan 04
2
[LLVMdev] how to convert into SSA form
Dear All, Could someone tell me how to convert LLVM bytecode into minimal SSA form ? or just depend on GCC frontend ? thanks aqex
2010 Aug 17
11
EVERYONE USING DOVECOT PLEASE SIGN: Thanks, Administrators of Dovecot!
With the release of dovecot 2.0, the community of the Dovecot mailling list, and us at Shelton Computers, would sincerely like to thank the developers of Dovecot. For, if it were not for you, we would be stuck with Courier and would not have the impressive features of Sieve, as opposed to the unmanageable scripts, by end users, of maildrop. *Our gratitude goes to, but not limited to:* *Timo
2009 May 09
2
Sweave \Sexpr{} advice please
Dear List, First off, my deepest gratitude to the Sweave developers: this tool has improved my quality greatly. A question in my work I use \Sexpr{} statements scalar values and the xtable package for all manner of tables. What I'd like to do is to use a vector inline, rather than a whole separate table. Something like: %%%%%%%%%%%%%%%% begin code % Latex junk % Sweave block:
2008 Mar 05
0
Thank you wine
Thank you Wine. I just wanted you to express my gratitude. Even if the installation of my most desired software is still a pain in the neck, I am working with the software for the first time on Linux on a productive stage, just thinking how it is great that my only problems are the "save target as.." not appearing and the cursor displaced when highlighting things. Thank you! I'm so
2005 Dec 18
3
could you give me a hand?
hi. i try to record a global array to save on-line member. it''s put this array in controllers/application.rb or not? my code like this: $online_users = Array.new and each member sign in will add himself to $online_users. miss something? all regards -- Posted via http://www.ruby-forum.com/.
2019 May 07
1
RHEL 8 released
On 2019-05-07 11:00, rainer at ultra-secure.de wrote: > Am 2019-05-07 17:51, schrieb Fabian Arrotin: >> On 07/05/2019 16:23, Alessandro Baggi wrote: >>> Il 07/05/19 16:07, Rich Bowen ha scritto: >>>> This morning Red Hat announced the general availability of Red Hat >>>> Enterprise Linux 8. >>>> >>>> More details at >>>>
2003 Oct 08
2
SUCCESS report: samba3 as single-sign-on provider in heterogeneous network
Hi all, to raise the bug vs success ratio i'd like to express my gratitude to all samba members and those who, though not in-core developers, generously supported noobs like me on this mail list. I've set up an environment two months ago and it has run without glitches or tweaks since then. Now as misusing my family as beta testers has worked out so nicely i will deploy an identical
2006 Oct 16
0
SV: How do you like TrixBox?
I love TrixBox, with the custom config files you can tweak pretty much with TrixBox too, I have at least done some. Plan to do a plain Asterisk install later, but for now I learn a lot about the config files just with TrixBox. Some things might be a bit harder with TrixBox due to some of the premade dial plans, but can get it to work :-) _____ Fra: asterisk-users-bounces@lists.digium.com
2011 May 30
1
Query super- and subclasses of a class: is there a better way than to use 'completeClassDefinition()'
Dear List, when I first started to use S4 classes, I used the function 'completeClassDef()' in order to see the super- and subclasses of a certain class: setClass(Class="A", representation=list(a="numeric")) setClass(Class="B", contains="A", representation=list(b="character")) # Super x <- completeClassDefinition("B")
2005 Sep 01
0
expert advice needed - prototype.js vs. x library
Hello, I''m looking for some expert advice since I''m quite a newbie when it comes to programming. I realized that a lot of people(programs) are using the prototype.js and honestly, I cannot see why. Right, prototype has some nice AJAX support but it is lacking a documentation. I recently came accross cross-browser.com and saw their xlibrary - to me it seems that xlibrary
2008 Jul 24
2
You didn't give me some packages, so now I'm giving you some! R, TexLive, LyX, Gnumeric, etc.
I want up-to-dateish versions of TexLive, R, gnumeric, emacs, but on a more-or-less stable base of Centos-5.2. I asked for packages in this, but got no answers. So now I've built them and will let you try them if you want. I used the source packages from Fedora 8 and 9. I wanted TexLive because many of us have jumped ship to Ubuntu Linux 8.04 and it does offer TexLive, and the compatability
2002 Apr 01
0
something confusing about stepAIC
Folks, I'm using stepAIC(MASS) to do some automated, exploratory, model selection for binomial and Poisson glm models in R 1.3. Because I wanted to experiment with the small-sample correction AICc, I dug around in the code for the functions glm.fit stepAIC dropterm.glm addterm.glm extractAIC.glm and came across something I just don't understand. stepAIC() passes dropterm.glm() a
2004 Apr 19
0
Re: Solution provided --- Transparent proxy in DMZ ( squid )
Harry Lachanas wrote: > Finally got it .... > > Thank god that I''ve stepped over this link > > http://mailman.ds9a.nl/pipermail/lartc/2002q3/005039.html > > Which states the reason why the www packets were not routed corectly.. > > the ip rule syntax requires the fwmark parameter to be in hex NOT in decimal > > Dear Tom, > since I''ve
2006 Sep 18
0
many thanks to 'lilo'
As some of you may have heard, Rob Levin, known as 'lilo' on IRC, died today after being hit by a car a few days ago. On behalf of the Samba community I'd like to express our sorrow at losing lilo, and our gratitude to him for providing such fantastic service to the free software community over the years. The #samba-technical IRC channel has been an extremely important development