Add basic support for code generation of
authorChris Lattner <sabre@nondot.org>
Tue, 5 May 2009 18:52:19 +0000 (18:52 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 5 May 2009 18:52:19 +0000 (18:52 +0000)
commit1777d0c6c555fb20177b3a60b40eef265c2b842a
tree661acbf4aca8e9c9560bdd42ffffd388be0283da
parent26edc21b1b68f126928b20124b5fca14a28bd428
Add basic support for code generation of
addrspace(257) -> FS relative on x86.  Patch by Zoltan Varga!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@70992 91177308-0d34-0410-b5e6-96231b3b80d8
docs/CodeGenerator.html
lib/Target/X86/X86Instr64bit.td
lib/Target/X86/X86InstrInfo.td
test/CodeGen/X86/movfs.ll [new file with mode: 0644]