On Sat, Jul 7, 2012 at 11:47 PM, David Nadlinger <[email protected]> wrote:
> On 7 Jul 2012, at 22:12, Alex Rønne Petersen wrote:
>>
>> Sending these here is a bit more convenient for me at the moment than
>> a GitHub pull request. I'd appreciate it if someone could apply these
>> patches.
>>
>> * driver-arm-thumb.patch: The driver should define both ARM and Thumb
>> in Thumb mode.
>> * core-atomic-align.patch: core.atomic should not do alignment checks
>> when using LLVM intrinsics.
>> * setjmp-arm-ppc.patch: Adds __jmp_buf for ARM and PPC32/64.
>> * core-thread-reg-save-arm.patch: Implements register saving in
>> core.thread.
>> * gc-gcx-reg-save-arm.patch: Implements register saving in gc.gcx.
>> * ldc-eh-arm.patch: Adds ARM declarations for EH in ldc.eh. I'm unsure
>> of the correctness of this one.
>
>
> Would it be possible to at least git format-patch them so I can apply them
> directly with your author info and commit messages? You could also point me
> to a Git branch to pull or cherry-pick from.
>
> If your problem is that your GitHub clone is formally fork of the
> D-Programming-Language repo and not the ldc-developers one, you can change
> which repository a pull request is made to by clicking the »Change Commits«
> button on the pull request creation page and then selecting
> »ldc-developers/phobos @ ldc« in the left »Base branch« box.
>
> Applying them manually wouldn't be a problem of course, but this way you'd
> get proper attribution (and it would be easier for me, of course).

I'll see what I can do about bundling them into a branch. Can you
review the ones I send here, though?

Attached two more:

* rt-cmath2-disable.patch: Disables rt.cmath2 since the compiler no
longer seems to use it (and it was x86 only).
* rt-lifetime-array-new.patch: Hopefully fixes compilation of the
array allocation code correctly. This needs careful review.

Regards,
Alex

-- 
You received this message because you are subscribed to the Google Groups "LDC 
- the LLVM D compiler" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/ldc-dev?hl=en.

Attachment: rt-cmath2-disable.patch
Description: Binary data

Attachment: rt-lifetime-array-new.patch
Description: Binary data

Reply via email to