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