summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCDuplexInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Hexagon] Fix some Clang-tidy modernize-use-using and Include What You Use wa...Eugene Zelenko2017-08-011-4/+11
* [Hexagon] Handle a global operand to A2_addi when creating duplexesKrzysztof Parzyszek2017-06-221-27/+26
* [Hexagon] Update MCTargetDescKrzysztof Parzyszek2017-02-061-13/+32
* Fix spelling mistakes in Hexagon target comments. NFC.Simon Pilgrim2016-11-171-1/+1
* [Hexagon] NFC Removing 'V4_' prefix from duplex instruction names.Colin LeMahieu2016-10-071-106/+106
* [Hexagon] Make p0 an explicit operand in VA1_clr* subinstructions, NFCKrzysztof Parzyszek2016-08-191-0/+5
* [Hexagon] Mark PS_jumpret as pseudo-instruction, expand it into J2_jumprKrzysztof Parzyszek2016-08-191-16/+5
* [Hexagon] Standardize pseudo-instructions for calls and returnsKrzysztof Parzyszek2016-08-121-14/+14
* [Hexagon] Create global std::map lazily.Benjamin Kramer2016-07-021-3/+3
* [Hexagon] Use std::begin() and std::end() instead of doing the same manually....Craig Topper2015-12-011-2/+1
* [Hexagon] Enabling ASM parsing on Hexagon backend and adding instruction pars...Colin LeMahieu2015-11-091-66/+55
* Make a bunch of static arrays const.Craig Topper2015-10-181-1/+1
* Remove duplicate conditional in if-stmt.Eric Christopher2015-06-151-2/+1
* [Hexagon] Reapply r239097 with tests corrected for shuffling and duplexing.Colin LeMahieu2015-06-051-0/+1100
* Revert r239095 incorrect test tree.Colin LeMahieu2015-06-041-1100/+0
* [Hexagon] Adding functionality for duplexing. Duplexing is a way to compress...Colin LeMahieu2015-06-041-0/+1100
OpenPOWER on IntegriCloud