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
/
symbol.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add support for TImode type (__int128_t)
Blue Swirl
2009-08-01
1
-0
/
+6
*
move extern inline function to file scope
Christopher Li
2009-07-19
1
-1
/
+5
*
Take the rest of specifiers to parse.c
Al Viro
2009-07-17
1
-42
/
+6
*
Take the rest of storage class keywords to parse.c
Al Viro
2009-07-17
1
-6
/
+0
*
Warn about explicit usage of sizeof(void)
Christopher Li
2008-12-28
1
-1
/
+1
*
Let void have sizeof 1
Alexey Zaytsev
2008-12-18
1
-1
/
+1
*
Looks more evident this way.
Alexey Zaytsev
2008-12-18
1
-1
/
+1
*
Unhardcode byte size being 8 bits.
David Given
2008-12-17
1
-5
/
+5
*
Remove symbol.id_list
Alexey Zaytsev
2008-06-11
1
-2
/
+2
*
[PATCH] deal correctly with qualifiers on arrays
Al Viro
2007-07-14
1
-18
/
+19
*
new get_type_name function
Rob Taylor
2007-07-13
1
-0
/
+29
*
add end position to symbols
Rob Taylor
2007-07-13
1
-0
/
+1
*
first pass at null pointer constants
Al Viro
2007-07-08
1
-1
/
+3
*
fix the comma handling in integer constant expressions
Al Viro
2007-07-08
1
-0
/
+1
*
[PATCH] fix handling of typeof on structs
Al Viro
2007-06-18
1
-1
/
+6
*
fix interaction of typeof with bitwise types
Al Viro
2007-05-26
1
-0
/
+6
*
fix alignment for _Bool
Al Viro
2007-05-26
1
-1
/
+1
*
Fix typos in comments
Josh Triplett
2007-03-09
1
-2
/
+2
*
Free up some special bits in modifiers.
Josh Triplett
2007-03-07
1
-34
/
+1
*
double inclusions
Nicolas Kaiser
2006-11-21
1
-1
/
+0
*
Typo fixes
Pavel Roskin
2006-11-06
1
-1
/
+1
*
[PATCH] handle fouled-bitwise
Al Viro
2006-10-01
1
-0
/
+38
*
[PATCH] add support for __builtin_choose_expr()
Al Viro
2006-09-30
1
-0
/
+45
*
[PATCH] Parse and track multiple contexts by expression
Josh Triplett
2006-08-30
1
-2
/
+7
*
First cut at something that approaches a sane -Wshadow
Linus Torvalds
2006-07-31
1
-10
/
+9
*
[PATCH] count_array_initializer() needs to know the type of element
Al Viro
2006-05-09
1
-8
/
+24
*
Re-name "error()" function to "sparse_error()"
Linus Torvalds
2005-11-16
1
-5
/
+5
*
[PATCH] replaced warnings with errors.
Mitesh Shah
2005-09-22
1
-5
/
+5
*
Warn about undefined preprocessor symbols at expansion time, not parse time
Linus Torvalds
2005-09-09
1
-0
/
+1
*
[PATCH] enum: improve error messages
Oleg Nesterov
2005-08-17
1
-5
/
+0
*
[PATCH] enum: fix sparse segfault with incomplete enum
Oleg Nesterov
2005-08-17
1
-1
/
+1
*
Make types have file scope, not global scope
Linus Torvalds
2005-08-02
1
-4
/
+6
*
Make macros have file scope
Linus Torvalds
2005-08-02
1
-0
/
+2
*
[PATCH] Fix compile warning in symbol.c
Mika Kukkonen
2005-06-21
1
-1
/
+1
*
Initial cut at __builtin_expect() implementation
Linus Torvalds
2005-06-19
1
-0
/
+22
*
Fix up type examination.
Linus Torvalds
2005-06-16
1
-4
/
+2
*
[PATCH] static declear
Christopher Li
2005-04-07
1
-1
/
+1
*
Fix array size calculation when the last entry is an EXPR_INDEX.
Linus Torvalds
2005-04-07
1
-2
/
+2
*
Toplevel symbols are externally addressable only if they
Linus Torvalds
2005-04-07
1
-1
/
+3
*
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
*
Fix __typeof__ size evaluation.
Linus Torvalds
2005-04-07
1
-0
/
+1
*
Make "translation_unit()" do symbol evaluation too.
Linus Torvalds
2005-04-07
1
-2
/
+2
*
enums, bitfields and nodes pick up their signedness
Linus Torvalds
2005-04-07
1
-1
/
+11
*
Set the bit_offset in the SYM_BITFIELD entry too, not just
Linus Torvalds
2005-04-07
1
-0
/
+1
*
Remove "fieldwidth" member of struct symbol
Linus Torvalds
2005-04-07
1
-10
/
+5
*
Fix up structure bitfield placement.
Linus Torvalds
2005-04-07
1
-1
/
+10
*
Examine bitfield symbols properly.
Linus Torvalds
2005-04-07
1
-1
/
+1
*
Make sure to examine restricted types too.
Linus Torvalds
2005-04-07
1
-0
/
+3
*
Use 'bad_type' instead of NULL when something bad happens
Linus Torvalds
2005-04-07
1
-6
/
+4
[next]