.. |
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] 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
|
[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
|
[Hexagon] Remove redundant check.
|
2016-02-18 17:49:57 +00:00 |
HexagonMCCodeEmitter.h
|
[Hexagon] Moving pass declarations out of header and in to implementation files. Removing unused function getSubtargetInfo from HexagonMCCodeEmitter.cpp Removing deletion of copy construction and assignment operator since parent already deletes it.
|
2015-06-15 19:05:35 +00:00 |
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
|
[Hexagon] Adding MC ELF streamer and updating addend relocation test which shows correct ELF symbol.
|
2015-06-17 03:06:16 +00:00 |
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] Modifying r262258 to only be in effect in the hand assembler path, not the integrated assembler.
|
2016-03-01 21:37:41 +00:00 |
HexagonMCInstrInfo.h
|
[Hexagon] Using MustExtend flag on expression instead of passing around bools.
|
2016-02-29 18:39:51 +00:00 |
HexagonMCShuffler.cpp
|
[Hexagon] Reapply r239097 with tests corrected for shuffling and duplexing.
|
2015-06-05 16:00:11 +00:00 |
HexagonMCShuffler.h
|
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
|
2015-06-23 09:49:53 +00:00 |
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
|
…
|
|