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)
commite8a549cd92719d14845beb5aac8fc50fe2cd21db
tree4fb3d1d3fb2cc62abce6b41fbbb65271f535ea34
parent63605ef378851849b8ca967477e8b209284af481
Add LLVM support for Swift.

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