search for: nstructions

Displaying 8 results from an estimated 8 matches for "nstructions".

Did you mean: instructions
2013 Aug 20
0
[LLVMdev] insert call nstruction
Dear all How can I insert a call instruction in my code from within the interpreter? What I want to do is to stop interpreter at arbitrary instruction and change IR code by adding a call instruction for example in the comping code. Could you please explain how I do this? Regards, Marwa Yusuf Teaching Assistant - Computer Engineering Department Faculty of Engineering - Benha University E-JUST MSc
2013 Apr 09
1
[LLVMdev] How to get a pointer to a constant struct?
...d using LLVMConstGEP with [0] as the indices on this but both times I get an assertion error saying: "Assertion failed: getOperand(0)->getType() == cast<PointerType>(getOperand(1)->getType())->getElementType() && "Ptr must be a pointer to Val type!", file I nstructions.cpp, line 1056" Cheers, Callum Rogers (I am using LLVM 3.1 btw)
2008 Jun 22
1
[LLVMdev] Backend for the ZPU - a stack based / zero operand CPU
On Fri, 20 Jun 2008, [ISO-8859-1] ?yvind Harboe wrote: >> The ZPU has two instructions that I'd also like to use. These instructions >> can push a value from deeper down on the stack and also pop a value >> from the stack and store them deeper down on the stack. > > Sounds like the Intel X87 floating point stack, which we support. GCC does as well. Supporting f...
2013 Sep 22
0
[LLVMdev] Why total number of store instructions increased in case of gvn with reg2mem?
Might have to do with GVN's PRE (partial redundancy elimination), which tends to increase code size. H. ----- Original Message ----- From: Abhinash Jain Sent: 09/22/13 01:17 AM To: llvmdev at cs.uiuc.edu Subject: [LLVMdev] Why total number of store instructions increased in case of gvn with reg2mem? Below are the 4 cases out of which for the first 3 cases am able to understand the variation on total number of store inst. But when -gvn parameters is passed (in case 4) , why does the total number of strore Instruction present on the attached file increases...
2003 Jul 09
3
Need a little help here.
Hi all, I am back for more punishment- Anyway I reinstalled my Linux using SuSe 8.2 pro. I did not install the defualt Samba , instead I got the latest tarball for 3.0b2 I also installed webmin. Now it comes up with error "The Samba server executable /usr/sbin/smbd was not found. Either Samba is not installed on your system or your module configuration is incorrect." Now when I
2006 Nov 17
1
[LLVMdev] LLVM backend Issues
Here's the PDF version. On Thu, 2006-11-16 at 20:50 -0800, Chris Lattner wrote: > On Fri, 17 Nov 2006, [ks_c_5601-1987] "̽" wrote: > > > > The attached document contains the present issues I met while developing > > a LLVM backend emits text assembly code for a new architecture. Most of > > them are problems should be resolved. > > I sincerely ask
2016 Aug 25
2
InstList insert depreciated?
Hi llvm-devel, I have migrated my codebase from llvm-3.6 to llvm 3.8.1-stable. Although I was able to resolve most of the problems, I am facing issues resolving the following: To insert an instruction immediately after the first instruction within a basic block, I first get all instructions in my basic block in an instruction container list. Once that is done, I insert my new instruction in the instruction container list using InstList.insert(). // code void FSliceModulePass::allocaVSetArray(void) { auto &B = F->getEntryBlock(); auto &IList = B.getInstList(); auto &...
2007 Mar 28
2
[PATCH 2/3] User-space grant table device - main driver
A character device for accessing (in user-space) pages that have been granted by other domains. Signed-off-by: Derek Murray <Derek.Murray@cl.cam.ac.uk> _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel