aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* added better relocation support (needed for file output)bellard2002-07-142-297/+462
* more testsbellard2002-07-131-4/+40
* better file output - fixed order of variable declaration if initializer is pr...bellard2002-07-131-65/+99
* optimized bound checkingbellard2002-07-131-9/+14
* fixed floating poing compare - use LVAL type - optimized bound checkingbellard2002-07-131-40/+57
* converted to texinfo - added developper's guidebellard2002-07-131-178/+533
* added char/short types in lvalues to fix cast problems - added gcc style vari...bellard2002-07-131-101/+177
* correct line numbers when reparsing - added explicit TokenString structure - ...bellard2002-06-301-108/+287
* 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
* 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