aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* realloc text section in code generationbellard2002-08-181-2/+12
* better #line and #include testsbellard2002-08-181-1/+29
* moved ELF specific stuff to tccelf.cbellard2002-08-181-0/+1844
* added size infobellard2002-07-271-1/+1
* better DLL generation - added size to all ELF symbols - dynamic hash table sizebellard2002-07-271-175/+305
* add stripping if not debug mode - moved debug and bound check initbellard2002-07-271-37/+46
* added __start_x and __stop_x symbol generation - fp_hw fix for dynamic execut...bellard2002-07-271-7/+39
* more testsbellard2002-07-271-0/+9
* use data_offset in sections instead of pointer to ease section reallocationbellard2002-07-271-29/+29
* use data_offset in sections instead of pointer to ease section reallocation -...bellard2002-07-271-154/+222
* fixed preprocessor expression parsingbellard2002-07-261-9/+18
* added FPU control wordbellard2002-07-241-0/+7
* updatebellard2002-07-244-62/+103
* added bound check symbolsbellard2002-07-241-1/+17
* api changebellard2002-07-242-12/+21
* bcheck.c is now a tcc librarybellard2002-07-241-33/+18
* moved bcheck.c outside of tcc - optimized add sp codebellard2002-07-241-13/+44
* fixed command line help - added -B option - moved bcheck.c outside of tccbellard2002-07-241-38/+110
* added runtime library - fixed more relocationsbellard2002-07-224-132/+678
* moved relocation handling to elf generatorbellard2002-07-221-18/+0
* better elf output - generalized dynamic array usebellard2002-07-221-307/+887
* added GOT supportbellard2002-07-181-0/+5
* added archive support - better ELF output - fixed symbol relocation - added C...bellard2002-07-181-236/+416
* update optionsbellard2002-07-151-12/+87
* more consistent command line handlingbellard2002-07-151-17/+46
* added object file reading supportbellard2002-07-151-60/+324
* fixed PC32 relocationbellard2002-07-141-2/+2
* better elf output - fixed float relocation databellard2002-07-141-105/+503
* updatebellard2002-07-141-1/+1
* 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