Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2010-06-11 | Add queries to determine if a node is a list sentinal | Ian Romanick | 1 | -0/+16 |
2010-05-10 | exec_list: Add foreach_list_typed and foreach_list_typed_const | Ian Romanick | 1 | -0/+12 |
2010-05-10 | exec_list: Add simpler exec_list for-each macros | Ian Romanick | 1 | -0/+10 |
2010-05-10 | exec_list: Add macros to get ptr to structure containing a node | Ian Romanick | 1 | -0/+27 |
2010-04-08 | Inline functions consisting of a return of an expression. | Eric Anholt | 1 | -0/+11 |
2010-03-31 | Fix exec_list::move_nodes_to when the source list is empty | Ian Romanick | 1 | -8/+12 |
2010-03-26 | Add missing parenthesis in foreach_iter | Ian Romanick | 1 | -1/+1 |
2010-03-08 | Add yet-another linked list type | Ian Romanick | 1 | -0/+298 |