| commit | f1c28929125400a1680868f7c6eea720de256779 | [log] [tgz] |
|---|---|---|
| author | Tim Northover <tnorthover@apple.com> | Thu Sep 12 10:22:23 2019 +0000 |
| committer | Tim Northover <tnorthover@apple.com> | Thu Sep 12 10:22:23 2019 +0000 |
| tree | 0ef7b4fac0adf3a403b55134b9df4a89616efaaa | |
| parent | 98534843fb4c14ebe8022143cdcfc2a4ea8d2d02 [diff] |
AArch64: support arm64_32, an ILP32 slice for watchOS. This is the main CodeGen patch to support the arm64_32 watchOS ABI in LLVM. FastISel is mostly disabled for now since it would generate incorrect code for ILP32. llvm-svn: 371722