| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fixed Makefile test targets | Joe Soroka | 2011-07-22 | 1 | -1/+1 |
| | | |||||
| * | make test work when LIBTCC1 not defined | Thomas Preud'homme | 2011-05-17 | 1 | -1/+5 |
| | | | | | | Make libtest depends on LIBTCC1 instead of ../libtcc1.a and define LIBTCC1 to $(TOP)/$(LIBTCC1) if LIBTCC1 is defined | ||||
| * | support c99 for-loop init decls | Joe Soroka | 2011-03-07 | 1 | -1/+1 |
| | | |||||
| * | weak definitions overrule non-weak prototypes | Joe Soroka | 2011-02-01 | 1 | -2/+9 |
| | | |||||
| * | Copy tcclib.h to tests directory so GCC uses its own headers. | Shinichiro Hamaji | 2010-12-07 | 1 | -1/+3 |
| | | | | | | | | http://repo.or.cz/w/tinycc.git/commit/86ffc4812952f11a35afa19b24a3e6d1a12f4490 removed this cp command. However, it was necessary to pass tests on x86-64 because include/stdarg.h is different from GCC's definition on x86-64. | ||||
| * | make: new lib/Makefile for libtcc1.a on more platforms | grischka | 2010-12-04 | 1 | -11/+13 |
| | | | | | | | win32/64 cross-compilers now build libtcc1.a and install it together with the windows headers in a 'win32' sub-directory of TCCDIR. | ||||
| * | update Makefiles | grischka | 2009-12-20 | 1 | -1/+1 |
| | | |||||
| * | x86-64: chkstk, alloca | grischka | 2009-07-18 | 1 | -2/+2 |
| | | |||||
| * | fix asmtest (somehow), update Makefiles | grischka | 2009-07-18 | 1 | -5/+6 |
| | | |||||
| * | bcheck: restore malloc hooks when done | grischka | 2009-07-18 | 1 | -6/+7 |
| | | |||||
| * | drop alloca #define | grischka | 2009-05-16 | 1 | -2/+3 |
| | | | | | | | | (Because GNU's alloca.h unconditionally #undef's alloca) Also, remove gcc specific sections in headers. and instead change tests such that gcc does not use them. | ||||
| * | cleanup makefiles | grischka | 2009-04-19 | 1 | -2/+2 |
| | | |||||
| * | Fixes for tests/Makefile. | Shinichiro Hamaji | 2009-04-18 | 1 | -3/+3 |
| | | | | | | - On x86-64, we need $(TARGET) in RUN_TCC. - s/RuN_TCC/RUN_TCC/ | ||||
| * | fix makefiles etc for subdirs | grischka | 2009-04-18 | 1 | -0/+144 |
