aboutsummaryrefslogtreecommitdiffstats
path: root/runtime
Commit message (Expand)AuthorAgeFilesLines
* Include fix for wint_t gcc problem.Bernhard Schommer2016-01-211-12/+16
* Libcompcert should be compiled in thumb mode for armv7m.Bernhard Schommer2015-12-181-2/+2
* More gcc/newlib compatibility code.Bernhard Schommer2015-12-111-2/+13
* VPATH setting for PowerPCXavier Leroy2015-09-131-1/+9
* Wrong syntax in fcmp.Xavier Leroy2015-09-131-2/+2
* PowerPC 64 bits: alternate, more efficient implementations of int64 operations.Xavier Leroy2015-09-1213-2/+681
* Also test if the __VA_LIST macro is defined to avoid problems with the typede...Bernhard Schommer2015-07-091-2/+8
* Removed brackets around ty in macro of offestof.Bernhard Schommer2015-07-071-1/+1
* Diab defines w_char to be unsigned short.Bernhard Schommer2015-07-071-1/+1
* Better define the __GNUC__ macro which avoids the inclusion of va_list header...Bernhard Schommer2015-07-071-0/+4
* Make also the wchar definition diab compatible.Bernhard Schommer2015-06-261-0/+15
* Added diab specific macros for stddef to avoid redefinition of size_t.Bernhard Schommer2015-06-261-0/+9
* Typo in #ifndef guard.Xavier Leroy2015-05-091-1/+1
* Improve compatibility with MacOS X.Xavier Leroy2015-04-261-0/+3
* Provide and use compiler-dependent standard headers.Xavier Leroy2015-04-256-5/+312
* Support va_arg for vararg arguments of composite (struct/union) types.Xavier Leroy2015-03-202-0/+19
* Support va_arg for vararg arguments of composite (struct/union) types.Xavier Leroy2015-03-201-0/+12
* C reference implementation of the int64 helper functions.Xavier Leroy2015-02-1418-8/+928
* configure: distinguish between ABI and processor model.xleroy2014-07-2910-12/+25
* ARM port: add support for Thumb2. To be tested.xleroy2014-07-2717-295/+350
* Adapt to the two different calling conventions for floats.xleroy2014-05-026-0/+14
* stdarg.h: assorted fixes for PowerPCxleroy2014-01-011-5/+5
* Fine hair splitting depending on whether va_list is a scalar type (IA32, ARM)...xleroy2014-01-011-3/+3
* Experimental support for <stdarg.h>, the GCC way. Works on IA32. To be test...xleroy2014-01-014-1/+310
* powerpc: faster implementation of long division modeled on that for IA32xleroy2013-07-035-70/+220
* Merge of the "princeton" branch:xleroy2013-06-161-0/+8
* Fix compilation of runtime system.xleroy2013-05-291-2/+2
* Syntax errorsxleroy2013-05-062-31/+31
* Wrong pseudo-instrxleroy2013-05-061-1/+1
* Support for in64 -> float conversions w/ correct rounding.xleroy2013-05-0610-7/+414
* ia32/i64_dtou: wrong play on rounding modexleroy2013-05-058-52/+145
* Typos in commentsxleroy2013-04-302-3/+3
* Expand 64-bit integer comparisons into 32-bit integer comparisons.xleroy2013-04-298-392/+2
* Missing GLOBxleroy2013-04-231-1/+1
* Make ia32/ code more portable across systems.xleroy2013-04-2329-879/+912
* Fixes in PowerPC portxleroy2013-04-216-61/+108
* Split arch/int64.s into one file per function.xleroy2013-04-2045-1238/+2698
* Configuring the assembler used for the runtime libxleroy2013-04-202-1/+3
* Remove __i64_{neg,add,sub,mul}, now handled directly by the compiler.xleroy2013-04-204-171/+0
* Big merge of the newregalloc-int64 branch. Lots of changes in two directions:xleroy2013-04-205-10/+1643
* Support for indirect symbols under MacOS X (final).xleroy2012-07-143-62/+4
* Simplified stdlib wrapper; use it only under MacOS Xxleroy2010-09-044-259/+26
* Merge of the newmem and newextcalls branches:xleroy2010-03-071-0/+19
* Some cleanupsxleroy2009-01-021-1/+10
* Removed vfprintf, because it was causing portability problemsxleroy2008-12-312-6/+0
* Compilo C, preprocesseur, assembleur sont determines par configure et mis dan...xleroy2008-04-191-2/+1
* Ajout license, README, copyright noticesxleroy2008-01-273-0/+45
* Ajout et utilisation de caml/Driver.ml. Ajout ./configure. Revu Makefilesxleroy2007-08-061-0/+7
* Fusion des modifications faites sur les branches "tailcalls" et "smallstep".xleroy2007-08-044-0/+245