Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | produce an error on invalid input instead of asserting: | Chris Lattner | 2008-04-10 | 1 | -0/+5 |
| | | | | | | | def : Pat<((v2f64 (vector_shuffle immAllZerosV_bc, ^ llvm-svn: 49462 | ||||
* | Fix a crash on code like: let x = 1 {x | Chris Lattner | 2008-01-10 | 1 | -1/+4 |
| | | | | llvm-svn: 45827 | ||||
* | remove attributions from utils. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
| | | | | llvm-svn: 45419 | ||||
* | Add TGParser files to VStudio project files. Removed generated files ↵ | Chuck Rose III | 2007-11-26 | 1 | -0/+2 |
| | | | | | | section from TableGen project file as it is no longer needed. #Include <algorithm> directly from TGParser.cpp so it can see std::reverse. llvm-svn: 44340 | ||||
* | resolve the last fixme's in the new tblgen parser. | Chris Lattner | 2007-11-22 | 1 | -6/+4 |
| | | | | llvm-svn: 44277 | ||||
* | Rewrite the tblgen parser in a recursive descent style, eliminating the ↵ | Chris Lattner | 2007-11-22 | 1 | -0/+1372 |
bison parser. This makes the parser much easier to understand, eliminates a ton of global variables, and gives tblgen nice caret diagnostics. It is also faster, but tblgen probably doesn't care about performance. There are a couple of FIXMEs which I will take care of next. llvm-svn: 44274 |