Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Nios2] Remove Nios2 backend | Craig Topper | 2019-01-15 | 3 | -48/+0 |
| | | | | | | | | As mentioned here http://lists.llvm.org/pipermail/llvm-dev/2019-January/129121.html This backend is incomplete and has not been maintained in several months. Differential Revision: https://reviews.llvm.org/D56691 llvm-svn: 351231 | ||||
* | [Nios2] final infrastructure to provide compilation of a return from a function | Nikolai Bozhenov | 2017-12-07 | 1 | -1/+1 |
| | | | | | | | | | | | | 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 | ||||
* | [Nios2] Target registration | Nikolai Bozhenov | 2017-05-29 | 3 | -0/+48 |
Reviewers: craig.topper, hfinkel, joerg, lattner, zvi Reviewed By: craig.topper Subscribers: oren_ben_simhon, igorb, belickim, tvvikram, mgorny, llvm-commits, pavel.v.chupin, DavidKreitzer Differential Revision: https://reviews.llvm.org/D32669 Patch by AndreiGrischenko <andrei.l.grischenko@intel.com> llvm-svn: 304144 |