Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MC: Separate creating a generic object writer from creating a target object ↵ | Peter Collingbourne | 2018-05-21 | 1 | -4/+3 |
| | | | | | | | | | | | | | writer. NFCI. With this we gain a little flexibility in how the generic object writer is created. Part of PR37466. Differential Revision: https://reviews.llvm.org/D47045 llvm-svn: 332868 | ||||
* | [Nios2] final infrastructure to provide compilation of a return from a function | Nikolai Bozhenov | 2017-12-07 | 1 | -0/+44 |
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 |