User Details
- User Since
- Feb 16 2015, 2:44 AM (314 w, 4 d)
Wed, Feb 24
Thank you vitalybuka eugenis for reviewing! I have pushed the change at https://reviews.llvm.org/rG27830bc2b1b8
Sorry I forgot to add the reviewers and phabricator url to the commit message -_-
Tue, Feb 23
Wed, Feb 17
Tue, Feb 16
Ping
Tue, Feb 9
Ping
Wed, Feb 3
fix lint issue
Tue, Feb 2
Oct 7 2020
Aug 24 2020
- Always use MWAITX_DAG
- Remove uneeded Glue
Aug 21 2020
Updated the patch to handle the case described in PR42064 where a separate basic block demands the use of a base pointer.
In that case we do the codegen of mwaitx during custom insertion.
Jul 30 2020
Apr 8 2020
Apr 7 2020
Fix false negative test introduce while attempting to add label check.
Reopening to fix false negative test.
Added label
Apr 3 2020
Renaming test and including x86intrin.h instead.
Jan 28 2020
Jan 27 2020
Sep 25 2019
Sep 13 2019
Sep 12 2019
Jun 11 2019
Jun 3 2019
Replaced doxygen's '@' character by '\'
May 31 2019
Ping!
May 22 2019
Apr 12 2019
Apr 10 2019
Ping!
Apr 2 2019
Mar 28 2019
Mar 27 2019
Update patch to reflect changes to the llvm side of the patch.
Use backend option directly rather than introducing new parameters.
Add missing ALL check to test.
Mar 26 2019
Ping!
Mar 11 2019
Mar 4 2019
Mar 1 2019
Feb 28 2019
Change hash_value() declaration's location as suggested.
Feb 27 2019
move hash_value declaration to clang's namespace to solve lldb cmake bot build error.
Reopening because of buildbot failure http://green.lab.llvm.org/green/job/lldb-cmake/20537/
Feb 26 2019
reverted at r354875 at this break lldb build.
Feb 25 2019
Keep enum SanitizerOrdinal as it was inside SanitizerKind namespace, fix comment.
Fix bad use of reference as pointed out, aliased SanitizerKind to SanitizerMasks<> instead.
Feb 22 2019
Rework FIXME comment.
Fix odr violation issue using static data member of a class template as suggested.
Feb 21 2019
Feb 20 2019
Applied suggested changes.
Feb 19 2019
Updated to use an array as suggested.
Feb 18 2019
Updated patch to not use APInt for representing the mask as it feels like a hammer solution.
Feb 11 2019
Move num bits constant inside class.