| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
| | | |||||
| * | added libtcc | bellard | 2002-05-13 | 3 | -2/+138 |
| | | |||||
| * | version | bellard | 2002-03-17 | 1 | -1/+1 |
| | | |||||
| * | better license terms | bellard | 2002-03-17 | 1 | -2/+2 |
| | | |||||
| * | negative float const | bellard | 2002-03-17 | 1 | -1/+1 |
| | | |||||
| * | added tcc finite math function to avoid portability problems | bellard | 2002-03-17 | 1 | -1/+10 |
| | | |||||
| * | added floating point constant propagation | bellard | 2002-03-17 | 1 | -8/+70 |
| | | |||||
| * | added optionnal bound check compile - fixed error reporting | bellard | 2002-03-03 | 4 | -36/+75 |
| | | |||||
| * | update | bellard | 2002-03-03 | 2 | -6/+8 |
| | | |||||
| * | added il target | bellard | 2002-02-10 | 1 | -3/+11 |
| | | |||||
| * | update | bellard | 2002-02-10 | 1 | -2/+6 |
| | | |||||
| * | added strlen test | bellard | 2002-02-10 | 1 | -0/+11 |
| | | |||||
| * | added CIL target | bellard | 2002-02-10 | 3 | -8/+973 |
| | | |||||
| * | moved i368 specific code | bellard | 2002-02-10 | 1 | -0/+7 |
| | | |||||
| * | update | bellard | 2002-01-26 | 1 | -2/+7 |
| | | |||||
| * | bound check fix | bellard | 2002-01-26 | 1 | -1/+3 |
| | | |||||
| * | new_region() fix - added bounded strlen and strcpy | bellard | 2002-01-26 | 1 | -2/+29 |
| | | |||||
| * | version change and window fixes | bellard | 2002-01-26 | 1 | -1/+8 |
| | | |||||
| * | increased hash table sizes - added cdecl and stdcall attributes - #elif fix ↵ | bellard | 2002-01-26 | 1 | -46/+132 |
| | | | | | - empty args in macro fix - benchmark option | ||||
| * | added more #elif tests | bellard | 2002-01-26 | 1 | -0/+11 |
| | | |||||
| * | stdcall added + floating point fixes | bellard | 2002-01-26 | 1 | -6/+35 |
| | | |||||
| * | fixed -D option | bellard | 2002-01-13 | 1 | -70/+73 |
| | | |||||
| * | win32 defines + new internal file layer | bellard | 2002-01-12 | 2 | -87/+192 |
| | | |||||
| * | added ansi proto | bellard | 2002-01-05 | 1 | -1/+1 |
| | | |||||
| * | add c99 macros | bellard | 2002-01-05 | 1 | -1/+1 |
| | | |||||
| * | added bound test | bellard | 2002-01-05 | 1 | -24/+46 |
| | | |||||
