| Commit message (Expand) | Author | Age | Files | Lines |
* | Start updating the copyright license comments to the OSL, | Linus Torvalds | 2005-04-07 | 1 | -1/+13 |
* | Merge both node and array information at array degrade time. | Linus Torvalds | 2005-04-07 | 1 | -1/+1 |
* | Oops. Bad scoping for iterators and switch() statements. We didn't | Linus Torvalds | 2005-04-07 | 1 | -0/+18 |
* | Yeah, well... More typeof() tweaking. | Linus Torvalds | 2005-04-07 | 1 | -7/+3 |
* | Whoops. More "typeof" confusion fixes. | Linus Torvalds | 2005-04-07 | 1 | -7/+8 |
* | Fix type merging at dereference evaluation time. | Linus Torvalds | 2005-04-07 | 1 | -1/+1 |
* | Fix typeof() type evaluation. I hope. | Linus Torvalds | 2005-04-07 | 1 | -3/+23 |
* | Make symbol addressing do something half-way sane. | Linus Torvalds | 2005-04-07 | 1 | -0/+1 |
* | Show iterators and goto's properly as pseudo-assembler. | Linus Torvalds | 2005-04-07 | 1 | -1/+3 |
* | Don't make the 'void' type point to itself. It confuses the | Linus Torvalds | 2005-04-07 | 1 | -1/+1 |
* | Mark a symbol as accessed if it's used during evaluation of the tree. | Linus Torvalds | 2005-04-07 | 1 | -0/+19 |
* | Don't add inline functions to the top-level parse tree. They'll | Linus Torvalds | 2005-04-07 | 1 | -1/+2 |
* | Oops. The preprocessor symbol evaluation printed out the wrong name. | Linus Torvalds | 2005-04-07 | 1 | -0/+2 |
* | Only add symbol definitions, not declarations, to the result list | Linus Torvalds | 2005-04-07 | 1 | -3/+3 |
* | Make structure size calculations handle the case where | Linus Torvalds | 2005-04-07 | 1 | -3/+3 |
* | Expose scoping to symbol binders - we'll need this to check | Linus Torvalds | 2005-04-07 | 1 | -1/+10 |
* | Move symbol alignment into the "ctype" part of the symbol, | Linus Torvalds | 2005-04-07 | 1 | -20/+21 |
* | Change the copyright to Transmeta Corp, that's likely to be | Linus Torvalds | 2005-04-07 | 1 | -1/+1 |
* | If 'examine_symbol_type' changes the symbol type due to lazy | Linus Torvalds | 2005-04-07 | 1 | -2/+3 |
* | Change the evaluate functions to return the type of the result | Linus Torvalds | 2005-04-07 | 1 | -11/+18 |
* | Introduce a "struct position", and have the different types refer | Linus Torvalds | 2005-04-07 | 1 | -5/+5 |
* | Mark the ctype "int" explicitly signed (and not just signed | Linus Torvalds | 2005-04-07 | 1 | -1/+1 |
* | Fix array size problem: if the array is unsized (-1), then | Linus Torvalds | 2005-04-07 | 1 | -0/+2 |
* | Use the same bitfield packing that gcc does. It was much | Linus Torvalds | 2005-04-07 | 1 | -45/+46 |
* | Add bitfield type examination and printout. | Linus Torvalds | 2005-04-07 | 1 | -5/+60 |
* | Add a generic internal pointer type (void *) | Linus Torvalds | 2005-04-07 | 1 | -1/+3 |
* | Fix indirect type parsing (functions, arrays, bitfields). Update | Linus Torvalds | 2005-04-07 | 1 | -38/+24 |
* | Make the 'void' type also be part of the new world order | Linus Torvalds | 2005-04-07 | 1 | -8/+3 |
* | Oops. When adding the basic C types, I forgot the most | Linus Torvalds | 2005-04-07 | 1 | -1/+3 |
* | Clean up type handling in a big way. Don't leave those | Linus Torvalds | 2005-04-07 | 1 | -7/+24 |
* | Start doing type evaluation for binops - integer promotion rules | Linus Torvalds | 2005-04-07 | 1 | -0/+2 |
* | Add building of the normal built-in C types (as opposed to the | Linus Torvalds | 2005-04-07 | 1 | -0/+40 |
* | Fix the union size calculation thing that I broke earlier. The | Linus Torvalds | 2005-04-07 | 1 | -1/+10 |
* | Handle 'enum' type sizing and alignment | Linus Torvalds | 2005-04-07 | 1 | -0/+6 |
* | Handle 'void' type sizing and bad sizeof's. | Linus Torvalds | 2005-04-07 | 1 | -2/+11 |
* | Make array parsing use the proper constant evaluation | Linus Torvalds | 2005-04-07 | 1 | -48/+39 |
* | Add type size and alignment information to 'struct symbol'. | Linus Torvalds | 2005-04-07 | 1 | -0/+132 |
* | Fix confusion between symbol types and modifier bit-names. | Linus Torvalds | 2005-04-07 | 1 | -26/+26 |
* | Make storage class specifiers move correctly up the chain of | Linus Torvalds | 2005-04-07 | 1 | -0/+3 |
* | Split up the printout functions into a file of their own. | Linus Torvalds | 2005-04-07 | 1 | -124/+0 |
* | Oops, looked at the wrong type for union/struct/enum/typeof cases. | Linus Torvalds | 2005-04-07 | 1 | -0/+2 |
* | Add copyright statements and file comments. Add a FAQ, README, and | Linus Torvalds | 2005-04-07 | 1 | -0/+5 |
* | Show for/while/do statements in debugging. Make symbol type | Linus Torvalds | 2005-04-07 | 1 | -1/+0 |
* | Ok, move closer to a proper type parser. It's still way too | Linus Torvalds | 2005-04-07 | 1 | -20/+18 |
* | Make iterators take a helper datum, and tell the callback whether | Linus Torvalds | 2005-04-07 | 1 | -9/+18 |
* | Bind symbols when declared. Bind arguments to functions. | Linus Torvalds | 2005-04-07 | 1 | -1/+7 |
* | Add symbol scoping for proper parsing. | Linus Torvalds | 2005-04-07 | 1 | -0/+3 |
* | Parse __alignof__ (although right now it ends up parsing as a | Linus Torvalds | 2005-04-07 | 1 | -0/+4 |
* | Fix up warnings by adding includes and the proper prototypes. | Linus Torvalds | 2005-04-07 | 1 | -7/+2 |
* | Print out statement parse trees so that we can verify that the | Linus Torvalds | 2005-04-07 | 1 | -3/+9 |