summaryrefslogtreecommitdiff
path: root/lib/Target/AVR/AVRAsmPrinter.cpp
AgeCommit message (Expand)Author
2017-11-17Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie
2017-07-11[AVR] Remove a few very old TODOs that don't have enough context to understandDylan McKay
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth
2017-04-24Move size and alignment information of regclass to TargetRegisterInfoKrzysztof Parzyszek
2017-02-05[AVR] Fix a bug where asm operands are printed twiceDylan McKay
2016-11-19[AVR] Remove a bunch of unused variablesDylan McKay
2016-10-09Move the global variables representing each Target behind accessor functionMehdi Amini
2016-10-08[AVR] Add the assembly printerDylan McKay