1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00
llvm-mirror/lib/Target/Hexagon/MCTargetDesc
Krzysztof Parzyszek 14103a2bbf [Hexagon] Handle double-vector registers as new-value producers
Patch by Colin LeMahieu.

llvm-svn: 267897
2016-04-28 15:54:48 +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] Merging nops in to previous packet rather than always creating a new one. 2016-04-27 21:37:44 +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 Fix a couple assertions that can never fire because they just contained the text string which always evaluates to true. Add a ! so they'll evaluate to false. 2016-04-24 02:01:25 +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] Few fixes for exception handling 2016-04-25 21:05:19 +00:00
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] Handle double-vector registers as new-value producers 2016-04-28 15:54:48 +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] Fix handling of lcomm directive 2016-04-20 15:54:13 +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] Handle double-vector registers as new-value producers 2016-04-28 15:54:48 +00:00
HexagonMCInstrInfo.h [Hexagon] Handle double-vector registers as new-value producers 2016-04-28 15:54:48 +00:00
HexagonMCShuffler.cpp
HexagonMCShuffler.h
HexagonMCTargetDesc.cpp [Hexagon] Few fixes for exception handling 2016-04-25 21:05:19 +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