llvm/lib/AsmParser
Reid Spencer bf7f45152c Allow the INREG parameter attribute to be added to functions. This permits the
function result to be passed in a register. This implements the GCC regparm
function attribute for llvm by translation to the InReg parameter attribute 
and fixes test/CFrontend/2002-07-30-SubregSetAssertion.c


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40619 91177308-0d34-0410-b5e6-96231b3b80d8
2007-07-31 06:37:27 +00:00
..
Lexer.cpp.cvs Regenerate (again). 2007-07-31 03:55:56 +00:00
Lexer.l Don't include newlines in the whitespace before newline (WSNL) rule. 2007-07-31 03:55:43 +00:00
Lexer.l.cvs Regenerate (again). 2007-07-31 03:55:56 +00:00
llvmAsmParser.cpp.cvs Regenerate. 2007-07-31 03:50:36 +00:00
llvmAsmParser.h.cvs Regenerate. 2007-07-31 03:50:36 +00:00
llvmAsmParser.y Allow the INREG parameter attribute to be added to functions. This permits the 2007-07-31 06:37:27 +00:00
llvmAsmParser.y.cvs Regenerate. 2007-07-31 03:50:36 +00:00
Makefile For PR797: 2006-08-18 09:30:03 +00:00
Parser.cpp For PR797: 2006-08-18 08:43:06 +00:00
ParserInternals.h Implement full unescaping of escaped hex characters in all quoted identifiers 2007-05-22 18:52:21 +00:00