This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 3b23ff5 [ARM] Remove a dead ADD during the creation of TBBs new f167493 [globalisel][tablegen] Move <Target>InstructionSelector decla [...]
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: lib/Target/AArch64/AArch64.h | 6 ++ lib/Target/AArch64/AArch64InstructionSelector.cpp | 53 +++++++++++++++- lib/Target/AArch64/AArch64InstructionSelector.h | 74 ----------------------- lib/Target/AArch64/AArch64TargetMachine.cpp | 4 +- lib/Target/AArch64/AArch64TargetMachine.h | 2 + lib/Target/X86/X86.h | 6 ++ lib/Target/X86/X86InstructionSelector.cpp | 50 ++++++++++++++- lib/Target/X86/X86InstructionSelector.h | 72 ---------------------- lib/Target/X86/X86TargetMachine.cpp | 4 +- lib/Target/X86/X86TargetMachine.h | 2 + 10 files changed, 120 insertions(+), 153 deletions(-) delete mode 100644 lib/Target/AArch64/AArch64InstructionSelector.h delete mode 100644 lib/Target/X86/X86InstructionSelector.h