1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-26 06:22:56 +02:00
llvm-mirror/lib/CodeGen/GlobalISel
Quentin Colombet cd7dd65c54 [IRTranslator] Support the translation of or.
Now or instructions get translated into G_OR.

llvm-svn: 272433
2016-06-10 20:50:35 +00:00
..
CMakeLists.txt [GlobalISel] Add the RegisterBankInfo class for the handling of register banks. 2016-04-05 20:02:47 +00:00
GlobalISel.cpp [GlobalISel] Add the skeleton of the RegBankSelect pass. 2016-04-05 19:06:01 +00:00
IRTranslator.cpp [IRTranslator] Support the translation of or. 2016-06-10 20:50:35 +00:00
LLVMBuild.txt
MachineIRBuilder.cpp [IRTranslator] Translate unconditional branches. 2016-03-11 17:28:03 +00:00
RegBankSelect.cpp [RegBankSelect] Print out the actual mapping of the operands. 2016-06-08 21:55:30 +00:00
RegisterBank.cpp [RegisterBankInfo] Change the API for the verify methods. 2016-04-21 18:34:43 +00:00
RegisterBankInfo.cpp [RegisterBankInfo] Avoid code duplication in OperandsMapper for the computation of the end of range. 2016-06-08 21:55:26 +00:00