summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/AArch64/AArch64InstructionSelector.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* GlobalISel: move type information to MachineRegisterInfo.Tim Northover2016-09-091-15/+10
* GlobalISel: add a G_PHI instruction to give phis a type.Tim Northover2016-09-011-0/+6
* GlobalISel: use G_TYPE to annotate physregs with a type.Tim Northover2016-08-311-1/+6
* [AArch64][GlobalISel] Select floating-point binary ops.Ahmed Bougacha2016-08-181-0/+34
* [AArch64][GlobalISel] Select G_SDIV/G_UDIV.Ahmed Bougacha2016-08-181-0/+10
* [AArch64][GlobalISel] Select G_MUL.Ahmed Bougacha2016-08-161-0/+37
* [AArch64][GlobalISel] Factor out unsupported binop check. NFC.Ahmed Bougacha2016-08-161-40/+50
* [AArch64][GlobalISel] Select (variable) shifts.Ahmed Bougacha2016-08-161-0/+15
* [AArch64][GlobalISel] Select p0 G_FRAME_INDEX.Ahmed Bougacha2016-08-161-0/+18
* [AArch64][GlobalISel] Select G_XOR.Ahmed Bougacha2016-07-291-0/+5
* [AArch64][GlobalISel] Select G_LOAD/G_STORE.Ahmed Bougacha2016-07-291-0/+56
* [AArch64][GlobalISel] Select G_BR.Ahmed Bougacha2016-07-281-8/+13
* [AArch64][GlobalISel] Select GPR G_SUB.Ahmed Bougacha2016-07-281-1/+6
* [AArch64][GlobalISel] Select GPR G_AND.Ahmed Bougacha2016-07-281-0/+5
* [GlobalISel] Remove types on selected insts instead of using LLT().Ahmed Bougacha2016-07-281-1/+1
* [GlobalISel] Introduce an instruction selector.Ahmed Bougacha2016-07-271-0/+162
OpenPOWER on IntegriCloud