1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-23 11:18:54 +00:00
freebsd/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 Upgrade our copy of llvm/clang to 3.2 release. 2012-12-23 13:04:00 +00:00
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 Upgrade our copy of llvm/clang to 3.2 release. 2012-12-23 13:04:00 +00:00
VMCore