| Age | Commit message (Expand) | Author | Files | Lines |
| 2005-04-07 | Move flow analysis out of "linearize.c" and into new "flow.c" | Linus Torvalds | 1 | -0/+4 |
| 2005-04-07 | Simplify switches on compile-time constant values. | Linus Torvalds | 1 | -0/+1 |
| 2005-04-07 | Do some initial basic block packing and remove BB_REACHABLE flag. | Linus Torvalds | 1 | -9/+1 |
| 2005-04-07 | Remove OP_MOV and copy_pseudo. | Linus Torvalds | 1 | -1/+0 |
| 2005-04-07 | Clean up pseudo and bb usage handling. | Linus Torvalds | 1 | -2/+1 |
| 2005-04-07 | Do symbol dominance checks for all used symbols. | Linus Torvalds | 1 | -0/+1 |
| 2005-04-07 | Add basic block usage list to bb. | Linus Torvalds | 1 | -0/+2 |
| 2005-04-07 | Remove the horrid iterators. | Linus Torvalds | 1 | -0/+1 |
| 2005-04-07 | Undo braindamage. | Linus Torvalds | 1 | -1/+2 |
| 2005-04-07 | Duplicate type removal.. | Linus Torvalds | 1 | -2/+1 |
| 2005-04-07 | Do a first pass at making symbols into pseudos. | Linus Torvalds | 1 | -0/+1 |
| 2005-04-07 | Do some very rough (stupid) symbol access optimizations. | Linus Torvalds | 1 | -0/+1 |
| 2005-04-07 | Replace OP_LOAD/OP_STORE with OP_LNOP/OP_SNOP when making them irrelevant. | Linus Torvalds | 1 | -0/+2 |
| 2005-04-07 | Remove deathnotes | Linus Torvalds | 1 | -1/+0 |
| 2005-04-07 | Make the pseudo usage list be a list of pointers to | Linus Torvalds | 1 | -3/+4 |
| 2005-04-07 | Add "argument pseudo" for incoming arguments to a function. | Linus Torvalds | 1 | -0/+1 |
| 2005-04-07 | Show usage notes for symbols. | Linus Torvalds | 1 | -2/+0 |
| 2005-04-07 | Each pseudo has its "def" pointer, they now also have "use" pointers. | Linus Torvalds | 1 | -0/+1 |
| 2005-04-07 | Introduce "value pseudos" and implicit deathnotes. | Linus Torvalds | 1 | -4/+14 |
| 2005-04-07 | Allow "pseudo-pseudos", which are a temporary symbol reference. | Linus Torvalds | 1 | -0/+1 |
| 2005-04-07 | Add usage refcounting to pseudos to make deathnotes come out right. | Linus Torvalds | 1 | -0/+1 |
| 2005-04-07 | Re-do memory access linearization. | Linus Torvalds | 1 | -0/+1 |
| 2005-04-07 | Do silly phi-node "expansion" as the last phase of the | Linus Torvalds | 1 | -0/+1 |
| 2005-04-07 | Add deathnotes for the pseudo's we use. | Linus Torvalds | 1 | -0/+1 |
| 2005-04-07 | Start "linearizing" initializers. | Linus Torvalds | 1 | -0/+1 |
| 2005-04-07 | Associate each pseudo with the instruction that defines it. | Linus Torvalds | 1 | -0/+3 |
| 2005-04-07 | Add "struct position" to basic blocks, and give it some | Linus Torvalds | 1 | -0/+1 |
| 2005-04-07 | Add an internal sparse "context" statement type. | Linus Torvalds | 1 | -0/+7 |
| 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 |