Fujitsu
User Details
- User Since
- Jun 16 2019, 8:11 AM (83 w, 4 d)
Fri, Jan 15
I'm sorry for the late response. I (and my colleague) updated the test.
Thu, Jan 14
Update test.
Wed, Jan 6
Simplify the test code.
Thanks for reviews! I'll commit this next week unless other new comment is posted.
Tue, Jan 5
Ping.
Can anyone review? Is there an appropriate reviewer?
Mon, Jan 4
Remove WriteID512 and update comment.
Fri, Dec 25
Ping.
I know many people are on holiday this week. If you have time, please review this patch. I'm on holiday from tomorrow.
Wed, Dec 23
@yutsumi Thanks. Good catch. I've addressed your comment.
Dec 17 2020
Dec 14 2020
Ping.
Nov 16 2020
Ping.
Can anyone review this fix?
Nov 3 2020
Ping.
Oct 20 2020
Ping.
Oct 5 2020
Ping.
I know many of LLVM developers are busy with the developer's meeting now. When someone has time, please review.
Sep 28 2020
clang-format reported a format error DenseSet<Instruction*> -> DenseSet<Instruction *> (space before *). However, other three places in the same function (and many places in other functions) have the same format. Should I change all places? only my change?, or keep all them unchanged?
May 21 2020
May 12 2020
May 8 2020
Comment is added.
May 7 2020
May 6 2020
Apr 28 2020
Mar 31 2020
Mar 23 2020
Thanks. I updated the patch to inverted the conditions (if (fd != -1) {).
Ping.
Mar 17 2020
Yes, https://github.com/fujitsu/A64FX contains the official microarchitecture information of A64FX. I wanted to include the URL in the Git commit message but the disclosure was not ready for it at the time.
Mar 16 2020
The failure of the pre-merge check is the following clang-tidy warning. I modified only indentation of the line, and compiler-rt does not follow variable naming rules in the LLVM coding standard. So it does not have a problem.
Mar 15 2020
Mar 9 2020
Mar 5 2020
Mar 4 2020
An unnecessary comment line is removed and indentation is aligned.
Mar 3 2020
Jan 10 2020
Thanks for review.
Jan 7 2020
Thanks for a suggestion. I looked around the code and found that the suggested AArch64TargetMachine constructor is the best place because other option values are set there. The updated patch moved the maximum value setting code to that constructor.
Dec 19 2019
This is the same as gcc? Sounds good.
Dec 18 2019
Directory prefixes were deleted by git show --no-prefix in the previous diff. It is corrected now.