This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f1f35aaa798 [NFC] Restructure linkage name printing in AsmWriter new e68d92b3873 [RFC][Patch 1/3] Add a new class of predicates for variant [...]
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/llvm/Target/Target.td | 5 + include/llvm/Target/TargetInstrPredicate.td | 194 +++++++++++++++++++++ include/llvm/Target/TargetSchedule.td | 16 +- utils/TableGen/CMakeLists.txt | 1 + utils/TableGen/InstrInfoEmitter.cpp | 35 +++- utils/TableGen/PredicateExpander.cpp | 253 ++++++++++++++++++++++++++++ utils/TableGen/PredicateExpander.h | 85 ++++++++++ utils/TableGen/SubtargetEmitter.cpp | 106 ++++++++---- 8 files changed, 659 insertions(+), 36 deletions(-) create mode 100644 include/llvm/Target/TargetInstrPredicate.td create mode 100644 utils/TableGen/PredicateExpander.cpp create mode 100644 utils/TableGen/PredicateExpander.h