llvm-6502/lib/AsmParser
Alex Lorenz 4b50ecbf6a AsmParser: Add a function to parse a standalone constant value.
This commit extends the interface provided by the AsmParser library by adding a
function that allows the user to parse a standalone contant value.

This change is useful for MIR serialization, as it will allow the MIR Parser to
parse the constant values in a machine constant pool.

Reviewers: Duncan P. N. Exon Smith

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


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@242579 91177308-0d34-0410-b5e6-96231b3b80d8
2015-07-17 22:07:03 +00:00
..
CMakeLists.txt modules: Add explicit dependency on intrinsics_gen 2015-06-16 00:44:12 +00:00
LLLexer.cpp Add argmemonly attribute. 2015-07-11 10:30:36 +00:00
LLLexer.h Remove empty non-virtual destructors or mark them =default when non-public 2015-04-11 15:32:26 +00:00
LLParser.cpp AsmParser: Add a function to parse a standalone constant value. 2015-07-17 22:07:03 +00:00
LLParser.h AsmParser: Add a function to parse a standalone constant value. 2015-07-17 22:07:03 +00:00
LLToken.h Add argmemonly attribute. 2015-07-11 10:30:36 +00:00
LLVMBuild.txt
Makefile
module.modulemap [modules] Add module maps for LLVM. These are not quite ready for prime-time 2014-05-21 02:46:14 +00:00
Parser.cpp AsmParser: Add a function to parse a standalone constant value. 2015-07-17 22:07:03 +00:00