1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-17 10:26:15 +00:00
freebsd/contrib/llvm
Sean Bruno f2f01deb91 Do not direct commit to contrib/llvm. Make the change a patch file instead.
Reverts 271025 but still functionally patches it.  Original intent is still
the same.  Pointed out by rdivacky.

MFV:  Only emit movw on ARMv6T2

Building for the FreeBSD default target ARMv6 was emitting movw ASM on certain
test cases (found building qmake4/5 for ARM).  Don't do that, moreover, the AS
in base doesn't understand this instruction for this target.  One would need
to use --integrated-as to get this to build if desired.

http://llvm.org/viewvc/llvm-project?view=revision&revision=216989

Submitted by:	ian
Reviewed by:	dim
Obtained from:	llvm.org
MFC after:	2 days
Relnotes:	yes
2014-09-03 15:32:38 +00:00
..
include Backport r197824, r213427 and r213960 from LLVM trunk: 2014-08-18 18:05:55 +00:00
lib Do not direct commit to contrib/llvm. Make the change a patch file instead. 2014-09-03 15:32:38 +00:00
patches Do not direct commit to contrib/llvm. Make the change a patch file instead. 2014-09-03 15:32:38 +00:00
tools Update the ARMv6 core clang targets to be an arm1176jzf-s. This brings us 2014-08-01 16:53:04 +00:00
utils/TableGen
LICENSE.TXT