llvm-project/llvm/lib/Target/Nios2
Nikolai Bozhenov 1cf9c54e5c [Nios2] final infrastructure to provide compilation of a return from a function
This patch includes all missing functionality needed to provide first
compilation of a simple program that just returns from a function.
I've added a test case that checks for "ret" instruction printed in assembly
output.

Patch by Andrei Grischenko (andrei.l.grischenko@intel.com)
Differential revision: https://reviews.llvm.org/D39688

llvm-svn: 320035
2017-12-07 12:35:02 +00:00
..
InstPrinter [Nios2] final infrastructure to provide compilation of a return from a function 2017-12-07 12:35:02 +00:00
MCTargetDesc [Nios2] final infrastructure to provide compilation of a return from a function 2017-12-07 12:35:02 +00:00
TargetInfo [Nios2] final infrastructure to provide compilation of a return from a function 2017-12-07 12:35:02 +00:00
CMakeLists.txt [Nios2] final infrastructure to provide compilation of a return from a function 2017-12-07 12:35:02 +00:00
LLVMBuild.txt [Nios2] final infrastructure to provide compilation of a return from a function 2017-12-07 12:35:02 +00:00
Nios2.h [Nios2] final infrastructure to provide compilation of a return from a function 2017-12-07 12:35:02 +00:00
Nios2.td [Nios2] final infrastructure to provide compilation of a return from a function 2017-12-07 12:35:02 +00:00
Nios2AsmPrinter.cpp [Nios2] final infrastructure to provide compilation of a return from a function 2017-12-07 12:35:02 +00:00
Nios2CallingConv.td [Nios2] final infrastructure to provide compilation of a return from a function 2017-12-07 12:35:02 +00:00
Nios2FrameLowering.cpp [Nios2] final infrastructure to provide compilation of a return from a function 2017-12-07 12:35:02 +00:00
Nios2FrameLowering.h [Nios2] final infrastructure to provide compilation of a return from a function 2017-12-07 12:35:02 +00:00
Nios2ISelDAGToDAG.cpp [Nios2] final infrastructure to provide compilation of a return from a function 2017-12-07 12:35:02 +00:00
Nios2ISelLowering.cpp [Nios2] final infrastructure to provide compilation of a return from a function 2017-12-07 12:35:02 +00:00
Nios2ISelLowering.h [Nios2] final infrastructure to provide compilation of a return from a function 2017-12-07 12:35:02 +00:00
Nios2InstrFormats.td [Nios2] final infrastructure to provide compilation of a return from a function 2017-12-07 12:35:02 +00:00
Nios2InstrInfo.cpp [Nios2] final infrastructure to provide compilation of a return from a function 2017-12-07 12:35:02 +00:00
Nios2InstrInfo.h [Nios2] final infrastructure to provide compilation of a return from a function 2017-12-07 12:35:02 +00:00
Nios2InstrInfo.td [Nios2] final infrastructure to provide compilation of a return from a function 2017-12-07 12:35:02 +00:00
Nios2MCInstLower.cpp [Nios2] final infrastructure to provide compilation of a return from a function 2017-12-07 12:35:02 +00:00
Nios2MachineFunction.cpp [Nios2] final infrastructure to provide compilation of a return from a function 2017-12-07 12:35:02 +00:00
Nios2MachineFunction.h [Nios2] final infrastructure to provide compilation of a return from a function 2017-12-07 12:35:02 +00:00
Nios2RegisterInfo.cpp [Nios2] final infrastructure to provide compilation of a return from a function 2017-12-07 12:35:02 +00:00
Nios2RegisterInfo.h Fix a bunch more layering of CodeGen headers that are in Target 2017-11-17 01:07:10 +00:00
Nios2RegisterInfo.td
Nios2Schedule.td
Nios2Subtarget.cpp [Nios2] final infrastructure to provide compilation of a return from a function 2017-12-07 12:35:02 +00:00
Nios2Subtarget.h [Nios2] final infrastructure to provide compilation of a return from a function 2017-12-07 12:35:02 +00:00
Nios2TargetMachine.cpp [Nios2] final infrastructure to provide compilation of a return from a function 2017-12-07 12:35:02 +00:00
Nios2TargetMachine.h [Nios2] final infrastructure to provide compilation of a return from a function 2017-12-07 12:35:02 +00:00
Nios2TargetObjectFile.cpp [Nios2] final infrastructure to provide compilation of a return from a function 2017-12-07 12:35:02 +00:00
Nios2TargetObjectFile.h [Nios2] final infrastructure to provide compilation of a return from a function 2017-12-07 12:35:02 +00:00
Nios2TargetStreamer.h [Nios2] final infrastructure to provide compilation of a return from a function 2017-12-07 12:35:02 +00:00