hanchenye-llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc
Colin LeMahieu 0e05192d49 [MC] Merge VK_PPC_TPREL in to generic VK_TPREL.
Differential Revision: http://reviews.llvm.org/D17038

llvm-svn: 260401
2016-02-10 18:32:01 +00:00
..
CMakeLists.txt [Hexagon] Enabling ASM parsing on Hexagon backend and adding instruction parsing tests. General updating of the code emission. 2015-11-09 04:07:48 +00:00
HexagonAsmBackend.cpp [Hexagon] NFC Reordering headers. 2015-11-30 17:32:34 +00:00
HexagonBaseInfo.h [Hexagon] Fix instruction descriptor flags for memory access size 2015-12-03 15:41:33 +00:00
HexagonELFObjectWriter.cpp [MC] Merge VK_PPC_TPREL in to generic VK_TPREL. 2016-02-10 18:32:01 +00:00
HexagonFixupKinds.h
HexagonInstPrinter.cpp [Hexagon] Enabling ASM parsing on Hexagon backend and adding instruction parsing tests. General updating of the code emission. 2015-11-09 04:07:48 +00:00
HexagonInstPrinter.h [Hexagon] Enabling ASM parsing on Hexagon backend and adding instruction parsing tests. General updating of the code emission. 2015-11-09 04:07:48 +00:00
HexagonMCAsmInfo.cpp Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC. 2015-09-15 16:17:27 +00:00
HexagonMCAsmInfo.h Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC. 2015-09-15 16:17:27 +00:00
HexagonMCChecker.cpp [Hexagon] Don't call getNumImplicitDefs and then iterate over the count. getNumImplicitDefs contains a loop so its better to just loop over the null terminated implicit def list. NFC 2015-12-05 17:34:07 +00:00
HexagonMCChecker.h [Hexagon] Enabling ASM parsing on Hexagon backend and adding instruction parsing tests. General updating of the code emission. 2015-11-09 04:07:48 +00:00
HexagonMCCodeEmitter.cpp [MC] Merge VK_PPC_TPREL in to generic VK_TPREL. 2016-02-10 18:32:01 +00:00
HexagonMCCodeEmitter.h
HexagonMCCompound.cpp [Hexagon] Factoring bundle creation in to a utility function. 2015-11-13 17:42:46 +00:00
HexagonMCDuplexInfo.cpp [Hexagon] Use std::begin() and std::end() instead of doing the same manually. NFC 2015-12-01 06:13:10 +00:00
HexagonMCELFStreamer.cpp [Hexagon] Factoring bundle creation in to a utility function. 2015-11-13 17:42:46 +00:00
HexagonMCELFStreamer.h
HexagonMCExpr.cpp [Hexagon] Enabling ASM parsing on Hexagon backend and adding instruction parsing tests. General updating of the code emission. 2015-11-09 04:07:48 +00:00
HexagonMCExpr.h [Hexagon] Enabling ASM parsing on Hexagon backend and adding instruction parsing tests. General updating of the code emission. 2015-11-09 04:07:48 +00:00
HexagonMCInstrInfo.cpp Use make_range to reduce mentions of iterator type. NFC 2015-12-06 05:08:07 +00:00
HexagonMCInstrInfo.h [Hexagon] Factoring bundle creation in to a utility function. 2015-11-13 17:42:46 +00:00
HexagonMCShuffler.cpp
HexagonMCShuffler.h
HexagonMCTargetDesc.cpp [Hexagon] Add PIC support 2015-12-18 20:19:30 +00:00
HexagonMCTargetDesc.h [Hexagon] Subtarget features/default CPU corrections 2015-12-14 15:03:54 +00:00
HexagonShuffler.cpp [Hexagon] Replace a static member variable in HexagonCVIResource (NFC) 2016-01-08 22:07:25 +00:00
HexagonShuffler.h [Hexagon] Replace a static member variable in HexagonCVIResource (NFC) 2016-01-08 22:07:25 +00:00
LLVMBuild.txt