summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Lanai/AsmParser/LanaiAsmParser.cpp
Commit message (Expand)AuthorAgeFilesLines
* CMake: Make most target symbols hidden by defaultTom Stellard2020-01-141-1/+1
* [Lanai] LanaiAsmParser - Silence static analyzer dyn_cast null dereference wa...Simon Pilgrim2019-09-221-8/+9
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-3/+3
* Revert CMake: Make most target symbols hidden by defaultTom Stellard2019-06-111-1/+1
* CMake: Make most target symbols hidden by defaultTom Stellard2019-06-101-1/+1
* Include what you use in LanaiAsmParser.cppDmitri Gribenko2019-06-061-1/+0
* Include what you use in Lanai.hDmitri Gribenko2019-06-031-0/+1
* [Lanai] Create a TargetInfo header. NFCRichard Trieu2019-05-141-0/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Fix a bunch of places where operator-> was used directly on the return from d...Craig Topper2018-05-051-4/+4
* [Asm] Add debug tracing in table-generated assembly matcherOliver Stannard2017-10-111-4/+2
* [Lanai] Fix -Wimplicit-fallthrough warning. NFCI.Simon Pilgrim2017-07-071-0/+1
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-1/+1
* clean Lanai namespaceJacques Pienaar2017-03-161-1/+1
* [AArch64, Lanai] Fix some Clang-tidy modernize and Include What You Use warni...Eugene Zelenko2017-01-061-16/+32
* [TableGen] Move OperandMatchResultTy enum to MCTargetAsmParser.hAlex Bradbury2016-11-011-2/+2
* 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
* [lanai] Small cleanup: remove/comment out unused argsJacques Pienaar2016-07-151-4/+8
* [lanai] Treat .t as optional in assembly parser for RR operands and add predi...Jacques Pienaar2016-07-091-0/+30
* [lanai] Use peephole optimizer to generate more conditional ALU operations.Jacques Pienaar2016-07-071-1/+29
* Refactor and cleanup Assembly Parsing / LexingNirav Dave2016-06-171-1/+1
* Revert "Refactor and cleanup Assembly Parsing / Lexing"Nirav Dave2016-06-161-1/+1
* Refactor and cleanup Assembly Parsing / LexingNirav Dave2016-06-161-1/+1
* [lanai] isBrImm should accept any non-constant immediate.Jacques Pienaar2016-03-311-17/+6
* [lanai] Add Lanai backend.Jacques Pienaar2016-03-281-0/+1162
OpenPOWER on IntegriCloud