| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [AArch64][GlobalISel] Select G_MUL. | Ahmed Bougacha | 2016-08-16 | 1 | -0/+4 |
| | | | | | llvm-svn: 278810 | ||||
| * | [AArch64][GlobalISel] Select p0 G_FRAME_INDEX. | Ahmed Bougacha | 2016-08-16 | 1 | -2/+2 |
| | | | | | | | And mark it as legal. llvm-svn: 278802 | ||||
| * | [AArch64][GlobalISel] Select G_LOAD/G_STORE. | Ahmed Bougacha | 2016-07-29 | 1 | -2/+6 |
| | | | | | | | | | | | Mostly straightforward as we ignore addressing modes and just use the base + unsigned immediate offset (always 0) variants. This currently fails to select extloads because we have yet to agree on a representation. llvm-svn: 277171 | ||||
| * | [GlobalISel] Introduce an instruction selector. | Ahmed Bougacha | 2016-07-27 | 1 | -0/+52 |
| And implement it for AArch64, supporting x/w ADD/OR. Differential Revision: https://reviews.llvm.org/D22373 llvm-svn: 276875 | |||||

