llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc
Simon Pilgrim ee6ef4d6dd Fix 'variable set but not used' warning when assertions are disabled.
llvm-svn: 295585
2017-02-19 00:03:46 +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] Update MCTargetDesc 2017-02-06 19:35:46 +00:00
HexagonBaseInfo.h [Hexagon] Replace instruction definitions with auto-generated ones 2017-02-10 15:33:13 +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 Fix -Wunused-variable in non-Asserts build 2016-05-19 20:44:22 +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 [Hexagon] Update MCTargetDesc 2017-02-06 19:35:46 +00:00
HexagonMCAsmInfo.h [NFC] Header cleanup 2016-04-18 09:17:29 +00:00
HexagonMCChecker.cpp [Hexagon] Update MCTargetDesc 2017-02-06 19:35:46 +00:00
HexagonMCChecker.h [Hexagon] Update MCTargetDesc 2017-02-06 19:35:46 +00:00
HexagonMCCodeEmitter.cpp Fix 'variable set but not used' warning when assertions are disabled. 2017-02-19 00:03:46 +00:00
HexagonMCCodeEmitter.h [Hexagon] Remove A4_ext_* pseudo instructions 2017-02-02 19:58:22 +00:00
HexagonMCCompound.cpp [Hexagon] Update MCTargetDesc 2017-02-06 19:35:46 +00:00
HexagonMCDuplexInfo.cpp [Hexagon] Update MCTargetDesc 2017-02-06 19:35:46 +00:00
HexagonMCELFStreamer.cpp [Hexagon] Update MCTargetDesc 2017-02-06 19:35:46 +00:00
HexagonMCELFStreamer.h [Hexagon] Update MCTargetDesc 2017-02-06 19:35:46 +00:00
HexagonMCExpr.cpp [Hexagon] Update MCTargetDesc 2017-02-06 19:35:46 +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] Replace instruction definitions with auto-generated ones 2017-02-10 15:33:13 +00:00
HexagonMCInstrInfo.h [Hexagon] Address ASAN and UBSAN failures after r294226 2017-02-07 02:31:53 +00:00
HexagonMCShuffler.cpp [Hexagon] Replace instruction definitions with auto-generated ones 2017-02-10 15:33:13 +00:00
HexagonMCShuffler.h [Hexagon] Update MCTargetDesc 2017-02-06 19:35:46 +00:00
HexagonMCTargetDesc.cpp Move symbols from the global namespace into (anonymous) namespaces. NFC. 2017-02-11 11:06:55 +00:00
HexagonMCTargetDesc.h Move symbols from the global namespace into (anonymous) namespaces. NFC. 2017-02-11 11:06:55 +00:00
HexagonShuffler.cpp [Hexagon] Replace instruction definitions with auto-generated ones 2017-02-10 15:33:13 +00:00
HexagonShuffler.h [Hexagon] Address ASAN and UBSAN failures after r294226 2017-02-07 02:31:53 +00:00
LLVMBuild.txt