Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | GlobalISel: remove unused variable to silence warning. | Tim Northover | 2016-11-15 | 1 | -1/+1 |
| | | | | llvm-svn: 287027 | ||||
* | [ARM] GlobalISel: Remove unused members. NFCI | Diana Picus | 2016-11-15 | 1 | -3/+2 |
| | | | | | | This silences some warnings that I didn't see with my host compiler. llvm-svn: 286981 | ||||
* | [ARM] Add plumbing for GlobalISel | Diana Picus | 2016-11-11 | 1 | -0/+36 |
Add GlobalISel skeleton, up to the point where we can select a ret void. llvm-svn: 286573 |