This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 2d90299c795 AMDGPU: Preserve undef flag when expanding SI_IF new cd52d11df4a [Subtarget] Move SubtargetFeatureKV/SubtargetInfoKV from Su [...] new 8bc601fd43b [Subtarget] Create a separate SubtargetSubtargetKV struct f [...] new 83df32c4f82 [X86] In X86DomainReassignment.cpp add enclosed registers t [...] new 99a4c92625c [Subtarget] Merge ProcSched and ProcDesc arrays in MCSubtar [...]
The 4 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/CodeGen/TargetSubtargetInfo.h | 4 +- include/llvm/MC/MCSubtargetInfo.h | 45 ++++++- include/llvm/MC/SubtargetFeature.h | 78 ++++-------- lib/CodeGen/TargetSubtargetInfo.cpp | 6 +- lib/MC/MCSubtargetInfo.cpp | 191 ++++++++++++++++++++++++++--- lib/MC/SubtargetFeature.cpp | 188 +--------------------------- lib/Target/X86/X86DomainReassignment.cpp | 1 + unittests/CodeGen/MachineInstrTest.cpp | 2 +- utils/TableGen/SubtargetEmitter.cpp | 63 +++------- 9 files changed, 261 insertions(+), 317 deletions(-)