freebsd-skq/contrib/llvm/lib
Dimitry Andric b2a67e7b16 Pull in r175962 from upstream llvm trunk:
X86: Disable cmov-memory patterns on subtargets without cmov.

  Fixes PR15115.

For the i386 arch, this should enable cmov instructions only on
-march=pentiumpro and higher.  Since our default CPU is i486, cmov
instructions will now be disabled by default.

MFC after:	1 week
2013-02-23 22:48:12 +00:00
..
Analysis
Archive
AsmParser
Bitcode
CodeGen
DebugInfo
ExecutionEngine
Linker
MC Pull in r175360 from upstream llvm trunk: 2013-02-19 17:53:32 +00:00
Object
Support
TableGen
Target Pull in r175962 from upstream llvm trunk: 2013-02-23 22:48:12 +00:00
Transforms
VMCore