| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | various fixes and new options for PE format | Frederic Feret | 2009-11-13 | 1 | -0/+4 |
| | | |||||
| * | first support of x86_64 assembly | Frederic Feret | 2009-11-13 | 1 | -0/+6 |
| | | |||||
| * | added 16-bit x86 assembly support | Frederic Feret | 2009-11-13 | 1 | -0/+3 |
| | | |||||
| * | #define __TINYC__ = version-number | grischka | 2009-11-13 | 1 | -1/+5 |
| | | |||||
| * | x86-64: change the type of size_t and ptrdiff_t. | Shinichiro Hamaji | 2009-08-24 | 1 | -2/+2 |
| | | | | | size_t and ptrdiff_t should be unsigned long and long, respectively. | ||||
| * | tccpe: set tcc_lib_path from DLL | grischka | 2009-07-18 | 1 | -28/+7 |
| | | |||||
| * | tccpe: load dll on the fly | grischka | 2009-07-18 | 1 | -86/+127 |
| | | |||||
| * | win64: fix pointer <-> unsigned long typecast issues | grischka | 2009-07-18 | 1 | -6/+7 |
| | | |||||
| * | pe32+ target: add in various #define's | grischka | 2009-07-18 | 1 | -0/+7 |
| | | |||||
| * | tccpe: build IAT vector with with -run too | grischka | 2009-07-18 | 1 | -8/+5 |
| | | | | | | This prepares for x86_64 where we need the vector for far jumps. Also, resolve DLL symbols in place | ||||
| * | cleanup: stop abuse of sym->c for #define tokenstreams | grischka | 2009-07-18 | 1 | -0/+3 |
| | | |||||
| * | cleanup: put prototypes in front of libtcc.c | grischka | 2009-07-18 | 1 | -57/+105 |
| | | |||||
| * | bcheck: restore malloc hooks when done | grischka | 2009-07-18 | 1 | -7/+15 |
| | | |||||
| * | error messages: print "error: ..." | grischka | 2009-06-17 | 1 | -0/+2 |
| | | |||||
| * | drop alloca #define | grischka | 2009-05-16 | 1 | -1/+1 |
| | | | | | | | | (Because GNU's alloca.h unconditionally #undef's alloca) Also, remove gcc specific sections in headers. and instead change tests such that gcc does not use them. | ||||
| * | enable making tcc using libtcc | grischka | 2009-05-11 | 1 | -12/+15 |
| | | |||||
| * | move static prototypes to libtcc.c | grischka | 2009-05-11 | 1 | -1/+124 |
| | | |||||
| * | move some global variables into TCCState | grischka | 2009-05-11 | 1 | -31/+32 |
| | | |||||
| * | make tcc from tcc.c and libtcc from libtcc.c | grischka | 2009-05-05 | 1 | -5/+0 |
| | | |||||
| * | move minor things from libtcc.c to other files | grischka | 2009-05-05 | 1 | -277/+1 |
| | | |||||
| * | move global variables to libtcc.c | grischka | 2009-05-05 | 1 | -0/+111 |
| | | |||||
| * | move libtcc interface and helper functions to libtcc.c | grischka | 2009-05-05 | 1 | -0/+2282 |
| | | |||||
| * | new files: tcc.h libtcc.c tccpp.c tccgen.c | grischka | 2009-05-05 | 1 | -0/+20 |
