| Age | Commit message (Expand) | Author | Files | Lines |
| 2009-08-01 | Define __LP64__ for x86_64 unless in 32 bit mode | Blue Swirl | 1 | -1/+1 |
| 2009-08-01 | Add support for TImode type (__int128_t) | Blue Swirl | 1 | -3/+4 |
| 2008-12-18 | Let cgcc pass -gcc-base-dir to sparse. | Alexey Zaytsev | 1 | -1/+13 |
| 2008-12-18 | OpenBSD support | Blue Swirl | 1 | -0/+3 |
| 2008-12-18 | Sparc64 (Sparc V9, LP64) support | Blue Swirl | 1 | -0/+7 |
| 2008-12-18 | Replace the -specs cgcc option with -target | Alexey Zaytsev | 1 | -1/+1 |
| 2008-08-26 | don't call sparse when called to generate dependencies | Alexander Shishkin | 1 | -0/+7 |
| 2008-04-07 | cgcc: handle ppc arch | Johannes Berg | 1 | -0/+7 |
| 2007-08-31 | cgcc: Sparse accepts -Wundef, not -Wundefined-preprocessor | Josh Triplett | 1 | -1/+1 |
| 2007-08-31 | cgcc: Sparse accepts -Wcast-to-as, not -Wcast-to-address-space | Josh Triplett | 1 | -1/+1 |
| 2007-08-22 | Make cgcc filter out all sparse warning related options | Yura Pakhuchiy | 1 | -1/+1 |
| 2007-06-27 | cgcc: preserve sparse exit code if -no-compile is used | Pavel Roskin | 1 | -2/+5 |
| 2007-05-23 | Fix old typo: s/wierd/weird/ | Josh Triplett | 1 | -2/+2 |
| 2007-05-23 | Sparse always defines __STDC__ 1, so cgcc does not need to do so | Josh Triplett | 1 | -3/+2 |
| 2007-05-23 | Add cygwin support to cgcc | Ramsay Jones | 1 | -0/+10 |
| 2007-05-22 | Add -Wno-non-pointer-null to turn off warning about using a plain integer as ... | Josh Triplett | 1 | -1/+1 |
| 2007-05-22 | Add -Wno-old-initializer to turn off warnings about non-C99 struct initializers | Josh Triplett | 1 | -1/+1 |
| 2007-05-01 | Implement x86-64 support in cgcc. | Alberto Bertogli | 1 | -0/+9 |
| 2007-05-01 | Teach cgcc about -ventry and -vdead | Josh Triplett | 1 | -0/+1 |
| 2007-05-01 | Teach cgcc about all currently existing sparse warning options | Josh Triplett | 1 | -1/+1 |
| 2007-05-01 | Make cgcc not pass -Wall to sparse even if passing it to cc | Josh Triplett | 1 | -1/+14 |
| 2007-04-20 | Teach cgcc about -Wtransparent-union and -Wno-transparent-union | Josh Triplett | 1 | -1/+1 |
| 2005-08-15 | Make 'cgcc' work at least half-way better | Linus Torvalds | 1 | -1/+1 |
| 2005-04-07 | check.c: | welinder@troll.com | 1 | -0/+3 |
| 2005-04-07 | Reorganize integer and floating point defines into specs. | welinder@troll.com | 1 | -23/+25 |
| 2005-04-07 | lib.c: | welinder@troll.com | 1 | -4/+26 |
| 2005-04-07 | Add -no-compile | welinder@troll.com | 1 | -20/+33 |
| 2005-04-07 | Handle predefines for integer types, floating point types, | welinder@troll.com | 1 | -1/+146 |
| 2005-04-07 | Teach cgcc about -Wbitwise and -Wtypesign. | welinder@troll.com | 1 | -1/+1 |
| 2005-04-07 | Teach cgcc about flags that are for sparse only. | welinder@troll.com | 1 | -10/+31 |
| 2005-04-07 | Wrapper to run check and gcc in series. | welinder@troll.com | 1 | -0/+22 |