| Commit message (Expand) | Author | Age | Files | Lines |
* | Update copyright notices to reflect the fact that Transmeta | Linus Torvalds | 2005-04-07 | 1 | -0/+1 |
* | Do a proper scope allocator, don't use the "bytes" allocator that doesn't | Linus Torvalds | 2005-04-07 | 1 | -1/+3 |
* | Don't bother with memset() on allocations, the chunking | Linus Torvalds | 2005-04-07 | 1 | -7/+4 |
* | Start updating the copyright license comments to the OSL, | Linus Torvalds | 2005-04-07 | 1 | -1/+3 |
* | Oops. Move type definition to top of function, instead of | Linus Torvalds | 2005-04-07 | 1 | -1/+1 |
* | Change the copyright to Transmeta Corp, that's likely to be | Linus Torvalds | 2005-04-07 | 1 | -1/+1 |
* | Drop debugging message. | Linus Torvalds | 2005-04-07 | 1 | -1/+0 |
* | Make the parser discard the tokens after having parsed | Linus Torvalds | 2005-04-07 | 1 | -9/+15 |
* | Introduce a "struct position", and have the different types refer | Linus Torvalds | 2005-04-07 | 1 | -17/+9 |
* | Don't die on excessive warnings, just print a warning and stop | Linus Torvalds | 2005-04-07 | 1 | -2/+9 |
* | Make a function call point an expression type of its own, and | Linus Torvalds | 2005-04-07 | 1 | -0/+13 |
* | Move expression data structures to "expression.h", they got | Linus Torvalds | 2005-04-07 | 1 | -0/+1 |
* | Fix up more stupidities in the type parsing. It might even be getting close | Linus Torvalds | 2005-04-07 | 1 | -1/+1 |
* | Add copyright statements and file comments. Add a FAQ, README, and | Linus Torvalds | 2005-04-07 | 1 | -1/+3 |
* | Make iterators take a helper datum, and tell the callback whether | Linus Torvalds | 2005-04-07 | 1 | -3/+9 |
* | Make listop functions keep the lists in chronological order | Linus Torvalds | 2005-04-07 | 1 | -5/+16 |
* | Since we're making much more progress now, allow more warnings. | Linus Torvalds | 2005-04-07 | 1 | -1/+1 |
* | Don't be overly verbose when clearing an allocator. | Linus Torvalds | 2005-04-07 | 1 | -1/+0 |
* | Clear allocation statistics when clearing an allocator. | Linus Torvalds | 2005-04-07 | 1 | -0/+3 |
* | Create function to clear out the existing allocations. The | Linus Torvalds | 2005-04-07 | 1 | -0/+6 |
* | Move some common parsing routines to "lib", so thatthe | Linus Torvalds | 2005-04-07 | 1 | -0/+40 |
* | Do much more pre-processing work: support #ifdef/#else/#endif | Linus Torvalds | 2005-04-07 | 1 | -8/+24 |
* | Add initial preprocessor pass (doesn't actually do much) | Linus Torvalds | 2005-04-07 | 1 | -0/+11 |
* | Implement space-efficient allocator for small data structures. We | Linus Torvalds | 2005-04-07 | 1 | -12/+81 |
* | Add allocators for statistics | Linus Torvalds | 2005-04-07 | 1 | -1/+24 |
* | Parse a lot more types (including complex structures and unions and | Linus Torvalds | 2005-04-07 | 1 | -0/+33 |
* | Parse more C expressions. | Linus Torvalds | 2005-04-07 | 1 | -5/+13 |
* | Add simple recursive-descent C expression parsing (but we only do the | Linus Torvalds | 2005-04-07 | 1 | -0/+39 |