aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tccasm: Detect (but ignore) .ident directiveDetlef Riekenberg2010-04-052-0/+19
* tccasm: Detect (but ignore) .size directiveDetlef Riekenberg2010-04-052-0/+22
* tccasm: Support .type directive (only name,@function)Detlef Riekenberg2010-04-052-0/+32
* tccpp: Allow local labels to start with a dotDetlef Riekenberg2010-04-052-1/+10
* tccasm: Detect (but ignore) the .file directiveDetlef Riekenberg2010-04-052-0/+19
* Avoid a crash with weak symbols for "make test"Timo VJ Lähde2010-04-051-1/+1
* generate inc and dec for smaller codeU-UNIT1\dennis2010-04-031-4/+10
* tinylibmaker: On error situation tempfile was not removedunknown2010-04-031-0/+3
* tccpp: Add missing bracket in an error messageDetlef Riekenberg2010-03-311-1/+1
* Catch array[index] with unknown sizeof(*array)Daniel Glöckner2010-03-151-2/+5
* weak function symbolsManuel Simoni2010-02-276-3/+32
* fill got table for static linkingAli Gholami Rudi2010-02-053-0/+54
* Fixed bug which prevent tcc preprocessor to ignore line number directivesAlexandre Becoulet2010-02-011-1/+1
* Added patch to detect and use the paths for 64bit libraries asNikos Mavrogiannopoulos2010-01-284-2/+17
* Dump the current token in skip(), when it's not the expected tokenDetlef Riekenberg2010-01-271-1/+1
* Add support for --helpDetlef Riekenberg2010-01-261-0/+1
* Add support for the __mode__ attributeDetlef Riekenberg2010-01-263-1/+30
* Recognize -Wl,-BsymbolicDetlef Riekenberg2010-01-263-0/+9
* Makefile: Delete tcc-doc.html during 'make distclean'Detlef Riekenberg2010-01-261-1/+1
* win32: adjust for mingw32 winapi packagesgrischka2010-01-261-0/+11
* tccpp: signal missing #endif errorgrischka2010-01-141-2/+5
* tccpp: convert TOK_GET macro into functiongrischka2010-01-143-72/+68
* tccpp: warn about #define redefinitiongrischka2010-01-141-0/+19
* win64: defined size_t and ptrdiff_t to unsigned long longgrischka2010-01-143-31/+43
* win32: cleanup includegrischka2010-01-148-485/+57
* x86-64: use uplong for symbol valuesgrischka2010-01-144-15/+13
* tccpe: improve dllimport/export and use for tcc_add_symbolgrischka2010-01-147-133/+177
* win32: readme: add libtcc_test examplegrischka2010-01-141-6/+4
* update Makefilesgrischka2009-12-202-48/+39
* build from multiple objects: fix other targetsgrischka2009-12-207-13/+36
* x86-64: fix gtst, back to only 5 regs for nowgrischka2009-12-201-17/+9
* x86-64: use r8/r9 as generic integer registersgrischka2009-12-201-151/+98
* x86-64: use r8,r9 as load/store registersgrischka2009-12-201-43/+74
* win32: add size_t to _mingw.hgrischka2009-12-201-0/+9
* use vpushv in some placesgrischka2009-12-204-3/+4
* win64: add tiny unwind data for setjmp/longjmpgrischka2009-12-207-110/+322
* 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