summaryrefslogtreecommitdiffstats
path: root/llvm/lib/AsmParser/llvmAsmParser.h.cvs
Commit message (Collapse)AuthorAgeFilesLines
...
* Added some eye-candy for Subtarget type checkingAnton Korobeynikov2006-09-171-75/+79
| | | | | | Added X86 StdCall & FastCall calling conventions. Codegen will follow. llvm-svn: 30446
* Adding generated files for the last commitAnton Korobeynikov2006-09-141-103/+267
| | | | llvm-svn: 30375
* regenerateChris Lattner2006-08-181-250/+102
| | | | llvm-svn: 29771
* Add a comment about the mechanisms used to rid AsmParser of exceptions.Reid Spencer2006-08-181-1/+1
| | | | llvm-svn: 29769
* For PR797:Reid Spencer2006-08-181-102/+250
| | | | | | | | | | | | | 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-39/+40
| | | | llvm-svn: 28407
* regenerateChris Lattner2006-04-081-2/+3
| | | | llvm-svn: 27512
* Convert this over to work with the new makefilesChris Lattner2006-02-151-0/+140
llvm-svn: 26206
OpenPOWER on IntegriCloud