| Age | Commit message (Expand) | Author | Files | Lines |
| 2008-12-24 | Revert the context tracking code | Johannes Berg | 1 | -10/+2 |
| 2008-04-21 | make sparse keep its promise about context tracking | Johannes Berg | 1 | -2/+10 |
| 2007-07-10 | fix handling of address_space in casts and assignments | Al Viro | 1 | -0/+1 |
| 2007-06-26 | [PATCH] implement __builtin_offsetof() | Al Viro | 1 | -1/+17 |
| 2007-06-18 | [PATCH] make copying of EXPR_INDEX non-lazy | Al Viro | 1 | -2/+0 |
| 2007-03-02 | Add annotation for inline function call. | Christopher Li | 1 | -4/+7 |
| 2006-11-06 | Typo fixes | Pavel Roskin | 1 | -1/+1 |
| 2006-07-05 | [PATCH] Handle EXPR_TYPE in copy_expression | Josh Triplett | 1 | -0/+1 |
| 2005-12-31 | Make local declarations be statements of their own | Linus Torvalds | 1 | -10/+22 |
| 2005-11-22 | [PATCH] fix of compound literals on inlining | Al Viro | 1 | -0/+9 |
| 2005-11-16 | Re-name "error()" function to "sparse_error()" | Linus Torvalds | 1 | -1/+1 |
| 2005-09-22 | [PATCH] replaced warnings with errors. | Mitesh Shah | 1 | -1/+1 |
| 2005-04-07 | [PATCH] static declear | Christopher Li | 1 | -2/+2 |
| 2005-04-07 | [PATCH] bogus initializer offsets | Alexander Viro | 1 | -4/+0 |
| 2005-04-07 | Add compile-time "range-check" infrastructure to sparse | Linus Torvalds | 1 | -1/+9 |
| 2005-04-07 | inlining: don't copy an initializer expression for a symbol that | Linus Torvalds | 1 | -1/+2 |
| 2005-04-07 | Save off the asm parameter name too. | Linus Torvalds | 1 | -4/+15 |
| 2005-04-07 | Fix inlining of STMT_ASM. | Linus Torvalds | 1 | -1/+15 |
| 2005-04-07 | Split out the blob allocator from lib.c into allocate.c. | Linus Torvalds | 1 | -0/+1 |
| 2005-04-07 | Update copyright notices a bit. | Linus Torvalds | 1 | -1/+1 |
| 2005-04-07 | Breep! Fix one millionth inlining bug | Linus Torvalds | 1 | -2/+2 |
| 2005-04-07 | Show usage notes for symbols. | Linus Torvalds | 1 | -0/+1 |
| 2005-04-07 | Separate explicit and implied casts. | Linus Torvalds | 1 | -0/+1 |
| 2005-04-07 | Fix inlining: we didn't copy the switch case symbol list. | Linus Torvalds | 1 | -0/+3 |
| 2005-04-07 | Copy STMT_INTERNAL properly when inlining | Linus Torvalds | 1 | -0/+1 |
| 2005-04-07 | Add __sizeof_ptr__ that looks at a pointer expression and | Linus Torvalds | 1 | -0/+1 |
| 2005-04-07 | Totally re-do how we build up the initializer tree: make the | Linus Torvalds | 1 | -4/+16 |
| 2005-04-07 | Many files: | welinder@darter.rentec.com | 1 | -5/+5 |
| 2005-04-07 | Make END_FOR_EACH_PTR[_REVERSE] take the ptr name as an argument. | Linus Torvalds | 1 | -9/+9 |
| 2005-04-07 | [PATCH] uninlining inline functions | Alexander Viro | 1 | -5/+19 |
| 2005-04-07 | [PATCH] inline declaration getting clobbered by expansion | Alexander Viro | 1 | -4/+12 |
| 2005-04-07 | [PATCH] handling of non-lvalue compound objects | Alexander Viro | 1 | -0/+7 |
| 2005-04-07 | [PATCH] Avoid recursive inline function expansion | Christopher Li | 1 | -0/+5 |
| 2005-04-07 | Add "select" expression. | Linus Torvalds | 1 | -0/+1 |
| 2005-04-07 | Copy the whole symbol when creating a copy for inlining. | Linus Torvalds | 1 | -6/+2 |
| 2005-04-07 | Fix symbol copy on inlining. | Linus Torvalds | 1 | -0/+2 |
| 2005-04-07 | Keep track of computed target label lists per-function. | Linus Torvalds | 1 | -0/+1 |
| 2005-04-07 | [PATCH] FP handling | Alexander Viro | 1 | -0/+1 |
| 2005-04-07 | [PATCH] teach sparse about __alignof__ | Stephen Hemminger | 1 | -2/+3 |
| 2005-04-07 | Handle EXPR_INDEX when copying expressions. | Linus Torvalds | 1 | -0/+2 |
| 2005-04-07 | Warn about unhandled expression and statement types in inlining. | Linus Torvalds | 1 | -5/+28 |
| 2005-04-07 | Update copyright notices to reflect the fact that Transmeta | Linus Torvalds | 1 | -0/+1 |
| 2005-04-07 | Oops. The argument symbol initializers got lost on inlining, | Linus Torvalds | 1 | -0/+1 |
| 2005-04-07 | This makes function inlining largely work correctly. In order | Linus Torvalds | 1 | -50/+75 |
| 2005-04-07 | Fix case statement inlining. At least partly. | Linus Torvalds | 1 | -8/+4 |
| 2005-04-07 | Flesh out inlining some more. | Linus Torvalds | 1 | -19/+72 |
| 2005-04-07 | Clean up function inlining some, and fix the type of the | Linus Torvalds | 1 | -4/+71 |
| 2005-04-07 | Make the statement copying slightly more complete, to get more coverage. | Linus Torvalds | 1 | -9/+105 |
| 2005-04-07 | Add "-v" flag for verbose mode. | Linus Torvalds | 1 | -1/+2 |
| 2005-04-07 | Add cheesy C++-like "const variable" evaluation. It's not C, but | Linus Torvalds | 1 | -2/+30 |
| 2005-04-07 | Start doing real expression copying for the inliner. We need to | Linus Torvalds | 1 | -2/+108 |
| 2005-04-07 | Create "inline.c", which contains the function "copy_statement()", | Linus Torvalds | 1 | -0/+43 |