aboutsummaryrefslogtreecommitdiff
path: root/tccgen.c
Commit message (Expand)AuthorAgeFilesLines
* incompatible function ptr assignment: just warngrischka2009-06-171-3/+2
* allow redefinition of func_old_type functionsgrischka2009-06-171-4/+7
* trying to fix the bug of unclean FPU st(0)Soloist Deng2009-06-171-3/+4
* use static declaration from prototypegrischka2009-06-171-3/+8
* unions: initzialize only one fieldgrischka2009-06-171-0/+18
* pass constness from structs to membersSam Watkins2009-06-161-0/+3
* move some global variables into TCCStategrischka2009-05-111-10/+10
* move parser/generator to tccgen.cgrischka2009-05-051-0/+5102
* new files: tcc.h libtcc.c tccpp.c tccgen.cgrischka2009-05-051-0/+20