search for: abhinav

Displaying 20 results from an estimated 55 matches for "abhinav".

2009 Sep 24
4
Action Controller ::MethodNotAllowed
Hi, Iam getting the following error ActionController::MethodNotAllowed Only get, put and delete requests are allowed. Actually, Iam trying to have multiple actions for a form to create new record. The actions for the form are cancel, save, publish and preview. here''s the config/routes.rb file code snippet for the relevant controller - Events map.resources :events, :member =>
2008 Nov 16
2
[LLVMdev] Move instruction
Hi owen, Can you please elaborate as to what should I do? Find all the instruction which have r2 in it and replace all of them with r1 and then remove the load instruction? Thanks Abhinav ----- Original Message ----- From: "Owen Anderson" <resistor at mac.com> To: "LLVM Developers Mailing List" <llvmdev at cs.uiuc.edu> Sent: Friday, November 14, 2008 11:22:32 PM GMT -06:00 US/Canada Central Subject: Re: [LLVMdev] Move instruction On Nov 14, 2008, at...
2008 Nov 16
0
[LLVMdev] Move instruction
r2->replaceAllUsesWith(r1); r2->eraseFromParent(); LLVM makes it easy! ;-) --Owen On Nov 15, 2008, at 11:02 PM, Karhu, Abhinav R wrote: > Hi owen, > Can you please elaborate as to what should I do? Find all the > instruction which have r2 in it and replace all of them with r1 and > then remove the load instruction? > Thanks > Abhinav > ----- Original Message ----- > From: "Owen Anderson&qu...
2006 Apr 05
1
(Fwd) Re: Reading xyz data from a file and plotting a cont
BTW. I checked help page of contour and maybe it could mention a note about akima package or interp function. Petr ------- Forwarded message follows ------- From: Petr Pikal <petr.pikal at precheza.cz> To: "Abhinav Verma" <abhinav1205 at gmail.com>, r-help at stat.math.ethz.ch Subject: Re: [R] Reading xyz data from a file and plotting a contour plot Date sent: Wed, 05 Apr 2006 13:39:38 +0200 Hi On 5 Apr 2006 at 10:44, Abhinav Verma wrote: Date sent: Wed, 5 Apr 2006 10:44:41 +...
2009 Sep 14
2
RMagick Installation woes
Hi, I need to install Rmagick to get re-sizing working with Paperclip. My dev machine is on Mac OSX Leopard and the server is on Ubuntu Intrepid 8.1 I dint have Macports or wget at first. I was following this article - http://onrails.org/articles/2007/11/03/installing-rmagick-on-leopard-without-macports-or-fink. Ive done this before too. But some dependency always failed. I want to start with a
2008 Nov 14
2
[LLVMdev] Move instruction
Hi all, Can anybody tell me how to generate a mov instruction in llvm. I found out there is a MemMove Inst but I dont think that is what I want. I want to bypass a load instruction. So i need to generate a mov instruction which will help me remove the redundant load. Thanks -- Abhinav Karhu MS Computer Science Georgia Institute of Technology
2008 Nov 15
0
[LLVMdev] Move instruction
On Fri, Nov 14, 2008 at 2:13 PM, Karhu, Abhinav R <akarhu3 at gatech.edu> wrote: > > Hi all, > Can anybody tell me how to generate a mov instruction in llvm. I found out there is a MemMove Inst but I dont think that is what I want. > I want to bypass a load instruction. So i need to generate a mov instruction which will help me...
2008 Nov 15
1
[LLVMdev] Move instruction
...ins the same then I can say that the second load is redundant. I can replace the second load with these instructions mov r0 r1; mov r0 r2; and remove the load instruction. This is the thing I want to achieve. How can I achieve this at the IR level? Please any suggestions. Thanks Eli for replying. Abhinav ----- Original Message ----- From: "Eli Friedman" <eli.friedman at gmail.com> To: "LLVM Developers Mailing List" <llvmdev at cs.uiuc.edu> Sent: Friday, November 14, 2008 7:06:30 PM GMT -06:00 US/Canada Central Subject: Re: [LLVMdev] Move instruction On Fri, Nov 14,...
2009 Mar 26
2
Providing rough idea about GSoC Project
Hi, My name is Abhinav Chittora Student in Engineering College Bikaner (India) with Information Technology stream. let me introduce first. I am enough good in developing firefox addon so I have choosen the project in which I have to make a firefox addon....(Making Addon to record Voice Comment And stream it to icecast)....
2009 Sep 09
4
undefined method `attr_accessor' for #&lt;CustomersControl
pleas help -- Posted via http://www.ruby-forum.com/.
2009 Mar 30
1
Trouble adding a pci device to a a linux domU
...ted Graphics Controller (rev 03) 00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS/GMS/GMEm 943/940GML Express Integrated Graphics Controller (rev 03) .... I have tried changing pci to [ ''00:02.1'' ] but that didnt help either. Any clues to what can work out ? -- Abhinav _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2008 Sep 29
2
[LLVMdev] Problem running program with LLVM JIT
...n() { entry: %retval = alloca int, align 4 ; <int*> [#uses=2] %tmp = alloca int, align 4 ; <int*> [#uses=2] These are the lines of code I guess which will have all the information that is causing the error. Some enlightenment on this please. -- Abhinav Karhu MS Computer Science Georgia Institute of Technology
2016 Mar 03
2
[GSoC16] Seeking Guidance for a project regarding SAFECode
Hello, I am Abhinav Tripathi, B.Tech 3rd Year student from IIT Indore, India. I was looking on the projects ideas page of llvm and saw that I could also propose to work on the SAFECode Open projects. As I found no mailing list on their site, I am sending this message here. Please redirect me to some other list, if req...
2008 Jun 24
3
Question related to Single-step execution and Emulation
...context of next instruction that will be executed inside the guest, which should trap with debug exception. It would be great if someone could explain me what i am doing wrong here and if yes what would be the right approach to perform single-step execution in Xen. Thanks in advance. Regards, Abhinav Explore your hobbies and interests. Go to http://in.promos.yahoo.com/groups/ _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2008 Oct 30
3
[LLVMdev] Problem executing code with lli...
...lt I am also testing to see if the malloc was successful or not and it shows that malloc was successful. The part where is static memory is allocated runs fine(I am putting a print for that value). Why is the program failing in LoadValueFromMemory? Please some light on this issue. Thanks -- Abhinav Karhu MS Computer Science Georgia Institute of Technology
2017 May 02
2
dragonegg support for latest versions of llvm
...combinations of llvm and GCC versions but the only combination which seems to be working is LLVM-3.3, GCC-4.6 and dragonegg-3.3. Is it a known issue? Could you please suggest anything so that I could be able to make dragonegg with latest versions of GCC and LLVM. Many thanks. With best Regards: Abhinav Prakash -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170502/7a7139af/attachment-0001.html>
2008 Jun 06
4
Query regarding x86_emulate_memop() function
...function? In what context it should be used and in what context it is invoked from sh_page_fault(). And, if I have to achieve above-mentioned (scenario) functionality which part of the code I should lookinto/change to achieve that. I would really appreciate if some could explain me this. Thanks, Abhinav Bring your gang together. Do your thing. Find your favourite Yahoo! group at http://in.promos.yahoo.com/groups/ _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2011 Jan 19
2
Asterisk extension not found problem...
...but I suspect whatever entry given in extensions.conf, that file is not getting parsed and extensions are not read. I have tried all the methods suggested by others in the Asterisk User community but still the problem remains same. If anybody knows the solution to this one, please let me know. -- Abhinav Copied below is my sip.conf and extensions.conf =================================== *extensions.conf* =============================== [globals] ;Using this Macro [macro-dialGSM] exten => s,1,Dial(SIP/${ARG1}) exten => s,2,Goto(s-${DIALSTATUS},1) exten => s-CANCEL,1,Hangup exten => s...
2007 Jul 23
2
[LLVMdev] LHS of an expression
...bove case how can we get it. I tried searching for some stuff and got a method called getLHS() method using BinaryOperator and takes Binops as parameter but i dont think that is of much help if i am having a malloc instruction. Can anybody please guide me on this thing please? Thanks in advance.. Abhinav
2008 Sep 29
1
[LLVMdev] Problem running the program
I have compiled the program using the following option. llvm-gcc --emit-llvm Hello.c -o Hel.bc I have used llvm in the past but this sort of problem is new for me. I dont know how to go about it. Thanks for the reply. -- Abhinav Karhu MS Computer Science Georgia Institute of Technology