summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Hexagon/AsmParser/HexagonAsmParser.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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