aboutsummaryrefslogtreecommitdiffstats
path: root/runtime/include
Commit message (Expand)AuthorAgeFilesLines
* attempt at fixingDavid Monniaux2021-09-281-2/+2
* Updating builtins for Accesscore 4.2 (atomic stuff)Cyril SIX2020-10-141-1/+14
* k1c -> kvx changesDavid Monniaux2020-05-262-9/+9
* Adding copyrightsCyril SIX2020-05-042-0/+29
* Merge remote-tracking branch 'origin/mppa-expect3' into mppa-workDavid Monniaux2020-04-091-1/+1
|\
| * Merge remote-tracking branch 'origin/mppa-work' into mppa-expectDavid Monniaux2020-04-061-0/+8
| |\
| * | __builtin_expect defined as its first argumentDavid Monniaux2019-09-251-1/+1
* | | Merge remote-tracking branch 'origin/mppa-work' into mppa-threadDavid Monniaux2020-04-081-0/+7
|\ \ \ | | |/ | |/|
| * | fix broken test MakefileDavid Monniaux2020-03-271-0/+7
* | | it now works, no more ugly hack to access thread local dataDavid Monniaux2020-02-241-1/+1
|/ /
* / Fixing issue with <math.h> and fabsCyril SIX2020-01-091-1/+2
|/
* (#157) Fixing warning for desactivated afaddd builtin. No implementation yetCyril SIX2019-09-051-0/+6
* macros for fma() fmaf()David Monniaux2019-08-301-0/+2
* fmin/fmax/fminf/fmaxf non bien testésDavid Monniaux2019-08-291-0/+9
* more builtinsDavid Monniaux2019-05-291-0/+2
* fixes for COSDavid Monniaux2019-05-281-0/+2
* better #include handlingDavid Monniaux2019-04-121-1/+5
* workaround for non-standard C isfinite macro in math.hDavid Monniaux2019-04-121-0/+3
* __builtin_k1_acswapwDavid Monniaux2019-04-111-1/+5
* builtin acswapdDavid Monniaux2019-04-111-1/+6
* cleaner: put all the special types, defines etc. in one header fileDavid Monniaux2019-04-111-0/+11
* <stddef.h>: define NULL with type void *Xavier Leroy2019-02-041-1/+1
* <stdbool.h>: add missing macro __bool_true_false_are_definedXavier Leroy2019-02-041-0/+1
* Define the C11 type max_align_t (#115)Bernhard Schommer2018-05-241-0/+9
* Change the syntax to gcc/clangs syntax.Bernhard Schommer2017-02-011-1/+1
* New version to support designators.Bernhard Schommer2017-01-241-1/+1
* Implement offsetof via builtin.Bernhard Schommer2017-01-201-1/+1
* Added iso646 header for alternate spellings.Bernhard Schommer2016-04-061-0/+49
* Added the _Noreturn keyword.Bernhard Schommer2016-03-232-0/+80
* Include fix for wint_t gcc problem.Bernhard Schommer2016-01-211-12/+16
* More gcc/newlib compatibility code.Bernhard Schommer2015-12-111-2/+13
* 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-255-0/+298