aboutsummaryrefslogtreecommitdiff
path: root/tccgen.c
Commit message (Expand)AuthorAgeFilesLines
* tccpe: improve dllimport/export and use for tcc_add_symbolgrischka2010-01-141-16/+10
* build from multiple objects: fix other targetsgrischka2009-12-201-3/+3
* use vpushv in some placesgrischka2009-12-201-1/+1
* allow tcc be build from separate objectsgrischka2009-12-201-52/+290
* win32: enable bounds checker & exception handlergrischka2009-12-191-1/+12
* fix uninitialized warnings with 'type.ref'grischka2009-12-191-0/+3
* tccpe: improve dllimportgrischka2009-12-191-2/+6
* x86-64: in gv(): ignore second registergrischka2009-12-191-5/+8
* x86-64: Fix Wrong comparisonbetweenpointerandlongcsteChristian Jullien2009-12-191-0/+4
* tccgen: propagate alignment from typedefgrischka2009-12-061-12/+19
* avoid needless register save when storing structuresbobbl2009-12-011-7/+7
* fix sizeof(array + integer)Daniel Glöckner2009-11-131-0/+1
* win32: handle __declspec(dllimport)grischka2009-11-131-2/+10
* x86-64: Fix stab debug information.Shinichiro Hamaji2009-08-241-2/+2
* tccgen: free inline functions correctlygrischka2009-08-241-1/+5
* win32: treat long double as doublegrischka2009-07-181-0/+6
* win64: fix pointer <-> unsigned long typecast issuesgrischka2009-07-181-4/+4
* pe32+ target: add in various #define'sgrischka2009-07-181-1/+1
* cleanup: stop abuse of sym->r for inline functionsgrischka2009-07-181-25/+20
* 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