summaryrefslogtreecommitdiffstats
path: root/llvm/lib/AsmParser/Lexer.cpp.cvs
Commit message (Collapse)AuthorAgeFilesLines
...
* regenerateChris Lattner2006-08-181-131/+126
| | | | llvm-svn: 29771
* For PR797:Reid Spencer2006-08-181-134/+138
| | | | | | | | | | | | | Rid the Assembly Parser of exceptions. This is a really gross hack but it will do until the Assembly Parser is re-written as a recursive descent. The basic premise is that wherever the old "ThrowException" function was called (new name: GenerateError) we set a flag (TriggerError). Every production checks that flag and calls YYERROR if it is set. Additionally, each call to ThrowException in the grammar is replaced with GEN_ERROR which calls GenerateError and then YYERROR immediately. This prevents the remaining production from continuing after an error condition. llvm-svn: 29763
* RegenerateChris Lattner2006-05-191-464/+477
| | | | llvm-svn: 28407
* regenerateChris Lattner2006-04-081-429/+441
| | | | llvm-svn: 27512
* random lexer change to test the makefile updating stuffChris Lattner2006-02-151-0/+1
| | | | llvm-svn: 26203
* adjust to new style of handling lexer changesChris Lattner2006-02-141-0/+2625
llvm-svn: 26162
OpenPOWER on IntegriCloud