| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | updated | bellard | 2002-08-18 | 1 | -7/+10 |
| | | |||||
| * | suppressed section_ptr - fixed constant string allocation | bellard | 2002-08-18 | 2 | -54/+45 |
| | | |||||
| * | updated | bellard | 2002-08-18 | 2 | -18/+22 |
| | | |||||
| * | tccelf.c | bellard | 2002-08-18 | 1 | -5/+26 |
| | | |||||
| * | added cvsignore | bellard | 2002-08-18 | 1 | -0/+60 |
| | | |||||
| * | added support for standalone operation | bellard | 2002-08-18 | 1 | -2/+8 |
| | | |||||
| * | added include tests | bellard | 2002-08-18 | 1 | -2/+7 |
| | | |||||
| * | updated | bellard | 2002-08-18 | 2 | -14/+14 |
| | | |||||
| * | added tcc_add_sysinclude_path() | bellard | 2002-08-18 | 1 | -1/+4 |
| | | |||||
| * | moved ELF stuff to tccelf.c - fixed #include and #line parsing - removed ↵ | bellard | 2002-08-18 | 1 | -2078/+577 |
| | | | | | size limit on strings - added support for bound checking in generated executables - fixed -I include order - fixed incorrect function displayed in runtime error - fixed lvalue type when saved in local stack | ||||
| * | realloc text section in code generation | bellard | 2002-08-18 | 1 | -2/+12 |
| | | |||||
| * | better #line and #include tests | bellard | 2002-08-18 | 1 | -1/+29 |
| | | |||||
| * | moved ELF specific stuff to tccelf.c | bellard | 2002-08-18 | 1 | -0/+1844 |
| | | |||||
| * | added size info | bellard | 2002-07-27 | 1 | -1/+1 |
| | | |||||
| * | better DLL generation - added size to all ELF symbols - dynamic hash table size | bellard | 2002-07-27 | 1 | -175/+305 |
| | | |||||
| * | add stripping if not debug mode - moved debug and bound check init | bellard | 2002-07-27 | 1 | -37/+46 |
| | | |||||
| * | added __start_x and __stop_x symbol generation - fp_hw fix for dynamic ↵ | bellard | 2002-07-27 | 1 | -7/+39 |
| | | | | | executables | ||||
| * | more tests | bellard | 2002-07-27 | 1 | -0/+9 |
| | | |||||
| * | use data_offset in sections instead of pointer to ease section reallocation | bellard | 2002-07-27 | 1 | -29/+29 |
| | | |||||
| * | use data_offset in sections instead of pointer to ease section reallocation ↵ | bellard | 2002-07-27 | 1 | -154/+222 |
| | | | | | - relocated .stabs and .bounds sections - fixed char constants casts - fixed implicit cast to unary plus - fixed type for string constants | ||||
| * | fixed preprocessor expression parsing | bellard | 2002-07-26 | 1 | -9/+18 |
| | | |||||
| * | added FPU control word | bellard | 2002-07-24 | 1 | -0/+7 |
| | | |||||
| * | update | bellard | 2002-07-24 | 4 | -62/+103 |
| | | |||||
| * | added bound check symbols | bellard | 2002-07-24 | 1 | -1/+17 |
| | | |||||
| * | api change | bellard | 2002-07-24 | 2 | -12/+21 |
| | | |||||
| * | bcheck.c is now a tcc library | bellard | 2002-07-24 | 1 | -33/+18 |
| | | |||||
| * | moved bcheck.c outside of tcc - optimized add sp code | bellard | 2002-07-24 | 1 | -13/+44 |
| | | |||||
| * | fixed command line help - added -B option - moved bcheck.c outside of tcc | bellard | 2002-07-24 | 1 | -38/+110 |
| | | |||||
| * | added runtime library - fixed more relocations | bellard | 2002-07-22 | 4 | -132/+678 |
| | | |||||
| * | moved relocation handling to elf generator | bellard | 2002-07-22 | 1 | -18/+0 |
| | | |||||
| * | better elf output - generalized dynamic array use | bellard | 2002-07-22 | 1 | -307/+887 |
| | | |||||
| * | added GOT support | bellard | 2002-07-18 | 1 | -0/+5 |
| | | |||||
| * | added archive support - better ELF output - fixed symbol relocation - added ↵ | bellard | 2002-07-18 | 1 | -236/+416 |
| | | | | | COMMON symbol handling | ||||
| * | update options | bellard | 2002-07-15 | 1 | -12/+87 |
| | | |||||
| * | more consistent command line handling | bellard | 2002-07-15 | 1 | -17/+46 |
| | | |||||
| * | added object file reading support | bellard | 2002-07-15 | 1 | -60/+324 |
| | | |||||
| * | fixed PC32 relocation | bellard | 2002-07-14 | 1 | -2/+2 |
| | | |||||
| * | better elf output - fixed float relocation data | bellard | 2002-07-14 | 1 | -105/+503 |
| | | |||||
| * | update | bellard | 2002-07-14 | 1 | -1/+1 |
| | | |||||
| * | added better relocation support (needed for file output) | bellard | 2002-07-14 | 2 | -297/+462 |
| | | |||||
| * | more tests | bellard | 2002-07-13 | 1 | -4/+40 |
| | | |||||
| * | better file output - fixed order of variable declaration if initializer is ↵ | bellard | 2002-07-13 | 1 | -65/+99 |
| | | | | | present | ||||
| * | optimized bound checking | bellard | 2002-07-13 | 1 | -9/+14 |
| | | |||||
| * | fixed floating poing compare - use LVAL type - optimized bound checking | bellard | 2002-07-13 | 1 | -40/+57 |
| | | |||||
| * | converted to texinfo - added developper's guide | bellard | 2002-07-13 | 1 | -178/+533 |
| | | |||||
| * | added char/short types in lvalues to fix cast problems - added gcc style ↵ | bellard | 2002-07-13 | 1 | -101/+177 |
| | | | | | variadic macros - fixed zero arg macros - refuse extra comma at end of function call - fixed unused logical operation result case | ||||
| * | correct line numbers when reparsing - added explicit TokenString structure - ↵ | bellard | 2002-06-30 | 1 | -108/+287 |
| | | | | | better logic for search path | ||||
| * | man page | bellard | 2002-06-23 | 1 | -0/+136 |
| | | |||||
| * | added arg to save_regs() | bellard | 2002-05-13 | 1 | -1/+1 |
| | | |||||
| * | added libtcc - fixed spill reg bugs | bellard | 2002-05-13 | 1 | -74/+173 |
| | | |||||
