[Differential] [Commented On] D1446: Add the AArch64 llvm backend

2015-01-07 Thread emaste (Ed Maste)
emaste added a comment. I imported this change then merged to my arm64 branch and it looks fine to me. REVISION DETAIL https://reviews.freebsd.org/D1446 To: dim, andrew, emaste Cc: freebsd-toolchain, emaste ___ freebsd-toolchain@freebsd.org mailing l

[Differential] [Commented On] D1446: Add the AArch64 llvm backend

2015-01-07 Thread andrew (Andrew Turner)
andrew added a comment. >>! In D1446#11, @emaste wrote: > Can we bring this one directly into HEAD? I don't see why not, it's a simple change. http://llvm.org/viewvc/llvm-project/?view=revision&revision=92 BRANCH /head REVISION DETAIL https://reviews.freebsd.org/D1446 To: andrew, emas

[Differential] [Commented On] D1446: Add the AArch64 llvm backend

2015-01-07 Thread emaste (Ed Maste)
emaste added a comment. >>! In D1446#10, @andrew wrote: > We will also need llvm r92 to build the kernel without using floating > point registers. Can we bring this one directly into HEAD? BRANCH /head REVISION DETAIL https://reviews.freebsd.org/D1446 To: andrew, emaste, dim Cc: freeb

[Differential] [Commented On] D1446: Add the AArch64 llvm backend

2015-01-07 Thread andrew (Andrew Turner)
andrew added a comment. We will also need llvm r92 to build the kernel without using floating point registers. BRANCH /head REVISION DETAIL https://reviews.freebsd.org/D1446 To: andrew, emaste, dim Cc: freebsd-toolchain, emaste ___ freebsd-to

[Differential] [Commented On] D1446: Add the AArch64 llvm backend

2015-01-06 Thread dim (Dimitry Andric)
dim added inline comments. BRANCH /head INLINE COMMENTS lib/clang/clang.build.mk:33 That should not be "arm53", but "arm64", obviously. REVISION DETAIL https://reviews.freebsd.org/D1446 To: andrew, emaste, dim Cc: freebsd-toolchain, emaste ___