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
*
[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
*
Implement a C99-like _Bool type.
Linus Torvalds
2005-04-07
1
-1
/
+2
*
Add comment on what caused type examination recursion.
Linus Torvalds
2005-04-07
1
-0
/
+6
*
Clean up symbol examination some more.
Linus Torvalds
2005-04-07
1
-53
/
+70
*
Don't recurse on struct/union symbol examine, if the struct
Linus Torvalds
2005-04-07
1
-0
/
+1
*
Do base_type examination in common code in examine_symbol_type().
Linus Torvalds
2005-04-07
1
-16
/
+14
*
Implement __builtin_safe_p() to match __builtin_constant_p.
Linus Torvalds
2005-04-07
1
-26
/
+10
*
Allow zero-sized array initializers.
Linus Torvalds
2005-04-07
1
-2
/
+1
*
Do array sizing at "examine_symbol_type()" time.
Linus Torvalds
2005-04-07
1
-25
/
+78
*
Replace context/contextmask (never used) with in_context/out_context.
Linus Torvalds
2005-04-07
1
-2
/
+2
*
Get rid of the old "iterate()" interfaces.
Linus Torvalds
2005-04-07
1
-7
/
+7
*
Make "bind_symbol()" also set sym->ident.
Linus Torvalds
2005-04-07
1
-1
/
+3
*
Introduce the notion of "reserved" identifiers.
Linus Torvalds
2005-04-07
1
-4
/
+9
*
[PATCH] enum handling
Alexander Viro
2005-04-07
1
-5
/
+15
*
Fix structure size calculation for structures with unsized arrays.
Linus Torvalds
2005-04-07
1
-6
/
+19
*
Add "__builtin_warning()" builtin.
Linus Torvalds
2005-04-07
1
-1
/
+57
*
[PATCH] recovery from typeof on expression with bad type
Alexander Viro
2005-04-07
1
-2
/
+2
*
Many files:
welinder@darter.rentec.com
2005-04-07
1
-7
/
+7
*
symbol.h, symbol.c:
welinder@troll.com
2005-04-07
1
-29
/
+38
*
More "union" trouble: don't look at ctype for non-NS_SYMBOL.
Linus Torvalds
2005-04-07
1
-1
/
+1
*
Sanitize base type declarations some more.
Linus Torvalds
2005-04-07
1
-41
/
+42
*
We need to initialize the type of the fundamental base types.
Linus Torvalds
2005-04-07
1
-0
/
+1
*
[PATCH] make preprocesser command a symbol
Christopher Li
2005-04-07
1
-1
/
+4
*
Make END_FOR_EACH_PTR[_REVERSE] take the ptr name as an argument.
Linus Torvalds
2005-04-07
1
-1
/
+1
[next]