aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* correct line numbers when reparsing - added explicit TokenString structure - ↵bellard2002-06-301-108/+287
| | | | better logic for search path
* man pagebellard2002-06-231-0/+136
|
* added arg to save_regs()bellard2002-05-131-1/+1
|
* added libtcc - fixed spill reg bugsbellard2002-05-131-74/+173
|
* added libtccbellard2002-05-133-2/+138
|
* versionbellard2002-03-171-1/+1
|
* 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
| | | | - empty args in macro fix - benchmark option
* 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 ↵bellard2002-01-051-16/+28
| | | | zero in constant eval
* 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 ↵bellard2002-01-051-21/+97
| | | | float return
* 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
| | | | code (XXX: should have less cpu specific code for that)
* 0 constant can be used as a pointerbellard2002-01-031-18/+20
|
* added full long long support - added section support - added __attribute__ ↵bellard2002-01-032-356/+1340
| | | | parsing - added -U option
* use register classes (will allow better and simpler code gen - fixed long ↵bellard2001-12-232-142/+183
| | | | double handling
* last patches to separate type and value handlingbellard2001-12-222-143/+160
|