summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/AVR/AVRRegisterInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVMDaniel Sanders2019-08-151-1/+1
* Delete dead storesFangrui Song2019-07-121-3/+3
* [AVR] Adjust to Register class changeAyke van Laethem2019-06-251-1/+1
* [AVR] Disable register coalescing to the PTRDISPREGS classDylan McKay2019-06-011-0/+15
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [AVR] Fix a backend bug that left extraneous operands after expansionDylan McKay2018-11-051-0/+1
* MachineFunction: Return reference from getFunction(); NFCMatthias Braun2017-12-151-1/+1
* Move TargetFrameLowering.h to CodeGen where it's implementedDavid Blaikie2017-11-031-1/+1
* [AVR] Fix displacement overflow for LDDW/STDWDylan McKay2017-10-041-1/+1
* [AVR] Fix bug which caused assertion errors for some FRMIDX instructionsDylan McKay2017-07-041-3/+8
* Fix -Wunused-variable.Rui Ueyama2017-06-091-2/+0
* [AVR] Remove an unused variableDylan McKay2017-05-131-1/+0
* [AVR] Reserve the Y register in all functionsDylan McKay2017-05-031-6/+12
* Move value type list from TargetRegisterClass to TargetRegisterInfoKrzysztof Parzyszek2017-04-241-2/+3
* Revert r301231: Accidentally committed stale filesKrzysztof Parzyszek2017-04-241-3/+2
* Move value type list from TargetRegisterClass to TargetRegisterInfoKrzysztof Parzyszek2017-04-241-2/+3
* [AVR] Fix a bunch of incorrect assertion messagesDylan McKay2016-12-101-1/+1
* [AVR] Add AVRRegisterInfo::splitReg functionDylan McKay2016-10-051-0/+10
* Replace "fallthrough" comments with LLVM_FALLTHROUGHJustin Bogner2016-08-171-1/+1
* MachineFunction: Return reference for getFrameInfo(); NFCMatthias Braun2016-07-281-3/+3
* [AVR] Add a majority of the backend codeDylan McKay2016-05-061-0/+256
OpenPOWER on IntegriCloud