summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Hexagon/AsmParser/HexagonAsmParser.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* Run clang-tidy's performance-unnecessary-copy-initialization over LLVM.Benjamin Kramer2016-06-121-2/+2
* Avoid some copies by using const references.Benjamin Kramer2016-05-271-1/+0
* [Hexagon] Define certain aliases for vector instructionsKrzysztof Parzyszek2016-04-281-0/+13
* [Hexagon] Properly recognize register alt namesKrzysztof Parzyszek2016-04-211-27/+33
* [NFC] Header cleanupMehdi Amini2016-04-181-2/+0
* [Hexagon] Modifying r262258 to only be in effect in the hand assembler path, ...Colin LeMahieu2016-03-011-0/+16
* [Hexagon] Setting sign mismatch flag on expression instead of using bit tricks.Colin LeMahieu2016-02-291-16/+11
* [Hexagon] Using MustExtend flag on expression instead of passing around bools.Colin LeMahieu2016-02-291-22/+20
* [Hexagon] Loop instructions don't need special processing. Extension and fit...Colin LeMahieu2016-02-171-25/+0
* [Hexagon] Adding relocation for code size, cold path optimization allowing a ...Colin LeMahieu2016-02-161-0/+16
* [Hexagon] Hoist nonnull assert up.Benjamin Kramer2016-02-161-1/+0
* [NFC] Fixing naming convention, lowercase start of function name.Colin LeMahieu2016-02-151-19/+19
* [Hexagon] Wrapping all MCExprs inside MCOperands within HexagonMCExpr to simp...Colin LeMahieu2016-02-151-52/+71
* Replace usages of llvm::utostr_32 with just llvm::utostr. While this is less ...Craig Topper2016-01-311-20/+20
* Move MCTargetAsmParser.h to llvm/MC/MCParser where it belongs.Benjamin Kramer2016-01-271-5/+5
* fix 'the the '; NFCSanjay Patel2015-12-071-1/+1
* [Hexagon] Using multiply instead of shift on signed number which can be UBColin LeMahieu2015-12-041-2/+2
* Fixup for r254547: use format_hex() to simplify code.Alexey Samsonov2015-12-021-2/+1
* [Hexagon] Remove std::hex in favor of format().Alexey Samsonov2015-12-021-5/+7
* Reduce the size of MCRelaxableFragment.Akira Hatanaka2015-11-141-1/+1
* [MCTargetAsmParser] Move the member varialbes that referenceAkira Hatanaka2015-11-141-8/+7
* [Hexagon] Factoring bundle creation in to a utility function.Colin LeMahieu2015-11-131-2/+1
* [Hexagon] Allocate MCInst in the MCContext to avoid leaking it.Benjamin Kramer2015-11-121-1/+1
* [Hexagon] Separating statement to match what clang-format would do.Colin LeMahieu2015-11-091-2/+4
* [Hexagon] Adding override to methods.Colin LeMahieu2015-11-091-4/+5
* [Hexagon] Fixing warnings.Colin LeMahieu2015-11-091-4/+2
* [Hexagon] Enabling ASM parsing on Hexagon backend and adding instruction pars...Colin LeMahieu2015-11-091-0/+2152
OpenPOWER on IntegriCloud