summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/AVR/AVRAsmPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* CMake: Make most target symbols hidden by defaultTom Stellard2020-01-141-1/+1
* Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVMDaniel Sanders2019-08-151-1/+1
* 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
* [AVR] Move InstPrinter files to MCTargetDesc. NFCRichard Trieu2019-05-111-1/+1
* [AsmPrinter] refactor to support %c w/ GlobalAddress'Nick Desaulniers2019-04-261-3/+2
* [AsmPrinter] refactor to remove remove AsmVariant. NFCNick Desaulniers2019-04-101-9/+5
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie2017-11-171-2/+2
* [AVR] Remove a few very old TODOs that don't have enough context to understandDylan McKay2017-07-111-1/+4
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-1/+1
* Move size and alignment information of regclass to TargetRegisterInfoKrzysztof Parzyszek2017-04-241-1/+2
* [AVR] Fix a bug where asm operands are printed twiceDylan McKay2017-02-051-1/+2
* [AVR] Remove a bunch of unused variablesDylan McKay2016-11-191-0/+2
* Move the global variables representing each Target behind accessor functionMehdi Amini2016-10-091-1/+1
* [AVR] Add the assembly printerDylan McKay2016-10-081-0/+182
OpenPOWER on IntegriCloud