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
/
lib.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
New attribute designated_init: mark a struct as requiring designated init
Josh Triplett
2010-03-28
1
-0
/
+1
*
Declare ignored attributres into a list of string.
Christopher Li
2010-03-28
1
-0
/
+4
*
sparse: Add GCC pre-defined macros for user-space
Pekka Enberg
2009-08-21
1
-0
/
+3
*
Mark handle_switch as static and don't export it from lib.h
Alexey Zaytsev
2008-12-18
1
-1
/
+0
*
Add -Wno-declaration-after-statement
Geoff Johnstone
2008-04-21
1
-0
/
+1
*
Rename Wundefined_preprocessor to Wundef to match the command-line argument
Josh Triplett
2007-08-31
1
-1
/
+1
*
Rename Wcast_to_address_space to Wcast_to_as to match the command-line argument
Josh Triplett
2007-08-31
1
-1
/
+1
*
Sort warning options in lib.c and lib.h
Josh Triplett
2007-08-30
1
-11
/
+14
*
add sparse_keep_tokens api to lib.h
Rob Taylor
2007-07-13
1
-0
/
+1
*
[PATCH] warn on return <void expression>;
Al Viro
2007-06-25
1
-0
/
+1
*
[PATCH] rewrite of initializer handling
Al Viro
2007-06-18
1
-0
/
+1
*
Add -Wno-non-pointer-null to turn off warning about using a plain integer as ...
Josh Triplett
2007-05-22
1
-0
/
+1
*
Add -Wno-old-initializer to turn off warnings about non-C99 struct initializers
Josh Triplett
2007-05-22
1
-0
/
+1
*
Declare gcc_patchlevel extern in lib.h
Josh Triplett
2007-04-20
1
-1
/
+1
*
Declare die_if_error extern in lib.h
Josh Triplett
2007-04-20
1
-0
/
+1
*
Use noreturn on die() and error_die()
Josh Triplett
2007-04-20
1
-2
/
+4
*
Use GCC format and sentinel attributes on appropriate functions
Josh Triplett
2007-03-09
1
-2
/
+3
*
Disable liveness "dead" instruction by default.
Christopher Li
2007-02-28
1
-0
/
+1
*
Introduce expression_error
Christopher Li
2007-02-27
1
-0
/
+1
*
Adding debug option for showing the linearized instruction.
Christopher Li
2007-02-25
1
-0
/
+2
*
Coding style fix: in a pointer type, * goes with the name, not the type.
Josh Triplett
2007-01-27
1
-7
/
+7
*
Allow more than one command line include file.
Christopher Li
2007-01-27
1
-0
/
+9
*
cleanup write to argument array hack
Christopher Li
2006-12-04
1
-3
/
+4
*
merge branch 'more-warning-flags' into staging and fix conflicts
Josh Triplett
2006-10-16
1
-0
/
+1
|
\
|
*
Add -Wno-uninitialized
Josh Triplett
2006-09-14
1
-0
/
+1
*
|
Add warning message for naked do-while
Linus Torvalds
2006-10-01
1
-0
/
+1
|
/
*
[PATCH] Add -Wno-cast-truncate
Josh Triplett
2006-08-29
1
-0
/
+1
*
[PATCH] Add -Wno-enum-mismatch
Josh Triplett
2006-08-29
1
-0
/
+1
*
[PATCH] Add -Wno-address-space
Josh Triplett
2006-08-29
1
-0
/
+1
*
First cut at something that approaches a sane -Wshadow
Linus Torvalds
2006-07-31
1
-0
/
+1
*
[PATCH] introduce __sparse() function
Oleg Nesterov
2005-12-20
1
-0
/
+1
*
[PATCH] new flag - Wone-bit-signed-bitfield
Al Viro
2005-11-22
1
-0
/
+1
*
[PATCH] new flag - -Wdecl
Al Viro
2005-11-22
1
-0
/
+1
*
Re-name "error()" function to "sparse_error()"
Linus Torvalds
2005-11-16
1
-1
/
+1
*
Handle symbols from "-include" file too
Linus Torvalds
2005-11-02
1
-1
/
+1
*
[PATCH] add support for -imacros
Sam Ravnborg
2005-09-14
1
-2
/
+0
*
[PATCH] More address space checking
viro@ZenIV.linux.org.uk
2005-09-09
1
-0
/
+1
*
Add __OPTIMIZE[_SIZE]__ predefines
Linus Torvalds
2005-08-15
1
-1
/
+1
*
Make delete_last_instruction() use the new undo_ptr_list_last() fn
Linus Torvalds
2005-08-11
1
-1
/
+1
*
Have more bits for "stream number" in "struct pos"
Linus Torvalds
2005-08-06
1
-2
/
+2
*
Update the calling interface to "sparse()".
Linus Torvalds
2005-08-03
1
-3
/
+2
*
[PATCH] __attribute__ handling for attributes used in the userland
Peter Jones
2005-06-20
1
-0
/
+1
*
[LIB] allow changing the gcc version in the defines
Arnaldo Carvalho de Melo
2005-06-04
1
-0
/
+1
*
Move the ptrlist macros out of the sparse "lib.[ch]" files.
Linus Torvalds
2005-04-07
1
-248
/
+1
*
Add option "-Wptr-subtraction-blows" to warn about expensive
Linus Torvalds
2005-04-07
1
-0
/
+1
*
When removing/replacing pointer list entries, return the final
Linus Torvalds
2005-04-07
1
-2
/
+2
*
Support tagged add_ptr_list
Linus Torvalds
2005-04-07
1
-2
/
+9
*
Add macros to set/read the pointer list tags.
Linus Torvalds
2005-04-07
1
-0
/
+9
*
Beginning infrastructure for tagged lists.
Linus Torvalds
2005-04-07
1
-9
/
+11
*
Make OP_PHISOURCE track the OP_PHI instructions that it defines.
Linus Torvalds
2005-04-07
1
-0
/
+2
[next]