Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rename these tests to match the attribute. | Chris Lattner | 2009-01-05 | 1 | -28/+0 |
* | Extend vector member references to include {.hi, .lo, .e, .o} which return a | Nate Begeman | 2008-05-09 | 1 | -2/+1 |
* | OCUVector -> ExtVector, shorthand for extended vector, per feedback from Chris. | Nate Begeman | 2008-04-18 | 1 | -3/+3 |
* | rename -parse-ast-print to -ast-print | Chris Lattner | 2007-10-11 | 1 | -1/+1 |
* | Removed option "-parse-ast-check" from clang driver. This is now implemented | Ted Kremenek | 2007-09-26 | 1 | -1/+1 |
* | Restrict vector component access (using "." and "[]") to variables. | Steve Naroff | 2007-08-03 | 1 | -0/+2 |
* | Finish up semantic analysis for vector components. | Steve Naroff | 2007-07-30 | 1 | -6/+13 |
* | Implement syntax/semantic analysis for OCU Vector Components. | Steve Naroff | 2007-07-27 | 1 | -0/+20 |