| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | remove a compilation warnings for libtest and test3 | seyko | 2015-04-10 | 1 | -0/+2 |
| | | | | | | | | | | | ------------ libtest ------------ ./libtcc_test lib_path=.. <string>:11: warning: implicit declaration of function 'printf' <string>:13: warning: implicit declaration of function 'add' ------------ test3 ------------ tcctest.c:1982: warning: implicit declaration of function 'putchar' tcctest.c:2133: warning: implicit declaration of function 'strlen' | ||||
| * | Sorted out CMake on x86-64 and fixed silly XMM# bug introduced when working ↵ | James Lyon | 2013-04-25 | 1 | -0/+78 |
| | | | | | | | | | | on Win64 stdargs. I removed the XMM6/7 registers from the register list because they are not used on Win64 however they are necessary for parameter passing on x86-64. I have now restored them but not marked them with RC_FLOAT so they will not be used except for parameter passing. | ||||
| * | new subdirs: include, lib, tests | grischka | 2009-04-18 | 1 | -77/+0 |
| | | |||||
| * | added include tests | bellard | 2002-08-18 | 1 | -2/+7 |
| | | |||||
| * | update | bellard | 2001-12-17 | 1 | -0/+1 |
| | | |||||
| * | update | bellard | 2001-11-11 | 1 | -0/+7 |
| | | |||||
| * | added std libs | bellard | 2001-11-11 | 1 | -4/+11 |
| | | |||||
| * | tcclib sample | bellard | 2001-11-06 | 1 | -0/+57 |
