search for: computelinearindex

Displaying 6 results from an estimated 6 matches for "computelinearindex".

2009 Aug 02
2
[LLVMdev] Union type efforts and ComputeLinearIndex
.... I am will to try to contribute somewhat to this even though I am perhaps somewhat of a beginner with LLVM(so it might be nice to collaborate with someone). I had a look at some of the subsystems that would require changes though I may have missed some. I however have a few questions- 1) What is ComputeLinearIndex for specifically? I would expect that perhaps the RTTI stuff in there might need to support a new case for a union type. 2) The subsystems I have catalogued that probably need patching are AsmParser, BitCode(Reader/Writer), Target, CodeGen and some stuff in VMCore. Did I miss anything? Thanks in...
2009 Aug 02
0
[LLVMdev] Union type efforts and ComputeLinearIndex
...at to this even > though I am perhaps somewhat of a beginner with LLVM(so it might be > nice to collaborate with someone). I had a look at some of the > subsystems that would require changes though I may have missed some. > > I however have a few questions- > > 1) What is ComputeLinearIndex for specifically? I would expect that > perhaps the RTTI stuff in there might need to support a new case for > a union type. > > 2) The subsystems I have catalogued that probably need patching are > AsmParser, BitCode(Reader/Writer), Target, CodeGen and some stuff in > VMC...
2009 Aug 02
0
[LLVMdev] Union type efforts and ComputeLinearIndex
...commits/Week-of-Mon-20090511/077465.html Namely, look at the code in target data. Andrew > > --- On Sun, 8/2/09, Andrew Lenharth <andrewl at lenharth.org> wrote: > >> From: Andrew Lenharth <andrewl at lenharth.org> >> Subject: Re: [LLVMdev] Union type efforts and ComputeLinearIndex >> To: "LLVM Developers Mailing List" <llvmdev at cs.uiuc.edu> >> Date: Sunday, August 2, 2009, 3:55 PM >> I posted an initial implementation >> that would generate code correctly, >> though I don't know that all optimization pass were safe >>...
2009 Aug 02
2
[LLVMdev] Union type efforts and ComputeLinearIndex
...lly functional (this could be a bit of supposition on my part since I do not fully understand all of the code). --- On Sun, 8/2/09, Andrew Lenharth <andrewl at lenharth.org> wrote: > From: Andrew Lenharth <andrewl at lenharth.org> > Subject: Re: [LLVMdev] Union type efforts and ComputeLinearIndex > To: "LLVM Developers Mailing List" <llvmdev at cs.uiuc.edu> > Date: Sunday, August 2, 2009, 3:55 PM > I posted an initial implementation > that would generate code correctly, > though I don't know that all optimization pass were safe > still. > > see:...
2009 Aug 02
0
[LLVMdev] Union type efforts and ComputeLinearIndex
...ould speculate that otherwise it behaves pretty much like a StructType- but then again I am new to LLVM. > > > --- On Sun, 8/2/09, Dan Gohman <gohman at apple.com> wrote: > >> From: Dan Gohman <gohman at apple.com> >> Subject: Re: [LLVMdev] Union type efforts and ComputeLinearIndex >> To: "LLVM Developers Mailing List" <llvmdev at cs.uiuc.edu> >> Date: Sunday, August 2, 2009, 12:05 PM >> Hello, >> >> My understanding of the discussions about union types was >> that >> there was trouble working out how unions should wor...
2009 Aug 02
3
[LLVMdev] Union type efforts and ComputeLinearIndex
...s the largest member. I would speculate that otherwise it behaves pretty much like a StructType- but then again I am new to LLVM. --- On Sun, 8/2/09, Dan Gohman <gohman at apple.com> wrote: > From: Dan Gohman <gohman at apple.com> > Subject: Re: [LLVMdev] Union type efforts and ComputeLinearIndex > To: "LLVM Developers Mailing List" <llvmdev at cs.uiuc.edu> > Date: Sunday, August 2, 2009, 12:05 PM > Hello, > > My understanding of the discussions about union types was > that > there was trouble working out how unions should work. Have > the issues bee...