llvm-project/llvm/lib/CodeGen/MIRParser
Alex Lorenz b1f9ce8fc9 MIR Parser: Use source locations for MBB naming errors.
This commit changes the type of the field 'Name' in the struct
'yaml::MachineBasicBlock' from 'std::string' to 'yaml::StringValue'. This change
allows the MIR parser to report errors related to the MBB name with the proper
source locations.

llvm-svn: 241718
2015-07-08 20:22:20 +00:00
..
CMakeLists.txt MIR Serialization: Introduce a lexer for machine instructions. 2015-06-22 20:37:46 +00:00
LLVMBuild.txt
MILexer.cpp MIR Serialization: Serialize the 'dead' register machine operand flag. 2015-07-07 20:34:53 +00:00
MILexer.h MIR Serialization: Serialize the 'dead' register machine operand flag. 2015-07-07 20:34:53 +00:00
MIParser.cpp MIR Serialization: Serialize the 'dead' register machine operand flag. 2015-07-07 20:34:53 +00:00
MIParser.h MIR Parser: wrap 'MBBSlots' from the MI parsing functions in a struct. NFC. 2015-07-07 17:46:43 +00:00
MIRParser.cpp MIR Parser: Use source locations for MBB naming errors. 2015-07-08 20:22:20 +00:00
Makefile