| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | handle computed gotos | bellard | 2002-11-03 | 1 | -6/+19 | |
| | | ||||||
| * | simplified error handling | bellard | 2002-11-03 | 1 | -31/+11 | |
| | | ||||||
| * | sizeof/alignof/typeof tests | bellard | 2002-11-02 | 1 | -7/+67 | |
| | | ||||||
| * | all keywords are now in tcctok.h | bellard | 2002-11-02 | 1 | -57/+115 | |
| | | ||||||
| * | added alignof and typeof - better sizeof support - fixed get_tok_str() for ↵ | bellard | 2002-11-02 | 1 | -163/+227 | |
| | | | | | TOK_PPNUM | |||||
| * | added correct ## handling : added TOK_PPNUM token | bellard | 2002-11-02 | 1 | -89/+163 | |
| | | ||||||
| * | more long long tests - more ## tests | bellard | 2002-11-02 | 1 | -5/+28 | |
| | | ||||||
| * | added better error support | bellard | 2002-11-02 | 1 | -9/+13 | |
| | | ||||||
| * | removed many memory leaks - suppressed many global variables | bellard | 2002-11-02 | 1 | -162/+205 | |
| | | ||||||
| * | ignore some gcc options - removed many memory leaks - suppressed many global ↵ | bellard | 2002-11-02 | 1 | -194/+436 | |
| | | | | | variables | |||||
| * | added tcc_relocate() and tcc_get_symbol() | bellard | 2002-09-08 | 5 | -19/+31 | |
| | | ||||||
| * | update | bellard | 2002-09-08 | 3 | -26/+29 | |
| | | ||||||
| * | trivial jump size optimization | bellard | 2002-09-08 | 1 | -2/+9 | |
| | | ||||||
| * | update | bellard | 2002-09-08 | 1 | -3/+22 | |
| | | ||||||
| * | macro optimization - string constant optimisation | bellard | 2002-09-08 | 1 | -158/+174 | |
| | | ||||||
| * | added include file optimization | bellard | 2002-09-08 | 1 | -51/+166 | |
| | | ||||||
| * | force #if #endif match in same file | bellard | 2002-09-08 | 1 | -15/+22 | |
| | | ||||||
| * | fixed bound checking for structures - fixed ?: type handling - fixed '--' ↵ | bellard | 2002-09-08 | 1 | -26/+103 | |
| | | | | | parsing | |||||
| * | more tests | bellard | 2002-08-31 | 1 | -1/+99 | |
| | | ||||||
| * | update | bellard | 2002-08-31 | 3 | -21/+38 | |
| | | ||||||
| * | added alloca | bellard | 2002-08-31 | 1 | -0/+1 | |
| | | ||||||
| * | double fix | bellard | 2002-08-31 | 1 | -3/+2 | |
| | | ||||||
| * | fixed octal char const parsing - better __FUNCTION__ handling - handling of ↵ | bellard | 2002-08-31 | 1 | -27/+36 | |
| | | | | | static libraries in case of memory compilation | |||||
| * | fixed PC32 relocation if constant address | bellard | 2002-08-31 | 1 | -2/+4 | |
| | | ||||||
| * | better command line parsing - added -r option | bellard | 2002-08-30 | 1 | -32/+74 | |
| | | ||||||
| * | added symbol + relocation handling | bellard | 2002-08-29 | 2 | -45/+56 | |
| | | ||||||
| * | fixed local extern handling - fixed '!' with symbols | bellard | 2002-08-29 | 1 | -30/+43 | |
| | | ||||||
| * | added linux define - added __FUNCTION - fixed spaces parsing - defined ↵ | bellard | 2002-08-29 | 1 | -126/+157 | |
| | | | | | special macros | |||||
| * | fixed strlen - added __FUNCTION__ | bellard | 2002-08-29 | 1 | -1/+11 | |
| | | ||||||
| * | 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 | |
| | | ||||||
