aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tccgen: skip fields from same unionyuanbin2010-06-131-2/+8
* tccgen.c: skip fields from same unionyuanbin2010-06-131-26/+5
* tccgen: initial the last member of unionyuanbin2010-06-111-1/+1
* tccgen: initial last member of unionyuanbin2010-06-111-20/+28
* Fix bashims in configure and gcctestsuite.sh.Thomas Preud'homme2010-05-262-9/+19
* don't discard SHT_((PRE)INIT|FINI)_ARRAY sectionsDaniel Glöckner2010-05-152-1/+9
* ARM: add support for R_ARM_V4BXDaniel Glöckner2010-05-152-1/+11
* ARM: implement rt_get_caller_pcDaniel Glöckner2010-05-141-0/+44
* ARM: allow jumps > 32MB on -runDaniel Glöckner2010-05-143-3/+19
* append ULL to big constantsDaniel Glöckner2010-05-131-3/+3
* ARM: use uint32_t for opcodesDaniel Glöckner2010-05-132-43/+44
* Revert "tccpp: Allow local labels to start with a dot"Daniel Glöckner2010-05-062-10/+1
* Add nan, snan and inf float constantsThomas Preud'homme2010-05-062-2/+32
* Don't load libtcc1 on arch where it doesn't existThomas Preud'homme2010-05-012-3/+8
* Link alias symbols togetherThomas Preud'homme2010-05-011-0/+20
* reverse another unnecessary changeHenry Kroll III2010-04-291-1/+1
* recursive Makefiles should use $(MAKE), not "make"Henry Kroll III2010-04-291-3/+3
* remove superfluous LIBS=. (leftover from work on --disable-statc)Henry Kroll III2010-04-281-1/+0
* Summary of commits + added some brief comments to MakefileHenry Kroll III2010-04-261-5/+10
* don't build tcc1.def on Windows.Henry Kroll III2010-04-261-11/+11
* Makefile fixup:Henry Kroll III2010-04-252-23/+26
* make --enable-cross work properly on x86_64Henry Kroll III2010-04-251-3/+8
* Merge branch 'mob' of ssh://repo.or.cz/srv/git/tinycc into makefileHenry Kroll III2010-04-250-0/+0
|\
| * reverse make win32 version of libtcc1.a patchHenry Kroll III2010-04-242-32/+37
* | remove make_libtcc1_win32.sh shell scriptHenry Kroll III2010-04-242-32/+37
|/
* make win32 version of libtcc1.a for cross-compiler on x86 / x86_64Henry Kroll III2010-04-242-4/+28
* put tcc in /usr/lib64/tcc on distros that have itHenry Kroll III2010-04-241-1/+1
* make --with-selinux work with libtcc, tooHenry Kroll III2010-04-243-34/+35
* add --disable-static option to build libtcc.so instead of libtcc.aHenry Kroll III2010-04-242-10/+33
* fix typo in configureHenry Kroll III2010-04-241-1/+2
* i386-win32-tcc fails to build a valid win32 executable if builtHenry Kroll III2010-04-231-1/+1
* 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