search for: invalu

Displaying 20 results from an estimated 316 matches for "invalu".

Did you mean: invala
2011 Apr 26
2
[LLVMdev] inserting a fucntion call at the end of basic bloc
...ect > your code that adds the attribute. > > Ciao, Duncan. > no my fucntion is void consume(int nb_into_bloc, int *nb_total) the second is a pointer here is how I pass the parameters Instruction* ii = i->getTerminator(); const int n = cast <int> (i->size()); ConstantInt* inValue = ConstantInt::get(Type::getInt32Ty(Context), n); std::vector<Value*> int32_16_params; int32_16_params.push_back(inValue); int32_16_params.push_back(gvar_int32_y); CallInst* int32_16 = CallInst::Create(func_consume, int32_16_params.begin(), int32_16_params.end(), "", ii); ---...
2011 Apr 26
2
[LLVMdev] inserting a fucntion call at the end of basic bloc
I have defined the fucntion in another object file and linked it to the in fact the fucntion is : void consume(int , int * ); std::vector<Value*> int32_16_params; int32_16_params.push_back(inValue);//inValue is ConstantInt* inValue int32_16_params.push_back(gvar_int32_y); CallInst* int32_16 = CallInst::Create(func_consume, int32_16_params.begin(), int32_16_params.end(), "", ii); compilation without errors Now when i tried this pass an error says: Wrong type for attribute noalias...
2011 Apr 26
0
[LLVMdev] inserting a fucntion call at the end of basic bloc
...t; > Ciao, Duncan. > > > no my fucntion is > void consume(int nb_into_bloc, int *nb_total) > the second is a pointer > here is how I pass the parameters > Instruction* ii = i->getTerminator(); > const int n = cast <int> (i->size()); > ConstantInt* inValue = ConstantInt::get(Type::getInt32Ty(Context), n); > std::vector<Value*> int32_16_params; > int32_16_params.push_back(inValue); > int32_16_params.push_back(gvar_int32_y); > CallInst* int32_16 = CallInst::Create(func_consume, int32_16_params.begin(), > int32_16_params.en...
2006 Mar 22
6
Project management
Hello for all, Anyone using any software for management your projects? Thank''s -- Posted via http://www.ruby-forum.com/.
2008 Apr 26
4
amavisd-new, spamassassin and clamav
Hi List, I've been working on documenting an amavisd-new, spamassassin and clamav installation for postfix on CentOS5 with regards to writing this up for the Wiki (with invaluable help from forum member WhatsHisName - thanks!). I hope to make a start on a Wiki page in the next week or so, so if anyone has any experience with this combo and would like to offer advice, tips and proof-reading once I get going, that would be more than welcome. Assuming there are no obje...
2007 Dec 15
2
DNS broken for www.voip-info.org ??
The DNS for www.voip-info.org seems to be non-responsive. Is there a mirror of this invaluable resource site? Tx, Steve dig www.voip-info.org ;; Got SERVFAIL reply from xxx.xxx.xxx.xxx, trying next server ; <<>> DiG 9.4.1-P1 <<>> www.voip-info.org ;; global options: printcmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 61402...
2015 Aug 29
4
please block user
In consequence of this thread I went looking for a probe script that would send individualized email messages to each subscriber of a mailman list and found none. Does such a thing in fact exist? It seems to me that this would be an invaluable tool in tracking down which subscriber is the bot-bait. -- *** e-Mail is NOT a SECURE channel *** Do NOT transmit sensitive data via e-Mail James B. Byrne mailto:ByrneJB at Harte-Lyne.ca Harte & Lyne Limited http://www.harte-lyne.ca 9 Broc...
2011 Apr 25
0
[LLVMdev] inserting a fucntion call at the end of basic bloc
Hi Nabila, > My problem is how to call a method > suppose this fucntion > void A(int x) > { > x=x+1; > > } > > should i define this function and declare it at the beginig of the module and > create for it a basic bloc? you can just declare the function (i.e. no need to give it a body), and call it. You can then link with an object file that defines it. This is
2006 Jun 19
2
building a libR.a for BlueGene/L
...em that requires no shared libraries, no graphical interface, must be single threaded, and will be cross- compiled. I would statically link the code for the packages we require. From looking through the code, it seems like it should be possible to build such a version. However, it would be invaluable to have the advice and aid of the people who truly know this software. Thus far, I have configured the build to use the appropriate compilers. I had to tell configure that it was crosscompiling by editing the config.site file (it didn't recognize that it was). However, I am curre...
2011 Apr 25
2
[LLVMdev] inserting a fucntion call at the end of basic bloc
2011/4/25 Duncan Sands <baldrick at free.fr> > Hi Nabila, > > > i would like insert a fucntion call at the end of each basic bloc > > you can't, because only terminators are allowed at the end of a basic > block. > However you can try to insert the call before the terminator. > Yes, i mean before the termininator, My problem is how to call a method suppose
2015 Jun 25
2
LVM hatred, was Re: /boot on a separate partition?
...restore from backups >> > anyway. I suspect I shot myself in the foot, but I >> > still don't know for sure. >> >> At the risk of some ridicule I suggest that you look at installing >> Webmin. It is a web based system administration tool that I find >> invaluable. The two most common complaints I encounter when I discuss >> its merits are 'security' and 'transparency'. <snip> > HA! You only really need to learn *one* command: the man command. The > man provides 'enlightenment' for all other commands: > &gt...
2008 Feb 06
11
Newbie Question: Can I setup mongrel as a proxy between a browser and the web?
I am trying to create a proxy which I can route my browser requests through in order to gather information on the web page loading. At this time I am particularly interested in the many GET requests associated with loading a single web page. Note: This does not have anything to do with rails, my goal is to run a ruby app in the background, set firefox to proxy all requests through it, log those
2016 May 20
3
Ransomware?
...files that are the most important files to back up on their whole system, be a nightmare requiring serious privilege escalation that the local users should *not* need to do. File system snapshot tools like LVM snapshots, or the more sophisticated snapshots of ZFS or of a backend NetApp, can also be invaluable. Those can also often be made accessible by Samba as read-only CIFS shares, for people to recover their own files. It's invaluable for people not to have to bother their local sysadmin to get last night's copy of the files they just accidentally deleted. They will appreciate your though...
2015 Jun 25
6
LVM hatred, was Re: /boot on a separate partition?
...> lost everything on the volume, and had to restore from backups > anyway. I suspect I shot myself in the foot, but I > still don't know for sure. > At the risk of some ridicule I suggest that you look at installing Webmin. It is a web based system administration tool that I find invaluable. The two most common complaints I encounter when I discuss its merits are 'security' and 'transparency'. The security issue is trivially dealt with. Install Webmin and configure it to listen on 127.0.0.1 using its standard port TCP10000. Install Firefox on the same host and t...
2009 Jul 20
6
[patch 00/54] [Announce] Microsoft Hyper-V drivers for Linux
...and I'd like to thank the following people who made this possible: - Steve Hemminger for the initial prodding and extreme patience - Hank Janssen for providing the code and working with me to get it into a workable and semi-mergable state. His involvement within Microsoft was also invaluable. - Sam Ramji for his push within Microsoft to make this happen in a manner that works with the Linux community. - Novell for sponsoring my work on the Linux Driver project, without which, this would not have even been possible. And there are many others both within Novell and Micros...
2009 Jul 20
6
[patch 00/54] [Announce] Microsoft Hyper-V drivers for Linux
...and I'd like to thank the following people who made this possible: - Steve Hemminger for the initial prodding and extreme patience - Hank Janssen for providing the code and working with me to get it into a workable and semi-mergable state. His involvement within Microsoft was also invaluable. - Sam Ramji for his push within Microsoft to make this happen in a manner that works with the Linux community. - Novell for sponsoring my work on the Linux Driver project, without which, this would not have even been possible. And there are many others both within Novell and Micros...
2018 Jul 10
2
RMarkdown Vignettest in R packages with child is failing in package build
Dear List, I am working on moving some Rmarkdown reports into the vignettes folder of a package. While I was able to solve to problem of parametrized reports in vignettes folder thanks to your invaluable help (Thank you), I am now struggling with the following problem. One of the reports which I am moving to vignettes includes the following code : ```{r} child_docs <- "Grp2Analysis_MissingInOneCondtion.Rmd_t" if(TRUE){ child_docs <- "Grp2Analysis_Empty.Rmd_t" }...
2009 May 09
2
[LLVMdev] Instruction Conversion
Hi, Let say i am writing a code inside basic block pass and iterating all the instructions inside, and i encountered in this instruction : %3 = add i32 %1, 2 I want to convert this instruction to something like this: add R1, 2, R3 I know the opocode, but i what i need is, the operands %1 and 2 (in this example). I will be grateful if some one will tell me how to do so . -------------- next
2009 May 09
0
[LLVMdev] Instruction Conversion
...tions inside, > and i encountered in this instruction : If you're asking how to get the operands of an Instruction, use the getOperand() method: Value * Operand1 = I->getOperand(0); Value * Operand2 = I->getOperand(1); The LLVM doxygen documentation (http://llvm.org/doxygen/) is an invaluable resource. You may also want to read the Programmer's Guide (http://llvm.org/docs/ProgrammersManual.html). Does this answer your question? -- John T. > > %3 = add i32 %1, 2 > > I want to convert this instruction to something like this: > > add R1, 2, R3 > > I kno...
2009 Feb 11
0
[LLVMdev] Operand, instruction
...er LLVM class). It takes a single parameter that is an index specifying which operand to return. The return value is a llvm::Value *, IIRC. If you haven't used it yet, I'd recommend using the LLVM doxygen documentation (http://llvm.org/doxygen/hierarchy.html). I've found it to be an invaluable resource for answering these sorts of questions. In this case, just look up the llvm::Instruction class and see if it has a method that does what you want. If it doesn't, check its parent class, the grandparent class, etc. until you find the method you want. -- John T. > Thanks >...