aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* allow tcc be build from separate objectsgrischka2009-12-2016-1040/+1317
* win32: enable bounds checker & exception handlergrischka2009-12-1911-331/+421
* tcc_relocate: revert to 0.9.24 behaviorgrischka2009-12-195-32/+30
* tccrun: new filegrischka2009-12-192-497/+527
* fix uninitialized warnings with 'type.ref'grischka2009-12-192-0/+4
* tccpe: with -l try also with "lib" prefixgrischka2009-12-191-8/+11
* tccpe: improve dllimportgrischka2009-12-196-44/+51
* integrate x86_64-asm.c into i386-asm.cgrischka2009-12-1912-1842/+521
* tcc: add "-Wl,-rpath=path" option (library search path)grischka2009-12-195-3/+16
* x86-64: fix udiv, add cqto instructiongrischka2009-12-192-1/+8
* tccpe: allow linkage to extern symbols from asmgrischka2009-12-192-0/+24
* tccasm: make VT_VOID symbols ST_NOTYPE, elf-wisegrischka2009-12-192-0/+8
* x86-64: in gv(): ignore second registergrischka2009-12-191-5/+8
* win64: adjust for two args with setjmp(buf,ctx)grischka2009-12-192-0/+10
* x86-64: Fix Wrong comparisonbetweenpointerandlongcsteChristian Jullien2009-12-191-0/+4
* i386-asm: fix imulgrischka2009-12-061-1/+2
* tccgen: propagate alignment from typedefgrischka2009-12-062-38/+34
* avoid needless register save when storing structuresbobbl2009-12-011-7/+7
* document -print-search-dirsBernhard Reutner-Fischer2009-12-011-0/+4
* improve handling of --helpBernhard Reutner-Fischer2009-12-011-1/+3
* solve tccelf problem on FreeBSDLuigi Rizzo2009-12-012-13/+100
* win32: remove #define alloca from mingw headersgrischka2009-12-011-1/+1
* win32: explain usage of mingw w32api packagegrischka2009-11-301-1/+2
* tccpe: fclose FILE*grischka2009-11-301-0/+2
* win64: Use tcc's own assemblergrischka2009-11-211-5/+5
* asm 32/64: replace (long)sym->next by sym->jnextgrischka2009-11-212-5/+5
* x86_64: fix asmgrischka2009-11-143-14/+19
* fix 32bit asmgrischka2009-11-142-25/+17
* Removed binary executable output supportFeret@.(none)2009-11-131-5/+4
* fix ambiguityBernhard Reutner-Fischer2009-11-131-1/+1
* Fixed compilation error in i386-asm.cFrederic Feret2009-11-132-5/+3
* fixed and added missing file for x86_64 assemblyFrederic Feret2009-11-132-1/+215
* ARM: first support for arm-pe targetFrederic Feret2009-11-133-10/+47
* various fixes and new options for PE formatFrederic Feret2009-11-135-18/+100
* first support of x86_64 assemblyFrederic Feret2009-11-138-221/+1973
* added 16-bit x86 assembly supportFrederic Feret2009-11-138-37/+245
* add binary executable output supportFrederic Feret2009-11-131-4/+5
* fix sizeof(array + integer)Daniel Glöckner2009-11-131-0/+1
* win32: handle __declspec(dllimport)grischka2009-11-134-4/+50
* #define __TINYC__ = version-numbergrischka2009-11-131-1/+5
* x86-64: Fix stab debug information.Shinichiro Hamaji2009-08-245-3/+7
* x86-64: change the type of size_t and ptrdiff_t.Shinichiro Hamaji2009-08-242-2/+4
* tccpe: fill checksum header fieldgrischka2009-08-241-27/+58
* tccpp: fix quirk with cached headers and #elsegrischka2009-08-241-1/+4
* fix "symbol not defined" if symbol has offset 0grischka2009-08-241-9/+16
* tccpp: avoid double free with macro_ptr_allocated (after errors)grischka2009-08-241-0/+1
* tccgen: free inline functions correctlygrischka2009-08-241-1/+5
* win64: fix batgrischka2009-08-241-11/+13
* tcc: optionally build using libtccgrischka2009-07-181-0/+4
* fix some warninggrischka2009-07-182-6/+6