Separate out the AES-NI instructions from the SSE4.2 instructions. Add
authorEric Christopher <echristo@apple.com>
Fri, 2 Apr 2010 21:54:27 +0000 (21:54 +0000)
committerEric Christopher <echristo@apple.com>
Fri, 2 Apr 2010 21:54:27 +0000 (21:54 +0000)
commit6d1cd1cd04abb1828a14980e15252985c8c728b2
tree9271866e5c250c6e85620db7dc1921b2bf9ec7c2
parent7249ef04557cc6f9af7b6df93728683be3b65048
Separate out the AES-NI instructions from the SSE4.2 instructions.  Add
a new subtarget option for AES and check for the support.  Add "westmere"
line of processors and add AES-NI support to the core i7.

Add a couple of TODOs for information I couldn't verify.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100231 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86.td
lib/Target/X86/X86InstrFormats.td
lib/Target/X86/X86InstrInfo.td
lib/Target/X86/X86InstrSSE.td
lib/Target/X86/X86Subtarget.cpp
lib/Target/X86/X86Subtarget.h