This is an archive of the discontinued LLVM Phabricator instance.

[ms] [llvm-ml] Add support for bitwise named operators (AND, NOT, OR) in MASM
AbandonedPublic

Authored by epastor on Jul 7 2020, 2:39 PM.

Details

Reviewers
None
Summary

Add support for bitwise named operators (AND, NOT, OR) in MASM.

Also move valid-section checking to where it's actually required.

Diff Detail

Event Timeline

epastor created this revision.Jul 7 2020, 2:39 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 7 2020, 2:39 PM
epastor updated this revision to Diff 276223.Jul 7 2020, 2:51 PM

Rebase on parent

epastor updated this revision to Diff 277420.Jul 13 2020, 7:00 AM

Rebase on parent

epastor updated this revision to Diff 277437.Jul 13 2020, 7:52 AM

Rebase to HEAD

epastor abandoned this revision.Sep 2 2020, 9:13 AM

Abandoning as redundant.