Add LLVM support for Swift.
authorBob Wilson <bob.wilson@apple.com>
Sat, 29 Sep 2012 21:43:49 +0000 (21:43 +0000)
committerBob Wilson <bob.wilson@apple.com>
Sat, 29 Sep 2012 21:43:49 +0000 (21:43 +0000)
commiteb1641d54a7eda7717304bc4d55d059208d8ebed
tree91e463fd0509b2545b7bde7aac893736e625a5e6
parent154418cdd82b3d8dcf23efd65f5647833e43bc45
Add LLVM support for Swift.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164899 91177308-0d34-0410-b5e6-96231b3b80d8
45 files changed:
include/llvm/Object/MachOFormat.h
lib/Target/ARM/ARM.td
lib/Target/ARM/ARMBaseInstrInfo.cpp
lib/Target/ARM/ARMBaseInstrInfo.h
lib/Target/ARM/ARMISelDAGToDAG.cpp
lib/Target/ARM/ARMISelLowering.cpp
lib/Target/ARM/ARMInstrFormats.td
lib/Target/ARM/ARMInstrInfo.td
lib/Target/ARM/ARMInstrNEON.td
lib/Target/ARM/ARMInstrThumb2.td
lib/Target/ARM/ARMInstrVFP.td
lib/Target/ARM/ARMRegisterInfo.td
lib/Target/ARM/ARMSchedule.td
lib/Target/ARM/ARMScheduleSwift.td [new file with mode: 0644]
lib/Target/ARM/ARMSubtarget.cpp
lib/Target/ARM/ARMSubtarget.h
lib/Target/ARM/MCTargetDesc/ARMAsmBackend.cpp
lib/Target/ARM/MCTargetDesc/ARMMCTargetDesc.cpp
lib/Target/ARM/MLxExpansionPass.cpp
test/CodeGen/ARM/2010-12-07-PEIBug.ll
test/CodeGen/ARM/2012-05-04-vmov.ll [new file with mode: 0644]
test/CodeGen/ARM/2012-05-10-PreferVMOVtoVDUP32.ll [new file with mode: 0644]
test/CodeGen/ARM/avoid-cpsr-rmw.ll
test/CodeGen/ARM/call-noret.ll [new file with mode: 0644]
test/CodeGen/ARM/div.ll
test/CodeGen/ARM/fabss.ll
test/CodeGen/ARM/fadds.ll
test/CodeGen/ARM/fdivs.ll
test/CodeGen/ARM/fmuls.ll
test/CodeGen/ARM/fp_convert.ll
test/CodeGen/ARM/fsubs.ll
test/CodeGen/ARM/ifcvt1.ll
test/CodeGen/ARM/ifcvt12.ll [new file with mode: 0644]
test/CodeGen/ARM/ifcvt5.ll
test/CodeGen/ARM/ldr_post.ll
test/CodeGen/ARM/ldr_pre.ll
test/CodeGen/ARM/mls.ll
test/CodeGen/ARM/neon-fma.ll [new file with mode: 0644]
test/CodeGen/ARM/neon_ld2.ll
test/CodeGen/ARM/opt-shuff-tstore.ll
test/CodeGen/ARM/subreg-remat.ll
test/CodeGen/Thumb2/cortex-fp.ll
test/CodeGen/Thumb2/div.ll
test/CodeGen/Thumb2/thumb2-mla.ll
test/CodeGen/Thumb2/thumb2-smla.ll