[llvm-commits] CVS: llvm/lib/AsmParser/ParserInternals.h Lexer.l llvmAsmParser.y

2007-05-22 Thread Reid Spencer
Changes in directory llvm/lib/AsmParser: ParserInternals.h updated: 1.55 -> 1.56 Lexer.l updated: 1.110 -> 1.111 llvmAsmParser.y updated: 1.357 -> 1.358 --- Log message: Implement full unescaping of escaped hex characters in all quoted identifiers and strings. --- Diffs of the changes: (+121

[llvm-commits] CVS: llvm/lib/AsmParser/ParserInternals.h llvmAsmParser.y

2007-04-08 Thread Reid Spencer
Changes in directory llvm/lib/AsmParser: ParserInternals.h updated: 1.54 -> 1.55 llvmAsmParser.y updated: 1.336 -> 1.337 --- Log message: For PR1146: http://llvm.org/PR1146 : Adapt handling of parameter attributes to use the new ParamAttrsList class. --- Diffs of the changes: (+82 -46) Par

[llvm-commits] CVS: llvm/lib/AsmParser/ParserInternals.h

2007-03-19 Thread Reid Spencer
Changes in directory llvm/lib/AsmParser: ParserInternals.h updated: 1.53 -> 1.54 --- Log message: Add and Operator== method to ValID so equality can be done properly for named or numbered ValIDs. --- Diffs of the changes: (+20 -0) ParserInternals.h | 20 1 files chan