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
*
Fix a typo - "typdef" is neither C nor plain English
Bernd Petrovitsch
2010-09-01
1
-1
/
+1
*
Add support for TImode type (__int128_t)
Blue Swirl
2009-08-01
1
-0
/
+3
*
Make show_symbol newline-consistent
Alexey Zaytsev
2008-12-18
1
-2
/
+5
*
Unhardcode byte size being 8 bits.
David Given
2008-12-17
1
-1
/
+1
*
fix show_typename()
Al Viro
2008-04-03
1
-49
/
+51
*
saner warnings for restricted types
Al Viro
2008-04-03
1
-0
/
+4
*
[PATCH] saner show_type()
Al Viro
2007-07-14
1
-18
/
+44
*
fix handling of address_space in casts and assignments
Al Viro
2007-07-10
1
-0
/
+1
*
[PATCH] implement __builtin_offsetof()
Al Viro
2007-06-26
1
-0
/
+1
*
Use GCC format and sentinel attributes on appropriate functions
Josh Triplett
2007-03-09
1
-2
/
+2
*
Add annotation for inline function call.
Christopher Li
2007-03-02
1
-0
/
+6
*
Enhance debug information.
Christopher Li
2007-01-27
1
-45
/
+67
*
[PATCH] handle fouled-bitwise
Al Viro
2006-10-01
1
-0
/
+8
*
[PATCH] Parse and track multiple contexts by expression
Josh Triplett
2006-08-30
1
-4
/
+13
*
Make local declarations be statements of their own
Linus Torvalds
2005-12-31
1
-1
/
+3
*
[PATCH] fix treatment of EXPR_COMMA by show_expression()
Al Viro
2005-11-22
1
-1
/
+8
*
[PATCH] static declear
Christopher Li
2005-04-07
1
-2
/
+2
*
Add compile-time "range-check" infrastructure to sparse
Linus Torvalds
2005-04-07
1
-2
/
+9
*
Add "stream_name()" helper function, and use it.
Linus Torvalds
2005-04-07
1
-2
/
+2
*
Split out the blob allocator from lib.c into allocate.c.
Linus Torvalds
2005-04-07
1
-0
/
+1
*
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
[next]