aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/cgcc
AgeCommit message (Expand)AuthorFilesLines
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