aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Fix type_info_expression()Al Viro2009-07-172-2/+18
* fun with declarations and definitionsAl Viro2009-07-174-0/+35
* Update the validation check for ftabstop=Christopher Li2009-07-1715-55/+55
* refactor handle_switch_fHannes Eder2009-07-171-11/+20
* Add -ftabstop=WIDTHHannes Eder2009-01-024-3/+25
* Clean up Makefile long linesChristopher Li2008-12-281-14/+17
* Makefile automatic header dependencyChristopher Li2008-12-281-77/+21
* Also warn about sizeof(function)Alexey Zaytsev2008-12-281-0/+6
* Warn about explicit usage of sizeof(void)Christopher Li2008-12-282-2/+15
* Teach classify_type to handle typeofChristopher Li2008-12-252-0/+21
* Revert the context tracking codeJohannes Berg2008-12-2412-1456/+108
* Let void have sizeof 1Alexey Zaytsev2008-12-181-1/+1
* Rename dirafter to idirafter.Alexey Zaytsev2008-12-182-12/+7
* Document -gcc-base-dir in sparse.1Alexey Zaytsev2008-12-181-0/+5
* Let cgcc pass -gcc-base-dir to sparse.Alexey Zaytsev2008-12-181-1/+13
* Set gcc include path at runtime.Alexey Zaytsev2008-12-183-27/+99
* Expand "dubious !x & y" handling to other combinations of !, &, and |.Josh Triplett2008-12-182-5/+27
* Add enum member list to the parentChristopher Li2008-12-181-4/+2
* Warning should be enough for an unhandled transparent unionAlexey Zaytsev2008-12-181-1/+1
* A slightly edited irc discussion with Josh Triplett.Alexey Zaytsev2008-12-181-0/+54
* Gdb macros to get a better look at some sparse data structures.Alexey Zaytsev2008-12-182-9/+321
* 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-182-2/+1
* Looks more evident this way.Alexey Zaytsev2008-12-181-1/+1
* Handle a terminal -o option properly.Alexey Zaytsev2008-12-181-4/+7
* Make show_symbol newline-consistentAlexey Zaytsev2008-12-181-2/+5
* OpenBSD supportBlue Swirl2008-12-182-0/+23
* Sparc64 (Sparc V9, LP64) supportBlue Swirl2008-12-181-0/+7
* Remove pre_bufferChristopher Li2008-12-183-20/+26
* Replace the -specs cgcc option with -targetAlexey Zaytsev2008-12-181-1/+1
* Add type information to struct instruction.David Given2008-12-182-1/+4
* Unhardcode byte size being 8 bits.David Given2008-12-178-26/+42
* Evaluate iterator symbolsChristopher Li2008-12-151-0/+1
* don't call sparse when called to generate dependenciesAlexander Shishkin2008-08-261-0/+7
* Set *tree to NULL on errorVegard Nossum2008-07-141-0/+2
* Fix use of invalid file descriptorVegard Nossum2008-07-141-0/+2
* Ignore "cold" and "hot" attributes, which appeared in gcc 4.3Pavel Roskin2008-06-272-0/+6
* Remove symbol.id_listAlexey Zaytsev2008-06-113-5/+4
* fix bug in context tracking codeJohannes Berg2008-04-244-16/+131
* Simplify (and warn about) right shifts that result in zeroLinus Torvalds2008-04-241-1/+56
* Fix cast instruction generationLinus Torvalds2008-04-241-3/+3
* Add -Wno-declaration-after-statementGeoff Johnstone2008-04-218-3/+78
* improve -Wcontext code and messagesJohannes Berg2008-04-215-120/+307
* inlined call bugfix & testJohannes Berg2008-04-212-0/+13
* sparse: simple conditional context trackingJohannes Berg2008-04-217-33/+270
* sparse test suite: add test mixing __context__ and __attribute__((context(...)))Johannes Berg2008-04-211-0/+21
* make sparse keep its promise about context trackingJohannes Berg2008-04-2111-86/+861
* cgcc: handle ppc archJohannes Berg2008-04-071-0/+7
* Fix type mismatches with incomplete typesGeoff Johnstone2008-04-051-0/+4
* Add builtin functions for use with __FORTIFY_SOURCEGeoff Johnstone2008-04-051-0/+16