aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Introduce a "incomplete type" rather than leavingLinus Torvalds2005-04-071-0/+1
* Add "force" type attribute.Linus Torvalds2005-04-071-1/+3
* Now that BITS_IN_XXXX aren't defined contstants any more,Linus Torvalds2005-04-071-6/+6
* Support C types as first-class citizens, allowing typeLinus Torvalds2005-04-071-0/+3
* Remove now-obsolete temporary statement types.Linus Torvalds2005-04-071-26/+0
* Add proper linearization of switch statements.Linus Torvalds2005-04-071-0/+17
* Improve statement printout to make the result more readable.Linus Torvalds2005-04-071-5/+5
* Fix "show_symbol_expr_init()" to not crash ifLinus Torvalds2005-04-071-1/+1
* Split "STMT_GOTO_BB" into "STMT_CONDTRUE" and "STMT_CONDFALSE".Linus Torvalds2005-04-071-2/+5
* Linearize iterators, at least a first try at it.Linus Torvalds2005-04-071-3/+3
* Add "goto/label" support for linearization.Linus Torvalds2005-04-071-1/+1
* Add real flow control to the basic-block handling.Linus Torvalds2005-04-071-1/+7
* Allow variable-sized array size declarations.Linus Torvalds2005-04-071-1/+1
* [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