summaryrefslogtreecommitdiff
path: root/lib/Target/Lanai/AsmParser
AgeCommit message (Expand)Author
2018-05-05Fix a bunch of places where operator-> was used directly on the return from d...Craig Topper
2017-10-11[Asm] Add debug tracing in table-generated assembly matcherOliver Stannard
2017-07-07[Lanai] Fix -Wimplicit-fallthrough warning. NFCI.Simon Pilgrim
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth
2017-03-16clean Lanai namespaceJacques Pienaar
2017-01-06[AArch64, Lanai] Fix some Clang-tidy modernize and Include What You Use warni...Eugene Zelenko
2016-11-01[TableGen] Move OperandMatchResultTy enum to MCTargetAsmParser.hAlex Bradbury
2016-10-10Revert r283690, "MC: Remove unused entities."Peter Collingbourne
2016-10-09Move the global variables representing each Target behind accessor functionMehdi Amini
2016-10-09MC: Remove unused entities.Peter Collingbourne
2016-08-23Change the target's name, s/LanaiMCTargetDesc/LanaiDesc/g.NAKAMURA Takumi
2016-07-15[lanai] Small cleanup: remove/comment out unused argsJacques Pienaar
2016-07-09[lanai] Treat .t as optional in assembly parser for RR operands and add predi...Jacques Pienaar
2016-07-07[lanai] Use peephole optimizer to generate more conditional ALU operations.Jacques Pienaar
2016-06-17Refactor and cleanup Assembly Parsing / LexingNirav Dave
2016-06-16Revert "Refactor and cleanup Assembly Parsing / Lexing"Nirav Dave
2016-06-16Refactor and cleanup Assembly Parsing / LexingNirav Dave
2016-03-31[lanai] isBrImm should accept any non-constant immediate.Jacques Pienaar
2016-03-28[lanai] Add Lanai backend.Jacques Pienaar