User Details
- User Since
- Jun 22 2021, 4:14 PM (117 w, 6 d)
Aug 9 2023
Aug 3 2023
Jul 19 2023
This was merged as 31263211c6a4ef454216f2edbf9b2083a4c1474d, but the magic words to close the revision were missing.
Jul 11 2023
Jul 5 2023
I forgot to add llvm-commits as a subscriber here (I guess simply setting the repository field correctly is not enough), so it's been stuck on accepted for a while. I think this still applies cleanly though.
Jun 7 2023
Can someone commit this? It should be good to go and I don't have commit access (long term I will probably be requesting commit access)
May 31 2023
- correct a few more comments
- correct instruction encodings
- prevent clang-format from wrapping some lines
May 19 2023
May 16 2023
- move the macro to the end of the file.
- clang-format
- merge the memcpy and memmove tests
- clang-format
- Make memcpy and memmove tests unsupported on mingw
May 12 2023
May 11 2023
- revert changes to INIT_MEMCPY as they are redundant
- clang format
May 8 2023
May 4 2023
remove the changes to strdup from this diff.
May 3 2023
Jun 28 2022
May 4 2022
@Paul-C-Anagnostopoulos Since you are the code-owner for TableGen... Is there anything else I need to do in order for this to be merged? It looks like header reorganization has made things no-longer break, but this fix will still make things more robust.
Feb 24 2022
I've removed the global qualification on ::llvm::format
Feb 8 2022
llvm::format should also suffice, although it's slightly less specific (possibly matching llvm::llvm::format or similar). It won't trigger adl though.
It appears to run ninja check-llvm which seems to have passed on windows at least.