User Details
- User Since
- Jun 14 2019, 3:23 PM (224 w, 5 d)
May 1 2023
Looks about right to me, as an extension of D124413 - but I would appreciate it if ayzhao@ can weigh in here, since that was his patch.
Mar 21 2023
Looks good to me at a glance. Is this something we should support in MASM as well?
Jan 22 2023
Dec 29 2022
Dec 28 2022
Thanks for catching this alias!
Aug 11 2022
Aug 10 2022
Fix a missing negation
Add support for case-insensitive PROC/ENDP matching
Add tests
Fix remaining nit
Address nits
Fixing test
Add simple test
Removing another accidental reformat
Addressing feedback
Aug 9 2022
Jul 7 2022
Fix collision with tombstone entry, and also remove one more bit of handling for GNU-as-style directional labels
Jul 6 2022
Small update to comments
Addressing last comment
Rebase to HEAD
Switch to the pre-existing anonymous label support. (Missed this in the first attempt!)
Jun 30 2022
Jun 3 2022
LGTM, but I'll defer to hans here since he's guided thus far.
May 31 2022
[test results omitted]
The fact that /Ta exists suggest maybe it did care at some point, but that may have changed.
May 25 2022
May 13 2022
May 10 2022
Apr 28 2022
Apr 27 2022
Looks good to me, but probably make sure Hans agrees first.
Apr 25 2022
Apr 21 2022
Apr 11 2022
Apr 6 2022
I'm fine with this and want to remove my request for changes - but please make sure Hans approves as well.
Apr 5 2022
Apr 4 2022
Thanks!
Sep 8 2021
This code is similar to code in AsmParser.cpp (https://github.com/llvm-mirror/llvm/blob/master/lib/MC/MCParser/AsmParser.cpp#L3344-L3351) - looks like that will probably need an update as well, to keep MaxBytesToFill from being interpreted as a pointer?
Jul 22 2021
Fix copy/paste error in test label
Rebase on parent
Add all-lowercase test for a mixed-case macro
Jul 21 2021
Switch back to gmtime/localtime (not thread-safe, but in a generally-safe location - and more cross-platform)
Jul 12 2021
Rebase on parent
Rebase on parent
Addressed feedback (and rebased on HEAD)
Add -timestamp and -utc flags to support deterministic builds
Jul 4 2021
Restrict further to only named-variable references
Jul 2 2021
Rebase on parent
Fix symbol usage bug
Rebase on parent
Fix accidental fold with the child commit
Fix an accidental import of MasmParser.cpp from a child commit
Rebase on parent
Rebase on parent
Address feedback (including clang-tidy)
Error on redefinition of built-in symbols (matching ML.EXE)