llvm-project/llvm/lib/Target/Nios2/MCTargetDesc
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
..
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
Nios2AsmBackend.cpp [Nios2] final infrastructure to provide compilation of a return from a function 2017-12-07 12:35:02 +00:00
Nios2AsmBackend.h [Nios2] final infrastructure to provide compilation of a return from a function 2017-12-07 12:35:02 +00:00
Nios2BaseInfo.h [Nios2] final infrastructure to provide compilation of a return from a function 2017-12-07 12:35:02 +00:00
Nios2ELFObjectWriter.cpp [Nios2] final infrastructure to provide compilation of a return from a function 2017-12-07 12:35:02 +00:00
Nios2FixupKinds.h [Nios2] final infrastructure to provide compilation of a return from a function 2017-12-07 12:35:02 +00:00
Nios2MCAsmInfo.cpp [Nios2] final infrastructure to provide compilation of a return from a function 2017-12-07 12:35:02 +00:00
Nios2MCAsmInfo.h [Nios2] final infrastructure to provide compilation of a return from a function 2017-12-07 12:35:02 +00:00
Nios2MCExpr.cpp [Nios2] final infrastructure to provide compilation of a return from a function 2017-12-07 12:35:02 +00:00
Nios2MCExpr.h [Nios2] final infrastructure to provide compilation of a return from a function 2017-12-07 12:35:02 +00:00
Nios2MCTargetDesc.cpp [Nios2] final infrastructure to provide compilation of a return from a function 2017-12-07 12:35:02 +00:00
Nios2MCTargetDesc.h [Nios2] final infrastructure to provide compilation of a return from a function 2017-12-07 12:35:02 +00:00
Nios2TargetStreamer.cpp [Nios2] final infrastructure to provide compilation of a return from a function 2017-12-07 12:35:02 +00:00