llvm-project/llvm/lib/CodeGen/GlobalISel
Tim Northover 5fc93b75d9 GlobalISel: translate "unreachable" (into nothing)
Easiest instruction ever!

llvm-svn: 277225
2016-07-29 22:41:55 +00:00
..
CMakeLists.txt [GlobalISel] Introduce an instruction selector. 2016-07-27 14:31:55 +00:00
GlobalISel.cpp [GlobalISel] Introduce an instruction selector. 2016-07-27 14:31:55 +00:00
IRTranslator.cpp GlobalISel: translate "unreachable" (into nothing) 2016-07-29 22:41:55 +00:00
InstructionSelect.cpp [GlobalISel] Introduce an instruction selector. 2016-07-27 14:31:55 +00:00
InstructionSelector.cpp [AArch64][GlobalISel] Select G_LOAD/G_STORE. 2016-07-29 16:56:16 +00:00
LLVMBuild.txt GlobalISel is always built since r260566, reflect it in LLVMBuild.txt 2016-02-12 18:43:14 +00:00
MachineIRBuilder.cpp GlobalISel: support translation of intrinsic calls. 2016-07-29 22:32:36 +00:00
MachineLegalizeHelper.cpp GlobalISel: implement legalization pass, with just one transformation. 2016-07-22 20:03:43 +00:00
MachineLegalizePass.cpp GlobalISel: remove redundant ';'s. NFC 2016-07-26 03:29:18 +00:00
MachineLegalizer.cpp GlobalISel: implement legalization pass, with just one transformation. 2016-07-22 20:03:43 +00:00
RegBankSelect.cpp GlobalISel: add specialized buildCopy function to MachineInstrBuilder. 2016-07-26 16:45:30 +00:00
RegisterBank.cpp [GlobalISel] Fix #include ordering/spacing. NFC. 2016-07-14 14:52:55 +00:00
RegisterBankInfo.cpp [GlobalISel] Introduce an instruction selector. 2016-07-27 14:31:55 +00:00