| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | GlobalISel: implement simple function calls on AArch64. | Tim Northover | 2016-08-10 | 1 | -1/+1 |
| | | | | | | | | We're still limited in the arguments we support, but this at least handles the basic cases. llvm-svn: 278293 | ||||
| * | AMDGPU: Add skeleton GlobalIsel implementation | Tom Stellard | 2016-04-14 | 1 | -0/+36 |
| Summary: This adds the necessary target code to be able to run the ir translator. Lowering function arguments and returns is a nop and there is no support for RegBankSelect. Reviewers: arsenm, qcolombet Subscribers: arsenm, joker.eph, vkalintiris, llvm-commits Differential Revision: http://reviews.llvm.org/D19077 llvm-svn: 266356 | |||||

