aboutsummaryrefslogtreecommitdiff
path: root/lib.c
Commit message (Expand)AuthorAgeFilesLines
...
* Add support for __builtin_strpbrk()Pavel Roskin2006-11-061-0/+1
* added a bunch of gcc builtinsAl Viro2006-10-241-0/+10
* Merge branch 'Wcontext-default' into stagingJosh Triplett2006-10-161-1/+1
|\
| * Turn on -Wcontext by defaultJosh Triplett2006-09-141-1/+1
* | merge branch 'more-warning-flags' into staging and fix conflictsJosh Triplett2006-10-161-0/+2
|\ \
| * | Add -Wno-uninitializedJosh Triplett2006-09-141-0/+2
| |/
* / Add warning message for naked do-whileLinus Torvalds2006-10-011-0/+2
|/
* [PATCH] Add -Wno-cast-truncateJosh Triplett2006-08-291-0/+2
* [PATCH] Add -Wno-enum-mismatchJosh Triplett2006-08-291-0/+2
* [PATCH] Add -Wno-address-spaceJosh Triplett2006-08-291-0/+2
* [PATCH] sparse_error() should not silence info() after sparse_error()sJosh Triplett2006-08-291-3/+10
* [PATCH] Add support for GCC's __builtin_va_copyJosh Triplett2006-08-291-0/+1
* [PATCH] Add support for GCC's __builtin_extract_return_addr function.Josh Triplett2006-08-291-0/+1
* First cut at something that approaches a sane -WshadowLinus Torvalds2006-07-311-0/+2
* [PATCH] introduce __sparse() functionOleg Nesterov2005-12-201-2/+9
* [PATCH] Made __GNUC__ et.al. weak defines, so that we could override them wit...Al Viro2005-11-251-3/+3
* [PATCH] new flag - Wone-bit-signed-bitfieldAl Viro2005-11-221-0/+2
* [PATCH] new flag - -WdeclAl Viro2005-11-221-0/+2
* [PATCH] missing builtin - memcmp()Al Viro2005-11-221-0/+1
* Re-name "error()" function to "sparse_error()"Linus Torvalds2005-11-161-3/+3
* Handle symbols from "-include" file tooLinus Torvalds2005-11-021-5/+7
* [PATCH] handle -G x switch for mipsAtsushi Nemoto2005-09-241-0/+9
* [PATCH] replaced warnings with errors.Mitesh Shah2005-09-221-3/+5
* Add various declarations for more builtin functionsLinus Torvalds2005-09-151-1/+10
* Make sure that when we define __OPTIMIZE[_SIZE]_ we define it to somethingLinus Torvalds2005-09-151-2/+2
* [PATCH] add support for -imacrosSam Ravnborg2005-09-141-0/+9
* [PATCH] sparse: add __GNUC_PATCHLEVEL__Alexey Dobriyan2005-09-101-0/+3
* [PATCH] More address space checkingviro@ZenIV.linux.org.uk2005-09-091-0/+2
* Add __OPTIMIZE[_SIZE]__ predefinesLinus Torvalds2005-08-151-1/+21
* Update the calling interface to "sparse()".Linus Torvalds2005-08-031-28/+40
* Get closer to parsing multiple files correctly.Linus Torvalds2005-08-031-24/+63
* Make "sparse()" handle multiple input files on the command lineLinus Torvalds2005-08-021-48/+65
* Start work on proper scoping with multiple filesLinus Torvalds2005-08-021-0/+1
* Add "__builtin_offsetof()" to work with newer gcc'sLinus Torvalds2005-07-031-0/+1
* [PATCH] __attribute__ handling for attributes used in the userlandPeter Jones2005-06-201-0/+2
* Default to reporting the same GNU C version as the host compilerLinus Torvalds2005-06-191-2/+8
* [LIB] allow changing the gcc version in the definesArnaldo Carvalho de Melo2005-06-041-2/+4
* [PATCH] static declearChristopher Li2005-04-071-14/+14
* Move the ptrlist macros out of the sparse "lib.[ch]" files.Linus Torvalds2005-04-071-212/+0
* Shut up informational messages once we've hit the maximumLinus Torvalds2005-04-071-8/+11
* [PATCH] make include path handling gcc compatibleSam Ravnborg2005-04-071-11/+13
* [PATCH] sparse: fails to locate stdarg.hSam Ravnborg2005-04-071-0/+6
* Add option "-Wptr-subtraction-blows" to warn about expensiveLinus Torvalds2005-04-071-0/+2
* When removing/replacing pointer list entries, return the finalLinus Torvalds2005-04-071-3/+6
* Support tagged add_ptr_listLinus Torvalds2005-04-071-1/+3
* Beginning infrastructure for tagged lists.Linus Torvalds2005-04-071-0/+3
* Add "stream_name()" helper function, and use it.Linus Torvalds2005-04-071-1/+1
* Remove stat-based file identity tests.Linus Torvalds2005-04-071-1/+0
* Allow -vv as shorthand for "-v -v" aka "very verbose".Linus Torvalds2005-04-071-1/+3
* Fix list_ptr split operation.Linus Torvalds2005-04-071-5/+8