1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 03:53:04 +02:00
llvm-mirror/lib/CodeGen/MIRParser
Alex Lorenz bca9f0ccb7 MIR Parser: Use correct source locations for machine instruction diagnostics.
This commit translates the source locations for MIParser diagnostics from
the locations in the machine instruction string to the locations in the
MIR file.

Reviewers: Duncan P. N. Exon Smith

Differential Revision: http://reviews.llvm.org/D10574

llvm-svn: 240474
2015-06-23 22:39:23 +00:00
..
CMakeLists.txt MIR Serialization: Introduce a lexer for machine instructions. 2015-06-22 20:37:46 +00:00
LLVMBuild.txt
Makefile
MILexer.cpp MIR Serialization: Serialize physical register machine operands. 2015-06-23 16:35:26 +00:00
MILexer.h MIR Serialization: Serialize physical register machine operands. 2015-06-23 16:35:26 +00:00
MIParser.cpp MIR Serialization: Serialize physical register machine operands. 2015-06-23 16:35:26 +00:00
MIParser.h MIR Serialization: Serialize machine instruction names. 2015-06-22 17:02:30 +00:00
MIRParser.cpp MIR Parser: Use correct source locations for machine instruction diagnostics. 2015-06-23 22:39:23 +00:00