llvm-project/llvm/lib/CodeGen/GlobalISel
Tim Northover 69c2ba546f GlobalISel: add generic conditional branch.
Just the basic equivalent to DAG's condbr for now, we'll get to things like
br_cc when we start doing more legalization.

llvm-svn: 277184
2016-07-29 17:58:00 +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: add generic conditional branch. 2016-07-29 17:58:00 +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: add generic conditional branch. 2016-07-29 17:58:00 +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