summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/AVR/AVRFrameLowering.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Alignment][NFC] Use Align for TargetFrameLowering/SubtargetGuillaume Chatelet2019-10-171-1/+2
* Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVMDaniel Sanders2019-08-151-1/+1
* [AVR] Don't look for the TargetFrameLowering in the FrameLowering implementationDylan McKay2019-06-281-1/+1
* Don't look for the TargetFrameLowering in the implementationMatt Arsenault2019-06-251-2/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* MachineFunction: Return reference from getFunction(); NFCMatthias Braun2017-12-151-2/+2
* Add "Restored" flag to CalleeSavedInfoKrzysztof Parzyszek2017-08-101-1/+1
* Add extra operand to CALLSEQ_START to keep frame part set up previouslySerge Pavlov2017-05-091-1/+1
* Revert "[AVR] Enable the frame pointer for all functions"Dylan McKay2017-05-031-3/+2
* [AVR] Save/restore the frame pointer for all functionsDylan McKay2017-05-021-11/+10
* [AVR] Fix a bug where the frame pointer is clobberedDylan McKay2017-05-021-7/+17
* [AVR] Enable the frame pointer for all functionsDylan McKay2017-05-011-2/+3
* Move size and alignment information of regclass to TargetRegisterInfoKrzysztof Parzyszek2017-04-241-2/+2
* [AVR] Add an 'relax memory operation' passDylan McKay2016-12-131-1/+0
* Fix incorrect assertion in AVRFrameLowering.cppDylan McKay2016-10-081-1/+2
* [AVR] Don't worry about call frame size when initializing frame pointerDylan McKay2016-10-081-3/+2
* [AVR] Don't shadow container while iterating in range-based loopDylan McKay2016-10-081-2/+4
* [AVR] Update return type of dynamic alloca passDylan McKay2016-10-051-2/+2
* [AVR] Add the AVR frame lowering codeDylan McKay2016-10-051-0/+537
OpenPOWER on IntegriCloud