May 25, 2015
On 25 May 2015 at 17:02, Iain Buclaw <ibuclaw@gdcproject.org> wrote:

> On 25 May 2015 16:55, "Mike via Digitalmars-d" < digitalmars-d@puremagic.com> wrote:
> >
> > On Monday, 25 May 2015 at 14:41:51 UTC, Mike wrote:
> >>>
> >>> I can add any cross compilers hosted on gdcproject.org.
> >>
> >>
> >> What do you need from me?
> >
> >
> > Or did you mean any compiler from the finite list here:
> http://forum.dlang.org/post/satkcwpjqogloqlrjvkw@forum.dlang.org?
>
> The finite list here: http://gdcproject.org/downloads
>
> Currently only arm eabi and hard float.
>

I've updated explore.dgnu.org with gdc-4.9, along with ARM and ARMHF variants.  ARM supports -mthumb code generation. http://goo.gl/NmdnU1

Iain


May 27, 2015
>
> I've updated explore.dgnu.org with gdc-4.9, along with ARM and ARMHF
> variants.  ARM supports -mthumb code generation. http://goo.gl/NmdnU1
>
> Iain

I added a few platform flags and compared the output with my cross-compiler.  They look identical.  This is great! Thanks!
May 27, 2015
On Monday, 25 May 2015 at 16:45:26 UTC, Andrei Alexandrescu wrote:
> On 5/25/15 7:36 AM, Iain Buclaw via Digitalmars-d wrote:
>> I can add any cross compilers hosted on gdcproject.org
>> <http://gdcproject.org>. You'd need to go through Godbolt to
>> get it on
>> his host. asm.dlang.org <http://asm.dlang.org> is a no go
>> because it has
>> been tailored for dmd only.
>
> The right answer is to tailor asm.dlang.org for everything. -- Andrei

We also have http://dpaste.dzfl.pl/ (which has GDC, LDC, and actually runs the code).
May 27, 2015
On 27 May 2015 13:25, "Mike via Digitalmars-d" <digitalmars-d@puremagic.com> wrote:
>>
>>
>> I've updated explore.dgnu.org with gdc-4.9, along with ARM and ARMHF variants.  ARM supports -mthumb code generation. http://goo.gl/NmdnU1
>>
>> Iain
>
>
> I added a few platform flags and compared the output with my
cross-compiler.  They look identical.  This is great! Thanks!

Awesome, thanks for clarifying.


May 27, 2015
On 5/27/15 5:38 AM, Vladimir Panteleev wrote:
> On Monday, 25 May 2015 at 16:45:26 UTC, Andrei Alexandrescu wrote:
>> On 5/25/15 7:36 AM, Iain Buclaw via Digitalmars-d wrote:
>>> I can add any cross compilers hosted on gdcproject.org
>>> <http://gdcproject.org>. You'd need to go through Godbolt to
>>> get it on
>>> his host. asm.dlang.org <http://asm.dlang.org> is a no go
>>> because it has
>>> been tailored for dmd only.
>>
>> The right answer is to tailor asm.dlang.org for everything. -- Andrei
>
> We also have http://dpaste.dzfl.pl/ (which has GDC, LDC, and actually
> runs the code).

That should also get integrated into the Borg: ide.dlang.org. Vladimir, are you up for it? -- Andrei
May 28, 2015
On Wednesday, 27 May 2015 at 11:38:36 UTC, Vladimir Panteleev wrote:

>
> We also have http://dpaste.dzfl.pl/ (which has GDC, LDC, and actually runs the code).

It doesn't appear to have GDC, the DMD and LDC compilers look like they are 2 years old, and the disassembly doesn't work.  Looking around on the website, I didn't see a link to the source code repository.
May 28, 2015
If we speak about ldc.acomirei.ru, then i'll add dmd and maybe gdc on this week :)
May 28, 2015
On Thursday, 28 May 2015 at 00:23:28 UTC, Mike wrote:
> On Wednesday, 27 May 2015 at 11:38:36 UTC, Vladimir Panteleev wrote:
>
>>
>> We also have http://dpaste.dzfl.pl/ (which has GDC, LDC, and actually runs the code).
>
> It doesn't appear to have GDC, the DMD and LDC compilers look like they are 2 years old, and the disassembly doesn't work. Looking around on the website, I didn't see a link to the source code repository.

I can grant access to the site and source code to anyone willing to work on it.

The disassembly used to work, IIRC.
1 2
Next ›   Last »