Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Added some eye-candy for Subtarget type checking | Anton Korobeynikov | 2006-09-17 | 1 | -75/+79 | |
| | | | | | | Added X86 StdCall & FastCall calling conventions. Codegen will follow. llvm-svn: 30446 | |||||
* | Adding generated files for the last commit | Anton Korobeynikov | 2006-09-14 | 1 | -103/+267 | |
| | | | | llvm-svn: 30375 | |||||
* | regenerate | Chris Lattner | 2006-08-18 | 1 | -250/+102 | |
| | | | | llvm-svn: 29771 | |||||
* | Add a comment about the mechanisms used to rid AsmParser of exceptions. | Reid Spencer | 2006-08-18 | 1 | -1/+1 | |
| | | | | llvm-svn: 29769 | |||||
* | For PR797: | Reid Spencer | 2006-08-18 | 1 | -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 | |||||
* | Regenerate | Chris Lattner | 2006-05-19 | 1 | -39/+40 | |
| | | | | llvm-svn: 28407 | |||||
* | regenerate | Chris Lattner | 2006-04-08 | 1 | -2/+3 | |
| | | | | llvm-svn: 27512 | |||||
* | Convert this over to work with the new makefiles | Chris Lattner | 2006-02-15 | 1 | -0/+140 | |
llvm-svn: 26206 |