[all-commits] [llvm/llvm-project] 4767bb: [TableGen] Add the !not and !xor operators.
Paul C. Anagnostopoulos via All-commits
all-commits at lists.llvm.org
Thu Oct 15 07:13:46 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 4767bb2c0c746eaf146927c8bcb0528bd36c7b8f
https://github.com/llvm/llvm-project/commit/4767bb2c0c746eaf146927c8bcb0528bd36c7b8f
Author: Paul C. Anagnostopoulos <paul at windfall.com>
Date: 2020-10-15 (Thu, 15 Oct 2020)
Changed paths:
M llvm/docs/TableGen/ProgRef.rst
M llvm/include/llvm/TableGen/Record.h
M llvm/lib/TableGen/Record.cpp
M llvm/lib/TableGen/TGLexer.cpp
M llvm/lib/TableGen/TGLexer.h
M llvm/lib/TableGen/TGParser.cpp
M llvm/test/TableGen/arithmetic.td
M llvm/test/TableGen/if.td
M llvm/test/TableGen/math.td
Log Message:
-----------
[TableGen] Add the !not and !xor operators.
Update the TableGen Programmer's Reference.
More information about the All-commits
mailing list