llvm-project/llvm/lib/Target/AArch64/Utils
Sjoerd Meijer 69bccf96bd [AArch64AsmParser] rewrite of function parseSysAlias
This is a cleanup/rewrite of the parseSysAlias function. It was not using the
tablegen instruction descriptions, but was “manually” matching the mnemonics
and recreating the operands whereas all this information is already in
tablegen; all this code has been replaced with calls to lookupXYZByName
tablegen calls.

Differential Revision: https://reviews.llvm.org/D30491

llvm-svn: 296857
2017-03-03 08:12:47 +00:00
..
AArch64BaseInfo.cpp AArch64: try to fix optimized build failure. 2016-07-05 23:15:58 +00:00
AArch64BaseInfo.h [AArch64AsmParser] rewrite of function parseSysAlias 2017-03-03 08:12:47 +00:00
CMakeLists.txt
LLVMBuild.txt