| Age | Commit message (Expand) | Author | Files | Lines |
| 2005-04-07 | Mark the "entry" point in a function, and update it when | Linus Torvalds | 1 | -0/+1 |
| 2005-04-07 | [PATCH] handling of non-lvalue compound objects | Alexander Viro | 1 | -0/+5 |
| 2005-04-07 | Create a valid linearization of EXPR_SELECT. | Linus Torvalds | 1 | -0/+3 |
| 2005-04-07 | EXPR_SAFELOGICAL is unnecessary. It ends up being the same as EXPR_BINOP. | Linus Torvalds | 1 | -4/+4 |
| 2005-04-07 | Make expression expansion calculate the "cost" of the | Linus Torvalds | 1 | -0/+1 |
| 2005-04-07 | Teach linearizer about computed goto's. | Linus Torvalds | 1 | -0/+1 |
| 2005-04-07 | [PATCH] comparison operations fix | Alexander Viro | 1 | -1/+5 |
| 2005-04-07 | Generalize linearize_symbol() | Jeff Garzik | 1 | -1/+2 |
| 2005-04-07 | [PATCH] Fix "return" target handling | Christopher Li | 1 | -1/+3 |
| 2005-04-07 | [PATCH] More linearizion fun | Christopher Li | 1 | -22/+22 |
| 2005-04-07 | [PATCH] more op-codes | Christopher Li | 1 | -8/+17 |
| 2005-04-07 | [PATCH] condition branch simplification | Christopher Li | 1 | -13/+97 |
| 2005-04-07 | [PATCH] PATCH: remove dead while loop | Christopher Li | 1 | -0/+3 |
| 2005-04-07 | Linearize post-ops and casts. | Linus Torvalds | 1 | -1/+6 |
| 2005-04-07 | Linearize function calls. Kind-of. | Linus Torvalds | 1 | -0/+3 |
| 2005-04-07 | Linearize logical ops. | Linus Torvalds | 1 | -0/+1 |
| 2005-04-07 | Add new IL for expression linearization. | Linus Torvalds | 1 | -1/+52 |
| 2005-04-07 | Clean up linearization, and make the basic blocks be | Linus Torvalds | 1 | -0/+8 |
| 2005-04-07 | Clean up "linearize()" calling convention even more. | Linus Torvalds | 1 | -0/+1 |
| 2005-04-07 | Add basic block "ownership", ie each basic block has a | Linus Torvalds | 1 | -2/+3 |
| 2005-04-07 | Add "goto/label" support for linearization. | Linus Torvalds | 1 | -1/+1 |
| 2005-04-07 | Add real flow control to the basic-block handling. | Linus Torvalds | 1 | -0/+1 |
| 2005-04-07 | Oops. Fix name clash by renaming the new "copy_ptr_list" to be | Linus Torvalds | 1 | -0/+2 |
| 2005-04-07 | This add a linearization phase. It's not even close to done | Linus Torvalds | 1 | -0/+27 |