aboutsummaryrefslogtreecommitdiff
path: root/lib.c
Commit message (Expand)AuthorAgeFilesLines
* Rename -Wall to Wsparse-all, so it doesn't get turned on unintentionallyJosh Triplett2010-03-281-1/+1
* Handle __builtin_ms_va_list.Michael Stefaniuc2010-03-281-0/+2
* sparse: Add GCC pre-defined macros for user-spacePekka Enberg2009-08-211-0/+8
* Add c{l,t}z{,l,ll}, ffsl{,l}, popcountll and floating point comparison builtins.Blue Swirl2009-08-031-3/+22
* Turn off '-Wtransparent-union' by defaultLinus Torvalds2009-07-181-1/+1
* refactor handle_switch_fHannes Eder2009-07-171-11/+20
* Add -ftabstop=WIDTHHannes Eder2009-01-021-1/+14
* Rename dirafter to idirafter.Alexey Zaytsev2008-12-181-10/+5
* Set gcc include path at runtime.Alexey Zaytsev2008-12-181-3/+20
* Handle missing argument to -D.Alexey Zaytsev2008-12-181-0/+4
* Mark handle_switch as static and don't export it from lib.hAlexey Zaytsev2008-12-181-1/+1
* Handle a terminal -o option properly.Alexey Zaytsev2008-12-181-4/+7
* Remove pre_bufferChristopher Li2008-12-181-9/+14
* Add -Wno-declaration-after-statementGeoff Johnstone2008-04-211-0/+24
* Add builtin functions for use with __FORTIFY_SOURCEGeoff Johnstone2008-04-051-0/+16
* Add support for GCC's -std=... and -ansi command line options.Geoff Johnstone2008-04-051-0/+75
* Added a prototype for mempcpy().Tilman Sauerbeck2007-09-161-0/+1
* Rename Wundefined_preprocessor to Wundef to match the command-line argumentJosh Triplett2007-08-311-2/+2
* Rename Wcast_to_address_space to Wcast_to_as to match the command-line argumentJosh Triplett2007-08-311-2/+2
* Sort warning options in lib.c and lib.hJosh Triplett2007-08-301-26/+26
* add __builtin_labs()Randy Dunlap2007-08-221-0/+1
* [PATCH] add __builtin_strlen()Al Viro2007-07-281-0/+1
* Turn off -Wdo-while by default.Josh Triplett2007-07-271-1/+1
* add sparse_keep_tokens api to lib.hRob Taylor2007-07-131-1/+12
* make size_t better approximate the realityAl Viro2007-07-081-1/+9
* [PATCH] implement __builtin_offsetof()Al Viro2007-06-261-1/+0
* [PATCH] warn on return <void expression>;Al Viro2007-06-251-0/+2
* [PATCH] rewrite of initializer handlingAl Viro2007-06-181-0/+2
* Fix -E handlingAlexey Dobriyan2007-06-131-1/+2
* Turn on -Wdecl by default.Josh Triplett2007-06-131-1/+1
* Add __builtin_strcat and __builtin_strncat.Josh Triplett2007-05-221-0/+2
* Add -Wno-non-pointer-null to turn off warning about using a plain integer as ...Josh Triplett2007-05-221-0/+2
* Add -Wno-old-initializer to turn off warnings about non-C99 struct initializersJosh Triplett2007-05-221-0/+2
* __DATE__ & __TIME expansionDamien Lespiau2007-05-201-2/+0
* Declare do_error staticJosh Triplett2007-04-201-1/+1
* Remove unused variable "include" from lib.cJosh Triplett2007-04-201-1/+0
* Fix comment to reference #weak_define rather than #ifndef, matching codeJosh Triplett2007-04-201-1/+1
* Fix typos in commentsJosh Triplett2007-03-091-3/+3
* Disable liveness "dead" instruction by default.Christopher Li2007-02-281-1/+3
* Introduce expression_errorChristopher Li2007-02-271-4/+18
* Adding debug option for showing the linearized instruction.Christopher Li2007-02-251-13/+48
* Coding style fix: in a pointer type, * goes with the name, not the type.Josh Triplett2007-01-271-1/+1
* Allow more than one command line include file.Christopher Li2007-01-271-20/+25
* Support -Wall flagPavel Roskin2006-12-051-3/+27
* cleanup write to argument array hackChristopher Li2006-12-041-22/+6
* delay removing file scopeChristopher Li2006-12-041-2/+1
* 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