summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix build with GCC 4.6 series.v0.4.3-gentooDiego Elio Pettenò2011-04-081-4/+0
* build: add an all-installable target that builds the targets to install.Diego Elio Pettenò2011-04-081-1/+3
* build: don't override CFLAGS in environment.Diego Elio Pettenò2011-04-081-1/+1
* build: allow easy override of GCC_BASEDiego Elio Pettenò2011-04-081-1/+2
* sparse 0.4.3 finialv0.4.3Christopher Li2010-09-021-1/+1
* parser: add Blackfin gcc infoMike Frysinger2010-10-082-0/+15
* Fixup and cleanup modifier_string() function.Christopher Li2010-09-151-19/+45
* add test-inspect to .gitignoreDan Carpenter2010-09-011-0/+1
* 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