aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/AVR/AsmParser/AVRAsmParser.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-02-14[MCStreamer] De-capitalize EmitValue EmitIntValue{,InHex}Fangrui Song1-3/+3
2020-02-13[AsmPrinter][MCStreamer] De-capitalize EmitInstruction and EmitCFI*Fangrui Song1-1/+1
2020-02-11[ms] [llvm-ml] Add support for attempted register parsingEric Astor1-3/+23
2020-01-14CMake: Make most target symbols hidden by defaultTom Stellard1-1/+1
2019-08-15[llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere1-4/+4
2019-06-11Revert CMake: Make most target symbols hidden by defaultTom Stellard1-1/+1
2019-06-10CMake: Make most target symbols hidden by defaultTom Stellard1-1/+1
2019-05-14[AVR] Create a TargetInfo header. NFCRichard Trieu1-0/+1
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2019-01-18[AVR] Rewrite the CBRRdK instruction as an alias of ANDIRdKDylan McKay1-0/+16
2018-12-04[AVR] Silence fallthrough warning. NFC.Nirav Dave1-0/+1
2018-11-13Fix modules build of AVRAsmParser.cppAlexander Richardson1-3/+4
2018-05-14Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen1-2/+2
2017-12-09Revert and accidentally committed revert commitDylan McKay1-6/+86
2017-12-09Revert "[AVR] Override ParseDirective"Dylan McKay1-86/+6
2017-12-07[AVR] Override ParseDirectiveLeslie Zhai1-6/+86
2017-10-11[Asm] Add debug tracing in table-generated assembly matcherOliver Stannard1-1/+1
2017-07-13[AVR] Fix broken indentationDylan McKay1-1/+1
2017-07-13[AVR] Add a 'LLVM_FALLTHROUGH' statement to the AsmParserDylan McKay1-0/+1
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth1-3/+3
2016-11-01[TableGen] Move OperandMatchResultTy enum to MCTargetAsmParser.hAlex Bradbury1-1/+1
2016-10-09Move the global variables representing each Target behind accessor functionMehdi Amini1-1/+1
2016-09-28[AVR] Enable the assembly parserDylan McKay1-0/+2
2016-09-28[AVR] Add assembly parserDylan McKay1-0/+629