aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update copyright notices a bit.Linus Torvalds2005-04-071-1/+1
* Remove EXPR_BITFIELD entirely.Linus Torvalds2005-04-071-17/+1
* Separate explicit and implied casts.Linus Torvalds2005-04-071-0/+1
* Remove "fieldwidth" member of struct symbolLinus Torvalds2005-04-071-4/+2
* Remove remnants of two-expression x ? : y handling..Linus Torvalds2005-04-071-2/+0
* Use 'bad_type' instead of NULL when something bad happensLinus Torvalds2005-04-071-0/+1
* Replace context/contextmask (never used) with in_context/out_context.Linus Torvalds2005-04-071-1/+1
* Get rid of the old "iterate()" interfaces.Linus Torvalds2005-04-071-44/+18
* Add an internal sparse "context" statement type.Linus Torvalds2005-04-071-1/+5
* Add __sizeof_ptr__ that looks at a pointer expression andLinus Torvalds2005-04-071-0/+1
* Show the base-type for an enum in "show_typename()".Linus Torvalds2005-04-071-1/+1
* Fix symbol_debug() symbol type print-out.Linus Torvalds2005-04-071-4/+17
* Be a bit nicer about showing string constants.Linus Torvalds2005-04-071-0/+4
* Allow 'show_position_expr()' to survive lack of type information.Linus Torvalds2005-04-071-1/+4
* Totally re-do how we build up the initializer tree: make theLinus Torvalds2005-04-071-5/+16
* Janitorial trivialities.welinder@darter.rentec.com2005-04-071-1/+1
* Many files:welinder@darter.rentec.com2005-04-071-6/+6
* symbol.h, symbol.c:welinder@troll.com2005-04-071-0/+5
* Sanitize base type declarations some more.Linus Torvalds2005-04-071-0/+1
* Make END_FOR_EACH_PTR[_REVERSE] take the ptr name as an argument.Linus Torvalds2005-04-071-6/+6
* [PATCH] __attribute__((bitwise))Alexander Viro2005-04-071-0/+8
* Mergewelinder@troll.com2005-04-071-0/+10
|\
| * [PATCH] handling of non-lvalue compound objectsAlexander Viro2005-04-071-0/+10
* | parse.c:welinder@troll.com2005-04-071-1/+1
|/
* EXPR_SAFELOGICAL is unnecessary. It ends up being the same as EXPR_BINOP.Linus Torvalds2005-04-071-1/+0
* Make expression expansion calculate the "cost" of theLinus Torvalds2005-04-071-0/+1
* Add "select" expression.Linus Torvalds2005-04-071-0/+1
* [PATCH] FP handlingAlexander Viro2005-04-071-0/+11
* [PATCH] teach sparse about __alignof__Stephen Hemminger2005-04-071-0/+1
* 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