| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | various fixes and new options for PE format | Frederic Feret | 2009-11-13 | 1 | -0/+9 |
| | | |||||
| * | first support of x86_64 assembly | Frederic Feret | 2009-11-13 | 1 | -2/+18 |
| | | |||||
| * | added 16-bit x86 assembly support | Frederic Feret | 2009-11-13 | 1 | -0/+4 |
| | | |||||
| * | win32: handle __declspec(dllimport) | grischka | 2009-11-13 | 1 | -2/+5 |
| | | |||||
| * | tccpe: set tcc_lib_path from DLL | grischka | 2009-07-18 | 1 | -1/+1 |
| | | |||||
| * | tccpe: load dll on the fly | grischka | 2009-07-18 | 1 | -1/+0 |
| | | |||||
| * | win64: align jmp_buf | grischka | 2009-07-18 | 1 | -0/+10 |
| | | |||||
| * | win64: fix pointer <-> unsigned long typecast issues | grischka | 2009-07-18 | 1 | -1/+11 |
| | | |||||
| * | pe32+ target: add in various #define's | grischka | 2009-07-18 | 1 | -0/+2 |
| | | |||||
| * | tccpe: build IAT vector with with -run too | grischka | 2009-07-18 | 1 | -0/+1 |
| | | | | | | 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 | -1/+4 |
| | | |||||
| * | cleanup: stop abuse of sym->r for inline functions | grischka | 2009-07-18 | 1 | -2/+10 |
| | | |||||
| * | fix build with msvc | grischka | 2009-05-11 | 1 | -2/+3 |
| | | |||||
| * | enable making tcc using libtcc | grischka | 2009-05-11 | 1 | -11/+13 |
| | | |||||
| * | move static prototypes to libtcc.c | grischka | 2009-05-11 | 1 | -146/+44 |
| | | |||||
| * | move some global variables into TCCState | grischka | 2009-05-11 | 1 | -1/+14 |
| | | |||||
| * | move minor things from libtcc.c to other files | grischka | 2009-05-05 | 1 | -9/+13 |
| | | |||||
| * | move global variables to libtcc.c | grischka | 2009-05-05 | 1 | -109/+0 |
| | | |||||
| * | move declarations to tcc.h | grischka | 2009-05-05 | 1 | -0/+937 |
| | | |||||
| * | new files: tcc.h libtcc.c tccpp.c tccgen.c | grischka | 2009-05-05 | 1 | -0/+20 |
