| Age | Commit message (Expand) | Author | Files | Lines |
| 2018-06-16 | add support for -fdiagnostic-prefix[=prefix] | Luc Van Oostenryck | 1 | -1/+1 |
| 2018-05-01 | let cgcc use sparse's predefines for i386 & x86-64 | Luc Van Oostenryck | 1 | -9/+2 |
| 2017-11-13 | Merge branch 'dump-ir' into tip | Luc Van Oostenryck | 1 | -1/+2 |
| 2017-11-13 | dump-ir: rename -fdump-linearize to -fdump-ir | Luc Van Oostenryck | 1 | -1/+1 |
| 2017-11-12 | dump-ir: allow to specify the passes to execute via cli's options | Luc Van Oostenryck | 1 | -0/+1 |
| 2017-11-07 | cgcc: teach cgcc about freebsd & netbsd | Luc Van Oostenryck | 1 | -0/+6 |
| 2017-10-03 | fix cgcc ELF version for ppc64/pcc64le | Luc Van Oostenryck | 1 | -3/+2 |
| 2017-10-03 | cgcc: provide __ARM_PCS_VFP for armhf | Uwe Kleine-König | 1 | -2/+9 |
| 2017-10-02 | cgcc: teach cgcc about GNU/kFreeBSD | Uwe Kleine-König | 1 | -0/+3 |
| 2017-06-21 | cgcc: teach cgcc about arm | Luc Van Oostenryck | 1 | -0/+5 |
| 2017-06-21 | cgcc: teach cgcc about ppc64[le] | Luc Van Oostenryck | 1 | -0/+10 |
| 2017-06-21 | cgcc: teach cgcc about arm64 | Luc Van Oostenryck | 1 | -0/+5 |
| 2017-06-15 | add support for -fmemcpy-max-count | Luc Van Oostenryck | 1 | -1/+1 |
| 2017-06-15 | add support for -Wmemcpy-max-count | Luc Van Oostenryck | 1 | -1/+1 |
| 2017-06-15 | cgcc: filter-out '-fdump-linearize[=...]' | Luc Van Oostenryck | 1 | -0/+1 |
| 2017-06-15 | cgcc: add missing warning names to check_only_option() | Luc Van Oostenryck | 1 | -1/+1 |
| 2017-06-15 | cgcc: alphasort warning names in check_only_option() | Luc Van Oostenryck | 1 | -1/+1 |
| 2017-05-28 | teach cgcc about OSX aka darwin | Luc Van Oostenryck | 1 | -0/+3 |
| 2017-02-13 | cgcc should not define non-reserved identifiers | Luc Van Oostenryck | 1 | -4/+4 |
| 2015-01-28 | s390x: add the proper defines for data types | Christian Borntraeger | 1 | -0/+8 |
| 2014-11-10 | cgcc: avoid passing a sparse-only option to cc | Ramsay Jones | 1 | -2/+2 |
| 2014-10-10 | cgcc: use $ccom to set $multiarch_dir if not specified | Ramsay Jones | 1 | -0/+2 |
| 2014-10-10 | cgcc: use only the cc command to determine $gcc_base_dir | Ramsay Jones | 1 | -1/+2 |
| 2014-10-10 | Add support for multiarch system header files | Ramsay Jones | 1 | -0/+10 |
| 2014-09-28 | sparse: Make -Werror turn warnigns into errors | Thomas Graf | 1 | -1/+1 |
| 2013-04-21 | Define __SIZEOF_POINTER__ | Josh Triplett | 1 | -5/+10 |
| 2010-03-28 | possible fix to cgcc issue in sparse 0.4.2: | Joel Soete | 1 | -1/+1 |
| 2010-03-28 | New attribute designated_init: mark a struct as requiring designated init | Josh Triplett | 1 | -1/+1 |
| 2010-03-28 | Rename -Wall to Wsparse-all, so it doesn't get turned on unintentionally | Josh Triplett | 1 | -15/+2 |
| 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 |