| Commit message (Expand) | Author | Age | Files | Lines |
* | [PATCH] Make sparse understand complex initializers inside expressions | Dave Olien | 2005-04-07 | 1 | -1/+10 |
* | Disable premature dead code removal: a block that | Linus Torvalds | 2005-04-07 | 1 | -4/+8 |
* | Update copyright notices to reflect the fact that Transmeta | Linus Torvalds | 2005-04-07 | 1 | -0/+1 |
* | Now that inlining works, make the return handling work properly too, | Linus Torvalds | 2005-04-07 | 1 | -27/+41 |
* | [PATCH] another minor sparse change adding opnames. | Dave Olien | 2005-04-07 | 1 | -1/+2 |
* | Start doing real expression copying for the inliner. We need to | Linus Torvalds | 2005-04-07 | 1 | -1/+1 |
* | Get rid of "#pragma" lines for now, while still keeping a | Linus Torvalds | 2005-04-07 | 1 | -1/+2 |
* | Start doing inline function expansion. | Linus Torvalds | 2005-04-07 | 1 | -1/+1 |
* | Fix type warning. | Linus Torvalds | 2005-04-07 | 1 | -1/+1 |
* | Peter Jones informs about the gcc "attribute((aligned))" behaviour: | Linus Torvalds | 2005-04-07 | 1 | -1/+4 |
* | Make function returns a bit more realistic | Linus Torvalds | 2005-04-07 | 1 | -2/+5 |
* | Simplify if-statements without even evaluating the false side | Linus Torvalds | 2005-04-07 | 1 | -1/+0 |
* | Parse and evaluate gcc computed goto extensions: label addressing | Linus Torvalds | 2005-04-07 | 1 | -0/+9 |
* | Parse C99 style 'for()' statements with variable declarations. | Linus Torvalds | 2005-04-07 | 1 | -6/+11 |
* | Fix silly switch printout bug - the "break" label should | Linus Torvalds | 2005-04-07 | 1 | -1/+2 |
* | Make the switch case table printout look prettier and more readable | Linus Torvalds | 2005-04-07 | 1 | -6/+6 |
* | Fix switch/case statement show-parse. | Linus Torvalds | 2005-04-07 | 1 | -16/+17 |
* | Show switch statements more sanely, one case at a time, | Linus Torvalds | 2005-04-07 | 1 | -10/+40 |
* | Don't unnecessarily create position expressions for | Linus Torvalds | 2005-04-07 | 1 | -2/+24 |
* | Show argument types too when debugging symbols | Linus Torvalds | 2005-04-07 | 1 | -2/+12 |
* | Start updating the copyright license comments to the OSL, | Linus Torvalds | 2005-04-07 | 1 | -1/+3 |
* | Evaluate initializer entry offsets, and add them back into | Linus Torvalds | 2005-04-07 | 1 | -8/+40 |
* | Don't show bad expression types. | Linus Torvalds | 2005-04-07 | 1 | -1/+1 |
* | Remove unused symbol list. We'll soon re-introduce it in another form, | Linus Torvalds | 2005-04-07 | 1 | -8/+0 |
* | Show expressions with no type as a separate | Linus Torvalds | 2005-04-07 | 1 | -0/+8 |
* | Make symbol addressing do something half-way sane. | Linus Torvalds | 2005-04-07 | 1 | -1/+10 |
* | Show switch- and case-statements in some half-way sane | Linus Torvalds | 2005-04-07 | 1 | -9/+10 |
* | Show if/label/asm statements in a saner format. | Linus Torvalds | 2005-04-07 | 1 | -18/+34 |
* | Show iterators and goto's properly as pseudo-assembler. | Linus Torvalds | 2005-04-07 | 1 | -38/+38 |
* | Turn 'break'/'continue' statements into goto's with | Linus Torvalds | 2005-04-07 | 1 | -9/+5 |
* | Make symbol debugging print out the symbol address too. | Linus Torvalds | 2005-04-07 | 1 | -2/+3 |
* | Add "debug_symbol()" function that prints out the full | Linus Torvalds | 2005-04-07 | 1 | -0/+25 |
* | Fix the direct-call case. A call is a direct call if the | Linus Torvalds | 2005-04-07 | 1 | -6/+18 |
* | Make the initializer show routine output a dummy instead | Linus Torvalds | 2005-04-07 | 1 | -2/+7 |
* | Add function to show types as strings (instead of just printing them out). | Linus Torvalds | 2005-04-07 | 1 | -8/+41 |
* | Evaluate and show return statement with proper type promotion. | Linus Torvalds | 2005-04-07 | 1 | -3/+14 |
* | Fix bitfield access code. | Linus Torvalds | 2005-04-07 | 1 | -7/+2 |
* | Show the expression parse tree as a sick kind of assembly language, which | Linus Torvalds | 2005-04-07 | 1 | -69/+147 |
* | Make statement and expression printouts be more "linearized", and | Linus Torvalds | 2005-04-07 | 1 | -87/+205 |
* | Evaluate logical expressions, and short-circuit it. | Linus Torvalds | 2005-04-07 | 1 | -0/+1 |
* | Remove extra '<..>' in pretty-printing of expressions. | Linus Torvalds | 2005-04-07 | 1 | -2/+1 |
* | Don't bother showing the full type of a symbol in an expression, | Linus Torvalds | 2005-04-07 | 1 | -1/+1 |
* | Evaluating a symbol turns into a dereference of the address | Linus Torvalds | 2005-04-07 | 1 | -9/+2 |
* | Clean up address-of evaluation, and mark symbols so evaluated | Linus Torvalds | 2005-04-07 | 1 | -1/+1 |
* | Prinout of the "inline", "nocast" and "noderef" attributes | Linus Torvalds | 2005-04-07 | 1 | -1/+2 |
* | Check address spaces when comparing types. They should match: | Linus Torvalds | 2005-04-07 | 1 | -1/+4 |
* | Show type names more readably | Linus Torvalds | 2005-04-07 | 1 | -3/+3 |
* | Move symbol alignment into the "ctype" part of the symbol, | Linus Torvalds | 2005-04-07 | 1 | -2/+2 |
* | Change the copyright to Transmeta Corp, that's likely to be | Linus Torvalds | 2005-04-07 | 1 | -1/+1 |
* | Make sure unhandled types show up in type expansions. | Linus Torvalds | 2005-04-07 | 1 | -0/+5 |