search for: b3i4zz1gu1

Displaying 11 results from an estimated 11 matches for "b3i4zz1gu1".

2016 Oct 31
2
What was the IR made for precisely?
...ists.llvm.org> wrote: > ----- Original Message ----- > > From: "Chris Lattner via llvm-dev" <llvm-dev at lists.llvm.org> > > To: "David Chisnall" <David.Chisnall at cl.cam.ac.uk> > > Cc: llvm-dev at lists.llvm.org, "ジョウェットジェームス" <b3i4zz1gu1 at docomo.ne.jp> > > Sent: Friday, October 28, 2016 2:13:06 PM > > Subject: Re: [llvm-dev] What was the IR made for precisely? > > > > > > > On Oct 28, 2016, at 1:21 AM, David Chisnall > > > <David.Chisnall at cl.cam.ac.uk> wrote: > > > &g...
2016 Oct 28
0
What was the IR made for precisely?
On 28 Oct 2016, at 02:43, ジョウェットジェームス <b3i4zz1gu1 at docomo.ne.jp> wrote: > > I would need to sum up all the rules and ABIs and sizes for all the targets I need and generate different IR for each, am I correct? This is a long-known limitation of LLVM IR and there are a lot of proposals to fix it. It would be great if the LLVM Foundati...
2016 Oct 28
4
What was the IR made for precisely?
> On Oct 28, 2016, at 1:21 AM, David Chisnall <David.Chisnall at cl.cam.ac.uk> wrote: > > On 28 Oct 2016, at 02:43, ジョウェットジェームス <b3i4zz1gu1 at docomo.ne.jp> wrote: >> >> I would need to sum up all the rules and ABIs and sizes for all the targets I need and generate different IR for each, am I correct? > > This is a long-known limitation of LLVM IR and there are a lot of proposals to fix it. It would be great if...
2016 Oct 28
2
What was the IR made for precisely?
> On Oct 28, 2016, at 1:21 AM, David Chisnall via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > On 28 Oct 2016, at 02:43, ジョウェットジェームス <b3i4zz1gu1 at docomo.ne.jp> wrote: >> >> I would need to sum up all the rules and ABIs and sizes for all the targets I need and generate different IR for each, am I correct? > > This is a long-known limitation of LLVM IR and there are a lot of proposals to fix it. It would be great if...
2016 Oct 28
4
What was the IR made for precisely?
Thank you for your answers. In fact I'm still hesitating between C and C++, sorry for my incomplete message. What I want to write is some sort of DSL; so I can afford both I think. I'm thinking about generating standard-compliant code using numeric limits and stuff; given that I don't care about compilation time or debugging, I think I can still use C++ in case I decide to include
2016 Oct 31
0
What was the IR made for precisely?
...riginal Message ----- > From: "Reid Kleckner" <rnk at google.com> > To: "Hal Finkel" <hfinkel at anl.gov> > Cc: "Chris Lattner" <clattner at apple.com>, "llvm-dev" <llvm-dev at lists.llvm.org>, "ジョウェットジェームス" > <b3i4zz1gu1 at docomo.ne.jp> > Sent: Monday, October 31, 2016 11:39:04 AM > Subject: Re: [llvm-dev] What was the IR made for precisely? > > > I think it would be possible to build a stripped-down > C-with-extensions-only type representation that represents only the > types that have i...
2016 Oct 28
3
What was the IR made for precisely?
...am.ac.uk> wrote: > > On 28 Oct 2016, at 09:46, Mehdi Amini <mehdi.amini at apple.com> wrote: >> >>> On Oct 28, 2016, at 1:21 AM, David Chisnall via llvm-dev <llvm-dev at lists.llvm.org> wrote: >>> >>> On 28 Oct 2016, at 02:43, ジョウェットジェームス <b3i4zz1gu1 at docomo.ne.jp> wrote: >>>> >>>> I would need to sum up all the rules and ABIs and sizes for all the targets I need and generate different IR for each, am I correct? >>> >>> This is a long-known limitation of LLVM IR and there are a lot of proposals t...
2016 Oct 28
0
What was the IR made for precisely?
...> >> On 28 Oct 2016, at 09:46, Mehdi Amini <mehdi.amini at apple.com> wrote: >>> >>>> On Oct 28, 2016, at 1:21 AM, David Chisnall via llvm-dev <llvm-dev at lists.llvm.org> wrote: >>>> >>>> On 28 Oct 2016, at 02:43, ジョウェットジェームス <b3i4zz1gu1 at docomo.ne.jp> wrote: >>>>> >>>>> I would need to sum up all the rules and ABIs and sizes for all the targets I need and generate different IR for each, am I correct? >>>> >>>> This is a long-known limitation of LLVM IR and there are a lo...
2016 Oct 28
0
What was the IR made for precisely?
----- Original Message ----- > From: "Chris Lattner via llvm-dev" <llvm-dev at lists.llvm.org> > To: "David Chisnall" <David.Chisnall at cl.cam.ac.uk> > Cc: llvm-dev at lists.llvm.org, "ジョウェットジェームス" <b3i4zz1gu1 at docomo.ne.jp> > Sent: Friday, October 28, 2016 2:13:06 PM > Subject: Re: [llvm-dev] What was the IR made for precisely? > > > > On Oct 28, 2016, at 1:21 AM, David Chisnall > > <David.Chisnall at cl.cam.ac.uk> wrote: > > > > On 28 Oct 2016, at 02:43...
2016 Oct 28
0
What was the IR made for precisely?
On 28 Oct 2016, at 09:46, Mehdi Amini <mehdi.amini at apple.com> wrote: > >> On Oct 28, 2016, at 1:21 AM, David Chisnall via llvm-dev <llvm-dev at lists.llvm.org> wrote: >> >> On 28 Oct 2016, at 02:43, ジョウェットジェームス <b3i4zz1gu1 at docomo.ne.jp> wrote: >>> >>> I would need to sum up all the rules and ABIs and sizes for all the targets I need and generate different IR for each, am I correct? >> >> This is a long-known limitation of LLVM IR and there are a lot of proposals to fix it. It wo...
2016 Oct 27
0
What was the IR made for precisely?
> On Oct 27, 2016, at 3:05 AM, ジョウェットジェームス via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > Hi, > wanting to build up some language of my own, I have always thought about feeding my compiler output to a C compiler like gcc or clang, however when I learned about (considered using) LLVM IR I immediately thought it could be of some help. > > LLVM doesn't seem to be