search for: amogh

Displaying 5 results from an estimated 5 matches for "amogh".

2013 Nov 01
0
[LLVMdev] [Proposal] Adding callback mechanism to Execution Engines
...recompile a particular module or function etc. His proposal is to introduce a callback mechanism in the execution engine that allows the internal tools to expose functions like offering stats or the ability to toggle a recompile etc. to the user program. Hope that clears some things up. Cheers, Amogh On Fri, Nov 1, 2013 at 1:53 PM, Caldarale, Charles R < Chuck.Caldarale at unisys.com> wrote: > > *From:* llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] > **** > > > *On Behalf Of *Kaylor, Andrew > > *Subject:* Re: [LLVMdev] [Proposal] Adding...
2013 Feb 07
1
[LLVMdev] Legalizing FrameIndex
...program, llc fails on an assertion that says it doesn't know how to promote ISD::FRAMEINDEX. I've tried to look for why how to promote the frameindex which is stored in a i32 variable to an i64 variable but can't seem to find where this is done. Can anyone help me with this? Cheers, Amogh -- The Wheel of Time turns and Ages come and go, leaving memories that become legend. Legend fades to myth, and even myth is long forgotten when the Age that gave it birth returns again.
2013 Nov 01
5
[LLVMdev] [Proposal] Adding callback mechanism to Execution Engines
> From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] > On Behalf Of Kaylor, Andrew > Subject: Re: [LLVMdev] [Proposal] Adding callback mechanism to Execution Engines > If the function is in a statically linked module, you need to do something to explicitly expose it. With > the older JIT engine you can use addGlobalMapping as Yaron suggests, but I
2013 Jan 07
0
[LLVMdev] Retargetting llvm to a simplified X86_64 architecture
...omething that will involve quite a bit of trial and error, I don't know where to figure out what subtarget picks up which instructions and registers) Would it be easier for me to create a new target and copy the X86 files into it and start deleting things I want to get rid of? Thanks, Cheers, Amogh
2013 Jan 20
0
[LLVMdev] Trouble implementing a new subtarget for X86
...tion program where main calls a function and that function counts to 'n' the parameter passed to it from main. Can anyone help me figure out why the formal arguments suddenly have no EVT value?(that is the code that fails) at line 1979 of X86ISelLowering.cpp Thanks a lot for your time, Amogh -- The Wheel of Time turns and Ages come and go, leaving memories that become legend. Legend fades to myth, and even myth is long forgotten when the Age that gave it birth returns again. -------------- next part -------------- llc -march=x86 -mcpu=CSE502 -filetype=asm -view-legalize-dags -debug...