llvm/lib/AsmParser
Chris Lattner f3a789d931 Remove old backwards compatibility support from the parser for autoupgrading
the old malloc/free instructions, and for 'sext' and 'zext' as function 
attributes (they are spelled signext/zeroext now), and support for result
value attributes being specified after a function.

Additionally, diagnose invalid attributes on functions with an error message
instead of an abort in the verifier.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@133229 91177308-0d34-0410-b5e6-96231b3b80d8
2011-06-17 03:16:47 +00:00
..
CMakeLists.txt
LLLexer.cpp Remove old backwards compatibility support from the parser for autoupgrading 2011-06-17 03:16:47 +00:00
LLLexer.h Refactor parsing of variable names (ie., %foo and @foo) since they have the same 2011-06-04 18:16:26 +00:00
LLParser.cpp Remove old backwards compatibility support from the parser for autoupgrading 2011-06-17 03:16:47 +00:00
LLParser.h Remove old backwards compatibility support from the parser for autoupgrading 2011-06-17 03:16:47 +00:00
LLToken.h Remove old backwards compatibility support from the parser for autoupgrading 2011-06-17 03:16:47 +00:00
Makefile
Parser.cpp