aboutsummaryrefslogtreecommitdiff
path: root/lib.h
Commit message (Expand)AuthorAgeFilesLines
* New attribute designated_init: mark a struct as requiring designated initJosh Triplett2010-03-281-0/+1
* Declare ignored attributres into a list of string.Christopher Li2010-03-281-0/+4
* sparse: Add GCC pre-defined macros for user-spacePekka Enberg2009-08-211-0/+3
* Mark handle_switch as static and don't export it from lib.hAlexey Zaytsev2008-12-181-1/+0
* Add -Wno-declaration-after-statementGeoff Johnstone2008-04-211-0/+1
* Rename Wundefined_preprocessor to Wundef to match the command-line argumentJosh Triplett2007-08-311-1/+1
* Rename Wcast_to_address_space to Wcast_to_as to match the command-line argumentJosh Triplett2007-08-311-1/+1
* Sort warning options in lib.c and lib.hJosh Triplett2007-08-301-11/+14
* add sparse_keep_tokens api to lib.hRob Taylor2007-07-131-0/+1
* [PATCH] warn on return <void expression>;Al Viro2007-06-251-0/+1
* [PATCH] rewrite of initializer handlingAl Viro2007-06-181-0/+1
* Add -Wno-non-pointer-null to turn off warning about using a plain integer as ...Josh Triplett2007-05-221-0/+1
* Add -Wno-old-initializer to turn off warnings about non-C99 struct initializersJosh Triplett2007-05-221-0/+1
* Declare gcc_patchlevel extern in lib.hJosh Triplett2007-04-201-1/+1
* Declare die_if_error extern in lib.hJosh Triplett2007-04-201-0/+1
* Use noreturn on die() and error_die()Josh Triplett2007-04-201-2/+4
* Use GCC format and sentinel attributes on appropriate functionsJosh Triplett2007-03-091-2/+3
* Disable liveness "dead" instruction by default.Christopher Li2007-02-281-0/+1
* Introduce expression_errorChristopher Li2007-02-271-0/+1
* Adding debug option for showing the linearized instruction.Christopher Li2007-02-251-0/+2
* Coding style fix: in a pointer type, * goes with the name, not the type.Josh Triplett2007-01-271-7/+7
* Allow more than one command line include file.Christopher Li2007-01-271-0/+9
* cleanup write to argument array hackChristopher Li2006-12-041-3/+4
* merge branch 'more-warning-flags' into staging and fix conflictsJosh Triplett2006-10-161-0/+1
|\
| * Add -Wno-uninitializedJosh Triplett2006-09-141-0/+1
* | Add warning message for naked do-whileLinus Torvalds2006-10-011-0/+1
|/
* [PATCH] Add -Wno-cast-truncateJosh Triplett2006-08-291-0/+1
* [PATCH] Add -Wno-enum-mismatchJosh Triplett2006-08-291-0/+1
* [PATCH] Add -Wno-address-spaceJosh Triplett2006-08-291-0/+1
* First cut at something that approaches a sane -WshadowLinus Torvalds2006-07-311-0/+1
* [PATCH] introduce __sparse() functionOleg Nesterov2005-12-201-0/+1
* [PATCH] new flag - Wone-bit-signed-bitfieldAl Viro2005-11-221-0/+1
* [PATCH] new flag - -WdeclAl Viro2005-11-221-0/+1
* Re-name "error()" function to "sparse_error()"Linus Torvalds2005-11-161-1/+1
* Handle symbols from "-include" file tooLinus Torvalds2005-11-021-1/+1
* [PATCH] add support for -imacrosSam Ravnborg2005-09-141-2/+0
* [PATCH] More address space checkingviro@ZenIV.linux.org.uk2005-09-091-0/+1
* Add __OPTIMIZE[_SIZE]__ predefinesLinus Torvalds2005-08-151-1/+1
* Make delete_last_instruction() use the new undo_ptr_list_last() fnLinus Torvalds2005-08-111-1/+1
* Have more bits for "stream number" in "struct pos"Linus Torvalds2005-08-061-2/+2
* Update the calling interface to "sparse()".Linus Torvalds2005-08-031-3/+2
* [PATCH] __attribute__ handling for attributes used in the userlandPeter Jones2005-06-201-0/+1
* [LIB] allow changing the gcc version in the definesArnaldo Carvalho de Melo2005-06-041-0/+1
* Move the ptrlist macros out of the sparse "lib.[ch]" files.Linus Torvalds2005-04-071-248/+1
* Add option "-Wptr-subtraction-blows" to warn about expensiveLinus Torvalds2005-04-071-0/+1
* When removing/replacing pointer list entries, return the finalLinus Torvalds2005-04-071-2/+2
* Support tagged add_ptr_listLinus Torvalds2005-04-071-2/+9
* Add macros to set/read the pointer list tags.Linus Torvalds2005-04-071-0/+9
* Beginning infrastructure for tagged lists.Linus Torvalds2005-04-071-9/+11
* Make OP_PHISOURCE track the OP_PHI instructions that it defines.Linus Torvalds2005-04-071-0/+2