User Details
- User Since
- Sep 5 2018, 10:24 PM (124 w, 3 d)
Wed, Jan 13
It seems lack of invalid operand handling for new added operand (uimm3, uimm4) in AsmParser/RISCVAsmParser.cpp:MatchAndEmitInstruction.
Dec 10 2020
Nov 10 2020
Does this need to accept rv32izfh for -march option
Nov 6 2020
Update testcase.
Nov 5 2020
Nov 1 2020
Oct 22 2020
Oct 21 2020
Oct 4 2020
Jun 15 2020
May 17 2020
May 12 2020
@lenary Ok, I have reverted it.
May 11 2020
May 6 2020
Add comment.
May 4 2020
Only move CanLowerReturn to protected. In our case, we need to override this function for passing special type indirectly.
And the remaining type would be handled by the function of the basic class. It would be easier to integrate with the existing code.
Apr 21 2020
Mar 5 2020
Mar 4 2020
Mar 3 2020
Format code.
Mar 2 2020
Add -verify-machineinstrs for brind.ll
Mar 1 2020
Feb 26 2020
Fix sparc bug in https://reviews.llvm.org/D75227
Feb 25 2020
Feb 24 2020
Feb 20 2020
Feb 18 2020
Feb 17 2020
ping?
Jan 21 2020
Address the comment. Delete the options.
Jan 16 2020
It should be kept for compatibility. These three options may be used in other projects compiled by gcc.
Clang should ignore it.
https://gcc.gnu.org/onlinedocs/gcc/Optimize-Options.html
Jan 8 2020
Jan 7 2020
Sorry about that I forgot to modify author information.
It looks like test is passed now. Although I don't know why http://lab.llvm.org:8011/builders/openmp-gcc-x86_64-linux-debian/builds/1710 fails.
Jan 6 2020
LGTM.
Jan 2 2020
@TH3CHARLie
I can commit this for you.
git commit --amend --author="What-is-your-name <What-is-your-email-address>" ?
If you are interested in obtaining commit right. please refer to https://llvm.org/docs/DeveloperPolicy.html#obtaining-commit-access
You can refer https://llvm.org/docs/Phabricator.html#committing-a-change to commit a change.
If your commit message has Differential Revision: <URL>, the differential will close automatically.
arc patch D<Revision> is used to fetch a differential from Phabricator.
https://llvm.org/docs/Phabricator.html#committing-someone-s-change-from-phabricator
Jan 1 2020
Do you plan to land this change?
LGTM.