1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00
llvm-mirror/lib/CodeGen/MIRParser
Matthias Braun 754497689e CodeGen: Cleanup regmask construction; NFC
- Avoid duplication of regmask size calculation.
- Simplify allocateRegisterMask() call.
- Rename allocateRegisterMask() to allocateRegMask() to be consistent
  with naming in MachineOperand.

llvm-svn: 337986
2018-07-26 00:27:47 +00:00
..
CMakeLists.txt
LLVMBuild.txt
MILexer.cpp [MIRParser] Allow register class names in the form of integer/scalar 2018-05-05 07:05:51 +00:00
MILexer.h [MIRParser] Allow register class names in the form of integer/scalar 2018-05-05 07:05:51 +00:00
MIParser.cpp CodeGen: Cleanup regmask construction; NFC 2018-07-26 00:27:47 +00:00
MIParser.h [CodeGen] Fix inconsistent declaration parameter name 2018-07-16 18:51:40 +00:00
MIRParser.cpp [MIR] Add support for debug metadata for fixed stack objects 2018-04-25 18:58:06 +00:00