Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner | 2007-12-29 | 1 | -2/+2 | |
| | | | | llvm-svn: 45418 | |||||
* | Replace the original flex lexer with a hand writen one. This | Chris Lattner | 2007-11-18 | 1 | -23/+21 | |
| | | | | | | | drops a dependency on flex and lets us make future progress more easily. Yay for 2 fewer .cvs files to make silly conflicts with. llvm-svn: 44213 | |||||
* | For PR797: | Reid Spencer | 2006-08-18 | 1 | -22/+26 | |
| | | | | | | | | | | | | | 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 | |||||
* | Give the asmparser the ability to parse strings. Patch contributed by | Chris Lattner | 2005-05-20 | 1 | -0/+4 | |
| | | | | | | Alexander Friedman llvm-svn: 22146 | |||||
* | * Remove trailing whitespace | Misha Brukman | 2005-04-21 | 1 | -8/+8 | |
| | | | | | | * Convert tabs to spaces llvm-svn: 21415 | |||||
* | Fine-grainify namespacification, prune #include | Chris Lattner | 2004-07-13 | 1 | -6/+2 | |
| | | | | llvm-svn: 14792 | |||||
* | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke | 2003-11-11 | 1 | -0/+4 | |
| | | | | llvm-svn: 9903 | |||||
* | * Eliminate `using' directive | Misha Brukman | 2003-10-23 | 1 | -9/+10 | |
| | | | | | | * Order #includes as per style guide llvm-svn: 9429 | |||||
* | Added LLVM project notice to the top of every C++ source file. | John Criswell | 2003-10-20 | 1 | -0/+7 | |
| | | | | | | Header files will be on the way. llvm-svn: 9298 | |||||
* | Uppercase the acronym ASCII. | Misha Brukman | 2003-09-22 | 1 | -1/+1 | |
| | | | | llvm-svn: 8676 | |||||
* | AsmParser now depends on clients to verify that input is well formed | Chris Lattner | 2002-08-30 | 1 | -6/+0 | |
| | | | | llvm-svn: 3548 | |||||
* | MEGAPATCH checkin. | Chris Lattner | 2002-06-25 | 1 | -1/+1 | |
| | | | | | | For details, See: docs/2002-06-25-MegaPatchInfo.txt llvm-svn: 2779 | |||||
* | Eliminate duplicate or unneccesary #include's | Chris Lattner | 2002-04-29 | 1 | -1/+0 | |
| | | | | llvm-svn: 2397 | |||||
* | Close input file if exception is thrown | Chris Lattner | 2002-02-20 | 1 | -6/+10 | |
| | | | | llvm-svn: 1784 | |||||
* | Change to verifier interface | Chris Lattner | 2002-02-20 | 1 | -9/+3 | |
| | | | | llvm-svn: 1782 | |||||
* | Changes to build successfully with GCC 3.02 | Chris Lattner | 2002-01-20 | 1 | -1/+2 | |
| | | | | llvm-svn: 1503 | |||||
* | Remove exception specification | Chris Lattner | 2001-10-13 | 1 | -1/+1 | |
| | | | | llvm-svn: 756 | |||||
* | Remove dependence on command line library. Silly anyway. | Chris Lattner | 2001-07-22 | 1 | -13/+13 | |
| | | | | llvm-svn: 271 | |||||
* | Initial revision | Chris Lattner | 2001-06-06 | 1 | -0/+84 | |
llvm-svn: 2 |