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
/
expand.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add support for TImode type (__int128_t)
Blue Swirl
2009-08-01
1
-1
/
+2
*
Fix implicit cast to float
Thomas Schmid
2009-07-17
1
-3
/
+3
*
Unhardcode byte size being 8 bits.
David Given
2008-12-17
1
-1
/
+1
*
Rename Wundefined_preprocessor to Wundef to match the command-line argument
Josh Triplett
2007-08-31
1
-1
/
+1
*
is_zero_constant: declare saved const
Josh Triplett
2007-08-30
1
-1
/
+1
*
Make "Initializer entry defined twice" a warning, not an error
Josh Triplett
2007-07-27
1
-1
/
+1
*
[PATCH] rewrite type_difference()
Al Viro
2007-07-14
1
-2
/
+4
*
fix handling of address_space in casts and assignments
Al Viro
2007-07-10
1
-0
/
+1
*
first pass at null pointer constants
Al Viro
2007-07-08
1
-11
/
+27
*
fix the comma handling in integer constant expressions
Al Viro
2007-07-08
1
-3
/
+38
*
[PATCH] fix handling of integer constant expressions
Al Viro
2007-06-26
1
-1
/
+15
*
[PATCH] implement __builtin_offsetof()
Al Viro
2007-06-26
1
-0
/
+1
*
saner reporting of overlaps in initializers
Al Viro
2007-05-26
1
-1
/
+3
*
Prevent potential NULL pointer dereference in expand_compare
Josh Triplett
2007-03-10
1
-10
/
+12
*
Remove stray space from expand_compare in expand.c
Josh Triplett
2007-03-10
1
-1
/
+1
*
Fix typos in comments
Josh Triplett
2007-03-09
1
-2
/
+2
*
Add annotation for inline function call.
Christopher Li
2007-03-02
1
-3
/
+3
*
Introduce expression_error
Christopher Li
2007-02-27
1
-7
/
+7
*
Fix the segfault when initializer has unknown symbol
Christopher Li
2007-02-22
1
-1
/
+1
*
Typo fixes
Pavel Roskin
2006-11-06
1
-1
/
+1
*
Merge branch 'fix-defined-twice-error-on-empty-struct' into staging
Josh Triplett
2006-10-16
1
-6
/
+4
|
\
|
*
"Initializer entry defined twice" should not trigger with zero-size fields
Josh Triplett
2006-09-13
1
-6
/
+4
*
|
[PATCH] fix duplicate initializer detection
Al Viro
2006-09-30
1
-2
/
+2
|
/
*
Make sparse warn about initializers that initialize the same member twice
Linus Torvalds
2006-09-03
1
-20
/
+34
*
[PATCH] Add -Wno-cast-truncate
Josh Triplett
2006-08-29
1
-0
/
+4
*
Make local declarations be statements of their own
Linus Torvalds
2005-12-31
1
-16
/
+17
*
Re-name "error()" function to "sparse_error()"
Linus Torvalds
2005-11-16
1
-5
/
+5
*
Simplify constant array (or structure) dereferences further
Linus Torvalds
2005-09-26
1
-39
/
+46
*
Teach dereference expansion to look into constant array dereferences
Linus Torvalds
2005-09-26
1
-12
/
+53
*
[PATCH] replaced warnings with errors.
Mitesh Shah
2005-09-22
1
-4
/
+4
*
Warn about undefined preprocessor symbols at expansion time, not parse time
Linus Torvalds
2005-09-09
1
-0
/
+8
*
Add compile-time "range-check" infrastructure to sparse
Linus Torvalds
2005-04-07
1
-1
/
+6
*
Split out the blob allocator from lib.c into allocate.c.
Linus Torvalds
2005-04-07
1
-0
/
+1
*
Be more graceful about missing types and malformed expressions.
Linus Torvalds
2005-04-07
1
-1
/
+1
*
When expanding a constant short conditional, make sure
Linus Torvalds
2005-04-07
1
-0
/
+2
*
Update copyright notices a bit.
Linus Torvalds
2005-04-07
1
-1
/
+1
*
Remove EXPR_BITFIELD entirely.
Linus Torvalds
2005-04-07
1
-3
/
+0
*
Separate explicit and implied casts.
Linus Torvalds
2005-04-07
1
-0
/
+1
*
Fix up dropped bit check
Linus Torvalds
2005-04-07
1
-6
/
+11
*
Make the cast truncation warning a bit more readable.
Linus Torvalds
2005-04-07
1
-1
/
+3
*
Make casts warn if they drop bits from constant values.
Linus Torvalds
2005-04-07
1
-3
/
+10
*
Remove remnants of two-expression x ? : y handling..
Linus Torvalds
2005-04-07
1
-1
/
+0
*
Fix cost of a simplified int/fp binop expression.
Linus Torvalds
2005-04-07
1
-2
/
+2
*
Implement __builtin_safe_p() to match __builtin_constant_p.
Linus Torvalds
2005-04-07
1
-3
/
+19
*
Do some trivial statement simplification.
Linus Torvalds
2005-04-07
1
-18
/
+52
*
Add an internal sparse "context" statement type.
Linus Torvalds
2005-04-07
1
-0
/
+3
*
Add __sizeof_ptr__ that looks at a pointer expression and
Linus Torvalds
2005-04-07
1
-0
/
+1
*
We actually _can_ have multiple initializers at offset zero.
Linus Torvalds
2005-04-07
1
-2
/
+6
*
[PATCH] #if expression handling cleanups
Alexander Viro
2005-04-07
1
-11
/
+0
*
Make sure sort does not degenerate.
welinder@anemone.rentec.com
2005-04-07
1
-8
/
+8
[next]