aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Use mmap instead of exec mem for Selinux machines. Fixes crash on Fedora.Henry Kroll III2010-04-202-5/+41
* Replace malloc+strcpy by tcc_strdup in ld_load_file_listThomas Preud'homme2010-04-201-9/+3
* Fix "already done" test in libname_to_filename()Thomas Preud'homme2010-04-201-1/+1
* Delete unused vtop_saved variable in unary_typeThomas Preud'homme2010-04-201-2/+0
* Clean changes introduced by 47abdbdThomas Preud'homme2010-04-203-89/+86
* WinCE PE subsystemTimo VJ Lahde2010-04-191-0/+2
* PE ARM: jump IAT arm codeTimo VJ Lahde2010-04-191-2/+13
* libtcc.c: fix compilation failure (inconsistent tcc_add_file_internal)Sergei Trofimovich2010-04-192-1/+2
* Support more arm EABI compatible architecturesThomas Preud'homme2010-04-181-1/+1
* Complain for static fct declared w/o file scopeThomas Preud'homme2010-04-151-0/+3
* Better handle ld scriptsThomas Preud'homme2010-04-153-3/+136
* Don't prefix $prefix with $(DESTDIR) in configureThomas Preud'homme2010-04-151-1/+1
* Correctly support all unary expression with sizeofThomas Preud'homme2010-04-151-6/+19
* Error out on bad char array initializationRomain Francoise2010-04-151-0/+3
* tccelf: fix warninggrischka2010-04-131-0/+2
* win32: sys/timeb.h use _ftime instead of _ftime32grischka2010-04-121-1/+2
* tccgen: Fix broken use of ATTR_MODEDetlef Riekenberg2010-04-061-2/+2
* tccgen: Detect (but ignore) function redirectionDetlef Riekenberg2010-04-061-1/+30
* libtcc: Detect (but ignore) -init and -fini for -WlDetlef Riekenberg2010-04-054-13/+26
* libtcc: Support -soname for the linkerDetlef Riekenberg2010-04-051-0/+3
* libtcc: Allow multiple options for -Wl separated with ','Detlef Riekenberg2010-04-053-83/+116
* 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