summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/AVR/AsmParser/AVRAsmParser.cpp
Commit message (Expand)AuthorAgeFilesLines
* CMake: Make most target symbols hidden by defaultTom Stellard2020-01-141-1/+1
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-4/+4
* 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
* [AVR] 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
* [AVR] Rewrite the CBRRdK instruction as an alias of ANDIRdKDylan McKay2019-01-181-0/+16
* [AVR] Silence fallthrough warning. NFC.Nirav Dave2018-12-041-0/+1
* Fix modules build of AVRAsmParser.cppAlexander Richardson2018-11-131-3/+4
* Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen2018-05-141-2/+2
* Revert and accidentally committed revert commitDylan McKay2017-12-091-6/+86
* Revert "[AVR] Override ParseDirective"Dylan McKay2017-12-091-86/+6
* [AVR] Override ParseDirectiveLeslie Zhai2017-12-071-6/+86
* [Asm] Add debug tracing in table-generated assembly matcherOliver Stannard2017-10-111-1/+1
* [AVR] Fix broken indentationDylan McKay2017-07-131-1/+1
* [AVR] Add a 'LLVM_FALLTHROUGH' statement to the AsmParserDylan McKay2017-07-131-0/+1
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-3/+3
* [TableGen] Move OperandMatchResultTy enum to MCTargetAsmParser.hAlex Bradbury2016-11-011-1/+1
* Move the global variables representing each Target behind accessor functionMehdi Amini2016-10-091-1/+1
* [AVR] Enable the assembly parserDylan McKay2016-09-281-0/+2
* [AVR] Add assembly parserDylan McKay2016-09-281-0/+629
OpenPOWER on IntegriCloud