aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* better license termsbellard2002-03-171-2/+2
* negative float constbellard2002-03-171-1/+1
* added tcc finite math function to avoid portability problemsbellard2002-03-171-1/+10
* added floating point constant propagationbellard2002-03-171-8/+70
* added optionnal bound check compile - fixed error reportingbellard2002-03-034-36/+75
* updatebellard2002-03-032-6/+8
* added il targetbellard2002-02-101-3/+11
* updatebellard2002-02-101-2/+6
* added strlen testbellard2002-02-101-0/+11
* added CIL targetbellard2002-02-103-8/+973
* moved i368 specific codebellard2002-02-101-0/+7
* updatebellard2002-01-261-2/+7
* bound check fixbellard2002-01-261-1/+3
* 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