aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* new_region() fix - added bounded strlen and strcpybellard2002-01-261-2/+29
* version change and window fixesbellard2002-01-261-1/+8
* increased hash table sizes - added cdecl and stdcall attributes - #elif fix -...bellard2002-01-261-46/+132
* added more #elif testsbellard2002-01-261-0/+11
* stdcall added + floating point fixesbellard2002-01-261-6/+35
* fixed -D optionbellard2002-01-131-70/+73
* win32 defines + new internal file layerbellard2002-01-122-87/+192
* added ansi protobellard2002-01-051-1/+1
* add c99 macrosbellard2002-01-051-1/+1
* added bound testbellard2002-01-051-24/+46
* fixed glibc bugbellard2002-01-051-0/+11
* implicit cast in global init - added bound check define - fixed division by z...bellard2002-01-051-16/+28
* commentsbellard2002-01-051-0/+2
* updatebellard2002-01-053-64/+199
* fixed memsetbellard2002-01-051-1/+1
* better error display - added some string functionsbellard2002-01-051-19/+71
* bounding testsbellard2002-01-051-0/+201
* changed tcc tests namebellard2002-01-051-0/+1280
* better run time error displaybellard2002-01-051-8/+19
* added local bound generation - fixed binary ops - added bound check dereferencebellard2002-01-051-33/+98
* added local bound generationbellard2002-01-051-22/+78
* finished bound check code (still slow) - fixed binary ops code gen - fixed fl...bellard2002-01-051-21/+97
* use malloc hooks to properly catch all mallocsbellard2002-01-051-29/+139
* fixed VT_LLOCAL dereferencingbellard2002-01-051-11/+25
* added minimal debug info supportbellard2002-01-041-22/+562
* first version of bounds checkerbellard2002-01-031-0/+613
* suppressed some buffer overflows - moved function generation to cpu specific ...bellard2002-01-032-83/+105
* 0 constant can be used as a pointerbellard2002-01-031-18/+20
* added full long long support - added section support - added __attribute__ pa...bellard2002-01-032-356/+1340
* use register classes (will allow better and simpler code gen - fixed long dou...bellard2001-12-232-142/+183
* last patches to separate type and value handlingbellard2001-12-222-143/+160
* separated type and value on stackbellard2001-12-202-256/+294
* error() fixesbellard2001-12-191-5/+11
* updatebellard2001-12-177-62/+49
* float updatebellard2001-12-172-232/+568
* tcc documentationbellard2001-12-161-0/+172
* new value stack system to handle the futur types (long long and floats)bellard2001-12-162-299/+296
* added float.h std headerbellard2001-12-131-0/+57
* fixed macro bug and dummy float constant parsingbellard2001-12-131-8/+27
* float parsing + long doublebellard2001-12-132-159/+535
* separated i386 code generatorbellard2001-12-121-0/+531
* began to integrate floating point numbers - separated i386 code generator - f...bellard2001-12-121-413/+133
* added bitfields supportbellard2001-12-091-52/+179
* fixed switch - preparation for new typesbellard2001-12-091-35/+84
* better type storagebellard2001-12-081-66/+84
* fix function call and ! operatorbellard2001-12-081-31/+34
* added multiple files compile - various symbol related fixesbellard2001-12-081-50/+147
* even fasterbellard2001-12-061-19/+29
* use faster I/O functions - static compile patchesbellard2001-12-061-14/+46
* better type checks - syntax fixes (gnu_ext added) - variable external defsbellard2001-12-051-27/+120