summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/GlobalISel/InstructionSelect.cpp
Commit message (Expand)AuthorAgeFilesLines
* GlobalISel: Fix unconditional fallback with global isel abort is disabledTom Stellard2016-11-181-1/+1
* GlobalISel: make sure debugging variables are appropriately elided in release...David L. Jones2016-11-081-2/+4
* GlobalISel: allow CodeGen to fallback on VReg type/class issues.Tim Northover2016-11-081-14/+38
* [GlobalISel] Dump all instructions inserted by selector.Ahmed Bougacha2016-11-081-3/+9
* [GlobalISel] Permit select() to erase.Ahmed Bougacha2016-11-081-5/+22
* GlobalISel: rename legalizer components to match others.Tim Northover2016-10-141-3/+3
* GlobalISel: move type information to MachineRegisterInfo.Tim Northover2016-09-091-2/+3
* [InstructionSelect] NumBlocks isn't defined in DEBUG build.Haojian Wu2016-08-291-1/+1
* [InstructionSelect] Do not abort when the target wants to fall back.Quentin Colombet2016-08-271-7/+28
* [GlobalISel] Teach the core pipeline not to run if ISel failed.Quentin Colombet2016-08-271-0/+5
* [GlobalISel] Set the Selected MF property.Ahmed Bougacha2016-08-021-14/+0
* [GlobalISel] Set, require, and verify Legalized MF property.Ahmed Bougacha2016-08-021-0/+14
* [GlobalISel] Introduce an instruction selector.Ahmed Bougacha2016-07-271-0/+99
OpenPOWER on IntegriCloud