summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCChecker.cpp
Commit message (Expand)AuthorAgeFilesLines
* [llvm-mc] Add reportWarning() to MCContextBrian Cain2019-08-081-5/+2
* Include what you use in HexagonMCChecker.cppDmitri Gribenko2019-06-031-1/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [Hexagon] Add support for Hexagon V65Krzysztof Parzyszek2017-12-111-141/+181
* [Hexagon] Fix some Clang-tidy modernize-use-using and Include What You Use wa...Eugene Zelenko2017-08-011-34/+34
* [Hexagon] Formatting changes, NFCKrzysztof Parzyszek2017-05-021-6/+4
* [Hexagon] Move checking AXOK to checkerKrzysztof Parzyszek2017-05-021-1/+77
* [Hexagon] Extract function that checks endloops with other branchesKrzysztof Parzyszek2017-05-021-35/+38
* [Hexagon] Add new packet iterator which will iterate through duplexesKrzysztof Parzyszek2017-05-021-14/+8
* [Hexagon] Check for .cur def without use without using a map data structureKrzysztof Parzyszek2017-05-021-19/+38
* [Hexagon] Replace CVI_VM_CUR_LD type with CVI_VM_LDKrzysztof Parzyszek2017-05-011-2/+2
* [Hexagon] Improving error reporting for writing to read only registersKrzysztof Parzyszek2017-05-011-7/+21
* [Hexagon] Give better error messages for solo instruction errorsKrzysztof Parzyszek2017-05-011-6/+10
* [Hexagon] Improve shuffle error reportingKrzysztof Parzyszek2017-05-011-122/+118
* [Hexagon] Remove unused variablesKrzysztof Parzyszek2017-03-311-11/+2
* [Hexagon] Update MCTargetDescKrzysztof Parzyszek2017-02-061-30/+46
* [Hexagon] Separate C8 and USR to avoid unwanted subregister compositionKrzysztof Parzyszek2016-05-281-0/+5
* [NFC] Header cleanupMehdi Amini2016-04-181-1/+0
* [Hexagon] Don't call getNumImplicitDefs and then iterate over the count. getN...Craig Topper2015-12-051-24/+25
* Replace uint16_t with the MCPhysReg typedef in many places. A lot of physical...Craig Topper2015-12-051-1/+1
* [Hexagon] Enabling ASM parsing on Hexagon backend and adding instruction pars...Colin LeMahieu2015-11-091-0/+580
OpenPOWER on IntegriCloud