aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix a typo - "typdef" is neither C nor plain EnglishBernd Petrovitsch2010-09-011-1/+1
* inspect: cast expressionChristopher Li2010-07-221-1/+19
* skip may_alias and declare builtin_fabsMorten Welinder2010-07-192-0/+3
* inspect: add some expression inspectionChristopher2010-07-132-1/+81
* inspect: Add test-inspect programChristopher Li2010-07-132-3/+57
* inspect: add some example inspect for symbol and statementChristopher Li2010-07-132-0/+127
* inspect: add custom ast treeview modelChristopher Li2010-07-134-0/+611
* parser: define __builtin_unreachableJiri Slaby2010-07-131-0/+1
* Add test case for builtin_unreachable()Christopher2010-07-131-0/+15
* parser: fix and simplify support of asm gotoJiri Slaby2010-07-131-1/+2
* parser: add support for asm gotoJiri Slaby2010-06-173-0/+32
* Adding asm goto label test caseChristopher Li2010-06-171-0/+22
* Ignore the may_alias GCC attributeDamien Lespiau2010-06-171-0/+2
* Parsing wide char stringChristopher Li2010-06-175-15/+28
* Allow parsing L'\0'Christopher Li2010-04-085-5/+15
* evaluate: check for NULL type inside typeofChristopher2010-03-291-1/+3
* Pointer don't inherent the alignment from base typeChristopher Li2010-03-281-0/+1
* possible fix to cgcc issue in sparse 0.4.2:Joel Soete2010-03-281-1/+1
* Ignore "naked" attributeMichael Buesch2010-03-281-0/+2
* ignore attributes "externally_visible" and "signal"Michael Buesch2010-03-281-0/+4
* Adding test case for "x && y && z" .Christopher Li2010-03-281-0/+17
* Fix incorrect linearization of "x && y && z"Daniel De Graaf2010-03-281-1/+3
* Makefile: fix permissions mixup on installDan McGee2010-03-281-7/+12
* New attribute designated_init: mark a struct as requiring designated initJosh Triplett2010-03-288-2/+250
* Rename -Wall to Wsparse-all, so it doesn't get turned on unintentionallyJosh Triplett2010-03-284-17/+8
* Handle __builtin_ms_va_list.Michael Stefaniuc2010-03-282-0/+3
* Simplify Makefile using static pattern rulesChristopher Li2010-03-281-8/+3
* Ignore the alloc_size attribute.Michael Stefaniuc2010-03-281-0/+2
* Ignore the ms_abi/sysv_abi attributes.Michael Stefaniuc2010-03-281-0/+4
* Declare ignored attributres into a list of string.Christopher Li2010-03-282-71/+86
* Move noreturn attribute out of ignore attr areaChristopher Li2010-03-281-2/+2
* Make MOD_NORETURN fits into 32 bitChristopher Li2009-10-161-1/+1
* do not ignore attribute 'noreturn'...Kamil Dudka2009-10-162-3/+5
* Sparse 0.4.2Christopher Li2009-10-111-2/+2
* sparse: Add GCC pre-defined macros for user-spacePekka Enberg2009-08-212-0/+11
* make sparse headers self-compilable...Kamil Dudka2009-08-115-0/+14
* show_token: handle TOKEN_UNTAINT and TOKEN_ARG_COUNT typesReinhard Tartler2009-08-111-2/+11
* unssa: track uses when replacing a phi nodeKamil Dudka2009-08-023-1/+4
* Define __LP64__ for x86_64 unless in 32 bit modeBlue Swirl2009-08-011-1/+1
* Add support for TImode type (__int128_t)Blue Swirl2009-08-0110-13/+51
* linearize.h: sanitize headerKamil Dudka2009-07-292-4/+4
* Add c{l,t}z{,l,ll}, ffsl{,l}, popcountll and floating point comparison builtins.Blue Swirl2009-08-031-3/+22
* Ignore attribute __bounded__, used by OpenBSD headers.Blue Swirl2009-08-031-0/+2
* test-suite: integrate unhandled proprocessor testsHannes Eder2009-07-279-0/+142
* compile-i386: do not generate an infinite loopKamil Dudka2009-07-221-4/+4
* Makefile: suppress error message from pkg-configRamsay Jones2009-07-201-1/+1
* test-suite: be more verbose on 'unhandled' and 'known to fail' testsHannes Eder2009-07-191-1/+5
* move extern inline function to file scopeChristopher Li2009-07-194-6/+40
* Add validation for restrict and attribute warningChristopher Li2009-07-182-0/+20
* Avoid "attribute 'warning': unknown attribute" warningLinus Torvalds2009-07-181-0/+2