summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Hexagon/AsmParser/HexagonAsmParser.cpp
Commit message (Expand)AuthorAgeFilesLines
* CMake: Make most target symbols hidden by defaultTom Stellard2020-01-141-2/+2
* HexagonAsmParser::ParseDirectiveFalign - silence static analyzer dyn_cast<MCC...Simon Pilgrim2019-09-261-1/+1
* Revert CMake: Make most target symbols hidden by defaultTom Stellard2019-06-111-2/+2
* CMake: Make most target symbols hidden by defaultTom Stellard2019-06-101-2/+2
* Include what you use in HexagonAsmParser.cppDmitri Gribenko2019-06-031-1/+0
* [Hexagon] Create a TargetInfo header. NFCRichard Trieu2019-05-141-0/+1
* [hexagon] change AsmParser assertion to errorBrian Cain2019-05-031-10/+10
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [Hexagon] Remove unused checker functions from asm parserKrzysztof Parzyszek2018-12-041-2/+0
* Check for tied operandsSid Manning2018-08-131-0/+1
* [Hexagon] Use addAliasForDirective for data directivesAlex Bradbury2018-05-171-39/+4
* Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen2018-05-141-9/+9
* [Hexagon] Recognize and handle :endloop01Krzysztof Parzyszek2018-03-301-4/+7
* [Hexagon] Add trap1 instructionKrzysztof Parzyszek2018-03-011-0/+11
* [Hexagon] Add support for Hexagon V65Krzysztof Parzyszek2017-12-111-120/+168
* [Asm] Add debug tracing in table-generated assembly matcherOliver Stannard2017-10-111-6/+5
* [Hexagon] Fix some more -Wimplicit-fallthrough warnings. NFCI.Simon Pilgrim2017-07-071-0/+1
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-071-1/+1
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-2/+2
* [Hexagon] Change iconst to emit 27bit relocationKrzysztof Parzyszek2017-05-021-5/+5
* [Hexagon] Improve shuffle error reportingKrzysztof Parzyszek2017-05-011-80/+2
* [Hexagon] Change the vector scaling for vector offsetsKrzysztof Parzyszek2017-04-061-18/+0
* [Hexagon] Introduce Hexagon V62Krzysztof Parzyszek2017-02-101-1/+8
* [Hexagon] Replace instruction definitions with auto-generated onesKrzysztof Parzyszek2017-02-101-219/+60
* [Hexagon] Remove encoding bits from mapped instructionsKrzysztof Parzyszek2017-02-071-0/+5
* [Hexagon] Adding gp+ to the syntax of gp-relative instructionsKrzysztof Parzyszek2017-02-061-0/+56
* [Hexagon] Adding opExtentBits and opExtentAlign to GPrel instructionsKrzysztof Parzyszek2017-02-021-2/+2
* [Hexagon] Fix some Clang-tidy modernize and Include What You Use warnings; ot...Eugene Zelenko2016-12-131-89/+87
* [Hexagon] Adding additional tokenization characters in preparation for removi...Colin LeMahieu2016-12-051-6/+0
* [Hexagon] Changing from literal numeric value to argument since #-1 will not ...Colin LeMahieu2016-12-051-0/+11
* Fix spelling mistakes in Hexagon target comments. NFC.Simon Pilgrim2016-11-171-1/+1
* Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons2016-11-021-1/+1
* [Hexagon] Rename operand/predicate names for unshifted integersKrzysztof Parzyszek2016-11-011-79/+63
* Revert r283690, "MC: Remove unused entities."Peter Collingbourne2016-10-101-1/+1
* Move the global variables representing each Target behind accessor functionMehdi Amini2016-10-091-1/+1
* MC: Remove unused entities.Peter Collingbourne2016-10-091-1/+1
* Defer asm errors to post-statement failureNirav Dave2016-09-161-25/+29
* Revert r281336 (and r281337), it caused PR30372.Nico Weber2016-09-131-29/+25
* Defer asm errors to post-statement failureNirav Dave2016-09-131-25/+29
* Temporarily Revert "[MC] Defer asm errors to post-statement failure" as it's ...Eric Christopher2016-09-131-29/+25
* [MC] Defer asm errors to post-statement failureNirav Dave2016-09-121-25/+29
* [Hexagon] Clean up some miscellaneous V60 intrinsics a bitKrzysztof Parzyszek2016-08-161-1/+1
* Use the range variant of remove_if instead of unpacking begin/endDavid Majnemer2016-08-121-4/+2
* [Hexagon] Use integer instructions for floating point immediatesKrzysztof Parzyszek2016-08-101-5/+1
* [Hexagon] Remove unneeded/unused ISD opcodes ARGEXTEND and FCONST32Krzysztof Parzyszek2016-08-101-1/+0
* Delete more dead code.Rafael Espindola2016-06-211-13/+0
* Replace silly uses of 'signed' with 'int'David Majnemer2016-06-211-5/+3
* Refactor and cleanup Assembly Parsing / LexingNirav Dave2016-06-171-13/+12
* Revert "Refactor and cleanup Assembly Parsing / Lexing"Nirav Dave2016-06-161-12/+13
* Refactor and cleanup Assembly Parsing / LexingNirav Dave2016-06-161-13/+12
OpenPOWER on IntegriCloud