Author: tomtan
Date: Wed May 1 17:38:14 2019
New Revision: 359744
URL: http://llvm.org/viewvc/llvm-project?rev=359744&view=rev
Log:
[COFF, ARM64] Align global symbol by size for ARM64 MSVC ABI
According to alignment section in below ARM64 ABI document, MSVC could increase
alignment of global dat
Author: tomtan
Date: Wed Feb 6 12:08:26 2019
New Revision: 353337
URL: http://llvm.org/viewvc/llvm-project?rev=353337&view=rev
Log:
[COFF, ARM64] Add ARM64 support for MS intrinsic _fastfail
The MSDN document was also updated to reflect this, but it probably will take a
few days to show in belo
Author: tomtan
Date: Mon Feb 11 12:04:02 2019
New Revision: 353740
URL: http://llvm.org/viewvc/llvm-project?rev=353740&view=rev
Log:
[COFF, ARM64] Remove definitions for _byteswap library functions
_byteswap_* functions are are implemented in below file as normal function
from libucrt.lib and dec