1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 03:53:04 +02:00
llvm-mirror/lib/CodeGen/GlobalISel
Tim Northover a215c0041c GlobalISel: support 'null' constant in translation.
It's sharing the integer G_CONSTANT for now since I don't *think* it creates
any ambiguity (even on weird archs). If that turns out wrong we can create a
G_PTRCONSTANT or something.

llvm-svn: 278423
2016-08-11 21:40: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
InstructionSelect.cpp [GlobalISel] Set the Selected MF property. 2016-08-02 16:49:25 +00:00
InstructionSelector.cpp [AArch64][GlobalISel] Select G_LOAD/G_STORE. 2016-07-29 16:56:16 +00:00
IRTranslator.cpp GlobalISel: support 'null' constant in translation. 2016-08-11 21:40:55 +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: implement narrowing for G_ADD. 2016-08-04 20:54:13 +00:00
MachineLegalizeHelper.cpp GlobalISel: extend add widening to SUB, MUL, OR, AND and XOR. 2016-08-04 21:39:49 +00:00
MachineLegalizePass.cpp [GlobalISel] Don't legalize non-generic instructions. 2016-08-02 11:41:09 +00:00
MachineLegalizer.cpp GlobalISel: add code to widen scalar G_ADD 2016-08-04 18:35:11 +00:00
RegBankSelect.cpp [GlobalISel] Set, require, and verify Legalized MF property. 2016-08-02 15:10:32 +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