search for: b6af0086

Displaying 2 results from an estimated 2 matches for "b6af0086".

2018 May 21
0
Showcase of the Windows/ARM64/MinGW target
...and dllimport > handling, and slightly larger things such as stack probing and TLS. > Or, you know, just all the things. :) Congrats on the demo! -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180521/b6af0086/attachment.html>
2018 May 21
2
Showcase of the Windows/ARM64/MinGW target
On Mon, 21 May 2018, Hayden Livingston wrote: > Ok. How much work was it to enable ARM64 codegen? Is it is > significantly more work than for Linux targets? Are there any special > relocations in ARM64 land? It was surprisingly little work, I'd say. Yes, Windows uses COFF, and there's a separate set of relocations for each architecture. Probably not more work than for Linux