| Age | Commit message (Expand) | Author | Files | Lines |
| 2005-04-07 | Janitorial trivialities. | welinder@darter.rentec.com | 1 | -1/+1 |
| 2005-04-07 | Many files: | welinder@darter.rentec.com | 1 | -5/+5 |
| 2005-04-07 | [PATCH] Use more simple/fast iterators | Christopher Li | 1 | -16/+9 |
| 2005-04-07 | Make END_FOR_EACH_PTR[_REVERSE] take the ptr name as an argument. | Linus Torvalds | 1 | -14/+14 |
| 2005-04-07 | Use the fast/simple list iterators in cases where we don't | Linus Torvalds | 1 | -7/+5 |
| 2005-04-07 | Mark the "entry" point in a function, and update it when | Linus Torvalds | 1 | -7/+19 |
| 2005-04-07 | Fix assignment to bitfields. (From Christopher Li.) | welinder@troll.com | 1 | -2/+3 |
| 2005-04-07 | [PATCH] handling of non-lvalue compound objects | Alexander Viro | 1 | -0/+22 |
| 2005-04-07 | Create a valid linearization of EXPR_SELECT. | Linus Torvalds | 1 | -1/+17 |
| 2005-04-07 | EXPR_SAFELOGICAL is unnecessary. It ends up being the same as EXPR_BINOP. | Linus Torvalds | 1 | -3/+5 |
| 2005-04-07 | Make expression expansion calculate the "cost" of the | Linus Torvalds | 1 | -0/+19 |
| 2005-04-07 | Add "select" expression. | Linus Torvalds | 1 | -0/+1 |
| 2005-04-07 | Simplify the trivial direct "indirect" goto. | Linus Torvalds | 1 | -1/+9 |
| 2005-04-07 | Teach linearizer about computed goto's. | Linus Torvalds | 1 | -2/+44 |
| 2005-04-07 | Fix linearization of for-loops. | Linus Torvalds | 1 | -8/+6 |
| 2005-04-07 | Better error message about _which_ label has already | Linus Torvalds | 1 | -1/+1 |
| 2005-04-07 | Don't die on unknown expressions at linearization time. | Linus Torvalds | 1 | -1/+1 |
| 2005-04-07 | Linearize EXPR_LABEL as a value, the same as other constants. | Linus Torvalds | 1 | -1/+1 |
| 2005-04-07 | Fix some linearization warning strings. | Linus Torvalds | 1 | -2/+2 |
| 2005-04-07 | [PATCH] FP handling | Alexander Viro | 1 | -1/+10 |
| 2005-04-07 | [PATCH] comparison operations fix | Alexander Viro | 1 | -0/+8 |
| 2005-04-07 | Use "-O" to compile sparse, to make the compiler warn more. | Linus Torvalds | 1 | -4/+5 |
| 2005-04-07 | Make sparse sources themselves be sparse-clean. | Linus Torvalds | 1 | -7/+7 |
| 2005-04-07 | Generalize linearize_symbol() | Jeff Garzik | 1 | -5/+8 |
| 2005-04-07 | [PATCH] Fix "return" target handling | Christopher Li | 1 | -10/+38 |
| 2005-04-07 | [PATCH] linearization bug fix and bitfield handling | Christopher Li | 1 | -22/+83 |
| 2005-04-07 | [PATCH] linearize conditional expressions | Christopher Li | 1 | -18/+27 |
| 2005-04-07 | [PATCH] More linearizion fun | Christopher Li | 1 | -124/+121 |
| 2005-04-07 | [PATCH] pack basic blocks | Christopher Li | 1 | -38/+33 |
| 2005-04-07 | [PATCH] more op-codes | Christopher Li | 1 | -11/+80 |
| 2005-04-07 | [PATCH] condition branch simplification | Christopher Li | 1 | -244/+347 |
| 2005-04-07 | Fix linearization of unconditional iterator. | Linus Torvalds | 1 | -6/+19 |
| 2005-04-07 | Fix up iterator reachability code for linearization. | Linus Torvalds | 1 | -5/+11 |
| 2005-04-07 | [PATCH] PATCH: remove dead while loop | Christopher Li | 1 | -0/+16 |
| 2005-04-07 | Linearize post-ops and casts. | Linus Torvalds | 1 | -1/+41 |
| 2005-04-07 | Linearize function calls. Kind-of. | Linus Torvalds | 1 | -0/+77 |
| 2005-04-07 | Linearize logical ops. | Linus Torvalds | 1 | -18/+70 |
| 2005-04-07 | Add new IL for expression linearization. | Linus Torvalds | 1 | -33/+256 |
| 2005-04-07 | Add bb "parent" information (ie back-pointers). | Linus Torvalds | 1 | -8/+34 |
| 2005-04-07 | Make a difference between an anonymous label and a | Linus Torvalds | 1 | -7/+21 |
| 2005-04-07 | Clean up linearization, and make the basic blocks be | Linus Torvalds | 1 | -10/+22 |
| 2005-04-07 | Clean up linearize conditional branch generation. | Linus Torvalds | 1 | -15/+12 |
| 2005-04-07 | Clean up "linearize()" calling convention even more. | Linus Torvalds | 1 | -78/+81 |
| 2005-04-07 | Clean up "linearize()" calling conventions. | Linus Torvalds | 1 | -32/+31 |
| 2005-04-07 | Add basic block "ownership", ie each basic block has a | Linus Torvalds | 1 | -28/+61 |
| 2005-04-07 | Fix the "none of the above" case for switch statements. | Linus Torvalds | 1 | -0/+3 |
| 2005-04-07 | Add proper linearization of switch statements. | Linus Torvalds | 1 | -3/+38 |
| 2005-04-07 | Improve statement printout to make the result more readable. | Linus Torvalds | 1 | -2/+2 |
| 2005-04-07 | Split "STMT_GOTO_BB" into "STMT_CONDTRUE" and "STMT_CONDFALSE". | Linus Torvalds | 1 | -3/+3 |
| 2005-04-07 | Linearize iterators, at least a first try at it. | Linus Torvalds | 1 | -3/+75 |
| 2005-04-07 | Add "goto/label" support for linearization. | Linus Torvalds | 1 | -5/+30 |
| 2005-04-07 | Fix silly "else" case handling bug. If we have | Linus Torvalds | 1 | -1/+2 |
| 2005-04-07 | Add real flow control to the basic-block handling. | Linus Torvalds | 1 | -2/+51 |
| 2005-04-07 | Oops. Fix name clash by renaming the new "copy_ptr_list" to be | Linus Torvalds | 1 | -2/+2 |
| 2005-04-07 | This add a linearization phase. It's not even close to done | Linus Torvalds | 1 | -0/+110 |