summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCChecker.h
Commit message (Collapse)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
| | | | | | | | | | | | | | | | | to reflect the new license. We understand that people may be surprised that we're moving the header entirely to discuss the new license. We checked this carefully with the Foundation's lawyer and we believe this is the correct approach. Essentially, all code in the project is now made available by the LLVM project under our new license, so you will see that the license headers include that license only. Some of our contributors have contributed code under our old license, and accordingly, we have retained a copy of our old license notice in the top-level files in each project and repository. llvm-svn: 351636
* [Hexagon] Add support for Hexagon V65Krzysztof Parzyszek2017-12-111-41/+10
| | | | llvm-svn: 320404
* [Hexagon] Fix some Clang-tidy modernize-use-using and Include What You Use ↵Eugene Zelenko2017-08-011-31/+40
| | | | | | warnings; other minor fixes (NFC). llvm-svn: 309746
* [Hexagon] Formatting changes, NFCKrzysztof Parzyszek2017-05-021-1/+2
| | | | llvm-svn: 301953
* [Hexagon] Move checking AXOK to checkerKrzysztof Parzyszek2017-05-021-0/+1
| | | | | | Patch by Colin LeMahieu. llvm-svn: 301949
* [Hexagon] Extract function that checks endloops with other branchesKrzysztof Parzyszek2017-05-021-1/+1
| | | | | | | | Change location number to point to conflicting branch instruction. Patch by Colin LeMahieu. llvm-svn: 301946
* [Hexagon] Check for .cur def without use without using a map data structureKrzysztof Parzyszek2017-05-021-5/+4
| | | | | | Patch by Colin LeMahieu. llvm-svn: 301943
* [Hexagon] Improving error reporting for writing to read only registersKrzysztof Parzyszek2017-05-011-0/+1
| | | | | | Patch by Colin LeMahieu. llvm-svn: 301828
* [Hexagon] Give better error messages for solo instruction errorsKrzysztof Parzyszek2017-05-011-1/+1
| | | | | | Patch by Colin LeMahieu. llvm-svn: 301827
* [Hexagon] Improve shuffle error reportingKrzysztof Parzyszek2017-05-011-96/+27
| | | | | | Patch by Colin LeMahieu. llvm-svn: 301823
* [Hexagon] Update MCTargetDescKrzysztof Parzyszek2017-02-061-1/+3
| | | | | | | | | | Changes include: - Updates to the instruction descriptor flags. - Improvements to the packet shuffler and checker. - Updates to the handling of certain relocations. - Better handling of duplex instructions. llvm-svn: 294226
* [NFC] Header cleanupMehdi Amini2016-04-181-3/+2
| | | | | | | | | | | | | | Removed some unused headers, replaced some headers with forward class declarations. Found using simple scripts like this one: clear && ack --cpp -l '#include "llvm/ADT/IndexedMap.h"' | xargs grep -L 'IndexedMap[<]' | xargs grep -n --color=auto 'IndexedMap' Patch by Eugene Kosov <claprix@yandex.ru> Differential Revision: http://reviews.llvm.org/D19219 From: Mehdi Amini <mehdi.amini@apple.com> llvm-svn: 266595
* [Hexagon] Enabling ASM parsing on Hexagon backend and adding instruction ↵Colin LeMahieu2015-11-091-0/+218
parsing tests. General updating of the code emission. llvm-svn: 252443
OpenPOWER on IntegriCloud