Results 39 issues of Kai Nacke

The code coverage is currently broken. The unwanted side effect is that there is no green state in the PR overview because a response from coverage is missing. Solution is...

Add all declarations required to support D on AIX. Work is based on AIX 7.1 See the technical reference for information about the added routines: http://www-01.ibm.com/support/knowledgecenter/ssw_aix_71/com.ibm.aix.base/technicalreferences.htm?lang=en

Requires additions are: - core.thread - rt.sections_elf_shared - rt.sections_ldc

(cherry picked from commit 294b91ffa6ef1d317bc68332d7b8ebb9d8ccba65)

The difference to the OpenBSD convention is that additional 8 words are allocated in the call frame. Still need to investigate how this area is used. E.g. as spill slot...

Differences at first glance: - registered are prefixed with `#` (instead of `%`) - directives are not prefixed with `.` - different directives, e.g. `text` to open a text section

The unit tests `ReOptimizeLayerTest.BasicReOptimization` and `JITLinkRedirectionManagerTest.BasicRedirectionOperation` are failing for me with the error: ``` Program aborted due to an unhandled Error: Error value was Success. (Note: Success values must still...

It is currently not possible to build a MinGW version. Reason is that the MinGW runtime is a mix between all defined C runtimes. E.g. `FILE` is defined like in...

B-mingw

A HLASM source file must end with the END instruction. It is implemented by adding a new function to the target streamer,. This change also turns SystemZHLASMSAsmString.h into a proper...

backend:SystemZ