GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
proj/sparse.git
v0.4.3-gentoo
sys-devel/sparse backports and Gentoo-specific patches
Diego E. Pettenò <flameeyes@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
show-parse.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright notices a bit.
Linus Torvalds
2005-04-07
1
-1
/
+1
*
Remove EXPR_BITFIELD entirely.
Linus Torvalds
2005-04-07
1
-17
/
+1
*
Separate explicit and implied casts.
Linus Torvalds
2005-04-07
1
-0
/
+1
*
Remove "fieldwidth" member of struct symbol
Linus Torvalds
2005-04-07
1
-4
/
+2
*
Remove remnants of two-expression x ? : y handling..
Linus Torvalds
2005-04-07
1
-2
/
+0
*
Use 'bad_type' instead of NULL when something bad happens
Linus Torvalds
2005-04-07
1
-0
/
+1
*
Replace context/contextmask (never used) with in_context/out_context.
Linus Torvalds
2005-04-07
1
-1
/
+1
*
Get rid of the old "iterate()" interfaces.
Linus Torvalds
2005-04-07
1
-44
/
+18
*
Add an internal sparse "context" statement type.
Linus Torvalds
2005-04-07
1
-1
/
+5
*
Add __sizeof_ptr__ that looks at a pointer expression and
Linus Torvalds
2005-04-07
1
-0
/
+1
*
Show the base-type for an enum in "show_typename()".
Linus Torvalds
2005-04-07
1
-1
/
+1
*
Fix symbol_debug() symbol type print-out.
Linus Torvalds
2005-04-07
1
-4
/
+17
*
Be a bit nicer about showing string constants.
Linus Torvalds
2005-04-07
1
-0
/
+4
*
Allow 'show_position_expr()' to survive lack of type information.
Linus Torvalds
2005-04-07
1
-1
/
+4
*
Totally re-do how we build up the initializer tree: make the
Linus Torvalds
2005-04-07
1
-5
/
+16
*
Janitorial trivialities.
welinder@darter.rentec.com
2005-04-07
1
-1
/
+1
*
Many files:
welinder@darter.rentec.com
2005-04-07
1
-6
/
+6
*
symbol.h, symbol.c:
welinder@troll.com
2005-04-07
1
-0
/
+5
*
Sanitize base type declarations some more.
Linus Torvalds
2005-04-07
1
-0
/
+1
*
Make END_FOR_EACH_PTR[_REVERSE] take the ptr name as an argument.
Linus Torvalds
2005-04-07
1
-6
/
+6
*
[PATCH] __attribute__((bitwise))
Alexander Viro
2005-04-07
1
-0
/
+8
*
Merge
welinder@troll.com
2005-04-07
1
-0
/
+10
|
\
|
*
[PATCH] handling of non-lvalue compound objects
Alexander Viro
2005-04-07
1
-0
/
+10
*
|
parse.c:
welinder@troll.com
2005-04-07
1
-1
/
+1
|
/
*
EXPR_SAFELOGICAL is unnecessary. It ends up being the same as EXPR_BINOP.
Linus Torvalds
2005-04-07
1
-1
/
+0
*
Make expression expansion calculate the "cost" of the
Linus Torvalds
2005-04-07
1
-0
/
+1
*
Add "select" expression.
Linus Torvalds
2005-04-07
1
-0
/
+1
*
[PATCH] FP handling
Alexander Viro
2005-04-07
1
-0
/
+11
*
[PATCH] teach sparse about __alignof__
Stephen Hemminger
2005-04-07
1
-0
/
+1
*
Introduce a "incomplete type" rather than leaving
Linus Torvalds
2005-04-07
1
-0
/
+1
*
Add "force" type attribute.
Linus Torvalds
2005-04-07
1
-1
/
+3
*
Now that BITS_IN_XXXX aren't defined contstants any more,
Linus Torvalds
2005-04-07
1
-6
/
+6
*
Support C types as first-class citizens, allowing type
Linus Torvalds
2005-04-07
1
-0
/
+3
*
Remove now-obsolete temporary statement types.
Linus Torvalds
2005-04-07
1
-26
/
+0
*
Add proper linearization of switch statements.
Linus Torvalds
2005-04-07
1
-0
/
+17
*
Improve statement printout to make the result more readable.
Linus Torvalds
2005-04-07
1
-5
/
+5
*
Fix "show_symbol_expr_init()" to not crash if
Linus Torvalds
2005-04-07
1
-1
/
+1
*
Split "STMT_GOTO_BB" into "STMT_CONDTRUE" and "STMT_CONDFALSE".
Linus Torvalds
2005-04-07
1
-2
/
+5
*
Linearize iterators, at least a first try at it.
Linus Torvalds
2005-04-07
1
-3
/
+3
*
Add "goto/label" support for linearization.
Linus Torvalds
2005-04-07
1
-1
/
+1
*
Add real flow control to the basic-block handling.
Linus Torvalds
2005-04-07
1
-1
/
+7
*
Allow variable-sized array size declarations.
Linus Torvalds
2005-04-07
1
-1
/
+1
*
[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
[next]