llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc
Krzysztof Parzyszek 058abf1a4a [Hexagon] Change the vector scaling for vector offsets
Keep full offset value on MI-level instructions, but have it scaled down
in the MC-level instructions.

llvm-svn: 299664
2017-04-06 17:28:21 +00:00
..
CMakeLists.txt
HexagonAsmBackend.cpp Add MCContext argument to MCAsmBackend::applyFixup for error reporting 2017-04-05 10:16:14 +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 [Hexagon] Change the vector scaling for vector offsets 2017-04-06 17:28:21 +00:00
HexagonInstPrinter.h [Hexagon] Change the vector scaling for vector offsets 2017-04-06 17:28:21 +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] Remove unused variables 2017-03-31 21:03:59 +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 [Hexagon] Add -mhvx option to the Hexagon backend 2017-03-09 17:05:11 +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] Updating inline saturate lanes for v62 version. 2017-03-16 00:35:28 +00:00
HexagonShuffler.h [Hexagon] Address ASAN and UBSAN failures after r294226 2017-02-07 02:31:53 +00:00
LLVMBuild.txt