summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonShuffler.cpp
Commit message (Expand)AuthorAgeFilesLines
* Include what you use in HexagonShuffler.cppDmitri Gribenko2019-06-031-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [Hexagon] Foundation of support for Hexagon V66Krzysztof Parzyszek2018-12-051-1/+15
* Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen2018-05-141-3/+3
* [Hexagon] Add support for Hexagon V65Krzysztof Parzyszek2017-12-111-78/+134
* [Hexagon] Use stable sort for HexagonShuffler to remove non-deterministic ord...Mandeep Singh Grang2017-11-281-5/+5
* Fix warnings discovered by rL317076. [-Wunused-private-field]NAKAMURA Takumi2017-11-011-1/+1
* [Hexagon] Fix some Clang-tidy modernize-use-using and Include What You Use wa...Eugene Zelenko2017-08-011-31/+34
* [Hexagon] Fix -Wimplicit-fallthrough warnings. NFCI.Simon Pilgrim2017-07-071-0/+2
* [Hexagon] Use automatically-generated scheduling information for HVXKrzysztof Parzyszek2017-05-031-5/+4
* [Hexagon] Formatting changes, NFCKrzysztof Parzyszek2017-05-021-1/+1
* [Hexagon] Make sure duplexed dealloc_returns are checked for double jumpsKrzysztof Parzyszek2017-05-021-0/+8
* [Hexagon] Move checking AXOK to checkerKrzysztof Parzyszek2017-05-021-68/+2
* [Hexagon] Remove unneeded code from HexagonShufflerKrzysztof Parzyszek2017-05-021-9/+7
* [Hexagon] Replace CVI_VM_CUR_LD type with CVI_VM_LDKrzysztof Parzyszek2017-05-011-3/+0
* [Hexagon] Improve shuffle error reportingKrzysztof Parzyszek2017-05-011-56/+61
* [Hexagon] Updating inline saturate lanes for v62 version.Colin LeMahieu2017-03-161-1/+4
* [Hexagon] Replace instruction definitions with auto-generated onesKrzysztof Parzyszek2017-02-101-0/+16
* [Hexagon] Update instruction typesKrzysztof Parzyszek2017-02-071-8/+18
* [Hexagon] Address ASAN and UBSAN failures after r294226Krzysztof Parzyszek2017-02-071-5/+9
* Revert "[Hexagon] Address ASAN and UBSAN failures after r294226"Krzysztof Parzyszek2017-02-061-7/+3
* [Hexagon] Address ASAN and UBSAN failures after r294226Krzysztof Parzyszek2017-02-061-3/+7
* [Hexagon] Update MCTargetDescKrzysztof Parzyszek2017-02-061-84/+251
* [Hexagon] Adding change of flow max 1 (cofMax1) TS flag for marking this rest...Colin LeMahieu2016-10-081-4/+4
* [Hexagon][NFC] Using documented instruction type name V4LDST instead of MEMOP.Colin LeMahieu2016-10-071-1/+1
* Replace "fallthrough" comments with LLVM_FALLTHROUGHJustin Bogner2016-08-171-1/+1
* [Hexagon] Replace a static member variable in HexagonCVIResource (NFC)Tobias Edler von Koch2016-01-081-13/+6
* [Hexagon] Adding shuffling resources for HVX instructions and tests for instr...Colin LeMahieu2015-12-031-4/+84
* Put global classes into the appropriate namespace.Benjamin Kramer2015-10-281-0/+2
* Hexagon: Paper over the undefined behaviour introduced by r238692Justin Bogner2015-06-241-0/+3
* [Hexagon] Adding MC packet shuffler.Colin LeMahieu2015-05-311-0/+385
OpenPOWER on IntegriCloud