freebsd-dev/contrib/llvm
Dimitry Andric 937b9d55e7 Pull in r145194 from upstream clang trunk:
Make our handling of MMX x SSE closer to what gcc does:

  * Enabling sse enables mmx.
  * Disabling (-mno-mmx) mmx, doesn't disable sse (we got this right already).
  * The order in not important. -msse -mno-mmx is the same as -mno-mmx -msse.

Some configure scripts depend on this.

PR:		i386/165968
MFC after:	3 days
2012-03-12 21:07:22 +00:00
..
include
lib Pull in r148240 from upstream llvm trunk: 2012-01-20 19:18:11 +00:00
tools Pull in r145194 from upstream clang trunk: 2012-03-12 21:07:22 +00:00
utils/TableGen
LICENSE.TXT