summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/RISCV/RISCVFrameLowering.h
Commit message (Expand)AuthorAgeFilesLines
* [RISCV] Handle variable sized objects with the stack need to be realignedShiva Chen2019-11-161-0/+2
* [Alignment][NFC] Use Align for TargetFrameLowering/SubtargetGuillaume Chatelet2019-10-171-1/+1
* [RISCV] Split SP adjustment to reduce the offset of callee saved register spi...Shiva Chen2019-10-041-0/+5
* [RISCV] Convert registers from unsigned to RegisterLuis Marques2019-08-161-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [RISCV] Preserve stack space for outgoing arguments when the function contain...Shiva Chen2018-03-201-3/+2
* [RISCV] Reserve an emergency spill slot for the register scavenger when neces...Alex Bradbury2018-01-111-0/+3
* [RISCV] Implement prolog and epilog insertionAlex Bradbury2017-12-111-1/+14
* [RISCV] Support lowering FrameIndexAlex Bradbury2017-12-111-0/+3
* [RISCV] Initial support for function callsAlex Bradbury2017-11-081-0/+6
* Move TargetFrameLowering.h to CodeGen where it's implementedDavid Blaikie2017-11-031-1/+1
* [RISCV] Initial codegen support for ALU operationsAlex Bradbury2017-10-191-0/+35
OpenPOWER on IntegriCloud