llvm-6502/lib/Target/Hexagon
Eric Christopher 7529bb6088 Use the getSubtarget call off of the MachineFunction rather than
the TargetMachine.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@227839 91177308-0d34-0410-b5e6-96231b3b80d8
2015-02-02 19:22:01 +00:00
..
Disassembler
MCTargetDesc
TargetInfo
CMakeLists.txt Update CMake build for removed files. 2015-02-02 18:52:49 +00:00
Hexagon.h Get TargetRegisterInfo and TargetInstrInfo off of the MachineFunction 2015-02-02 18:46:31 +00:00
Hexagon.td
HexagonAsmPrinter.cpp
HexagonAsmPrinter.h
HexagonCallingConv.td
HexagonCFGOptimizer.cpp Grab TargetInstrInfo off of the MachineFunction and remove 2015-02-02 18:46:27 +00:00
HexagonCopyToCombine.cpp Use the function template getSubtarget to remove an explicit cast. 2015-02-02 18:46:29 +00:00
HexagonExpandPredSpillCode.cpp Sink queries into asserts since the variable is unused otherwise. 2015-02-02 18:58:24 +00:00
HexagonFixupHwLoops.cpp
HexagonFrameLowering.cpp Use the getSubtarget call off of the MachineFunction rather than 2015-02-02 19:22:01 +00:00
HexagonFrameLowering.h
HexagonHardwareLoops.cpp Remove unused class variables and update calls to get the subtarget 2015-02-02 19:05:28 +00:00
HexagonInstrFormats.td
HexagonInstrFormatsV4.td
HexagonInstrInfo.cpp
HexagonInstrInfo.h
HexagonInstrInfo.td [Hexagon] Adding vector shift instructions and tests. 2015-01-30 21:58:46 +00:00
HexagonInstrInfoV3.td [Hexagon] Adding vector permutation instructions and tests. 2015-01-30 21:14:00 +00:00
HexagonInstrInfoV4.td [Hexagon] Adding vector predicate instructions. 2015-01-30 21:24:06 +00:00
HexagonInstrInfoV5.td [Hexagon] Adding vector shift instructions and tests. 2015-01-30 21:58:46 +00:00
HexagonInstrInfoVector.td [Hexagon] Adding vector shift instructions and tests. 2015-01-30 21:58:46 +00:00
HexagonIntrinsics.td [Hexagon] Deleting old variants of intrinsics and adding missing tests. 2015-01-29 17:26:56 +00:00
HexagonIntrinsicsDerived.td [Hexagon] Deleting a lot of old variants of intrinsics and updating references. 2015-01-28 18:29:11 +00:00
HexagonIntrinsicsV3.td [Hexagon] Updating several V5 intrinsics and adding FP tests. 2015-01-28 22:08:16 +00:00
HexagonIntrinsicsV4.td [Hexagon] Deleting old variants of intrinsics and adding missing tests. 2015-01-29 17:26:56 +00:00
HexagonIntrinsicsV5.td [Hexagon] Deleting old variants of intrinsics and adding missing tests. 2015-01-29 17:26:56 +00:00
HexagonISelDAGToDAG.cpp [Hexagon] Deleting a lot of old variants of intrinsics and updating references. 2015-01-28 18:29:11 +00:00
HexagonISelLowering.cpp [Hexagon] Updating several V5 intrinsics and adding FP tests. 2015-01-28 22:08:16 +00:00
HexagonISelLowering.h
HexagonMachineFunctionInfo.cpp
HexagonMachineFunctionInfo.h
HexagonMachineScheduler.cpp
HexagonMachineScheduler.h
HexagonMCInstLower.cpp
HexagonNewValueJump.cpp
HexagonOperands.td [Hexagon] Deleting a lot of old variants of intrinsics and updating references. 2015-01-28 18:29:11 +00:00
HexagonPeephole.cpp
HexagonRegisterInfo.cpp
HexagonRegisterInfo.h
HexagonRegisterInfo.td [Hexagon] Adding vector shift instructions and tests. 2015-01-30 21:58:46 +00:00
HexagonRemoveSZExtArgs.cpp
HexagonSchedule.td
HexagonScheduleV4.td
HexagonSelectCCInfo.td
HexagonSelectionDAGInfo.cpp
HexagonSelectionDAGInfo.h
HexagonSplitConst32AndConst64.cpp
HexagonSplitTFRCondSets.cpp
HexagonSubtarget.cpp
HexagonSubtarget.h
HexagonTargetMachine.cpp Get TargetRegisterInfo and TargetInstrInfo off of the MachineFunction 2015-02-02 18:46:31 +00:00
HexagonTargetMachine.h
HexagonTargetObjectFile.cpp Compute the ELF SectionKind from the flags. 2015-01-29 17:33:21 +00:00
HexagonTargetObjectFile.h
HexagonVarargsCallingConvention.h
HexagonVLIWPacketizer.cpp
LLVMBuild.txt
Makefile