llvm-6502/lib/AsmParser
Duncan P. N. Exon Smith 16fb1632a1 DebugInfo: Really support 2^16 arguments in a subprogram
As a follow-up to r235955, actually support up to 65535 arguments in a
subprogram.  r235955 missed assembly support, having only tested the new
limit via C++ unit tests.  Code patch by Amjad Aboud.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@238854 91177308-0d34-0410-b5e6-96231b3b80d8
2015-06-02 17:17:44 +00:00
..
CMakeLists.txt
LLLexer.cpp Add initial support for the convergent attribute. 2015-05-26 23:48:40 +00:00
LLLexer.h
LLParser.cpp DebugInfo: Really support 2^16 arguments in a subprogram 2015-06-02 17:17:44 +00:00
LLParser.h
LLToken.h Add initial support for the convergent attribute. 2015-05-26 23:48:40 +00:00
LLVMBuild.txt
Makefile
module.modulemap
Parser.cpp