1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-23 13:02:52 +02:00
llvm-mirror/lib/Target/Hexagon/MCTargetDesc
Mehdi Amini 9ff867f98c [NFC] Header cleanup
Removed some unused headers, replaced some headers with forward class declarations.

Found using simple scripts like this one:
clear && ack --cpp -l '#include "llvm/ADT/IndexedMap.h"' | xargs grep -L 'IndexedMap[<]' | xargs grep -n --color=auto 'IndexedMap'

Patch by Eugene Kosov <claprix@yandex.ru>

Differential Revision: http://reviews.llvm.org/D19219

From: Mehdi Amini <mehdi.amini@apple.com>
llvm-svn: 266595
2016-04-18 09:17:29 +00:00
..
CMakeLists.txt
HexagonAsmBackend.cpp [Hexagon] Add handling fixups and instruction relaxation 2016-03-21 20:27:17 +00:00
HexagonBaseInfo.h [Hexagon] Implement TLS support 2016-02-18 15:42:57 +00:00
HexagonELFObjectWriter.cpp [Hexagon] Adding relocation for code size, cold path optimization allowing a 23-bit 4-byte aligned relocation to be a valid instruction encoding. 2016-02-16 20:38:17 +00:00
HexagonFixupKinds.h [Hexagon] Adding relocation for code size, cold path optimization allowing a 23-bit 4-byte aligned relocation to be a valid instruction encoding. 2016-02-16 20:38:17 +00:00
HexagonInstPrinter.cpp
HexagonInstPrinter.h
HexagonMCAsmInfo.cpp
HexagonMCAsmInfo.h [NFC] Header cleanup 2016-04-18 09:17:29 +00:00
HexagonMCChecker.cpp [NFC] Header cleanup 2016-04-18 09:17:29 +00:00
HexagonMCChecker.h [NFC] Header cleanup 2016-04-18 09:17:29 +00:00
HexagonMCCodeEmitter.cpp [Hexagon] Properly encode registers in duplex instructions 2016-03-21 20:13:33 +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] Missed member initialization causing ubsan failure. 2016-02-29 20:42:25 +00:00
HexagonMCExpr.h [Hexagon] Setting sign mismatch flag on expression instead of using bit tricks. 2016-02-29 19:17:56 +00:00
HexagonMCInstrInfo.cpp [Hexagon] Properly encode registers in duplex instructions 2016-03-21 20:13:33 +00:00
HexagonMCInstrInfo.h [Hexagon] Properly encode registers in duplex instructions 2016-03-21 20:13:33 +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