aboutsummaryrefslogtreecommitdiffstats
path: root/cgcc
AgeCommit message (Expand)AuthorFilesLines
2015-01-28s390x: add the proper defines for data typesChristian Borntraeger1-0/+8
2014-11-10cgcc: avoid passing a sparse-only option to ccRamsay Jones1-2/+2
2014-10-10cgcc: use $ccom to set $multiarch_dir if not specifiedRamsay Jones1-0/+2
2014-10-10cgcc: use only the cc command to determine $gcc_base_dirRamsay Jones1-1/+2
2014-10-10Add support for multiarch system header filesRamsay Jones1-0/+10
2014-09-28sparse: Make -Werror turn warnigns into errorsThomas Graf1-1/+1
2013-04-21Define __SIZEOF_POINTER__Josh Triplett1-5/+10
2010-03-28possible fix to cgcc issue in sparse 0.4.2:Joel Soete1-1/+1
2010-03-28New attribute designated_init: mark a struct as requiring designated initJosh Triplett1-1/+1
2010-03-28Rename -Wall to Wsparse-all, so it doesn't get turned on unintentionallyJosh Triplett1-15/+2
2009-08-01Define __LP64__ for x86_64 unless in 32 bit modeBlue Swirl1-1/+1
2009-08-01Add support for TImode type (__int128_t)Blue Swirl1-3/+4
2008-12-18Let cgcc pass -gcc-base-dir to sparse.Alexey Zaytsev1-1/+13
2008-12-18OpenBSD supportBlue Swirl1-0/+3
2008-12-18Sparc64 (Sparc V9, LP64) supportBlue Swirl1-0/+7
2008-12-18Replace the -specs cgcc option with -targetAlexey Zaytsev1-1/+1
2008-08-26don't call sparse when called to generate dependenciesAlexander Shishkin1-0/+7
2008-04-07cgcc: handle ppc archJohannes Berg1-0/+7
2007-08-31cgcc: Sparse accepts -Wundef, not -Wundefined-preprocessorJosh Triplett1-1/+1
2007-08-31cgcc: Sparse accepts -Wcast-to-as, not -Wcast-to-address-spaceJosh Triplett1-1/+1
2007-08-22Make cgcc filter out all sparse warning related optionsYura Pakhuchiy1-1/+1
2007-06-27cgcc: preserve sparse exit code if -no-compile is usedPavel Roskin1-2/+5
2007-05-23Fix old typo: s/wierd/weird/Josh Triplett1-2/+2
2007-05-23Sparse always defines __STDC__ 1, so cgcc does not need to do soJosh Triplett1-3/+2
2007-05-23Add cygwin support to cgccRamsay Jones1-0/+10
2007-05-22Add -Wno-non-pointer-null to turn off warning about using a plain integer as ...Josh Triplett1-1/+1
2007-05-22Add -Wno-old-initializer to turn off warnings about non-C99 struct initializersJosh Triplett1-1/+1
2007-05-01Implement x86-64 support in cgcc.Alberto Bertogli1-0/+9
2007-05-01Teach cgcc about -ventry and -vdeadJosh Triplett1-0/+1
2007-05-01Teach cgcc about all currently existing sparse warning optionsJosh Triplett1-1/+1
2007-05-01Make cgcc not pass -Wall to sparse even if passing it to ccJosh Triplett1-1/+14
2007-04-20Teach cgcc about -Wtransparent-union and -Wno-transparent-unionJosh Triplett1-1/+1
2005-08-15Make 'cgcc' work at least half-way betterLinus Torvalds1-1/+1
2005-04-07check.c:welinder@troll.com1-0/+3
2005-04-07Reorganize integer and floating point defines into specs.welinder@troll.com1-23/+25
2005-04-07lib.c:welinder@troll.com1-4/+26
2005-04-07Add -no-compilewelinder@troll.com1-20/+33
2005-04-07Handle predefines for integer types, floating point types,welinder@troll.com1-1/+146
2005-04-07Teach cgcc about -Wbitwise and -Wtypesign.welinder@troll.com1-1/+1
2005-04-07Teach cgcc about flags that are for sparse only.welinder@troll.com1-10/+31
2005-04-07Wrapper to run check and gcc in series.welinder@troll.com1-0/+22