Displaying 5 results from an estimated 5 matches for "loongnix".
2018 Sep 05
2
Compiling OpenJDK8 with LLVM for mips64el
...eviews.llvm.org/D50437
It is not easy to reproduce the LLVMBUG-38221[1] by building OpenJDK8,
it needs some workaround
https://raw.githubusercontent.com/xiangzhai/jdk8u-dev/master/Workaround-compile-with-llvm.patch
LLVM toolchain[2] is just able to compile OpenJDK8 for mips64el now:
http://hg.loongnix.org/
1. https://bugs.llvm.org/show_bug.cgi?id=38221#c10
2. $ clang -v
Loongson clang version 8.0.0 (git at github.com:llvm-mirror/clang.git
56fc90882612ab774dae937ca8d997c59364f7f8)
(git at github.com:llvm-mirror/llvm.git
3419b04cf0c0a57577865f0d17fefb205deed048) (based on LLVM 8.0.0svn)
Targe...
2018 Jul 19
2
error: ordered comparison between pointer and zero ('address' (aka 'unsigned char *') and 'int')
...mpressedOops.
~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~
Just like compiling Linux kernel with LLVM for mips64el[3], the bug
could be fixed both in Compiler side and HotSpot side, please give me
some suggestion, thanks a lot! And my sincere thanks will go to Nick who
helped me a lot!
1. http://hg.loongnix.org/
2. Loongson clang version 7.0.0
(git at github.com:Loong-Language/loong-clang.git
c36069cffc57a30a20782bf327a87bed4e48a6c2)
(git at github.com:Loong-Language/loong-llvm.git
59cb663e72874dda740aa2b18bf47ba65b32fe9b) (based on LLVM 7.0.0svn)
Target: mips64el-redhat-linux
Thread model: posix...
2018 Jul 20
3
error: ordered comparison between pointer and zero ('address' (aka 'unsigned char *') and 'int')
...helped me a lot!
> this has been fixed in the jvm in JDK10 with https://bugs.openjdk.jav
> a.net/browse/JDK-8174050 .
>
> It has not been backported to jdk8; others may be able to tell you if
> it can/will be backported.
>
> Thanks,
> Thomas
>
>> 1. http://hg.loongnix.org/
>> 2. Loongson clang version 7.0.0
>> (git at github.com:Loong-Language/loong-clang.git
>> c36069cffc57a30a20782bf327a87bed4e48a6c2)
>> (git at github.com:Loong-Language/loong-llvm.git
>> 59cb663e72874dda740aa2b18bf47ba65b32fe9b) (based on LLVM 7.0.0svn)
>>...
2018 Jul 23
2
error: ordered comparison between pointer and zero ('address' (aka 'unsigned char *') and 'int')
...gt; k.jav
>>> a.net/browse/JDK-8174050 .
>>>
>>> It has not been backported to jdk8; others may be able to tell you
>>> if
>>> it can/will be backported.
>>>
>>> Thanks,
>>> Thomas
>>>
>>>> 1. http://hg.loongnix.org/
>>>> 2. Loongson clang version 7.0.0
>>>> (git at github.com:Loong-Language/loong-clang.git
>>>> c36069cffc57a30a20782bf327a87bed4e48a6c2)
>>>> (git at github.com:Loong-Language/loong-llvm.git
>>>> 59cb663e72874dda740aa2b18bf47ba65b32...
2018 Jul 30
9
GlobalISel design update and goals
Hi all,
Over the past few months we’ve been doing work on the foundations for the next stages of GlobalISel development. In terms of changes from this time last year, the IR translator, the legalizer, and instruction selector have seen moderate to major changes. The most significant of these was the change to the legalizer API, allowing targets to use predicates to express legality, which gives