| Age | Commit message (Expand) | Author | Files | Lines |
| 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 |