aboutsummaryrefslogtreecommitdiff
path: root/cgcc
Commit message (Expand)AuthorAgeFilesLines
* possible fix to cgcc issue in sparse 0.4.2:Joel Soete2010-03-281-1/+1
* New attribute designated_init: mark a struct as requiring designated initJosh Triplett2010-03-281-1/+1
* Rename -Wall to Wsparse-all, so it doesn't get turned on unintentionallyJosh Triplett2010-03-281-15/+2
* 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-011-3/+4
* Let cgcc pass -gcc-base-dir to sparse.Alexey Zaytsev2008-12-181-1/+13
* OpenBSD supportBlue Swirl2008-12-181-0/+3
* Sparc64 (Sparc V9, LP64) supportBlue Swirl2008-12-181-0/+7
* Replace the -specs cgcc option with -targetAlexey Zaytsev2008-12-181-1/+1
* don't call sparse when called to generate dependenciesAlexander Shishkin2008-08-261-0/+7
* cgcc: handle ppc archJohannes Berg2008-04-071-0/+7
* cgcc: Sparse accepts -Wundef, not -Wundefined-preprocessorJosh Triplett2007-08-311-1/+1
* cgcc: Sparse accepts -Wcast-to-as, not -Wcast-to-address-spaceJosh Triplett2007-08-311-1/+1
* Make cgcc filter out all sparse warning related optionsYura Pakhuchiy2007-08-221-1/+1
* cgcc: preserve sparse exit code if -no-compile is usedPavel Roskin2007-06-271-2/+5
* Fix old typo: s/wierd/weird/Josh Triplett2007-05-231-2/+2
* Sparse always defines __STDC__ 1, so cgcc does not need to do soJosh Triplett2007-05-231-3/+2
* Add cygwin support to cgccRamsay Jones2007-05-231-0/+10
* Add -Wno-non-pointer-null to turn off warning about using a plain integer as ...Josh Triplett2007-05-221-1/+1
* Add -Wno-old-initializer to turn off warnings about non-C99 struct initializersJosh Triplett2007-05-221-1/+1
* Implement x86-64 support in cgcc.Alberto Bertogli2007-05-011-0/+9
* Teach cgcc about -ventry and -vdeadJosh Triplett2007-05-011-0/+1
* Teach cgcc about all currently existing sparse warning optionsJosh Triplett2007-05-011-1/+1
* Make cgcc not pass -Wall to sparse even if passing it to ccJosh Triplett2007-05-011-1/+14
* Teach cgcc about -Wtransparent-union and -Wno-transparent-unionJosh Triplett2007-04-201-1/+1
* Make 'cgcc' work at least half-way betterLinus Torvalds2005-08-151-1/+1
* check.c:welinder@troll.com2005-04-071-0/+3
* Reorganize integer and floating point defines into specs.welinder@troll.com2005-04-071-23/+25
* lib.c:welinder@troll.com2005-04-071-4/+26
* Add -no-compilewelinder@troll.com2005-04-071-20/+33
* Handle predefines for integer types, floating point types,welinder@troll.com2005-04-071-1/+146
* Teach cgcc about -Wbitwise and -Wtypesign.welinder@troll.com2005-04-071-1/+1
* Teach cgcc about flags that are for sparse only.welinder@troll.com2005-04-071-10/+31
* Wrapper to run check and gcc in series.welinder@troll.com2005-04-071-0/+22