From ffe1342eb2faa7d2e7c35b4db2ccf99fab81ec20 Mon Sep 17 00:00:00 2001 From: Min-Yih Hsu Date: Mon, 28 Sep 2020 23:35:18 -0700 Subject: Add CycleTimer implementation for M68K architecture (#1050) As per discussions in here [1], LLVM is going to get backend support on Motorola 68000 series CPUs (a.k.a M68K or M680x0). So it's necessary to add CycleTimer implementation here, which is simply using `gettimeofday` same as MIPS. This fixes #1049 [1] https://reviews.llvm.org/D88389 --- CONTRIBUTORS | 1 + 1 file changed, 1 insertion(+) (limited to 'CONTRIBUTORS') diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 6beed71..7071d7b 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -77,3 +77,4 @@ Tom Madams Yixuan Qiu Yusuke Suzuki Zbigniew Skowron +Min-Yih Hsu -- cgit v1.2.3 From dce3322a549650d18f50b5f1428a5942327ab6a5 Mon Sep 17 00:00:00 2001 From: Fanbo Meng Date: Wed, 21 Oct 2020 11:39:54 -0400 Subject: Add support for z/OS XL compiler inline asm syntax (#1063) On s390 architecture, z/OS XL compiler uses HLASM inline assembly, which has different syntax and needs to be distinguished to avoid compilation error. --- CONTRIBUTORS | 1 + 1 file changed, 1 insertion(+) (limited to 'CONTRIBUTORS') diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 7071d7b..d2f6435 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -41,6 +41,7 @@ Eric Backus Eric Fiselier Eugene Zhuk Evgeny Safronov +Fanbo Meng Federico Ficarelli Felix Homann Geoffrey Martin-Noble -- cgit v1.2.3