aboutsummaryrefslogtreecommitdiff
path: root/tcc.h
Commit message (Expand)AuthorAgeFilesLines
* various fixes and new options for PE formatFrederic Feret2009-11-131-0/+9
* first support of x86_64 assemblyFrederic Feret2009-11-131-2/+18
* added 16-bit x86 assembly supportFrederic Feret2009-11-131-0/+4
* win32: handle __declspec(dllimport)grischka2009-11-131-2/+5
* tccpe: set tcc_lib_path from DLLgrischka2009-07-181-1/+1
* tccpe: load dll on the flygrischka2009-07-181-1/+0
* win64: align jmp_bufgrischka2009-07-181-0/+10
* win64: fix pointer <-> unsigned long typecast issuesgrischka2009-07-181-1/+11
* pe32+ target: add in various #define'sgrischka2009-07-181-0/+2
* tccpe: build IAT vector with with -run toogrischka2009-07-181-0/+1
* cleanup: stop abuse of sym->c for #define tokenstreamsgrischka2009-07-181-1/+4
* cleanup: stop abuse of sym->r for inline functionsgrischka2009-07-181-2/+10
* fix build with msvcgrischka2009-05-111-2/+3
* enable making tcc using libtccgrischka2009-05-111-11/+13
* move static prototypes to libtcc.cgrischka2009-05-111-146/+44
* move some global variables into TCCStategrischka2009-05-111-1/+14
* move minor things from libtcc.c to other filesgrischka2009-05-051-9/+13
* move global variables to libtcc.cgrischka2009-05-051-109/+0
* move declarations to tcc.hgrischka2009-05-051-0/+937
* new files: tcc.h libtcc.c tccpp.c tccgen.cgrischka2009-05-051-0/+20