aboutsummaryrefslogtreecommitdiff
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* Fixed x86-64 long double passing.James Lyon2013-04-261-2/+2
| | | | | | long double arguments require 16-byte alignment on the stack, which requires adjustment when the the stack offset is not an evven number of 8-byte words.
* Sorted out CMake on x86-64 and fixed silly XMM# bug introduced when working ↵James Lyon2013-04-251-78/+0
| | | | | | | | | 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.
* 64-bit tests now pass (well, nearly).James Lyon2013-04-241-3/+3
| | | | | tcctest1-3 fail, but this appears to be due to bugs in GCC rather than TCC (from manual inspection of the output).
* win32: _mingw.h: do not undef NULLgrischka2013-01-241-1/+1
| | | | | | | | | Not wise if stddef.h was already included. This is related to commit 3aa26a794e24a298493a2bc9d70fbd9aebf6437a Instead hack stddef.h to have identical definition and thus avoid the issue mentionned there.
* Remove semicolon in x86-64 va_arg definition.Thomas Preud'homme2011-08-051-1/+1
|
* Support struct arguments with stdarg.hShinichiro Hamaji2010-12-281-42/+10
| | | | | | | | - add __builtin_va_arg_types to check how arguments were passed - move most code of stdarg into libtcc1.c - remove __builtin_malloc and __builtin_free - add a test case based on the bug report (http://www.mail-archive.com/tinycc-devel@nongnu.org/msg03036.html)
* win64: defined size_t and ptrdiff_t to unsigned long longgrischka2010-01-141-6/+14
|
* win64: use new headers from mingwgrischka2009-07-182-9/+16
|
* drop alloca #definegrischka2009-05-162-24/+2
| | | | | | | (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.
* Return value of exit should be void.Shinichiro Hamaji2009-04-181-1/+1
|
* fix makefiles etc for subdirsgrischka2009-04-181-0/+1
|
* new subdirs: include, lib, testsgrischka2009-04-186-0/+264