[PATCH] D57497: [RISCV] Passing small data limitation value to RISCV backend

2020-03-17 Thread Shiva Chen via Phabricator via cfe-commits
shiva0217 added a comment. In D57497#1927881 , @apazos wrote: > Shiva, how about making the flag small-data-limit alias of > -msmall-data-threshold? Hi @apazos, I try to implement -small-data-limit alias of -small-data-threshold, it will trigger the a

[PATCH] D57497: [RISCV] Passing small data limitation value to RISCV backend

2020-03-17 Thread Shiva Chen via Phabricator via cfe-commits
shiva0217 updated this revision to Diff 250984. shiva0217 added a comment. Update patch to address @apazos's comments. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D57497/new/ https://reviews.llvm.org/D57497 Files: clang/docs/ClangCommandLineRef

[PATCH] D76291: [Support] Fix formatted_raw_ostream for UTF-8

2020-03-17 Thread Hongtao Yu via Phabricator via cfe-commits
hoyFB added inline comments. Comment at: clang/test/Analysis/checker-plugins.c:120 +// CHECK-CHECKER-OPTION-HELP-SAME: example checker opt. (default: +// CHECK-CHECKER-OPTION-HELP-NEXT: false) LGTM, thanks for fixing this! Repository: rG LLVM Github Monorepo

[PATCH] D76344: [hip] Revise `GlobalDecl` constructors. NFC.

2020-03-17 Thread Michael Liao via Phabricator via cfe-commits
hliao created this revision. hliao added a reviewer: yaxunl. Herald added a project: clang. Herald added a subscriber: cfe-commits. - https://reviews.llvm.org/D68578 revises the `GlobalDecl` constructors to ensure all GPU kernels have `ReferenceKenelKind` initialized properly with an explicit co

[PATCH] D62368: Add support for Hygon Dhyana processor

2020-03-17 Thread Jinke Fan via Phabricator via cfe-commits
fanjinke updated this revision to Diff 250996. fanjinke added a comment. Results of "make check": Testing Time: 1153.40s Expected Passes: 36042 Expected Failures : 163 Unsupported Tests : 340 [100%] Built target check-llvm Scanning dependencies of target check [100%] Bui

[PATCH] D62368: Add support for Hygon Dhyana processor

2020-03-17 Thread Jinke Fan via Phabricator via cfe-commits
fanjinke edited reviewers, added: cryptoad; removed: 01alchemist, 4tXJ7f. fanjinke added a comment. Hi Cryptoad, Thanks for your reminds, and I get the points now. Then updated the scudo part of the patch. After patch update,compiler-rt can be successfully compiled using gcc. Thanks again!

<    1   2   3