| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [ARM] GlobalISel: Select add i32, i32 | Diana Picus | 2016-12-16 | 1 | -0/+1 |
| | | | | | | | | | | | | | | Add the minimal support necessary to select a function that returns the sum of two i32 values. This includes some support for argument/return lowering of i32 values through registers, as well as the handling of copy and add instructions throughout the GlobalISel pipeline. Differential Revision: https://reviews.llvm.org/D26677 llvm-svn: 289940 | ||||
| * | GlobalISel: remove unused variable to silence warning. | Tim Northover | 2016-11-15 | 1 | -1/+0 |
| | | | | | llvm-svn: 287027 | ||||
| * | [ARM] GlobalISel: Remove unused members. NFCI | Diana Picus | 2016-11-15 | 1 | -4/+1 |
| | | | | | | | 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/+42 |
| Add GlobalISel skeleton, up to the point where we can select a ret void. llvm-svn: 286573 | |||||

