search for: 247285

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

2015 Feb 06
14
[LLVMdev] Moving towards a singular pointer type
It's an idea been thrown around in a few different threads (including Rafael's recent http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20141201/247285.html and Chandler's http://llvm.org/viewvc/llvm-project?rev=226781&view=rev ) so I'm putting up my hand to volunteer to do the work & interested in getting a bit more feedback, thoughts on best approaches, timing, etc. For some more detail: pointer types (i32*, %foo*, etc) complica...
2015 Jan 30
2
[LLVMdev] More kinds of recursive types in llvm
The language I am working on connecting to an llvm back-end (Modula-3) allows a fairly extensive set of recursive declarations. It looks like I can translate all its high-level types using four llvm types that refer to another type: function, struct, pointer, and array. It looks like I can alter an llvm struct type in place after it has been created, using StructType::setBody. I don't see a
2015 Feb 17
4
[LLVMdev] Moving towards a singular pointer type
...er at apple.com> wrote: > > On Feb 6, 2015, at 3:38 PM, David Blaikie <dblaikie at gmail.com> wrote: > > It's an idea been thrown around in a few different threads (including > Rafael's recent > http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20141201/247285.html > and Chandler's http://llvm.org/viewvc/llvm-project?rev=226781&view=rev ) > so I'm putting up my hand to volunteer to do the work & interested in > getting a bit more feedback, thoughts on best approaches, timing, etc. > > For some more detail: pointer types (i3...
2015 Feb 08
3
[LLVMdev] Moving towards a singular pointer type
...8 > *To:* LLVM Developers Mailing List > *Subject:* [LLVMdev] Moving towards a singular pointer type > > > > It's an idea been thrown around in a few different threads (including > Rafael's recent > http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20141201/247285.html > and Chandler's http://llvm.org/viewvc/llvm-project?rev=226781&view=rev ) > so I'm putting up my hand to volunteer to do the work & interested in > getting a bit more feedback, thoughts on best approaches, timing, etc. > > For some more detail: pointer types (i3...
2017 Apr 16
2
[LLVMdev] Moving towards a singular pointer type
...gt; > James > > On 6 February 2015 at 23:38, David Blaikie <dblaikie at gmail.com> wrote: > >> It's an idea been thrown around in a few different threads (including >> Rafael's recent >> http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20141201/247285.html >> and Chandler's http://llvm.org/viewvc/llvm-project?rev=226781&view=rev ) >> so I'm putting up my hand to volunteer to do the work & interested in >> getting a bit more feedback, thoughts on best approaches, timing, etc. >> >> For some more detai...