| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
| | | |||||
| * | fixed glibc bug | bellard | 2002-01-05 | 1 | -0/+11 |
| | | |||||
| * | implicit cast in global init - added bound check define - fixed division by ↵ | bellard | 2002-01-05 | 1 | -16/+28 |
| | | | | | zero in constant eval | ||||
| * | comments | bellard | 2002-01-05 | 1 | -0/+2 |
| | | |||||
| * | update | bellard | 2002-01-05 | 3 | -64/+199 |
| | | |||||
| * | fixed memset | bellard | 2002-01-05 | 1 | -1/+1 |
| | | |||||
| * | better error display - added some string functions | bellard | 2002-01-05 | 1 | -19/+71 |
| | | |||||
| * | bounding tests | bellard | 2002-01-05 | 1 | -0/+201 |
| | | |||||
| * | changed tcc tests name | bellard | 2002-01-05 | 1 | -0/+1280 |
| | | |||||
| * | better run time error display | bellard | 2002-01-05 | 1 | -8/+19 |
| | | |||||
| * | added local bound generation - fixed binary ops - added bound check dereference | bellard | 2002-01-05 | 1 | -33/+98 |
| | | |||||
| * | added local bound generation | bellard | 2002-01-05 | 1 | -22/+78 |
| | | |||||
| * | finished bound check code (still slow) - fixed binary ops code gen - fixed ↵ | bellard | 2002-01-05 | 1 | -21/+97 |
| | | | | | float return | ||||
| * | use malloc hooks to properly catch all mallocs | bellard | 2002-01-05 | 1 | -29/+139 |
| | | |||||
| * | fixed VT_LLOCAL dereferencing | bellard | 2002-01-05 | 1 | -11/+25 |
| | | |||||
| * | added minimal debug info support | bellard | 2002-01-04 | 1 | -22/+562 |
| | | |||||
| * | first version of bounds checker | bellard | 2002-01-03 | 1 | -0/+613 |
| | | |||||
| * | suppressed some buffer overflows - moved function generation to cpu specific ↵ | bellard | 2002-01-03 | 2 | -83/+105 |
| | | | | | code (XXX: should have less cpu specific code for that) | ||||
