summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Hexagon/HexagonGatherPacketize.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [Hexagon] Expand vgather pseudos during packetizationKrzysztof Parzyszek2018-08-171-104/+0
| | | | | | This will allow packetizing the vgather expansion with other instructions. llvm-svn: 340028
* [Hexagon] Remove 'T' from HasVNN predicates, NFCKrzysztof Parzyszek2018-06-201-1/+1
| | | | | | Patch by Sumanth Gundapaneni. llvm-svn: 335124
* Rename LiveIntervalAnalysis.h to LiveIntervals.hMatthias Braun2017-12-131-0/+1
| | | | | | | | | | Headers/Implementation files should be named after the class they declare/define. Also eliminated an `#include "llvm/CodeGen/LiveIntervalAnalysis.h"` in favor of `class LiveIntarvals;` llvm-svn: 320546
* [Hexagon] Add support for Hexagon V65Krzysztof Parzyszek2017-12-111-0/+103
llvm-svn: 320404
OpenPOWER on IntegriCloud